* {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
}

:root {
    --black: #000;
    --blue: #0047ae;
    --white: #ffffff;
    --yellow: #FECC4E;
    --text-blue: #0F4EAA;
    --green: #00A753;
    --text-black: #292929;
    --bg-light-blue: #F8F8FE;
    --footer-text: #707070;
    --font-default: 'Poppins', sans-serif;
}

body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
}

.dermatologists-box p {
    color: #737373 !important;
}

.dermatologists-box p.fw-bold {
    color: #272626 !important;
}

.dermatologists-box1 {
    position: relative;

}

.right-img {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* .container{
        max-width: 1250px!important;
    } */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
span {
    font-family: "Roboto", sans-serif;
}

.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

body {
    background-color: #F6FBFF !important;
}

.commuction-box1 {
    background-image: url(../home-bg/call_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.commuction-box2 {
    background-image: url(../home-bg/location_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.video-slider .item-video {
    height: 250px;
}

.video-slider .owl-video-wrapper {
    height: 100% !important;
    border-radius: 15px;
}

p.doc-teg {
    font-size: 12px;
    color: #0B6B3A;
    background: #DFF3E9;
    padding: 5px 10px;
    border-radius: 5px;
}

a.view-btn.btn {
    color: #fff;
    background: #018C94;
    padding: 8px 20px;
    max-width: 300px !important;
    width: 100%;
    border-radius: 10px;
}

.dermatologists-box {
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px #0000001A;
}

a.view-btn1 {
    color: #fff;
    background: #018C94;
    padding: 5px 20px;
    max-width: 300px !important;
}

.post-box {
    border-radius: 15px;
}

.form-box-1 {
    background-image: url(../home-bg/form-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #018C94;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #018C94 !important;

}

.accordion-item {
    margin-bottom: 15px;
}

.menu-section {
    background-color: #018C94;
}

.links-btn {
    display: inline-block;
    background: #018C94;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}

.get-call-section {
    background: linear-gradient(to bottom, #F6FBFF 50%, #018C94 50%);
}

.accordion-item,
button.accordion-button.collapsed {
    border-radius: 10px !important;
}

.accordion-item .accordion-button {
    border-radius: 10px 10px 0 0 !important;
}

.popup-search .btn-outline-success {
    border: 0;
    position: absolute;
    right: 25px;
}

.btn-outline-success:hover {
    color: #000;
    background-color: transparent;
    border: 0
}

.location-box {
    display: flex;
    justify-content: center;
    border: 1px solid #0707078f;
    padding: 15px 0px;
    border-radius: 10px;
    height: 100px;
    width: auto;
}

.location-box img {
    height: 65px;
    width: auto;
}

.location-btn a {
    color: #070707;
    font-size: 15px;
    border: 1px solid #070707;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
}

.location-btn a:hover {
    background-color: #018C94;
    color: #fff;
    border-color: #fff;
}

.btn-close {
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 25px;
    background-color: #018C94;
}

.modal-content {
    border-radius: 10px;
}

.input-mobile-img {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 9px;
    transform: translate(0%, -50%);
}

.input-group-text {
    color: #fff;
    background-color: #018C94;
    border: 1px solid #018C94;
    border-radius: 10px;
}

.copyright-text {
    font-size: 15px;
}

.popup-call-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #018C94;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.popup-call-box img {
    height: 30px;
    width: 30px;
    padding: 5px;
    background: #fff;
    margin-right: 10PX;
    border-radius: 50%;
}

.popup-call-box:hover {
    background: #DFF3E9;
    color: #070707;
}

a.view-btn.btn:hover,
a.view-btn1:hover,
a.view-btn2:hover {
    background-color: #DCF0F1 !important;
    color: #000 !important;
}

.short-list-box {
    background-color: #CFEAEB;
    border-radius: 10px;
}

.location-btn p {
    display: inline-block;
    padding: 10px 25px;
    box-shadow: 0px 0px 4px 0px #0000004f;
    border-radius: 6px;
    background-color: #fff;
}

.search-list-box {
    padding: 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 5px 10px 0px #0000001A;

}

p.distance-box {
    color: #018C94;
    background: #DDEDEE;
    padding: 5px;
    border-radius: 4px;
}

.time-box {
    background: #F7F7F7;
    padding: 10px;
    border-radius: 4px;
}

.share-point {
    background: #018C94;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 50%;
}

a.list-profile-btn {
    padding: 10px 20px;
    border: 1px solid #018C94;
    color: #018C94;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

a.list-profile-btn:hover {
    background-color: #018C94;
    color: #fff;
}

.list-profile-btns {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 10px;

}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    cursor: pointer;
}

p.rating-box {
    position: absolute;
    right: 15px;
    top: 0;
    background: #40A944;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}

h4.profile-service-heading {
    color: #fff;
    background: #018C94;
    padding: 5px 20px;
    border-radius: 6px;
}

.servics-sub-headind {
    color: #fff;
    background: #018C94;
    padding: 5px 20px;
    border-radius: 6px;
    display: inline-block;
}

.dermatologist-box {
    background-color: #018C94;
    border: 9px solid #06A0A9;
    padding: 10px;
    border-radius: 100px;
}

.logo-img {
    background: #EAFAF2;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 12%;
}

.logo-img img {
    height: 36px;
    width: 100%;
}

a.view-btn1.btn {
    color: #272626;
    background: #DFF3E9;
    padding: 5px 20px;
    max-width: 300px !important;
    width: 100%;
    font-size: 12px;
}

.rounded-6 {
    border-radius: 10px;
}

a.view-btn2.btn {
    color: #fff;
    background: #018C94;
    padding: 7px 20px;
    max-width: 300px !important;
    border-radius: 10px;
}

.top-doctor-heading {
    font-size: 18px;
    margin-bottom: 5px;
}

button.btn.bg-white:hover {
    background: #018C94 !important;
    color: #fff !important;
}

.gallery-thumb.active {
    border: 2px solid #007bff;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hover-img {
    display: none;
}

/* .booter-mobile-img:hover .hover-img{
    display: block;
}
.booter-mobile-img:hover .main-img{
    display: none;
} */
.social-media-link:hover .hover-img {
    display: block;
}

.social-media-link:hover .main-img {
    display: none;
}

/*-----------------------------------------------------------Responsive pages-------------------------------------------------------------------*/

@media (max-width: 768px) {

    .list-profile-btns {
        position: inherit;
    }

    a.list-profile-btn {
        width: 100%;
        display: block;
        margin: 10px;
    }

    p.rating-box {
        position: inherit;
        display: inline-block;
        margin-bottom: 10px;
    }

    .logo-img {
        width: 100%;
    }

    p.change-btn {
        color: #155DFC;
        top: 5px;
        right: 20px;
    }

    section.location-section {
        background: #FFF6D9;
    }

    .owl-carousel .owl-item img {
        border-radius: 10px;
    }

    .commuction-box2 h4,
    .commuction-box2 p,
    .commuction-box1 h4,
    .commuction-box1 p {
        font-size: 12px;

    }

    .commuction-box2 img,
    .commuction-box1 img {
        width: 70px
    }

    .container-box a {
        width: auto;
        text-align: end;
        font-size: 16px;

    }

    a.view-btn.btn {
        font-size: 14px;
        background-color: #0366b1;
    }

    h3 {
        font-size: 20px;
    }

    .booter-mobile-img {
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    section.mobile-footer {
        padding: 10px;
        box-shadow: 0px 0px 6px 0px #07070721;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

    .booter-mobile-img:hover {
        background-color: #018C94;
    }

    .booter-mobile-img:active {
        background-color: #018C94;
    }

    .mobile-logo {
        max-width: 145px;
    }

    .location-content {
        font-size: 13px;
    }

    .condition-box-1 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .booter-mobile-img:hover a {
        padding: 7px;
        background: #018C94;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .yello-box-text {
        font-size: 13px;
        font-weight: 400;
    }

    input.form-control.px-4 {
        font-size: 13px;
    }

    span#basic-addon2 {
        font-size: 13px;
    }

    .dEGWbn {
        background: #fff !important;
        border-radius: 10px !important;
    }

    .post-box img {
        border-radius: 10px;
    }

    .post-box .sub-heading {
        font-size: 13px;
    }

    .video-slider .item-video {
        height: 170px;
    }

    .search-section .input-group-text {
        color: #070707;
        background-color: transparent;
        border: 0;
        border-radius: 10px;
        background: #fff;
        font-size: 13px;
    }

    .search-section input.form-control {
        font-size: 13px;
        border: 0;
        border-radius: 10px;
    }

    /* choose location mobile page css*/

    .back-arrow-box {
        background: #DFF3E9;
        border-radius: 10px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;

    }

    .backtext-box p {
        margin-top: 5px;
    }

    .mobile-font {
        font-size: 14px;
        color: #07070799;


    }

    .mobile-font1 {
        font-size: 12px;
        color: #07070799;


    }

    .corrent-location-box {
        padding: 12px 20px;
        background: #fff;
        border-radius: 10px;
    }

    .city-btn {
        font-size: 14px;
        color: #0B6B3A;
        background: #DFF3E9;
        padding: 7px 10px;
        border-radius: 5px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal.footer-model.show .modal-dialog {
        transform: none;
        position: fixed;
        width: 100%;
        bottom: -5px;
        margin: 0;
    }

    .call-btn-mobile {
        display: flex;
        align-items: center;
        padding: 20px;
        background: #DFF3E9;
        color: #0B6B3A;
        margin: 20px;
        border-radius: 15px;
    }

    .call-btn-mobile p {
        color: #0B6B3A;
    }

    .call-btn-mobile:hover {
        background: #0366b1;
        color: #fff;
    }

    .call-btn-mobile:hover p {
        color: #fff;
    }

    .call-icone-mb-box {
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        background: #fff;
        border-radius: 50%;
        padding: 5px;
    }

    .footer-model .modal-content {
        border-radius: 30px 30px 0 0;
    }

    .btn-close1 {
        border-radius: 0;
        position: absolute;
        right: 37%;
        top: 15px;
        background-color: #07070712;
        transform: translate(-50%, 0%);
        height: 3px;
        width: 50px;
        border-radius: 10px;
    }

    /* start hidden below the screen */
    .modal.fade .modal-dialog {
        transform: translateY(120px);
        transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
        opacity: 0;
    }

    /* when modal is opened (centered) */
    .modal.show .modal-dialog {
        transform: translateY(0);
        opacity: 1;
    }

    /* class to animate dialog sliding down to bottom for close */
    .modal-dialog.slide-down {
        transform: translateY(120px) !important;
        opacity: 0 !important;
    }

    .input-group-text.search-page {
        color: #070707;
        background-color: #fff;
        border: 0;
        border-radius: 10px;
    }

    input.form-control {
        border: 0;
    }

    section.mobile-doctor-profile {
        border-top: 1px solid #0b6b3a1a;
        border-bottom: 1px solid #0b6b3a1a;
    }

    p.counter-num {
        color: #0d6efd;
        font-weight: 700;
        font-size: 18px;
    }

    .single-profile-counter {
        border-bottom: 1px solid #0b6b3a1a;
    }

    .map-box {
        border-radius: 10px;
        border: 1px solid #0b6b3a1a;
    }

    .services-teg {
        border-radius: 15px;
        color: #184468;
    }

    .scrolling-wrapper {
        overflow-x: auto;
    }

    .search-sort-list-btn {
        background: #fff;
        padding: 5px 10px;
        display: flex;
        justify-content: center;
        border: 1px solid #0707071c;
        border-radius: 15px;

    }

    .search-sort-list-btn:hover {
        background-color: #CFEAEB;

    }

    .search-sort-list-btn:hover .mobile-font {
        color: #184468;

    }

    .search-list-rating {
        position: absolute;
        top: -2px;
        right: 10px;
        max-width: 35px;
    }

    .counter-box1 {
        border: 1px solid #07070740;
        padding: 10px;
        border-radius: 10px;
        background: #fff;
    }

    .treatment-slider-box {
        background-color: #DFF3E9;
    }

    .btn-close {
        position: relative;
        right: auto;
        top: auto;
        background-color: transparent;
    }

    .modal-header.filter .btn-close {
        padding: .5rem .5rem;
        margin: 0;
    }

    .filler-box .modal-content {
        border-radius: 0;
        background: #F6FBFF !important;
    }

    .filler-box .modal-dialog {
        transform: translateY(0);
        opacity: 1;
        margin: 0;
    }

    .form-check {
        padding-left: 0;
    }

    .filter-check-box .form-check-input[type=checkbox] {
        border-radius: 50%;
    }

    .filler-box .form-check {
        padding-left: 0;
        padding: 12px 10px;
        background: #fff;
        margin: 0;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #0707071a;
    }

    .filter-check-box {
        border: 1px solid #07070729;
        border-radius: 10px;
    }

    .availability-box label.btn.btn-primary {
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 15px;
        margin-bottom: 10px;
    }

    .availability-box .btn-primary {
        color: #000;
        background-color: #fff;
        border-color: #0d6efd1f;
    }

    .filler-box .modal-footer {
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-around;
    }

    .filler-box button.btn.btn-primary {
        max-width: 500px;
        border-radius: 10px;
        padding: 10px 25px;
    }

    p.doc-teg {
        font-size: 9px;
        color: #0B6B3A;
        background: #DFF3E9;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .mobile-doctor-profile-page p.doc-teg {
        font-size: 12px;
    }

    select.mobile-font {
        padding: 8px 15px;
        border: 0;
        font-size: 18px;
        border-radius: 15px;
        min-width: 150px;
        width: auto;
    }

    ul#ui-id-1 {
        padding: 10px 0;
        font-size: 12px;
        font-weight: 600;
        border-radius: 0 0 10px 10px;
        left: 12px !important;
        width: 93% !important;
        border-top: 0;
    }

    .ui-menu .ui-menu-item {
        border-bottom: 1px solid #8585853b;
        padding: 3px 10px;
    }

    .form-control:focus {
        box-shadow: 0 !important;
    }

    input#homeSearch:focus {
        box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
    }

    .input-group {
        border: 1px solid #07070730;
        border-radius: 5px;
    }
}

@media (max-width: 365px) {
    p.doc-teg {
        font-size: 10px;

    }

    a.view-btn1.btn {
        font-size: 9px;
    }

    .mobile-font1 {
        font-size: 10px;
    }

    a.view-btn1.btn {
        padding: 5px 9px;
    }
}

@media (max-width: 350px) {
    p.doc-teg {
        font-size: 9px;

    }

    a.view-btn1.btn {
        font-size: 9px;
    }

    .mobile-doctor-profile-page p.doc-teg {
        font-size: 11px;
    }
}

.mobile-site-header {
    background: linear-gradient(135deg, #0c7c84 0%, #0b9aa5 100%);
    box-shadow: 0 10px 28px rgba(5, 58, 63, 0.14);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.mobile-site-header .navbar-brand img {
    max-height: 46px;
}

.mobile-header-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 10px;
}

.mobile-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-location-chip {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    backdrop-filter: blur(10px);
}

.mobile-location-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #fff;
    width: 100%;
}

.mobile-location-chip.compact {
    width: auto;
    min-width: 0;
    padding: 8px 10px;
    gap: 8px;
    border-radius: 14px;
    flex-shrink: 0;
}

.mobile-location-copy {
    min-width: 0;
    flex: 1;
}

.mobile-location-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.72);
    display: block;
    margin-bottom: 2px;
}

.mobile-location-value {
    display: block;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-location-chip.compact .mobile-location-label {
    display: none;
}

.mobile-location-chip.compact .mobile-location-value {
    max-width: 92px;
    font-size: 12px;
}

.mobile-location-edit {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-location-chip.compact .mobile-location-edit {
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

.mobile-location-modal .modal-content {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(4, 43, 47, 0.24);
}

.mobile-location-card {
    background:
        radial-gradient(circle at top right, rgba(11, 154, 165, 0.18), transparent 32%),
        linear-gradient(180deg, #f8fcfc 0%, #ffffff 100%);
}

.mobile-location-top {
    background: linear-gradient(135deg, #0c7c84 0%, #0b9aa5 100%);
    color: #fff;
    text-align: center;
    padding: 24px 20px 74px;
    position: relative;
}

.mobile-location-top h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.mobile-location-top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.mobile-location-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    opacity: 1;
    padding: 10px;
    filter: brightness(0) invert(1);
}

.mobile-location-icon-wrap {
    width: 82px;
    height: 82px;
    margin: 0 auto 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.mobile-location-bottom {
    margin-top: -48px;
    padding: 0 18px 20px;
    position: relative;
    z-index: 1;
}

.mobile-location-panel {
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 14px 40px rgba(14, 51, 56, 0.12);
}

.mobile-discover-search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    border-radius: 16px;
    background: #f7fbfb;
    border: 1px solid #dbecec;
    padding: 0 14px;
    margin-bottom: 14px;
}

.mobile-discover-search-input {
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #153f45;
    padding: 0;
    font-size: 14px;
}

.mobile-discover-search-input:focus {
    background: transparent;
    color: #153f45;
    box-shadow: none;
}

.mobile-discover-search-input::placeholder {
    color: #6f8a8f;
}

.mobile-search-modal .modal-content {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(4, 43, 47, 0.24);
}

.mobile-search-card {
    background:
        radial-gradient(circle at top right, rgba(11, 154, 165, 0.18), transparent 32%),
        linear-gradient(180deg, #f8fcfc 0%, #ffffff 100%);
}

.mobile-search-top {
    background: linear-gradient(135deg, #0c7c84 0%, #0b9aa5 100%);
    color: #fff;
    text-align: center;
    padding: 24px 20px 74px;
    position: relative;
}

.mobile-search-top h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.mobile-search-top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.mobile-search-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    opacity: 1;
    padding: 10px;
    filter: brightness(0) invert(1);
}

.mobile-search-icon-wrap {
    width: 82px;
    height: 82px;
    margin: 0 auto 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.mobile-search-bottom {
    margin-top: -48px;
    padding: 0 18px 20px;
    position: relative;
    z-index: 1;
}

.mobile-search-panel {
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 14px 40px rgba(14, 51, 56, 0.12);
    position: relative;
}

.mobile-search-hint {
    margin-top: 12px;
    color: #5e7b80;
    font-size: 13px;
}

#mobileSearchModal .ui-autocomplete {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-top: 10px;
    z-index: 99999 !important;
    background: #fff;
    border: 1px solid #e1eded;
    border-radius: 18px;
    padding: 0;
    box-shadow: 0 18px 36px rgba(10, 65, 71, 0.16);
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block !important;
}

#mobileSearchModal .ui-autocomplete .ui-menu-item {
    margin: 0;
}

#mobileSearchModal .ui-autocomplete .ui-menu-item-wrapper {
    border: 0;
    border-radius: 0;
    padding: 14px 16px;
    background: #fff;
    border-bottom: 1px solid #edf4f4;
}

#mobileSearchModal .ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
    border-bottom: 0;
}

#mobileSearchModal .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
#mobileSearchModal .ui-autocomplete .ui-menu-item-wrapper:hover {
    background: #f7fbfb;
    color: #0c4e55;
    margin: 0;
}

/* #mobileSearchModal .ui-autocomplete {
    top: 84px !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    z-index: 99999 !important;
    background: #fff;
    border: 1px solid #e1eded;
    border-radius: 18px;
    padding: 0;
    box-shadow: 0 18px 36px rgba(10, 65, 71, 0.16);
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
  } */

/* #mobileSearchModal .ui-autocomplete .ui-menu-item {
    margin: 0;
  }

  #mobileSearchModal .ui-autocomplete .ui-menu-item-wrapper {
    border: 0;
    border-radius: 0;
    padding: 14px 16px;
    background: #fff;
    border-bottom: 1px solid #edf4f4;
  }

  #mobileSearchModal .ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
    border-bottom: 0;
  }

  #mobileSearchModal .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
  #mobileSearchModal .ui-autocomplete .ui-menu-item-wrapper:hover {
    background: #f7fbfb;
    color: #0c4e55;
    margin: 0;
  } */

#mobileSearchModal .search-suggestion-card {
    gap: 10px;
    align-items: center;
}

#mobileSearchModal .search-suggestion-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    box-shadow: none;
}

#mobileSearchModal .search-suggestion-title {
    font-size: 14px;
    margin-bottom: 3px;
}

#mobileSearchModal .search-suggestion-meta {
    font-size: 12px;
}

.mobile-location-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.mobile-location-actions .btn {
    min-height: 46px;
    border-radius: 14px;
    font-weight: 600;
}

.mobile-location-actions .btn-success {
    background: linear-gradient(135deg, #0c7c84 0%, #0b9aa5 100%);
    border: 0;
}

.mobile-location-actions .btn-outline-secondary {
    border-color: #d9e7e8;
    color: #23535a;
}

#mobileLocationFeedback {
    border-radius: 14px;
    padding: 14px 16px;
    text-align: left;
    background: #f7fbfb;
    border: 1px solid #deebed;
    color: #244f55;
    margin-bottom: 14px;
    font-size: 14px;
}

.mobile-location-manual .form-control {
    min-height: 50px;
    border-radius: 14px;
    border: 1px solid #d7e6e7;
    box-shadow: none;
}

.mobile-location-manual .form-control:focus {
    border-color: #0b9aa5;
    box-shadow: 0 0 0 4px rgba(11, 154, 165, 0.12);
}

/* .ui-autocomplete.ui-widget.ui-widget-content.ui-front {
    z-index: 99999 !important;
    background: #fff;
    border: 1px solid #dceaea;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(10, 65, 71, 0.18);
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
  } */

/* .ui-autocomplete .ui-menu-item {
    margin-bottom: 6px;
  }

  .ui-autocomplete .ui-menu-item:last-child {
    margin-bottom: 0;
  }

  .ui-autocomplete .ui-menu-item-wrapper {
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 12px 14px;
    color: #18474d;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    transition: 0.2s ease;
    background: #fff;
  }

  .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
  .ui-autocomplete .ui-menu-item-wrapper:hover {
    background: #f4fbfb;
    border-color: #cfe6e8;
    color: #0c4e55;
    margin: 0;
  } */

.search-suggestion-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.search-suggestion-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0c7c84 0%, #0b9aa5 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 18px rgba(11, 154, 165, 0.18);
}

.search-suggestion-body {
    min-width: 0;
}

.search-suggestion-title {
    font-weight: 700;
    color: #163f45;
    margin-bottom: 2px;
    word-break: break-word;
}

.search-suggestion-meta {
    color: #5d7b80;
    font-size: 12px;
    word-break: break-word;
}

.mobile-search-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.mobile-search-chip {
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #d8e9ea;
    background: #f6fbfb;
    color: #0c636b;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
}

.mobile-search-chip:hover,
.mobile-search-chip:focus {
    border-color: #0c7c84;
    background: #e9f7f8;
    color: #0a5158;
}

.search-suggestion-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.search-suggestion-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef8f8;
    border: 1px solid #d6ebeb;
    color: #0c636b;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.eapps-widget:hover .eapps-widget-toolbar-panel {
    opacity: 1;
    display: none;
}

.banner-text {
    font-size: 5vw;
}

.pointer-text {
    font-size: 3vw;
}

.owl-carousel .owl-item img {
    border-radius: 0px;
}

.dermatologists-box1 {
    border-radius: 22px;
    padding: 18px 16px !important;
    box-shadow: 0 14px 36px rgba(12, 61, 67, 0.08);
    border: 1px solid #e3efef;
    position: relative;
    overflow: hidden;
}

.dermatologists-box1::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(135deg, #0c7c84 0%, #0b9aa5 100%);
}

.dermatologists-box1 h4 {
    font-size: 18px;
    font-weight: 700;
    color: #163f45;
    margin-bottom: 6px;
}

.dermatologists-box1 p {
    color: #5a7278;
    font-size: 13px;
    margin-bottom: 6px;
}

.dermatologists-box1 .right-img img {
    width: 18px;
}

.mobile-doctor-image {
    width: 92px;
    height: 92px;
    border-radius: 20px !important;
    object-fit: cover;
    object-position: top;
    border: 3px solid #eef7f7;
    box-shadow: 0 10px 24px rgba(11, 154, 165, 0.14);
}

.mobile-doctor-rating,
.dermatologists-box1 .col-8 .fw-bold {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f7fbfb;
    border: 1px solid #ddeced;
    border-radius: 999px;
    padding: 5px 10px;
    color: #0c636b !important;
    font-weight: 700;
    font-size: 12px !important;
}

.mobile-doctor-meta {
    background: #f8fbfb;
    border: 1px solid #e1eded;
    border-radius: 16px;
    padding: 12px 14px;
}

.mobile-doctor-meta p:last-child {
    margin-bottom: 0;
}

.mobile-doctor-location,
.dermatologists-box1 .col-12.border-end.border-2 .fw-bold {
    color: #163f45 !important;
    font-weight: 700;
    text-transform: capitalize;
}

.dermatologists-box1 .col-12.border-end.border-2 {
    background: #f8fbfb;
    border: 1px solid #e1eded !important;
    border-radius: 16px;
    padding: 12px 14px;
}

.dermatologists-box1 .row.mt-3 {
    align-items: stretch;
}

.mobile-doctor-actions .view-btn {
    min-height: 44px;
    border-radius: 14px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.mobile-doctor-actions .view-btn:not(.call-btn) {
    background: linear-gradient(135deg, #0c7c84 0%, #0b9aa5 100%);
    color: #fff;
    border: 0;
}

.mobile-doctor-actions .call-btn,
.dermatologists-box1 a[href^="tel:"] {
    background: #f7fbfb;
    border: 1px solid #d8e9ea;
    color: #0c636b;
}

.dermatologists-box1 a.view-btn {
    min-height: 44px;
    border-radius: 14px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.dermatologists-box1 .col-6:first-child .view-btn {
    background: linear-gradient(135deg, #0c7c84 0%, #0b9aa5 100%);
    color: #fff;
    border: 0;
}