/*-- ==================== Doctor Banner Section  ====================== --*/

.doctor-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;
}

.doctor-banner .data {
    padding-top: 5%;
    display: grid;
    place-items: center;
}

.doctor-banner h2 {
    font-size: clamp(25px, 3vw, 120px);
    color: white;
    font-weight: 700;
}

.doctor-banner p {
    color: var(--white-color);
    font-size: 20px;
}

.doctor-banner p i {
    color: var(--main);
}

.doctor-banner a {
    color: var(--white);
}

@media(max-width:767.5px){
      .doctor-banner{
        height: 40vh;
    }
    
.doctor-banner .data {
        padding-top: 15%;
    }
}

@media(max-width:576.5px){
 .doctor-banner{
        height: 35vh;
    }
    
.doctor-banner .data {
        padding-top: 20%;
    }
}

@media(max-width:400px) {
    .doctor-banner p {
        font-size: 18px;
    }
}




/*-- ==================== About Banner Section  ====================== --*/

.about-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
    display: grid;
    place-items: center;
}

.about-banner .data {
    padding-top: 5%;
    display: grid;
    place-items: center;
}

.about-banner h2 {
    font-size: clamp(25px, 3vw, 120px);
    color: white;
    font-weight: 700;
}

.about-banner p {
    color: var(--white-color);
    font-size: 20px;
}

.about-banner p i {
    color: var(--main);
}

.about-banner a {
    color: var(--white);
}


@media(max-width:767.5px){
       .about-banner{
        height: 40vh;
    }
    
 .about-banner .data {
        padding-top: 15%;
    }
}

@media(max-width:576.5px){
   .about-banner{
        height: 35vh;
    }
    
 .about-banner .data {
        padding-top: 20%;
    }
}

@media(max-width:400px) {
    .about-banner p {
        font-size: 18px;
    }
}



/*-- ==================== Doctor Banner Section  ====================== --*/

.contact-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/callToAction.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
    display: grid;
    place-items: center;
}

.contact-banner .data {
    padding-top: 5%;
    display: grid;
    place-items: center;
}

.contact-banner h2 {
    font-size: clamp(25px, 3vw, 120px);
    color: white;
    font-weight: 700;
}

.contact-banner p {
    color: var(--white-color);
    font-size: 20px;
}

.contact-banner p i {
    color: var(--main);
}

.contact-banner a {
    color: var(--white);
}


@media(max-width:767.5px){
    .contact-banner{
        height: 40vh;
    }
    
.contact-banner .data {
        padding-top: 15%;
    }
}

@media(max-width:576.5px){
   .contact-banner{
        height: 35vh;
    }
    
 .contact-banner .data {
        padding-top: 20%;
    }
}

@media(max-width:400px) {
    .contact-banner p {
        font-size: 18px;
    }
}

/*==========================================================================
* Contact CSS
==========================================================================*/
.contact__info-item {
    height: 300px;
    padding: 40px;
    border-radius: 15px;
    background: var(--color-3);
}

.contact__info-item i {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bg-white);
    color: var(--primary-color-1);
    font-size: 40px;
}

.contact__info-item span {
    display: block;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid rgba(6, 50, 49, 0.1411764706);
}

.contact__info-item h5 {
    font-weight: 600;
}

.contact__info-item h5 a:hover {
    color: var(--primary-color-1);
}

.contact__area-left {
    background: var(--color-3);
    padding: 40px;
    border-radius: 15px;
}

.contact__area-left .subtitle {
    background: var(--bg-white);
}

.contact__area .map-area iframe {
    width: 100%;
    height: 600px;
    display: block;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .contact__area-left {
        padding: 35px 25px;
    }

    .contact__info-item {
        height: auto;
    }

    .contact__area .map-area iframe {
        height: 300px;
    }

    .contact__info-item h5 {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .contact__info-item i {
        width: 60px;
        height: 60px;
        font-size: 35px;
    }
}



/*==========================================================================
* About One CSS
==========================================================================*/
.about__one-left {
    position: relative;
}

.about__one-left .two {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about__one-left .two img {
    border: 3px solid var(--bg-white);
    border-radius: 30px;
}

.about__one-right-list ul {
    padding: 0;
    margin: 0;
}

.about__one-right-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-heading-color);
}

.about__one-right-list ul li:last-child {
    margin-bottom: 0;
}

.about__one-right-list ul li i {
    color: var(--primary-color-1);
    font-size: 18px;
    line-height: 0;
}

@media (max-width: 470px) {
    .about__one-left .two {
        max-width: 50%;
    }
}



/*-- ==================  Counter CSS ==================== --*/
.counter-one__inner {
    padding: 40px 40px;
    background-color: #f7d478;
    box-shadow: 0px 4.4px 20px rgba(19, 16, 34, 0.05);
    border-radius: var(--careon-bdr-radius);
}

.counter-box {
    background-color: #f1f5f9;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.counter-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #001a4d;
}

.counter-label {
    font-size: 1rem;
    color: #555;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .flex-md-row {
        flex-direction: column !important;
    }
}

/*-- ================== Trusted Care  ================== --*/

.trust-care {
    background: #f5f6f0;
    padding: 60px 0;
}

.trust-care .dataa {
    border-right: 2px solid #000;
}

.trust-care .insurance-carousel-title h3 {
    font-size: 28px;
    text-transform: capitalize;
}

.trust-care .trusted-slider .swiper-wrapper .swiper-slide {
    text-align: center;
}

.trusted-slider .inner-box .data img {
    max-width: 110px;
}

@media(max-width: 767px) {
    .trust-care .insurance-carousel-title h3 {
        font-size: 20px !important;
    }

    .trusted-slider .inner-box .data img {
        max-width: 80px;
    }

    .trust-care{
        padding: 30px 0;
    }
}




