/*
Template: BUSICO - Multipurpose Bootstrap 5 Template
Author: RRDevs
Author URI: https://themeforest.net/user/rrdevs
Description: Multipurpose Bootstrap 5 Template
Version: 2.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/style.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

/* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */

.theme-btn {
    background: #9E7C22 !important;
}

.cta-wrapper .theme-btn {
    border: 1px solid #9E7C22 !important;
}

@media screen and (max-width:600px) {
    .footer-middle-text_p {
        text-align: center !important;
    }

    .footer-social-icon {
        text-align: center;
    }

    .page-heading {
        padding-left: 30px;
    }

    .breadcrumb-wrap nav {
        padding-left: 30px;
    }

    .section-title {
        margin-top: 40px !important;
    }

}

@media screen and (max-width: 1200px) {
    .section-title {
        margin-top: 40px;
    }
}

@media screen and (max-width:992px) {
    .skill-video {
        margin-top: 50px;
    }
}

@media screen and (max-width:475px) {
    .about_points_design {
        flex-direction: column;
    }

    .about_points_design_img {
        margin-top: 40px;
    }

}


.blog-date {
    margin-top: 30px !important;
}

.pricing-cta-wrapper::before {
    opacity: 0.7 !important;
}

.offset-menu-social-icon {
    display: flex;
    justify-content: center;
    align-items: center;

}

.aboutcliental {
    padding: 0px 0px 50px 0px !important;
}

.index-aboutdesign {
    align-items: center;
}

.index-about {
    align-items: center !important;
}

.main-menu a {
    text-transform: capitalize !important;
    letter-spacing: 1px;
}

.careerbody {
    width: 80%;
    margin: 0px auto;
    padding: 60px 0px;
}

.careerbody h2 {
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.careerbody h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
    padding: 40px 0px 20px 0px;
}

.careertitle1 {
    font-size: 15px;
    font-weight: 700;
}

.custom-link a {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.carrerh2title {
    font-size: 3vw;
    font-weight: 800;
    margin: 0px !important;
    padding: 0px !important;
}

.carrerh2title1 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 70px;
    letter-spacing: 2px;
}

.carrerh2title {
    padding: 20px 0px !important;
}

/* about over view design  */
.custombuttondesign {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.custombuttondesign {
    --primary-color: #111;
    --hovered-color: #004D29;
    position: relative;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 30px;
}

.custombuttondesign p {
    margin: 0;
    position: relative;
    font-size: 15px !important;
    color: var(--primary-color);
    margin: 0px !important;
    padding: 0px !important;
}

.custombuttondesign::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -7px;
    background: var(--hovered-color);
    height: 2px;
    transition: 0.3s ease-out;
}

.custombuttondesign p::before {
    position: absolute;
    /*   box-sizing: border-box; */
    content: "Subscribe";
    width: 0%;
    inset: 0;
    color: var(--hovered-color);
    overflow: hidden;
    transition: 0.3s ease-out;
}

.custombuttondesign:hover::after {
    width: 100%;
}

.custombuttondesign:hover p::before {
    width: 100%;
}

.custombuttondesign:hover svg {
    transform: translateX(4px);
    color: var(--hovered-color);
}

.custombuttondesign svg {
    color: var(--primary-color);
    transition: 0.2s;
    position: relative;
    width: 15px;
    transition-delay: 0.2s;
}


.aboutus_con {
    width: 80%;
    margin: 0px auto;
}

.aboutus_title {
    font-size: 40px;
    font-weight: 700;
    width: 650px;
    line-height: 50px;
    padding: 30px 0px;
    color: #004D29;
}

.aboutus_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.aboutus_bottom_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutus_bottom_con {
    flex: 0 0 0 60%;
    max-width: 60%;
}

.aboutus_bottom_right {
    flex: 0 0 calc(40% - 20px);
    max-width: calc(40% - 20px);
    margin-left: 20px;
}

.aboutus_bottom_middile {
    margin-left: 20px;
}

.aboutus_bottom_right p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
    text-align: justify;
}

.about_top_con {
    padding: 60px 0px;
}

.about_top_subcon {
    margin: 0px auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_top_subcon_left {
    flex: 0 0 380px;
    max-width: 380px;

}

.about_top_subcon_right {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
}

.about_top_subcon_right_matter h3 {
    font-size: 17px;
    text-transform: capitalize;
    padding: 10px 0px 0px 0px;
}

.about_top_subcon_right_matter li {
    list-style: disc;
}

.about_top_subcon_right p {
    padding: 10px 0px;
    font-size: 15px;
    line-height: 28px;
}

.about_top_subcon_right_title {
    font-size: 40px;
    font-weight: 700;


}

.overviewbottom {
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -200px;
}

.overviewbottom_con {
    position: absolute;
    z-index: -1;
    bottom: 0px;
}

.slick-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


/* our mission vission  */
.ourmission_con {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ourmission_con_left {
    flex: 0 0 40%;
    max-width: 40%;

}


.ourmission_con_right {
    flex: 0 0 48%;
    max-width: 48%;

}

.ourmission_con_right_con_bottom,
.vision_top_right {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

.ourmission_con_right_con_middile,
.vision_top_middile {
    font-size: 30px;
    color: #004D29;
    font-weight: 700;
    line-height: 40px;
    padding: 20px 0px;
}

.ourmission_con_right_con_top,
.vision_top_left {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ourmission {
    padding: 70px 0px;
}

.vision {
    width: 80%;
    margin: 0px auto;
    padding-top: 60px;
}

.visioncon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}


.vision_left_top,
.vision_left_middile {
    flex: 0 0 30%;
    max-width: 30%;
}

.vision_left_right {
    flex: 0 0 250px;
    max-width: 250px;
}

.vision_left_top {
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 5vw !important;
}








/* management  */
.management_con {
    width: 80%;
    margin: 0px auto;
    padding: 60px 0px;
}

.management_con_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
}

.management_con_bottom_left {
    flex: 0 0 35%;
    max-width: 35%;
    font-weight: 700;
    font-size: 18px;
}

.management_con_bottom_right {
    flex: 0 0 60%;
    max-width: 60%;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

.management_con_top {
    font-size: 40px;
    font-weight: 700;
    color: #004D29;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 50px;
}

.management_profile {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}

.management_profile_left {
    flex: 0 0 40;
    max-width: 40%;
}

.management_profile_right {
    flex: 0 0 52%;
    max-width: 52%;
}

.management_profile_right p {
    text-align: justify;
    font-size: 14px;
    line-height: 23px;
}

.management_profile_right h3 {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    padding: 20px 0px 10px 0px;
    color: #191919;
}

.management_profile_right li {
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    padding-bottom: 20px;
}

.water-brush-regular {
    font-family: "Water Brush", cursive;
    font-weight: 400;
    font-style: normal;
}

.signnature {
    font-size: 40px;
    display: block;
    margin-top: 40px;
    color: #004D29;
}

.teamcon {
    width: 80%;
    margin: 0px auto;

}

.teamsubcon {
    width: calc(100% + 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 60px;
    margin-left: -40px;
}

.teamcon_slide {
    flex: 0 0 calc((100% - 160px) / 4);
    max-width: calc((100% - 160px) / 4);
    border: 1px solid #f5f5f5;
    margin-bottom: 60px;

}

.team_designation {
    font-size: 14px;
    font-weight: 700;
    color: #004D29;
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: -10px;
}

.team_name {
    font-size: 18px;
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.project-details-contents_title h3 {
    font-size: 30px;
    width: 60%;
}




.resi {
    padding: 60px 0px;
    width: 100%;
}

.resi_right_con_map {
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    object-fit: cover;
}

.resi_con {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.resi_con_left {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
}

.resi_con_right {
    flex: 0 0 400px;
    max-width: 400px;
}

.resi_right_map_title {
    margin-top: 30px;
}

.resi_right_map_title h3 {
    font-size: 18px;
    text-transform: capitalize;
}


.sharewithfriends_con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.sharewithfriends_con a {
    display: block;
    height: 40px;
    width: 40px;
    background: #f5f5f5;
    text-align: center;
    color: #000 !important;
    line-height: 40px;
}

.resi_right_map h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
}

.resi_right_map h3:first-child {
    margin-top: 0px !important;
}

.left_img1 {
    margin: 30px 0px;
}

.project_titles {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 700;
    background: #9E7C22;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    line-height: 17px;
    padding: 0px 10px;

}

.resi_con {
    position: relative;
}

.left_con p {
    text-align: justify;
}

.resi_con_right {
    position: sticky;
    top: 40px;
}

.resi_right_map_title {
    margin: 20px 0px !important;
}

.resi_right_map_call {
    margin-top: 30px;
    padding: 10px;
    background-color: #f5f5f5;
}

.resi_right_map_call span {
    font-size: 20px;
}

.resi_right_map_call span i {
    margin-right: 20px;
    color: #004D29;
}

.resi_visit a {
    background: #004D29;
    display: block;
    color: #fff !important;
    width: 130px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.resi_visit {
    margin: 20px 0px;
}

.left_con ul {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    margin-top: 20px;
}

.left_con_main li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.left_con_main li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #004D29;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}

.ongoing {
    padding-bottom: 60px;
}

.ongoing_title {
    font-size: 30px !important;
    padding-bottom: 40px;
    line-height: 40px;
    color: #004D29;
    font-weight: 600;
}

.ongoing_con .col-lg-4 {
    display: flex;
    object-fit: cover;
}

.locad {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}


.locad_con_left_con {
    position: relative;
    z-index: 3;
}

.locad_con {
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.locad_con_left {
    flex: 0 0 48%;
    max-width: 48%;
}

.locad_con_right {
    flex: 0 0 48%;
    max-width: 48%;
}


.locadv_title_list li {
    position: relative;
    z-index: 3;
    padding-left: 20px;
}

.locadv_title_list li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #9E7C22 !important;
    border-radius: 50%;
    left: 0px;
    top: 9px;
}

.locadv_title1 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #9E7C22;
    text-transform: uppercase;
}

.locadv_title {
    font-size: 25px;
    color: #004D29 !important;
    padding: 10px 0px;

}

.locadv p {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 40px;
}

.visit_form_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.visit_form_field {
    flex: 0 0 calc((100% - 60px) / 3);
    flex: 0 0 calc((100% - 60px) / 3);

}

.with100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.visit_form_field_input input {
    width: calc(100% - 20px);
    padding: 0px 10px;
    border: 1px solid #1b2f24;
    background: none;
    height: 40px;
}

.getprocon {
    background: url('assets/img/visit2.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.getprocon_con {
    width: 80%;
    margin: 0px auto;
}

.visit_form {
    width: 70%;
}

.visit_form_field_title {
    color: #9E7C22;
}

.visit_form_field_input textarea {
    padding: 10px;
    width: calc(100% - 20px);
    border: none;
    height: 80px;
    resize: none;
    background: none;
    border: 1px solid #1b2f24;

}

.visit_form_field {
    margin-top: 20px;
}

.visit_form_button {
    margin-top: 10px;
    background: #9E7C22;
    color: #fff;
    display: inline-block;
    padding: 10px;
}

.getprocon_top_title {
    font-size: 14px;
    font-weight: 700;
    color: #9E7C22;
}


.getprocon_top {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

.residential_con_img_mob {
    display: none !important;
}

@media screen and (max-width:768px) {
    .residential_con_img {
        display: none !important;
    }

    .residential_con_img_mob {
        display: block !important;
    }
}

.siteplanstext {
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    width: 100%;
    margin-top: 20px;
    font-weight: 700;
    color: #004D29;
}

.index_project_title2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    color: #004D29;
}

.index_project_title {
    font-size: 14px;
    font-weight: 700;
    color: #004D29;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.index_project_title_con {
    width: 50%;
    margin-bottom: 40px;
}


.homes_con {
    padding: 60px 0px;
}

.homes_title {
    padding: 10px 0px;
}

.visit_form_field_input input {
    color: #fff;
}

.visit_form_field_input textarea {
    color: #fff;
}

.visit_form_con form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.zoomingeffects {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999 !important;
    display: none;
}

.zoomingeffects_con {
    max-width: 70%;
    margin: 0px auto;
}

.zoomingeffectsshow {
    display: block;
}

@media screen and (max-width:1024px) {
    .about_top_subcon {
        flex-direction: column;
        align-items: flex-start;
    }

    .about_top_subcon_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about_top_subcon_right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .aboutus_title {
        width: 100%;
        padding-top: 0px !important;
    }

    /* .aboutus_bottom{
        flex-direction: column;

    } */
}

@media screen and (max-width:800px) {
    .aboutus_bottom {
        flex-direction: column;

    }

    .aboutus_bottom_con {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aboutus_bottom_right {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aboutus_bottom_right img {
        width: 210px;

    }

    .aboutus_bottom_right div {
        width: calc(100% - 240px);
    }
}

@media screen and (max-width:600px) {

    .aboutus_bottom_con,
    .aboutus_bottom_right {
        flex-direction: column;
    }

    .aboutus_bottom_right img {
        width: 100%;
    }

    .aboutus_bottom_right div {
        width: 100%;
        margin-top: 40px;
    }

    .aboutus_title {
        font-size: 23px;
        line-height: 35px;
        padding: 0px !important;
    }

    .aboutus_bottom {
        margin-top: -60px;
    }

    .about_top_subcon,
    .aboutus_con {
        width: 95%;
    }

}

@media screen and (max-width:900px) {
    .ourmission_con {
        flex-direction: column;
    }

    .ourmission_con_left {
        display: none;
    }

    .ourmission_con_right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .visioncon {
        flex-wrap: wrap;
        justify-content: center;
    }

    .vision_left_top {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .vision {
        padding: 0px !important;
    }
}

@media screen and (max-width: 600px) {

    .vision,
    .ourmission_con {
        width: 90%;
    }

    .vision_left_right {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .ourmission_con_right_con_middile {
        font-size: 23px !important;
        line-height: 33px;
    }

    .vision_top_middile {
        font-size: 23px !important;
        line-height: 33px;
    }
}

@media screen and (max-width:992px) {
    .management_con_bottom {
        flex-direction: column;
    }

    .management_con_bottom_left,
    .management_con_bottom_right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .management_con_bottom_right {
        margin-top: 20px;
    }

    .management_profile {
        flex-direction: column;
        align-items: flex-start;
    }

    .management_profile_left,
    .management_profile_right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .management_profile_left img {
        width: 400px;
    }

    .management_profile_right {
        margin-top: 30px;
    }
}

.teamsubcon {
    justify-content: flex-start;

}

.teamcon_slide {
    margin-left: 40px;
}

@media screen and (max-width: 1024px) {

    .teamcon_slide {
        flex: 0 0 calc((100% - 120px) / 3);
        max-width: calc((100% - 120px) / 3);
        border: 1px solid #f5f5f5;
        margin-bottom: 60px;

    }
}

@media screen and (max-width: 800px) {

    .teamcon_slide {
        flex: 0 0 calc((100% - 80px) / 2);
        max-width: calc((100% - 80px) / 2);
        border: 1px solid #f5f5f5;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 600px) {

    .teamcon_slide {
        flex: 0 0 100%;
        max-width: 100%;
        border: 1px solid #f5f5f5;
        margin-left: 0px !important;
    }

    .teamsubcon {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 60px;
        margin-left: 0px;
    }

    .management_con_top {
        font-size: 25px;
        line-height: 36px;
    }

    .management_con {
        padding: 0px !important;
    }

    .management {
        margin-top: 50px !important;
    }

    .management_sec {
        margin-top: -10px !important;
    }

    .team_img img {
        width: 100%;
    }
}


@media screen and (max-width: 600px) {
    .careerbody {
        width: 90%;
        margin: 0px auto;
    }

    .careerbody h2 {
        padding: 0px !important;
        font-size: 25px;
        line-height: 36px;
        font-weight: 800;
    }

    .careerbody p {
        font-size: 14px;
        line-height: 23px;
        text-align: justify !important;
    }
}

@media screen and (max-width: 1024px) {
    .project-details-contents_title h3 {
        width: 100%;

    }

    .project-details-wrapper {
        margin-top: -40px;
    }
}

@media screen and (max-width: 600px) {
    .project-details-contents p {
        text-align: justify !important;
        font-size: 14px;
    }

    .single-project-process p {
        text-align: center !important;
    }

    .project-details-contents_title h3 {
        font-size: 23px;
        font-weight: 700;
        line-height: 34px;
    }
}

.policysubcon_right h4 {
    margin-top: 30px;
}


.policysubcon_right h4:first-child {
    margin-top: 0px !important;
}

@media screen and (max-width: 1000px) {
    .index_project_title_con {
        width: 70%;
    }
}

@media screen and (max-width: 600px) {
    .index_project_title_con {
        width: 100%;
    }

    .homes_subcon .row .col-lg-4 {
        margin-top: 40px !important;
    }

    .homes_subcon .row .col-lg-4:first-child {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1100px) {
    .resi_con {
        width: 95%;
        margin: 0px auto;
    }
}

@media screen and (max-width: 900px) {
    .resi_con_right {
        flex: 0 0 300px;
        max-width: 300px;
    }

    .resi_con_left {
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px);
    }
}

@media screen and (max-width: 768px) {
    .resi_con {
        flex-direction: column;
    }

    .resi_con_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .resi_con_right {
        flex: 0 0 100%;
        max-width: 100%;
        position: static;
        width: 100%;
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 900px) {
    .locad_con {
        width: 95%;
    }
}


@media screen and (max-width: 800px) {
    .locad_con {
        flex-direction: column !important;
        align-items: flex-start;
    }

    .locad_con_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .locad_con_right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 1100px) {
    .visit_form_field{
        flex: 0 0 48%;
        max-width: 48%;
    }
    .visit_form_field100 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .with100{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
    .visit_form_field{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .getproco{
        background-position: bototm right;
    }
}

@media screen and (max-width: 600px){
    .visit_form{
        width: 100%;
    }
    
}