@media (min-width: 1200px) and (max-width: 1366px) {

    .landing_hero_content {
        margin-left: 55px !important;
        position: inherit !important;
        margin-top: 0;
    }

}

/* Tablet and up */
@media (min-width: 768px) {}

/* Desktop and up */
@media (min-width: 1024px) {

    .b_dr {
        display: block;
    }

    .landing_mobile_hero_bg {
        display: none;
    }


    .landing_hero_wrapper {
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
    }



    .landing_hero_content {
        margin-left: 55px;
        position: inherit;
        margin-top: -100px;
    }


    .landing_hero_content .para_title {
        font-size: 28px;
        line-height: 24px;
        margin: 0 auto;
        width: 100%;
        color: #fff;
        max-width: 100%;
        white-space: nowrap;
    }


    .main_btn a {
        padding: 10px 50px 10px 50px;
        font-size: 16px;
    }



    .landing_footer p,
    .landing_footer a {
        font-size: 14px;
        margin-bottom: 0;
        display: flex;
        color: #fff;
    }

    span.b_dr {
        margin-left: 10px;
        padding-left: 10px;
    }

    span.b_dr:before {
        top: -1px;
        left: 0;
        width: 1.5px;
        height: 20px;
        background-color: #fff;
    }


    .landing_footer {
        display: flex;
        margin-left: 75px !important;
        justify-content: space-between;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        align-items: center;
        background: transparent;
        padding: 0;
    }


    /* Modal CSS */

    .modal-body {
        padding: 10px 30px;
    }

    .modal-body p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .modal-body h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .modal-body .form-control {
        padding: 13px 12px;
    }

    .cx-phone-field .form-control {
        padding: 13px 12px 13px 78px;
    }

    .cx-phone-prefix {
        padding: 15px 10px;
        gap: 10px;
    }

    .landing_hero_wrapper {
        /* background-image: url('../images/bg-img.jpg'); */
    }




    .landing_desktop_hero_bg {
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
    }

    .landing_mobile_hero_bg {
        display: none;
    }

    .desktop_logo {
        display: block;
    }

    .mobile_logo {
        display: none;
    }

    img.logo {
        max-width: 395px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    img.max_group {
        max-width: 282px;
        margin: 0 auto;
        margin-top: 70px;
        margin-bottom: 80px;
    }


    .prv_box_wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }



}


@media (min-width: 768px) and (max-width: 1023px) {

    .prv_box_wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 23px;
    }


    .landing_hero_wrapper {
        /* background-image: url(../images/bg-img.jpg); */
        background-position: center;
    }

    .landing_hero_content {
        margin-left: 0;
    }

    .landing_desktop_hero_bg {
        display: block;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .landing_mobile_hero_bg {
        display: none;
    }





    .landing_hero_content .para_title {
        font-size: 25px;
        line-height: 24px;
        margin: 0 auto;
        width: 100%;
        color: #fff;
        max-width: 100%;
    }



    .landing_footer p,
    .landing_footer a {
        display: flex;
    }


}


@media (min-width: 768px) and (max-width: 1366px) {

    .landing_desktop_hero_bg {
        display: block;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    img.logo {
        margin-bottom: 38px;
    }

    img.max_group {
        margin-top: 45px;
        margin-bottom: 40px;
    }



    .landing_footer {
        width: 100%;
    }

}

@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) {
    .landing_hero_content {
        margin-left: 180px;
        position: absolute;
        margin-top: 0;
    }

    .landing_desktop_hero_bg {
        display: block;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
    }



}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .landing_hero_content {
        margin-left: 180px;
        position: absolute;
        margin-top: 0;

    }

    .landing_desktop_hero_bg {
        display: block;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
    }


}

/* Tablet and up */
@media (min-width: 768px) {}

/* Desktop and up */
@media (min-width: 1024px) {

    .b_dr {
        display: block;
    }

    .landing_mobile_hero_bg {
        display: none;
    }


    .landing_hero_wrapper {
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
    }



    .landing_hero_content {
        margin-left: 55px;
        position: inherit;
        margin-top: -100px;
    }


    .landing_hero_content .para_title {
        font-size: 28px;
        line-height: 24px;
        margin: 0 auto;
        width: 100%;
        color: #fff;
        max-width: 100%;
    }


    .main_btn a {
        padding: 10px 50px 10px 50px;
        font-size: 16px;
    }



    .landing_footer p,
    .landing_footer a {
        font-size: 14px;
        margin-bottom: 0;
        display: flex;
        color: #fff;
    }

    span.b_dr {
        margin-left: 10px;
        padding-left: 10px;
    }

    span.b_dr:before {
        top: -1px;
        left: 0;
        width: 1.5px;
        height: 20px;
        background-color: #fff;
    }


    .landing_footer {
        display: flex;
        margin-left: 75px !important;
        justify-content: space-between;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        max-width: 600px;
        margin-left: 0;
        align-items: center;
        background: transparent;
        padding: 0;
    }


    /* Modal CSS */

    .modal-body {
        padding: 10px 30px;
    }

    .modal-body p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .modal-body h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .modal-body .form-control {
        padding: 13px 12px;
    }

    .cx-phone-field .form-control {
        padding: 13px 12px 13px 78px;
    }

    .cx-phone-prefix {
        padding: 15px 10px;
        gap: 10px;
    }

    .landing_hero_wrapper {
        /* background-image: url('../images/bg-img.jpg'); */
    }




    .landing_desktop_hero_bg {
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
    }

    .landing_mobile_hero_bg {
        display: none;
    }

    .desktop_logo {
        display: block;
    }

    .mobile_logo {
        display: none;
    }

    img.logo {
        max-width: 395px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    img.max_group {
        max-width: 282px;
        margin: 0 auto;
        margin-top: 70px;
        margin-bottom: 80px;
    }


    .prv_box_wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }



}


@media (min-width: 768px) and (max-width: 1023px) {

    .prv_box_wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 23px;
    }


    .landing_hero_wrapper {
        /* background-image: url(../images/bg-img.jpg); */
        background-position: center;
    }

    .landing_hero_content {
        margin-left: 0;
    }

    .landing_desktop_hero_bg {
        display: block;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .landing_mobile_hero_bg {
        display: none;
    }





    .landing_hero_content .para_title {
        font-size: 25px;
        line-height: 24px;
        margin: 0 auto;
        width: 100%;
        color: #fff;
        max-width: 100%;
    }



    .landing_footer p,
    .landing_footer a {
        display: flex;
    }


}


@media (min-width: 768px) and (max-width: 1366px) {

    .landing_desktop_hero_bg {
        display: block;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    img.logo {
        margin-bottom: 38px;
    }

    img.max_group {
        margin-top: 45px;
        margin-bottom: 40px;
    }



    .landing_footer {
        width: 100%;
    }

}

@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) {
    .landing_hero_content {
        margin-left: 180px;
        position: absolute;
        margin-top: 0;
    }

    .landing_desktop_hero_bg {
        display: block;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
    }



}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .landing_hero_content {
        margin-left: 180px;
        position: absolute;
        margin-top: 0;

    }

    .landing_desktop_hero_bg {
        display: block;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
    }


}