/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root{
    --var_design: 100% - 65px;
}
a{
    transition: all 0.5s;
}
html, body{
    overflow-x: hidden;
}
h1 strong, h2 strong{
    color: var( --e-global-color-accent );
    font-weight: 400;
}
header.site_header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.home_banner_con{
    max-width: 680px;
}
.banner_slide_map{
    display: none;
}
.banner_listing .elementor-icon-list-item{
    width: auto;
}
.banner_listing .elementor-icon-list-item .elementor-icon-list-icon{
    padding: 15px 16px;
    background-color: #AE7BBD;
    width: 65px;
    height: 65px;
}
.banner_listing .elementor-icon-list-item span.elementor-icon-list-icon svg{
    width: 35px;
    height: 35px;    
    margin: 0;
}
.banner_listing .elementor-icon-list-item .elementor-icon-list-text{
    padding: 18px 19px 18px 16px;
    background-color: #ffffff;
    min-height: 65px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    padding-left: 19px !important;
}

.footer_nav_menu ul li a{
    position: relative;
    z-index: 0;
}
.footer_nav_menu ul li a::after{
    content: "";
    width: 12px;
    height: 1px;
    background-color: #ffffff !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 1 !important;
}
.conditions-icon-list ul li:before{

}
@media only screen and (min-width: 767px){
    
    .pro_main_con .our_procedures_content{
        opacity: 0;
        z-index: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    .pro_main_con:hover .our_procedures_content{
        opacity: 1;
        z-index: 1;
        visibility: visible;
    }
}
/* .condition_sec .consition_inner_sec .condition_image{
    position: relative;
    top: -40px;
} */
.blog_lop_box .elementor-icon-list-item .elementor-icon-list-icon i{
    width: 20px;
    height: 20px;
    position: relative;
}
.blog_lop_box .elementor-icon-list-item .elementor-icon-list-icon i::before{
    content: "";
    background-image: url(image/calendy.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
}
.blog_lop_box.another_post .elementor-icon-list-item .elementor-icon-list-icon i::before{
    filter: invert(1);
}
/*Gravity Form Default Style*/
.contact_form .elementor-shortcode .gform_heading{
    display: none;
}
.contact_form .elementor-shortcode .gform_body .gfield_required{
    display: none;
}
.contact_form .elementor-shortcode .gform_body .name_first,
.contact_form .elementor-shortcode .gform_body .name_last{
    display: flex;
    flex-direction: column;
}
.contact_form .elementor-shortcode .gravity-theme .gform_fields{
    grid-row-gap: 16px;
}


.contact_form .elementor-shortcode .gform_body .name_first input,
.contact_form .elementor-shortcode .gform_body .name_last input{
    order: 1;
}

.contact_form .elementor-shortcode .gform_body .name_first label,
.contact_form .elementor-shortcode .gform_body .name_last label{
    order: 0;

}

.contact_form .elementor-shortcode .gform_body .gfield--type-name legend,
.contact_form .elementor-shortcode .gform_body .gfield--type-captcha{
    display: none;
}

.contact_form .elementor-shortcode .gform_body label{
    margin-bottom: 12px;
    color: #000;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
}

.contact_form .elementor-shortcode .gform_body input[type=email],
.contact_form .elementor-shortcode .gform_body input[type=text],
.contact_form .elementor-shortcode .gform_body input[type=tel],
.contact_form .elementor-shortcode .gform_body textarea,
.contact_form .elementor-shortcode .gform_body select{
    padding: 16px 20.5px 16px 20.5px;
    border-radius: 6px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid transparent;
    background: #FFF;
    outline: none;
    line-height: 1 !important;
    background: #FFF;
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);
}
.contact_form .elementor-shortcode .gform_body select{
    appearance: none;
    background-image: url(image/arrowDrop.svg);
    background-repeat: no-repeat;
    background-size: 15px 8px;
    background-position: calc(100% - 21px);
    padding: 17.5px 20.5px;

}
.contact_form .elementor-shortcode .gform_body input[type=email]::placeholder,
.contact_form .elementor-shortcode .gform_body input[type=text]::placeholder,
.contact_form .elementor-shortcode .gform_body input[type=tel]::placeholder,
.contact_form .elementor-shortcode .gform_body textarea::placeholder,
.contact_form .elementor-shortcode .gform_body select::placeholder{
    color: rgba(72, 72, 72, 0.8);
}
.contact_form .elementor-shortcode .gform_body input[type=email]:focus,
.contact_form .elementor-shortcode .gform_body input[type=text]:focus,
.contact_form .elementor-shortcode .gform_body input[type=tel]:focus,
.contact_form .elementor-shortcode .gform_body input textarea:focus,
.contact_form .elementor-shortcode .gform_body input[type=email]:active,
.contact_form .elementor-shortcode .gform_body input[type=text]:active,
.contact_form .elementor-shortcode .gform_body input[type=tel]:active,
.contact_form .elementor-shortcode .gform_body input textarea:active,
.contact_form .elementor-shortcode .gform_body textarea:focus-visible,
.contact_form .elementor-shortcode .gform_body select:focus,
.contact_form .elementor-shortcode .gform_body select:active,
.contact_form .elementor-shortcode .gform_body select:focus-visible{

    border-color: #AE7BBD;
    outline: none;
}
body .contact_form .elementor-shortcode .gform_body .ginput_container_textarea textarea{
    height: 135px;
}

body .contact_form .elementor-shortcode .gform_footer input[type=submit]{
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid transparent;
    width: 100%;
    border-radius: 5px;
    background-color: #AE7BBD;
    color: #fff;
	
}
/* .contact_form .elementor-shortcode .gform_footer input[type=submit]:focus{
	outline: none !important;
	border: none !important;
}
.contact_form .elementor-shortcode .gform_footer input[type=submit]:focus-visible {
	outline: none !important;
	border: none !important;
} */

body .contact_form .elementor-shortcode .gform_footer{
    margin-top: 10px;
}
body .contact_form .elementor-shortcode .gform_footer input[type=submit]:hover{
    background: transparent;
	border-color: #AE7BBD;
    color: #AE7BBD;
}

body .contact_form .elementor-shortcode .gform_validation_errors,
body .contact_form .elementor-shortcode .gform_body .validation_message{
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;    
    outline: none;
}
body .contact_form .elementor-shortcode .gform_validation_errors:focus-visible{
    outline: none;
}
body .contact_form .elementor-shortcode .gform_body .validation_message{
    font-size: 15px;
    margin-top: 7px;
}

 
body .contact_form .elementor-shortcode .gform_validation_errors .gform_submission_error{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: lowercase;
    font-family: "Roboto";
    letter-spacing: 0;
}

body .contact_form .elementor-shortcode .gform_confirmation_message{
    font-size: 18px;
    line-height: 28px;
    color: var( --e-global-color-accent );
}
.blog_post_container .blog_archive_post  .elementor-post__card{
    transition: all 0.5s;
}

.blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__thumbnail__link{
    display: inline-block;
    width: 100%;
    height: 275px;
    order: 0;
    margin: 0;
}


body .blog_post_container .blog_archive_post .elementor-pagination .elementor-screen-only,
body .blog_post_container .blog_archive_post .elementor-pagination .page-numbers,
.procedure_loop_pagi .elementor-pagination .page-numbers,
.procedure_loop_pagi .elementor-pagination .elementor-screen-only{
    font-family: "babas Neue", Sans-serif;    
}
body .blog_post_container .blog_archive_post .elementor-pagination .page-numbers,
.procedure_loop_pagi .elementor-pagination .page-numbers{
    width: 35px;
    height: 32px;
    display: inline-block;
    padding: 5px;    
    cursor: pointer;
    
}
body .blog_post_container .blog_archive_post .elementor-pagination .page-numbers:hover,
.procedure_loop_pagi .elementor-pagination .page-numbers:hover{
    background-color: #AE7BBD;
}

body .blog_post_container .blog_archive_post .elementor-pagination .page-numbers:hover svg,
.procedure_loop_pagi .elementor-pagination .page-numbers:hover svg{
    filter: invert(1) brightness(100);
}
body .blog_post_container .blog_archive_post .elementor-pagination .page-numbers.current,
.procedure_loop_pagi .elementor-pagination  .page-numbers.current{
    
    background-color: #AE7BBD;
}
.blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail{
    width: 100%;
    height: 100%;
    padding: 0 !important;

}
.blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__text{
    padding: 0 20px 40px 20px;
    order: 2;
}
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__meta-data{
    order: 1;
    padding: 32px 20px 0 20px ;
    color: #000;
    font-family: "babas Neue", Sans-serif !important;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.14px;
}
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__meta-data span{    
    color: #000;
    font-family: "babas Neue", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.14px;
}
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__text .elementor-post__title a,
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__text .elementor-post__title{
    color: #000;
    font-family: "babas Neue", Sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.16px;
}
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__excerpt p{
    color: #7A7B7B;
    font-family: "Roboto";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 158.824% */
    margin: 6px 0 12px 0;

}
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__read-more{
    color: #000;
    font-family: "babas Neue", Sans-serif;    
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.76px;
    position: relative;
    transition: all 0.5s;
}
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__read-more::before{
    content: "";
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -20px;
    background-image: url(image/arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 11px;
    height: 15px;

}
body .blog_post_container .blog_archive_post  .elementor-post__card .elementor-post__read-more:hover{
    text-decoration: 1px underline;
}
body .blog_post_container .blog_archive_post  .elementor-post__card:hover{
    background: #FFF;
    box-shadow: 0px 4px 74px 0px rgba(0, 0, 0, 0.17);
    border-color: transparent;
}
.blog_post_container .elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{
    background: transparent !important;

}

.my_intro_video,
.my_intro_video .elementor-open-lightbox,
.my_intro_video .elementor-open-lightbox .elementor-custom-embed-image-overlay{
    max-height: 640px;
    width: 100%;
}
.my_intro_video .elementor-custom-embed-image-overlay img{
    height: 640px !important;
    object-fit: cover;
}
.my_intro_video .elementor-custom-embed-image-overlay .elementor-custom-embed-play{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.my_intro_video .elementor-custom-embed-image-overlay .elementor-custom-embed-play::before,
.my_intro_video .elementor-custom-embed-image-overlay .elementor-custom-embed-play::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.my_intro_video .elementor-custom-embed-image-overlay .elementor-custom-embed-play::before{
    width: calc(100% + 35px);
    height: calc(100% + 35px);
    background-color: #FFFFFF90;
    border-radius: 100%;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
    z-index: -1;
}
.my_intro_video .elementor-custom-embed-image-overlay .elementor-custom-embed-play::after{
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    background-color: #FFFFFF90;
    border-radius: 100%;
    z-index: -1;
}
.listing_content ul{
    padding-left: 20px;
}
.listing_content ul li{
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
}
.listing_content ul li:last-child{
    margin: 0;
}
.listing_content ul li::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 100%;    
}
header.site_header a:focus-visible{
    outline: none !important;
}
header.site_header nav  a.highlighted .sub-arrow i{
    transform: rotateZ(180deg);
}
header.site_header nav a.elementor-item-anchor{
    justify-content: space-between;
}
header.site_header nav a.elementor-item-anchor:focus{
    background: transparent;
}
#map { 
    position: absolute; top: 0; bottom: 0; width: 100%; 
    height: 680px;
}
#map .mapboxgl-ctrl-bottom-right{
    display: none;
}
#map canvas{
    cursor: zoom-in;
    pointer-events: none;
}
#map .mapboxgl-ctrl-geocoder{
    display: none;
}
.marker {
    background-image: url(image/log.svg);
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    cursor: pointer;
  }
  .mapboxgl-popup {
    max-width: 200px;
  }
  .mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.location_our{
    position: relative;
    min-height: 680px;
}
.location_our .our_location_details{ 
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-75%, -50%);
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;

}
.location_our .our_location_details .locate_details{
    padding: 25px 25px 50px 25px;
}
.location_our .our_location_details .locate_details span{
    color: #000;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 6px;
}
.location_our .our_location_details .locate_details .locate_us{
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}
.location_our .our_location_details .locate_details p,
.location_our .our_location_details .locate_details p a{
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 175% */
    margin-bottom: 0;
    width: 75%;
}
.location_our .our_location_details .locate_details p a:hover{
    color: #2ACC1D;
}
.location_our .our_location_details .location_pic{
    height: 200px;
}
.location_our .our_location_details .location_pic img{
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    object-fit: cover;
}
.consition_inner_sec .con_site_row{
    max-width: 725px;
    margin-left: auto;
    margin-right: 50px;
}
.condition_sec .condition_image .elementor-element{
    width: 100% !important;
}
.conditions-icon-list ul li:before{
    content: "";
    background-image: url('https://dev.wordpress-developer.us/foresthillsgastro/wp-content/uploads/2023/12/Group-100.svg');
    height: 21px;
    width: 21px;
    position: absolute;
    top: 14px;
    left: -40px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 1600px){
    /* body .condition_sec  .elementor-element.consition_inner_sec{
        margin: 0 auto !important;
        max-width: 1370px !important;
    } */

}
@media only screen and (max-width: 1599px){
    body .condition_sec  .elementor-element.consition_inner_sec{
       padding-left: 10px;
    }
    
}
@media only screen and (max-width: 1199px){

    header.site_header nav.elementor-nav-menu--main .elementor-nav-menu .menu-item a.elementor-item{
        font-size: 17px;
    }
    .location_our .our_location_details{
        left: 20%;
        transform: translate(-50%, -50%);
    }

}
@media only screen and (min-width: 1199px){
    header.site_header nav.elementor-nav-menu--main .menu-item:not(.menu-item-1975):not(.menu-item-1973) .elementor-nav-menu--dropdown.sub-menu {
        min-width: 500px !important;
    }
}
@media only screen and (min-width: 1024px){
    header.site_header nav.elementor-nav-menu--main .menu-item:not(.menu-item-1975):not(.menu-item-1973) .elementor-nav-menu--dropdown.sub-menu {
        max-width: 500px !important;
        min-width: 380px !important;
    }
    header.site_header nav.elementor-nav-menu--main .elementor-nav-menu--dropdown.sub-menu{
        top: 12px !important;
    }
    header.site_header nav.elementor-nav-menu--main .menu-item:not(.menu-item-1975):not(.menu-item-1973):hover .sub-arrow{
        transform: rotateX(180deg);
    }
    header.site_header nav.elementor-nav-menu--main .menu-item:not(.menu-item-1975):not(.menu-item-1973):hover .elementor-nav-menu--dropdown.sub-menu{
        display: flex !important;
        flex-wrap: wrap;
    }
    header.site_header nav.elementor-nav-menu--main .menu-item:not(.menu-item-1975):not(.menu-item-1973):hover .elementor-nav-menu--dropdown.sub-menu{
    	display: flex !important;
        flex-wrap: wrap;
    }

    header.site_header nav.elementor-nav-menu--main .elementor-nav-menu--dropdown.sub-menu {
        min-width: 400px !important;
    }
    header.site_header li.menu-item:not(.menu-item-1975):not(.menu-item-1973) .elementor-nav-menu--dropdown.sub-menu  li.menu-item{
        width: 48%;
    }
header.site_header nav.elementor-nav-menu--main .elementor-nav-menu--dropdown.sub-menu {
    min-width: 185px !important;
    background-color: #FFFFFF;
    border-radius: 3px;
    margin: 0;
    padding: 8px 10px !important;
    margin-top: 12px !important;
    right: 0 !important;
    left: initial !important;    
/*    max-height: 320px;  
    overflow-y: scroll; */ 
    /* transform: translateX(-50%);   */
}

header.site_header nav.elementor-nav-menu--main .elementor-nav-menu--dropdown.sub-menu::before{
    content: "";
    width: 10px;
    height: 8px;
    background-image: url(image/tricon.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: -8px;
    
    
}
header.site_header .elementor-nav-menu--dropdown.sub-menu  li.menu-item{
    border-bottom: 1px dotted #CBCBCB !important;
    padding: 0 10px 10px 0;
}
header.site_header .elementor-nav-menu--dropdown.sub-menu li.menu-item:last-child{
    border-color: transparent !important;
    padding-bottom: 0;
}
header.site_header .elementor-nav-menu--dropdown.sub-menu li.menu-item a{
    
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    padding: 8px 0 0 0;
}

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

    header.site_header nav.elementor-nav-menu--main .menu-item-1974:hover .sub-arrow{
        transform: rotateX(180deg);
    }
    header.site_header nav.elementor-nav-menu--main .menu-item-1974 .elementor-nav-menu--dropdown.sub-menu {
        min-width: 500px !important;
    }
    header.site_header li.menu-item-1974 .elementor-nav-menu--dropdown.sub-menu  li.menu-item{
        width: 48%;
        float: left;
    }
    header.site_header ul.elementor-nav-menu--dropdown.sub-menu{
   
        overflow-y: scroll;
        padding-top: 10px;
    }
    .elementor-nav-menu--main .elementor-nav-menu>li.menu-item-has-children.menu-item-1974:hover .elementor-nav-menu--dropdown{
        display: flex !important;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    header.site_header .elementor-nav-menu--dropdown.sub-menu li.menu-item{
        border: none !important;
    }
    header.site_header .elementor-nav-menu--dropdown.sub-menu li.menu-item a{
        transition: all 0.5s;
        color: #000;
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        padding: 5px 25px;
    }
    .condition_sec .consition_inner_sec .condition_image{
        top: 0;
    }
    .banner_slide_map{
        display: block;
        width: 100%;
        position: fixed !important;
        top: 75%;
        transform: translateY(25%);
        z-index: 99;
    }    
    .banner_slide_map .elementor-icon-list-item{
        position: fixed !important;
        top: 0;
        width: auto !important;
        right: -294px;
        z-index: 99;
        transition: all 0.5s;
        transform: translateX(-65px);    
    }
    .banner_slide_map .elementor-icon-list-item:first-child{
        top: -75px;
        right: -228px;
    } 
    .banner_slide_map .elementor-icon-list-item:hover{
        right: 0;
        transform: translateX(0);
    }
    body .blog_post_container .blog_archive_post .elementor-post__card .elementor-post__text .elementor-post__title a, body .blog_post_container .blog_archive_post .elementor-post__card .elementor-post__text .elementor-post__title{
        font-size: 24px;
        line-height: 28px;
    }

    .my_intro_video,
    .my_intro_video .elementor-open-lightbox,
    .my_intro_video .elementor-open-lightbox .elementor-custom-embed-image-overlay{
        max-height: 400px;
    }
    .my_intro_video .elementor-custom-embed-image-overlay img{
        height: 400px !important;    
    }   
    .my_intro_video .elementor-custom-embed-image-overlay .elementor-custom-embed-play{
        width: 60px;
        height: 60px;
    }
    .location_our .our_location_details{
        left: 30%;
    }
    .location_our .our_location_details .locate_details{
        padding: 20px;
    }
    .marker{
        width: 75px;
        height: 75px;
    }
}

@media only screen and (max-width: 767px){   
    .location_our{
        min-height: 800px;
    }
    header.site_header .elementor-nav-menu--dropdown.sub-menu li.menu-item a{
        padding: 5px;
        font-size: 14px;
    }
    .location_our .our_location_details{
        left: 50%;
        min-width: 300px;
        transform: translate(-50%, 0);
        top: initial;
        bottom: 0;
        margin-bottom: 20px;
    }
    #map{
        position: relative;
        height: 400px;
    }
    #map canvas{
        pointer-events: all;
    }
    .banner_slide_map .elementor-icon-list-item{
        transform: translateX(-65px);    
    }
    .banner_slide_map .elementor-icon-list-item:hover{
        right: 0;
        transform: translateX(0);
    }
    .banner_listing .elementor-icon-list-item .elementor-icon-list-text{
        line-height: 17px  !important;
    }
    body .contact_form .elementor-shortcode .gform_body .ginput_container_textarea textarea{
        height: 100px;
    }
    .contact_form .elementor-shortcode .gravity-theme .gform_fields{
        grid-row-gap: 12px;
    }
    .contact_form .elementor-shortcode .gform_body label{
        margin-bottom: 6px;
    }
    body .contact_form .elementor-shortcode .gform_footer{
        margin-top: 0;
    }
    body .blog_post_container .blog_archive_post .elementor-post__card .elementor-post__meta-data span,
    body .blog_post_container .blog_archive_post .elementor-post__card .elementor-post__read-more{
        font-size: 16px;
        line-height: 23px;
    }
    body .blog_post_container .blog_archive_post .elementor-post__card .elementor-post__text .elementor-post__title a, body .blog_post_container .blog_archive_post .elementor-post__card .elementor-post__text .elementor-post__title{
        font-size: 22px;
        line-height: 26px;
    }
    body .blog_post_container .blog_archive_post .elementor-post__card .elementor-post__read-more::before{
        height: 14px;
    }
    .blog_post_container .blog_archive_post .elementor-post__card .elementor-post__thumbnail__link{
        height: 240px;
    }
    .my_intro_video,
    .my_intro_video .elementor-open-lightbox,
    .my_intro_video .elementor-open-lightbox .elementor-custom-embed-image-overlay{
        max-height: 340px;
    }
    .my_intro_video .elementor-custom-embed-image-overlay img{
        height: 340px !important;    
    }   
    .my_intro_video .elementor-custom-embed-image-overlay .elementor-custom-embed-play{
        width: 50px;
        height: 50px;
    }
    .listing_content ul li::before{
        width: 6px;
        height: 6px;
    }
    .location_our .our_location_details{
        width: 100%;
    }
	.banner_slide_map .elementor-icon-list-item:first-child {
        top: -75px;
        right: -252px;
    }
	.site_header{
		position: fixed !important;
		background: #fff !important;
		backdrop-filter: blur(5px) !important;
	}
	    .banner_slide_map .elementor-icon-list-item:hover {
        right: 10px !important;
        transform: translateX(0);
    }
}
