@keyframes moving-img {
    0% {
        top: -15%;
        right: 5%;
    }

    100% {
        top: 5%;
        right: 15%;
    }
}

@keyframes width-anim {
    0% {
        width: 0%;
    }

    100% {
        width: 15%;
    }
}

#searchpop .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

section.inner_banner.locationhead {
    padding: 10px 0;
    margin: 0;
}

section.inner_banner.locationhead h2 {
    margin: 0;
    padding: 0;
}

div#searchpop {
    overflow-y: hidden;
}

section.inner_banner.locationhead h2 a {
    color: #fff;
}

/* section.locprofile_header {
    background: #F7EDD4;
    margin: 0;
    padding: 8px 0;
} */
section.locprofile_header p {
    margin: 0;
}

/* .loc_social {
    display: flex;
    gap: 10px;
	margin-top:5px;
} */
section.locprofile_header .row {
    margin: 0px;
}

.slider-nav .slick-track {
    gap: 0px;
    display: flex;
}

.locpageslider img {
    height: 60px;
    width: 60px;
    cursor: pointer;
    object-fit: cover;
    margin-right: 8px;
}

.locationdetail .slick-track {
    gap: 0;
}

.logo_div img {
    width: 100%;
}

.btn_logo a {
    color: #287D82;
}

.blog-dt-extend img {
    margin: 30px 10px;
    display: inline-block;
    max-width: 100%;
   /* width: 25%;
    height: 210px;
    */
    width: 300px !important;
    height: 230px;
    object-fit: cover;
}

.a2a_kit.a2a_kit_size_32.addtoany_list {
    display: inline-block !important;
}

/* section.locprofile_header {
    background: #F7EDD4;
} */
.slider-for img {
    width: auto;
    object-fit: cover;
    margin: 0 auto;
}

.locprofile_slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-for.locprofile_slider img {
    max-height: 500px;
}



.sidebar_buttons {
    margin-top: 14px;
    padding: 0 30px;
}

/* button.request_tour_button {
    width: 100%;
    background: #287d82;
    color: #fff;
    border: unset;
    padding: 10px;
    margin-bottom: 10px;
	 border-radius: 15px;
} */
button.sidebar_Save_button {
    width: 100%;
    background: #fff;
    color: #287d82;
    border: 2px solid #287d82;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

button.sidebar_share_button {
    width: 100%;
    background: #fff;
    color: #287d82;
    border: 2px solid #287d82;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

button.view_brand_button {
    background: #287d82;
    color: #fff;
    border: unset;
    padding: 6px 38px;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 14px;
}

.brand_head_sidebar h4 {
    color: #fff;
    font-weight: normal;
}

.content.about_brand {
    padding: 12px 29px !important;
    height: max-content;
}

.brand_data {
    border-radius: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-color: transparent;
}

.brand_head_sidebar {
    width: 100%;
    background: #287d82;
    padding: 20px;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
    color: #fff;
}

.single_loc_brand_sidebar .logo_div {
    width: 100%;
    margin: 0 auto 12px;
}

.single_loc_brand_sidebar .logo_div img {
    border-radius: 15px 15px 0 0;
}

.single_loc_brand_sidebar h4 {
    color: #444;
    font-size: 20px;
    padding: 0 15px;
    text-align: left;
}

.single_loc_brand_sidebar p {
    font-size: 14px;
    line-height: inherit;
}

.single_loc_brand_sidebar .view_brand_button {
    font-size: 14px;
    width: 90%;
    transition: all 0.3s ease;
    border: 1px solid #287d82;
}

.single_loc_brand_sidebar .view_brand_button:hover {
    color: #287d82;
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
    background-color: transparent;
}

.content.about_brand p {
    padding: 0 15px;
    text-align: left;
}

.content.about_brand {
    text-align: center;
}

.cstm_ftr_box .cstm_ftr_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cstm_ftr_box .cstm_ftr_list li {
    display: flex;
    align-items: center;
    width: 30%;
    font-family: 'Outfit', sans-serif;
    color: #000;
    position: relative;
    padding-left: 25px;
    line-height: normal;
    margin: 5px 0;
}

.cstm_ftr_box .cstm_ftr_list.cstm_half_ftr_list li {
    width: 48%;
}

.cstm_ftr_box .cstm_ftr_list.cstm_ftr_amen li img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cstm_ftr_box .cstm_ftr_list.cstm_ftr_amen li::before {
    content: unset;
}

.cstm_ftr_box .cstm_ftr_list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/checked.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.loc-feature-box {
    background: #fff;
    margin: 9px 0;
    padding: 15px;
    border-radius: 5px;
    line-height: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
}

.about_brand_section {
    position: relative;
    padding: 150px 0 100px;
}

.about_brand_row {
    display: flex;
    justify-content: space-around;
}

.about_brand_row .about_brand_image {
    width: 35%;
    position: relative;
}

.about_brand_row .about_brand_image img {
    width: 100%;
    max-height: 350px;
    border-radius: 50px;
    max-width: 95%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    top: 0%;
    right: 0%;
    animation: moving-img 3s infinite alternate;
    box-shadow: 5px 10px 20px #d0b762;
}

.about_brand_row .about_brand_content {
    width: 55%;
}

.fancy_heading {
    font-size: 35px;
    margin-bottom: 45px;
    /* text-shadow: 2px 3px 1px rgb(0 0 0 / 12%); */
    position: relative;
    width: fit-content;
    text-transform: capitalize;
}

.fancy_heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #d0b762;
    width: 0;
    height: 5px;
    border-radius: 15px 0;
    box-shadow: 5px 1px 6px #d0b762;
    animation: width-anim 1s ease-in-out infinite alternate-reverse;
}

.about_brand_row .about_brand_content p {
    margin: 0;
}

.map_loc_section .map_area {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    overflow: hidden;
}

.map_loc_section .map_area .map-count {
    padding: 10px;
    background: #287D82;
    height: auto;
}

.map_loc_section .map_area .map-count i {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
}

.map_loc_section .map_area .map-count p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.brand_loc_section {
    padding: 50px 0;
}

/* .brand_loc_section .slick-current.slick-active{
    padding-left: 0;
} */

/* .loc-feature-box li {
    list-style: disc;
    margin-right: 15px;
    margin-left: 0;
    width: 30%;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    color: #616161;
} */
/* .loc-feature-box li:before {
    content: '✓';
    margin-left: 1px;
    left: 3px;
    margin: 0px 8px;
} */
.loc_image {
    border: 2px solid #287D82;
    border-radius: 15px;
}

table.suits_av_data td {
    border: 1px solid;
    text-align: center;
}

.suit_avail h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
}

.suit_avail {
    margin: 12px 0;
}

ul.related_post_list a {
    text-transform: capitalize;
    font-size: 20px;
}

ul.related_post_list {
    margin: 15px 0;
}

.related_art {
    margin-top: 15px;
}

.list_image img {
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.loc-content {
    padding: 10px;
    min-height: 152px;
}

/* new nearby slider card */
.single_nearby_cards {
    border: none !important;
    box-shadow: 0 4px 16px rgb(0 0 0 / 12%);
}

.single_nearby_cards.single_nearby_sff {
    box-shadow: 0px 4px 16px #d0b762;
}

.locdata.single_nearby_cards h5 {
    /* min-height: 47px; */
    /* margin-top: 2px; */
    font-size: 24px;
    line-height: 25px;
    color: #287D82;
    margin: 5px 0 10px;
}

.locdata.single_nearby_cards .single_nearby_amenities_wrp {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: unset;
    color: #bdbdbd;
    font-weight: 300;
}

.locdata.single_nearby_cards .single_nearby_amenities_wrp span {
    margin-bottom: 5px;
    display: inline-block;
}

.single_nearby_miles_text {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
    color: #444;
    margin-top: 5px;
}

.single_nearby_head_txt_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_nearby_tour_now {
    color: #D0B762;
    font-size: 10px;
    line-height: normal;
}

.locdata.single_nearby_cards .list_image .ribbon-star {
    display: none;
}

.locdata.single_nearby_cards.single_nearby_sff .list_image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 40px solid #d0b762;
    border-top: 40px solid #d0b762;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-radius: 10px 0 0 0;
    z-index: 1;
}

.locdata.single_nearby_cards.single_nearby_sff .list_image .ribbon-star {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    left: 24px;
    top: 24px;
    display: block;
    animation: zoom-in-zoom-out 2.5s ease-out infinite;
    z-index: 2;
}

.locdata {
    /*border: 2px solid #cccccc;
    box-shadow: 0px 4px 16px #d0b762;
	border-radius: 15px 15px 15px 15px;
    */

    border: 1px #D0B762 solid;
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 15px;
}

.locdata .list_image {
    position: relative;
    line-height: 0;
    padding-top: 42%;
}

.other_near_loc h2 {
    margin-bottom: 10px;
}


.btn_logo {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.logo_div {
    width: 50%;
    margin: 12px auto;
}

.loc_social i {
    font-size: 24px;
}



.locpageslider .slick-track .slick-slide {
    width: unset !important;
}

.touheadings {
    width: 100%;
    text-align: center;
    background: #287d82;
    color: #fff;
}

.touheadings h1,
h4,
.touheadings h2 {
    color: #fff;
}

.modal-header.request_tour_header {
    background: #287d82;
    padding: 6px 14px;
}

#request_tour {
    padding: 10px;
    background-color: transparent;
    z-index: 999999;
    box-shadow: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    max-height: inherit;
}

#request_tour_success {
    padding: 10px;
    background-color: transparent;
    z-index: 999999;
    box-shadow: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    max-height: inherit;
}

.modal-header.request_tour_header button {
    padding: 15px;
    font-size: 67px;
    color: #fff;
    opacity: 1;
}

.check_loc_data button {
    background: #287d82;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    margin: auto;
    font-size: 16px;
    text-transform: capitalize;
    height: 48px;
    transition: all 0.3s;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}

.check_loc_data button:hover {
    transform: translateY(-10px);
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
}

.modal-dialog {
    max-width: 100%;
    margin: unset;
}

.check_loc_data input {
    width: 48%;
    margin: 0 9px;
    margin-bottom: 0;
}

span.email_confirm {
    font-size: 19px;
    margin-right: 11px;
    color: #287d82;
}

span.phone_confirm {
    font-size: 19px;
    margin-right: 11px;
    color: #287d82;
}

span.fixed_email_confirm {
    font-size: 18px;
    margin-right: 11px;
    margin-left: 11px;
    color: #287d82;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

span.fixed_phone_confirm {
    font-size: 18px;
    margin-right: 11px;
    margin-left: 11px;
    color: #287d82;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

.locrow {
    /* background: #ccc; */
    /* border-bottom: 1px solid #eaeaea; */
    padding: 0 0 20px;
    position: relative;
}

.loc-feature-box h4 {
    color: #287D82;
    margin: 0 0 10px;
}

.locdata a {
    color: #000;
}

#emailerrormsg {
    color: #f00;
    padding: 10px;
}

#phoneerrormsg {
    color: #f00;
    padding: 10px;
}

#errormsg {
    color: #f00;
    padding: 10px;
}

#fixed_emailerrormsg {
    color: #f00;
    padding: 0;
    font-size: 10px;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
}

#fixed_phoneerrormsg {
    color: #f00;
    padding: 0;
    font-size: 10px;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
}

#fixed_errormsg {
    color: #f00;
    padding: 0;
    font-size: 10px;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    text-transform: inherit;
}

.slectfeature {
    position: relative;
    width: 140px;
    height: 120px;
    margin: 5px;
    float: left;
    border: 2px solid #287d82;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 0px;
}

.slectfeature div {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: .5s ease;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
}

.slectfeature p {
    text-align: center;
}

.slectfeature input {
    position: absolute !important;
    top: 0;
    left: 0 !important;
    width: 140px;
    height: 100px;
    opacity: 0;
    cursor: pointer;
    visibility: unset !important;
}

.slectfeature input[type=checkbox]:checked~div {
    background-color: #287d82;
}

.slectfeature input[type=checkbox]:checked~div .poptext {
    color: #ffffff;
}

.slectfeature input[type=checkbox]:checked~div .pophead {
    color: #ffffff;
}

.select_date_slider,
.user_regis_select_date_slider {
    width: 96%;
    margin: auto;
}

.select_date_slider button.slick-prev.slick-arrow,
.user_regis_select_date_slider button.slick-prev.slick-arrow {
    width: 0;
    height: 0;
    border-right: 15px solid #287d82;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    float: left;
    border-left: 0px;
    margin-right: 5px;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.select_date_slider button.slick-arrow,
.user_regis_select_date_slider button.slick-arrow {
    background-color: transparent;
    font-size: 0px;
}

.select_date_slider button.slick-next.slick-arrow,
.user_regis_select_date_slider button.slick-next.slick-arrow {
    width: 0;
    height: 0;
    border-left: 15px solid #287d82;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    float: left;
    border-right: 0px;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
}

.select_date_slider .slick-slide,
.user_regis_select_date_slider .slick-slide {
    padding: 0px 5px;
}

.slectfeature p {
    font-family: 'Outfit', sans-serif;
    color: #287d82;
    text-transform: uppercase;
    font-size: 17px;
}

.locrow label {
    font-family: 'Outfit', sans-serif;
    color: #000;
    font-size: 14px;
    margin-bottom: 2px !important;
    height: auto;
    padding-left: 30px;
    width: 100%;
}

.locrow [type="checkbox"]+label:before {
    border-color: #000;
    top: 5px;
    /* top: 50%;
    transform: translateY(-50%); */
}

.locrow label input {
    height: auto;
    /* width: auto; */
    font-size: 18px;
    margin-right: 11px;
    margin-left: 11px;
    color: #287d82;
    border: none;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

.locrow [type="checkbox"]:checked+label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg) translateY(-50%);
    -moz-transform: rotate(40deg) translateY(-50%);
    -ms-transform: rotate(40deg) translateY(-50%);
    -o-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%);
    width: 12px;
    transform-origin: 160% 48%;
    top: 50%;
}

#request_tour_success {
    text-align: center;
}

#request_tour_success p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 20px auto 0;
}

#request_tour_success button {
    background: #287d82;
    color: #fff;
    border: unset;
    padding: 10px;
    font-size: 18px !important;
    font-weight: 400;
    border-radius: 5px;
    opacity: 1;
    margin: 20px auto 0;
    display: block;
    width: 100%;
}

#request_tour_success {
    text-align: center;
    overflow-y: hidden;
    background: rgb(0 0 0 / 60%);
}

.request_user_saved {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
    margin-bottom: 11px;
    display: none;
}

.request_user_notsaved {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    margin-bottom: 11px;
    display: none;
}

#request_tour .modal-dialog {
    max-width: 60%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

#request_tour_success .modal-dialog {
    max-width: 40%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-header.request_tour_header {
    border-radius: 0px;
}

#request_tour .modal-content {
    border-radius: 0px;
    border: 1px solid #ccc;
}

#request_tour_success .modal-content {
    border: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
    border-radius: 5px;
}

#request_tour_success .modal-body {
    padding: 30px;
}

#request_tour_success .modal-body img {
    width: 80px;
    margin: auto;
}

.success-mdl-title {
    font-size: 17px;
}

.success-mdl-title-sub {
    font-size: 23px;
}

#request_tour_success .success-mdl-close {
    font-size: 45px;
}

/* .brand_link
{
	font-size:13px;
	text-transform: uppercase;
} */
.tour-save-button {
    text-align: center;
}

.brand-profile-button {
    text-align: center;
}

.business_claim_link {
    font-size: 15px;
}

.locdata.suit_fave_order.order1 {
    /* background: #F7EDD5; */
    transition: all 0.3s ease-in-out;
}

.loc-content i.fas.fa-bolt {
    color: #D0B762;
}

.suit-fave-text {
    font-size: 14px;
}

/* .locdata:hover {
    background: #BAD2D3;
} */
/* .locdata.suit_fave_order.order1:hover {
    background: #f6d993;
} */
.location_slider .slick-next {
    right: 15px;
    top: 0;
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    margin: auto;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    background-color: #00000054;
    z-index: 1;
}

.slick-lightbox-slick .slick-next {
    right: 15px;
    top: 0;
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    margin: auto;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    background-color: #00000054;
}

.location_slider .slick-next:before {
    background: url(https://suitefinderstg.wpengine.com/wp-content/uploads/2022/07/next.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 35px;
    height: 35px;
}

.slick-lightbox-slick .slick-next:before {
    background: url(https://suitefinderstg.wpengine.com/wp-content/uploads/2022/07/next.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 35px;
    height: 35px;
}

.location_slider .slick-prev {
    left: 15px;
    top: 0;
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    margin: auto;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    background-color: #00000054;
    z-index: 1;
}

.slick-lightbox-slick .slick-prev {
    left: 15px;
    top: 0;
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    margin: auto;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    background-color: #00000054;
    z-index: 999;
}

.location_slider .slick-prev:before {
    background: url(https://suitefinderstg.wpengine.com/wp-content/uploads/2022/07/prec.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 35px;
    height: 35px;
}

.slick-lightbox-slick .slick-prev:before {
    background: url(https://suitefinderstg.wpengine.com/wp-content/uploads/2022/07/prec.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 35px;
    height: 35px;
}

.slider-nav .slick-current.slick-active img {
    border: 4px solid #287d82;
}

.slick-lightbox {
    z-index: 333333 !important;
}

.slider-for.locprofile_slider img {
    cursor: pointer;
    width: 100%;
}

.locprofile_slider button {

    background-color: #00000036;

}
.logged-in .sticky_sidebar{
    position: initial;
}
.sticky_sidebar {
    position: sticky;
    top: 110px;
}

section.location_slider {
    padding: unset;
}

.location_map {
    padding: unset;
}

.location_slider .slick-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    right: 48%;
    position: absolute;
    bottom: unset;
    top: 92%;
    z-index: 1;
}

.location_slider .slick-dots button {
    display: block !important;
    border: none !important;
    border-radius: 50px !important;
    background-color: #fff !important;
    font-size: 0;
    border: 1px solid #979797 !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    position: unset;
}

.location_slider .slick-dots .slick-active button {
    background-color: #e9c37a !important;
}

.suit-fave-text {
    float: right;
    font-size: 13px !important;
}

span.barnlink {
    text-transform: uppercase;
    font-size: 12px;
    color: #D0B762;
    font-weight: 600;
    width: 75%;
}



.select_date_slider .slick-track,
.user_regis_select_date_slider .slick-track {
    align-items: center;
    display: flex;
    padding: 20px 0;
}

#fixed-request {
    padding: 0;
    z-index: 9997;
    box-shadow: none;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    max-height: inherit;
    padding-right: 0 !important;
    bottom: 0;
}

#fixed-request .modal-dialog {
    max-width: 70%;
    margin: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* bottom: 70px; */
}

#fixed-request .slectfeature p,
.user_regis_select_date_slider .slectfeature p {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 0;
}

#fixed-request .slectfeature,
.user_regis_select_date_slider .slectfeature {
    border: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
    height: auto;
    transition: all 0.3s ease;
    border-radius: 5px;
}

#fixed-request .slectfeature:hover,
.user_regis_select_date_slider .slectfeature:hover {
    transform: translateY(-10px);
}

#fixed-request h1.pophead,
#fixed-request h2.pophead {
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    font-weight: 600;
}

#fixed-request .modal-content {
    width: 100%;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    overflow: hidden;
}

#fixed-request .modal-content p {
    margin-bottom: 0;
}
.modal.double {
    will-change: bottom, opacity;
}

.modal.fade.double.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 100%;
}

.modal.fade.double .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

body.locations-template-default.single.single-locations.postid-8401.wp-embed-responsive.full-width.custom-font-enabled.single-author.modal-open {
    padding-right: unset !important;
}

.mapdata {
    margin-top: 12px;
}

section.nearby_location {
    padding: unset;
}

.mobile_loc_slider .slick-slide,
.recentView .slick-slide  {
    padding: 0 15px;
}

.brand_loc_slider .slick-slide,
.brand_loc_section .slick-slide {
    padding: 0 15px;
}


.mobile_loc_slider button{
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    margin: auto;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    background-color: #00000054;
    z-index: 9;
}

.brand_loc_slider button,
.recentView button {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    margin: auto;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
    background-color: #00000054;
    z-index: 9;
}

.mobile_loc_slider button.slick-next.slick-arrow:before {
    background: url('../images/arrow-r.png') no-repeat;
    background-position: center;
    background-size: contain;
}

.brand_loc_slider button.slick-next.slick-arrow:before,
.recentView button.slick-next.slick-arrow:before {
    background: url('../images/arrow-r.png') no-repeat;
    background-position: center;
    background-size: contain;
}

.mobile_loc_slider button.slick-next.slick- {
    top: 0;
    right: -35px;
}

.brand_loc_slider button.slick-next.slick-arrow{
    top: 0;
    right: -35px;
}

.recentView button.slick-next.slick-arrow{
    top: 0;
    right: -35px;
}


.mobile_loc_slider button:before,
.recentView button:before{
    height: 40px;
    width: 15px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.brand_loc_slider button:before {
    height: 40px;
    width: 15px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.mobile_loc_slider button.slick-prev.slick-arrow:before{
    background: url('../images/arrow-l.png') no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
}

.brand_loc_slider button.slick-prev.slick-arrow:before,
.recentView button.slick-prev.slick-arrow:before {
    background: url('../images/arrow-l.png') no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
}
.mobile_loc_slider button.slick-prev.slick-arrow{
    top: 0;
    left: -35px;
}

.brand_loc_slider button.slick-prev.slick-arrow,
.recentView button.slick-prev.slick-arrow  {
    top: 0;
    left: -35px;
}



/* banner */
.cstm_banner_wrp {
    position: relative;
    max-height: 500px;
}

.cstm_banner_wrp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

.cstm_banner_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 60%;
}

.cstm_banner_row {
    display: flex;
    flex-direction: column;
}

.banner_logo_sec img {
    width: 50% !important;
    /* border-radius: 10px; */
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 35%); */
    object-fit: contain !important;
    max-height: 70px;
    height: 100%;
    margin: 0 auto;
}

.banner_dtl_sec .brand_link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.banner_dtl_sec .brand_link:hover {
    color: #d0b762;
    text-decoration: underline;
}

.banner_dtl_sec .banner_ttl {
    color: #fff;
    font-size: 32px;
}

.banner_addr_wrp p {
    color: #fff;
    opacity: 0.8;
}

.auto_max_height {
    max-height: 100%;
}

.banner_addr_wrp p.clamp_text {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 150px;
    max-height: 150px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.cstmMobileIcon {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.cstmMobile {
    padding-left: 10px;
}

.banner_price {
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
}

.banner_social_row {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.banner_social_row a {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.banner_social_row a:last-child {
    margin-right: 0;
}

.banner_btn_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.banner_btn_row .banner_cta_btn {
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    padding: 5px 25px;
    border: 1px solid;
    transition: all 0.3s ease;
}

.banner_btn_row .banner_cta_btn:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
}

.banner_btn_row .business_claim_link {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.banner_btn_row .business_claim_link:hover {
    background-color: #287D82;
    border-color: #287D82;
}

/* banner new slider */
.cstm_slick_items {
    position: relative;
}

.cstm_slick_items .locprofile_header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    padding: 50px;
}

.cstm_slick_overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
}

.cstm_slick_overlay .ribbon-star {
    display: none;
}

.cstm_slick_overlay.suit_fav_class_loc {
    box-shadow: 0px 4px 16px #d0b762;
}

.cstm_slick_overlay.suit_fav_class_loc .ribbon-star {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 24px;
    top: 24px;
    display: block;
    animation: zoom-in-zoom-out 2.5s ease-out infinite;
}

.cstm_slick_overlay.suit_fav_class_loc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 40px solid #d0b762;
    border-top: 40px solid #d0b762;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.cstm_slick_items .banner_ttl,
.cstm_slick_items .banner_addr_wrp {
    text-align: center;
}

.cstm_slick_items .banner_ttl.suit_fav_class_loc {
    color: #d0b762;
}

.cstm_slick_items .banner_addr_wrp p {
    margin-bottom: 0;
}

.sticky_sidebar .business_claim_link {
    background-color: #fff;
    display: block;
    margin: 20px 30px;
    padding: 5px;
    color: #287d82;
    text-align: center;
    border-radius: 5px;
    font-family: 'Outfit', sans-serif;
    border: 1px solid #287D82;
    transition: all 0.3s ease;
}

.sticky_sidebar .business_claim_link:hover {
    background-color: #287d82;
    color: #fff;
}

.website_link {
    background-color: #d0b762;
    color: #fff;
    border-color: #d0b762 !important;
}

.website_link:hover {
    background-color: transparent;
    color: #fff;
}

.website_link svg {
    width: 10px;
    margin-left: 5px;
    display: inline-block;
}

.website_link svg path {
    stroke: #fff;
}

.tour_now_link {
    background-color: #287d82;
    border: 1px solid #287d82 !important;
    color: #fff;
}

.tour_now_link:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff !important;
}
/* prachi css START */

.cst-mainwrapbtn .cstm_main_section .cstm_salon_box .cstm_salon_box_child .list_image {
    max-height: 224px;
    min-height: 224px;
 
}
/* prachi css END */
.tour_now_link:active {
    color: #fff;
}

.tour_now_link svg,
.tour_now_link i {
    width: 10px;
    margin-left: 5px;
    fill: #fff;
    font-size: 14px;
}

/* floating buttons */
.sidebar_fixed {
    position: fixed;
    bottom: 10%;
    right: 25px;
    width: max-content;
    left: auto;
    z-index: 22222;
    display: flex;
    flex-direction: column;
}

.floating_btn {
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 6px #d0b762;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #D0B762;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #D0B762;
}

.floating_btn:hover {
    background-color: #D0B762;
    color: #fff;
}

.floating_btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -38px;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    background-color: #D0B762;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 14px;
}

.floating_btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #D0B762;
}

.floating_btn:hover span {
    opacity: 1 !important;
}

.floating_btn.request_tour_button:hover span {
    left: -95px;
}

.floating_btn.chat_owner_button:hover span {
    left: -107px !important;
}


/* krishna css add */

.brand_loc_slider button.slick-prev.slick-arrow,
.mobile_loc_slider button.slick-prev.slick-arrow,
.recentView button.slick-prev.slick-arrow{
    position: absolute;
    left: 0;
    right: 45px;
    margin-left: auto;
    margin-right: auto;
    bottom: -84px;
    top: 85%;
}

.brand_loc_slider button.slick-next.slick-arrow,
.mobile_loc_slider button.slick-next.slick-arrow,
.recentView button.slick-next.slick-arrow{
    position: absolute;
    left: 45px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -84px;
    top: 85%;
}

.brand_loc_slider .slick-track {
    margin: 0;
}


.share-social-lnks.locshare h2.h2-share {
    display: block;
    width: 100%;
    color: #287D82;
    margin: 0 0 10px;
    font-family: 'DM Serif Display', serif;
    font-size: 1.5rem;
}


.other_near_loc .locdata .list_image {
    min-height: 210px;
}

.other_near_loc .locdata .list_image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}


.locshare .a2a_kit.a2a_kit_size_32.addtoany_list {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.locshare .addtoany_list a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 34px;
    height: 34px;
    padding: 0;
}

.locshare .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
  
    height: 34px;
    line-height: 34px;
    width: 34px;
    display: flex;
    border-radius: 50%;
    /*background-color: transparent !important;*/
    border: 1px solid rgb(40 125 130);
    box-shadow: 0 1px 2px rgb(40 125 130);


}

.locshare .a2a_svg svg {
    padding: 5px;
}

.locationdetail button.sidebar_share_button {
    background: #fff;
    color: #d0b762;
    border: 2px solid #d0b762;

}

/*
.locshare .a2a_svg svg path{
    fill:#d0b762;
}

*/

/* custom social icons */
.cstmTwitter {
    width: 35px;
    background-color: rgb(0 172 230) !important;
    border: 1px solid rgb(0 172 230);
    border-radius: 50px;
}

.cstmfacebook {
    background-color: rgb(66 103 178) !important;
    border: 1px solid rgb(66 103 178);
    border-radius: 50px;
}

.cstmPinterest {
    background-color: rgb(230 0 35) !important;
    border: 1px solid rgb(230 0 35);
    border-radius: 50px;
}

.cstmMail {
    background-color: rgb(40, 125, 130);
    border-radius: 50px;
}

.cstmLinkedIn {
    background-color: rgb(10, 102, 194) !important;
    border: 1px solid rgb(10, 102, 194);
    border-radius: 50px;
}

.cstmWhatsapp {
    background-color: rgb(37, 211, 102) !important;
    border: 1px solid rgb(37, 211, 102);
    border-radius: 50px;
}

.customIcon {
    font-size: 17px;
    margin: 0 auto;
    color: #fff;
}

#tooltip {
    position: absolute;
    margin-top: 5px;
    width: 80px;
    background-color: rgb(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
}

/* custom social icons */

.nearby_location .mobile_loc_slider button,
.nearby_location .brand_loc_slider button,
.brand_loc_section .brand_loc_slider button,
.nearby_location .recentView button{
    border-radius: 50%;
    background-color: #D0B762;
    color: #D0B762;
    box-shadow: 0 3px 6px #d0b762;
    border: 1px solid #D0B762;
    z-index: unset;

}

/* prachi css Start */

.status-ribbon {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    padding: 7px 10px;
    background: #d0b762;
    color: #ffffff;
    z-index: 1;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    position: absolute;
    top: -10px;
    right: 30px;
    border-radius: 0 0 1px 1px;
}
.status-ribbon span::after,
.status-ribbon span::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #99833a;
    top: 4px;
}
.status-ribbon span::before{
    left: -10px;
    transform: rotate(-45deg);
}
.status-ribbon span::after{
    right: -10px;
    transform: rotate(45deg);
}
/* .status-ribbon::before,
.status-ribbon::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #d0b762;
    bottom: -10px;
    left: 0;
}
.status-ribbon::before{
    border-left: 72.25px solid transparent;
}
.status-ribbon::after{
    border-right: 72.25px solid transparent;
} */

/* prachi css End */
/*
.locshare .addtoany_list a.a2a_button_facebook span.a2a_svg 
{
    background-color: rgb(66 103 178) !important; 
    border: 1px solid rgb(66 103 178);
    box-shadow: 0 1px 2px rgb(66 103 178);
}
.locshare .addtoany_list a.a2a_button_twitter span.a2a_svg 
{
    background-color: rgb(0 172 230) !important; 
    border: 1px solid rgb(0 172 230);
    box-shadow: 0 1px 2px rgb(0 172 230);
}
.locshare .addtoany_list a.a2a_button_pinterest span.a2a_svg 
{
    background-color: rgb(230 0 35) !important; 
    border: 1px solid rgb(230 0 35);
    box-shadow: 0 1px 2px rgb(230 0 35);
}
.locshare .addtoany_list a.a2a_button_linkedin span.a2a_svg 
{
    background-color: rgb(10, 102, 194) !important; 
    border: 1px solid rgb(10, 102, 194);
    box-shadow: 0 1px 2px rgb(10, 102, 194);
}
.locshare .addtoany_list a.a2a_button_whatsapp span.a2a_svg 
{
    background-color: rgb(37, 211, 102) !important; 
    border: 1px solid rgb(37, 211, 102);
    box-shadow: 0 1px 2px rgb(37, 211, 102);
} 

.cstm_banner_wrp .location_slider button{
  border-radius: 50%;
  background-color: #D0B762;
  color: #D0B762;
  box-shadow: 0 3px 6px #d0b762;
  border: 1px solid #D0B762;
}



.cstm_banner_wrp .location_slider button:before {
 
    width: 24px;
    height: 24px;
}

/* user registration popup form */
.user_regis_form_pop {
    background: rgb(0 0 0/60%);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.user_regis_form_body {
    max-width: 600px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
}

.user_regis_close_btn {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    z-index: 1;
    font-size: 24px;
}

.user_regis_form_body .prof_scenario_wrp {
    margin: 0;
}

.user_regis_form_body .prof_scenario_sub_ttl {
    margin-top: 0;
    max-width: 90%;
    font-size: 24px;
    font-weight: 600;
}

.user_regis_form_body .prof_scenario_stepper {
    margin-top: 30px;
}

.user_regis_form_body .prof_scenario_stepper,
.user_regis_form_body .prof_scenario_stepper form,
.user_regis_form_body .prof_scenario_stepper form .prof_scenario_wrp {
    margin-bottom: 0;
}

.user_regis_form_body .prof_scenario_btn_row {
    margin-top: 30px;
}

.user_regis_form_body .final_step_col .form-group.dflex_row {
    justify-content: flex-start;
    position: relative;
}

.user_regis_form_body .final_step_col .form-group label {
    margin-bottom: 0;
    font-size: 14px;
}

.user_regis_form_body .final_step_col .form-group input {
    height: 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.user_regis_form_body .final_step_col .form-group .valid_err {
    bottom: -10px;
    font-size: 11px;
}

.user_regis_form_body .final_step_col .prof_results_btn {
    margin-bottom: 20px;
}

.emailNoteTxt {
    font-size: 10px;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    color: #287D82;
    float: left;
    font-weight: 500;
    line-height: 150%;
}
/* prachi css start new popup logout user Survey form*/
.New-Popupbtns.Search_form{
    gap: 10px;
    padding: 20px 0;
}
.New-Popupbtns .join_btn.prof_results.prof_otp_trigger.btn_search{
    font-size: 15px;
    padding: 5px 18px;
    width: unset;
}
.Search_form  a.btn_search_maybe{
    font-size: 12px;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    display: flex;
}
 ul.search_Profor_freetxt li{
    text-align: start;
}
li.nw_checkicn.check_clr:before{
    background-color: #fff;
    color:#D0B762;
}
.Personal_details input.input_box{
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}
.before_mobicn{
    position: relative;
}
.before_mobicn:before{
    position: absolute;
    right: 5px;
    top: 57%;
    transform: translateY(-50%);
}
.checked_icon:before{
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: FontAwesome;
}
.nw_checkicn {
    position: relative;
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    align-items: center;
    padding-left: 16px;
}
ul.New_form_popup{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.before_mobicn:before,
.nw_checkicn:before {
    align-items: center;
    display: flex;
    background-color: #287D82;
    width: 17px;
    content: "\f00c";
    height: 17px;
    font-family: FontAwesome;
    font-size: 10px;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
    position: absolute;
    transform: translate(-50%);
    
}
.before_mobicn::before {
    right: 0;
    top: 39px;
}
.nw_checkicn:before{
    left: 0;
    top: 6px;
}
.Personal_details i{
    background: none rgb(190, 190, 190);
   
}
.New-Popupbtns .join_btn,
.New-Popupbtns .later_btn{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    background: none rgb(190, 190, 190);
    padding: 8px 13px;
    border-radius: 25px;
    color: #fff;
    border: none;
}
.New-Popupbtns .join_btn{
    background-color: #287d82;
    width: 100%;
    text-align: center;
}
.New-Popupbtns .later_btn{
    width: 100%;
    text-align: center;
}
.New-Popupbtns{
    display: flex;
    width: 100%;
    gap: 30px;
    padding-bottom: 10px;
}
.icn-checked{
    margin: auto;
    margin-left: 15px
}

.New_form_popup .nw_checkicn li {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    display: flex;
    gap: 14px;
    padding-bottom: 5px;
    align-items: center;
}

input.input_box{
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 0 15px;
    box-sizing: border-box;

}
.Personal_details{
    width: 48%;
    max-width: 264px;
}
.form_details{
    padding-top: 15px;
    
}
.All_data{
    display: flex;
    width: 100%;
    gap: 32px;
}
.Personal_details label{
    margin-bottom: 5px;
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
}
/* prachi css End new popup logout user  Survey form*/

/* prachi css start singlelocation desktop pencil icons */
.wrp-flx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cstm-font{
    margin-right: 3px;
}
.icon-btns{
    background-color: #287D82;
    padding: 0px 10px;
    color: #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 10px;
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    line-height: 22px;
}

.locdesc{
    position: relative;
}
 .locationdetail-absolute{
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.cstm-icn-pncil {
    position: absolute;
    top: 10px;
    right: 15px;
}
a.icon-btns.cstm-icn-pncil{
    padding: 4px 17px;
    font-size: 12px;
}
.icon-btns:hover{
    color: #fff;
    opacity: 0.8;
    text-decoration: underline;
}
/* validation css sarbhjeet sir */

.Personal_details{
position: relative;
}
.Personal_details .valid_err{
    bottom: 0;
    font-size: 9px;
}
/* .New-Popupbtns{
margin-top: 15px;
} */



/* validation css sarbhjeet sir */
/* Edit pencile icn mob view start */
.mob-editbtn{
    position: absolute;
    right: 15px;
}
/* Edit pencile icn mob view End */


/* prachi css start progressbar single location */
.txt_progress span{
   color: #287D82;
   font-weight: 600;
}
.txt_progress h3{
    font-size: 50px;
    line-height: 57px;
    font-weight: 600;
    color: #D0B762;
    font-family: 'DM Serif Display', serif;
    margin: unset;
    margin-left: 25px;
}

.txt_progress{
    text-align: center;
}
.right_completion{
    border-radius: 15px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    border-color: transparent;
    margin: 0 auto;
    max-width: 299px;
    padding: 20px;
}
.txt_progress span,
.txt_progress p,
.Single_progressbar p,
.free_user_singleloc h4{
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
}
.Single_progressbar progress{
     border: 1px solid #eee;
    background: #eee;
    border-radius: 25px;
    height: 12px;
    margin: 0 auto;
    display: block;
    width: 100%; 
   max-width: 200px;
}
.Single_progressbar h4{
    font-size: 16px;
    padding: 15px 0 5px 0;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    font-family: 'Outfit', sans-serif;
}

.Single_progressbar p,
.free_user_singleloc h4{
    line-height: 150%;
    color: #444;
    text-align: center;
    padding-bottom: 5px;
}
.free_user_singleloc a{
    background-color: #287d82;
    color: #fff !important;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 5px 30px;
    transition: ease-in 0.5s;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 16px;
    margin-left: auto;
}


/* prachi css END progressbar single location */

/* prachi css end */
@media only screen and (max-width: 1024px) {
    .mobile_loc_slider .slick-list {
        padding: 0 60px 0 0 !important;
    }

    .brand_loc_slider .slick-list {
        padding: 0 60px 0 0 !important;
    }

    /* section.inner_banner.locationhead {
        margin: 50px 0 0;
    } */

    /* kk */

    .locationdetail.py-5 {
        padding-bottom: unset;
    }

    .locshare .a2a_kit.a2a_kit_size_32.addtoany_list {

        justify-content: space-evenly;

    }

    #fixed-request .modal-dialog {
        max-width: 100%;
        margin: 0 15px;
    }



}

@media only screen and (max-width: 767px) {
 
 .blog-dt-extend.single_articles__text_box img {
        width: 100% !important;
        margin: 0;
        display: block;
        float: unset;
    }


    .Personal_details{
        width: 100%;
        max-width: 100%;
    }
    .before_mobicn:before{
        right: 5px;
    }
    .nw_checkicn{
        font-size: 14px;
    }
    .All_data{
        display: unset;
    }
    .ul.New_form_popup{
        gap: 8px;
    }
    input.input_box{
        max-width: 100%;
    }
    .New_form_popup .nw_checkicn li {
        font-size: 14px;
    }

     .New-Popupbtns .join_btn, 
     .New-Popupbtns .later_btn{
        padding: 6px 10px;
        font-size: 15px;
     }
    .emailNoteTxt {
        display: block;
        font-size: 10px;
        text-align: left;
        width: 100%;
        color: #287D82;
        float: none;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .cstm_slick_items .locprofile_header {
        width: 95%;
    }

    .about_brand_section {
        padding: 50px 0;
    }

    .about_brand_row {
        flex-direction: column;
    }

    .about_brand_row .about_brand_image {
        width: 100%;
        max-height: 300px;
        margin-bottom: 30px;
    }

    .about_brand_row .about_brand_image img {
        animation: unset;
        position: unset;
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        max-height: inherit;
    }

    .about_brand_row .about_brand_content {
        width: 100%;
    }

    .map_loc_section .map_area .map-count {
        margin-top: 0;
    }

    .locdata h5 {
        min-height: unset;
        margin-top: 2px;
        font-size: 15px;
        line-height: 17px;
    }

    .viewmap {
        display: none;
    }

    .suit-fave-text {
        font-size: 8px;
    }

    .select_date_slider .slick-list {
        margin: 0 32px 0 30px;
    }

    .loc-content {
        padding: 10px;
        min-height: 130px;
    }

    .blog-dt-extend img {
        width: 94% !important;
    }

    /* #fixed-request .modal-dialog {
		bottom: 0;
		} */
    #fixed-request .modal-content {
        position: relative;
        /* bottom: 0; */
        padding-bottom: 0 !important;
    }

    .location_slider .slick-dots {
        right: 40% !important;
        gap: 20px !important;
    }

    #request_tour_success img {
        width: 100%;
    }

    #request_tour_success .modal-content {
        height: 100%;
        border: unset;
    }

    .success-mdl-title {
        font-size: 14px;
    }

    .success-mdl-title-sub {
        font-size: 18px;
    }

    #request_tour_success button {
        width: 100%;
        margin-top: 10px;
    }

    #request_tour_success .modal-dialog {
        max-width: 100%;
        height: auto;
        background: #fff;
        margin: 0 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #request_tour_success {
        padding-left: unset !important;
        padding: unset !important;
    }

    #request_tour {
        padding: unset !important;
    }

    #fixed-request {
        padding: unset !important;
    }

    #single_loc_logo {
        display: none;
    }

    .loc-feature-box li {
        width: 100%;
    }

    #map-canvas {
        width: 100% !important;
    }

    .sidebar_buttons {
        padding: unset;
    }

    .content.about_brand {
        padding: unset !important;
    }

    #request_tour .modal-dialog {
        max-width: 100%;
        align-items: flex-start;
    }

    #fixed-request .modal-dialog {
        max-width: 100% !important;
        align-items: flex-start !important;
    }

    .select_date_slider button.slick-prev.slick-arrow {
        /* border-right: 15px solid #287d82;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent; */
        left: -10px;
    }

    .select_date_slider button.slick-next.slick-arrow {
        /* border-left: 15px solid #287d82;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent; */
        right: -10px;
    }

    .check_loc_data button {
        width: 100%;
        margin: 20px auto 0;
    }

    .locrow {
        padding: 5px 0px;
    }

    .locrow [type="checkbox"]+label:before {
        top: 4px;
        transform: translateY(0%);
    }

    .locrow [type="checkbox"]:checked+label:before {
        -webkit-transform: rotate(40deg) translateY(0%);
        -moz-transform: rotate(40deg) translateY(0%);
        -ms-transform: rotate(40deg) translateY(0%);
        -o-transform: rotate(40deg) translateY(0%);
        transform: rotate(40deg) translateY(0%);
        top: 10px;
    }

    #fixed-request button.close {
        font-size: 40px;
        padding: 15px;
    }

    #request_tour button.close {
        font-size: 40px;
        padding: 15px;
    }

    /*kk*/

    .cstm_banner_wrp .cstm_banner_container {

        width: 80%;
    }

    .cstm_banner_wrp .banner_dtl_sec .banner_ttl {
        color: #fff;
        font-size: 1.5rem;
    }

    .cstm_banner_wrp .banner_btn_row .banner_cta_btn {
        font-size: 14px;
        padding: 5px 20px;
    }

    .cstm_banner_wrp .slider-for.locprofile_slider img {
        height: 410px;

    }

    .cstm_banner_wrp::before {

        height: 100%;

    }
    .col-md-12 .load_more_post_by_ajax{
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
       /*prachi css proffestional popup css end  */
    #loc-single-user-regis .user_regis_form_body{
        height: 95vh;
        overflow-y: auto;
    }
    #fixed-request .modal-dialog .modal-content{
        height: auto;
    }
    div#searchpop{
        width: 100%;
    }
    #searchpop .modal-dialog{
        width: auto;
        margin: 0.5rem;
        max-width: 100%;
    }
    .modal .modal-content {
       padding: 0;
    }
    
    .modal-content.mr_select {
        font-size: 18px;
    }
    .search-items_pop li.user-current li ,
    input.form-control {
        font-size: 16px;
    }
    /*  prachi css proffestional popup css end  */
    .cstm_ftr_box .cstm_ftr_list li {
        width: 48%;
    }

    .cstm_slick_items .locprofile_header {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (max-width: 378px) {

    .cstm_banner_wrp .banner_btn_row .banner_cta_btn {
        font-size: 13.5px;
        padding: 5px 15px;
    }
    
}