@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');
body {
    line-height: normal;
    font-family: 'Rubik', sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.btn-primary {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #467fcf;
    color: #fff;
    border-color: #467fcf;
    min-width: 226px;
    height: 60px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.btn-primary:hover {
    background-color: #2d6abf;
    border-color: #2d6abf;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn-outline-primary {
    min-width: 226px;
    height: 60px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    color: #467fcf;
    border-color: #467fcf;
    justify-content: center;
}

.btn-outline-primary:hover {
    background-color: #467fcf;
    border-color: #467fcf;
    color: #fff;
}

.btn-default {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: none;
    color: #467fcf;
}

.btn-default:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #467fcf;
    color: #fff;
    border-color: #467fcf;
}


/*********************************/

header {
    padding: 35px 15px;
}

header .navbar-brand {
    padding: 0;
}

header .navbar {
    max-width: 1479px;
    margin: 0 auto;
    padding: 0 0;
}

.navbar-nav.cst-nav .nav-item .nav-link {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #090b27;
    opacity: 0.4;
    padding: 5px 20px;
    position: relative;
    transition: all 0.5s;
}

.navbar-nav.cst-nav .nav-item.active .nav-link,
.navbar-nav.cst-nav .nav-item .nav-link:hover {
    opacity: 1;
}

.navbar-nav.cst-nav .nav-item .nav-link:after {
    content: '';
    left: 50%;
    text-align: center;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #467fcf;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.navbar-nav.cst-nav .nav-item.active .nav-link:after {
    width: 20px;
}

.navbar-nav.cst-nav .nav-item .nav-link:hover:after {
    width: 20px;
}

header .right-links .btn,
header .right-links .btn.btn-primary {
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    min-width: 120px;
    height: 40px;
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header .right-links a:first-child {
    margin-left: 0 !important;
}

.text-main h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 56px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #090b27;
    margin-bottom: 20px;
}

.text-main h1 span {
    font-weight: 500;
    color: #1c1565;
}

.text-main ul li {
    margin-bottom: 23px;
    display: flex;
}

.text-main ul li p {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    color: #5b5d7e;
    letter-spacing: normal;
}

.text-main ul {
    margin-bottom: 62px;
}

.text-main ul li p strong {
    font-weight: 700;
}

.payment-procedure {
    padding: 116px 0;
    position: relative;
}

.text-main .btn {
    margin-right: 40px;
}

.text-main ul li span {
    width: 32px;
    height: 32px;
    background: #467fcf;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.init {
    position: initial;
}

.payment-procedure .img-holder {
    position: absolute;
    top: 0;
    right: 0;
}

.video-btn {
    display: inline-flex;
    align-items: center;
}

.video-btn img {
    margin-right: 10px;
}

.video-btn {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #467fcf;
}

.link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.counter {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.counter li span {
    width: 60px;
    height: 70px;
    border-radius: 8px;
    background: rgba(70, 127, 207, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #467fcf;
}

.counter li {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #467fcf;
    margin: 0 2.5px;
}

.counter-main {
    padding: 111px 0;
}

.counter-main p {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #5b5d7e;
    margin-bottom: 30px;
}

.lead-text h3 {
    font-weight: 300;
    font-size: 38px;
    text-align: left;
    color: #090b27;
    line-height: 48px;
    margin-bottom: 20px;
}

.lead-text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #5b5d7e;
}

.lead-text a {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #467fcf;
    display: inline-block;
    margin-top: 30px;
}

.text1 {
    padding: 47px 0;
    margin-bottom: 22px;
}

.text1 h3 {
    max-width: 570px;
}

.text1 p {
    max-width: 613px;
}

.text2 {
    max-width: 570px;
    padding-bottom: 120px;
}

.about-product {
    padding: 0 0 125px;
}

.rewards-main {
    margin-top: 140px;
}


/**********************************/

.pricing-main {
    padding: 140px 0;
    background-image: url(../images/background-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.pricing-main .heading {
    margin-bottom: 52px;
}

.heading {
    font-size: 50px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 60px;
    letter-spacing: normal;
    text-align: center;
    color: #090b27;
}

.transaction-card {
    max-width: 370px;
    border-radius: 10px;
    background: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    padding: 40px;
}

.transaction-card h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: normal;
    color: #090b27;
}

.transaction-card h3 {
    font-size: 32px;
    color: #467fcf;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
}

.transaction-card h3 span {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0;
}

.transaction-card hr {
    border-top: 1px solid rgba(0, 0, 0, .5);
    margin: 15px 0 20px;
}

.transaction-card span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #5b5d7e;
    margin-bottom: 20px;
}

.transaction-card .btn {
    width: 100%;
    height: 40px;
}


/*******************************************/

.newsletter {
    padding-bottom: 100px;
}

.newsletter-holder {
    background-image: url(../images/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 62px 15px;
}

.inner-newsletter {
    max-width: 560px;
    margin: 0 auto;
}

.inner-newsletter h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.inner-newsletter h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #e8e8e8;
    max-width: 456px;
    margin: 0 auto 30px;
}

.newsletter-form .form-control {
    flex: 1;
    height: 60px;
    border-radius: 15px;
    box-shadow: 0 0 50px 0 rgba(103, 103, 103, 0.05);
    background-color: #ffffff;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #676767;
    padding: 15px 30px;
}

.newsletter-form .form-control::placeholder {
    color: #676767;
    opacity: 0.6;
}

.newsletter .btn-custom {
    min-width: 180px;
    height: 60px;
    border-radius: 15px;
    border: solid 1px #ffffff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

.newsletter .btn-custom:hover {
    background-color: #ffff;
    color: #467fcf;
}


/*************************************/

footer {
    padding: 50px 0 30px;
}

footer .cst-nav {
    flex-direction: row;
    justify-content: center;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-links li a {
    width: 40px;
    height: 40px;
    background: rgba(49, 168, 255, 0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.social-links li a:hover {
    background-color: #467fcf;
}

.social-links li a:hover img {
    filter: brightness(0) invert(1);
}

.support-links {
    display: flex;
    flex-wrap: wrap;
}

.support-links a {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #467fcf;
    margin-right: 49px;
}

.support-links a:hover {
    color: #1b1565;
}

.support-links a img {
    margin-right: 10px;
}

.support-links a:last-child {
    margin-right: 0;
}

.mt-38 {
    margin-top: 38px;
}

.q-links a {
    font-size: 12px;
    font-weight: 300;
    color: #5b5d7e;
    position: relative;
}

.q-links a:hover {
    color: #467fcf;
}

.q-links a:after {
    content: "|";
    font-size: 12px;
    font-weight: 300;
    color: #5b5d7e;
}

.q-links a:last-child:after {
    content: none;
}

footer .copy-text {
    font-weight: 300;
    font-size: 12px;
    text-align: right;
    color: #5b5d7e;
}


/***********************REWARDS PAGE************************/

.text-rewards {
    max-width: 685px;
    text-align: center;
    margin: 0 auto;
}

.text-rewards img {
    margin-bottom: 35px;
    height: 120px;
}

.text-rewards h1 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    color: #090b27;
    margin-bottom: 15px;
}

.text-rewards h1 span {
    font-weight: 500;
    color: #1c1565;
}

.text-rewards p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    text-align: center;
    color: #5b5d7e;
    margin-bottom: 30px;
}

.text-rewards a {
    margin: 0 9px;
}

.rewards {
    padding: 100px 0;
}

.step-guides {
    background-image: url(../images/background-2.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0 0;
}

.card_text {
    max-width: 469px;
    margin: 0 auto 70px;
}

.card_text h3 {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 50px;
    text-align: center;
    color: #090b27;
    margin-bottom: 16px;
}

.card_text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #5b5d7e;
    margin-bottom: 16px;
}

.card_text p strong {
    font-weight: 700;
}

.card_text .icon {
    margin-bottom: 25px;
}

.card_text .icon img {
    height: 70px;
    object-fit: cover;
}

.step-guides .img-holder {
    max-width: 370px;
    margin: 0 auto 100px;
}

.title h3 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    color: #090b27;
}

.title h3 span {
    display: block;
    font-weight: 500;
    color: #1c1565;
}

.membership-main {
    max-width: 840px;
    margin: 0 auto;
}

.card-type {
    min-height: 248px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.15);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.card-type h3 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #1c1565;
}

.card-type span {
    display: block;
    font-size: 38px;
    text-align: center;
    font-weight: 400;
    color: #1c1565;
}

.card-membership {
    margin-bottom: 59px;
}

.card-membership ul {
    padding: 0 36px;
}

.card-membership ul li {
    font-size: 16px;
    font-weight: 300;
    color: #5b5d7e;
    margin-bottom: 10px;
    display: flex;
}

.card-membership ul li img {
    margin-right: 11px;
}

.card-type.gold {
    background-image: url(../images/gold-card.png);
}

.card-type.gold h3,
.card-type.gold span {
    color: #946E02;
}

.card-type.platinium {
    background-image: url(../images/platinium.png);
}

.card-type.platinium h3,
.card-type.platinium span {
    color: #4D4D4D;
}

.card-type.diamond {
    background-image: url(../images/diamond.png);
}

.card-type.diamond h3,
.card-type.diamond span {
    color: #E3E3E3;
}

.refer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    flex-wrap: wrap;
}

.refer-links a {
    margin: 0 9px;
}

.membership {
    padding-bottom: 108px;
}

.membership .title {
    margin-bottom: 85px;
}

.membership .row {
    margin: 0 -50px;
}

.membership .row [class*="col-"] {
    padding: 0 50px;
}


/********************PRIVACY POLICY**********************/

.page-breadcrumb {
    padding: 100px 0;
}

.caption {
    text-align: center;
    font-weight: 300;
    font-size: 70px;
    text-align: center;
    color: #090a29;
}

.description-main {
    background-image: url(../images/background-2.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.description-main .container {
    max-width: 1592px;
}

.description-main h3,
.description-main p {
    font-size: 16px;
    font-weight: 400;
    color: #0b062f;
    margin-bottom: 20px;
}

.text-mb-0 p {
    margin-bottom: 0;
}

.text-mb-0 {
    margin-bottom: 20px;
}

.payment-procedure .img-holder {
    max-width: 756px;
}