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

.mobileview,.lsmobileview {
    display: none
}

.indexfooter {
    padding: 60px 0;
    background-color: #28abe3
}
section.index_banner {
    background-color: #28abe3;
    min-height: 600px;
    display: flex;
    vertical-align: middle;
    align-items: center
}

.index-header {
    background-color: #28abe3;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
    z-index: 9999999999!important
}

.index-header a.navbar-brand img {
    height: 50px
}

body::-webkit-scrollbar {
    width: 5px!important
}

body::-webkit-scrollbar-track {
    background: #ccc
}

body::-webkit-scrollbar-thumb {
    background-color: #28abe3;
    outline: 1px solid #28abe3;
    border-radius: 100px
}

.changepass-section .main-text h3,p,.changepass-section .main-text {
    color: #575757;
    font-size: 15px;
    font-weight: 400
}

.referel-page {
    background: #f4f7fc
}

.referel-page .index_banner {
    min-height: 313px
}

.referel-page .index_banner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize
}

.referel-page .referral-section {
    padding: 30px 40px 100px;
    margin-left: 90px
}

.referel-page .faq-section {
    padding: 4rem 0
}

.referel-page .referral-section h4 {
    font-size: 22px;
    color: #575757;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative
}

.referel-page .referral-section h4::before {
    content: "?";
    height: 20px;
    width: 20px;
    background: #28abe3;
    display: inline-block;
    border-radius: 100%;
    border: solid 1px #28abe3;
    color: #fff;
    line-height: 19px;
    padding: 0 6px;
    font-size: 15px;
    position: absolute;
    left: -40px;
    top: 4px
}

.referel-page .referral-section p {
    font-size: 18px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 40px;
    width: 80%
}

.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
}

.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%
}

.web__app h4 a {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}


.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)
}
.img__pd {
    padding: 0!important
}

.text__rightdone {
    right: 0%;
}