#staticHTML {
.form-container {
    padding-bottom: 16px;

}

.form-container .form-heading-text {
    font-size: 16px;
    padding-bottom: 10px;

}

.box-select-option {
    position: relative;
    font-size: 1.2rem;
    border: 1px solid var(--text-color-1);
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.banner-section {
    padding: 70px 0 0 0;
}

.btn-login {
    font-size: 12px !important;
    letter-spacing: 1px;
    border-radius: 4px;
}


.startWithLabel .floating-label {
    font-size: 14px;
    /* font-family: 'Lato-Medium'; */
    font-family: 'Lato';
    font-weight: 700;
    color: #aaaa;
}

.startWithLabel ::-webkit-input-placeholder {
    /* Edge */
    font-size: 18px;
}

.startWithLabel ::placeholder {
    font-size: 18px;
}

.guidance-text {
    font-size: 12px !important;
    /* font-family: 'Lato-Regular'; */
    font-family: 'Lato';
    font-weight: 400;
    color: var(--text-color);
}

.tncCheck {
    position: relative;
    padding-left: 33px;
    font-size: 12px !important;
    color: var(--input-bg-color);
}

.tncCheck::before {
    position: absolute;
    left: 0;
    top: 0;
}

.tncCheck ul {
    padding-left: 1rem !important;
}

.tncCheck ul li {
    /* font-family: 'Lato-Regular'; */
    font-family: 'Lato';
    font-weight: 400;
    font-size: 13px;
    color: var(--text-color);

}

.tncCheck ul li::marker {
    font-size: 13px;
    color: var(--text-color);
}


.heading-text {
    font-size: 22px;
}

.dashed-border {
    border: dashed 1px var(--primary-button-color);
    border-radius: 4px;
    background-color: var(--dashed-bg-color1);

}

.dashed-border label {
    color: var(--text-color);
}

.custom-input-group {
    background-color: var(--landing-input-bg-color) !important;
    border-radius: 4px !important;
    margin-top: 8px !important;
    border: 1px solid #D8D8D8 !important;
    height: 3rem !important;
    padding-left: 15px !important;
}

.custom-input-group .form-control {
    min-height: 3rem !important;
}

.input-group>.form-control {
    min-height: 17px !important;
}

.box {
    padding: 15px 5px 15px 15px !important;
}

.text-danger {

    color: #fd4c60 !important;
}

.text-danger>.form-control {
    border-color: #fd4c60 !important;
}

.text-danger1 {
    border-color: #fd4c60 !important;
}

.no-pad-no-border {
    padding: 0px !important;
    border: 0px !important;
}

.no-pad-no-border .form-control {
    min-height: 2rem !important;
    background-color: var(--landing-input-bg-color) !important;
    color: var(--text-color);
}

.box-select-option {
    position: relative;
    font-size: 16px;
    /* font-family: 'Lato-Medium' !important; */
    font-family: 'Lato' !important;
    font-weight: 700;
    color: #838383;
    background: var(--landing-input-bg-color) !important;
    border: 1px solid var(--border-color);
    padding: 5px 16px;

}

.box-select-option.active {
    font-weight: bold;
    color: var(--text-color);
}

.box-select-option .radio-option-title {

    line-height: 1;
}

.custom-width-1 {
    width: 40%;
}

.custom-width-2 {
    width: 57%;
}

.consent-label {
    /* font-family: 'Lato-Regular'; */
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12px !important;
}

.text-capitalize::placeholder {
    text-transform: none !important;
}

#Path_31468 {
    fill: var(--svg-bg-color);
    stroke: var(--svg-border-color);
    stroke-width: 1;
}

#Path_41244, #Path_41245, #Path_40516, #Path_40517 {
    fill: var(--svg-border-color);
    stroke-width: 1px;
}

.tag-line {
    /* font-family: 'Lato-Heavy'; */
    font-family: 'Lato';
    font-weight: 900;
    font-weight: normal;
    font-size: 22px;
    margin-top: 24px;
}

.slide {
    background-color: var(--secondary-background-color);
    border-radius: 20px !important;
    margin-top: 24px !important;
    border: 1px solid var(--text-color-1) !important;
    padding: 20px;
}

.slide .slide-section .slide-title {
    /* font-family: 'Lato-Bold'; */
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    color: var(--text-color);
}

.slide .slide-section .slide-sub-title {
    font-size: 12px;
    color: var(--text-color)
}

#Path_clock-time-eight-outline, #Path_41469, #Path_41470, #Path_41464, #Path_41465, #Path_41466, #Path_41467 {
    fill: var(--svg-border-color);
    stroke-width: 1;
}

.nav {
    background: var(--header-bg-color);
    color: #ffff;
    height: 48px;
    position: absolute !important;
    left: 0;
    z-index: 1;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.nav .language-selection {
    background: inherit;
    color: #ffff;
    border: 1px solid #ffff;
    outline: none;
    border-radius: 4px;
    padding: 4px;
}

.nav .language-selector {
    margin-left: 20%;
}
}
@media screen and (max-width: 768px) {
    #staticHTML {
    .form-container {
        padding-bottom: 50px;
    }

    .form-container .form-heading-text {
        border-top: 1px solid #707070;
        padding-top: 24px;
    }

    .login-title-mobile {
        font-size: 24px;
        padding: 2px 16px 16px 16px;
    }

    .login-title {
        display: none;
    }

    .login-title-msg-mobile {
        color: #aaaaaa;
        font-size: 14px;
        padding: 1.5rem 0px 0px 1rem;
    }

    .login-title-msg {
        display: none;
    }

    .progress-bar-container {
        padding-top: 0px !important;
    }

    .personal-details-section {
        padding: 24px 16px;
        /* font-family: "Lato-Bold"; */
        font-family: 'Lato';
        font-weight: 700;
    }

    .form-group {
        margin-bottom: 16px;
    }
    }
}

@media screen and (min-width:768px) {
    #staticHTML {
    .app-container {
        width: 60%;
        padding-left: 20px;
        border-left: 1px solid #303d4b;
    }

    .form-frame {
        background: var(--secondary-background-color);
        border-radius: 10px;
        margin-top: 70px;
        margin-bottom: 20px;
        border: 1px solid #797979;
    }

    .desktop-header {
        width: 40%;
        padding-right: 20px;
    }

    .progress-section {
        padding: 16px;
        background: transparent;
    }

    .personal-details-section {
        padding: 24px;
        border-top: 1px solid var(--progress-bar-buttom-border);
        background: unset;
        /* font-family: "Lato-Bold"; */
        font-family: 'Lato';
        font-weight: 700;
    }

    .personal-details-section .details-area {
        background: #182132;
        padding-top: 15px;
        border-radius: 4px;
    }

    .login-title {
        font-size: 24px;
        /* font-family: "Lato-Semibold"; */
        font-family: 'Lato';
        font-weight: 700;
    }

    .login-title-mobile {
        display: none;
    }

    .login-title-msg {
        color: #aaaaaa;
        font-size: 14px;
    }

    .login-title-msg-mobile {
        display: none;
    }

    .form-group {
        margin-bottom: 24px;
    }
    }
}

@media screen and (max-width:1346px) and (min-width:768px) {
    #staticHTML {
    .custom-guidance-text {
        height: 36px;
    }
    }
}

@media screen and (min-width:1291px) {
    #staticHTML {
    .box-select-option .radio-option-title {
        height: 38px;
    }
    }
}