@media(min-width:992px) {
    .dropdown-menu {
        width: 250px !important;
    }
}

@media (max-width:1200px) {
    .carousel-inner {
        height: 500px !important;
    }
}

@media(max-width:992px) {
    .hero-contain h1 {
        font-size: 40px !important;
    }

    .vertical-line {
        margin: 10px 10px !important;
    }

    .user-icon {
        position: absolute;
        top: 30px !important;
        right: 70px;
    }


    .user-icon .dropdown-menu {
        left: auto !important;
        right: 0;
    }
}

@media(max-width:767px) {
    header{
background:#fff !important;
}
    .py-100 {
        padding: 60px 0 !important;
    }

    .pt-100 {
        padding-top: 60px !important;
    }

    .pb-100 {
        padding-bottom: 60px !important;
    }

    .icon-padding {
        padding: 9px 26px 9px 7px;
    }

    .carousel-inner {
        height: auto !important;
    }

    .font-large {
        font-size: 70px !important;
    }

    .handicraft-image .intro-2 {
        left: -10px !important;
        width: 200px !important;
    }

    .swiper-button-next, .swiper-button-prev {
        visibility: hidden !important;
    }

    .newsletter-form input {
        width: 300px !important;
    }

    .video-gallery video {
        width: 100% !important;
        height: 100% !important;
    }

    .contact-box {
        height: auto !important;
    }

}