#close-popup, #menu, .button-defualt, .pointer {
    cursor: pointer
}

*, .container, a, body, i {
    margin: 0;
    padding: 0
}

td, th {
    border: .3px solid #b3b3b3
}

a, body, button, input, td {
    font-weight: 500
}

strong, th {
    color: #3d3d3d
}

button, h3, input {
    margin-top: 5px;
    margin-bottom: 5px
}

h1, h2, h4, h5, h6, ol, p, ul {
    margin-top: 10px
}

    ol li, ul li {
        margin-top: 4px
    }

    .gray, body, ol li, p, ul li {
        color: #838181
    }

    body, ol li, p, strong, td, th, ul li {
        font-size: 13px
    }

*, .sub-title, .title, a, body, i {
    padding: 0
}

.mob-header, .web-header {
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 20%)
}

.right-menu-list li, .right-menu-list-web li {
    margin-top: 0;
    line-height: inherit;
    float: right;
    list-style: none
}

#bell-icon-box, #menu, .bell-icon, .search, .search-input-box {
    position: relative
}

#searchpopup, body {
    background-color: #f1f1f1
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #d39c14;
    text-decoration: none
}

    a:active, a:focus, a:hover {
        text-decoration: none;
        text-decoration: inherit
    }

.container {
    overflow-x: clip
}

body {
    font-family: Roboto,Arial,Calibiri,sans-serif;
    line-height: 1.5;
    overflow-x: hidden
}

td {
    padding: 7px;
    line-height: 20px
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    overflow-x: auto
}

strong {
    font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-size: 18px;
    color: #294459
}

h1, h2, h4, h5, h6 {
    margin-bottom: 10px
}

ol, ul {
    list-style: inside
}

    ul li {
        list-style-type: disc
    }

    ol li {
        list-style-type: decimal
    }

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

    .row.no-gutter [class*=col-]:not(:first-child), .row.no-gutter [class*=col-]:not(:last-child) {
        padding-left: 0;
        padding-right: 0
    }

.font-1 {
    font-weight: 600
}

.font-2 {
    font-weight: 400
}

.heading {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 23px
}

.title {
    margin: 0;
    font-size: 20px
}

.sub-title {
    margin: 0;
    font-size: 15px
}

.content, .hint {
    margin: 2px;
    padding: 2px;
    font-size: 13px
}

.primary {
    color: #d39c14
}

.secondary {
    color: #fbd104
}

.white {
    color: #fafafa
}

.black {
    color: #294459
}

.green {
    color: #007500
}

.red {
    color: #e91e63
}

.uppercase {
    text-transform: uppercase
}

.margin-top {
    margin-top: 15px
}

#searchpopup, .center-item {
    margin: 0 auto
}

.padding {
    padding: 10px
}

.flot-right {
    float: right
}

.center-box {
    text-align: center
}

.verified-icon {
    vertical-align: text-top
}

.vertical-saprater {
    margin-left: 5px;
    margin-right: 5px
}

.loginsection {
    margin-top: 25px
}

header {
    position: sticky;
    top: 0;
    z-index: 2
}

.web-header {
    height: auto;
    padding: 0;
    border-bottom: 1px solid #f4eeee;
    background-color: #fff;
    color: #fff;
    display: block
}

.header-web-buttom {
    background: #f9f9f9;
    border-top: 1px solid #fcd727;
    width: 100%;
    padding: 12px 15px;
    overflow-y: initial;
    overflow-x: inherit
}

.animate-charcter {
    background-image: linear-gradient(-225deg,#231557 0,#44107a 29%,#ff1361 67%,#fff800 100%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 2s linear infinite textclip;
    display: inline-block
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

.header {
    overflow: hidden;
    padding: 5px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-logo-web {
    margin-top: 10px;
    max-width: 120px;
    min-width: 120px;
    height: auto
}

.user_icon_web {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 2px solid #fcd725;
    background-color: #601675;
    line-height: 1.2
}

.header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px
}

.search {
    width: 390px
}

    .search .search-input-header-icon {
        position: absolute;
        right: 5px;
        top: 16px;
        z-index: 1;
        line-height: 10px
    }

.search-input-box {
    text-indent: 10px;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 38px;
    margin: 11px auto;
    border-radius: 5px;
    overflow: hidden;
    outline: 0;
    background-color: #fbfbfb;
    font-size: 13px;
    color: #606060
}

.header-right {
    flex: auto
}

.right-menu-list-web {
    margin-top: 0;
    padding: 0
}

    .right-menu-list-web ul {
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    #menu, .right-menu-list li, .right-menu-list-web li {
        margin-left: 25px
    }

.mob-header {
    border-bottom: 1px solid #f4eeee;
    background-color: #fff;
    color: #fff;
    overflow-x: hidden;
    margin-left: -12px;
    margin-right: -12px;
    display: none
}

#menu {
    display: inline-block;
    vertical-align: super
}

    #menu > span {
        width: 22px;
        height: 2px;
        border-radius: 10px;
        background-color: #515151;
        display: block;
        margin-bottom: 4px
    }

.header-logo-mob {
    margin-left: 10px;
    margin-top: 10px;
    max-width: 78px;
    min-width: 78px;
    height: auto
}

.user_icon_mob {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #fcd725;
    background-color: #601675;
    line-height: 1
}

.right-menu-icon {
    width: 20px
}

.right-menu-list {
    padding-right: 11px
}

.bell-count {
    top: -5px;
    right: -4px;
    border-radius: 50px;
    font-size: 7px;
    width: 13px;
    height: 13px;
    background-color: #de2e2e;
    display: block;
    position: absolute;
    line-height: 15px
}

.notification {
    position: absolute;
    width: 261px;
    right: 0;
    padding: 5px;
    border: 1px solid #f2ebeb;
    display: none;
    overflow: hidden
}

.button-defualt, .input-box {
    padding-left: 10px;
    outline: 0;
    font-size: 13px
}

.notification-img {
    width: 100px;
    height: 50px;
    vertical-align: middle;
    display: table-cell
}

.notification-logo {
    width: 63px;
    height: auto
}

.open-search#searchpopup {
    max-width: 100vw;
    height: 100vh;
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0
}

#searchpopup {
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 0 0 56px;
    position: fixed;
    min-width: 100vw;
    background-image: url(../img/search-bg-1.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain
}

.search-close {
    position: relative;
    text-align: right
}

.search-box {
    position: relative;
    max-width: 600px;
    margin: 12px auto
}

.header-menu-sidenav, .modal {
    position: fixed;
    padding-top: 25px;
    left: 0
}

.search-box .search-input-header-icon {
    position: absolute;
    left: 15px;
    top: 22px
}

.header-search-input {
    width: 100%;
    height: 50px;
    border: none;
    text-indent: 39px;
    border-bottom: 1px solid #ccc;
    outline: 0;
    border-radius: 50px;
    box-shadow: 1px 3px 12px 8px rgb(172 180 197 / 20%)
}

.header-menu-sidenav {
    height: 100%;
    width: 0;
    z-index: 100000;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%)
}

    .header-menu-sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #818181;
        display: block;
        text-align: left;
        border-bottom: 1px solid #dbe2e7
    }

    .header-menu-sidenav .header-menu-closebtn {
        position: absolute;
        top: 0;
        right: 6px;
        font-size: 36px;
        margin-left: 50px;
        border-bottom: 0
    }

.button-defualt {
    line-height: 32px;
    border: none;
    font-weight: 700;
    height: 32px;
    padding-right: 10px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background: #d39c14;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%)
}

.input-box {
    width: 100%;
    border: 1px solid #d3d3d3;
    height: 35px;
    border-radius: 5px;
    color: #0e0e0e
}

.modal {
    display: none;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 5px solid #838383;
    width: 49%;
    position: relative
}

.close {
    color: #333;
    float: right;
    margin-right: 10px;
    font-size: 34px;
    font-weight: 400;
    position: absolute;
    right: 0
}

.invite-refer-earn-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.loginsignimg {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.form-box {
    padding: 42px 30px 30px 0
}

.policy-box {
    margin-bottom: 10px;
    color: #0e0e0e;
    font-size: 12px
}

.toast-box {
    margin: 5px;
    border-radius: 40px;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: auto;
    background-color: #e90000;
    display: none;
    position: relative;
}

.toast-close-btn {
    margin-left: 15px;
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 22px;
    line-height: 16px;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    right: 10px;
    top: 10px;
}

.divider-line {
    margin-top: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #d8d6d6
}

.under-line {
    margin-top: 9px;
    margin-bottom: 5px;
    width: 83px;
    border-bottom: 5px solid #fbd104
}

.card-effect {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(92 14 113 / 31%)
}

.store-box {
    margin: 5px;
    padding: 10px;
    position: relative;
    border-radius: 0;
    transition: transform .2s
}

    .store-box:hover {
        transform: scale(1.05)
    }

.store-box-logo {
    width: 110px;
    height: auto
}

.store-box-logo-border {
    padding: 5px;
    border: 1px solid #fbd104;
    border-radius: 0
}

.highlights {
    border: 1px dashed #d5d5d5;
    padding: 3px 0 0;
    text-align: center;
    background: #d39c14;
    color: #fff;
    max-width: 245px;
    border-radius: 5px;
    height: 26px;
    font-size: 13px
}

.store-product-banner, .store-product-logo {
    height: auto;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1)
}

.store-product-box {
    margin: 35px 5px 5px;
    padding: 10px;
    position: relative;
    border-radius: 0
}

.store-product-logo {
    width: 130px;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: #fff;
    margin: -32px 0 0;
    text-align: center
}

.store-product-banner {
    width: 100%;
    background: #fff
}

.cat-box {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1)
}

.cat-box-logo {
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    width: 45px;
    height: 45px
}

.content-box {
    padding: 20px;
    margin-top: 20px;
    background-color: #fff
}

.footer {
    padding: 35px;
    background-color: #166b8c
}

    .footer li {
        list-style: none
    }

.footer-divider {
    border-bottom: 1px solid #757575
}

.logo-footer {
    width: 50%;
    height: auto
}

.footer-social {
    margin-top: 0
}

    .footer-social li {
        display: inline;
        padding: 5px;
        margin-top: 0
    }

.download-app-button1 {
    width: 120px;
    height: auto
}

#installbox {
    display: none;
    background: #d39c14;
    margin-top: 5px;
    padding: 4px 5px 0
}

#close-popup {
    color: #333;
    margin: 7px auto
}

.installlogo {
    width: 45px;
    height: 45px;
    padding: 5px
}

.installbutton {
    margin: 6px auto;
    max-width: 100px;
    font-size: 10px;
    border-radius: 10px;
    height: 22px;
    float: right;
    font-weight: 700;
    color: #000;
    padding-left: 9px;
    padding-right: 10px;
    background-color: #fcdd49;
    border: 1px solid #fbd104
}

@media (min-width:480px) and (max-width:991px) {
    table {
        overflow-x: auto;
        width: 100%;
        margin: 10px auto
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .loginleftblock, .web-header {
        display: none
    }

    .mob-header {
        display: block
    }

    .title {
        margin: 0;
        padding: 0;
        font-size: 18px
    }

    .sub-title {
        font-size: 15px
    }

    .content {
        font-size: 12px
    }

    .hint {
        font-size: 11px
    }

    .margin-top {
        margin-top: 7px
    }

    .padding {
        padding: 5px
    }

    .search {
        margin: 0 auto
    }

    .input-box, .search {
        height: 35px;
        width: 100%
    }

    .modal-content {
        width: 90%
    }

    .form-box {
        padding: 2rem
    }

    .footer {
        padding: 10px
    }
}

@media (min-width:320px) and (max-width:479px) {
    table {
        overflow-x: auto;
        width: 100%;
        margin: 10px auto
    }

    .content, .sub-title, h1, h2, h3, h4, h5, h6 {
        font-size: 13px
    }

    .loginleftblock, .web-header {
        display: none
    }

    .mob-header {
        display: block
    }

    .title {
        font-size: 14px
    }

    .content {
        font-size: 12px
    }

    .hint {
        font-size: 10px
    }

    .margin-top {
        margin-top: 7px
    }

    .padding {
        padding: 5px
    }

    .search {
        margin: 0 auto
    }

    .input-box, .search {
        height: 35px;
        width: 100%
    }

    .modal-content {
        width: 90%
    }

    .form-box {
        padding: 2rem
    }

    .footer {
        padding: 10px
    }
}

@media (max-width:320px) {
    body {
        display: none
    }
}

@media (max-width:767px) {
.mob-header .row{
	align-items: center;
}
}