/** Reset CSS **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a,
a:hover {
    text-decoration: none;
    transition: 0.3s all;
    cursor: pointer;
    color: inherit;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}
body {
    margin: 0;
    padding: 0;
}
ol, ul, li {
    list-style: none;
}
button{
    cursor: pointer;
}

/**====================================
Common 
====================================**/
.font-poppins{
    font-family: "Poppins", sans-serif;
}
.font-roboto{
    font-family: "Roboto", sans-serif;
}
.container{
    padding-left: 30px;
    padding-right: 30px;
}
.bg-white{
    background: #ffffff;
}
.bg-black{
    background: #000000;
}
.grey-bg{
    background: #F6F6F6;
}
.lightgrey-bg{
    background: #FAFAFA;
}
.text-white{
    color: #ffffff;
}
.text-black{
    color: #000000;
}

/**====================================
Header
====================================**/
header{
    position: relative;
}


/**====================================
Side popup 
====================================**/
.ecomm04-sidepopup{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 999;
}
.ecomm04-sidepopup.right{
    right: 0;
    left: auto;
}
.ecomm04-sidepopup.bottom{
    top: auto;
    bottom: 180px;
    transform: none;
}
.ecomm04-sidepopup .ecomm04-sideicon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 5px;
    border: 0;
}
.ecomm04-sidepopup .ecomm04-sideicon img{
    display: block;
    max-width: 80%;
    max-height: 80%;
}
.ecomm04-sidepopup .ecomm04-sideicon.bg-blue{
    background-color: #0E5AA7;
}
.ecomm04-sidepopup .ecomm04-sideicon.bg-green{
    background-color: #26D367;
}

/**====================================
Banner 
====================================**/
.object-cover{
    object-fit: cover;
}
.object-contain{
    object-fit: contain;
}
.object-center{
    object-position: center;
}
.slickslider04 .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.slickslider04 .slick-dots li{
    margin: 0 5px;
}
.slickslider04 .slick-dots button{
    width: 6px;
    height: 6px;
    background: #0E5AA7;
    border-radius: 50%;
    padding: 0;
    border: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}
.slickslider04 .slick-dots li.slick-active button{
    width: 16px;
    border-radius: 20px;
}
.ecomm04-head{
    margin-bottom: 15px;
}
.ecomm04-head h2{
    font-size: 26px;
    font-weight: bold;
    color: #0E5AA7;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ecomm04-head h2+p{
    margin-top: 15px;
}
.ecomm04-head p{
    font-size: 14px;
}
.ecomm04-valink{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #43125F;
    font-weight: 600;
    display: inline-block;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 2px;
}
.ecomm04-valink:hover{
    color: #FFB51A;
    text-decoration: underline;
}
.ecomm-secpadding-04{
    padding: 60px 0;
}
.ecomm-secpaddingsm-04{
    padding: 40px 0;
}
.row-sm{
    margin-left: -5px;
    margin-right: -5px;
}
.px-sm{
    padding-left: 5px;
    padding-right: 5px;
}
.mb-sm{
    margin-bottom: 10px;
}
.ecomm04-slmargin .slick-list{
    margin-left: -15px;
    margin-right: -15px;
}
.ecomm04-slmargin .slick-track{
    display: flex;
}
.ecomm04-slmargin .slick-track > div{
    margin-left: 15px;
    margin-right: 15px;
}
.ecomm04-offsetslider{
    overflow: hidden;
}
.totopscroll{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E5AA7;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    transition: 0.5s all;
    opacity: 0;
    z-index: -1;
}
.totopscroll img{
    display: block;
    max-width: 50%;
    max-height: 50%;
}

/**====================================
Responsive 
====================================**/
@media (min-width: 992px){

}

@media (max-width: 1399px){

}
@media (max-width: 1199px){
    .ecomm04-head h2{
        font-size: 20px;
    }
    .ecomm04-head p{
        font-size: 13px;
    }
}
@media (max-width: 991px){
    .container{
        max-width: 100%;
    }
    .max-lg-none{
        display: none !important;
    }
    .slickpdding04 .slick-list{
        padding-left: 0 !important;
    }
    .ecomm04-sidepopup.bottom{
        bottom: 30px;
    }
}
@media (max-width: 767px){
    .ecomm04-head p{
        font-size: 12px;
    }
    .ecomm04-head p br{
        display: none;
    }
    .ecomm-secpadding-04{
        padding: 40px 0;
    }
    .ecomm-secpaddingsm-04{
        padding: 30px 0;
    }
    .ecomm04-head h2{
        font-size: 16px;
    }
    .totopscroll{
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 30px;
    }
}
@media (max-width: 575px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .slickslider04 .slick-dots{
        margin-top: 20px;
    }
    .ecomm04-valink{
        font-size: 13px;
    }
    .ecomm04-sidepopup .ecomm04-sideicon{
        width: 36px;
        height: 36px;
    }
}



