a{
    color: #015DA8;
}
body {
    font-family: 'Poppins', sans-serif;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}
header.lp_header {
    padding: 30px 0;
}
.lp-main-wrap .lp-wrap-inner {
    height: calc(100vh - 245px);
    width: 100%;
    display: table;
}
.lp-wrap-inner .table {
    display: table-cell;
    vertical-align: middle;
}
/* left-content */
.text-wrap {
    padding: 0 !important;
}
.text-wrap h1 {
    font-size: 40px;
    font-weight: 400;
    color: #015DA8;
    line-height: 1.3;
}
.text-wrap h3 {
    color: #4D4942;
    font-size: 32px;
    line-height: 1.5;
    margin: 15px 0 0;
}
/* form */
.step-message .form-content {
    min-height: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.step-message .form-footer {
    min-height: 60px;
    height: 100%;
}
.form-main-wrap {
    max-width: 530px;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 0 auto;
}
.form-title {
    text-align: center;
}
.form-title h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
}
.form-title p {
    color: #015DA8;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}
.form-bottom p {
    margin: 20px 0 0;
    color: #83879c;
    text-align: center;
}
.form-bottom p strong {
    color: #4D4942;
}
.form-box {
    box-shadow: 0px 35px 64px -12px rgb(57 93 148 / 15%);
    border: 1px solid #E2E4E8;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.form-content {
    padding: 32px 40px 30px;
}
.form-step p {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #015DA8;
    padding: 5px 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.form-btn {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 13px 10px;
}
.form-btn.previous img {
    transform: rotate(180deg);
    margin-right: 5px;
}
.form-btn.next {
    margin-left: auto;
}
.form-btn.next img {
    margin-left: 5px;
}
.form-radio {
    background-color: #F2F3F7;
    border-radius: 7px;
    padding: 9px;
    margin: 15px 0 0;
    position: relative;
}
.form-radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}
.form-radio label {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
    padding-left: 28px;
}
.form-radio label::before,
.form-radio label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #e6edf2;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
}
.form-radio label::after {
    border: 6px solid #015da8;
    opacity: 0;
}
.form-radio input[type="radio"]:checked+label::after {
    opacity: 1;
}
.hide {
    display: none;
}
.form-que {
    position: relative;
}
.label1 {
    font-weight: 600;
    color: #ff0000;
    /* position: absolute; */
    bottom: -24px;
    font-size: 12px;
    left: 0;
    margin-top: 5px;
}
.form-input {
    margin: 15px 0 0;
}
.form-input input.form-control {
    background-color: #F2F3F7;
    border: 2px solid #F2F3F7;
    font-size: 16px;
    border-radius: 7px;
    padding: 9px 15px;
    position: relative;
}
.form-input input.form-control::placeholder {
    color: #a5a5a5;
    font-size: 16px;
}
.form-input input.form-control:focus {
    border: 2px solid #015DA8;
    outline: none;
    box-shadow: none;
}
@media screen and (max-width: 1199px) {
    .text-wrap h1 {
        font-size: 34px;
    }
    .form-title h2, .text-wrap h3 {
        font-size: 28px;
    }
    .form-radio label {
        font-size: 16px;
    }
    .form-radio label::before,
    .form-radio label::after {
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width: 991px) {
    .text-wrap {
        text-align: center;
        margin: 35px 0;
        display: none;
    }
    .form-main-wrap {
        margin: 35px auto;
    }
}
@media screen and (max-width: 767px) {
    .text-wrap h1 {
        font-size: 24px;
    }
    .form-bottom p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .form-title h2, .text-wrap h3 {
        font-size: 24px;
    }
    .form-title p {
        font-size: 18px;
    }
    .form-content {
        padding: 25px 20px;
    }
    .form-radio label {
        font-size: 15px;
    }
    .form-footer {
        padding: 5px 12px;
    }
    .form-btn {
        font-size: 16px;
    }
    .form-input input.form-control,
    .form-input input.form-control::placeholder {
        font-size: 14px;
    }
}