.close {
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    font-size: 2rem;
    opacity: 1;
    font-weight: 300
}

.mobileview,.lsmobileview {
    display: none
}

.getstarted {
    font-size: 18px;
    font-weight: 600;
    color: #28abe3;
    box-shadow: 0 16px 24px rgba(74,144,226,.1);
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    line-height: 55px;
    padding: 0 30px;
    min-width: 190px
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(40,171,227,.4)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 41%
}

.close {
    color: #28abe3;
    text-align: end;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    top: -11px
}

.remit-row {
    width: 80%;
    margin: auto
}

.app__footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.app__footer li a img {
    height: auto!important
}

.app__footer .qr__norm {
    max-width: 39px;
    background: #000;
    padding: 4px;
    border-radius: 3px
}

.app__footer li a {
    position: relative
}

.qr__hover {
    height: 183px;
    width: 183px;
    padding: 10px;
    border-radius: 6px;
    background-color: #000;
    position: absolute;
    bottom: 45px;
    right: -73px
}

.mobile__app {
    display: none
}


.app__footer li a .qr__hover {
    display: none
}

.app__footer li:nth-child(2) a img {
    margin: 0 5px
}

.footer-newlink h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 50px
}

.footer-newlink ul li {
    line-height: 34px
}

.footer-newlink ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center
}

.footer-newlink ul li a img {
    height: 30px
}

.footer-newlink .social-remit {
    display: flex;
    justify-content: space-between
}

.footer-end {
    width: 100%;
    margin: 3rem auto 0
}

.footer-end ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 2px solid #fff;
    padding-left: 0;
    padding-bottom: 1rem;
    margin-top: 2rem
}

.footer-end ul li a {
    text-decoration: none;
    color: #fff
}

.footer-end h6 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 2rem 0
}

.mobile-logo {
    display: none
}

.drop-menu {
    width: 190px;
    background: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-3em);
    z-index: -1;
    transition: all .3s ease 0s,visibility 0s linear .3s,z-index 0s linear .01s;
    box-shadow: 0 -1px 14px 0 rgba(0,0,0,.05);
    left: 14rem
}

.drop-menu li:first-child {
    padding-top: 7px
}

.otc-view {
    margin-left: 2rem
}

.drop-menu li>a {
    color: #28abe3;
    font-size: 13px;
    text-align: justify;
    padding: 10px 0 5px;
    display: block
}

.drop-menu li>a:hover {
    color: #28abe3
}

.drop-menu li>a>p {
    color: #bbb;
    font-size: 11px;
    margin: 0;
    text-align: left;
    padding-bottom: 10px
}

.drop-menu li {
    padding: 0 5px 0 17px;
    display: flex;
    flex-direction: column
}

.drop-menu li:hover {
    background-color: #e4e9ef;
    cursor: pointer
}

.drop-header:hover .drop-menu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    transform: translateY(0);
    transition-delay: 0s,0s,.3s
}

.drop-header {
    cursor: pointer;
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-left: 3rem
}

.drop-header img {
    width: 9px;
    margin-left: 10px
}
.status__tableSection table th,table td {
    text-align: start;
    padding: 17px
}

.affiliate__modal {
    border-radius: 10px;
    box-shadow: 10px -.3px 30px 0 rgba(0,0,0,.1);
    background-color: #28abe3;
    width: 50%;
    text-align: center;
    margin: 2rem auto;
    padding: 64px;
    position: relative
}

.modal-plane {
    width: 54%;
    margin-bottom: 58px
}

.affiliate__modal h3 {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px
}

.affiliate__modal p {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.affiliate-subscribe {
    width: 342px;
    position: relative;
    border-radius: 105px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.5rem
}

.affiliate__input {
    border: none;
    border-radius: 105px;
    width: 77%;
    margin-left: -24px;
    padding: 15px 5px
}

.affiliate__send {
    padding: 9px 10px 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    z-index: 2;
    border: none;
    top: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #28abe3;
    transform: translateX(2px)
}

.affiliate__modal p span {
    color: #fdb32a;
    font-weight: 600
}


.cashback__index {
    display: flex;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: center
}

.rewards__scratch {
    width: 38%;
    object-fit: contain
}

.scratch__page {
    padding: 2rem 0 0
}

.scroll__marq {
    width: 100%;
    display: block
}

.scroll__marq ul {
    margin: 0;
    text-align: initial;
    white-space: nowrap;
    display: flex;
    padding: 15px
}

.scroll__marq ul li {
    list-style: none;
    padding-right: 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff
}

.scratch__first {
    background: #28abe3;
    padding: 4.5rem 0 3rem
}

.scratch__scroller {
    background: #fdb32a
}

.scratch__middle {
    width: 85%;
    margin: 100px auto
}

.scratch__voucher h3 {
    font-size: 24px;
    color: #0d1f3c;
    margin-bottom: 29px
}

.voucher__box {
    border-radius: 6px;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.05);
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px 0
}

.voucher__box img {
    max-width: 57px
}

.voucher__input input {
    border-radius: 6px;
    background-color: #edf1f9;
    border: none;
    padding: 10px;
    width: 265px
}

.voucher__input button {
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    background: #28abe3;
    color: #fff;
    font-size: 16px
}

.voucher__terms {
    width: 470px;
    border-left: 1px solid #edf1f9;
    padding-left: 49px
}

.voucher__terms h4 {
    font-size: 16px
}

.voucher__terms p {
    font-size: 12px;
    margin: 2px
}

.scratch__rules {
    margin-top: 107px
}

.scratch__rules h3 {
    font-size: 24px;
    color: #0d1f3c;
    margin-bottom: 29px
}

.scratch__rulesBox {
    border-radius: 6px;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.05);
    background-color: #fff;
    padding: 25px
}

p{
    color: #575757;
    font-size: 15px;
    font-weight: 400;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: .4s;
    margin-top: 20px
}
.accordion:after {
    content: '\002B';
    color: #28abe3;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    overflow-y: auto
}

.panel p {
    color: #0d1f3c;
    padding: 19px 20px;
    margin: 0
}

.panel ul {
    color: #0d1f3c;
    padding: 19px 20px;
    margin: 0
}

.scratch__faq {
    margin: 100px 0
}

.scratch__faq h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.1;
    letter-spacing: normal;
    text-align: left;
    color: #0d1f3c
}

.close__new {
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    top: 1px;
    right: 22px;
    color: #fff;
    cursor: pointer
}

.free_btc_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -27%;
    z-index: 99;
    top: 2.8%;
    transition: left .5s cubic-bezier(.075,.82,.165,1)
}

.side-main-content {
    background-color: #f3f3f3;
    width: 345px;
    height: 508px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
    padding-bottom: 1%
}

.side-main-content-lower {
    width: 100%;
    padding: 2%
}

.Ellipse-2,.Ellipse-3,.Ellipse-4 {
    width: 30px;
    height: 30px;
    padding: 20px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.03);
    background-color: #fff;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Ellipse-4 {
    border: solid 1px #28abe3
}
.small-heading {
    text-align: center;
    color: #575757;
    font-size: 12px;
    font-weight: 400
}

.tbl {
    padding: 3%
}

.px1 {
    color: #858585;
    font-size: 10px;
    margin: 0
}

.img1 {
}

.tbl td {
    padding: 3%
}

.side-button {
    background-color: #000c1f;
    width: 38px;
    padding-left: 13px;
    padding-top: 10px;
    text-align: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer
}

.side-button .text img {
    margin-bottom: 8px
}

.side-button .text {
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-left: 0
}

.text__left {
    left: -26.5%
}

.header__dropdown {
    display: none;
    max-height: 38px;
    transition: all .4s ease 0s;
    overflow-y: hidden
}
.new__loginBtn {
    display: flex;
    justify-content: space-evenly
}

.new__loginBtn a {
    padding: 14px 41px 15px 39px!important;
    border-radius: 90px;
    border: solid 1.5px #fff;
    display: none
}

.new__loginBtn a:nth-child(2) {
    background-color: #fff;
    color: #28abe3
}

.new__download img {
    height: 15px;
    width: 15px;
    margin-right: 8px
}

.new__download p {
    font-size: 14px;
    color: #28abe3;
    font-weight: 600;
    margin: 0
}


#home {
    position: relative
}

.app__bnnr {
    position: fixed;
    top: 110px;
    right: -366px;
    z-index: 9999999;
    transition: right .5s cubic-bezier(.075,.82,.165,1)
}

.app__bnnr__box {
    display: flex;
    align-items: center;
    justify-content: center
}

.app__main__content {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.07);
    background-color: #000a1a;
    text-align: center;
    padding: 38px 10px;
    border-radius: 6px 0 0 6px
}

.app__main__content h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 0 auto
}

.app__main__content p {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 15px auto 0
}

.app__main__ss {
    width: 183px;
    height: 174px;
    margin: 35px;
    object-fit: contain
}

.app__platform {
    display: flex;
    flex-direction: column
}

.app__main__down {
    display: flex;
    justify-content: center
}

.app__main__qr {
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-left: 1.5rem
}

.app__platform img {
    width: 97px
}

.app__main__qr img {
    width: 64px
}

.app__side__button {
    background-color: #001029;
    width: 38px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer
}

.app__downtext {
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-left: 0
}

.app__side__button img {
    margin-bottom: 8px
}

.logo-footer {
    width: 150px
}


.promote-img {
    margin-right: 10px;
    padding-top: 7px;
    cursor: pointer;
    transform: scaleX(-1)
}

#feedbackPopSecond {
    margin-right: 10px;
    padding-top: 6px;
    position: absolute;
    right: 13.5rem;
    cursor: pointer;
    transform: scaleX(-1)
}

.cashbackdetail h3 {
    font-size: 65px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.cashbackdetail h5 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}


.scratch__faqTypes .active {
    background-color: #ccc;
}

.cashbackdetail h4 {
    color: #fff;
    margin-bottom: 5px;
}
.cashbackdetail h3 span {
    color: #fdb32a;
}

.cashbackdetail p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 35px;
    width: 59%;
}

.cashbackdetail a.getstarted {
    background-color: #fff;
    color: #28abe3;
    border: 2px solid #fff;
    border-radius: 6px;
    height: unset;
    line-height: unset;
    padding: 8px;
    cursor: pointer;
}




.scratch__faqTypes .active:after {
    content: "\2212";
}


.scratch__faqTypes .show{
    max-height: 200px;
}

.scratch__faqTypes .remove{
    max-height: 0px;
}