
.body{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: flex;
}
.bd {
    width: 50%;
    height: 100%;
    padding: 2% 5%;
}
.bd.lf{
    background: #2D343C;
    box-shadow: -1px 3px 13px rgba(0, 0, 0, 0.23);
    z-index: 9;
}
.bd.rg{
    background: #F9FBFF;
    z-index: 1;
}
.lf-head{
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
}
.lf-title{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    width: 40%;
}
.lf-title span{
    font-weight: 900;
}
.lf-sliders{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#slideWrap{
    position: relative;
    list-style: none;
    height: 100%;
    width: 10000%;
    padding: 0;
    margin: 0;
    transition: all 750ms ease;
    left: 0;
    display: flex;
}
.lf-slider{
    padding: 0;
    position: relative;
    height: 100%;
    float: left;
    width: 1%;
}
.lf-slider .lf-img{
    padding: 10%;
}
.lf-slider .lf-img img{
    max-width: 380px;
    width: 100%;
}
.lf-slider .lf-txt{
    text-align: left;
}
.lf-slider .lf-txt .lf-txt-title{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
}
.lf-slider .lf-txt .lf-txt-txt{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    width: 80%;
}
.lf-foot{
    text-align: left;
}
.lf-points{
    padding: 5% 0;
}
.lf-points img{
    width: 4%;
    margin: 0 5% 0 0;
}
.rg-form{
    position: absolute;
    width: 35%;
    height: 45%;
    background: #FFFFFF;
    box-shadow: 0 3px 14px 4px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    transform: translate(10%, 30%);
}
.rg-title{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #2D343C;
    padding: 4% 10%;
    text-align: left;
}
.form-rg{
    padding: 0;
}
.rg-inputs{
    padding: 0 10%;
    text-align: left;
}
.rg-input{
    transition: .7s;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #2D343C;
    width: 100%;
    padding: 3% 2% 3% 10%;
    -webkit-appearance: none;
}
.rg-input::placeholder{
    transition: .7s;
    color: #969696;
}
.rg-input-mes{
    position: relative;
    left: 2%;
    top: 2.1em;
    width: 5.5%;
}
.rg-btns{
    padding: 5% 10%;
    text-align: center;
}
.rg-btn{
    transition: .7s;
    background: #2D343C;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.09), 0 1px 5px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    width: 100%;
    padding: 2%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 1;
}
.rg-btn:hover{
    transition: .7s;
    opacity: .6;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.spin_icon_infinite {
    -webkit-animation: rotating 2s linear infinite;
}
.rg-or{
    padding: 0 10%;
}
.rg-hr{
    padding: 0 10%;
    width: 100%;
    height: 20px;
    border-top: 2px solid #E3E3E3;
    text-align: center;
}
.rg-hr span{
    background-color: #ffffff;
    padding: 0 10px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #969696;
    position: relative;
    bottom: 85%;
}
.rg-google-btn{
    padding: 0 10%;
}
a.google-btn{
    transition: .7s;
    background: #FFFFFF;
    border: 2px solid #E3E3E3;
    border-radius: 8px;
    width: 100%;
    padding: 2% 28%;
    margin: 1% 0;
    opacity: 1;
}
a.google-btn:hover{
    transition: .7s;
    opacity: .7;
}
.google-btn img{
    width: 5%;
}
.google-btn span{
    transition: .7s;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #344054;
}
.rg-privacy-term{
    position: relative;
    top: 75%;
    z-index: -1;
}
.rg-privacy-term h4{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #969696;
}
.rg-privacy-term h4 a{
    transition: .7s;
    font-weight: 700;
    text-decoration: none;
    color: #2D343C;
}
.rg-privacy-term h4 a:hover{
    transition: .7s;
    color: #969696;
}
.rg-txt{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #969696;
    text-align: left;
    padding: 0 10%;
}
.rg-title.otp{
    padding: 5% 10% 0;
}
.rg-input.otp{
    padding: 3% 2% 3% 5%;
    margin: 4% 0;
}
.rg-form.new-member{
    height: 70%;
    transform: translate(10%, 10%);
}
.rg-input.new-member{
    padding: 3% 2% 3% 5%;
    margin: 1% 0;
}
.rg-input.new-member.phone{
    padding: 3% 2% 3% 10%;
    margin: 1% 0;
}
.rg-plus-one{
    position: relative;
    bottom: 40px;
    left: 3%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.rg-btns.new-member{
    padding: 1% 10%;
}
.rg-title.new-logo{
    padding: 4% 10% 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.rg-input-file{
    display: none;
}
.rg-input-image{
    transition: .7s;
    background: #FFFFFF;
    border: 2px dashed #000000;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 5%;
    text-align: center;
    margin: 1% 0;
    cursor: pointer;
    opacity: 1;
}
.rg-input-image:hover{
    transition: .7s;
    opacity: .7;
}
.rg-input-image img{
    width: 35%;
    padding: 5%;
}
.rg-input-image h4{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.dis-no{
    transition: 0.7s;
    display: none;
}
.otp-email.new-otp {
    padding: 15% 0;
}
.rg-btn.wht-btn,
.rg-btn.nxt-btn{
    margin: 5% 0;
}
.rg-btn.wht-btn{
    background: #ffffff;
    color: #2D343C;
}
.sign_skip_next{
    padding: 5% 0;
}
.pay_ment_lb{
    padding: 5% 0;
}
.pay_type_in{
    margin: 5% 0;
}
.rg-input.new-member.lf{
    margin: 0 0 4%;
}
.new-member-bottom-desc{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 55%;
    line-height: 60%;
    position: relative;
    bottom: 0;
}
#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 14.7px;
    top: 50%;
    transform: translateY(-51%);
    border-radius: 4px;
    font-weight: 600;
    color: #333;
    background-color: #f0f0f0;
}
#breadcrumbs {
    right: 0;
    position: relative;
    left: -40%;
    top: 0;
    transform: none;
    margin-top: 0;
    max-width: 100%;
}
#breadcrumbs.dark {
    transition: 0.5s;
    color: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    background-color: #2D343C;
}
#breadcrumbs ul {
    margin: 0;
    padding: 12px 22px;
    line-height: 23px;
}
#breadcrumbs ul li:first-child {
    margin-left: 0;
}
#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 7px;
}
#breadcrumbs.dark ul li a:hover {
    transition: .5s;
    color: #FFD600;
}
#breadcrumbs.dark ul li.no-a:before {
    border-left: 4px solid rgba(255,255,255,0.3);
}
#breadcrumbs ul li.no-a:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #aaa;
    font-size: 14px;
    margin-right: 12px;
}

.half{
    padding: 0 10%;
    display: flex;
    margin: 5% 0;
}
.country-code-phone{
    width: 25% !important;
    padding: 0 1% 0 0;
}
.country-code-phone .rg-inputs {
    padding: 0!important;
}
.country-code-phone .rg-inputs select{
    padding: 11% 2%!important;
    margin: 2% 0!important;
    cursor: pointer;
}
.number-code-phone{
    width: 75% !important;
    padding: 0 0 0 1%;
}
.number-code-phone .rg-inputs {
    padding: 0!important;
}
.number-code-phone .rg-inputs input{
    padding: 3.5% 5%!important;
    margin: 0.5% 0 1.5%!important;
}
.bor-long-er{
    transition: 0.7s;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #2D343C;
    width: 80%;
    padding: 3% 2%;
    margin: 0 10% 0;
    -webkit-appearance: none;
    display: flex;
}
.g-recaptcha.bor-long-er {
    box-shadow: none
}
.bor-long-er:focus {
    border-color: #969696;
}
.bor-long-er::placeholder{
    transition: .7s;
    color: #969696;
}
.bor-long-er section{
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30%!important;
    text-align: left;
}
.bor-long-er .number-code-phone{
    width: 70%!important;
}
.bor-long-er input{
    border: none;
    width: 100%;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #2D343C;
}
/*New section*/
.custom-select-code .dropdown-code {
    list-style: none;
    padding: 0;
    display: none;
}
.dropdown-code .img-wrapper-code,
.placeholder-code .img-wrapper-code {
    max-width: 30px;
    padding: 0 10% 0 0;
}
.dropdown-code .text-code,
.placeholder-code .text-code,
.dropdown-code .text-code-tv,
.placeholder-code .text-code-tv {
    max-width: 180px;
    padding: 1% 0 1% 20%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #2D343C;
}
.placeholder-code img {
    max-width: 100%;
    width: 22px;
}
.placeholder-code {
    display: flex;
    align-items: center;
    padding: 0 10%;
    cursor: pointer;
    position: relative;
    width: 120px;
}
.placeholder-code::before,
.placeholder-code::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 10px;
    background-color: #aaa;
    position: absolute;
    left: 0;
}
.placeholder-code::before {
    transform: rotate(-45deg);
    left: 38.5%;
}
.placeholder-code::after {
    transform: rotate(45deg);
    left: 34%;
}
.custom-select-code.active .placeholder-code::after {
    left: 38.24%;
}
.custom-select-code.active .placeholder-code::before {
    left: 33.52%;
}
.custom-select-code.active .dropdown-code {
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 6px 1px #ddd;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    min-width: 110px;
    width: 50%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 35vh;
    z-index: 99;
}
.dropdown-code::-webkit-scrollbar {
    width: 5px;
}
.dropdown-code::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.dropdown-code::-webkit-scrollbar-thumb {
    background: #888;
}
.dropdown-code::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.dropdown-code img {
    width: 40px;
}
.dropdown-code li {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10%;
    transition: all 0.3s ease;
    cursor: pointer;
}
.dropdown-code li:not(:last-child) {
    border-bottom: 1px solid #aaa;
}
.dropdown-code li:hover {
    box-shadow: 0 0 11px 1px rgba(182, 182, 182, 0.5) inset;
}
.custom-select-code {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 100px;
}
.wrapper-code {
    align-items: center;
}
.input-label-code {
    position: absolute;
    background-color: #fff;
    top: -6px;
    display: inline-block;
    left: 10px;
    padding: 0 5px;
    color: #aaa;
}
.rg-inputs .pos-rel{
    position: relative;
}
.rg-inputs .pos-rel a{
    color: #2D343C;
}
.rg-inputs .pos-rel i{
    position: absolute;
    right: 2%;
    bottom: 15%;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.rg-input.numbers{
    border-color: #FFFFFF;
    background: #f4f4f4;
    padding: 3% 2%;
    color: #b3bcc7;
    letter-spacing: 2px;
}
.otp-inputs {
    display: flex;
    justify-content: center;
    margin-top: 8%;
}
.otp-digit {
    width: 30%;
    height: 70px;
    text-align: center;
    margin: 0 3%;
    border: 2px solid #f4f4f4;
    background-color: #f4f4f4;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
}
.otp-digit:focus {
    border-color: #ccc7c7;
}
.otp-digit:not(:placeholder-shown) {
    border-color: #2D343C;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
    background: #f4f4f4;
}
.resend-otp-style {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
}
.resend-otp-style a{
    color: #2D343C
}
.rg-btns.otp-s{
    padding: 0 10%;
}
#countdown {
    position: relative;
    margin-top: 4%;
    height: 40px;
    width: 40px;
    text-align: center;
}
#countdown-number {
    color: #2D343C;
    display: inline-block;
    line-height: 40px;
}
svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}
svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #2D343C;
    fill: none;
    animation: countdown 60s linear infinite forwards;
}
@keyframes countdown {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 113px;
    }
}
.phone-num-lab{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #969696;
    position: relative;
    display: flex;
    padding: 0 10%;
}
.phone-num-lab.pd{
    padding: 0;
    padding-top: 5%;
}
.pos-rel.rg-input.numbers {
    border-color: #F4F4F4;
}
.pos-rel.rg-input.numbers input{
    background: transparent;
    border: none;
    outline: none;
    color: #727272;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
}
.pos-rel.rg-input.numbers .phone-num-lab{
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
}
.rg-form.old-member {
    transform: translate(10%, 10%);
    height: 60%;
}
.form-rg#register_form{
    margin: 10% 0 0;
}
.mail-menu .rg-btn {
    padding: 4% 2%;
}