@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

::-moz-selection {
    background-color: #1c3261 !important;
    color: white;
}

::selection {
    background-color: #1c3261 !important;
    color: white;
}


html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
    background-color: #1c3261 !important;
    outline: 1px solid #1c3261 !important;
}

.bg-primary {
    background-color: #1c3261 !important;
}

.bg-light-blue {
    background-color: #d5effe;
}

.bg-light-pink {
    background-color: #ffc4d3;
}

.bg-light-yellow {
    background-color: #f4ae1b29;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

.section {
    padding: 35px 0px;
}

.font-400 {
    font-weight: 400 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.bg-gray {
    background-color: #f7f7f7 !important;
}
p.text-center.m-0.f-15.f-sm-13.f-md-13.close-footer.clr-footer.clrGrey {
    padding-top: 15px;
    background-color: #ffffff;
    margin-bottom: 150px;
    padding-bottom: 36px;
    font-size: 18px;
}


.text-primary {
    color: #1c3261 !important;
}

.bg-primary {
    background-color: #1c3261 !important;
}

.btn-primary {
    background-color: #1c3261 !important;
    border-color: #1c3261 !important;
}
.side-rules {
    left: 0;
    right: 0;
    margin: 0;
    top: 50%;
    border-top: 1px solid var(--sec-clr);
}

.topic-pills>a {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 13px;
    padding: 3px 10px 5px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    color: #555f51;
    white-space: nowrap;
    margin-bottom: 7px;
    text-transform: lowercase;
}

.side-rules-txt {
    background-color: #fff;
    z-index: 1;
    padding: 0 20px;
}
p.text-center.m-0.f-15.f-sm-13.f-md-13.close-footer.clr-footer.clrGrey {
    cursor: pointer;
}

.text-secondary {
    color: #ee537b !important;
}

.bg-secondary {
    background-color: #ee537b !important;
}

.btn-secondary {
    background-color: #ee537b !important;
    border-color: #ee537b !important;
}

.btn-link-pink {
    position: relative;
    color: #ee537b;
    background-color: #ffa3bb;
    font-weight: 700;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-pink:hover {
    position: relative;
    color: #ea1c50;
    font-weight: 700;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}


.btn-link-pink::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0px;
    width: 0%;
    height: 2px;
    background-color: #ee537b;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-pink:hover::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0px;
    width: 100%;
    height: 2px;
    background-color: #ee537b;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-pink::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #ee537b;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-pink:hover::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #ee537b;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}


.btn-link-blue {
    position: relative;
    color: #0086d3;
    background-color: #96d8ff;
    font-weight: 700;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-blue:hover {
    position: relative;
    color: #0086d3;
    font-weight: 700;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}


.btn-link-blue::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0px;
    width: 0%;
    height: 2px;
    background-color: #0086d3;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-blue:hover::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0px;
    width: 100%;
    height: 2px;
    background-color: #0086d3;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-blue::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #0086d3;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-blue:hover::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #0086d3;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-white {
    position: relative;
    color: white;
    background-color: #8a8a8a;
    font-weight: 700;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-white:hover {
    position: relative;
    color: white;
    font-weight: 700;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}


.btn-link-white::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0px;
    width: 0%;
    height: 2px;
    background-color: white;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-white:hover::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0px;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-white::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: white;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-link-white:hover::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}


.nav-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #ee537b;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #ee537b;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.banner-section {
    background-image: url('../images/banner.jpg');
    background-color: #d6d4d3;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.banner-content h2 {
    color: white;
}

.whatsapp-icon-desktop {
    max-height: 50px;
    width: auto;
}

iframe {
    width: 100% !important;
}

.form-control {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: 0px;
    border-bottom: 2px solid gray;
}

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

.winning-content img {
    max-width: 80px;
    max-height: 80px;
}

.winning-content {
    cursor: pointer;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.type-content-image {
    min-height: 250px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.type-content {
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    /* min-height: 457px !important; */
}

.type-content:hover {
    border: 3px solid #ee537b;
}

.type-content img {
    max-height: 56px;
    max-width: 56px;
    margin: 0 auto;
}


.journey-wrapper {
    position: relative;
    background-color: #1f88c9;
    margin: 10px 0px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.journey-wrapper p {
    color: white;
    font-weight: 700;
    margin-bottom: 0px;
}

.journey-wrapper .count-number {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    background-color: #e95284;

    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 900;
    font-size: 40px;
}

.border-radius-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}

.video-content {
    min-height: 182px;
}

.specialist-section {
    background-image: linear-gradient(to right, #1c3261 0%, #ee537b 100%);
}

.video-section {
    position: relative;
    cursor: pointer;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.storywrapper {
    position: relative;
    cursor: pointer;
}

.footer {
    background-color: #ffc4d3 !important;
}
.keywords-sec {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.keywords-sec.show {
  max-height: 1000px; /* Adjust based on content height */
}
section.py-2.pb-md-4.pt-md-0.keywords-sec.show {
    margin-bottom: 66px;
    margin-top: -44px;
}
section.pb-2.pt-2.footer-keys.pt-md-3.pb-md-3 {
    margin-top: -42px;
}
span.side-rules-txt.fw-400.pos-relative {
    font-size: 21px;
}
.row {
    margin-top: 0;
    margin-bottom: 1.5rem;
    justify-content: center;
}

/* Typography */
.clrGrey {
    color: #000; /* Dark grey for better readability */
}

.f-14 {
    font-size: 14px;
}

.fw-400 {
    font-weight: 400;
}

.text-center {
    text-align: center;
}

/* Side rule container */
.pos-relative {
    position: relative;
}

/* Styled heading text */
.side-rules-txt {
    background-color: #fff; /* Keeps text background clean over the HR line */
    padding: 0 1rem;
    z-index: 1;
}

/* Horizontal rule styling */
.side-rules {
    border: none;
    border-top: 1px solid #EE537B;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0;
}

.footer-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 300;
    background-color: #f44336a8 !important;
    backdrop-filter: blur(10px);
}

.footer-float-content a {
    font-size: 13px;
}

.footer-float-content a i {
    font-size: 25px;
}

.btn-rounded {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
}

/* #form-section {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 200;
} */

.footer-bottom-section {
    margin-bottom: 42px;
    background-color: #607d8b;
}

.banner-blue {
    color: #0086d3 !important;
    font-weight: 700;
}

.banner-pink {
    background-color: #ee537b;
    color: white;
}

#kenytChatBubble.style1 #kenytBubbleContainer {
    display: none !important;
}

.doctor-card {
    padding: 0px;
}

.card-body {
    min-height: 78px;
}

.doctor-image {
    min-height: 250px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

button:focus {
    outline: none;
    box-shadow: none;
}


/*  Media Queries Starts */

/*  Large Desktops upto 1350px */
@media screen and (max-width: 1300px) {}

/* Small Desktops upto 1024px */
@media screen and (max-width: 1024px) {}

/*  Tablets upto 768px */
@media screen and (max-width: 768px) {
    .banner-content h1 {
        font-size: 23px;
    }
    div#engtWrapper {
    z-index: -1;
}
section.pb-2.pt-2.footer-keys.pt-md-3.pb-md-3 {
    margin-bottom: 39px;
}
}


/* Small Devices and Phones upto 480px */
@media screen and (max-width: 480px) {
    .banner-content h1 {
        font-size: 23px;
    }

    .banner-section {
        background-image: none;
    }

    /* #form-section {
        position: initial;
        right: initial;
        top: initial;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
    } */

    .footer-bottom-section {
        margin-bottom: 61px;
    }

    .navbar-light .navbar-brand {
        width: 140px;
    }

    .navbar-toggler {
        display: none;
    }

    .journey-wrapper {
        margin: 10px 0px !important;
    }

    .journey-wrapper .count-number {
        left: -16px;
    }

    .section {
        padding: 25px 0px;
    }

    h2 {
        font-size: 24px;
    }

    h5 {
        font-size: 19px;
    }
}


/*  Media Queries Ends */