@media only screen and (max-width: 1024px) {}


/* 1024px end  */

@media only screen and (max-width: 992px) {
    .footer .footer-col {
        margin-bottom: 20px;
    }
    .footer {
        padding: 40px 0px;
    }
    .award-img {
        padding: 20px 0;
    }
    .main-navbar {
        padding: 15px;
    }
}


/* 980px  */

@media only screen and (max-width: 768px) {
    .hero-header h1 {
        font-size: 30px;
    }
    .inline-li>li {
        margin: 10px;
        width: 100%;
    }
    .section-padding {
        padding: 40px 0px;
        overflow: hidden;
    }
    .testimonial-carousel {
        background: rgba(6, 163, 218, .85);
        padding: 30px;
    }
    .offer-btns a {
        margin: 10px;
    }
    .offer-text {
        padding: 30px 20px;
    }
    .back-to-top {
        display: none !important;
    }
    .home-banner-list::before {
        background-color: #f5f5f563;
    }
    .carousel-caption {
        right: 0%;
        top: 0%;
        /* transform: translate(-50%, -50%); */
        width: 100%;
        height: 100%;
        max-width: 100%;
        text-align: center;
    }
    .home-banner-content {
        max-width: 100%;
    }
    .home-banner-content h5 {
        font-size: 44px;
    }
    .home-banner-content h1 {
        font-size: 40px;
    }
    .prime-scan .content {
        padding: 20px;
    }
}


/* 768 end */

@media only screen and (max-width: 580px) {
    .testimonial-carousel {
        background: rgba(6, 163, 218, .85);
        padding: 30px 20px;
    }
    .home-banner-list>img {
        height: 300px;
    }
    .section-title h5::before,
    .section-title h5::after {
        display: none;
    }
}


/* 480px end  */