

@media screen and (max-width:1200px) {

    .logo-wrapper img {

        width: 80px;
    }

    .blank-div {
        height: 90px;
    }
}



@media screen and (max-width:992px) {

    .blank-div {
        height: 87px;
    }

    .slider-content {

        flex-direction: column;
        align-items: baseline;
    }
    .top-menu-bar {
        display: block;
    }

    .logo-wrapper img {

        width: 66px !important;
    }

    .top-menu-bar {

        top: 22px !important;
    }
    .main-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        transition: 500ms ease all;
        width: 100%;
        height: 100%;
        background: #ffffff;
    }
    nav ul li {
        display: block;
    }
    .main-menu.open {
        left: 0;
    }
    .sticky .top-menu-bar {
        top: 8px;
    }
    .sticky .top-media {
        position: static;
        transform: scale(1);
    }
    .wall-wrapper,
    .bags-wrapper {
        margin-bottom: 30px;
    }

    .product-info-wrapper {
        padding: 0 !important;
    }
    .contact-form,
    .Wrapper {
        margin-bottom: 30px;
    }
    .sub-menu {
        width: 100%;
        position: unset!important;
        display: none;
        background: #122652;
        transition: inherit;
        padding: 0 0 0 15px;
        background: #ffffff;
    }
    .dropdown-icon {
        display: block;
        position: absolute;
        top: 15px;
        left: 166px;
    }
    nav ul li {
        position: relative;
    }
}

@media screen and (max-width:768px) {
    .logo-wrapper img {
        width: 120px;
    }
    .top-menu-bar {
        top: 12px;
    }
    .slider-content h1 {
        font-size: 40px;
    }
    .about-image-side {
        margin-bottom: 30px;
    }
    .wall-section,
    .bags-section,
    .about-section {
        padding: 40px 0;
    }
    .breadcrumbs h2 {
        font-size: 30px;
    }
    /* .blank-div {
        height: 64px !important;
    } */
    .product-detail-wrapper,
    .company-info {
        padding: 40px 0 !important;
    }
    .whole-form-wrapper {
        width: 100% !important;
    }
    .condition-wrapper h2 {
        font-size: 25px;
    }
    .mission-image {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width:480px) {
    .slider-content h1 {
        font-size: 30px;
    }
    .mission-content h2,
    .breadcrumbs h2,
    .related-blog-wrapp h2,
    .blog-detail-content h2,
    .about-content-side h2 {
        font-size: 25px !important;
    }
    .condition-wrapper h2,
    .footer-col-wrapper h3 {
        font-size: 20px !important;
    }
    .home_owl_slider .owl-nav button.owl-next,
    .home_owl_slider .owl-nav button.owl-prev {
        top: 37%;
    }
    .discription-highlight ul li {
        font-size: 13px;
    }
    p {
        font-size: 14px;
    }
}