.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.tab-nav-link.tab-item-link.active {
    font-size: 14px;
    line-height: 17px;
    background: #2797d3;
    color: #fff;
    border-color: transparent;
    padding: 11px 36px;
    border-radius: 1.5em;
    text-decoration: none;
    z-index: 99;
    position: relative;
}

.tab-nav-link.tab-item-link {
    font-size: 14px;
    line-height: 17px;
    background: #fff;
    color: #2797d3;
    border: 1px solid;
    border-color: #2797d3;
    padding: 11px 36px;
    border-radius: 1.5em;
    text-decoration: none;
}

/* User Registration Form css */
.login-card.card {
    width: 690px !important;
    max-width: 100%;
    transform: translateX(-50%);
    left: 50%;
    padding: 70px 110px !important;
    border-radius: 8px;
    border: 2px solid #EDEBE4;
    background: #FFF;
 }
 .all-sec{
    padding: 12px 15px !important;
    margin-bottom: 24px;
 } 
 .all-sec:first-child {
    margin-top: 0px;
}
.all-sec a{
    text-decoration:underline;
}
.recaptcha-container {
    margin-top: 0px;
}
 .all-sec input{
    top: 4px;
 }
 .all-sec label {
    font-family: 'RethinkSans-Regular' !important;
 }
/* .fullwidth-contact{
    margin-bottom: 30px;
 } */
 .capta-title h4 {
    margin-bottom: 20px;
    /* font-weight: 700; */
}
iframe {
    top: 0px;
    height: 78px;
}
/* .recaptcha-container .g-recaptcha{
    margin-bottom: 30px;
} */
.verify_pass {
    width: 3em;
}

/* Chrome, Safari, Edge, Opera */
input.verify_pass::-webkit-outer-spin-button,
input.verify_pass::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.verify_pass[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .login-card.card {
        width: 70%;
    }
}

@media only screen and (min-width: 576px)  and (max-width: 768px) {
    .login-card.card {
        width: 90%;
    }
}

@media only screen and (min-width: 300px)  and (max-width: 576px) {
    .login-card.card {
        width: 90%;
    }
}

.alert-box .info-contents p {
    font-family: inherit !important;
}
.all-sec label {
    font-family: inherit !important;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    clear: both;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    padding-top: 13px;
    width: 100%;
    display: block;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 24px;
    color: #c02b0a;
    display: block;
    border-radius: 8px;
}

#validation_message_2_9{
    margin-bottom: 20px;
}

.form-control.error, .form-control.success {
    border: none !important;
    padding: unset !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff9f9;
    border: 1.5px solid #c02b0a;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .041);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 0;
    position: relative;
    width: 100%;
}

.gform_wrapper.gravity-theme .validation_error {
    border-bottom: 0px solid #c02b0a;
    border-top: 0px solid #c02b0a;
    color: #c02b0a;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
    padding: 16px;
    text-align: center;
}

.login-group{
    display: flex;
    justify-content: space-between;
    margin-bottom:24px;
}
.login-card .btn-link.section-btn.cta-visible {
    margin-top: 0px;
    margin-bottom: 24px;
}
p.madatory-warn {
	margin-bottom:30px;
}
.form-group {
    margin-bottom: 24px;
}
.login-card.sigh-up{
    width:850px;
    max-width: 100%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 70px 110px !important;
    border-radius: 8px;
    border: 2px solid #EDEBE4;
    background: #FFF;
}
.slim-standard-heading-div {
    margin-bottom: 24px;
}
.sigh-up p.madatory-warn {
	margin-bottom:24px;
}
.sigh-up .submit-registration {
    margin-bottom: 24px;
}
.sigh-up img.contact_dropdown {
    position: absolute;
    right: 18px;
    top: 40%;
}

.login-card.forgot-pass{
    width:610px;
    max-width: 100%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 70px 70px !important;
    border-radius: 8px;
    border: 2px solid #EDEBE4;
    background: #FFF;
}
.forgot-pass p.madatory-warn {
	margin-bottom: 24px;
}
.madatory-warn span {
    color: red;
}
.form-group .form-control-label span {
    color: red;
    margin-left: 4px;
}