.commonheading {
    font-size: 30px;
    color: #043B73;
    font-family: 'Open Sans Bold';
    text-align: center;
}
.commonheading span {
    color: #F5821F;
}
.bannerImg-bar img {
    margin-top: 30px;
}
.subscribe-box {
    border: 1px solid #FFC28E;
    border-radius: 10px;
    padding: 0 30px 30px;
    margin-top: 30px;
    position: relative;
}
.subscribe-box div {
    display: inline-block;
    font-size: 14px;
    color: #043B73;
    background: rgba(245, 130, 31, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 5px 20px;
}
.subscribe-box ul {
    display: block;
}
.subscribe-box ul li {
    width: calc(33.33% - 23px);
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
}
.subscribe-box ul li:nth-child(3n + 3) {
    margin-right: 0;
}
.subscribe-box ul li p {
    font-size: 16px;
    color: #043B73;
    margin-bottom: 10px;
}
.subscribe-box ul li span {
    color: #F5821F;
    font-size: 18px;
    font-family: 'Open Sans Semi Bold';
}
.btnApi {
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 3px;
    background: #043B73;
    font-size: 16px;
    font-family: 'Open Sans Semi Bold';
    color: #fff;
    border-radius: 6px;
    border: 1px solid #043B73;
}
.orngBtn {
    background: #fff;
    border: 1px solid #ff7518;
    color: #ff7518;
}
.btnApi:focus {
    outline: none !important;
}
.barBtn-b {
    position: absolute;
    left: calc(50% - 172px);
    bottom: -20px;
    background: transparent !important;
    padding: 0 !important;
}
.tokenTable {
    margin-top: 25px;
}
.table-api {
    border-radius: 10px;
    border: 1px solid #FFC28E;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.token-head {
    padding: 18px 20px 20px;
    position: relative;
}
.token-head h4 {
    font-size: 16px;
    color: #F5821F;
    font-family: 'Open Sans Semi Bold';
    margin-bottom: 0;
}
.token-head button {
    background: #F5821F;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans Semi Bold';
    height: 26px;
    line-height: 26px;
    min-width: 100px;
    padding: 0 15px;
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    right: 20px;
}
.token-head button {
    outline: none !important;
}
.tableApi {
    width: 100%;
}
.tableApi th {
    background: rgba(245, 130, 31, 0.1);
    padding: 12px 15px;
    color: #F5821F;
    font-size: 14px;
    font-family: 'Open Sans Semi Bold';
    text-align: center;   
}
.tableApi td {
    padding: 12px 15px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #D8D8D8;   
}
.tableApi th:first-child,
.tableApi td:first-child {
    text-align: left;
}
.tableApi th:last-child,
.tableApi td:last-child {
    text-align: right;
}
.tableApi td a {
    display: inline-block;
    margin-left: 5px;
}
.tableApi td span {
    min-width: 60px;
    height: 24px;
    border-radius: 6px;
    padding: 0 10px;
    background: #eee;
    color: #666;
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
}
.tableApi td span.active {
    background: rgba(61, 162, 63, 0.1);
    color: #3DA23F;
}
.tableApi td button {
    border-radius: 6px;
    border: 1px solid #F5821F;
    background: transparent;
    color: #F5821F;
    font-size: 14px;
    font-family: 'Open Sans Semi Bold';
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
}
.tableApi td button:hover,
.tableApi td button:focus {
    border: 1px solid #F5821F;
    outline: 0 !important;
}
.systemBanner {
    background: rgb(184,219,255);
    background: linear-gradient(90deg, rgba(184,219,255,0.3) 0%, rgba(255,213,176,0.3) 100%);
    border-radius: 10px;
    border: 1px solid #FFD5B0;
    padding: 15px 25px;
    max-width: 950px;
    display: inline-flex;
    position: relative;
    margin-bottom: 20px;
}
.systemleft {
    display: inline-flex;
    align-items: center;
}
.systemleft img {
    margin-right: 15px;
}
.systemleft p {
    margin-bottom: 0;
    color: #043B73;
    font-size: 18px;
    font-family: 'Open Sans Semi Bold';
    text-align: left;
    line-height: 26px;
}
.systemleft span {
    color: #F5821F;
    font-family: 'Open Sans Bold';
}
.systemright {
    display: inline-flex;
    align-items: center;
    margin-left: 60px;  
}
.systemright button {
    border-radius: 6px;
    border: 1px solid #043B73;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #043B73;
    font-family: 'Open Sans Semi Bold';
    padding: 0 15px;
    background: transparent;
    margin-left: 15px;
    position: relative;
}
.systemright button span {
    position: absolute;
    right: 9px;
    top: -13px;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    background: #043B73;
    border-radius: 20px;
    padding: 1px 8px;
    font-family: 'Open Sans Semi Bold';
    z-index: 1;
}
.systemright button:focus {
    outline: none !important;
}
.systemSec {
    margin-top: 15px;
}
.systemBanner > a {
    position: absolute;
    right: 0;
    bottom: -30px;
    color: #F5821F;
    font-size: 14px;
}
.featuresSec {
    margin-top: 25px;
}
.gifbg {
    background: rgba(245, 130, 31, 0.1);
    border-radius: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.gifbg img:first-child {
    position: absolute;
    top: 25px;
    left: 60px;
}
.gifbg img:last-child {
    left: 35%;
    bottom: 25px;
    position: absolute;
}
.gifbg img.giffeat {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.featuresList {
    margin-bottom: 0;
}
.featuresList li {
    display: inline-block;
    align-items: center;
    width: calc(50% - 17px);
    margin-right: 30px;
    margin-top: 25px;
}
.featuresList li:nth-child(2n + 2) {
    margin-right: 0;
}
.featuresList li i {
    width: 52px;
    height: 52px;
    background: #F5821F;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.featuresList li p {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-left: 20px;
    width: calc(100% - 76px);
    vertical-align: middle;
}
.featuresList li p span {
    display: block;
    color: #F5821F;
    font-size: 20px;
    font-family: 'Open Sans Semi Bold';
    margin-bottom: 5px;
}
.languageSec {
    margin-top: 25px;
}
.langDiv {
    display: inline-block;
    margin-top: 30px;
    width: 80%;
} 
.langDiv ul {
    margin-bottom: 0;
}
.langDiv ul li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}
.langDiv ul li:before {
    position: absolute;
    left: 0;
    bottom: 25px;
    height: 70px;
    width: 1px;
    background: #D2D2D2;
    content: "";
}
.langDiv ul li:first-child::before {
    display: none;
}
.langDiv ul li h6 {
    color: #CACACA;
    font-size: 20px;
    font-family: 'Open Sans Bold';
    margin-bottom: 0;
    margin-top: 10px;
}
.faq-block {
    margin-top: 25px;
    margin-bottom: 30px;
}
.faq-block .commonheading {
    margin-bottom: 30px;
}
.tockenbody h3 {
    text-align: center;
    color: #333;
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 20px;
}
#revokeModal .tockenbody h3 {
    font-size: 18px;
    margin-bottom: 30px;
}
.tockenbody .close {
    font-size: 26px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 8px;
}
.tockenbody .close:focus {
    outline: none !important;
}
.tockenbody ul {
    margin-bottom: 0;
}
.tockenbody ul li,
.tockenbody ul {
    list-style: none;
}
.tockenbody ul li {
    padding: 5px 10px;
    display: inline-block;
}
.tockenbody ul li:first-child {
    width: 57%;
}
.tockenbody ul li:nth-child(2) {
    width: 42%;
}
.tockenbody ul li:last-child {
    width: 100%;
}
.tockenbody ul li label {
    color: #333333;
    font-size: 14px;
}
.tockenbody ul li input,
.tockenbody ul li select {
    height: 40px;
}
.tockenbody ul li:last-child input {
    height: 70px;
}
.submitBtn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tockenpopup .modal-content {
    border: none;
    border-radius: 15px;
}
.mobilevi-s {
    display: none;
}
.faq-block .accordion-faq-list .card .card-header button {
    color: #000;
}
.auickbar {
    margin-top: 20px;
}
.auickbar .nav {
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 100%;
}
.auickbar .nav li {
    width: 100%;
}
.auickbar .nav li a {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 30px;
    border-radius: 100px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
    display: block;
}
.auickbar .nav li:last-child a {
    margin-bottom: 0;
}
.auickbar .nav li:last-child a:before {
    display: none;
}
.auickbar .nav li a:before {
    content: "";
    position: absolute;
    left: 46px;
    top: 50px;
    width: 2px;
    border-left: .2rem dashed #d6d6d6;
    height: 100%;
    z-index: -1;
}
.auickbar .nav li a.active {
    border-color: #ffc096;
}
.auickbar .nav li a.active:before {
    border-left: .2rem dashed #ff7518;   
}
.auickbar .nav li a span {
    background: linear-gradient(90deg, hsla(0, 0%, 88%, .5), hsla(0, 0%, 93%, .5));
    padding: 0.6rem 0.6rem;
    display: flex;
    cursor: pointer;
    border-radius: 10rem;
    align-items: center;
    color: #999;
    font-family: 'Open Sans Semi Bold';
    font-size: 20px;
}
.auickbar .nav li a.active span {
    background: linear-gradient(90deg, rgba(255, 216, 183, .5), rgba(255, 246, 238, .5));
}
.auickbar .nav li a span i {
    background: #d6d6d6;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-right: 20px;
    font-style: normal;
}
.auickbar .nav li a.active span i {
    background: #ff7518;
}
.auickbar .well {
    display: inline-block;
    vertical-align: middle;
    width: 52%;
    text-align: center;
}
.stepbarF {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: relative;
    margin-top: 0;
}
.stepbarF:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    z-index: -1;
    bottom: 40%;
    right: -20%;
    box-shadow: 0 32px 264px 50px #f1cabc;
    border-radius: 100%;
}
.setpimg {
    position: relative;
    z-index: 1;
}
.barimg-f {
    position: absolute;
    bottom: -10px;
    right: 70px;
    width: auto;
    height: auto;
    margin: 0 auto;
    z-index: 0;
    overflow: hidden;
    height: 100px;
}
.auickbar .tab-content>.active {
    display: inline-block;
}
.auickbar .tab-pane {
    width: 100%;
}
.logos__marquee {
    display: flex;
    overflow-x: hidden;
    user-select: none;
    mask-image: linear-gradient(
        to right,
        hsl(0 0% 0% / 0),
        hsl(0 0% 0% / 1) 20%,
        hsl(0 0% 0% / 1) 80%,
        hsl(0 0% 0% / 0)
    );
}
.marquee__logos {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    animation: loop 20s linear infinite;
}
.marquee__logos img {
    display: block;
    margin-inline: 1rem;
}
@keyframes loop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
header {
    width: 100%;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}
.logobar {
    padding-top: 7px;
    padding-bottom: 7px;
}
.mainlogo {
    width: 115px;
}
.quickSteps {
    padding-top: 45px;
}
#revokeModal .btnApi {
    min-width: 130px;
}
.blueBtn {
    color: #043B73;
    background: transparent !important;
}
.commonheading > div {
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    background: #043B73;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 3px 13px;
    position: relative;
    top: -5px;
    font-family: 'Open Sans Semi Bold';
}
.aftsub-posi {
    left: calc(50% - 78px);
}
.requestSub {
    text-align: center;
}
.requestSub img {
    max-width: 170px;
    display: inline-block;
}
.requestSub h3 {
    position: relative;
    top: -30px;
    margin-bottom: 5px;
}
.checkboxTC input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkboxTC label {
  position: relative;
  cursor: pointer;
}
.checkboxTC label a {
    color: #043B73;
}
.checkboxTC label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #043B73;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
  top: -1px;
}
.checkboxTC input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #043B73;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.t-c-page {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding-top: 20px;
}
.t-c-text-block ol li {
    line-height: 24px;
    padding-left: 10px;
    margin-top: 10px;
}
.t-c-text-block ol li ol {
    margin-left: 15px;
}
.font-opensans {
    font-family: "Open Sans Semi Bold", sans-serif;
}
.t-c-page h1 {
    font-size: 30px;
    color: #043B73;
    font-family: 'Open Sans Bold';
    text-align: center;
    margin-bottom: 30px;
}
.t-c-page h1 span {
    color: #F5821F;
}
@media(min-width: 576px) {
    .tockenpopup {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

@media(max-width: 1024px) {
    .bannerImg-bar img {
        width: 100%;
        margin-top: 70px;
    }
    .subscribe-box ul li p,
    .featuresList li p {
        font-size: 14px;
    }
    .subscribe-box ul li span,
    .featuresList li p span {
        font-size: 16px;
    }
    .subscribe-box {
        padding-bottom: 35px;
    }
}

@media(max-width: 960px) {
    .bannerImg-bar {
        text-align: center;
    }
    .bannerImg-bar img {
        width: 60%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .tokenTable {
        margin-top: 40px;
    }
    .systemSec,
    .faq-block {
        margin-top: 20px;
    }
    .featuresSec,
    .languageSec {
        margin-top: 10px;
    }
    .tablemob-s {
        overflow-x: scroll;
    }
    .tablemob-s table {
        white-space: nowrap;
    }
    .systemBanner {
        display: block;
    }
    .systemright {
        margin-left: 45px;
    }
    .gifbg {
        width: 40%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .gifbg img:last-child {
        left: 50%;
        bottom: 50px;
    }
    .gifbg img:first-child {
        top: 20px;
        left: 260px;
    }
    .langDiv ul li img {
        max-width: 60px;
    }
    .langDiv ul li h6 {
        font-size: 16px;
    }
    .langDiv ul li:before {
        bottom: 8px;
    }
}

@media(max-width: 767px) {
    .commonheading {
        font-size: 24px;
    }
    .subscribe-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .subscribe-box ul li {
        width: calc(50% - 10px);
        margin-right: 15px;
    }
    .subscribe-box ul li:nth-child(3n + 3) {
        margin-right: 15px;
    }
    .subscribe-box ul li:nth-child(2n + 2) {
        margin-right: 0;
    }
    .subscribe-box {
        padding-bottom: 30px;
    }
    .table-api {
        position: relative;
    }
    .token-head {
        padding: 18px 15px 18px;
        position: unset;
    }
    .tokenTable {
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .token-head button {
        top: inherit;
        right: 0;
        bottom: -35px;
    }
    .systemSec {
        margin-top: 10px;
    }
    .systemBanner {
        padding: 15px;
    }
    .systemleft p {
        line-height: 22px;
        font-size: 16px;
    }
    .systemleft img {
        margin-right: 10px;
    }
    .systemright {
        margin-left: 0;
        margin-top: 10px;
    }
    .systemright button:first-child {
        margin-left: 0;
    }
    .systemright button {
        margin-left: 10px;
    }
    .gifbg {
        width: 80%;
    }
    .gifbg img:first-child {
        top: 20px;
        left: 22%;
    }
    .featuresList li {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .featuresList {
        margin-top: 10px;
    }
    .languageSec {
        margin-top: 0;
    }
    .langDiv {
        margin-top: 20px;
    }
    .langDiv {
        padding: 0 15px;
        width: 100%;
    }
    .langDiv ul li {
        padding: 15px 20px;
    }
    .langDiv ul li img {
        max-width: 60px;
        max-height: 45px;
    }
    .langDiv ul li:before {
        display: none;
    }
    .faq-block {
        margin-top: 10px;
    }
    .faq-block .accordion-faq-list .card .card-header button {
        font-size: 16px;
    }
    .faq-block .accordion-faq-list .card .card-body {
        padding: 0px 35px 20px 1px;
    }
    .tockenbody ul li:first-child,
    .tockenbody ul li:nth-child(2) {
        width: 100%;
    }
    .bannerImg-bar img {
        width: 100%;
    }
    .tablemob-s {
        display: none;
    }
    .mobilevi-s {
        display: block;
    }
    .mobilevi-s td small img {
        width: 14px;
    }
    .mobilevi-s td span {
        color: #3DA23F;
        position: relative;
        background: transparent;
        padding: 0;
    }
    .mobilevi-s td span:before {
        position: relative;
        background: #3DA23F;
        content: "";
        width: 6px;
        height: 6px;
        margin-right: 5px;
        border-radius: 100%;
        display: inline-block;
    }
    .auickbar .nav li a {
        margin-bottom: 20px;
    }
    .auickbar .nav li a:before {
        border-width: 0.1rem;
        left: 34px;
    }
    .auickbar .nav li a.active:before {
        border-width: 0.1rem;
    }
    .auickbar .nav li a span {
        font-size: 15px;
        padding: 0.6rem 0.6rem;
    }
    .auickbar .nav li a span i {
        flex: 0 0 35px;
        height: 35px;
        font-size: 16px;
        margin-right: 10px;
    }
    .auickbar .well {
        width: 100%;
        margin-top: 15px;
    }
    .setpimg img {
        width: 75%;
    }
    .stepbarF > img {
        bottom: -20px;
        right: 140px;
        width: 40%;
    }
    .stepbarF:before {
        width: 40%;
        bottom: 65%;
        right: 10%;
    }
    .marquee__logos img {
        width: 100px;
        margin-inline: 0.5rem;
    }
    .btnApi {
        min-width: 135px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .barBtn-b {
        left: calc(50% - 152px);
        bottom: -18px;
    }
    .systemBanner {
        margin-bottom: 0;
    }
    .commonheading > div {
        top: -3px;
    }
    .aftsub-posi {
        left: calc(50% - 78px);
    }
    .t-c-page h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media(max-width: 390px) {
    .systemright button {
        padding: 0 10px;
        line-height: 30px;
        font-size: 13px;
    }
    .gifbg {
        width: 100%;
    }
    .featuresList li i {
        width: 46px;
        height: 46px;
    }
    .featuresList li i img {
        width: 24px;
    }
    .featuresList li p {
        margin-left: 10px;
    }
    .systemright button {
        padding: 5px 10px;
        line-height: 18px;
        height: auto;
    }
}

@media(max-width: 320px) {
    .btnApi {
        font-size: 12px;
        min-width: 130px;
        padding: 0 5px;
    }
    .barBtn-b {
        left: calc(50% - 138px);
    }
}