@charset "utf-8";

/* CSS Document */
@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 760px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 800px
    }
}

@media (min-width: 992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1080px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1060px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1380px
    }
}

/*---For Laptop---*/

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

/*---For Laptop---*/

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

@media (max-width: 1400px) {}

/*---For Horizental iPad---*/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1444px) {}

@media(max-width: 1199px) {}


/*---For Vertical iPad---*/

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 992px) {

    .header-main .top-header,
    .header-main .middle-header {
        display: none;
    }

    .header-main .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
        position: relative;
        top: 0;
    }

    .header-main .mobile-header .logo img {
        width: 100%;
        max-width: 200px;
        object-fit: contain;
    }

    .header-main .mobile-header .outer-box span {
        font-size: 35px;
    }

}

/*---For Mobile---*/

@media (max-width: 767px) {
    section {
        padding: 50px 0;
    }

    .section-heading .heading,
    .specialities-content .section-heading .heading,
    .details_banner .content-box .content h1,
    .home-banner .banner-content .doctor-box .content h1 {
        font-size: 24px;
    }

    .contact-area .contact-info ul {
        gap: 10px;
        flex-wrap: wrap;
    }

    .contact-area .contact-info {
        border-radius: 10px;
        padding: 20px 15px;
    }

    .contact-area::before {
        display: none;
    }

    .contact-area {
        background-color: var(--secondary-color);
    }

    .contact-area .contact-outer .time-box {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .contact-area .contact-outer .time-box .timing-card {
        width: 100%;
    }

    .contact-area .contact-outer .time-box .section-heading {
        width: 100%;
    }

    .contact-area .contact-outer .time-box .timing-card ul li {
        font-size: 14px;
        padding: 10px;
    }

    .doctor-card {
        height: auto;
    }

    .specialities-content .section-heading {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .banner-specialties {
        background-position: left;
    }

    .banner-specialties .section-heading .doctor-box {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .banner-specialties .section-heading .doctor-box .content {
        width: 100%;
        padding-left: 0;
    }

    .banner-specialties .section-heading .btn-group {
        gap: 10px;
    }

    .banner-specialties .section-heading .btn-group .btn-theme {
        padding: 8px 15px;
    }

    .contact-form .outerbox {
        padding: 20px;
    }

    .section-banner h1 {
        font-size: 22px;
    }

    .doctor_details .scrollspy-example .content-box {
        padding-left: 0;
    }

    .doctor_details {
        padding-top: 0;
    }

    .details_banner .treatment-img img {
        max-width: 150px;
        height: 150px;
        object-fit: cover;
        object-position: top;
        border-radius: 100px;
        border: 2px solid var(--secondary-color);
    }

    .details_banner .background {
        padding: 20px 10px;
    }

    .details_banner .content-box {
        text-align: center;
    }

    .details_banner .treatment-img {
        margin-bottom: 20px;
    }

    .details_banner .stauts-items .items {
        padding: 15px 5px;
    }

    .details_banner .btn-group {
        justify-content: center;
    }

    .home-banner {
        background-position: 80%;
    }

    .home-banner::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #e9eeeaf0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
    }

    .home-banner .container {
        position: relative;
    }

    .home-banner .banner-content .title {
        padding: 8px 10px;
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .home-banner .banner-content {
        text-align: center;
    }

    .home-banner .banner-content .doctor-box .content {
        width: 100%;
    }

    .home-banner .banner-content .doctor-box {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .home-banner .banner-content .btn-group .btn-theme:last-child {
        display: none;
    }

    .service-section .service-card {
        flex-direction: column;
    }

    .service-section .service-card .content {
        padding: 20px 0;
    }

    .doctor-profile .image {
        position: relative;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .doctor-profile .image img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        object-position: top;
        border-radius: 100px;
        border: 2px solid #fff;
        background: #e4e4e4;
    }

    .doctor-profile .outerbox .box-inner {
        padding: 20px 10px;
    }

    .doctor-profile .section-heading {
        padding: 0;
    }

    .doctor-profile .outerbox {
        padding: 5px;
    }

    .doctor-profile .section-heading .title {
        padding: 8px 10px;
        font-size: 14px;
        border-radius: 10px;
    }
    .experience-tab .tab-content .tab-pane{
        padding: 10px;
    }
     .experience-tab .tabing-box{
            overflow: auto;
    padding-bottom: 15px;
     }
    .experience-tab .tabing-box ul{
        justify-content: start;
            flex-wrap: nowrap;
                gap: 10px;
    }
}

@media (max-width: 575px) {}

@media (max-width: 414px) {}

@media (max-width: 411px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}