@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.main-banner {
    background-image: url('https://cdn.apollohospitals.com/hyderabad/procedure-lp/angioplasty-procedure/images/3%20PTCA_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'roboto', sans-serif;
    height: 496px;
    width: 100%;
    background-position: 0% 50%;
}

.btn {
    white-space: nowrap;
    width: auto;
    display: inline-block;
    text-align: center;
    color: white !important;
  }

.main-banner p {
    font-size: 50px;
    line-height: 65px;
    font-weight: 500;
}

.logo {
    position: absolute;
    max-width: 150px;
    z-index: 1000;
    /* padding-right: 10px; */
}

.content {
    padding-top: 135px;
    text-align: left;
    color: white;
    /* padding-left: 19px; */
    line-height: 10px;
    /* letter-spacing: 10px; */
    /* bottom: 50px; */
}

.content span {
    color: #F1A902;
}

/* ------------------------- */
.appoinment {
    background-color: #fff;
    padding: 20px 0px;
    border-bottom: 3px solid rgba(127, 105, 105, 0.2);
}

.appoint_block .book_app {
    font-size: 18px;
    font-weight: 700;
    color: #00779a;
}


.appoint_block .form-control {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border-color: #c1c1c1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.appoint_block button {
    padding: 8px;
    width: 100px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #007fa5, #00446e);
    color: #fff;
}

.appoint_block button:hover {
    color: #fff;
}

.sendotpbt {
    top: 0px;
    right: 5px;
}

.lead_res .alert{
    display: block;
    font-size: 14px;
    font-weight: 500 !important;
    width: 230px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .lead_res2 .alert{
    display: block;
    font-size: 14px;
    font-weight: 500 !important;
    width: 230px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

.appoint_block a {
    font-size: 12px;
    color: #00779a;
}

.appoint_block label {
    color: #757273;
    font-size: 11px;
    margin-bottom: 0;
}

/* ------------------------- */
.chooseUs {
    /* height: 700px; */
    background-color: #f2f8f9;
    padding: 50px 0px;
}

.aph {
    font-weight: 600;
    text-align: center;
    /* padding-top: 50px; */
}

.chooseUs h1 {
    text-align: center;
    padding-top: 27px;
    font-size: 33px;
    font-weight: 700;
}

.chooseUs .card {
    background: #fff;
    border: 1.5px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 5px 6px #e5e5e5 inset;
    flex: 1;
    min-width: 340px;
    /* max-width: 30%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 400px; */
    min-height: 440px;
}

.chooseUs .card img {
    /* width: 100%; */
    height: auto;
    object-fit: cover;

    padding-top: 30px;
}

.chooseUs .card h5 {
    margin: 21px 0 10px;
    font-weight: 700;
    text-align: center;
}

.chooseUs .card p {
    padding: 10px 20px 20px 20px;
    text-align: center;
    margin: 0;
    color: #969696;
    line-height: 25px;
}

.chooseUs .card-devider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
    gap: 20px;
}

/* ------------------------- */
.heartLung {
    background-image: url('https://cdn.apollohospitals.com/hyderabad/procedure-lp/angioplasty-procedure/images/group.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    /* height: 458px; */
    padding: 50px 0px;
    width: 100%;
    /* margin-bottom: 100px; */
}

.heartLung h2 {
    padding-bottom: 20px;
    font-weight: 700;
}

.heartLung .col-md-7 {
    padding-left: 35px;
}

.heartLung p {
    font-weight: 500;
}

/* --------------------- */
.top-section {
    /* height: 740px; */
    padding: 50px 0px;
    background-color: #f2f8f9;
}

.top-section h2 {
    text-align: center;
    /* margin-bottom: 36px; */
    font-weight: 700;
    padding-bottom: 20px;
}

.card-custom {
    border: none;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, .125);
}

.card-custom .card-img-left {
    width: 180px;
    height: 80px;
    border-radius: 50%;
    /* background-color: #f8f9fa; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-custom .card-body {
    display: flex;
    align-items: center;
}

.card-custom .card-body .text-content {
    flex-grow: 1;
    padding-left: 20px;
}

.card-bg-1,
.card-bg-2,
.card-bg-3 {
    background-color: #fff;
}

.stepimg img {
    height: 130px !important;
}

/* ---------------------- */
/* -------------------- */
.benefit-section {
    padding: 50px 0px;
    background: linear-gradient(to bottom, #00779a, #00446e);
}

.benefit-section h1 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 700;
    color: #fff;
}

.benefit-row {
    display: flex;
    justify-content: center;
}

.benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-card {
    border: none;
    background-color: #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 11px 6px #e5e5e5 inset;
}

.benefit-img {
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

.benefit-body {
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

/* -------------------- */

.fastrack {
    background-image: url(https://cdn.apollohospitals.com/hyderabad/procedure-lp/angioplasty-procedure/images/Group%201.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0px;
    background-position: 50% 50%;
}

.fastrack h1 {
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
}

.fastrack .aph {
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}

/* ------------------------------- */
.faq-section{
    background-color: #f2f8f9;
    padding: 50px 0px;
    border-bottom: 3px solid #e7e4e4;
    }
.faq-section h1{
    text-align: center;
    padding-bottom: 30px;
    font-weight: 700;
}
.accordion{
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-btn-color: #000000;
    /* --bs-accordion-active-bg: #00779a; */
    --bs-accordion-active-color: #fff;
    --bs-accordion-bg: #ecfbff;
    --bs-accordion-btn-focus-box-shadow: none;
    
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button{
    font-weight: 500;
}
.accordion-item{
    margin-bottom: 10px;
    border: 2px solid #e3e3e3;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02);
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background: linear-gradient(to bottom, #007fa5, #00446e);
}

.copy{
    font-weight: 600;
    text-align: center;
    padding: 15px;
    font-size: 13px;
}




@media (min-width: 320px) and (max-width: 767.98px) {
    .main-banner {
        height: 260px;
        background-image: url('https://cdn.apollohospitals.com/hyderabad/procedure-lp/angioplasty-procedure/PTCA-3(mb).png');
        background-size: cover;
        background-repeat: no-repeat;

    }

    .logo {
    
        max-width: 100px;
    }

    .main-banner p {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    /* -------------------------------------- */
    .appoint_block .col-md-2,
    .col-md-3 {
        margin-top: 15px;
    }

    .submitbt button {
        width: 100%;
    }

    .appoint_block label {
        width: 100%;
        padding-left: 10px;
    }

    .appoint_block a {
        text-align: right;
        padding-right: 10px;
        padding-left: 10px;

    }

    /* ------------------------------------ */
    .chooseUs {
        padding: 30px 0px;
    }

    .chooseUs h1 {
        font-size: 30px;
    }

    /* ---------------------------------------- */
    .heartLung {
        background: url(https://cdn.apollohospitals.com/hyderabad/procedure-lp/angioplasty-procedure/images/group.png);
        width: 100%;
        background-position: 50% 50%;
        padding: 30px 0px;
    }

    .heartLung h2 {
        font-size: 29px;
        text-align: center;
        padding-bottom: 20px;
    }

    .heartLung p {
        font-size: 16px;
        padding-top: 0px;
    }

    /* --------------------------------------- */
    .patient {
        padding: 30px 0px;
    }

    .patient .col-md-4 {
        margin-bottom: 20px;
    }

    .patient .aph {
        padding-bottom: 30px;
    }

    .patient .card {
        min-height: 280px;
    }

    /* ------------------------------------ */
    .top-section {
        padding: 30px 0px;
    }

    .top-section .card-custom {
        width: fit-content;
    }

    .top-section .card-custom .card-body {
        display: flex;
        flex-direction: column;
        /* width: auto; */
    }

    .card-custom .card-img-left {
        width: 92px;
        background-color: none;
    }

    .card-custom {
        padding: 20px 0;
    }

    .card-custom .card-body .text-content {
        padding-top: 40px;
        text-align: center;
        padding-left: 0px;
    }

    /* ------------------------------------- */
    .faq-section {
        padding: 30px 0px;
    }

    .faq-section h1 {
        padding-bottom: 25px;
    }


    .accordion-button {
        border-radius: 10px;
    }

    /* -------------- */

    .benefit-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .benefit-body {
        width: 200px;
    }
    .fastrack {
      padding: 25px 0px;
}

}



.accordion-item{
    margin-bottom: 10px;
    border: 1px solid #d3caca !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02) !important;
}
.faq-section, .appoinment {
    border-bottom: none !important;
}
.appoint_block .book_app {
    font-size: 22px !important;
}
.main-banner p {
    font-weight: 500 !important;
    text-shadow: 1px 1px #888 !important;
    color: #fff !important;
}
.aph {
    font-weight: 400;
    text-align: center;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #111 !important;
}
@media (min-width: 320px) and (max-width: 767.98px) {
    .content {
        padding-top: 30% !important;
    }
    
}

@media (min-width: 1024px) and (max-width: 1600px) {

    .main-banner {    background-position: 50% 20%;}
  
    }

    @media (max-width: 768px) {
        .btn-bk-appt {
            color: #fff !important;
            width: 100%;
            position: fixed;
            bottom: 0;
            z-index: 99;
            background-color: #f47920 !important;
            border-color: #f47920 !important;
            cursor: pointer;
            box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, .2);
            border-radius: 0;
            padding: 10px;
            font-size: 14px;
            display: block;
            right: 0px;
        }
        .copy{
       margin-bottom: 34px;
    }
    }
    @media (min-width: 768px) {
        #conbut {
            display: none;
        }
    }

    #reload_cap {
        position: absolute;
        bottom: -20px;
        right: 128px;
    }
    .cap-rel {
        position: relative;
    }
    
    .captcha-code {
        background: #f5f5f5;
        padding: 9px 10px;
        border: 1px solid #ccc;
        font-weight: bold;
        color: #333;
        border-radius: 4px;
        margin-left: 10px;
    }
    
    #reload_cap1 {
        position: absolute;
        bottom: -20px;
        right: 128px;
    }
    
    
    .captcha-code1 {
        background: #f5f5f5;
        padding: 9px 10px;
        border: 1px solid #ccc;
        font-weight: bold;
        color: #333;
        border-radius: 4px;
        margin-left: 10px;
    }
    
    
    @media (max-width: 767.98px) {
        #reload_cap,
        #reload_cap1 {
           left: 0px !important;
           text-align: left !important;
        }
    }

    @media screen and (max-width: 1024px){
        .appoint_block .form-control {
            font-size: 12px;
        }
    
        a#crd_cnumber {
            display: block;
            text-align: left;
        }
    }