.bannertextblock2 h1{
    color: #021F56;
    font-size: 34px;
    font-weight: 400;
    word-wrap: wrap;
}

.bannertextblock2{
    position: absolute;
    top: 170px;
    color: #000000;
    left: 4% !important;
    width:37%;
}

.program-overview{
    background-color: #F2F9FD;
    border-radius: 8px;
    padding: 20px 40px;
}

.program-overview h2{
    font-size: 20px;
    color: #021E53;
    text-align: center;
    padding: 15px 0;
}

.ecmo-matters{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    gap: 46px;
}

.ecmo-matters img{
    display: block;
    width: auto;
    height: auto;
}

.ecmo-head{
    color: #021F56;
    font-size: 32px;
    font-weight: 400;
    padding: 10px 0;
}

.ecmo-clinical{
    background-color: #E6E8EE;
    padding: 20px 0;
}

.ecmo-refer{
    background-color: #fff;
    text-align: center;
    border-radius: 18px;
    height: auto;
}

.ecmo-refer img{
    width: 100%;
    height: auto;
}

.ecmo-refer p{
    padding: 20px 0;
    height: 90px;
}

#ecmo-triggers .splide__arrow--prev{
    left: -2.5em !important;
    background: #fff !important;
}

#ecmo-triggers .splide__arrow--next{
    right: -2.5em !important;
    background: #fff !important;
}

#ecmo-triggers .splide__arrow svg{
    height: 18px !important;
    width: 18px !important;
    fill: #000 !important;
}

.ecmo-line-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 5px;
}

.ecmo-des-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #62459C;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.circle-ecmo {
    width: 20px;
    height: 20px;
    background-color: #62459C;
    border-radius: 50%;
    z-index: 2;
}

.ecmo-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0px 22px 0px 22px;
}

.ecmo-card {
    background: white;
    width: 18%;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}

.ecmo-number {
    width: 110px;
    height: 55px;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.ecmo-title {
    font-size: 16px;
    font-weight: bold;
    color: #0d2240;
    margin-bottom: 10px;
}

.ecmo-desc {
    font-size: 14px;
    color: #555;
    padding: 15px 0;
}

.quality-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.col-first {
    background: url(../images/ecmo/col-first.webp) no-repeat center;
    background-size: cover;
    border-radius: 8px;
    padding: 20px 30px;
}

.col-second {
    background: url(../images/ecmo/col-second.webp) no-repeat center;
    background-size: cover;
    border-radius: 8px;
    padding: 20px 30px;
}

.quality-head {
    font-size: 24px;
    font-weight: 400;
    color: #021e53;
    margin: 15px 0;
}

.ecmo-policy{
    display: flex;
    gap: 30px;
    background-color: #F2F9FD;
    padding: 20px 60px;
}

.ecmo-col{
    color: #000;
    padding: 20px 10px 20px 20px;
}

.policy-head{
    color: #021E53;
    font-weight: 400;
}

.vl {
  border-left: 1px solid rgb(185, 193, 185);
  height: 250px;
}

.myths-flex{
    display: flex;
}

table {
  border-collapse: collapse;
  width: 100%;
  border: none !important;
}

td, th {
  border: none !important;
  text-align: left;
  padding: 8px;
  width: 50%;
}

tr:nth-child(even) {
  background-color: #dddbdb;
}

.critical-care{
    background-color: #F1F2F2;
    padding: 20px 0;
}

.doctor-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 295px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.doctor-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    background-color: #C4C4C4;
}

.doctor-card h3 {
    font-size: 16px;
    font-weight: 500;
    color: #0a2d64;
    margin-bottom: 5px;
}

.doctor-card p {
    font-size: 0.9rem;
    color: #6c757d;
    height: 55px;
}

.doctor-card a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.doctor-card a:hover{
    color: #fff;
}

.view-profile {
    background-color: #17a2b8;
    color: white;
}

.book-appointment {
    background-color: #0a2d64;
    color: white;
}

.critical-doctor .splide__pagination{
    display: none !important;
}

.critical-doctor .splide__arrow--prev{
    left: -2.5em !important;
    background: #fff !important;
}

.critical-doctor .splide__arrow--next{
    right: -1em !important;
    background: #fff !important;
}

.critical-doctor .splide__arrows .splide__arrow--prev svg{
    height: 18px !important;
    width: 18px !important;
}

.critical-doctor .splide__arrows .splide__arrow--next svg{
    height: 18px !important;
    width: 18px !important;
}

.cardiac-critical{
    background-color: #EEEDF5;
    padding: 20px 0;
}

.cardiology-doc{
    background-color: #E9EFF2;
    padding: 20px 0;
}

.cardiac-anaesthesia{
    background-color: #F2F9FD;
    padding: 20px 0;
}

.cardiothoracic-doc{
    background-color: #E9EFF2;
    padding: 20px 0;
}

.internal-medicine{
    background-color: #eeeef2;
    padding: 20px 0;
}

.physiotherapy-doc{
    background-color: #ECFDF8;
    padding: 20px 0;
}

.vascular-endova{
    background-color: #EEEDF5;
    padding: 20px 0;
}

.pulmonology-doc{
    background-color: #F2F9FD;
    padding: 20px 0;
}

.faq-main{
    background-color: #e6e9ee;
    padding: 60px 70px;
    margin-bottom: 50px;
}

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

.contactus-fields{
    margin-bottom: 10px ;
}

@media only screen and (max-width: 991px) {
    .ecmo-matters{
        display: block;
    }
    .ecmo-head{
        font-size: 20px;
    }
    .ecmo-card{
        width: 100%;
        text-align: start;
    }
    .quality-grid{
        display: block;
    }
    .quality-head{
        font-size: 20px;
        margin: 5px 0;
    }
    .col-first{
        padding: 30px 20px;
    }
    .col-first p{
        margin-bottom: 5px;
    }
    .col-second {
        margin-top: 30px;
    }
    .ecmo-policy{
        display: block;
        padding: 20px;
    }
    .vl{
        border-bottom: 1px solid rgb(185, 193, 185);
        width: 100%;
        height: unset;
    }
    .ecmo-col{
        padding: 10px;
    }
    .doctor-card{
        width: 100%;
    }
    .faq-main{
        padding: 20px;
    }
    .faq-accordian{
        padding-top: 0 !important;
    }
    .ecmo-line-container{
        position: absolute;
        width: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
        gap: 160px;
        top: 15%;
        display: none;
    }
    .ecmo-des-line {
        width: 2px;
        height: 100%;
        left: 10px;
    }
    .ecmo-card{
        margin-bottom: 20px;
    }
    .ecmo-card svg{
        width: 40px;
        height: 40px;
    }
    .ecmo-number{
        position: unset;
        transform: unset;
        display: block;
        height: 40px;
    }
    .ecmo-matters img{
        width: 100%;
    }

    .bannerheading_txt{
        font-size: 18px !important;
    }
    #ecmo-triggers .splide__arrows{
        display: none !important;
    }
    .bannertextblock2 {
        top: 120px !important;
        left: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bannertextblock2 {
        top: 70px !important;
        left: 14px !important;
    }

    .critical-doctor .splide__arrow--next{
        right: -1em !important;
    }

    .critical-doctor .splide__arrow--prev{
        left: -1em !important;
    }

    .doc-iframe iframe{
        width: 100%;
        height: auto;
    }
}