@font-face {
    font-family: courgette;
    src: url(../webfonts/courgette_regular.ttf);
}

@font-face {
    font-family: cairo;
    src: url(../webfonts/cairo-light.ttf);
}

::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0;
    font-family: sans-serif;
    background-image: url(../images/new/singupbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1b1b1b !important;
    font-weight: 500;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1b1b1b !important;
    font-weight: 500;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1b1b1b !important;
    font-weight: 500;
}


/* atik new 21-01-2022 new page register */

.aqrow {
    height: 100vh;
    background-image: url(../images/new/Rqbg.png);
    background-size: cover;
    /* background-position: center; */
}

.aqrow .title {
    font-size: 26px;
    font-family: Courgette;
    color: #ff1577;
    margin-bottom: 13px;
}

.aqrow .dec {
    font-size: 18px;
    font-family: cairo;
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
}

.aqrow .bton {
    background: #01E675;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    padding: 7px 15px 10px 15px;
    width: fit-content;
}

.aqrow .bton2 {
    background: #db3949;
}

.aqrow a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.aqrow img {
    margin-left: 10px;
}

.aqrow img.laqrow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    /* height: 100%; */
}

@media (max-width: 768px) {
    .aqrow {
        height: 100%;
        padding: 150px 0;
    }
    .aqrow img.laqrow {
        transform: rotate(90deg);
        top: 181px;
        bottom: unset;
    }
}

@media (max-width: 377px) {
    .aqrow img.laqrow {
        transform: rotate(90deg);
        top: 215px;
        width: 8px;
    }
}

.regnormal {
    height: 100%;
    padding: 4.66% 0;
}

@media (max-width: 768px) {
    .regnormal {
        /* height: 100%; */
    }
}


/*  */

body.freeze {
    pointer-events: none;
}

.rlogn h1 {
    font-family: Courgette;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.rlogn #sub-heading {
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    /* line-height: 22px; */
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section {
    /* max-width: 500px; */
    padding: 30px 15px;
    /* margin: 10vh auto 0 auto; */
    margin: 5.5vh auto 0 auto;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(45px);
    border-radius: 20px;
}

.box-form {
    padding: 0px 0 30px 0px;
}

.btn-default {
    margin: 0 15px;
}


/* 
.section:before {
    content: "";
    width: 100%;
    background: #0ce479;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
} */

.rlogn .form-instructions {
    text-align: center;
}

.rlogn form {
    margin: 2rem auto;
    /* width: 100%; */
    /* max-width: 330px; */
    will-change: transform;
    margin-bottom: 0;
}

.rlogn .fieldgroup {
    margin: 1.5rem 0;
    position: relative;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #555555 !important;
    font-weight: 500;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555555 !important;
    font-weight: 500;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555555 !important;
    font-weight: 500;
}

.form-control {
    width: 100%;
    /* padding: 5px 10px; */
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    /* font-family: cairo; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    /* border: none; */
    border: 1px solid #d5dae2;
    padding: 0.375rem 0.75rem;
    /* margin: auto 15; */
    min-height: 45px;
    font-size: 14px;
    /* line-height: 15; */
    font-weight: normal;
}

.form-control:focus {
    color: #000000;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #d5dae2 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

select:focus {
    color: #000000;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    border: 1px solid #d5dae2 !important;
    background-repeat: no-repeat;
    outline: 0 !important;
    box-shadow: unset !important;
}

input:focus {
    color: #000000;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #d5dae2 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

select {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: right 6px center !important;
    z-index: 1;
    cursor: pointer;
    position: relative;
    padding: 8px 24px;
    border: 1px solid #d5dae2;
}

.form-check-input {
    width: 18px;
    height: 18px;
}


/* 
.rlogn input:focus {
    outline: none;
}

.rlogn input:valid {
    border-color: #444;
} */


/* 
.rlogn input:focus+label,
.rlogn input.hasInput+label {
    top: -0.8rem;
    font-size: 0.7rem;
} */


/* 
.rlogn .btn {
    color: #fff;
    background-color: #0bcc6c;
    padding: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    border-radius: 5px;
    border: 2px solid transparent;
    min-width: 45px !important;
} */


/* 
.rlogn .btn:hover,
.rlogn .btn.hover {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}

.rlogn .btn:active,
.rlogn .btn.active {
    color: #fff;
    background-color: #066b39;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
    outline: 2px solid #0bcc6c;
}

.rlogn .btn:focus,
.rlogn .btn.focus {
    color: #fff;
    outline: 2px solid #0bcc6c;
    outline-offset: 2px;
}

.rlogn .btn:active:focus,
.rlogn .btn.active.focus {
    outline: 4px solid #0bcc6c;
}

.rlogn .btn.hover,
.rlogn .btn.active {
    outline: none;
} */

.rlogn .btn-alt {
    background-color: transparent;
    color: #0bcc6c;
    border: 2px solid #0bcc6c;
}

.rlogn .btn-alt:hover,
.rlogn .btn-alt.hover {
    background-color: transparent;
    color: #010a06;
    border-color: #010a06;
    text-shadow: none;
}

.rlogn .btn-alt:focus,
.rlogn .btn-alt.focus {
    color: #066b39;
}

.rlogn .btn-alt:active,
.rlogn .btn-alt.active {
    color: #fff;
    background-color: #0bcc6c;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
}

.rlogn .btn-alt.hover,
.rlogn .btn-alt.active {
    outline: none;
}

.rlogn .buttons,
.rlogn .button {
    display: flex;
}

.rlogn .button .btn {
    align-items: center;
}

.rlogn .buttons .btn {
    margin-right: 15px;
}

.rlogn form .btn {
    display: inline-block;
    width: fit-content;
        white-space: nowrap;
}

[data-step="4"] button.btn {
    display: block;
    margin: 0 auto;
}

.rlogn .form-progress {
    position: relative;
    display: block;
    margin: 1.5rem 4.5rem;
    /* width: 100%;
    max-width: 400px; */
}

.rlogn progress {
    display: block;
    position: relative;
    top: 12px;
    left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F94B4B;
    width: 100%;
    height: 6px;
    background: none;
    transition: 1s;
    will-change: contents;
}

.rlogn progress::-webkit-progress-bar {
    background-color: #fff;
}

.rlogn progress::-webkit-progress-value {
    background-color: #F94B4B;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.rlogn .form-progress-indicator {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: white;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.3s;
    will-change: transform;
}

.rlogn .form-progress-indicator:hover {
    cursor: pointer;
}

.rlogn .form-progress-indicator.one {
    /* left: 0; */
    left: -3%;
}

.rlogn .form-progress-indicator.two {
    /* left: 33%; */
    left: 30%;
}

.rlogn .form-progress-indicator.three {
    /* left: 66%; */
    left: 65%;
}

.rlogn .form-progress-indicator.four {
    left: 97%;
}

.rlogn .form-progress-indicator.active {
    -webkit-animation: bounce 0.5s forwards;
    animation: bounce 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border-color: #F94B4B;
    background-color: #F94B4B;
}

.rlogn .animation-container {
    position: relative;
    /* width: 100%; */
    transition: 0.3s;
    will-change: padding;
    overflow: scroll;
    /* margin: 40px 50px 10px 50px; */
    margin: 40px 40px 10px 37px;
}

.rlogn .form-step {
    position: absolute;
    width: 100%;
    transition: 1s ease-in-out;
    transition-timing-function: ease-in-out;
    will-change: transform, opacity;
}

.rlogn .form-step.leaving {
    -webkit-animation: left-and-out 0.5s forwards;
    animation: left-and-out 0.5s forwards;
}

.rlogn .form-step.previous-leaving {
    -webkit-animation: right-and-out 0.5s backwards;
    animation: right-and-out 0.5s backwards;
}

.rlogn .form-step.waiting {
    transform: translateX(400px);
}

.rlogn .form-step.waiting-previous {
    transform: translateX(-400px);
}

.rlogn .form-step.coming {
    -webkit-animation: right-and-in 0.5s forwards;
    animation: right-and-in 0.5s forwards;
}

.rlogn .form-step.previous {
    -webkit-animation: left-and-in 0.5s forwards;
    animation: left-and-in 0.5s forwards;
}

@-webkit-keyframes left-and-out {
    100% {
        opacity: 0;
        transform: translateX(-400px);
    }
}

@keyframes left-and-out {
    100% {
        opacity: 0;
        transform: translateX(-400px);
    }
}

@-webkit-keyframes right-and-in {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes right-and-in {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce {
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rlogn .hiddenn {
    display: none;
}

.rlogn .btn-default {
    /* margin-top: 31px; */
}

.rlogn .btn-default a,
.rlogn .btn-default button {
    font-size: 17px;
    font-family: sans-serif;
    text-decoration: none;
    font-weight: 500;
    color: #fff !important;
}

.rlogn .btn-default a.cta,
.rlogn .btn-default button.cta {
    position: relative;
    margin: 0;
    margin-right: 13px;
    padding: 11px 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.rlogn .btn-default a.cta2,
.rlogn .btn-default button.cta2 {
    padding: 10px 0px;
}

.rlogn .btn-default a.cta:hover::before,
.rlogn .btn-default button.cta:hover::before {
    /* width: 108%;
    background: rgb(68, 181, 100); */
    width: 120%;
    background: #ed547a;
    color: #fff !important;
    border: 4px solid #fff;
}

.rlogn .btn-default a.cta2:hover::before,
.rlogn .btn-default button.cta2:hover::before {
    width: 120%;
    background: #ed547a;
    left: -10px;
    color: #fff !important;
    border: 4px solid #fff;
}

.rlogn .btn-default a.cta:hover svg,
.rlogn .btn-default button.cta:hover svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    stroke: #fff;
}

.rlogn .btn-default a.cta:hover span,
.rlogn .btn-default button.cta:hover span {
    color: #fcfaff !important;
}

.rlogn .btn-default a.cta::before,
.rlogn .btn-default button.cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    display: block;
    border-radius: 42px;
    background: rgba(255, 73, 82, 0);
    border: 3px solid #fff;
    border-right: 1px solid transparent;
    border-width: 4px 4px 4px 4px;
    width: 45px;
    height: 45px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rlogn .btn-default a.cta2::before,
.rlogn .btn-default button.cta2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 136px;
    transform: rotate(180deg);
    display: block;
    border-radius: 42px;
    background: rgba(255, 73, 82, 0);
    border: 3px solid #fff;
    border-right: 1px solid transparent;
    border-width: 4px 4px 4px 4px;
    width: 45px;
    height: 45px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rlogn .btn-default a.cta span,
.rlogn .btn-default button.cta span {
    position: relative;
    font-family: Inter-Medium;
    line-height: 0.56;
    vertical-align: middle;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.rlogn .btn-default a.cta svg,
.rlogn .btn-default button.cta svg {
    position: relative;
    top: -1px;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rlogn .btn-default a.cta2 svg,
.rlogn .btn-default button.cta2 svg {
    position: relative;
    top: -1px;
    margin-right: 7px;
    margin-left: 0.1px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rlogn .btn-default a.cta:active,
.rlogn .btn-default button.cta:active {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.rlogn .title-number-c {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 10px;
}

.rlogn .w-90 {
    width: 75%;
}
#verify_btn,
.rlogn .otpsend {
    background: #FF3333;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    height: 45px;
}

.rlogn .otpsend:hover {
    background: #ff3333dc;
    box-shadow: unset;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.rlogn .form-check-label {
    font-size: 17px;
    color: #333333;
}

.rlogn .numuadd {
    font-size: 15px;
    color: #333333;
}

.rlogn .numuadd a {
    margin-left: 10px;
    font-weight: 500;
    font-size: 17px;
    color: #F94B4B;
}

.rlogn .numuadd a:hover {
    color: #ff3333dc;
}

.rlogn .sasd3ss {
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
    color: #333333;
}

.rlogn .sasd3ss a {
    color: #F94B4B;
}

.rlogn .sasd3ss a:hover {
    color: #ff3333dc;
}


/* .rlogn input[type="radio"]:checked {
    accent-color: yellow;
} */

input[name="is_whatsapp"] {
    accent-color: #F94B4B;
}

INPUT[type=checkbox] {
    background-color: #fff;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 5px;
}

input[type=checkbox]:checked {
    background-color: #F94B4B;
    background: #F94B4B url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 2px no-repeat;
}

.rlogn .proimg img {
 width: 121px;
    height: 121px;
    border-radius: 100%;
    object-fit: cover;
}

.rlogn .proimg .anjafjkbf {
    font-weight: 600;
    font-size: 18px;   
    margin-top: 15px;

}

.rlogn .otherpicup img {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    object-fit: cover;
}

.col-12.mb-3,
.col-md-4.mb-3,
.col-md-6.mb-3 {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1536.98px) {
    .regnormal {
        height: 100vh;
        background-image: url(../images/new/singupbg.png);
        background-size: cover;
        background-position: center;
        padding: unset;
    }
}

@media (max-width: 1200.98px) {
    .rlogn .w-90 {
        width: 66%;
    }
}

@media (max-width: 991.98px) {
    .rlogn .w-90 {
        width: 75%;
    }
    .rlogn .animation-container {
        margin: 40px 20px 10px 20px;
    }
    input[type=checkbox]:checked {
        background: #F94B4B url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 1.5px 2.5px no-repeat;
    }
    .regnormal {
        height: 100%;
        padding: 8% 0;
    }
}

@media (max-width: 768.98px) {
    INPUT[type=checkbox] {
        width: 19px;
        height: 16px;
    }
    .rlogn .form-progress {
        position: relative;
        display: block;
        margin: 1.5rem 2.5rem;
    }
    .regnormal {
        height: 100%;
        padding: 9% 0;
    }
}

@media (max-width: 580px) {
    .regnormal {
        height: 100%;
        padding: 12% 0;
    }
}

@media (max-width: 523px) {
    .rlogn .w-90 {
        width: 70%;
    }
}

@media (max-width: 469px) {
    .rlogn .w-90 {
        width: 65%;
    }
    INPUT[type=checkbox] {
        width: 27px;
        height: 15px;
    }
    .regnormal {
        height: 100%;
        padding: 18% 0;
    }
}

@media (max-width: 391px) {
    .rlogn .w-90 {
        width: 60%;
    }
    INPUT[type=checkbox] {
        width: 27px;
        height: 15px;
    }
    .rlogn .otpsend {
        font-size: 15px;
    }
}

@media (max-width: 539px) {
    .mycolsje {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .btn-default .mycolsje:nth-child(2) {
        margin-top: 15px;
    }
}

@media (max-width: 353px) {
    .rlogn .w-90 {
        width: 53%;
    }
    INPUT[type=checkbox] {
        width: 35px;
        height: 15px;
    }
}




input.error{
    border: 1px solid #ff0000;
}

select.error{
    border: 1px solid #ff0000;
}
label.error{
        font-size: 14px;
    color: #ff0000;
    line-height: 0;
    margin-bottom: 0;
}

#mobile-msg,
#email-msg{
       font-size: 15px;
    color: #ff0000;
    line-height: 0;
    margin-bottom: 0;
}

#verify_msg{
    font-size: 18px;
    color: #000;
    line-height: 0;
    margin: 15px 0;
}
.djfla-rk span{
           color: green !important;
    position: absolute !important;
    top: 146px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}


input[type="date"]::before{
   color: #5d5d5d !important;
   content: attr(placeholder) "  : ";
}
input[type="date"]:focus::before {
   content: "Enter Birth Date* : " !important;
   
}


.gyukgyugy56{
    color:#555555;
    font-size:16px;
    font-weight: 600;
}





input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.rlogn .btn-default .mt2colsje button.cta2::before{
    left:102px;
}

.rlogn .btn-default .mt2colsje button.cta2:hover::before {
      left:-10px;
}




.rlogn .proimg {
    display: flex;
    flex-direction: column;
    align-items: center;
}



button#resend_btn {
    padding-left: 0;
    font-size: 16px;
    color: #ff5668;
    text-decoration: underline;
}



.mobile_edit{
          padding: 0;
    height: 27px;
    font-size: 15px;
    color: #ff3333;
    margin-left: 5px;
    text-decoration: underline;
}


.mobile_edit:hover{
    text-decoration: underline;
    color: #ff3333;
}