@import url("https://use.typekit.net/bhw2ebf.css");

@import url("https://use.typekit.net/bhw2ebf.css");

@import url("https://use.typekit.net/bhw2ebf.css");



/* font-family: "park-lane",serif; */

/* font-family: "condor",sans-serif; */



@font-face {

    font-family: "segoe-italic";

    src: url("../fonts/Segoe-UI-Italic.woff")
}



@font-face {

    font-family: "segoe-regular";

    src: url("../fonts/Segoe-UI.woff")
}



* {

    margin: 0;

    padding: 0;

}



.top_header_menu {

    position: absolute;

    top: 0px;

    z-index: 2;

    width: 100%;

    padding-top: 40px;

}



.menu_wrapper {

    display: flex;

    width: 100%;

    justify-content: space-between;

    align-items: center;

}



.header_logo {

    width: 20%;

}



.header_menu_items {

    width: 60%;

    display: flex;

    gap: 45px;

    align-items: center;

    justify-content: center;

}



.header_menu_items a {

    text-decoration: none;

    color: white;

    font-size: 16px;

}



.fixed-header {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    right: 0px;

    background: #ffffffcf;

    color: black;

    padding: 15px 0px;

    z-index: 99999;

}



.top_header_menu.fixed-header .header_menu_items a {

    color: black;

}



.colored_logo {

    display: none;

}



.colored_logo.active {

    display: block;

    width: 150px;

}



.top_header_menu.fixed-header .white_logo {

    display: none;

    visibility: hidden;

    opacity: 0;

}



.top_header_menu.fixed-header .contact_us_btn a {

    color: white;

}



.counter_values p {

    color: black;

    font-size: 12px;

    text-align: center;

    font-family: "segoe-regular", sans-serif !important;

    font-weight: 600;

}



.counter_values span {

    color: white;

    font-family: "condor", sans-serif !important;

    font-size: 55px;

}



.counter_container {

    background-color: #D2CFBE;

}



#homepage_banner_section.banner_section {

    position: sticky !important;

    top: 0px;

}



section#counter_section {

    position: relative;

}



.col-xxl-3.custom_align_class {



    align-items: baseline;

}



/* Toggle switch Animation */

.toggleContainer {

    position: relative;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    width: fit-content;

    border: 3px solid #343434;

    border-radius: 50px;

    background: #343434;

    font-weight: bold;

    color: #343434;

    cursor: pointer;

}



.toggleContainer::before {

    content: '';

    position: absolute;

    width: 50%;

    height: 100%;

    left: 0%;

    border-radius: 50px;

    background: white;

    transition: all 0.3s;

    font-size: 50px;

}



.toggleCheckbox:checked+.toggleContainer::before {

    left: 50%;

}



.toggleContainer div {

    padding: 10px 20px;

    text-align: center;

    z-index: 1;

    font-size: 22px;

    font-family: "park-lane", serif;

}



.toggleCheckbox {

    display: none;

}



.toggleCheckbox:checked+.toggleContainer div:first-child {

    color: white;

    transition: color 0.3s;

}



.toggleCheckbox:checked+.toggleContainer div:last-child {

    color: #343434;

    transition: color 0.3s;

}



.toggleCheckbox+.toggleContainer div:first-child {

    color: #343434;

    transition: color 0.3s;

}



.toggleCheckbox+.toggleContainer div:last-child {

    color: white;

    transition: color 0.3s;

}



/* Toggle switch Animation */

.vision_mission_section {

    background-color: #D2CFBE;

    padding: 60px 0px;

}



.vision_content.active,

.mission_content.active {

    display: block;

}



.mission_content,

.vision_content {

    display: none;

}





.vision_image {

    max-width: 100%;

    text-align: end;

    position: relative;

    z-index: 2;

}



/* .vision_image img {

    width: 50%;

    background: url(../images/homepage-images/mission_image.png);

    background-position: center;

    border-radius: 40px;

    transform: rotate(0deg);

} */

.right_side_content {

    position: relative;



}



.vision_image img {

    width: 65%;

}



.mission_image {

    text-align: end;

    position: absolute;

    top: -15px;

    transform: rotate(6deg);

    z-index: 1;

    left: 55px;

}



.mission_image img {

    width: 73%;

}



/* .vision_image.active+.mission_image {

    display: none;

    opacity: 0;

    visibility: hidden;

} */



.mission_image.active+.vision_image {

    z-index: 1;

    transition: all 0.6s ease-in-out;

}



.mission_image.active {

    z-index: 2;

    transition: all 3s ease 0s;

    transform: scale(1);

    opacity: 1;

    visibility: visible;

}



.vision_image.active {

    transition: all 3s ease 0s;

    transform: scale(1);

    opacity: 1;

    visibility: visible;

}



.step_future_text p {

    font-size: 20px;

    font-family: "segoe-regular", sans-serif !important;

    font-weight: 600;

}



.urban_elegance_text h2 {

    font-family: "condor", sans-serif !important;

    color: white;

    font-size: 65px;

    margin-bottom: 30px;

}



.vision_content p,

.mission_content p {

    font-size: 14px;

    margin: 45px 0;

    font-family: "segoe-regular", sans-serif !important;



}



section#why_choose {

    position: relative;

    background: #F8F8F8;

    padding: 65px 0;

}



.why_choose_options {

    margin-bottom: 20px;

    text-align: center;

    display: flex;

    align-items: center;

}



.why_choose_options img {

    width: 30px;

    height: 30px;

    margin-right: 20px;

}



/* .carousel_wrapper{

    position: relative;

    top: 50px;

} */

.why_choose_options a {

    font-family: "condor", sans-serif !important;

    cursor: pointer;

    color: black;

    text-decoration: none;

    font-size: 22px;

}



.why_choose_options a:hover {

    color: #f58843;

}



h2.why_choose_header {

    font-size: 40px;

    font-family: "condor", sans-serif !important;

    margin-bottom: 45px;

}



section#about_us {

    padding: 55px 0;

    font-family: "condor", sans-serif !important;

    position: relative;

    background: white url(../images/updated-images/updated_about_bg_image_comp.webp);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}



.about_us_wrapper {

    text-align: center;

}



h2.about_us_header {

    font-family: "condor", sans-serif !important;

    font-size: 45px;

    margin-bottom: 25px;

}



.about_us_wrapper p {

    font-family: "park-lane", serif !important;

}



p.about_us_text {

    font-size: 22px;

}



.know_more_btn_new a {

    border: 1px solid black;

    background-color: white;

    border-radius: 50px;

    font-family: "segoe-regular", sans-serif !important;

    padding: 20px;

    width: 220px;

    margin-top: 35px;

    transition: all 0.6s ease;

    cursor: pointer;

    display: block;

    margin: 35px auto 0 auto;

    text-decoration: none;

    color: black;

}





.know_more_btn_new a:hover {

    border: 1px solid black;

    background-color: black;

    color: white !important;

    border-radius: 50px;

    transition: all 0.6s ease;

}



section#leadership_team {

    position: relative;

    background-color: #F4F4F4;

    padding: 65px 0
}



.leadership_head_image {

    position: relative;

    background: #B7C1B3;

    width: 410px;

    height: 375px;

}



.image_text_wrapper img {

    width: 75%;

}



.image_text_wrapper {

    text-align: end;

}



.image_text_wrapper h3 {

    color: white;

    font-size: 30px;

    margin: 10px 60px 10px 0;

    font-family: "condor", sans-serif !important;

    font-weight: 600;

    font-style: italic;

}



.image_text_wrapper p {

    text-align: center;

    font-family: "condor", sans-serif !important;

    font-size: 18px;

}



.leadership_team_header h2 {

    font-size: 45px;

    margin-bottom: 35px;

    font-family: "condor", sans-serif !important;

}



.leadership_team_content p {

    font-family: "segoe-italic", sans-serif !important;

    font-size: 15px;

}



section#lakeland_section {

    /* background: url(../images/homepage-images/lakeland_image.png);

    background-repeat: no-repeat;

    background-position: center; */

    width: 100%;

    /* height: 800px; */

    position: relative;

    background-size: cover;

}



.lakeland_wrapper h2 {

    font-family: "condor", sans-serif !important;

    color: white;

    display: flex;

    gap: 25px;

    align-items: center;

    font-size: 65px;

}



.section_content_wrapper {

    position: absolute;

    width: 100%;

    bottom: 35px;

}



.lakeland_wrapper span {

    font-size: 10px;

    font-family: "segoe-regular", sans-serif !important;

}



.location_price_wrapper {

    display: flex;

    align-items: center;

    gap: 75px;

    position: absolute;

    bottom: -100px;

    transition: all 0.6s ease;

}



.location_price p {

    font-family: "segoe-regular", sans-serif !important;

    color: white;

    margin-bottom: 5px;

    font-size: 20px;

}



.book_now_btn {

    display: flex;

    align-items: center;

}



.book_now_btn button {

    padding: 10px 35px 10px 15px;

    width: 0;

    border: 1px solid white;

    display: flex;

    border-radius: 10px;

    background-color: transparent;

    color: white;

    overflow: hidden;

    white-space: nowrap;

    transition: all 1.1s ease;

    opacity: 0;

    visibility: hidden;

}



.book_now_btn i {

    border: 1px solid white;

    padding: 15px;

    color: white;

    cursor: pointer;

    border-radius: 10px;

    position: relative;

    left: -20px;

}



.book_now_btn:hover button {

    width: 100%;

    /* Adjust width to your preference */

    transition: all 1.1s ease;

    opacity: 1;

    visibility: visible;



}



.book_now_btn:hover i {

    background-color: white;

    color: black;

}



section#getin_touch {

    background-color: white;

    padding: 65px 0;

    position: relative;

}



form.get_in_touch_form {

    display: flex;

    width: 100%;

    margin: 40px 0;

}



form.get_in_touch_form .input_field {

    width: 100%;

    margin-right: 30px;

}



form.get_in_touch_form .input_field input {

    width: 100%;

    padding: 10px 10px 10px 20px;

    border-radius: 25px;

    outline: none;

    border: 1px solid grey;

    font-family: "segoe-regular", sans-serif !important;

    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;



}



.input_field button {

    width: 70%;

    background: transparent;

    padding: 10px;

    border-radius: 25px;

    border: 1px solid black;

    transition: all 0.6s ease;

    font-family: "segoe-regular", sans-serif !important;

    font-weight: 600;

    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;

}



.input_field button:hover {

    border: 1px solid black;

    background: black;

    transition: all 0.6s ease;

    color: white;

}



h2.header_text_new {

    font-size: 45px;

    font-family: "condor", sans-serif !important;

    margin-bottom: 25px;

}



.testimonials_content_1 {

    margin-bottom: 25px;

}



.testimonials_avatar_img {

    position: absolute;

    top: -50px;

}



div#testimonials_card_slider .item {

    padding: 55px 0 0 0;

}



.testimonials_text {

    position: absolute;

    /* right: 25px; */

    top: 30px;

    /* width: 100%; */

}



p.customer_name {

    font-family: "condor", sans-serif !important;

}



.testimonials_content_2 p {

    font-family: "segoe-italic", sans-serif !important;

    font-size: 14px;

}



.testimonials_card_wrapper {

    border-radius: 10px;

    min-height: 258px;

}



.location_price {

    border-left: 1px solid white;

    padding-left: 58px;

}



.top_header_menu.fixed-header .header_menu_items a {

    font-family: "segoe-regular", sans-serif !important;

}



section#testimonials_section {

    background-color: #E9EDE8;

}



h2.getin_touch_header {

    font-family: "condor", sans-serif !important;

    font-size: 45px;

    margin-bottom: 35px;

}



#owl_why_choose_slider .owl-dots button.owl-dot.active {

    width: 10px;

    height: 10px;

    background: #f58843;

    border-radius: 25px;

}



#owl_why_choose_slider .owl-dots button.owl-dot {

    width: 10px;

    height: 10px;

    background: white;

    border-radius: 25px;

}



#owl_why_choose_slider .owl-dots {

    display: none !important;

    position: absolute;

    bottom: 50px;

    display: flex;

    width: 100%;

    justify-content: center;

    align-items: center;

    gap: 5px;

}



.right_side_content:not(.active) .vision_image {

    /* opacity: 1;

    visibility: visible; */

    transition: all 0.6s ease;

    z-index: 1;

    transform: rotate(3deg) scaleX(1);



}



.right_side_content:not(.active) .mission_image {

    transform: rotate(-2deg) scaleX(1);

    top: 12px;

    transition: all 0.6s ease;



}



.right_side_content.active .vision_image {

    transform: rotate(0deg) scaleX(1);

    transition: all 0.6s ease;

}



.right_side_content.active .mission_image {

    top: -10px;

    transform: rotate(6deg);

    transition: all 0.6s ease;

}



.owl_why_choose_slider::after {

    content: '';

    position: absolute;

    width: 100%;

    height: 60px;

    background-color: #ffffffcf;

    z-index: 2;

    bottom: 115px;

}



.carousel_wrapper {

    position: relative;

}



.carousel_content {

    display: flex;

    gap: 70px;

    position: absolute;

    bottom: 127px;

    width: 100%;

    z-index: 2;

    justify-content: center;

    align-items: center;

}



.carousel_text_wrapper {

    position: relative;

    width: 100%;

    display: flex;

}



.carousel_content {

    display: none;

    transition: all 0.5s ease-out;

}



.carousel_content.show {

    display: flex;

    transition: all 0.5s ease-out;

}



.carousel_content p {

    margin-bottom: 0;

}



p.carousel_text {

    font-family: "condor", sans-serif !important;

    font-size: 18px;

}



p.carousel_sub_text {

    font-family: "segoe-italic", sans-serif !important;

    font-size: 14px;

}



.why_choose_options a.active {

    color: #f58843;

}



section#lakeland_section:hover .location_price_wrapper {

    bottom: 15px;

    transition: all 0.6s ease;

}



.footer_call_number_email p {

    display: block;

}



.footer_email {

    margin-left: 0px;

}



.banner_content {

    position: absolute;

    bottom: 250px;

    z-index: 2;

    margin-left: 100px;

}



h2.banner_text {

    font-family: "condor", sans-serif !important;

    font-size: 50px;

    color: white;

    margin-bottom: 25px;

}



.banner_section:after {

    position: absolute;

    transition: all .5s ease-in-out;

    content: "";

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: linear-gradient(transparent, rgb(0 0 0 / 50%));

}



.banner_btn a {

    background: transparent;

    border: 1px solid white;

    padding: 15px 30px;

    border-radius: 50px;

    color: white;

    transition: all 0.6s ease;

    text-decoration: none;

    font-family: "segoe-regular", sans-serif !important;



}



.banner_btn a:hover {

    border: 1px solid white;

    background: white;

    color: black;

    transition: all 0.6s ease;

}



footer#bottom_footer {

    padding: 50px 0 25px 0;

    background: url(../images/updated-images/updated_footer_image_comp.webp);

    z-index: 2;

    position: relative;

    background-position: center;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: cover;



}



.footer_content_left_wrapper img {

    width: 20px;

    height: 20px;



}



.footer_address img {

    margin-top: 5px;

    margin-right: 10px;

}



.footer_call_number_email img {

    width: 15px;

    height: 15px;

    margin-right: 15px;

}



.footer_address {

    display: flex;

    align-items: normal;

}



.footer_call_number_email p {

    display: flex;

    align-items: center;

}



.section_bg_img img {

    width: 100%;

}



.footer_content_left_wrapper p {

    font-family: "segoe-regular", sans-serif !important;

}



img.mobile_view_image {

    display: none;

}



.mobile_booknow_btn {

    display: none;

}



.testimonials_avatar_img {

    display: none;

}



.menu_bar_link a {

    font-family: "segoe-regular", sans-serif !important;

    color: black !important;

}



.menu_bar_link a:hover {

    color: black !important;

}



p.footer_contact_header,

.footer_use_links_header {

    color: white;

    font-family: "condor", sans-serif !important;

    font-size: 25px;

}



.book_now_btn a {

    color: white;

    font-family: "segoe-regular", sans-serif !important;

    text-decoration: none;

}



.book_now_btn a:hover {

    color: white;

}



.footer_call_number a,

.footer_email a {

    font-family: "segoe-regular", sans-serif !important;

}



section#lakeland_section:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background: #00000063;

}



.project_section_header h2 {

    position: absolute;

    top: 40px;

    text-align: center;

    width: 100%;

    color: white;

    font-family: "condor", sans-serif !important;

    font-size: 45px;

}

.disclaimer_notice_text a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
}

.disclaimer_notice_text a span {
    color: black;
    font-family: "condor", sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 25px 0;
}

.disclaimer_notice_text a span:hover {
    text-decoration: underline;
}

.disclaimer_notice_text img {
    width: 13px;
    height: 13px;
    margin-top: 2px;
}

.popup-form {
    background-color: #fff;
    width: 65%;
    margin: auto;
    padding: 25px;
    position: relative;
}

b.notice_header {
    font-family: "condor", sans-serif !important;
    font-size: 25px;
}

#disclaimer_notice_popup p {
    font-family: "segoe-regular", sans-serif !important
}

p#notice_header {
    text-align: center;
}



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



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

    .banner_content {

        position: absolute;

        bottom: 250px;

        z-index: 2;

        margin-left: 100px;

    }

}



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



    .banner_content {

        position: absolute;

        bottom: 180px;

        z-index: 2;

        margin-left: 100px;

    }



    .header_menu_items {

        width: 100%;

    }



    p.carousel_text {

        font-family: "condor", sans-serif !important;

        font-size: 16px;

    }



    .carousel_content.show {

        display: flex;

        gap: 70px;

        position: absolute;

        bottom: 123px;

        width: 100%;

        z-index: 2;

        justify-content: center;

        align-items: center;

        left: 10px;

    }



    .testimonials_card_wrapper {

        border-radius: 10px;

        min-height: 300px;

    }

}



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



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

    .testimonials_card_wrapper {

        border-radius: 10px;

        min-height: 345px;

    }



    #testimonials_card_slider button.owl-prev {

        position: absolute;

        top: 40%;

        left: -35px;

    }



    #testimonials_card_slider button.owl-next {

        position: absolute;

        top: 40%;

        right: -35px;

    }



}



@media only screen and (max-width: 996px) {
    #homepage_banner_section.banner_section {

        position: relative !important;

    }

    .right_side_content.active .vision_image {
        text-align: center;
    }

    .right_side_content.active .mission_image {
        text-align: center;
    }

    .right_side_content:not(.active) .mission_image {
        text-align: center;
    }

    .right_side_content:not(.active) .vision_image {
        text-align: center;
    }

    h2.getin_touch_header {
        text-align: center;
    }

    form.get_in_touch_form {
        display: block;
        text-align: center;
    }

    form.get_in_touch_form .input_field input {
        width: 70%;
        margin-bottom: 25px;
    }

    .input_field button {
        width: 40%;
    }

    .foote_social_media {
        text-align: center;
    }

    .leadership_head_image {
        width: auto;
        height: auto;
        margin-bottom: 40px;
    }

    .image_text_wrapper p {
        padding-bottom: 20px;
    }

    .image_text_wrapper h3 {
        font-size: 24px;
        margin: 10px 55px 10px 0;
    }

    .leadership_team_content p {
        text-align: center;
    }

    .leadership_team_header h2 {
        text-align: center;
    }

    .testimonials_card_wrapper {
        min-height: auto;
    }

    p.footer_contact_header,
    .footer_use_links_header {
        text-align: unset;
    }
}



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

    .vision_image {

        text-align: center;

    }



    .mission_image {

        text-align: center;

    }



    .why_choose_options {

        margin-bottom: 20px;

        text-align: center;

    }



    .leadership_head_image {

        width: 100%;

        padding-bottom: 10px;

        height: 100%;

    }



    .vision_mission_toggle {

        display: flex;

        width: 100%;

        justify-content: center;

    }



    form.get_in_touch_form {

        display: block;

    }



    form.get_in_touch_form input {

        margin-bottom: 15px;

    }



    form.get_in_touch_form .input_field {

        display: flex;

        justify-content: center;

        flex-direction: column;

        align-items: center;

    }



    h2.getin_touch_header {

        text-align: center;

    }



    .footer_call_number_email p {

        justify-content: flex-start;

    }



    .leadership_team_content p {

        font-size: 16px;

        text-align: center;

    }



    .leadership_team_header h2 {

        margin: 40px 0;

        text-align: center;

        font-size: 35px;

    }



    .why_choose_btns_wrapper {

        display: flex;

        align-items: center;

        flex-wrap: wrap;

    }



    p.carousel_sub_text {

        font-size: 11px;

        margin-bottom: 5px;

        width: 90%
    }



    p.carousel_text {

        font-size: 14px;

        margin-bottom: 5px;

        width: 100%;

        text-align: center;

    }



    .carousel_content.show {

        display: flex;

        gap: 0px;

        flex-direction: column;

        bottom: -75px;

    }



    .owl_why_choose_slider::after {

        height: 90px;

        bottom: -90px;

        box-shadow: rgba(0, 0, 0, 0.20) 0px 15px 15px;

    }



    section#why_choose {

        padding: 95px 0;

    }



    .why_choose_options a {

        font-size: 15px;

    }



    .why_choose_options img {

        width: 30px;

        height: 30px;

        margin-right: 10px;

    }



    .why_choose_btns_wrapper {

        display: flex;

        align-items: center;

        flex-wrap: wrap;

        gap: 10px 35px;

        justify-content: center;

    }



    img.desktop_view_image {

        display: none;

    }



    img.mobile_view_image {

        display: block;

    }



    .menu_wrapper {

        width: 70%;

    }



    .banner_section {

        top: 0px;

    }



    .banner_content {

        width: 100%;

        text-align: center;

        margin-left: 0;

    }



    h2.banner_text {

        font-size: 30px;

    }



    h2.why_choose_header {

        font-size: 30px;

    }



    .lakeland_wrapper h2 {

        font-size: 32px;

    }



    .section_content_wrapper {

        height: 100%;

    }



    .book_now_btn {

        display: none;

    }



    .lakeland_wrapper {

        position: absolute;

        bottom: 100px;

        width: 100%;

        justify-content: center;

        display: flex;

        left: 0;

    }



    .location_price p {

        font-size: 18px;

    }



    .location_price_wrapper {

        width: 100%;



    }



    .location_price {

        padding-left: 0px;

        display: flex;

        width: 100%;

        justify-content: space-around;

        border: none;

    }



    .mission_image img {

        width: 75%;

    }



    section#lakeland_section:hover .location_price_wrapper {

        bottom: 55px;

        /* Reset bottom position */

        right: 10px;

        /* Reset right position */

        transition: none;

        /* Remove transition */

    }



    .mobile_booknow_btn {

        display: flex;

        margin: auto;

        width: 100%;

        justify-content: center;

        position: absolute;

        bottom: -15px;

        left: 0;

    }



    .mobile_booknow_btn a {

        border: 1px solid white;

        text-decoration: none;

        color: white;

        padding: 10px 35px;

        border-radius: 50px;

        transition: all 0.6s ease;

        font-family: "segoe-regular", sans-serif !important;

    }



    .mobile_booknow_btn a:hover {

        background-color: white;

        color: black;

        transition: all 0.6s ease;

    }



    .urban_elegance_text h2 {

        font-size: 55px;

    }



    .testimonials_card_wrapper {

        min-height: auto;

    }



    .footer_content_left_wrapper p {

        text-align: justify;

    }



    p.footer_contact_header {

        width: 100%;

        /* text-align: center; */

    }



    footer#bottom_footer .custom_footer_alignment {

        display: flex;

        justify-content: center;

    }



    #homepage_banner_section.banner_section {

        position: relative !important;

    }


    /* 
    p.footer_contact_header,

    .footer_use_links_header {

        text-align: center;

    } */



    #testimonials_card_slider .owl-nav {

        display: flex;

        width: 100%;

        height: 50px;

        gap: 15px;

        justify-content: center;

        margin-top: 15px;

    }



    #testimonials_card_slider button.owl-prev,

    #testimonials_card_slider button.owl-next {

        position: unset;

    }



    #testimonials_card_slider button.owl-next img,

    #testimonials_card_slider button.owl-prev img {

        width: 40px;

    }

    .location_price_wrapper {

        bottom: 55px;

        transition: none;

        right: 10px;

    }

    .project_section_header h2 {

        font-size: 30px;

    }


    form.get_in_touch_form .input_field input {
        width: 100%;
        margin-bottom: 25px;
    }

    .input_field button {
        width: 70%;
    }

    .image_text_wrapper p {
        padding-bottom: 0px;
    }

    .leadership_head_image {
        height: auto;
    }
}

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

    .testimonials_card_wrapper {

        min-height: 300px;

    }

    p.footer_contact_header,
    .footer_use_links_header {
        text-align: center;
    }
    .popup-form {
        background-color: #fff;
        width: 95%;
        margin: auto;
        padding: 25px;
        position: relative;
    }
}