/*
 * Custom CSS
 */

/* :root {
  --bs-body-bg: var(--bs-gray-100);
} */

/* nav */
html,
body {
    margin: 0px;
    height: 100%;
    font-family: "Montserrat", sans-serif;
}
a {
    text-decoration: none;
}

.blue {
    color: #0776bd;
}

/** === BEGIN:: NAVBAR SECTION CSS === **/

.navbar {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
    z-index: 99;
}

.sticky {
    /* top: 53px !important; */
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sticky-active {
    /* position: fixed !important; */
    /* top: 0%; */
    /* left: 7.50%; */
    /* left: auto; */
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-brand img {
    width: 200px;
}

.navbar .dropdown-item {
    color: #040404;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 200% */
    letter-spacing: 0.5px;
}

.navbar-nav .nav-link {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.2s;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgba(138, 115, 173, 1);
}
.navbar-nav .nav-link:hover {
    color: #0776bd;
}
.navbar .navbar-nav .nav-item {
    position: relative;
}
.navbar-toggler-icon {
    z-index: 100;
    /* background-color: #6e59a6; */
    filter: invert(1);
}
.navbar .navbar-nav .nav-item::after {
    position: absolute;
    top: 59px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background-image: linear-gradient(
        274deg,
        rgb(72, 198, 241) 0%,
        rgb(110, 89, 166) 100%
    );
    opacity: 0;
    height: 3px;
    transition: ease-in 0.35s;
}
@media only screen and (max-width: 768px) {
    .navbar .navbar-nav .nav-item::after {
        position: static;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        background-image: linear-gradient(
            180deg,
            rgb(73, 194, 238) 0%,
            rgb(108, 92, 168) 100%
        );
        opacity: 0;
        height: 4px;
        width: 81px;
        transition: ease-in 0.25s;
    }

    .sticky-active {
        /* left: 30px; */
        /* top: 30px; */
    }

    #navbar {
        margin-bottom: 30%;
        margin-top: -40px;
    }
}
.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item.active::after {
    opacity: 1;
    transition: ease-out 0.2s;
}

.lp-btn-outline-primary {
    padding: 7px 22px;
    color: #0776bd;
    text-align: left;
    font: 500 14px/26px "Montserrat", sans-serif;
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    transition: all 0.7s;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    white-space: nowrap;
}
.lp-btn-outline-primary:hover {
    background: linear-gradient(
        266.73deg,
        rgba(7, 118, 189, 1) 0%,
        rgba(96, 187, 70, 1) 100%
    );
    color: white;
}

.kb-btn {
    padding: 7px 26px;
    border-radius: 5px;
    text-align: center;
    transition: 0.8s;
    background-size: 200% auto;
    font: 500 14px/26px "Montserrat", sans-serif;
    text-decoration: none;

    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
    transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    display: block;
    border: 1px solid #0776bd;
}
.kb-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.kb-btn-round {
    border-radius: 15px;
}
.kb-btn-1 {
    background-image: linear-gradient(
        to right,
        #60bb46 0%,
        #0776bd 51%,
        #60bb46 100%
    );
}
.kb-btn-1:hover {
    background-position: right center;
}
.kb-btn:hover:active {
    box-shadow: none;
    background-position: left center;
}
.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}
@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }

    .dropdown-menu > li a:hover,
    .dropdown-menu > li.show {
        background-image: linear-gradient(
            90deg,
            rgb(75, 190, 235) 0%,
            rgb(107, 97, 171) 100%
        );
        color: white;
    }
    .dropdown-menu > li.show > a {
        color: white;
    }
}
/* .dropdown:hover .dropdown-menu {
  display: block;
} */
/** === END:: NAVBAR SECTION CSS === **/

/** === BEGIN:: HERO SECTION CSS === **/
#slider {
    padding-bottom: 58px;
}
#slider .carousel-caption {
    color: #ffffff;
    text-align: left;
    bottom: 12rem !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 8%;
    top: 30%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: rgb(255, 255, 255);
    text-align: center;
}

#slider .title1 {
    font-style: normal;
    font-weight: 600;
    font-family: Montserrat;
    background: linear-gradient(275deg, #60bb46 72%, #00609d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#slider .title2 {
    color: #3f3f3f;
    font-style: normal;
    font-weight: 600;
    font-family: Montserrat;
}

#slider .carousel-control-next-icon:after {
    content: ">";
    font-size: 55px;
    color: #0776bd;
}

#slider .carousel-control-prev-icon:after {
    content: "<";
    font-size: 55px;
    color: #0776bd;
}
#slider .carousel-indicators [data-bs-target] {
    background-color: #0776bd;
}
#slider .carousel-control-prev,
#slider .carousel-control-next {
    display: none;
}
#slider .slider-content {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 111px;
    top: 99px;
    position: absolute;
    /* border: 9px solid #fff; */
    /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
    /* clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
}

@media (min-width: 576px) {
    #slider .slider-content {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        left: 29px;
        top: 16px;
        position: absolute;
        /* border: 9px solid #fff; */
        /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
        /* clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #slider .slider-content {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        left: 93px;
        top: 50px;
        position: absolute;
        /* border: 9px solid #fff; */
        /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
        /* clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #slider .slider-content {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        left: 115px;
        top: 119px;
        position: absolute;
        /* border: 9px solid #fff; */
        /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
        /* clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #slider .slider-content {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        left: 148px;
        top: 171px;
        position: absolute;
        /* border: 9px solid #fff; */
        /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
        /* clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #slider .slider-content {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        left: 248px;
        top: 218px;
        position: absolute;
        /* border: 9px solid #fff; */
        /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
        /* clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
    }
    #slider .slider-content .title1 {
        font-size: 56px;
    }
}
/** === END:: HERO SECTION CSS === **/

/** === BEGIN:: HEALTH CARE SERVICE SECTION CSS === **/
#healthcare_service {
    padding: 86px 0px;
}
.video-js .vjs-big-play-button {
    font-size: 10em !important;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin-top: -0.81666em;
    margin-left: -1.5em;
    cursor: pointer;
    opacity: 1;
    border: none !important;
    background-color: rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.3em;
    transition: all 0.4s;
}
/** === END:: HEALTH CARE SERVICE SECTION CSS === **/

/** === END:: SERVICE SECTION CSS === **/
#service {
    padding: 276px 0px; /* height: 1375px; */
    flex-shrink: 0;
}
.title1 {
    color: var(--Blue, #44c8f5);
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 65% */
    letter-spacing: 0.5px;
}
.title2 {
    color: var(--Violet, #8a73ad);
    font-style: normal;
    font-weight: 600;
    line-height: 76px; /* 138.182% */
    letter-spacing: 0.5px;
}
/* #service .card{
  border-radius: 35px;
  background: #FFF;
  transition: 0.8s;

}

#service .card:hover{
  background: linear-gradient(266.73deg,rgba(7, 118, 189, 1) 0%,rgba(96, 187, 70, 1) 100%);
  color: white;
} */

.service-cards {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
    width: 50%;
    margin-top: 2rem;
}

/* @media (max-width: 991px) {
    .service-cards {
        display: grid;
        grid-template-columns: auto auto;
    }
} */
/* @media (max-width: 768px) {
    .service-cards {
        display: grid;
        grid-template-columns: auto auto;
    }
} */
/* @media (max-width: 450px) {
    .service-cards {
        display: grid;
        grid-template-columns: auto;
    }
} */

#service .service_card {
    width: 249px;
    height: 201px;
    position: relative;
    background-color: #ccc;
    /* background: white; */
    -webkit-backface-visibility: hidden;
    z-index: 1;
    border-radius: var(--bs-border-radius-xxl) !important;
    border: none;
    background: white;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}

#service .card-body {
    padding: 0;
}
#service .card-title {
    color: black;
}
#service .card-text {
    color: #2d2d2d;
}

#service .service_card:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius-xxl) !important;
    background: linear-gradient(
        180deg,
        rgb(73, 194, 238) 0%,
        rgb(108, 92, 168) 100%
    );
    color: black;
    transition: opacity 0.4s ease-out;
    z-index: 2;
    opacity: 0;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
#service .service_card:hover:after {
    opacity: 1;
}
#service .service_card span {
    position: relative;
    z-index: 3;
    color: white;
}
#service .service_card i {
    background: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    ); /* Define your gradient colors */
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    color: transparent; /* Make the text transparent so the gradient shows through */
}
#service .service_card:hover i {
    background: white; /* Define your gradient colors */
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    color: transparent; /* Make the text transparent so the gradient shows through */
}
#service .service_card:hover p {
    color: white;
}
#service .service_card:hover li {
    color: #000;
}
#service .service_card:hover table tr td,
table tr th {
    color: #000;
}

#service .service_card:hover h5 {
    color: white;
}
#service .service_background {
    height: 2952px;
    background-size: cover;
    background-image: url("images/center_of_exellence.png");
}

@media (min-width: 353px) {
    #service .service_background {
        height: 2944px;
    }
}
@media (min-width: 468px) {
    #service .service_background {
        height: 2781px;
    }
}

@media (min-width: 576px) {
    #service .service_background {
        height: 1554px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #service .service_background {
        height: 1580px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #service .service_background {
        height: 843px;
    }
}
/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #service .service_background {
        height: 795px;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #service .service_background {
        height: 541px;
    }
}

/** === END:: SERVICE SECTION CSS === **/

/** === BEGIN:: DOCTORS SECTION CSS === **/
#doctor {
    padding: 86px 0px;
    flex-shrink: 0;
}
#doctor .card {
    border: none;
    background: transparent;
}
#doctor .card-title {
    color: #6e59a6;
    font-family: Montserrat;
    font-weight: 600;
}
#doctor .card-body {
    background: white;
    color: #48c6f1;
    position: relative;
    top: -3px;
    transition: all 0.5s;
}
#doctor .card:hover .card-body {
    top: -20px;
}
#doctor img {
    width: 224px;
    height: 306px;
    object-fit: cover;
}

#doctor .service_background {
    height: 500px;
    background-size: cover;
    background-image: url("images/doctor_background.png");
}

@media (max-width: 768px) {
    #doctor .service_background {
        background-image: none;
        height: 250px;
    }
}

/** === END:: DOCTORS SECTION CSS === **/

/** === BEGIN:: TECHNOLOGY SECTION CSS === **/
#technology {
    margin-top: -200px;
    padding: 251px 0px;
    flex-shrink: 0;
}
#technology .card {
    border: none;
    background: transparent;
}
#technology .card-title {
    color: #000000;
    font-weight: 600;
    transition: all 0.5s;
}
#technology .card-body {
    background: white;
    color: #48c6f1;
    z-index: 1;
    width: 253px;
    height: 80px;
    transition: all 0.8s;
}
#technology .card img {
    position: relative;
    top: 74px;
    transition: all 0.5s;
}
#technology .card:hover img {
    top: -10px;
}

#technology .card:hover .card-body {
    background: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    );
}
#technology .card:hover h6 {
    color: white;
}

#technology img {
    width: 224px;
    height: 306px;
    object-fit: cover;
}

#technology .technology_background {
    height: 2647px;
    background-size: cover;
    background-image: url("images/technology_background.png");
}

@media (max-width: 768px) {
    #technology .technology_background {
        background-image: none;
        height: 200px;
    }
}

@media (min-width: 992px) {
    #technology .technology_background {
        height: 876px;
    }
}

@media (min-width: 1200px) {
    #technology .technology_background {
        height: 448px;
    }
}
/** === END:: TECHNOLOGY SECTION CSS === **/


/** === BEGIN:: CUSTOMER FEEDBACK REVIEW SECTION CSS === **/
#review {
    padding: 86px 0px;
    flex-shrink: 0;
}
#review p {
    color: #1e1e1e;
    text-align: justify;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 200% */
}
#review .card {
    border: none;
    padding: 1.875rem;
    background: linear-gradient(
        540deg,
        rgba(73, 194, 238, 0.2) 0%,
        rgba(108, 92, 168, 0.2) 100%
    );
}

#review .customer-review {
    color: var(--charcoal, #1a1a1a);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 200% */
    text-align: justify;
    margin-bottom: 2rem;
    /* height: 4rem; */
}
#review h4 {
    color: #040404;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: 0.5px;
}
.patient-feedbacks {
    display: flex;
    align-items: center;
    gap: 1rem;
}

img.rounded-circle {
    margin-right: 1.5rem;
}

.patient-name {
    font-size: 1.3rem;
    font-weight: 500;
}

@media(max-width: 768px) {
    .patient-feedback div > img {
        width: 50px;
        margin-top: -20px;
    }

    #review .customer-review {
        font-size: 12px;
    }

    .patient-name {
        font-size: 1rem;
    }

}
/** === END:: CUSTOMER FEEDBACK REVIEW SECTION CSS === **/

/** === BEGIN:: BLOGS SECTION CSS === **/
#blog {
    padding: 86px 0px;
    flex-shrink: 0;
}
#blog .read-more {
    color: #0776bd;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    transition: all 1s;
}
#blog .read-more:hover {
    background: linear-gradient(253deg, #0776bd 0%, #60bb46 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#blog .blog-image {
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    height: 225px;
}
#blog .blog-image:hover {
    background-position: top;
}
/** === END:: BLOGS SECTION CSS === **/

/** === BEGIN:: SUBCRIBE SECTION CSS === **/
#subscribe {
    padding: 128px 0;
    background-image: url("images/subscribe-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#subscribe h1 {
    color: white;
}
/** === END:: SUBCRIBE SECTION CSS === **/

/** === BEGIN:: GET IN TOUCH SECTION CSS === **/
#get-in-touch {
    padding: 128px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#get-in-touch .form-control {
    padding: 1.375rem 0.75rem;
}
#get-in-touch .card {
    border-radius: 15px;
    background: #f5f5f5;
    border: none;
}
#get-in-touch .service_card i {
    font-size: 25px;
    padding: 13px;
    color: white;
    background: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    );
    border-radius: 4px;
}
/** === END:: GET IN TOUCH SECTION CSS === **/

/** === BEGIN:: FOOTER SECTION CSS === **/
#footer {
    padding-top: 70px;
    padding-bottom: 10px;
    background: linear-gradient(179deg, #1e1e1e 0%, #6c5ca8 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
#footer svg {
    transition: 0.3s;
}
#footer svg:hover {
    transform: scale(1.9);
}
#footer svg:active {
    transform: scale(1);
}
#footer ul {
    list-style: none;
    padding-left: 0rem;
    padding-top: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.5px;
}
#footer li {
    padding-bottom: 15px;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer a:hover {
    /* color: #60BB46; */
    color: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    );
    transform: scaleY(1);
}

.footer-container {
    padding: 0 3%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    flex-wrap: wrap;
}

.footer-logo img {
    width: 200px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer-about-us ul li,
.footer-services ul li,
.footer-oporajoyee-abashon ul li,
.footer-contact-us ul li {
    padding: 0;
    margin: 0;
    padding-bottom: 5px !important;
}

#footer .social-links {
    display: flex;
    gap: 20px;
    font-size: 20px;
    margin-top: 10px;
}

#footer .social-links a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    transition: all 0.3s;
    background: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    );
}

#footer .social-links a:hover {
    transform: scale(1.1);
}

.footer-contact-us {
    position: relative;
}

.hot-line-contact {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: flex;
}

.hot-line-meta-content h3 {
    text-transform: uppercase;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    padding-bottom: 0px;
    margin-bottom: -7px;
    letter-spacing: 1px;
}

.hot-line img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.hr-line {
    width: 100%;
    background: #dfe4ea;
    height: 1px;
    margin-top: 10px;
}

.copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.copyright-text,
.developed-credit {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0 3%;
    margin-top: 10px;
}

@media (max-width: 1088px) {
    .footer-container {
        display: grid;
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 991px) {
    .footer-container {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 768px) {
    .footer-container {
        display: grid;
        grid-template-columns: auto;
    }
    #footer ul {
        padding-top: 10px !important;
    }
}

/** === END:: FOOTER SECTION CSS === **/

#why-patient-choose {
    /* top: -300px; */
    background-repeat: no-repeat;
    background-position: right;
    /* margin-top: 199px; */
    background-size: 90%;
}

@media (max-width: 768px) {
    #why-patient-choose {
        background-image: none !important;
    }

    #why-patient-choose .title2 {
        font-size: 1.2rem;
    }

    /* #slider {
        top: 122px !important;
        z-index: -1;
    } */

    #main-feature {
        top: 0 !important;
    }
}

/*footer */

#login.full-height {
    height: 100%;
    background: linear-gradient(225deg, #0776bd 0%, #60bb46 100%);
}

#login .bg-dark {
    --bs-bg-opacity: 0;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

#bgImage {
    background: url("./images/bg-shadow.png");
    margin-top: -80px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5rem;
}

#main-feature {
    position: relative;
    top: -50px;
    font-size: 15px;
}
#main-feature .card li {
    padding-bottom: 17px;
}
#main-feature p {
    margin-bottom: 2px !important;
}

#main-feature .service_card {
    position: relative;
    background-color: #ccc;
    /* background: white; */
    -webkit-backface-visibility: hidden;
    z-index: 1;
    border-radius: var(--bs-border-radius-xxl) !important;
    border: none;
    background: linear-gradient(
        180deg,
        rgb(73, 194, 238) 0%,
        rgb(108, 92, 168) 100%
    );
}
#main-feature .service_card:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius-xxl) !important;
    background: white;
    color: black;
    transition: opacity 0.4s ease-out;
    z-index: 2;
    opacity: 0;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
#main-feature .service_card:hover:after {
    opacity: 1;
}

#main-feature .service_card span {
    position: relative;
    z-index: 3;
    color: white;
}

#main-feature .service_card:hover i {
    background: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    ); /* Define your gradient colors */
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    color: transparent; /* Make the text transparent so the gradient shows through */
}
#main-feature .service_card:hover p {
    color: #000;
}
#main-feature .service_card:hover li {
    color: #000;
}
#main-feature .service_card:hover table tr td,
table tr th {
    color: #000;
}
#main-feature .service_card:hover h1 {
    color: rgba(138, 115, 173, 1);
}
#main-feature .service_card:hover h2 {
    color: rgba(68, 200, 245, 1);
}

.lp-btn-outline-primary {
    /* padding: 7px 26px; */

    color: rgba(138, 115, 173, 1);
    text-align: left;
    font: 500 14px/26px "Montserrat", sans-serif;
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    transition: all 0.7s;
    background-color: white;
}
.lp-btn-outline-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    padding: 1px;
    width: 101%;
    height: 41px;
    background: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    );
    -webkit-mask: linear-gradient(rgba(68, 200, 245, 1) 0 0) content-box,
        linear-gradient(rgba(138, 115, 173, 1) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.lp-btn-outline-primary:hover {
    background: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    ); /* Define your gradient colors */
    border-radius: 3px;
    color: white;
}
#main-feature table tr td,
table tr th {
    background-color: rgba(211, 130, 240, 0) !important;
    color: #fff;
}

/* why-patient-choose */

#why-patient-choose .title1 {
    color: var(--Violet, #8a73ad);
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 65% */
    letter-spacing: 0.5px;
}
#why-patient-choose .title2 {
    color: var(--Blue, #44c8f5);
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 120% */
    letter-spacing: 0.5px;
}
#why-patient-choose .service_card {
    position: relative;
    background-color: #ccc;
    /* background: white; */
    -webkit-backface-visibility: hidden;
    z-index: 1;
    border-radius: var(--bs-border-radius-xxl) !important;
    border: none;
    background: linear-gradient(
        180deg,
        rgb(73, 194, 238) 0%,
        rgb(108, 92, 168) 100%
    );
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}

#why-patient-choose .service-cards .service-item:nth-child(2) {
    margin-top: 6rem;
}

#why-patient-choose .service-cards .service-item:nth-child(3) {
    margin-top: -6rem;
}

#why-patient-choose .service-cards .service-item:nth-child(5) {
    margin-top: -6rem;
}

#why-patient-choose .service_card span {
    position: relative;
    z-index: 3;
    color: white;
}

#why-patient-choose .service_card:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius-xxl) !important;
    background: white;
    color: black;
    transition: opacity 0.4s ease-out;
    z-index: 2;
    opacity: 0;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
#why-patient-choose .service_card:hover:after {
    opacity: 1;
}
#why-patient-choose .service_card span {
    position: relative;
    z-index: 3;
    color: white;
}
#why-patient-choose .service_card:hover i {
    background: linear-gradient(
        225.73deg,
        rgba(68, 200, 245, 1) 0%,
        rgba(138, 115, 173, 1) 100%
    ); /* Define your gradient colors */
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text; /* Standard property */
    color: transparent; /* Make the text transparent so the gradient shows through */
}
#why-patient-choose .service_card:hover p {
    color: #000;
}
#why-patient-choose .service_card:hover li {
    color: #000;
}
#why-patient-choose .service_card:hover table tr td,
table tr th {
    color: #000;
}
#why-patient-choose .service_card:hover h1 {
    color: rgba(138, 115, 173, 1);
}
#why-patient-choose .service_card:hover h5 {
    color: rgba(68, 200, 245, 1);
}
/* why-patient-choose */
/*location*/
#location {
    padding: 97px 0px;
}
/*location*/

/* doctor appointment page css */
.modal-backdrop {
    z-index: -1;
}

#doctor-profile {
    background: linear-gradient(
        189deg,
        rgba(73, 194, 238, 0.2) 13.48%,
        rgba(108, 92, 168, 0.2) 87.25%
    );
    mix-blend-mode: multiply;
}

.profile {
    border-radius: 15px;
    background: #fff;
    padding: 10px;
    width: 90%;
}

.profile-content {
    padding: 20px 10px;
}

.doctor-name {
    color: rgba(138, 115, 173, 1);
    font-weight: 600;
}

.book-appointment-btn {
    border: 1px solid rgba(138, 115, 173, 1);
    color: rgba(138, 115, 173, 1);
    outline: none;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: all 0.3s;
    background-color: #fff;
    padding: 5px 10px;
}

.book-appointment-btn:hover {
    background-image: linear-gradient(
        274deg,
        rgb(72, 198, 241) 0%,
        rgb(110, 89, 166) 100%
    );
    color: #fff;
    border: 1px solid transparent;
}
.about-doctor {
    margin-top: 25px;
}

.about-doctor-title {
    color: rgba(138, 115, 173, 1);
    font-weight: 700;
    letter-spacing: 1px;
}

.sehedule-list {
    display: flex;
    justify-content: space-between;
}

.shedule-date {
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .profile {
        width: 100%;
    }
    .sehedule-list {
        flex-direction: column;
        align-items: left;
        justify-content: start;
    }
}

/* ==========  Awards & Recognition =========== */
.purple-clr {
    color: rgb(138, 115, 173);
    font-weight: 700;
}

.check-mark {
    display: flex;
    align-items: center;
}

.check-mark img {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(
        30deg,
        rgb(72, 198, 241) 0%,
        rgb(110, 89, 166) 100%
    );
    border-radius: 30px;
    flex-shrink: 0;
    margin-right: 20px;
}

.check-mark p {
    font-weight: 500;
    margin-top: 15px;
}

/* ======= Diagnostics Test ========= */
.diagnostics-list {
    padding: 0px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px !important;
}

.diagnostics-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-wrap: wrap;
    padding: 10px;
    width: 100%;
    font-weight: 500;
    height: 60px;
    border-radius: 8px !important;
}
.diagnostics-row:nth-child(even) {
    background-color: rgb(236, 249, 254);
}
.diagnostics-row:nth-child(odd) {
    background-color: rgb(237, 234, 243);
}

.diagnostics-row .description {
    width: 70%;
}

/* ====== Lung Cancer ====== */
.lung-cancer-card {
    background-color: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    width: 150px;
    height: 150px;
    border-radius: 8px;
    padding: 20px;
    right: 30px;
    transition: all 0.3s;
}

.lung-cancer-card:hover {
    color: #fff;
    background-image: linear-gradient(
        140deg,
        rgb(72, 198, 241) 0%,
        rgb(110, 89, 166) 100%
    );
}

.lung-cancer-card img {
    width: 30px;
}

.lung-cancer-card-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

.lung-cancer-content-list .lung-cancer-content-item {
    margin-left: -10px;
    padding: 10px;
    width: 90%;
}

/* ====== News & Article =========== */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0.6;
    background: linear-gradient(
        252deg,
        #8055a0 0%,
        #7a68aa 44.05%,
        #5bc1da 98.86%
    );
    mix-blend-mode: multiply;
    z-index: 10;
}
.carousel-caption {
    z-index: 20;
}

#articles {
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.article {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}
.overlay-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0.6;
    background: linear-gradient(
        252deg,
        #8055a0 0%,
        #7a68aa 44.05%,
        #5bc1da 98.86%
    );
    mix-blend-mode: multiply;
    z-index: 10;
}
.article img {
    width: 100%;
}

.article-content {
    position: absolute;
    bottom: 10px;
    padding: 20px;
    color: #fff;
    z-index: 20;
}

.article-content button {
    border: none;
    outline: none;
    padding: 4px 15px;
    font-weight: 500;
    border-radius: 8px;
    color: #555;
    font-size: 14px;
}

.article-card-medium {
    font-size: 17px;
    width: 100%;
}
.article-card-small {
    font-size: 15px;
    width: 100%;
}

.chosen-container {
    width: 100% !important;
}

#award .carousel-inner {
    background-color: white;
    z-index: 5;
}
