/* Stylesheet for Custom CSS */
.banner-home{
    background: none;
}
.banner-home video{width: 100%;}
.banner-box{
    position: absolute;left: 50%;top: 100px;
    transform: translate(-50%);
}
.top-right .left ul li{border: none;}
.header-bottom{background: #fff;}
.hdr{display: flex;justify-content: space-between;align-items: center;}
header.header-small{background: #000;}
header.header-small .hdr{padding-top: 0;}
.top-left img,.navbar-brand img{
    width: 130px;
}
footer img{
    width: 130px;
}
.earn-with-us h4{font-size: 24px;font-weight: bold;}
.earn-with-us h2{margin-bottom: 30px;}
.earn-with-us svg{background: #f8b92c;
    border-radius: 50%;
    font-size: 22px;
    padding: 5px;
}


@media(max-width:767px){
    .hdr .top-left{display: none;}
    .header-bottom{background: white;}
    .hdr{padding-top: 0;}
}