body {
	color: #707070;
	font-size: 15px;
	line-height: 28px;
	background-color: #fff;
}
body p {
	font-size: 13px;
	line-height: 28px;
}
body, h1, h2, h3, h4, h5, h6, input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div, .numerical-rating .utf_counter_star_rating, body .nav_responsive i.menu-trigger:after {
	font-family:'Nunito', sans-serif;
	text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #323232;
}
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
a:focus {
	outline: none !important;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}
textarea:focus, input:focus {
  border:1px solid #d8d8d8;
}
label {
  display: block;
  margin: 0;
}
.typed-cursor{
	opacity:0 !important;
	display:none;
}
::-webkit-input-placeholder {
color:#888;
opacity:1;
}
:-moz-placeholder {
color:#888;
opacity:1;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color:#888;
opacity:1;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder {color:transparent;}
input:focus:-ms-input-placeholder {color:transparent;}

textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color:transparent;}
textarea:focus::-moz-placeholder {color:transparent;}
textarea:focus:-ms-input-placeholder {color:transparent;}

input::-webkit-input-placeholder {color:#828282;}
input:-moz-placeholder {color:#828282;}
input::-moz-placeholder {color:#828282;}
input:-ms-input-placeholder {color:#828282;}

textarea::-webkit-input-placeholder {color:#828282;}
textarea:-moz-placeholder {color:#828282;}
textarea::-moz-placeholder {color:#828282;}
textarea:-ms-input-placeholder {color:#828282;}

















.hom-bnr-cont h4 span{
	color:#f41766;
	font-weight:bold;
	text-decoration:underline;
}


.pg-add-bnr{
	padding:25px 0px;
}

.pg-add-bnr h1{
    color: #313378;
    font-size: 30px;
	font-weight:bold;
    margin-bottom: 40px;
	text-align:center;
}



.pg-add-bnr h2 {
    font-size: 24px;
    margin-bottom: 50px;
    padding: 0px 25px;
	color:#626a70;
	text-align:center;
}



.pg-add-bnr a {
    color: #fff;
    background-color: #ff431e;
    border-radius: 50px;
    padding: 12px 55px;
    border: none;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
	text-align:center;
}



.main_title_3 {
    position: relative;
    border-left: 2px solid #e1e1e1;
    padding-left: 15px;
}

.main_title_3 span {
    width: 2px;
    height: 30px;
    background-color: #004dda;
    position: absolute;
    left: -2px;
    top: 0;
    display: block;
}

.main_title_3 h2, .main_title_3 h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0;
    display: inline-block;
}

.main_title_3 p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}

.main_title_3 a {
    display: inline-block;
    right: 0;
    bottom: 0;
    position: absolute;
}

.main_title_3 a:after {
    font-family: 'ElegantIcons';
    content: "\24";
    font-size: 21px;
    font-size: 1.3125rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 5px;
    margin-left: 4px;
}























.cf-app, .cf-app-box {
    width: 100%;
    position: relative;
}

.cf-app {
    box-shadow: 0 0 24px 0 hsl(0deg 0% 82% / 50%);
}


.cf-app-box {
    padding: 0 0 0 36%;
    height: 190px;
}

.cf-app-mimg {
    width: 36%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}


.cf-app-mimg>img {
    display: block;
    width: 154px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: -36px;
    z-index: 1;
}

.cf-app-box .roundbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36%;
    height: 100%;
    overflow: hidden;
    content: "";
}

.cf-app-box .roundbox:before {
    width: 240px;
    height: 240px;
    background: rgba(22,190,195,.8);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -120px;
    bottom: -45px;
}



.cf-app-box .roundbox:after {
    width: 100px;
    height: 100px;
    background: rgba(247,145,0,.8);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 60%;
    bottom: -30px;
}


.cf-app-box>a.cf-orng-bg {
    display: block;
    width: 100%;
    padding: 25px 15px 19px;
    position: relative;
}

.cf-app-box>a.cf-orng-bg .dwnAps {
    margin: 0 0 15px;
    font-size: 30px;
    color: #333;
}


.cf-app-box>a.cf-orng-bg .dwnApsB {
    margin: 0;
    font-size: 20px;
    color: #f79100;
}


.cf-app-box .cf-app-btn {
    width: 100%;
    padding: 20px 15px;
    height: 81px;
}

.cf-app-box .cf-app-btn ul {
    list-style: none;
    width: 100%;
    margin: 0;
    float: left;
}


.cf-app-box .cf-app-btn ul li {
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 10px;
}


.cf-app-box .cf-app-btn ul li:last-child {
    margin-right: 0;
}

.cf-appbtn {
    width: 144px;
    height: auto;
    padding: 5px 0 5px 8px;
    border: 1px solid #333;
    background: #333;
    border-radius: 2px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
    transition: all .3s ease;
}

.cf-appbtn:hover {
    border: 1px solid #555;
    background: #555;
    transition: all .3s ease;
}


.cf-appbtn>svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    float: left;
    position: relative;
    top: 3px;
}

.cf-appbtn>small {
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #ccc;
    margin-left: 34px;
}

.cf-appbtn>span {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin-left: 34px;
    font-family: Roboto-Regular,sans-serif;
}
.reviewscapital
    {
        border: 5px solid rgba(0, 0, 0, 0.06);
        border-radius: 15px;
        height: 100px;
        width: 100px;
        font-size: 35px;
        padding: 5px 15px 5px 15px;
        text-transform: capitalize;    
    }
    #small-dialog .mfp-close, #enqiryforpopen, .mfp-close, .mfp-close:hover {
        color: #fff;
    }
    #enqiryforpopen .mfp-close, #small-dialog .mfp-close {
        color: #ff2222;
        background-color:#fff;
        border-radius: 30px;
        top: 20px;
        right: 20px;
        width: 34px;
        height: 34px;
    }
    #enqiryforpopen .mfp-close:hover, #small-dialog .mfp-close:hover {
        color: #666;
        transform: rotate(0);
        background-color: #e4e4e4 !important;
    }
    #enqiryforpopen .mfp-close::after, #enqiryforpopen .mfp-close::before, #small-dialog .mfp-close::after, #small-dialog .mfp-close::before {
        top: 0px;
        height: 9px;
        font-size: 21px;
        transition: 0s;
    }
    #enqiryforpopen, #small-dialog {
        background: #ffffff;
        padding:30px 20px;
        padding-top: 0;
        text-align: left;
        max-width: 400px;
        margin: 20px auto;
        position: relative;
        box-sizing: border-box;
        border-radius: 4px;
    }
    #enqiryforpopen {
        max-width: 450px;
    }
    #enqiryforpopen span.line, #small-dialog span.line {
        padding-top: 0;
    }
    @media (max-width: 767px) {
        #enqiryforpopen .mfp-close::after, #enqiryforpopen .mfp-close::before, #small-dialog .mfp-close::after, #small-dialog .mfp-close::before {
            top: 3px;	
        }
        #enqiryforpopen, #small-dialog {
            background: #fff;
            padding: 30px;
            padding-top: 0;
        }
        #enqiryforpopen .mfp-close, #small-dialog .mfp-close {
            top: 15px;
            right: 20px;
            width: 40px;
            height: 40px;
        }
        #enqiryforpopen, #small-dialog {
            max-width: 90vw;
        }
    }







    #small-dialog .mfp-close, #usersectionEnquiryformmodel, .mfp-close, .mfp-close:hover {
        color: #fff;
    }
    #usersectionEnquiryformmodel .mfp-close, #small-dialog .mfp-close {
        color: #ff2222;
        background-color:#fff;
        border-radius: 30px;
        top: 20px;
        right: 20px;
        width: 34px;
        height: 34px;
    }
    #usersectionEnquiryformmodel .mfp-close:hover, #small-dialog .mfp-close:hover {
        color: #666;
        transform: rotate(0);
        background-color: #e4e4e4 !important;
    }
    #usersectionEnquiryformmodel .mfp-close::after, #usersectionEnquiryformmodel .mfp-close::before, #small-dialog .mfp-close::after, #small-dialog .mfp-close::before {
        top: 0px;
        height: 9px;
        font-size: 21px;
        transition: 0s;
    }
    #usersectionEnquiryformmodel, #small-dialog {
        background: #ffffff;
        padding:30px 20px;
        padding-top: 0;
        text-align: left;
        max-width: 400px;
        margin: 20px auto;
        position: relative;
        box-sizing: border-box;
        border-radius: 4px;
    }
    #usersectionEnquiryformmodel {
        max-width: 450px;
    }
    #usersectionEnquiryformmodel span.line, #small-dialog span.line {
        padding-top: 0;
    }
    @media (max-width: 767px) {
        #usersectionEnquiryformmodel .mfp-close::after, #usersectionEnquiryformmodel .mfp-close::before, #small-dialog .mfp-close::after, #small-dialog .mfp-close::before {
            top: 3px;	
        }
        #usersectionEnquiryformmodel, #small-dialog {
            background: #fff;
            padding: 30px;
            padding-top: 0;
        }
        #usersectionEnquiryformmodel .mfp-close, #small-dialog .mfp-close {
            top: 15px;
            right: 20px;
            width: 40px;
            height: 40px;
        }
        #usersectionEnquiryformmodel, #small-dialog {
            max-width: 90vw;
        }
    }
#usersectionEnquiryformmodel_success_eroor_login
    {
        color: red;
        text-align: center;
        font-weight: bold;
        font-family: monospace;
        font-size: 20px;
        display: none;
        text-transform: capitalize;
    }
#usersectionEnquiryformmodel_thankyou_image
    {
        width: 100%;
        display: none;
    }




























footer {
    background-color: #f1f2f4;
    border-top: 1px solid #d0d0d0;
}

.footer-main {
    padding: 0 0 10px;
    position: relative;
    width: 100%;
}

.footer-main > div {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding-bottom: 12px;
}

.footer-main > div:after {
    clear: both;
    content: '';
    display: table;
}

.footer-main {
    padding: 0 0 10px;
    position: relative;
    width: 100%;
}

.footer-bottom span {
    margin-top: 7px;
    color: #84847a;
    float: left;
    font-size: 12px;
}




.footer-main h4 {
    font-family: inherit;
    line-height: normal;
    margin: 13px 0 9px;
    text-rendering: inherit;
    color: #343434;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-main ul {
    list-style: outside none none;
    margin: 0 -7px;
    padding: 0;
}

.footer-main ul li {
    float: left;
    line-height: 17px;
}

.footer-main a {
    color: #84847a;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0 3px;
    padding: 3px 5px;
    text-decoration: none;
}

.footer-main a:hover {
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0 3px;
    padding: 3px 5px;
    text-decoration: none;
}

.footer-bottom {
    margin-bottom: 10px;
}

.apus-footer {
    background: #f1f2f4;
    padding: 0;
    color: #899bb3;
    font-size: 15px;
    overflow: hidden;
    margin: 0px 0 -25px 0px;
}

.add-button-set-inner-new {padding: 8px;
    margin: 10px 0 0 0;}
#success_eroor
    {
        color: #ffa722;
        text-align: center;
        font-weight: 500;
        margin-top: -20px;
        margin-bottom: -13px;
    }
#success_eroor_login
    {
        color: #ffa722;
        text-align: center;
        font-weight: 500;
        margin-top: -20px;
        margin-bottom: -13px;
    }
.nhparagraph_1
	{
		overflow: hidden;
		display: -webkit-box  !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		width: 100%;
	}
.nhparagraph_2
	{
		overflow: hidden;
		display: -webkit-box  !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		width: 100%;
	}
.nhparagraph_3
	{
		overflow: hidden;
		display: -webkit-box  !important;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		width: 100%;
	}
.nhparagraph_4
	{
		overflow: hidden;
		display: -webkit-box  !important;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		width: 100%;
	}
#country-list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
    z-index: 11199;
    position: relative;
    cursor: pointer;
}
.margin_bottom_none_self
    {
        margin-bottom: 0px !important;
    }
.table_button_self
    {
        width: 100%;
        margin-bottom:20px !important;
    }
.send_enq_clk_self
    {
        border: none;
        padding: 5px 10px 5px 10px !important;
        background-color: #ff2222;
        color: #fff;
        font-family: 'FontAwesome';
        border-radius: 4px;
    }
.show_phn_clk_self
    {
        border: none;
        padding: 5px 10px 5px 10px !important;
        background-color: #ff2222;
        color: #fff;
        font-family: 'FontAwesome';
        border-radius: 4px;
    }
.send_enq_clk_self:hover, .show_phn_clk_self
    {
        color: #fff !important;
    }
.cities_action
    {
        text-align: end;
    }
.cities_action a
    {
        color: red !important;
    }
.cursor-pointer-none
    {
        cursor: none !important;
    }
.nhlistinh-h3
    {
        color: #333;
        font-weight: 500;
        margin: 0;
        line-height: 30px;
        font-size: 20px;
        bottom: 2px;
        position: relative;
    }
.tablebtnnh_hover:hover
    {
        color: #fff;;
    }
.tablebtnnh_enq
    {
        background: #ff2222 !important;
    }
.nh_featured_bg_green
    {
        background: green;
        position: absolute;
        width: 100%;
        color: #fff;
        padding-left: 10px;
    }
.nh_verify_bg_orange
    {
        background: #FF8F38;
        position: absolute;
        width: 100%;
        color: #fff;
        padding-left: 10px;
    }
/* Contact rehabs Enquiry form Start*/
#small-dialog .mfp-close, #showphone_modelform .mfp-close, #showemail_modelform .mfp-close, #enqsection_rehabmodel .mfp-close, #contactrehabgetdetails, .mfp-close, .mfp-close:hover {
    color: #fff;
}
#contactrehabgetdetails .mfp-close, #showphone_modelform .mfp-close, #showemail_modelform .mfp-close, #small-dialog .mfp-close,#enqsection_rehabmodel .mfp-close {
    color: #ff2222;
    background-color:#fff;
    border-radius: 30px;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
}
#contactrehabgetdetails .mfp-close:hover, #showphone_modelform .mfp-close:hover, #showemail_modelform .mfp-close:hover, #small-dialog .mfp-close:hover, #enqsection_rehabmodel .mfp-close:hover {
    color: #666;
    transform: rotate(0);
    background-color: #e4e4e4 !important;
}
#contactrehabgetdetails .mfp-close::after, #contactrehabgetdetails .mfp-close::before, #small-dialog .mfp-close::after, #small-dialog .mfp-close::before, #enqsection_rehabmodel .mfp-close::after, #enqsection_rehabmodel .mfp-close::before, #showphone_modelform .mfp-close::after, #showphone_modelform .mfp-close::before, #showemail_modelform .mfp-close::after, #showemail_modelform .mfp-close::before {
    top: 0px;
    height: 9px;
    font-size: 21px;
    transition: 0s;
}
#contactrehabgetdetails, #small-dialog, #enqsection_rehabmodel, #showphone_modelform, #showemail_modelform {
    background: #ffffff;
    padding:30px 20px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}
#contactrehabgetdetails,#enqsection_rehabmodel, #showphone_modelform, #showemail_modelform {
    max-width: 450px;
}
#contactrehabgetdetails span.line, #small-dialog span.line, #enqsection_rehabmodel span.line, #showphone_modelform  span.line,  #showemail_modelform  span.line{
    padding-top: 0;
}
@media (max-width: 767px) {
    #contactrehabgetdetails .mfp-close::after, #enqsection_rehabmodel .mfp-close::after, #showphone_modelform .mfp-close::after, #contactrehabgetdetails .mfp-close::before, #small-dialog .mfp-close::after, #small-dialog .mfp-close::before, #enqsection_rehabmodel .mfp-close::after, #enqsection_rehabmodel .mfp-close::before, #showemail_modelform .mfp-close::after, #showemail_modelform .mfp-close::before {
        top: 3px;	
    }
    #contactrehabgetdetails, #small-dialog, #enqsection_rehabmodel,#showphone_modelform, #showemail_modelform {
        background: #fff;
        padding: 30px;
        padding-top: 0;
    }
    #contactrehabgetdetails .mfp-close, #small-dialog .mfp-close, #enqsection_rehabmodel .mfp-close, #showphone_modelform .mfp-close,  #showemail_modelform .mfp-close{
        top: 15px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    #contactrehabgetdetails, #small-dialog, #enqsection_rehabmodel, #showphone_modelform, #showemail_modelform {
        max-width: 90vw;
    }
}
#contactrehabgetdetails_success_eroor_login
{
    color: red;
    text-align: center;
    font-weight: bold;
    font-family: monospace;
    font-size: 20px;
    display: none;
    text-transform: capitalize;
}
#contactrehabgetdetails_thankyou_image
{
    width: 100%;
    display: none;
}
/* Contact rehabs Enquiry form  End*/
.nh_errorrfrm
    {
        text-align: center;
        display: block;
        color: red;
        font-weight: bold;
    }
.btnresendotpnh_class
    {
        text-align: right;display: inline-block;width: 100%;
    }
.adsbanner
    {
        padding: 10px;
    }
.nhratingspanhide .star
    {
        display: none;
    }
    .utf_listing_item-container.compact .utf_star_rating_section_cotact {
        padding: 15px;
        z-index: 99999;
        position: absolute;
        background: #fff;
        width: auto;
        bottom: -25px;
        left: 20px;
        right: 20px;
        border-radius: 4px;
        box-shadow: 0 1px 8px 0 rgb(0 0 0 / 10%);
    }
    .utf_listing_item-container .utf_star_rating_section_cotact {
        padding: 15px;
        z-index: 99999;
        position: absolute;
        background: #fff;
        width: auto;
        bottom: -25px;
        left: 20px;
        right: 20px;
        border-radius: 4px;
        box-shadow: 0 1px 8px 0 rgb(0 0 0 / 10%);
    }
    .utf_star_rating_section_cotact {
        display: block;
        font-size: 15px;
    }
.utf_listing_item_content .mini_nh_h3
    {
        color: #fff;
        font-size: 20px;
        bottom: 2px;
        position: relative;
        font-weight: 400;
        margin: 0;
        line-height: 30px;
    }
.minilisting_pb
    {
        padding-bottom: 42px;
    }
#livesearch
    {
        border: 1px solid rgb(165, 172, 178);
        background: #fff;
        width: 100%;
        padding-left: 10px;
        z-index: 9999999;
        position: relative;
        top: 14px;
        left: -28px;
        max-height: 296px;
        overflow: auto;
        border-bottom: none!important;
    
    }
.centered_content p {
    padding: 0px 105px;
    text-align: justify;
}
@media only screen and (max-width: 425px) {
    #livesearch 
        {
            border: none !important;
            top: 0px;
            left: 0px;
        }
    .centered_content p {
            padding: 0px 22px;
            text-align: justify;
        }
    }
.d-none{
    display: none!important;
}
.btnresendotp{
    border: none;
    background: no-repeat;
    position: relative;
    top: -15px;
}

#utf_listing_gallery_part {
  width: 100%;
  height: auto;
}

#utf_listing_gallery_part img#coverImage {
  width: 100%;
  height: auto;
  display: block;
}
/* single rehabs alert bottom show  */
/* ========== GLOBAL STYLE ========== */
.business-bottom-bar {
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
  border-top: 2px solid #007bff;
  transition: bottom 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  z-index: 9999;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.business-bottom-bar.show {
  bottom: 0;
  opacity: 1;
}

.business-bar-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 12px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* ========== LEFT SECTION ========== */
.biz-info {
  display: flex;
  flex-direction: column;
}

.biz-name {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.biz-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  font-size: 13px;
  color: #555;
}

.rating {
  background: #4caf50;
  color: #fff;
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 600;
}

.claimed {
  color: #007bff;
  font-weight: 500;
}

/* ========== RIGHT BUTTONS ========== */
.business-right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 76px;
}

.biz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}

.biz-btn i {
  font-size: 15px;
}

.biz-btn.call {
  background: #28a745;
  color: #fff;
}

.biz-btn.call:hover {
  background: #218838;
}

.biz-btn.enquire {
  background: #007bff;
  color: #fff;
}

.biz-btn.enquire:hover {
  background: #0069d9;
}

.biz-btn.whatsapp {
  background: #fff;
  border: 1.5px solid #25d366;
  color: #25d366;
}

.biz-btn.whatsapp:hover {
  background: #25d366;
  color: #fff;
}

/* ========== TABLET RESPONSIVE ========== */
@media (max-width: 991px) {
  .business-bar-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }

  .biz-info {
    margin-bottom: 10px;
  }

  .biz-name {
    font-size: 17px;
  }

  .biz-meta {
    justify-content: center;
  }

  .business-right {
    justify-content: center;
    width: 100%;
  }

  .biz-btn {
    flex: 1 1 32%;
    padding: 10px 8px;
    font-size: 13px;
  }
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 600px) {
  .business-bar-container {
    padding: 10px 12px;
  }

  .biz-name {
    font-size: 16px;
  }

  .biz-btn {
    flex: 1 1 100%;
    padding: 12px 0;
    font-size: 14px;
  }

  .business-right {
    flex-direction: column;
    gap: 8px;
  }

  .biz-meta {
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
  }
}
#noMoreData {color: red; margin-top: 10px; display: none;}
#city_suggestions a{
    border: solid 1px #ccc;
    margin: 5px;
    padding: 1px 8px;
    position: relative;
    float: left;
}
#city_suggestions{
    display: inline-block;
}
#selected_cities span{
    margin-right: 11px;
    color: #fff;
    background-color: #008cff !important;
    gap: .25rem !important;
    padding: .5rem !important;
    align-items: center !important;
    border-radius: 10px;
}
#selected_cities .btn-close {
        background: none;
    border: none;
    color: #fff;
    font-weight: bold;
}