@media (max-width: 767px) {
    .breadcrumb-section h1 {
        font-size: 20px;
    }
    .appt-addr-section .col-md-6:first-child {
        border-right: none;
    }
    .appt-addr-section .col-md-6:nth-child(2) {
        border-top: none;
    }
    .addr-two {
        margin-top: 25px;
    }
    .form-container {
        padding: 10px;
        margin-bottom: 28px;
    }
    .did-sec {
        position: relative;
        margin-bottom: 10px;
    }
    main.main::before {
        background-image: url(../gallery/m-page-bg.webp);
    }
    .banner-img.img1 {
        background-image: url("../gallery/mbanner1.webp");
    }
    .banner-img.img2 {
        background-image: url("../gallery/mbanner2.webp");
    }
    .doc-head h4 {
        font-size: 18px;
    }
    .services-section {
        position: relative;
        padding-top: 25px;
    }
    .num-txt {
        position: absolute;
        top: 46%;
        width: 100%;
    }
    .num-section {
        position: relative;
        margin-bottom: 50px;
    }
    .doc-img,
    .doctor-img,
    .num-blk {
        margin-bottom: 25px;
    }
    .num-main-blk::before {
        border-left: 5px solid var(--secondary-color);
        border-top: 5px solid var(--secondary-color);
    }
    .num-main-blk::after {
        content: "";
        position: absolute;
        height: 200px;
        width: 200px;
        top: auto;
        right: 0;
        border-right: none;
        border-top: none;
        border-right: 5px solid var(--secondary-color);
        border-bottom: 5px solid var(--secondary-color);
        border-radius: 25px;
        bottom: 0;
    }
    .doctor-img,
    .num-main-blk,
    .test-head {
        position: relative;
    }
    .test-head h2 {
        font-size: 80px;
        padding: 5px 10px;
    }
    .services-block .services-name {
        margin-top: 20px;
    }
    .services-image {
        display: block;
    }
    .services-image img {
        margin: auto;
    }
    .two .services-name {
        position: relative;
        text-align: left !important;
    }
    .two .services-name h2 {
        padding-left: 10px;
    }
    .two .services-image {
        left: 0;
    }
    .services-block .two {
        margin-top: 0;
    }
    .doc-head h2 {
        font-size: 37px;
    }
    .num-txt p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }
    .num-txt h2 {
        color: #fff;
        font-size: 39px;
        margin-bottom: 0;
    }
    .num-main-blk {
        padding: 18px;
    }
    .num-blk {
        width: fit-content;
        height: fit-content;
    }
    .footer-serv-blk {
        margin-top: 45px;
    }
    .footer-sign img {
        width: 280px;
        opacity: 0.2;
    }
    .footer-logo-blk img {
        width: 215px;
    }
    .footer-social2 {
        left: -5px;
    }
    .faq-section {
        padding: 60px 0;
    }
    .faq-section h2 {
        font-size: 2rem;
    }
    .faq-item h3 {
        font-size: 1.1rem;
        padding: 1.2rem 1.5rem;
    }
    .faq-answer {
        padding: 0 1.5rem;
    }
    .faq-item.active .faq-answer {
        padding: 0 1.5rem 1.5rem;
    }
    .cta-section {
        padding: 3rem 1.5rem;
    }
    .cta-section h2 {
        font-size: 1.8rem;
    }
    .cta-button {
        font-size: 23px;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .breadcrumb-section h1::before {
        font-size: 120px;
    }
    .ip-popup {
        width: auto;
        margin: auto auto 45px;
    }
    .appt-addr-section {
        margin-bottom: 0;
    }
}
