* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar-thumb {
    background: #034ea1;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00b7ab6e;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 4px;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.container {
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.header-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 10px 0;
    align-items: center;
}
.logo {
    width: 246px;
}
.select-city select {
    width: 210px;
    border-radius: 4px;
    height: 45px;
    background: #00b7ac url(../images/arrow-down.svg) no-repeat;
    background-position: 93% 47%;
    color: #fff;
    border: none;
    padding: 0 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-right: 30px;
    font-family: Montserrat;
}
.call-icon a {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    border-radius: 4px;
    width: 200px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.call-icon span {
    font-size: 16px;
}
.call-icon svg {
    width: 30px;
    margin-right: 10px;
}
.call-col {
    display: flex;
    justify-content: flex-end;
}
.speciality-banner {
    position: relative;
    margin-bottom: 25px;
}
.speciality-banner img {
    width: 100%;
    display: block;
}
.speciality-name {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    border-radius: 4px;
    padding: 15px;
    position: absolute;
    left: 7%;
    top: 30px;
    width: 45%;
}
.speciality-name h1 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
}
.banner-form {
    position: absolute;
    right: 4%;
    top: 30px;
    width: 355px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
}
.ib--form-container form{
    padding: 20px;
    padding-top: 10px;
    box-shadow: 0 10px 61px -10px rgba(199, 201, 206, 0.74);
    background: white;
    border-radius: 5px;
}
.banner-form h3 {
    padding: 5px 0px 5px 0px;
    text-align: center;
    color: white;
    font-weight: 600;
    background: #144d9e;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.banner-form form label {
    display: block;
    margin-bottom: 5px;
}
.banner-form form input,
.banner-form form textarea {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0 15px;
    font-family: Montserrat;
    color: #333;
    font-size: 14px;
}
.banner-form form textarea {
    padding: 15px;
    height: 75px;
}
.form-group button {
    border-radius: 4px;
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    padding: 8px 45px;
    color: #fff;
    border: none;
    font-family: Montserrat;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}
.text-center {
    text-align: center;
}
.form-group {
    margin-top: 10px;
}
.doc-check {
    background-color: #034ea1;
    background-image: url(../images/checkup-bg-1.svg), url(../images/checkup-bg-2.svg);
    background-position: left center, right center;
    background-repeat: no-repeat;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.doc-check button {
    background: #fff;
    color: #034ea1;
    padding: 8px 35px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    font-family: Montserrat;
    border: none;
    cursor: pointer;
}
.doc-check h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}
.why-choos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    align-items: center;
}
.why-choose-img img {
    display: block;
}
.why-choose-text ul {
    padding: 0;
    list-style: none;
}
.why-choose-text ul li {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 20px;
}
.why-choose-text ul li::before {
    position: absolute;
    width: 10px;
    background: #034ea1;
    height: 50%;
    content: "";
    left: 0;
    top: 0;
}
.why-choose-text ul li::after {
    position: absolute;
    width: 10px;
    background: #00b7ac;
    height: 50%;
    content: "";
    left: 0;
    bottom: 0;
}
.why-choose-text ul li span {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 15px 30px;
    border-radius: 0 10px 10px 0;
    border-top: 1px solid #034ea1;
    border-right: 1px solid #034ea1;
    border-bottom: 1px solid #034ea1;
    background: #00b7ac;
    color: #fff;
    font-size: 22px;
    width: 370px;
}
.choose-ico {
    width: 100px;
    height: 80px;
    background: #fff;
    border: 1px solid #034ea1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-choose {
    padding: 20px 0 0;
    text-align: center;
}
.why-choose h2 {
    color: #034ea1;
    font-size: 30px;
    margin-bottom: 15px;
}
.why-choose p {
    color: #000;
    margin-bottom: 20px;
}
.expert h2 {
    text-align: center;
    color: #034ea1;
    font-size: 30px;
    font-family: MontserratBold;
}
.expert-div {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    height: 460px;
    margin-right: 25px;
    width: 283px;
}
.location {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    padding: 10px 0;
}
.location p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.expert-img img {
    display: block;
    width: 100%;
    height: auto;
}
.blue-bg-bar {
    width: 100%;
    height: 15px;
    background: #034ea1;
}
.expert-text {
    padding: 10px 15px 15px 15px;
    color: #000;
}
.expert-name {
    height: 35px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}
.expert-name h2 {
    font-family: MontserratSB;
    font-size: 12px;
    color: #121212;
    line-height: 16px;
    text-transform: uppercase;
}
.expert-designation {
    height: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.expert-designation p {
    font-family: Montserrat;
    font-size: 10px;
    line-height: 13px;
    color: #121212;
    text-transform: uppercase;
}
.book-btns a,
.book-btns p {
    display: block;
    padding: 8px 30px;
    border: 1px solid #034ea1;
    color: #034ea1;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.appoint-buttn {
    background: #034ea1;
    color: #fff !important;
    border: none;
    height: 33px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 16px;
}
.book-btns {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
}
.expert .splide__track {
    padding: 15px 0;
}
.expert .splide__arrow--next, .expert .splide__arrow--prev  {
    background: #034ea1 !important;
    opacity: 1;
}

.expert .splide__arrow svg {
    fill: #fff;
    height: 1.2em;
    width: 1.2em;
}
.expert .splide__arrow--next {
    right: -3em;
}
.expert .splide__arrow--prev {
    left: -3em;
}
.testimonial{
    background: #00b7ac;
    padding: 50px 0;
}
.spine-testimonial{
    background: #00b7ac;
    padding: 20px 0;
}
.testimonial h2, .spine-testimonial h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}
.patient-video {
    margin-top: 30px;
    border-radius: 15px;
    border: 3px solid #adadad;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    padding: 20px 80px;
    color: #000;
    position: relative;
    background: #fff;
    width: 570px;
}
.left-quote {
    position: absolute;
    left: 10px;
    top: 20px;
}
.text-container p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.right-quote {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.testimonial .splide__arrow--next, .testimonial .splide__arrow--prev,.spine-slider .splide__arrow--prev, .spine-slider .splide__arrow--next  {
    background: #034ea1 !important;
    opacity: 1;
}

.testimonial .splide__arrow svg, .spine-slider .splide__arrow svg {
    fill: #fff;
    height: 1.2em;
    width: 1.2em;
}
.testimonial .splide__arrow--next {
    right: -1em;
}
.testimonial .splide__arrow--prev {
    left: -1em;
}
.faq {
    background: url(../images/faq-flower.webp) #034ea1 no-repeat;
    padding: 20px 0;
    background-position: 0% 50%;
}
.faq h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px 0;
}
.faq-bar {
    padding: 10px 0 10px;
}
.accordion {
    background-color: #fff;
    color: #034ea1;
    cursor: pointer;
    padding: 18px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    position: relative;
    font-weight: 500;
}
.accordion::before {
    content: url(../images/faqs-right.svg);
    font-family: "Glyphicons Halflings";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #034ea1;
}
.panel {
    padding: 15px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
}
.accordion.active::before {
    content: url(../images/faqs-down.svg);
    transform: rotate(180deg);
    top: 18px;
}
.panel p {
    font-family: Montserrat;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.coe, .kolkata-coe {
    background: #4498a7;
    padding: 20px 0;
}
.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabs li {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    min-height: 55px;
    margin-bottom: 20px;
    padding: 0 30px;
    border: 1px solid #034ea1;
}
.coe-icon {
    margin-right: 15px;
}
.coe-icon img {
    display: block;
}
.tab {
    cursor: pointer;
    padding: 10px !important;
}
.tab.active {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: #fff;
    border-color: #000;
}
.tab.active .coe-icon img {
    filter: brightness(0) invert(1);
}
.tab:hover {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: #fff;
    border-color: #000;
}
.tab:hover .coe-icon img {
    filter: brightness(0) invert(1);
}
.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}
[data-tab-content] {
    display: none;
}
.active[data-tab-content] {
    display: block;
}
.coe-tab-desk-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}
.tab-content img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.tab-content p {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
}
.coe h2, .kolkata-coe h2, .why-choose-bg h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}
footer {
    padding: 40px 0;
    background: #000;
    color: #fff;
    font-size: 12px;
}
.ftr-rw {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
}
footer p {
    text-align: right;
}
.mob-sticky-row {
    display: none;
}
.coe-tab-mob {
    display: none;
}
.mob-call {
    display: none;
}
.popup {
    width: 100%;
    height: 100%;
    background-color: #f5f3f4;
    padding: 20px;
    box-shadow: 2px 2px 10px #ddd;
    text-align: center;
    position: fixed;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 1s;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
    z-index: 9999999;
}
.popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    outline: 0;
    background-color: #ff7174;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    cursor: pointer;
    transition: 0.5s;
}
.popup .close:hover {
    background-color: #ff0105;
}
.popup h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.loc-select {
    width: 400px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
}
.loc-select ul {
    list-style: none;
}
.loc-select ul li a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #000;
    color: #000;
    text-align: left;
}
.loc-select ul li:last-child a {
    border: none;
}
.popup .close {
    display: none;
}
.error {
    font-size: 10px;
    color: red;
}
.thankyou-txt h1 {
    font-size: 40px;
    margin-top: 110px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 800;
}
.thankyou-txt img {
    display: block;
    margin: auto;
    width: 135px;
}
.thankyou-txt h4 {
    letter-spacing: 0;
    color: #034e9f;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0;
}
.back-btn {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    border-radius: 5px;
    width: 150px;
    padding: 15px 25px;
    margin: 0 auto 30px;
    display: block;
    color: #fff;
}
.thankyou-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.page-not-found img {
    display: block;
    margin: auto;
    height: 100%;
}
.page-not-found p {
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    color: #4e4849;
    margin-top: 20px;
}
.not-found-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}
.expert-slider .splide__arrow:disabled {
    opacity: 0 !important;
}
select:focus-visible {
    outline: 0 !important;
}
.bhu-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    background: #00b7ac !important;
    color: #fff !important;
}
.close {
    display: block !important;
}
.video-content {
    height: 200px;
    overflow-y: auto;
    position: relative;
    padding-right: 5px;
}
.author-name {
    bottom: 0;
    position: relative;
    right: 15px;
    text-transform: capitalize;
    text-align: right;
}
.call-now {
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.call-now span{
    margin-left: 10px;
}
.bhu-select option {
    text-align: center;
}
.mobile-slider {
    display: none;
}
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slide.slide-in-left {
    left: 0;
    opacity: 1;
    animation: slide-in-left 0.5s forwards;
}

.slide.slide-in-right {
    left: 0;
    opacity: 1;
    animation: slide-in-right 0.5s forwards;
}

.slide.slide-out-left {
    left: -100%;
    opacity: 0;
    animation: slide-out-left 0.5s forwards;
}

.slide.slide-out-right {
    left: 100%;
    opacity: 0;
    animation: slide-out-right 0.5s forwards;
}

/* infobp chat */
.ib--form-container{
    padding: 0px !important;
}
.ib--text{
    padding: 5px !important;
    margin: 0 !important;
    font: 14px "Helvetica", sans-serif !important;
}
.baner-form{
    /* width: 25% !important; */
    top: 15px!important;
}
.ib--element-container {
    margin-bottom: 6px !important;
}
.ib--input-label{
    font-size: 13px !important;
}
.ib--textarea{
    min-height: 4em !important;
}
.ib--input-error-label{
    font-size: 11px;
}
.ib--input-label{
    line-height: 13px !important;
}
.ib--submit-button{
    font-size: 14px !important;
    padding: 5px 16px !important;
    margin-top: 10px;
}

.stories-video iframe{
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    border: 3px solid #adadad;
    width: 100%;
}
@keyframes slide-in-left {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes slide-out-left {
    0% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 100%;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    top: 0;

    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
}

.slide.active {
    opacity: 1;
    position: relative;
    left: 0;
    opacity: 1;
}

.slide img {
    width: 100%;
    display: block;
    height: auto;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
    color: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.arrow.prev {
    left: 1rem;
}
.arrow.next {
    right: 1rem;
}
.speciality-banner{
    position: relative;
}
.label-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.no-margin{
    margin-bottom: 0px;
}



/* NEW CSS */
.hsp-facility {
    border: 3px solid #52B4AB;
    margin-bottom: 15px;
    margin-top: 15px;
}
.analysis-one {
    background: rgba(246, 246, 246, 0.60);
    width: 80%;
    margin-bottom: 20px;
}
.journey-manipal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.journey-manipal h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    justify-content: center;
    padding: 12px;
}
.med-text {
    display: flex;
    justify-content: center;
}
.med-text {
    padding: 10px 0px;
}
.our-care {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}
.our-care h3 {
    align-self: flex-start;
    margin-bottom: 10px;
}
.analysis-one p {
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
.med-history img {
    width: 208px;
    height: 220px;
}
.med-historys {
    display: flex;
    justify-content: flex-start;
}
.med-history {
    display: flex;
    justify-content: flex-end;
}
.card-padding{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.med-historys img {
    width: 208px;
    height: 220px;
}
.spine-slider .splide__track{
    padding-bottom: 55px;
}
.spine-slider .splide__arrow{
    bottom: 0%;
    top: unset;
    transform: translateY(0%);
    height: 2.5rem;
    width:2.5rem;
}
.spine-slider .splide__arrow--prev {
    right: 50%;
    left: unset;
    margin-right: 15px;
}
.spine-slider .splide__arrow--next {
    left: 50%;
}
.panel ul{
    padding-left: 30px;
    line-height: 24px;
}

.tab-content ul, .coe-tab-mob ul{
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    padding-left: 30px;
}
.health-issues{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 35px;
    margin: 35px 0px;
}
.health-content h1{
    margin-bottom: 20px;
    font-size: 30px;
}
.health-content p{
    font-size: 14px;
    line-height: 30px;
}
.why-choose-bg{
    background: #4498A7;
    padding: 25px 0px;
}
.why-choose-bg p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.why-choose-box{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 15px;
}
.boxes{
    border: 2px solid #0C519F;
    Width: 185px;
    height: 95px;
    border-radius: 10px;
    place-content: center;
    display: grid;
    padding: 15px;
    -webkit-box-shadow: 21px 18px 41px -23px rgba(82,79,82,1);
    -moz-box-shadow: 21px 18px 41px -23px rgba(82,79,82,1);
    box-shadow: 21px 18px 41px -23px rgba(82,79,82,1);
}   
.boxes p{
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.expert{
    margin: 15px 0px;
}
.why-choose-bg .comprehensive{
    font-family: 'MontserratSB';
    font-size: 16px;
}
.tab-heading-coe {
    max-height: 460px; 
    overflow-y: auto; 
    transition: max-height 0.3s ease; 
    padding: 10px; 
}
.tab-heading::-webkit-scrollbar {
    width: 8px; 
}
.tab-heading::-webkit-scrollbar-thumb {
    background: #034EA1; 
    border-radius: 4px;
}
@media (min-width: 2560px) {
    .expert-div {
        height: 800px;
    }
}
@media (min-width: 1440px) {
    .bhu-testi .splide__slide {
        width: unset !important;
    }
    .testimonial-slider .splide__slide{
        width: unset !important;
    }
}
@media (max-width: 1024px) {
    .why-choose-box{
        grid-template-columns: repeat(3, 1fr);
        
    }
    .boxes{
        width: unset;
    }
    .health-issues{
        place-items: center;
    }
}

@media (max-width: 1199px) {
    .patient-video {
        width: auto;
        padding: 20px 55px;
    }
    .speciality-banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .coe-icon {
        margin-right: 10px;
    }
    .why-choose-img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .thankyou-txt h1 {
        margin-top: 75px;
    }
    .book-btns a {
        padding: 8px 20px;
    }
    .single-slider .splide__list {
        justify-content: center;
    }
    .banner-form {
        width: 310px;
        top: 2px;
        right: 6%;
    }
    .form-group button {
        margin-top: 0;
    }
    .banner-form form textarea {
        height: 70px;
    }
    .banner-form h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .form-group button {
        padding: 10px 35px;
    }
    .banner-form form input,
    .banner-form form textarea {
        margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .header-col-2 {
        grid-template-columns: 1fr 2fr;
    }
    .select-city select {
        width: 215px;
        padding-right: 40px;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }
    .call-icon a {
        width: 185px;
    }
    .speciality-name h1 {
        color: #fff;
        font-weight: 400;
        text-align: center;
        font-size: 17px;
        line-height: 30px;
    }
    .logo img {
        width: 150px;
    }
    .banner-form {
        position: unset;
        width: 80%;
        margin: 20px auto;
    }
    .speciality-banner {
        height: auto;
    }
    .expert .splide__arrow--next {
        right: 0;
    }
    .expert .splide__arrow--prev {
        left: 0;
    }
    .page-not-found p {
        margin-bottom: 30px;
    }
    .page-not-found img {
        width: 100%;
    }
    .patient-video {
        padding: 20px 42px;
    }
    .bhu-testi .testimonial-slider .splide__list {
        justify-content: center;
    }
    .coe-tab-desk-top {
        gap: 10px;
    }
    
    .health-issues{
        display: block;
    }
    .health-issues img{
        margin-top: 15px;
        width: 100%;
        height: auto;
    }
    .health-content p{
        text-align: center;
    }
    .health-content h1{
        text-align: center;
    }
}
@media (max-width: 767px) {
    .logo {
        width: auto;
    }
    .logo img {
        width: 150px;
        margin: 10px auto 20px auto;
        display: block;
    }
    .call-col {
        align-items: center;
    }
    .call-icon span {
        display: none;
    }
    .call-icon a {
        width: 40px;
        height: 40px;
        border-radius: 100px;
    }
    .call-icon svg {
        width: 30px;
        margin-right: 0;
    }
    .select-city select {
        width: 260px;
    }
    .speciality-name {
        width: 90%;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mob-sticky {
        position: fixed;
        bottom: 5px;
        width: 100%;
        left: 0;
        padding: 0 5px;
        z-index: 9;
    }
    .mob-sticky-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        z-index: 99;
    }
    .mob-sticky-row a {
        display: block;
        padding: 6px;
        border: 1px solid #034ea1;
        color: #034ea1;
        margin-bottom: 5px;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
    }
    .why-choos-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .expert-div {
        height: 620px;
    }
    .expert-slider .splide {
        visibility: visible;
    }
    .expert-slider .splide__list {
        overflow-x: scroll;
        padding-bottom: 20px !important;
    }
    .single-slider .splide__list {
        overflow-x: hidden;
    }
    .expert-slider .splide__list::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }
    .expert-slider .splide__list::-webkit-scrollbar {
        width: 3px !important;
        height: 5px !important;
    }
    .expert-slider .splide__list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #00b7ab1f !important;
        border-radius: 10px;
    }
    .expert-slider .splide__slide {
        margin-right: 0;
        width: 80% !important;
        margin-left: 10px;
    }
    .doc-check {
        background-size: 50%;
    }
    .why-choose-text ul li span {
        width: 100%;
    }
    .testimonial-slider .splide:not(.is-overflow) .splide__pagination {
        display: block !important;
        bottom: -2.5em;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .bhu-slider .splide:not(.is-overflow) .splide__pagination {
        display: block !important;
        bottom: -2.5em;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .expert-slider .splide__arrows,
    .testimonial-slider .splide__arrows {
        display: none !important;
    }
    .ftr-rw {
        display: block;
        text-align: center;
    }
    .ftr-rw p {
        text-align: center;
    }
    .ftr-rw img {
        width: 200px;
        display: block;
        margin: 0 auto 20px auto;
    }
    .coe-tab-desk-top {
        display: none;
    }
    .accordionItem {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .accordionItemHeading {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 100px;
        min-height: 55px;
        margin-bottom: 20px;
        padding: 0 30px;
        border: 1px solid #034ea1;
        color: #000;
    }
    .accordionItemHeading p {
        font-size: 14px;
        color: #000;
        text-align: left;
    }
    .close .accordionItemContent {
        height: 0;
        transition: height 1s ease-out;
        transform: scaleY(0);
        float: left;
        display: block;
    }
    .open .accordionItemContent {
        width: 100%;
        display: block;
        transform: scaleY(1);
        transform-origin: top;
        transition: transform 0.4s ease;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .open .accordionItemHeading {
        background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
        color: #fff;
        border-color: #000;
    }
    .open .accordionItemHeading .coe-icon img {
        filter: brightness(0) invert(1);
    }
    .open .accordionItemHeading p {
        color: #fff;
        padding: 5px 0;
    }
    .accordionItemContent img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        border-radius: 10px;
        height: auto;
    }
    .accordionItemContent p {
        color: #fff;
        line-height: 28px;
    }
    .coe-tab-mob {
        display: block;
    }
    .desk-call {
        display: none;
    }
    .mob-call {
        display: block;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mob-call svg {
        -webkit-animation: 2s infinite ring;
        animation: 2s infinite ring;
        margin: auto;
    }
    @keyframes ring {
        0% {
            -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            transform: rotate(-15deg) scale(1);
        }
        2% {
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg) scale(1.5);
        }
        12%,
        4% {
            -webkit-transform: rotate(-18deg);
            -ms-transform: rotate(-18deg);
            transform: rotate(-18deg) scale(1);
        }
        14%,
        6% {
            -webkit-transform: rotate(18deg);
            -ms-transform: rotate(18deg);
            transform: rotate(18deg) scale(1.5);
        }
        8% {
            -webkit-transform: rotate(-22deg);
            -ms-transform: rotate(-22deg);
            transform: rotate(-22deg) scale(1);
        }
        10% {
            -webkit-transform: rotate(22deg);
            -ms-transform: rotate(22deg);
            transform: rotate(22deg) scale(1.5);
        }
        16% {
            -webkit-transform: rotate(-12deg);
            -ms-transform: rotate(-12deg);
            transform: rotate(-12deg) scale(1);
        }
        18% {
            -webkit-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
            transform: rotate(12deg) scale(1.5);
        }
        20% {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0) scale(1);
        }
    }
    .loc-select {
        width: 90%;
    }
    .popup h3 {
        font-size: 20px;
    }
    .thankyou-txt h1 {
        font-size: 34px;
        margin-top: 20px;
    }
    .thankyou-txt h4 {
        font-size: 16px;
    }
    .page-not-found p {
        font-size: 34px;
    }
    .thankyou-header {
        display: flex !important;
        justify-content: space-between;
    }
    .desktop-slider {
        display: none;
    }
    .mobile-slider {
        display: block;
    }
    footer{
        padding: 15px 0 50px 0px;
    }
    .analysis-one {
        width: 100%;
    }
    .med-text{
        align-items: center;
    }
    .journey-manipal h2{
        font-size: 20px;
        text-align: center;
    }
    .stories-video iframe{
        height: 240px;
        margin-top: 20px;
    }
    .why-choose-box{
        grid-template-columns: repeat(2, 1fr);
    }
    .boxes p{
        line-height: 18px;
    }
    .why-choose-box.cardiology {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-choose-box.cardiology .boxes:nth-child(odd):last-child {
        grid-column: span 2;
        width: 185px;
        margin: auto;
    }
}
@media (max-width: 499px) {
    .speciality-banner img {
        width: 100%;
        object-fit: cover;
    }
    .speciality-name h1 {
        color: #fff;
        font-weight: 400;
        text-align: center;
        font-size: 14px;
        line-height: 23px;
    }
    .banner-form {
        position: unset;
        width: 90%;
    }
    .banner-form h3 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 17px;
    }
    .expert h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .expert-div {
        height: 455px;
    }
    .coe h2, .kolkata-coe h2,
    .faq h2,
    .testimonial h2,
    .why-choose h2, .spine-testimonial h2, .why-choose-bg h2{
        font-size: 20px;
    }
    .health-content h1{
        font-size: 20px;
        text-align: center;
    }
    .doc-check{
        height: 105px;
    }
    .doc-check h2 {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .why-choose-text ul li span {
        padding: 15px 10px;
        font-size: 14px;
    }
    .testimonial h2, .spine-testimonial h2 {
        margin: 0;
    }
    .left-quote {
        position: absolute;
        left: 7px;
        top: 7px;
        width: 19px;
    }
    .right-quote {
        position: absolute;
        right: 7px;
        bottom: 7px;
        width: 19px;
    }
    .text-container p {
        font-size: 14px;
        padding-right: 5px;
    }
    .patient-video {
        margin-right: 0;
        width: 100%;
        padding: 25px;
    }
    .accordion p {
        width: 94%;
    }
    .accordion::before {
        right: 12px;
    }
    .expert {
        padding: 0;
    }
    .expert .splide__track {
        padding: 25px 0;
    }
    .coe, .kolkata-coe {
        padding: 10px 0;
    }
    .why-choose {
        padding: 15px 0 0;
    }
    .why-choose h2 {
        margin-bottom: 15px;
    }
    .testimonial {
        padding: 25px 0 45px;
    }
    .spine-testimonial {
        padding: 20px 0 20px;
    }
    .coe h2, .kolkata-coe h2, .why-choose-bg h2 {
        margin-bottom: 10px;
    }
    .our-expert {
        font-size: 20px !important;
    }
    .patient-video {
        margin-top: 25px;
    }
    .testimonial-slider .splide__slide {
        width: 100% !important;
        margin-right: 40px !important;
    }
    .testimonial-slider .splide__track {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .splide__list {
        justify-content: unset;
    }
    .bhu-testi .splide__slide {
        width: 100% !important;
        margin-right: 45px !important;
    }
    .single-slider .splide__slide {
        width: 280px !important;
        margin-right: 10px;
    }
    .speciality-banner {
        margin-bottom: 0;
    }
    .logo img {
        margin: 0 auto 5px auto;
    }
    .header-col-2 {
        padding: 10px 0 5px;
    }
    .select-city select {
        height: 35px;
        width: 205px;
        padding: 0 10px;
    }
    .arrow{
        width: 25px;
        height: 25px;
    }
    .doc-check button{
        padding: 8px 15px;
    }
    .splide__pagination__page {
        margin: 8px !important;
    }
    .card-padding{
        padding-right: 10px;
        padding-left: 10px;
    }
    .med-history img, .med-historys img {
        width: 150px;
        height: 155px;
    }
    
}
@media (max-width: 375px) {
    .expert-slider .splide__slide {
        margin-right: 30px;
    }
    .single-slider .splide__slide {
        margin-right: 10px;
    }
    .accordionItemHeading p {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .med-history img, .med-historys img {
        width: 120px;
        height: 125px;
    }
    .card-padding{
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (min-width: 991px) and (max-width: 3300px) {  
    .team-slider .splide__list,
    .testimonial-slider .splide__list {
    transform: translateX(0) !important;
    justify-content: center !important;
    display: flex !important;
    }  
    .why-choose-box.cardiology {
        display: flex; 
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 20px; 
        margin-top: 15px;
    }
}