.banner-img img {
    display: none;
}

/* Wide Mobile Design */
@media all and (min-width: 375px) {
    /*-------------------------------INDEX PAGE START-------------------------------*/
    /* Banner Section Style Start */
    .banner h1 {
        padding-right: 30%;
    }
    /* Banner Section Style End */
    /* Technologies Section Style Start */
    .tech-wrap {
        width: 60%;
        margin: 0 auto 20px;
    }
    /* Technologies Section Style End */
}
/* Tablet Potrait Design */
@media all and (min-width: 768px) {
    /*----------------------------INDEX PAGE STYLE START----------------------------*/
    /* Banner Section Style Start */
    .banner-content {
        min-height: 400px;
    }

    .cta > label {
        font-size: 1.8rem;
    }

    .banner-img {
        background: transparent;
    }

        .banner-img img {
            display: block;
        }
    /* Banner Section Style End */

    /* About-company Section Style Start */
    .about-company {
        padding: 70px 0;
    }

    .mobile-wrap {
        width: 98%;
    }

    .about-company .left-block {
        margin-bottom: 95px;
    }
    /* About-company Section Style End */
    /* Features Section Style Start */
    .features {
        padding: 70px 0;
    }

        .features h2 {
            margin-bottom: 19px;
        }
    /* Features Section Style End */
    /* Technologies Section Style Start */
    .technologies {
        padding: 70px 0;
    }

        .technologies .section-header {
            width: 45%;
            margin-bottom: 35px;
        }

        .technologies p {
            font-size: 1.8rem;
        }

    .tech-block {
        justify-content: space-between;
        margin: 0;
    }
    /* Technologies Section Style End */
    /* Attention Section Style Start */
    .attention {
        padding: 70px 0;
    }

        .attention p {
            font-size: 1.8rem;
        }
    /* Attention Section Style End */
    /* Security Section Style Start */
    .security {
        padding: 70px 0;
    }

        .security p {
            font-size: 1.8rem;
        }
    /* Security Section Style End */
    /* Style-block Section Style Start */
    .style-block {
        padding: 70px 0;
    }

        .style-block h2 {
            margin-bottom: 14px;
        }

        .style-block p {
            font-size: 1.8rem;
        }

        .style-block li {
            font-size: 1.8rem;
        }
    /* Style-block Section Style End */
    /* partnership-block Section Style Start */
    .partnership-block {
        padding: 70px 0 35px;
    }

        .partnership-block h2 {
            margin-bottom: 14px;
        }

        .partnership-block p {
            font-size: 1.8rem;
        }

        .partnership-block li {
            font-size: 1.8rem;
        }

        .partnership-block h3 {
            font-size: 1.8rem;
        }
    /* partnership-block Section Style End */
    /* Zen-block Section Style Start */
    .zen-block {
        padding: 35px 0;
    }

        .zen-block .img-wrap {
            height: 100%;
            width: 100%;
            margin: 0;
        }

        .zen-block p {
            font-size: 1.8rem;
        }
    /* Zen-block Section Style End */
    /* Testimonial Section Style Start */
    .testimonial {
        padding: 35px 0 70px;
    }

        .testimonial p {
            font-size: 1.8rem;
        }
    /* Testimonial Section Style End */
    /*----------------------------INDEX PAGE STYLE END----------------------------*/
    /*----------------------------TERMS-AND-CONDITIONS PAGE STYLE END----------------------------*/
    /* Terms-condition Section Start */
    .terms-condition {
        padding: 70px 0;
    }

        .terms-condition p {
            font-size: 1.8rem;
        }

    .terms-accordion.ui-accordion .ui-accordion-header {
        padding-top: 15px;
        padding-bottom: 15px;
        outline: 0;
    }

        .terms-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
            top: 6px;
            width: 19px;
            height: 18px;
        }

        .terms-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
            top: 24px;
        }

    /* Terms-condition Section End */
    /*----------------------------TERMS-AND-CONDITIONS PAGE STYLE END----------------------------*/
}

@media all and (min-width: 600px) and (max-width: 1023px) {
    h1 {
        font-size: 4.8rem;
    }

        h1 .highlight {
            font-size: 8.6rem;
        }

    h2 {
        font-size: 4.2rem;
    }

        h2 .highlight {
            font-size: 6.4rem;
        }

    h3 {
        font-size: 3.2rem;
    }

    .form-control {
        font-size: 2.4rem;
    }

    .btn {
        font-size: 2.6rem;
    }

    .logo {
        width: 130px;
        margin-left: -9px;
    }

    .login-wrap a {
        font-size: 2.6rem;
    }

    .cta > label {
        font-size: 2.6rem;
    }

    .banner-content {
        min-height: 520px;
    }

    .about-company p {
        font-size: 2.6rem;
    }

    .features .left-block p {
        font-size: 3rem;
    }

    .features p {
        font-size: 2.6rem;
    }

    .technologies p {
        font-size: 2.6rem;
    }

    .tech-info {
        font-size: 2.275rem;
    }

    .attention p {
        font-size: 2.6rem;
    }

    .security p {
        font-size: 2.6rem;
    }

    .style-block p {
        font-size: 2.6rem;
    }

    .style-block li {
        font-size: 2.6rem;
    }

    .style-block .img-info .text {
        font-size: 1.8rem;
    }

    .partnership-block p {
        font-size: 2.6rem;
    }

    .partnership-block h3 {
        font-size: 2.6rem;
    }

    .partnership-list .list-item {
        font-size: 2.6rem;
    }

    .zen-block p {
        font-size: 2.6rem;
    }

    .testimonial p {
        font-size: 2.6rem;
    }

    .testimonial-slider blockquote {
        font-size: 2.6rem;
    }

    .testimonial-slider .slide {
        min-height: 290px;
        flex: 0 0 auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

        .testimonial-slider .slick-track {
            display: flex !important;
            flex-wrap: nowrap !important;
        }

    .footer-logo .logo-wrapper {
        width: 84px;
    }

    .footer-links a {
        font-size: 2.6rem;
    }

    .footer-bottom .copyright-info, .footer-bottom a {
        font-size: 2rem;
    }
    /* about section */
    .about {
        padding: 122px 0 12px;
    }

        .about h2 {
            font-size: 3.6rem;
            margin-bottom: 82px;
        }

        .about p {
            font-size: 4.2rem;
        }

    .img-wrap {
        margin-bottom: 41px;
    }

    .about-details h3 {
        font-size: 3.6rem;
    }

    .specialization {
        font-size: 2.8rem;
    }

    .about-details p {
        font-size: 2.6rem;
        margin-bottom: 23px;
    }

    .specialization:nth-of-type(2) {
        margin-bottom: 30px;
    }

    .about-details {
        margin-bottom: 94px;
    }

    .about-head {
        margin-bottom: 84px;
    }

    .network {
        padding: 74px 0 71px;
    }

        .network p {
            font-size: 2.6rem;
            line-height: 1.1;
        }

        .network h2 {
            margin-bottom: 6px;
            font-size: 4.2rem;
        }

        .network h3 {
            font-size: 3.6rem;
            margin-bottom: 21px;
        }

        .network .highlight {
            font-size: 2.6rem;
            margin: 8px 0 8px 0;
        }

    .partner {
        font-size: 2.2rem;
        margin-bottom: 47px;
    }

    .left-text {
        margin-bottom: 53px;
    }

    .inner-adjust .img-wrap {
        margin-bottom: 17px;
    }

    .inner-adjust {
        padding: 5px 0 80px;
    }

        .inner-adjust .left-block {
            padding: 30px 30px 27px;
        }

        .inner-adjust h2 {
            font-size: 3.6rem;
        }

        .inner-adjust .specialization {
            margin-bottom: 14px;
        }

        .inner-adjust p {
            font-size: 2.6rem;
            line-height: 1.2;
            margin-bottom: 43px;
        }

        .inner-adjust .btn {
            display: inline-block;
            font-weight: 400;
            font-size: 1.8rem;
            padding: 15px 52px;
            background-color: #281932;
        }

    /* .corporate page */
    .corporate {
        padding: 122px 0 57px;
    }

        .corporate .about-head {
            margin-bottom: 100px;
        }

        .corporate h2 {
            font-size: 3.6rem;
            margin-bottom: 82px;
        }

        .corporate p {
            font-size: 4.2rem;
        }

    .corporate-details p {
        font-size: 2.6rem;
    }

    h3 .highlight {
        font-size: 4.2rem;
    }

    .corporate-details h3 {
        font-size: 3.6rem;
    }

    /* .advantage section */
    .advantage {
        padding: 76px 0 1px;
    }

        .advantage h2 {
            font-size: 4.2rem;
            margin-bottom: 12px;
        }

    .advantage-wrap {
        margin-bottom: 71px;
    }

    .advantage-detail p {
        font-size: 2.6rem;
    }

    .advantage-detail h3 {
        font-size: 3.2rem;
        margin-bottom: 10px;
    }

    .advantage .partner {
        font-size: 2.8rem;
        padding: 0 52px;
    }

    .advantage-img {
        width: 69%;
        margin-bottom: 22px;
    }

    .advantage-detail {
        padding: 0 13px;
    }

    .advantage .mobile-wrap {
        left: 3%;
        top: 22px;
    }

    /* contact us  */
    .contact-us h2 {
        font-size: 4.2rem;
    }

    .contact-us {
        padding: 71px 0;
    }

        .contact-us .partner {
            font-size: 2.8rem;
            padding: 0 6px;
            margin-bottom: 51px;
        }

        .contact-us .input-wrap {
            margin-bottom: 17px;
        }

        .contact-us .form-control {
            padding: 15px 29px;
        }

    /* service section */
    .service {
        padding: 122px 0 57px;
    }

        .service .about-head {
            margin-bottom: 97px;
        }

        .service h2 {
            font-size: 3.6rem;
            margin-bottom: 94px;
        }

        .service p {
            padding-right: 25px;
            font-size: 4.2rem;
            letter-spacing: 1px;
            word-spacing: -4px;
        }

    .service-details h3 {
        font-size: 3.6rem;
        margin-bottom: 11px;
    }

    .service-details p {
        font-size: 2.6rem;
        padding: 0;
        word-spacing: 0px;
        letter-spacing: 0px;
        margin-bottom: 42px;
    }

    .service-text {
        font-size: 2.6rem;
        text-indent: 4px;
        margin-right: -3px;
        width: calc(100% - 24px);
    }

    .service-list li .icon-tick {
        margin-top: 15px;
    }

    .service-list {
        padding-left: 10px;
    }

        .service-list li {
            margin-bottom: 0;
        }

    /* listing-section */
    .listing {
        padding: 77px 0;
    }

        .listing h2 {
            font-size: 4.2rem;
            margin-bottom: 12px;
        }

        .listing .partner {
            margin-bottom: 54px;
            font-size: 2.8rem;
        }

    .listing-wrap {
        padding: 28px 37px 53px 37px;
        margin: 0 auto 41px;
        max-width: 380px;
    }

    .listing h3 {
        font-size: 3.6rem;
        margin-bottom: 16px;
    }

    .listing-wrap .partner {
        font-size: 3.2rem;
        margin-bottom: 0;
    }

    .savings {
        font-size: 2.6rem;
        margin-bottom: 23px;
    }

    .bill {
        font-size: 2rem;
        margin-bottom: 31px;
    }

    .listing-wrap .btn {
        font-size: 2rem;
        padding: 10px 36px;
    }

    .listing-wrap:nth-child(4) h3:nth-child(2) {
        margin-bottom: 17px;
    }

    .listing-wrap:nth-child(4) h3 {
        margin-bottom: 67px;
    }

    .listing p {
        padding: 0 119px;
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .revenue {
        font-size: 2rem;
        padding: 0 100px;
    }

    .faq h2 {
        font-size: 4.2rem;
    }
    /* join us section */
    .join-us {
        padding: 122px 0 0;
    }

        .join-us .about-head {
            margin-bottom: 81px;
            padding-right: 158px;
        }

        .join-us h2 {
            font-size: 3.6rem;
            margin-bottom: 94px;
        }

        .join-us p {
            font-size: 4.2rem;
            letter-spacing: 1px;
            word-spacing: -4px;
        }

    /* .join-reason */
    .join-reason {
        padding: 50px 0 3px 0;
    }

        .join-reason h2 {
            font-size: 4.2rem;
            margin-bottom: 14px;
        }

        .join-reason .partner {
            margin-bottom: 50px;
            font-size: 2.8rem;
            padding-right: 26px;
        }

        .join-reason .about-details {
            margin-bottom: 72px;
        }

    .get-touch h2 {
        margin-bottom: 14px;
    }

    .get-touch .input-wrap {
        margin-bottom: 17px;
    }

    .get-touch {
        margin-bottom: 65px;
    }

        .get-touch .partner {
            margin-bottom: 55px;
        }
    /* what we do section */
    .we-do {
        padding: 122px 0 0;
    }

        .we-do .about-head {
            margin-bottom: 108px;
        }

        .we-do h2 {
            font-size: 3.6rem;
            margin-bottom: 94px;
        }

        .we-do p {
            font-size: 4.2rem;
            letter-spacing: 1px;
            word-spacing: -6px;
        }

        .we-do .join-collab img {
            height: 100%;
            object-fit: cover;
        }

        .we-do .join-reason {
            padding: 74px 0 3px 0;
        }
    /* rental */
    .rental {
        padding: 70px 0 3px 0;
    }

        .rental .partner {
            letter-spacing: -1px;
        }

        .rental .about-details {
            margin-bottom: 63px;
        }

        .rental .about-secondary .img-wrap {
            margin-bottom: 10px;
        }

    .help h2 {
        margin-bottom: 16px;
        font-size: 4.2rem;
    }

    .help .partner {
        padding-right: 82px;
        font-size: 2.8rem;
        margin-bottom: 13px;
    }

    .need {
        font-size: 2.8rem;
        margin-bottom: 50px;
        padding-right: 67px;
    }

    .help-wrap h3 {
        margin-bottom: 5px;
    }

    .help-wrap p {
        font-size: 2.6rem;
    }

    .help-block {
        margin-bottom: 48px;
    }

    .help-wrap {
        margin-bottom: 104px;
    }

    .staff-name {
        font-size: 1.8rem;
        padding: 17px 0px;
    }


    .started {
        padding: 82px 0;
    }

        .started h2 {
            font-size: 4.2rem;
            margin-bottom: 17px;
        }

    .partner-box {
        margin-bottom: 53px;
    }

    .started .partner {
        font-size: 2.8rem;
        margin-bottom: 12px;
    }

    .circle {
        border: 1px solid #958d9a;
        border-radius: 50%;
        height: 81px;
        width: 81px;
        font-size: 2.6rem;
        margin-bottom: 17px;
    }

    .hire {
        margin: 27px 0 47px 0;
        font-size: 2.6rem;
    }

    .call-box {
        margin-bottom: 47px;
    }

    .call-wrap p {
        font-size: 2.6rem;
    }

    .zen-income {
        padding: 122px 0 0;
    }

        .zen-income .about-head {
            margin-bottom: 108px;
        }

        .zen-income h2 {
            font-size: 3.6rem;
            margin-bottom: 94px;
        }

        .zen-income p {
            font-size: 4.8rem;
            letter-spacing: 1px;
            word-spacing: -6px;
        }

        .zen-income .join-collab {
            margin-bottom: 69px;
        }

    .inner-two .partner {
        font-size: 2.8rem;
        padding-right: 87px;
        margin-bottom: 53px;
        line-height: 1.1;
    }

    .inner-two .img-wrap {
        margin-bottom: 0;
    }

    .inner-two .left-block {
        padding: 45px 32px 27px;
        margin-bottom: 0;
    }

    .inner-two p {
        font-size: 2.6rem;
        margin-bottom: 22px;
    }

    .inner-two h2 {
        font-size: 4.2rem;
        margin-bottom: 21px;
    }

    .investment {
        padding: 87px 0 40px 0;
    }

        .investment h2 {
            padding-right: 62px;
            font-size: 4.2rem;
            margin-bottom: 17px;
        }

        .investment .partner {
            font-size: 2.8rem;
            margin-bottom: 42px;
        }

        .investment h3 {
            margin-bottom: 6px;
            letter-spacing: -1px;
            font-size: 2.8rem;
        }

    .investment-box {
        margin-bottom: 39px;
    }

    .investment-wrap p {
        font-size: 2.6rem;
    }

    .discover h2 {
        margin-bottom: 12px;
    }

    .discover .partner {
        padding: 0 25px;
    }

    .discover .input-wrap {
        margin-bottom: 17px;
    }

    .vsb-main button {
        font-size: 2.4rem;
        padding: 20px 29px;
    }

    .caret {
        margin-right: 18px;
    }
}
/* Tablet Landscape Design */
@media all and (min-width: 1024px) {
    /*----------------------------INDEX PAGE STYLE START----------------------------*/
    /* Banner Section Style Start */
    .banner {
        position: relative;
    }

    .banner-content {
        min-height: 450px;
    }

    .banner h1 {
        padding-right: 0;
    }

    .slick-dots {
        bottom: 100px;
    }

        .slick-dots li {
            width: 14px;
            height: 14px;
            margin: 0 1px;
        }

        .slick-dots button {
            width: 10px;
            height: 10px;
        }

    .cta {
        max-width: initial;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
        width: calc(100% - 40px);
        border-radius: 50px;
        transform: translate(0, 50%);
        padding-bottom: 60px;
        max-width: 1230px;
    }

        .cta .form-content {
            display: flex;
            justify-content: space-between;
        }

        .cta .input-wrap {
            margin: 0;
        }

            .cta .input-wrap:nth-child(1) {
                width: 25%;
            }

            .cta .input-wrap:nth-child(2) {
                width: 25%;
            }

            .cta .input-wrap:nth-child(3) {
                width: 13.35%;
            }

            .cta .input-wrap:nth-child(4) {
                width: 13.35%;
            }

            .cta .input-wrap:last-child {
                margin-right: 0;
            }
    /* Banner Section Style End */
    /* About-company Section Style Start */
    .about-company {
        padding: 80px 0;
    }

        .about-company .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .about-company .left-block {
            width: 47%;
            margin-bottom: 0;
        }

    .property-img {
        max-width: 600px;
    }

    .about-company p {
        font-size: 1.8rem;
    }

    .about-company .right-block {
        width: 47%;
        margin-bottom: 80px;
        padding-right: 5%;
    }
    /* About-company Section Style End */
    /* Features Section Style Start */
    .features {
        padding: 80px 0;
    }

        .features .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .features .left-block {
            width: 47%;
            padding-right: 5%;
            margin-bottom: 24px;
        }

        .features .right-block {
            width: 47%;
        }

        .features p {
            font-size: 1.8rem;
        }
    /* Features Section Style End */
    /* Technologies Section Style Start */
    .technologies {
        padding: 80px 0;
    }

    .tech-info {
        font-size: 1.6rem;
    }

    .tech-wrap {
        width: 23.3%;
        margin: 0;
    }
    /* Technologies Section Style End */
    /* Attention Section Style Start */
    .attention {
        padding: 80px 0;
    }

        .attention .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .attention .left-block {
            width: 47%;
        }

        .attention .img-wrap {
            margin-bottom: 0;
        }

        .attention .right-block {
            width: 47%;
        }
    /* Attention Section Style End */
    /* Security Section Style Start */
    .security {
        padding: 80px 0;
    }

        .security .container {
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }

        .security .left-block {
            width: 47%;
            order: 1;
        }

        .security .right-block {
            width: 47%;
            order: 2;
        }

        .security .img-wrap {
            margin: 0;
        }
    /* Security Section Style End */
    /* Style-block Section Style Start */
    .style-block {
        padding: 80px 0;
    }

        .style-block .container {
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }

        .style-block .left-block {
            width: 47%;
            order: 1;
        }

        .style-block .right-block {
            width: 47%;
            order: 2;
            margin-bottom: 0;
        }

        .style-block .img-wrap {
            margin: 0;
        }
    /* Style-block Section Style End */
    /* Partnership-block Section Style Start */
    .partnership-block {
        padding: 80px 0 40px;
    }

        .partnership-block .container {
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }

        .partnership-block .left-block {
            width: 47%;
        }

        .partnership-block .img-wrap {
            margin: 0;
        }

        .partnership-block .right-block {
            width: 47%;
        }
    /* Partnership-block Section Style End */
    /* Zen-block Section Style Start */
    .zen-block {
        padding: 40px 0;
    }

        .zen-block .content-wrapper {
            flex-direction: row;
            justify-content: space-between;
        }

    .inner-adjust .left-block {
        width: 50%;
    }

    .zen-block .left-block {
        width: 47%;
        order: 1;
    }

    .zen-block .right-block {
        width: 47%;
        order: 2;
    }

    .zen-block .img-wrap {
        margin: 0;
    }

    .zen-block img {
        border-top-left-radius: 0;
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 0;
    }
    /* Zen-block Section Style End */
    /* Testimonial Section Style Start */
    .testimonial {
        padding: 40px 0 80px;
    }

    .testimonial-slider .slick-list {
        padding-right: 0;
    }
    /* Testimonial Section Style End */
    /*----------------------------INDEX PAGE STYLE END----------------------------*/
    /*----------------------------TERMS-AND-CONDITIONS PAGE STYLE END----------------------------*/
    /* Terms-condition Section Start */
    .terms-condition .container > p {
        padding: 0 50px;
    }

    .terms-condition {
        padding: 88px 0;
    }

        .terms-condition .container {
            padding: 0 60px;
        }

        .terms-condition p {
            font-size: 2rem;
        }

    .terms-accordion.ui-accordion .ui-accordion-header {
        font-size: 2rem;
    }
    /* Terms-condition Section End */
    /*----------------------------TERMS-AND-CONDITIONS PAGE STYLE END----------------------------*/
    /* about-us section */
    .about {
        padding: 80px 0 40px;
    }

        .about h2 {
            font-size: 2.5rem;
        }

        .about p {
            font-size: 3.2rem;
        }

    .about-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 35px;
    }

    .img-wrap {
        margin-bottom: 0;
    }

    .about-details h3 {
        font-size: 2.5rem;
    }

    .specialization {
        font-size: 2rem;
    }

    .about-details p {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .about-details .right-block {
        width: 47%;
    }

    .about-details .left-block {
        width: 47%;
    }

    .about-secondary .left-block {
        order: 2;
    }

    .about-head {
        margin-bottom: 75px;
    }

    .about-secondary p:nth-child(2) {
        margin-bottom: 15px;
    }
    /* network section */
    .network-wrap {
        display: flex;
        justify-content: space-between;
    }

    .left-text {
        margin-bottom: 0;
        width: 47%;
    }

    .right-text {
        width: 47%;
    }

    .network h3 {
        margin-bottom: 8px;
    }

    .network p {
        font-size: 1.5rem;
    }

    .network .highlight {
        font-size: 1.8rem;
    }

    /* about zen */
    .inner-adjust .left-block {
        padding: 50px 16px 0 30px;
    }

    .inner-adjust .img-wrap img {
        border-radius: 0 32px 32px 0;
    }
    /* .corporate page */
    .corporate {
        padding: 80px 0;
    }

        .corporate h2 {
            font-size: 2.5rem;
        }

        .corporate p {
            font-size: 3.2rem;
        }

    .corporate-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 35px;
    }

        .corporate-details .left-block {
            width: 47%;
        }

        .corporate-details .right-block {
            width: 47%;
        }

        .corporate-details p {
            font-size: 2rem;
        }

        .corporate-details h3 {
            font-size: 3.6rem;
        }

    h3 .highlight {
        font-size: 4.2rem;
    }
    /* .advantage section */
    .advantage {
        padding: 100px 0;
    }

        .advantage .partner {
            margin-bottom: 35px;
        }

    .advantage-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .advantage-wrap {
        width: 33.33%;
        margin-bottom: 0;
    }

    .advantage-img {
        width: 80%;
    }

    .advantage-detail {
        text-align: left;
        padding: 0 16px 0 37px;
    }

        .advantage-detail p {
            font-size: 1.6rem;
        }
    /* contact-us */
    .form-block {
        margin: 0 auto;
        max-width: 560px;
    }

    /* service section */
    .service {
        padding: 80px 0;
    }

        .service .about-head {
            margin-bottom: 75px;
            max-width: 360px;
        }

        .service h2 {
            font-size: 2.5rem;
        }

        .service p {
            font-size: 3.2rem;
        }

    .service-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 35px;
    }

        .service-details .left-block {
            width: 47%;
        }

        .service-details .right-block {
            width: 47%;
        }

        .service-details h3 {
            font-size: 3.6rem;
        }

        .service-details p {
            font-size: 2rem;
            width: 100%;
            margin-bottom: 20px;
        }

    .service-text {
        font-size: 2rem;
    }

    .service-list li .icon-tick {
        margin-top: 10px;
    }


    /* listing-section */
    .listing-block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .listing-wrap {
        width: 23%;
        padding: 34px 16px;
        margin: 0;
        max-width: 380px;
    }

    .listing h2 {
        font-size: 3.6rem;
    }

    .listing .partner {
        font-size: 1.6rem;
    }

    .listing h3 {
        margin-bottom: 18px;
        font-size: 2.6rem;
    }

    .listing-wrap .partner {
        font-size: 2.2rem;
    }

    .savings {
        font-size: 1.5rem;
        margin-bottom: 18px;
    }

    .bill {
        font-size: 1.3rem;
        margin-bottom: 18px;
    }

    .listing-wrap:nth-child(4) h3 {
        margin-bottom: 54px;
    }

        .listing-wrap:nth-child(4) h3:nth-child(2) {
            margin-bottom: 18px;
        }

    .listing-wrap .btn {
        font-size: 1.3rem;
        padding: 8px 20px;
    }

    .listing p {
        font-size: 2rem;
    }

    .revenue {
        font-size: 1.8rem;
    }
    /* land-lord section */
    .land-lord h2 {
        font-size: 3.6rem;
    }
    /* faq section */
    .faq h2 {
        font-size: 3.6rem;
    }
    /* join us section */
    .join-us {
        padding: 80px 0;
    }

        .join-us .about-head {
            margin-bottom: 75px;
        }

        .join-us h2 {
            font-size: 2.5rem;
        }

        .join-us p {
            font-size: 3.2rem;
        }

    .join-reason {
        text-align: center;
    }

        .join-reason h2 {
            font-size: 3.6rem;
        }

        .join-reason .partner {
            font-size: 1.6rem;
            margin-bottom: 40px;
            padding: 0 171px;
        }

        .join-reason .about-details {
            text-align: left;
        }

    .we-do {
        padding: 80px 0;
    }

        .we-do .about-head {
            margin-bottom: 75px;
        }

        .we-do h2 {
            font-size: 2.5rem;
        }

        .we-do p {
            font-size: 3.2rem;
        }

    .rental .left-block {
        order: 2;
    }

    .rental .about-secondary .right-block {
        order: 2;
    }

    .rental .about-details {
        align-items: center;
        margin-bottom: 35px;
    }

    .help-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 45px;
    }

    .help-block {
        width: 30%;
    }

    .help h2 {
        font-size: 3.6rem;
    }

    .help .partner {
        font-size: 1.6rem;
        font-weight: 100;
        margin-bottom: 1px;
    }

    .need {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }

    .staff-wrap {
        padding: 0 50px;
    }

    .staff-image {
        transition: 0.3s all;
    }

        .staff-image:hover {
            opacity: 0.8;
        }

    .started {
        padding: 60px 0;
        text-align: center;
    }

        .started h2 {
            font-size: 3.6rem;
            text-align: center;
        }

        .started .partner {
            font-size: 1.6rem;
            display: inline;
        }

    .partner-box {
        padding: 0 172px;
        margin-bottom: 45px;
    }

    .call-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 35px;
    }

    .call-box {
        width: 32%;
        text-align: left;
    }

    .started .btn {
        display: inline-block;
        padding: 10px 140px;
    }

    .zen-income {
        padding: 80px 0;
    }

        .zen-income .about-head {
            margin-bottom: 75px;
        }

    .zen-incomeo h2 {
        font-size: 2.5rem;
    }

    .zen-income p {
        font-size: 3.2rem;
    }

    .inner-two h2 {
        text-align: center;
        font-size: 3.6rem;
    }

    .inner-two {
        padding: 55px 0;
    }

        .inner-two .partner {
            font-size: 1.6rem;
            margin-bottom: 40px;
            text-align: center;
        }

        .inner-two h3 {
            font-size: 2.2rem;
        }

        .inner-two p {
            font-size: 1.625rem;
        }

        .inner-two .left-block {
            order: 2;
        }

        .inner-two .right-block {
            order: 1;
        }

        .inner-two .img-wrap img {
            border-radius: 0;
        }

        .inner-two .img-wrap img {
            border-radius: 32px 0 0 32px;
        }

    .investment h2 {
        font-size: 3.6rem;
        text-align: center;
    }

    .investment .partner {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 40px;
    }

    .investment-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .investment-box {
        width: 46%;
        margin-bottom: 35px;
    }

    .investment h3 {
        font-size: 2.2rem;
    }

    /* text fix */
    .service .text-fix {
        max-width: 554px;
    }
}
/* Desktop Design */
@media all and (min-width: 1200px) {
    /*----------------------------INDEX PAGE STYLE START----------------------------*/
    /* Banner Section Style Start */
    .banner-content {
        min-height: 550px;
        padding: 70px 0;
    }

    .cta > label {
        margin-bottom: 24px;
    }

    .cta .input-wrap:nth-child(1) {
        width: 26%;
    }

    .cta .input-wrap:nth-child(2) {
        width: 26.64%;
    }

    .cta .input-wrap:nth-child(3) {
        width: 13.35%;
    }

    .cta .input-wrap:nth-child(4) {
        width: 13.35%;
    }
    /* Banner Section Style End */
    /* About-company Section Style Start */
    .about-company {
        padding: 100px 0;
    }

    .mobile-wrap {
        top: 66px;
        width: 95%;
        left: -16%;
    }

    .about-company p {
        font-size: 2rem;
    }
    /* About-company Section Style End */
    /* Features Section Style Start */
    .features {
        padding: 100px 0;
    }

        .features p {
            font-size: 2rem;
            margin-bottom: 36px;
        }
    /* Features Section Style End */
    /* Technologies Section Style Start */
    .technologies {
        padding: 100px 0;
    }

        .technologies p {
            font-size: 2rem;
        }

        .technologies .section-header {
            margin-bottom: 62px;
        }

    .tech-info {
        font-size: 1.8rem;
    }
    /* Technologies Section Style End */
    /* Attention Section Style Start */
    .attention {
        padding: 100px 0;
    }

        .attention .right-block {
            margin-bottom: 64px;
        }

        .attention p {
            font-size: 2rem;
        }
    /* Attention Section Style End */
    /* Security Section Style Start */
    .security {
        padding: 100px 0;
    }

        .security .left-block {
            margin-bottom: 39px;
        }

        .security p {
            font-size: 2rem;
            margin-bottom: 52px;
        }
    /* Security Section Style End */
    /* Style-block Section Style Start */
    .style-block {
        padding: 100px 0;
    }

        .style-block .left-block {
            margin-bottom: 0;
            margin-top: 8px;
        }

        .style-block p {
            font-size: 2rem;
            margin-bottom: 52px;
        }

    .style-list {
        padding-left: 16px;
    }

        .style-list li {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .style-list .text {
            width: calc(100% - 53px);
        }

    .style-block .img-info {
        padding: 0 51px;
    }
    /* Style-block Section Style End */
    /* partnership-block Section Style Start */
    .partnership-block {
        padding: 100px 0 50px;
    }

        .partnership-block .left-block {
            margin-bottom: 0;
            margin-top: 8px;
        }

        .partnership-block p {
            font-size: 2rem;
            margin-bottom: 26px;
        }

    .partnership-list {
        padding-left: 16px;
        margin-bottom: 42px;
    }

        .partnership-list .list-item {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .partnership-list .text {
            width: calc(100% - 53px);
        }

    .partnership-block .img-info {
        padding: 0 51px;
    }

    .partnership-block h3 {
        font-size: 2rem;
        margin-bottom: 25px;
    }
    /* Style-block Section Style End */
    /* Zen-block Section Style Start */
    .zen-block {
        padding: 50px 0;
    }

        .zen-block .left-block {
            padding: 44px 0 0 49px;
        }

        .zen-block h2 {
            margin-bottom: 14px;
        }

        .zen-block p {
            font-size: 2rem;
            margin-bottom: 27px;
        }

        .zen-block .btn {
            margin-top: 49px;
            padding: 11px 67px;
        }
    /* Zen-block Section Style End */
    /* Testimonial Section Style Start */
    .testimonial {
        overflow: hidden;
        padding: 50px 0 100px;
    }

        .testimonial p {
            font-size: 2rem;
            margin-bottom: 42px;
        }

    .testimonial-slider {
        margin-right: -40px;
    }

        .testimonial-slider .slick-track {
            display: flex !important;
            flex-wrap: nowrap !important;
        }

    .testimonial .slide {
        max-width: 360px;
        padding: 30px;
        min-height: 360px;
        margin-right: 40px;
        flex: 0 0 auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

        .testimonial .slide:nth-child(2) {
            padding: 30px 41px;
        }

        .testimonial .slide:nth-child(3) {
            padding: 30px 41px;
        }
    /* Testimonial Section Style End */
    /*----------------------------INDEX PAGE STYLE END----------------------------*/
    /*----------------------------TERMS-AND-CONDITION PAGE STYLE END----------------------------*/
    /* Terms-and-condition Section Style Start */
    .terms-condition .container {
        padding: 0 20px;
    }

    .terms-condition h2 {
        margin-bottom: 8px;
    }

    .terms-condition p {
        font-size: 2.6rem;
        padding: 0 120px 0 120px;
        line-height: 1.14;
        margin-bottom: 108px;
    }

    .terms-accordion.ui-accordion .ui-accordion-header {
        font-size: 2.6rem;
        padding: 23px 0 20px;
    }

        .terms-accordion.ui-accordion .ui-accordion-header:nth-child(1), .terms-accordion.ui-accordion .ui-accordion-header:nth-child(2) {
            padding: 26px 0 21px;
        }

            .terms-accordion.ui-accordion .ui-accordion-header:nth-child(1) .ui-accordion-header-icon, .terms-accordion.ui-accordion .ui-accordion-header:nth-child(2) .ui-accordion-header-icon {
                top: 30px;
            }

        .terms-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
            top: 27px;
        }

        .terms-accordion.ui-accordion .ui-accordion-header:nth-child(1) .ui-accordion-header-icon, .terms-accordion.ui-accordion .ui-accordion-header:nth-child(2) .ui-accordion-header-icon {
            top: 30px;
        }

        .terms-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active:nth-child(1) .ui-accordion-header-icon, .terms-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active:nth-child(2) .ui-accordion-header-icon {
            top: 47px;
        }

        .terms-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
            top: 40px;
        }

        .terms-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
            border-color: transparent;
        }

    .terms-accordion.ui-accordion p {
        font-size: 2.3rem;
        line-height: 1.2;
        letter-spacing: 0.34px;
    }
    /* Terms-and-condition Section Style End */
    /*----------------------------TERMS-AND-CONDITION PAGE STYLE END----------------------------*/
    /* about-us section */
    .about h2 {
        font-size: 3.1rem;
    }

    .about p {
        font-size: 4.1rem;
    }

    .about-details {
        margin-bottom: 60px;
    }

        .about-details p {
            font-size: 1.8rem;
        }

    .specialization {
        font-size: 2.5rem;
    }

    .about-details h3 {
        font-size: 3.2rem;
    }

    .about-head p {
        padding-right: 90px;
    }
    /* network */
    .network {
        padding: 55px 0;
    }

        .network h2 {
            font-size: 4rem;
            margin-bottom: 10px;
        }

    .partner {
        font-size: 1.8rem;
    }

    .network h3 {
        font-size: 3rem;
    }

    .network p {
        font-size: 1.8rem;
    }

    .network .highlight {
        font-size: 2.2rem;
    }

    /* about zen */
    .inner-adjust .btn {
        margin-top: 10px;
    }
    /* .corporate page */
    .corporate h2 {
        font-size: 3.1rem;
    }

    .corporate p {
        font-size: 4.1rem;
    }

    .corporate-details p {
        font-size: 2.4rem;
    }
    /* .advantage section */
    .advantage h2 {
        font-size: 4rem;
    }

    .advantage .partner {
        font-size: 1.8rem;
        margin-bottom: 45px;
    }

    .advantage-img {
        width: 90%;
        margin-bottom: 30px;
    }

    .advantage-detail h3 {
        font-size: 2.6rem;
        margin-bottom: 10px;
    }

    .advantage-detail p {
        font-size: 1.8rem;
    }

    .advantage-detail {
        padding: 0 26px 0 21px;
    }
    /* contact-us */
    .contact-us {
        padding: 80px 0;
    }

        .contact-us h2 {
            font-size: 4.2rem;
        }

        .contact-us .partner {
            margin-bottom: 40px;
        }

    .faq h2 {
        font-size: 4.2rem;
    }

    .faq .terms-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        top: 18px;
    }

    /* service section */
    .service h2 {
        font-size: 3.1rem;
    }

    .service p {
        padding: 0;
        font-size: 4.1rem;
    }

    .service-details p {
        font-size: 2rem;
        width: 100%;
    }

    .service .about-head {
        max-width: 466px;
    }

    /* listing section */
    .listing-block {
        margin-bottom: 50px;
    }

    .listing {
        padding: 70px 0;
    }

        .listing h2 {
            font-size: 4.2rem;
        }

        .listing .partner {
            font-size: 1.8rem;
            margin-bottom: 40px;
        }

    .listing-wrap:nth-child(4) h3 {
        margin-bottom: 76px;
    }
    /* join us section */
    .join-us h2 {
        font-size: 3.1rem;
    }

    .join-us p {
        font-size: 4.1rem;
    }

    .join-reason h2 {
        font-size: 4.2rem;
    }

    .join-reason .partner {
        font-size: 1.8rem;
    }

    .we-do h2 {
        font-size: 3.1rem;
    }

    .we-do p {
        font-size: 4.1rem;
    }

    .help {
        padding: 70px 0;
    }

        .help h2 {
            font-size: 4.2rem;
        }

        .help .partner {
            font-size: 1.8rem;
        }

    .need {
        font-size: 1.8rem;
    }

    .help-wrap h3 {
        font-size: 2.6rem;
    }

    .help-wrap p {
        font-size: 1.8rem;
    }

    .staff-name {
        font-size: 1.8rem;
    }

    .staff-wrap .slick-list {
        margin-right: -20px;
        padding-right: 0;
    }

    .started h2 {
        font-size: 4.2rem;
        margin-bottom: 15px;
    }

    .started .partner {
        font-size: 1.8rem;
    }

    .partner-box {
        padding: 0 224px;
    }

    .call-wrap p {
        font-size: 1.8rem;
    }

    .started .btn {
        font-size: 2.2rem;
    }

    .zen-income h2 {
        font-size: 3.1rem;
    }

    .zen-income p {
        font-size: 4.1rem;
    }

    .inner-two h2 {
        font-size: 4.2rem;
    }

    .inner-two .partner {
        font-size: 1.8rem;
    }

    .inner-two h3 {
        font-size: 2.4rem;
    }

    .inner-two p {
        font-size: 2rem;
    }

    .inner-two .left-block {
        padding: 46px 37px 0 15px;
    }

    .inner-two .img-wrap img {
        border-radius: 32px 0 0 32px;
    }


    .investment h2 {
        font-size: 4.2rem;
    }

    .investment .partner {
        font-size: 1.8rem;
    }

    .investment-wrap p {
        font-size: 2rem;
    }

    .investment h3 {
        font-size: 2.6rem;
    }

    /* text fix */
    .service .text-fix {
        max-width: 700px;
    }

    .contact-us .text-fix {
        font-size: 1.8rem
    }

    .vsb-main button {
        font-size: 1.8rem;
        padding: 16px 18px;
    }
}
/* Large Desktop Design */
@media all and (min-width: 1500px) {
    /*----------------------------INDEX PAGE STYLE START----------------------------*/
    /* Banner Section Start */
    .banner .container {
        max-width: 1365px;
    }

    .banner-content {
        min-height: 700px;
        padding: 90px 0 70px;
    }

    .cta {
        max-width: 1330px;
    }

        .cta > label {
            font-size: 2rem;
        }

        .cta .input-wrap:nth-child(1) {
            width: 28.20%;
        }

        .cta .input-wrap:nth-child(2) {
            width: 26.64%;
        }

        .cta .input-wrap:nth-child(3) {
            width: 13.35%;
        }

        .cta .input-wrap:nth-child(4) {
            width: 13.35%;
        }
    /* Banner Section End */
    /* Testimonial Section Style Start */
    .testimonial h2 {
        font-size: 4.8rem;
    }

    .testimonial-slider {
        margin-right: -69px;
    }

        .testimonial-slider .slick-track {
            display: flex !important;
            flex-wrap: nowrap !important;
        }

    .testimonial .slide {
        margin-right: 70px;
        max-width: 380px;
        flex: 0 0 auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    /* Testimonial Section Style End */
    /*----------------------------INDEX PAGE STYLE END----------------------------*/
    /*----------------------------TERMS-AND-CONDITIONS PAGE STYLE START----------------------------*/
    /* Terms-condition Section Style Start */
    .terms-condition {
        padding-bottom: 185px;
    }
    /* Terms-condition Section Style End */
    /*----------------------------TERMS-AND-CONDITIONS PAGE STYLE END----------------------------*/
    /* about-us section */
    .about {
        padding: 139px 0;
    }

        .about h2 {
            font-size: 3.6rem;
            margin-bottom: 76px;
        }

        .about p {
            font-size: 4.8rem;
        }

    .about-details {
        margin-bottom: 120px;
    }

        .about-details h3 {
            font-size: 3.6rem;
            margin-bottom: 17px;
        }

        .about-details p {
            font-size: 2rem;
            line-height: 1.3;
        }

    .about-head {
        margin-bottom: 138px;
    }

    .specialization {
        font-size: 2.8rem;
    }

        .specialization:nth-of-type(2) {
            margin-bottom: 20px;
        }

    .about-secondary {
        margin-bottom: 0;
    }

        .about-secondary p:nth-child(2) {
            margin-bottom: 27px;
        }

        .about-secondary .right-block {
            margin-bottom: 8px;
        }

    .about-head p {
        padding-right: 118px;
    }

    .network {
        padding: 124px 0 84px;
    }

        .network h2 {
            font-size: 4.8rem;
            margin-bottom: 10px;
        }

    .partner {
        font-size: 2.2rem;
        margin-bottom: 74px;
    }

    .network h3 {
        margin-bottom: 19px;
        font-size: 3.6rem;
    }

    .network p {
        font-size: 2rem;
    }

    .network .highlight {
        font-size: 3.6rem;
        margin: 0;
    }


    /* about zen */
    .zen-block h2 {
        font-size: 3.6rem;
    }

    .inner-adjust {
        padding: 40px 0 120px;
    }

        .inner-adjust p {
            margin-bottom: 22px;
        }

        .inner-adjust .btn {
            padding: 14px 54px;
        }

        .inner-adjust .left-block {
            padding: 54px 0 0 37px;
        }
    /* .corporate page */
    .corporate {
        padding: 139px 0 87px;
    }

        .corporate h2 {
            font-size: 3.6rem;
            margin-bottom: 76px;
        }

        .corporate p {
            font-size: 4.8rem;
        }

    .corporate-details p {
        font-size: 2.4rem;
    }
    /* .advantage section */
    .advantage {
        padding: 118px 0 125px;
    }

    .advantage-img {
        width: 100%;
    }

    .advantage-detail {
        padding: 0;
    }

    .advantage-wrap {
        width: 29.33%;
    }

    .advantage h2 {
        margin-bottom: 19px;
        font-size: 4.8rem;
    }

    .advantage .partner {
        font-size: 2.2rem;
        margin-bottom: 72px;
    }

    .advantage-detail p {
        font-size: 2rem;
    }

    /* contact us */
    .contact-us {
        padding: 99px 0 97px;
    }

        .contact-us h2 {
            font-size: 4.8rem;
        }

        .contact-us .partner {
            margin-bottom: 57px;
        }

        .contact-us .input-wrap {
            margin-bottom: 16px;
        }

        .contact-us .form-control {
            font-size: 2.4rem;
            padding: 15px 30px;
        }

        .contact-us .btn {
            font-size: 2.6rem;
        }

    /* service section */
    .service {
        padding: 139px 0 87px;
    }

        .service .about-head {
            margin-bottom: 119px;
            max-width: 550px;
        }

        .service h2 {
            font-size: 3.6rem;
            margin-bottom: 76px;
        }

        .service p {
            padding: 0;
            font-size: 4.8rem;
        }

    .service-details p {
        font-size: 2rem;
        width: 100%;
        margin-bottom: 33px;
        word-spacing: -3px;
    }

    .service-details {
        align-items: flex-start;
    }

        .service-details .right-block {
            padding-top: 27px;
        }

    .service .highlight {
        letter-spacing: 3px;
        word-spacing: -6px;
    }

    .service-details h3 {
        margin-bottom: 16px;
    }

    .service-list {
        padding-left: 13px;
    }

        .service-list li {
            margin-bottom: 0px;
        }

    /* listing section */
    .listing .partner {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }

    .listing-wrap {
        padding: 36px 16px 44px 16px;
    }

    .listing {
        padding: 114px 0;
    }

        .listing h2 {
            font-size: 4.8rem;
        }

        .listing h3 {
            line-height: 1;
            margin-bottom: 23px;
            font-size: 3.6rem;
            letter-spacing: -1px;
        }

    .listing-wrap .partner {
        font-size: 3.2rem;
        margin-bottom: 34px;
    }

    .savings {
        font-size: 1.8rem;
        margin-bottom: 31px;
    }

    .bill {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .listing-wrap .btn {
        font-size: 1.8rem;
        padding: 13px 44px;
    }

    .listing-wrap:nth-child(4) h3 {
        margin-bottom: 88px;
    }

    .listing p {
        margin-bottom: 14px;
    }
    /* land lord */
    .land-lord {
        padding: 115px 0 97px;
    }

        .land-lord .input-wrap {
            margin-bottom: 16px;
        }

    .faq {
        padding: 109px 0;
    }

        .faq h2 {
            margin-bottom: 55px;
            font-size: 4.8rem;
        }

        .faq.terms-accordion.ui-accordion .ui-accordion-header {
            font-size: 2.9rem;
        }
    /* join us section */

    .join-us {
        padding: 139px 0 87px;
    }

        .join-us h2 {
            font-size: 3.6rem;
            margin-bottom: 76px;
        }

        .join-us p {
            font-size: 4.8rem;
        }

        .join-us .about-head {
            margin-bottom: 200px;
        }

    .join-reason {
        padding: 34px 0 1px 0;
    }

        .join-reason h2 {
            font-size: 4.8rem;
        }

        .join-reason .partner {
            font-size: 2.2rem;
            margin-bottom: 110px;
        }

        .join-reason .about-details {
            margin-bottom: 131px;
        }

    .operation-drop select {
        background-position: 95%;
    }

    .get-touch {
        padding: 93px 0 97px;
        margin-bottom: 80px;
    }

        .get-touch .input-wrap {
            margin-bottom: 17px;
        }

    .we-do {
        padding: 139px 0 87px;
    }

        .we-do .about-head {
            margin-bottom: 84px;
        }

        .we-do h2 {
            font-size: 3.6rem;
            margin-bottom: 76px;
        }

        .we-do p {
            font-size: 4.8rem;
        }

    .rental {
        padding: 30px 0 1px 0;
    }

        .rental .partner {
            padding: 0 200px;
            margin-bottom: 67px;
        }

        .rental .about-details .right-block {
            padding-top: 104px;
            width: 43%;
        }

        .rental .about-details p {
            font-size: 2.4rem;
            line-height: 1.2;
        }

        .rental .about-details {
            align-items: flex-start;
            margin-bottom: 118px;
        }

        .rental .about-secondary .right-block {
            padding-top: 134px;
            width: 47%;
        }

    .help {
        padding: 120px 0;
    }

        .help h2 {
            font-size: 4.8rem;
        }

        .help .partner {
            font-size: 2.2rem;
        }

    .need {
        font-size: 2.2rem;
        margin-bottom: 78px;
    }

    .help-wrap p {
        font-size: 2rem;
    }

    .help-wrap h3 {
        margin-bottom: 9px;
    }

    .staff-wrap {
        padding: 0 80px;
    }

    .staff-slide {
        margin-right: 27px;
    }

    .help-wrap {
        margin-bottom: 50px;
    }

    .staff-name {
        padding: 16px 0;
    }

    .started {
        padding: 105px 0 117px 0;
    }

        .started h2 {
            font-size: 4.8rem;
            margin-bottom: 21px;
        }

    .partner-box {
        margin-bottom: 76px;
    }

    .started .partner {
        font-size: 2.2rem;
    }

    .call-wrap {
        margin-bottom: 10px;
    }

    .call-box {
        width: 30%;
    }

    .circle {
        margin-bottom: 16px;
    }

    .call-wrap h3 {
        font-size: 2.6rem;
    }

    .call-wrap p {
        font-size: 2rem;
        line-height: 1.4;
    }

    .started .btn {
        font-size: 2.6rem;
        padding: 13px 200px 19px 200px;
    }

    .hire {
        font-size: 2rem;
        margin-top: 23px;
    }

    .zen-income {
        padding: 139px 0 1px;
    }

        .zen-income .about-head {
            margin-bottom: 140px;
        }

        .zen-income h2 {
            font-size: 3.6rem;
            margin-bottom: 76px;
        }

        .zen-income p {
            font-size: 4.8rem;
        }

    .inner-two {
        padding: 115px 0 120px;
    }

        .inner-two h2 {
            font-size: 4.8rem;
            margin-bottom: 16px;
        }

        .inner-two .partner {
            font-size: 2.2rem;
            margin-bottom: 84px;
        }

        .inner-two h3 {
            font-size: 2.6rem;
            letter-spacing: -1px;
        }

        .inner-two p {
            font-size: 2rem;
            word-spacing: 2px;
        }

        .inner-two .left-block {
            padding: 70px 30px 9px 0px;
        }


    .investment {
        padding: 101px 0 60px 0;
    }

        .investment .partner {
            font-size: 2.2rem;
        }

        .investment h2 {
            font-size: 4.8rem;
            margin-bottom: 15px;
        }

        .investment .partner {
            font-size: 2.2rem;
            margin-bottom: 85px;
        }

        .investment h3 {
            margin-bottom: 10px;
        }

    .investment-box {
        width: 47%;
        margin-bottom: 85px;
    }

    /* text-fix */
    .service .text-fix {
        max-width: 815px;
    }

    .contact-us .text-fix {
        font-size: 2.2rem
    }

    .vsb-main button {
        font-size: 2.4rem;
        padding: 20px 36px;
    }

    .caret {
        margin-right: 20px;
    }
}
/* Extra Large Desktop Design */
@media all and (min-width: 1920px) {
    /*----------------------------INDEX PAGE STYLE START----------------------------*/
    /* Banner Section Start */
    .banner-content {
        min-height: 928px;
        padding: 118px 0 150px;
    }

    .slick-dots {
        bottom: 122px;
    }

    .cta {
        padding: 20px 25px 73px;
    }
    /* Banner Section End */
    /* Style-block Section Style Start */
    .style-list {
        margin-right: -10px;
    }
    /* Style-block Section Style End */
    /*----------------------------INDEX PAGE STYLE END----------------------------*/
    /*----------------------------TERMS-AND-CONDITIONS PAGE STYLE END----------------------------*/
    /* Terms-condition Section Start */
    .terms-condition h2 {
        font-size: 4.691rem;
    }
    /* Terms-conditions Section End */
    /*----------------------------TERMS-AND-CONDITIONS PAGE STYLE END----------------------------*/
}
