@media only screen and (max-width: 992px) {
    .bottomheader .navlinks {
        display: none;
    }

    .bottomheader .navbutton {
        display: none;
    }

    .mobilemenubtn {
        display: block;
    }

    .bottomheader .logo {
        width: 50%;
    }

    .topheaderdetails {
        flex-direction: column;
        gap: 10px;
    }

    .topheaderdetails .topheadercontact ul {
        gap: 0;
        align-items: center;
    }

    .about-section {
        padding: 20px 0;
    }

    .section-title {
        font-size: 24px;
        font-weight: 600;
    }
    .about-right .btnlinks {
        flex-direction: column;
        gap: 10px;
    }
    .about-right .btnlinks a.appointment {
        width: 100%;
        margin: 0;
    }

    .servicesection {
        padding: 20px 0;
    }

    .servicesection .servicebox .serviceinfobox .serviceinfo h3 a {
        font-size: 16px;
    }

    .widget-bookappointment {
        padding: 20px 0;
    }

    .widget-bookappointment .leftbox h3 {
        text-align: center;
    }

    .widget-bookappointment .leftbox h3 span {
        display: block;
    }

    .widget-bookappointment .leftbox {
        margin: 0 0 10px;
    }

    .widget-two {
        padding: 20px 0 0;
    }

    .widget-bookappointment .leftbox {}

    .chooseright {
        margin: 30px 0 0;
    }

    .chooseleft .choosebox {
        right: 10px;
        bottom: 10px;
        width: 200px;
    }

    .chooseright h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .headingbox h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .countersectioncard {
        border-bottom: 1px solid;
        padding: 20px 0 0;
    }

    .countersectioncontainer {
        flex-direction: column;
    }

    .countersection {
        padding: 20px 0;
    }

    .countersectioncard:last-child {
        border: unset;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-social {
        display: none;
    }

    .footer-column h3 i {
        display: block;
    }

    .footer-column .footermenubox {
        display: none;
        margin-left: 10px;
    }

    .chooseus {
        padding: 20px 0;
    }

    .expert-section {
        padding: 20px 0;
    }

    .footer .footertop {
        padding: 20px 0;
    }
    
    .service-details .service-details-box img {
        margin: 20px 0 10px;
    }

    .service-details {
        padding: 20px 0;
    }
    .blog-details .blog-detailsbox .blog-image img {
        width: 100%;
        height: unset;
    }
}

@media only screen and (max-width: 576px) {
    .topheaderright {
        display: none;
    }
}