/*-- ==================== Doctor Banner Section  ====================== --*/

.service-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/doctor-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
    display: grid;
    place-items: center;
}

.service-banner .data {
    padding-top: 5%;
    display: grid;
    place-items: center;
}

.service-banner h2 {
    font-size: clamp(25px, 3vw, 120px);
    color: white;
    font-weight: 700;
    text-align: center;
}

.service-banner p {
    color: var(--white-color);
    font-size: 20px;
}

.service-banner p i {
    color: var(--main);
}

.service-banner a {
    color: var(--white);
}




@media(max-width:767.5px){
       .service-banner{
        height: 40vh;
    }
    
 .service-banner .data {
        padding-top: 15%;
    }
}



@media(max-width:576.5px) {
    .service-banner {
        height: 35vh;
    }

    .service-banner .data {
        padding-top: 20%;
    }
}

@media(max-width:400px) {
    .service-banner p {
        font-size: 18px;
    }
}



.service-details .main-section .imag {
    width: 100%;
    height: 460px;
}

.service-details .main-section .imag img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.service-details .services-box {
    display: block;
    border: 2px solid #EFEFEF;
    border-radius: 20px;
    padding: 39px 39px 39px;
}

.service-details .services-box .heading h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.service-details .services-box .list-item ul li a {
    display: flex;
    align-items: center;
    color: var(--black);
    background-color: #d5e9fb;
    border: 1px solid transparent;
    padding: 15px 30px 15px;
    border-radius: 30px;
    font-weight: 500;

}

.service-details .services-box .list-item li+li {
    margin-top: 20px;
}

.service-details .services-box .list-item li.active a {
    border: 1px solid #006D77;
    background-color: #006D77;
    color: #fff;
}


.service-details__need-help-inner {
    position: relative;
    display: block;
    border: 2px solid #EFEFEF;
    border-radius: 20px;
    padding: 18px;
    margin-top: 40px;
}


.service-details__need-help {
    position: relative;
    display: block;
    border-radius: 20px;
    text-align: center;
    padding: 82px 50px 82px;
    z-index: 1;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: rgba(42, 210, 193, .50);
    backdrop-filter: blur(10px);
}

.service-details__need-help-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
}

.service-details__need-help-call a {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

.service-details__need-help-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background-color: #BEE1E6;
    border-radius: 50%;
    margin: 26px auto 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-icon span i {
    color: #fff;
    font-size: 30px;
}




.service-details .box-4 .iconn h6 {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    font-weight: 500 !important;
}

.service-details .box-4 .iconn h6 i {
    font-size: 15px;
    color: var(--main);
}

.service-details .heading h3 {
    position: relative;
}


.service-details .heading h3::after {
    position: absolute;
    content: '';
    width: 150px;
    height: 3px;
    background-color: #000;
    left: 0;
    bottom: -7px;
}

.service-details .box-3 .image {
    width: 100%;
    height: 100%;
}

.service-details .box-3 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 5px 5px 5px 0px #ddd;
}

@media(max-width:767.5px) {
    .service-details .services-box {
        padding: 25px 15px 30px 15px;
    }

    .service-details .services-box .list-item ul li a {
        padding: 15px;
    }

    .service-details .heading h3 {
        font-size: 24px !important;
    }

    .service-details__need-help-title {
        font-size: 21px !important;
    }

    .service-details__need-help-call a {
        font-size: 25px;
    }

    .service-details__need-help-icon {
        height: 70px;
        width: 70px;
    }

    .service-details__need-help {
        padding: 60px 50px 60px;
    }
}



/* .service-details__right {
  position: sticky !important;
  top: 100px; 
  z-index: 10;
} */

.doctor-detal .heading h4 {
    position: relative;
}

.doctor-detal .heading h4::after {
    position: absolute;
    content: '';
    width: 150px;
    height: 3px;
    background-color: #000;
    left: 0;
    bottom: -7px;
}

.doctor-detal .data h4 {
    position: relative;
}

.doctor-detal .data h4::after {
    position: absolute;
    content: '';
    width: 150px;
    height: 4px;
    background-color: var(--main);
    left: 0;
    bottom: -7px;
}

.doctor-detal .inner_box {
    border-radius: 12px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    overflow: hidden;
}


.doctor-detal .inner_box .image {
    height: 250px;
    width: 100%;
}

.doctor-detal .inner_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.doctor-detal .data h5 {
    font-weight: 500 !important;
    font-size: 18px !important;
}

.doctor-detal .data .hh {
    font-weight: 600 !important;
    font-size: 22px !important;
}

@media(max-width:991px) {
    .service-details .main-section .imag {
        width: 100%;
        height: 320px;
    }
}

@media(max-width:767.5px) {
    .service-details .main-section .imag {
        width: 100%;
        height: 300px;
    }

    .doctor-detal .inner_box .image {
        height: 400px;
    }

    .doctor-detal .data h5 {
        font-weight: 500 !important;
        font-size: 17px !important;
    }

    .doctor-detal .data .hh {
        font-weight: 700 !important;
        font-size: 21px !important;
    }
}

@media(max-width: 600px) {
    .service-details .main-section .imag {
        width: 100%;
        height: 200px;
    }

    .doctor-detal .inner_box .image {
        height: 400px;
    }
}

@media(max-width:576.5px) {

    .doctor-detal .inner_box .image {
        height: 300px;
    }
}


.robitics .para2 {
    font-style: italic;
    font-weight: 700;
    position: relative;
    width: 80%;
    text-align: justify;
    text-align-last: center;
    margin: auto;
    color: var(--black);
    font-size: 20px;
}

.robitics .image1 {
    position: absolute;
    height: 100px;
    top: -15px
}

.robitics .image2 {
    position: absolute;
    height: 100px;
    bottom: -15px;
    right: 0;
    transform: rotate(180deg);
    z-index: -1
}


.robitics .para p {
    font-size: 17px;
    color: #000;
}

@media(max-width:767.5px) {
    .robitics .para2 {
        font-size: 16px;
    }

    .robitics .heading h3 {
        font-size: 24px !important;
    }
}

@media(max-width:576px) {
    .robitics .para2 {
        width: 90%;
        font-size: 15px
    }

    .robitics .image1,
    .robitics .image2 {
        height: 70px
    }
}

@media(max-width:400px) {
    .robitics .para2 {
        width: 100%
    }
}

/* ============ faq section here ============= */

.faq {
    background-image: url(../images/aboutBg.webp);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.faq .accordion-item {
    background-color: transparent !important;
}

.faq .accordion-header {
    border-bottom: 3px solid black;
}

.faq .accordion-button {
    background-color: transparent !important;
}

.faq .accordion-button,
.faq .accordion-body {
    padding-left: 0;
}

.faq .accordion h3 {
    color: black;
    font-weight: 700;
    font-size: 20px;
    padding-right: 30px;
}

.faq .accordion-item {
    border: none;
    overflow: hidden;
}

.faq .accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

.faq .accordion-button:not(.collapsed) {
    background-color: white;
}

.faq .accordion-button:not(.collapsed) h3 {
    color: var(--main);
}

.faq .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.faq .accordion-body {
    font-weight: 600;
    margin-top: 25px;
    background-color: #f2f7f5;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid rgb(205, 205, 205);
}

.faq .accordion p {
    font-weight: 500;
    font-size: 18px;
}

/* =========== Media Query here ============ */

@media(max-width:767.5px) {
    .faq .heading h3 {
        font-size: 24px !important;
    }
}

@media (max-width:576px) {

    .faq .accordion h3 {
        font-size: 18px !important;
    }

    .faq .accordion-body p {
        font-size: 16px !important;
    }

}

@media (max-width:450px) {
    .faq .accordion-body {
        padding: 20px 15px;
    }

}