
.authentication-header {
    padding: 50px 0;
    text-align: center
}

.authentication-header .navbar-brand img {
    width: 100%;
    max-width: 200px;
}

.auth-form-section {
    background-color: #FFF7E9;
    padding: 80px 0;
}


.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}




.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 4px;
    background: #C8C8C8;
    position: absolute;
    width: 87%;
    margin: 0 auto;
    left: 15px;
    right: 0;
    top: 45px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.round-tab {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    width: 100%;
    /* width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd; */
}

.round-tab::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #C8C8C8;
}

.round-tab i {
    color: #555555;
}

.wizard li.active .round-tab::after {
    background: #FFB42D;
    color: #fff;
    border: 3px solid #62B7FF;

}

.wizard li.active .round-tab i {
    color: #5bc0de;
}


.wizard .nav-tabs>li {
    width: 12.5%;
    height: 100%;
    cursor: default;
    pointer-events: none;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    cursor: default;
}

.wizard .nav-tabs>li i {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-style: normal;
    width: 100%;
    display: block;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.next-step {
    font-size: 16px;
    padding: 16px 100px;
    border: none;
    border-radius: 0px;
    margin-top: 30px;
    background-color: #FFB42D;
    width: 450px;
    display: block;
    margin: 0 auto;
}

.next-step:focus {
    outline: none;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}


.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="checkbox"]::before {
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #DCDCDC;
    border-radius: 2px;
}

input[type="checkbox"]::after {
    height: 5px;
    width: 12px;
    left: 4px;
    top: 6px;
}

input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
    background-color: #DCDCDC;
    border-color: #DCDCDC;
}

.wizard .nav-tabs li i {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.wizard .nav-tabs li h6 {
    margin-top: 40px;
}

.form-outer-content {
    background-color: #fff;
    padding: 50px 30px;
}

.wizard li.completed-step .round-tab::after {
    position: absolute;
    content: "";
    background: url(../images/completed-step.png) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 30px;
    height: 30px;
    border: none;
}

.form-pera p {
    padding-bottom: 20px;
        font-size: 13px;
}

.form-step-group input {
    border: none;
    background-color: #DCDCDC;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    color: #646464;
    padding: 25px;
}

.form-step-group span {
    font-size: 14px;
    color: #262626;
    margin-top: 10px;
    display: block;
}

.form-step-group span a{
    color: #62B7FF;
}

.form-step-group input:focus {
    background-color: #DCDCDC;
    box-shadow: none;
}

.form-label-section {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.form-label-section label {
    display: block;
    margin-right: 65px;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.form-label-section span {
    display: flex;
    background-color: #FFB42D;
    font-size: 14px;
    padding: 2px 10px;
}

.form-label-section p {
    margin: 13px 0 0 15px;
    font-size: 14px;
}

.show-content {
    margin-top: 40px;
}

.show-content span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.show-content span:last-child {
    border: 3px solid #FFB42D;
    padding: 10px 0;
}

.desier-plan-label h2 {
    font-size: 22px;
    text-align: center;
    position: relative;
}

.desier-plan-label h2::after {
    position: absolute;
    content: " ";
    width: 60%;
    height: 2px;
    background-color: #FFB42D;
    bottom: -15PX;
    left: 50%;
    transform: translateX(-50%);
}

.plan-section {
    margin-top: 70px;
}

.plan-intro {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan-intro p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.plan-intro p span {
    width: 20px;
    height: 20px;
    background-color: #62B7FF;
    display: block;
    margin-right: 15px;
}

.purchase-plan {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.purchase-plan li .course-wrapper {
    width: 255px;
}

.purchase-plan li:nth-child(2) {
    padding: 0 10px;
}

.course-wrapper>span {
    display: block;
    background-color: #FFCA6B;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 3px 0;
}

.course-price {
    border: 3px solid #C8C8C8;
    padding: 8px 10px;
    cursor: pointer;
}

.course-price span {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 8px;
}

.course-price span::after {
    position: absolute;
    content: " ";
    width: 100%;
    border-bottom: 1px solid #C8C8C8;
    bottom: 0;
    left: 0;
}

.course-price h1 {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
    position: relative;
    display: inline-flex;
    left: 50%;
    transform: translateX(-60%);
}

.course-price h1::after {
    position: absolute;
    content: "~";
    top: 45%;
    right: -36px;
    font-weight: 100;
    font-size: 52px;
    transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
}

.plan-active {
    background-color: #E0F0FF;
}

.plan-error-msg {
    margin-top: 10px;
}

.plan-error-msg span {
    display: block;
    width: 100%;
    font-size: 11px;
}

.plan-error-msg span:last-child {
    color: #FF5124;
    margin-top: 5px;
}

.family-to--paln {
    display: flex;
    align-items: center;
}

.family-to-paln {
    margin: 10px 40px 10px 20px;
}

.family-to-paln span {
    background-color: #969696;
    font-size: 12px;
    color: #fff;
    padding: 3px 7px;
    display: initial;
}

.family-to-paln h1 {
    font-size: 22px;
    font-weight: 500;
    padding: 0px 0;
}

.family-to-paln h1::after {
    right: -22px;
    font-size: 30px;
}

.family-select .course-wrapper .course-price {
    min-height: 140px;
}

.family-select li:first-child .course-wrapper h1 {
    padding: 20px 0;
}

.single-error-msg span {
    display: block;
    color: #FF5124;
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 11px;
}

.bg-none {
    background-color: transparent !important;
    padding: 12px 0 !important;
}

.monthly-label {
    color: #FF5124;
    background-color: #ffe9c2 !important;
}

.main-form-point {
    margin: 75px 0 50px;
}

.main-form-point p {
    text-align: center;
    font-size: 14px;
}

.main-form-point span {
    color: #62B7FF;
}

.monthly-plan-main-label h4 {
    font-size: 16px;
    color: #969696;
}

.monthly-plan-main-label h5 {
    font-size: 16px;
    color: #262626;
}

.monthly-plan-main-label span {
    display: inline-flex;
    margin-top: 40px;
    background-color: #FFD995;
    color: #262626;
    padding: 5px 25px;
    border: 2px solid #646464;
    margin-bottom: 25px;
}

ul {
    list-style: none;
}

.form-two-column {
    display: flex;
    align-items: baseline;
}

.form-two-column li {
    width: 50%;
}

.form-two-column li input {
    background-color: #DCDCDC;
    border-radius: 0;
    height: 50px;
    border: 2px solid #C8C8C8;
}

.form-two-column li input:focus {
    outline: none;
    box-shadow: none;
    background-color: #DCDCDC;
}

.form-two-column li:first-child {
    padding-right: 10px;
}

.form-two-column li:last-child {
    padding-left: 10px;
}

.user-form-group {
    margin-bottom: 40px;
}

.user-form-group label {
    font-size: 14px;
}

.user-form-group label span {
    background-color: #FFB42D;
    padding: 5px 10px;
    margin-left: 15px;
}

.form-three-column li input {
    height: 50px;
    border-radius: 0;
    text-align: center;
    border: 2px solid #C8C8C8;
}

.form-three-column li input:focus {
    box-shadow: none;
}

.form-three-column li select {
    height: 50px;
    border-radius: 0;
    border: 2px solid #C8C8C8;
}

.form-three-column li select:focus {
    box-shadow: none;
}

.form-three-column {
    justify-content: start;
}

.plan-intro p b {
    color: #FF5124;
}

.add-form-section{
    margin-top: 70px;
}

.add-form-section button {
    display: block;
    text-align: center;
    margin: 20px auto;
    border: 2px solid #646464;
    border-radius: 0;
    padding: 7px 25px;
}

.add-form-section button:focus {
    box-shadow: none;
}

.add-form-section p {
    font-size: 14px;
}

.btn-back {
    display: block;
    text-align: center;
    margin: 20px auto;
    background-color: #DCDCDC;
    font-size: 16px;
    padding: 16px 165px;
    border: none;
    border-radius: 0px;
    width: 450px;

}

.btn-trush {
    display: inline-block;
    float: right;
    color: #FF5124;
    font-size: 25px;
}

.btn-trush:hover {
    color: #FF5124;
}

.btn-trush:focus {
    box-shadow: none;
}

.btngender-active{
    background-color: #CFE9FF !important;
}

.left-side-bill-to h5{
    font-size: 16px;
    color: #969696;
}

.left-side-bill-to ul li{
    font-size: 16px;
    position: relative;
        padding-left: 20px;
}

.left-side-bill-to ul li::after{
    position: absolute;
    content: " ";
    top: 5px;
    left: 0;
    opacity: 1;
    width: 15px;
    height: 15px;
    background-color: #262626;
    border-bottom-color: transparent;
}

.total-paid-calculation{
    text-align: right;
    border-bottom: 2px solid #FFB42D;
        margin-top: 25px;
}

.total-paid-calculation .product-list span {
    color: #969696;
    font-size: 16px;

}

.total-paid-calculation .product-list span:last-child{
    padding-left:50px;
    padding-right: 20px;
}

.total-paid-calculation .product-list{
    padding-bottom: 15px;
}

.total-amount p{
    padding: 10px 0 0px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
}   

.total-amount p b{
    font-size: 40px;
    padding-left: 10px;
    font-weight: 100;
}

.total-amount p span{
        padding-left: 80px;
        display: block;
        color: #000 !important;
        width: auto !important;
}

.total-amount span:last-child{
    color: #FF5124;
    display: block;
    width: 100%;
    text-align: center;
}

.innerform-section .form-two-column li:first-child {
    padding-right: 5px;
}

.innerform-section .form-two-column li:last-child {
    padding-left: 5px;
}

.innerform-section .form-two-column {
    width: 50%;
}

.innerform-section .form-two-column li input {
    height: 34px;
    font-size: 14px;
    border: transparent;
    color: #000;
}

.innerform-section .form-two-column li .form-control[readonly] {
    background-color: #FFF7E9;
}

.innerform-section .user-form-group label{
    margin-bottom: 20px;
}

.innerform-section .form-two-column li {
    width: 100%;
}

.one-input-field li{
    padding: 0 !important;
}

.innerform-section  .e-uniq-input .form-two-column {
    width: 100%;
}

.innerform-section .e-uniq-input .form-two-column input{
        padding: 35px 22px;
}

.innerform-section .form-two-column li span{
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.submit-view-bottom-part{
    margin: 100px 0;
}

.submit-view-bottom-part .terms-apply{
    margin: 65px 0;
}

.submit-view-bottom-part .terms-apply label{
    display: flex;
    align-items: center;
    user-select: none;
    font-size: 14px;
}

.submit-view-bottom-part .terms-apply label span{
        background-color: #FFB42D;
        padding: 5px 10px;
        margin-left: 125px;
}

.completed-form{
    text-align: center;
    margin-bottom: 120px;
}

.completed-form h1{
    color: #262626;
    font-weight: 400;
    font-size: 32px;
    line-height: 70px;
}

.completed-form p{
    color: #262626;
    font-size: 14px;
}


.payment-group{
    display: flex;
}

.payment-group ul.form-two-column:first-child {
    width: 40%;
}

.payment-group ul.form-two-column:last-child {
    width: 60%;
}

.payment-group ul li{
        width: 100%;
}

.payment-group .form-two-column li select{
    width: 100%;
    height: 50px;
    margin-top: 7px;
    border: 2px solid #C8C8C8;
    border-radius: 0;
}

.payment-group .form-two-column li select:focus{
    box-shadow: none;
}

.payment-group .form-two-column li select:focus{
    outline: none;
}

.payment-group .form-two-column input,
.payment-group .form-two-column input:focus{
    background-color: transparent;
}

.next-step1{
        font-size: 16px;
        padding: 16px 100px;
        border: none;
        border-radius: 0px;
        margin-top: 30px;
        background-color: #FFB42D;
        width: 450px;
        display: block;
        margin: 0 auto;
}

.next-step1:focus{
    outline: none;
}

.course-wrapper input[type="radio"]{
    position: absolute;
    opacity: 0;
}

.course-wrapper input[type="radio"]:checked + .course-price{
    background-color: #E0F0FF;
}

.gender-btn-1 li .course-wrapper input[type="radio"]{
    width: 255px;
    cursor: pointer;
}

.custom-gender-btn span{
    display: block;
    width: 100%;
    margin-left: 0 !important;
    background-color: transparent !important;
    border: 2px solid #C8C8C8;
    text-align: center;
    padding: 12px 0 !important;
    height: 100%;    
}

.course-wrapper input[type="radio"]:checked + .custom-gender-btn {
    background-color: #E0F0FF;
}



.log-auth-form-section{
    background-color: #FFF7E9;
    padding: 80px 0 250px;
}
.log-auth-form-section .form-cus{
    max-width: 510px;
    margin: 0 auto;
}


.login-label{
    color: #000;
    padding-bottom: 15px;
    position: relative;
}

.login-label span{
    width: 50%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}

.login-label .dash-label::before {
    position: absolute;
    content: "WELCOME  !";
    top: -13px;
    left: 25px;
    color: #62B7FF;
    transform: rotate(30deg);
}

.login-label::after{
    position: absolute;
    content: " ";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    border-bottom: 2px solid #FFB42D;
}

.login-form-wrapper{
    padding: 100px 0 50px;
}

.login-form-wrapper label{
    color: #262626;
}

.login-form-wrapper input{
    background-color: #DCDCDC;
    border-radius: 0;
    height: 50px;
    position: relative;
    padding: 10px 40px 10px 20px;
}

.login-form-wrapper input:focus{
    background-color: #DCDCDC;
    box-shadow: none;
    border: none;
    outline: none;
}

.login-form-wrapper .form-group{
    margin-bottom: 40px;
}

.show-with-password{
    position: relative;
}

.login-form-wrapper .form-group .show-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}   

.login-form-wrapper .form-group span{
    color: #000;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.login-submit-button{
    padding: 40px 0 0;
}

.login-submit-button span{
    display: block;
    text-align: center;
    margin-top: 10px;
}

.log-auth-form-section .tab-content{
        padding-bottom: 100px;
}


.last-navs {
    padding-top: 70px;
}

.login-label span img{
    width: 30px;
    margin-right: 15px;
}

label.error{
    color: #FF5124;
}

@media only screen and (max-width: 767px) {
    .login-form-wrapper{
        padding: 50px 0 0px;
    }
    .log-auth-form-section .tab-content{
        padding-bottom: 10px;
    }
    .login-form-wrapper label {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    /***  login page  ***/
    .log-auth-form-section .form-cus{
        width: 90%;
    }
    .login-submit-button .next-step{
        width: 100%;
        padding: 15px;
    }
}
