/*#region top ================================== SLICK CSS START ====================== */

.slick-slide {
    height: auto;
}

.slider-container {
    position: relative;
}

.slick-arrow {
    font-family: "Font Awesome 5 Free";
    background: transparent;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -35px;
    bottom: 0;
    margin: auto;
    color: #092759;
    z-index: 1;
    border: 0;
    font-size: 0;
    outline: 0;
    border: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    outline: 0;
}

button {
    outline: 0 !important;
}

.slick-arrow.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    color: #295368;
    font-size: 30px;
    line-height: 2.2;
    font-weight: 600;
    /*background: #a4297a;
padding: 25px 8px;*/
    border-radius: 3px;
}

.slick-arrow.slick-prev {
    left: -30px;
}

.slick-arrow.slick-next {
    right: -30px;
}

.slick-arrow.slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #295368;
    font-size: 30px;
    line-height: 2.2;
    font-weight: 600;
    /*background: #E8E2D7;
  padding: 25px 8px;*/
    border-radius: 3px;
}

.slick-dots {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li:only-child {
    opacity: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #295368;
    outline: 0;
    background: 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slick-dots li button::before,
.slick-dots li button:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: auto auto;
    width: 12px;
    height: 12px;
    background: 0 0;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button::before,
.slick-dots li.slick-active button:before {
    background: #295368;
    width: 12px;
    height: 12px;
}

.slick-track {
    margin-left: initial;
    margin-right: initial;
}

.departments-slider .slick-dots li button::before,
.departments-slider .slick-dots li button:before {
    background: #ec192f;
}
.departments-slider .slick-dots li.slick-active button::before,
.departments-slider .slick-dots li.slick-active button:before {
    background: #295368;
}
.testimonial-slider .slick-arrow.slick-next:before {
    color: #fff;
}
.testimonial-slider .slick-arrow.slick-prev:before {
    color: #fff;
}
/*#endregion ================================== SLICK CSS END ====================== */

/*#region top ================================== HOME PAGE CSS START ====================== */
.fixed_social {
    position: relative;
}
.fixed_social ul {
    position: fixed !important;
    right: 0;
    top: 40%;
    z-index: 999;
}
.fixed_social ul li {
    flex-direction: column;
    margin-bottom: 20px;
}
.fixed_social a {
    background-color: #ec192f;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.fixed_social a:hover {
    color: #fff;
    background-color: #295368;
}

.fixed_social .fa-facebook {
    font-size: 18px;
}

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

.banner-card {
    position: relative;
}

.banner-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    padding-left: 120px;
}
.about-card-wrapper {
    text-align: center;
    padding: 25px 25px;
    color: #fff;
    height: 100%;
}
.about-card-wrapper.bg-red {
    border-top-left-radius: 80px;
}
.about-card-wrapper.bg-blue {
    border-bottom-right-radius: 80px;
}
.about-card-wrapper p {
    color: #fff;
    font-size: 15px;
}
.department-wrapper {
    margin-bottom: 30px;
}

.department-icon img {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px gray;
    margin: auto;
    margin-bottom: 15px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.department-wrapper p {
    color: #295368;
    font-size: 14px;
    font-weight: 600;
}

.find-doctor .form-control {
    background: #dbe2ea;
    font-size: 14px;
    height: 50px;
    color: #0f5a8a;
}
.find-doctor .submit-btn {
    background: #ec192f;
    color: #fff;
    height: 50px;
    width: 55px;
}
.youtube-iframe-wrapper iframe {
    border-bottom-right-radius: 40px;
}

/*#endregion ================================== HOME PAGE CSS END ====================== */

/*#region top ================================== DEPARTMENT PAGE CSS START ====================== */

.grey_box {
    background: #d9d9d9;
    padding: 25px;
    min-height: 240px;
}
.grey_box p {
    color: #2d2d2d;
}

.grey_box img {
    object-fit: contain;
    height: 80px;
}

.accordion-item {
    border: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-button {
    background-color: #d9d9d9;
    color: #295368;
    font-size: 18px;
    font-weight:600;
}
.accordion-button:not(.collapsed) {
    color: #295368;
    background-color: #d9d9d9;
    font-weight:600;
}
.border-radius-card {
    background: #fff;
    border-bottom-right-radius: 88px;
    padding: 30px 50px;
}
.pregnancy-wrapper {
    border: 1px solid #295368;
    color: #295368;
    padding: 20px 30px;
    border-radius: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.pregnancy-wrapper:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #0f5a8a;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    right: 25px;
}
.pregnancy-wrapper:hover {
    background: #ab252f;
    border: 1px solid #fff;
}
.pregnancy-wrapper:hover p {
    color: #fff;
}
.pregnancy-wrapper:hover:after {
    color: #fff;
}
/*#endregion ================================== DEPARTMENT PAGE CSS END ====================== */

/*#region top ================================== DOCTORS PAGE CSS START ====================== */

.our_doctors .card {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    /* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2); */
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0;
}

.our_doctors .card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(
        to top,
        rgba(41, 83, 104, 1),
        rgba(41, 83, 104, .9),
        rgba(0, 68, 100, 0)
    );
    z-index: 2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    opacity: 1;
    border-bottom-right-radius: 80px;
}

.get-an-estimation .card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /*background: linear-gradient(*/
    /*    to top,*/
    /*    rgba(209, 52, 56, 1),*/
    /*    rgba(217, 217, 217, 0)*/
    /*);*/
    z-index: 2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    opacity: 1;
    border-bottom-right-radius: 80px;
}

.our_doctors .card img {
    border-bottom-right-radius: 80px;
    object-fit: cover;
}

.our_doctors .card .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 3;
}

.our_doctors .card .info h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
}

.our_doctors .card .info span {
    font-size: 13px;
}
.our_doctors .card .info p {
    font-size: 14px;
    line-height: 20px;
}

.d_social ul li a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    position: relative;
    color: #295368;
    padding: 5px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.d_social ul li a i {
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 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%);
}
.d_social ul li a:hover {
    background-color: #ec192f;
    color: #fff;
}
/*#endregion ================================== DOCTORS PAGE CSS END ====================== */

/*#region top ================================== INTERNATIONAL PATIENTS PAGE CSS START ====================== */

.wcs .grey_box p {
    color: #0f5a8a;
    font-size: 16px;
}
.wcs .grey_box h6 {
    color: rgba(71, 71, 71, 1);
    font-weight: 800;
    font-size: 18px;
}
.wcs .title p {
    padding: 0px 220px;
}

.down_arrow_btn a {
    width: 40px;
    height: 40px;
    background-color: rgba(198, 18, 34, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.down_arrow_btn a:hover {
    background-color: inherit;
    border: 1px solid #ab252f;
    color: #ab252f;
}
/*#endregion ================================== INTERNATIONAL PATIENTS PAGE CSS END ====================== */

/*#region top ================================== BLOGS PAGE CSS START ====================== */

.blog-card .card .content h4 {
    font-size: 20px;
}
.blog-card .card .content p {
    font-size: 14px;
}
.blog-card .card {
    position: relative;
}
.blog-card .card .content a {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #295368;
    /*border-bottom: 1px solid #be3436;*/
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.blog-card .card .content a:hover {
    color: #be3436;
}

.recent_item .card-body {
    font-size: 16px;
    font-weight: 500;
}
/*#endregion ================================== BLOGS PAGE CSS END ====================== */

/*#region top ================================== NEWS PAGE CSS START ====================== */
.news_sec .card {
    padding: 45px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 80px;
}
.list-group-item p {
    font-weight: 600;
}
.list-group-item i {
    font-weight: 600;
}
.list-group-item.active {
    background: #fff;
    border-color: #fff;
}
.list-group-item.active p {
    color: #be3436;
    font-weight: 600;
}
.list-group-item.active i {
    color: #be3436;
    font-weight: 600;
}

.doctors_interviews p {
    width: 70%;
}
/*#endregion ================================== NEWS PAGE CSS END ====================== */

/*#region top ================================== DOCTOR PAGE CSS START ====================== */

.thick_blue_line {
    width: 30%;
    height: 3px;
    line-height: 0px;
    background-color: #295368;
}
.doctor_page .bg-blue {
    /*border-top-left-radius: 40px;*/
    border-bottom-right-radius: 40px;
}
.doctor_page h2 {
    color: #295368;
    border-bottom: 2px solid #ab252f;
    width: fit-content;
    line-height: 50px;
}

.doctor_page .card {
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    /* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2); */
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border: 0;
}

.doctor_page .card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
        to top,
        rgba(0, 68, 100, 1),
        rgba(0, 68, 100, 0)
    );
    z-index: 2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    opacity: 1;
    /* border-top-left-radius: 40px; */
}

.doctor_page .card img {
    border-top-left-radius: 40px;
    width: 100%;
    /*height: 386px;*/
    object-fit: contain;
    object-position: center;
}

.doctor_page .card .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 3;
}

.doctor_page .card .info h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
}

.doctor_page .card .info span {
    font-size: 13px;
}

.doctor_desc p {
    font-size: 14px;
    font-weight: 400;
}

.sravani_tabs .nav-pills {
    display: flex;
    justify-content: start;
}
.sravani_tabs .nav-pills .nav-item {
    background-color: #d9d9d9;
}
.sravani_tabs .nav-pills .nav-item .nav-link {
    border: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 100%;
    padding: 8px 60px;
    color: #295368;
    font-weight: 500;
    font-size: 16px;
}

.sravani_tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #be3436;
    color: #fff !important;
}

.sravani_tabs .tab-content h2 {
    border-bottom: 0.5px solid #9090AA;
    /*width: fit-content;*/
    line-height: 45px;
}
.sravani_tabs .tab-content ul li {
    font-weight: 400;
    font-size: 15px;
    color: #0f5a8a;
    line-height: 1.4em !important;
}

.latest-news-slider .slick-arrow.slick-prev:before {
    color: #fff;
}
.latest-news-slider .slick-arrow.slick-next:before {
    color: #fff;
}
/*#endregion ================================== DOCTOR PAGE CSS END ====================== */

/*#region top ================================== ABOUT US PAGE CSS START ====================== */
.our_mission_vision .card {
    height: 300px;
    border-top-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    box-shadow: 5px 5px 10px #ec192f;
}
.our_mission_vision .card .title {
    border-bottom: 2px solid #295368;
    width: fit-content;
    height: 80px;
}
.our_mission_vision .card .title h4 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-family: "Montserrat", sans-serif;
}
.our_mission_vision .card ul {
    padding-left: 1rem !important;
}
.our_mission_vision .card ul li {
    line-height: 20px;
}
.our_mission_vision .card p {
    font-size: 15px;
}
.our_mission_vision .slick-arrow.slick-prev:before {
    color: #fff;
}
.our_mission_vision .slick-arrow.slick-next:before {
    color: #fff;
}
/*#endregion ================================== ABOUT US PAGE CSS END ====================== */

/*#region top ================================== PACKAGES PAGE CSS START ====================== */
.health_package label {
    font-size: 18px;
    color: #295368;
    font-weight: 600;
}
.health_package_cards .card {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0;
}

.giving_power_banner {
    background: url("../img/health_package/health_package.png") no-repeat center
        center;
    background-size: cover;
    background-position: center;
    height: 50vh;
}
/*#endregion ================================== PACKAGES PAGE CSS END ====================== */

/* Procedures Page */
.procedures {
    border: 1px solid #295368;
    color: #295368;
    padding: 20px 30px;
    border-radius: 35px;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.procedures:hover p {
    color: #fff;
}
.procedures:hover:after {
    color: #fff;
}
.procedures:hover {
    background: #ec192f;
    border: 1px solid #fff;
}

.table {
    width: 100% !important;
}
.footer-sec h4 {
    font-size: 20px !important;
}

.infrastructure_sec img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.infrastructure_sec img:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Home Banner Slider Start*/
.bigTitle {
    font-weight: 700;
    font-size: 30px;
   
    line-height: 1.4em;
}
@media (min-width: 425px) {
    .bigTitle {
        font-size: 40px;
        font-weight: 700;
     
        line-height: 1.4em;
    }
}
@media (min-width: 1024px) {
    .bigTitle {
        font-size: 40px;
        font-weight: 700;
     
        line-height: 1.4em;
    }
}

.home-showcase {
    position: relative;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 450px;
    object-fit: cover;
    overflow: hidden;
    border-bottom-right-radius: 40px;
}
.home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide
    .swiper-image {
    padding: 5vw;
    width: 100%;
    height: 450px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide
    .swiper-image
    .text-container
    .bigTitle {
    transform: translate(-140%, 0);
    transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
    color: #fff;
}
.home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide
    .swiper-image
    .text-container
    .container-arrow-button {
    transform: translate(-160%, 0);
    transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
    width: fit-content;
}

.home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide-active
    .swiper-image
    .text-container
    .bigTitle,
.home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide-active
    .swiper-image
    .text-container
    .container-arrow-button {
    transform: translate(0, 0);
}
.home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide-active
    .swiper-image
    .filter {
    opacity: 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination {
    position: relative;
    bottom: 50px;
    left: 0%;
    width: fit-content;
    padding: 3.5% 0;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 4vw;
    border-radius: 50px;
    height: 2px;
    background-color: #ffffff;
    opacity: 1;
    transition: width 0.8s ease-in-out, 0.4s ease-in-out;
    margin: 0 4px !important;
}
.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    background-color: #ec192f;
    width: 8vw;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav {
    display: flex;
    flex-direction: row;
    padding: 0 0 3.5% 5%;
    padding-right: 0;
}
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    position: static;
    display: flex;
    align-items: flex-end;
    font-weight: 900;
    margin: 0 2vw;
    width: 20px;
    height: auto;
}
.home-showcase
    .home-showcaseSlider
    .showcaseSlider-nav
    .showcaseSlider-prev.swiper-button-disabled,
.home-showcase
    .home-showcaseSlider
    .showcaseSlider-nav
    .showcaseSlider-next.swiper-button-disabled {
    opacity: 1;
}
.home-showcase
    .home-showcaseSlider
    .showcaseSlider-nav
    .showcaseSlider-prev.swiper-button-disabled:after,
.home-showcase
    .home-showcaseSlider
    .showcaseSlider-nav
    .showcaseSlider-next.swiper-button-disabled:after {
    color: #fff;
}
.home-showcase
    .home-showcaseSlider
    .showcaseSlider-nav
    .showcaseSlider-prev::after,
.home-showcase
    .home-showcaseSlider
    .showcaseSlider-nav
    .showcaseSlider-next::after {
    font-size: 4vw;
    color: #ec192f;
    background-color: #295368;
    padding: 15px;
}

@media(max-width: 425px){
    .home-showcase .home-showcaseSlider .swiper-pagination {
        position: relative;
        bottom: 50px;
        left: 20px;
        width: fit-content;
        padding: 3.5% 0;
    }
}
@media(max-width: 991px){
    .home-showcase .home-showcaseSlider .swiper-pagination {
        position: relative;
        bottom: 50px;
        left: 5%;
        width: fit-content;
        padding: 3.5% 0;
    }
}

@media (min-width: 1024px) {
    .home-showcase .home-showcaseSlider {
        display: block;
    }
    .home-showcase
        .home-showcaseSlider
        .swiper-wrapper
        .swiper-slide
        .swiper-image {
        align-items: center;
    }
    .home-showcase
        .home-showcaseSlider
        .swiper-wrapper
        .swiper-slide
        .swiper-image
        .text-container
        .bigTitle {
        margin: 0 0 1.25rem;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 0 2.5% 5%;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
        width: 1.5vw;
        height: 3px;
        margin: 0 8px !important;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
        width: 3vw;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        padding: 0 5% 2.5% 5%;
    }
    .home-showcase
        .home-showcaseSlider
        .showcaseSlider-nav
        .showcaseSlider-prev,
    .home-showcase
        .home-showcaseSlider
        .showcaseSlider-nav
        .showcaseSlider-next {
        margin: 0 0.6vw;
    }
    .home-showcase
        .home-showcaseSlider
        .showcaseSlider-nav
        .showcaseSlider-prev::after,
    .home-showcase
        .home-showcaseSlider
        .showcaseSlider-nav
        .showcaseSlider-next::after {
        font-size: 1vw;
    }
}
.text-white p{
    color: #fff !important;
}
ol li {
    font-size: 14px;
}

.contactus-card .card{
    background: #ddd;
}
.single_page ul li{
    font-weight: 500;
    font-size: 16px;
    color: #0f5a8a;
    line-height: 1.4em !important;
}
.about-cards .wrapper-card {
        padding: 0px 5px 0px 5px;
}
 .department-wrapper {
        transition: transform 0.3s ease-in-out;
    }

    .department-wrapper:hover {
        transform: scale(1.1);
    }
    
    @media(max-width: 991px){
    .about-cards .wrapper-card {
        padding: 5px 5px 5px 5px;
}
}

    .patients-slider {
        width: 100%; /* Ensure the slider container takes the full width */
    }

    .patients-slider .slick-slide img {
        width: 100%; /* Set the width of the images to fill the slide container */
        height: auto; /* Maintain aspect ratio */
    }
    
    
    .video-container-shorts {
    position: relative;
    width: 100%;
    padding-top: 177.77%; /* 9:16 aspect ratio */
    overflow: hidden;
}

.video-container-shorts iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Home Banner Slider End*/
