@media only screen and (max-width:1200px) {
    .menubar ul {
        /* overflow: auto; */
    }
}


@media only screen and (max-width:991px) {

    .section-title h2 {
        font-size: 45px;
    }

    .event-content {
        width: 720px;
    }

    .share-link {
        margin-left: 0;
        margin-top: 15px;
    }

    .subscribe-box {
        padding: 0 45px;
    }

    .subscribe-content h3 {
        font-size: 40px;
    }

    .bisness-partner-box {
        margin: 0 auto;
        margin-top: 25px;
        padding: 0;
    }

    .carousel-item img {
        height: 450px;
    }

    .shop-form-box {
        width: inherit;
        max-width: 700px;
    }


}

@media only screen and (max-width:767px) {

    .home-menu-box:nth-child(2) {
        margin: 0;
    }

    .home-menu-box {
        margin: 10px 0;
    }

    .home-section h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .home-section p {
        font-size: 20px;
        line-height: 30px;
    }

    .home-menu-box {
        padding: 16px;
    }

    .home-section {
        height: 620px;
    }

    .about-content h2 {
        margin-top: 10px;
    }

    .about-content h2 {
        font-size: 35px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .event-content {
        width: inherit;
        position: inherit;
    }

    .event-content h3 {
        font-size: 35px;
    }

    .event-content p {
        font-size: 22px;
    }

    .blog-content h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .subscribe-content h3 {
        font-size: 35px;
    }

    .subscribe-content p {
        font-size: 22px;
    }

    .about-home-overlay {
        width: inherit;
    }

    .section-page-title h2 {
        font-size: 45px;
    }


    .bisness-overlay h3 {
        font-size: 30px;
    }

    .bisness-btn {
        font-size: 18px;
    }

    .header-top-right a {
        padding-left: 18px;
    }

    .carousel-item img {
        height: 380px;
    }

    /*    new*/
    .shop-total p {
        padding: 0;
    }

    .slick-controls {
        display: none;
    }

}

@media only screen and (max-width:575px) {


    body {
        font-size: 14px;
    }

    .section-title h2::after {
        margin-top: 7px;
    }

    .subscribe-content h3 {
        line-height: 30px;
        font-size: 30px;
    }

    .subscribe-content p {
        font-size: 17px;
    }

    .section-page-title h2 {
        font-size: 35px;
    }


    .bisness-partner-box {
        margin-top: 15px;
    }

    .mission-vission-box img {
        width: 130px;
        margin-right: 15px;
    }

    .carousel-item img {
        height: 300px;
    }

    .subscribe-form input::placeholder {
        font-size: 16px;
    }

    .subscribe-form button {
        padding: 10px;
        font-size: 16px;
    }

    .header-top-right {
        text-align: center;
    }

    .support-form input {
        padding: 18px;
    }

    .subscribe-section2 h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        color: var(--wc);
    }

}

@media only screen and (max-width:390px) {
    .support-form {
        margin-top: -275px;
    }
}