.thanky {
    display: none;
}

.modal-content {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:991px) {
    .modal-content {
        width: auto;
    }
}

.auth-left {
    padding: 35px;
    width: calc(100% - 434px);
}

.onj_btn {
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #f89407;
    color: #fff;
    margin-bottom: 8px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 11px 19px;
    font-size: 15.5px;
    font-family: sans-serif;
    border: 1px solid #f89407;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}

.onj_thank {
    margin: 80px 0 50px 0;
}

.onj_thank .fa-check-circle {
    font-size: 100px;
    color: #f89407;
}

.fa-check-circle:before {
    content: "\f058";
}

.onj_thank h1 {
    font-size: 70px;
    font-weight: 400;
    margin: 50px 0 0 0;
    color: #555;
}

.onj_thank p {
    font-size: 26px;
    color: #1f1f1f;
    margin: 50px 0 0 0;
    line-height: 24px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) .row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

@media screen and (max-width: 991px) {
    .auth-right {
        display: none !important;
    }
    .auth-left {
        width: auto !important;
    }
}

@media screen and (max-width: 500px) {
    .auth-left {
        width: auto !important;
        padding: 20px !important;
    }
}

.col label {
    font-size: 14px;
    line-height: 150%;
    color: #030404;
    font-weight: normal;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group .form-control,
.selectBoxTop {
    width: 100%;
    height: 48px;
    border-color: #CCCCCC;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: .9rem!important;
    line-height: 1.5!important;
    color: #212529!important;
    height: 30px!important;
    background-color: #f9f9f9!important;
    border: 1px solid #e9e9e9!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    border-radius: 0.25rem!important;9
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
}

.form-group {
    margin-bottom: 24px;
    position: relative;99
}

.account-link {
    font-size: 16px;
    line-height: 150%;
    color: #030404;
    text-align: center;
    margin-top: 32px;
}

.account-link a {
    color: #FAA732;
    margin-left: 2px;
    cursor: pointer;
}

a,
a:hover a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.form-group {
    margin-bottom: 24px;
    position: relative;
}

.form-group button {
    margin-top: 30px;
}

.btn-full {
    width: 100%;
    height: 48px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff !important;
    background: transparent linear-gradient(284deg, #0875CB 0%, #29ABE2 100%) 0% 0% no-repeat padding-box;
}

.btn {
    /* width: 86px;
    height: 36px; */
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    font-size: 20px;
    border-radius: 6px;
}

form {
    display: block;
    margin-top: 0em;
}

.form-group .input-icon {
    position: absolute;
    top: 40px;
    right: 16px;
    cursor: pointer;
}

.hide {
    display: none !important;
}

.checkbox-item span {
    padding: 6px 15px 6px 33px;
    position: relative;
    font-weight: normal;
}

.checkbox-item span:before {
    content: url(../images/social/check.svg);
    position: absolute;
    top: 7px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #FAA732;
    padding-left: 1px;
}

.agree-box {
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    margin-top: -8px;
}

.checkbox-item {
    cursor: pointer;
    outline: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.checkbox-item input {
    display: none;
}

.auth-right p {
    font-size: 20px;
    line-height: 130%;
    color: black;
    margin-top: 15px;
}

/* 
.modal-wrapper .modal-content {
    border-radius: 15px;
    box-shadow: none !important;
    border: 0px !important;
} */

.auth-wrapper {
    display: flex;
    /* background: #f5f6f8; */
}


/* .modal-wrapper.requestdemo-modal .auth-wrapper {
    flex-direction: row-reverse;
} */

.auth-right {
    width: 434px;
    background: #F5F6F8;
    border-radius: 0 15px 15px 0;
    padding: 35px;
    display: flex;
    flex-direction: column;
    text-align: center
}

.auth-right h5 {
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 56px;
    margin-top: 24px;
    text-align: left;
}

.step1 .signup-step1,
.step2 .signup-step2 {
    display: block;
}

.step1 .ezy-demo-form{
    padding: 15px 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 43px #0000000F;
    margin-bottom: 30px;
    
}

.step1 .signup-step2,
.step2 .signup-step1,
.step1 .res-back-btn {
    display: none;
}

.signup-step2 span img {
    margin-bottom: 0px !important;
}

.login span img {
    margin: 20px 0 20px !important;
}

.signup .signup-step2 h5 {
    margin-bottom: 32px;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}


/* left */

.auth-left .steps {
    font-size: 30px;
    line-height: 150%;
    color: #ff9500;
    padding-bottom: 16px;
    display: flex;
}

.auth-left h5 {
    font-size: 30px;
    line-height: 120%;
    color: #030404;
    margin-bottom: 40px;
}

.auth-left h4 {
    font-size: 24px;
    line-height: 150%;
    color: #121458;
    margin-bottom: 20px;
}

.auth-left p {
    font-size: 14px;
    line-height: 150%;
    color: #F00;
    margin-bottom: 10px;
}
.auth-right span img {
    margin: 20px 0 20px;
    width: 100%;
}

/* .auth-right p {
    font-size: 20px;
    line-height: 130%;
    color: #121458;
} */

.res-back-btn {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    cursor: pointer;
    display: none;
}


/* responsive */


/* 
@media (min-width: 992px) and (max-width: 1180px) {


.schedule-modal.auth-wrapper {
    padding: 80px;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.schedule-modal.auth-wrapper h5 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #151D21;
    margin: 24px 0 16px;
}

.schedule-modal.auth-wrapper p {
    font-size: 24px;
    line-height: 36px;
    color: #151D21;
    max-width: 540px;
    margin: 0 auto 30px;
    text-align: center;
}

.schedule-modal .schedule-time {
    padding: 24px 30px;
    background: #F6FAFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.schedule-modal .schedule-time .date-card:first-child {
    margin-right: 62px;
}

.schedule-modal .schedule-time .date-card span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #00A3E4;
}

.schedule-modal .schedule-time .date-card h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #151D21;
    margin-top: 5px;
}



@media screen and (max-width: 991px) {
   
    .auth-wrapper {
        background: #fff;
    }
    .auth-left {
        width: 100%;
        padding: 48px 20px;
    }
    .auth-left h5,
    .auth-left h4 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .form-group .form-control,
    .selectBoxTop {
        height: 89px;
    }
    .btn {
        font-size: 31px;
    }
    .form-control {
        font-size: 29px;
    }
    .form-group small {
        font-size: 26px;
    }
    .auth-left h4 {
        margin-top: 20px;
    }
    .auth-left p {
        font-size: 43px;
        margin-bottom: 32px;
    }
    .form-group label {
        font-size: 33px;
    }
    .auth-right {
        display: none;
    }
    .auth-left .steps {
        font-size: 12px;
        padding-bottom: 8px;
        margin-top: 20px;
    }
    .res-back-btn {
        display: inline-flex;
    }
    .date-time-wrapper {
        padding: 16px 8px;
    }
    .date-time-wrapper .date-card span,
    .date-time-wrapper .date-card h6 {
        font-size: 12px;
    }
    .calendar-wrap-modal .auth-left h4 {
        padding-left: 0px;
        font-size: 16px;
    }
    .calendar-wrap-modal .auth-left {
        padding: 20px;
    }
    .modal-wrapper.requestdemo-modal .btn-primary,
    .modal-wrapper.requestdemo-modal .signup-step2 .btn-primary {
        width: 100% !important;
        margin-top: 28px;
    }
    .modal-wrapper.requestdemo-modal .btn-primary img {
        display: none;
    }
    .m-show-booknow {
        font-size: 20px;
        line-height: 30px;
        color: #000000;
        margin-bottom: 16px;
        display: flex;
    }
  
    .calendar-wrap-modal .auth-left {
        height: 100vh;
        overflow: auto;
    }
    .signup .signup-step2 h5 {
        margin-bottom: 24px;
    }
    .auth-left p {
        margin-bottom: 24px;
    }
    .
    /* schedule wrapper */


/* .schedule-modal.auth-wrapper {
        padding: 16px;
    }
    .schedule-modal.auth-wrapper img {
        height: 56px;
    }
    .schedule-modal .schedule-time .date-card img {
        height: auto;
        margin-right: 3px;
    }
    .schedule-modal.auth-wrapper h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
        margin-top: 40px;
        text-align: center;
    }
    .schedule-modal.auth-wrapper p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 16px;
    }
    .schedule-modal .schedule-time {
        padding: 13px 8px;
    }
    .schedule-modal .schedule-time .date-card h6 {
        font-size: 14px;
        line-height: 21px;
        margin-top: 0;
    }
    .schedule-modal .schedule-time .date-card {
        display: flex;
    }
    .schedule-modal .schedule-time .date-card:first-child {
        margin-right: 12px;
    }
    .schedule-modal .schedule-time .date-card span {
        display: flex;
        align-items: center;
        margin-right: 5px;
    }
} */

.auth-wrapper .auth-left .form-group input{
    width: 97.6%;
    height: 40px;
}

@media (max-width:500px){
    .auth-wrapper .auth-left .form-group input{
     width:95%;
     height:40px;
   }
}
.help-inline, #google_captcha_error_message{
    color: #F00!important;
    font-size: 14px;
}

html{
    scroll-padding-top: 100px;
}

p.error {
    color: #F00;
    font-size: 14px;
}

#request_for_demo input, #request_for_demo select {
    margin-bottom: 0px;
}