 *{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Alata';
}

a{
	text-decoration: none !important;
}
:root {
	--theme-yellow: #ffcc00;
	--theme-blue: #007afe;
}
.btn{
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-width: 1px;
    border-style: solid;
    font-family: Asap;
}
.btn:hover{
    background: transparent !important;
}
.clearfix{
    clear: both;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.redclass
{
	color:#ff0000 !important;
}
/* black screeen */
.black-screen{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 888;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.black-screen.open{
    opacity: 1;
    visibility: visible;
}

/* top bar */
#top-bar{
    background: #212529;
    padding: 6.5px 0;
}
#top-bar .follow h6{
    color: #fff;
    font-family: Asap;
    font-size: 16px;
}
#top-bar a{
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#top-bar a:hover{
    color: #ffcc00;
}
#top-bar p{
    font-family: Asap;
    font-size: 16px;
    color: #fff;
}
#top-bar p span{
    color: #ffcc00;
}
@media (max-width: 767px) {
    #top-bar p{
        font-size: 14px;
    }
    #top-bar a{
        font-size: 14px;
        padding-left: 5px;
    }
    #top-bar p.info{
        margin-top: 5px;
        text-align: center;
    }
    #top-bar .follow h6{
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #top-bar .follow h6{
        font-size: 11px;
    }
    #top-bar p{
        font-size: 11px;
    }
    #top-bar a{
        font-size: 11px !important;
        padding-left: 5px;
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    #top-bar a,
    #top-bar .follow h6,
    #top-bar p{
        font-size: 11px;
    }
}

/* navbar */
.homepage#navbar {
    background: #007bff;
    padding: 19px 0;
    position: sticky;
    z-index: 999;
    top: 0;
    width: 100%;
}
.homepage#navbar .right form input{
    border-radius: 8px;
    border: 1px solid #212529;
    background: transparent;
    height: 42px;
    padding: 0 15px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.homepage#navbar .right form .search-btn{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
}
.homepage#navbar .button .btn{
    /* height: 42px;
    width: 104px; */
    background-color: var(--theme-blue);
    border: 1px solid var(--theme-blue);
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    padding: 10px 20px;
}
.homepage#navbar .right .button .btn:hover{
    color: var(--theme-blue);
}
@media (max-width: 767px) {
    .homepage#navbar .button-desktop{
        display: none;
    }
    .homepage#navbar .right form{
        width: 100%;
        margin-top: 20px;
    }
    .homepage#navbar .right .form-group{
        width: 100%;
    }
    .homepage#navbar .info {
        text-align: center;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .homepage#navbar .button .btn {
        font-size: 10px;
        padding: 8px;
    }
    .homepage#navbar .info {
        font-size: 11px !important;
    }
}


/* header */
.homepage#header .main{
    background: url('../images/header-bg.png');
    background-size: cover;
    border-radius: 8px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 95px;
    padding-right: 95px;
}
.homepage#header .main .content{
    color: #fff;
}
.homepage#header .main .content h6{
    font-family: Asap;
    font-size: 30px;
    font-weight: 500;
}
.homepage#header .main .content h3{
    font-size: 58px;
    margin-top: 10px;
}
.homepage#header .main .content p{
    font-family: Asap;
    font-size: 18px;
    margin-top: 10px;
}
.homepage#header .main .content .btn{
    height: 42px;
    width: 104px;
    background-color: var(--theme-yellow);
    border-color: var(--theme-yellow);
    color: #000;
    margin-top: 25px;
}
.homepage#header .main .content .btn:hover{
    color: var(--theme-yellow);
}
@media (max-width: 767px) {
    .homepage#header .main{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
    .homepage#header .main img{
        margin-bottom: -20px;
        margin-top: 10px;
    }
    .homepage#header .main .content{
        text-align: center;
    }
    .homepage#header .main .content h6{
        font-size: 20px;
    }
    .homepage#header .main .content h3{
        font-size: 42px;
    }
    .homepage#header .main .content p{
        font-size: 16px;
    }
    .homepage#header .main .content .btn{
        margin-top: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homepage#header .main{
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .homepage#header .main .content h6{
        font-size: 22px;
    }
    .homepage#header .main .content h3{
        font-size: 38px;
    }
    .homepage#header .main .content p{
        font-size: 13px;
    }
    .homepage#header .main .content .btn{
        margin-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .homepage#header .main{
        padding-left: 40px;
        padding-right: 40px;
    }
}


/* favorite stores */
.homepage#favorite-stores{
    margin-top: 40px;
    background: #fafbfc;
    padding: 50px 0;
}
.homepage#favorite-stores .content{
    padding-left: 5px;
}
.homepage#favorite-stores .content h2{
    font-size: 38px;
    line-height: 48px;
    color: #212529;
}
.homepage#favorite-stores .content h2 span{
    color: #007afe;
}
.homepage#favorite-stores .content p{
    margin-top: 27px;
    color: #383B3F;
    opacity: 0.6;
    font-weight: 500;
    font-size: 18px;
    font-family: Asap;
}
@media (max-width: 767px) {
    .homepage#favorite-stores{
        padding: 25px 0;
    }
    .homepage#favorite-stores .content {
        margin-top: 30px;
    }
    .homepage#favorite-stores .content h2{
        font-size: 30px;
        line-height: 40px;        
    }
    .homepage#favorite-stores .content p br{
        display: none;
    }
    .homepage#favorite-stores .content p{
        margin-top: 15px;   
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homepage#favorite-stores{
        padding: 30px 0;
    }
    .homepage#favorite-stores .content h2{
        font-size: 20px;
        line-height: 30px;
    }
    .homepage#favorite-stores .content p{
        margin-top: 20px;
        font-size: 13px;
    }
    .homepage#favorite-stores .content p br{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .homepage#favorite-stores .content h2{
        font-size: 30px;
        line-height: 36px;
    }
    .homepage#favorite-stores .content p{
        margin-top: 15px;
        font-size: 15px;
    }
    .homepage#favorite-stores .content p br{
        display: none;
    }
}

/* how it work */
.homepage#work{
    margin-top: 100px;
}
.homepage#work .heading{
    font-family: Alata;
    font-size: 38px;
}
.homepage#work .heading span{
    color: var(--theme-blue);
}
.homepage#work .body{
    margin-top: 60px;
}
.homepage#work .body .item{
    background: #FAFBFC;
    border-radius: 8px;
    padding: 55px 40px;
}
.homepage#work .body .item h5{
    font-size: 24px;
    margin-top: 40px;
    color: #212529;
}
.homepage#work .body .item p{
    color: #383b3f;
    font-weight: 500;
    font-family: "Asap";
    font-size: 18px;
    margin-top: 20px;
    opacity: 0.6;
}
@media (max-width: 767px) {
    .homepage#work{
        margin-top: 50px;
    }
    .homepage#work .heading{
        font-size: 30px;
    }
    .homepage#work .body{
        margin-top: 10px;
    }
    .homepage#work .body .item{
        margin-top: 20px;
        padding: 45px 20px;
    }
    .homepage#work .body .item h5{
        font-size: 20px;
    }
    .homepage#work .body .item p{
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homepage#work{
        margin-top: 60px;
    }
    .homepage#work .heading{
        font-size: 32px;
    }
    .homepage#work .body{
        margin-top: 10px;
    }
    .homepage#work .body .item{
        margin-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .homepage#work .body .item{
        padding: 40px 30px;
    }
    .homepage#work .body .item h5{
        font-size: 21px;
    }
    .homepage#work .body .item p{
        font-size: 14px;
    }
}

/* stats */
.homepage#stats{
    margin-top: 100px;
    padding: 100px 0;
    background-color: #E4F1FF;
}
.homepage#stats .item{
    background-color: #FFFFFF;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 26px #00000014;
            box-shadow: 0px 3px 26px #00000014;
    margin-top: 50px;
    padding: 33px 150px 33px 40px;
}
.homepage#stats .item:first-child{
    margin-top: 0;
}
.homepage#stats .container{
    padding: 0 150px;
}
.homepage#stats .item .content h4{
    color: #212529;
    font-family: Alata;
    font-size: 24px;
}
.homepage#stats .item .content p{
    margin-top: 25px;
    color: #383B3F;
    opacity: 0.6;
    font-size: 18px;
    padding-right: 100px;
}
@media (max-width: 767px) {
    .homepage#stats .container{
        padding: 0 20px;
    }
    .homepage#stats{
        margin-top: 50px;
        padding: 70px 0;
    }
    .homepage#stats .item .content p{
        padding: 0;
        font-size: 14px;
        margin-top: 15px;
    }
    .homepage#stats .item{
        padding: 20px 30px;
    }
    .homepage#stats .item .content h4{
        margin-top: 10px;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homepage#stats .container{
        padding: 0 50px;
    }
    .homepage#stats .item{
        padding: 25px 50px 25px 20px;
        margin-top: 25px;
    }
    .homepage#stats .item .content h4{
        font-size: 18px;
    }
    .homepage#stats .item .content p{
        margin-top: 15px;
        font-size: 14px;
        padding: 0;
    }
    .homepage#stats{
        margin-top: 70px;
        padding: 70px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .homepage#stats .container{
        padding: 0 30px;
    }
    .homepage#stats .item .content p{
        padding-right: 20px;
    }
}


/* testinomials */
.homepage#testinomials{
    margin-top: 100px;
}
.homepage#testinomials .heading{
    font-size: 38px;
    color: #212529;
}
.homepage#testinomials .heading span{
    color: var(--theme-blue);
}
.homepage#testinomials .body{
    margin-top: 130px;
}
.homepage#testinomials .body .item{
    background: #FAFBFC;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 40px;
}
.homepage#testinomials .body .item .img{
    margin-top: -70px;
}
.homepage#testinomials .body .item h4{
    margin-top: 20px;
    color: #212529;
    font-size: 22px;
}
.homepage#testinomials .body .item p{
    margin-top: 20px;
    color: #383B3F;
    font-family: Asap;
    font-size: 16px;
}
@media (min-width: 767px) and (max-width: 991px) {
    .homepage#testinomials{
        margin-top: 60px;
    }
    .homepage#testinomials .heading{
        font-size: 30px;
    }
    .homepage#testinomials .body .item{
        padding-left: 30px;
        padding-right: 30px;
    }
    .homepage#testinomials .body .item p{
        font-size: 13px;
    }
    .homepage#testinomials .body .item h4{
        font-size: 18px;
    }
    .homepage#testinomials .body .col-lg-4:last-child{
        padding-top: 100px !important;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .homepage#testinomials .body .item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .homepage#testinomials .body .item p{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .homepage#testinomials{
        margin-top: 50px;
    }
    .homepage#testinomials .heading{
        font-size: 28px;
    }
    .homepage#testinomials .body{
        margin-top: 30px;
    }
    .homepage#testinomials .body .item{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 100px;
    }
    .homepage#testinomials .body .item p{
        font-size: 14px;
    }
    .homepage#testinomials .body .item h4{
        font-size: 18px;
    }
}


/* join */
.homepage#join{
    margin-top: 100px;
    background: url('../images/header-bg.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.homepage#join h2{
    color: #fff;
    font-size: 38px;
}
.homepage#join h2 span{
    color: var(--theme-yellow);
}
.homepage#join .btn{
    color: #000;
    border-color: var(--theme-yellow);
    background: var(--theme-yellow);
    margin-top: 30px;
}
.homepage#join .btn:hover{
    color: var(--theme-yellow);
}
@media (max-width: 767px) {
    .homepage#join h2{
        font-size: 28px;
        margin-top: 30px;
        line-height: 40px;
    }
    .homepage#join h2 br{
        display: none;
    }
    .homepage#join .btn{
        margin-top: 15px;
    }
    .homepage#join{
        margin-top: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homepage#join{
        margin-top: 70px;
    }
    .homepage#join h2{
        font-size: 30px;
        line-height: 40px;
    }
}


/* footer */
#footer{
    margin-top: 100px;
    margin-bottom: 80px;
}
#footer .main{
    background-color: #FAFBFC;
    padding: 30px 85px 40px 85px;
    border-radius: 8px;
}
#footer .main .left .follow{
    margin-top: 35px;
    opacity: 0.6;
}
#footer .main .left .follow h6{
    color: #212529;
    font-family: Asap;
    font-size: 16px;
}
#footer .main .left .follow a{
    padding-left: 5px;
    color: #212529;
    font-size: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#footer .main .left .follow a:hover{
    color: var(--theme-blue);
}
#footer .main .right h4{
    font-size: 24px;
}
#footer .main .right h4 span{
    color: var(--theme-blue);
}
#footer .main .right form{
    margin-top: 25px;
}
#footer .main .right form input{
    border-radius: 8px;
    border: 1px solid #212529;
    background: transparent;
    height: 42px;
    padding: 0 20px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
#footer .main .right form input::-webkit-input-placeholder{
    color: #212529;
    font-size: 14px;
    opacity: 0.6;
}
#footer .main .right form input::-moz-placeholder{
    color: #212529;
    font-size: 14px;
    opacity: 0.6;
}
#footer .main .right form input:-ms-input-placeholder{
    color: #212529;
    font-size: 14px;
    opacity: 0.6;
}
#footer .main .right form input::-ms-input-placeholder{
    color: #212529;
    font-size: 14px;
    opacity: 0.6;
}
#footer .main .right form input::placeholder{
    color: #212529;
    font-size: 14px;
    opacity: 0.6;
}
#footer .main .right form button{
    background-color: var(--theme-blue);
    border-color: var(--theme-blue);
    color: #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 42px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#footer .main .right form button:hover{
    color: #fff;
    background-color: var(--theme-blue) !important;
}
@media (max-width: 375px){
    #footer .main .right form button{
        position: relative;
        transform: unset;
        margin-top: 20px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    #footer{
        margin-top: 60px;
    }
    #footer .main{
        padding: 55px 20px 80px 20px;
    }
    #footer .main .left .follow{
        margin-top: 10px;
    }
    #footer .main .right h4{
        margin-top: 20px;
        font-size: 20px;
    }
    #footer .main .right form{
        margin-top: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #footer .main{
        padding: 55px 65px 90px 65px;
    }
    #footer .main .left .follow{
        margin-top: 15px;
    }
    #footer .main .right h4{
        font-size: 22px;
    }
}

/* copyright */
#copyright{
    background: #000;
    text-align: center;
    padding: 60px 0;
}
#copyright p{
    opacity: 0.6;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Asap;
    margin-top: 25px;
}
@media (max-width: 767px) {
    /* #copyright{
        padding: 15px 0;
    } */
    #copyright p{
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* #copyright{
        padding: 15px 0;
    } */
    #copyright p{
        font-size: 14px;
    }
}



/* sticky-navbar */
.sticky-navbar{
    position: fixed;
    width: 100%;
    top: -100%;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 11px rgb(21 101 154 / 26%);
            box-shadow: 0px 0px 11px rgb(21 101 154 / 26%);
}
.sticky-navbar.navbar-fixed{
    top: 0;
}




/* Post Login Page */
.post-login#navbar{
    background: #007bff;
    padding: 20px 0;
    position: sticky;
    z-index: 999;
    top: 0;
    width: 100%;
}
.post-login#navbar .nav-menu{
    list-style: none;
}
.post-login#navbar .nav-menu li.categories-text{
    padding: 15px 0;
}
.post-login#navbar .nav-menu li{
    margin-left: 30px;
    /*position: relative;*/
}
.post-login#navbar .nav-menu li a{
    color: #fff;
    opacity: 1;
    font-family: Asap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
}
.post-login#navbar .nav-menu li:hover .dropdown{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.post-login#navbar .nav-menu li .dropdown li:hover{
    background-color: #FAFBFC;
}
.post-login#navbar .nav-menu li a img{
    margin-left: 7px;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-login#navbar .nav-menu li:hover a img{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.post-login#navbar .profile .profile-inner{
    cursor: pointer;
}
.post-login#navbar .profile .icon{
    background: var(--theme-blue);
    height: 40px;
    width: 40px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 22px;
}
.post-login#navbar .profile .name{
    margin-left: 15px;
    color: #fff;
    font-family: Asap;
    font-size: 16px;
    opacity: 1;
}
.post-login#navbar .profile .name img{
    margin-left: 10px;
    margin-top: -2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-login#navbar .profile .profile-btn.dropdown-change .name img{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.post-login#navbar .dropdown{
    background: #fff;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    width: 200px;
    z-index: 99;
    top: 22px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-login#navbar .dropdown.active{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.post-login#navbar .dropdown li{
    margin-left: 0;
    text-align: left;
    padding: 10px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-login#navbar .dropdown li:hover:before{
    opacity: 1;
}
.post-login#navbar .dropdown li:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background: var(--theme-blue);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-login#navbar .dropdown li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	color:#212529;
}
.post-login#navbar .dropdown li a:hover{
    color: var(--theme-blue);
}
.post-login#navbar .profile .profile-dropdown{
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    z-index: 99;
    width: 250px;
    padding: 20px;
    position: absolute;
    top: 50px;
    right: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-login#navbar .profile .profile-dropdown.active{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.post-login#navbar .profile .profile-dropdown .user-info{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-login#navbar .profile .profile-dropdown .user-info .profile-pic{
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background: #000;
}
.post-login#navbar .profile .profile-dropdown .user-info h3{
    font-family: Asap;
    font-size: 22px;
    margin-left: 10px;
}
.post-login#navbar .profile .profile-dropdown ul{
    padding-top: 10px;
}
.post-login#navbar .profile .profile-dropdown ul li{
    padding: 6px 0;
    position: relative;
}
.post-login#navbar .profile .profile-dropdown ul li a{
    color: #212529;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}
.post-login#navbar .profile .profile-dropdown ul li a:hover{
    color: var(--theme-blue);
    opacity: 1;
}
.post-login#navbar .profile .profile-dropdown ul li a i{
    margin-right: 10px;
}

@media (max-width: 991px) {
    .post-login#navbar .nav-menu{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #fff;
        position: fixed;
        height: 100%;
        width: 75%;
        z-index: 9999;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
                box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
        padding: 30px;
        overflow-y: auto;
        z-index: 9999;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .post-login#navbar .nav-menu.open{
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .post-login#navbar .nav-menu .logo{
        margin-bottom: 20px;
    }
    .post-login#navbar .nav-menu li{
        margin-left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 8px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .post-login#navbar .nav-menu li a{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
				color:#212529;
    }
    .post-login#navbar .dropdown{
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
                box-shadow: none;
        top: 0;
        margin-top: 10px;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        padding-left: 20px;
        -webkit-transition: initial;
        -o-transition: initial;
        transition: initial;
    }
    .post-login#navbar .nav-menu li a.dropdown-change img{
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .post-login#navbar .profile .name{
        display: none;
    }
    .post-login#navbar .bar{
        margin-right: 10px;
        font-size: 20px;
    }
    /* .post-login#navbar .profile .profile-dropdown{
        left: -225px;
    } */
    .post-login#navbar .profile .profile-dropdown.active{
        top: 55px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .post-login#navbar .nav-menu li a{
        font-size: 12px;
    }
    .post-login#navbar .profile .name{
        font-size: 13px;
    }
}


/* secondary navbar */
/* .post-login#secondary-navbar{
    background: #FAFBFC;
    padding: 12px 0;
} */
.post-login#secondary-navbar .item{
    color: #212529;
    opacity: 0.6;
}
.post-login#secondary-navbar .item i{
    font-size: 23px;
}
.post-login#secondary-navbar .item h4{
    font-family: Asap;
    font-size: 15px;
    margin-top: 6px;
}
.post-login#secondary-navbar form input{
    border-radius: 8px;
    border: 1px solid #383B3F;
    background: transparent;
    height: 42px;
    padding: 0 20px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.post-login#secondary-navbar form input::-webkit-input-placeholder{
    color: #212529;
    font-family: Asap;
    font-size: 16px;
    opacity: 0.6;
}
.post-login#secondary-navbar form input::-moz-placeholder{
    color: #212529;
    font-family: Asap;
    font-size: 16px;
    opacity: 0.6;
}
.post-login#secondary-navbar form input:-ms-input-placeholder{
    color: #212529;
    font-family: Asap;
    font-size: 16px;
    opacity: 0.6;
}
.post-login#secondary-navbar form input::-ms-input-placeholder{
    color: #212529;
    font-family: Asap;
    font-size: 16px;
    opacity: 0.6;
}
.post-login#secondary-navbar form input::placeholder{
    color: #212529;
    font-family: Asap;
    font-size: 16px;
    opacity: 0.6;
}
.post-login#secondary-navbar form i{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px) {
    .post-login#secondary-navbar .item h4{
        font-size: 8px;
        margin-top: 0;
    }
    .post-login#secondary-navbar form{
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post-login#secondary-navbar .item h4{
        font-size: 9px;
        margin-top: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .post-login#secondary-navbar .item h4{
        font-size: 13px;
    }
}


/* header */
.post-login#header{
    margin-top: 30px;
    overflow-x: hidden;
}
.post-login#header .main{
    border-radius: 8px;
    /* height: 305px; */
    position: relative;
}
.post-login#header .main:before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 100%;
    z-index: 99;
    background: linear-gradient(270deg, #ffffff 0%, #ffffff00 93.82%);
}
.post-login#header .main .item{
    height: 350px !important;
    position: relative;
}
.post-login#header .main .slick-initialized .slick-slide{
    margin-right: 40px;
}
.post-login#header .main .item img{
    position: absolute;
    height: 100%;
    width: 100%;
}
.post-login#header .main .item:nth-child(1) .btn{
    background-color: var(--theme-yellow);
    border-color: var(--theme-yellow);
    font-weight: 500;
    font-family: Asap;
    width: 255px;
    font-size: 14px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 40px;
    right: 220px;
}
.post-login#header .main .item:nth-child(1) .btn:hover{
    color: var(--theme-yellow);
}
.arrow{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}
.arrow.prv-arrow{
    left: -11px;
    background-color: #000;
}
.arrow.nxt-arrow{
    right: -11px;
    background: var(--theme-blue);
}
@media (max-width: 767px) {
    .post-login#header .main .item .btn{
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .arrow.nxt-arrow{
        right: -12px;
    }
    .arrow.prv-arrow{
        left: -12px;
    }
    .slick-initialized .slick-slide{
        margin-right: 0;
    }
    .post-login#header .main:before{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post-login#header .main .item:nth-child(1) .btn{
        right: 100px;
    }
}

/* offers */
.post-login#offers{
    margin-top: 30px;
}
.post-login#offers h2.heading{
    font-size: 24px;
    color: #212529;
    margin-bottom: 20px;
}
.post-login#offers .responsive{
    margin: 0 -15px;
}
.post-login#offers .item-inner{
    background-color: #E4F1FF;
    border-radius: 8px;
    margin: 0 15px;
}
.post-login#offers .item-inner .info h5{
    margin-top: 7px;
    font-family: Asap;
    font-size: 16px;
    color: #383B3F;
}
.post-login#offers .item-inner .info a{
    margin-top: 5px;
    font-family: Asap;
    color: #007AFE;
    font-weight: 600;
    font-size: 15px;
}
.arrow2{
    height: 32px;
    width: 32px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}
.arrow2.prv-arrow2{
    left: -7px;
    background-color: #000;
}
.arrow2.nxt-arrow2{
    right: -7px;
    background: var(--theme-blue);
}
.slick-slide img{
    max-width: 100%;
}
@media (max-width: 767px) {
    .post-login#offers .item-inner .info h5{
        font-size: 14px;
    }
    .post-login#offers .item-inner .info a{
        font-size: 14px;
    }
    .post-login#offers h2.heading{
        font-size: 18px;
    }
    .post-login#offers .float-right a{
        font-size: 12px;
    }
    .post-login#offers .item-inner{
        margin: 0 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post-login#offers .item-inner .info h5{
        font-size: 13px;
    }
    .post-login#offers .item-inner .info a{
        font-size: 12px;
    }
    .post-login#offers h2.heading{
        font-size: 20px !important;
    }
    .post-login#offers .float-right a{
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1349px) {
    .post-login#offers .item-inner .info h5{
        font-size: 12px;
    }
    .post-login#offers .item-inner .info a{
        font-size: 12px;
        margin-top: 0px;
    }
}


/* stores */
#storeModal #stores .body{
    height: 500px; 
    overflow-y: scroll;
}
#storeModal #stores #store_all_rows{
    /* height: 450px;
    overflow: auto; */
    width: 100%; 
    height:100%; 
    overflow: initial; 
    margin:0;
}
.post-login#stores{
    margin-top: 40px;
}
.post-login#stores .heading{
    font-size: 24px;
    color: #212529;
    margin-bottom: -10px;
}
.post-login#stores .body .item{
    margin-top: 40px;
}
.post-login#stores .body .item a{
    width: 100%;
}
.top-stores .item.buy_token .img:after {
    content: '';
    background: url('https://buying.com/coupon_html/images/buy-coin.png');
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    right: -12px;
    top: -12px;
}
.post-login#stores .body .item .img{
    background: #fff;
    position: relative;
    width: 100%;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    height: 96px;
    padding: 5px 10px;
}
.post-login#stores .body .item img{
    /*width: 100%;*/
    max-width: 100%;
    object-fit: contain;
}
.post-login#stores .body .item .dis{
    margin-top: 10px;
}
.post-login#stores .body .item .dis span{
    color: #212529;
    font-family: Asap;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .post-login#stores .heading{
        font-size: 18px;
    }
    .post-login#stores .body .item{
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .post-login#stores .heading{
        margin-bottom: 0;
    }
    .post-login#stores .body .item .dis span{
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post-login#stores .heading{
        font-size: 20px;
        margin-bottom: 0;
    }
    .post-login#stores .body .item{
        margin-top: 30px;
    }
    .post-login#stores .body .item .dis span{
        font-size: 12px;
    }
    .post-login#stores{
        margin-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .post-login#stores .body .item img{
        max-width: 100%;
    }
    .post-login#stores .body .item .dis span{
        font-size: 12px;
    }
}

/* earn cashback */
.post-login#cashback{
    padding: 60px 0;
    background: #E4F1FF;
    margin-top: 70px;
}
.post-login#cashback h2.heading{
    margin-bottom: 30px;
    font-size: 24px;
    color: #212529;
}
@media (max-width: 767px) {
    .post-login#cashback{
        padding: 30px 0;
        margin-top: 50px;
    }
    .post-login#cashback h2.heading{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .post-login#cashback .item{
        margin-top: 20px;
    }
    .post-login#cashback .col-lg-6:last-child .item:last-child{
        margin-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post-login#cashback h2.heading{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .post-login#cashback{
        padding: 30px 0;
    }
}

/* deals */
.post-login#deals{
    margin-top: 70px;
}
.post-login#deals .heading{
    margin-bottom: 30px;
    font-size: 24px;
    color: #212529;
}
.post-login#deals .body .multiple-items,
.post-login#deals .body .one-time{
    margin: 0 -15px;
}
.post-login#deals .body .item .item-inner{
    margin: 0 15px;
}
.post-login#deals .body .item img.main-img{
    width: 100%;
    border-radius: 8px;
}
.post-login#deals .body .item .info{
    /*background-color: #E4F1FF;*/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -10px;
    padding: 30px 20px 15px 0px;
}
.post-login#deals .body .item .info .dis span{
    
    font-family: Asap;
    color: #212529;
    font-weight: 600;
    font-size: 14px;
}
.post-login#deals .body .item .info .dis h6{
    
    color: #212529;
    font-family: Asap;
    font-size: 14px;
    opacity: 1;
}
.post-login#deals .body .item .info h4{
    margin-top: 10px;
    color: #212529;
    font-family: Asap;
    font-size: 18px;
    font-weight: 500;
}
.post-login#deals .body .item .info .btn{
    margin-top: 10px;
    border-color: var(--theme-yellow);
    border-radius: 50px;
    width: 100px;
    height: 30px;
    font-size: 12px;
    background: var(--theme-yellow);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.arrow3{
    height: 32px;
    width: 32px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}
.arrow3.prv-arrow3{
    left: -11px;
    background-color: #000;
}
.arrow3.nxt-arrow3{
    right: -11px;
    background: var(--theme-blue);
}
@media (max-width: 767px) {
    .post-login#deals{
        margin-top: 40px;
    }
    .post-login#deals .heading{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .post-login#deals .body .item .info h4{
        font-size: 16px;
    }
    .post-login#deals .body .item .info .dis span{
        font-size: 12px;
    }
    .post-login#deals .body .item .info .dis h6{
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post-login#deals .heading{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .post-login#deals{
        margin-top: 50px;
    }
    .post-login#deals .body .item .info h4{
        font-size: 16px;
    }
    .post-login#deals .body .item .info .dis span,
    .post-login#deals .body .item .info .dis h6{
        font-size: 13px;
    }
}


/* explore */
.post-login#explore{
    margin-top: 70px;
}
.post-login#explore .heading{
    margin-bottom: 22px;
    font-size: 24px;
    color: #212529;
}
.post-login#explore .nav{
    border: none;
}
.post-login#explore .nav li button{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #212529;
    opacity: 0.6;
    font-family: Asap;
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    padding: 0;
}
.post-login#explore .nav li button:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background-color: var(--theme-blue);
    bottom: -7px;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-login#explore .nav li button i{
    font-size: 25px;
    margin-bottom: 12px;
}
.post-login#explore .nav li button:hover,
.post-login#explore .nav li button.active{
    color: var(--theme-blue);
    opacity: 1;
}
.post-login#explore .nav li button.active:before{
    width: 100%;
}
.post-login#explore .tab-content{
    margin-top: 10px;
}
.post-login#explore .tab-content .col-lg-6 {
    margin-top: 20px;
}
.post-login#explore .tab-content .feed_item, .post-login#explore .tab-content .feed_item .row {
    height: 100%;
    align-items: center;
}
.post-login#explore .tab-content .feed_item .feed_button a {
    /* max-width: 170px; */
    font-size: 13px;
    /* height: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px #0a164626;
    border-radius: 50px;
    color: var(--theme-blue);
    border: none;
    transition: ease-in-out 0.3s;
}
.post-login#explore .tab-content .feed_item .feed_button a:hover {
    background: #007afe !important;
    color: #fff !IMPORTANT;
}
.post-login#explore .tab-content .item{
    background-color: #E4F1FF;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}
.post-login#explore .tab-content .item .info h4{
    color: #212529;
    font-family: Asap;
    font-size: 18px;
    margin-top: 5px;
}
.post-login#explore .tab-content .item .info .dis span{
    margin-left: 5px;
    font-family: Asap;
    color: #212529;
    font-weight: 600;
    font-size: 14px;
}
.post-login#explore .tab-content .item .info .dis h6{
    margin-left: 7px;
    color: #212529;
    font-family: Asap;
    font-size: 14px;
    opacity: 0.4;
}
.post-login#explore .tab-content .item .btn{
    margin-top: 11px;
    border-color: var(--theme-yellow);
    border-radius: 50px;
    width: 90px;
    height: 25px;
    font-size: 12px;
    background: var(--theme-yellow);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Asap;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.view-all-btn{
    margin-top: 50px;
    color: var(--theme-blue);
    font-family: Asap;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.post-login#explore .tab-content .item img{
    max-width: 100%;
}
@media (max-width: 767px) {
    .post-login#explore .heading{
        font-size: 18px;
        margin-bottom: 11px;
    }
    .post-login#explore{
        margin-top: 50px;
    }
    .post-login#explore .nav li{
        margin: 8px 10px;
    }
    .post-login#explore .nav li button{
        font-size: 9px;
    }
    .post-login#explore .nav li button i{
        font-size: 20px;
        margin-bottom: 6px;
    }
    .post-login#explore .tab-content .item .info h4{
        font-size: 13px;
    }
    .post-login#explore .tab-content .item .info .dis span,
    .post-login#explore .tab-content .item .info .dis h6{
        font-size: 11px;
    }
    .post-login#explore .tab-content .item img{
        max-width: 100%;
    }
    .post-login#explore .tab-content .feed_item .feed_button a.btn{
        font-size: 10px;
        width: 100%;
        margin-top: 10px;
        /* height: 30px; */
        width: 115px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post-login#explore .heading{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .post-login#explore{
        margin-top: 50px;
    }
    .post-login#explore .nav li button i{
        font-size: 21px;
        margin-bottom: 8px;
    }
    .post-login#explore .nav li button{
        font-size: 11px;
    }
    .post-login#explore .tab-content .item .info h4{
        font-size: 15px;
    }
    .post-login#explore .tab-content .item .info .dis span,
    .post-login#explore .tab-content .item .info .dis h6{
        font-size: 12px;
    }
    .post-login#explore .tab-content .feed_item .feed_button a.btn{
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .post-login#explore .tab-content .feed_item .feed_button a.btn{
        font-size: 10px;
        /* height: 30px; */
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .post-login#explore .tab-content .item .info .dis span,
    .post-login#explore .tab-content .item .info .dis h6{
        font-size: 11px;
    }
    .post-login#explore .tab-content .item .info .dis img{
        max-width: 12px;
    }
    .post-login#explore .tab-content .item .info h4{
        font-size: 14px;
    }
    .post-login#explore .tab-content .item .btn{
        margin-top: 9px;
    }
    .post-login#explore .nav li button{
        font-size: 13px;
    }
    .post-login#explore .nav li button i{
        margin-bottom: 7px;
    }
}
@media (min-width: 1025px) and (max-width: 1399px) {
    .post-login#explore .tab-content .feed_item .feed_button a.btn{
        font-size: 12px;
        /* height: 100%; */
        width: 100%;
        /* max-height: 55px; */
        /* padding: 0 10px; */
        font-weight: 500;
    }   
    
}
@media (min-width: 1400px) and (max-width: 1470px) {
    .post-login#explore .tab-content .feed_item .feed_button a.btn{
        font-size: 12px;
        width: 100%;
    }
}

/* sign in popup */
body.overflow{
    overflow: hidden;
}
#sign-in-parent,
#sign-in-parent-2,
#sign-in-parent-3{
    overflow-y: auto;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 100%;
    z-index: 9999;
    transition: 0.5s;
}
#sign-in-parent.active,
#sign-in-parent-2.active,
#sign-in-parent-3.active{
    opacity: 1;
    visibility: visible;
}
#sign-in{
    z-index: 9999;
    background: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    max-width: 500px;
    min-height: 450px;
    /* height: 100%; */
    width: 100%;
    /* opacity: 0;
    visibility: hidden; */
    transition: 0.3s;
    overflow: auto;
    margin-top: 20px;
}
#sign-in::-webkit-scrollbar {
    width: 0px;
}
#sign-in.active{
    opacity: 1;
    visibility: visible;
    overflow: auto;
    min-height: 595px;
}
#sign-in h2{
    font-family: Asap;
    font-size: 38px;
    color: var(--theme-blue);
    font-weight: 600;
    margin-bottom: 20px;
}
#sign-in form .form-group{
    margin-top: 15px;
}
#sign-in form .form-group input{
    height: 48px;
    border: 1px solid #737373;
    box-shadow: none;
    padding: 0 15px;
}
#sign-in form .form-group input::placeholder{
    font-family: Asap;
}
#sign-in form .form-group input:focus{
    border-color: var(--theme-blue);
}
#sign-in form .form-group button{
    border-color: var(--theme-blue);
    background: var(--theme-blue);
    color: #fff;
    width: 100%;
    height: 48px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgb(10 22 70 / 15%);
    font-family: Asap;
    font-weight: 600;
}
#sign-in form .form-group button:hover{
    color: var(--theme-blue);
}
#sign-in form .form-group .recaptcha img{
    width: 300px;
}
#sign-in form .or{
    color: #737373;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    position: relative;
}
#sign-in form .or:before,
#sign-in form .or:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 45%;
    top: 50%;
    margin-top: 3px;
    transform: translateY(-50%);
    background: #737373;
}
#sign-in form .or:before{
    left: 0;
}
#sign-in form .or:after{
    right: 0;
}
#sign-in .login-option{
    margin-top: 20px;
}
#sign-in .login-option a{
    margin-top: 20px;
}
#sign-in .login-option a{
    font-weight: 600;
    font-family: Asap;
    height: 40px;
    border-radius: 24px;
    font-size: 16px;
    box-shadow: 0px 4px 8px rgb(10 22 70 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#sign-in .login-option a img{
    max-width: 20px;
    margin-right: 15px;
}
#sign-in .login-option a.google{
    color: #252525;
    background: #fff;
}
#sign-in .login-option a.facebook{
    background: #1877F2;
    color: #fff;
}
#sign-in .login-option a.apple{
    background: #000;
    color: #fff;
}
#sign-in .login-option a i{
    margin-right: 15px;
}
#sign-in .forget-password{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: var(--theme-blue);
    font-size: 16px;
}
#sign-in .not-member{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #212529;
}
#sign-in .not-member a{
    margin-left: 5px;
}
#sign-in .close{
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
    font-size: 18px;
    color: #212529;
}
#sign-in .warring{
    font-size: 12px;
    color: #737373;
    margin-top: 20px;
}
#sign-in .warring span{
    display: flex;
    align-items: center;
    justify-content: center;
}
#sign-in .warring i{
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}
@media (max-width: 767px) {
    #sign-in{
        padding: 20px 20px;
       
    }
    #sign-in h2{
        font-size: 30px;
        margin-bottom: 10px;
    }
    #sign-in form .form-group .recaptcha img{
        width: 200px;
    }
    #sign-in .login-option a{
        margin-top: 15px;
    }
    #sign-in .forget-password,
    #sign-in .not-member{
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #sign-in form .form-group .recaptcha img{
        width: 200px;
    }
}


@media (min-width: 1200px) {
    .post-login#header .main .slick-initialized .slick-slide{
        width: 1280px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post-login#header .main .slick-initialized .slick-slide{
        width: 620px !important;
    }
    .post-login#header .main .slick-initialized .slick-slide{
        margin-right: 10px;
    }
}
/* @media (min-width: 1400px) {
    #post-login-body .container{
        max-width: 1630px !important;
    }
} */


/*account page*/
/* @media (min-width: 1400px) {
    #account-page .container{
        max-width: 1300px;
    }    
} */
#account-page #navbar .nav-menu .profile-menu{
    display: none;
}
@media (max-width: 767px)  {
    #account-page #navbar .nav-menu .profile-menu{
        margin-top: 20px;
        display: block;
    }
    #account-page #navbar .nav-menu .profile-menu li{
        border: none;
    }
}
#account-page #main{
    margin-top: 20px;
}
#account-page #main .left-menu{
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    border: 1px solid #ffffff3b;
}
#account-page #main .left-menu .top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}
#account-page #main .left-menu .top h6{
    font-size: 14px;
    line-height: 18px;
    color: #575757;
    margin-bottom: 5px;
}
#account-page #main .left-menu .top h3{
    font-weight: 600;
    font-style: normal;
    color: #252525;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: Asap;
}
#account-page #main .left-menu .top a{
    color: #007aff;
    font-size: 16px;
}
#account-page #main .left-menu .top a i{
    color: #737373;
    margin-right: 5px;
    margin-top: 2.5px;
}
#account-page #main .left-menu .middle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}
#account-page #main .left-menu .middle:last-child {
    border-bottom: 0;
}
#account-page #main .left-menu .middle h5{
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
    color: #575757;
}
#account-page #main .left-menu .middle .btn{
    margin-top: 15px;
    width: 200px;
    font-family: Asap;
    color: #007aff;
    box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}
#account-page #main .left-menu .bottom ul{
    list-style: none;
    padding-top: 15px;
}
#account-page #main .left-menu .bottom ul li{
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
#account-page #main .left-menu .bottom ul li.active{
    border-left: 5px solid #575757;
}
#account-page #main .left-menu .bottom ul li.active a{
    font-weight: 600;
    font-size: 16px;
}
#account-page #main .left-menu .bottom ul li:last-child a{
    border-bottom: 0;
}
#account-page #main .left-menu .bottom ul li a{
    color: #252525;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}



#account-page #main .right .welcome{
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    padding: 40px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #ffffff3b;
}
#account-page #main .right .welcome h4{
    font-family: Asap;
    font-weight: 600;
    font-size: 24px;
    color: #252525;
}
#account-page #main .right .welcome .close{
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    color: #007aff;
    font-weight: 600;
    font-size: 23px;
}
#account-page #main .right .welcome p{
    margin-top: 15px;
    max-width: 580px;
    font-size: 14px;
    color: #252525;
}
#account-page #main .right .welcome h6{
    margin-top: 15px;
}
#account-page #main .right .welcome h6 a{
    font-size: 16px;
    font-weight: 600;
    font-family: Asap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #007aff;
}
#account-page #main .right .welcome h6 a i{
    margin-top: 3px;
}
#account-page #main .right .cashback{
    margin-top: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    padding: 20px 0;
    border: 1px solid #ffffff3b;
}
#account-page #main .right .cashback h3{
    border-bottom: 1px solid #ddd;
    padding: 0 30px 6px 30px;
    font-family: Asap;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    color: #252525;
}
#account-page #main .right .cashback .row{
    padding: 30px;
}
#account-page #main .right .cashback .row h6{
    color: #252525;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
#account-page #main .right .cashback .row h2{
    color: #007aff;
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
}
#account-page #main .right .cashback .row .item{
    border-right: 1px solid #ddd;
}
#account-page #main .right .cashback .row .item2{
    padding-left: 50px;
}
#account-page #main .right .cashback .row .item2 h4{
    color: #252525;
    font-size: 18px;
    font-weight: 600;
}
#account-page #main .right .cashback .row .item2 p{
    margin-top: 15px;
    font-size: 16px;
    color: #252525;
}
#account-page #main .right .cashback .row .item2 h5{
    margin-top: 15px;
}
#account-page #main .right .cashback .row .item2 h5 a{
    color: #007aff;
    font-size: 16px;
    font-family: Asap;
    font-weight: 600;
}
#account-page #main .right .extension{
    margin-top: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    padding: 30px 40px;
    position: relative;
}
#account-page #main .right .extension .close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #007aff;
    font-weight: 600;
    font-size: 23px;
}
#account-page #main .right .extension .star i{
    color: #e80c5b;
    font-size: 16px;
}
#account-page #main .right .extension .star span{
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
}
#account-page #main .right .extension h3{
    margin-top: 10px;
    font-family: Asap;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
#account-page #main .right .extension h6{
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}
#account-page #main .right .extension p{
    font-size: 12px;
    line-height: 22px;
}
#account-page #main .right .extension p a{
    color: #007aff;
    text-decoration: underline !important;
}
#account-page #main .right .extension .btn{
    background: #007aff;
    padding: 0 40px;
    color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    height: 46px;
    border-radius: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
}
#account-page #main .right .extension .btn:hover{
    background: #007aff !important;
}
#account-page #main .right .changes{
    margin-top: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    padding: 20px 0;
}
#account-page #main .right .changes h2{
    border-bottom: 1px solid #ddd;
    padding: 0 30px 6px 30px;
    font-family: Asap;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}
#account-page #main .right .changes .bottom{
    padding: 10px 30px;
}
#account-page #main .right .changes .bottom p{
    color: #252525;
    font-size: 16px;
    margin-bottom: 10px;
}
#account-page #main .right .changes .bottom .item h5{
    font-weight: 600;
    font-style: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 33px;
}
#account-page #main .right .changes .bottom .item h3{
    font-family: Asap;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    font-size: 22px;
}
#account-page #main .right .changes .bottom .item h6{
    font-size: 14px;
    line-height: 18px;
    text-align: right;
}
#account-page #main .right .changes .bottom .item{
    padding: 15px 0;
}
#account-page #main .right .changes .bottom .item:first-child{
    border-bottom: 1px solid #ddd;
}
#account-page #main .right .changes .bottom .btn{
    width: 190px;
    font-family: Asap;
    color: #007aff;
    box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}
#account-page #main .right .welcome-bonus{
    margin-top: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    position: relative;
    padding: 20px 0;
}
#account-page #main .right .welcome-bonus h2{
    border-bottom: 1px solid #ddd;
    padding: 0 30px 6px 30px;
    font-family: Asap;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}
#account-page #main .right .welcome-bonus p{
    padding: 10px 30px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
}
#account-page #main .right .favorite{
    margin-top: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    position: relative;
    padding: 20px 0;
}
#account-page #main .right .favorite .header{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
#account-page #main .right .favorite .header h2{
    font-family: Asap;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}
#account-page #main .right .favorite .header .form-group input{
    width: 100%;
    height: 46px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#account-page #main .right .favorite .header .form-group input::-webkit-input-placeholder{
    font-size: 14px;
}
#account-page #main .right .favorite .header .form-group input::-moz-placeholder{
    font-size: 14px;
}
#account-page #main .right .favorite .header .form-group input:-ms-input-placeholder{
    font-size: 14px;
}
#account-page #main .right .favorite .header .form-group input::-ms-input-placeholder{
    font-size: 14px;
}
#account-page #main .right .favorite .header .form-group input::placeholder{
    font-size: 14px;
}
#account-page #main .right .favorite .header .form-group .btn{
    border-radius: 0 5px 5px 0;
    background: #007aff;
    color: #Fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    width: 80px;
    border: none;
}
#account-page #main .right .favorite .header .form-group .btn:hover{
    background: #007aff !important;
}
#account-page #main .right .favorite p{
    padding: 10px 30px;
    margin-top: 10px;
    font-size: 14px;
}
#account-page #main .right .favorite .recommended .heading{
    border-top: 1px solid #ddd;
    background-color: #E4E9F5;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
#account-page #main .right .favorite .recommended .body .right .item{
    border-right: 0;
}
#account-page #main .right .favorite .recommended .body .item{
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#account-page #main .right .favorite .recommended .body .item span{
    font-size: 13px;
    color: #737373;
    margin-right: 10px;
}
#account-page #main .right .favorite .recommended .body .item h5{
    color: #e80c5b;
    font-size: 16px;
    font-weight: 600;
}
#account-page #main .right .favorite .recommended .body .item .fav{
    color: #e80c5b;
    cursor: pointer;
}
#account-page #main .right .recent{
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    margin-top: 20px;
    position: relative;
    padding-top: 10px;
}
#account-page #main .right .recent h2{
    border-bottom: 1px solid #ddd;
    padding: 0 30px 6px 30px;
    font-family: Asap;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}
#account-page #main .right .recent .body table thead{
    border-top: 1px solid #ddd;
    background-color: #E4E9F5;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
#account-page #main .right .recent .body table thead tr th{
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    font-weight: 400;
}
#account-page #main .right .recent .body table thead tr th:nth-child(1){
    width: 20%;
}
#account-page #main .right .recent .body table thead tr th:nth-child(2){
    width: 40%;
}
#account-page #main .right .recent .body table thead tr th:nth-child(3){
    width: 60%;
}
#account-page #main .right .recent .body table thead tr th:nth-child(4){
    width: 20%;
}
#account-page #main .right .recent .body table tbody tr td,
#account-page #main .right .recent .body table tbody tr td a{
    border: none;
    color: #575757;
    font-size: 14px;
}
#account-page #main .right .recent .body table tbody tr td a:hover{
    text-decoration: underline !important;
}
#account-page #main .right .recent .body table tbody tr td:first-child,
#account-page #main .right .recent .body table thead tr th:first-child{
    padding-left: 30px;
}
#account-page #main .right .recent .body table tbody tr td:last-child,
#account-page #main .right .recent .body table thead tr th:last-child{
    padding-right: 30px;
}
#account-page #main .right .recent .body a.btn{
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #CCC;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 16px;
}
#account-page #main .right .recent .body a.btn i{
    margin-top: 4px;
    margin-left: 10px;
}
#account-page #main .right .recommended-deals{
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
            box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    margin-top: 20px;
    position: relative;
    padding: 15px 0;   
}
#account-page #main .right .recommended-deals h2{
    border-bottom: 1px solid #ddd;
    padding: 0 30px 6px 30px;
    font-family: Asap;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;   
}
#account-page #main .right .recommended-deals .body .item{
    padding: 30px;
}
#account-page #main .right .recommended-deals .body .item h5{
    font-size: 18px;
    color: #252525;
    line-height: 22px;
    font-family: Asap;
    font-weight: 600;
}
#account-page #main .right .recommended-deals .body .item h5 span{
    font-size: 16px;
    line-height: 22px;
    color: #e80c5b;
}
#account-page #main .right .recommended-deals .body .item h4{
    color: #737373;
    margin-top: 20px;
    font-size: 14px;
}
#account-page #main .right .recommended-deals .body .item .code{
    margin-top: 5px;
}
#account-page #main .right .recommended-deals .body .item .code p{
    font-size: 14px;
    position: relative;
    margin-right: 5px;
    color: #737373;
}
#account-page #main .right .recommended-deals .body .item .code h6{
    letter-spacing: .5px;
    cursor: pointer;
    color: #fff;
    background-color: #007aff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 15px;
}
#account-page #main .right .recommended-deals .body .item .date{
    font-size: 14px;
    color: #737373;
    line-height: 18px;
}
#account-page #main .right .recommended-deals .body .item .date i{
    margin-right: 5px;
}
#account-page #main .right .recommended-deals .body .item .btn{
    width: 125px;
    font-family: Asap;
    color: #007aff;
    box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}

/* new section css account page */
#account-page #main .profile-details .row {
    box-shadow: 0 4px 8px 0 rgb(10 22 70 / 15%);
    border-radius: 8px;
    margin: 10px 0;
    align-items: center;
    border: 1px solid #ffffff3b;
}
#account-page #main .profile-details .row .profile-label {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #252525;
}
#account-page #main .profile-details .row p{
    color: #252525;
}
#account-page #main .profile-details .row .profile_update{
    text-align: right;
}
#account-page #main .profile-details .row .profile_update a {
    cursor: pointer;
    color: #007aff;
}
#account-page #main .profile-details .row .profile_wallet .connect_wallet_logos {
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.profileModel .modal-body {
    padding: 1rem 3rem 3rem;
}
.profileModel .modal-body .form-control {
    padding: 10px 15px;
}
.profileModel .modal-body .submit-form {
    width: 100%;
    border-radius: 30px;
    padding: 10px 20px;
    border: 2px solid #007bff;
    background: #007bff;
}
.profileModel .modal-body .submit-form:hover {
    color: #007bff;
    background: #ffffff !important;
}
#emailModal .modal-dialog, #passwordModal .modal-dialog{
    max-width: 400px;
}
#account-page #main .profile-details .row .paid_images {
    max-height: 30px;
    margin-right: 10px;
}
.wallet_list {
    list-style: none;
}
.wallet_list li{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    align-items: center;
}
.wallet_list li .wallet_icon .connect_wallet_images {
    width: 35px;
    border-radius: 5px;
}
.wallet_list li .wallet_content {
    padding-left: 12px;
}
.wallet_list li .wallet_content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.right_side_menu {
    position: sticky;
    top: 100px;
}
.right_side_menu .menu_links {
    padding: 1rem;
}
.right_side_menu .menu_links li:last-child a {
    border-bottom: none;
}
.right_side_menu .menu_links li a.active{
    color: #007aff;
}
.right_side_menu .menu_links li a {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #575757;
}
#account-page #main .right .cashback tbody tr td, #account-page #main .right .cashback tbody tr th {
    width: 20%;
}
@media (max-width: 575px){
    #account-page #main .right .cashback .row p {
        word-break: break-word;
    }
    #account-page #main .profile-details .row .profile_update{
        text-align: left;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    
    #account-page #main .left-menu .bottom{
        display: none;
    }
    #account-page #main .left-menu .top{
        border: none;
    }
    #account-page #main .left-menu .top,
    #account-page #main .left-menu .middle{
        padding: 15px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left;
    }
    #account-page #main .right .welcome{
        margin-top: 30px;
        padding: 25px 10px;
    }
    #account-page #main .right .welcome h4{
        font-size: 20px;
    }
    #account-page #main .right .welcome p{
        font-size: 12px;
        margin-top: 10px;
    }
    #account-page #main .right .welcome h6 a{
        font-size: 12px;
        margin-top: 10px;
    }
    #account-page #main .right .welcome h6 a i{
        margin-top: 0px;
    }
    #account-page #main .right .cashback h3{
        font-size: 21px;
        padding: 0 10px 0 10px;
        text-align: center;
    }
    #account-page #main .right .cashback{
        padding: 10px 0;
    }
    #account-page #main .right .cashback .row{
        padding: 20px;
    }
    #account-page #main .right .cashback .row .item2{
        text-align: center;
    }
    #account-page #main .right .cashback .row .item2{
        padding: 0;
    }
    #account-page #main .right .cashback .row h6{
        margin-bottom: 10px;
        font-size: 14px;
    }
    #account-page #main .right .cashback .row h2{
        font-size: 30px;
        line-height: 30px;
    }
    #account-page #main .right .cashback .row .item2 h4{
        margin-top: 10px;
        font-size: 14px;
    }
    #account-page #main .right .cashback .row .item2 p{
        margin-top: 10px;
        font-size: 12px;
    }
    #account-page #main .right .cashback .row .item2 h5{
        margin-top: 10px;
    }
    #account-page #main .right .cashback .row .item2 h5 a{
        font-size: 14px;
    }
    #account-page #main .right .welcome .close{
        top: 5px;
        right: 5px;
        font-size: 18px;
    }
    #account-page #main .right .cashback .row .item{
        border: none;
    }
    #account-page #main .right .extension{
        padding: 20px 15px;
    }
    #account-page #main .right .extension h3{
        font-size: 16px;
        line-height: 23px;
    }
    #account-page #main .right .extension h6{
        font-size: 10px;
    }
    #account-page #main .right .extension p{
        font-size: 10px;
        line-height: 18px;
    }
    #account-page #main .right .extension .btn{
        margin-top: 20px;
    }
    #account-page #main .right .changes{
        padding: 10px 0;
    }
    #account-page #main .right .changes h2{
        padding: 0 10px 6px 10px;
        font-size: 21px;
    }
    #account-page #main .right .changes .bottom{
        padding: 10px;
    }
    #account-page #main .right .changes .bottom p{
        font-size: 12px;
    }
    #account-page #main .right .changes .bottom .item h3{
        font-size: 18px;
        line-height: 20px;
    }
    #account-page #main .right .changes .bottom .item h6{
        font-size: 10px;
    }
    #account-page #main .right .changes .bottom .item h5{
        font-size: 12px;
    }
    #account-page #main .right .changes .bottom .btn{
        width: 160px;
        height: 38px;
        font-size: 13px;
    }
    #account-page #main .right .welcome-bonus{
        padding: 10px 0;
    }
    #account-page #main .right .welcome-bonus h2{
        font-size: 16px;
        line-height: 19px;
        padding: 0 10px 6px 10px;
    }
    #account-page #main .right .welcome-bonus p{
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 22px;
    }
    #account-page #main .right .favorite .header{
        padding-left: 10px;
        padding-right: 10px;
    }
    #account-page #main .right .favorite{
        padding: 10px 0;
    }
    #account-page #main .right .favorite .header h2{
        font-size: 21px;
    }
    #account-page #main .right .favorite p{
        padding: 5px 10px;
        font-size: 11px;
    }
    #account-page #main .right .favorite .recommended .heading{
        font-size: 12px;
    }
    #account-page #main .right .favorite .recommended .body .item span{
        font-size: 10px;
    }
    #account-page #main .right .favorite .recommended .body .item h5{
        font-size: 12px;
    }
    #account-page #main .right .recent h2{
        font-size: 18px;
        padding: 0 10px 6px 10px;
    }
    #account-page #main .right .recent .body table thead tr th{
        font-size: 8px;
    }
    #account-page #main .right .recent .body table tbody tr td:first-child, #account-page #main .right .recent .body table thead tr th:first-child{
        padding-left: 5px;
    }
    #account-page #main .right .recent .body table tbody tr td:last-child, #account-page #main .right .recent .body table thead tr th:last-child{
        padding-right: 5px;
    }
    #account-page #main .right .recent .body table tbody tr td,
    #account-page #main .right .recent .body table tbody tr td a{
        font-size: 8px;
    }
    #account-page #main .right .recent .body table thead tr th:nth-child(2){
        width: 20%;
    }
    #account-page #main .right .recent .body a.btn{
        font-size: 11px;
    }
    #account-page #main .right .recent .body table thead tr th:nth-child(1){
        width: 30%;
    }
    #account-page #main .right .recommended-deals .body .item h4{
        margin-top: 10px;
    }
    #account-page #main .right .recommended-deals .body .item h5{
        font-size: 14px;
    }
    #account-page #main .right .recommended-deals .body .item h5 span{
        font-size: 12px;
    }
    #account-page #main .right .recommended-deals .body .item img{
        margin-bottom: 20px;
    }
    #account-page #main .right .recommended-deals .body .item{
        padding: 15px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        border-top: 1px solid #ddd;
    }
    #account-page #main .right .recommended-deals .body .item .btn{
        margin-top: 20px;
        height: 42px;
    }
    #account-page #main .right .recommended-deals .body .item .code h6{
        font-size: 10px;
    }
    #account-page #main .right .recommended-deals .body .item .date{
        font-size: 16px;
    }
    #account-page #main .right .recommended-deals h2{
        font-size: 21px;
        padding: 0 10px 6px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #account-page .container{
        max-width: 768px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #account-page #main .left-menu .top{
        padding: 20px;
    }
    #account-page #main .left-menu .top h6{
        font-size: 11px;
    }
    #account-page #main .left-menu .top h3{
        font-size: 28px;
        line-height: 24px;
    }
    #account-page #main .left-menu .middle{
        padding: 20px;
    }
    #account-page #main .left-menu .middle .btn{
        margin-top: 10px;
        width: 180px;
    }
    #account-page #main .right .welcome{
        padding: 30px 20px;
    }
    #account-page #main .right .welcome h4{
        font-size: 20px;
    }
    #account-page #main .right .welcome p{
        margin-top: 12px;
        font-size: 11px;
    }
    #account-page #main .right .welcome h6 a{
        font-size: 12px;
    }
    #account-page #main .right .cashback{
        padding: 15px 0;
    }
    #account-page #main .right .cashback h3{
        font-size: 24px;
        padding: 0 15px 6px 15px;
    }
    #account-page #main .right .cashback .row .item2{
        padding-left: 10px;
    }
    #account-page #main .right .cashback .row .item2 h4{
        font-size: 15px;
    }
    #account-page #main .right .cashback .row h6{
        font-size: 13px;
        margin-bottom: 10px;
    }
    #account-page #main .right .cashback .row .item2 p{
        margin-top: 12px;
        font-size: 12px;
    }
    #account-page #main .right .cashback .row .item2 h5{
        margin-top: 12px;
    }
    #account-page #main .right .cashback .row .item2 h5 a{
        font-size: 12px;
    }
    #account-page #main .right .cashback .row h2{
        font-size: 30px;
        line-height: 30px;
    }
    #account-page #main .right .extension{
        padding: 20px 20px;
    }
    #account-page #main .right .extension h3{
        font-size: 16px;
    }
    #account-page #main .right .extension h6{
        font-size: 11px;
    }
    #account-page #main .right .extension p{
        font-size: 9px;
    }
    #account-page #main .right .extension .btn{
        margin-top: 15px;
    }
    #account-page #main .right .changes{
        padding: 10px 0;
    }
    #account-page #main .right .changes h2{
        padding: 0 15px 6px 15px;
        font-size: 24px;
    }
    #account-page #main .right .changes .bottom{
        padding: 10px 20px;
    }
    #account-page #main .right .changes .bottom p{
        font-size: 12px;
    }
    #account-page #main .right .changes .bottom .item h5{
        font-size: 14px;
    }
    #account-page #main .right .changes .bottom .item h3{
        font-size: 20px;
    }
    #account-page #main .right .changes .bottom .item h6{
        font-size: 11px;
    }
    #account-page #main .right .welcome-bonus{
        padding: 10px 0;
    }
    #account-page #main .right .welcome-bonus h2{
        padding: 0 15px 6px 15px;
        font-size: 18px;
    }
    #account-page #main .right .welcome-bonus p{
        padding: 10px 20px;
        font-size: 12px;
        margin-top: 10px;
    }
    #account-page #main .right .favorite{
        padding: 10px 0;
    }
    #account-page #main .right .favorite .header{
        padding-left: 20px;
        padding-right: 20px;
    }
    #account-page #main .right .favorite .header h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    #account-page #main .right .favorite p{
        padding: 5px 20px;
        font-size: 11px;
    }
    #account-page #main .right .favorite .recommended .heading{
        font-size: 14px;
    }
    #account-page #main .right .favorite .recommended .body .item span{
        font-size: 11px;
    }
    #account-page #main .right .favorite .recommended .body .item h5{
        font-size: 13px;
    }
    #account-page #main .right .recent h2{
        padding: 0 15px 6px 15px;
        font-size: 24px;
    }
    #account-page #main .right .recent .body table tbody tr td:first-child, #account-page #main .right .recent .body table thead tr th:first-child{
        padding-left: 10px;
    }
    #account-page #main .right .recent .body table tbody tr td:last-child, #account-page #main .right .recent .body table thead tr th:last-child{
        padding-right: 10px;
    }
    #account-page #main .right .recent .body table thead tr th:nth-child(1){
        width: 30%;
    }
    #account-page #main .right .recent .body table tbody tr td, #account-page #main .right .recent .body table tbody tr td a{
        font-size: 10px;
    }
    #account-page #main .right .recent .body table thead tr th{
        font-size: 10px;
    }
    #account-page #main .right .recent .body a.btn{
        font-size: 12px;
    }
    #account-page #main .right .recommended-deals .body .item h5{
        font-size: 10px;
    }
    #account-page #main .right .recommended-deals .body .item h5 span{
        font-size: 12px;
    }
    #account-page #main .right .recommended-deals .body .item h4{
        margin-top: 10px;
    }
    #account-page #main .right .recommended-deals .body .item h5{
        font-size: 14px;
    }
    #account-page #main .right .recommended-deals .body .item h5 span{
        font-size: 12px;
    }
    #account-page #main .right .recommended-deals .body .item img{
        margin-bottom: 20px;
    }
    #account-page #main .right .recommended-deals .body .item{
        padding: 15px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        border-top: 1px solid #ddd;
    }
    #account-page #main .right .recommended-deals .body .item .btn{
        margin-top: 20px;
        height: 42px;
    }
    #account-page #main .right .recommended-deals .body .item .code h6{
        font-size: 10px;
    }
    #account-page #main .right .recommended-deals .body .item .date{
        font-size: 16px;
    }
    #account-page #main .right .recommended-deals h2{
        font-size: 24px;
        padding: 0 15px 6px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    #account-page #main .left-menu .middle .btn{
        width: 180px;
        font-size: 14px;
    }
    #account-page #main .right .extension .btn{
        padding: 0 20px;
    }
    #account-page #main .right .extension h6{
        font-size: 12px;
    }
    #account-page #main .right .extension p{
        font-size: 10px;
    }
    #account-page #main .right .changes .bottom .item h5{
        font-size: 12px;
    }
    #account-page #main .right .changes .bottom .btn{
        width: 160px;
        padding: 0;
        font-size: 13px;
        height: 42px;
    }
    #account-page #main .right .favorite .recommended .body .item span{
        font-size: 9px;
    }
    #account-page #main .right .favorite .recommended .body .item h5{
        font-size: 11px;
    }
    #account-page #main .right .recent .body table tbody tr td:first-child, #account-page #main .right .recent .body table thead tr th:first-child{
        padding-left: 20px;
    }
    #account-page #main .right .recent .body table tbody tr td:last-child, #account-page #main .right .recent .body table thead tr th:last-child{
        padding-right: 20px;
    }
    #account-page #main .right .recent .body table tbody tr td, #account-page #main .right .recent .body table tbody tr td a{
        font-size: 11px;
    }
}


/*css by dev 7July2022*/

div.hot_deals {
    margin-top: 30px !important;
}

div.hot_deals .tab-content .item {

    margin-top: 5px !important;
}

.arrow3.prv-arrow5{
    left: -11px;
    background-color: #000;
}
.arrow3.nxt-arrow5{
    right: -11px;
    background: var(--theme-blue);
}

.arrow3.prv-arrow6{
    left: -11px;
    background-color: #000;
}
.arrow3.nxt-arrow6{
    right: -11px;
    background: var(--theme-blue);
}

.arrow3.prv-arrow7{
    left: -11px;
    background-color: #000;
}
.arrow3.nxt-arrow7{
    right: -11px;
    background: var(--theme-blue);
}


.arrow3.prv-arrow8{
    left: -11px;
    background-color: #000;
}
.arrow3.nxt-arrow8{
    right: -11px;
    background: var(--theme-blue);
}

.arrow3.prv-arrow9{
    left: -11px;
    background-color: #000;
}
.arrow3.nxt-arrow9{
    right: -11px;
    background: var(--theme-blue);
}

.arrow3.prv-arrow10{
    left: -11px;
    background-color: #000;
}
.arrow3.nxt-arrow10{
    right: -11px;
    background: var(--theme-blue);
}

.arrow3.prv-arrow11{
    left: -11px;
    background-color: #000;
}
.arrow3.nxt-arrow11{
    right: -11px;
    background: var(--theme-blue);
}

#flex
{
	display:flex;
	flex-direction:column;
}
.post-login#deals .body .multiple-items1, .post-login#deals .body .one-time {
    margin: 0 -15px;
}

.post-login#stores .body .item img
{
	border-radius:8px;
}
.post-login#header .main .item img
{
	border-radius:8px;
}
h6.was_text
{
	float:left;
	width:100%;
    color: #212529;
    font-family: Asap;
    font-size: 14px;
    opacity: 1;
}
.heading_center
{
	margin-left:0px !important;
	float:left;
	width:100%;
}
h6.was_text.redclass {
    color: #ff0000 !important;
    opacity: 1;
}
.shop_now {
    position: relative;
}
.shop_now a.btn {
    position: absolute;
    right: 16px;
    bottom: -10px;
    margin-top: 10px;
    border-color: var(--theme-yellow);
    border-radius: 50px;
    width: 100px;
    height: 30px;
    font-size: 12px;
    background: var(--theme-yellow);
}
.shop_now a.btn:hover
{
	background: var(--theme-yellow) !important;
}



a#sign-up-btn-custom {
    border-color: var(--theme-blue);
    background: var(--theme-blue);
    color: #fff;
    width: 100%;
    height: 48px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgb(10 22 70 / 15%);
    font-family: Asap;
    font-weight: 600;
    /* width: 100%; */
    float: left;
    text-align: center;
    line-height: 50px;
}
img.logo
{
	width:160px;
}
.homepage#navbar .right .button .btn:hover
{
	color:#fff;
}
.homepage#navbar .right form input
{
	border:1px solid #fff;
	color:#fff;
	width:350px;
}
i.ri-search-line {
    color: #fff;
}


.post-login#navbar .right form input{
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
    width: 350px;
    background: transparent;
    height: 42px;
    padding: 0 15px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.post-login#navbar .right form .search-btn{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
}
.post-login#navbar .button .btn{
    height: 42px;
    width: 104px;
    background-color: var(--theme-blue);
    border: 1px solid var(--theme-blue);
    color: #fff;
    margin-left: 30px;
}
.post-login#navbar .right .button .btn:hover{
    color: var(--theme-blue);
}

.right form input[type='search']::placeholder {
    color: #fff !important;;
}

.multiple-items10 img {
   
    height: 130px;
    
    object-fit: contain;
}

h6.group_name {
    padding-bottom: 9px;
    
    /*height: 40px;*/
    text-align: center;
}
h6.group_price {
    font-weight: bold;
    padding-bottom: 5px;
}
h6.group_qty {
    padding-bottom: 5px;
}

.categories-text:hover .categories-dropdown{
    opacity: 1;
    visibility: visible;
    top: 65px !important;
}
.categories-dropdown{
     position: absolute;
    width: 100%;
    /*top: 60px;*/
    left: 0;
    /*overflow-y: auto;*/
    /*background: #fff;*/
    border-radius: 8px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    /*height: calc(100vh - 100px);*/
    transform: translateY(-10px);
    z-index: 9999;
}
.categories-dropdown .menu{
    background: #fff;
    padding: 20px 0;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    transition: 0.3s;
    border-right: 1px solid transparent;
    border-radius: 8px;
	max-height: 90vh;
    overflow-y: auto;
}
.categories-dropdown .menu ul{
    list-style: none;
}
.categories-dropdown .menu::-webkit-scrollbar{
    width: 2px;
}
.categories-dropdown .menu::-webkit-scrollbar-track{
    background: transparent;
}
.categories-dropdown .menu::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 20px;
}
.categories-dropdown .menu li a{
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start !important;
    padding: 8px 24px;
    font-size: 16px;
    opacity: 1 !important;
    transition: 0.3s;
	position:relative;
}

.categories-dropdown .menu li a:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    left: 10px;
    bottom: 0;
    border-radius: 6px;
    background: var(--theme-blue);
    transition: 0.3s;
}

/* .categories-dropdown .menu li a:hover:before, */
.categories-dropdown .menu li a.active:before{
    width: 90%;
}
.categories-dropdown .menu .highlighted{
    padding-right: 5px;
    display: flex !important;
    align-items: center !important;
}
.categories-dropdown .menu .highlighted a:before{
    display: none !important;
}
.categories-dropdown .menu .highlighted a,.categories-dropdown .menu .highlighted i{
    font-weight: 600 !important;
    color: var(--theme-blue) !important;
}
.categories-dropdown .menu li a:hover,
.categories-dropdown .menu li a.active{
    color: var(--theme-blue) !important;
}
.categories-dropdown .menu.active{
    /* box-shadow: none; */
    /* border-right: 1px solid #ccc; */
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.categories-dropdown.active{
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}


.categories-dropdown .main-info{
    background: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    padding: 20px 40px;
    /* height: 100%; */
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    top: 0;
    overflow: auto;
    left: 20%;
    height: calc(100vh - 100px);
    width: 45%;
}
.categories-dropdown ul li{
    margin-left: 0 !important;
}
.categories-dropdown .main-info.active{
    opacity: 1;
    visibility: visible;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.categories-dropdown .main-info .header h4{
    font-size: 32px;
    font-family: Asap;
    color: #000;
}
.categories-dropdown .main-info .header a{
    color: var(--theme-blue) !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.categories-dropdown .main-info .header-item{
    margin-top: 30px;
}
.categories-dropdown .main-info .header-item a img{
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 8px #0a164626;
}
.categories-dropdown .main-info .header-item a h5{
    margin-top: 10px;
    color: #000;
    font-size: 16px;
}
.categories-dropdown .main-info .body{
    margin-top: 50px;
}
.categories-dropdown .main-info .body h4{
    font-size: 32px;
    font-family: Asap;
    color: #000;
}
.categories-dropdown .main-info .body .item{
    padding: 20px 0;
    border-bottom: 1px solid #9e9e9e;
}
.categories-dropdown .main-info .body .item .heading h4{
    font-size: 16px;
    font-weight: 600;
}
.categories-dropdown .main-info .body .item .heading svg{
    width: 20px;
    margin-left: 10px;
}
.categories-dropdown .main-info .body .cashback{
    margin-top: 5px;
    font-size: 14px;
    color: var(--theme-blue);
    font-weight: 600;
}
.categories-dropdown .main-info .body .cashback img{
    margin-right: 5px;
}
.categories-dropdown .main-info .body .item .btn{
    width: 110px;
    height: 40px;
    background: #fff;
    color: var(--theme-blue);
    box-shadow: 0px 4px 8px #0a164626;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px;
    border: none !important;
}
.categories-dropdown .main-info .body .right-main{
    margin-left: 40px;
}
.categories-dropdown .main-info .body .right-main .image {
    position: relative;
}
.categories-dropdown .main-info .body .right-main .image .main-img{
    border-radius: 8px;
    box-shadow: 0px 4px 8px #0a164626;
}
.categories-dropdown .main-info .body .right-main .image .logo-img{
    height: 45px;
    width: 45px;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    bottom: 30px;
}
.categories-dropdown .main-info .body .right-main .image .btn{
    width: 100px;
    height: 35px;
    background: #fff !important;
    color: var(--theme-blue);
    box-shadow: 0px 4px 8px #0a164626;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px;
    border: none !important;
    position: absolute;
    right: 20px;
    bottom: -20px;
}
.categories-dropdown .main-info .body .right-main h6{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.categories-dropdown .main-info .body .right-main h4{
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
@media (max-width: 480px){
    .homepage#navbar .button a{
        font-size: 12px;
    }
    .homepage#navbar .button .btn{
        padding: 6px;
    }
    .homepage#navbar .button .odds_login {
        width: 20%;
    }
}
@media (max-width: 767px) {
	
	.homepage#navbar .button {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }
    .homepage#navbar .button .btn{
		width:auto !important;
		margin:0px !important;
        height: auto;
	}
    .homepage#navbar .button .btn {
        height: fit-content;
    }
    .homepage#navbar .button .odds_login {
        color: #fff;
    }
	#sign-in-parent,
#sign-in-parent-2,
#sign-in-parent-3{
   
    width: 320px !important;
   
}

.feed_text
{
	font-size:18px;
	text-align:left;
    color: #212529;
}
	/* .feed_image
	{
	 
    width: 40% !important;
    margin: 0 auto;
    position: relative !important;	 
	} */
    .categories-dropdown{
        position: initial;
        top: 0 !important;
        transform: translateY(0);
        transition: initial;
    }
    .categories-dropdown .menu{
        box-shadow: none;
    }
    .post-login#navbar .nav-menu li a.dropdown-change img.arrow{
        transform: rotate(180deg) !important;
    }
    .categories-dropdown .main-info{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
	
	
	
    .categories-dropdown .main-info .body h4{
        font-size: 22px;
    }
    .categories-dropdown .main-info .header-item a h5{
        font-size: 12px;
    }
    .categories-dropdown .main-info .body .right-main{
        margin-left: 0;
    }
    .categories-dropdown .main-info .body .right-main h4{
        font-size: 13px;
    }
    .categories-dropdown .main-info .body .right-main h6{
        font-size: 11px;
    }
    .categories-dropdown .main-info .header h4{
        font-size: 22px;
    }
}
li.categories-text img
{
	width:auto;
	height:auto;
	position:relative;
}

.categories-dropdown div.menu ul li a {
    color: #000 !important;
    
}


.index#header .main .item img {
    position: relative;
    height: 100%;
    width: 100%;
}

#navbar .nav-menu li a i {
    margin-right: 10px;
    margin-left: 10px;
}

.arrow.nxt-arrow-mobile {
    right: -15px;
    background: var(--theme-blue);
    width: 30px;
    height: 30px;
}

.arrow.prv-arrow-mobile {
    left: -10px;
    background: var(--theme-blue);
    width: 30px;
    height: 30px;
}




/* Mayur CSS Code */


.img-logo
{
    width: 160px;
}
/* .homepage#navbar
{
    padding: 0px !important;
} */
.post-login#navbar
{
    padding: 0px !important;
}
.categories-text .categories-dropdown .menu {
    position: absolute;
    width: 20%;
    display: none;
    left: 0;
    height: calc(100vh - 100px);
}
.categories-text:hover .categories-dropdown .menu {
    display: block;
}
.categories-dropdown .menu
{
    position: relative;
    /* top: 20px; */
}
.homepage#navbar, .post-login#navbar
{
    background-color: #007bff !important;
}
.homepage#navbar .button .btn
{
    background-color: #ffffff !important;
    border: 1px solid var(--theme-blue);
    color: #007bff !important;
    border-radius: 50px;
}
.homepage#navbar .button .btn.sign-btn{
    background: transparent !important;
    color: #fff !important;
}

.homepage#navbar .right .button .btn:hover
{
    color: #2a2a2a !important;
    background-color: #fc0 !important;
}
.homepage#navbar .button .btn.sign-btn:hover {
    color: #ffcc52 !important;
    background: transparent !important;
}
.homepage#navbar .button-desktop .odds_login {
    color: #fff;
    margin-left: 30px;
}
.homepage#navbar .button-desktop .odds_login:hover {
    color: #ffcc52;
}
.post-login#navbar .profile .name
{
    margin-left: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.post-login#navbar .profile .icon
{
    font-size: 18px !important;
    width: 26px !important;
}

.post-login#navbar .profile .name img
{
    margin-left: 6px!important;
}
.post-login#navbar .profile .padding-top-bottom
{
    padding: 25px 0;
}

.post-login#navbar .profile-inner .name i.dropdown-arrow{
    position: relative;
    top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.post-login#navbar .profile-inner .name:hover i.dropdown-arrow{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.post-login#navbar .profile .profile-dropdown
{
    top: 72px !important;
    padding: 0px !important;
    z-index: 999 !important;
}
.post-login#navbar .profile .profile-dropdown ul
{
    padding: 5px 0;
}
.post-login#navbar .profile .profile-dropdown ul li
{
    padding: 2px 20px !important;
}
.post-login#navbar .profile .profile-dropdown ul li:hover
{
    background-color: #007AFE !important;
}

.post-login#navbar .profile .profile-dropdown ul li:hover a
{
    color: #fff !important;
    opacity: 1 !important;
}

.post-login#navbar .profile .profile-dropdown ul li a:hover
{
    color: #fff !important;
    transition: none;
}
.position-relative
{
    position: relative !important;
}
.post-login#navbar form input
{
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
    width: 350px;
    background: 0 0;
    height: 42px;
    padding: 0 15px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.post-login#navbar form input::placeholder
{
    color: #fff !important;
}

.post-login#navbar form .search-btn
{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
i.ri-search-line
{
    color: #fff;
}

.mobile-search-bar form input
{
    border-radius: 8px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    width: 326px;
    background: 0 0;
    height: 42px;
    padding: 0 15px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.mobile-search-bar form input::placeholder
{
    color: rgb(0, 0, 0) !important;
}

.mobile-search-bar form .search-btn
{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.mobile-search-bar i.ri-search-line
{
    color: #000;
}

a.chromeext
{
    background: #fff;
    color: #007bff;
    padding: 8px 20px;
    border-radius: 23px;
    margin-left: 7px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.post-login#header .main .item img
{
    
    height: 100%;
    width: 100%;
}

.post-login#secondary-navbar
{
    padding: 0px !important;
}

@media screen and (max-width: 991px)
{
    .post-login#navbar .nav-menu 
    {
        background-color: #007AFE !important;
    }
    .post-login#navbar .nav-menu li
    {
        border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    }
    .post-login#navbar .bar {
        color: #fff !important;
    }
    .post-login#navbar
    {
        padding: 16px 0 !important;
    }
}

@media screen and (max-width: 767px)
{
    /* .post-login#header .main .item 
    {
        height: 60vh !important;
		height: 150px !important;
    } */
    .arrow.nxt-arrow
    {
        right: 0px !important;
        height: 40px;
        width: 40px;
    }
    .arrow.prv-arrow
    {
        left: 0px !important;
        height: 40px;
        width: 40px;
    }
	
	.index#header .main {
    height: auto;
	}
	.post-login#header .main .slick-initialized .slick-slide
	{
		margin-right:0;
	}
}

@media screen and (max-width: 480px){
    .post-login#header .main .item 
    {
		height: auto !important;
    }
    #mobile-search-bar form.d-flex {
        width: 100%;
    }
    #mobile-search-bar form.d-flex .form-group {
        width: 100%;
    }
    #mobile-search-bar form.d-flex .form-group input.form-control {
        width: 100%;
    }
}

/*new header html css */

#navbar p span, #top-bar a:hover, #top-bar p span
{
	    color: #fc0;
}
p.info {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
a.chromeext:hover {
    color: #2a2a2a!important;
    background-color: #fc0!important;
}
/* .navbar-top.navbar-sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    transition: .5s;
} */
.homepage#navbar .button-desktop a.btn {
    width: auto;
}
@media screen and (max-width: 1400px)
{
	p.info {
    
    font-size: 15px !important;
	}
}
/*new header html css END  */

/* summer_deals section*/
.summer_deals .body .item{
    margin-top: 0 !important;
}
.summer_deals .body .item .item-inner {
    margin: 40px 15px 0;
}
.summer_deals .body .item .item_image {
    background: #fff;
    width: 100%;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 96px; */
    padding: 5px 10px;
    -webkit-box-shadow: 0 4px 8px #0a164626;
    box-shadow: 0 4px 8px #0a164626;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.summer_deals .body .item .item_image img{
    height: 100%;
}
/* footer copyright*/
#copyright ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    /* padding: 30px 0 50px; */
}
#copyright ul li{
    width: 20%;
}
.footer-divisions .follow a i {
    font-size: 24px;
}
#copyright ul li .d-flex{
    flex-direction: column;
}
#copyright ul li .d-flex span{
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: 'Lato';
}
.footer-divisions .footer-menu-heading {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Lato';
    line-height: 1;
}
.footer-divisions .follow a {
    margin: 0 !important;
    padding: 0 10px;
}
.footer-copyright p {
    color: #333;
    text-align: center;
    font-size: 15px;
    font-family: 'Lato';
}

.footer-copyright {
    padding: 10px 0px 20px 0px;
}
/* @media (min-width: 1024px) and (max-width: 1199px) {
    #copyright ul li a{
        font-size: 14px;
    }
    .footer-divisions .footer-menu-heading{
        font-size: 16px;
        margin-bottom: 10px;
    }
} */
@media (max-width: 767px) {
    #copyright ul li{
        width: 100% !important;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
    #copyright ul li a, #copyright ul li span{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center !important;
    }
    .footer-divisions .footer-menu-heading{
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #copyright ul li{
        width: 50% !important;
        text-align: center !important;
        margin-top: 20px;
    }
    #copyright ul li a, #copyright ul li span{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center !important;
    }
    .footer-divisions .footer-menu-heading{
        margin-bottom: 0;
    }
}

/* Icons css of home page */
.deals-week .arrow3.slick-arrow,
.Groupon .arrow3.slick-arrow {
    top: 28%;
}
.walmart-saving .arrow3.slick-arrow {
    top: 38%;
}
.vacation_time .arrow3.slick-arrow ,
.daily-shopping .arrow3.slick-arrow {
    top: 32%;
}
@media (max-width: 1399px){
    .vacation_time .arrow3.slick-arrow , 
    .walmart-saving .arrow3.slick-arrow,
    .daily-shopping .arrow3.slick-arrow {
        top: 30%;
    }
    .walmart-saving .arrow3.slick-arrow {
        top: 32%;
    }
    .deals-week .arrow3.slick-arrow, 
    .Groupon .arrow3.slick-arrow {
        top: 25%;
    }
}
@media (max-width: 1199px){
    .deals-week .arrow3.slick-arrow , 
    .vacation_time .arrow3.slick-arrow , 
    .walmart-saving .arrow3.slick-arrow ,
    .daily-shopping .arrow3.slick-arrow ,
    .Groupon .arrow3.slick-arrow {
        top: 35%;
    }
}
@media (max-width: 991px){
    .deals-week .arrow3.slick-arrow , 
    .vacation_time .arrow3.slick-arrow, 
    .walmart-saving .arrow3.slick-arrow ,
    .daily-shopping .arrow3.slick-arrow ,
    .Groupon .arrow3.slick-arrow {
        top: 35%;
    }
}
@media (max-width: 767px){
    .deals-week .arrow3.slick-arrow , 
    .vacation_time .arrow3.slick-arrow, 
    .walmart-saving .arrow3.slick-arrow ,
    .daily-shopping .arrow3.slick-arrow ,
    .Groupon .arrow3.slick-arrow {
        top: 30%;
    }
}
@media (max-width: 479px){
    .deals-week .arrow3.slick-arrow , 
    .vacation_time .arrow3.slick-arrow, 
    .walmart-saving .arrow3.slick-arrow ,
    .daily-shopping .arrow3.slick-arrow , 
    .Groupon .arrow3.slick-arrow {
        top: 38%;
    }
}

/* contact form css */
.contact_us_form .form-control {
    border: 2px solid #ebe6e6;
    padding: 10px 15px;
    border-radius: 2px;
}
.contact_us_form .row{
    margin-bottom: 20px;
}
.contact_us_form label {
    font-size: 18px;
}
.contact_us_form label .required {
    color: #ff0000;
}
.contact_us_form .contact_form_submit {
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .contact_us_form label.last-label{
        display: none;
    }
}

/* Header switch theme */
.mode_switch .checkbox {
    opacity: 0;
    position: absolute;
}

.mode_switch .checkbox-label {
    /*background-color: #111;*/
    width: 36px;
    height: 22px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #fff;
}

.mode_switch i {
    color: #f1c40f;
    font-size: 10px;
}

.mode_switch .checkbox-label .ball {
    background-color: #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.mode_switch .checkbox:checked + .checkbox-label .ball {
    transform: translateX(14px);
}

.modal .modal-content .modal-header .modal-title,
.modal .modal-content .modal-body,
.modal .modal-content .modal-header .code_title {
    color: #212529;
}

.profile .mode_switch {
    padding-left: 10px;
}

/* Social login */
.social_login {
    margin: 15px 0 30px;
}
.social_or {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #737373;
}
.social_or:not(:empty)::before {
    margin-right: 0.25em;
}
.social_or:not(:empty)::after {
    margin-left: 0.25em;
}
.social_or:before, .social_or:after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #737373;
}
.social_login .socialLogin {
    width: 100% !IMPORTANT;
    text-align: center;
    display: flex;
    box-shadow: 0 4px 8px rgb(10 22 70 / 15%);
    background: #fff;
    padding: 12px;
    justify-content: center;
    border-radius: 30px;
    margin: 10px 0;
    align-items: center;
    font-weight: 500;
    color: #000;
}
.social_login .socialLogin:hover{
    color: #007afe;
}
.social_login .socialLogin .social-login_images {
    height: 20px;
    margin-right: 10px;
}