@media (max-width:992px) {
    body, p {
        font-size: 14px;
        line-height: 26px;
    }

    .top-header {
        display: none !important;
    }
    .logo img {
        max-width: 137px;
    }
    nav.navbar {
        padding: 10px 15px;
    }
    .info-bx {
        padding: 25px 0;
    }
    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
    }
    button.navbar-toggler span.fa.fa-bars {
        color: #32369a;
    }
    .navbar-collapse {
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        z-index: 9;
        width: 100%;
    }
    nav.navbar ul li {
        border-bottom: dashed 1px #2e2b8347;
        padding: 7px 10px;
        border-left: 0 !IMPORTANT;
        border-right: 0;
    }
    .banner .owl-item .banner-caption h1 {
        font-size: 40px;
    }
    .btn {
        padding: 6px 31px;
        font-size: 13px;
    }
    .info-item {
        padding: 15px;
    }
    .info-item h3 {
        font-weight: 800;
        font-size: 19px;
    }
    .info-item p {
        font-size: 15px;
    }
    .info-item i {
        font-size: 48px;
        margin-bottom: 0;
    }
    .heading h2 {
        font-size: 29px;
        font-weight: 700;
    }
    .heading h4 {
        font-size: 16px;
    }
    .intro-wrap img.intro-img-2 {
        left: -31px;
    }
    .product-item img {
        height: 250px;
    }
    .services-item figure {
        width: 44px;
        height: 44px;
    }
    .services-item {
        position: relative;
        padding-left: 62px;
    }
    .services-item h3 {
        font-size: 17px;
        margin: 0 0 6px;
    }
    .product-item h3 {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .product-item {
        margin-bottom: 20px;
    }
    .banner-caption {
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 0 20px;
    }
    .info-item {
        margin-bottom: 30px;
    }
    .intro-wrap img.intro-img-2 {
        left: 0;
        width: 100%;
        bottom: 0;
        margin: 33px 0;
        border: none;
        max-width: 100%;
    }
    .services-item figure i {
        font-size: 28px;
    }
    .bx-item {
        margin-bottom: 44px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 18px;
    }
    .owl-theme .owl-nav [class*='owl-prev'] {
        left: 0;
    }
    .owl-theme .owl-nav [class*='owl-next'] {
        right: 0 !important;
    }
    .modal-body button.close {
        right: 0;
    }
    .contact-wrap {
        padding: 20px;
        border-radius: 7px;
        margin: 0;
    }
    .icon i {
        line-height: 33px;
        width: 33px;
        height: 33px;
        font-size: 15px;
    }
    .footer-bottom p {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .contact-wrap form {
        margin-bottom: 44px;
    }
    .footer-top {
        padding: 31px 0 0;
    }
}