/* 
Author:Gagan Soti
Contact No.+977-9847875648
eMail:gagansoti@gmail.com
*/
@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 420px) and (max-width: 992px) {}

@media (min-width: 767px) and (max-width: 992px) {
    section.main-carousel .owl-carousel .owl-item img {
        height: 450px;
    }

    section.main-container {
        margin-top: -40px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    section.footer .btn {
        font-size: 16px;
        width: 150px;
    }

    section.footer .nepal {
        width: 15px;
        height: 20px;
    }
}

@media (min-width: 320px) and (max-width: 420px) {}

@media (min-width: 320px) and (max-width: 576px) {}

@media (max-width: 1992px) {}

@media (max-width: 992px) {}

@media (max-width: 767px) {
    section.header .main-logo img {
        width: 100%;
        height: 150px;
    }

    section.header .header-delivery {
        margin: 10px 0;
    }

    section.main-container {
        margin-top: 20px !important;
    }

    section.main-carousel .owl-carousel .owl-item img {
        height: 300px;
    }

    section.main-carousel .owl-carousel .owl-nav .owl-prev,
    section.main-carousel .owl-carousel .owl-nav .owl-next {
        font-size: 30px;
        width: 50px;
        height: 50px;
    }

    section.footer .hr {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {

    section.main-container .main-container-wrapper img,
    section.main-container .main-container-wrapper .img-container-wrapper img {
        height: auto !important;
    }

    section.footer .btn {
        height: 40px;
        font-size: 12px;
        padding: 5px;
        width: 97px;
        margin-right: 10px;
    }

    section.footer .nepal {
        width: 15px;
        height: 20px;
    }
}