@media (min-width: 1281px) {

}

@media (min-width: 1024px) and (max-width: 1366px) {

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .our-purpose-content {
        padding: 50px 15px;
    }

    #serviceForm .row .col-lg-6:first-child {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .middle-nav ul li a {
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 320px) and (max-width: 767px) {
    .header-search {
        top: 69px;
    }

    h1 {
        font-size: 27px;
    }

    .home-block-title h3 {
        font-size: 23px;
    }

    .home-about-us {
        padding: 30px 0;
        text-align: center;
    }

    .home-about-us p {
        font-size: 16px;
        line-height: 30px;
    }

    .category-carousel-container {
        padding: 30px 0;
    }

    .owl-arrows {
        display: none;
    }

    .our-purpose-content {
        padding: 0;
        background: #fff;
        margin-top: 0;
    }

    .service-form-inner {
        padding: 10px 15px;
    }

    .service-form .home-block-title {
        text-align: center;
        margin-top: 25px;
    }

    #serviceForm .row .col-lg-6:first-child {
        margin-bottom: 15px;
    }

    .service-form button {
        width: 100%;
    }

    .page-content {
        padding: 10px 0;
    }

    .vertical-tabs {
        flex-direction: row;
    }

    .vertical-tabs a:first-child {
        margin-right: 5px;
    }

    .tab-nav a {
        font-size: 15px;
    }

    .product-details-left {
        margin-bottom: 25px;
    }

    .email-bar-content {
        text-align: center;
        flex-direction: column;
    }

    .email-bar-content .label {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .email-bar-content .label, .email-bar-content .email-input {
        flex: 1 1 100%;
        width: 100%;
    }

    .footer-title {
        text-align: center;
    }

    .copyright-text {
        margin-bottom: 15px;
    }

    .copyright-text, .adtorium {
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

}