.ip-custom-banner-content-holder {
    background: #d5f7fa;
    position: relative;
    padding: 163px 0 0;
    padding: 8.49vw 0 0;
}

.ip-banner{
    display: none;
}

.hp-banner-left-accent,
.hp-banner-right-accent{
    position: absolute;
    width: 33.854vw;
    height: 33.854vw;
    left: 0;
    bottom: 0;
    background: url(../../images/pricing/banner-accent1.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}

    .hp-banner-right-accent{
        top: 0;
        bottom: auto;
        right: 0;
        left: auto;
        background: url(../../images/pricing/banner-accent2.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        pointer-events: none !important;
    }

#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

.ip-custom-banner-content {
    width: 85.417vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    align-items: center;
}

.ip-custom-banner-content-inner {
    width: 47.561%;
    padding: 0 60px;
    padding: 0 3.125vw;
}

.ip-custom-banner-content-photo {
    width: 52.439%;
}

.ip-pricing-photo {
    position: relative;
    margin-right: -7.2915vw;
}

.ip-pricing-photo canvas {
    display: block;
    width: 100%;
}

.ip-pricing-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-pricing-title {
    font-size: 63px;
     font-size: 3.281vw; 
    color: #493fe2;
    font-weight: 700;
    line-height: 73px;
    line-height: 3.802vw;
    font-family: var(--font-family-default);
    max-width: 28.646vw;
    margin-bottom: 26px;
    margin-bottom: 1.354vw;
}

.ip-pricing-text {
    margin-bottom: 29px;
    margin-bottom: 1.51vw;
    max-width: 28.646vw;
}

.ip-pricing-text p {
    font-size: 28px;
    font-size: 1.458vw;
    font-family: var(--font-family-default);
    color: #363636;
    margin: 0 !important;
    line-height: 36px !important;
    line-height: 1.875vw !important;
    padding-bottom: 14px;
    padding-bottom: 0.729vw;
}

.ip-pricing-link a:hover {
    background: #ee8140;
}

.ip-pricing-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4544e3;
    color: #fff;
    font-size: 20px;
    font-size: 1.042vw;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-family-default);
    max-width: 246px;
    max-width: 12.813vw;
    height: 70px;
    height: 3.646vw;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-pricing-form {
    background: transparent;
    border-radius: 10px;
    padding: 43px 0 10px;
    padding: 2.24vw 0 0.521vw;
    position: relative;
    margin: 0 -17px;
}

.ip-pricing-form .fsBody{
    background: transparent;
}

.ip-pricing-form .fsBody .fsForm {
    background-color: transparent;
}

.ip-pricing-form-title {
    font-size: 50px;
    font-size: 2.604vw;
    color: #493fe2;
    font-weight: 700;
    line-height: 69px;
    line-height: 3.594vw;
    font-family: var(--font-family-default);
    margin-bottom: 7px;
    text-align: center;
}

.ip-pricing-form .fsSectionHeader {
    display: none;
}

.ip-pricing-form .fsBody .fsLabel, .ip-pricing-form .fsBody label {
    font-size: 20px;
    font-size: 1.042vw;
    color: #363636;
    font-family: var(--font-family-default);
    line-height: 1;
    margin-bottom: 8px;
}

.ip-pricing-form .fsForm select.fsRequired, 
.ip-pricing-form .fsForm textarea.fsRequired, 
.ip-pricing-form .fsRowBody input[type=email].fsRequired, 
.ip-pricing-form .fsRowBody input[type=number].fsRequired, 
.ip-pricing-form .fsRowBody input[type=tel].fsRequired, 
.ip-pricing-form .fsRowBody input[type=text].fsRequired {
    border: none;
    background-color: #ecf0fb !important;
    height: 50px;
    height: 2.604vw;
    border-radius: 5px;
}

.ip-pricing-form form {
    margin-top: 0 !important;
    padding: 0 !important;
}

.ip-pricing-form .fsBody .fsFieldRow {
    margin-bottom: 6px!important;
}

.ip-pricing-form .fsFieldRow .fsFieldCell.fsSpan50 {
    width: calc(50% - 11px);
    width: calc(50% - 0.573vw);
}

.ip-pricing-form .fsFieldRow .fsFieldCell {
    margin: 0 11px;
    margin: 0 0.573vw;
}

.ip-pricing-form .fsFieldRow .fsFieldCell.fsSpan33 {
    width: 29.33%;
    width: calc(100% / 3 - 0.781vw);
    margin: 0 11px;
    margin: 0 0.573vw;
}

.ip-pricing-form  .fsFieldRow .fsFieldCell:nth-last-child(2) {
    margin-right: 0 !important;
}

.ip-pricing-form .fsFieldRow .fsFieldCell:nth-child(1) {
    margin-left: 0 !important;
}

.ip-pricing-form .fsForm textarea {
    background: #fff;
    resize: none;
    border: none;
    border-radius: 5px;
    height: 99px;
    height: 5.156vw;
}

.ip-pricing-form .fsSubmit input.fsSubmitButton {
    background: #4544e3 !important;
    width: 182px;
    height: 60px;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-pricing-form .fsSubmit input.fsSubmitButton:hover {
    background: #ee8140 !important;
}

.ip-pricing-form .fsForm .fsSubmit {
    margin-top: 0;
    padding: 10px 0;
}

.ip-pricing-form .fsValidationError {
    background: none;
    border: none;
    box-shadow: none;
}

.ip-pricing-form div.fsError {
    display: none;
}

.ip-pricing-form.fsValidationError .fsSignature, 
.ip-pricing-form .fsValidationError input[type=email], 
.ip-pricing-form .fsValidationError input[type=number], 
.ip-pricing-form .fsValidationError input[type=tel], 
.ip-pricing-form .fsValidationError input[type=text], 
.ip-pricing-form .fsValidationError select {
    border: solid 1px #ce5f6d !important;
}

button.aiosp-close {
    font-size: 0;
    width: 1.458vw;
    height: 1.458vw;
    background: url(../../images/careers/close-popup.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: .5;
    top: 1.042vw !important;
    right: 1.042vw;
    line-height: 1;
}

    button.aiosp-close:hover{
        opacity: 1;
    }

.ip-pricing-area {
    background: #fff;
    position: relative;
    padding: 113px 15px 134px;
    padding: 5.885vw 15px 6.979vw;
}

    .pricing-accent1,
    .pricing-accent2{
        position: absolute;
        width: 26.458vw;
        height: 25.26vw;
        left: 0;
        bottom: 0;
        background: url(../../images/pricing/pricing-accent1.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        pointer-events: none !important;
        /*opacity: .5 !important;*/
    }

        .pricing-accent2{
            width: 26.25vw;
            height: 26.25vw;
            right: 0;
            left: auto;
            background: url(../../images/pricing/pricing-accent2.png) no-repeat;
            background-position: center;
            background-size: 100% 100%;
            pointer-events: none !important;
        }

            .ip-hg-pricing-holder {
                width: 76.458vw;
                margin: 0 auto;
                position: relative;
                z-index: 5;
            }

                .ip-hg-pricing-title {
                    font-size: 50px;
                    font-size: 2.604vw;
                    color: #493fe2;
                    font-weight: 700;
                    line-height: 69px;
                    line-height: 3.594vw;
                    font-family: var(--font-family-default);
                    margin-bottom: 11px;
                    margin-bottom: 0.573vw;
                    text-align: center;
                }

                    .ip-hg-pricing-text {
                        max-width: 48.438vw;
                        margin: 0 auto;
                    }

                        .ip-hg-pricing-text p {
                            font-size: 24px;
                            font-size: 1.25vw;
                            font-family: var(--font-family-default);
                            color: #363636;
                            margin: 0 !important;
                            line-height: 38px !important;
                            line-height: 1.979vw !important;
                            text-align: center;
                        }

                            .ip-pricing-tabs {
                                background: #f2f4ff;
                                border-radius: 8px;
                                padding: 12px;
                                padding: 0.625vw;
                                display: inline-flex;
                                align-items: center;
                                margin: 0 16px;
                                margin: 0 0.833vw;
                            }

                                .ip-pricing-tabs a {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    color: #363636;
                                    font-size: 20px;
                                    font-size: 1.042vw;
                                    height: 38px;
                                    height: 1.979vw;
                                    padding: 0 16px;
                                    padding: 0 0.833vw;
                                    font-family: var(--font-family-default);
                                    -webkit-transition: all 0.3s ease-in-out;
                                    -moz-transition: all 0.3s ease-in-out;
                                    -o-transition: all 0.3s ease-in-out;
                                    transition: all 0.3s ease-in-out;
                                    border-radius: 8px;
                                    overflow: hidden;
                                    line-height: 1;
                                }

                                    .ip-pricing-tabs a.active{
                                        color: #fff !important;
                                        background: #4a3fe3 !important;
                                    }

                                        .ip-pricing-tabs a:hover{
                                            background: #e7ebff;
                                        }

                                            .ip-pricing-tabs-holder {
                                                display: flex;
                                                align-items: center;
                                                justify-content: center;
                                            }

                                                .ip-pricing-tabs-holder {
                                                    margin-top: 57px;
                                                    margin-top: 2.969vw;
                                                }

                                                    .ip-up-pricing-table-plan-inner {
                                                        display: flex;
                                                        flex-wrap: wrap;
                                                        position: relative;
                                                        right: -0.729vw;
                                                    }

                                                        .ip-up-plan-list {
                                                            padding: 0 14px;
                                                            padding: 0 0.729vw;
                                                            width: calc(100% / 3);
                                                        }

                                                    .ip-up-plan-list-item{
                                                        border-radius: 8px 8px 0px 0px;
                                                        text-align: center;
                                                        color: #fff;
                                                        padding: 36px 15px;
                                                        padding: 1.875vw 0.781vw;
                                                        background: #317ad6;
                                                    }

                                                .ip-up-plan-list:nth-child(2) .ip-up-plan-list-item{
                                                    background: #42adb7;
                                                }

                                            .ip-up-plan-list:nth-child(3) .ip-up-plan-list-item{
                                                background: #ee8140;
                                            }

                                    .ip-up-plan-label {
                                        font-size: 35px;
                                        font-size: 1.823vw;
                                        font-weight: 600;
                                        font-family: var(--font-family-default);
                                        line-height: 1;
                                        margin-bottom: 29px;
                                        margin-bottom: 1.51vw;
                                    }

                                .ip-up-plan-label span{
                                    display: block;
                                    font-size: 24px;
                                    font-size: 1.25vw;
                                    font-weight: 400;
                                    margin-top: 5px;
                                }

                            .ip-up-plan-price {
                                font-size: 50px;
                                font-size: 2.604vw;
                                font-weight: 700;
                                font-family: var(--font-family-default);
                                line-height: 1;
                            }

                        .ip-up-plan-price span{
                            display: block;
                            font-size: 20px;
                            font-size: 1.042vw;
                            font-weight: 400;
                            opacity: .5;
                        }

                    .ip-up-pricing-table-plan-inner {
                        display: flex;
                        flex-wrap: wrap;
                        position: relative;
                        margin: 42px auto 48px;
                        margin: 2.188vw auto 2.5vw;
                        max-width: 1134px;
                        max-width: 59.063vw;
                    }

                .ip-package-link a:hover {
                    background: #ee8140;
                }

                .ip-package-link a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #4544e3;
                    color: #fff;
                    font-size: 20px;
                    font-size: 1.042vw;
                    text-transform: uppercase;
                    font-weight: 500;
                    font-family: var(--font-family-default);
                    max-width: 450px;
                    max-width: 23.438vw;
                    height: 70px;
                    height: 3.646vw;
                    border-radius: 10px;
                    margin: 0 auto;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

.ip-pricing-main-content-area {
    position: relative;
    padding: 139px 15px 142px;
    padding: 7.24vw 15px 7.396vw;
    background: #f2f4ff;
}

    .ip-pricing-main-content-inner {
        max-width: 68.906vw;
        margin: 0 auto;
    }

        .ip-pricing-about-title {
            font-size: 50px;
            font-size: 2.604vw;
            color: #493fe2;
            font-weight: 700;
            line-height: 69px;
            line-height: 3.594vw;
            font-family: var(--font-family-default);
            margin-bottom: 17px;
            margin-bottom: 0.885vw;
        }

            .ip-pricing-about-text {
                max-width: 32.292vw;
            }

                .ip-pricing-about-text p {
                    font-size: 24px;
                    font-size: 1.25vw;
                    font-family: var(--font-family-default);
                    color: #363636;
                    margin: 0 !important;
                    line-height: 38px !important;
                    line-height: 1.979vw !important;
                    padding-bottom: 13px;
                    padding-bottom: 0.677vw;
                }

                    .ip-pricing-about {
                        display: flex;
                        flex-wrap: wrap;
                    }

                        .ip-pricing-about-photo-inner {
                            position: relative;
                            border-radius: 10px;
                            overflow: hidden;
                        }

                            .ip-pricing-about-photo-inner canvas{
                                display: block;
                                width: 100%;
                            }

                                .ip-pricing-about-photo-inner img{
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    object-position: center;
                                }

                                    .ip-pricing-about-photo {
                                        width: 49.283%;
                                    }

                                        .ip-pricing-about-content {
                                            width: 50.717%;
                                            padding-right: 15px;
                                            padding-top: 31px;
                                            padding-top: 1.615vw;
                                        }

                                            .ip-management-fee-title {
                                                font-size: 28px;
                                                font-size: 1.458vw;
                                                color: #ee8140;
                                                font-weight: 700;
                                                line-height: 1;
                                                font-family: var(--font-family-default);
                                            }

                                                .ip-management-fee-info {
                                                    background: #ee8140;
                                                    display: flex;
                                                    flex-wrap: wrap;
                                                    padding: 31px 36px 13px;
                                                    padding: 1.615vw 1.875vw 0.677vw;
                                                    position: relative;
                                                    margin-top: 15px;
                                                    margin-top: 0.781vw;
                                                }

                                            .ip-management-fee-info-label {
                                                font-size: 24px;
                                                font-size: 1.25vw;
                                                color: #fff;
                                                font-weight: 700;
                                                line-height: 1;
                                                font-family: var(--font-family-default);
                                                width: 34.773%;
                                            }

                                        .ip-management-fee-info-text p {
                                            font-size: 24px;
                                            font-size: 1.25vw;
                                            font-family: var(--font-family-default);
                                            color: #fff;
                                            margin: 0 !important;
                                            line-height: 32px !important;
                                            line-height: 1.667vw !important;
                                            padding-bottom: 13px;
                                            padding-bottom: 0.677vw;
                                        }

                                    .ip-management-fee-info-text{
                                        width: 65.227%;
                                    }

                                .ip-management-fee-content {
                                    margin-top: 81px;
                                    margin-top: 4.219vw;
                                }

.ip-management-rates-head {
    font-size: 28px;
    font-size: 1.458vw;
    line-height: 1;
    color: #493fe2;
    font-weight: 700;
    font-family: var(--font-family-default);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 19px;
    margin-bottom: 0.99vw;
}

    .ip-management-resource-info-head {
        width: 42.329%;
    }

        .ip-management-resource-rates-head{
            width: 57.671%;
        }

            .ip-management-resource-label {
                font-size: 24px;
                font-size: 1.25vw;
                font-weight: 700;
                color: #363636;
                line-height: 1;
                font-family: var(--font-family-default);
                width: 42.329%;
                padding-left: 37px;
                padding-left: 1.927vw;
            }

                .ip-management-resource-rates {
                    width: 57.671%;
                    font-size: 24px;
                    font-size: 1.25vw;
                    font-weight: 400;
                    color: #363636;
                    line-height: 1;
                    font-family: var(--font-family-default);
                    display: flex;
                    flex-wrap: wrap;
                    padding: 0 30px;
                    padding: 0 1.563vw;
                }

                    .ip-management-rates-list {
                        display: flex;
                        align-items: center;
                        background: #fcfcff;
                        padding: 22px 0;
                        padding: 1.146vw 0;
                    }

                        .ip-management-rates-list:nth-child(even){
                            background: #e7e9f5;
                        }

                            .ip-management-rates-content {
                                margin-top: 49px;
                                margin-top: 2.552vw;
                            }

                                .ip-management-rates-row {
                                     margin-bottom: 50px;
                                     margin-bottom: 2.604vw;
                                }

                                    .ip-management-rates-list:nth-child(even) .ip-management-resource-rates,
                                    .ip-management-rates-row:last-child .ip-management-resource-rates{
                                        /* color: #493fe2; */
                                        /* font-weight: 500; */
                                    }

                                        .ip-management-resource-rates span {
                                            width: 60%;
                                        }

                                            .ip-management-resource-rates span:nth-child(2) {
                                                width: 40%;
                                            }
 
 .ip-about-mv-area {
    background: #fff;
    padding: 141px 15px 161px;
    padding: 7.344vw 15px 8.385vw;
    position: relative;
}

    .ip-about-mv-inner::after{
        content: '';
        position: absolute;
        width: 13.542vw;
        height: 13.542vw;
        left: 0;
        bottom: 0;
        background: url(../../images/pricing/drive-us-accent1.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        pointer-events: none !important;
        /*opacity: .5 !important;*/
    }

        .ip-about-mv-list:nth-child(even) .ip-about-mv-inner::after{
            background: url(../../images/pricing/drive-us-accent2.png) no-repeat;
            background-position: center;
            background-size: 100% 100%;
        }

    .ip-about-mv-holder {
        max-width: 82.292vw;
        margin: 0 auto;
        position: relative;
    }

        .ip-about-mv-title {
            font-size: 70px;
            font-size: 3.646vw;
            color: #493fe2;
            font-weight: 700;
            line-height: 1;
            font-family: var(--font-family-default);
            margin-bottom: 18px;
            margin-bottom: 0.938vw;
            text-align: center;
        }

            .ip-about-mv-title-text p{
                font-size: 24px;
                font-size: 1.25vw;
                color: #363636;
                line-height: 36px !important;
                line-height: 1.875vw !important;
                margin: 0 !important;
                font-family: var(--font-family-default);
                text-align: center;
            }

                .ip-about-mv-title-text{
                    width: 40.365vw;
                    margin: 0 auto 39px;
                    margin: 0 auto 2.031vw;
                }
            

            .ip-about-mv-feed {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                margin: 0 -1.146vw;
            }

                .ip-about-mv-list {
                    width: calc(100% / 3);
                    padding: 0 1.146vw;
                }

                    .ip-about-mv-inner {
                        position: relative;
                        background: #4a3fe3;
                        padding: 3.229vw 15px 1.406vw;
                        border-radius: 10px;
                        text-align: center;
                        height: 100%;
                    }

                        .ip-about-mv-inner > div{
                            position: relative;
                            z-index: 5;
                        }

                        .ip-about-mv-icon {
                            height: 164px;
                            height: 8.542vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            margin-bottom: 39px;
                            margin-bottom: 1.719vw;
                        }

                            .ip-about-mv-icon img {
                                max-width: 7.604vw;
                                margin: 0 auto;
                            }

                                .ip-about-mv-label {
                                    font-size: 50px;
                                    font-size: 2.604vw;
                                    color: #fff;
                                    font-weight: 700;
                                    line-height: 59px;;
                                    line-height: 3.073vw;
                                    font-family: var(--font-family-default);
                                    margin-bottom: 19px;
                                    margin-bottom: 0.99vw;
                                }

                                    .ip-about-mv-text p {
                                        font-size: 28px !important;
                                        font-size: 1.458vw !important;
                                        color: #fff;
                                        margin: 0 0 !important;
                                        line-height: 39px !important;
                                        line-height: 2.031vw !important;
                                        padding-bottom: 39px;
                                        padding-bottom: 2.031vw;
                                    }    

.aiosp-content.aios-popup-body.\.ip-pricing-popup-form-body {
    width: 90%;
    max-width: 640px;
    max-width: 33.333vw;
    border-radius: 10px;
}                               

                          
@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
	.ip-custom-banner-content-holder {
	    padding: 50px 0 0;
	}

	.ip-custom-banner-content {
	    width: 100%;
	    padding: 0 15px;
	}

	.ip-custom-banner-content-inner {
	    width: 100%;
	    padding: 0 0 0;
	    text-align: center;
	}

	.ip-pricing-title {
	    font-size: 35px;
	    line-height: 1;
	    margin-bottom: 40px;
        max-width: 100%;
	}

    .ip-custom-banner-content-photo {
        width: 100%;
    }

    .ip-pricing-photo {
        margin: 0 auto;
        max-width: 400px;
    }

    .ip-pricing-form {
        max-width: 640px;
        margin: 0 auto 30px;
        padding: 30px 15px 0;
    }

    .ip-pricing-form-title {
        font-size: 30px;
        line-height: 1;
    }

    .ip-pricing-form .fsBody .fsLabel, .ip-pricing-form .fsBody label {
        font-size: 16px;
    }

    .ip-pricing-form .fsForm select.fsRequired, 
    .ip-pricing-form .fsForm textarea.fsRequired, 
    .ip-pricing-form .fsRowBody input[type=email].fsRequired, 
    .ip-pricing-form .fsRowBody input[type=number].fsRequired, 
    .ip-pricing-form .fsRowBody input[type=tel].fsRequired, 
    .ip-pricing-form .fsRowBody input[type=text].fsRequired {
        height: 50px;
    }

    .ip-pricing-form .fsForm textarea {
        height: 99px;
    }

    .ip-pricing-form-inner {
        max-width: 100%;
    }

    .ip-hg-pricing-title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .ip-hg-pricing-holder,
    .ip-hg-pricing-text {
        width: 100%;
        max-width: 100%;
    }

    .ip-hg-pricing-text p {
        font-size: 20px;
        line-height: 1.5 !important;
    }

    .ip-up-plan-list {
        padding: 0 14px;
    }

    .ip-up-plan-list-item {
        padding: 25px 15px;
    }

    .ip-up-plan-label {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .ip-up-plan-label span {
        font-size: 15px;
    }

    .ip-pricing-text {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .ip-pricing-text p {
        font-size: 18px;
        line-height: 1.4 !important;
        padding-bottom: 10px;
    }

    .ip-pricing-link a {
        font-size: 20px;
        max-width: 246px;
        height: 70px;
        margin: 0 auto 30px;
    }

    .ip-pricing-area {
        padding: 50px 15px;
    }

    .ip-pricing-tabs {
        padding: 12px;
        margin: 0 16px;
    }

    .ip-pricing-tabs a {
        font-size: 20px;
        height: 38px;
        padding: 0 16px;
    }

    .ip-up-pricing-table-plan-inner {
        margin: 30px auto;
        max-width: 100%;
    }

    .ip-up-plan-price {
        font-size: 30px;
    }

    .ip-up-plan-price span {
        font-size: 15px;
    }

    .ip-package-link a {
        font-size: 15px;
        max-width: 380px;
        height: 70px;
    }

    .ip-pricing-main-content-area {
        padding: 50px 15px 10px;
    }

    .ip-pricing-main-content-inner {
        max-width: 100%;
    }

    .ip-pricing-about-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .ip-pricing-about-title {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .ip-pricing-about-text {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .ip-pricing-about-text p {
        font-size: 17px;
        line-height: 1.4 !important;
        padding-bottom: 10px;
    }

    .ip-pricing-about-photo {
        width: 100%;
    }

    .ip-pricing-about-photo-inner {
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-management-fee-title {
        font-size: 20px;
        text-align: center;
    }

    .ip-management-fee-content {
        margin-top: 50px;
    }

    .ip-management-fee-info {
        padding: 30px 15px;
        margin-top: 10px;
        text-align: center;
    }

    .ip-management-fee-info-label {
        font-size: 18px;
        width: 100%;
        margin-bottom: 15px;
    }

    .ip-management-fee-info-text {
        width: 100%;
    }

    .ip-management-fee-info-text p {
        font-size: 16px;
        line-height: 1.4 !important;
        padding-bottom: 10px;
    }

    .ip-management-rates-head {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .ip-management-rates-list {
        padding: 15px 0;
    }

    .ip-management-resource-label {
        font-size: 15px;
        padding-left: 15px;
    }

    .ip-management-resource-rates {
        font-size: 15px;
        padding: 0 15px;
    }

    .ip-management-rates-row {
        margin-bottom: 30px;
    }

    .ip-about-mv-area {
        padding: 50px 15px;
    }

    .ip-about-mv-title {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .ip-about-mv-title-text {
        width: 100%;
        margin: 0 auto 20px;
    }

    .ip-about-mv-title-text p {
        font-size: 18px;
        line-height: 1.4 !important;
    }

    .ip-about-mv-holder {
        max-width: 100%;
    }

    .ip-about-mv-list {
        padding: 0 15px;
    }

    .ip-about-mv-feed {
        margin: 0 -15px;
    }

    .ip-about-mv-inner {
        padding: 15px 15px 0;
        height: 100%;
    }

    .ip-about-mv-label {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .ip-about-mv-text p {
        font-size: 15px !important;
        line-height: 1.4 !important;
        padding-bottom: 20px;
    }

    .ip-pricing-tabs-holder {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 767px) {
	
    .ip-pricing-form .fsFieldRow .fsFieldCell.fsSpan33,
    .ip-pricing-form .fsFieldRow .fsFieldCell.fsSpan50 {
        width: 100%;
        margin: 0;
    }

    .ip-up-plan-list {
        padding: 0 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .ip-up-plan-list-item {
        max-width: 350px;
        margin: 0 auto;
    }

    .ip-price-tabs {
        padding: 10px;
    }

    .ip-about-mv-area {
        padding: 50px 15px;
    }

    .ip-about-mv-title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .ip-about-mv-list {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .ip-about-mv-holder {
        max-width: 100%;
    }

    .ip-about-mv-feed {
        margin: 0 auto;
        max-width: 500px;
    }

    .ip-about-mv-icon img {
        max-width: 140px;
    }

    .ip-about-mv-icon {
        height: auto;
        margin-bottom: 30px;
    }

    .ip-about-mv-label {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .ip-about-mv-label br{
        display: none;
    }

    .ip-about-mv-text p {
        font-size: 18px !important;
        line-height: 1.2 !important;
        padding-bottom: 20px;
    }

    .ip-pricing-tabs-holder {
        flex-direction: column;
    }

    .ip-pricing-tabs {
        margin: 0 0 15px;
    }

}

@media only screen and (max-width: 480px) {
	
	.ip-pricing-title {
	    font-size: 30px;
	}

    .ip-pricing-tabs a {
        font-size: 18px;
        padding: 0 10px;
    }

}

