@media (min-width: 750px){
    .sm-search-bar{
        max-width:1000px;
    }
    .sm-cats{
        --per-row:9;
    }
}

.desktophidden{
    display: none;
}

td.title{
    width: 30%;
}


@media (max-width: 750px){
    .sm-top-tabs{
        display: none;
    }
    .sm-cats{
        --per-row:3;
    }
    .mobilehidden{
        display: none !important;
    }
    .desktophidden{
        display: block;
        height: auto;
    }
}

.topten{
    height: 400px;
    display:none;
}

.compbutton{
    background-color: #e94581;
}

.filterBox{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    margin: 12px 10px 0;
    padding: 0 0 20px;
    background: #fff;
}

.filterBox > ul{
    height: 175px;
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: .4s ease all;
    height: 450px;
}

.filterBox > ul > li{
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    list-style: none;
    position: relative;
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #995ded;
    color: #fff;
    border-radius: 10px;
    height: 150px;
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0 10px;
    margin: 10px;
}


.filterBox > ul > li > a{
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
.maineHeading{
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
}

.subTitle{
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 10px;
    color: rgba(255,255,255,.9);
    position: relative;
    padding: 0 0 5px;
}


.rightArrow{
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
    color: rgba(255,255,255,.9);
    box-sizing: border-box;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    margin: 0 0 0 10px;
    position: relative;
    vertical-align: -1px;
}

.filterImage{
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    width: 117px;
    margin: 0 auto;
}

.filterImage > img{
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    border: none;
    display: block;
    margin: auto;
    max-width: 100%;
    width: 81px;
    margin-top: 12px;
}

.viewmore{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    margin: 10px 10px 0;
    border: none;
}

.viewmore > span{
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    display: block;
    height: 28px;
    border-radius: 6px;
    background-color: #e8eef5;
    text-align: center;
    font-size: 11px;
    color: #24272c;
    padding: 0px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
}
.compbutton{
    background-color: #e94581 !important;
    height: 90px !important;
    width: calc(100% - 20px) !important;
    padding-top: 16px !important;
}
.compbutton .maineHeading{
    font-size: 25px;
}

.filterBox li:nth-child(2){background:#f75d34}.filterBox li:nth-child(3){background:#5ca7f9}.filterBox li:nth-child(4){background:#52dc99}.filterBox li:nth-child(5){background:#5d76ed}.filterBox li:nth-child(6){background:#e94581}.filterBox li:nth-child(7){background:#f9b25c}.filterBox li:nth-child(8){background:#49c3e9}.filterBox li:nth-child(9){background:#ff6e4f}.filterBox li:nth-child(10){background:#f55662}

.sm-search-bar .logo{
    opacity:1;
    top:5px;
    left: 0px;
}
.brandnamelogo{
    font-family: serif;
    font-size: 31px;
    font-weight: bold;
    color: white;
    margin: auto;
    margin-left: -230px;
    margin-top: -3px;
}




@media only screen and (min-width: 750px){
    .filterBox > ul > li{
        width: calc(20% - 20px);
    }
    .viewmoreshow{
        height: 340px;
    }    
}

@media only screen and (max-width: 750px){  
    .sectionhiddenbharat{
        display: none;
    }
    
}


.heigthauto{
    height: auto !important;
}




/* branded start */
.branded{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
}

.branded > .marginBottom20{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
}

.shadow24{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(36,39,44,.15);
    padding: 19px 24px 21px;
    position: relative;
}

.shadow24 > h2{
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #24272c;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 24px;
}

.posR{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

.posR > ul{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    padding: 0;
    scroll-behavior: smooth;
    border: none;
    margin: 0 auto;
    align-items: center!important;
    display: block!important;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    border-top: none;
    overflow: scroll!important;
    min-height: 164px;
}

.posR > ul > li{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    box-sizing: border-box;
    list-style: none;
    position: relative;
    padding: 3px 6px;
    display: inline-block;
    float: none;
    vertical-align: top;
    scroll-snap-align: inherit;
    min-height: 114px;
    width: 16.6667%;
}

.posR > ul > li > a{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    color: #24272c;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 1px 3px 0 rgba(36,39,44,.15);
    display: block;
    text-align: center;
    border: 1px solid rgba(36,39,44,.15);
    padding: 26px 0;
    margin-bottom: 0;
    min-height: 114px;
}

.posR > ul > li > a > img{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    color: #24272c;
    text-align: center;
    box-sizing: border-box;
    border: none;
    display: block;
    margin: auto;
    max-width: 100%;
    cursor: pointer;
    opacity: 1;
    -webkit-animation: load .5s ease-in-out;
    height: auto;
    width: auto;
}

.posR > ul > li > a > span{
    font-weight: 400;
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    color: #24272c;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 21px;
    margin: 0 auto;
    font-size: 16px;
}

.sm-products.img-long{
    --img-height:calc(300px / var(--per-row)) !important;
}
.sm-products{
    --per-row: 4 !important;
}

@media only screen and (max-width: 750px){  
    .sm-products{
        --per-row: 2 !important;
    }
    .branded{
        color: rgba(36,39,44,.7);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: roboto,Sans-Serif,Arial;
        box-sizing: border-box;
    }
    
    .branded > .marginBottom20{
        color: rgba(36,39,44,.7);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: roboto,Sans-Serif,Arial;
        box-sizing: border-box;
        display: block;
        margin-bottom: 12px;
    }
    
    .shadow24{
        color: rgba(36,39,44,.7);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: roboto,Sans-Serif,Arial;
        box-sizing: border-box;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(36,39,44,.15);
        padding: 15px 20px 20px;
        position: relative;
    }
    
    .shadow24 > h2{
        font-family: roboto,Sans-Serif,Arial;
        box-sizing: border-box;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        color: #24272c;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 24px;
        font-family: serif;
        font-weight: bold;
    }
    
    .listMain{
        color: rgba(36,39,44,.7);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: roboto,Sans-Serif,Arial;
        box-sizing: border-box;
    }
    .listMain > ul{
        color: rgba(36,39,44,.7);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: roboto,Sans-Serif,Arial;
        box-sizing: border-box;
        padding: 0;
        border-top: 1px solid rgba(36,39,44,.15);
        margin: 0 -6px;
    }
    .listMain > ul > li{
        color: rgba(36,39,44,.7);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: roboto,Sans-Serif,Arial;
        box-sizing: border-box;
        list-style: none;
        position: relative;
        float: left;
        width: 33.33333333% !important;
        min-height: 114px;
    }
    .listMain > ul > li > a{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: roboto,Sans-Serif,Arial;
        list-style: none;
        box-sizing: border-box;
        background-color: rgba(0,0,0,0);
        color: #24272c;
        cursor: pointer;
        text-decoration: none;
        border: 1px solid rgba(36,39,44,.15);
        border-left: 0;
        border-top: 0;
        display: block;
        padding: 16px 0;
        text-align: center;
        margin-bottom: 0;
        min-height: 114px;
    }
    .listMain > ul > li > a > img{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        font-family: roboto,Sans-Serif,Arial;
        list-style: none;
        color: #24272c;
        text-align: center;
        box-sizing: border-box;
        border: none;
        display: block;
        margin: auto;
        max-width: 100%;
        cursor: pointer;
        opacity: 1;
        -webkit-animation: load .5s ease-in-out;
        height: 85px;
        width: 100%;
    }
    .listMain > ul > li > a > span{
        font-size: 14px;
        font-weight: 400;
        font-family: roboto,Sans-Serif,Arial;
        list-style: none;
        color: #24272c;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        display: block;
        line-height: 21px;
        margin: 0 auto;
        overflow: hidden;
        padding: 0 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sm-footer-nav{
        display: flex;
        margin: 0;
        margin-top: 20px;
    }
    .sm-footer .logo{
        display: flex;
    }
    .flogo > img{
        width: 60px;
    }
    
}




.sm-box{
    background: white !important;
}

#section {
    width: 500px;
    height: 400px;
    word-wrap: break-word;
  }
  
  .moretext {
    display: none;
  }


  .pg-hom-ts-posts>.sm-article{
    height: 200px;
  }


.sm-product{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-top: 1px solid #e8eef5;
    padding: 8px;
}

.sm-box-header h2{
    font-size: 20px !important;
    font-weight: bold;
}
.sm-box-header a{
    color: black    ;
    font-size: 12px !important;
    font-weight: bold;
    font-family: roboto,Sans-Serif,Arial;
    display: block;
    height: 28px;
    text-align: center;
    font-size: 11px;
    color: #24272c;
    padding: 0px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
}
.sm-box-header{
    font-family: serif;
}

.compp > section{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    display: block;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(36,39,44,.15);
    padding: 19px 24px 21px;
    margin-bottom: 20px;
}
.compp > section > h2{
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #24272c;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 24px;
}
.compp > section > div{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    position: relative;
}
.compp > section > div > div{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    overflow: hidden;
}

.compp > section > div > div > ul{
color: rgba(36,39,44,.7);
font-size: 14px;
font-weight: 400;
line-height: 1.5;
font-family: roboto,Sans-Serif,Arial;
box-sizing: border-box;
margin: 0;
padding: 0;
margin-left: -10px;
margin-right: -10px;
align-items: center!important;
display: block!important;
scroll-snap-type: x mandatory;
white-space: nowrap;
overflow: visible!important;
}
.compp > section > div > div > ul > li {
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    box-sizing: border-box;
    list-style: none;
    min-height: 1px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    float: none;
    scroll-snap-align: center;
    vertical-align: top;
    width: 33.3333%;
}
.compp > section > div > span{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    box-sizing: border-box;
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 12px 0 rgba(36,39,44,.15);
    cursor: pointer;
    height: 48px;
    margin-top: -24px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 48px;
    z-index: 99;
    left: auto;
    right: -27px;
}

.compp > section > div > div > ul > li > div{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(36,39,44,.15);
    margin-bottom: 3px;
}
.compp > section > div > div > ul > li > div > .carBoxs{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    position: relative;
    width: 50%;
}

.carBoxs > div{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    position: relative;
    width: 50%;
}

.carBoxs > div > .vsTag{
    font-size: 14px;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    background: #24272c;
    border: 1px solid rgba(36,39,44,.15);
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    position: absolute;
    right: -18px;
    text-align: center;
    top: 50%;
    width: 36px;
    z-index: 1;
}

.carBoxs > div > .LazyLoadUpperDiv{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 130px!important;
}

.carBoxs > div > .LazyLoadUpperDiv > img{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    border-style: none;
    cursor: pointer;
    width: auto;
    border-radius: 2px 2px 0 0;
    max-width: 100%;
    height: inherit!important;
    object-fit: cover;
}

.carBoxs > .holder{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
    min-height: 1px;
    float: left;
    width: 100%;
    padding-right: 10px;
    position: static;
    padding-left: 16px;
}
.carBoxs > .holder > .brandTitle{
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f6f6f;
    display: block;
    margin: 7px 0 0;
    font-size: 14px;
}
.carBoxs > .holder > .modelTitle{
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #24272c;
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.carBoxs > .holder > .price{
    font-weight: 400;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
    color: #24272c;
    line-height: 24px;
    font-size: 17px;
    margin: 0 0 15px;
}
.carBoxs > .holder > .price > span{
    white-space: nowrap;
    list-style: none;
    color: #24272c;
    box-sizing: border-box;
    margin: 0 4px 0 0!important;
    vertical-align: -1px!important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-family: cd-fonts!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    font-size: 16px;
}

.carBoxs > .holder > .price > sup{
    font-weight: 400;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    color: #24272c;
    box-sizing: border-box;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em;
}
.buttonHolder{
    color: rgba(36,39,44,.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: roboto,Sans-Serif,Arial;
    white-space: nowrap;
    list-style: none;
    box-sizing: border-box;
    clear: both;
}

.buttonHolder > a{
    font-family: roboto,Sans-Serif,Arial;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #f75d34;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0;
    line-height: 36px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    text-overflow: ellipsis;
    transition: all .4s ease;
    white-space: nowrap;
    width: 100%;
    background: #f75d34;
    color: #fff;
    display: block;
    margin: 16px auto;
    max-width: 300px;
}


@media screen and (max-width: 500px){

}


div.scroll-container {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
    padding: 0;
    width: 230%;
    /* overflow-x: hidden; */
  }
  
  div.scroll-container img {
    height: 239px;
  }

  .compppp{
    width: 49%;
    padding: 2px;
    height: 90px;
  }

  .sm-comp-with>a {
    grid-template:"name1 vs name2" minmax(36px,auto) / 1fr 10px 1fr;
    border-top:0px;
  }
  .sm-comp-with>a>img:nth-child(odd){
    display: none;
  }
  .sm-comp-with>a>img:nth-child(even){
    display: none;
  }

  .compboard{
    border-top: 13px solid #e8eef5;
    padding-top: 30px;
    margin-bottom: 10px;
    
  }

  .vss{
    background: #7f8086;
    padding: 6px;
    color: white !important;
    border-radius: 50%;
  }


  .sm-search-suggestions>li>a{
    color: black;
    font-weight: 600;
  }

  .sm-search-suggestions>li:hover{
    background: #b2b7b563;
  }

  
  /* CSS */
  .button-2 {
    background-color: rgba(51, 51, 51, 0.05);
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 25px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-left: 14px;
    font-weight: bold;
  }

  .sm-footer-social{
    grid-template-columns: repeat(8,auto);
  }

  .sm-footer-top>div:first-child{
    width: 100%;
  }


  footer{
    background: #262626;
    color: #fff;
  }

  header{
    background: #262626;
  }

  .sm-footer a{
    color: #fff;
  }
  .sm-footer a img{
        width: 60px;
    }
  .sm-footer-c{
    border-top:1px solid #fff
  }

  .sm-footer-nav {
    margin-top: 10px;
    margin-left: 0;
  }

  .contactuspg{
    margin-right: 100px;
  }

  .addcomp{
    display: none;
  }

  .sm-search-bar .logo>img {
    margin-left: -283px;
    margin-top: -12px;
  }


  


  @media (max-width: 750px){
    .topbharat > img{
        width: 50px;
  }

  .topbharat img {
    float: left;
    width: 39px;
    background: #555;
    margin-left: 0px;
    margin-top: 0px;
  }
  
  .topbharat h1 {
    position: relative;
    top: 0px;
    left: 0px;
    color: #a10035;
    font-family: serif;
    font-size: 28px;
    font-weight: bold;
    margin-left: 42px;
  }
  .sm-search-header{
    margin: 2px 0;
  }

  .topbharat{
    background-color: white;
  }
  div .scroll-container img{
    height: 122px;
  }
  div .scroll-container{
    width: 100%;
  }
  }

  .pg-prf-head{
    display: none;
  }

  .loadmorebtn input{
    --bg-section: white;
    --bg-header: hsl(213, 84%, 25%);
    --bg-light-blue: #ebf6ff;
    --bg-light-grey: #f5f5f6;
    --bg-light-blue-border: #e0e0e0;
    --bg-light-grey-boder: #eaeaec;
    --color-border: #eee;
    --color-border-light: #f1f1f1;
    --color-primary: #1f78f4;
    --color-secondary: hotpink;
    --color-link: #007af5;
    --color-link-hover: #0059b3;
    --color-text: #333;
    --color-text-semi-dark: #181818;
    --color-text-dark: #000;
    --color-text-slight-light: #4e5665;
    --color-text-semi-light: #666;
    --color-text-light: #757575;
    --color-text-steel-light: #7f8f9f;
    --color-text-extra-light: #888;
    --color-price: darkgreen;
    --color-drop-red: #b12704;
    --color-rank1: #008c00;
    --color-rank2: #9acd32;
    --color-rank3: #f2bf00;
    --color-rank4: #de530f;
    --color-rank5: #db3131;
    --color-success: #008c00;
    --color-warning: #f2bf00;
    --color-danger: #db3131;
    --color-info: #2196f3;
    --main-width: 1220px;
    --nph: calc(-1 * var(--ph));
    --phh: var(--ph);
    --nphh: calc(-1 * var(--phh));
    --bottom-0: 0px;
    --font-size: 15.45px;
    --bg-body: #f1f3f6;
    --pv: 12px;
    --ph: 16px;
    --mv: 16px;
    --top-fixed: 0px;
    --icon-check: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"/></svg>');
    --icon-close-circle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23DB3131"><path d="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"/></svg>');
    --icon-star-outline: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23CCAD00"><path d="M12,15.39L8.24,17.66L9.23,13.38L5.91,10.5L10.29,10.13L12,6.09L13.71,10.13L18.09,10.5L14.77,13.38L15.76,17.66M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z"/></svg>');
    --icon-star: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23CCAD00"><path d="M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z"/></svg>');
    --icon-checkbox-blank: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23007AF5"><path d="M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z"/></svg>');
    --icon-checkbox: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23007AF5"><path d="M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z"/></svg>');
    --icon-plus-circle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="green"><path d="M17,13H13V17H11V13H7V11H11V7H13V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/></svg>');
    --icon-minus-circle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="red"><path d="M17,13H7V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/></svg>');
    --icon-chevron-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/></svg>');
    --icon-chevron-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z"/></svg>');
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    --window-width: 1366;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
    line-height: 1.5;
    text-size-adjust: none;
    --aside-w: 320px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2858rem;
    background: aliceblue;
    height: 3.3575rem;
    flex: 0 0 3.3575rem;
    border: 1px solid #eaeaea;
    border-width: 1px 0 0 0;
    color: var(--color-link);
    font-weight: 700;
    cursor: pointer;

  }

  .insertsubmit{
    --bg-section: white;
    --bg-header: hsl(213, 84%, 25%);
    --bg-light-blue: #ebf6ff;
    --bg-light-grey: #f5f5f6;
    --bg-light-blue-border: #e0e0e0;
    --bg-light-grey-boder: #eaeaec;
    --color-border: #eee;
    --color-border-light: #f1f1f1;
    --color-primary: #1f78f4;
    --color-secondary: hotpink;
    --color-link: #007af5;
    --color-link-hover: #0059b3;
    --color-text: #333;
    --color-text-semi-dark: #181818;
    --color-text-dark: #000;
    --color-text-slight-light: #4e5665;
    --color-text-semi-light: #666;
    --color-text-light: #757575;
    --color-text-steel-light: #7f8f9f;
    --color-text-extra-light: #888;
    --color-price: darkgreen;
    --color-drop-red: #b12704;
    --color-rank1: #008c00;
    --color-rank2: #9acd32;
    --color-rank3: #f2bf00;
    --color-rank4: #de530f;
    --color-rank5: #db3131;
    --color-success: #008c00;
    --color-warning: #f2bf00;
    --color-danger: #db3131;
    --color-info: #2196f3;
    --main-width: 1220px;
    --nph: calc(-1 * var(--ph));
    --phh: var(--ph);
    --nphh: calc(-1 * var(--phh));
    --bottom-0: 0px;
    --font-size: 15.45px;
    --bg-body: #f1f3f6;
    --pv: 12px;
    --ph: 16px;
    --mv: 16px;
    --top-fixed: 0px;
    --icon-check: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"/></svg>');
    --icon-close-circle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23DB3131"><path d="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"/></svg>');
    --icon-star-outline: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23CCAD00"><path d="M12,15.39L8.24,17.66L9.23,13.38L5.91,10.5L10.29,10.13L12,6.09L13.71,10.13L18.09,10.5L14.77,13.38L15.76,17.66M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z"/></svg>');
    --icon-star: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23CCAD00"><path d="M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z"/></svg>');
    --icon-checkbox-blank: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23007AF5"><path d="M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z"/></svg>');
    --icon-checkbox: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23007AF5"><path d="M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z"/></svg>');
    --icon-plus-circle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="green"><path d="M17,13H13V17H11V13H7V11H11V7H13V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/></svg>');
    --icon-minus-circle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="red"><path d="M17,13H7V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"/></svg>');
    --icon-chevron-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/></svg>');
    --icon-chevron-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z"/></svg>');
    --window-width: 1366;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
    line-height: 1.5;
    text-size-adjust: none;
    --aside-w: 320px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2858rem;
    background: aliceblue;
    height: 3.3575rem;
    flex: 0 0 3.3575rem;
    border: 1px solid #eaeaea;
    border-width: 1px 0 0 0;
    color: var(--color-link);
    font-weight: 700;
    cursor: pointer;
  }