@charset "utf-8";

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

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

@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) {
    .main-header::before {
        width: 28%;
    }

    .main-header .logo-box img {
        max-width: 250px;
    }
}

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

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

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

@media(max-width: 1200px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 0 20px;
    }

    .mobile-header .logo a {
        background: #fff;
        display: block;
    }

    .mobile-header .logo img {
        max-width: 250px;
    }

    .main-header::before,
    .main-header::after {
        display: none;
    }

    .main-header {
        background-color: #fff;
    }

}


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

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

    p {
        font-size: 14px;
    }

    .section-title .sub-title {
        font-size: 14px;
    }

    .section-title .title {
        font-size: 26px;
    }
    .latest-news .card-blog-side {
        padding: 15px;
        gap: 15px;
    }


    .appointment-form .form-box p {
        font-size: 12px;
        position: relative;
    }

    .appointment-form .form-box .btn-theme {
        white-space: pre-wrap;
        font-size: 14px;
        padding: 10px;
    }

    .wpcf7-spinner {
        position: absolute !important;
    }

    .appointment-form .form-box {
        padding: 20px;

    }

    .footer-section .footer-middle .footer-about p{
        max-width: 100%;
    }
    .service-banner{
        background-position: 50%;
        padding: 40px 0;
    }
}

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

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

@media (max-width: 767px) {
    .appointment-form .contact-info ul {
        flex-wrap: wrap;
    }

    .overview-home .section-title .overview-card ul li .text {
        font-size: 12px;
    }

    .overview-home .section-title .overview-card ul li .count {
        font-size: 24px;
    }

    .our-service .service-card {
        padding: 30px 0;
    }

    .section-title .title {
        font-size: 22px;
    }

    .about-overview .card-mission {
        border: 0;
    }
    .contact-overview .clinic-info {
        padding-left: 0;
    }

    .contact-overview .clinic-info li {
        width: 100%;
    }

    .overview-home .section-title .overview-card ul li {
        width: 100%;
    }

    .overview-home .section-title .overview-card ul {
        flex-wrap: wrap;
    }

    .service-banner,
    .section-banner {
        background-position: left
    }

    section {
        padding: 50px 0;
    }

    .appointment-form.contact-form .row-box {
        border-radius: 0;
    }

    .appointment-form.contact-form .row-box .form-box h4 {
        font-size: 24px;
    }

    .contact-overview .clinic-info li {
        height: auto;
    }

    .image-gallery .gallery-image {
        height: 150px;
    }


    .overview-home .section-title .overview-card ul li .count {
        font-size: 18px;
    }

    .overview-home .section-title .overview-card ul li .count br {
        display: none;
    }

    .mobile-sticky-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 8px;
        z-index: 9999;
        box-sizing: border-box;
    }

    .footer-btn {
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 5px 10px;
        gap: 10px;
        border: 1px solid #fff;
        transition: transform 0.2s;
    }

    .call-btn {
        background-color: var(--black-color);
        color: #fff;
        border: 1px solid #ddd;

    }

    .book-btn {
        background-color: var(--secondary-color);
        color: white;
    }

    .direction-btn {
        background-color: var(--new-color);
        color: white;
    }

    .footer-btn:active {
        transform: scale(0.95);
    }

    .blogs-section .blog-gird .big-thumb,
    .latest-news .blog-card.blog-card-large .big-thumb img {
        height: auto;
    }

    .blog-single-post .text h2,
    .blog-single-post h1 {
        font-size: 24px;
    }

    .getintouch-section ul {
        justify-content: center;
    }

    .getintouch-section ul li {
        flex-wrap: wrap;
        justify-content: center;
    }

    .getintouch-section ul li span {
        text-align: center;
    }

    .mobile-cards-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
        padding-bottom: 10px;

        /* smooth scroll */
        scroll-behavior: smooth;

        /* hide scrollbar */
        scrollbar-width: none;
    }

    .mobile-cards-row::-webkit-scrollbar {
        display: none;
    }

    .mobile-cards-row>div {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .our-treatment .treatment-card-3d:hover .card-inner {
        transform: none;
        box-shadow: none;
        border-color: var(--new-color);
    }

    .appointment-form .form-box {
        padding: 25px 15px;
    }

    .card-ourdoctor {
        max-width: 100%;
    }

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

    .cta-buttons {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cta-section {
        padding: 20px;
    }

    .mb-hide {
        display: none;
    }

    .footer-links #menu-quick-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .contact-overview .section-title img {
        height: auto;
    }

    .appointment-form.contact-form .row-box .form-box {
        padding: 30px 0;
    }

    .section-title .sub-title {
        padding: 10px 20px;
        font-size: 14px;
    }

    .appointment-form .clinic-map,
    .appointment-form .clinic-image {
        height: auto;
    }
}

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

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

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

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

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

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