@media screen and (max-width: 991px) {
    .hammber {
        display: flex;
    }

    .nav-center {
        display: none;
    }

    .nav-right {
        display: none;
    }

    .nav-section {
        top: 0;
        background-color: white;
        width: 100%;
        position: unset;
    }

    .mynavbar {
        box-shadow: none;

    }

    .sticky {
        position: fixed;
        top: 0;
        animation: new-navbar 2s linear;
    }

    @keyframes new-navbar {
        0% {
            top: -100%;
        }

        100% {
            top: 0;
        }
    }

    .why-content .top-name {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        /* background-color: red; */
        margin-top: 40px;
    }

    .why-heading {
        align-items: center;
    }

    .why-heading .big-heading {
        text-align: center;
    }

    .why-heading .back-text {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
    }

    .why-content p {
        text-align: center;
    }

    .tab-body {
        flex-direction: row;
        height: auto;
        overflow-x: auto;
    }

    .tab-body button {
        width: 340px !important;
        border: none;
        border-right: 1px solid #003983e5;
        text-wrap: nowrap;
    }

}

@media screen and (max-width: 768px) {
    .heading-body{
        padding: 10px 0;
    }
    .phone-name-section {
        width: 80%;
    }

    .about-left {
        width: 100%;
        float: unset;

        margin-bottom: 10px;
    }

    .about-left .about-img {
        padding: 0;
    }

    .provide-right {
        margin-top: 35px;
    }

    .cate-card {
        padding-top: 120px;
    }

    .cate-card .cate-img {
        padding-top: 30px;
    }

    .cate-card .cate-img img {
        width: 100%;
    }

    .center-img {
        display: flex;
        justify-content: center;
    }

    .right-side {
        padding-top: 70px;
        padding-bottom: 70px;
        border-top: 4px solid rgb(44, 44, 44);
        border-bottom: 4px solid rgb(44, 44, 44);
    }

    .main-box-top {
        border: none;
    }
}

@media screen and (max-width: 425px) {
    .heading-body {
        padding: 10px auto;
    }

    .phone-name-section {
        width: 95%;
    }

    .myBanner {
        border-radius: 15px;
    }
    .arrow-body {
        height: 30px;
        top: auto;
        bottom: 5px;
    }
    .arrow-body .arrow-banner{
        width: 25px ;
        height: 25px;
        font-size: 15px;
    }

    .why-top .name {
        font-size: 13px;
    }

    .test-body .myTest {
        width: 100%;
    }

    .test-body {

        height: auto;
        /* background-color: red; */
        padding: 0;
    }

    .main-box {
        padding: auto 0;
    }

    .appointment-section {
        padding: 0;
    }

    .overlay {
        padding: 25px 20px;
    }

    .right-box {
        padding: 25px 20px;

    }

    .cate-card {
        padding-top: 70px;
    }

    .cate-card .cate-img {
        padding-top: 30px;
    }

    .why-content .top-name {
        margin-top: 70px;
    }
}

@media screen and (max-width: 375px) {
    .back-img {
        width: 23vw;
    }

    .box-left .tagline {
        font-size: 25px;
    }

    .section-item {
        padding: 50px 10px !important;
    }

    .why-content .top-name {
        margin-top: 100px;
    }
}