/* --------------------------------------------------------- 1. icomoon fonts styles 2. General reset 3. Common site styles ---------------------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?xmq5iv");
    src: url("../fonts/icomoon.eot?xmq5iv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xmq5iv") format("truetype"), url("fonts/icomoon.woff?xmq5iv") format("woff"), url("../fonts/icomoon.svg?xmq5iv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^='icon-'], [class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-prev:before {
    content: '\e90d';
}
.icon-arrow-next:before {
    content: '\e90e';
}
.icon-check:before {
    content: '\e90f';
}
.icon-search:before {
    content: '\e910';
}
.icon-play:before {
    content: '\e914';
}
.icon-send:before {
    content: '\e911';
}
.icon-bell:before {
    content: '\e912';
}
.icon-home:before {
    content: '\e913';
}
.icon-birthday-cake:before {
    content: '\e900';
}
.icon-calendar-toggle:before {
    content: '\e901';
}
.icon-circle-graph:before {
    content: '\e902';
}
.icon-grad-cap:before {
    content: '\e903';
}
.icon-grad-cap-light:before {
    content: '\e904';
}
.icon-infinity:before {
    content: '\e905';
}
.icon-menu-square:before {
    content: '\e906';
}
.icon-money-up:before {
    content: '\e907';
}
.icon-padlock:before {
    content: '\e908';
}
.icon-star1:before {
    content: '\e909';
}
.icon-stock:before {
    content: '\e90a';
}
.icon-stock-2:before {
    content: '\e90b';
}
.icon-test-checked:before {
    content: '\e90c';
}
.icon-chevron-circle-left:before {
    content: '\f137';
}
.icon-chevron-circle-right:before {
    content: '\f138';
}
.icon-star:before {
    content: '\f005';
}
.icon-user:before {
    content: '\f007';
}
.icon-tag:before {
    content: '\f02b';
}
.icon-plus:before {
    content: '\f067';
}
.icon-minus:before {
    content: '\f068';
}
.icon-eye:before {
    content: '\f06e';
}
.icon-eye-slash:before {
    content: '\f070';
}
.icon-chart-bar:before {
    content: '\f080';
}
.icon-upload:before {
    content: '\f093';
}
.icon-rocket:before {
    content: '\f135';
}
.icon-file-alt:before {
    content: '\f15c';
}
.icon-calculator:before {
    content: '\f1ec';
}
.icon-chart-line:before {
    content: '\f201';
}
.icon-shopping-bag:before {
    content: '\f290';
}
.icon-headset:before {
    content: '\f590';
}
.icon-user1:before {
    content: '\f008';
}
.icon-lock:before {
    content: '\f023';
}
.icon-times-circle:before {
    content: '\f057';
}
.icon-check-circle:before {
    content: '\f058';
}
.icon-arrow-right:before {
    content: '\f061';
}
.icon-arrow-down1:before {
    content: '\f064';
}
.icon-chevron-down:before {
    content: '\f078';
}
.icon-credit-card:before {
    content: '\f09d';
}
.icon-lock-alt:before {
    content: '\f30d';
}
.icon-clipboard:before {
    content: '\f328';
}
.icon-badge-check:before {
    content: '\f336';
}
.icon-hand-holding-usd:before {
    content: '\f4c0';
}
.icon-map-marked-alt:before {
    content: '\f5a0';
}
.icon-analytics:before {
    content: '\f643';
}
.icon-bullseye-arrow:before {
    content: '\f648';
}
.icon-chart-line-down:before {
    content: '\f64d';
}
.icon-file-chart-line:before {
    content: '\f659';
}
.icon-linkedin-in:before {
    content: '\f0e1';
}
.icon-youtube:before {
    content: '\f167';
}
.icon-instagram:before {
    content: '\f16d';
}
.icon-whatsapp:before {
    content: '\f232';
}
.icon-telegram-plane:before {
    content: '\f3fe';
}
.product-descriptions ul {
    margin-left: 16px;
    padding: 0;
    list-style-type: disc;
    margin-bottom: 16px;
}
.product-description a {
    color: #808080;
    text-decoration: underline;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}
.header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.header .nav-link {
    font-size: 0.875rem;
    position: relative;
}
.header .nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid transparent;
    display: block;
    width: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
    -webkit-transition: width 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    transition: width 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    display: none;
}
.navbar-dark .header .nav-link.active, .navbar-dark .header .nav-link:hover {
    color: #aadd19;
}
.header .nav-link.active:after, .header .nav-link:hover:after {
    border-bottom-color: #aadd19;
    width: calc(100% - 40px);
    opacity: 1;
    visibility: visible;
}
.header .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
.header .navbar:not(.navbar-dark) {
    background: #fff;
}
.header .navbar:not(.navbar-dark) .btn.btn-outline-primary {
    color: #1f1f1f;
}
.header .navbar-dark .btn-outline-primary {
    color: #fff;
}
.header .navbar-brand {
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.checkout-header {
    background: #000;
    font-size: 0.75rem;
    margin-bottom: 40px;
}
.checkout-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.switch input[type='checkbox'] {
    display: none;
}
.switch input[type='checkbox']:checked + label {
    background: #808080;
}
.switch input[type='checkbox']:checked + label:after {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.switch input[type='checkbox']:checked + label:before {
    opacity: 0;
    visibility: hidden;
}
.switch input[type='checkbox']:not(:checked) ~ .before {
    color: #1f1f1f;
    font-weight: bold;
}
.switch input[type='checkbox']:checked ~ .after {
    color: #1f1f1f;
    font-weight: bold;
}
.switch .before, .switch .after {
    color: #b2b2b2;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.switch .before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.switch .after {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.switch label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    cursor: pointer;
    text-indent: 0;
    width: 39px;
    height: 15px;
    background: #808080;
    display: block;
    border-radius: 76px;
    position: relative;
    text-indent: -9999px;
}
.switch label:after {
    content: '';
    position: absolute;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #aadd19;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.switch label:active:after {
    width: 25px;
}
.switch.white input[type='checkbox']:not(:checked) ~ .before {
    color: #fff;
}
.switch.white input[type='checkbox']:checked ~ .after {
    color: #fff;
}
.switch.white .before, .switch.white .after {
    color: #808080;
}
textarea.form-control {
    min-height: 100px;
    resize: none;
}
.form-control.is-valid {
    border-color: #aadd19;
}
.form-control.highlighted {
    background: rgba(170, 221, 25, 0.15);
}
.form-check-label {
    font-size: 0.875rem;
}
.form-group .with-icon, .form-group .with-card-logo {
    position: relative;
}
.form-group .with-icon::after, .form-group .with-card-logo::after {
    content: '\f30d';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-family: 'icomoon';
    font-size: 1rem;
    color: #808080;
}
.form-group .with-icon .form-control, .form-group .with-card-logo .form-control {
    padding-right: 2.1875rem;
}
.form-group .with-card-logo:after {
    display: none;
}
.form-group .with-card-logo .detected-card-logo{
    width: 100%;
    height: 25px;
}

.form-group .with-card-logo .detected-card-logo img{
    position: relative;
    width: 25px;
    float: right;
    top: -32px;
    right: 10px;
}
.password-group {
    position: relative;
    margin-bottom: 16px;
}
.password-group .form-control {
    padding-right: 50px;
}
.password-group .password-visibility {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    border: none;
    padding-right: 15px;
    color: #787878;
    font-size: 20px;
    line-height: 1;
}
.upload-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #aadd19;
    border-radius: 7px;
    color: #1f1f1f;
    padding: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    gap: 10px;
    cursor: pointer;
}
.upload-file input[type='file'] {
    display: none;
}
.nav-tabs {
    border-bottom: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 30px;
}
.nav-tabs .nav-link {
    padding: 0;
    border: none;
    color: #1f1f1f;
    font-size: 1.125rem;
    position: relative;
}
.nav-tabs .nav-link:after {
    content: '';
    background: #cccccc;
    width: 35px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.nav-tabs .nav-link.active {
    text-shadow: 1px 0 0 currentColor;
}
.nav-tabs .nav-link.active:after {
    width: calc(100% - 10px);
    background: #aadd19;
}
.market-table {
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    min-width: 1000px;
}
.market-table thead th {
    background: rgba(170, 221, 25, 0.15);
    border-top: 1px solid #aadd19;
    border-bottom: 1px solid #aadd19;
    padding: 15px;
}
.market-table thead th:first-child {
    border-left: 1px solid #aadd19;
    border-radius: 20px 0 0 20px;
}
.market-table thead th:last-child {
    border-right: 1px solid #aadd19;
    border-radius: 0 20px 20px 0;
}
.market-table thead th span {
    color: #1f1f1f;
}
.market-table thead th [class^='icon-'], .market-table thead th [class*=' icon-'] {
    color: #4c4c4c;
    font-size: 1.5rem;
}
.market-table tbody tr:first-child td {
    padding-top: 25px;
}
.market-table tbody tr td {
    color: #1f1f1f !important;
    padding: 5px;
}
.market-table tbody tr td:first-child {
    border-radius: 7px 0 0 7px;
}
.market-table tbody tr td:last-child {
    border-radius: 0 7px 7px 0;
}
.market-table tbody tr td:nth-child(2) {
    font-weight: bold;
    color: #1f1f1f;
}
.border-gray {
    border-color: #c8c6c6 !important;
}
.mw-none {
    max-width: none !important;
}
.mw-72 {
    max-width: 72px;
}
.pt-130 {
    padding-top: 110px !important;
}
.w-155 {
    max-width: 155px;
}
.text-label-gray {
    color: #8a8989;
}
.mb-65 {
    margin-bottom: 30px;
}
.mb-77 {
    margin-bottom: 77px;
}
.max-width-157 {
    max-width: 157px;
}
.mw-300 {
    max-width: 300px;
}
.sub-title {
    display: block;
}
.border-16 {
    border-bottom-width: 10px !important;
}
.border-top-16 {
    border-top-width: 10px !important;
}
.text-dark-gray {
    color: #808080;
}
.mw-746 {
    min-width: 746px;
}
.mw-357 {
    min-width: 357px;
}
body {
    min-width: 360px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.visual-section {
    background-size: cover;
    background-position: 50% 50%;
}
.visual-section .sub-title {
    margin-bottom: 10px;
    letter-spacing: 6px;
    display: block;
}
.visual-section .intro-holder {
    max-width: 520px;
    padding-top: 120px;
    padding-bottom: 100px;
}
.visual-section-info {
    padding-top: 100px;
    padding-bottom: 84px;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.visual-section-info .sub-title {
    letter-spacing: normal;
}
.visual-section-info .icon-holder {
    font-size: 3.0625rem;
    margin-bottom: 15px;
}
.visual-section-info.style-2 {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.visual-relampago-section .fs-1 {
    font-size: 2rem !important;
}
.visual-relampago-section .fs-5 {
   /* letter-spacing: 15px;*/
}
.visual-relampago-section {
    background-size: auto;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top -20px center;
}
.visual-relampago-section .sub-title {
    margin-bottom: 10px;
    letter-spacing: 6px;
    display: block;
}
.visual-relampago-section .intro-holder {
    max-width: 520px;
    padding-top: 160px;
    padding-bottom: 0px;
}
@media (max-width: 768px) {
    .visual-relampago-section {
        background-image: url('../images/bg_caranaval.png') !important;
        background-size: 310% !important;
        background-position: top 530px right -235px !important;
    }
    .visual-relampago-section .intro-holder {
        padding-top: 120px;
        padding-bottom: 310px !important;
    }
}
.visual-relampago-section-info {
    padding-top: 100px;
    padding-bottom: 84px;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.visual-relampago-section-info .sub-title {
    letter-spacing: normal;
}
.visual-relampago-section-info .icon-holder {
    font-size: 3.0625rem;
    margin-bottom: 15px;
}
.visual-relampago-section-info.style-2 {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gray-sub-text {
    font-size: 1.625rem;
    color: #707070;
}
.section-title-holder {
    margin-bottom: 30px;
}
.section-title-holder h2 {
    margin: 0;
}
.how-it-works-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.how-it-works-section .four-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px 20px;
    padding-top: 63px;
    counter-reset: my-col-counter;
    position: relative;
    z-index: 1;
}
.how-it-works-section .four-columns:after {
    content: '';
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../images/line.png") no-repeat;
    background-position: 50% 50%;
    height: 23px;
    background-size: contain;
    display: none;
}
.how-it-works-section .col {
    background: #1f1f1f;
    border-radius: 35px;
    padding: 0 15px 60px;
    position: relative;
    color: #fff;
}
.how-it-works-section .col:before {
    content: '';
    position: absolute;
    top: -101px;
    left: 50%;
    width: 203px;
    height: 202px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/col-icon-bg.png") no-repeat;
    z-index: -1;
    background-size: 60% 60%;
    background-position: 50% 50%;
}
.how-it-works-section .col:after {
    counter-increment: my-col-counter;
    content: "0" counter(my-col-counter);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    color: #272727;
    z-index: 1;
    font-size: 7rem;
    line-height: 1;
    font-weight: 900;
    z-index: 1;
}
.how-it-works-section .col p {
    margin: 0;
    position: relative;
    z-index: 2;
}
.how-it-works-section .icon-holder {
    background: #aadd19;
    width: 94px;
    height: 94px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 3.125rem;
    line-height: 1;
    margin: -47px auto 20px;
}
.choose-exam-section {
    padding-bottom: 50px;
}
.assessment-exam-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 30px;
    margin-bottom: 80px;
}
.assessment-exam-row.four-cols {
    margin-top: -133px;
}
.assessment-exam-row.three-cols {
    margin-top: -133px;
}
.assessment-exam-row.one-col {
    margin-top: -133px;
}
.assessment-exam-col {
    background: #f6f5f5;
    border-radius: 35px;
}
.assessment-exam-col .img-holder {
    position: relative;
    border-radius: 35px 35px 0 0;
    overflow: hidden;
}
.assessment-exam-col .img-holder img {
    width: 100%;
}
.assessment-exam-col .img-holder h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 30px;
    margin-bottom: 0;
}
.assessment-exam-col .assessment-exam-detail {
    padding: 25px 15px;
}
.assessment-exam-col .select-with-icon {
    /*max-width: 184px;*/
    margin-bottom: 15px;
}
.assessment-exam-col .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4c4c4c;
    display: block;
    margin-bottom: 10px;
}
.assessment-exam-col .see-more-link {
    color: #b2b2b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
}
.assessment-exam-col .see-more-link:hover {
    color: #1f1f1f;
}
.assessment-exam-col .see-more-link .icon-arrow-right {
    font-size: 1.125rem;
    line-height: 1;
}
.assessment-exam-col .btn {
    margin: 0 auto -45px;
    max-width: 195px;
    display: block;
    font-weight: bold;
}
.assessment-exam-col.style-2 .img-holder {
    max-height: 160px;
}
.discount-tag {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #aadd19;
    color: #80a613;
    border-radius: 7px;
    padding: 4px;
    background: rgba(170, 221, 25, 0.3);
    /*display: none;*/
}
.discount-tag .icon-tag {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.black-btn {
    position: relative;
}
.discount-tag-black {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: bold;
    gap: 5px;
    border: 1px solid #000;
    color: #80a613;
    border-radius: 7px;
    padding: 4px;
    background: #000;
    /*display: none;*/
}
.discount-tag-black .icon-tag {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.discount-tag.plan-banner-tag {
    font-size: 1.375rem;
    background: #aadd19;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.select-with-icon {
    position: relative;
}
.select-with-icon:before {
    /*content: '\e905';
    */
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
    font-size: 19px;
    line-height: 1;
    color: #4d4d4d;
}
.select-with-icon .form-select {
    font-size: 0.875rem;
    /*padding-left: 37px;
    */
    padding-left: 10px;
    background-size: 20px;
}
.benefits-section {
    padding-bottom: 50px;
}
.benefits-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.benefits-col .icon-holder {
    color: #aadd19;
    font-size: 3.125rem;
    margin-bottom: 30px;
}
.benefits-col p {

}
.guarantee-banner {
    background: url("../images/banner-bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1f1f1f;
    padding: 20px;
    gap: 20px;
}
.guarantee-banner .doc-illustration {
    margin-top: -42px;
    margin-bottom: -92px;
    max-width: 200px;
    margin-left: auto;
}
.guarantee-banner .icon-holder {
    font-size: 2rem;
    line-height: 1;
}
.guarantee-banner .title-holder {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
}
.guarantee-banner .title-holder:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    bottom: 0;
    border-right: 1px solid #fff;
    height: 142px;
    display: none;
}
.guarantee-banner .title-holder .small {
    font-size: 1.4375rem;
    line-height: 1.75rem;
    font-weight: normal;
    display: block;
}
.guarantee-banner .text-holder {
    padding-bottom: 20px;
}
.cost-share-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.cost-share-info .img-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cost-share-info h2 {
    margin-bottom: 30px;
}
.table-transfer-banner {
    background: url("../images/banner-bg-2.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
    margin-bottom: 100px;
}
.table-transfer-banner .title {
    color: #fff;
    font-size: 1.25rem;
}
.table-transfer-banner .title br {
    display: none;
}
.table-transfer-banner .box {
    background: url("../images/box-bg-01.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px 25px;
}
.table-transfer-banner .box.green {
    background-image: url("../images/box-bg-02.jpg");
    color: #1f1f1f;
}
.table-transfer-banner .box.grey {
    background-image: url("../images/box-bg-03.jpg");
}
.table-transfer-banner .box .icon-holder {
    font-size: 2.375rem;
    line-height: 1;
    margin-bottom: 20px;
}
.table-transfer-banner .box span {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    display: block;
    margin-bottom: 30px;
}
.table-transfer-banner .box .btn {
    margin-bottom: -55px;
    min-width: 206px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table-transfer-banner .box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.table-transfer-banner.style-2 {
    background-image: url("../images/banner-bg-5.jpg");
    margin-bottom: 60px;
}
.table-transfer-banner.style-2 .text-holder {
    color: #fff;
}
.table-transfer-banner.style-2 .box {
    padding: 20px;
}
.table-transfer-banner.style-2 .box span {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 18px;
}
.table-transfer-banner.style-2 .box .btn {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1;
    height: 80px;
}
.mentors-ceo-section {
    padding-bottom: 50px;
}
.mentors-ceo-section h2 {
    text-align: center;
    margin-bottom: 60px;
}
.person-section {
    background: #f2f2f2;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.person-section:after {
    content: '';
    position: absolute;
    background: url("../images/line-green-01.png") no-repeat;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 438px;
    height: 124px;
}
.person-section .img-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #adb5bd;
}
.person-section .img-holder img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.person-section .img-holder .ceo-name {
    position: absolute;
    bottom: 50px;
    left: 40px;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.person-section .img-holder .name {
    font-size: 1.0625rem;
    display: block;
}
.person-section .img-holder .ceo-title {
    font-size: 1.4375rem;
    font-weight: bold;
}
.person-section .text-holder {
    max-width: 570px;
    padding: 30px;
}
.person-section .title {
    font-size: 2rem;
    color: #aadd19;
    display: block;
    margin-bottom: 20px;
}
.person-section .full-name {
    font-weight: bold;
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 15px;
    display: block;
}
.person-section .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    gap: 14px;
}
.person-section .social-list a {
    color: #000;
}
.person-section .social-list a:hover {
    color: #aadd19;
}
.mentor-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.mentor-row .person-section {
    font-size: 0.875rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0;
}
.mentor-row .person-section:first-child:after {
    background-image: url("../images/line-green-02.png");
    width: 275px;
    height: 169px;
}
.mentor-row .person-section:last-child:after {
    background-image: url("../images/line-green-03.png");
    width: 426px;
    height: 83px;
}
.mentor-row .text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}
.contact-us-section {
    padding-bottom: 50px;
}
.contact-us-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.contact-us-col .btn {
    min-width: 131px;
}
.contact-us-info .holder {
    max-width: 430px;
}
.contact-us-info .title {
    font-size: 1.75rem;
    line-height: 2.4375rem;
    color: #1f1f1f;
    margin-bottom: 20px;
    display: block;
}
.contact-us-info p {
    margin-bottom: 30px;
}
.contact-us-info .address {
    color: #1f1f1f;
    margin-bottom: 30px;
}
.contact-us-info .address li:not(:last-child) {
    margin-bottom: 10px;
}
.contact-us-info .icon-whatsapp {
    font-size: 1.875rem;
    color: #000;
}
.whatsapp-cta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
.whatsapp-cta .icon-holder {
    font-size: 3.125rem;
    color: #000;
    margin-bottom: 30px;
}
.whatsapp-cta .title {
    font-size: 1.25rem;
    color: #1f1f1f;
    margin-bottom: 20px;
    display: block;
}
.whatsapp-cta p {
    margin-bottom: 30px;
}
.whatsapp-cta .btn {
    display: block;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.newsletter-section {
    background: url("../images/banner-bg-3.jpg") no-repeat;
    background-size: cover;
}
.newsletter-section .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.newsletter-section .form-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}
.newsletter-section .form-control {
    border-color: rgba(255, 255, 255, 0.3);
}
.newsletter-section p {
    margin-bottom: 40px;
}
.newsletter-section .logo-holder {
    margin-left: auto;
}
.faq-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.accordion .accordion-item {
    border-bottom: 2px solid #ccc;
}
.accordion .accordion-body {
    padding-top: 0;
}
.trader-info-section {
    background: url("../images/bg-02.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.trader-info-section .container {
    padding-top: 95px;
}
.trader-info-section .title-holder {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 17px;
}
.trader-info-section .trader-img {
    width: 61px;
    height: 61px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.trader-info-section .trader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trader-info-section .trader-img .change-profile-image{
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #FFF;
}

.trader-info-section .trader-name-info .trader-name {
    font-size: 1.125rem;
    display: block;
    margin-bottom: 11px;
    margin-top: 15px;
}
.trader-info-section .trader-name-info .trader-name small {
    font-size: 0.875rem;
}
.trader-info-section .trader-name-info .badge-verified {
    font-size: 0.875rem;
    gap: 4px;
}
.trader-info-section .trader-name-info .badge-verified .icon-badge-check, .trader-info-section .trader-name-info .badge-verified .fa-solid {
    color: #aadd19;
}
.trader-info-section .total-points {
    font-size: 2rem;
    line-height: 2.25rem;
    color: #aadd19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
.trader-info-section .total-points small {
    font-size: 1.25rem;
    color: #fff;
    font-weight: normal;
}
.content-grid-row .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.side-menu {
    padding-left: 18px;
    position: relative;
}
.side-menu:before, .side-menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #808080;
    /*max-height: 210px;*/
}
.side-menu:after {
    /*border-left: 3px solid #aadd19;
    */
    max-height: 34px;
    /*left: -1px;
    */
}
.side-menu-list li:not(:last-child) {
    margin-bottom: 25px;
}
.side-menu-list a {
    color: #747474;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 0.875rem;
}
.side-menu-list a:hover {
    color: #000;
    font-weight: bold;
}
.side-menu-list a [class^='icon-'], .side-menu-list a [class*=' icon-'] {
    font-size: 1rem;
}
.side-menu-list a.active {
    color: #000;
    font-weight: bold;
}
.content-block .title {
    font-size: 1.125rem;
    display: block;
    margin-bottom: 15px;
}
.content-block .product-info-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.content-block .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
    gap: 25px;
}
.content-block .price {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #1f1f1f;
    font-weight: bold;
}
.border-dashed {
    border-bottom-style: dashed !important;
}
.bordered-box {
    border: 1px solid #aadd19;
    border-radius: 21px;
    padding: 20px 15px;
}
.bordered-box:not(:last-child) {
    margin-bottom: 18px;
}
.bordered-box .info-row {
    max-width: 650px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.bordered-box .point-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.bordered-box .total-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.bordered-box .point-row .value strong {
    font-size: 18px;
}
.bordered-box .point-row .credit strong {
    color: #aadd19;
}
.bordered-box .point-row .debit strong {
    color: #dc3545;
}
.bordered-box .total-row .value strong {
    color: #aadd19;
    font-size: 36px;
}
.bordered-box .info-holder {
    font-size: 0.75rem;
    line-height: 1rem;
}
.bordered-box .info-title {
    display: block;
    color: #1f1f1f;
    font-weight: bold;
}
.bordered-box .value {
    color: #747474;
}
.bordered-box .box-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.see-detail-link {
    font-size: 0.875rem;
    color: #1f1f1f;
    font-weight: bold;
}
.see-detail-link:hover {
    color: #aadd19;
}
.menu-opener-btn {
    background: none;
    padding: 0;
    border: none;
    position: absolute;
    top: 50px;
    right: 12px;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.menu-opener-btn:hover {
    color: #aadd19;
}
.menu-opener-btn .icon-menu-square {
    color: #aadd19;
}
.form-two-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 19px 27px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    /*align-items: flex-end;*/
}
.form-12-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 19px;
}
.form-12-cols .span-2 {
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
    grid-column: span 12 / span 12;
}
.form-12-cols .span-10 {
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
    grid-column: span 12 / span 12;
}
#changePasswordModal .modal-content {
    padding: 30px 20px;
}
.modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 1.3125rem;
    line-height: 1;
    opacity: 1;
    width: 21px;
    height: 21px;
    background: none;
}
.modal .btn-close:hover {
    color: #333333;
}
.shipment-status {
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1f1f1f;
    padding: 10px 15px;
    font-size: 0.75rem;
}
.shipment-status.awaiting {
    background: #c8c6c6;
}
.shipment-status.awaiting-aprove {
    background: #BBDEFB;
}
.shipment-status.sent {
    background: #edf5d5;
}
.shipment-status.declined {
    background: #FFCDD2;
}
.order-summary-banner {
    margin-bottom: 20px;
    background: url("../images/banner-bg-4.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 21px;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}
.order-summary-banner h3 {
    margin-bottom: 15px;
}
.order-summary-banner .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
}
.order-summary-banner .btn-holder a {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 7px;
    padding: 8px 15px;
}
.order-summary-banner .btn-holder a .icon-infinity {
    color: #aadd19;
    margin-right: 6px;
    font-size: 18px;
}
.order-summary-banner .discount-tag {
    max-width: 98px;
    margin-bottom: 10px;
}
.order-summary-banner .old-price {
    text-decoration: line-through;
    font-size: 1.375rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: 15px;
    color: #808080;
}
.order-summary-banner .price {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 14px;
}
.order-summary-banner .num-of-items {
    color: #ccc;
}
.sub-title-sm {
    font-size: 1.125rem;
    margin-bottom: 15px;
    display: block;
}
.checkout-box {
    background: #fff;
}
.checkout-box .icon-holder {
    width: 59px;
    height: 59px;
    border-radius: 100%;
    background: rgba(170, 221, 25, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #aadd19;
    font-size: 1.5625rem;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.checkout-box .heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}
.checkout-box .heading-area .title {
    color: #1f1f1f;
    font-size: 1.25rem;
    font-weight: bold;
    display: block;
}
.text-sm {
    font-size: 0.875rem;
}
.checkout-form {
    max-width: 740px;
    position: relative;
}
.checkout-form.mw-900 {
    max-width: 900px;
}
.checkout-form.mw-1000 {
    max-width: 1000px;
}
.checkout-form .btn {
    position: absolute;
    bottom: -44px;
    left: 50%;
    max-width: 230px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.checkout-form a {
    color: #1f1f1f;
    text-decoration: underline;
}
.checkout-form a:hover {
    text-decoration: none;
}
.form-three-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 19px 27px;
}
.checkout-footer {
    margin-top: 50px;
    color: #808080;
    font-size: 0.875rem;
    text-align: center;
}
.checkout-footer .holder {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e8e8e8;
}
.checkout-footer p {
    margin: 0;
}
.checkout-main .container {
    position: relative;
}
.checkout-main .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 82px;
    bottom: 0;
    border-left: 1px solid #aadd19;
    width: 1px;
    z-index: -1;
}
.checkout-two-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 19px 27px;
    margin-top: 19px;
}
.how-it-works-detail {
    margin-bottom: 50px;
}
.how-it-works-detail > .title {
    font-size: 1.25rem;
    margin-bottom: 50px;
}
.how-it-works-detail > p {
    font-size: 1.125rem;
    margin-bottom: 30px;
}
.how-it-works-detail .detail-two-cols {
    max-width: 900px;
    margin: 0 auto;
    gap: 30px;
    margin-bottom: 50px;
}
.how-it-works-detail .detail-one-col {
    max-width: 1186px;
    margin: 0 auto;
    gap: 30px;
    margin-bottom: 50px;
}
.how-it-works-detail .checkbox-holder {
    margin-bottom: 10px;
}
.how-it-works-detail .checkbox-holder input[type='radio'] {
    display: none;
}
.how-it-works-detail .checkbox-holder input[type='radio']:checked + label {
    border-color: #aadd19;
    background: rgba(170, 221, 25, 0.15);
    border-radius: 21px;
}
.how-it-works-detail .checkbox-holder input[type='radio']:checked + label .icon:after {
    content: '\f058';
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 1;
    font-style: normal;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #aadd19;
}
.how-it-works-detail .checkbox-holder label {
    border: 1px solid transparent;
    padding: 20px;
    display: block;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.how-it-works-detail .checkbox-holder .title {
    display: block;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.how-it-works-detail .checkbox-holder .icon {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.how-it-works-detail .checkbox-holder .icon:after {
    content: '';
    background: #ccc;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: block;
}
.how-it-works-detail .values-col {
    padding-top: 20px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
/*    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;*/
}
.how-it-works-detail .value-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}
.how-it-works-detail .value-item .title {
    display: block;
    color: #1f1f1f;
}
.how-it-works-detail .value-item .value {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: bold;
}
.how-it-works-detail .value-item .icon-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #4c4c4c;
    font-size: 2.1875rem;
    line-height: 1;
    width: 40px;
}
.banner-table-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    background: #1f1f1f;
    border-radius: 35px;
    padding: 30px;
    margin-bottom: 40px;
}
.banner-table-cta h3 {
    color: #fff;
    margin: 0;
}
.banner-table-cta h3 span {
    letter-spacing: 5px;
    font-weight: normal;
}
.info-link {
    max-width: 230px;
    color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.info-link:hover {
    color: #999999;
}
.info-link .icon-arrow-down1 {
    font-size: 1.4375rem;
}
.table-section {
    margin-bottom: 50px;
}
.table-section .tab-content {
    padding-top: 30px;
}
.trader-walk-forward {
    background: url("../images/banner-bg-6.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 1.125rem;
    line-height: 1.9375rem;
    color: #fff;
}
.trader-walk-forward .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}
.trader-walk-forward .img-holder {
    margin-top: -20px;
}
.trader-walk-forward .title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    display: block;
    margin-bottom: 30px;
}
.trader-walk-forward .text-holder {
    max-width: 480px;
}
.trader-walk-forward p {
    margin: 0;
}
.info-text-section {
    text-align: center;
    color: #1f1f1f;
}
.info-text-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.info-text-section .text-lg {
    margin-top: 60px;
    font-size: 1.5rem;
    line-height: 2.0625rem;
}
.plan-banner {
    background-size: cover;
    background-position: 50% 50%;
    padding: 25px 20px;
    border-radius: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    margin-bottom: 50px;
}
.plan-banner .plan-banner-tag {
    position: absolute;
    top: -8px;
    right: 33px;
}
.plan-banner .title {
    font-size: 1.25rem;
    color: #fff;
}
.plans-section {
    margin-bottom: 50px;
}
.plan-table-holder {
    /*overflow-x: auto;*/
    overflow-x: inherit;
    margin-bottom: 100px;
}
.plan-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 250px) (minmax(0, 1fr))[3];
    grid-template-columns: minmax(0, 250px) repeat(3, minmax(0, 1fr));
    min-width: 936px;
}
.plan-table.three-cols {
    -ms-grid-columns: minmax(0, 250px) (minmax(0, 1fr))[2] minmax(0, 231px);
    grid-template-columns: minmax(0, 250px) repeat(2, minmax(0, 1fr)) minmax(0, 231px);
}
.plan-table .plan-col:first-child {
    text-align: right;
}
.plan-table .plan-col:first-child .plan-title {
    letter-spacing: 4px;
}
.plan-table .plan-col:first-child .plan-list li {
    padding-right: 0;
}
.plan-table .plan-col:nth-child(2) .plan-title {
    padding-left: 30px;
}
.plan-table .plan-col:nth-child(2) .plan-list li {
    padding-left: 30px;
}
.plan-table .plan-col.best-plan .plan-title {
    font-size: 1.375rem;
    line-height: 1.19;
}
.plan-table .plan-col.best-plan .plan-holder {
    background: rgba(189, 255, 0, 0.15);
    position: relative;
}
.plan-table .plan-col.best-plan .plan-holder::before {
    content: 'Melhor Opção';
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    background: #aadd19;
    text-align: center;
    color: #1f1f1f;
    font-weight: bold;
    border-radius: 21px 21px 0 0;
    padding: 6px;
}
.plan-table .plan-col.best-plan .plan-list {
    color: #4c4c4c;
}
.plan-table .plan-title {
    color: #1f1f1f;
    font-size: 1.125rem;
    font-weight: bold;
    display: block;
    padding: 15px;
}
.plan-table .plan-list li {
    border-bottom: 1px solid #cfcfcd;
    padding: 15px;
}
.plan-table .plan-list li:last-child {
    border-bottom: none;
}
.plan-table .plan-list li:nth-last-child(2) {
    font-weight: bold;
}
.plan-table .btn {
    margin-left: 13px;
    margin-top: 30px;
    display: block;
    max-width: 130px;
}
.profits-section {
    margin-bottom: 60px;
}
.profits-num-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 314px))[1];
    grid-template-columns: repeat(1, minmax(0, 314px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 65px;
    gap: 30px;
}
.profits-num-row .text-primary {
    font-size: 1.5625rem;
    font-weight: bold;
    line-height: 1;
}
.profits-num-row .num {
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    display: block;
}
.profits-num-row .price-holder {
    color: #1f1f1f;
    padding-bottom: 10px;
}
.profits-num-row .description {
    display: block;
}
.profits-num-row .price {
    font-weight: bold;
}
.profits-num-row .percentage {
    color: #aadd19;
    border: 1px dashed #aadd19;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: bold;
    max-width: 151px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    margin: 0 auto;
    margin-top: 20px;
}
.profits-num-row .percentage .icon-chart-line {
    font-size: 1.5625rem;
    line-height: 1;
    margin-bottom: 3px;
}
.guide-step-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    gap: 20px;
}
.guide-step-row .guide-text-holder, .guide-step-row .guide-img-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.guide-step-row:last-child .guide-text-holder:before {
    display: none;
}
.guide-step-row:nth-child(odd) .guide-text-holder:before {
    background-image: url("../images/guide-arrow-left.png");
    bottom: -103px;
    left: -32px;
    right: auto;
}
.guide-step-row:nth-child(odd) .guide-img-holder .inner-holder {
    margin-left: 0;
}
.guide-section {
    padding-top: 100px;
    counter-reset: my-col-counter;
    color: #4c4c4c;
    margin-bottom: 50px;
}
.guide-section .title-holder {
    max-width: 750px;
    margin: 0 auto 50px;
}
.guide-section .title-holder p {
    margin: 0;
}
.guide-section .guide-text-holder {
    background: #f2f2f2;
    border-radius: 21px;
    position: relative;
    padding: 30px;
}
.guide-section .guide-text-holder:before {
    content: '';
    position: absolute;
    bottom: -103px;
    right: -32px;
    background: url("../images/guide-arrow-right.png") no-repeat;
    width: 97px;
    height: 120px;
    z-index: 2;
    display: none;
}
.guide-section .guide-text-holder:after {
    counter-increment: my-col-counter;
    content: "0" counter(my-col-counter);
    position: absolute;
    top: -12px;
    right: -5px;
    color: #e5e5e5;
    z-index: 1;
    font-size: 7rem;
    line-height: 1;
    font-weight: 900;
    z-index: 1;
    display: none;
}
.guide-section .guide-sub-title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    color: #aadd19;
}
.guide-section .title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    color: #1f1f1f;
}
.guide-section .description {
    font-size: 1.25rem;
    line-height: 1.875rem;
    display: block;
}
/*.guide-section .description:after {
     content: '';
     display: block;
     max-width: 363px;
     height: 1px;
     background: #808080;
     margin-top: 20px;
     margin-bottom: 29px;
}
*/
.guide-section p {
    margin: 0;
}
.guide-section .guide-img-holder .inner-holder {
    position: relative;
    margin-left: auto;
    max-width: 340px;
}
.guide-section .guide-img-holder .inner-holder:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 203px;
    height: 202px;
    background: url("../images/col-icon-bg.png") no-repeat;
    z-index: -1;
    background-size: 60% 60%;
    background-position: 50% 50%;
    display: none;
}
.guide-section .guide-img-holder img {
    border-radius: 21px;
}
.guide-section .guide-img-holder .icon-holder {
    background: #aadd19;
    width: 94px;
    height: 94px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 3.125rem;
    line-height: 1;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.plans-cta-banner {
    background: url("../images/banner-bg-7.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 50px;
}
.plans-cta-banner .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.plans-cta-banner h2 {
    margin-bottom: 40px;
}
.plans-cta-banner .btn {
    min-width: 167px;
}
.assessment-settings {
    max-width: 850px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    padding-top: 40px;
}
.assessment-settings .title {
    font-size: 1.125rem;
}
.assessment-settings .discount-tag {
    max-width: 76px;
    margin-left: auto;
    border-radius: 7px;
    font-size: 0.6875rem;
    margin-top: 8px;
    margin-bottom: -29px;
}
.assessment-settings .form-select {
    min-width: 239px;
}
.testimonial-section .container {
    padding-bottom: 50px;
}
.testimonial-section p {
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 30px;
}
.testimonial-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.testimonial-row .testimonial-block:only-child {
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}
.testimonial-block {
    width: 100%;
    background: #f2f2f2;
    border-radius: 14px;
    color: #4c4c4c;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonial-block blockquote {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonial-block .img-holder {
    border-radius: 100%;
    width: 56px;
    height: 56px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto;
}
.testimonial-block .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-block .quote-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonial-block q {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    display: block;
    margin-bottom: 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.testimonial-block q:before, .testimonial-block q:after {
    display: none;
}
.testimonial-block cite {
    font-style: normal;
}
.testimonial-block cite b {
    display: block;
}
.selected-exam-banner {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 21px;
    padding: 30px;
    margin-bottom: 40px;
}
.selected-exam-banner .badge {
    background: rgba(170, 221, 25, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aadd19;
    border: 1px solid #aadd19;
    max-width: 197px;
    border-radius: 7px;
    padding: 8px;
    font-size: 18px;
    line-height: 1;
    gap: 6px;
    margin-bottom: 25px;
}
.selected-exam-banner h2 {
    margin: 0;
}
.selected-exam-banner .container {
    padding-top: 60px;
}
.selected-exam-banner .section-title-holder {
    margin-bottom: 40px;
}
.selected-exam-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.selected-exam-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
.selected-exam-row .info-link {
    color: #808080;
}
.selected-exam-row .title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    color: #1f1f1f;
    display: block;
    margin-bottom: 2rem;
}
.selected-exam-row .price-holder .discount-tag {
    max-width: 114px;
    margin-bottom: 12px;
}
.selected-exam-row .price-holder .old-price {
    text-decoration: line-through;
    font-size: 1.25rem;
    margin-bottom: 20px;
    display: block;
}
.selected-exam-row .price-holder .price {
    font-size: 2.3125rem;
    font-weight: bold;
    color: #1f1f1f;
    display: block;
    margin-bottom: 10px;
}
.selected-exam-row .price-holder .num-total {
    color: #4c4c4c;
    display: block;
    margin-bottom: 25px;
}
.selected-exam-row .price-holder .btn {
    display: block;
    max-width: 180px;
}
.tags-block {
    background: #f2f2f2;
    padding: 25px 15px;
    color: #4c4c4c;
    border-radius: 14px;
    margin-top: 40px;
}
.tags-block span {
    font-size: 1.125rem;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.tags-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.875rem;
    line-height: 1;
}
.tags-block ul a {
    border: 1px solid #bdbdbd;
    padding: 7px 11px;
    display: block;
    color: #4c4c4c;
    font-weight: bold;
    border-radius: 7px;
}
.regulation-block strong {
    color: #1f1f1f;
}
.regulation-block table {
    border-collapse: separate;
    border-spacing: 0;
}
.regulation-block table th {
    border-top: 1px solid #aadd19;
    border-bottom: 1px solid #aadd19;
    font-weight: bold;
    color: #1f1f1f;
    text-align: center;
}
.regulation-block table th:first-child {
    border-left: 1px solid #aadd19;
    border-radius: 10px 0 0 10px;
}
.regulation-block table th:last-child {
    border-right: 1px solid #aadd19;
    border-radius: 0 10px 10px 0;
}
.regulation-block table tbody tr:last-child td {
    border-bottom: none;
}
.regulation-block table tbody tr td {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px;
    text-align: center;
}
.about-section .container {
    padding-top: 100px;
}
.about-section .two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.about-section .two-cols:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-section .two-cols:nth-child(even) .text-col {
    padding-right: 0;
}
.about-section .two-cols .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.about-section .text-col {
    padding-right: 50px;
}
.about-accordion .container {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    padding-bottom: 60px;
    padding-top: 50px;
}
.about-accordion .accordion-button:after {
    display: none;
}
.about-accordion .accordion-item {
    border-bottom: none;
}
.about-accordion .accordion-flush .accordion-item .accordion-button {
    border-radius: 14px 14px 0 0;
}
.about-accordion .accordion-button {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: bold;
    color: #1f1f1f;
    padding-top: 30px;
    padding-bottom: 24px;
    -webkit-transition: none;
    transition: none;
    padding-left: 64px;
}
.about-accordion .accordion-button:before {
    content: '\f067';
    position: absolute;
    top: calc(50% + 2px);
    left: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}
.about-accordion .accordion-button:not(.collapsed) {
    background: #f2f2f2;
}
.about-accordion .accordion-button:not(.collapsed):before {
    content: '\f068';
}
.about-accordion .accordion-body {
    border-radius: 0 0 14px 14px;
    background: #f2f2f2;
    padding: 0 30px 18px 30px;
    color: #808080;
}
.differentials-section {
    background: #000;
    color: #cccccc;
}
.differentials-section .img-holder {
    border-radius: 7px;
    overflow: hidden;
    width: 42px;
    height: 42px;
    margin-bottom: 30px;
}
.differentials-section .img-holder img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.differentials-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.differentials-section .title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
    font-weight: bold;
    display: block;
}
.differentials-slider .slick-list {
    margin: 0 -15px;
    padding-right: 100px;
}
.differentials-slider .slick-list:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 2;
    width: 80px;
}
.differentials-slider .slide {
    padding: 0 15px;
}
.differentials-slider .slick-arrow {
    top: -91px;
    color: #aadd19;
    font-size: 2.25rem;
    line-height: 1;
}
.differentials-slider .slick-arrow.slick-prev {
    right: 65px;
}
.differentials-slider .slick-arrow.slick-next {
    right: 0;
}
body.dashboard {
    color: #fff;
    background: #000;
}
body.dashboard .wrapper {
    padding-top: 68px;
}
body.dashboard .offcanvas-start.bg-gray {
    background: #0e0e0e;
}
.dashboard-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 2px solid #000;
    background: #0e0e0e;
    box-shadow: 0 0 20px #000;
    z-index: 99;
}
.dashboard-header .menu-opener-btn {
    display: block;
    position: static;
}
.dashboard-header .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dashboard-header .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 0;
}
.dashboard-header .logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    margin-right: 12px;
}
.dashboard-header .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.dashboard-header .search-form {
    display: none;
    width: 250px;
}
.dashboard-header .search-form .input-box {
    position: relative;
}
.dashboard-header .search-form .input-box .ico {
    position: absolute;
    top: 12px;
    right: 13px;
    font-size: 20px;
    line-height: 1;
}
.dashboard-header .search-form .input-box .search {
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 50px 8px 20px;
    color: #7d7d7d;
    border-radius: 50px;
    border: 0;
    outline: none;
    box-shadow: none;
    background: #262626;
}
.dashboard-header .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dashboard-header .info-box .box {
    position: relative;
}
.dashboard-header .info-box .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #222;
}
.dashboard-header .info-box .notification {
    width: 45px;
}
.dashboard-header .info-box .notification a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.dashboard-header .info-box .user-box {
    min-width: 130px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
}
.dashboard-header .info-box .user-box .dropdown {
    width: 100%;
}
.dashboard-header .info-box .user-box .dropdown button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    outline: none;
    box-shadow: none;
    padding: 0;
    border: 0;
    color: #fff;
    background: none;
}
.dashboard-header .info-box .user-box .dropdown img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 28px;
    border-radius: 50px;
    margin-right: 12px;
}
.dashboard-header .info-box .user-box .dropdown .text {
    display: block;
    margin-right: 12px;
}
.banner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999px;
    right: -999px;
    background-color: #111;
    z-index: -1;
}
.banner-section .img {
    display: none;
    max-width: 550px;
    height: auto;
    margin-right: -220px;
}
.banner-section .banner-holder {
    max-width: 620px;
    margin: 0 auto;
}
.banner-section h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
}
.banner-section h1 strong {
    color: #aadd19;
}
.main-container {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 100px);
    padding: 0 15px;
}
/** Sidebar **/
.sidebar {
    background: #0e0e0e;
}
.user-info {
    width: 100%;
    position: relative;
    padding: 40px 20px;
    text-align: center;
}
.user-info .img-box {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 12px;
}
.user-info .img-box img {
    display: block;
    width: 100%;
    height: auto;
}
.user-info .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
}
.user-info .progress-holder {
    width: 100%;
    text-align: left;
    padding-top: 30px;
}
.user-info .progress-holder .subtitle {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 10px;
}
.sidenav {
    list-style: none;
    margin: 0 0 100px;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
}
.sidenav > li {
    margin: 0;
}
.sidenav > li:hover a {
    color: #aadd19;
    background: #181818;
}
.sidenav > li:hover a::before {
    visibility: visible;
    opacity: 1;
}
.sidenav > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 30px;
    color: #fff;
    position: relative;
    border-bottom: 2px solid #151515;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sidenav > li > a::before {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    background: #aadd19;
}
.sidenav > li .ico {
    display: block;
    font-size: 20px;
    line-height: 1;
}
.sidenav > li .text {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px 0 20px;
}
.sidenav .submenu {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}
.sidenav .submenu li {
    margin: 0;
}
.sidenav .submenu li a {
    display: block;
    color: #fff;
    padding: 8px 30px;
    background: none;
}
.sidenav .submenu li a:hover {
    color: #aadd19;
}
.info-list {
    list-style: none;
    margin: 0;
    padding: 0 30px;
    font-size: 14px;
    line-height: 18px;
}
.info-list li {
    margin: 0;
}
.info-list li:first-child {
    border-top: 2px solid #7e7e7e;
    padding-top: 15px;
}
.info-list li a {
    display: block;
    color: #7e7e7e;
    padding: 5px 0;
}
.info-list li a:hover {
    color: #fff;
}
.slider-section {
    position: relative;
    padding: 20px 15px;
    margin: 0 0 20px;
    border-radius: 10px;
    background: #111;
}
.slider-section .heading {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
    padding-right: 70px;
}
.my-account-block {
    width: 100%;
    position: relative;
    border-radius: 10px;
    padding: 25px 15px;
    background: #111;
}
.my-account-block .head {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.my-account-block .head .heading {
    display: block;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.tabset {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    border-bottom: 4px solid #222;
}
.tabset li {
    margin: 0;
}
.tabset li .btn-link {
    display: block;
    padding: 5px 15px 12px;
    outline: none;
    color: #fff;
    border: 0;
    position: relative;
    text-decoration: none;
    box-shadow: none;
    background: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tabset li .btn-link::before {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #aadd19;
}
.tabset li .btn-link:hover, .tabset li .btn-link.active {
    color: #aadd19;
}
.tabset li .btn-link:hover::before, .tabset li .btn-link.active::before {
    opacity: 1;
    visibility: visible;
}
.account-info {
    width: 100%;
}
.account-info .img-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 350px;
    margin: 0 0 20px;
}
.account-info .img-col .img-box {
    max-width: 345px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.account-info .img-col .img-box img {
    display: block;
    width: 100%;
    height: auto;
}
.account-info .content-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
    border-radius: 10px;
    background: #222;
}
.account-info .content-col .btn {
    min-width: 115px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 5px;
}
.account-info .account-detail {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}
.account-info .account-detail li {
    padding: 10px 0;
    border-bottom: 2px solid #373737;
}
.account-info .account-detail .title {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 10px;
    color: #a1a1a1;
    text-transform: capitalize;
}
.account-info .account-detail .text {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.upload-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    height: 45px;
    position: relative;
    border-radius: 50px;
    background: #222;
}
.upload-img input {
    display: none;
}
.upload-img .text {
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.upload-img .btn-upload {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    width: 60px;
    height: 45px;
    border: 0;
    padding: 5px;
    outline: none;
    box-shadow: none;
    background: #aadd19;
}
.videos-section {
    width: 100%;
    margin: 0 0 30px;
}
.videos-section .video-column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 330px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.videos-section .video-column img {
    display: block;
    width: 100%;
    height: auto;
}
.videos-section .video-column .btn-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 1;
    border: 8px solid #fff;
    border-radius: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.videos-section .video-column .btn-play i {
    margin-left: 10px;
}
.videos-section .video-list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.video-accordion {
    width: 100%;
    text-align: left;
}
.video-accordion .accordion-item {
    margin: 0;
}
.video-accordion .btn-accordion {
    display: block;
    width: 100%;
    padding: 22px;
    color: #fff;
    text-align: left;
    outline: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #292929;
    background: #323232;
}
.video-accordion .btn-accordion .title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.video-accordion .btn-accordion .subtitle {
    display: block;
    font-size: 12px;
    line-height: 15px;
}
.video-accordion .holder {
    width: 100%;
    overflow: hidden;
    background: #0e0e0e;
}
.video-accordion .holder .btn-video {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #272727;
}
.video-accordion .holder .btn-video::after {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: '\e90f';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50px;
    background: #aadd19;
}
.video-accordion .holder .btn-video::before {
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #aadd19;
}
.video-accordion .holder .btn-video:hover, .video-accordion .holder .btn-video.active {
    background: #181818;
}
.video-accordion .holder .btn-video:hover::before, .video-accordion .holder .btn-video.active::before {
    visibility: visible;
    opacity: 1;
}
.video-accordion .holder .btn-video.watched::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.video-accordion .holder .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 18px;
}
.video-accordion .holder .imgbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 107px;
    border-radius: 5px;
}
.video-accordion .holder .imgbox img {
    display: block;
    max-width: 100%;
    height: auto;
}
.video-detail {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 20px;
}
.video-detail .text-box {
    width: 100%;
}
.video-detail .text-box .title {
    display: block;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px;
}
.video-detail .text-box .subtitle {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 10px;
}
.video-detail .rating-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.video-detail .rating-col .box {
    width: 130px;
    margin-right: 10px;
}
.video-detail .rating-col .subtitle {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 7px;
    color: #7e7e7e;
}
.video-detail .rating-col .rating {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 1;
    color: #7e7e7e;
}
.video-detail .rating-col .rating li {
    margin: 0 2px;
    cursor: pointer;
}
.video-detail .rating-col .rating li:hover {
    color: #aadd19;
}
.video-detail .rating-col .btn {
    width: 158px;
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.video-detail .rating-col .btn .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.video-detail .rating-col .btn:hover .ico {
    border-color: #000;
}
.write-comment {
    width: 100%;
    padding: 30px 0;
    position: relative;
}
.write-comment::before {
    content: '';
    position: absolute;
    top: 0;
    left: -999px;
    right: -999px;
    height: 2px;
    background: #212121;
    z-index: -1;
}
.write-comment .input-box {
    width: 100%;
    position: relative;
}
.write-comment .input-box .img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 42px;
    border-radius: 50px;
}
.write-comment textarea {
    width: 100%;
    height: 80px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    border: 0;
    outline: none;
    box-shadow: none;
    color: #7e7e7e;
    padding: 30px 75px 10px;
    background: #181818;
}
.write-comment .btn-send {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    border-radius: 50px;
    background: #bdbdbd;
}
/* Slick slider styles */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider {
    position: relative;
}
.slider .slick-prev, .slider .slick-next {
    position: absolute;
    top: -44px;
    right: 0;
    width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    color: #262626;
    background: #7e7e7e;
}
.slider .slick-prev {
    right: 36px;
}
.slider .slick-list {
    padding-right: 80px;
}
.slider .slide {
    padding: 0 20px 0 0;
}
.slider .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 260px;
    margin: 0 0 10px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 15px 15px;
    text-transform: capitalize;
    color: #aadd19;
}
.slider .subtitle {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
}
.footer .logo {
    font-size: 1.125rem;
}
.footer .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #808080;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.footer .logo img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .container {
    padding-top: 45px;
}
.footer .footer-bottom {
    padding-bottom: 50px;
    padding-top: 25px;
    color: #808080;
    font-size: 0.875rem;
}
.footer .footer-bottom p {
    margin: 0;
}
.footer .contact-list {
    font-size: 1.875rem;
    line-height: 2.125rem;
    gap: 30px;
}
.footer .contact-list li {
    position: relative;
}
.footer .contact-list li:not(:last-child):after {
    content: '';
    background: #808080;
    width: 1px;
    height: 43px;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: -12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer .contact-list .icon-whatsapp {
    color: #000;
}
.footer .partners a {
    color: #333;
}
.footer .title {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 15px;
    color: #000;
}
.footer .text {
    color: #999999;
    font-size: 0.875rem;
}
.footer address {
    margin: 0;
    margin-right: 50px;
}
.footer .address-info {
    gap: 20px;
}
.footer .social-list {
    font-size: 2.125rem;
    line-height: 1;
}
.footer .social-list a {
    color: #1f1f1f;
}
.footer .social-list a:hover {
    color: #aadd19;
}
@media (min-width: 576px) {
    .checkout-header {
        font-size: 0.875rem;
    }
    .how-it-works-section .four-columns {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .benefits-row {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .newsletter-section .form-row {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .testimonial-block blockquote {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .testimonial-block .img-holder {
        margin: 0;
    }
    .banner-section h1 {
        font-size: 18px;
    }
    .footer .logo a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
    }
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .how-it-works-detail .values-col-holder .value-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
        flex: 1 1 calc(50% - 20px);
    }
}
@media (min-width: 768px) {
    .checkout-header {
        margin-bottom: 60px;
    }
    .mb-65 {
        margin-bottom: 65px;
    }
    .section-title-holder {
        margin-bottom: 50px;
    }
    .how-it-works-section .four-columns {
        gap: 120px 20px;
        padding-top: 101px;
    }
    .how-it-works-section .col:before {
        width: 203px;
        height: 202px;
        background-size: 100% 100%;
    }
    .assessment-exam-row {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cost-share-info {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-bottom: 50px;
    }
    .table-transfer-banner .box-holder {
        gap: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .person-section .title {
        font-size: 2.5rem;
    }
    .mentor-row .text-holder {
        padding: 50px 30px;
    }
    .contact-us-row {
        gap: 50px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .whatsapp-cta .btn {
        max-width: 387px;
        height: 89px;
    }
    .bordered-box .info-row {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
    .bordered-box .point-row {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: 1fr 4fr 2fr 2fr;
    }
    .bordered-box .total-row {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: 1fr 1fr;
    }
    .form-two-cols {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .form-12-cols .span-2 {
        -ms-grid-column-span: 2;
        -ms-grid-column: span 2;
        grid-column: span 2 / span 2;
    }
    .form-12-cols .span-10 {
        -ms-grid-column-span: 10;
        -ms-grid-column: span 10;
        grid-column: span 10 / span 10;
    }
    #changePasswordModal .modal-content {
        padding: 40px;
    }
    .order-summary-banner {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 40px;
        gap: 20px;
        margin-bottom: 40px;
    }
    .order-summary-banner .price {
        font-size: 2.3125rem;
    }
    .checkout-box .heading-area {
        gap: 25px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .form-three-cols {
        gap: 15px;
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .checkout-footer {
        text-align: left;
    }
    .how-it-works-detail > p {
        margin-bottom: 60px;
    }
    .how-it-works-detail .detail-two-cols {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0, 400px) 1fr;
        grid-template-columns: minmax(0, 400px) 1fr;
        margin-bottom: 80px;
    }
    .how-it-works-detail .detail-one-col {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0, 1186px) 1fr;
        grid-template-columns: minmax(0, 1186px) 1fr;
        margin-bottom: 80px;
    }
    .how-it-works-detail .value-item {
        margin-bottom: 40px;
    }
    .trader-walk-forward .title {
        font-size: 2rem;
        line-height: 2.4375rem;
    }
    .plan-banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .guide-section .guide-img-holder .inner-holder:before {
        width: 203px;
        height: 202px;
        background-size: 100% 100%;
    }
    .testimonial-section p {
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-bottom: 80px;
    }
    .testimonial-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .testimonial-row .testimonial-block:only-child {
        margin: -17px auto 0;
    }
    .testimonial-block {
        width: 48%;
    }
    .selected-exam-banner {
        padding: 50px 40px;
    }
    .tags-block {
        padding: 25px 30px;
    }
    body.dashboard .wrapper {
        padding-top: 80px;
    }
    .dashboard-header {
        padding: 0 0 0 10px;
    }
    .dashboard-header .logo {
        width: 128px;
        margin-right: 22px;
    }
    .dashboard-header .search-form {
        display: block;
    }
    .dashboard-header .info-box .notification {
        width: 75px;
    }
    .dashboard-header .info-box .user-box {
        min-width: 156px;
        padding: 0 15px;
    }
    .banner-section {
        min-height: 230px;
        margin-bottom: 25px;
        padding: 0;
    }
    .banner-section .img {
        display: inline-block;
    }
    .banner-section .banner-holder {
        padding: 0 20px;
    }
    .slider-section {
        padding: 30px;
        margin: 0 0 35px;
    }
    .slider-section .heading {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 25px;
    }
    .account-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .account-info .img-col {
        max-width: inherit;
        width: 200px;
        margin: 0 20px 0 0;
    }
    .videos-section .video-column {
        height: 450px;
    }
    .videos-section .video-column .btn-play {
        width: 100px;
        height: 100px;
        font-size: 40px;
    }
    .video-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .video-detail .text-box {
        width: 55%;
    }
    .video-detail .rating-col {
        width: 315px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .slider .slick-prev, .slider .slick-next {
        top: -60px;
    }
    .footer .footer-bottom {
        padding-bottom: 70px;
    }
}
@media (min-width: 1200px) {
    .header .nav-link:after {
        display: block;
    }
    .header .navbar.with-border .container:after {
        content: '';
        border-bottom: 1px solid #5b5b5b;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 936px;
    }
}
@media (min-width: 992px) {
    .header {
        background: none;
    }


    .pt-130 {
        padding-top: 130px !important;
    }
    .sub-title {
        font-size: 1.5rem;
    }
    .top-10 {
        top: 10px;
    }
    .left-0 {
        left: 0;
    }
    .visual-section .intro-holder {
        padding-top: 180px;
        padding-bottom: 100px;
    }
    .visual-section-info {
        font-size: 1.25rem;
        padding-top: 285px;
    }
    .visual-section-info.style-2 {
        padding-top: 120px;
        padding-bottom: 120px;
        min-height: 600px;
    }
    .how-it-works-section .four-columns {
        -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
    .choose-exam-section {
        padding-bottom: 100px;
    }
    .assessment-exam-row {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-bottom: 100px;
    }
    .assessment-exam-row.one-col {
        -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-bottom: 100px;
    }
    .assessment-exam-row.four-cols {
        -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
    .benefits-section {
        padding-bottom: 100px;
    }
    .benefits-row {
        gap: 50px 30px;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    }
    .benefits-col {
        -ms-grid-column: span 2;
        grid-column: span 2;
        max-width: 320px;
    }
    .benefits-col:last-child:nth-child(3n - 2) {
        grid-column-end: 5;
    }
    .guarantee-banner {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 0 0 20px;
        gap: 0;
    }
    .guarantee-banner .doc-illustration {
        max-width: none;
        margin-left: 0;
    }
    .guarantee-banner .icon-holder {
        padding-right: 10px;
    }
    .guarantee-banner .title-holder {
        padding-right: 30px;
    }
    .guarantee-banner .title-holder:after {
        display: block;
    }
    .guarantee-banner .text-holder {
        font-size: 0.8125rem;
        padding-bottom: 0;
    }
    .cost-share-info {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .table-transfer-banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 200px;
        padding: 100px 50px;
    }
    .table-transfer-banner br {
        display: none !important;
    }
    .table-transfer-banner .title br {
        display: block;
    }
    .table-transfer-banner .box {
        margin-top: -116px;
        margin-bottom: -113px;
    }
    .table-transfer-banner.style-2 .box {
        padding: 20px 40px;
    }
    .table-transfer-banner.style-2 .box span {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .table-transfer-banner.style-2 .box .btn {
        font-size: 3.5625rem;
        height: 100px;
    }
    .mentors-ceo-section {
        padding-bottom: 100px;
    }
    .mentors-ceo-section h2 {
        font-size: 2.5rem;
    }
    .person-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 100px;
    }
    .person-section .img-holder {
        width: auto;
        height: auto;
    }
    .person-section .img-holder img {
        width: auto;
        object-fit: fill;
    }
    .contact-us-section {
        padding-bottom: 100px;
    }
    .contact-us-info .icon-whatsapp {
        font-size: 2.75rem;
    }
    .whatsapp-cta {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .whatsapp-cta .icon-holder {
        font-size: 6.5rem;
    }
    .whatsapp-cta .title {
        font-size: 1.75rem;
    }
    .newsletter-section .container {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .faq-section .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .trader-info-section .total-points {
        font-size: 3rem;
        line-height: 3.25rem;
    }
    .content-grid-row .container {
        padding-bottom: 100px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(0, 200px) minmax(0, 1fr);
        grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
        gap: 30px;
    }
    .content-block .product-info {
        font-size: 1.125rem;
    }
    .content-block .price {
        font-size: 1.625rem;
        line-height: 1.875rem;
    }
    .bordered-box .info-holder {
        font-size: 0.875rem;
        line-height: 1.5625rem;
    }
    .bordered-box.checkout-box {
        padding: 30px;
        margin-bottom: 40px;
    }
    .checkout-form .btn {
        bottom: -65px;
    }
    .checkout-footer {
        margin-top: 100px;
    }
    .checkout-footer .holder {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .how-it-works-detail {
        margin-bottom: 100px;
    }
    .how-it-works-detail > .title {
        margin-bottom: 100px;
    }
    .how-it-works-detail .detail-two-cols {
        -ms-grid-columns: minmax(0, 481px) 1fr;
        grid-template-columns: minmax(0, 481px) 1fr;
    }
    .how-it-works-detail .detail-one-col {
        -ms-grid-columns: minmax(0, 1186px) 1fr;
        grid-template-columns: minmax(0, 1186px) 1fr;
    }
    .how-it-works-detail .checkbox-holder label {
        padding: 20px 25px;
    }
    .how-it-works-detail .value-item .value {
        font-size: 1.275rem;
        line-height: 2.1875rem;
    }
    .banner-table-cta {
        padding: 40px;
    }
    .table-section {
        margin-bottom: 100px;
    }
    .trader-walk-forward .container {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding-bottom: 0;
    }
    .info-text-section .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .plan-banner {
        padding: 40px;
        margin-bottom: 100px;
    }
    .plans-section {
        margin-bottom: 100px;
    }
    .profits-section {
        margin-bottom: 120px;
    }
    .profits-num-row {
        -ms-grid-columns: (minmax(0, 314px))[3];
        grid-template-columns: repeat(3, minmax(0, 314px));
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0;
    }
    .profits-num-row .num {
        font-size: 6.5625rem;
    }
    .profits-num-row .price-holder {
        padding-bottom: 15px;
    }
    .profits-num-row .percentage {
        margin-top: 40px;
    }
    .guide-step-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 21px;
        gap: 0;
    }
    .guide-step-row:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .guide-step-row:nth-child(odd) .guide-img-holder .inner-holder:before {
        left: auto;
        right: -101px;
    }
    .guide-step-row:nth-child(odd) .guide-img-holder .icon-holder {
        left: auto;
        right: -47px;
    }
    .selected-exam-section {
        padding-top: 100px;
    }
    .about-section {
        padding-top: 100px;
    }
    .guide-section {
        padding-top: 190px;
        margin-bottom: 150px;
    }
    .guide-section .title-holder {
        margin: 0 auto 70px;
    }
    .guide-section h2 {
        font-size: 2.375rem;
        line-height: 2.8125rem;
    }
    .guide-section .guide-text-holder {
        padding: 70px 30px 90px;
    }
    .guide-section .guide-text-holder:before {
        display: block;
    }
    .guide-section .guide-text-holder:after {
        display: block;
    }
    .guide-section .guide-img-holder .inner-holder:before {
        left: -101px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
    }
    .guide-section .guide-img-holder .icon-holder {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: -47px;
        display: block;
    }
    .guide-section .guide-img-holder .icon-holder i {
        top: 22px;
        left: 22px;
        position: absolute;
    }
    .plans-cta-banner {
        margin-bottom: 100px;
    }
    .plans-cta-banner .container {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .assessment-settings {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 15px;
        margin-bottom: 90px;
        padding-top: 60px;
    }
    .testimonial-section .container {
        padding-bottom: 100px;
    }
    .testimonial-block {
        width: 44.69%;
    }
    .selected-exam-banner h2 {
        font-size: 2.3125rem;
        line-height: 2.625rem;
    }
    .selected-exam-section .container {
        padding-bottom: 100px;
    }
    .selected-exam-row {
        gap: 0;
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .selected-exam-row .description-holder {
        padding-right: 70px;
    }
    .about-section .container {
        padding-top: 50px;
    }
    .about-section .two-cols {
        margin-bottom: 0;
    }
    .about-section .two-cols .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .about-accordion .container {
        -ms-grid-columns: minmax(0, 330px) 1fr;
        grid-template-columns: minmax(0, 330px) 1fr;
        padding-bottom: 120px;
        padding-top: 100px;
    }
    .about-accordion .accordion-body {
        padding: 0 101px 18px 64px;
    }
    .differentials-section .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .differentials-slider .slick-list {
        margin: 0 -30px;
        padding-right: 145px;
    }
    .differentials-slider .slide {
        padding: 0 30px;
    }
    .dashboard-header .search-form {
        width: 300px;
    }
    .banner-section {
        min-height: 291px;
        margin-bottom: 35px;
    }
    .banner-section .img {
        max-width: 676px;
        margin-right: -180px;
    }
    .banner-section h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .my-account-block {
        padding: 30px;
    }
    .my-account-block .head {
        margin-bottom: 50px;
    }
    .account-info .img-col {
        width: 260px;
        margin: 0 30px 0 0;
    }
    .account-info .account-detail li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0;
    }
    .account-info .account-detail .title {
        width: 190px;
        margin: 0;
    }
    .account-info .account-detail .text {
        padding-left: 10px;
    }
    .videos-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 35px;
    }
    .videos-section .video-column {
        height: 576px;
    }
    .videos-section .video-list {
        width: 350px;
    }
    .video-detail .text-box {
        width: 43.75%;
    }
    .slider .slide {
        padding: 0 40px 0 0;
    }
    .footer .address-info {
        gap: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    .header .navbar.with-border .container:after {
        max-width: 1186px;
    }
}
@media (min-width: 1200px) {
    .header .btn-holder {
        gap: 14px;
    }
    .upload-file {
        padding: 15px 20px;
        font-size: 0.875rem;
    }
    .market-table thead th {
        padding: 25px;
    }
    .visual-section .intro-holder {
        padding-top: 240px;
        padding-bottom: 158px;
    }
    .how-it-works-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .how-it-works-section .four-columns {
        gap: 60px;
    }
    .how-it-works-section .four-columns:after {
        display: block;
    }
    .how-it-works-section .col {
        padding: 0 25px 90px;
    }
    .how-it-works-section .col:after {
        bottom: -18px;
        font-size: 10rem;
    }
    .how-it-works-section .icon-holder {
        margin: -47px auto 48px;
    }
    .assessment-exam-row {
        gap: 80px;
    }
    .transfers-page .assessment-exam-row {
        gap: 30px 80px;
    }
    .assessment-exam-col .img-holder h3 {
        padding: 0 40px 40px;
    }
    .assessment-exam-col .assessment-exam-detail {
        padding: 25px 40px;
    }
    .assessment-exam-col .see-more-link {
        margin-bottom: 39px;
    }
    .assessment-exam-col.style-2 .assessment-exam-detail {
        padding: 25px;
    }
    .assessment-exam-col.style-2 h3 {
        padding: 0 25px 30px;
    }
    .guarantee-banner {
        padding: 0 0 0 44px;
    }
    .guarantee-banner .icon-holder {
        font-size: 2.5rem;
        padding-right: 25px;
    }
    .guarantee-banner .title-holder {
        padding-right: 50px;
    }
    .guarantee-banner .title-holder:after {
        right: 20px;
    }
    .guarantee-banner .text-holder {
        font-size: 0.9375rem;
    }
    .table-transfer-banner .title {
        font-size: 1.875rem;
        min-width: 200px;
    }
    .person-section .text-holder {
        padding: 30px 50px;
    }
    .mentor-row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .bordered-box {
        padding: 25px;
    }
    .bordered-box.checkout-box {
        padding: 40px;
    }
    .shipment-status {
        font-size: 0.875rem;
        padding: 10px 30px;
    }
    .checkout-form {
        margin-left: 84px;
    }
    .checkout-two-cols {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .plan-table .plan-col:nth-child(2) .plan-title {
        padding-left: 60px;
    }
    .plan-table .plan-col:nth-child(2) .plan-list li {
        padding-left: 60px;
    }
    .plan-table .plan-col.best-plan .plan-title {
        line-height: 1.23;
    }
    .plan-table .plan-title {
        padding: 20px 30px;
    }
    .plan-table .plan-list li {
        padding: 15px 30px;
    }
    .plan-table .btn {
        margin-left: 30px;
        max-width: 160px;
    }
    .profits-num-row .price {
        font-size: 1.25rem;
        line-height: 1;
    }
    .guide-section .guide-text-holder:after {
        font-size: 10rem;
    }
    .guide-section .guide-img-holder .inner-holder {
        max-width: 450px;
    }
    .account-info .img-col {
        width: 345px;
        margin: 0 40px 0 0;
    }
    .videos-section .video-column .btn-play {
        width: 165px;
        height: 165px;
        font-size: 60px;
    }
    .slider .box {
        height: 285px;
    }
}
@media (min-width: 1400px) {
    .newsletter-section {
        margin: 0px;
    }
    body.dashboard .wrapper {
        padding-top: 100px;
    }
    .dashboard-header {
        padding: 0 0 0 15px;
    }
    .dashboard-header .holder {
        padding: 25px 0;
    }
    .dashboard-header .logo {
        margin-right: 192px;
    }
    .dashboard-header .search-form {
        width: 450px;
    }
    .main-container {
        padding: 0 30px 0 350px;
    }
    .sidebar {
        position: fixed;
        top: 100px;
        bottom: 0;
        left: 0;
        overflow: auto;
        width: 315px;
        padding-bottom: 30px;
        background: #0e0e0e;
    }
}
@media (min-width: 1500px) {
    .banner-section .img {
        margin-right: -180px;
    }
    .banner-section .banner-holder {
        padding: 0 20px 0 100px;
    }
    .banner-section h1 {
        font-size: 26px;
        line-height: 35px;
    }
    .slider .title {
        font-size: 30px;
        line-height: 34px;
    }
    .slider .subtitle {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1635px) {
    .banner-section .img {
        margin-right: -50px;
    }
}
@media (min-width: 1700px) {
    .videos-section .video-list {
        width: 540px;
    }
}
@media (max-width: 1199.98px) {
    .plan-table .plan-list {
        font-size: 0.875rem;
    }
    .header .navbar {
        border-bottom: 1px solid #5b5b5b;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header .navbar.navbar-dark {
        background: #000;
    }
}
@media (max-width: 991.98px) {
    .header .navbar {
        border-bottom: 1px solid #5b5b5b;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header .navbar.navbar-dark {
        background: #000;
    }
    .pr-120 {
        padding-right: 120px;
    }
    .absoulte-lg {
        position: absolute;
    }
    .table-section .nav.nav-tabs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .how-it-works-detail .values-col-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
    }
    .how-it-works-detail .values-col-holder .value-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        gap: 10px;
    }
    .how-it-works-detail .values-col-holder .title {
        font-size: 14px;
    }
}
.form-control {
    font-size: 0.8rem;
    padding: 0.6rem 0.9rem;
}
.differentials-section .icon-holder {
    color: #aadd19;
    font-size: 3.125rem;
    margin-bottom: 30px;
}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}


.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

div.overlay {
    opacity:    0.8;
    background: #000;
    width:      100%;
    height:     100%;
    z-index:    10;
    top:        0;
    left:       0;
    position:   fixed;
}
.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader 1.2s linear infinite;
}
.bar1 {
    animation-delay: 0.1s;
}
.bar2 {
    animation-delay: 0.2s;
}
.bar3 {
    animation-delay: 0.3s;
}
.bar4 {
    animation-delay: 0.4s;
}
.bar5 {
    animation-delay: 0.5s;
}
.bar6 {
    animation-delay: 0.6s;
}
.bar7 {
    animation-delay: 0.7s;
}
.bar8 {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scaleY(0.1);
        background: ;
    }
    50% {
        transform: scaleY(1);
        background: #aadd19;
    }
    100% {
        transform: scaleY(0.1);
        background: transparent;
    }
}


.whatsapp-link {
    padding: 15px 15px 1px 15px;
    border-radius: 15px;
    background: #f6f5f5 url('../images/whatsapp-link.png') no-repeat right center;
}
#main {
    min-height: 600px;
}

.checkout-main .error, .error {
    color: red;
}
label.error {
    font-size: 12px;
}
.form-control.error, .form-select.error {
    border: 1px solid red;
}


.disabled{
    background-color: #e9ecef;
    opacity: 1;
}

.file-info{
    font-size: 10px;
}

.payment-statement {
    font-size: 14px;
}
.payment-statement .border {
    border-color: #aadd19!important;
}
.payment-statement .rounded {
    border-radius: 1rem!important;
}
.payment-statement .payment-table {
    margin: 0 auto;
    border-collapse: collapse;
    border-style: hidden;
}
.payment-statement .border-right {
    border-right: 1px solid #cccccc;
}
.payment-statement .no-border-bottom {
    border-bottom: 0px solid #fff;
}
.payment-statement .pf-border {
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
}
.payment-statement .form-border {
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
}
.payment-statement .rpa-title {
    background-color: #e6e6e6;
    border-radius: 1rem 1rem 0 0;
}
.payment-statement .rpa-title h5 {
    color: #808080 !important;
}
.payment-statement .rpa strong {
    color: #1f1f1f;
}
.payment-statement .rpa p {
    margin-bottom: 0.75rem;
}
.text-red {
    color: #ff1a1a;
}
.text-green {
    color: #aadd19;
}
.qrcode {
    border-radius: 0.875rem;
}
.copy-code {
    background-color: #fafafa;
    color: #1f1f1f;
    border-radius: 0.875rem;
}
.copy-code input {
    background-color: #fafafa;
    color: #1f1f1f;
    border: 1px solid #fafafa;
}
.copy-code button {
    border-radius: 0.875rem;
}

.transfer-black {
    background-color: #000000 !important;
}
.transfer-black .assessment-exam-col {
    background: #141414;
}
.transfer-grey {
    background-color: #161616 !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.transfer-white {
    background-color: #ffffff !important;
    margin-top: 100px;
}
.text-grey {
    color: #808080;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.padding-bottom {
    padding-bottom: 100px;
}
.benefits-black .icon-holder {
    color: #aadd19;
    font-size: 5rem;
}
.chats-bar p {
    margin-bottom: 0px;
}
.border-green {
    border: 1px solid #aadd19;
    border-radius: 15px;
}
.transfer-black .see-more-link:hover {
    color: #fff;
}
.transfer-black .how-it-works-detail .checkbox-holder .title {
    margin-bottom: 0px;
}
@media (max-width: 767.98px) {
    .transfer-grey {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .transfer-white {
        margin-top: 40px;
    }
    .padding-bottom {
        padding-bottom: 40px;
    }
}



.top-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}
.top-menu-list li {
    float: left;
    margin-right: 20px;
}
.top-menu-list a {
    color: #747474;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: bold;
}
.top-menu-list a:hover {
    color: #000;
    font-weight: bold;
}
.top-menu-list a.active {
    color: #000;
}
.list-group-item {
    border: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
.list-group-item.active {
    background-color: initial;
    border: 0px;
    border-bottom: 2px solid #aadd19;
}
.coupon {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.coupon-black {
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    background-color: #000000;
    background-image: url(../images/seal.png);
    background-position: right 20px top 20px;
    background-repeat: no-repeat;
    padding: 20px 20px 40px 20px;
}
.coupon-black .coupon-price {
    color: #ffffff;
    font-size: 22px;
}
.coupon-black .coupon-price strong {
    font-size: 32px;
    color: #aadd19;
}
.coupon-black .coupon-points {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.coupon-grey {
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    background-color: #d4d2d2;
    padding: 20px;
    font-size: 12px;
    text-align: center;
    color: #000000;
}
.coupon-grey .coupon-purchase {
    margin-top: -63px;
}
.coupon-purchase.disabled {
    opacity: 1;
    color: #666;
    border-color: #bcd96b;
    background-color: #bcd96b;
    pointer-events: auto;
}
.coupon-grey p {
    margin: 0;
}

.generated-coupons {
    border: 1px solid #c8c6c6;
    border-radius: 21px;
    padding: 25px;
    margin-bottom: 30px;
}
.generated-coupons strong {
    color: #1f1f1f;
}
.top-generated-coupons {
    border-bottom: 2px dotted #aadd19;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.top-generated-coupons i {
    font-size: 48px;
    color: #aadd19;
    text-align: center;
}
.label-success {
    color: #aadd19
}
.label-danger {
    color: #dc3545;
}
.coupon-bg {
    background-image: url('../images/coupon.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 27px;
}
.coupon-price {
    color: #fff;
    font-size: 22px;
}
.coupon-price .price {
    font-size: 58px;
    color: #aadd19;
    font-weight: 200;
}
.coupon-bg .info {
    font-size: 13px;
    color: #c8c8c8;
}
.coupon-bg .code {
    background-color: #252525;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
}

.form-check-label {
    font-size: 16px;
}

.w-40 {
    width: 40% !important; }
.w-10 {
    width: 10% !important; }



.float-footer {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background: #ffffff !important;
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.20) !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 999;
}
.bg-whatsapp {
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
}
.bg-whatsapp:hover {
    background: #17ad4f;
    color: #fff;
}
