@media only screen and (max-width:767px) {

    .menu-icon,
    .close-icon {
        border: 0;
        background: transparent;
        padding: 0;
        font-size: 25px;
        display: block;
    }

    .close-icon {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .header-right {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        align-items: unset !important;
        flex-direction: column;
        row-gap: 30px;
        padding: 30px;
        background: #ffffff;
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
        border-radius: 50%;
        transition: 0.25s all;
    }

    .header-right a {
        width: max-content;
        max-width: 100%;
    }

    .header-right.active {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        border-radius: 0;
    }

    .padding-wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .section-1 h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .section-1 p {
        padding: 15px 0;
        width: 100%;
    }

    .section-1 button {
        width: 100%;
    }

    .gif-img {
        width: 64%;
        height: 256px;
        bottom: 32px;
        display: none;
    }

    .right-img {
        margin-top: 30px;
    }

    .section-2 img {
        height: 250px;
        border-radius: 12px;
        margin-bottom: 15px;
    }

    .section-2 p {
        font-size: 16px;
        padding-top: 10px;
        padding-right: 0;
    }

    .section-2 h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .section-3 {
        padding: 30px 0;
    }

    .section3-row {
        justify-content: center;
    }

    .mobile-row {
        row-gap: 30px;

    }

    .section3-1 {
        padding: 20px 15px 30px;
        border-radius: 12px;
    }

    .section3-1 img {
        width: 100px;
        height: 100px;
    }

    .section3-1 h4 {
        font-size: 18px;
        padding: 20px 0 8px;
    }

    .section3-1 p {
        font-size: 12px;
    }

    .section-4 {
        padding: 30px 0;
        background-position: right bottom;
    }

    .section4-right {
        text-align: center;
    }

    .section-4 h2 {
        font-size: 30px;
    }

    .section-4 p {
        padding: 10px 0 18px;
        width: 100%;
    }

    .section-4 button {
        padding: 10px 30px;
    }

    .section-5 {
        padding: 30px 0;
    }

    .section-5 h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .section-5 img {
        width: 80px !important;
        height: 80px;
    }

    .section-6 {
        padding: 30px 0;
    }

    .section6-left h2 {
        font-size: 30px;
        line-height: 35px;
        padding: 10px 0 25px;
    }

    .section6-left p {
        font-size: 16px;
    }

    .section6-left h6 {
        font-size: 24px;
    }

    .vision-mision h4 {
        column-gap: 8px;
        font-size: 24px;
        padding-bottom: 10px;
    }

    .vision-mision h4 img {
        width: 30px;
        height: 30px;
    }

    .vision-mision p {
        font-size: 14px;
    }

    .vision-mision {
        padding: 15px;
        border-radius: 12px;
    }

    .section-7 {
        padding-bottom: 30px;
    }

    .section-7 h2 {
        font-size: 30px;
        padding-bottom: 25px;
    }

    .section-7 img {
        width: 50px;
        height: 50px;
    }

    .section-7 h4 {
        font-size: 17px;
        padding: 13px 0 10px;
    }

    .section-7 p {
        font-size: 14px;
    }

    .section-8 {
        padding: 30px 0;
    }

    .section8-head h2 {
        font-size: 30px;
    }

    .section8-head p {
        font-size: 14px;
        padding: 8px 0 23px;
    }

    .testimonial {
        padding: 15px 20px;
        min-height: unset;
        box-shadow: 0 10px 40px 0 #D4D9E833;
    }

    .testimonial h4 {
        font-size: 20px;
    }

    #slider-2.owl-carousel .owl-dots {
        margin-top: 20px;
        display: none;
    }

    .footer {
        padding: 0;
    }

    .footer-top .order-now {
        padding: 12px 20px;
    }

    .footer-logo img {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .footer-top {
        padding: 30px 15px;
    }

    .footer-center,
    .link-sec {
        row-gap: 15px;
    }

    .footer-right h4 {
        font-size: 30px;
        padding-bottom: 25px;
    }

    .footer-bottom {
        padding: 30px 0;
    }

    .section-2 {
        padding-top: 90px;
    }

    .ar .close-icon {
        left: 15px;
        right: unset;
    }

    .section-1 {
        padding: 0 0 0;
    }

    .ar .section-4 {
        background-position: left bottom;
    }

    .order-now span,
    .order-now:hover span {
        font-size: 13px;
    }
}


@media only screen and (min-width:1200px) and (max-width:1400px) {
    .gif-img {
        width: 287px;
        height: 252px;
    }
}