.mobile-banner{
    display: none;
}
.position-relative{
    position: relative;
}
.clear-both{
    clear: both;
}
.s-carousel-title{
    width: 100%;
    height: 86px;
    background-color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #4F4B4B;
    line-height: 80px;
    margin: 25px auto;
}
.slide-control{
    position: absolute;
    top: 1px;
    opacity: 0.5;
    background: rgba(28,25,0,0.15);
    border-radius: 5px;
    padding-top: 4px !important;
}
.slide-control:hover{
    opacity: 1;
}
.slide-prev{
    left: 0;
}
.slide-next{
    right: 0;
}
.s-carousel-container {
    height: 35px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 20px;

    white-space: nowrap;

    -ms-overflow-style: none;
    scrollbar-width: none;
}
.s-carousel-container::-webkit-scrollbar {
    display: none;
}
.s-carousel-wrapper {
    min-width: 100%;
    margin-bottom: 5px;
}
.s-carousel-wrapper > div {
    overflow: hidden;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-block{
    display: block !important;
}
.p-0{
    padding: 0 !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.mt-1, .my-1 {
    margin: .25rem !important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.ml-2, .mx-2{
    margin-left: .5rem !important;   
}
.mr-2, .mx-2{
    margin-right: .5rem !important;   
}
.rounded-circle {
    border-radius: 50% !important;
}
.pop-catgs {
    text-decoration: none;
    text-align: center;
    /* max-width: 230px; */
    display: block;
    margin: 0 0.25rem;
    border-radius: 15px;
    padding: 3px 15px 4px !important;
    background: #FF9900;
    color: #fff;
}
.pop-catgs > span {
    font-style: normal;
    font-weight: bold;
     font-size: 14px;
    color: #fff;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-center {
    text-align: center !important;
}

@media screen and (max-width: 760px){
    .desktop-banner{
        display: none;
    }
    .mobile-banner{
        display: block;
    }
    
}