@import 'menu.css?v=4';@font-face {
    font-display: swap;
    font-family: proxima_nova_extra_bold;
    src: url(../fonts/proxima_nova_extra_bold.otf);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: proxima_nova_bold;
    src: url(../fonts/proxima_nova_bold.otf);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: proxima_nova_regular;
    src: url(../fonts/proxima_nova_regular.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --f_bold: 'proxima_nova_bold';
    --f_extra_bold: 'proxima_nova_extra_bold';
    --f_regular: 'proxima_nova_regular';
    --color_dark_blue: #1d2f39;
    --color_blue: #018dc9;
    --color_gray: #F2F2F2;
    --color_dark_gray: #959595;
    --color_black: #000000;
    --color_green: #009719;
    --color_green: #231F20;
    --color_wheat: #FFF;
    --radius1: 15px;
    --radius2: 7.5px;
    --radius3: 5px;
    --pex105: 35px;
    --bg_img: url(../images/bg3.png);
    --banner_div_height: 591px;
    --loading-grey: #ededed;
    --fullGrid: 1 / 1 / -1 / -1;
    --swiper-pagination-bullet-inactive-opacity: rgb(255 255 255);
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-color: #018dc9;
    --swiper-theme-color: #FFF;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --slide_content_mb_bottom: 30px;
    --slide_content_font_align: right;
    --section_header_desc_mb: 15px;
    --section_header_desc_width: 50%;
    --section_header_desc_font_align: center;
    --wihtout_title_t: 70px;
    --wihtout_title_b: 40px;
    --section_header_desc_small_content_b: 35px;
    --table_btn_padding_y: 5px;
    --table_btn_padding_x: 4px;
    --table_btn_line_height: 23px;
    --slide_content_p_font_height: 28px;
    --small_hed_mb: 15px;
    --small_hed_mt: 50px;
    --px115: px115;
    --headers_font_size: 30px;
    --small_headers_font_size: 20px;
    --headers_font_weight: var(--f_bold);
    --fill_texts_font_size: 18px;
    --table_tbody_f_size: var(--fill_texts_font_size);
    --table_btn_font_size: calc(var(--fill_texts_font_size) - 3px);
    --line-height1: 24px;
    --sliders_font_size: 55px;
    --sliders_line_height: 90px;
    --headers_font_weight: var(--f_extra_bold);
    --btns_font_size: 20px;
    --btns_line_height: 28px;
    --btns_min_width: 205px;
    --btns_min_height: 40px;
    --btns_green_banner_min_width: 235px;
    --btns_green_banner_min_height: 40px;
    --contact_form_min_width: 272px;
    --contact_form_min_height: 50px;
    --footer_links_font_size: 13px;
    --header_font_size: 14px;
    --links_menu_font_size: 16px
}

body,*,html {
    font-display: swap;
    font-family: var(--f_regular)
}

.active_menu a:not(.bg-blue),a:not(.bg-blue).link_active,a:not(.bg-blue).active,ul.footer_menu li a:not(.bg-blue):not(.def).active {
    color: var(--color_blue)
}

a.def.link_active.active {
    color: #fff
}

p {
    font-size: var(--fill_texts_font_size);
    line-height: var(--line-height1)
}

.mb-35 {
    margin-bottom: 35px!important
}

.mt-35 {
    margin-top: 35px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-0 {
    margin-bottom: 0!important
}

.font35 {
    font-size: calc(var(--headers_font_size) + 10px)!important
}

.alliance_btn {
    text-decoration: none;
    border-radius: var(--radius1);
    min-width: var(--btns_min_width);
    min-height: var(--btns_min_height);
    text-align: center;
    font-size: var(--btns_font_size);
    line-height: var(--btns_line_height);
    display: grid!important;
    align-items: center;
    width: fit-content
}

.alliance_btn.bnt_type_2 {
    min-width: var(--btns_green_banner_min_width);
    min-height: var(--btns_green_banner_min_height)
}

.text-wheat {
    color: var(--color_wheat)!important
}

.text-green {
    color: var(--color_green)!important
}

.text-black {
    color: var(--color_black)!important
}

.text-blue {
    color: var(--color_blue)!important
}

.border1 {
    border: 1px solid
}

.border-wheat {
    border-color: var(--color_wheat)!important
}

.border-blue {
    border-color: var(--color_blue)!important
}

.bg-blue {
    color: var(--color_wheat);
    background-color: var(--color_blue)!important;
    border-color: var(--color_blue)!important
}

.bg-green {
    color: var(--color_wheat);
    background-color: var(--color_green)!important;
    border-color: var(--color_green)!important
}

.bg-gray {
    background-color: var(--color_gray)!important;
    border-color: var(--color_gray)!important
}

.bg-trans {
    background: 0 0;
    background-color: transparent
}

.top_header {
    display: flex;
    background: var(--color_black);
    padding: 8px 0;
    align-items: center;
    justify-content: space-between
}

.top_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top_header_inner a {
    color: #fff;
    font-size: var(--header_font_size);
    text-decoration: none
}

.top_header_inner .left a {
}

.top_header_inner .right a {
    margin-left: 6px
}

.a_btn {
    padding: 5px 19px;
    border: 1px solid;
    border-radius: var(--radius2);
    text-decoration: none;
    text-align: center
}

.top_header_inner .left a:not(:last-child) {
}

.brand_logo {
    background-image: url(../images/logo_t1.svg);
    height: calc(154px * 0.3);
    width: calc(464px * 0.3);
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain
}

.header_content {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center
}

.links_menu {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0!important;
    padding: 0!important
}

.links_menu a {
    color: #000;
    padding: 11px 0 11px 13px;
    display: block;
    text-decoration: none;
    font-size: var(--links_menu_font_size)
}

.slid_item {
    display: block;
    width: 100%;
    background: var(--bg_img);
    height: 600px;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat
}

.logo_6 {
    display: block;
    width: 188px;
    background: var(--bg_img);
    height: 39px;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 23px
}

.slide_content {
    color: var(--color_wheat)
}

span.under_line {
    border-bottom: 5px solid;
    font-display: swap;
    font-family: var(--f_bold)!important;
    font-display: swap;
    font-family: var(--f_extra_bold)!important;
    letter-spacing: 4px
}

.slide_content h1 {
    font-display: swap;
    font-family: var(--f_extra_bold)!important;
    margin-bottom: 0;
    font-size: var(--sliders_font_size);
    line-height: var(--sliders_line_height);
    text-align: var(--slide_content_font_align);
    letter-spacing: 4px
}

.slide_contents h1 {
    margin-bottom: 0;
    font-size: var(--sliders_font_size)
}

.pb75 {
    padding-bottom: var(--pex105)
}

.d_mobile {
    display: none
}

.slid_item .slide_content h1 {
    text-align: left
}

.slide_content p {
    margin-bottom: 0;
    font-size: calc(var(--fill_texts_font_size) + 5px);
    letter-spacing: 4px;
    line-height: calc(var(--line-height1) + 7px)
}

.slide_content .alliance_btn {
    margin-top: 17px;
    color: var(--color_wheat);
    text-decoration: none;
    border-radius: var(--radius3)
}

.top_header_inner .a_btn {
    padding: 5px 13px
}

.links_menu li {
    margin-left: 32px
}

.srvice_card .image {
    background: var(--bg_img);
    height: 100px;
    width: 100px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat
}

.srvice_card {
    text-align: center;
    background: var(--color_gray);
    border-radius: var(--radius1);
    padding: 15px;
    min-height: 355px;
    position: relative;
    height: 100%;
    padding-bottom: 70px;
    min-height: 300px
}

.srvice_card h4 {
    color: var(--color_blue);
    font-display: swap;
    font-family: var(--f_bold);
    margin: 15px auto;
    font-size: var(--small_headers_font_size)
}

.black_btn {
    background: var(--color_black);
    bottom: 15px;
    margin: auto;
    color: var(--color_wheat);
    display: block;
    text-align: center;
    padding: 6px 11px
}

.srvice_card .black_btn {
    position: absolute;
    left: 30px;
    right: 30px
}

.description {
    text-align: center;
    font-size: var(--fill_texts_font_size);
    line-height: var(--line-height1)
}

.section_header {
    text-align: center;
    margin: var(--pex105) auto 35px;
    color: var(--color_blue);
    font-size: var(--headers_font_size)
}

.unbolder .section_header {
    font-display: swap;
    font-family: var(--f_bold)
}

.unbolder {
    font-display: swap;
    font-family: var(--f_bold)!important
}

.col_mb {
    margin-bottom: calc(var(--bs-gutter-x))
}

.description p {
    text-align: left;
    margin-bottom: .5rem;
    padding-left: .4rem
}

span.green_point {
    background: url(../images/part2_arrow_2x.png);
    background-position: bottom!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    height: 16px;
    width: 8px;
    display: inline-block;
    border-radius: unset;
    margin-right: 0
}

span.wheat_point {
    height: 13px;
    width: 13px;
    display: inline-block;
    background: var(--color_wheat);
    border-radius: 50%;
    margin-right: .2rem
}

span.blue_point {
    height: 13px;
    width: 13px;
    display: inline-block;
    background: var(--color_blue);
    border-radius: 50%;
    margin-right: .2rem
}

span.black_point {
    height: 13px;
    width: 13px;
    display: inline-block;
    background: var(--color_black);
    border-radius: 50%;
    margin-right: .2rem
}

.description p:first-child {
    margin-top: calc(var(--bs-gutter-x) * 2)
}

.section_header_desc {
    text-align: var(--section_header_desc_font_align);
    width: var(--section_header_desc_width);
    margin: auto;
    display: block;
    font-size: var(--fill_texts_font_size);
    margin-bottom: var(--section_header_desc_mb);
    line-height: var(--line-height1)
}

.incorporation_jurisdictions_card .image {
    background: var(--bg_img);
    height: 130px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.incorporation_jurisdictions_card h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--color_blue);
    font-display: swap;
    font-family: var(--f_bold);
    font-size: var(--small_headers_font_size)
}

.incorporation_jurisdictions_card {
    border: 1px solid #95959582;
    border-radius: 15px;
    padding: 33px 15px;
    height: 100%
}

.bg_image_forex {
    background: url(../images/why_an_offshore_forex_license.webp);
    height: 130px;
    width: 100%;
    display: block;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%
}

.why_offshore_forex_license_section {
    margin-top: var(--pex105)
}

.grid_box {
    min-height: 270px;
    display: grid;
    justify-content: start
}

.grid_box a.black_btn {
    position: inherit;
    text-align: center;
    margin-right: auto!important;
    display: block;
    float: left;
    margin-left: 0;
    margin-bottom: 0
}

.grid_box h3 {
    color: var(--color_green);
    font-display: swap;
    font-family: var(--f_bold)
}

.grid_box p {
}

.country_card .image {
    background: var(--bg_img);
    height: 75px;
    width: 75px;
    display: block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #efefef;
    border-radius: 50%
}

.country_card h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--color_blue);
    font-display: swap;
    font-family: var(--f_bold);
    font-size: var(--small_headers_font_size)
}

.country_card .description {
    margin-top: 15px;
    font-size: calc(var(--fill_texts_font_size) - 1px);
    line-height: calc(var(--line-height1) - 2px)
}

.country_card {
    border: 1px solid var(--color_dark_gray);
    border-radius: 15px;
    padding: 15px;
    height: 100%
}

.risk_and_regulation_cards .row,.services_section .row,section.incorporation_jurisdictions_section .row,.where_incorporate_section .row,.brokerage_survival_keys_section .row {
    --bs-gutter-x: 0.7rem
}

.brokerage_survival_keys_section p.section_header_desc {
    width: 100%;
    text-align: left
}

section.brokerage_survival_keys_section {
    background: var(--color_gray);
    margin-top: var(--pex105)
}

.consultation_personalized_approach_section p.section_header_desc {
    width: 100%
}

.card1 .image {
    background: var(--bg_img);
    height: 77px;
    width: auto;
    display: block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.card1 h4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--color_black);
    font-display: swap;
    font-family: var(--f_bold);
    font-size: var(--small_headers_font_size)
}

.card1 {
    border: 1px solid var(--color_dark_gray);
    border-radius: 15px;
    padding: 30px 15px;
    height: 100%
}

.brokerage_survival_keys_section h3 {
    text-align: center;
    margin: 35px 0 var(--pex105);
    color: var(--color_green);
    font-display: swap;
    font-family: var(--f_bold)
}

.footer_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center
}

.footer_section a.black_btn {
    position: unset;
    text-align: center;
    margin-left: 0;
    margin: 0;
    margin-bottom: 0;
    margin-left: 15px
}

.forex_brokers_section {
    width: 100%;
    display: block;
    height: 100%!important;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    position: relative;
    display: grid;
    grid-template-rows: 62vh;
    overflow: hidden;
    box-shadow: 0 .2em .5em rgba(0,0,0,.5)
}

.forex_brokers_section .description {
    color: #fff;
    padding: 64px 16px
}

section.forex_brokers_section .section_header {
    margin: 0
}

.latest_from_alliance_section {
    background: var(--color_wheat);
    margin-top: var(--pex105);
    color: var(--color_black);
    padding-bottom: 40px
}

.latest_from_alliance_card .image {
    width: calc(100% + 30px);
    background: var(--bg_img);
    padding-top: 58%;
    width: 100%;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block
}

.latest_from_alliance_card {
    text-align: center;
    border-radius: var(--radius2);
    padding: 15px 0;
    min-height: 355px;
    position: relative;
    height: 100%;
    padding-bottom: 86px;
    transition: .6s;
    padding-top: 0;
    transition: .5s
}

.latest_from_alliance_card .black_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.latest_from_alliance_card h4 {
    text-align: center;
    margin-top: 15px;
    font-display: swap;
    font-family: var(--f_bold);
    font-size: var(--small_headers_font_size);
    margin-bottom: 0
}

.latest_from_alliance_card .description {
    margin-top: 15px;
    text-align: left
}

.latest_from_alliance_card:hover:hover a.black_btn.border1.border-wheat {
    bottom: 15px;
    transition: .5s
}

.right_section {
    background-image: url(../images/part2_contact_us.jpg);
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.flex_full_section {
    display: flex;
    margin: var(--pex105) auto
}

.flex_full_section>div {
    flex: 1
}

.left_section {
    background: var(--color_gray);
    padding: 30px;
    border-radius: 35px 0 0 35px
}

form label {
    text-align: center;
    margin-bottom: 4px;
    color: var(--color_blue)
}

label.error {
    color: red!important;
    font-size: 13px
}

label#email-error {
}

.left_section form .form-group {
    margin-bottom: 15px
}

.left_section form .form-control {
    border: 1px solid var(--color_dark_gray);
    outline: unset;
    box-shadow: none!important;
    color: var(--color_dark_gray);
    border-radius: var(--radius3)
}

.hide {
    display: none
}

span#valid-msg {
    color: green
}

span#error-msg {
    color: red
}

span#footer_valid-msg {
    color: green
}

span#footer_error-msg {
    color: red
}

.iti {
    width: 100%
}

.iti--separate-dial-code .iti__selected-flag {
    background: 0 0;
    border-right: 1px solid rgb(0 0 0/13%)
}

.left_section h2 {
    text-align: center;
    margin: 0 0 15px;
    color: var(--color_blue);
    font-display: swap;
    font-family: var(--f_bold)
}

.left_section form .black_btn {
    margin-top: 15px;
    border: 0
}

footer {
    background: var(--color_black);
    color: var(--color_wheat);
    padding: 30px 90px;
    padding-bottom: 15px
}

.space_x {
    background-color: #009719;
    width: 100%;
    height: 100%;
    display: block
}

ul.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.footer_menu li b {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--color_blue);
    font-display: swap;
    font-family: var(--f_bold);
    font-size: calc(var(--footer_links_font_size) + 3px);
    display: block
}

ul.footer_menu li a {
    margin-bottom: 4px;
    color: #fff;
    font-size: var(--footer_links_font_size);
    text-decoration: none;
    display: block
}

.footer_logo {
    background-image: url(../images/alliance_blue.png);
    height: 48px;
    width: 143px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px
}

ul.footer_menu li a.social_media_link {
    display: inline-block;
    background: #138dc9;
    padding: 5px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 25px;
    margin: auto;
    margin-right: 2%
}

.flex2h {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

li.has_icon img {
    height: 17px
}

li.has_icon {
    margin-bottom: 2px;
    color: #fff;
    font-size: calc(var(--footer_links_font_size) - 0px);
    text-decoration: none;
    display: block
}

ul.footer_menu.social_media_menu {
    margin-top: 15px
}

.contact_information_box {
    background-color: var(--color_dark_blue);
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px;
    border-radius: var(--radius1)
}

.contact_information_box h3.head {
    text-align: center;
    color: #138dc9;
    font-display: swap;
    font-family: var(--f_bold);
    margin-bottom: 15px;
    font-size: calc(var(--footer_links_font_size) + 4px)
}

address a {
    color: #fff
}

address a {
    color: #fff;
    text-decoration: none;
    padding-left: 23px;
    display: block;
    font-size: var(--footer_links_font_size)
}

address a i.fab,address a i.fa,address a i.far,address a i.fas {
    color: #138dc9;
    margin-right: 6px;
    margin-left: -23px;
    display: inline-block
}

p.tow_links {
    display: flex;
    justify-content: space-between
}

address a span {
    margin-left: 2px;
    text-align: left;
    font-size: var(--footer_links_font_size)
}

address p {
    display: grid;
    align-content: center;
    justify-content: start;
    margin-bottom: 5px;
    font-size: var(--footer_links_font_size)
}

p.tow_links a {
    padding-left: 0;
    font-size: var(--footer_links_font_size)
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000
}

span.iti__country-name {
    color: #000
}

.contact_information_box .black_btn {
    width: 100%;
    padding: 0;
    border: 0
}

.contact_information_box form label {
    margin: 2px;
    margin-top: 8px;
    font-size: 1rem
}

.footer_submit_row {
    margin-top: 15px
}

.footer_submit_col {
    margin-top: 22px!important
}

.contact_information_box form .form-control {
    line-height: 20px;
    border: 1px solid var(--color_dark_gray);
    outline: unset;
    box-shadow: none!important;
    color: var(--color_dark_gray);
    font-size: 14px;
    border-radius: var(--radius2)
}

form .form-control::placeholder {
    color: var(--color_dark_gray)
}

h3.head.send_us_message {
    margin-bottom: 0
}

.forex_brokers_section video {
    width: 100%;
    grid-area: var(--fullGrid);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1
}

.forex_brokers_box100 {
    position: absolute;
    z-index: 9;
    top: 0;
    background: #231f20ba;
    left: 0;
    right: 0;
    bottom: 0
}

.black_btn:hover {
    color: var(--color_wheat)
}

p.footer_copyright {
    text-align: center;
    font-size: calc(var(--fill_texts_font_size) - 5px);
    padding-top: 15px
}

p.footer_copyright1 {
    text-align: center;
    font-size: calc(var(--fill_texts_font_size) - 5px);
    margin-top: 45px;
    border-top: 1px solid;
    padding-top: 15px;
    margin-bottom: 0
}

.banner_div {
    background: var(--bg_img);
    height: var(--banner_div_height);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section_header_desc.wihtout_title {
    padding: var(--wihtout_title_t) 0 var(--wihtout_title_b)
}

.list_points p {
    margin-bottom: .3rem;
    color: var(--color_black)
}

.banned_countries_list p {
    color: var(--color_green)
}

.banned_countries_last_p {
    margin: 25px auto;
    text-align: center;
    display: block;
    font-size: calc(var(--fill_texts_font_size) + 2px)
}

.dflex_area1 {
    display: flex;
    column-count: 4;
    column-gap: 14px;
    flex-wrap: wrap
}

.brokerage_starter_card .image {
    background: var(--bg_img);
    height: 90px;
    width: 90px;
    display: block;
    margin: auto;
    background-size: contain
}

.brokerage_starter_card {
    text-align: center;
    position: relative;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
    position: relative;
    padding-top: calc(100% - 2px)
}

.consultation_starter_card {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    position: relative
}

.consultation_starter_card .image {
    background: var(--bg_img);
    width: 90px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1/1
}

.brokerage_starter_card h4 {
    color: var(--color_blue);
    margin: 15px auto;
    font-size: calc(var(--fill_texts_font_size) - 3px)
}

.consultation_starter_card h4 {
    color: var(--color_blue);
    margin: 15px auto;
    font-size: calc(var(--fill_texts_font_size) - 0px)
}

.consultation_starter_card .hand_overlay {
    position: unset;
    display: block
}

.hand_overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px
}

.custom_row_7 .custom_row_7_col {
    margin-bottom: calc(var(--bs-gutter-x))
}

.custom_row_7 {
    margin-top: 50px;
    margin-bottom: 50px
}

article.article_type1 p {
    margin-bottom: 0
}

article p.handle_article_space25 {
    margin-bottom: 35px
}

.gole_card .image {
    background: var(--bg_img);
    height: 65px;
    width: 100%;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.gole_card {
    text-align: center;
    background: var(--color_gray);
    border-radius: var(--radius2);
    padding: 15px;
    position: relative;
    height: 100%;
    min-height: 220px
}

.gole_card h4 {
    color: var(--color_green);
    margin: 9px auto;
    font-size: var(--small_headers_font_size)
}

.goles_section {
    background-image: url(../images/bg2.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    padding: var(--pex105) 0;
    background-size: 100%
}

h4.without_description {
    height: 100%;
    display: flex;
    align-items: center
}

.gole_card .content {
    min-height: 101px;
    display: grid;
    flex-direction: column;
    align-items: start;
    justify-content: space-around
}

.goles_section .row {
    --bs-gutter-x: 0.7rem
}

.payment_brokers_solutions_row.row {
    --bs-gutter-x: 0.7rem
}

section.brokerage_survival_keys_section.invers {
    margin-top: 0;
    background: #fff
}

.invers .card1 {
    background: var(--color_black)
}

.invers .card1 .image {
    filter: brightness(0) invert(1)
}

.invers .card1 h4 {
    color: var(--color_wheat)
}

.row_header {
    color: var(--color_blue);
    text-align: center;
    margin: auto;
    margin-bottom: var(--section_header_desc_mb);
    font-size: var(--headers_font_size)
}

.banner_section.with_space {
    margin-top: 35px
}

.purpose_bg {
    background-image: url(../images/business_handshake.jpg);
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.box_image {
    background-image: url(../images/business_handshake.jpg);
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.contact_us_section .right_section {
    background-image: url(../images/part2_contact_us.jpg);
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.contact_us_section .left_section {
    border: 1px solid #a5b6bc
}

.list_points_as_paragrahp p {
    display: grid;
    grid-template-columns: 17px auto;
    margin-bottom: 10px;
    gap: 1px;
    text-align: left
}

.list_points_as_paragrahp p span {
    display: block;
    margin-right: .5rem;
    margin-top: 4px
}

.with_bg1 {
    background-image: url(../images/bg1.png);
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.with_bg2 {
    background-image: url(../images/bg1.png);
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.modal_1 .modal-header {
    border: 0;
    padding: 0 15px 15px;
    text-align: center;
    color: #018dc9;
    font-display: swap;
    font-family: var(--f_bold)
}

.modal_1 .modal-title {
    margin: auto;
    text-align: center;
    width: 100%;
    color: #018dc9;
    font-display: swap;
    font-family: var(--f_bold)
}

.modal_1 .modal-header .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: var(--color_blue);
    opacity: 1;
    border-radius: 50%;
    background-size: 10px;
    width: 6px;
    height: 6px;
    opacity: 1!important
}

.main-new-form .form-control::placeholder {
    color: #c0b9b9!important;
    font-weight: 400
}

.main-new-form .form-control {
    color: #000
}

.modal_1 .modal-content {
    border-radius: 15px;
    padding: 50px 30px 30px
}

.modal_1 .nav-tabs li {
    flex: 1;
    text-align: center;
    border: 0;
    border-radius: var(--radius2)
}

.modal_1 .nav-tabs .nav-link {
    width: 100%;
    display: block;
    border-radius: var(--radius2);
    border: 0;
    margin: 0;
    color: #018dc9!important;
    text-transform: capitalize
}

.modal_1 .nav-tabs .nav-item.show .nav-link,.modal_1 .nav-tabs .nav-link.active {
    background: #018dc9;
    color: #fff!important
}

.modal_1 .nav-tabs {
    border: 1px solid #dee2e6;
    border-radius: var(--radius2);
    margin-bottom: 15px
}

.login_btn {
    background: var(--color_wheat);
    bottom: 23px;
    margin: auto;
    color: #018dc9;
    text-decoration: none;
    border-radius: var(--radius2);
    min-width: 184px;
    display: block;
    padding: 5px 28px;
    text-align: center;
    border: 1px solid #018dc9;
    margin-bottom: 15px;
    width: auto
}

.password_div {
    position: relative
}

.password_div span {
    position: absolute;
    top: 20%;
    right: 16px;
    height: 0;
    margin: 0;
    padding: 0
}

.password_div span i {
    color: var(--color_dark_gray)
}

.eye_icon {
    color: #3d3737
}

.modal_1 form .form-group.mb {
    margin-bottom: 0
}

.modal_1 form .form-control {
    border: 1px solid var(--color_dark_gray);
    outline: unset;
    box-shadow: none!important;
    color: #a5b6bc;
    border-radius: var(--radius2)
}

.modal_1 label.form-check-label {
    margin-bottom: 1px;
    color: var(--color_dark_gray);
    font-display: swap;
    font-family: var(--f_regular)
}

.social_login_div {
    text-align: center
}

.social_login_div button {
    background: #018dc9;
    border: 0;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: 0 4px
}

.social_login_div button i {
}

.fixed_row_h {
    align-content: flex-start;
    position: relative
}

p.reset_password_p {
    text-align: center;
    color: gray;
    margin-bottom: 15px
}

p.reset_password_p a {
    color: #018dc9;
    text-decoration: none
}

.footer_form {
    padding-top: 15px
}

.form-check.agree_checkbox,.form-check {
    margin-top: 7px
}

.modal_1 label.form-check-label a {
    color: var(--color_dark_gray)
}

.modal_1 form .form-group label {
    margin-bottom: 5px
}

.small_content .section_header_desc {
    margin-bottom: var(--section_header_desc_small_content_b)
}

.small_content {
    padding-bottom: var(--pex105)
}

.mt5_support {
    padding-top: var(--pex105);
    padding-bottom: var(--pex105)
}

.mt5_support_card {
    background: var(--color_gray);
    padding: 30px 15px;
    border-radius: var(--radius2);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mt5_support_card .description {
    color: var(--color_blue);
    font-size: 15px
}

.banner_metatrader_4 {
    background: var(--bg_img);
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: var(--pex105) auto;
    padding-top: 31%
}

.alert_p {
    margin-top: 15px
}

.mtb_left {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%
}

.gather_bg {
    background-image: url(../images/we_gather_the_following_personal_data_from_you.png);
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.green_link_inp {
    color: var(--color_green);
    text-decoration: none
}

.bold {
    font-display: swap;
    font-family: var(--f_bold)
}

.privacy_policy_section {
    margin-bottom: var(--pex105);
    background-image: url(../images/bg1.png);
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.alliance_table:not(.hed_blue) thead tr th:nth-child(odd) {
    background: var(--color_blue)
}

.alliance_table:not(.hed_blue) thead tr th:nth-child(even) {
    background: var(--color_blue)
}

.alliance_table.hed_blue thead tr th {
    background: var(--color_blue);
    border: 1px solid #000;
    font-size: var(--table_hed_f_size);
    border: unset
}

.alliance_table tbody tr td {
    text-align: center;
    font-size: var(--table_tbody_f_size);
    vertical-align: middle;
    height: 50px
}

.alliance_table tbody tr td.bold {
}

.alliance_table thead tr th {
    text-align: center;
    color: var(--color_gray)
}

.alliance_table:not(.width2) tbody tr td {
    width: 50%
}

.alliance_table:not(.width2) thead tr th {
    width: 50%
}

.alliance_table .icon-plus-circle2 {
}

.alliance_table tbody tr:nth-child(odd) td {
    background: var(--color_gray)!important
}

.alliance_table tbody tr:nth-child(even) td {
    background: #fff!important
}

.alliance_table tbody tr:nth-child(even) td:nth-child(odd) {
    background: var(--color_wheat)
}

.alliance_table tbody tr:nth-child(even) td {
    background: var(--color_wheat)
}

.alliance_table tbody tr:nth-child(even) td:nth-child(even) {
    background: var(--color_gray)
}

.footer_space {
    margin-top: var(--pex105)
}

.sub_points {
    padding-left: 80px
}

.circle_card .image {
    background: var(--bg_img);
    padding-top: 37%;
    width: 38%;
    display: block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.circle_card .card_overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    display: grid;
    align-content: center
}

.circle_card h4 {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 0;
    color: var(--color_blue);
    font-size: calc(var(--small_headers_font_size) - 2px)
}

.circle_card {
    border: 0;
    border-radius: 15px;
    background: var(--color_gray);
    padding-top: 100%;
    position: relative;
    border-radius: 100%
}

.circle_card_row {
    --bs-gutter-x: 0.7rem
}

.box_card .image {
    background: var(--bg_img);
    height: 57px;
    width: 56px;
    display: block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.box_card h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--color_blue);
    font-size: calc(var(--small_headers_font_size) - 2px)
}

.box_card {
    border: 0;
    border-radius: var(--radius2);
    background: var(--color_gray);
    padding: 35px 15px;
    height: 100%
}

.box_card_row {
    --bs-gutter-x: 0.7rem
}

.delivery_dark_cards_section .card1 h4 {
    color: var(--color_wheat);
    font-display: swap;
    font-family: var(--f_regular)
}

.delivery_dark_cards_section .card1 {
    padding: 32px 15px
}

.delivery_dark_cards_section .row {
    --bs-gutter-x: 0.7rem
}

.specialty_and_expertise_bg {
    background-image: url(../images/specialty_and_expertise.png);
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.ul_as_paragraphs {
    margin: auto;
    display: block;
    font-size: calc(var(--fill_texts_font_size) - 0px);
    margin-bottom: 40px;
    padding: 0
}

.ul_gray_paragraphs li {
    background-color: var(--color_gray);
    margin-bottom: 10px;
    padding: 19px 11px;
    border-radius: var(--radius2);
    font-size: calc(var(--fill_texts_font_size) - 0px)
}

.ul_as_paragraphs {
    list-style: none;
    text-align: center
}

.ul_gray_paragraphs li:last-child {
    margin-bottom: 0
}

.banner_what_alliance_can_do {
    background: var(--bg_img);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0;
    padding-top: 40px
}

.banner_what_alliance_can_do .image {
    background: var(--bg_img);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.banner_what_alliance_can_do h2 {
    text-align: left;
    color: #fff;
    margin-top: var(--pex105)
}

.banner_what_alliance_can_do p.section_header_desc {
    color: #fff;
    text-align: left
}

.banner_what_alliance_can_do p.section_header_desc:last-child {
    margin-bottom: 50px
}

.custom_display2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-count: 2
}

.custom_display2 li {
    width: calc(50% - 15px);
    margin: auto;
    margin-bottom: 15px
}

.web_development_banner {
    background: var(--bg_img);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 0;
    background-attachment: fixed;
    background-color: #231f20
}

.web_development_banner h2 {
    color: #fff
}

.web_development_banner p {
    margin: 0;
    color: #fff
}

.web_development_banner {
    padding-bottom: var(--pex105)
}

.head_body_success {
    text-align: center
}

.head_body_success .body_msg {
    text-align: center;
    width: 100%;
    font-size: calc(var(--fill_texts_font_size) - 0px);
    margin-bottom: 15px
}

.head_body_success .footer_msg {
    text-align: center;
    width: 100%;
    color: #018dc9;
    font-size: calc(var(--fill_texts_font_size) - 0px);
    margin: 0
}

p.head_msg {
    text-align: center;
    width: 100%;
    color: #018dc9;
    font-size: calc(var(--fill_texts_font_size) - 0px);
    margin-bottom: 15px;
    font-display: swap;
    font-family: var(--f_bold)
}

.modal_1.success_modal .modal-header .btn-close {
    background-color: var(--color_dark_gray)
}

.lazy {
    background: linear-gradient(100deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 60%) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
    --bg_img: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--loading-grey) !important;
    --bg_img_mark: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--loading-grey) !important
}

@keyframes loading {
    to {
        background-position-x: -20%
    }
}

header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 1px 10px 1px #cdcdcd
}

.small_hed {
    font-size: calc(var(--headers_font_size) - 5px);
    margin-bottom: var(--small_hed_mb);
    margin-top: var(--small_hed_mt)
}

.show_menu .menus_section:after {
    content: 's';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000094;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1
}

.mobie_menu_link,.div_flex_btns_mobile {
    display: none
}

.mobile {
    display: none
}

.mobile_flex {
    display: none
}

.content_section_writers_banner {
    background: var(--bg_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0;
    background-color: #231f20
}

.alliance_advisers_banner {
    background: var(--bg_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0;
    background-color: #231f20
}

.furthermore_banner {
    background: var(--bg_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.overlay_banner.blue_overlay {
    background: #018dc999;
    height: 100%;
    background: linear-gradient(180deg,rgb(1 141 201/61%) 0%,rgb(0 0 0/80%) 100%)
}

.gray_section {
    background-color: var(--color_gray)!important
}

.dark_shape {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    background: var(--color_black);
    color: var(--color_wheat);
    padding: 15px;
    border-radius: calc(var(--radius1) * 2);
    font-size: calc(var(--headers_font_size) - 8px)
}

.alliance_advisers_banner h2.section_header {
    margin: 0
}

.alliance_advisers_banner {
    padding: calc(var(--pex105) * 2) 0
}

.visibility_h {
    visibility: hidden
}

.business_planning_expertise_bg {
    background-image: url(../images/l0__creating_business_plan.jpg);
    height: 380px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: .5s;
    cursor: pointer
}

.business_planning_expertise_bg:hover {
    background-size: 125% 124%;
    transition: .5s
}

.box_image {
    background-image: var(--bg_img);
    height: 100%;
    min-height: 405px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: .5s;
    cursor: pointer
}

.pointer {
    cursor: pointer
}

b {
    font-display: swap;
    font-family: var(--f_bold)
}

.box_image:hover {
    background-size: 125% 124%;
    transition: .5s
}

.bnt_type_2 {
    width: fit-content;
    margin-top: 32px
}

.min-h-0 {
    min-height: 0
}

.mt_header_space {
    margin-top: var(--pex105)
}

.mb_header_space {
    margin-bottom: var(--pex105)
}

.pt_header_space {
    padding-top: var(--pex105)
}

.pb_header_space {
    padding-bottom: var(--pex105)
}

.essentials_cards_row .srvice_card {
    min-height: auto;
    padding-bottom: 40px
}

.essentials_cards_row {
    justify-content: center
}

.distinctive_benefits_of_license_row .srvice_card h4 {
    color: var(--color_green)
}

.distinctive_benefits_of_license_row .srvice_card {
    padding-bottom: 0
}

.what_to_look_row {
    --bs-gutter-x: 0.7rem
}

.card_gray_title {
    background: var(--color_gray);
    height: 90px;
    text-align: center;
    text-align: center;
    margin-bottom: 0;
    color: var(--color_green);
    font-display: swap;
    font-family: var(--f_bold);
    font-size: calc(var(--small_headers_font_size) - 2px);
    border-radius: var(--radius2);
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 6px 10px
}

.swiper_img {
    background-image: var(--bg_img);
    position: relative;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 100%;
    height: 125px;
    display: block;
    border-radius: var(--radius);
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: calc(var(--radius1) * 2)
}

.bg_image_partner {
    background-image: var(--bg_img);
    position: relative;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 100%;
    height: 125px;
    display: block;
    border-radius: var(--radius);
    background-color: transparent;
    border: 1px solid #000;
    border-radius: var(--radius1);
    margin: 0 9px
}

.swiper-pagination {
    margin-top: 17px!important;
    display: block;
    z-index: 9999;
    position: unset!important
}

.swiper-button-prev {
    left: 0
}

.swiper-button-next {
    right: 0
}

.our_clients_slider {
    position: relative
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    color: #0f0e4f;
    height: 100%;
    top: 22px;
    width: 40px;
    transition: .2s;
    border-radius: 0
}

.our_clients_slider {
    position: relative
}

.swiper-button-prev {
    left: -40px;
    border-radius: 20px 0 0 20px
}

.swiper-button-next {
    right: -40px;
    border-radius: 0 20px 20px 0
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background: #0f0e4f;
    transition: .2s;
    color: #ffff
}

.swiper-button-next,.swiper-button-prev {
    display: none!important
}

.table_btn {
    line-height: var(--table_btn_line_height);
    display: block;
    padding: var(--table_btn_padding_y) var(--table_btn_padding_x);
    color: var(--color_black);
    text-decoration: none;
    border-radius: var(--radius3);
    font-size: var(--table_btn_font_size);
    white-space: nowrap;
    border: 1px solid var(--color_dark_gray)
}

.table_btn.black {
    background: var(--color_black);
    color: #fff;
    border-color: var(--color_black)
}

.table_btn.green {
    background: var(--color_green)
}

.table_btn.blue {
    background: var(--color_blue)
}

.error-callback-div {
    font-size: var(--footer_links_font_size);
    color: red
}

.with_points {
    list-style: disc
}

.epty_links a[href=''],.epty_links .subMenu a[href=''],.epty_links .subMenu a[href='#'],.epty_links .subMenu a[href="#"],.epty_links a[href=''] {
}

.bg_position_att {
    background-size: cover;
    background-position: center!important;
    background-color: #247897
}

.payment_brokers_solutions_row .srvice_card .image {
    height: 75px;
    width: 75px
}

.payment_brokers_solutions_row .srvice_card {
    padding: 15px;
    padding-bottom: 15px;
    min-height: auto;
    min-height: 350px
}

.list_points p {
    display: grid;
    grid-template-columns: 17px auto;
    margin-bottom: 10px;
    gap: 0;
    text-align: left;
    justify-items: center;
    align-items: start;
    justify-content: start
}

.dark_shape.darkshapefont2,.dark_shape.darkshapefont2 span {
    font-display: swap;
    font-family: var(--f_bold);
    font-size: calc(var(--headers_font_size) - 10px)
}

.with_mt {
    margin-top: var(--section_header_desc_mb)!important
}

.with_mb {
    margin-bottom: var(--section_header_desc_mb)!important
}

.with_mt20 {
    margin-top: 20px
}

.with_mb20 {
    margin-bottom: 20px
}

.with_mtBtn {
    margin-top: 50px;
    float: left
}

.invers .card1 .description {
    color: #fff;
    margin-top: 20px
}

.risk_and_regulation_cards .card1 {
    min-height: 435px
}

.rfdiagram2 {
    background: url(../images/rfdiagram2.png);
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 182%
}

.partners_div {
    display: flex
}

.slid_item.slider2 p {
    font-display: swap;
    font-family: var(--f_extra_bold)
}

.slid_item.slider2 a {
    margin: auto;
    margin-top: 23px
}

span.black_point {
    margin-top: 3px
}

.content.no_desc {
    display: grid;
    justify-items: center
}

.alliance_advisers_banner h2 {
    font-size: calc(var(--headers_font_size) + 10px)
}

.f_regular {
    font-display: swap;
    font-family: var(--f_regular)!important
}

.radius27 {
    border-radius: calc(var(--radius1) * 27)
}

.dark_shape.darkshapefont2.radius27 {
    padding: 20px
}

.font30 {
}

.list_points span.green_point {
    margin-bottom: 4px
}

.mt5_support_card {
    padding: 40px 15px
}

.section20 {
    padding-top: 30px;
    padding-bottom: 130px
}

.px115 {
    margin-bottom: var(--px115)!important
}

.flex_head h1.text-start {
    width: -webkit-fill-available;
    width: fit-content;
    block-size: fit-content;
    width: -moz-fit-content;
    margin-bottom: 0
}

.flex_head {
    display: flex;
    justify-content: flex-end
}

.custom_display2 {
    padding: 0
}

.alert_p {
    font-size: calc(var(--fill_texts_font_size) - 4px);
    line-height: calc(var(--line-height1) - 4px);
    margin-top: 15px
}

.points_mt5 .list_points span.green_point {
    margin-top: 5px
}

.address_contact_us_row a {
    color: #000;
    text-decoration: none;
    text-align: center;
    display: flex;
    height: 152px;
    font-size: 16px;
    align-content: center;
    align-items: center;
    flex-direction: column;
    margin: 5px 0
}

.address_contact_us_row a span,.address_contact_us_row a i {
    color: #018dc9
}

.address_contact_us_row a i {
    font-size: 36px
}

.row.address_contact_us_row {
    justify-content: center;
    margin-top: var(--pex105);
    margin-bottom: 35px
}

form.contact_us_page_form {
    background: var(--color_gray);
    padding: 30px;
    border-radius: 35px;
    margin-bottom: var(--pex105)
}

form.contact_us_page_form h2.section_header {
    margin: 0
}

button.alliance_btn {
    border: 0;
    outline: unset
}

form.contact_us_page_form h2.section_header {
    margin: 0;
    font-size: var(--small_headers_font_size)
}

small.hent_required {
    float: right;
    display: block;
    margin: 5px 0 9px
}

.contact_us_page_form .form-group {
    margin-bottom: 11px
}

.contact_us_page_form .form-group label {
    margin-bottom: 0
}

.address_contact_us_row p {
    font-size: 15px;
    line-height: 21px
}

form.contact_us_form.contact_us_page_form {
    padding: 0;
    margin: 0
}

a.link_in_td {
    color: var(--color_black);
    text-decoration: none
}

a.link_in_td:hover {
    color: var(--color_blue)
}

.mt5_support_card.with_h_bg .image {
    --pers_c: 0.8;
    width: calc(180px * var(--pers_c));
    height: calc(90px * var(--pers_c));
    display: block;
    background-position: center;
    margin-right: 15px;
    display: block;
    max-width: 171px;
    background: var(--bg_img);
    background-size: contain;
    background-repeat: no-repeat
}

.mt5_support_card.with_h_bg {
    align-items: center
}

.mt5_support_card.with_h_bg .content {
    display: inline-block;
    flex: auto;
    width: 100%;
    color: var(--color_black)
}

.mt5_support_card.with_h_bg .description {
    color: var(--color_black)
}

.blue_section {
    background: var(--color_blue);
    display: block;
    width: 100%;
    color: var(--color_wheat);
    padding: 0 var(--bs-gutter-x)
}

.gray_text_box {
    background: var(--color_gray);
    height: 100%;
    padding: var(--bs-gutter-x);
    border-radius: var(--radius2)
}

.flag_span {
    background: var(--bg_img);
    height: 24px;
    width: 24px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat
}

.flag_td {
    width: 24px!important;
    vertical-align: middle!important;
    height: 24px!important
}

table.alliance_table.width2 tbody tr td:nth-child(2) {
    text-align: left
}

.alliance_table.width2 thead tr th {
    font-weight: 400
}

.table_select {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: var(--radius2);
    color: #fff;
    padding: 3px 4px;
    width: 65px;
    font-size: 12px;
    text-align: center;
    outline: unset
}

.table_select option {
    background: #018dc9;
    border-radius: 15px;
    text-align: left
}

button.tooltip_btn {
    background: 0 0;
    border: 0;
    outline: unset
}

.tooltip-inner {
    background: #fff;
    color: #000;
    border: 2px solid #dcdcdccf;
    border-radius: var(--radius1);
    opacity: 1;
    z-index: 99;
    padding: 15px;
    max-width: 276px;
    text-align: left
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--color_blue)
}

.tooltip {
    opacity: 1!important
}

label.continent_name {
    font-weight: 700;
    font-size: 23px
}

.continent_image {
    background: var(--bg_img);
    height: 95px;
    width: 200px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    float: right
}

.font-inherit {
    font-size: inherit;
    font-weight: inherit;
    font-display: swap;
    font-family: inherit
}

.content_header {
    display: block;
    text-align: center
}

.content_header .image {
    width: 100px;
    background: var(--bg_img);
    height: 100px;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 15px
}

.content_header h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--color_black);
    font-display: swap;
    font-family: var(--f_bold);
    font-size: var(--small_headers_font_size)
}

.db_table1,.alliance_table.db_table1 tbody tr td {
    text-align: left!important
}

.db_table1 .green_point {
    margin-right: 5px
}

.country_card {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: var(--color_black)
}

.country_card:hover {
    border: 2px solid #018dc9
}

.scroll-margin-top-header {
    scroll-margin-top: 100px
}

.fixed_btns {
    position: fixed;
    left: 15px;
    width: 58px;
    top: 75px;
    bottom: 10px;
    z-index: 99
}

.fixed_btns_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
    align-content: center;
    width: 83%
}

a.fixed_btn {
    display: block;
    margin: 4px 0;
    width: 100%
}

a.fixed_btn .image {
    width: 100%;
    background: var(--bg_img);
    padding-top: 100%;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    border-radius: 50%
}

.relative {
    position: relative
}

a.fixed_btn.active {
    border: 2px solid #018dc9;
    border-radius: 50%
}

p.bullet_p {
    margin-bottom: 3px
}

span.bullet {
    background: #000;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-right: 21px
}

.validation-invalid-label {
    color: red
}

input#phone.error {
    border: 1px solid red
}

label#phone-error {
    position: absolute
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(24px,0)
    }
}

.er {
}

.loader2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg,#018dc9fa,#018dc900);
    z-index: 9999
}

label#footer_phone-error {
    position: absolute
}

.blog_title {
    background: #707070;
    display: block;
    padding: 2px 15px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: calc(var(--bs-gutter-x));
    margin-bottom: calc(var(--bs-gutter-x)/2);
    display: flex;
    align-items: center;
    margin-top: 2px!important
}

.blog_title h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0
}

.blog_section .latest_from_alliance_card {
    padding-left: 0;
    padding-right: 0
}

.blog_banner {
    width: 100%;
    background: var(--bg_img);
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    aspect-ratio: 16/8
}

.blog_info {
    text-align: center
}

.blog_info p {
    margin: 0;
    padding: 0;
    color: var(--color_dark_gray)
}

.blog_info h1 {
    font-size: 43px;
    font-weight: 600;
    margin: 15px 0
}

.tags {
    display: flex;
    justify-content: center
}

.tag {
    background: var(--color_gray);
    padding: 2px 9px;
    margin: 2px 5px;
    border-radius: 2px;
    font-size: 15px;
    text-decoration-line: none;
    color: #000
}

span.report_span {
    color: #c50909;
    width: 346px;
    text-align: right;
    cursor: pointer
}

.comment_text_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.comment_text {
    flex: auto;
    margin: auto;
    display: block;
    font-size: var(--fill_texts_font_size);
    margin-bottom: 0;
    line-height: var(--line-height1)
}

.user_name {
    font-weight: 700;
    font-size: 19px
}

p.comments_p {
    margin: auto;
    display: block;
    font-size: var(--fill_texts_font_size);
    margin-bottom: var(--section_header_desc_mb);
    line-height: var(--line-height1);
    color: var(--color_blue);
    font-weight: 700
}

span.comments_count {
    color: #fff;
    background: var(--color_black);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: unset
}

.comment {
    margin-bottom: 35px
}

.comments_area {
    padding-top: var(--section_header_desc_mb);
    border-top: 1px solid var(--color_dark_gray)
}

.user_image {
    background: url(../images/blog/user.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: unset;
    margin-right: 0
}

.supported_webp .user_image {
    background: url(../images/blog/user.webp);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: unset;
    margin-right: 0
}

form.add_comment {
    display: flex;
    justify-content: space-between;
    gap: 5px
}

form.add_comment input {
    padding: 5px 15px;
    height: 100%
}

.flex-auto {
    flex: auto
}

form.add_comment button {
    background: var(--color_blue);
    color: #fff;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px
}

p.related_articles_p {
    margin: 0;
    display: block;
    font-size: var(--fill_texts_font_size);
    line-height: var(--line-height1);
    color: var(--color_blue)
}

button.more_comments {
    background: 0 0;
    border: 0;
    margin: auto;
    display: block;
    padding: 11px
}

.links_menu a:hover {
    color: var(--color_blue)
}

a.incorporation_jurisdictions_card {
    display: block;
    text-decoration: none
}

#subscription_to_newsletter_modal .footer_form {
    position: unset
}

.scrollVisible {
    --section_header_desc_mb: 15px
}

a.fixed_btn:hover {
    border: 2px solid #018dc9;
    border-radius: 50%
}

.address_contact_us_row a {
    margin: 0
}

.address_contact_us_row p {
    margin: 0!important;
    padding: 0;
    line-height: var(--line-height1)
}

.address_contact_us_row a {
    height: auto
}

.chat_with_us_div a {
    display: flex;
    background: var(--color_black);
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: auto;
    width: fit-content;
    padding: 5px 19px;
    border-radius: var(--radius3);
    color: #fff;
    font-size: 13px;
    gap: 10px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 400
}

.chat_with_us_div {
    text-align: left;
    font-weight: 700
}

.follow_div span {
    text-align: left;
    font-weight: 700
}

.social_media_links {
    display: flex;
    gap: 10px
}

.social_media_links a i {
    color: #000!important;
    font-size: 19px;
    margin: 0;
    padding: 0;
    line-height: 34px
}

.social_media_links a {
    border: 2px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 3px
}

.chat_with_us_div span,.follow_div span {
    margin-bottom: 3px;
    display: block
}

.contact_us_page .flex_full_section {
    margin: 0;
    display: block
}

.contact_us_page .right_section {
    display: none
}

.contact_us_page .left_section {
    border-radius: 0;
    border: 1px solid #dfdcdcb8;
    height: 100%
}

.contact_us_page .flex_full_section {
    height: 100%
}

.row.contact_us_page {
    height: 100%
}

.contact_us_page .col-lg-12.col-md-10.m-auto {
    margin: 0!important
}

.g-recaptcha-div {
    text-align: center;
    margin: auto;
    width: fit-content
}

.follow_div {
    width: auto;
    float: right
}

.row.distinctive_benefits_of_license_row .col_mb {
    margin-bottom: 0
}

.contact_us_page .left_section .form-control {
    border: 1px solid #dfdcdcb8
}

.small_mb {
    margin-bottom: var(--small_hed_mb)!important
}

.small_mt {
    margin-top: var(--small_hed_mb)!important
}

.description_div p:last-child {
    margin-bottom: 0!important
}

.description_div p {
}

element.style {
    visibility: visible;
    animation-name: fadeInUp
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.small_hed_font {
    font-size: calc(var(--headers_font_size) - 5px)
}

.dark_shape {
    margin-top: calc(var(--pex105))
}

.circle_card .card_overlay .content {
    height: 75px
}

.mt5_support_card.with_h_bg .content {
}

.mt5_support_card.with_h_bg .description {
    margin-right: auto;
    margin-left: 0;
    padding: 0
}

.content_section .box_image {
    background-size: cover!important
}

.profile_banner {
    width: 100%;
    background: var(--bg_img);
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    aspect-ratio: 1508/359;
    position: relative
}

.profile_image {
    width: 140px;
    background: var(--bg_img);
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    aspect-ratio: 1/1;
    margin-top: calc(-70px);
    position: relative;
    border: 1px solid #efefef;
    border-radius: 50%;
    background-size: 100% 100%!important
}

.gray_section_type2 {
    background-color: var(--color_gray)!important;
    padding: 15px 20px 35px
}

.list_points.points_to_top p {
    align-items: start
}

.row_grid5 {
    margin-top: var(--small_hed_mt);
    --bs-gutter-x: 7.5px
}

.blue_card {
    background: var(--color_blue);
    padding: 15px;
    min-height: 311px;
    height: 100%
}

.row_grid5 div .blue_card_desc {
    margin: 0;
    color: #fff;
    padding: 0;
    font-size: calc(var(--fill_texts_font_size) - -1px);
    line-height: var(--line-height1);
    padding-top: 30px
}

.row_grid5 .blue_card_head {
    color: #fff;
    height: 45px;
    font-size: var(--fill_texts_font_size);
    line-height: var(--line-height1);
    font-display: swap;
    font-family: var(--f_bold);
    font-size: calc(var(--headers_font_size) - 2px)
}

.quotes_card {
    background: var(--color_blue);
    padding: 15px 45px;
    display: grid;
    justify-items: center;
    align-items: center;
    color: #fff;
    gap: 16px
}

h3.quotes_head {
    font-size: calc(var(--headers_font_size) * 2);
    font-display: swap;
    font-family: var(--f_bold)
}

p.quotes_text {
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    display: block;
    line-height: 46px;
    font-size: 30px
}

.quotes_head {
    width: 46px;
    background: var(--bg_img);
    margin: 24px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    aspect-ratio: 21/22
}

.quote_image {
    width: 35px;
    background: var(--bg_img);
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    aspect-ratio: 99/86
}

.quotes_quote2.quote_image {
    margin-left: auto;
    margin-top: 15px
}

.quotes_quote1.quote_image {
    margin-bottom: 15px
}

h6.quotes_author {
    font-weight: 700
}

.list_points p:last-child {
    margin-bottom: 0
}

.flex_btns {
    display: flex;
    gap: 15px
}

.flex_btns a {
    flex: 1
}

.flex_share {
    display: flex;
    justify-content: space-between;
    padding: 15px 0
}

.flex_btns a {
}

.flex_share a i {
    font-size: 18px
}

.flex_share span {
    font-size: 20px
}

.div_profile_col1 {
    display: flex;
    gap: 15px;
    padding-left: 15px
}

h1.profile_name {
    font-size: var(--headers_font_size);
    font-display: swap;
    font-family: var(--f_bold);
    padding-top: 4px
}

span.profile_qara {
    color: var(--color_blue)!important;
    font-size: var(--small_headers_font_size);
    cursor: pointer
}

p.green_point:before {
    background-position: bottom;
    background-repeat: no-repeat;
    height: 16px;
    width: 8px;
    display: inline-block;
    border-radius: unset;
    margin-right: 0;
    margin-left: -8px;
    object-fit: fill;
    background: url(../images/part2_arrow_2x.png);
    background-size: cover;
    display: inline-block;
    content: ""
}

ul.pagination {
    margin: auto;
    width: fit-content;
    margin-top: 15px
}

.page-item.active .page-link {
    background-color: var(--color_blue);
    border-color: var(--color_blue)
}

p.author {
    margin-bottom: 5px
}

p.alert_p.text-green {
    color: red!important
}

a.btn.btn-light.tag_btn {
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 1px
}

.blog_section input:checked~label {
    background: #231f20;
    color: #fff
}

.tag_btn2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative
}

label.label_checkbox {
    background: var(--color_gray);
    padding: 5px;
    margin: 0;
    padding: 6px 7px;
    border-radius: .25rem;
    margin-bottom: 5px;
    color: var(--color_black)
}

.tag_checkbox {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0
}

.cookies_tab {
    position: fixed;
    background-color: var(--color_black);
    left: 0;
    right: 0;
    padding: 10px 10px 20px;
    margin-bottom: 0;
    bottom: 0;
    z-index: 1001
}

.disc_cookies p {
    color: var(--color_wheat)
}

.disc_cookies p span {
    color: var(--color_blue);
    font-weight: 700
}

.cookies_close_btn {
    text-decoration: none;
    float: right;
    color: var(--color_blue)
}

.cookies_agree_btn {
    font-weight: 400;
    margin: auto;
    display: block
}

.grey_section {
    background-color: var(--color_gray)
}

.flex_share a {
    color: var(--color_black)!important
}

.flex_btns.share_flex_btns a {
    width: auto;
    flex: 1;
    min-width: auto;
    font-size: calc(var(--btns_font_size) - 3px)
}

.gray_section_type2 .small_hed_font {
}

.section_header_desc {
}

p.section_header_desc.wow.fadeInUp.w-100.text-start.mb-0+div .col-md-12.list_points.list_points_as_paragrahp.points_to_top p {
    margin-bottom: 5px
}

.wizard-form[data-fouc] {
    opacity: 0
}

.wizard-form[data-fouc].wizard {
    opacity: 1
}

.wizard-form[data-fouc]:not(.wizard) {
    padding-top: 6.75003rem;
    padding-bottom: 3.50003rem
}

.wizard-form[data-fouc]:not(.wizard) fieldset:not(:first-of-type),.wizard-form[data-fouc]:not(.wizard) h6 {
    display: none
}

.wizard {
    width: 100%
}

.wizard>.steps .current-info,.wizard>.content>.title {
    display: none
}

.wizard>.content {
    position: relative;
    width: auto;
    padding: 0
}

.wizard>.content>.body {
}

.wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard>.steps>ul>li a {
    position: relative;
    padding-top: 3rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: block;
    outline: 0;
    color: #cbcbcb;
    text-decoration: none
}

.wizard>.steps>ul>li:before,.wizard>.steps>ul>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 2.375rem;
    width: 50%;
    height: 2px;
    background-color: #018dc9;
    z-index: 9
}

.wizard>.steps>ul>li:before {
    left: 0
}

.wizard>.steps>ul>li:after {
    right: 0
}

.wizard>.steps>ul>li:first-child:before,.wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard>.steps>ul>li.current:after,.wizard>.steps>ul>li.current~li:before,.wizard>.steps>ul>li.current~li:after {
    background-color: #c9c3c3
}

.wizard>.steps>ul>li.current>a {
    color: #018dc9;
    cursor: default;
    font-weight: 700
}

.wizard>.steps>ul>li.current .number {
    font-size: 0;
    border-color: #018dc9;
    background-color: #fff;
    color: #018dc9
}

.wizard>.steps>ul>li.current .number:after {
    font-display: swap;
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease-in-out .15s;
    display: none
}

@media(prefers-reduced-motion:reduce) {
    .wizard>.steps>ul>li.current .number:after {
        transition: none
    }
}

.wizard>.steps>ul>li.disabled a {
    cursor: default
}

.wizard>.steps>ul>li.done a,.wizard>.steps>ul>li.done a:hover,.wizard>.steps>ul>li.done a:focus {
    color: #018dc9;
    text-decoration: none
}

.wizard>.steps>ul>li.done .number {
    font-size: 0;
    background-color: #018dc9;
    border-color: #018dc9;
    color: #fff
}

.wizard>.steps>ul>li.done .number:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯";
    font-display: swap;
    font-family: icomoon;
    display: inline-block;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all ease-in-out .15s
}

@media(prefers-reduced-motion:reduce) {
    .wizard>.steps>ul>li.done .number:after {
        transition: none
    }
}

.wizard>.steps>ul>li.error .number {
    border-color: #f44336;
    color: #f44336
}

.card>.card-header:not([class*=bg-])>.wizard>.steps>ul {
    border-top: 1px solid rgba(0,0,0,.125)
}

@media(max-width: 991.98px) {
    .wizard>.steps>ul {
        margin-bottom:1.25rem
    }

    .wizard>.steps>ul>li {
    }

    .wizard>.steps>ul>li>a {
        margin-bottom: 0
    }

    .wizard>.steps>ul>li:first-child:before,.wizard>.steps>ul>li:last-child:after {
    }

    .wizard>.steps>ul>li:last-child:after {
        background-color: #00bcd4
    }
}

@media(max-width: 767.98px) {
    .wizard>.steps>ul>li {
        width:100%
    }

    .wizard>.steps>ul>li.current:after {
        background-color: #00bcd4
    }
}

.wizard>.steps .number {
    background-color: #fff;
    color: #ccc;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.1875rem;
    border: 2px solid #eee;
    font-size: .875rem;
    z-index: 10;
    line-height: 2.125rem;
    text-align: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%
}

.wizard>.actions {
    position: relative;
    text-align: right;
    padding: 1.25rem 0;
    padding-top: 40px
}

.wizard>.actions>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.wizard>.actions>ul::after {
    display: block;
    clear: both;
    content: ""
}

.wizard>.actions>ul>li {
    display: inline-block
}

.wizard>.actions>ul>li+li {
    margin-left: 5px
}

.wizard>.steps .number {
}

.wizard>.steps>ul>li:not(.current,.done) .number {
    background: #cbcbcb;
    color: transparent
}

.wizard>.actions>ul>li a {
    min-width: 100px;
    text-align: center;
    display: block;
    background: #c4c4c4;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    text-decoration: none;
    border-radius: var(--radius2);
    min-width: var(--btns_min_width);
    min-height: var(--btns_min_height);
    text-align: center;
    font-size: var(--btns_font_size);
    line-height: var(--btns_line_height);
    display: grid!important;
    align-items: center;
    width: fit-content;
    border-radius: 0!important
}

.wizard>.actions>ul>li:nth-child(2) a {
    background: #018dc9;
    color: #fff;
    border-radius: 0
}

.wizard>.actions>ul>li:nth-child(3) a {
    background: #018dc9;
    color: #fff
}

.wizard .form-control {
    outline: unset;
    color: #a5b6bc;
    border: unset;
    border-radius: 0!important
}

.vh-space {
    --bs-gutter-y: var(--bs-gutter-x);
    margin-top: 0
}

.mt-vh-space {
    margin-top: calc(var(--bs-gutter-y) * 0)
}

legend {
    color: #018dc9;
    font-weight: 700;
    font-size: 19px;
    margin-top: var(--section_header_desc_mb);
    margin-bottom: calc(var(--section_header_desc_mb)/2);
    position: relative;
    z-index: 4;
    padding-left: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    display: block
}

.add_clone_btn {
    display: flex!important;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: unset;
    align-items: center;
    margin-top: var(--slide_content_mb_bottom);
    gap: 5px
}

.add_clone_btn i {
    display: inline-block;
    width: unset
}

.append_row:not(.first) {
}

span.error-msg-3 {
    color: red
}

.form-control.error {
    border-color: red
}

.shareholder_count_row {
    margin-top: 0;
    margin-bottom: 0
}

.trash_icon {
    color: red
}

.shareholder_count_row legend {
}

.circle_icon {
    color: var(--color_blue)
}

.dropzone_area {
}

.dropzone_area>span {
    background: var(--color_blue);
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px
}

.dropzone {
    border: 2px dashed var(--color_blue);
    border-top: 0
}

.dropzone_icon {
    color: var(--color_blue);
    margin-bottom: 9px;
    font-size: 30px
}

.dropzone .dz-message {
    margin: 7px 0
}

.dropzone .dz-message .dz-button {
    font-size: 13px
}

span.dropzone_blue {
    color: var(--color_blue)
}

.dropzone .dz-preview .dz-remove {
    text-align: center;
    color: var(--color_blue)
}

.dropzone .dz-preview.dz-image-preview {
    margin: 4px;
    width: auto
}

.dropzone.dz-clickable.dz-started {
    max-height: 189px;
    overflow-y: scroll;
    padding: 0;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    gap: 5px;
    padding-bottom: 30px
}

.dropzone .dz-preview .dz-image {
    width: 96%;
    height: unset;
    margin: auto;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover!important;
    border-radius: 0;
    border: 1px solid var(--color_blue)
}

.dropzone .dz-preview .dz-image img {
    aspect-ratio: 1/1;
    object-fit: cover!important;
    height: 100%
}

.dz-preview.dz-file-preview {
    margin: 4px;
    width: auto
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 0;
    background: #999;
    background: linear-gradient(to bottom,#eee,#ddd);
    width: 100%;
    aspect-ratio: 1/1
}

.optional {
    color: var(--color_dark_gray);
    font-display: swap;
    font-family: var(--f_regular);
    font-width: 500;
    font-size: 15px
}

.small_label {
    color: var(--color_blue);
    font-size: 17px;
    margin: 0;
    padding: 0
}

p.upload_hint {
    margin-top: 5px;
    font-size: calc(var(--fill_texts_font_size) - 4px);
    color: var(--color_dark_gray)
}

.upload_hint span {
    float: right;
    color: var(--color_dark_gray);
    font-size: 13px
}

.upload_hint span i {
    font-size: 13px;
    margin-right: 5px
}

h1.page_title_on_mobile {
    margin: auto;
    text-align: center;
    color: #018dc9;
    font-weight: 700;
    font-size: 19px;
    display: none
}

.modal2btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 30px
}

.modal2btns a {
    width: 100%!important;
    color: var(--color_wheat)!important
}

.modal2btns a:last-child {
    background: var(--color_black)!important;
    border-color: var(--color_black)!important
}

.wizard>.actions>ul>li.disabled {
    display: none
}

div.append_to>div:first-child .trash_icon {
}

span#error-msg-3 {
    color: red
}

.wizard>.steps>ul {
    pointer-events: none
}

.wizard>.actions>ul>li+li[aria-hidden=false] {
    display: inline-block!important
}

input#phone3 {
    background: #fff
}

.flex_btns.share_flex_btns.cp2023btns {
    display: flex;
    gap: 5px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
    padding: 15px
}

.flex_btns.share_flex_btns.cp2023btns a {
    width: 100%;
    height: 12px!important;
    border-radius: 0
}

.cp2023btnscol {
    align-items: end;
    display: flex;
    height: 100%
}

.flex_share.cp2023share {
    padding: 15px;
    color: #fff
}

.flex_share.cp2023share a i {
    color: #000;
    font-size: 15px
}

.flex_share.cp2023share a {
    background: #fff;
    margin: 0 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center
}

.cp2023btnscol6 {
    display: flex;
    align-items: center;
    justify-content: center
}

.div_profile_col1.cp2023 {
    display: flex;
    flex-direction: column;
    color: #fff;
    flex-wrap: wrap;
    height: 223px;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    font-size: 13px;
    padding: 0
}

.div_profile_col1.cp2023 h1.profile_name {
    font-size: 19px;
    padding-top: 0
}

.div_profile_col1.cp2023 .profile_image {
    width: 128px;
    height: 128px;
    position: unset!important;
    margin: 0;
    border: 0
}

.flex_btns.share_flex_btns.cp2023btns a:last-child {
    background: #fff!important;
    color: #000!important
}

.flex_btns.share_flex_btns.cp2023btns a {
    border: 1px solid #fff!important
}

.wizard {
    padding: 15px;
    margin: 15px;
    border-radius: 15px
}

.icheck-primary>input:first-child:checked+label::before,.icheck-primary>input:first-child:checked+input[type=hidden]+label::before {
    border-radius: 50%
}

[class*=icheck-]>input:first-child:not(:checked):not(:disabled):hover+label::before,[class*=icheck-]>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before {
    border-radius: 50%!important
}

[class*=icheck-]>input:first-child+label::before,[class*=icheck-]>input:first-child+input[type=hidden]+label::before {
    border-radius: 50%!important
}

.gray_cards2023 a.country_card {
    background: var(--color_gray);
    border: 0
}

.country_card h4 {
    color: var(--color_black)
}

.floating_dev {
    position: fixed;
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 7.5px;
    align-items: flex-end;
    transform: translate(0,-50%);
    background: rebeccapurple
}

.floating_dev a {
    background: #018dc9;
    display: inline-flex;
    width: fit-content;
    transition: .2s;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    width: 143px;
    right: -100px;
    position: absolute
}

.floating_dev a:hover {
    right: unset
}

.floating_dev:hover {
    transform: translateX(0);
    transform: translate(0,-50%)
}

.floating_dev a:nth-child(1) {
    top: 0
}

.floating_dev a:nth-child(2) {
    top: calc((43px * 1) + (1 * 1px))
}

.floating_dev a:nth-child(3) {
    top: calc((43px * 2) + (2 * 1px))
}

.floating_dev a:nth-child(4) {
    top: calc((43px * 3) + (3 * 1px))
}

.floating_dev a img {
    width: 30px
}

.floating_dev a span {
    transition: .2s;
    color: #fff;
    padding-left: 8px;
    font-size: 22px
}

.floating_dev a:hover span {
    opacity: 1;
    transition: .2s;
    white-space: nowrap
}

.comments_area .flex_share {
    display: inline-flex;
    float: right;
    gap: 15px;
    padding: 0
}

p.comments_p {
    display: inline
}

.comments_list {
    margin-top: 22px
}

form#example-advanced-form {
    padding: 30px;
    margin: 45px 0;
    background: #f9f9f9
}

.legend2 {
    margin-bottom: 0;
    padding: 0
}

a.collapse_a_link.collapsed span:after {
    content: 'Expand'
}

a.collapse_a_link span:after {
    content: 'Collapse'
}

.tage1dev {
    color: var(--color_wheat)
}

.description_div * {
    font-size: calc(var(--fill_texts_font_size) + 1px);
    color: var(--color_black);
    line-height: var(--line-height1)
}

.description_div h1 {
    font-size: calc(var(--headers_font_size) + 3px);
    margin-top: var(--pex105);
    margin-bottom: calc(var(--pex105)/2);
    color: var(--color_blue);
    font-display: swap;
    font-family: var(--f_bold)
}

.description_div h2 {
    font-size: calc(var(--headers_font_size) - 7px);
    margin-top: var(--pex105);
    margin-bottom: calc(var(--pex105)/2);
    color: var(--color_blue);
    font-display: swap;
    font-family: var(--f_bold)
}

.description_div h3 {
    font-size: calc(var(--headers_font_size) - 11px);
    margin-top: calc(var(--pex105)/2);
    margin-bottom: calc(var(--pex105)/4);
    color: var(--color_blue);
    font-display: swap;
    font-family: var(--f_bold)
}

.description_div h1>*,.description_div h2>*,.description_div h3>* {
    font-size: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    color: inherit;
    font-display: swap;
    font-family: inherit
}

ul.ul_number_style {
    list-style: decimal
}

.description_div li {
    margin-bottom: calc(var(--section_header_desc_mb)/3);
    line-height: var(--line-height1)
}

.description_div ol {
}

.description_div {
    margin-bottom: var(--section_header_desc_mb)
}

.disc_cookies p {
    font-size: calc(var(--fill_texts_font_size) - 5px)!important
}

li.subMenu_title {
    margin-bottom: 10px
}

li.subMenu_title {
    font-weight: 700
}

video#video-panner {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slid_item.slid_item_video {
    z-index: 1;
    position: relative
}

.frame_all {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.wizard>.steps>ul>li.done .number::after {
    content: ''
}

@media screen and (min-width: 769px) {
    .body_home_page:not(.sticky) header .active_menu a {
        border-bottom:1px solid;
        padding: 6.5px
    }

    .body_home_page:not(.sticky) header {
        background: 0 0;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        box-shadow: unset
    }

    .body_home_page:not(.sticky) header a {
        color: #fff
    }

    .body_home_page:not(.sticky) .brand_logo {
        background-image: url(../images/logo_alliance-white.svg);
        transition: .2s
    }

    .body_home_page:not(.sticky) section.menus_section {
        top: 106px
    }

    header {
    }

    header a {
    }

    .brand_logo {
        transition: .2s
    }
}

.fab-menu {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1029;
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.page-header>.fab-menu {
    position: absolute;
    bottom: -1.5rem
}

@media(min-width: 768px) {
    .fab-menu {
        -webkit-transform:scale(1);
        transform: scale(1)
    }
}

.fab-menu-absolute {
    position: absolute
}

.fab-menu-fixed {
    position: fixed;
    z-index: 1030
}

.content-wrapper>.fab-menu-top-left,.content-wrapper>.fab-menu-top-right {
    top: -1.5rem
}

.fab-menu-bottom-left,.fab-menu-bottom-right {
    bottom: 1.25rem;
    transition: bottom ease-in-out .15s
}

.fab-menu-bottom-left.reached-bottom,.fab-menu-bottom-right.reached-bottom {
    bottom: 5.62503rem
}

.fab-menu-top-right,.fab-menu-bottom-right {
    right: 1.25rem
}

.fab-menu-inner {
    list-style: none;
    margin: 0;
    padding: 0
}

.fab-menu-inner>li {
    display: block;
    position: absolute;
    top: .125rem;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 1.25rem;
    margin-top: -1.25rem
}

.fab-menu-inner>li .btn {
    border-width: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.fab-menu-inner>li .btn:hover,.fab-menu-inner>li .btn:focus,.fab-menu-inner>li .btn.focus,.fab-menu-inner>li .btn:not(:disabled):not(.disabled):active,.fab-menu-inner>li .btn:not(:disabled):not(.disabled).active {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important
}

.fab-menu-inner>li .btn-float {
    padding: 0;
    width: 2.75rem;
    height: 2.75rem
}

.fab-menu-inner>li .btn-float>i {
    margin: .875rem
}

.fab-menu-inner>li .show>.btn-float.dropdown-toggle {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.fab-menu-inner>li .dropleft .btn:before,.fab-menu-inner>li .dropleft .btn:after,.fab-menu-inner>li .dropright .btn:before,.fab-menu-inner>li .dropright .btn:after {
    content: none
}

.fab-menu-inner>li .badge {
    position: absolute;
    top: .75rem;
    right: -.25rem
}

.fab-menu-inner>li .badge-mark {
    top: 1.25rem;
    right: 0
}

.fab-menu-bottom-left .fab-menu-inner>li,.fab-menu-bottom-right .fab-menu-inner>li {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 1.25rem;
    margin-bottom: -1.25rem
}

.fab-menu-bottom-left .fab-menu-inner>li .badge,.fab-menu-bottom-right .fab-menu-inner>li .badge {
    top: -.5rem
}

.fab-menu-bottom-left .fab-menu-inner>li .badge-mark,.fab-menu-bottom-right .fab-menu-inner>li .badge-mark {
    top: 0
}

.fab-menu-btn {
    z-index: 1031;
    border-width: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.fab-menu-btn.btn-float {
    padding: 1.5rem
}

.fab-menu-btn.btn-float>i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5rem;
    margin-left: -.5rem
}

.fab-menu-btn:hover,.fab-menu-btn:focus,.fab-menu-btn:not(:disabled):not(.disabled):active,.fab-menu-btn:not(:disabled):not(.disabled).active,.fab-menu-btn:not(:disabled):not(.disabled):active:focus,.fab-menu[data-fab-toggle=hover]:hover .fab-menu-btn,.fab-menu[data-fab-state=open] .fab-menu-btn {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.fab-menu-btn:disabled,.fab-menu-btn.disabled {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.fab-icon-close,.fab-icon-open {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all ease-in-out .3s
}

.fab-menu[data-fab-toggle=hover]:hover .fab-icon-close,.fab-menu[data-fab-state=open] .fab-icon-close,.fab-menu[data-fab-toggle=hover]:hover .fab-icon-open,.fab-menu[data-fab-state=open] .fab-icon-open {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fab-menu[data-fab-toggle=hover]:hover .fab-icon-open,.fab-menu[data-fab-state=open] .fab-icon-open {
    opacity: 0;
    display: none
}

.fab-icon-close {
    opacity: 0
}

.fab-menu[data-fab-toggle=hover]:hover .fab-icon-close,.fab-menu[data-fab-state=open] .fab-icon-close {
    opacity: 1;
    display: block
}

.fab-menu .fab-menu-inner>li {
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s
}

.fab-menu .fab-menu-inner>li:nth-child(1) {
    transition-delay: .05s
}

.fab-menu .fab-menu-inner>li:nth-child(2) {
    transition-delay: .1s
}

.fab-menu .fab-menu-inner>li:nth-child(3) {
    transition-delay: .15s
}

.fab-menu .fab-menu-inner>li:nth-child(4) {
    transition-delay: .2s
}

.fab-menu .fab-menu-inner>li:nth-child(5) {
    transition-delay: .25s
}

.fab-menu[data-fab-toggle=hover]:hover .fab-menu-inner>li,.fab-menu[data-fab-state=open] .fab-menu-inner>li {
    visibility: visible;
    opacity: 1
}

.fab-menu-inner div[data-fab-label]:after {
    content: attr(data-fab-label);
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: 4.125rem;
    color: #fff;
    background-color: #000;
    padding: .5rem .75rem;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    transition: all ease-in-out .3s;
    border-radius: .1875rem
}

.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,.fab-menu-bottom-right .fab-menu-inner div[data-fab-label]:after {
    margin-top: -1.75rem
}

.fab-menu-top-left .fab-menu-inner div[data-fab-label]:after,.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,.fab-menu-inner div[data-fab-label].fab-label-right:after {
    right: auto;
    left: 4.125rem
}

.fab-menu[data-fab-toggle=hover] .fab-menu-inner div[data-fab-label]:hover:after,.fab-menu[data-fab-state=open] .fab-menu-inner div[data-fab-label]:hover:after {
    visibility: visible;
    opacity: 1
}

.fab-menu-inner div[data-fab-label].fab-label-light:after {
    background-color: #fff;
    color: #333
}

.fab-menu-inner div[data-fab-label].fab-label-visible:after {
    visibility: visible;
    opacity: 1
}

.fab-menu-inner>li .btn-float .image {
    background: var(--bg_img);
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat
}

.fab-menu-inner>li .btn-float {
    border-radius: 50%;
    background: #fff
}

.fab-menu-inner {
    z-index: 9999
}

.fab-menu-fixed {
    z-index: 9999
}

.fab-menu-btn.btn-float {
    background: #018dc9;
    color: #fff;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon_active {
    height: 40px;
    width: 40px;
    display: block;
    margin: auto;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    padding: 0;
    background-position: center!important;
    border: 1px solid #fff;
    border-radius: 100%
}

.fab-menu[data-fab-toggle=hover]:hover .fab-icon-close,.fab-menu[data-fab-state=open] .fab-icon-close {
}

.fab-menu[data-fab-toggle=hover]:hover .fab-icon-open,.fab-menu[data-fab-state=open] .fab-icon-open {
}

.fab-menu[data-fab-toggle=hover]:hover .fab-icon-close,.fab-menu[data-fab-state=open] .fab-icon-close {
}

ul.fab-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 9px;
    position: unset
}

.fab-menu .fab-menu-inner>li {
    position: inherit!important
}

.fab-menu-fixed li {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px
}

.fab-menu-fixed {
    bottom: 0
}

.fab-menu-btn i {
    color: #fff;
    font-size: 20px;
    display: block;
    opacity: 1;
    position: unset!important;
    padding: 0;
    width: auto;
    text-align: center;
    margin: auto!important;
    transform: unset!important
}

.fab-menu-btn.btn-float>i {
    display: none
}

.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,.fab-menu-bottom-right .fab-menu-inner div[data-fab-label]:after {
    margin-top: 0;
    top: 0
}

.fab-menu .fab-menu-inner>li {
    position: relative
}

.fab-menu .fab-menu-inner>li {
    position: relative!important
}

.bg_blue_btn {
    background: var(--color_blue)!important;
    color: var(--color_wheat)!important
}

.f_w_body .row.row2025 .gray_section_type2 .mt_header_space {
    margin-bottom: calc(var(--section_header_desc_mb)/2);
    margin-top: calc(var(--pex105)/2)
}

.f_w_body .row.row2025 .gray_section_type2 .mt_header_space:last-child {
    margin-bottom: 0!important
}

.successfullyModalCall {
    margin: auto;
    display: block;
    color: #fff!important;
    background: var(--color_blue);
    margin-top: 30px;
    padding: 2px 35px!important;
    font-size: 18px;
    font-weight: 400
}

img.successfullyModalLogo {
    margin: auto;
    margin-bottom: 13px
}

#successfullyModal .modal-header {
    padding: 0;
    height: 0
}

#successfullyModal .modal-content {
    padding: 30px;
    border: 2px solid #018dc9
}

#successfullyModal .body_msg {
    margin-bottom: 0
}

#successfullyModal .body_msg br {
    display: none
}

#successfullyModal p.head_msg {
    font-size: 25px;
    margin-bottom: 30px;
    font-display: swap;
    font-family: var(--f_bold)
}

#successfullyModal .modal-dialog {
    max-width: 683px
}

small.checkbox_hint {
    display: none
}

[class*=icheck-]>input:first-child:checked+label small.checkbox_hint {
    display: block;
    color: var(--color_dark_gray);
    text-align: left
}

.notifyjs-metro-base {
    position: relative;
    min-height: 52px;
    color: #444
}

.notifyjs-metro-base .image {
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 25px;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.notifyjs-metro-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px 10px 10px 52px;
    clear: both;
    font-display: swap;
    font-family: segoe ui
}

.notifyjs-metro-base .title {
    font-size: 15px;
    font-weight: 700
}

.notifyjs-metro-base .text {
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle
}

.notifyjs-bootstrap-error {
}

.content_header h4.small_hed {
    font-display: swap;
    font-family: var(--f_bold);
    font-size: calc(var(--headers_font_size) - 5px);
    margin-top: 15px;
    margin-bottom: 0
}

div#shareholders_error,div#directors_error {
    text-align: center;
    color: red
}

.top_message {
    color: red
}

.top_message {
    color: red;
    margin-bottom: -30px;
    font-weight: 700;
    font-size: 16px
}

.top_header_inner .right a:hover {
    background: #231f20!important;
    color: #fff!important;
    border-color: #fff!important
}

.subscribing .modal-header.h-0 {
    height: 0;
    padding: 0;
    margin: 0
}

.subscribing .modal-content {
    padding-top: 30px!important
}

.modal_1.success_modal.subscribing .modal-header .btn-close {
    background-color: var(--color_blue);
    z-index: 999;
    cursor: pointer
}

span.seperator_span {
    color: #fff;
    margin: 0 4px
}

.success_unsubscribe_box {
    margin: 90px auto;
    border: 1px solid #018dc9;
    border-radius: 5px;
    padding: 40px;
    width: fit-content;
    box-shadow: 4px 4px 11px 2px #d6d5d1
}

.success_unsubscribe_box_title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #018dc9;
    font-size: 22px
}

.success_unsubscribe_box_text {
    font-size: 18px;
    color: var(--color_dark_gray)
}

.flex_full_section.size2 .left_section {
    flex: 1.2
}

.square>[class*=icheck-]>input:first-child+label::before,.square>[class*=icheck-]>input:first-child+input[type=hidden]+label::before {
    border-radius: 0!important
}

.square>[class*=icheck-]>input:first-child:not(:checked):not(:disabled):hover+label::before,.square>[class*=icheck-]>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before {
    border-radius: 0!important
}

.last_check_div a {
    color: #018dc9!important
}

.flex_full_section.size2 .right_section.wow.fadeInUp {
    background: unset;
    background-color: #018dc9;
    border-radius: 0 15px 15px 0;
    position: relative
}

.padding30 {
    padding: 30px;
    position: relative;
    z-index: 9;
    background: #018dc9;
    border-radius: 0 15px 0 0
}

.bg_image2023 {
    height: 300px;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 -31px 65px 1px #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 15px 0
}

.padding30 p {
    color: #fff
}

.new_recaptcha {
    text-align: left;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px
}

.bg_logo_span {
    display: inline-block;
    width: 38px;
    background: var(--bg_img);
    height: 38px;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat
}

.flex_list_with_icons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap
}

.flex_list_with_icons span {
    padding: 0!important;
    margin: 0!important
}

.flex_share.size2 {
    width: fit-content;
    margin: auto;
    gap: 15px;
    padding-bottom: 0
}

.overlay_link {
    text-decoration: none;
    color: var(--color_black)!important;
    display: block
}

.mt5 {
    margin-top: 106px!important
}

span.s_bold {
    font-display: swap;
    font-family: var(--f_bold)
}

.type2head {
    width: fit-content!important;
    margin-left: auto
}

h1.mr-auto.type2head span.text-start {
    font-display: swap;
    font-family: inherit;
    margin-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left!important;
    letter-spacing: inherit;
    width: fit-content;
    display: block;
    margin-right: auto!important
}

.dropzone_area.style2 {
    margin-top: 15px
}

.dropzone_area.style2 .dropzone.dz-clickable {
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    padding-bottom: 15px;
    border: 1px dashed var(--color_blue);
    max-height: 322px
}

.dropzone_area.style2 .dropzone .dz-preview .dz-remove {
    font-size: 13px
}

.dropzone_area.style2 .dropzone .dz-preview.dz-image-preview {
    border: 1px dashed var(--color_blue)
}

.dropzone_area.style2 .dropzone .dz-preview .dz-image {
    border: 0
}

.bg_image_trader {
    background: var(--bg_img_mark);
    height: 130px;
    width: 100%;
    display: block;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 390px
}

.bg_marketing {
    background: var(--bg_img_mark);
    height: 130px;
    width: 100%;
    display: block;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px
}

.bg_marketing_two {
    background: var(--bg_img_mark);
    height: 280px;
    width: 100%;
    display: block;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 16px
}

.padd {
    padding: 30px
}

.gray_background {
    background: var(--color_gray);
    height: 300px;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.abs_marketing {
    position: absolute;
    bottom: 0;
    padding: 50px
}

.colm {
    display: block;
    width: 3px;
    background: #000;
    height: 86px;
    margin: auto
}

.blue_background {
    background: var(--color_blue);
    height: 180px;
    width: 180px;
    outline: 14px solid #fff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: -35px;
    z-index: 99;
    text-decoration: none
}

.flex_marketing {
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.margin_blue {
    margin-top: 70px
}

.bold_font {
    font-weight: bolder
}

.margin_unset {
    margin: unset
}

.icon_flex {
    display: flex;
    align-content: center;
    align-items: center
}

.icon_bg {
    display: inline-block;
    width: 50px;
    background: var(--bg_img);
    height: 50px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat
}

.icon_bg_two {
    display: inline-block;
    width: 58px;
    background: var(--bg_img);
    height: 50px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat
}

.icon_bg_three {
    display: inline-block;
    width: 100px;
    background: var(--bg_img);
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.zero_mar_bottom {
    margin: 0
}

.mar_left {
    margin-left: 20px
}

.icon_bg_garph {
    background: var(--designs_img);
    width: 65px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.p_text2 {
    font-size: calc(var(--fill_texts_font_size) + 1px)
}

.none_center {
    text-align: unset
}

.text_blue {
    color: var(--color_blue);
    font-size: var(--headers_font_size);
    font-display: swap;
    font-family: var(--f_bold)
}

span.Dot_point {
    background-color: var(--color_green);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 0
}

span.Dot_point2 {
    background-color: var(--color_blue);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 0
}

.workplace_expertise_bg {
    background-image: url(../images/confidential-information.png);
    height: 380px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: .5s;
    cursor: pointer
}

.with_bgWorkPlace {
    background-image: url(../images/bg1.png);
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.with_client-agree {
    background-image: url(../images/bg1.png);
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.SpaceMargin {
    margin-top: 50px
}

.grayText {
    filter: grayscale(100%)!important
}

.Span-blue {
    color: var(--color_blue);
    font-weight: bolder
}

.dort-mar {
    margin-bottom: -2px
}

li.subMenu_title.in_footer {
    font-weight: unset!important;
    font-size: 16px
}

.body_home_page:not(.sticky) header li.Highlight a {
    color: #fff;
    background: var(--color_blue);
    padding: 5px;
    border-radius: var(--radius2)
}

li.Highlight a {
    color: #bf1212;
    color: #fff!important;
    background: var(--color_blue);
    padding: 5px 10px;
    border-radius: var(--radius2);
    margin-top: 6px
}

.description_div ol {
    margin-bottom: var(--section_header_desc_mb)
}

.bullet_aligned span.bullet_aligned_content {
    margin-left: 0
}

.bullet_aligned span.bullet {
    margin: 0;
    margin-left: -21px;
    margin-right: 6px
}

p.bullet_p.bullet_aligned {
    margin: 0;
    margin-left: 21px;
    margin-bottom: var(--section_header_desc_mb)
}

.section_header_sapn {
    width: var(--section_header_desc_width);
    margin: auto;
    display: block;
    font-size: var(--fill_texts_font_size);
    margin-bottom: 10px;
    line-height: var(--line-height1)
}

.design_image {
    background-image: var(--design_img);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
    margin: auto;
    display: block
}

.blue_bg {
    background: var(--color_blue);
    text-align: center;
    padding: 30px
}

.black_bg {
    background: var(--color_black);
    text-align: center
}

.pricing_bg {
    background: var(--color_gray);
    padding: 60px
}

.p_text {
    text-align: center
}

.p_text_blue {
    color: var(--color_blue);
    font-size: var(--fill_texts_font_size);
    font-display: swap;
    font-family: var(--f_regular)
}

.h2_text {
    text-align: center;
    color: var(--color_blue);
    font-size: var(--headers_font_size);
    font-display: swap;
    font-family: var(--f_bold)
}

.H2_text {
    color: var(--color_blue);
    font-size: var(--headers_font_size);
    font-display: swap;
    font-family: var(--f_bold);
    text-align: left!important
}

.margin_auto {
    margin: auto;
    display: block
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: var(--color_blue)
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: -7px;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: -4px;
    background-color: var(--color_blue)
}

.margin_top {
    margin-top: 50px
}

.table_div1 {
    display: none
}

.in_center {
    text-align: center
}

.margin_section {
    margin-top: 15px
}

.margin_sectionx2 {
    margin-top: 30px
}

.margin_sectionx3 {
    margin-top: 25px
}

.margin_section_two {
    margin-top: 70px
}

.flex_btn_section {
}

.flex {
    display: flex
}

#dropdownMenuButton1 {
    margin-left: 0;
    background: #fff;
    color: #000;
    border: 1px solid #c5c5c5;
    width: 110px;
    text-align: center;
    border-radius: 5px;
    height: 31px
}

div#appendDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    width: 100%
}

#dropdownMenuButton2 {
    margin-left: 0;
    background: #fff;
    color: #000;
    border: 1px solid #c5c5c5;
    width: 160px;
    text-align: center;
    border-radius: 5px;
    height: 31px
}

button#plus {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: none;
    background: var(--color_blue);
    color: #fff
}

.delete {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: none;
    background: var(--color_blue);
    color: #fff
}

button#minus {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: none;
    background: var(--color_blue);
    color: #fff
}

div#counter {
    width: 40px;
    height: 35px;
    text-align: center;
    font-size: 22px;
    margin: -3px
}

ul.dropdown-menu.one {
    transform: translate(-6px,40px)!important
}

.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child {
    background-color: var(--color_blue)
}

.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single {
    display: none
}

.irs-grid-text {
    font-size: 16px
}

.irs--flat .irs-grid-text {
    color: #000
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--color_blue);
    color: #fff;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--color_blue)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: var(--color_blue);
    color: var(--color_wheat);
    outline: none
}

.bg-blue:hover {
    color: var(--color_wheat)
}

.padding_content {
    padding-top: 40px;
    padding-bottom: 40px
}

.max_50 {
    max-width: 50%
}

.list_start p {
    align-items: start;
!important}

.box_image_two {
    background-image: var(--bg_img);
    height: 100%;
    min-height: 300px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: .5s;
    cursor: pointer
}

.zero_mar {
    margin: 0
}

#btn2 {
    display: none
}

.flx {
    display: flex
}

.last_check_div.prcing {
    background: var(--color_wheat);
    padding: 1px;
    padding-left: 11px;
    border-radius: 5px;
    width: 50%;
    margin-top: 5px;
    border: 1px solid lightgrey
}

.p_blod {
    font-weight: 700
}

.flex_team {
    display: flex
}

.team_span {
    background: #fff;
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    padding: 2px;
    font-size: 19px;
    font-weight: bolder;
    margin-right: 10px
}

.flex_team_two {
    display: flex;
    background: red;
    width: max-content;
    align-items: center;
    align-content: center
}

.p_team {
    width: auto;
    background: #fff;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    align-content: center
}

.p_team_text {
    color: var(--color_black)!important;
    margin: 0
}

.x_mark {
    margin-left: 16px;
    cursor: pointer;
    font-size: 24px;
    color: lightgrey
}

.fa-times-circle:before {
    content: "\f057";
    margin-left: 6px
}

i.far.fa-times-circle.me-3.suppfa-2x {
    width: 0!important;
    margin: 0!important;
    text-align: center
}

.checked {
    background: var(--color_blue)!important;
    color: #fff!important
}

.text-blackP {
    color: #000
}

.blackP {
    color: #fff!important
}

label.text-blackP {
    width: 100%;
    text-align: inherit
}

.sec_two {
    display: none
}

.alliance_back_one {
    height: 30px;
    margin-top: 20px;
    cursor: pointer
}

input.counter {
    width: 30px;
    text-align: center;
    border: none;
    background: var(--color_gray);
    font-size: 24px;
    margin-top: -8px
}

.error:not(.form-control) {
    color: red;
    display: none
}

.error2 {
    color: red;
    display: none
}

.error3 {
    color: red;
    display: none
}

.x_none {
    display: none
}

.x_block {
    display: block
}

button.btn_bl.alliance_btn.wow.fadeIn.bg-blue {
    margin-top: 20px
}

.append_dev {
    display: flex;
    gap: 5px
}

.append_dev .p_team {
    padding: 2px 10px;
    margin: 0!important
}

.append_dev .p_team {
    white-space: nowrap
}

div.Modal6 img.ModalLogo {
    width: 174px;
    margin-bottom: 25px
}

div.Modal6 .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;
    background-color: var(--color_blue)!important;
    border-radius: 50%;
    background-size: 10px;
    width: 6px;
    height: 6px;
    opacity: 1!important
}

.body_msg_footer {
    margin-top: 15px;
    display: block
}

.form-control {
    color: #000!important
}

span.select2-dropdown.noDrop.select2-dropdown--below {
    display: none!important
}

.list_points p span.green_point {
    margin-bottom: 0;
    margin-top: 4px
}

.mb_ends {
    margin-bottom: 50px
}

.abulote_text {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%,-50%)
}

.text_head2 {
    font-size: 30px
}

.text_head3 {
    font-size: 25px;
    line-height: 30px
}

.padd_btn {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px
}

.max_75 {
    max-width: 75%
}

.max_60 {
    max-width: 60%
}

.none_bg {
    display: none
}

.content_bg {
    height: 500px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.content_edit {
    height: 404px!important
}

.icon_bg_write {
    display: inline-block;
    width: 58px;
    background: var(--bg_img);
    height: 50px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat
}

.padding_content_write {
    padding-top: 40px;
    padding-bottom: 40px
}

.append_dev {
    flex-wrap: wrap
}

h2.h2_slide_text {
    height: 74px
}

a.incorporation_jurisdictions_card:hover {
    background: #018dc9;
    transition: .2s
}

a.incorporation_jurisdictions_card:hover .image {
    filter: brightness(0) invert(1);
    transition: .2s;
    background-size: cover
}

a.incorporation_jurisdictions_card:hover h4 {
    color: #fff
}

.gray_section_padding {
    padding: 15px;
    padding-top: 0
}

.p_text_custom_size {
    font-size: calc(var(--fill_texts_font_size) + 2px);
    margin-bottom: 30px
}

label.form_new_label {
    margin-bottom: 8px!important;
    display: block;
    text-align: left;
    font-size: 18px;
    font-display: swap;
    font-family: var(--f_bold)
}

.select22023 .select2-container--default .select2-selection--multiple {
    padding: 0;
    line-height: 17px
}

form#project_pricing_form .phoneInputField {
    min-height: 57px
}

.modal_1 .modal-header .btn-close {
    z-index: 999999999999
}

input.form-control.checkbox_text_input {
    display: inline-block;
    display: none;
    margin-top: 13px;
    margin-bottom: 2px;
    transition: .2s
}

[class*=icheck-]>input:first-child:checked+label+input.form-control.checkbox_text_input {
    display: flex
}

.valid_msg_span {
    display: none
}

[class*=icheck-]>input:first-child:checked+label+input.form-control.checkbox_text_input+.valid_msg_span {
    display: inline-block
}

span.valid_msg_span {
    color: red;
    font-size: 15px
}

.borderd_box {
    padding: 15px;
    height: 100%;
    background: #fff
}

.tooltip_box {
    padding: 15px
}

.borderd_box label,.tooltip_box label {
    font-weight: 700
}

.tooltip_box ul li:first-child {
    color: red
}

.tooltip_box ul li.active {
    color: green
}

.tooltip_box.borderd_box {
    background: #d7101040
}

.tooltip_box.borderd_box * {
    color: #000!important
}

.active.borderd_box.tooltip_box {
    background: #53d71040
}

.AddMoreShareholdersDiv {
    display: none
}

.AddMoreUBODiv {
    display: none
}

.AddMoreDirectorsDiv {
    display: none
}

p.ForgotPasswordModalResponseText.succ {
    color: #03a84e;
    text-align: center;
    display: block
}

p.ForgotPasswordModalResponseText.error {
    color: red!important;
    display: block;
    text-align: center
}

.MapBanner {
    aspect-ratio: 2584/1453;
    height: auto;
    background-size: contain
}

.new_gray_card {
    background: #f2f2f2;
    padding: 45px 60px
}

.new_gray_card img {
    width: 100%
}

.new_gray_card h2 {
    text-align: center;
    color: var(--color_blue);
    font-size: var(--headers_font_size);
    font-display: swap;
    font-family: var(--f_bold);
    margin-bottom: 15px;
    margin: auto
}

p.address_p {
    color: var(--color_dark_gray);
    text-align: center;
    margin-bottom: 7.5px
}

p.tell_p,p.tell_p a {
    text-align: center;
    color: var(--color_blue);
    text-decoration: none;
    margin: 0
}

.social_link {
    background-image: url(../images/contact_us/1.png);
    aspect-ratio: 1/1;
    width: 40px;
    display: inline-block;
    background-position: center;
    background-size: cover
}

.face {
    background-image: url(../images/contact_us/1.png)
}

.linkedin {
    background-image: url(../images/contact_us/2.png)
}

.twitter {
    background-image: url(../images/contact_us/3.png)
}

.social_links {
    text-align: center
}

a.social_link.linkedin {
    margin: 0 7px;
    margin-top: 10px
}

a.whatsapp_link img {
    width: 35px;
    margin-right: 9px
}

a.whatsapp_link {
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
    color: #787878;
    text-decoration: none
}

a.email_link {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #787878;
    text-decoration: none
}

a.email_link img {
    width: 35px
}

.new_head_text {
    text-align: center;
    color: var(--color_blue);
    font-size: 20px;
    margin-top: var(--pex105);
    margin-bottom: 15px
}

.box_image.new_size {
    height: 100%;
    padding: 0;
    min-height: unset
}

.left_section.new_form_d {
    border-radius: 0;
    padding: 40px 60px
}

.left_section.new_form_d .g-recaptcha-div {
    text-align: left;
    margin: 0
}

.left_section.new_form_d textarea#message {
    min-height: 117px;
    margin-bottom: 42px
}

.left_section.new_form_d form .black_btn {
    margin-right: 0;
    margin-top: 36px
}

.left_section.new_form_d h2 {
    margin-bottom: 20px
}

div#AfterNewRegister .modal-dialog.modal-dialog-centered {
    max-width: 600px
}

a.pointer.swap_modals {
    font-size: inherit;
    color: inherit
}

div#AfterLogin .modal-dialog.modal-dialog-centered {
    max-width: 600px
}

button.google_button {
    width: auto;
    border-radius: 0;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #018dc9;
    color: #018dc9;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 10px;
    height: auto;
    border-radius: var(--radius2);
    min-width: 184px;
    margin: auto
}

img.google_image {
    width: 23px
}

.alert {
    padding: 5px 15px;
    margin-top: 15px!important
}

.alert,.alert p {
    font-size: 14px;
    margin: 0
}

button.google_button {
    width: 242px;
    height: 47px
}

button.login_btn {
    width: 242px;
    padding: 10px 15px;
    font-size: 16px;
    height: 47px
}

body.isRobotClass .lazy {
    animation: unset!important;
    background-position-x: unset
}

body.isRobotClass .loader2 {
    position: unset!important;
    display: none!important
}

.supported_webp .right_section {
    background-image: url(../images/part2_contact_us.webp)
}

.supported_webp .footer_logo {
    background-image: url(../images/alliance_blue.webp)
}

.supported_webp .goles_section {
    background-image: url(../images/bg2.webp)
}

.supported_webp .purpose_bg {
    background-image: url(../images/business_handshake.webp)
}

.supported_webp .box_image {
    background-image: url(../images/business_handshake.webp)
}

.supported_webp .contact_us_section .right_section {
    background-image: url(../images/part2_contact_us.webp)
}

.supported_webp .with_bg1 {
    background-image: url(../images/bg1.webp)
}

.supported_webp .with_bg2 {
    background-image: url(../images/bg1.webp)
}

.supported_webp .gather_bg {
    background-image: url(../images/we_gather_the_following_personal_data_from_you.webp)
}

.supported_webp .privacy_policy_section {
    margin-bottom: var(--pex105);
    background-image: url(../images/bg1.webp)
}

.supported_webp .specialty_and_expertise_bg {
    background-image: url(../images/specialty_and_expertise.webp)
}

.supported_webp .business_planning_expertise_bg {
    background-image: url(../images/l0__creating_business_plan.webp)
}

.supported_webp .workplace_expertise_bg {
    background-image: url(../images/confidential-information.webp)
}

.supported_webp .with_bgWorkPlace {
    background-image: url(../images/bg1.webp)
}

.supported_webp .with_client-agree {
    background-image: url(../images/bg1.webp)
}

.supported_webp .social_link {
    background-image: url(../images/contact_us/1.webp)
}

.supported_webp .face {
    background-image: url(../images/contact_us/1.webp)
}

.supported_webp .linkedin {
    background-image: url(../images/contact_us/2.webp)
}

.supported_webp .twitter {
    background-image: url(../images/contact_us/3.webp)
}

.supported_webp p.green_point:before {
    background: url(../images/part2_arrow_2x.webp)
}

.supported_webp .rfdiagram2 {
    background: url(../images/rfdiagram2.webp)
}

.supported_webp span.green_point {
    background: url(../images/part2_arrow_2x.webp)
}

.supported_webp .bg_image_forex {
    background: url(../images/why_an_offshore_forex_license.webp)!important
}

.isRobotClass .slid_item:before {
    display: none!important
}

.isRobotClass .main_slider,.isRobotClass .slid_item,.isRobotClass section.home_slider.section.wow.fadeIn {
    z-index: -4!important
}

.isRobotClass .slide_contents.wow.fadeInDown {
    z-index: 0!important
}

.isRobotClass header {
    z-index: 9999999!important
}

.isRobotClass .slid_item .container {
    z-index: 1!important
}

.isRobotClass .slid_item:before {
    content: '';
    position: unset!important;
    display: none!important
}

a.bg-blue,.section_header,.srvice_card h4,.incorporation_jurisdictions_card h4,*.bg-blue,form label,span.bg-blue {
    color: #000!important
}

ul.footer_menu li b {
    color: #fff!important
}

p.footer_copyright .text-blue {
    color: #93c01f!important
}

li.subMenu_title.in_footer,footer form label {
    color: #fff!important
}

.documents-section-header {
    margin-top: 0;
    background: #018dc9;
    padding: 6px 6px 3px 15px
}

.documents-section-header .small_label {
    line-height: 28px;
    color: #fff!important
}

div#quotes_card_trans {
    position: relative
}

.validation-invalid-label {
    color: red!important
}

span.note_alert {
    color: #b36706;
    margin-bottom: 5px;
    display: block;
    min-height: 47px;
    /*text-wrap: nowrap;*/
}

.important_show {
    display: block!important
}

.dropzone.dz-clickable.dz-started {
    grid-template-columns: repeat(1,1fr);
    display: grid;
    max-height: 150px
}

.dropzone .dz-preview .dz-image img {
    margin: auto;
    display: block;
    object-fit: contain!important
}

.dropzone .dz-preview.dz-image-preview {
    height: 23px
}

.dropzone .dz-preview .dz-image {
    height: 100px;
    margin: auto;
    text-align: center;
    display: block;
    border: 0
}

.dz-filename {
    display: none
}

.dropzone .dz-preview.dz-error .dz-error-message {
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.dropzone .dz-preview .dz-error-message:after {
    bottom: -6px;
    left: 64px;
    top: auto;
    transform: rotateZ(180deg)
}

.dz-preview.dz-file-preview.dz-error {
    border: 1px solid red
}

.modal2btns a:last-child {
    color: #fff!important
}

.submit_loader {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #018dc9f2;
    z-index: 99999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    flex-direction: column;
    font-size: 25px;
    padding: 0 15%;
    display: none
}

.our_clients_slider.home_swiper {
    overflow: hidden
}

#quotes_card_trans .quotes_content {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    width: 80%;
    padding: 30px 15px;
    margin: 30px 0
}

#quotes_card_trans .quotes_quote1 {
    position: absolute;
    left: -45px;
    top: -24px
}

#quotes_card_trans .quotes_quote2 {
    position: absolute;
    right: -45px;
    bottom: -24px
}

#quotes_card_trans .quotes_content:after {
    content: '';
    position: absolute;
    height: 34px;
    width: 1px;
    background: #fff;
    top: 0;
    right: 0
}

#quotes_card_trans .quotes_content:before {
    content: '';
    position: absolute;
    height: 34px;
    width: 1px;
    background: #fff;
    bottom: 0;
    left: 0
}

button.click_for_inspiration {
    background: 0 0;
    border: 0;
    color: #fff;
    position: relative;
    z-index: 9999;
    font-size: 20px;
    border: 1px solid #fff
}

div#quotes_card_trans {
    padding: 30px 35px;
    display: grid;
    gap: 0
}

p#replace_quotes_text {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-size: 27px
}

div#quotes_card_trans h6.quotes_author {
    font-weight: 500;
    margin: 0;
    padding: 0
}

img.logo2023 {
    position: absolute;
    left: 1%;
    object-fit: contain;
    top: 0;
    height: 100%;
    opacity: .2!important;
    padding-bottom: 22px;
    z-index: 0
}

div#quotes_card_trans .quotes_head {
    position: absolute;
    right: 30px;
    top: 15px
}

.home_swiper span.swiper_img {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 11px
}

@media only screen and (max-width: 900px) {
    p#replace_quotes_text {
        margin:0;
        padding: 0;
        font-style: normal;
        font-size: 22px;
        line-height: 29px
    }

    #quotes_card_trans .quotes_content {
        width: 93%;
        padding: 25px 15px;
        margin: 15px 0
    }

    div#quotes_card_trans .quotes_head {
        right: 16px;
        top: 14px;
        margin: 0;
        padding: 0;
        width: 38px;
        aspect-ratio: 21/22;
        height: auto
    }

    .quote_image {
        width: 28px
    }
}

@media only screen and (max-width: 550px) {
    p#replace_quotes_text {
        font-size:19px;
        line-height: 28px
    }

    #quotes_card_trans .quotes_content {
        padding: 15px;
        margin: 15px 0
    }

    #quotes_card_trans .quotes_head {
        width: 31px
    }

    .home_swiper span.swiper_img {
        border-radius: 8px;
        height: 85px
    }
}

@media only screen and (max-width: 438px) {
    div#quotes_card_trans {
        padding:20px
    }

    #quotes_card_trans .quotes_content {
        width: 100%
    }

    #quotes_card_trans .quote_image {
        width: 18px
    }

    #quotes_card_trans .quotes_quote1 {
        position: absolute;
        left: -5px;
        top: 12px
    }

    #quotes_card_trans .quotes_quote2 {
        position: absolute;
        right: -5px;
        bottom: 12px
    }
}

label.header9 {
    margin-top: 25px;
    font-family: var(--f_bold);
    text-align: center;
    color: var(--color_blue);
    font-size: var(--headers_font_size);
    font-family: var(--f_bold)
}

input.percentage_input {
    width: 100%;
    text-align: center;
    position: relative
}

td.share_percentage:after {
    content: '%';
    position: absolute;
    right: 27px;
    top: 15px;
    z-index: 110;
    display: block;
    width: 25px;
    color: #000!important;
    height: 25px
}

td.share_percentage {
    position: relative
}

input.percentage_input::-webkit-outer-spin-button,input.percentage_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.percentage_input {
    -moz-appearance: textfield
}

.per_table {
    border: 1px solid #c4c4c4;
    margin-top: 32px!important
}

label#percentage-error {
    text-align: center;
    margin: auto;
    width: 100%
}

tr#total_share_percentage_tr {
    background: #000;
    color: #fff!important
}

tr#total_share_percentage_tr td b {
    color: #fff!important
}

form table label.error {
    margin: 0!important;
    padding: 0!important;
    margin-bottom: 0!important;
    display: block!important;
    margin-top: 9px!important
}

#total_percentage_input {
    background: 0 0!important;
    border: 0!important;
    color: #fff!important;
    text-align: right!important;
    padding-right: 50px!important
}

td.share_percentage:after {
    color: #000!important
}

.table>:not(caption)>*>* {
    vertical-align: middle
}

.select_alliance_legend {
    margin-top: calc(var(--section_header_desc_mb)/2)
}

input#terms {
    display: inline-block!important
}

input#terms.error {
    border: 1px solid red
}

label#reg_terms-error {
    margin-left: 5px
}

.agree_checkbox a {
    color: #1a73e8
}

.hide_actions .actions {
    display: none!important
}

.second_step {
    display: none
}

h3.divLabel {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 18px;
    background: #018dc9;
    padding: 10px 15px;
    color: #fff
}

p.modalMessage1Text {
    text-align: center;
    padding: 25px 15px;
    font-size: 26px;
    line-height: 35px;
    margin: 0
}

#modalMessage1 a {
    margin: auto;
    display: block;
    width: fit-content;
    color: #fff!important;
    padding: 7px 31px;
    font-size: 20px;
    border-radius: 0
    margin-top:20px;
}

h3.divLabel.first_label {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px
}

.icheck-primary>input:first-child:checked+label::before,.icheck-primary>input:first-child:checked+input[type=hidden]+label::before {
    background-color: #000!important;
    border-color: #f7f7f7!important
}

.wizard .form-group {
    margin-bottom: 13px
}

.wizard .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255/5%)!important
}

.wizard .form-control:focus {
    box-shadow: unset!important
}

.select_with_arrow {
    position: relative
}

.select_with_arrow i {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0,-50%)
}

#modalMessage1 .modal-content {
    padding: 0;
    border-radius: 40px;
    padding-bottom:30px;
}

button.start_button {
    background: red;
    background: #018dc9;
    color: #fff;
    border: 0;
    min-width: var(--btns_min_width);
    min-height: var(--btns_min_height);
    text-align: center;
    font-size: var(--btns_font_size);
    line-height: var(--btns_line_height);
    margin-top: 15px
}

.per_table tr td,.per_table tr th {
    background: #fff
}

tr {
}

tr#total_share_percentage_tr td {
    background: #000!important
}

.share_percentage input {
    background: #f9f9f9!important;
    color: #000;
    border: 1px solid #0000006b!important
}

.percentage_input.shareholding_percentage::placeholder {
    color: #ababab;
    opacity: 1
}

.percentage_input.shareholding_percentage::-ms-input-placeholder {
    color: #000
}

.add_clone_btn,button.black_btn.alliance_btn.add_clone_btn.bg-blue {
    border-radius: 0;
    color: #fff!important
}

legend:before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    background: #018dc9;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    width: 15px
}

legend .trash_icon {
    float: right;
    margin-top: 8px
}

.AddMoreUBOArea,.AddMoreShareholdersArea,.AddMoreDirectorsArea {
    border-top: 1px solid #c4c4c4
}

.ubo_box_error {
    color: red
}

.tooltip_boxShareholders_error {
    color: red
}

.product_logo {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    font-family: var(--f_extra_bold);
    letter-spacing: -5px;
    line-height: 55px;
    margin-left: -5px
}

.product_card {
    background: #fff;
    position: relative;
    padding-bottom: 41px;
    border: 1px solid #dcdcdc;
    height: 100%
}

.product_card_header {
    padding: 25px;
    text-align: center
}

.list_fetchers {
    padding: 25px
}

a.explore_btn {
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 49px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 19px
}

.product_type {
    font-size: 26px;
    color: #000
}

.product_logo span {
    font-family: inherit;
    font-size: inherit
}

.offers_span {
    font-family: var(--f_extra_bold);
    color: #018dc9
}

span.amount {
    font-family: var(--f_extra_bold);
    font-size: 30px
}

.product_price {
    font-size: 18px
}

.list_fetchers p {
    color: #000
}

.product_logo span:nth-child(1) {
    color: #35bbab
}

.product_logo span:nth-child(2) {
    color: #fe1834
}

.product_logo span:nth-child(3) {
    color: #000
}

span.amount.color1 {
    color: #018dc9
}

span.amount.color2 {
    color: #e4ba32
}

span.amount.color3 {
    color: #07bcca
}

span.amount.color4 {
    color: #56cc9d
}

.trading_card {
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 15px 5px;
    box-shadow: 1px 1px 1px 1px #aba5a56e
}

.trading_card:hover {
    background: #f2f2f2;
    transition: .2s
}

.new_contact_us_page ::placeholder {
    color: #000!important;
    font-weight: 700
}

.new_contact_us_page .mapouter {
    position: relative;
    width: 100%;
    height: 100%
}

.new_contact_us_page .gmap_canvas {
    overflow: hidden;
    background: 0 0!important;
    width: 100%;
    height: 400px
}

.new_contact_us_page .gmap_iframe {
    width: 100%!important;
    height: 400px!important
}

.new_contact_us_page .new-text-haed1 {
    font-size: 20px;
    color: rgba(0,0,0,.232)
}

.new-container-map {
    padding: 0
}

.new-row-cards {
    display: flex;
    gap: 90px;
    justify-content: space-between
}

.new-cards2 {
    width: 80%
}

.new-cards2 {
    padding-top: 10px;
    background-color: #f4f4f4;
    border: 1px solid rgba(0,0,0,.167);
    padding-bottom: 15px
}

.new-image-cards-flag {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 92px;
    padding-right: 92px
}

.new_contact_us_page .forms {
    max-width: max-content
}

.new-img-flag {
    width: 100%
}

.new-cards-image {
    width: auto
}

.div-new-form {
    padding: 10px 50px
}

.New-card-Text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.new_contact_us_page .col-linked {
    background-color: #f4f4f4
}

.main-new-form {
    display: flex;
    justify-content: space-between;
    gap: 44px;
    align-items: center;
    background-color: #f4f4f4;
    padding: 35px;
    color: #000;
    border: 1px solid rgba(0,0,0,.167);
    margin-top: 56px
}

.new-div-button-submit {
    margin-top: 55px
}

.v-center {
    align-items: center
}

.image-form-new {
    max-width: 100%;
    height: 100%
}

.new-text-flag {
    font-size: 15px;
    font-weight: 500;
    text-align: center
}

.new-name-flag {
    font-size: 30px;
    font-weight: bolder;
    margin: 10px 0
}

.new-number-flag {
    font-weight: 700;
    margin-top: 10px
}

.new-text-follow {
    font-weight: 700;
    font-size: 10px
}

.new_contact_us_page .Subscribe {
    color: #225891;
    font-size: 10px;
    font-weight: 700
}

.new-NEWSLETTER {
    color: #000;
    font-size: 30px;
    font-weight: 700
}

.new-text-Join {
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 700
}

.new-image-NEWSLETTER {
    margin-left: 20px
}

.new-image-Join {
    margin-left: 15px
}

.height-100 {
    height: 100vh
}

.inpu-sunscribe {
    height: 53px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    background: #f4f4f4;
    padding: 5px 36px
}

.form-control:focus {
    box-shadow: none;
    color: #fff
}

.search button {
    top: 9px;
    width: 120px;
    height: 36px;
    right: 10px;
    font-size: 15px;
    border-radius: 50px
}

.new-social {
    display: flex;
    margin-top: 56px;
    border: 1px solid rgba(0,0,0,.167)
}

.new-whats-social {
    flex: 1;
    background-color: #fbf4ea
}

.div-image-socia {
    margin-top: 50px
}

.new-outlook-social {
    flex: 1;
    background-color: #016ec0
}

.new-text-whatsapp {
    color: #26d366;
    padding: 0;
    margin: 0
}

.new-text-outlook {
    color: #fff;
    padding: 0;
    margin: 0
}

.new-text-facboock {
    color: #090808;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.new-rest-social {
    flex: 1;
    background-color: #fbf4ea;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center
}

.new-rest-social-img {
    display: flex;
    align-items: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 15px;
    margin-bottom: 6px;
    padding-top: 6px
}

.new-facbbock-social {
    flex: 1;
    padding: 20px
}

.new-facbbock-social {
    flex: 1;
    display: flex;
    flex-direction: column
}

.p-follow-us {
    color: #090808;
    font-weight: 700;
    font-size: 10px
}

.a-social {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.a-social2 {
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.new-div-button-submit {
    display: flex;
    justify-content: center
}

.btn-new-submit {
    background-color: #3590f3;
    color: #000;
    border-radius: 10px;
    font-size: 18px;
    width: 150px;
    font-weight: 700
}

.new-text-help {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700
}

.btn-new-submit:hover {
    background-color: #3591f381
}

.head-new-text {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px
}

.new-LETSGET {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 46px
}

.new-image-dot {
    position: absolute;
    bottom: -6px;
    z-index: 1;
    width: 164px;
    left: 568px
}

.new-We-get {
    font-size: 18px;
    font-weight: 700
}

.new-texr-head-Come {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px
}

.new-texr-head-span {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px
}

.form-control:focus {
    box-shadow: none;
    color: #090808
}

.div-Subscribe-social {
    margin-top: 30px
}

.link_flex1 {
    flex: 1;
    width: 0;
    padding: 25px 19px
}

.a-social2 img.img-fluid {
    width: 40px
}

.a-social img {
    height: 49px;
    display: block;
    width: auto
}

.new-whats-social a {
    text-decoration: none
}

.bold_link {
    color: #000;
    text-decoration: none
}

.inpu-sunscribe::placeholder {
    color: #b2b1b1!important
}

.colord_card {
    background: #fff;
    height: 100%;
    border-radius: 14px;
    box-shadow: 5px 5px 0 0 #d5d4d2
}

.colord_card .description {
    padding: 15px
}

.colord_card h4 {
    padding: 10px;
    text-align: center;
    color: #fff;
    background: red;
    border-radius: 10px 10px 0 0
}


.colord_card.blue h4 {
    background: #1386bf
}

.colord_card.green h4 {
    background: #03a84e
}

.question4inModal {
    margin: auto;
    display: block!important;
    font-size: 41px!important;
    margin-bottom: 17px;
    color: #018dc9
}

h3#message_title {
    margin-bottom: 8px;
    font-size: 24px;
    color: #000
}

.message_area+a {
    display: block
}

dev#message_area {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px
}

dev#message_area br {
    height: 10px;
    display: block;
    content: "";
    margin: 0
}

div#modalMessage2 a.bg-blue.a_btn.border-blue {
    display: block;
    margin: auto;
    width: fit-content;
    min-width: 179px;
    border-radius: 0;
    color: #fff!important;
    font-size: 17px
}

div#modalMessage2 .modal-content {
    padding: 20px
}

.question4form {
    font-size: 17px;
    cursor: pointer
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    display: none!important
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    display: none!important
}

.dropzone .dz-preview:hover .dz-image img {
    filter: unset!important
}

img.question4form {
    display: inline-block;
    width: 22px;
    margin-bottom: 1px;
    margin-left: 5px
}

.image-form-new img.img-fluid {
    max-height: 550px;
    margin: auto;
    display: block
}

.black_bg_color {
    background: #000!important
}

.request_call_back_form_area {
    background: #ffffff73;
    padding: 20px
}

label.CallBackHeaderLabel {
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: 29px;
    text-align: center;
    display: block;
    margin: 10px 0;
}


.request_call_back_form label {
    font-size: 17px;
    margin-bottom: 5px;
    font-family: var(--f_bold);
}

.request_call_back_form .form-group {
    margin-bottom: 10px
}

.request_call_back_form input {
    height: 40px;
    border-top: 0;
    display: block;
    border-radius: 0!important;
    padding-top: 6px !important;
    padding-bottom: 2px !important;
}

.request_call_back_form button {
    display: block;
    margin: auto;
    background: #018dc9;
    color: #000;
    border: 0;
    padding: 3px 35px;
    font-size: 20px;
    margin-top: 20px
}


.request_call_back_form label.validation-invalid-label {
    font-family: 'proxima_nova_regular' !important;
    font-size: 14px;
    margin-bottom: 0;
}
#call-back-phone-error{
    color: red;
    font-size: 14px;
    display: block;
}








.box_card_row_color {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.box_card_row_color .content h4 {
    margin: 0;
    padding: 0;
    font-size: 17px;
}
.box_card_row_color .content {
    background: #35bbab;
    padding: 17px 10px;
    border-radius: 41px;
    display: flex;
    color: #FFF;
    justify-content: center;
    gap: 9px;
    /* font-size: 20px !important; */
    width: fit-content;
    margin: 0;
    align-items: center;
    min-width: 76%;
    box-shadow: 1px 3px 3px 1px #bbb8b8;
}


.box_card_row_color .content:nth-child(2){
    background: #fe1834;
}

.box_card_row_color .content:nth-child(3) {
    background: black;
}


.box_card_row_color .content:nth-child(5) {
    background: #fe1834;
}


.box_card_row_color .content i {
    font-size: 22px;
}




.box_card_row_color.left .content:nth-child(1),.box_card_row_color.left .content:last-child{
    margin-left: auto;
    margin-right: 0;
}

.box_card_row_color.right .content{
    margin-left: auto;
    margin-right: 0;

}

.box_card_row_color.right .content:nth-child(1),
.box_card_row_color.right .content:last-child{
    margin-right: auto;
    margin-left: 0;
}



.new_gray_card_product {
    height: 100%;
    color: black;
}

.new_gray_card_product h4 {
    background: #f2f2f2;
    text-align: center;
    padding: 15px 8px;
    border-radius: 23px 23px 0 0;
    margin: 0;
    font-size: 24px;
}

.new_gray_card_product .description {
    border-top: 0;
    /* border: 1px solid #f2f2f2; */
    height: calc(100% - 58px);
    /* display: block; */
    box-shadow: 0px 2px 2px 1px #f2f2f2;
    padding: 10px 15px;
}


.custom_product_sub_header1 {
    text-align: left;
    font-weight: 500;
}

.custom_product_text1 {
    text-align: left;
}

.new_gray_card_product .content {
    height: 100%;
    /* background: red; */
}


.if_sticky_only{
    display: none;
}
.sticky .if_sticky_only{

    display: block;
}



a.greenbg.margin-left-0{
    margin-left: 0 !important;
}
.Type2FromCards .content {
    height: 80px;
    width: 84%;
}

@media(max-width: 990px) {
    .new-img-flag {
        height:auto
    }

    .new-cards2 {
        padding: 15px;
        max-width: none;
        margin-left: 0
    }

    .new-cards {
        padding: 50px;
        max-width: none
    }

    .new-row-cards {
        display: flex;
        gap: 15px
    }
}

@media(max-width: 978px) {
    .new-image-cards-flag {
        padding-left:20px;
        padding-right: 20px
    }

    .new-text-whatsapp {
    }

    .new-text-outlook {
    }

    .new-image-dot {
        left: 400px
    }
}

@media(max-width: 934px) {
    .image-form-new {
        display:none
    }

    .forms {
        max-width: none
    }

    .new-image-dot {
        position: absolute;
        bottom: 10px;
        z-index: 1;
        left: 450px
    }

    .a-social2 {
    }

    .new-social {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 15px
    }

    .link_flex1 {
        width: 100%
    }
}

@media(max-width: 752px) {


    .main-new-form {
        display: block;
        padding: 15px
    }

    .new-image-dot {
        bottom: 10px;
        left: 350px
    }

    .new-cards2 {
        padding: 17px
    }

    .a-social {
    }

    .a-social2 {
    }
}

@media(max-width: 700px) {
    .image-form-new {
        display:none
    }

    .new-image-dot {
        bottom: 10px;
        left: 250px
    }

    .new-social {
        flex-direction: column;
        margin-top: 20px;
        border: 0
    }

    .new-texr-head-Come {
        font-size: 17px
    }

    .new-cards2 {
        margin-top: 20px
    }

    .new-LETSGET {
        font-size: 27px
    }

    .new-row-cards {
        flex-direction: column;
        gap: 5px
    }

    .a-social2 {
    }

    .a-social {
    }

    .new-cards2 {
        width: 100%
    }
}

@media(max-width: 540px) {
    .new-image-dot {
        position:absolute;
        bottom: 10px;
        z-index: 1;
        width: 100px;
        left: 286px
    }
}

@media(max-width: 435px) {
    .new-image-dot {
        position:absolute;
        bottom: 10px;
        z-index: 1;
        width: 100px;
        left: 226px
    }
}

@media(max-width: 300px) {
    .new-image-dot {
        left:130px
    }
}

img.icon_image_check {
    width: 28px;
}