@media only screen and (max-width: 1920px) {
    .main-slider .item {
        width: 100%;
        height: 750px;
    }
}

@media only screen and (max-width: 1700px) {
    .main-slider .item {
        height: 680px;
    }
}

@media only screen and (max-width: 1600px) {
    .main-slider .item {
        height: 620px;
    }
}

@media only screen and (max-width: 1480px) {
    .main-slider .item {
        height: 600px;
    }
}

@media only screen and (max-width: 1400px) {
    .main-slider .item {
        height: 550px;
    }
}

@media only screen and (max-width: 1300px) {
    .main-slider .item {
        height: 520px;
    }
}

@media only screen and (max-width: 1230px) {
    .main-slider .item {
        height: 480px;
    }
}

@media only screen and (max-width: 1150px) {
    .main-slider .item {
        height: 450px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider .item {
        width: 100%;
        height: 370px;
    }
}

@media(max-width: 576px) {
    .main-slider .item {
        width: 100%;
        height: 220px;
    }
    .fixed-rightbtns {
        display: none;
    }
    section.slider .holder {
        bottom: -20px;
    }
    .btnicon-whatsapp {
        right: 6px;
        position: fixed;
        bottom: 6%;
    }
    .mobile-btn {
        display: block;
    }
    .main.main .categories {
        margin-top: 0;
        margin-bottom: 16px;
        margin: 10px 0px;
    }
    .mobile-btn .col-xs-6 {
        padding: 0px;
    }
    .mobile-btn {
        display: block;
        background: transparent;
        overflow: hidden;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999;
        font-weight: 500;
        filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
        border-top: 1px solid #fff;
    }
    .mobile-btn a.btn1 {
        text-align: center;
        font-size: 14px;
        float: left;
        padding: 6px 0px;
        width: 100%;
        display: block;
        text-decoration: none;
        background: #4fa74b;
        color: #ffffff;
        border-radius: 0px;
    }
    .mobile-btn a.btn2 {
        background: #f27e0a !important;
        padding: 6px 0px;
        width: 100%;
        text-align: center;
        font-size: 14px;
        display: block;
        color: #ffffff;
        border-radius: 0px;
    }
}

@media (max-width: 480px) {
    .main-slider .item {
        width: 100%;
        height: 185px;
    }
    section.slider .holder {
        bottom: -20px;
        top: inherit;
    }
    .news marquee ul > li {
        font-size: 11px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 450px) {
    .main-slider .item {
        width: 100%;
        height: 175px;
    }
}

@media (max-width: 380px) {
    .main-slider .item {
        width: 100%;
        height: 155px;
    }
}

@media (max-width: 350px) {
    .main-slider .item {
        width: 100%;
        height: 145px;
    }
}