
/*---------------------------------------------Css Reset------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    /*font-size: 10px;*/
    font-family: Muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2f1c6a;
}

.signup-page
{
    background-color: #f4f4f4;
}

.f-body, .link, .link-text, .pt-description, .subtitle {
    font-weight: 600;
    line-height: 1.4;
}

small
{
    font-size: 12px;
    color: red;
}

.errorBox
{
    font-size: 12px !important;
    padding: 10px 10px;
    background: #ffd5d5;
    border-radius: 3px;
    color: #ca0000;
    margin-bottom: 10px;
    border: solid 1px #ffb8b8;
    margin-top: 10px;
    font-weight: 500 !important;    
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

/* Firefox */
::-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

::placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: 0;
    text-decoration: none;
}

input,
textarea,
button {
    border: 0;
}

.form-control {
    border-radius: 0;
}



/*----------------------------Flexbox css-------------------------*/
.d-flex {
    display: flex;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/*---------------------------------------------Css Reset------------------------------------------*/
/* Layout settings */
.d-none {
    display: none;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    max-width: 100%;
}

.mx-auto {
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}


/* colours settings */
.theme-light-text {
    color: #868c96;
}

.link-white {
    color: #fff;
}

.logo-wrapper .content {
    align-items: center;
}

.text-center {
    text-align: center;
}

/* ---------------------------------Thenme Settings  ------------------------------------*/
.subtitle {
    font-size: 18px;
}

.header-svg {
    fill: #fff;
}

.p-30 {
    padding: 30px !important;
}
.mb-10{
    margin-bottom: 10px ;
}

.transition-3 {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-18 {
    font-size: 18px;
}

.fs-14 {
    font-size: 14px;
}

.fw-700 {
    font-weight: 700;
}

.mr-20 {
    margin-right: 20px;
}

.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.pl-0 {
    padding-left: 0;
}

.max-w-200 {
    max-width: 200px;
}

.w-70 {
    max-width: 70%;
}

.w-60 {
    max-width: 60%;
}

.bordernone {
    border: none !important;
}

/* ---------------------------------Thenme Settings ------------------------------------*/
/* ---------------------------------Top Logo ------------------------------------*/
.w-100.signup-page-header {
    min-height: 88px;
    padding: 20px 70px;
}

.signup-logo .position-absolute {
    left: 40px;
    top: 30px;
    margin-top: 0;
    text-align: left;
}

/* ---------------------------------Section of sform ------------------------------------*/

.signup-form .content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
    min-height: 100vh;
}

.confirm-email.signup-form .content {
    justify-content: start;
}

.verification__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 535px;
    margin: 0 auto;
    padding-top: 10px;
}

.current > .verification__circle-icon {
    font-weight: 800;
    border: 2px solid #2F1C6A;
    color: #2F1C6A;
}

.verification__circle-wrapper {
    position: relative;
}

.verification__borderline {
    content: "";
    position: relative;
    top: 15px;
    width: 176px;
    height: 2px;
    background-color: #C5C2FF;
}

.verification__circle-icon {
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #6747C7;
    color: #6747C7;
    text-align: center;
    font-weight: 400;
    padding: 1px;
    line-height: 1.6;
    font-size: 16px;
}

.current > .verification__circle-label {
    font-weight: 700;
    color: #2F1C6A;
    opacity: 1;
}

.verification__circle-label {
    font-size: 15px;
    line-height: 1.5;
}

.form-wrapper {
    padding: 6rem;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px #eaeaea;
    box-shadow: 0 0 5px #eaeaea;
    border: 1px solid #eaeaea;
    background: white;
    margin-bottom: 30px;
}

.number-form-discription {
    font-size: 12px !important;
    margin-top: 20px;
    max-width: 300px;
    font-weight: 400 !important;
}

.form-heading {
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.social-login p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.validated-signup-form {
}

.form-minw400 {
    min-width: 400px;
}

.social-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
    padding-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.providers, .tpa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-control.position-relative.active.focous .h-input__label {
	background: #fff;
	padding: 0 2px;
	top: 0;
	left: 8px;
}

.text-h-hpanel-primary {
    color: #6747c7;
}

.description-of-step {
    /*margin-top: 3rem;*/
}

.log-in-2021__not-a-member {
    color: #2f1c6a;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8;
}

.social-login h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
    width: 100%;
    text-align: start;
    margin-top: 20px;
}

.login-form.billing-description.form-minw300 {
    max-width: 270px;
}

.provider, .provider:hover {
    color: #393e45;
    text-decoration: none;
    border: 1px solid #c8d0d4;
}

.providers {
    width: 100%;
    font-size: 16px;
}

.provider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-weight: 600;
    height: 48px;
    margin-bottom: 24px;
    padding: 8px 16px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
}

.provider svg {
    height: 29px;
    width: 29px;
    margin-right: 24px;
}

.provider:hover {
    background-color: #ebebeb;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
}

.login-form p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.login-form {
    padding-left: 3rem;
    padding-bottom: 1rem;
    border-left: 1px solid #c9d1d4;
    margin-top: 1.5rem;
}

.log-in-formsubmit__btn {
    background-color: #6747c7;
    border-radius: 4px;
    font-size: 14px;
}

.h-button {
    background-color: #673de6;
    border-radius: 3px;
    padding: 15px 20px;
    color: #fff;
    word-break: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: 1px solid #673de6;
    -webkit-appearance: unset;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.log-in-formsubmit__btn:hover {
    background-color: #491bd5;
    border: 1px solid #491bd5;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-control.position-relative {
    margin-bottom: 18px;
}

.h-input__label {
    color: #727586;
    font-size: 14px;
    left: 16px;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 100%;
    overflow: hidden;
    pointer-events: none;
    text-align: left;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    white-space: nowrap;
    width: auto;
    z-index: 10;
    position: absolute;
}

.h-input__input {
    border: 1px solid #dadce0;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    font-size: 16px;
    line-height: 24px;
    outline: transparent;
    padding: 11px 16px;
    transition: border .3s, box-shadow .3s;
    width: 100%;
    background-color: transparent;
}
.d-flex.state-wrapper {
    justify-content: space-between;
}
.form-control.type-select .h-input__label {
    background: #fff;
    padding: 0 2px;
    transform: translate(-12px, -35px) scale(.85);
}
.form-control.type-select .h-input__input {
    padding: 14px 16px;
}
.verified-number p {
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.8;
}
.billing-page.position-relative .checkbox-wrapper {
    padding-right: 18px;
}
.checkbox-label .terms-agree {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: left;
}

.h-input__input:active, .h-input__input:focus {
    border: 1px solid #673de6;
    box-shadow: 0 0 2px #673de6;
}

/* --------------------------------Phone # wrapper ------------------------------------*/
#phone-input-wrapper {
    border: 1px solid #c8d0d4;
    min-height: 48px;
    max-width: none;
}

.country-select {
    width: 60px;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

.ml-2-phone {
    margin-left: .5rem;
}

.num-form-text {
    font-size: 16px;
}

.country-select-display {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 48px;
    height: 100%;
}

.country-select-display-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#verify-phone-input-container .h-input__label {
    background: transparent;
    font-weight: 600;
}

/* ---------------------------------biling-page of ------------------------------------*/

.complete > .verification__circle-icon span {
    display: none;
}

.complete > .verification__circle-icon {
    background-color: #2F1C6A;
    border: 2px solid #2F1C6A;
    color: #fff;
    position: relative;
    opacity: .6;
}

.complete > .verification__circle-icon::before {
    content: url(../img/checkmark-white.svg);
    position: absolute;
    top: 1px;
    left: 5px;
}

.description-of-step.w-70.mx-auto p {
    padding-bottom: 20px;
}

.description-of-step.w-60.mx-auto p {
    padding-bottom: 20px;
}

.billing-page .d-flex.w-100 {
    justify-content: space-between;
}

.billing-page .social-login {
    width: 100%;
}

.billing-text-content {
    margin-top: 20px;
}
.billing-text-content p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
}

.payment-option-button-title h5 {
    width: 106px;
    font-size: 16px !important;
    font-weight: 800;

}

.billing-page .payment-option-buttonn-des {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.payment-option-button {
    margin-bottom: 2.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
    min-height: 70px;
    border-radius: 5px;
    border: 1px solid #c8d0d4;
    justify-content: space-between;
    align-items: center;
}

.d-flex.button-wrapper {
    min-width: 90px;
    width: 160px;
    align-items: center;
}

.payment-select-button {

    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0px;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    cursor: pointer;
    min-height: 34px;
    padding: 8px 23px 8px;
    width: 156px;
    background-color: #673DE6;
}

.payment-select-button:hover {
    background-color: #673DE6F0;
}

.payment-select-button.g-pay {
    background-image: url(../img/dark_gpay.svg);
    background-color: #000;
}

.payment-select-button.pay-pal {
    background-image: url(../img/paypal-color.svg);
    background-color: #ffc439;
}

.payment-select-button.pay-pal {
    background-image: url(../img/paypal-color.svg);
}

.payment-select-button.credit-card {
    display: flex;
    align-items: center;
}

.payment-button-tittle {
    font-size: 14px;
    padding-left: 5px;
    color: #fff;
    font-weight: 800;
}

.complete.payment-option-button .verification__circle-icon {
    margin: 0 !important;
}

.complete.payment-option-button .payment-option-button-title img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.payment-option-button-title.d-flex.align-items-center img {
    border-radius: 13px;
    border: 1px solid #555;
    width: 73px;
    height: 24px;
    padding: 4px;
}