html,
body {
    position: relative;
    font-family: "Cairo-Regular";
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.floating_risk_warning>.container {
    width: 100%;
    max-width: 1254px;
}

.blue_color {
    color: #1c79be;
}

.red_color {
    color: #f26b4f;
}

.green_color {
    color: #8ac33e;
}

.btnWrap {}

.btnWrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #89c241;
    text-transform: uppercase;
    color: #fff;
    font-family: "Cairo-Bold";
    margin: 0 auto;
}

.btnWrap .btn:hover {
    background-color: #94d94f;
}

.btnWrap .risk {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.block-sticky,
.block-sticky .btn {
    display: none;
}

/* top section */

.top {
    padding-top: 36px;
    background-color: rgba(5, 5, 5, 0.32);
    text-align: right;
    height: 1072px;
}

.top .logo {
    margin: 0 auto;
}

.top h1 {
    font-size: 70px;
    font-family: "Cairo-Bold";
    margin: 0 auto 10px;
    color: #fff;
}

.top h1 span {
    color: #8ac33e;
}

.top h1 br,
.top h3 br {
    display: none;
}

.top h3 {
    font-size: 30px;
    margin: 30px 0 64px;
    color: #fff;
    font-family: "Cairo-Bold";
}

.top video {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    /*min-width:300%;min-height:100%;*/
    width: auto;
    height: 1020px;
    transform: translate(-50%, -50%);
}

.bg-white {
    background: #ffffff;
}

.top .logo {
    background: url("../images/logo-al.svg") top center / cover no-repeat;
    width: 180px;
    height: 67px;
}

.text-title {
    width: 100%;
    margin-right: 60px;
}

.question {
    text-align: center;
    padding: 100px 0 118px;
    background: #f9f9f9;
}

.question h2 {
    font-size: 50px;
    font-family: "Cairo-Bold";
    margin: 0 auto 30px;
}

.question p {
    font-size: 30px;
    line-height: 50px;
    margin: 0;
}

.wrap-top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1540px;
    margin-top: 160px;
}

/* form_section section */

.form_section {
    margin-left: auto;
    padding: 40px 0 30px;
    text-align: center;
    background: #0b3865;
    width: 100%;
    max-width: 480px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.33);
    border-radius: 30px;
}

.form_section form {
    width: 383px;
    margin: 0 auto;
}

.form_section h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 25px;
    color: #ffffff;
    font-family: "Cairo-Bold", sans-serif;
}

.form_section h2 span {
    color: #8ac33e;
}

form input[name="FirstName"],
form input[name="Email"],
form .phone-container,
form input[name="password"] {
    border: 0;
    border-radius: 3px;
    background: #ffffff;
}

form label.form-control-placeholder.active,
form .form-control:focus+.form-control-placeholder {
    color: #ffffff;
}

body.rtl form p.invalid_message {
    color: #ffffff;
    padding-bottom: 10px;
}

form .btn {
    background: #8bc63f;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    height: 50px;
    border-radius: 3px;
    font-family: "Cairo-Bold", sans-serif;
    text-transform: uppercase;
}

form .btn:focus,
form .btn:active:focus {
    border: none;
    outline: none;
    color: #fff;
}

.form_wrapper .risk {
    display: block;
    color: #fff;
    font-size: 11px;
    margin-top: 14px;
}

form .checkbox_wrapper .checkbox_txt {
    font-size: 12px;
    color: #ffffff;
    max-width: 93%;
}

form .checkbox_wrapper {
    margin: -10px 0 20px 0;
}

form .checkbox_wrapper .checkbox label {
    background: #ffffff;
}

form .server_error_msg {
    font-size: 15px;
}

form .phone-container input {
    height: 50px;
}

form input[name="FirstName"],
form input[name="Email"],
form .phone-container,
form input[name="password"] {
    height: 50px;
}

.reg_flags_wrapper .country.country_com {
    flex-direction: column;
}

.reg_flags_wrapper .country.country_com .country_img {
    margin: 0 auto 10px;
}

/*country container*/

.trustpilot-container {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 0;
    flex-direction: column;
    max-width: 265px;
}

.trustpilot-container .row-one,
.trustpilot-container .row-two {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.trustpilot-container .row-one {
    margin-bottom: 15px;
}

.trustpilot-container .row-one p {
    margin: 0;
    font-size: 16px;
    font-family: "Cairo-Bold";
}

.trustpilot-container .row-one img {
    width: 141px;
}

.trustpilot-container .row-two {
    width: 224px;
}

.trustpilot-container .row-two p {
    font-size: 15px;
    margin: 0;
}

.trustpilot-container .row-two img {
    margin-top: -3px;
    width: 120px;
}

/*instruments_section section*/

.instruments_section {
    padding: 132px 0 0;
}

.instruments_section .container {
    padding: 0 35px;
}

.instruments_section h2 {
    text-align: center;
    font-size: 48px;
}

.instruments_section .instruments {
    max-width: 1140px;
    margin-top: 74px;
}

.instruments_section .instruments .strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 114px;
    padding: 30px 100px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.instruments_section .instruments .strip .wrap1 {
    display: flex;
    align-items: center;
    width: 130px;
}

.instruments_section .instruments .strip .wrap1>div {
    /*width: 100%;*/
    display: inline-flex;
    align-items: center;
}

.instruments_section .instruments .strip img {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instruments_section .instruments .strip .img {
    width: 48px;
}

.instruments_section .instruments .strip:nth-child(4) img {
    width: 30px;
    margin: 0 auto;
}

.instruments_section .instruments .strip .instrument_name {
    margin-right: 15px;
    line-height: 26px;
    font-size: 20px;
}

.instruments_section .instruments .strip .instrument_name .instrument_name_top {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.instruments_section .instruments .strip .instrument_name .instrument_name_top .precent {
    fill: #f1f1f1;
    direction: ltr;
}

.instruments_section .instruments .strip .wrap2 .btnWrap .btn {
    border: 2px solid #8ac33e;
    border-radius: 4px;
    font-size: 18px;
    color: #8ac33e;
    min-width: 179px;
    background: transparent;
}

.instruments_section .instruments .strip .wrap2 .btnWrap .btn:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #8ac33e;
}

.instruments_section .instruments .strip .wrap3 {
    height: 40px;
}

.instruments_section .instruments .strip .wrap3 .progressbar-line {
    position: relative;
    width: 450px;
    height: 100%;
    z-index: 1;
}

.instruments_section .instruments .strip .wrap3 .progressbar-line .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.instruments_section .instruments .strip .wrap3 .progressbar-line span {
    font-size: 14px;
}

.instruments_section .instruments .strip .wrap3 .progressbar-line .progressbar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #f26b4f;
    clear: both;
}

.instruments_section .instruments .strip .wrap3 .progressbar-line .progressbar .fill {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #9bcf55;
}

.instruments_section .data-p {
    text-align: center;
    color: #8f8f8f;
    font-size: 16px;
    margin-top: 15px;
}

/*alvexo_plus_section section*/

.alvexo_plus_section {
    padding: 90px 0 50px;
}

.alvexo_plus_section .headline {
    text-align: center;
}

.alvexo_plus_section .headline p {
    font-size: 26px;
    padding: 30px 0 80px;
    max-width: 750px;
    margin: 0 auto;
}

.alvexo_plus_section ul.tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
}

.alvexo_plus_section ul.tabs li {
    border-bottom: 1px solid #d5d3d3;
    flex: 1;
    padding-bottom: 40px;
    position: relative;
    cursor: pointer;
}

.alvexo_plus_section ul.tabs li.signals svg .a {
    fill: none;
}

.alvexo_plus_section ul.tabs li.signals svg .b {
    clip-path: url(discover_the_best_performing_assets_ar.css);
}

.alvexo_plus_section ul.tabs li.signals svg .c {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.signals svg .d,
.alvexo_plus_section ul.tabs li.signals svg .e {
    fill: #fff;
}

.alvexo_plus_section ul.tabs li.signals svg .d,
.alvexo_plus_section ul.tabs li.signals svg .f {
    fill-rule: evenodd;
}

.alvexo_plus_section ul.tabs li.signals svg .f {
    fill: #9e9e9e;
}

.alvexo_plus_section.alvexo_plus_section ul.tabs ul.tabs li.signals:hover svg .c,
.alvexo_plus_section ul.tabs li.signals.active svg .c {
    fill: #1c79be;
}

.alvexo_plus_section ul.tabs li.signals:hover svg .d,
.alvexo_plus_section ul.tabs li.signals.active svg .d,
.alvexo_plus_section ul.tabs li.signals:hover svg .e,
.alvexo_plus_section ul.tabs li.signals.active svg .e {
    fill: #fff;
}

.alvexo_plus_section ul.tabs li.signals:hover svg .f,
.alvexo_plus_section ul.tabs li.signals.active svg .f {
    fill: #8bc63f;
}

.alvexo_plus_section ul.tabs li.news svg .a {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.news svg .b {
    clip-path: url(discover_the_best_performing_assets_ar.css);
}

.alvexo_plus_section ul.tabs li.news svg .c {
    fill: #fff;
}

.alvexo_plus_section ul.tabs li.news svg .d {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.news svg .e {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.news.active svg .d,
.alvexo_plus_section ul.tabs li.news:hover svg .d {
    fill: #8bc63f;
}

.alvexo_plus_section ul.tabs li.news:hover svg .d,
.alvexo_plus_section ul.tabs li.news.active svg .d {
    fill: #8bc63f;
}

.alvexo_plus_section ul.tabs li.news:hover svg .e,
.alvexo_plus_section ul.tabs li.news.active svg .e {
    fill: #1c79be;
}

.alvexo_plus_section ul.tabs li.academy svg .a {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.academy svg .b {
    clip-path: url(discover_the_best_performing_assets_ar.css);
}

.alvexo_plus_section ul.tabs li.academy svg .c {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.academy svg .d {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.academy:hover svg .c,
.alvexo_plus_section ul.tabs li.academy.active svg .c {
    fill: #1c79be;
}

.alvexo_plus_section ul.tabs li.academy:hover svg .d,
.alvexo_plus_section ul.tabs li.academy.active svg .d {
    fill: #8bc63f;
}

.alvexo_plus_section ul.tabs li.webinars svg .a {
    fill: none;
}

.alvexo_plus_section ul.tabs li.webinars svg .b {
    clip-path: url(discover_the_best_performing_assets_ar.css);
}

.alvexo_plus_section ul.tabs li.webinars svg .c {
    fill: #fff;
}

.alvexo_plus_section ul.tabs li.webinars svg .d {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.webinars svg .e {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.webinars:hover svg .d,
.alvexo_plus_section ul.tabs li.webinars.active svg .d {
    fill: #8bc63f;
}

.alvexo_plus_section ul.tabs li.webinars:hover svg .e,
.alvexo_plus_section ul.tabs li.webinars.active svg .e {
    fill: #1c79be;
}

.alvexo_plus_section ul.tabs li.webTV svg .a {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.webTV svg .b {
    clip-path: url(discover_the_best_performing_assets_ar.css);
}

.alvexo_plus_section ul.tabs li.webTV svg .c {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.webTV svg .d {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.webTV svg .e {
    fill: #fff;
}

.alvexo_plus_section ul.tabs li.webTV:hover svg .c,
.alvexo_plus_section ul.tabs li.webTV.active svg .c {
    fill: #1c79be;
}

.alvexo_plus_section ul.tabs li.webTV:hover svg .d,
.alvexo_plus_section ul.tabs li.webTV.active svg .d {
    fill: #8bc63f;
}

.alvexo_plus_section ul.tabs li.ebook svg .a {
    fill: none;
}

.alvexo_plus_section ul.tabs li.ebook svg .b {
    clip-path: url(discover_the_best_performing_assets_ar.css);
}

.alvexo_plus_section ul.tabs li.ebook svg .c {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.ebook svg .d,
.alvexo_plus_section ul.tabs li.ebook svg .e {
    fill: #fff;
}

.alvexo_plus_section ul.tabs li.ebook svg .d,
.alvexo_plus_section ul.tabs li.ebook svg .f {
    fill-rule: evenodd;
}

.alvexo_plus_section ul.tabs li.ebook svg .e {
    stroke: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.ebook svg .f {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.ebook svg .g {
    stroke: none;
}

.alvexo_plus_section ul.tabs li.ebook:hover svg .c,
.alvexo_plus_section ul.tabs li.ebook.active svg .c {
    fill: #1c79be;
}

.alvexo_plus_section ul.tabs li.ebook:hover svg .e,
.alvexo_plus_section ul.tabs li.ebook.active svg .e {
    stroke: #707070;
}

.alvexo_plus_section ul.tabs li.ebook:hover svg .f,
.alvexo_plus_section ul.tabs li.ebook.active svg .f {
    fill: #8bc63f;
}

.alvexo_plus_section ul.tabs li.economic svg .a {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.economic svg .b {
    clip-path: url(discover_the_best_performing_assets_ar.css);
}

.alvexo_plus_section ul.tabs li.economic svg .c {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.economic svg .d {
    fill: #9e9e9e;
}

.alvexo_plus_section ul.tabs li.economic:hover svg .c,
.alvexo_plus_section ul.tabs li.economic.active svg .c {
    fill: #1c79be;
}

.alvexo_plus_section ul.tabs li.economic:hover svg .d,
.alvexo_plus_section ul.tabs li.economic.active svg .d {
    fill: #94d94f;
}

.alvexo_plus_section ul.tabs li.active:before {
    content: "";
    background: #1c79be;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.alvexo_plus_section ul.content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 48px 16px;
}

.alvexo_plus_section ul.content li {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

.alvexo_plus_section ul.content li.active {
    display: flex;
}

.alvexo_plus_section ul.content li img {
    max-height: 430px;
}

.alvexo_plus_section ul.content li .text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 290px;
}

.alvexo_plus_section ul.content li .text h2 {
    font-size: 28px;
    margin-bottom: 16px;
    font-family: "Cairo-Bold";
    margin-top: 50%;
}

.alvexo_plus_section ul.content li .text p {
    font-size: 16px;
    line-height: 24px;
}

.alvexo_plus_section ul.content li .video {
    width: 744px;
    /* height: 430px; */
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.mobile-section {
    display: none;
}

.disclaimer {
    padding: 0 0 60px;
}

.disclaimer p {
    text-align: right;
    font-family: "Cairo-Regular";
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.payment_strip {
    margin-top: 0;
}

/* __________START MEDIA QUERIES___________*/

body.rtl form .checkbox_wrapper {
    text-align: right;
    margin-top: 20px;
}

@media all and (max-width: 1199px) {
    .top h1 {
        font-size: 39px;
    }
    .alvexo_plus_section ul.content {
        padding: 40px 0;
    }
    .alvexo_plus_section ul.tabs li svg {
        max-height: 30px;
        max-width: 42px;
    }
    .alvexo_plus_section .headline svg {
        max-height: 42px;
    }
    .alvexo_plus_section .headline p {
        font-size: 16px;
        padding: 20px 0 40px;
        line-height: 24px;
        max-width: 270px;
    }
    .alvexo_plus_section ul.content li .video {
        max-width: 520px;
        /* height: 302px; */
        margin: 0 auto;
    }
    .alvexo_plus_section ul.content li .text {
        margin-right: 16px;
    }
    .instruments_section {
        padding: 40px 0;
    }
    .instruments_section h2.top_title {
        font-size: 40px;
    }
    .instruments_section h3.top_title {
        font-size: 26px;
    }
}

@media all and (max-width: 991px) {
    .top {
        height: 800px;
        padding-top: 14px;
    }
    .top .container {
        padding: 0;
    }
    .top h1 {
        font-size: 24px;
        margin: 15px auto 0;
        line-height: 34px;
        text-align: center;
    }
    /*.top h1 br, .top h3 br{display: block;}*/
    .top h3 {
        font-size: 18px;
        margin-top: 20px;
        text-align: center;
    }
    .top video {
        position: fixed;
        z-index: -1;
        top: 40%;
        left: 50%;
        min-width: 44%;
        min-height: 50%;
        width: 286%;
        height: auto;
        transform: translate(-67%, -61%);
    }
    .form_section {
        padding: 30px 0 40px;
        background: #0b3865;
        max-width: 100%;
        box-shadow: none;
    }
    .form_section h2 {
        font-size: 24px;
    }
    .form_section form {
        width: 300px;
    }
    form .btn {
        font-size: 18px;
    }
    form .checkbox_wrapper .checkbox_txt {
        max-width: 91%;
        font-size: 14px;
    }
    .wrap-top {
        flex-direction: column;
        margin-top: 0px;
    }
    .top .logo {
        width: 85px;
        height: 30px;
    }
    .text-title {
        margin: 0 auto;
    }
    .question {
        padding: 40px 0 40px;
        background: #ffffff;
    }
    .about-section {
        padding: 70px 0 0px;
        background: #ffffff;
    }
    .question h2 {
        font-size: 26px;
        color: #000000;
        margin: 0 auto 25px;
    }
    .question p br {
        display: none;
    }
    .question p {
        font-size: 18px;
        line-height: 27px;
        color: #000000;
        max-width: 310px;
        margin: 0 auto 22px;
    }
    .instruments_section .container {
        padding: 0 15px;
    }
    .instruments_section h2 {
        max-width: 256px;
        margin: 0 auto;
        font-size: 26px;
        line-height: 32px;
    }
    .instruments_section .instruments {
        margin-top: 30px;
    }
    .instruments_section .instruments .strip .wrap3 {
        display: none;
    }
    .instruments_section .instruments .strip {
        height: 74px;
        padding: 20px 20px;
    }
    .instruments_section .instruments .strip .instrument_name {
        margin-left: 10px;
        line-height: 17px;
        font-size: 14px;
    }
    .instruments_section .instruments .strip .wrap2 .btnWrap .btn {
        font-size: 12px;
        min-width: 116px;
        padding: 4px 12px;
    }
    .instruments_section .instruments .strip .img>img {
        width: 100%;
        height: 100%;
    }
    .instruments_section .instruments .strip .img {
        width: 30px;
        height: 30px;
    }
    .instruments_section .data-p {
        font-size: 11px;
    }
    .instruments_section {
        padding: 10px 0 0;
    }
    .instruments_section .instruments {
        margin-top: 35px;
        min-height: 387px;
    }
    .instruments_section h2.top_title {
        font-size: 24px;
    }
    .instruments_section .instruments .strip {
        padding: 16px 12px;
    }
    .instruments_section .instruments .strip .star {
        display: block;
        margin-left: 12px;
    }
    .instruments_section h2.top_title,
    .instruments_section h3.top_title {
        padding: 0 36px;
    }
    .instruments_section h3.top_title {
        font-size: 16px;
        margin-top: 20px;
    }
    .instruments_section .instruments .tab-content {
        margin-top: 0;
    }
    .instruments_section .instruments .topics_list::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    .instruments_section .instruments .topics_list {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
    .instruments_section .instruments .topics_list {
        justify-content: unset;
        overflow: auto;
        padding: 0;
    }
    .instruments_section .instruments .topics_list.swiper-slide {
        width: auto !important;
        margin: 0 15px;
    }
    .instruments_section .instruments .topics_list a {
        text-align: center;
        font-size: 14px;
    }
    .instruments_section .instruments .search-box img {
        width: 20px;
        top: 10px;
    }
    .instruments_section .instruments .strip .img {
        width: 24px;
        height: 24px;
    }
    .instruments_section .instruments .strip .instrument_name {
        width: auto;
        margin-left: 12px;
        line-height: 28px;
    }
    .instruments_section .instruments .strip .instrument_name .instrument_name_long {
        display: none;
    }
    .instruments_section .instruments .strip .instrument_name .instrument_name_top .precent {
        font-size: 14px;
    }
    .instruments_section .instruments .strip .instrument_name .instrument_name_top {
        flex-direction: column;
    }
    .instruments_section .instruments .strip .instrument_name .instrument_name_top .mobile_group svg {
        display: block;
    }
    .instruments_section .instruments .strip .instrument_name .instrument_name_top .instrument_name_short {
        font-size: 16px;
        max-width: 100px;
        word-break: break-all;
        line-height: initial;
    }
    .instruments_section .instruments .strip .instrument_name .instrument_name_top .mobile_group {
        display: flex;
    }
    .instruments_section .instruments .strip .wrap2 {
        height: 100%;
        margin: 0;
    }
    .instruments_section .instruments .strip .wrap2 .sell_box,
    .instruments_section .instruments .strip .wrap2 .buy_box {
        flex-direction: column;
        font-size: 16px;
        min-width: inherit;
        padding: 0 5px;
        min-width: 80px;
    }
    .instruments_section .instruments .strip .wrap2 span {
        margin-left: 0;
        font-size: 14px;
    }
    .instruments_section .instruments .strip .wrap3 {
        display: none;
    }
    .alvexo_plus_section {
        padding: 30px 0 30px;
    }
    .alvexo_plus_section ul.tabs li {
        padding-bottom: 16px;
    }
    .alvexo_plus_section ul.tabs li svg {
        max-height: 20px;
    }
    .alvexo_plus_section ul.content li.active {
        display: block;
    }
    .alvexo_plus_section ul.content li img {
        max-height: 380px;
        max-width: 100%;
    }
    .alvexo_plus_section ul.content li .text {
        margin: 0 auto 32px;
        align-items: center;
        text-align: center;
        max-width: 280px;
    }
    .alvexo_plus_section ul.content li .video {
        width: 100%;
        /* height: 295px; */
    }
    .alvexo_plus_section ul.content li .text h2 {
        margin-top: 0;
        color: #1c79be;
        font-size: 24px;
    }
    .mobile-section {
        display: block;
        background: #1c79bf;
        padding: 30px 0 50px;
        text-align: center;
        color: #ffffff;
    }
    .mobile-section h2 {
        margin-bottom: 30px;
        font-size: 24px;
        font-family: "Cairo-Bold";
    }
    .mobile-section p {
        max-width: 292px;
        width: 100%;
        margin: 20px auto 30px;
        font-size: 16px;
        line-height: 28px;
    }
    .mobile-section .btn {
        width: 240px;
        height: 50px;
        margin: 0 auto;
        font-size: 18px;
    }
    .disclaimer {
        padding: 40px 0;
    }
    .disclaimer p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .alvexo_plus_section ul.content li .video {
        max-width: 100%;
        /* height: 700px; */
        box-shadow: none;
    }
}

/* @media (max-width: 540px) {
  .alvexo_plus_section ul.content li .video {
    height: 132vw;
  }
} */

@media (max-width: 574px) {
    .instruments_section .instruments .topics_list a {
        flex: none;
        padding: 8px 16px 16px;
    }
}

.input-wrap button {
    background: #8bc63f;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    height: 50px;
    border-radius: 3px;
    font-family: "Cairo-Bold", sans-serif;
    text-transform: uppercase;
    border: none;
    color: #fff;
}

.input-wrap button:hover {
    background: #69ad01;
    color: #fff;
}

.input-wrap input {
    padding: 12px;
}

.vue-tel-input {
    border-radius: 0 !important;
}

.vue-tel-input input {
    border: 0 !important;
    border-radius: 0 !important;
}

.vti__dropdown-list {
    left: -255px !important;
    max-width: 330px;
}

.arForm .checkbox-wrap {
    color: #fff;
}

.arForm .checkbox-wrap input {
    margin-left: 10px;
    margin-top: 0;
}