@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

.w3-container, .w3-panel {
    padding: 0.01em 16px;
}
.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both;
}
.w3-border-red, .w3-hover-border-red:hover {
    border-color: #f44336!important;
}
.w3-padding {
    padding: 8px 16px!important;
    width: 22% !important;
}
.w3-bottombar {
    border-bottom: 6px solid #ccc!important;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}
.input_div {
    margin-top: 22px;
    display: flex;
    gap: 20px;
    width: 100%;
}

.w3-border-red,.w3-hover-border-red:hover{
    border-color:#f44336!important
}
.w3-quarter{
    float:left;
    width:100%
}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{
    color:#000!important;
    background-color:#f1f1f1!important
}
.w3-padding-small{
    padding:4px 8px!important
}
.w3-padding{
    padding:8px 16px!important
}
.w3-padding-large{
    padding:12px 24px!important
}
.w3-padding-16{
    padding-top:16px!important;
    padding-bottom:16px!important
}
.w3-padding-24{
    padding-top:24px!important;
    padding-bottom:24px!important
}
.w3-padding-32{
    padding-top:32px!important;
    padding-bottom:32px!important
}
.w3-padding-48{
    padding-top:48px!important;
    padding-bottom:48px!important
}
.w3-padding-64{
    padding-top:64px!important;
    padding-bottom:64px!important
}
.w3-padding-top-64{
    padding-top:64px!important
}
.w3-padding-top-48{
    padding-top:48px!important
}
.w3-padding-top-32{
    padding-top:32px!important
}
.w3-padding-top-24{
    padding-top:24px!important
}

.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{
    content:"";
    display:table;
    clear:both
}
.w3-container{
    padding:0.01em 16px
}
/*  second */
/* GENERAL */
p {
    margin-bottom: 24px;
    line-height: 1.9;
}

/* TITLE */
#title-container {
    min-height: 460px;
    height: 100%;
    color: #fff;
    background-color: var(--bs-primary);
    text-align: center;
    padding: 105px 28px 28px 28px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}
#title-container h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    padding: 0;
    margin-bottom: 0px;
}
#title-container h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 0;
}
#title-container p {
    font-size: 13px;
    padding: 0 25px;
    line-height: 20px;
}
.bic-image {
    width: 214px;
    margin-bottom: 15px;
}

/* FORMS */
#qbox-container {
    background-color: var(--bs-bw2-color);
    position: relative;
    padding: 40px;
    min-height: 630px;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}
#steps-container {
    margin: auto;
    width: 100%;
    min-height: 420px;
    /* display: flex;
    vertical-align: middle;
    align-items: center; */
}
.step {
    display: none;
}
.step h4 {
    margin: 0 0 26px 0;
    padding: 0;
    position: relative;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.6;
}
button#prev-btn, button#next-btn, button#submit-btn,button#preview-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    width: 130px;
    height: 50px;
    background: var(--bs-primary);
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
button#prev-btn:after, button#next-btn:after, button#submit-btn:after,button#preview-btn:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cc0616;
    content: "";
    z-index: -2;
    transition: transform .3s;
}
button#prev-btn:hover::after, button#next-btn:hover::after, button#submit-btn:hover::after,button#preview-btn:hover::after {
    transform: translateY(-80%);
    transition: transform .3s;
}
.progress {
    border-radius: 0px !important;
}
.q__question {
    position: relative;
}
.q__question:not(:last-child) {
    margin-bottom: 10px;
}
.question__input {
    position: absolute;
    left: -9999px;
}
.question__label {
    position: relative;
    display: block;
    line-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 20px 5px 50px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.question__label:hover {
    border-color: var(--bs-primary);
}
.question__label:before, .question__label:after {
    position: absolute;
    content: "";
}
.question__label:before {
    top: 12px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ced4da;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.question__input:checked+.question__label:before {
    background-color: var(--bs-primary);
    box-shadow: 0 0 0 0;
}
.question__input:checked+.question__label:after {
    top: 22px;
    left: 18px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.form-check-input:checked, .form-check-input:focus {
    background-color: var(--bs-primary) !important;
    outline: none !important;
    border: none !important;
}
input:focus {
    outline: none;
}
#input-container {
    display: inline-block;
    box-shadow: none !important;
    margin-top: 36px !important;
}
label.form-check-label.radio-lb {
    margin-right: 15px;
}
#q-box__buttons {
    text-align: right;
}
input[type="text"], input[type="email"] {
    padding: 8px 14px;
}
input[type="text"]:focus, input[type="email"]:focus {
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.form-check-input:checked[type=radio], .form-check-input:checked[type=radio]:hover, .form-check-input:checked[type=radio]:focus, .form-check-input:checked[type=radio]:active {
    border: none !important;
    -webkit-outline: 0px !important;
    box-shadow: none !important;
}
.form-check-input:focus, input[type="radio"]:hover {
    box-shadow: none;
    cursor: pointer !important;
}
#success {
    display: none;
}
#success h4 {
    color: var(--bs-primary);
}
.back-link {
    font-weight: 700;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 18px;
}
.back-link:hover {
    color: #82000a;
}

/* PRELOADER */
#preloader-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
#preloader {
    background-image: url('../img/preloader.png');
    width: 120px;
    height: 119px;
    border-top-color: #fff;
    border-radius: 100%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#preloader-wrapper .preloader-section {
    width: 51%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #F7F9FF;
    z-index: 1000;
}
#preloader-wrapper .preloader-section.section-left {
    left: 0
}
#preloader-wrapper .preloader-section.section-right {
    right: 0;
}
.loaded #preloader-wrapper .preloader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #preloader-wrapper .preloader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.loaded #preloader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

/* MEDIA QUERIES */
@media (min-width: 990px) and (max-width: 1199px) {
    #title-container {
        padding: 80px 28px 28px 28px;
    }
    #steps-container {
        width: 85%;
    }
}
@media (max-width: 991px) {
    #title-container {
        padding: 30px;
        min-height: inherit;
    }
}
@media (max-width: 767px) {
    #qbox-container {
        padding: 30px;
    }
    #steps-container {
        width: 100%;
        min-height: 400px;
    }
    #title-container {
        padding-top: 50px;
    }
}
@media (max-width: 560px) {
    #qbox-container {
        padding: 40px;
    }
    #title-container {
        padding-top: 45px;
    }
}




[dir=rtl] .floating-label > input + label,
[dir=rtl] .floating-label > textarea + label {
    right: 0;
    left: auto !important;
}
[dir=rtl] .floating-label > input:not([placeholder]):not([value]) + label,
[dir=rtl] .floating-label > textarea:not([placeholder]):empty + label, [dir=rtl] .floating-label > input[placeholder]:not(:placeholder-shown) + label,
[dir=rtl] .floating-label > textarea[placeholder]:not(:placeholder-shown) + label, [dir=rtl] .floating-label > input:-webkit-autofill + label,
[dir=rtl] .floating-label > textarea:-webkit-autofill + label, [dir=rtl] .floating-label > input:focus + label,
[dir=rtl] .floating-label > textarea:focus + label, [dir=rtl] .floating-label > select + label {
    right: 0.5rem;
    left: auto !important;
}

.floating-label {
    position: relative;
}
.floating-label > select + label {
    position: absolute;
    z-index: 3;
    max-width: calc(100% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    line-height: 1.25;
    color: inherit;
    background-color: var(--bs-bw-color);
    border-radius: 0.375rem;
}
.floating-label > select + label,
.floating-label > select + label.label-sm {
    top: -0.65625rem;
    font-size: 0.875rem;
}
.floating-label > select + label.label-md {
    top: -0.75rem;
    font-size: 1rem;
}
.floating-label > select + label.label-lg {
    top: -0.9375rem;
    font-size: 1.25rem;
}
.floating-label > input + label,
.floating-label > textarea + label {
    position: absolute;
    z-index: 3;
    max-width: calc(100% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 1px;
    left: 1px;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    color: #6c757d;
    pointer-events: none;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > input.form-control-sm + label,
.floating-label > textarea.form-control-sm + label {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.floating-label > input.form-control-lg + label,
.floating-label > textarea.form-control-lg + label {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.floating-label > input::placeholder,
.floating-label > textarea::placeholder {
    color: transparent;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > label + input::placeholder,
.floating-label > label + textarea::placeholder {
    color: #6c757d;
}
.floating-label > input:focus::placeholder,
.floating-label > textarea:focus::placeholder {
    color: #6c757d;
}
.floating-label > input:focus + label,
.floating-label > textarea:focus + label {
    position: absolute;
    z-index: 3;
    max-width: calc(100% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    line-height: 1.25;
    color: inherit;
    background-color: var(--bs-bw-color);
    border-radius: 0.375rem;
}
.floating-label > input:focus + label,
.floating-label > input:focus + label.label-sm,
.floating-label > textarea:focus + label,
.floating-label > textarea:focus + label.label-sm {
    top: -0.65625rem;
    font-size: 0.875rem;
}
.floating-label > input:focus + label.label-md,
.floating-label > textarea:focus + label.label-md {
    top: -0.75rem;
    font-size: 1rem;
}
.floating-label > input:focus + label.label-lg,
.floating-label > textarea:focus + label.label-lg {
    top: -0.9375rem;
    font-size: 1.25rem;
}

.floating-label > input:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label {
    position: absolute;
    z-index: 3;
    max-width: calc(100% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    line-height: 1.25;
    color: inherit;
    background-color: var(--bs-bw-color);
    border-radius: 0.375rem;
}
.floating-label > input:-webkit-autofill + label,
.floating-label > input:-webkit-autofill + label.label-sm,
.floating-label > textarea:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label.label-sm {
    top: -0.65625rem;
    font-size: 0.875rem;
}
.floating-label > input:-webkit-autofill + label.label-md,
.floating-label > textarea:-webkit-autofill + label.label-md {
    top: -0.75rem;
    font-size: 1rem;
}
.floating-label > input:-webkit-autofill + label.label-lg,
.floating-label > textarea:-webkit-autofill + label.label-lg {
    top: -0.9375rem;
    font-size: 1.25rem;
}

.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label {
    position: absolute;
    z-index: 3;
    max-width: calc(100% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    line-height: 1.25;
    color: inherit;
    background-color: var(--bs-bw-color);
    border-radius: 0.375rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-sm {
    top: -0.65625rem;
    font-size: 0.875rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-md {
    top: -0.75rem;
    font-size: 1rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-lg {
    top: -0.9375rem;
    font-size: 1.25rem;
}
.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > textarea:not([placeholder]):empty + label {
    position: absolute;
    z-index: 3;
    max-width: calc(100% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0.5rem;
    padding: 0 0.3rem;
    line-height: 1.25;
    color: inherit;
    background-color: var(--bs-bw-color);
    border-radius: 0.375rem;
}
.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > input:not([placeholder]):not([value]) + label.label-sm,
.floating-label > textarea:not([placeholder]):empty + label,
.floating-label > textarea:not([placeholder]):empty + label.label-sm {
    top: -0.65625rem;
    font-size: 0.875rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-md,
.floating-label > textarea:not([placeholder]):empty + label.label-md {
    top: -0.75rem;
    font-size: 1rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-lg,
.floating-label > textarea:not([placeholder]):empty + label.label-lg {
    top: -0.9375rem;
    font-size: 1.25rem;
}

.input-group > .floating-label {
    flex: 1;
}
.input-group > .floating-label > .form-control,
.input-group > .floating-label > .form-select {
    position: relative;
}
.input-group > .floating-label > .form-control:focus,
.input-group > .floating-label > .form-select:focus {
    z-index: 3;
}
.input-group > .floating-label:not(:first-child) > .form-control,
.input-group > .floating-label:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .floating-label:not(:last-child) > .form-control,
.input-group > .floating-label:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.col img {
    /* height: 100px; */
    /* width: 100%; */
    cursor: pointer;
    transition: transform 1s;
    object-fit: cover;
}

.col label {
    overflow: hidden;
    position: relative;
}

.imgbgchk:checked+label>.tick_container {
    opacity: 1;
}

/*         aNIMATION */
.imgbgchk:checked+label>img {
    transform: scale(1.25);
    opacity: 0.3;
}

.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}

.tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 6px 6px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}
/* third */
* {
    padding: 0;
    margin: 0
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}

.container2 {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 250px;
}

.container3 {
    /* min-height: 250px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.container4 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    padding:50px 0 0 0;
}
.card {
    height: 600px;
    width: 800px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
    margin:25px 0 50px 0;
}
.container2 .header-card {
    height: 250px;
    width: 800px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-family: 'Lato', sans-serif;
    border-radius: 10px
}
.container3 .footer-card {
    width: 800px;
    position: relative;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
    padding-top:30px;
}

.card .form {
    width: 100%;
    height: 100%;
    display: flex
}

.card .left-side {
    width: 40%;
    background-color: #e20613;
    height: 100%;
    /* background-image: url("images/image10.png");*/
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000
}

.progres_bar {
    counter-reset: progress 0
}

.progres_bar li {
    list-style: none;
    counter-increment: progress 1;
    position: relative;
    margin-bottom: 70px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px
}

.progres_bar li::before {
    position: absolute;
    content: counter(progress);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #000;
    z-index: 5;
    border: 2px solid #d0d0d0;
    background-color: #d0d0d0;
    left: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    top: -8px;
    cursor: pointer;
    transition: all 0.5s
}

.progres_bar li::after {
    position: absolute;
    content: '';
    height: 90px;
    width: 4px;
    background-color: #d0d0d0;
    left: -25px;
    top: -70px
}

.progres_bar li:nth-child(1)::after {
    display: none
}

.progres_bar li.active::after {
    background-color: #fff !important
}

.progres_bar li.active {
    color: #fff !important
}

.progres_bar li:nth-child(1) {
    color: #fff
}

.progres_bar li:nth-child(1)::before {
    background-color: #fff;
    color: #000 !important
}

.progres_bar li.active::before {
    background-color: #fff !important;
    color: #000 !important
}

.card .right-side {
    width: 60%;
    background-color: #fff;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    padding: 20px
}

.main {
    display: none
}

.active {
    display: block !important
}

.manage {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.manage p {
    font-size: 14px;
    margin-top: 0px
}

.input_div {
    margin-top: 22px;
    display: flex;
    gap: 20px;
    width: 100%
}
.input_div1 {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    width: 100%
}
.input_div_banner {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    width: 100%
}

/*
.input_div textarea {
    height: 70px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px;
    resize: none;
    box-sizing: border-box;
    transition: all 0.5s
}
*/

.input_text {
    position: relative;
    width: 100%
}
/*input[type="text"]{
    height: 35px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.5s
}
input[type="email"]{
    height: 35px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.5s
}
input[type="tel"]{
    height: 35px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.5s
}
input[type="file"] {
    height: 40px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 7px;
    box-sizing: border-box;
    transition: all 0.5s
}
input[type="password"] {
    height: 35px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
    padding-right: 30px
}

.input_text select {
    height: 35px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    color: black;
    background-color:#fff;
}
.input_text select[required]:invalid ~ label {
    top: 6px!important;
    color:#b1b1b1!important;
    left:5px!important;
    font-weight:normal!important;
}
.input_text select option {
    line-height: 30px !important;
}
.input_text select[required]:valid ~ label {
    top: -20px!important;
    left: 0;
    color: #e20613;
    font-weight: 700
}

.input_text file {
    height: 40px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    color: #b1b1b1;
}

.input_text select option:nth-child(1) {
    display:none;

}

input[type="number"] {
    height: 40px;
    width: 100%;
    outline: 0;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.5s
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}
*/
.shown_name {
    color: #e20613 !important
}

.fa-eye-slash {
    position: absolute;
    top: 14px;
    right: 7px;
    cursor: pointer;
    transition: all 0.5s;
    color: #b1b1b1
}

.fa-eye {
    position: absolute;
    top: 14px;
    right: 7px;
    cursor: pointer;
    transition: all 0.5s;
    color: #b1b1b1
}

.fa-eye {
    position: absolute;
    top: 14px;
    right: 7px;
    cursor: pointer;
    transition: all 0.5s;
    color: #b1b1b1
}

.input_text label {
    pointer-events: none;
    position: absolute;
    top: 6px;
    left: 5px;
    font-size: 14px;
    color: #b1b1b1;
    transition: all 0.5s
}

.input_text input:focus  {
    border: 1px solid #000 !important
}
.input_text textarea:focus  {
    border: 1px solid #000 !important
}
.input_text select:focus  {
    border: 1px solid #000 !important;
}

.input_text input:focus+label,
.input_text input:valid+label {
    top: -20px;
    left: 0;
    color: #e20613;
    font-weight: 700
}

.input_text select:focus+label {
    top: -20px!important;
    left: 0;
    color: #e20613;
    font-weight: 700
}
.input_text textarea:focus+label,
.input_text textarea:valid+label {
    top: -20px;
    left: 0;
    color: #e20613;
    font-weight: 700
}

.agree {
    margin-top: 30px;
    display: flex;
    gap: 5px;
    width: 100% !important;
    align-items: center
}

.agree span {
    height: 20px;
    width: 20px !important;
    border-radius: 3px;
    border: 1px solid #b1b1b1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    text-align: center
}

.agree span i {
    width: 100%;
    margin-top: 1px;
    color: #fff
}

.agree p {
    font-size: 14px
}

.agree p a {
    text-decoration: none
}

.agree_green {
    background-color: #e20613 !important;
}

.agree_submit {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    /* width: 100% !important; */
    position: absolute !important;
    bottom: 40px !important;
    left:0;
    padding:30px;
}
.note{
    margin-top:20px;
    text-align:center;
    padding:2px;
    border:1px solid #e20613;
}
.agree_submit span {
    height: 18px;
    width: 20px !important;
    border-radius: 3px;
    border: 2px solid #b1b1b1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s
}

.agree_submit span i {
    width: 100%;
    margin-top: 1px;
    color: #fff
}

.agree_submit p {
    font-size: 14px
}

.agree_submit_green {
    background-color: #e20613 !important
}

.button {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    position: absolute;
    right:    20px;
    bottom:   10px;
    width:50%;
}

.button button {
    height: 45px;
    width: 30%;
    border-radius: 5px;
    outline: 0;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    color: #fff;
    font-size: 13px;
    background-color: #e20613;

}

.button button:hover {
    background-color: #e20613 !important

}

.step_1 {
    /* margin-top: 60px*/


}

.step_2 {
    gap: 10px;

}


.m_top {
    /*  margin-top: 64px*/
}

.step_3 {
    gap: 10px;
    /*  margin-top: 112px*/
}

.step_4 {
    gap: 10px;
    /*  margin-top: 117px*/
}
.step_5 {
    /* margin-top: 117px*/
}
.h4_txt {
    text-align: center
}


.checkmark__grn_stroke{
    stroke: #7ac142;
}
.checkmark__red_stroke{
    stroke: #e20613;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark__animred{
    animation: fillred .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark__animgrn{
    animation: fillgrn .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}


/*  radio */
/* The container */
.rdo-container {
    display: block;
    position: relative;
    padding-left: 35px;
    /*  margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/* Hide the browser's default radio button */
.rdo-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.cmradio{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rdo-container:hover input ~ .cmradio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rdo-container input:checked ~ .cmradio {
    background-color: #e20613;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cmradio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
input:checked ~ .cmradio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rdo-container .cmradio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* end radio */
@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fillgrn {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}
@keyframes fillred {
    100% {
        box-shadow: inset 0px 0px 0px 30px #e20613
    }
}

.warning {
    border: 1px solid red !important
}

@media (max-width:750px) {
    .card {
        max-width: 350px;
        height: auto;
        margin: 50px 0
    }

    .card .right-side {
        width: 100%;
        border-radius: 10px
    }

    .card .left-side {
        display: none

    }


    .input_div {
        display: block
    }

    .input_text {
        margin-top: 40px
    }
    .button{
        position:relative;
        width:unset;
        right:0;
    }
    .agree_submit{
        position:unset!important;
        width:100%!important;
    }

}
.footer{
    background-color:#e20613;
    width:100%;
}
/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;

}

/* Left and right column */
.column.side {
    width: 25%;

}

/* Middle column */
.column.middle {
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row{
    vertical-align:middle;

}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column.side, .column.middle {
        width: 100%;
    }
    .hdr-right img{
        display:none;
    }
    .hdr-left img{
        margin-left: 25%;
    }
    .input_div1{
        margin-top:0
    }
}

.hdr-left{
    width:50%;
    float:left;
}
.hdr-right{
    float:right;
}
.input_text select option:nth-child(2) {
    margin-top:20px !important;
}
