@tailwind base;
@tailwind components;
@tailwind utilities;


@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://example.com/path-to-shink-font.css');


* {
    font-family: Montserrat !important;
}


.specialities-section-one {
    background-color: #ffffff;
    margin: 0;
}

.bg-color {
    background-image: url(../images/homes/exlopre.jpg);
    background-attachment: fixed;
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.specialities-section-one {
    width: auto;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

/* Explore section  */
.Explore-section {
    padding: 80px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.exp-bg-img img {
    position: absolute;
    max-width: 420px;
    top: -41px;
    rotate: 71deg;
    left: -59px;
    bottom: 0;
}

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.section-header-one {
    margin-bottom: 40px;
    text-align: center;
}

.section-header-one .section-title {
    display: inline-block;
    position: relative;
}

.section-title {
    font-family:'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 42px ;
    color: #272b41!important;
}

.color-pink {
    color: #fc9fbc !important;
    text-decoration: none !important;
}

.pink-bg {
    background-color: #fc9fbc !important;
}

.section-subtitle {
    font-size: 22px !important;
    font-family: 'Style Script', cursive !important;
    text-align: center !important;
}

.section-header-one p {
    color: #6B7280 !important;
    font-size: 18px ;
    font-family: "Montserrat", serif !important;
    text-align: center !important;
}

.explore-box.flex-fill {
    position: relative;
}

.explore-box span {
    border: 1px solid #fb90b1;
    box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);

    border-radius: 6px;
    display: flex;
    text-align: center;
    background-color: #fb90b1;

    align-items: center;
    justify-content: center;
    height: 300px;
}

.explore-box span img {
    max-width: 130px;
}

.explore-box span img {
    padding-bottom: 40px;
}

.explore-box:hover .cont-hide {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.explore-box.flex-fill {
    position: relative;
}

.explore-heading {
    bottom: 0;
    text-align: center;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    background-color: white;
    padding: 4px 0;
}

.explore-heading h3 {
    font-family: Montserrat !important;
    font-size: 16px;
    line-height: 30px;
    color: #272b41 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.explore_main a:hover {
    color: #fc9fbc;
    transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
}

.cont-hide {
    position: absolute;
    bottom: 8px;
    padding: 25px 16px;
    text-align: center;
    color: black;
    background-color: #fbf2ed;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    top: 0;
    z-index: 1;
    border: 1px solid #fc9fbc;
    border-radius: 6px;
}

.cont-hide .cont-hide-head {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #272b41 !important;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.cont-hide .cont-hide-para {
    font-size: 14px !important;
    margin-bottom: 16px !important;
}

.cont-hide button {
    text-decoration: none;
    border: none;
    background-color: #fc9fbc;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.4s ease;
}

.cont-hide h3 {
    font-size: 18px !important;
}

.cont-hide p {
    font-size: 15px !important;
}

@media (min-width: 992px) {
    .col-lg-3 {
        /* flex: 0 0 auto; */
        width: 212px !important;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-4>* {
        /* flex: 0 0 auto; */
        /* width: 25% !important; */
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
}

.Explore-section {
    padding: 80px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.explore_main a {
    text-decoration: none !important;
}

.explore_main {
    width: 200px !important;
}

/* .service-sec-one {
    display: flex;
    justify-content: center;
    width: 100%;
} */

/* login page */
.login-header {
    margin-bottom: 20px;
}

.login-header h3 {
    font-size: 18px;
    margin-bottom: 3px;
    color: #272b41;
}

/* .top-space {
    padding-top: 140px;
  }
   */
.account-page .content.top-space {
    padding-top: 140px;
}

.account-content img {
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .login-left {
        display: none;
    }
}

.login-header {
    margin-bottom: 20px;
}

.login-header p {
    margin-bottom: 0;
}

.login-header h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

@media (max-width: 479.98px) {
    .login-header h3 {
        text-align: center;
    }
}

.login-header h3 a {
    color: #fc9fbc;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}

@media (max-width: 479.98px) {
    .login-header h3 a {
        color: #fc9fbc;
        float: none;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        display: block;
    }
}

.login-header .logo-icon {
    text-align: center;
    margin: 40px auto 20px;
}

.login-header .form-focus .focus-label {
    top: -6px;
    color: #585858;
}

.passcode-wrap.form-focus .focus-label {
    top: -8px;
}

.form-focus {
    height: 50px;
    position: relative;
}

.form-focus .focus-label {
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    transform: translate3d(0, 22px, 0) scale(1);
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transition: 240ms;
    -ms-transition: 240ms;
    transition: 240ms;
    z-index: 1;
    color: #b8b8b8;
    margin-bottom: 0;
    position: absolute;
    top: -22px;
    left: 12px;
}

.form-focus.focused .focus-label {
    opacity: 1;
    top: -18px;
    font-size: 12px;
    z-index: 1;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-focus .form-control {
    height: 50px;
    padding: 21px 12px 6px;
}

.form-focus .form-control:focus~.focus-label,
.form-focus .form-control:-webkit-autofill~.focus-label {
    opacity: 1;
    font-weight: 400;
    top: -18px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .form-control::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 240ms;
    -ms-transition: 240ms;
    transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -20px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 50px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #cccccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    margin-left: -10px;
    margin-top: -2px;
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e3e3e3;
    border-width: 0 6px 6px;
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fc6075;
}

.form-control {
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 20px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form-control::placeholder {
    font-size: 14px;
}

.form-control::placeholder {
    font-weight: 500;
    color: #9E9E9E;
}

.form-control {
    resize: none;
    min-height: 100px;
}

.form-control::-webkit-input-placeholder {
    color: #64748B;
    opacity: 1;
}

.form-focus .form-control {
    height: 50px;
    padding: 21px 12px 6px;
}

.form-control {
    border-color: #E2E8F0;
    color: #333333;
    font-size: 15px;
    min-height: 46px;
    /* padding: 11px 15px; */
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-right {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 25px;
}

.form-focus .focus-label span {
    color: #F0142F;
}

.login-header .form-focus .focus-label {
    top: -6px;
    color: #585858;
}

.forgot-link {
    text-decoration: none !important;
    color: #FC9FBC !important;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
}

.forgot-link {
    font-weight: 500;
    color: #FC9FBC;
    margin-bottom: 10px;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.forgot-link:hover {
    color: #FC9FBC;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.login-btn {
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat !important;
    border-radius: 6px !important;
}

/* .btn-primary:hover {
    background-color: #ff00c8;
    border: 1px solid #ff00c8;
} */

.btn-primary {
    background-color: #fc9fbc !important;
    border: 1px solid #fc9fbc !important;
}

.btn-primary:hover {
    color: black !important;
    background-color: #fbf2ed !important;
    border: 1px solid #fbf2ed !important;
}

.login-or {
    color: #d4d4d4;
    position: relative;
    margin: 20px 0;
    padding: 10px 0;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #ffffff;
    display: block;
    margin-left: -20px;
    text-align: center;
    width: 42px;
    position: absolute;
    top: -3px;
    left: 50%;
}

.login-right .btn:focus-visible {
    color: none !important;
    background-color: none !important;
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: none !important;
}

.btn:focus-visible {
    /* color: var(--bs-btn-hover-color); */
    background-color: #fbf2ed !important;
    /* border-color: var(--bs-btn-hover-border-color); */
    /* outline: 0; */
    /* box-shadow: var(--bs-btn-focus-box-shadow); */
}

.social-login .btn:hover,
.social-login .social-login .btn:focus {
    color: #ffffff;
}

.social-login-btn {
    margin-bottom: 20px;
}

.social-login-btn .btn {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #E4E4E8;
    padding: 11px 15px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 0 #0E82FD;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.social-login-btn .btn:hover {
    color: #ffffff;
    background: #0E82FD;
    border: 1px solid #0E82FD;
    box-shadow: inset 0 0 0 50px #0E82FD;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.social-login-btn .btn img {
    margin-right: 15px;
}

.social-login .btn {
    border-radius: 6px !important;
    font-family: Montserrat !important;
}

.btn-facebook {
    background-color: #3a559f;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 12px;
}

a.btn.btn-google.w-100:hover {
    background: #dd4b39;
}

a.btn.btn-facebook.w-100:hover {
    background-color: #3a559f;
}

.btn-google {
    background-color: #dd4b39;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 12px;
}

.login-right .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 13px;
}

.login-right .dont-have .reg-link {
    color: #fc9fbc;
    text-decoration: none !important;
}

.account-page .content {
    padding: 50px 0;
}

.content {
    min-height: 200px;
    /* padding: 60px 0 36px; */
}



/* Banner section */
.bg-light {
    background-color: #fff6f3;
    /* Light peach background from the screenshot */
}


.banner-section {
    background: #fbf2ed;
    padding: 25px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Optional: Add decorative background layer if you want */
/* .banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  } */

.banner-content .banner-head {
    font-family: "Prata", serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 48px !important;
    margin-bottom: 15px;
    color: #404040;
}

.banner-content p {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
    color: #374151;
}

.schedule-btn {
    background-color: #ffd6e0;
    color: #ff4d88;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 500;
    border: 2px solid #ffd6e0;
    border-radius: 8px;
    transition: background 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.schedule-btn:hover {
    background-color: #ff4d88;
    color: #fff;
    border-color: #ff4d88;
}

.banner-image {
    /* max-width: 450px; */
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.banner-img {
    position: relative;
    text-align: right;
    /* top: 260px; */
    left: -20px;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

.banner-img {
    /* top: 260px; */
    left: -20px;
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

.banner-image:hover {
    transform: scale(1.05);
}

section.banner-section {
    background: #fbf2ed;
}



@media screen and (max-width: 768px) {
    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content p {
        font-size: 1rem;
    }

    .schedule-btn {
        font-size: 0.95rem;
        padding: 10px 20px;
    }

    .banner-image {
        max-width: 100%;
    }

}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;

}

[data-aos^=fade][data-aos^=fade].aos-animate img {
    transform: none !important;
}

.banner-content .btn {
    font-weight: 500;
    border-radius: 8px;
    margin: 0;
    padding: 12px 31px;
    min-width: 214px;
    display: inline-block;
    border: 1px solid #fc9fbc;
    color: #fc9fbc;
    font-size: 20px;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.banner-content .btn:hover {
    color: #fc9fbc;
    border-color: #fc9fbc;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    /* -webkit-transition: 0.5s; */
    /* -ms-transition: 0.5s; */
    transition: 0.5s;
}

.banner-content {
    padding: 50px 0;
    position: relative;
}

.page-content {
    padding-top: 100px;
    background-color: white;
    position: relative;
    z-index: 1;
}


/* footer styling */
.footer-logo a img {
    max-width: 200px;
}

.footer-one {
    background: #fbf2ed;
}

.footer-one .footer-top {
    background: #fbf2ed;
    margin: 0;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.footer-one .footer-top .footer-widget .footer-logo {
    margin-bottom: 20px;
}

.footer-one .footer-top .footer-widget .footer-about-content {
    max-width: 300px;
}

.footer .footer-top .footer-widget .footer-about-content p:last-child {
    margin-bottom: 0;
}

.footer-one .footer-top .footer-widget .footer-about-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #1F2937;
}

.footer-one .footer-top .footer-widget.footer-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.footer-one .footer-top .footer-widget.footer-menu ul li a {
    color: #1F2937;
    position: relative;
    overflow: visible;
    background: url(../img/footer-arrow.png) no-repeat -10px;
    /* -webkit-transition: all 0.5s ease-in-out; */
    /* -ms-transition: all 0.5s ease-in-out; */
    transition: all 0.5s ease-in-out;
    padding-left: 0;
    font-size: 14px;
    text-decoration: none !important;

}

.footer-one .footer-top .footer-widget.footer-menu ul li {
    margin-bottom: 15px;
}

.footer .footer-top .footer-widget.footer-menu ul li {
    /* margin-bottom: 10px; */
    position: relative;
}

.footer-one .footer-top .footer-widget .footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 24px;
}

.subscribe-form {
    position: relative;
    margin-bottom: 20px;
}

.subscribe-form .btn {
    padding: 9px 14px;
    font-size: 15px;
    font-weight: 600;
    transform: translateY(-50%);
    color: white;
    background: #fc9fbc;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-radius: 8px;
    margin-top: 24px;
}

h6 {
    font-size: 14px;
    color: #272b41;
    font-weight: 500;
}

.footer-one .social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.footer-one .social-icon ul li {
    margin-right: 15px;
}

.footer-one .social-icon ul li .links {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FC9FBC;
    background: #E5E7EB;
    font-size: 20px;
    /* -webkit-transition: all 0.4s ease 0s; */
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-bottom {
    background-color: #fbf2ed;
    border-top: 1px solid #e8e8e8;
}

.footer-one .footer-bottom .copyright {
    border-top: 0;
    background: #fbf2ed;
    margin: 0;
    padding: 15px 0;
}

.footer.footer-one .footer-bottom .copyright .copyright-text p {
    color: #1F2937;
    font-size: 14px;

}


.custom2 {
    background-color: #fc9fbc;
    width: 56px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -56px;
    top: 100px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.profile-canvas .offcanvas .offcanvas-header {
    background-color: #fbf2ed;
    height: 280px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.Top-Border {
    background-color: #fbf2ed !important;
}

.stats {
    background-color: #ffffff;

}

.card1 {
    width: 100%;
    height: 13.313rem;
    background-color: #fbf2ed !important;
}

.profile-canvas .offcanvas .active {
    background-color: #fc9fbc;
    border-radius: 0px !important;
    color: white !important;
}

.profile-canvas .offcanvas .active a {
    color: white !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fc9fbc !important;
}

.appoint-navs .nav-link {
    background-color: #fbf2ed !important;
}

.active>.page-link {
    z-index: 3;
    color: white !important;
    background-color: #fc9fbc !important;
    border-color: #fbf2ed !important;
}

.hvr-effect:hover {
    background-color: #fbf2ed !important;
    color: #272b41 !important;
}

.hvr-effect:hover h6,
.hvr-effect:hover .h6 {
    color: #272b41 !important;
}

.hvr-effect:hover i {
    color: #272b41 !important;
}

.img-tag {
    background-color: #fc9fbc !important;
}

.text-blue {
    color: #272b41 !important;
}

.hvr-effect:hover .img-tag {
    background-color: #fc9fbc !important;
}

.hvr-effect {
    border: 1px solid #e8e8e8;
}

/* homepage our commitment */
@font-face {
    font-family: 'shink';
    src: url('/fonts/shink.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.section-bg {
    background-color: #fdeeea;
    font-family: 'Poppins', sans-serif;
}

.section-subtitle {
    color: #e06b8d;
    font-size: 1.1rem;
    font-weight: 600;
}


.section-description {
    font-size: 1rem;
    color: #444;
}

.accordion-button {
    font-weight: 600;
    color: #1e1e2f;
    background-color: #f8d5dc;
    border: none;
    padding: 1rem;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.accordion-button.collapsed {
    background-color: #f4a0b2;
    color: #fff;
}

.accordion-body {
    background-color: #fff;
    color: #444;
    padding: 1rem;
    font-size: 0.95rem;
    border-top: 1px solid #eee;
}

.bookus-img img {
    border-radius: 20px !important;
}

.fs-14 {
    font-size: 14px;
}

.icon-square {
    background-color: #e06b8d;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}


.stat-icon[data-v-c61978b1] {
    width: 50px;
    height: 60px;
    object-fit: contain;
}

.way-icon {
    width: 100%;
    height: 40px;
    object-fit: contain;
}


.section-subtitle {
    font-weight: 600 !important;
    font-size: 30px !important;
    color: #FC9FBC !important;
    /* font-family: 'shink' !important; */
}

.doctor-card .card-img {
    position: relative;
    overflow: hidden;
}

.doctor-card .card-img {
    position: relative;
    overflow: hidden;
}

.doctor-card .card-img .hvr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 19%;
    /* Fully visible */
    background-color: #FC9FBC !important;
}

.spotlight-carousel .carousel .carousel__prev {
    background-color: #fbf2ed !important;
    padding: 0.8rem;
}

.spotlight-carousel .carousel .carousel__next {
    background-color: #fbf2ed !important;
    padding: 0.8rem;
}

.sidebar-mini .main-sidebar .nav-link-active {
    background: #FC9FBC !important;
    color:  white !important;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item:hover>.nav-link-active {
    background-color: #FC9FBC !important;
}

.navbar-white {
    background-color: #fbf2ed !important;
}

.navbar-light {
    background-color: #fbf2ed !important;
}

.btn .add_btn {
    background-color: #FC9FBC !important;
    color: white !important;
}

.dropdown-item.active {
    background-color: #FC9FBC !important;
}

.main-footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 1rem;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.carousel .carousel__prev,
.carousel .carousel__next {
    background-color: #fbf2ed;
    transition: 0.5s;
}

.carousel .carousel__prev:hover,
.carousel .carousel__prev:focus,
.carousel .carousel__next:hover,
.carousel .carousel__next:focus {
    background-color: #e06b8d !important;
}

.btn.reg-btn.pink-btn {
    border: 1px solid #fc9fbc;
    background-color: white !important;
    color: #fc9fbc !important;
    transition: all 0.3s ease;
    border-radius: 10px !important;
    /* Matches default */
}

.btn.reg-btn.pink-btn:hover,
.btn.reg-btn.pink-btn:focus {
    background-color: #fc9fbc !important;
    /* Slightly darker pink */
    border-color: #fc9fbc !important;
    color: #fff !important;
}

.pink-bg {
    background-color: #fc9fbc !important;
    color: white;
    /* Optional: helps with text readability */
}

.work-section {
    padding: 80px 0;
    background-color: #fbf2ed;
}

/* Image styling */
.work-img-info {
    text-align: center;
}

.work-img img {
    border-radius: 16px;

    max-width: 100%;
    height: auto;
}

/* Headers */
.section-header-two {
    text-align: left;
    margin-bottom: 40px;
}

.work-sub {
    font-size: 20px;
    font-weight: 600;
    color: #f281b4;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}



/* Content */
.work-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.work-content p {
    font-size: 15px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
    .work-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .work-icon {
        margin-bottom: 10px;
    }
}

.bar-search-doctor {
    background-color: #fefefe;
    padding: 2rem 0;
}


.btn.log-btn {
    background-color: #fc9fbc;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.btn.log-btn:hover {
    background-color: #ff77a9;
}

.advic-headings {
    font-family: montserrat;
    font-size: 35px !important;
    font-weight: 500 !important;
}

.advice-p {
    font-size: 18px;
    font-family: montserrat;
    text-align: right;
}

/* .search_section {/* .search_section {
   padding: 50px 0;
 } */
.advic-cont.aos.aos-init.aos-animate {
    padding: 0 70px;
}

.search_bar {
    width: 100%;
    max-width: 960px;
    padding: 0 30px;
    /* display: flex; */
    justify-content: center;
    margin: 0 auto;
}

.social-login .btn:hover,
.social-login .social-login .btn:focus {
    color: #000000 !important;
    background-color: transparent !important;
    border: 1px solid black;
}



.profile-accordian .accordion-header .accordion-button.collapsed {
    background-color: #fbf2ed;
    border-radius: 8px !important;
    color: #272b41 !important;
    font-weight: 600;
    font-size: 1.35rem;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #fbf2ed !important;
}

.profile-accordian .accordion-header {
    border-radius: 8px !important;
  }
  .profile-accordian .accordion-header .accordion-button:not(.collapsed) {
    background-color: #294481;
    border-radius: 8px !important;
    color: #f2f2f2;
    font-weight: bold;
    font-size: 1.35rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
/* .work-details {
    padding-left: 60px;
    padding-bottom: 45px;
}

.work-info .work-content h5 {
    font-weight: 600 !important ;
    font-size: 18px !important ;
    color: #1F2937 !important ;
    margin-bottom: 14px !important ;
}
.work-info .work-content p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    color: #374151 !important;
} */
.review-card .card:hover {
    background-color: #ff77a9 !important;
}


.nav-pills.account-tabs .nav-link {
    border: 1px solid #fbf2ed !important;
    background-color: #fbf2ed !important;
    color: #535353;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 7px 13px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.8ms ease-in;
  }
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fc9fbc !important;
    border: 1px solid #fc9fbc !important;
}

/* .img-card{
    background-color: #fbf2ed !important;
  } */

/* our blog */

.our-blog-fourteen {
    position: relative;
    padding: 50px 0;
    background-color: #fff;
    overflow: hidden;
}

.section-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-height: 300px;
}

.section-head-fourteen {
    text-align: center;
    margin-bottom: 50px;
}

.section-head-fourteen h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.section-head-fourteen h2 span {
    color: #f47aa7;
    /* Pink theme color */
}

.blog-grid-fourteen {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 10px;
    transition: all 0.3s ease;
}

.blog-grid-fourteen:hover {
    transform: translateY(-5px);
}

.blog-grid-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
}

.blog-grid-content {
    padding: 20px;
}

.blog-grid-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.blog-grid-content h4 a {
    text-decoration: none;
    color: inherit;
}

.blog-grid-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.grid-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #999;
}

.grid-footer a {
    color: #f47aa7;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.3s ease;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
}

.grid-footer a:hover {
    color: #e05f8f;
    /* a slightly darker shade for hover effect */
}

.grid-footer a i {
    margin-left: 5px;
}

.owl-nav-button {
    margin-top: 20px;
}

.owl-prev,
.owl-next {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-block;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #f0f0f0;
}

.owl-prev i,
.owl-next i {
    font-size: 20px;
    color: #333;
}

/* how it works */
.work-section {
    background-color: #f9fbfd;
}


.work-sub {
    color: #f47aa7;
    font-family: 'Pacifico', cursive;
    font-size: 22px;
    margin-bottom: 10px;
}



/* Heart container */
/* Heart container */

/* Create the bottom "V" of the heart using pseudo-elements */
/* .heart::before,
.heart::after {
  content: '';
  position: absolute;
  width: 85px;
  height: 85px;
  background: #fc9fbc;
  border-radius: 50%;
  top: -42px;
} */

/* .heart::before {
  left: -42px;
} */

/* .heart::after {
  right: -42px;
} */
/* .heart {
  position: relative;
 width: 126px;
    height: 80px;
  background: #fc9fbc;
  border-radius: 50px 50px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  margin: 15px;
} */


.work-info h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    color: #1f2937;
}

.work-info p {
    font-size: 15px;
    margin-bottom: 0;
    color: #4b5563;
}

.our-blog-fourteen .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #EEEEF3;
    border: 0;
    margin: 10px;
    color: #fc9fbc;

    display: inline-flex;
    /* Makes the button size respect width/height */
    align-items: center;
    justify-content: center;
    padding: 0;
    /* Ensure no extra space inside */
    box-sizing: border-box;
    /* Respect width/height including border/padding */
}

.owl-nav-button {

    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* Center arrows horizontally */
    align-items: center;
    gap: 8px;
}


.our-blog-fourteen .owl-prev:hover,
.our-blog-fourteen .owl-next:hover {
    background-color: #F47AA7;
    border-color: #F47AA7;
}

/* Optional: change icon color too */
.our-blog-fourteen .owl-prev:hover svg,
.our-blog-fourteen .owl-next:hover svg {
    color: #fff;
    /* Makes icons white on pink background */
    fill: #fff;
}

@media (max-width: 767px) {
    .section-header-one p{
    font-size:16px;
}
    .section-title {
        text-align: center;
    }

    .work-sub {
        text-align: center;
    }

    .work-details {
        padding-left: 0;
        text-align: center;
    }

    .work-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .work-content {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .section-header-sixteen p{
        font-size: 16px !important;
    }
    
    .spotlight {
  height: 675px !important;
}
}

@media (min-width: 768px) {
    .col-md-5 {
        flex: 0 0 auto;
        width: 33.666667%;
    }
}

@media (min-width: 768px) {
    .col-md-7 {
        flex: 0 0 auto;
        width: 63.333333%;
    }
}


.view-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* space between icon and text */
    color: #999;
    /* optional: match your design */
    font-size: 13px;
}

.blog-grid-content h4 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;


}

.blog-grid-content h4 a:hover {
    color: #FC9FBC;

}

.content-divider {
    border: none;
    height: 1px;
    background-color: #eee;
    margin: 10px 0;
}

.view-count {
    color: #374151;
    font-size: 0.9375rem;
}

.store-btn {
    background: none;
    border: none;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.store-btn img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.app-header h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.app-header h2 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    max-width: 565px;
}

.app-scan p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

.app-scan img {
    max-width: 100%;
    height: auto;
}

.google-imgs img {
    max-width: 100%;
    height: auto;
}


.app-section {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    background-color: inherit;
    font-weight: inherit;
    font-style: inherit;
}

.app-bg {
    background: #FC9FBC;
    background-image: url(../img/aap-img-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 6px;
    padding: 40px 50px;
}

.align-items-end {
    align-items: flex-end !important;
}

@media (max-width: 1199.98px) {
    .app-bg {
        margin: 0;
        padding: 30px;
    }
}


.features-section-sixteen .feature-sixteen-main .feature-six-img {
    position: relative;
}

.owl-carousel .owl-item img {
    display: flex;
    width: 100%;
}

.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six {
    position: absolute;
    bottom: 27px;
    text-align: center;
    width: 100%;
    z-index: 1;
    top: 82%;
    transition: all 0.5s ease-out;
}

.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-one {
    display: block;
}


.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-one span {
    color: #ffffff;
}

.feature-content-one {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    color: #fff;
    transition: opacity 0.3s ease;
}

.feature-content-two h5 {
    font-family: "Montserrat", serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: white !important;
}

.hover-wrapper {
    position: relative;
    overflow: hidden;
}

.hover-wrapper img {
    transition: all 0.5s ease;
    display: block;
    width: 100%;
}

/* Blur image on hover */
.hover-wrapper:hover img {
    filter: blur(4px);
    transform: scale(1.05);
    /* optional */
}

/* Content positioning and transition */
.feature-content-six {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    padding: 20px;
    text-align: center;
}

/* Show content on hover */
.hover-wrapper:hover .feature-content-six {
    opacity: 1;
    transform: translateY(0);
    background-color: rgba(0, 0, 0, 0.5);
    /* dark overlay */
    color: #fff;
}

/* Text styles */
.feature-content-six h5 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.feature-content-six p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

/* .read-more-btn {
    background-color: #ff69b4;
    color: #fff;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
} */

.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    background: #FC9FBC;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer !important;
}

/* Optional icon spacing */
.feature-content-six span {
    display: block;
    margin-top: 10px;
    color: #fff;
}

.feature-six-img {
    position: relative;
    overflow: hidden;
}

.feature-six-img img {
    width: 100%;
    transition: all 0.4s ease;
}

/* Blur image on hover */
.feature-six-img:hover img {
    filter: blur(3px);
    transform: scale(1.05);
}

/* Hide content-two initially */
.feature-content-two {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 20px);
    width: 90%;
    color: #fff;
    text-align: center;
    z-index: 2;

}

/* Show content-two on hover */
.feature-six-img:hover .feature-content-two {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* Optional: keep content-one always visible or hide it on hover */
.feature-content-one {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    color: #fff;
    transition: opacity 0.3s ease;
}

.feature-content-one h5 {
    font-size: 20px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}

/* Hide content-one when hovering */
.feature-six-img:hover .feature-content-one {
    opacity: 0;
}



.features-section-sixteen .feature-sixteen-main .feature-six-img::after {
    position: absolute;
    top: 0;
width: 100%;
    height: 100%;
    content: "";
    transition: 0.5s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.features-section-sixteen .feature-sixteen-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    /* spacing between images */
    flex-wrap: nowrap;
    /* keep them in a single row */
    padding: 10px;
}

.feature-six-img {
    width: 416px;
    height: 468px;
    flex-shrink: 0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.facts-section-sixteen {
    position: relative !important;
    z-index: 1 !important;
    background-color: #fbf2ed !important;
    padding: 80px 0 !important;
}

.facts-section-sixteen .sec-vector {
    position: absolute !important;
    left: -70px !important;
    top: -110px !important;
    z-index: -1 !important;
    max-width: 300px !important;
}

.facts-section-sixteen .facts-section-all {
    display: flex;
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen {
    background: #fc90b2;
    padding: 90px 30px;
    width: 50%;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen h2 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
}

.facts-main-sixteen.aos-init.aos-animate p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen .bg-img img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.facts-section-sixteen .facts-section-all .facts-content-all {
    width: 50%;
}

/* UL as a responsive grid */
.facts-section-sixteen .facts-section-all .facts-content-all ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* LI as uniform cards */
.facts-section-sixteen .facts-section-all .facts-content-all ul li {
    flex: 0 1 calc(33.333% - 20px);
    /* 3 per row with gap */
    max-width: 322px;
    min-width: 308px;
    height: 165px;
    border: 1px solid #E9EBF1;
    overflow: hidden;
    position: relative;
    background: transparent !important;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}

.facts-section-sixteen .facts-section-all .facts-content-all ul li:hover {
    transform: translateY(-5px);
}

/* Image and title stack */
.facts-sixteen-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    gap: 15px;
    height: auto;
    text-align: center;
}

/* Image */
.facts-sixteen-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
    /* reduce space below */
}

/* Remove unnecessary margin in text */
.facts-content-one h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    /* remove vertical margin */
    color: #000;
    line-height: 1.2;
}

/* Hover overlay */
.facts-content-two {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 3;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: opacity 0.3s ease;
}

.facts-section-sixteen .facts-section-all .facts-content-all ul li:hover .facts-content-two {
    opacity: 1;
}

.facts-content-two h6 {
    font-size: 15px;
    color: #ff4081;
    margin-bottom: 10px;
}

.facts-content-two p {
    font-size: 14px;
    color: #7D7D7D;
    line-height: 22px;
    margin: 0;
}

/* Optional blur */
.facts-section-sixteen .facts-section-all .facts-content-all ul li:hover .facts-sixteen-img img {
    filter: blur(2px);
}

/* Responsive: stack on small screens */
@media (max-width: 768px) {
    .facts-section-sixteen .facts-section-all .facts-content-all ul li {
        flex: 0 1 100%;
    }
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen a:hover {
    color: #bd3276 !important;
    text-decoration: none !important;
}

.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img .facts-content-sixteen .facts-content-one h5 {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    color: #000000 !important;
    margin-bottom: 0;
}

/* FAQ Image Styling */
.faq-img {
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 0.5rem !important;
}

/* Accordion Button Styling */
.accordion-button {
    font-weight: 600 !important;
    color: #1e1e2f !important;
    background-color: #f8d5dc !important;
    border: none !important;
    padding: 1rem !important;
    width: 100% !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.accordion-button.collapsed {
    background-color: #f4a0b2 !important;
    color: #fff !important;
}

.accordion-body {
    background-color: #fff !important;
    color: #444 !important;
    padding: 1rem !important;
    font-size: 0.95rem !important;
    border-top: 1px solid #eee !important;
}

/* Accordion Item Customizations */
.accordion-item {
    border-radius: 0.5rem !important;
    margin-bottom: 1.5rem !important;
}

.accordion-header {
    padding: 0 !important;
}

.accordion-collapse {
    padding: 0 !important;
}

/* Optional: For a more defined separation of accordion sections */
.accordion-item:not(:last-child) .accordion-header {
    border-bottom: 1px solid #eee !important;
}

/* Apply shadow effect for improved visual hierarchy */
.accordion-button,
.accordion-item {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}



@media (max-width:767px) {
    .app-header h2{
        font-size: 32px !important;
        font-weight: 600 !important;
    }
    .main-nav {
        display: none !important;
    }

    .nav.header-navbar-rht {
        display: none !important;
    }

    .banner-content {
        display: inline-block;
        text-align: center;
    }

    .banner-content .banner-head {
        font-size: 25px !important;
        text-align: center;
        margin-bottom: 20px;
        color:white !important;
    }

    .banner-content p {
        font-size: 1rem;
        text-align: center;
        color:white !important;
    }

    .banner-content .btn {
        font-size: 17px;
        background-color: #fbf2ed;
        color:#fc9fbc;
        border:1px solid #fc9fbc;
    }

    .banner-img.aos.aos-init.aos-animate {
        display: none;
    }

    .advice-section {
        display: inline-block;
        text-align: center;
    }

    .advic-headings {
        font-size: 20px !important;
    }

    .advic-cont.aos.aos-init.aos-animate {
        padding: 0;
        text-align: center;
    }

    .advice-p {
        font-size: 16px !important;
        text-align: center !important;
    }

    .bg-color {
        display: none;
    }

    .exp-bg-img img {

        max-width: 250px;
    }

    .Explore-section {
        padding: 0px;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .section-title {
        font-size: 29px !important;
        font-weight: 600 !important;
    }

    .cont-hide {
        padding: 10px 20px;

    }

    .Explore-SEC {
        padding-bottom: 50px;
    }

    .bookus-img {
        display: flex !important;
        gap: 8px;
    }

    .section-bg {
        text-align: center;
    }

    .py-5 {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }

    .row.justify-content-center.text-center.align-items-center.flex-wrap.mt-5 {
        display: none;
    }

    .text-center.heading-fs.aos-init.aos-animate {
        font-size: 32px !important;
    }

    .subheading-fs {
        font-size: 16px !important;

    }

    .btn.reg-btn.pink-btn {
        margin-top: 5px !important;
    }

    .work-section.py-5 {
        margin-top: 100px;
    }

    .work-info {
        padding: 0 20px;
    }

    .work-info {
        padding-right: 0 !important;
    }

    .work-section {

        display: none;
    }

    .row.pt-md-5.justify-content-center {
        position: inherit;
    }

    .btn.d-flex.align-items-center.gap-1.reg-btn.pink-btn.fw-medium.fs-3.px-md-5.px-3.rounded-4 {
        z-index: 1;
    }

    .our-blog-fourteen {
        padding-top: 10px !important;
        padding-bottom: 50px;
    }

    .footer-widget.footer-menu {
        padding-top: 20px;
    }

    .subscribe-form h6 {
        font-size: 18px !important;
        color: #000 !important;
    }
    section.banner-section {
        background: linear-gradient(rgb(111 89 89 / 50%), rgb(28 25 25 / 60%)), url(../../../public/images/homes/hero-ft.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center !important;
        height: 70vh;
    }
    .explore_main {
        width: 320px !important;
    }
    element {
        text-align: center;
    }

    .owl-prev[data-v-6d5e509e] {
        left: -22px;
    }
    .owl-next[data-v-6d5e509e] {
        right: -23px;
    }
     /* home-page end*/
     .way-img {
        display: none;
    }
    .way-shapes-left {
        display: none;
    }
    .section-inner-header.way-inner-header.mb-0 {
        text-align: center !important;
    }
    .section-inner-header h2 {
        font-weight: 600 !important;
        font-size: 28px !important;
        color: #1F2937;
    }
    .way-section {
     margin-top: 40px !important;
     margin-bottom: 40px !important;
    }
    .pt-5 {
        padding-top: 0 !important;
    }
    .physiotherapy-section[data-v-fc6a23dc] {
        padding-top: 40px !important;
    }
    .card-body:hover h2, h6 {
        color: #fc9fbc !important;
    }
    .card-body:hover p {
        color: #ffffffc4 !important;
    }
    .footer-one .footer-top .footer-widget .footer-about-content {
        max-width: 400px !important;
    }
    .pt-md-5 {
        padding-top: 5px !important;
    }
    .p-6 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .section-title-t {
        font-size: 28px !important;
        font-weight: 600;
    }

    .Personal-Growth {
        padding: 40px 0 !important;
    }
    .personal-cont[data-v-31a087d0] {
        padding-left: 0 !important;
        padding-top: 40px !important;
    }
    .book-heading {
        font-size: 28px !important;
        font-weight: 600 !important;
    }
    .facts-section-sixteen .facts-section-all {
        display: inline-block;
    }
    .facts-main-sixteen.aos-init.aos-animate {
        width: 100%;
        padding: 60px 30px;
        text-align: center;
    }
    .facts-content-all.aos-init.aos-animate {
        width: 100%;
        margin-top: 30px;
    }
    .facts-section-sixteen .facts-section-all .facts-main-sixteen h2 {
        color: #ffffff;
        margin-bottom: 15px;
        font-size: 28px;
        font-weight: 600;
    }
    .flex.gap-2 {
        justify-content: center;
    }
    .features-section-sixteen {
        z-index: 1;
        padding: 40px 0 !important;
        background: #F8FBFF;
    }
    .section-header-sixteen {
        margin-bottom: 0px !important;
    }
    .pre-post[data-v-59a70e13] {
        padding-top: 40px !important;
    }
    .pre-post-cont {
        padding-top: 30px !important;
    }
    .post-natal[data-v-59a70e13] {
        padding: 0px !important;
    }
    .pre-post-cont h3[data-v-59a70e13] {
        font-size: 28px !important;
        font-weight: 600 !important;
    }
    .Future {
        padding: 40px 0 !important;
    }
    .welcome-cont h3[data-v-cc28199b] {
        font-size: 28px !important;
        font-weight: 600 !important;
        padding-top: 30px;
    }
    .px-md-5 {
        /* padding-right: 3rem !important; */
        /* padding-left: 3rem !important; */
        padding: 12px !important;
    }
    .heading-symbol {
        width: 100px;
    }
    #myTabContent {
        padding: 40px 0;
    }
    .submit.btn.w-100.fs-2.fw-bold.rounded-4.btn-primary {
        font-size: 18px !important;
    }
 .wellnes-natal {
    padding: 40px 0;
}
.our-blog-fourteen{
    padding: 50px 0px !important
    ;
}
}

@media (max-width: 1080px) {
    .banner-img.aos.aos-init.aos-animate {
        display: none;
    }



    .advic-cont.aos.aos-init.aos-animate {
        padding: 0 !important;
    }

    .advice-p {

        text-align: left;
    }

    .bg-color {
        background-size: contain;
    }

    .row.justify-content-center.text-center.align-items-center.flex-wrap.mt-5 {
        display: none;
    }
    .work-img {
        display: none;
    }
    .section-header-two.aos.aos-init.aos-animate {
        text-align: center;
    }
    .work-section {
        padding: 40px 0;
      
    }
    .work-info {
        margin-bottom: 50px;
        padding-right: 0 !important;
    }
    .mobile-img.text-center {
        display: none;
    }
    .carousel .carousel__prev {
        margin-left: 35px;
    }
    .carousel .carousel__next {
        margin-right: 35px;
    }
    #accordionPanelsStayOpenExample {
        margin-top: 50px;
    }

/*new--------*/
    .wellness-cont {
        padding-top: 20px;
    }
    .pt-md-5 {
        padding-top: 20px !important;
    }
    .personal-cont {
        padding-left: 0 !important;
        padding-top: 40px !important;
    }
    .facts-section-sixteen .facts-section-all {
        display: block !important;
    }
    .facts-main-sixteen.aos-init.aos-animate {
        width: 100%;
        text-align: center;
        padding: 50px 30px;
    }
    .flex.gap-2 {
        justify-content: center;
    }
    .facts-section-sixteen .facts-section-all .facts-content-all {
        width: 100%;
        padding-top: 40px;
    }
    .Future[data-v-cc28199b] {
        padding: 40px 0 !important;
    }
    .welcome-cont h3[data-v-cc28199b] {
        font-size: 28px !important;
        font-weight: 600 !important;
        padding-top: 40px;
    }
    .our-blog-fourteen {
       
        padding: 0px 0 !important;
        padding-bottom: 20px !important;
       
    }
    .pre-post[data-v-59a70e13] {
        padding-top: 40px !important;
    }
    .pre-post-cont h3[data-v-59a70e13] {
        font-size: 35px !important;
        font-weight: 600 !important;
        padding-top: 40px;
    }
    .post-natal[data-v-59a70e13] {
        padding: 0 !important;
    }
    .pre-post-img.aos-init.aos-animate {
        padding-top: 20px;
    }
    .way-section {
        padding: 0 !important;
        margin-top: 40px;
        text-align: center;
    }
    .px-md-5 {
        /* padding-right: 3rem !important; */
        /* padding-left: 3rem !important; */
        padding: 12px !important;
    }
    .card.contact-form-card.w-100 {
      
        margin-top: 50px;
    }
    .contact-section[data-v-46abcc56] {
        margin: 0;
        padding: 40px 0 55px;
    }
    .our-blog-fourteen {
        padding: 0px 0 !important;
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }
    .faq-sec-fourteen {
        margin: 0;
        padding-top: 40px !important;
        z-index: 1;
        position: relative;
    }
   

}

@media (max-width: 1280px) {
    .bg-color {
        background-image: url(../images/homes/exlopre.jpg);
        background-attachment: fixed;
        padding: 200px 0;
        background-repeat: no-repeat;
        background-size: contain !important;
    }
    .section-title {
        font-family: Montserrat;
        font-weight: 600 ;
        font-size: 42px ;
        color: #272b41 ;
    }
    .explore_main {
        width: 182px !important;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 24% !important;
    }
    .work-info {
        margin-bottom: 30px !important;
        padding-right: 70px;
    }
    .main-nav .mega-submenu {
        position: absolute;
        top: 64px !important;
        right: 0px !important;
        left: -250px !important;
        background-color: #fff;
        width: 100%;
        padding: 30px 40px;
        display: none;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        z-index: 999;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
  }
.About-banner {
    background: #fbf2ed;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-content h1 {
    font-family: "Prata", serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 48px !important;
    margin-bottom: 15px !important;
    color: #404040 !important;
}

.section-header-sixteen h2 {
    margin-bottom: 5px;
    color: black;
    text-transform: capitalize;
}

.book-heading {
    font-size: 45px ;
    font-weight: 600 !important;
}

.section-header-sixteen p {
    font-size: 18px ;
    color: #6B7280 !important;
}

.section-header-sixteen {
    margin-bottom: 50px;
}

.features-section-sixteen {
    z-index: 1;
    padding: 80px 0;
    background: #F8FBFF;
}

.owl-carousel {
    display: flex !important;
    width: 100%;
    min-height: 100px;
    justify-content: center;
    /* adjust as needed */
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.testimonial-section-ten.need-to-know-section {
    background-color: #F8FAFC;
    position: relative;
    background-image: url(../images/homes/flowerTestimonial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-breadcrumb ol li a {
    color: #000;
    font-size: 14px;
    text-decoration: none !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
    color: #6B7280 !important;
}

.faq-sec-fourteen {
    margin: 0;
    padding-top: 80px;
    z-index: 1;
    position: relative;
}

.faq-cont {
    position: sticky;
    top: 200px;
}

.faq-cont h2 {
    font-size: 45px;
    font-weight: 600 !important;
    color: #272b41;
}

.faq-cont p {
    font-size: 18px;
    padding-bottom: 30px;
    color: #6B7280 !important;
}

.book-now {
    background-color: #fc9fbc;
    padding: 10px 30px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none !important;
}

.faq-card {
    background: #ffffff;
    box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.faq-title {
    cursor: pointer;
}

.faq-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fc9fbc6e;
    color: #fc9fbc;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.active-icon {
    background: #fc9fbc;
    color: white;
}

.faq-content h6 {
    padding-top: 10px;
    font-size: 20px;
    color: #000000;
    font-weight: 500 !important;
    margin-bottom: 0;
}

.drop-wellbeing {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-direction: column;
    gap: 10px;
}

.drop-wellbeing li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #000;
}

.drop-wellbeing li span {
    margin-right: 10px;
}

.drop-wellbeing li:first-child {
    margin-top: 20px;
}



.way-section {
    background-color: #ffffff;
    margin: 0;
    margin-bottom: 80px !important;
    margin-top:50px !important;
    padding: 0px !important;
}

.way-section .way-bg {
    background: #FC9FBC;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.way-section .way-bg .way-shapes-img {
    position: relative;
}

.way-section .way-bg .way-shapes-img .way-shapes-left {
    position: absolute !important;
    top: 60px !important;
    right: 200px !important;
}

.way-section .way-bg .way-shapes-img .way-shapes-right {
    position: absolute;
    right: 0;
}

.way-inner-header {
    margin: 0;
    padding: 60px;
}

.way-inner-header h2 {
    color: #ffffff !important;
    margin-bottom: 29px !important;
}

.section-inner-header h2 {
    font-weight: 600 !important;
    font-size: 40px !important;
    color: #1F2937;
}

.way-inner-header .btn {
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 11px 16px !important;
    color: #FC9FBC !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 0 0 #FC9FBC !important;
}

.way-img {
    position: relative;
    top: 10px;
}

.way-inner-header p {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
}

.heart::before,
.heart::after {
    position: absolute;
    content: "";
    left: 50px;
    top: 0;
    width: 50px;
    height: 80px;
    background: #fc9fbc;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: -1;
}

.heart::after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.heart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
}

.work-info {
    display: flex;
}

.work-info .work-icon {
    margin-right: 30px;
}

.work-info {
    margin-bottom: 80px;
    padding-right: 70px;
}

.faqs-section .accordion-button {
    border-radius: 3px !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(../images/homes/add-fill.png) !important;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/homes/minus.png) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.filter_btn {
    background-color: #fc9fbc;
    color: white !important;
}

.filter_btn:hover {
    background-color: #fbf2ed !important;
    color: #000 !important;
}

.viewMore_btn {
    background-color: #fc9fbc !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px;
    padding: 7px 10px;
    text-align: center;
}

.viewMore_btn:hover {
    background-color: #fbf2ed !important;
    color: #000 !important;
}
.darkBlue{
    color: #294481 !important;
}
.bg-pink{
    background-color:#fc9fbc !important ;
 
   color: white !important;
}
.collapse {
    visibility: visible !important;
}
.text-pink{
    color:#fc9fbc !important;
}

.lightpink{
    background-color: #fbf2ed  !important;
    color: #000 !important;
}
.lightpink p{
    color: #555 !important;
}

.services-section-thirteen {
    background-color: #FBF2ED;
    padding: 80px 0;
}
.section-header-thirteen {
    margin-bottom: 50px;
    text-align: center;
}
.section-header-thirteen h2 {
    font-size: 45px;
    font-weight: 600 !important;
}

.service-thirteen-main {
    border-radius: 20px;
    margin: 0 0 24px 0;
    padding: 8px;
    transition: 0.5s;
    box-shadow: 0 0 6px -3px;
}
.service-thirteen-all {
    /* display: flex; */
    display: -webkit-flex;
    padding: 20px;
    border-radius: 20px;
    border: 1px dashed #ffffff;
}
.service-img-thirteen {
    margin-right: 15px;
}
.service-img-thirteen img {
    max-width: 120px;
}
.service-inner-contents h5 {
    font-size: 18px;
    font-weight: 500 !important;
}

.service-inner-contents h6 {
    font-size: 15px;
    color: #fc9fbc;
}

.service-thirteen-main:hover {
    background: #ffffff;
    box-shadow: 0px 11px 21px 10px rgba(14, 130, 253, 0.0784313725);
    transition: 0.5s;
    transform: translateY(-5px);
}
.service-thirteen-all:hover {
    background: #ffffff;
    border: 1px dashed #FC9FBC;
}


.banner-content h1 {
    font-family: "Prata", serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 48px !important;
    margin-bottom: 15px !important;
    color: #404040 !important;
}

.Personal-Growth {
    padding: 80px 0;
}

.personal-img.aos-init.aos-animate img {
    border-radius: 100px 0px 100px 0;
    box-shadow: rgba(19, 18, 24, 0.52) -5px 5px, rgba(255, 199, 168, 0.32) -10px 10px, rgba(255, 205, 178, 0.28) -15px 15px, rgba(250, 203, 176, 0.23) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
}

.feature-content-one {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    color: #fff;
    font-size: 22px !important;
    font-weight: 500 !important;
    font-family: "Montserrat", serif !important;
    white-space: nowrap !important;
    pointer-events: none;
}

.features-slider-sixteen {
    margin-top: 2rem;
}

.personal-cont {
    padding-left: 20px;
}

.personal-cont h3 {
    font-size: 35px ;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
}

.personal-cont p {
    font-size: 18px !important;
    color: #6B7280 !important;
}

.feature-sixteen-main {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); */
}

.feature-six-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.feature-six-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.feature-six-img:hover img {
    filter: blur(4px);
    transform: scale(1.05);
}

.feature-content-six {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
    padding: 1.5rem;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.feature-six-img:hover .feature-content-six {
    transform: translateY(0%);
    opacity: 1;
}

.feature-content-two {
    display: flex;
    flex-direction: column;
}


.feature-content-two h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.feature-content-two p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

/* .read-more-btn {
    display: inline-block;
    margin-top: 0.5rem;
    color: #fff;
    background-color: #e91e63;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
} */
.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    background: #FC9FBC;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
}

/* .read-more-btn:hover {
    background-color: #c2185b;
} */

.features-section-sixteen .feature-sixteen-main .feature-six-img::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.5s;
    background: none !important;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom-icon-btn {
    background-color: #EEEEF3;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.custom-icon {
    color: #fc9fbc;
    transition: color 0.3s ease;
}

.custom-icon-btn:hover {
    background-color: #fc9fbc;
}

.custom-icon-btn:hover .custom-icon {
    color: #ffffff;
}
.btn-appointment {
    background-color: #f2f2f2;
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.38);
    color:#000 !important;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    outline: none;
    height: 58px;
  }

  .modal-content .form-control,
.modal-content .form-select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  height: 42px !important;
  font-size: 16px;
  font-weight: 500 !important;
}
.modal-content label{
    color: #1e1e2f !important;
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 4px;
}
.dob-picker .dob-pick{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px !important;
    font-size: 16px;
    padding: 7px;
}

.modal-content .btn {
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600 !important;
    border-radius: 8px;
    /* min-width: 120px; */
}

.icon-background {
    background-color: #fc9fbc !important;
    color: white;
    width: 40px;
    height: 37px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }

  .nav-pills.account-tabs .nav-link.active .icon-background,
.nav-pills.account-tabs .nav-pills .show > .nav-link .icon-background {
  background-color: white !important;
  color: black;
}
.border-upload {
    border: 2px dashed #fc9fbc;
    border-radius: 40px !important;
    box-sizing: border-box;
    padding: 70px 50px;
  }
  .info-tabs .nav-pills .nav-link.active,
.info-tabs .nav-pills .show > .nav-link {
  background-color: transparent;
  color: white;
  border-bottom: 2px solid #294481;
  border-top-right-radius: 8px !important;
border-top-left-radius: 8px !important;
font-size:16px;
}

.form-check-input:checked {
    background-color: #fc9fbc !important;
    border-color: #fc9fbc !important;
}
.form-inputs .form-group label{
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin-bottom: 4px !important;
}
.form-inputs .multiselect .multiselect-tag {
    background-color: #fc9fbc !important;
    border-radius: 100px;
    height: 32px;
    /* padding: 0px 11px; */
    /* display: flex; */
    /* justify-content: center; */
    font-size: 14px;
    padding-left: 15px;
    padding-right: 8px;
}
.form-inputs .form-group .form-control, .form-inputs .form-group .form-select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    height: 42px;
    font-size: 14px;
    scrollbar-width: none;
}
.form-inputs .multiselect {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px !important;
    min-height: 42px !important;
}
.multiselect-wrapper {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex
;
    justify-content: flex-end;
    margin: 0 auto;
    min-height: unset !important;
    /* min-height: calc(var(--ms-border-width, 1px) * 2 + var(--ms-font-size, 1rem) * var(--ms-line-height, 1.375) + var(--ms-py, .5rem) * 2); */
    outline: none;
    position: relative;
    width: 100%;
}
.auth-input:valid:not(:focus){
    background-color: #fff !important;
}
input::placeholder{
    font-size: 14px !important;
    font-family: 500;
}
.section-head-fourteen h2 {
	font-size: 45px !important;
	font-weight: bold;
	color: #333;
}
.feature-sixteen-main {
	background: none !important;
}
.info-tabs .nav-link{
    color: #535353;
    font-size: 16px;
    font-weight: 500 !important;
    border-radius: 0px;
    padding-bottom: 10px !important;
}
.profile-page-wizrd .form-wizard-vue .fw-step-active{
    background-color: #fc9fbc !important;
}
.form-wizard-vue .fw-body-list > li > .fw-list-wrapper .fw-list-wrapper-icon {
    margin-right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #f2f2f2;
    color:#535353 ;
}
.home-address .form-group .form-select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    height: 55px;
    font-size: 18px;
    scrollbar-width: none;
}
.home-address .form-group .form-select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    height: 42px;
    font-size: 14px;
    scrollbar-width: none;
}
.address-details .form-group .form-control, .address-details .form-group .form-select, .home-address .form-group .form-control, .home-address .form-group .form-select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    height: 42px;
    font-size: 14px;
    scrollbar-width: none;
}

.fw-step-title {
    color: #fc9fbc;
    text-align: start;
    max-width: 195px;
    font-weight: bold;
}
.profile-page-wizrd .form-wizard-vue .fw-body-list .fw-list-progress-active {
    background: #fc9fbc !important;
}
.form-wizard-vue .fw-step-checked {
    border-color: #fc9fbc !important;
    color: #000;
}
.address-details .form-group label, .home-address .form-group label {
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin-bottom: 4px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 10px 30px !important;
}
.nav-tab .active {
    color: white;
    background: #fc9fbc !important;
}
.modal-tabs .nav-link {
    background-color: #fbf2ed;
    color: black;
    padding: 9px 25px !important;
    font-size: 14px;
}
.modal-tabs .nav-link:hover {
    background: #fc9fbc;
    color: white;
}
.modal-content .form-control::placeholder{
    font-size: 14px !important ;
}
.modal-content .multiselect {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px !important;
    min-height: 42px !important;
}
.modal-content .multiselect .multiselect-tag {
    background-color: #fc9fbc;
    border-radius: 100px;
    height: 32px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 8px;
}
.icon-dashboard {
    width: 30px;
    height: 30px;
    background-color: #fc9fbc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
}
.dropdown-item:focus{
    background-color:#fc9fbc !important ;
    color: white !important;
}
.card-cal {
    width: 170px;
    height: 40px;
    background-color: #f4f9fd;
  }
  
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color:#fc9fbc !important ;
    color: white !important;
  }
  .multiselect .multiselect-dropdown .multiselect-options .multiselect-group .multiselect-group-label{
    background-color:#fc9fbc !important ;
    color: white !important;
  }

  .sidebar-mini .main-sidebar .nav-link .icon-size {
    font-size: 18px;
    line-height: 0;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: black !important;
}
.sidebar-mini .main-sidebar .nav-link-active .icon-size {

    color: white;
}
.sidebar-mini .main-sidebar .nav-link .text {
    transition: all 0.5s ease-in;
    color: black !important;
}
.btn-active[data-v-148d6d1d] {
    width: 178px;
    height: 50px;
    font-size: 16px;
    border: 0;
    outline: none;
    background-color:#fc9fbc !important;
    color: #fff !important;
    transition: all 1ms ease-in !important;
}
.btn-active{
    background-color: #fc9fbc !important;
}

.textIcon span{
    font-weight: 500 !important;
    font-size: 15px !important;
}

.navbar .nav-item{
    margin-right: 0px !important;
}

.navbar .nav-item .nav-link{
    font-size: 15px !important;
    font-weight: 500 !important;
}


.light-bg{
 background-color: #fbf2ed !important;   
}


.btn-active:active {
    width: 178px;
    height: 50px;
    font-size: 16px;
    border: 0;
    outline: none;
    background-color:#fc9fbc !important;
    color: #fff !important;
    transition: all 1ms ease-in !important;
}
th[data-v-b8d28f6c] {
    background-color: #fbf2ed !important;
    color: #fc9fbc !important;
    font-size: 16px;
    font-weight: 700;
}
.dp__range_end,
.dp__range_start,
.dp__active_date {
  background-color:#fc9fbc!important;
  border-radius: 50% !important;
  color: #294481 !important;
  border: 1px solid transparent !important;
  font-weight: 700;
}

  .bg-light-pink{
        background-color: #f9fbfd ;
    }
    
    
    
    
    /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-toggler {
        display: flex !important;
    }
    .navbar-responsive.d-none.d-lg-flex.w-100.justify-content-between {
        display: none !important;
    }
    .banner-content .banner-head {
        font-family: "Prata", serif !important;
        font-weight: 400 !important;
        font-style: normal;
        font-size: 38px !important;
        margin-bottom: 15px;
        color: #404040;
    }
    .advic-cont.aos.aos-init.aos-animate {
        padding: 0;
    }
    .explore_main {
        width: 300px !important;
    }
    .d-none.d-md-flex.col-md-1.align-items-center.justify-content-center {
        padding: 20px 0px;
        height: 140px;
        width: 48px !important;
        margin-bottom: 40px;
    }
    .cont-hide {
        
        padding: 59px 16px;
    }
    .work-info {
        padding-right: 0px;
        margin-bottom: 17px !important;
    }
    .section-header-two {
        text-align: left;
        margin-bottom: 20px;
    }
    .work-section {
        padding: 70px 0;
        background-color: #fbf2ed;
    }
  
  }
  
.navbar-collapse {
    position: absolute;
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    top: 100px;
    left: 0px;
    z-index: 10;
    
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: static !important;
    z-index: auto !important;
    top: auto !important;
  }
}


.input-group-text{
    font-size: 13px !important;
}

.multiselect-option{
    color: black !important;
    
}
.dontacc-link {
    text-decoration: none !important;
    color: black;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
}
@media (max-width: 768px) {
.viewMore_btn{
    font-size: 13px;
}
}

.profile_heading{
    font-size: 15px;
    font-weight: bold !important;
}
.profile_sub{
    font-size: 15px;
    display: flex;
    text-align: end;
    align-items: center;
    font-weight: 500 !important;
}
.doctor-card .card-subtitle{
    color: white !important;
}
.prescription-input .multiselect .multiselect-tag{
        background-color: #fc9fbc !important;
    border-radius: 100px;
    height: 37px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 8px;
}
.circle-btn2{
    background-color: transparent !important;
}
..multiselect-tag{
    background:#fc9fbc !important ;
}

@media (max-width: 767px) {
    .card-body:hover h2, h6 {
        color: black !important;
    }
    .banner-content.aos-init.aos-animate {
        padding: 10px !important;
        text-align: center;
        margin-top:30px !important;
        
    }
    .custom2{
    border-radius: 8px;
    left:-7px;
    top: -7px;
    width:30px;
    height:30px;

}
.custom2 .btn-close{
    padding: 4px;
    background-size: 11px;
}

.dp-profile{
      height: 250px !important;
}
    
}


.dp-profile{
    height: 530px;
}
@media (min-width: 768px) and (max-width: 1080px){
    section.banner-section {
        background: linear-gradient(rgb(111 89 89 / 50%), rgb(28 25 25 / 60%)), url(../../../public/images/homes/hero-ft.png);
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center !important;
        height: 80vh;
    }
    .banner-content .banner-head {
        font-size: 30px !important;
        text-align: center;
        margin-bottom: 20px;
        color:white !important;
    }

    .banner-content p {
        font-size: 1rem;
        text-align: center;
        color:white !important;
    }
    .banner-content .btn {
        font-size: 17px;
        background-color: #fbf2ed;
        color:#fc9fbc;
        border:1px solid #fc9fbc;
    }
    .banner-content.aos-init.aos-animate {
        padding: 10px !important;
        text-align: center;
        margin-top:100px;
        
    }
    
}




.spotlight {
  height: 750px ;
}

