*{ padding:0; margin:0;}
body{ background: #000; box-sizing: border-box; padding:0; margin:0; font-family: 'Poppins', sans-serif; }
a, a:hover, a:focus{ text-decoration:none;}
ul, li{ padding:0; margin:0; list-style:none;}
h1, h2, h3, h4, h5, h6, p{ padding:0; margin:0;}

.container{
    padding: 60px 0;
    max-width: 1170px;
    margin: 0 auto;
}
.src-filter .bottom-sec.add_space_more{
	margin-top:10px;
}

.loc-box{
    max-width: 500px;
    background: transparent;
    border-radius: 10px;
    padding:0px;
    margin: 0 auto;
}

.loc-box .text-box{
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
}

.loc-box .text-box h1{
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    padding: 0;
    margin: 0 0 15px;
}
.loc-box .text-box h4{
    text-align: center;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px;
}
.search-panel{
    padding: 10px 0;
    margin: 0;
}
.search-panel .field-group{
    position: relative;
    padding:0;
    margin:0 0 10px;
}
.search-panel .field-group .src-field{
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 6px 10px 6px 35px;
}
.search-panel .field-group .mark-icon{
    position: absolute;
    left: 5px;
    top: 6px;
}
.search-panel .field-group .mark-icon img {
    cursor: pointer;
    width: 18px;
    line-height: 1;
}
.left_part .field-group{
    margin-bottom: 0;
}
.custom_close {
    position: absolute;
    right: 14px;
    cursor: pointer;
}

.src-result-wrap {
    /* display: none; */
    background: #fff;
    border-radius: 4px;
    padding: 15px 15px;
    margin: 8px 0 0 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 250px;
    overflow: auto;
}

.src-result-wrap .src-result-panel {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #2e4c87;
}
.src-result-wrap .src-result-panel:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.src-result-panel .tham-icon{
    width: 28px;
    /*height: 70px;*/
    padding: 0;
    margin: 0;
}
.src-result-panel .tham-icon img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.src-result-panel .tham-icon-new{
    width: 70px;
    /*height: 70px;*/
    padding: 0;
    margin: 0;
}
.src-result-panel .tham-icon-new img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.src-result-panel .src-result-text{
    width: calc(100% - 35px);
    padding: 0;
    margin: 0;
}

.src-result-panel .src-result-text h5{
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #2e4c87;
    padding: 0 0 0;
    margin: 0 0 5px;
    transition: all 300ms ease-in-out;
}
.src-result-panel .src-result-text p{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #2e4c87;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}

.src-result-panel:hover .src-result-text h5, .src-result-panel:hover .src-result-text p{
 color: #db880d;
}

.search-panel .field-btn{
    text-align: center;
}

.search-panel .field-btn .btn-sub{
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    background: #db880d;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    padding:10px 30px;
    margin: 0;
}
.cus-container{
    padding: 60px 15px;
    max-width: 1170px;
    margin: 0 auto;
}


.full-container{
    padding: 0 15px;
}
.cus-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cus-col-7, .cus-col-5, .cus-col-6, .cus-col-4{
    position: relative;
    padding: 0 15px 15px 15px;
    margin: 0;
}

.cus-col-5{    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;}
.cus-col-6{    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
.cus-col-7{-webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;;}

.cus-col-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.src-filter{
    padding: 0 0;
    margin: 0;
} 
.src-filter .top-sec {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 2px solid #db880d;
}

.src-filter .top-sec h4{
    font-size: 21px;
    line-height: 1.2;
    color:#2e4c87;
    font-weight: 600;
    padding: 0 0 0;
    margin: 0 0 10px;
}
.src-filter .top-sec .field-group{
    position: relative;
}



.src-filter .top-sec .field-group.second_top{
    padding-top:20px ;
}

.src-filter .top-sec .field-group.second_top #listing_search{
    width: 100%;
    padding: 6px 10px 6px 10px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    height: 38px;
}


.src-filter .top-sec .icon{
    position: absolute;
    left: 10px;
    top:6px;
}

.src-filter .top-sec .field {
    width: 100%;
    padding: 6px 10px 6px 40px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    height: 38px;
}

.src-filter .mid-sec{
    padding: 0;
    margin: 0;
}
.src-filter .mid-sec .field-group{
    padding: 0;
    margin: 0 0 15px;
}
.src-filter .mid-sec label{
    display: block;
    font-size: 19px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.1em;
    color: #2e4c87;
    padding: 0px 0px 4px 0px;
}
.src-filter .mid-sec .sel-field{
    width: 100%;
    padding: 6px 10px 6px 10px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    height: 38px;
}

.src-filter .bottom-sec{
 padding: 0;
 margin: 0;
}

.src-filter .bottom-sec h4{
    display: block;
    font-size: 19px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.1em;
    color: #2e4c87;
    padding: 0px 0px 4px 0px;
}
/* .src-filter .bottom-sec ul li{
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
} */

.src-filter .bottom-sec ul li {   
    padding: 0;
    margin: 0 10px 10px 0;
    display: inline-flex;
    align-items: center;
}
.src-filter .bottom-sec ul li input {
    margin-right: 6px;
}
.src-filter .bottom-sec ul li:last-child{
    margin-right: 0;
}
.src-filter .btn-sec{
    padding: 20px 0 0;
    margin: 0;
}
.src-filter .btn-sec .btn {
    background: #db880d;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}
.src-filter .btn-sec .btn:hover{
    background: #2E4C87;
}


.cus-map{
    border:10px solid #DB880D1F;
    border-radius: 7px;
    padding: 0;
    margin: 0;
}
.cus-map img{
    width: 100%;
    height: auto;
}


.standout-box{
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 5px;
    background:#fff ;
    background-color: #fff;
}
.standout-box .tham-img{
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 249px;
}

/*.standout-box .tham-img img{
    max-width: 249px;
    height: auto;
    margin: 0 auto;
}
*/

.standout-box .tham-img img {
    /* max-width: 249px; */
    height: 240px;
    margin: 0 auto;
    object-fit: cover;
}
.boxt-tag {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em;
    background-color: #db880d;
    color: #FFFFFF;
    padding: 3px 16px 2px 16px;
    border-radius: 4px 4px 4px 4px;
}
.standout-box .top-text{
    padding: 0 20px;
    margin: 0;
    text-align: center;
}
.standout-box .top-text h3{
    padding: 0;
    margin: 0 0 10px;
}
.standout-box .top-text h3 a{
    display: inline-block;
    color: #2E4C87;
    font-size: 21px;
    font-weight: 600;
    padding: 0;
    margin:0;
}
.standout-box .top-text p{
    color: #333333;
    text-align: center;
}
.standout-box .mid-text{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 15px;
    margin: 0 20px 20px;
    align-items: center;
    border-bottom: 2px solid #db880d;
}

.standout-box .mid-text.border_none{

    border-bottom: none;
    padding: 0;
}
.standout-box .mid-text .lt-side{
    padding: 0;
    margin: 0;
}

.standout-box .mid-text .lt-side a{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0;
    margin: 0;
}
.standout-box .mid-text .lt-side a i{
    color: #db880d;
    font-size: 16px;
}
.standout-box .mid-text .rt-side {
    padding: 0;
    margin: 0;
}
span.distance_class{
    font-weight: bold;
    color: #db880d;
    font-size: 14px;
}
.standout-box .mid-text .rt-side ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.standout-box .mid-text .rt-side ul li a{
    color: #ccd6df;
}
.standout-box .bottom-text{
    padding: 0 20px 20px;
    margin: 0;
}

.standout-box .bottom-text p{
    color: #2e4c87;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.featured-box{
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 5px;
    overflow: hidden;
}
.featured-box .tham{
    width: 200px;
    height: 192px;
    overflow: hidden;
    padding: 0 15px;
}
.featured-box .tham img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.featured-box  .text-box{
    position: relative;
    width: calc(100% - 220px);
    padding: 10px 15px 10px 0;
    margin: 0;
}
.featured-box .text-box .top-box{
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom:2px solid #db880d;
}
.featured-box .text-box .top-box h3{
    padding: 0;
    margin: 0;
}
.featured-box .text-box .top-box h3 a{
    color: #2e4c87;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding: 0;
    margin: 0;
}
.featured-box .text-box .top-box a{
    color: #2e4c87;
    font-weight: 500;
}
.featured-box .text-box .top-box a i{
    color: #db880d;
}

.featured-box .text-box .bottom-box{
    padding: 0;
    margin: 0;
}
.featured-box .text-box .bottom-box h4 a{
    color: #2e4c87;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    padding: 0 0 10px;
}
.featured-box .text-box .bottom-box .rat-panel{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.featured-box .text-box .bottom-box .rat-panel .rt-side{
    padding: 0;
    margin: 0;
}
.featured-box .text-box .bottom-box .rat-panel .rt-side ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.featured-box .text-box .bottom-box .rat-panel .rt-side ul li a{
    color: #ccd6df;
}
.featured-box .text-box .bottom-box .rat-panel .lt-side{
    padding: 0;
    margin: 0;
}
.featured-box .text-box .bottom-box .rat-panel .lt-side a{
    color: #db880d;
}

.jet-listing-box{
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 5px;
    overflow: hidden;
}

.jet-listing-box .tham{
    width: 178px;
    height: 125px;
    overflow: hidden;
}

.jet-listing-box .tham img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jet-listing-box .text-box{
    width: calc(100% - 200px);
    padding: 10px 15px 10px 0;
    margin: 0;
}
.jet-listing-box .text-box h4 a{
    color: #2e4c87;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    padding: 0;
    margin: 0;
}
.jet-listing-box .text-box .bt-panel{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.jet-listing-box .text-box .bt-panel .lt-side{
    padding: 0;
    margin: 0;
}
.jet-listing-box .text-box .bt-panel .lt-side ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.jet-listing-box .text-box .bt-panel .lt-side ul li a{
    color: #2e4c87;
    transition: all 300ms ease-in-out;
}
.jet-listing-box .text-box .bt-panel .lt-side ul li a:hover{
    color: #db880d;
}
.jet-listing-box .text-box .bt-panel .rt-side ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.jet-listing-box .text-box .bt-panel .rt-side ul li a{
    color: #ccd6df;
}

.field_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.left_part{
    width: calc(100% - 115px);
}

#result_listing_wrap .src-result-panel .src-result-text{
    padding-left: 15px;
}

.elementor-location-header .elementor-widget:not(:last-child){
    margin-bottom: 0 !important;
}
.search-panel.header-form .field-group .src-field{
    height: 34px;
}
.loc-box.home-page .search-panel .field-group .mark-icon img{
    width: 22px;
}
.section_2.home_page_part{
    background: #e4edfd;
    padding: 40px 0;
}
.section_2.home_page_part .cus-container{
    padding: 0;
    max-width: 1122px;
}
.section_2.home_page_part .head_wrapper{
    text-align: center;
    padding: 0 0 30px;
}
.section_2.home_page_part .head_wrapper h2{
    color: #2e4c87;
    font-family: "Helvetica", Sans-serif;
    font-size: 38px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.1em;
}
.blog_page_part .cus-container{
    max-width: 100%;
    padding: 0;
}
.blog_page_part .cus-row{
    flex-direction: column;
}
.blog_page_part .cus-col-4{
    -webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.blog_page_part .standout-box{
    margin-bottom: 30px;
}
.elementor-sticky__spacer .search-panel.header-form{
    display: none;
}

.treatments_check {
   /* padding: 15px 0 0 0;*/
}
.treatments_check ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.treatments_check ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    display: flex;
}
.treatments_check ul li label {
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 0 0 6px !important;
}
.src-filter .bottom-sec ul{
    padding: 0 !important;
    margin: 0 !important;
}

/**============ Responsive Start ==============**/
@media screen and (max-width: 1199px){
.elementor-location-header.elementor-18 .elementor-element.elementor-element-70b605fc {
    width: 20% !important;
}
.elementor-location-header.elementor-18 .elementor-element.elementor-element-9af5a8a {
    width: 20% !important;
}
.elementor-location-header.elementor-18 .elementor-element.elementor-element-70b605fc > .elementor-element-populated {
    padding: 0 !important;
}

}

@media screen and (max-width:991px){
.search-panel .field-group .src-field{
    font-size: 12px;
}
}
@media screen and (max-width:920px){
.elementor-location-header.elementor-18 .elementor-element.elementor-element-1066ff10 {
    width: 100% !important;
}
.elementor-location-header.elementor-18 .elementor-element.elementor-element-1066ff10{
    width: 100% !important;
    padding: 10px 0 0 0;
}
.elementor-location-header.elementor-18 .elementor-element.elementor-element-1066ff10 .elementor-widget-container{
    text-align: center;
}
.elementor-location-header.elementor-18 .elementor-element.elementor-element-1066ff10 > .elementor-element-populated{
    padding: 0 !important;
}
.elementor-location-header.elementor-18 .elementor-element.elementor-element-17948e07 > .elementor-container{
    justify-content: center !important;
}
.elementor-location-header.elementor-18 .elementor-element.elementor-element-9af5a8a {
    width: 185px !important;
}
.elementor-location-header.elementor-18 .elementor-element.elementor-element-70b605fc {
    width: 189px !important;
}


}


@media screen and (max-width: 767px){
    .elementor-location-header.elementor-18 .elementor-element.elementor-element-70b605fc{
        display: none;
    }
    .elementor-location-header .search-panel{
        padding:10px;
    }
    .cus-col-7, .cus-col-5, .cus-col-6, .cus-col-4{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .standout-box{
        margin-bottom: 30px;
    }
    .featured-box{
        flex-direction: column;
    }
    .featured-box .tham{
        width: 100%;
        height: auto;
        text-align: center; 
    }
    .featured-box .text-box{
        width: 100%;
        padding: 10px;
    }
    .jet-listing-box{
        flex-direction: column;
    }
    .jet-listing-box .text-box{
        width: 100%;
        padding: 10px;
    }
    .jet-listing-box .tham {
    width: 100%;
    height: auto;
}
}