@media only screen and (min-width:768px) and (max-width:1250px) {
    .section-1 h2 {
        font-size: 40px;
        line-height: 44px;
        /* width: 540px; */
    }

    .heading {
        font-size: 44px;
    }

    .latest-news h4 {
        font-size: 30px;
    }

    .service-sec4 h2 {
        font-size: 44px;
    }

    .about-us-banner h2 {
        font-size: 58px;
    }

    .gallery h2 {
        font-size: 58px;
    }
}







@media only screen and (max-width:767px) {
    .padding-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .section-1 {
        padding: 30px 0;
    }

    .section-1 h2 {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: -0.36px;
    }

    .section-1 h2:last-child {
        padding-bottom: 10px;
    }

    .section-1 p {
        font-size: 16px;
        padding-bottom: 22px;
        letter-spacing: -0.44px;
    }

    .section-1 button span,
    .caro-btn {
        padding: 12px 25px;
        color: #fff;
    }

    .homepagebanner img {
        height: 350px;
    }

    .section-2 {
        padding: 30px 0;
    }

    .section-2 h2 {
        padding: 20px 0 0;
    }

    .heading {
        font-size: 30px;
        line-height: 39px;
        letter-spacing: -0.12px;
    }

    .section-2 p {
        width: 100%;
        padding-bottom: 0;
    }

    .about-right img {
        height: 350px;
    }

    .section-3 {
        padding: 30px 0;
    }

    .section-3 h2 {
        width: 100%;
    }

    .section3-row {
        padding: 15px 0 30px;
    }

    .dental-slider .item img {
        height: 200px;
        object-fit: contain;
    }

    .dental-slider h4 {
        padding-top: 15px;
        font-size: 20px;
    }

    .dental-slider {
        padding-bottom: 15px;
    }

    .dental-slider .owl-nav .nav-text {
        font-size: 18px;
    }

    .dental-slider .owl-nav {
        column-gap: 28px;
        display: none;
    }

    .section-4 {
        padding: 30px 15px;
    }

    .rating-sec {
        padding: 20px 0 25px;
        flex-direction: column;
        row-gap: 10px;
    }


    .rating-sec h6 {
        font-size: 18px;
        justify-content: center;
    }

    .rating-sec h6 img {
        height: 30px;
    }

    .star-i i {
        font-size: 15px;
    }

    .star-sec {
        column-gap: 12px;
    }

    .star-sec h4 {
        font-size: 20px;
    }

    .star-sec p {
        font-size: 16px;
        color: #0B376E;
    }

    .review-sec {
        padding: 15px;
    }

    .review-p {
        padding: 13px 0;
        font-size: 16px;
    }

    .section-5 {
        padding: 30px 0;
    }

    .section-5 h2 {
        padding: 20px 0;
        width: 100%;
    }

    #slider3 .owl-stage {
        margin-left: -50px;
    }

    .doctor-slider {
        padding-left: 15px;
    }

    .doctor-slider .owl-nav {
        top: -45px;
        right: 15px;
    }

    .section-6 {
        padding: 30px 15px;
    }

    .section-6 h2 {
        padding: 15px 0;
    }

    .latest-row {
        row-gap: 20px;
    }

    .latest-news h4 {
        font-size: 24px;
        line-height: 31px;
        padding-bottom: 12px;
        letter-spacing: -0.8px;
    }

    .latest-news h6 {
        font-size: 15px;
        padding: 12px 0;
    }

    .section-7 {
        padding: 30px 15px;
    }

    .section-7-background {
        padding: 30px 15px;
    }

    .section-7-background button {
        width: 100%;
        height: 57px;
        margin: 20px auto 28px;
    }

    .section-7-background h4,
    .section-7-background button span {
        font-size: 16px;
        padding: 16px;
        width: 100%;
    }

    .clock-sec {
        width: 100%;
        flex-direction: column;
        row-gap: 10px;
    }

    .section-7-background p {
        font-size: 14px;
        column-gap: 8px;
    }

    .footer {
        padding: 30px 15px;
    }

    .footer-row {
        flex-wrap: wrap;
        padding-top: 15px;
        row-gap: 10px;
    }

    .footer-top h6 {
        padding-bottom: 10px;
    }

    .footer-menu a {
        font-size: 18px;
    }

    .footer-menu {
        row-gap: 7px;
    }

    .footer-top h4 {
        font-size: 20px;
    }

    .footer-last {
        flex-direction: column;
        row-gap: 10px;
    }

    .footer-last p a,
    .footer-last p {
        font-size: 13px;
    }

    .close-btn {
        display: block;
    }

    .desk-lang {
        display: none;
    }

    .menu-btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        column-gap: 30px;
    }

    .menu-btn .menu-bar {
        transform: scaleX(-1);
        font-size: 24px;
    }

    .menu-right,
    .menu-left {
        position: fixed;
        background: #fff;
        /* height: 100%; */
        z-index: 9;
        left: 0;
        width: 100%;
        flex-direction: column;
        top: 0;
        align-items: flex-start !important;
        padding: 20px;
        row-gap: 20px;
        transform: translateX(-20%);
        flex-direction: column;
        visibility: hidden;
        opacity: 0;
        transition: 0.25s all;
    }

    .header-row {
        justify-content: space-between;
    }

    .header-row.show {
        height: 100vh;
        background-color: #fff;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
    }

    .menu-btn {
        text-align: right;
    }

    /* 
    .menu-left {
        height: max-content;
        max-height: 100%;
    } */

    .menu-right {
        top: 265px;
        height: unset;
        z-index: 8;
    }

    .menu-right.show,
    .menu-left.show {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    .close-btn {
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 28px;
    }

    .dropdown-cont {
        right: unset;
        left: 50%;
        z-index: 99;
        transform: scale(0) translateX(-50%);
    }

    .dropdown-cont.show {
        transform: scale(1) translateX(-50%) ;
    }

    .cbahi p {
        width: 100%;
        padding: 15px;
        margin: 20px 0;
        font-size: 18px;
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
    }

    .sec6-container {
        padding: 0;
    }

    .service-menu {
        top: 0;
        width: 75%;
        background: #fff;
        padding: 16px 29px;
        height: 100vh;
        transform: translateX(-40px);

    }

    .service-menu-left {
        row-gap: 20px;
    }

    .services-li:hover .service-menu {
        transform: translateX(0px);
    }












    /* About Start */
    .about-us-banner {
        height: 260px;
        padding: 4px 15px;
        /* background-size: contain !important; */
        background-attachment: unset !important;
    }

    .bredcrumbs {
        top: 15px;
        left: 15px;
    }

    .about-us-banner h2 {
        font-size: 34px;
        line-height: 36px;
        width: 100%;
        letter-spacing: 0.64px;
    }

    .aboutus-sec2 {
        padding: 30px 0;
    }

    .aboutus-left img {
        height: 350px;
    }

    .aboutus-right h6 {
        margin-top: 30px;
    }

    .aboutus-sec3 .aboutus-right h6 {
        margin: 0;
    }

    .aboutus-right {
        padding-bottom: 30px;
    }

    .aboutus-right h4 {
        padding: 20px 0;
        font-size: 28px;
        line-height: 31px;
    }

    .aboutus-sec3 {
        padding: 30px 0;
    }

    .aboutus-sec3 .aboutus-left img {
        margin: 0;
    }

    .service-sec2 {
        padding: 30px 0;
    }

    .aboutus-right p {
        padding-bottom: 0;
    }

    .service-sec3 {
        padding: 30px 0;
    }

    .service-sec3 h2 {
        font-size: 28px;
        padding: 20px 0;
        line-height: 29px;
    }

    .service-sec4 {
        padding: 30px 0 0;
    }

    .service-sec4 h2 {
        padding-bottom: 22px;
        font-size: 32px;
    }

    .doctor-sec1 {
        padding: 30px 0;
    }

    .section-2 .ani-p {
        padding-top: 0;
    }

    .service-sec2 .aboutus-right,
    .aboutus-sec2 .aboutus-right {
        padding-bottom: 0;
    }

    .aboutus-right .about-ani-p {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .aboutus-sec2 .aboutus-right p {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .aboutus-button button {
        margin-top: 0;
    }







    /* News Article Start */
    .news-article-sec1 {
        padding: 30px 15px;
    }

    .news-row {
        row-gap: 20px;
    }

    .news-img {
        height: 150px;
    }




















    /* NewsArticleDetails Start */
    .articledetails-sec {
        padding: 0 15px;
    }

    .art-bredcrumbs {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .details-p {
        margin-bottom: 20px;
    }

    .articledetails-sec h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .art-img {
        height: 250px;
    }

    .first-sec-scale-p {
        padding-bottom: 20px;
    }

    .second-sec-scale-p {
        padding-top: 20px;
    }
















    /* Contactus Start */
    .contactus-banner {
        padding: 30px 15px;
    }

    .contactus-banner h2 {
        font-size: 32px;
        line-height: 37px;
        width: 100%;
        margin: 25px auto 35px;
    }

    .mobile-number {
        row-gap: 12px;
        flex-wrap: wrap;
    }

    .mobile-number a {
        padding: 10px 25px;
    }

    .contact-form {
        padding: 30px 15px;
    }

    .contact-form h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .contact-left-p {
        padding-bottom: 20px;
    }

    .email-column {
        margin-bottom: 30px;
        display: none !important;
    }

    .email-visit {
        padding: 20px 28px;
        width: 100%;
    }

    .email-visit h4 {
        font-size: 20px;
    }

    .form-field {
        padding: 15px;
    }

    .form-head {
        padding: 12px;
        font-size: 24px;
    }

    .form-right p {
        width: 100%;
    }

    .form-field button {
        padding: 10px;
        /* width: 100%; */
    }

    .googlemap-img img {
        height: 350px;
    }

    .form-field-row {
        row-gap: 15px;
    }















    /* Modal Start */
    .appointment-modal .modal-dialog {
        max-width: 100%;
    }

    .appointment-modal .book-appointment-modal {
        padding: 30px 15px;
    }

    /* .appointment-modal .book-appointment-modal .modal-dialog {
        height: 80vh;
        overflow-y: auto;
    } */
    /* .modal-content {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: auto;
        max-height: 80vh;
    } */

    .book-appointment-modal h2 {
        font-size: 30px;
        letter-spacing: -0.26px;
    }

    .book-appointment-modal p {
        padding: 4px 0 20px;
    }

    .appointment-second {
        padding: 100px 15px 30px;
    }



















    /*  Doctor Start */
    .doctor-sec1 img {
        height: 150px;
        /* object-fit: cover; */
    }

    .doctor-sec1 h4 {
        padding-top: 16px;
        font-size: 18px;
    }

    .doctor-sec1 p {
        font-size: 12px;
    }

    .doctor-sec-row {
        row-gap: 20px;
    }

    #slider1 img {
        object-fit: cover;
    }















    /* Gallery Start */
    .gallery {
        padding: 30px 0;
    }

    .gallery h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .gallery .nav-tabs {
        margin-bottom: 20px;
    }

    .gallery .nav-tabs .nav-item a {
        padding: 8px 46px;
    }

    .video-mg-row img {
        height: 150px;
    }

    .video-mg-row {
        row-gap: 30px;
    }

    .video-mg-row iframe {
        height: 200px;
    }

    .loader-sec .progress {
        width: 50%;
    }

    .service-menu-row {
        row-gap: 20px;
    }

    .service-img-sec {
        height: 260px;
    }

    /* .modal-body {
        -webkit-overflow-scrolling: touch;
    } */



















    /* Arabic Start */
    .ar .close-btn {
        right: unset;
        left: 16px;
    }

    .ar .menu-right,
    .ar .menu-left {
        right: 0;
        left: unset;
        transform: translateX(120%);
    }

    .ar .menu-right.show,
    .ar .menu-left.show {
        transform: translateX(0%);

    }

    /* .ar .dropdown-cont {
        left: unset;
        right: 0;
    } */

    .ar .section-1 h2 {
        font-size: 30px;
        padding-bottom: 17px;
    }

    .ar .heading {
        font-size: 24px;
    }

    .ar .footer-menu a {
        font-size: 17px;
    }

    .ar .menu-btn {
        text-align: left;
    }

    .ar .service-menu {
        transform: translateX(140px);
        left: unset;
        right: 0;
    }

    .ar .service-menu-left a {
        font-size: 14px;
    }

    .ar .section-2 {
        padding: 30px 0;
    }













    /* About Start */
    .ar .about-us-banner h2 {
        font-size: 30px;
    }

    .ar .bredcrumbs {
        right: 15px;
    }

    .ar .latest-news h4 {
        font-size: 20px;
    }

    .ar .contact-form h2 {
        font-size: 32px;
        line-height: 48px;
    }



    .mobile-whybox {
        display: block !important;
    }

    /* .mobile-aboutus-right.aboutus-right p, */
    .mobile-head-text {
        text-align: left;
        font-size: 20px !important;
        line-height: 27px !important;
    }

    /* .mobile-aboutus-right.aboutus-right h6 {
        margin-left: 0 !important;
    } */

    .ar .mobile-head-text {
        text-align: right;
    }

    /* .ar .section-1 p{
        padding-top: 15px;
    } */
    .service-bredcrumbs {
        padding: 13px 10px;
    }


    /* .terms-service-banner {

        height: 138px;
    } */

    /* .doctors-mobile {
        height: 260px;
    } */



    body.show {
        overflow: hidden;
    }
}