body {
    font-family: 'Poppins', sans-seri;
    font-size: 12px;
}

#landing-page {
    height: 100vh;
}

.content-lines {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.a-half {
    /*height: 100vh;*/
    height: 100%;
    background-size: cover;
    border-top-right-radius: 120px;
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0; /*fallback, while the image is loading*/
    background-image: url('../../global_assets/images/signup2.jpg');
}

.a-half-documents {
    /*height: 100vh;*/
    height: 100%;
    background-size: cover;
    border-top-right-radius: 120px;
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0; /*fallback, while the image is loading*/
    background-image: url('../../global_assets/images/Upload-Documents-2.jpg');
}

.a-half-payments {
    /*height: 100vh;*/
    height: 100%;
    background-size: cover;
    border-top-right-radius: 120px;
    display: flex;
    flex-direction: column;
    background-image: url('../../global_assets/images/Payment.jpg');
}

.a-half-personel-details {
    /*height: 100vh;*/
    height: 100%;
    background-size: cover;
    border-top-right-radius: 120px;
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0; /*fallback, while the image is loading*/
    background-image: url('../../global_assets/images/personal-details.jpg');
}

.a-half-logo {
    display: flex;
    flex-direction: column;
    padding: 1.15rem;
}

.a-half-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    margin: auto;
    font-size: 3.5vw;
    padding: 25px 80px;
    color: #fff !important;
    line-height: 3.5rem;
}

.b-half {
    min-height: 100vh;
    height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b-half-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #000 !important;
    padding: 0rem 4rem;
    max-height: 78vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* For Mobile Portrait View */
@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .b-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
        height: 0vh;
    }

    .a-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
    }

    .b-half-content {
        width: 100%;
        color: #000 !important;
        max-height: none !important;
        overflow: auto !important;
        background-image: url('../../assets/images/bg/bg-4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 50vh !important;
        height: 0vh;
        position: relative;
        box-sizing: border-box;
    }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    .b-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
        height: 0vh;
    }

    .a-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
    }

    .b-half-content {
        width: 100%;
        color: #000 !important;
        max-height: none !important;
        overflow: auto !important;
        background-image: url('../../assets/images/bg/bg-4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 50vh !important;
        height: 0vh;
        position: relative;
        box-sizing: border-box;
    }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    .b-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
        height: 0vh;
    }

    .a-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
    }

    .b-half-content {
        width: 100%;
        color: #000 !important;
        max-height: none !important;
        overflow: auto !important;
        background-image: url('../../assets/images/bg/bg-4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 50vh !important;
        height: 0vh;
        position: relative;
        box-sizing: border-box;
    }
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .b-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
        height: 0vh;
    }

    .a-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
    }

    .b-half-content {
        width: 100%;
        color: #000 !important;
        max-height: none !important;
        overflow: auto !important;
        background-image: url('../../assets/images/bg/bg-4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 50vh !important;
        height: 0vh;
        position: relative;
        box-sizing: border-box;
    }
}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .b-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
        height: 0vh;
    }

    .a-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
    }

    .b-half-content {
        width: 100%;
        color: #000 !important;
        max-height: none !important;
        overflow: auto !important;
        background-image: url('../../assets/images/bg/bg-4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 50vh !important;
        height: 0vh;
        position: relative;
        box-sizing: border-box;
    }
}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    .b-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
        height: 0vh;
    }

    .a-half {
        min-height: inherit !important;
        height: inherit !important;
        display: initial !important;
        flex-direction: initial !important;
        justify-content: initial !important;
    }

    .b-half-content {
        width: 100%;
        color: #000 !important;
        max-height: none !important;
        overflow: auto !important;
        background-image: url('../../assets/images/bg/bg-4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 50vh !important;
        height: 0vh;
        position: relative;
        box-sizing: border-box;
    }
}
.b-half-button {
    padding: 0.5rem 1.15rem;
}

.bold-button-outline {
    padding: 10px 10px;
    border-radius: 10rem;
    border: 1px solid #000;
    width: 150px;
    text-align: center;
    vertical-align: middle;
}

.b-half-heading {
    font-size: 18px;
    font-weight: bold;
    color: rgb(184, 184, 184);
}



/*------------------------------*/
.radio-toolbar {
    margin: 10px 0px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        padding: 10px 29px;
        font-family: sans-serif, Arial;
        font-size: 12px;
        border: 1px solid #4961FF;
        border-radius: 10rem;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .radio-toolbar label:hover {
            background-color: rgb(59, 59, 59);
        }

        .radio-toolbar label:hover {
            background-color: #4961FF;
            color: #fff;
        }

    .radio-toolbar input[type="radio"]:focus + label {
        /*  border: 2px dashed #4961FF;*/
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background-color: #4961FF;
        border-color: #4961FF;
        color: #fff !important;
    }


.wizard > .steps > ul > li.current .number {
    font-size: 0;
    border-color: #4961FF;
    color: #000;
}

.wizard > .steps > ul > li.done .number {
    font-size: 0;
    background-color: #4961FF;
    border-color: #4961FF;
    color: #fff;
}

.wizard > .steps > ul > li:after, .wizard > .steps > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 2.375rem;
    width: 50%;
    height: 2px;
    background-color: #4961FF;
    z-index: 9;
}

.radio-toolbar label i, .b-half i {
    margin-right: 10px;
}

.container-fluid {
    padding-left: 0rem;
}
/*Scrollbar*/
/* width */
.b-half-content::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.b-half-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.b-half-content::-webkit-scrollbar-thumb {
    background: #c3c3c3;
}

    /* Handle on hover */
    .b-half-content::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*Buttons*/
.login-btn {
    padding: 10px 16px;
    border: 1px solid #2196f3;
    /* border-radius: 40px; */
    min-width: 120px;
}

.login-btn-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1.15rem;
}

.input-group-prepend {
    margin-right: 1.25rem;
}

.btn-icon > i {
    margin-right: 0;
}
/*Card Border*/
.card {
    border: 1px solid rgb(33 150 243);
}
/*Card Border End*/
/*Button Color*/
.btn-primary {
    background-color: #4961FF;
    border-color: #4961FF;
    color: #fff !important;
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #4961ff;
        border-color: #4961ff;
    }
/*Button Color End*/
