    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
        font-weight: 900;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
        font-weight: 900;
        font-style: italic;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
        font-weight: bold;
        font-style: italic;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
        font-weight: 200;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
        font-weight: 800;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
        font-weight: 800;
        font-style: italic;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
        font-weight: 200;
        font-style: italic;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
        font-weight: normal;
        font-style: italic;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'), url('../fonts/Poppins-LightItalic.woff') format('woff');
        font-weight: 300;
        font-style: italic;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
        font-weight: 600;
        font-style: italic;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'), url('../fonts/Poppins-MediumItalic.woff') format('woff');
        font-weight: 500;
        font-style: italic;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
        font-weight: 100;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
        font-weight: 100;
        font-style: italic;
    }
    /*-----------------------------------------------
       reset css here
-----------------------------------------------*/
    
    * {
        margin: 0;
        outline: none;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    
    body {
        font-family: 'Poppins';
        font-weight: bold;
        position: relative;
        outline: none;
        outline: none;
        -ms-overflow-style: scrollbar;
        background: url(../images/lg_bg.jpg)no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .bgred {
        background: #e31e25;
    }
    
    a {
        text-decoration: none;
        transition: all .5s ease;
        color: #000;
    }
    
    a:hover {
        text-decoration: none;
        color: #000;
    }
    
    a,
    a:active,
    a:focus,
    a:hover,
    a:visited {
        outline: 0;
        text-decoration: none;
    }
    
    a:active,
    a:focus,
    a:visited {
        text-decoration: none;
    }
    
    p {
        padding: 0;
        line-height: 1.4em;
        text-align: justify;
    }
    
    p.nom {
        margin-bottom: 0 !important;
    }
    
    .clear {
        clear: both;
    }
    
    .clearfix:after {
        clear: both;
        content: '';
        display: block;
    }
    
    ul li {
        list-style: none;
    }
    
    ul {
        margin-bottom: 0;
    }
    
    img {
        max-height: 100%;
        max-width: 100%;
    }
    /*-------------------------------------------------
       Heading css
-------------------------------------------------*/
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        font-weight: normal;
    }
    
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    h3 {
        font-size: 24px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    h6 {
        font-size: 14px;
    }
    
    header,
    section,
    footer,
    aside,
    nav,
    main,
    article,
    figure {
        display: block;
    }
    
    button {
        outline: none !important;
    }
    
    .img-res {
        max-width: 100%;
        max-height: 100%;
    }
    /*==========login=========*/
    
    .pdbg {
        padding: 30px;
    }
    
    .pdbg1 {
        padding: 20px;
    }
    
    .box_center {
        width: 476px;
        margin: auto;
        position: relative;
    }
    
    .logo {
        text-align: center;
        margin: 30px 0px;
    }
    
    .formlog {
        padding-top: 20px;
    }
    
    .formlog>h1 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .frmbx {
        margin-bottom: 20px;
    }
    
    .frmbx>input,
    .sltl {
        border: none;
        width: 100%;
        background: no-repeat;
        border-bottom: 1px solid #707070;
        padding: 10px 10px 10px 30px;
        font-size: 16px;
    }
    
    .frmbx>input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #2B2929;
        opacity: 1;
        /* Firefox */
    }
    
    .frmbx>input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #2B2929;
    }
    
    .frmbx>input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #2B2929;
    }
    
    .frmbx>span {
        position: absolute;
        left: 0;
        top: 8px;
    }
    
    .btngt,
    .sbbtn>a {
        width: 100%;
        background: #BE8637;
        padding: 13px 10px;
        color: #fff;
        border-radius: 50px;
        font-size: 17px;
        font-weight: 500;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        margin-top: 16px;
        cursor:pointer;
    }
    
    .sbbtn>a>span {
        line-height: 0;
    }
    
    .btngt>span {
        line-height: 5px;
        display: block;
    }
    
    .otps>p {
        display: block;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: normal;
    }
    
    .otps>p>span {
        display: block;
    }
    
    .rsnt {
        text-align: center;
        font-weight: 600;
        display: block;
        margin-top: 10px;
        font-size: 15px;
        border: none;
        background: none;
        width: 100%;
    }
    /*dashboard*/
    
    .dts_user {
        column-gap: 10px;
    }
    
    .dts_user>p {
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 0;
        line-height: normal;
    }
    
    .dts_user>p>span {
        display: block;
        font-weight: 600;
        font-size: 14px;
    }
    
    .videobx {
        padding: 20px 0px;
    }
    
    .videobx>iframe {
        width: 100%;
        height: 250px;
        border: 5px solid #000;
        border-radius: 10px;
    }
    
    .whitebox {
        background: #fff;
        padding: 15px;
        border-radius: 6px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        position: relative;
    }
    
    .bgarw>h1 {
        position: relative;
        font-size: 22px;
        font-weight: 600;
        padding-top: 8px;
        text-align: center;
        width: 80%;
        margin: auto;
        line-height: 30px;
        z-index: 2;
    }
    
    .bgarw::before,
    .bgarw::after {
        position: absolute;
        top: 5px;
        content: '';
    }
    
    .bgarw::before {
        left: 10px;
        background: url(../images/animation.gif)no-repeat;
        width: 105px;
        height: 87px;
        background-size: contain;
    }
    
    .bgarw::after {
        right: 10px;
        background: url(../images/animation.gif)no-repeat;
        width: 101px;
        height: 87px;
        background-size: contain;
        transform: rotate(273deg);
    }
    
    .bgarw>h1>Span {
        color: #BE8637;
    }
    
    .ysno {
        display: flex;
        column-gap: 10px;
    }
    
    .ysno,
    .scal_rng {
        margin-top: 10px;
    }
    
    .ysno>span {
        background: #f3e6d5;
        padding: 4px 10px;
        display: flex;
        align-items: center;
        column-gap: 5px;
        font-weight: 500;
        border-radius: 50px;
        width: 94px;
        text-align: center;
        justify-content: center;
        border: 1px solid #ddd;
    }
    
    .ysno>span>label {
        margin-bottom: 0;
    }
    
    .ysno>span>input {
        width: 20px;
        height: 17px;
    }
    
    .range-slider {
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-top: 2.5rem;
        margin-bottom: 2rem;
    }
    
    #range {
        -webkit-appearance: none;
        width: 100%;
        border-radius: 50px;
        background: #7b0353;
    }
    
    #range:focus {
        outline: none;
    }
    
    #range::before,
    #range::after {
        position: absolute;
        top: 2rem;
        color: #333;
        font-size: 14px;
        line-height: 1;
        padding: 3px 5px;
        background-color: rgba(0, 0, 0, .1);
        border-radius: 4px;
        display: none;
        background: #7b0353;
    }
    
    #range::before {
        left: 0;
        content: attr(data-min);
    }
    
    #range::after {
        right: 0;
        content: attr(data-max);
    }
    
    #range::-webkit-slider-runnable-track {
        width: 100%;
        height: 1rem;
        cursor: pointer;
        animate: 0.2s;
        background: linear-gradient(90deg, #7b0353 var(--range-progress), #7b0353 var(--range-progress));
        border-radius: 1rem;
    }
    
    #range::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 0.25rem solid #7b0353;
        box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        height: 32px;
        width: 32px;
        transform: translateY(calc(-50% + 8px));
    }
    
    #tooltip {
        position: absolute;
        top: -2.25rem;
    }
    
    #tooltip span {
        position: absolute;
        text-align: center;
        display: block;
        line-height: 1;
        color: #fff;
        border-radius: 0.125rem;
        background: #7b0353;
        font-size: 1.25rem;
        left: 50%;
        transform: translate(-50%, 0);
        font-weight: 500;
        padding: 3px 11px;
    }
    
    #tooltip span:before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: -8px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: #7b0353;
    }
    
    .popsb .modal-dialog {
        max-width: 350px;
    }
    
    .popsb .modal-content {
        border-radius: 20px;
        padding: 20px;
        border: 1px solid #eee;
    }
    
    .popsb .close {
        position: absolute;
        right: 0;
        top: -10px;
        opacity: 1;
    }
    
    .box_tnks {
        padding: 30px;
    }
    
    .box_tnks>h3 {
        font-size: 23px;
        font-weight: 600;
        display: block;
        margin-top: 10px;
        color: #499B0C;
        margin-bottom: 10px;
    }
    
    .box_tnks>p {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin: 20px auto auto auto;
    }
    
    .bgimg_pop {
        background: url(../images/floating3.svg)no-repeat;
        background-position: top center;
    }
    
    .lick {
        position: relative;
        font-size: 22px;
        font-weight: 600;
        padding-top: 8px;
        text-align: center;
        width: 80%;
        margin: auto;
        line-height: 30px;
        z-index: 2;
    }
    
    .lick>span {
        color: #BE8637;
    }
    
    .top-us {
        margin-top: 40px;
        position: relative;
        z-index: 1;
    }
    
    .minut-top {
        margin-top: -50px;
    }
    /* .emailbox {
        padding: 80px 30px 0 30px;
    } */
    
    .emailbox>h1 {
       color: #499B0C;
        font-size: 25px;
        font-weight: 600;
       
        text-align: center;
        line-height: 30px;
        padding-top: 25px;
       
    }
    .mt-10{ margin-top:15px !important;}
    
    .emailbox>p {
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        margin: auto;
    }
    
    .voucherbox {
        position: relative;
        background: #212121;
        width: 90%;
        margin: 13px auto;
        height: 93px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .voucherbox::before,
    .voucherbox::after {
        position: absolute;
        top: 0;
        content: '';
        width: 23px;
        height: 93px;
    }
    
    .voucherbox::before {
        left: -21px;
        background: url(../images/line-l.svg)no-repeat;
    }
    
    .voucherbox::after {
        right: -21px;
        background: url(../images/line-r.svg)no-repeat;
    }
    
    .voucherbox>h2>span,
    .voucherbox>h2 {
        color: #fff;
        display: block;
        text-align: center;
    }
    
    .voucherbox>h2>span {
        font-size: 20px;
        font-weight: 500;
    }
    
    .voucherbox>h2 {
        font-size: 28px;
        font-weight: 600;
    }
    
    .bginput {
        background: #FFF4E5;
        padding: 2px 18px 18px 18px;
        border-radius: 0 0 6px 6px;
        z-index: 1;
        position: relative;
    }
    
    .email_input>span {
        color: #BE8637;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        display: inline-block;
        position: relative;
        top: 12px;
        left: 19px;
    }
    
    .bgpink>span {
        background: #fff4e5;
    }
    
    .bgpink>input {
        background: #FFF4E5;
    }
    
    .email_input>input {
        width: 100%;
        border: 1px solid #BE8637;
        padding: 18px 10px 16px 20px;
        color: #BE8637;
    }
    
    .email_input>input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #BE8637;
    }
    
    .email_input>input::-moz-placeholder {
        /* Firefox 19+ */
        color: #BE8637;
    }
    
    .email_input>input:-ms-input-placeholder {
        /* IE 10+ */
        color: #BE8637;
    }
    
    .email_input>input:-moz-placeholder {
        /* Firefox 18- */
        color: #BE8637;
    }
    
    .moneybox {
        text-align: center;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        padding: 10px;
        margin: auto;
        background: #E54242;
        border: 5px solid #FFEBEB;
        margin-top: 20px;
    }
    
    .moneybox>h2,
    .moneybox>h2>span {
        color: #fff;
        display: block;
    }
    
    .moneybox>h2>span {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    
    .moneybox>h2 {
        font-size: 20px;
        font-weight: 600;
    }
    
    .moneybox>span {
        margin-top: 8px;
        display: block;
        margin-bottom: 12px;
    }
    
    .mt-minus {
        margin-top: -50px;
    }
    
    .sbbtn>span {
        text-align: center;
        font-size: 17px;
        font-weight: 500;
        color: #707070;
        margin-top: 10px;
        display: block;
        margin-bottom: 6px;
    }
    /*bank*/
    
    .bankselect>h1 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
    .box_bank_op>a {
        border: 1px solid #ddd;
        display: inline-block;
        border-radius: 5px;
        width: 162px;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }
    
    .box_bank_op>a>span {
        padding: 20px 20px;
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .box_bank_op>a>h6 {
        background: #F5F5F5;
        padding: 6px 10px;
        font-weight: 500;
        font-size: 14px;
    }
    
    .notetxt {
        color: #707070;
        font-size: 12px;
    }
    
    .breadcrumb_c {
        gap: 8px;
        font-size: 16px;
        font-weight: 600;
    }
    
    .bgwhite>span {
        background: #fff;
    }
    
    .bgwhite>input {
        background: #fff;
    }
    
    .showdetails {
        background: #FFF4E5;
        margin-top: 15px;
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #FFE3BC;
    }
    
    .showdetails>span {
        display: block;
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .showdetails>span:last-child {
        margin-bottom: 0;
    }
    
    .listbank>span {
        display: block;
        font-size: 15px;
    }
    
    .cptxt {
        display: inline-block;
        background: #BE8637;
        padding: 5px 10px;
        color: #fff;
        border: none;
        border-radius: 5px;
        margin-top: 16px;
        font-size: 15px;
    }
    
    .close_ok {
        display: block;
        text-align: center;
        width: 100%;
        border: none;
        margin-top: 15px;
        background: none;
        font-size: 23px;
        font-weight: 500;
        color: #be8637;
    }
    
    .popsb {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
        align-items: center;
        justify-content: center;
        display: none;
    }
    
    .popsb_bl {
        display: flex;
        width: 100%;
    }
    
    .popwhite {
        width: 80%;
        background: #fff;
        text-align: center;
        border-radius: 13px;
        position: relative;
    }
    
    .closebx {
        background: none;
        border: none;
        position: absolute;
        right: -11px;
        top: -11px;
    }
    .cashback-button{
        width: 100%;
    background: #BE8637;
    padding: 13px 14px;
    color: #fff;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top: 30px;
    cursor:pointer;
    }
    #overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}
.error-css{
    color: #c92424 !important;
    top:46px !important;
}
.popup { position: fixed; transition: all .5s ease-in-out; left: 0; right: 0; opacity: 0; visibility: hidden; top: 0; bottom: 0; margin: auto; background: rgb(0 0 0 / 90%); width: 100%; z-index: 99; }
.popup_rerward { position: fixed; transition: all .5s ease-in-out; left: 0; right: 0; opacity: 0; visibility: hidden; top: 0; bottom: 0; margin: auto; background: rgb(0 0 0 / 90%); width: 100%; z-index: 99; }
.popbx { position: absolute; width: 350px; transform: translate(-50%, -50%); top: 50%; left: 50%; border-radius: 5px; padding: 20px; text-align: center; text-shadow: 3px 3px 18px #fff; background: #fff; }
.popbx_reward { position: absolute; width: 350px; transform: translate(-50%, -50%); top: 50%; left: 50%; border-radius: 5px; padding: 20px; text-align: center; text-shadow: 3px 3px 18px #fff; background: #fff; }
.close_btn { position: absolute; right: -10px; top: -10px; cursor: pointer; }
.showpop { opacity: 1; visibility: initial; overflow-y: auto; }
.cashpop { background: rgba(255,255,255,0.5); margin: 18px; border: 2px solid #fff; border-radius: 5px; padding: 20px; }
.cashpop-coupan { background: rgba(255,255,255,0.5); margin: 18px; border: 2px solid #fff; border-radius: 5px; padding: 10px; }
.webtxt { text-align: center; display: block; font-size: 13px; color: #313131; margin-top: 10px; font-weight: 600; }
    .webtxt > a { color: #F98B1C; margin-left: 5px; }
.termbt { border: none; border-top: 1px solid #d63e2c; border-bottom: 1px solid #d63e2c; background: none; font-size: 12px; font-weight: 600; color: #d63e2c;    text-align: center;
    padding-top: 5px;cursor:pointer;
 }    
 .tap-title{
     font-size: 25px !important;
 }
    
.termbt-align {
        text-align: center;
    padding-top: 5px;

} 
.poptxt ul {
    text-align: left !important;
    font-weight: normal;
}
    @media only screen and (max-width: 500px) {
        .box_center {
            width: 100%;
        }
        .popsb .modal-dialog {
            max-width: 100%;
        }
    }