﻿@font-face {
    font-family: 'Sharp Grotesk';
    font-style: normal;
    font-weight: 900;
    src: url("../../../../Fonts/SharpGrotesk/SharpGrotesk-Medium20.woff") format("woff"),url("../../../../SharpGrotesk/SharpGrotesk-Medium20.woff2") format("woff2");
}

html, body, .container-xxl .full-height {
    height: 100%;
    background-color: #E7F1FE;
}
.container-xxl {
    max-width: 1920px;
    height: 100%;
}
.display-none{
    display:none;
}
.display-block{
    display:block;
}
.hidden {
    display: none !important;
}
/*-------------------------------------------------------
 *   Left content
 *------------------------------------------------------*/
.left-content {
    padding: 40px 80px 50px 80px;
    height: auto;
    display: flex;
    background-color: #E7F1FE;
}
.left-content .body-content {
    align-self: center;
    display: block;
    max-width: inherit;
}
.left-content .logo {
    margin-bottom: 10px;
}
.left-content .logo img {
    width: 280px;
}
.left-content h3 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Sharp Grotesk', sans-serif;
    letter-spacing: 0px;
    color: #007BFF;
    opacity: 1;
}
.left-content h4 {
    font-size: 27px;
    line-height: 40px;
    font-family: 'Sharp Grotesk', sans-serif;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.left-content ul {
    list-style-type: none;
    list-style-image: url("../../../images/signup/li_tag.png");
}
.left-content ul li {
    position: relative;
    margin-bottom: 7px;
}
.left-content ul li span {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #333333;
    position: absolute;
    top: -1px;
    padding-left: 5px;
}
.feature-block {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #007BFF;
    text-wrap: balance;
    text-align: center;
    margin: 25px 0px 50px 0px;
    opacity: 1;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.feature-block img {
    margin-right: 13px;
    margin-left: 17px;
}
.feature-separator-img {
    width: 20px;
    height: 20px;
}
@media (max-width: 768px) {
    .left-content {
        display: block;
    }
    .feature-block {
        flex-direction: column;
        align-items: center;
    }
    .feature-separator-img {
        display: none;
    }
    .feature-item {
        width: 100%;
        justify-content: center;
    }
}
.bottom-content {
    top: 74px;
    position: relative;
}
.bottom-content p {
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 5px 28px 30px 5px;
}
@media (max-width: 1530px) {
    .left-content ul li {
        margin-bottom: 25px;
    }
}
@media (max-width: 1199px) {
    .feature-block {
        text-align: left;
    }
}
@media (max-width: 992px) {
    .left-content ul li {
        margin-bottom: 7px;
        text-align: left;
    }
    .bottom-content {
        width: 100%;
        top: 35px;
    }
}
@media (max-width: 768px) {
    .bottom-content, .left-content ul {
        display: none;
    }
    .feature-block {
        margin-bottom: 0px;
        text-align: center;
    }
    .left-content {
        padding: 40px 40px;
        text-align: center;
    }
    .left-content .logo img {
        width: 180px;
    }
    .left-content h3 {
        font-size: 35px;
        line-height: 42px;
    }
    .left-content h4 {
        font-size: 14px;
        line-height: 25px;
    }
}
@media (max-height: 668px) {
    .bottom-content {
        margin-top: 40px;
    }
}

@media (max-width: 1498px) and (max-height: 800px) {
    .bottom-content {
        width: 100%;
    }
}


/*-------------------------------------------------------
 *   Right content
 *------------------------------------------------------*/

.right-content {
    padding: 68px 140px;
    background-color: #FFF;
}
.right-content h1 {
    text-align: left;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}
.right-content h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}
.right-content .steps {
    text-align-last: center;
}
.right-content .steps pre {
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 13px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #444444;
    overflow: hidden;
    opacity: 1;
}
.right-content .steps span {
    border: 1px solid #E8E8E8;
    width: 92%;
    height: 7px;
    position: absolute;
    border-radius: 5px;
    left: 7px;
    background-color: #E8E8E8;
}
.right-content .steps .active span {
    border-color: #007BFF;
    background-color: #007BFF;
}
.right-content .steps .done span {
    border-color: #009561;
    background-color: #009561;
}
.right-content .form-control, .right-content input {
    font-family: 'Source Sans Pro', sans-serif!important;
    font-size: 16px!important;
}
.RadComboBox_Bootstrap .rcbHovered .rcbReadOnly .rcbInputCell,
.RadComboBox_Bootstrap .rcbHovered .rcbArrowCell,
.RadComboBox_Bootstrap .rcbFocused .rcbReadOnly .rcbInputCell,
.RadComboBox_Bootstrap .rcbFocused .rcbArrowCell {
    background-color: transparent !important;
    height: 40px !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}
.right-content .btn-next-step {
    background: #007BFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 14px 0px;
    margin-top: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 0px;
}
.right-content .label-description {
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin: 25px 0px 7px 0px;
}
.right-content .center-block {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 20px;
}
.right-content .form-control {
    height: 40px;
    font-size: 16px;
    line-height: 25px;
}
.right-content .center-block a {
    text-decoration: none;
}

.right-content .dropdown::after {
    content: '<i class="fa fa-envelope icon">';
}
.right-content .dropdown::-webkit-scrollbar {
    width: 5px;
    height: auto;
}
.right-content .dropdown::-webkit-scrollbar-track {
    background-color: transparent;
}
.right-content .dropdown::-webkit-scrollbar-thumb {
    background-color: #848484;
    border-radius: 5px;
}
.right-content .form-steps {
    display: none;
}
.right-content .form-steps.active {
    display: flex;
}
.right-content .error-message-validators {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0px;
    margin-top: 3px;
    color: #848484;
    opacity: 1;
}
.right-content .selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #006EE3;
    right: 16px;
    top: 51px;
    font-size: 14px;
    padding: 19px 6px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.right-content .send-feedback p {
    background: #EEF5FF 0% 0% no-repeat padding-box;
    padding: 10px 15px;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    border-radius: 4px;
    margin-top: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
.right-content .send-feedback p a,
.right-content .send-feedback p a:hover {
    text-decoration: none;
    color: #178AFF;
}
.right-content #formStep4 {
    text-align: center;
    margin-top: 100px;
}
.right-content #formStep4 h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-top: 25px;
    color: #333333;
    opacity: 1;
}
.right-content #formStep4 span {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
}
.right-content .agree-terms label {
    font-family: 'Source Sans Pro', sans-serif;
}
    input [type=text] {
    border: 1px solid #ccc;
}

.ErrorControl {
    border-color: #B4000B !important;
}

.error-color {
    color: #B4000B !important;
}

.right-content #phoneNumberCountryCode {
    position: absolute;
    top: 65px;
    left: 23px;
    color: #848484;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.right-content #tbPhone {
    padding-left: 55px;
}

.spinner {
    border: 5px solid #E8E8E8;
    border-top: 5px solid #00774E;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 700ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loading-animation {
    position: absolute;
    z-index: 9999;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.div-container {
    margin-top: 4px;
}
.agree-terms {
    margin-top: 20px;
    display: inline-flex;
}
.div-container label {
    position: relative;
    height: 20px;
}
.div-container input[type="checkbox"] {
    display: none;
}
.div-container span {
    font-size: 15px;
    padding-left: 32px;
    padding-top: 3px;
}
/* Base styles for spans */
.div-container span::before,
.div-container span::after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
}
/* Check-boxes */
.div-container span.checkbox::before {
    width: 19px;
    height: 19px;
    background-color: #FFF;
    left: 4px;
    box-sizing: border-box;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    transition: border-color .2s;
}
.div-container span.checkbox::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    left: 7px;
    top: 3px;
    color: transparent;
    transition: color .2s;
    font-size: 12px;
    cursor: pointer;
}
#div_div_rcbCourier {
    margin-bottom: 30px;
}
html .RadComboBox .rcbInput {
    height: 40px;
    width: 100%;
}
.RadComboBox {
    width: 100% !important;
}
.RadComboBoxDropDown_Bootstrap .rcbScroll {
    padding: 8px 0 !important;
}
input[type="checkbox"]:checked + label span.checkbox::before {
    background-color: #1867DD;
    border: 1px solid #1867DD;
}
input[type="checkbox"]:checked + label span.checkbox::after {
    color: #fff;
}
.RadComboBox_Bootstrap {
    font-family: 'Source Sans Pro', sans-serif !important;
    position: relative;
}
.RadComboBox_Bootstrap .rcbFocused .rcbReadOnly .rcbInputCell{
    background-color: transparent;
}
.RadComboBox_Bootstrap .rcbArrowCell {
    border-radius: 0 4px 4px 0 !important;
}
.RadComboBox_Bootstrap .rcbInputCell {
    border-radius: 2px 0 0 2px !important;
}
.RadComboBox .rcbInput {
    padding: 1px 0 1px !important;
}
.RadComboBox_Bootstrap .rcbArrowCell.rcbArrowCellRight {
    padding-right: 10px;
    padding-top: 3px;
    height: 40px;
}
.RadComboBox_Bootstrap .rcbArrowCell a {
    display: none !important;
}
.RadComboBox_Bootstrap table td.rcbInputCell.rcbInputCellLeft {
    border-radius: 4px !important;
    position: absolute;
    background-color: transparent;
    height: 40px;
    z-index:5;
}
.RadComboBox_Bootstrap .rcbArrowCell::after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: 9px;
    color: #006EE3;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.RadComboBoxDropDown_Bootstrap .rcbItem.section-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #ACB1B2;
    text-transform: uppercase;
    opacity: 1;
}
.RadComboBoxDropDown_Bootstrap .rcbItem.section-first-option {
    display: none;
}
.RadComboBoxDropDown_Bootstrap .rcbItem.section-title .div-container,
.RadComboBoxDropDown_Bootstrap .rcbItem.section-first-option .div-container {
    pointer-events: none;
    margin-top: 15px;
}
.RadComboBoxDropDown_Bootstrap .rcbItem.section-title .checkbox,
.RadComboBoxDropDown_Bootstrap .rcbItem.section-first-option .checkbox {
    padding-left: 0px;
}
.RadComboBoxDropDown_Bootstrap .rcbItem.section-title .checkbox::before,
.RadComboBoxDropDown_Bootstrap .rcbItem.section-title .checkbox::after,
.RadComboBoxDropDown_Bootstrap .rcbItem.section-first-option .checkbox::before,
.RadComboBoxDropDown_Bootstrap .rcbItem.section-first-option .checkbox::after {
    display: none;
}
.div-container span {
    font-family: 'Source Sans Pro', sans-serif;
}
.checkbox, .radio {
    margin-top: 3px;
    margin-bottom: 3px;
}
.g-recaptcha {
    margin-top: 40px;
}

@media (max-width: 1675px) {
    .right-content .steps pre {
        font-size: 13px;
    }
}
@media (max-width: 1399px) {
    .right-content {
        padding: 80px 60px;
    }
}
@media (max-width: 1150px) {
    .right-content .steps pre {
        font-size: 11px;
    }
}
@media (max-width: 991px) {
    .right-content .steps pre {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .right-content {
        padding: 40px 40px;
        text-align: center;
    }
    .right-content .steps pre {
        display: none;
    }
    .right-content h1 {
        text-align: center;
        font-size: 22.4px;
        line-height: 25px;
    }
    .right-content h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .right-content .form-steps {
        text-align:left;
    }
    .right-content .label-description {
        font-size: 14px;
        line-height: 25px;
    }
    .right-content .error-message-validators {
        line-height: 20px;
    }
    .right-content .btn-next-step {
        padding: 12px 0px;
    }
    .right-content .center-block {
        font-size: 14px;
        line-height: 25px;
    }
    .right-content #formStep4 {
        margin-top: 30px;
    }
}


/*-------------------------------------------------------
 *   Image swiper, infinite loop
     https://swiperjs.com/demos#infinite-loop-with-slides-per-group
 *------------------------------------------------------*/
.image-swiper-infinite-loop {
    height: 60px;
    width: 100%;
    background-color: transparent;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.image-swiper-infinite-loop .swiper {
    width: 100%;
    height: 100%;
}

.image-swiper-infinite-loop .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.image-swiper-infinite-loop .swiper-slide img {
    display: block;
    width: 150px;
    object-fit: cover;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -6px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px !important;
    color: black;
    font-weight: bold;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -6px!important;
}
