@import url("https://fonts.googleapis.com/css2?family=Barlow&amp;family=Rubik:wght@300;400;500;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow&amp;family=Sahitya:wght@400;700&amp;display=swap");

.bg-1 {
    background: #d6ecff;
}

.bg-2 {
    background: #fff4cc;
}

.bg-3 {
    background: #ff8400;
}

.bg-4 {
    background: #d3eaff;
}

.bg-5 {
    background: #e6f2fe;
}

.bg-6 {
    background: #e1edf9;
}

.bg-7 {
    background: #6aa3dc;
}

.bg-8 {
    background: #f4f6f9;
}

.bg-9 {
    background: #d4eaff;
}

.bg-10 {
    background: #d3e4f4;
}

.bg-11 {
    background: #d3f5f6;
}

.bg-12 {
    background: #edf8ff;
}

.bg-13 {
    background: #2490eb;
}

.bg-14 {
    background: #f58220;
}

.bg-15 {
    background: #2e3192;
}

.color-1 {
    color: #4187c7;
}

.color-2 {
    color: #7c7f86;
}

.color-3 {
    color: #666666;
}

.color-4 {
    color: #2490eb;
    color: #2490eb;
}

.color-5 {
    color: #178e82;
}

.color-6 {
    color: #2c2f32;
}

.color-7 {
    color: #6aa3dc;
}

.color-8 {
    color: #404040;
}

.color-9 {
    color: #48a343;
}

.color-10 {
    color: #18100f;
}

.color-12 {
    color: #6adcdc;
}

.color-12 {
    color: #6adcdc;
}

.color-13 {
    color: #666666;
}

.color-14 {
    color: #fff;
}

.color-15 {
    color: #008c4f;
}

.color-16 {
    color: #005093;
}

.ff-rubik {
    font-family: "Barlow", sans-serif;
    font-family: "Rubik", sans-serif;
}

.ff-sahitya {
    /* font-family: "Barlow", sans-serif; */
    font-family: sans-serif !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fs-11 {
    font-size: 11px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-40 {
    font-size: 40px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 38px;
}

.fs-56 {
    font-size: 56px;
}

.fs-70 {
    font-size: 70px;
}

.line-height-1 {
    line-height: 45px;
}

.line-height-2 {
    line-height: 32px;
}

.line-height-3 {
    line-height: 30px;
}

.w-30 {
    width: 30%;
}

.h-350 {
    height: 350px;
}

.btn-warning {
    border: none;
    /* width: 150px;
    height: 50px; */
    padding: 14px 30px;
}

.radius-1 {
    border-radius: 3px;
}

.radius-4 {
    border-radius: 5px;
}

.radius-2 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.radius-3 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.radius-4 {
    border-radius: 10px;
}

.box-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.bg-white-light {
    background-color: #fff;
    border-radius: 6px;
}

.border-1 {
    border-bottom: 2px dashed #14469f;
    padding: 10px 0px;
}

.text-justify {
    text-align: justify;
}

.breadcrumb-color {
    color: #666666;
}

/* more tab drop down  */
.more-drop-down-menu {
    left: -70% !important;
}

/* end */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #2490eb;
    color: white !important;
}

.nav-pills .nav-link {
    background-color: #fff;
    color: rgb(12, 12, 12) !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 3px !important;
    border-radius: unset;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2490eb !important;
}

.image-zoom {
    position: relative;
    overflow: hidden;
}

.zoom-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.6s ease-in-out;
}

.zoom-image:hover {
    transform: scale(1.1);
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .modal-backdrop {
    background-color: transparent;
} */

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

/* Commomn Btn Start */
.btn-warning {
    transition: all 250ms ease-out;
}

.btn-warning:hover {
    background-color: #e27c10;
}

.loader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border: 5px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-top: 4px solid #21a7d0;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
}

.loader.orange-color .loader-container:before {
    border-color: #ff5421;
}

.loader.yellow-color .loader-container:before {
    border-color: #f4bf00;
}

.loader.purple-color .loader-container:before {
    border-color: #4e49a1;
}

.loader.green-color .loader-container:before {
    border-color: #0c8b51;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* Commomn Btn End */
/*home page css start*/

/*header start*/
.navbar {
    background: linear-gradient(135deg, #fdf6e3 0%, #f0fff0 100%);
    border-top: 4px solid #e67e22;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .navbar {
    height: 80px;
}

.navbar .navbar-nav .nav-item {
    padding: 0 20px;
    transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-link {
    color: #2c3e50;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 8px 12px;
}

.navbar .navbar-nav .nav-link:hover {
    color: #e67e22;
    background-color: rgba(255, 165, 0, 0.1);
}

.navbar .navbar-nav .nav-link:focus {
    outline: none;
    background-color: rgba(39, 174, 96, 0.2);
    box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.3);
}

.navbar .navbar-nav .nav-link.active {
    color: #e67e22;
    font-weight: 600;
    background-color: rgba(230, 126, 34, 0.1);
}

.navbar .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #e67e22 0%, #27ae60 100%);
    border-radius: 3px;
}

/* Dropdown Menu Styles */
.navbar .dropdown-menu {
    background: linear-gradient(135deg, #fdf6e3 0%, #f0fff0 100%);
    border: 1px solid rgba(230, 126, 34, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    width: 9vw;
    margin-top: 8px;
}

.navbar .dropdown-item {
    color: #2c3e50;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0 auto;
    width: auto;
}

/* Focus and Hover States */
.navbar .dropdown-item:focus {
    outline: none;
    background: linear-gradient(90deg,
            rgba(255, 165, 0, 0.2) 0%,
            rgba(39, 174, 96, 0.2) 100%);
    box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.3);
    color: #2c3e50;
}

#navigation-links .navbar .dropdown-item:focus,
.dropdown-item:hover {
    background: linear-gradient(90deg, #ff7b25 0%, #f39c12 100%);
    color: white;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(230, 126, 34, 0.4);
}

.navbar .dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(90deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    font-weight: 500;
}

/* Keyboard Navigation Focus */
.navbar .dropdown-item:focus-visible {
    background: linear-gradient(90deg, #ff7b25 0%, #f39c12 100%);
    color: white;
    transform: translateX(5px);
}

/* Dropdown divider */
.navbar .dropdown-divider {
    border-color: rgba(230, 126, 34, 0.2);
    margin: 8px 0;
}

/* Navbar Toggler Focus */
.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.5);
}

/* End */

/*end*/

/*hero slider start*/
#hero-slider .sarve-santu {
    padding-left: 140px;
}

#hero-slider .carousel-caption {
    top: 28%;
    text-align: unset;
    left: 5%;
}

#hero-slider h1 {
    text-shadow: 0px 4px 4px #ff8400;
    color: #fff;
    font-size: 70px;
}

#hero-slider .overlay-container {
    position: relative;
}

#hero-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.55) 35.83%,
            rgba(0, 0, 0, 0) 100%);
}

.carousel-control-next {
    /* right: 0; */
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3%;
    color: #fff;
    opacity: 1;
    font-size: 50px;
}

/*end*/

/*emergency care start*/
#emergency-care .hr-border {
    color: #fff;
}

#emergency-care .hr-dark {
    color: #000;
}

#emergency-care h6 {
    line-height: 70px;
}

#emergency-care .emg-care {
    margin-top: 5%;
}

#emergency-care .btn-warning {
    width: 230px;
    height: 52px;
}

#emergency-care .btn-warning:hover {
    background: #e27c10;
}

#emergency-care .emergency_care .btn-warning {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

/*end*/

/*about us start*/

#about-us-hero-banner .aboutus-banner {
    background-image: url("images/about-us/aboutus-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

#about-us-hero-banner .aboutus-banner .row-height {
    height: 250px;
}

#about-us h2 {
    font-size: 50px;
}

#about-us .btn-warning {
    width: 185px;
    height: 50px;
}

#about-us .btn-warning:hover {
    background: #e27c10;
}

#about-us .about-logo {
    margin-top: -47%;
    margin-left: -15%;
    width: 325px;
}

/* #our-values .ourvalues { */

#our-values .ourvalues {
    background-image: url(images/about-us/vision-mission.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
}

#our-values .quality-excellence {
    margin-top: 16%;
}

#our-values .community-engagement-two {
    margin-top: 16%;
    margin-right: 3%;
}

.testimonial-bottom {
    position: absolute;
    bottom: 10px;
}

/*end*/

/*vision mission start*/
#vision-mission img {
    height: 100vh;
}

/*end*/

/*supporting services start*/
#support-hero-banner .support-banner {
    background-image: url("images/support-services/support-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#support-hero-banner .support-banner .row-height {
    height: 250px;
}

/*supporting services end*/

/*our services start*/

#ourservices-hero-banner .ourservices-banner {
    background-image: url("images/our-services/services-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#ourservices-hero-banner .ourservices-banner .row-height {
    height: 250px;
}

#our-services h2 {
    font-size: 50px;
}

/*end*/

/*service cards start*/
#service-cards p {
    line-height: 22px;
}

#service-cards .owl-carousel .owl-nav.disabled {
    display: unset;
}

#service-cards .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    font-size: 40px;
    left: 0;
}

#service-cards .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    font-size: 40px;
    right: 0;
}

#service-cards a:hover {
    color: #2480cd;
}

#about-testimonial .testimonial-card {
    height: 230px;
}

/*end*/

/*events start*/

#events-hero-banner .events-banner {
    background-image: url("images/event-details/events-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#events-hero-banner .events-banner .row-height {
    height: 250px;
}

#events-section .events {
    background: url("images/home/events.png");
    height: 950px;
    position: relative;
    overflow-x: clip;
    /* margin-bottom: 100px; */
}

#events-section .event-shadow-box {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#events-section .card-details {
    width: calc(100% - 1rem);
    position: absolute;
    top: 75%;
}

#events-section .event-carousel-card {
    position: relative;
}

#events-section .owl-item {
    padding-bottom: 20px;
}

#events-section .events-carousel {
    position: absolute;
    bottom: -18%;
}

#events-section img {
    height: 500px;
    object-fit: cover;
}

/*end*/

/*news start*/

#news-hero-banner .news-banner {
    background-image: url("images/news/news-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#news-hero-banner .news-banner .row-height {
    height: 250px;
}

#news-section p {
    line-height: 32px;
}

#news-section .bg-white {
    position: relative;
}

#news-section .date-box {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

#news-section .btn-warning {
    /* width: 218px; */
}

#news-section .btn-warning:hover {
    background: #e27c10;
}

#news-section a:hover {
    color: #1e786f;
}

#news-section .news-a-btn {
    position: absolute;
    bottom: 12px;
}

/*end*/

/*visitors section start*/
#testimonial .testimonials-wrap {
    padding: 40px 0;
}

#testimonial .heading-section {
    text-align: center;
}

#testimonial .sub-heading {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#testimonial .testimonial-box {
    display: block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

#testimonial .visitor-img {
    position: absolute;
    height: 150px;
    width: 252px;
    z-index: 999;
    bottom: 0;
    object-fit: contain;
}

#testimonial .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

#testimonial .carousel-testimonial .item {
    padding: 30px 10px;
}

#testimonial .quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

#testimonial .position {
    color: #adadad;
    font-size: 14px;
}

#testimonial .carousel-testimonial .owl-nav {
    text-align: center;
}

#testimonial .carousel-testimonial .owl-nav button.owl-next,
#testimonial .carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

#testimonial .carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

#testimonial .carousel-testimonial .owl-nav button.owl-next span,
#testimonial .carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

#testimonial .carousel-testimonial .owl-nav button.owl-next.disabled,
#testimonial .carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

#testimonial .visitor-img-bg::after {
    background: #ff84008c;
    height: 77px;
    width: inherit;
    content: "";
    display: block;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    bottom: 0;
}

#testimonial .text {
    position: absolute;
    bottom: 0;
}

#testimonial .visitor-img-icon {
    height: 26px;
    width: 30px;
}

/*end*/

/*testimonial start*/
#testimonial-section .slick-slide {
    margin: 0px 20px;
}

#testimonial-section .slick-slide img {
    width: 100%;
}

#testimonial-section .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#testimonial-section .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#testimonial-section .slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#testimonial-section .slick-slider .slick-track,
#testimonial-section .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#testimonial-section .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#testimonial-section .slick-track:before,
#testimonial-section .slick-track:after {
    display: table;
    content: "";
}

#testimonial-section .slick-track:after {
    clear: both;
}

#testimonial-section .slick-loading .slick-track {
    visibility: hidden;
}

#testimonial-section .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] #testimonial-section .slick-slide {
    float: right;
}

#testimonial-section .slick-slide img {
    display: block;
}

#testimonial-section .slick-slide.slick-loading img {
    display: none;
}

#testimonial-section .slick-slide.dragging img {
    pointer-events: none;
}

#testimonial-section .slick-initialized .slick-slide {
    display: block;
}

#testimonial-section .slick-loading .slick-slide {
    visibility: hidden;
}

#testimonial-section .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#testimonial-section .slick-arrow.slick-hidden {
    display: none;
}

#testimonial-section h3 {
    font-size: 67px;
}

#testimonial-section h2 {
    font-size: 90px;
    opacity: 0.1;
    position: absolute;
    bottom: 42%;
    left: 22%;
}

#testimonial-section .total-counter {
    left: 25%;
}

#testimonial-section .slide {
    position: relative;
}

#testimonial-section .slide {
    height: 250px;
}

/*end*/

/*footer start*/
#footer-section .social-box {
    background: #fff;
    border-radius: 3px;
}

/*end*/

/*end*/

/*our services start*/

/*hero banner start*/
#services-hero-banner .services-banner {
    position: relative;
    background: url("images/single-services/banner-logo.png");
    height: 250px;
}

#services-hero-banner .services-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, #ffffff, #d3e9fb00); */
    z-index: 1;
}

#services-hero-banner .services-banner .container {
    position: relative;
    z-index: 2;
}

#services-hero-banner .row-height {
    height: 250px;
}

/*end*/

/*end*/

/*single services start*/

#medical_services .services_page .nav-link {
    color: #000;
}

#medical_services .services_page button {
    margin: 5px;
}

#medical_services .services_page .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 5px;
    list-style: none;
}

#medical_services .services_page .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: transparent;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
}

#medical_services .services_page .carousel-indicators .active {
    opacity: 1;
    background-color: rgb(16, 134, 180) !important;
    border: 2px solid rgb(16, 134, 180) !important;
}

#single-services-hero-banner .services-banner {
    background-image: url("images/single-services/banner-logo.png");
    height: 250px;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

#single-services-hero-banner .row-height {
    height: 250px;
}

#medical_services .image-overlay {
    position: relative;
}

#medical_services .image-overlay .image__img {
    display: block;
    width: 100%;
}

#medical_services .image-overlay .image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

#medical_services .image-overlay .image__overlay--blur {
    backdrop-filter: blur(5px);
}

#medical_services .image-overlay .image__overlay--primary {
    background: #2490ebcc;
}

#medical_services .image-overlay .box-border {
    border: 3px solid #fff;
    height: 95%;
    width: -webkit-fill-available;
}

#medical_services .image-overlay .image__overlay>* {
    transform: translateY(20px);
    transition: transform 0.25s;
}

#medical_services .image-overlay .image__overlay:hover {
    opacity: 1;
}

#medical_services .image-overlay .image__overlay:hover>* {
    transform: translateY(0);
}

#medical_services .image-overlay .image__title {
    font-size: 2em;
    font-weight: bold;
}

#medical_services .image-overlay .image_description {
    margin-top: 0.25em;
}

#medical_services .news-box {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

#medical_services .news-box .date-box {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

#medical_services .events-date-box {
    position: absolute;
    bottom: -58px;
    width: -webkit-fill-available;
}

#medical_services .shadow-box {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
}

#medical_services .btn-warning {
    width: 200px;
    height: 52px;
}

#medical_services .btn-warning:hover {
    background: #e27c10;
}

#medical_services a:hover {
    color: #2480cd;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#medical_services .dr-read-more {
    position: absolute;
    bottom: 8px;
    right: 14px;
}

#medical_services .infra-img {
    height: 400px;
}

/*end single services page*/

/* doctor time table start */
#doctor-time-table .fa-magnifying-glass {
    position: absolute;
    right: 23px;
    top: 42%;
}

/* end */

/* Doctors Availability page start [Akshay]*/
/* ---Cardiology Section Start--- */
#searchbar-section {
    position: relative;
}

#searchbar-section .searchbar .magnifying-glass_icon {
    position: absolute;
    top: 27%;
    right: 3.5%;
    font-size: 30px;
}

#searchbar-section .searchbar ::placeholder {
    font-size: 20px;
    font-weight: 600;
}

#doctors-availability-section .cardiology-doctors .bg-red::after {
    background-color: red;
}

#doctors-availability-section .cardiology-doctors .bg-yellow::after {
    background-color: rgb(255, 193, 8);
    min-width: 8rem !important;
}

#doctors-availability-section .cardiology-doctors .bg-red[data-tooltip-position="bottom"]::before {
    border-bottom: 7px solid red;
    top: calc(100% + 12px);
}

#doctors-availability-section .cardiology-doctors .bg-yellow[data-tooltip-position="bottom"]::before {
    border-bottom: 7px solid rgb(255, 193, 8);
    top: calc(100% + 12px);
}

/* ---Cardiology Section End--- */

/* Doctors Availability page End */

/* associates page start */

#associates-hero-banner .associates-banner {
    background-image: url("images/associates/associates-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#associates-hero-banner .associates-banner .row-height {
    height: 250px;
}

#associate-healthcare .healthcare {
    background: url("images/associates/healthcare-bg.png");
    height: 700px;
}

#healthcare-box .blood-box {
    margin-top: -15%;
    height: 120px;
}

#healthcare-box .collaboration-box {
    background: #edf8ff;
    height: 500px;
}

#healthcare-box .healthcarebox {
    margin-top: -24%;
}

/* #our-values .ourvalues .community-engagement { */

/* #healthcare-box .healthcarebox {
    margin-top: -24%;
} */

#our-values .ourvalues .community-engagement {
    margin-right: 3%;
    padding-top: 50px;
}

/* #our-values .ourvalues .patient-centric { */

#our-values .ourvalues .patient-centric {
    margin-left: 140px;
    padding-top: 50px;
}

/* #our-values .ourvalues .quality-excellence { */

#our-values .ourvalues .quality-excellence {
    margin-left: 140px;
    padding-top: 50px;
    margin-top: 10%;
}

/* #our-values .ourvalues .community-engagement-two { */

#our-values .ourvalues .community-engagement-two {
    margin-right: 7%;
    padding-top: 50px;
    margin-top: 10%;
}

/* associates page end */

/* management team page start */
#mg-team .team-member-box {
    margin-top: -16%;
}

#mg-team .team-box img {
    height: 350px;
    object-fit: cover;
}

#mg-team {
    height: auto;
    /* background-color:#008C4F ; */
}

#mg-team .team-box {
    height: 395px;
}

#ceo-message .ceomessage .image-container {
    position: sticky;
    top: 40%;
}

#ceo-message .ceomessage .image-container img {
    object-fit: cover;
    width: 100%;
}

#management-team-hero-banner .managementteam-banner {
    background-image: url("images/team/management-team.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#management-team-hero-banner .managementteam-banner .row-height {
    height: 250px;
}

/* management team page end */

/*academics page start*/
#academics-hero-banner .academics-banner {
    background-image: url("images/acadmics/academics-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#academics-hero-banner .academics-banner .row-height {
    height: 250px;
}

/*academics page end*/

/* Facilities page start [Akshsy] */
/* Facilities page start [Akshsy] */

#facilities-hero-banner .facilities-banner {
    background-image: url("images/facilities/facilities-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#facilities-hero-banner .facilities-banner .row-height {
    height: 250px;
}

#about-facilities a {
    position: absolute;
    bottom: 7px;
}

#our-facilities .icons img {
    width: 70px;
}

/* Facilities page end */

/* --Health packages page strat-- */

#healthpackage-hero-banner .healthpackage-banner {
    background-image: url("images/health-package/healthpackage-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#healthpackage-hero-banner .healthpackage-banner .row-height {
    height: 250px;
}

.dropdown-menu a {
    padding: 14px 0px;
    background-color: #fff;
}

.dropdown-menu a:nth-child(2) {
    margin-top: 10px !important;
}

#special-packages .special-package-image {
    position: absolute;
    bottom: 0;
}

/* [Akshay] */
#health-checkup .healthcheckup .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2490eb;
}

#health-checkup .healthcheckup .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border: 1px solid #ddd;
}

#health-checkup .healthcheckup .accordion-flush .accordion-collapse {
    border: 1px solid #ddd;
    border-top: none;
}

#available-packages .packages .dropdown-toggle::after {
    display: none;
}

#available-packages .fa-chevron-down {
    position: absolute;
    right: 10px;
}

.for-img-height img {
    min-height: 38rem;
}

/*end*/

/*  available packages Section start */

#available-packages .packages .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2490eb;
}

#available-packages .packages .accordion-button:focus {
    color: #fff;
    background-color: #2490eb;
}

#available-packages .packages .accordion-button {
    color: #fff;
    background-color: #2490eb;
}

#available-packages .packages .dropdown-items i {
    color: #2490eb;
    font-size: 22px;
}

#available-packages .packages a {
    cursor: pointer !important;
}

#available-packages .packages .accordion-button:not(.collapsed)::after {
    filter: grayscale(100%) brightness(100);
}

#available-packages .packages .accordion-button::after {
    filter: grayscale(100%) brightness(100);
}

/*health package   Section end*/

/*dr availability page start*/
#dravailability-hero-banner .dravailability-banner {
    background-image: url("images/doctor-availability/drbanner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#dravailability-hero-banner .dravailability-banner .row-height {
    height: 250px;
}

/*dr availability page end*/

/* story feedbak page [Akshay] */

#feedback-hero-banner .feedback-banner {
    background-image: url("images/story-feedback/feedback-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#feedback-hero-banner .feedback-banner .row-height {
    height: 250px;
}

/* share your thoughts section start [Akshay] */
#share-your-thoughts-section .share-your-thoughts .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #2490eb !important;
    color: white !important;
}

#share-your-thoughts-section .share-your-thoughts .nav-pills .nav-link {
    background-color: #fff;
    color: rgb(12, 12, 12) !important;
}

#share-your-thoughts-section .share-your-thoughts .nav-link {
    color: #000;
}

#share-your-thoughts-section .share-your-thoughts button {
    margin: 5px;
}

/* #share-your-thoughts-section .share-your-thoughts ::placeholder { */

#share-your-thoughts-section .share-your-thoughts ::placeholder {
    color: #2490eb;
    font-size: 17px;
    outline: none !important;
}

/* #share-your-thoughts-section .share-your-thoughts input { */

#share-your-thoughts-section .share-your-thoughts input {
    outline: none !important;
}

/* #share-your-thoughts-section .share-your-thoughts .border {
    border: 1px solid #2490EB !important; */

#share-your-thoughts-section .share-your-thoughts .border {
    border: 1px solid #2490eb !important;
}

/* #share-your-thoughts-section .accordion-button:not(.collapsed) { */

#share-your-thoughts-section .accordion-button:not(.collapsed)>p {
    color: #000;
}

#share-your-thoughts-section .accordion-button:not(.collapsed) {
    background-color: #f4f6f9;
}

#share-your-thoughts-section .accordion-button:not(.collapsed) {
    color: #2490eb;
}

#share-your-thoughts-section .accordion-button {
    color: #2490eb;
}

#share-your-thoughts-section .accordion-button p {
    color: #000000;
}

#share-your-thoughts-section .accordion-button:focus {
    background-color: #2490eb !important;
    color: #fff;
}

#share-your-thoughts-section .accordion-button:focus p {
    color: #fff;
}

#share-your-thoughts-section .star-icon i {
    color: #2490eb;
}

#share-your-thoughts-section .star-icon :last-child {
    color: #d9d9d9;
}

#share-your-thoughts-section .icon :last-child {
    color: #d9d9d9;
}

#share-your-thoughts-section .accordion-button:not(.collapsed)::after:focus {
    filter: grayscale(100%) brightness(100);
}

/* #share-your-thoughts-section .accordion .accordion-header .for-margin { */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin {
    margin-left: 80px;
} */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-2 {
    margin-left: 10px; */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-2 {
    margin-left: 10px;
} */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-3 {
    margin-left: 105px; */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-3 {
    margin-left: 105px;
} */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-4 {
    margin-left: 112px; */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-4 {
    margin-left: 112px;
} */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-6 {
    margin-left: 110px; */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-6 {
    margin-left: 110px;
} */

/* #share-your-thoughts-section .accordion .accordion-header .for-margin-7 {
    margin-left: 150px;
} */

#share-your-thoughts-section .mb-200 {
    margin-bottom: 200px !important;
}

#share-your-thoughts-section .h-200 {
    height: 24rem !important;
}

#share-your-thoughts-section .accordion .accordion-header .for-margin-7 {
    margin-left: 150px;
}

#share-your-thoughts-section .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
    content: "\f107";
    font-family: "FontAwesome" !important;
    margin-top: 4px;
    font-size: 18px;
}

#share-your-thoughts-section .accordion-button::after {
    content: "\f107";
    font-family: "FontAwesome" !important;
    background-image: none;
    margin-top: 4px;
    font-size: 18px;
}

.ipd-row {
    display: block !important;
}

/* #share-your-thoughts-section .star-icon .fa-solid {
    color: #2490EB;
} */
/* #share-your-thoughts-section .accordion-button:not(.collapsed) .fa-solid:active {
    color: #eb247e !important;
} */

/* share your thoughts section End */

/* Contact us Page Start */

#contactus-hero-banner .contactus-banner {
    background-image: url("images/contact-us/contactus-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#contactus-hero-banner .contactus-banner .row-height {
    height: 250px;
}

#get-in-touch-with-us-section .get-in-touch-with-us textarea {
    outline: none;
}

#clear-answers-section .clear-answers .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
    content: "\f107";
    font-family: "FontAwesome" !important;
    margin-top: 4px;
    font-size: 18px;
}

#clear-answers-section .clear-answers .accordion-button::after {
    content: "\f107";
    font-family: "FontAwesome" !important;
    background-image: none;
    margin-top: 4px;
    font-size: 18px;
}

#clear-answers-section .clear-answers .accordion-button:not(.collapsed) {
    background-color: rgb(55, 147, 239) !important;
    color: #fff;
}

#contact-us-section .contact-us i {
    color: #2490eb;
}

#get-in-touch-with-us-section .get-in-touch-with-us i {
    color: #2490eb;
}

#lets-contact-section .lets-contact i {
    color: #2490eb;
}

#contact-us-section .bg-height {
    min-height: 350px;
}

/* Contact us Page End */

.visit-count-box {
    letter-spacing: 15px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

/* Event Details page Start */
#event-details-section .event-details .desctiption-box {
    height: 250px;
    background-color: #d3e4f4;
}

#event-details-section .event-details .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 5px;
    list-style: none;
}

#event-details-section .event-details .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: transparent;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
}

#event-details-section .event-details .carousel-indicators .active {
    opacity: 1;
    background-color: rgb(16, 134, 180) !important;
    border: 2px solid rgb(16, 134, 180) !important;
}

#event-details-section .span-color span {
    color: #2490eb;
}

#events-details-section .event-shadow-box {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#events-details-section .card-details {
    width: calc(100% - 1rem);
    position: absolute;
    top: 76%;
}

#events-details-section .events-section img {
    height: 500px;
    object-fit: cover;
}

/* Event Details page End */

/* Hospital Infratructure page Start */

#hospital-infra-hero-banner .hospitalinfra-banner {
    background-image: url("images/hospital-infrastructure/hospital-infrastructure-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#hospital-infra-hero-banner .hospitalinfra-banner .row-height {
    height: 250px;
}

#green-initiatives-section .green-initiatives {
    background: url("images/hospital-infrastructure/green-ini-bg.png");
    height: 700px;
    position: relative;
    overflow-x: clip;
    margin-bottom: 225px;
}

#green-initiatives-section .event-shadow-box {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 150px;
}

#green-initiatives-section .card-details {
    width: calc(100% - 1rem);
    position: absolute;
    top: 79%;
}

#green-initiatives-section .event-carousel-card {
    position: relative;
}

#green-initiatives-section .owl-item {
    padding-bottom: 20px;
}

#green-initiatives-section .events-carousel {
    position: absolute;
    bottom: -23%;
}

.marquee-tag {
    position: absolute;
    bottom: 0%;
    opacity: 0;
    transition: 0.5s;
    background-color: #006cc4b1;
    color: #fff;
}

.for-hover:hover .marquee-tag {
    opacity: 1;
}

#state-of-art-facilities img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#our-infrastructure-section img {
    height: 300px !important;
}

/*end*/
/* Hospital Infratructure page End */

/*in patient guide page start*/
#inpatient-hero-banner .inpatient-banner {
    background-image: url("images/in-patient/inpatient-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#inpatient-hero-banner .inpatient-banner .row-height {
    height: 250px;
}

/*in patient guide page end*/

/*out patient guide page start*/
#outpatient-hero-banner .outpatient-banner {
    background-image: url("images/hospital-infrastructure/outpatient-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#outpatient-hero-banner .outpatient-banner .row-height {
    height: 250px;
}

/*out patient guide page end*/

/* News Details Page Start */
#news-details-section .news-box {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

#news-details-section .date-box {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

#news-list .date-box {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

#news-list a {
    position: absolute;
    bottom: 12px;
}

#news-details-section .carousel-item .date-box {
    position: absolute;
    left: 2%;
    top: 90%;
}

#news-details-section .news-details .desctiption-box {
    height: 250px;
    background-color: #d3e4f4;
}

#news-details-section .news-details .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 5px;
    list-style: none;
}

#news-details-section .news-details .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: transparent;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
}

#news-details-section .news-details .carousel-indicators .active {
    opacity: 1;
    background-color: rgb(16, 134, 180) !important;
    border: 2px solid rgb(16, 134, 180) !important;
}

#news-details-section .news-details n {
    color: #2490eb;
}

/* News Details Page End */

/* Photos Gallery Page Start */

#photos-hero-banner .photos-banner {
    background-image: url("images/photo-gallery/photos-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#photos-hero-banner .photos-banner .row-height {
    height: 250px;
}

#filletr-gallery .container-fluid {
    width: 100%;
    position: relative;
    text-align: center;
}

#filletr-gallery .nav {
    display: block;
    width: 100%;
}

#filletr-gallery ul {
    list-style: none;
}

#filletr-gallery .nav>ul>li {
    display: inline-block;
}

#filletr-gallery .nav>ul>li>a {
    text-transform: uppercase;
    padding: 10px 12px;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#filletr-gallery .hidden {
    display: none;
}

#filletr-gallery .nav>ul>li>a:hover,
.current a {
    color: #fff;
    background-color: #2490eb;
}

#filletr-gallery .nav>ul>li>a:active,
.current a {
    color: #fff !important;
}

#filletr-gallery .all>ul>li {
    display: inline-block;
    height: auto;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#filletr-gallery img {
    max-width: 100%;
}

#filletr-gallery .gallery {
    position: fixed;
    top: 12%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px 10px;
    display: none;
    box-sizing: border-box;
}

#filletr-gallery .gallery>img {
    height: 80vh;
}

#filletr-gallery .close i {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
}

.gallery .bar {
    display: block;
    position: absolute;
    top: 13px;
    float: left;
    width: 30px;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
}

.gallery .bar:first-child {
    transform: rotate(-45deg);
}

/* Photos Gallery Page End */

/* career page start */
#job-application input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#career-hero-banner .career-banner {
    background-image: url("images/career/career-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#career-hero-banner .career-banner .row-height {
    height: 250px;
}

/* career page end */

/* Video Gallery page Start */

#videos-hero-banner .videos-banner {
    background-image: url("images/video-gallery/videos-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#videos-hero-banner .videos-banner .row-height {
    height: 250px;
}

#filletr-gallery .filletr-video-gallery .thumbnail img {
    height: 300px;
    width: 100%;
}

#filletr-gallery .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#filletr-gallery .filletr-video-gallery .overlay img {
    width: 70%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.5s;
}

#filletr-gallery .filletr-video-gallery .thumbnail:hover .overlay img {
    opacity: 1;
}

#filletr-gallery .image-container {
    position: relative;
    width: 100%;
    height: 280px;
}

#filletr-gallery .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2490ebcc;
    opacity: 0;
}

#filletr-gallery .image-container:hover .overlay {
    opacity: 1;
}

#filletr-gallery .image-container .overlay {
    width: 100%;
    height: 100%;
}

#filletr-gallery .image-container .overlay-title {
    color: white;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    align-items: center;
    display: flex;
}

#filletr-gallery .image-container .overlay-border {
    border: 2px solid #fff;
    height: 95%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.image-container::-webkit-scrollbar {
    display: none;
}

#available-packages .packages .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #2490eb;
    padding: 8px 12px;
    border-radius: 5px;
}

/* Video Gallery page End */

/* Awards And Achievment Page Start */

#awards-hero-banner .awards-banner {
    background-image: url("images/awards-and-acheivments/awards-banner.jpg");
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

#awards-hero-banner .awards-banner .row-height {
    height: 250px;
}

#award-and-achievements-section .for-padding {
    padding: 0 10rem;
}

/* Acadmics Page Start */
#post-graduate-courses-section .for-height {
    height: 90px !important;
}

#our-paramedical-courses-section .for-height {
    height: 90px !important;
}

#events-list .eventslist img {
    height: 450px;
    object-fit: cover;
}

/* Acadmics Page End */

.btn-position {
    position: absolute;
    bottom: 1%;
    right: 25%;
    left: 25%;
}

.image-height {
    height: 350px !important;
}

/*media query start*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 1360px) and (max-device-width: 1440px) {
    .image-height {
        height: 233px !important;
    }

    .for-center {
        display: flex !important;
        justify-content: center !important;
    }

    #events-section .events {
        height: 750px;
    }

    .btn-position {
        bottom: -2%;
    }

    .more-drop-down-menu {
        left: -153% !important;
    }

    .line-clamp-2-sm-desk {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #events-section .card-details {
        top: 65%;
    }

    #testimonial-section .total-counter {
        left: 14%;
    }

    #testimonial-section h2 {
        left: 9%;
    }

    .navbar .navbar-nav .nav-item {
        padding: 0px 6px 0px 6px;
    }

    #medical_services .news-box h2 {
        font-size: 20px;
    }

    #hero-slider .sarvepi-santu {
        top: 17%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    #medical_services .nav-pills h6 {
        font-size: 14px;
    }

    #healthcare-box .healthcarebox {
        margin-top: -35%;
    }

    #healthcare-box h1 {
        font-size: 24px;
    }

    #our-values .ourvalues {
        background-size: contain;
    }

    #our-values ul li {
        font-size: 16px;
    }

    #our-values .ourvalues .community-engagement {
        margin-right: 2%;
    }

    #our-values .ourvalues .patient-centric {
        margin-left: 2%;
    }

    #our-values .ourvalues .quality-excellence {
        padding-top: unset;
        margin-left: 2%;
        /* margin-top: 16%; */
        margin-top: 13% !important;
    }

    #our-values .ourvalues .community-engagement-two {
        margin-right: 5%;
        padding-top: unset;
        /* margin-top: 16%; */
        margin-top: 13%;
    }

    #our-values h5 {
        font-size: 24px;
    }

    #our-history h2 {
        font-size: 37px;
    }

    #about-us .aboutus .btn-services {
        width: 195px;
    }

    #available-facilities .right-left-space {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #available-facilities .facilities-img {
        position: absolute;
        bottom: 0;
        display: flex;
    }

    #our-partners .ourpartners h2,
    #associate-healthcare h2 {
        font-size: 37px;
    }

    #about-us h2,
    #vision-mission h2,
    #values-title h2,
    #about-testimonial h2 {
        font-size: 37px;
    }

    #our-facilities h2 {
        font-size: 37px;
    }

    #health-package h2 {
        font-size: 37px;
    }

    #available-facilities h2,
    #available-packages h2,
    #instruction-section h2,
    #special-packages h2,
    #contact-information h2,
    #health-checkup h2 {
        font-size: 37px;
    }

    #our-services h2,
    #events-section h2,
    #news-section h2,
    #testimonial h2,
    #testimonial-section h5 {
        font-size: 35px;
    }

    #management-team h2 {
        font-size: 35px;
    }

    #super-speciality h2,
    #speciality-services h2 {
        font-size: 35px;
    }

    #story-testimonial h2,
    #story-success-stories h2,
    #share-your-thoughts-section h2 {
        font-size: 35px;
    }

    #our-facilities .facilities-imag {
        height: 450px;
    }

    #about-facilities p {
        font-size: 15px;
    }

    #speciality-slider .department-title {
        font-size: 19px;
    }

    #available-facilities p {
        font-size: 18px;
    }

    /* Event Details page Start [Akshay] */

    #events-details-section .card-details {
        top: 66% !important;
    }

    /* Hospital infratructure page Start [Akshay] */
    #green-initiatives-section .card-details {
        top: 75% !important;
    }

    #green-initiatives-section .green-initiatives {
        margin-bottom: 150px !important;
    }

    #green-initiatives-section .green-initiatives {
        height: 650px;
    }

    /* Hospital infratructure page End*/

    /*home page start*/
    #events-section img {
        height: 350px !important;
    }

    #events-section .events-carousel {
        bottom: -22%;
    }

    #testimonial .visitor-img {
        width: 220px;
    }

    /*home page end*/
    /* Awards And Achievment Page Start */
    #award-and-achievements-section .for-padding {
        padding: 0 5rem;
    }

    /* Awards And Achievment Page Start */

    tr li {
        font-size: 15px !important;
    }

    .px-xl-11 {
        padding: 0px 6px !important;
    }

    #post-graduate-courses-section .for-height {
        height: 90px;
    }

    /*management team page start*/
    #ceo-message img {
        height: 550px;
    }

    #ceo-message img {
        left: unset;
    }

    /*management team page end*/
    .font-lg {
        font-size: 25px;
    }

    .events-details-section .events-section img {
        height: 400px;
        object-fit: cover;
    }

    #events-details-section .card-details {
        top: 66% !important;
    }

    .fs-37-title {
        font-size: 37px;
    }

    #mg-team .team-member-box h1,
    h2 {
        font-size: 17px;
    }

    #emergency-care .emergency_care .btn-warning {
        position: absolute;
        bottom: 20px;
    }

    #events-details-section .events-section img {
        height: 350px;
    }

    #events-list .eventslist img {
        height: 350px;
    }

    #events-list .eventslist .event-list-card {
        top: 75% !important;
    }

    #medical_services .infra-img {
        height: 350px;
        object-fit: cover;
    }

    #site-map .sitemap h4 {
        font-size: 20px;
    }

    #service-cards h5 {
        font-size: 15px;
    }

    #available-packages .packages li span {
        display: inline-block;
        padding-left: 20px;
    }

    .ceomessage .image-container {
        top: 20% !important;
    }

    .h-sm-dev-250 {
        height: 250px;
    }

    .spinner-sm-lap-device {
        left: 30% !important;
    }

    #associates-hero-banner .associates-banner,
    #about-us-hero-banner .aboutus-banner,
    #management-team-hero-banner .managementteam-banner,
    #hospital-infra-hero-banner .hospitalinfra-banner,
    #events-hero-banner .events-banner,
    #news-hero-banner .news-banner,
    #outpatient-hero-banner .outpatient-banner,
    #inpatient-hero-banner .inpatient-banner,
    #facilities-hero-banner .facilities-banner,
    #feedback-hero-banner .feedback-banner,
    #photos-hero-banner .photos-banner,
    #videos-hero-banner .videos-banner,
    #ourservices-hero-banner .ourservices-banner,
    #support-hero-banner .support-banner,
    #academics-hero-banner .academics-banner,
    #career-hero-banner .career-banner,
    #awards-hero-banner .awards-banner,
    #contactus-hero-banner .contactus-banner,
    #healthpackage-hero-banner .healthpackage-banner,
    #dravailability-hero-banner .dravailability-banner {
        height: 200px;
    }

    #associates-hero-banner .associates-banner .row-height,
    #about-us-hero-banner .aboutus-banner .row-height,
    #management-team-hero-banner .managementteam-banner .row-height,
    #hospital-infra-hero-banner .hospitalinfra-banner .row-height,
    #events-hero-banner .events-banner .row-height,
    #news-hero-banner .news-banner .row-height,
    #outpatient-hero-banner .outpatient-banner .row-height,
    #inpatient-hero-banner .inpatient-banner .row-height,
    #facilities-hero-banner .facilities-banner .row-height,
    #feedback-hero-banner .feedback-banner .row-height,
    #photos-hero-banner .photos-banner .row-height,
    #videos-hero-banner .videos-banner .row-height,
    #ourservices-hero-banner .ourservices-banner .row-height,
    #support-hero-banner .support-banner .row-height,
    #academics-hero-banner .academics-banner .row-height,
    #career-hero-banner .career-banner .row-height,
    #awards-hero-banner .awards-banner .row-height,
    #contactus-hero-banner .contactus-banner .row-height,
    #healthpackage-hero-banner .healthpackage-banner .row-height,
    #dravailability-hero-banner .dravailability-banner .row-height {
        height: 200px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #news-section .btn-md-position {
        position: absolute;
        bottom: -75px;
        right: 25%;
        left: 25%;
    }

    .btn-position {
        bottom: -10% !important;
        right: 23%;
        left: 23%;
    }

    .navbar .navbar-brand img {
        width: 200px;
    }

    #medical_services .nav-pills {
        overflow-x: auto;
        white-space: nowrap;
    }

    .navbar .navbar-toggler span {
        display: block;
        background-color: #4f4f4f;
        height: 3px;
        width: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left;
    }

    .navbar .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }

    .navbar .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar .navbar-toggler span:nth-child(1) {
        margin-top: 0.3em;
    }

    .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
    }

    .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }

    .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg);
    }

    #single-services-hero-banner h2 {
        font-size: 30px;
    }

    #services-hero-banner h2 {
        font-size: 30px;
    }

    #super-speciality h2 {
        font-size: 25px;
    }

    #speciality-services h2 {
        font-size: 25px;
    }

    #services-card h4 {
        font-size: 20px;
    }

    #medical_services h4 {
        font-size: 20px;
    }

    #medical_services h5 {
        font-size: 20px;
    }

    #medical_services h5 span {
        font-size: 14px;
    }

    #medical_services h2 {
        font-size: 20px;
    }

    #medical_services .fs-15-mobile {
        font-size: 15px;
    }

    #medical_services .btn-warning {
        width: 155px;
        height: 40px;
        padding: 0;
    }

    #medical_services .btn-warning i {
        padding-left: 6px !important;
    }

    #hero-slider h1 {
        font-size: 30px;
    }

    #hero-slider h2 {
        font-size: 30px;
    }

    #hero-slider .sarve-santu {
        padding-left: 0px;
    }

    #hero-slider img {
        height: 50vh;
    }

    #about-us h2 {
        font-size: 25px;
    }

    #vision-mission img {
        height: unset;
    }

    #vision-mission h2 {
        font-size: 25px;
    }

    #vision-mission .vision-title,
    .mission-title {
        font-size: 25px;
    }

    #our-services h2 {
        font-size: 25px;
    }

    #events-section .card-details {
        top: 69%;
    }

    #events-section h4 {
        font-size: 25px;
    }

    #events-section .events {
        height: 520px;
    }

    #news-section h2 {
        font-size: 25px;
    }

    #testimonial-section h5 {
        font-size: 25px;
    }

    #events-section .events {
        margin-bottom: 160px;
    }

    #news-section h6 {
        font-size: 20px;
    }

    #testimonial-section h2 {
        font-size: 67px;
        bottom: 40%;
        left: 28%;
    }

    #testimonial-section h3 {
        font-size: 50px;
    }

    #testimonial-section .total-counter {
        left: 30%;
    }

    #testimonial h2 {
        font-size: 25px;
    }

    #testimonial .text {
        position: unset;
    }

    #testimonial .visitor-img-bg::after {
        display: none;
    }

    #testimonial .visitor-img {
        position: unset;
    }

    #testimonial .owl-carousel .owl-item img {
        display: unset;
    }

    /* Doctors Availability Section Start [Akshay] */
    #doctors-availability-section .nav-pills {
        overflow-x: auto;
        white-space: nowrap;
    }

    #doctors-availability-section .cardiology-doctors .bg-yellow::after {
        min-width: 14rem !important;
    }

    /* End */

    /* About Us page  */
    #about-testimonial h2 {
        font-size: 30px;
    }

    /* End */
    #events-section h2 {
        font-size: 25px;
    }

    #health-package h2,
    #available-facilities h2,
    #available-packages h2,
    #instruction-section h2,
    #special-packages h2,
    #contact-information h2,
    #health-checkup h2 {
        font-size: 25px;
    }

    #special-packages img {
        position: unset !important;
    }

    #searchbar-section .searchbar .magnifying-glass_icon {
        right: 10.5%;
    }

    #about-testimonial img {
        width: 100px;
    }

    #our-values .ourvalues {
        background-image: unset;
        height: unset;
    }

    #our-values .ourvalues .patient-centric,
    #our-values .ourvalues .quality-excellence {
        margin-left: 10px;
    }

    #values-title h5 {
        font-size: 25px;
    }

    #our-values h5,
    #our-history h2 {
        font-size: 25px !important;
    }

    #our-values .ourvalues .patient-centric,
    #our-values .ourvalues .community-engagement,
    #our-values .ourvalues .quality-excellence,
    #our-values .ourvalues .community-engagement-two {
        padding-top: 24px;
    }

    #our-values .ourvalues .fs-22 {
        font-style: 16px !important;
    }

    #our-values .ourvalues .fs-22 {
        font-size: 16px !important;
    }

    #our-partners h2,
    #associate-healthcare h2 {
        font-size: 25px;
    }

    #healthcare-box .healthcarebox {
        margin-top: -91%;
    }

    #associate-healthcare .healthcare {
        height: 550px;
    }

    #healthcare-box .collaboration-box {
        height: 420px;
    }

    #healthcare-box .blood-box {
        margin-top: -11%;
    }

    #our-facilities h2 {
        font-size: 25px;
    }

    #management-team h2 {
        font-size: 25px;
    }

    #story-testimonial h2,
    #story-success-stories h2,
    #share-your-thoughts-section h2 {
        font-size: 25px;
    }

    #story-testimonial img {
        width: 100px;
    }

    /* end */
    /* Contact Us page [Akshay] */
    #get-in-touch-with-us-section .get-in-touch-with-us h2 {
        font-size: 25px;
    }

    #lets-contact-section .lets-contact h2 {
        font-size: 25px;
    }

    #clear-answers-section .clear-answers h2 {
        font-size: 25px;
    }

    /* end */
    #share-your-thoughts-section .h-200 {
        height: auto !important;
    }

    /* Event Details page Start [Akshay] */

    #events-details-section .card-details {
        top: 65% !important;
    }

    /* Event Details page End*/
    /* Hospital Infratructure page  Start [Akshay] */
    #green-initiatives-section .card-details {
        top: 69% !important;
    }

    #our-facilities-section h2 {
        font-size: 25px;
    }

    #green-initiatives-section h2 {
        font-size: 25px;
    }

    #green-initiatives-section .green-initiatives {
        margin-bottom: 120px;
    }

    #green-initiatives-section .green-initiatives {
        height: 580px;
    }

    .state-of-art-img img {
        height: 300px;
    }

    #state-of-art-facilities .for-height {
        height: auto !important;
    }

    /*Hospital Infratructure page  End*/

    /* home page start */
    #events-section img {
        height: 400px;
    }

    #events-section .events-carousel {
        bottom: -22%;
    }

    #hero-slider img {
        height: 50vh !important;
    }

    /* home page end */

    /* Academics Page Start */
    #our-facilities-section h2 {
        font-size: 25px;
    }

    #our-paramedical-courses-section h2 {
        font-size: 25px;
    }

    #our-courses-section h2 {
        font-size: 25px;
    }

    #requiredment-section h2 {
        font-size: 25px;
    }

    #requiredment-section h2 {
        font-size: 25px;
    }

    #opportunities-section h2 {
        font-size: 25px;
    }

    #medical_services h2 {
        font-size: 25px;
    }

    #post-graduate-diploma-section h2 {
        font-size: 24px !important;
    }

    #post-graduate-courses-section h2 {
        font-size: 24px !important;
    }

    #post-graduate-courses-section img {
        height: unset !important;
        margin-bottom: 16px;
    }

    #post-graduate-diploma-section img {
        height: unset !important;
    }

    #our-courses-section img {
        height: unset !important;
    }

    #requiredment-section img {
        height: unset !important;
    }

    #opportunities-section img {
        height: unset !important;
    }

    #our-paramedical-courses-section img {
        height: unset !important;
        margin-bottom: 16px;
    }

    #post-graduate-courses-section .for-height {
        height: 110px !important;
    }

    #our-paramedical-courses-section .for-height {
        height: 115px !important;
    }

    /* Academics Page End */

    /* News Details Page Start */

    #news-details-section .carousel-item .date-box {
        top: 85% !important;
    }

    /* News Details Page End */

    #doctors-availability-section h3 {
        font-size: 20px;
    }

    /* Company insurance Page Start   */
    #insurance-company-section th {
        font-size: 18px;
    }

    #insurance-company-section tr td {
        font-size: 16px !important;
    }

    /* Company insurance Page End   */

    /* Awards And Achievment Page Start */
    #award-and-achievements-section .for-padding {
        padding: 0 1rem;
    }

    #award-and-achievements-section h2 {
        font-size: 24px;
    }

    /* Awards And Achievment Page Start */
    tr li {
        font-size: 13px !important;
    }

    /* Health packages page Start */
    #available-facilities .fs-22 {
        font-size: 17px;
    }

    #instruction-section .fs-20 {
        font-size: 16px !important;
    }

    #special-packages .fs-20 {
        font-size: 16px !important;
    }

    .for-img-height img {
        margin-top: 20px;
        min-height: unset;
    }

    #health-checkup .fs-23 {
        font-size: 19px;
    }

    /* Health packages page End */
    #health-checkup .fs-22 {
        font-size: 17px;
    }

    /* Health packages page End */
    /* Facilities Page Start */
    #our-facilities .fs-22 {
        font-size: 18px;
    }

    /* Facilities Page End */
    .owl-dots {
        display: none;
    }

    #news-list h2 {
        font-size: 25px;
    }

    #ceo-message img {
        position: unset;
    }

    #ceo-message h2 {
        font-size: 30px;
    }

    .testimonial-bottom {
        position: unset;
    }

    /* Career page start */
    #job-opening .fs-48 {
        font-size: 25px;
    }

    /* Career page End */
    #single-services-hero-banner .services-banner {
        background-size: cover;
    }

    #hero-slider .heroslider p {
        font-size: 14px;
    }

    #services-hero-banner .services-banner {
        background-size: cover;
        background-position: center;
    }

    #medical_services .carousel-service-img {
        height: unset !important;
    }

    #support-services-section .support-services h2 {
        font-size: 25px;
    }

    .doctor-profile {
        height: 300px !important;
    }

    #events-details-section .events-section img {
        height: 350px;
    }

    #events-list .eventslist img {
        height: 350px;
    }

    #testimonial .testimonial-box {
        height: 380px;
    }

    #testimonial .testimonial-box h5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .line-clamp-2-sm-desk {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #emergency-care .emergency_care .btn-warning {
        position: unset;
        bottom: unset;
    }

    .text-sm-justify-unset {
        text-align: unset;
    }

    .height-sm-unset {
        height: unset !important;
    }

    .height-sm-150 {
        height: 150px !important;
    }

    .height-sm-350 {
        height: 350px !important;
    }

    #filletr-gallery .gallery>img {
        height: unset;
    }

    .height-object-sm {
        height: 350px !important;
        object-fit: contain;
    }

    .w-sm-75 {
        width: 75%;
    }

    .border-sm-md-0 {
        border: unset;
    }

    .fs-sm-12 {
        font-size: 12px;
    }

    .fs-sm-50 {
        font-size: 50px;
    }

    #associates-hero-banner .associates-banner,
    #management-team-hero-banner .managementteam-banner,
    #hospital-infra-hero-banner .hospitalinfra-banner,
    #events-hero-banner .events-banner,
    #news-hero-banner .news-banner,
    #photos-hero-banner .photos-banner,
    #videos-hero-banner .videos-banner,
    #academics-hero-banner .academics-banner,
    #career-hero-banner .career-banner,
    #awards-hero-banner .awards-banner,
    #contactus-hero-banner .contactus-banner,
    #facilities-hero-banner .facilities-banner,
    #inpatient-hero-banner .inpatient-banner,
    #ourservices-hero-banner .ourservices-banner,
    #support-hero-banner .support-banner,
    #outpatient-hero-banner .outpatient-banner,
    #feedback-hero-banner .feedback-banner,
    #healthpackage-hero-banner .healthpackage-banner,
    #dravailability-hero-banner .dravailability-banner {
        background-size: cover;
        background-position: center;
        height: 200px;
    }

    #about-us-hero-banner .aboutus-banner {
        background-position: center;
        height: 200px;
    }

    #about-us-hero-banner .aboutus-banner .row-height,
    #associates-hero-banner .associates-banner .row-height,
    #management-team-hero-banner .managementteam-banner .row-height,
    #hospital-infra-hero-banner .hospitalinfra-banner .row-height,
    #events-hero-banner .events-banner .row-height,
    #news-hero-banner .news-banner .row-height,
    #photos-hero-banner .photos-banner .row-height,
    #videos-hero-banner .videos-banner .row-height,
    #academics-hero-banner .academics-banner .row-height,
    #career-hero-banner .career-banner .row-height,
    #awards-hero-banner .awards-banner .row-height,
    #contactus-hero-banner .contactus-banner .row-height,
    #facilities-hero-banner .facilities-banner .row-height,
    #inpatient-hero-banner .inpatient-banner .row-height,
    #ourservices-hero-banner .ourservices-banner .row-height,
    #support-hero-banner .support-banner .row-height,
    #outpatient-hero-banner .outpatient-banner .row-height,
    #feedback-hero-banner .feedback-banner .row-height,
    #healthpackage-hero-banner .healthpackage-banner .row-height,
    #dravailability-hero-banner .dravailability-banner .row-height {
        height: 200px;
    }

    .fs-sm-30 {
        font-size: 30px;
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1366px) {
    #events-section .events {
        height: 710px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #news-section .btn-md-position {
        position: absolute;
        bottom: -15% !important;
        right: 25%;
        left: 25%;
    }

    .md-margin-top {
        margin-top: 200px !important;
    }

    .btn-position {
        bottom: -30% !important;
        right: 23%;
        left: 23%;
    }

    #medical_services .nav-pills {
        overflow-x: auto;
        white-space: nowrap;
    }

    .navbar .navbar-toggler span {
        display: block;
        background-color: #4f4f4f;
        height: 3px;
        width: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left;
    }

    .navbar .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }

    .navbar .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar .navbar-toggler span:nth-child(1) {
        margin-top: 0.3em;
    }

    .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
    }

    .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }

    .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg);
    }

    #events-section .events {
        height: 620px !important;
    }

    #events-section .card-details {
        top: 70%;
    }

    #doctors-availability-section .nav-pills {
        overflow-x: auto;
        white-space: nowrap;
    }

    #doctors-availability-section .cardiology-doctors .bg-yellow::after {
        min-width: 15rem !important;
    }

    #searchbar-section .searchbar .magnifying-glass_icon {
        right: 6.5%;
    }

    /* End */
    #our-values .ourvalues {
        background-image: unset;
    }

    #our-values .ourvalues .patient-centric,
    #our-values .ourvalues .quality-excellence {
        margin-left: 15px;
    }

    #our-values .ourvalues .community-engagement {
        margin-left: 15px;
    }

    #our-values .ourvalues .quality-excellence,
    #our-values .ourvalues .community-engagement-two {
        padding-top: unset;
        margin-top: 4%;
        margin-left: 15px;
    }

    #our-values .ourvalues .patient-centric {
        padding-top: unset;
    }

    #about-testimonial img {
        width: 120px;
    }

    #associate-healthcare .healthcare {
        height: 600px;
    }

    #healthcare-box .healthcarebox {
        margin-top: -48%;
    }

    #healthcare-box .collaboration-box {
        height: 400px;
    }

    #special-packages .special-package-image {
        position: unset;
    }

    #story-testimonial img {
        width: 120px;
    }

    #share-your-thoughts-section .h-200 {
        height: auto !important;
    }

    /* Event Details page Start [Akshay] */

    #events-details-section .card-details {
        top: 64% !important;
    }

    /* Event Details page End*/

    /* Hospital Infratructure page Start [Akshay] */
    #green-initiatives-section .card-details {
        top: 69% !important;
    }

    #green-initiatives-section .green-initiatives {
        margin-bottom: 150px;
    }

    #green-initiatives-section .green-initiatives {
        height: 580px;
    }

    /* end */

    /*home page start*/
    #events-section img {
        height: 400px;
    }

    #events-section .events-carousel {
        bottom: -21%;
    }

    /*home page end*/

    /* Academics Page Start */
    #requiredment-section .fs-md-14 {
        font-size: 14px;
    }

    /* Academics Page end */

    /* News Details page Start */

    #news-details-section h2 {
        font-size: 22px;
    }

    /* News Details page End */
    /* Awards And Achievment Page Start */
    #award-and-achievements-section .for-padding {
        padding: 0 2rem;
    }

    /* Awards And Achievment Page Start */

    /* About page start  */
    #our-values .ourvalues {
        height: auto;
    }

    /* About page End  */

    #ceo-message img {
        position: unset;
        height: 500px;
        object-fit: contain !important;
        width: 100%;
    }

    #single-services-hero-banner .services-banner {
        background-size: cover !important;
    }

    #services-hero-banner .services-banner {
        background-size: cover;
        background-position: center;
    }

    #events-details-section .events-section img {
        height: 350px;
    }

    .border-sm-md-0 {
        border: unset;
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {
    body {
        zoom: 0.8;
    }

    #our-values .ourvalues .quality-excellence,
    #our-values .ourvalues .community-engagement-two {
        margin-top: 3%;
    }

    #our-values .ourvalues {
        background-size: contain;
    }
}

/*end*/

/* ===Common For modal box=== */
.modal {
    backdrop-filter: blur(4px);
}

/* == -- lazy loaading code start akshay -- 08/06/2024== */

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lazy-load {
    width: 100%;
    /* height: 100%; */
    display: none;
    /* Hide the image initially */
}

/* == -- lazy loaading code end akshay -- == */