 /*--Diwali Headline-- */
 .top-last{
    position: fixed;
    width: 100%;
}
marquee{
    margin-top: 115px;
    background-color: grey;
    background: #737373;
    color: white;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}
.mini-banner-desktop-img{
    margin-top: 65px;
    }
@media only screen and (min-width: 1141px) and (max-width: 1365px){
    section.section {
        padding: 170px 0;
    }
    marquee{
        margin-top: 129px;
    }
    .mini-banner-desktop-img {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width:1140px){
    section.section {
        padding: 155px 0;
    }
    marquee{
        margin-top: 129px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1134px) {
    .mini-banner-ipad-tablet-img {
        margin-top: 6px;
    }
}
@media only screen and (max-width: 767px){
    section.section {
        padding: 170px 0;
    }
    marquee{
        margin-top: 133px;
    }
}

/*--Diwali Headline-- */