body {
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.fixed-top {
    top: 46px;
}



header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    transition: .9s;
}

header .navbar.active {

    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    background: white;
    padding: 10px 0;
}

nav.active.bg-light.fixme.navbar.navbar-expand-lg.navbar-light .navbar-brand img {
    max-width: 125px;
}
nav.navbar.navbar-expand-lg.navbar-light.fixme.active .navbar-brand img{
    max-width: 125px;
} 

header .navbar img {
    position: relative;
    width: 190px;
    background: transparent;
    float: left;
    transition: .11s;
}

header .navbar img .navbar.active {
    width: 125px;
}



header .header-wrapper {

    width: 100%;
    background-color: #fff;
}

header .nav-toggle {
    border: none;
    padding: 0;
    z-index: 0;
}

header .nav-toggle:focus {
    box-shadow: none;
}

header .nav-toggle-icon {
    background-image: url(../img/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header .topbanner {
    padding: 12px 0;
}

header .topbanner .mobile-banner {
    display: none;
    justify-content: end;

}

header .mobile-banner .call-icon,
.email-wrapper {
    width: 20px;
    height: 20px;
    background-color: #F6F6F6;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

header .mobile-banner .call-icon {
    margin-right: 16px;
}

header .banner .mobile-banner .call-icon,
.email-wrapper {
    margin-right: 16px;
}

.mobile-banner .dropdown .dropdown-toggle::after {
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    cursor: pointer;
    border-right: 0;
    border-top: 0;
}

.mobile-banner .dropdown .dropdown-menu.show {
    margin-top: 13px !important;
    min-width: 60px;
    z-index: 1040;
    margin-top: 5px;
}
.dropdown-menu .dropdown-menu-dark{
    display: none;
}

.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
}

header .topbanner {
    background-color: #6769EA;
}

header .banner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

header .banner img {
    max-width: 22px;
}

header .banner span {
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    margin-left: 8px;
}

header .telephone-block {
    display: flex;
    align-items: center;
}

header .email-block {
    display: flex;
    margin-left: 30px;
    align-items: center;
}

.nav-toggle {
    display: none;
}

header .navbar {
    padding: 15px 0;
    margin-top: 40px;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

header .navbar .navbar-brand img {
    max-width: 190px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3E4853;
    padding: 10px 20px;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #6769EA;
}

header .navbar .nav-item .dropdown button {
    border: none;
    background: transparent;
    padding: 10px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3E4853;
}

header .navbar .nav-item .dropdown button img {
    max-width: 28px;
    margin-right: 10px;
    height: 20px;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 10px;
    /* display: none; */
}

header .navbar .nav-item .dropdown .dropdown-toggle::after {
    /* border-left: 1.5px solid #000;
    border-bottom: 1.5px solid #000; */
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    cursor: pointer;
    border-right: 0;
    border-top: 0;
}

header .navbar-expand-lg .navbar-nav {
    align-items: center;
}

hr.vertical-line {
    margin: 12px 0px;
    width: 1px;
    height: 20px;
    border: none;
    background: #E3E3E3;
    margin: 0 20px 0 0;
}

header .navbar .nav-item .btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 30px;
    background: #6769EA;
    border-radius: 64px;
    margin-right: 10px;
    padding: 11px 32px;
}

header .navbar .nav-item .btn:hover {
    background: #fff;
    color: #6769EA;
}


header .navbar .nav-item:last-child .btn {
    margin: 0;
}


.nav-toggle {
    position: absolute;
    top: 38px;
    right: 40px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}

.navbar-toggler-icon {
    left: 0;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle span {
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 10px;
    background: #000;
    cursor: pointer;
}

.nav-toggle span:before,
.nav-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 10px;
    background: #000;
    cursor: pointer;
}

.nav-toggle span:before {
    top: -5px;
}

.nav-toggle span:after {
    bottom: -5px;
    height: 1.6px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent
}

.nav-toggle.active span:before {
    top: 0;
    height: 1.6px;
}

.nav-toggle.active span:after {
    top: 0;
}

.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}



.hero-bg-image {
    padding: 146px 0 180px 0;
    background-image: url(../img/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-bg-image .hero-wrapper {
    padding-top: 60px;
}

.hero-bg-image .hero-wrapper .hero-text {
    margin-bottom: 80px;
}

.hero-bg-image .hero-wrapper h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    text-align: center;
    color: #000000;
}

.hero-bg-image .hero-wrapper h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 67px;
    text-align: center;
    background: linear-gradient(95.7deg, #8898F8 33.76%, #79D1BF 98.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-bg-image .hero-wrapper p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #3E4853;
    text-align: center;
    margin-bottom: 40px;
}

.hero-bg-image .hero-wrapper .btn-wrapper .btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 30px;
    background: #6769EA;
    border-radius: 50px;
}

.hero-bg-image .hero-wrapper .btn-wrapper .btn:hover {
    background: #fff;
    color: #6769EA;
}

.hero-bg-image .hero-wrapper .btn-wrapper .btn svg {
    margin-left: 10px;
}

.hero-bg-image .hero-wrapper .btn-wrapper .btn:hover svg path {
    stroke: #6769EA;
}

.hero-bg-image .hero-wrapper .btn-wrapper {
    text-align: center;
}

.overview {
    padding-top: 80px;
}

.overview .overview-content {
    padding-right: 25px;
}

.overview .overview-content h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 15px;
}

.overview .overview-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #3E4853;
    margin-bottom: 10px;
}

.overview .overview-content .btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 30px;
    background: #6769EA;
    border-radius: 64px;
    display: inline-block;
    margin-top: 30px;
}

.overview .overview-content .btn:hover {
    background: #fff;
    color: #6769EA;
}

.overview .overview-block {
    padding-left: 25px;
}

.faq-block .title-block h2{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 50px;
}
.faq-block .accordion-header{
    background: #FDFDFF;
    border: 1.21px solid #DAD9FF;
    border-radius: 14px;
}
.faq-block .accordion-button.collapsed{
    border-radius: 14px;
    padding: 30px;
}
.faq-block .accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}


.requirement {
    padding: 180px 0;
    background-image: url(../img/require-Shape.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.requirement .title-block {
    margin-bottom: 25px;
}

.requirement .title-block h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 15px;
}

.requirement .title-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    color: #3E4853;
}

.requirement .overview-img {
    padding-right: 25px;
}

.requirement .overview-block {
    padding-left: 25px;
}

.requirement .overview-block .a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 30px;
    background: #6769EA;
    border-radius: 64px;
    display: inline-block;
}

.requirement .overview-block .other-para {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 170%;
    color: #6C6C73;
    margin-bottom: 40px;
}

.requirement .overview-block .other-para a {
    text-decoration: underline;
    cursor: pointer;
    color: #6769EA;
}

.requirement .overview-block .btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 30px;
    background: #6769EA;
    border-radius: 64px;
    display: inline-block;
}

.requirement .overview-block .btn:hover {
    background-color: #fff;
    color: #6769EA;
}

.accordion-item:first-of-type {
    border: none;
    margin-bottom: 15px;
}

.requirement .overview-block .accordion-button {
    background: #FFFFFF;
    color: #222222;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    box-shadow: none;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 30px 30px 15px;
}

.requirement .overview-block .accordion-button.collapsed {
    padding: 30px;
    border-radius: 14px !important;
}

.requirement .overview-block .accordion-body {
    padding: 0 30px 30px;
    background: #FFFFFF;
    box-shadow: none;
    border-bottom: 14px;
    color: #6C6C73;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.requirement .overview-block .accordion-body p {
    margin: 0;
}

.accordion {
    margin-bottom: 30px;
}

.accordion-item {
    border-radius: 14px !important;
    background: transparent;
    box-shadow: 0px 2px 12px rgba(18, 18, 19, 0.06);
}

footer {
    background: #000000;
    padding-top: 80px;
}

.footer-title {
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 190px;
    display: block;
}

.footer h6 {
    margin-bottom: 20px;
}

.footer-text ul {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-text ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

.footer-text ul li:last-child {
    margin-bottom: 0;
}

.footer-text .col-md-2 {
    margin-bottom: 50px !important;
}

.footer-text .text {
    color: #D7D7D7;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

}

.footer-text .text:hover {
    color: #6769EA;
}

.footer-text .text img {
    margin-right: 12px;
}

.footer-horizontal {
    opacity: 1;
    color: #4E4C4C;
    margin: 0;
}

.footer-line {
    margin: 0px 40px 0 0;
    width: 1px;
    height: 198px;
    border: none;
    background: #E3E3E3;
    padding: 0;
    display: inline-block;
}

.footer-copy,
.footer-copy a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #898989;
    word-break: break-all;
}

.footer-text .block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    word-break: break-all;
    color: #D7D7D7;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.footer-text .block img {
    margin-right: 10px;
}

.description {
    padding: 80px 0;
    background: linear-gradient(0deg, #E6E6FF, #E6E6FF);
}

.description .details .text {
    margin-bottom: 40px;
}

.description .details .text h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 15px;
}

.description .details .text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #3E4853;
}

.description .button-text .btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #6769EA;
    padding: 11px 30px;
    background: transparent;
    border-radius: 64px;
    margin: 0 10px;
    border: 1px solid;
}

.description .button-text img {
    margin-right: 10px;
}

.description .button-text .btn:hover {
    background: #6769EA;
    color: #fff;
}

.description .button-text .btn:hover svg path {
    stroke: #fff;
}


/*Terms & condition */

.hero {
    padding: 220px 0 150px 0;
    background-image: url(../img/terms-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    /* 
    padding: 60px 0 180px 0;
    background-image: url(../img/hero-newBg.svg);
    background-position:center;
    background-repeat: no-repeat; */
}

.hero .hero-title {
    text-align: center;
}

.hero .hero-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

.contents {
    padding: 20px 0 180px 0;
}

.contents .contents-detail .top-para {
    margin-bottom: 50px;
}

.contents .contents-detail p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #3E4853;

}

.contents .contents-detail .points {
    margin-bottom: 50px;
}

.contents .contents-detail .last-point ul {
    list-style-type: none;
    padding-left: 1rem;
}

.contents .contents-detail .last-point ul li {
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
}

.contents .contents-detail .last-point ul:last-child {
    margin-bottom: 0;
}

.contents .contents-detail .last-point ul li:last-child {
    margin-bottom: 0;
}

.contents .contents-detail .points .list {
    padding-left: 20px;
}

.contents .contents-detail .points a.link {
    text-decoration: underline;
}

.contents .contents-detail .points-roman ol li {
    list-style-type: upper-roman;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #3E4853;
}

.contents .contents-detail .points h3 {
    margin-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    word-break: break-all;
}

.contents .contents-detail .points a {
    cursor: pointer;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #6769EA;
}

.contents .contents-detail .points:last-child {
    margin-bottom: 0;
}

.contents .contents-detail .points p:last-child {
    margin-bottom: 0;
}

.contents .contents-detail .points .list .list-group {
    background-image: url(..//img/Bullet.svg);
    background-position: 0 9px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #3E4853;
    padding-left: 20px;
}

.contents .contents-detail .points .list .list-group:last-child {
    margin-bottom: 0;
}

.contents .contents-detail .points ol li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #3E4853;
    margin-bottom: 15px;
}

.description .button-text .btn.secondary-btn {
    background-color: #6769EA;
    color: #FFFFFF;
}

.description .button-text .btn.secondary-btn:hover svg path {
    stroke: #6769EA;
}

.description .button-text .btn.secondary-btn:hover {
    background: #fff;
    color: #6769EA;
}






.crypto-icon {
    height: 1em;
    vertical-align: baseline;
    margin-bottom: -0.1em;
}
.dropdown{
    margin-right: 10px;
    display: flex;
    flex-direction: row-reverse;

}

.sik-dropdown>button.dropdown-toggle {
    position: relative;
    padding-right: 2ch;
    text-align: left;
    color: black;
    background-color: transparent;
    box-shadow: none;
}
header .navbar .nav-item .dropdown button{
    padding: 0 10px 0 0;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu{
    margin-top: 20px;
}
.dropdown img{
    max-width: 28px;
}
.sik-dropdown>button.dropdown-toggle::after {
    position: absolute;
    /* right: 1ch; */
    top: calc(50% - 7px);
    right: -10px;
}

.sik-dropdown .dropdown-item {
    cursor: pointer;
}

.dropdown-menu.show {
    background-color: white;
    margin-top: 10px;
}

.dropdown-item {
    /* max-width: 70px; */
    color:  #3E4853;;
}
.dropdown-item{
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-item img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus{
    box-shadow: none;
    background-color: transparent;
}
header .navbar .nav-item .btn:hover{
    background-color: transparent;
}
.dropdown-item:hover{
    color:  #3E4853;;
}
.dropdown-menu .dropdown-menu-dark.show{
    width: 100%;
    max-width: 42px !important;
    min-width: 112px;
}
.dropdown-menu li{
    margin-bottom: 0px;
    padding: 3px 0;
}
.country-flag{
    margin-right: 10px;
}
.country{
    display: none;
}