

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


* {
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}
body {
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}
img {
    max-width: 100%;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
.title-color {
    color: #000000;
}
a.title-color {
    color: #0DC15C;
}
.paragraph-color {
    color: #1F3232;
}
a.paragraph-color:hover {
    color: #0DC15C;
}
.link-color {
    color: #0DC15C;
}
.max-w-305 {
    max-width: 305px;
}
.max-w-460 {
    max-width: 460px;
}
.max-w-550 {
    max-width: 550px;
}
.max-w-599 {
    max-width: 599px;
}
.pb-42 {
    padding-bottom: 42px;
}
.mt-95 {
    margin-top: 95px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-95 {
    margin-bottom: 95px;
}
.bg-color-1 {
    background: #262C41;
}
.color-white {
    color: #ffffff;
}
.colored-list {
    padding: 0;
    list-style: none;
}
.colored-list li {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding-left: 27px;
}
@media screen and (max-width: 575px) {
    .colored-list li {
        font-size: 14px;
    }
}
.colored-list li::before {
    content: "";
    position: absolute;
    background-image: url(../img/check.png);
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 8px;
    height: 17px;
    width: 16px;
}
.form-group {
    padding: 0 0 18px;
    position: relative;
}
.form-group label {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    width: 100%;
    margin: 0 0 6px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="tel"]
{
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #B3BAC5;
    border-radius: 4px;
    padding: 10px 12px;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="tel"]:focus
{
    border: 2px solid #262C41;
    box-shadow: none;
    outline: none;
}
.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="password"]::placeholder,
.form-group input[type="tel"]::placeholder
{
    color: #7C7D7D;
}
.form-group.error input[type="text"],
.form-group.error input[type="email"],
.form-group.error input[type="password"],
.form-group.error input[type="tel"]
{
    border: 2px solid #F74544;
}
.form-group .error-msg {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #F64544;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 6px;
}
.form-group.error-center .error-msg {
    text-align: center;
    display: block;
}
.form-group.error-ml-130 .error-msg {
    margin-left: 130px;
}
.form-group.error-ml-100 .error-msg {
    margin-left: 100px;
}
.form-group .error-msg >span {
    position: relative;
    padding-left: 21px;
}
.form-group .error-msg >span::before {
    content: "";
    background-image: url(../img/error-icon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}

.form-group.error-center .error-msg img {
    position: relative;
    top: 0;
}
.form-group.error-pl-86 .error-msg {
    padding-left: 86px;
}
.form-group.error-pl-102 .error-msg {
    padding-left: 102px;
}
.form-group.error-pl-130 .error-msg {
    padding-left: 130px;
}
@media screen and (max-width: 991px) {
    .form-group.error-pl-130 .error-msg {
        padding-left: 100px;
    }
}
.form-group input[type="checkbox"] {
    width: auto;
    cursor: pointer;
}
.form-group input[type="checkbox"]+label {
    font-size: 14px;
    color: #444444;
    margin: 0 0 0 11px;
}
@media screen and (max-width: 575px) {
    .form-group input[type="checkbox"]+label {
        font-size: 12px;
    }
}
.form-group a {
    font-size: 14px;
}
@media screen and (max-width: 575px) {
    .form-group a {
        font-size: 13px;
    }
}
.form-group button, .form-group .btn-style {
    height: 50px;
    background: #0DC15C;
    border: 1px solid #0DC15C;
    border-radius: 3px;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 11px 0;
}
.form-group button.style-2, .form-group .style-2 {
    background: #E7EAFD;
    border-color: #E7EAFD;
    color: #000000;
}
@media screen and (max-width: 575px) {
    .form-group button {
        height: 46px;
        font-size: 16px;
    }
}
.form-group button:hover, .form-group .btn-style:hover {
    background: #10DD6A;
    border: 1px solid #10DD6A;
}
.form-group button.style-2:hover, .form-group .style-2:hover {
    background: #e7eafdd5;
    border-color: #e7eafdd5;
}
.form-group button.disabled,
.form-group button:disabled {
    background: #F3F4F6;
    border: 1px solid #F3F4F6;
    color: #C1C7D0;
    pointer-events: none;
}
.already-verified {
    margin-bottom: 222px;
}
@media screen and (max-width: 1024px) {
    .already-verified {
        margin-bottom: 50px;
    }
}
.already-verified h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 21px;
}
.already-verified a {
    display: inline-block;
    height: 54px;
    line-height: 30px;
    background: #0DC15C;
    border: 1px solid #0DC15C;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 85px;
}
.already-verified a:hover {
    background: #10DD6A;
    border: 1px solid #10DD6A;
}
.signup-wrap {
    padding: 50px;
    background-image: url(../img/top-banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 422px;
}
@media screen and (max-width: 1024px) {
    .signup-wrap {
        background-size: 100% 480px;
    }
}
@media screen and (max-width: 991px) {
    .signup-wrap {
        background-size: 100% 280px;
        padding: 50px 5px;
    }
}
@media screen and (max-width: 575px) {
    .signup-wrap {
        background-size: 100% 160px;
        padding: 30px 5px;
    }
}
.signup-wrap .left {}
@media screen and (max-width: 991px) {
    .signup-wrap .left .max-w-550 {
        max-width: 100%;
    }
    .signup-wrap .left .mb-95 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .signup-wrap .left .mb-95 {
        margin-bottom: 20px;
    }
}
.signup-wrap .left .logo {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
@media screen and (max-width: 991px) {
    .signup-wrap .left .logo {
        text-align: center;
        border-bottom: none;
    }
}
@media screen and (max-width: 767px) {
    .signup-wrap .left .logo {
        padding-bottom: 10px;
        margin-bottom: 26px;
    }
}
.signup-wrap .left .info-wrap {}
.signup-wrap .left .info-wrap h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
    .signup-wrap .left .info-wrap h2 {
        font-size: 20px;
    }
}
.signup-wrap .left .info-wrap h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 6px;
}
@media screen and (max-width: 575px) {
    .signup-wrap .left .info-wrap h2 {
        font-size: 15px;
    }
}
.signup-wrap .left .organaisers-wrap {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 13px;
    margin-bottom: 42px;
}
.signup-wrap .left .organaisers-wrap h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 26px;
}
.organaisers-box {
    margin-bottom: 40px;
    height: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.organaisers-box img {
    max-width: 100%;
    max-height: 100%;
}
.signup-wrap .right {}
.signup-wrap .right .form {
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 60px 30px;
    min-height: 634px;
}
@media screen and (max-width: 1024px) {
    .signup-wrap .right .form {
        padding: 40px 30px 30px;
    }
}
@media screen and (max-width: 991px) {
    .signup-wrap .right .form {
        margin: auto;
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    .signup-wrap .right .form {
        padding: 35px 25px;
    }
}
.signup-wrap .right .form .title {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .signup-wrap .right .form .title {
        font-size: 22px;
    }
}
.signup-wrap .right .form .text {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}
.signup-wrap .right .form .text .link-color:hover {
    text-decoration: none;
    color: #0DC15C;
}
.review-wrap {}
.review-box {
    width: 500px;
    max-width: 100%;
}
.review-box .img {
    min-width: 146px;
}
.review-box .img img {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}
.review-box .content {}
.review-box .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.review-box .content h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.or-signup {
    position: relative;
    text-align: center;
    color: #6C757D;
    font-size: 14px;
    line-height: 24px;
}
.or-signup span {
    display: inline-block;
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 0 8px;
    font-weight: 400;
    font-size: 16px;
    color: #929495;
}
@media screen and (max-width: 575px) {
    .or-signup span {
        font-size: 14px;
    }
}
.or-signup::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #DEE2E6;
}
.or-signup-box {
    height: 42px;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    padding: 5px 15px;
    cursor: pointer;
    margin: 0 10px;
    background: transparent;
    font-size: 14px;
    width: calc(33% - 10px);
}
.or-signup-box:hover {
    background: #F9F9F9;
}
@media screen and (max-width: 1200px) {
    .or-signup-box {
        width: calc(33% - 5px);
        padding: 5px 3px;
    }
}
@media screen and (max-width: 1024px) {
    .or-signup-box {
        margin: 0 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .or-signup-box {
        margin: 0 2px;
        width: calc(33% - 7px);
    }
}
.or-signup-box:first-child {
    margin-left: 0;
}
.or-signup-box:last-child {
    margin-right: 0;
}
.or-signup-box span {
    margin: 0 5px;
    min-width: 13px;
}
@media screen and (max-width: 1024px) {
    .or-signup-box span {}
}
@media screen and (max-width: 450px) {
    .or-signup-box span:last-child {
        display: none;
    }
}
.or-signup-box span img {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: -1px;
}
.by-signing {
    font-size: 13px;
    line-height: 23px;
    color: #6B6B6B;
}
.by-signing a {
    color: #000000;
    text-decoration: underline;
    white-space: nowrap;
}
.by-signing a:hover {
    text-decoration: none;
}
.already-account {
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 450px) {
    .already-account {
        font-size: 14px;
        line-height: 20px;
    }
}
.already-account a {
    text-decoration: none;
    color: #0DC15C;
    font-weight: 500;
}
.already-account a:hover {
    text-decoration: underline;
}

.one-time-pass {
    width: 100%;
    height: 42px;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    font-size: 15px;
    background: transparent;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    padding: 9px 10px;
}
.one-time-pass:hover {
    border-color: #0DC15C;
    color: #0DC15C;
}
.confirmation-content {}
.confirmation-content h3 {
    font-size: 20px;
}
.confirmation-content h4 {
    font-size: 18px;
}
.confirmation-content hr {
    margin: 44px 0;
}
.form-group.otp-input {}
.form-group.otp-input input {
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #B3BAC5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 9px;
    text-align: center;
}
.form-group .show-pass {
    cursor: pointer;
    background: transparent;
    padding: 0;
    height: 15px;
    width: 22px;
    line-height: 12px;
    border: 0;
    position: absolute;
    right: 15px;
    top: 41px;
}
.form-group .show-pass.active {
    opacity: 1;
}
.form-group .email-checker {
    cursor: pointer;
    background: transparent;
    padding: 0;
    height: 25px;
    width: 25px;
    line-height: 12px;
    border: 0;
    position: absolute;
    right: 13px;
    top: 38px;
    transition: 0s;
    animation: rotate 3s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.form-group .email-checked {
    cursor: pointer;
    background: transparent;
    padding: 0;
    height: 19px;
    width: 19px;
    line-height: 12px;
    border: 0;
    position: absolute;
    right: 16px;
    top: 40px;
}
.form-group .iti--separate-dial-code {
    display: flex;
}
.form-group .iti--separate-dial-code .iti__flag-container {
    position: relative;
    margin-right: 10px;
}
.form-group .iti--separate-dial-code .iti__flag-container .iti__selected-flag {
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    width: 117px;
}
@media screen and (max-width: 991px) {
    .form-group .iti--separate-dial-code .iti__flag-container .iti__selected-flag {
        width: 87px;
    }
}
.form-group .iti--separate-dial-code .iti__flag-container .iti__selected-flag .iti__flag {
    transition: 0s;
}
.form-group .iti--separate-dial-code .iti__flag-container .iti__country-list {
    white-space: nowrap;
}
.form-group .iti--separate-dial-code .iti__flag-container .iti__country-list .iti__country {
    padding: 1px 10px;
    height: 30px;
}
.form-group .iti--separate-dial-code .iti__flag-container .iti__country-list .iti__country.iti__highlight {
    background: #007CA6;
}
.form-group .iti--separate-dial-code .iti__flag-container .iti__country-list .iti__country .iti__flag-box {}
.iti__country-list .iti__country .iti__country-name {
    /* display: none; */
}
.form-group .iti--separate-dial-code .iti__flag-container .iti__country-list .iti__country .iti__dial-code {}
.form-group .iti--separate-dial-code .iti__flag-container .iti__country-list .iti__country.iti__highlight .iti__dial-code {
    color: #ffffff;
}
.iti-mobile .iti--container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10101010;
    background: rgba(3, 3, 3, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.iti-mobile .iti--container .iti__country-list {
    max-height: 300px;
    width: auto;
    border-radius: 3px;
}
.iti-mobile .iti--container .iti__country-list .iti__country {
    padding: 5px 10px;
}
.iti-mobile .iti--container .iti__country-list .iti__divider {
    display: none;
}
.form-group #phone {
    padding: 10px 12px !important;
}
.signup-wrap form .row > .col-md-12 {
    position: relative;
}
.snackbar-hosts {
    transform: translateX(-50%);
    top: 25px;
    left: 50%;
    position: fixed;
    z-index: 10101010;
}
@media screen and (max-width: 768px) {
    .snackbar-hosts {
        transform: translateX(0);
        left: 0;
        right: 0;
    }
}
.snackbar.success {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 3%), 0 4px 5px rgb(0 0 0 / 4%);
    border-radius: 4px;
    border: 1px solid #BFDDCF;
    min-width: 515px;
    padding: 0 30px 0 42px;
    min-height: 55px;
}
@media screen and (max-width: 768px) {
    .snackbar.success {
        max-width: calc(100% - 10px);
        min-width: auto;
        margin: auto;
    }
}
.snackbar.success .snackbar-icon {
    width: 24px;
    height: 24px;
    top: 50%;
    left: 18px;
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.snackbar.success .snackbar-message {
    display: flex;
    color: #189771;
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.snackbar .snackbar-i {
    top: 50%;
    right: 14px;
    position: absolute;
    font-size: 1.0625rem;
    cursor: pointer;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.thankyou-wrap {
    background-image: url(../img/thank-you-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 50px;
}
@media screen and (max-width: 1024px) {
    .thankyou-wrap {
        padding: 30px;
    }
}
@media screen and (max-width: 575px) {
    .thankyou-wrap {
        padding: 15px;
    }
}
.thank-you-content {}
.thank-you-content .logo {
    margin-bottom: 124px;
}
@media screen and (max-width: 1024px) {
    .thank-you-content .logo {
        margin-bottom: 50px;
    }
}
.thank-you-content .thankyou-logo {
    margin-bottom: 59px;
}
@media screen and (max-width: 1024px) {
    .thank-you-content .thankyou-logo {
        margin-bottom: 30px;
    }
}
.thank-you-content .thankyou-content {
    margin-bottom: 148px;
}
@media screen and (max-width: 1024px) {
    .thank-you-content .thankyou-content {
        margin-bottom: 100px;
    }
}
.thank-you-content .thankyou-content h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.thank-you-content .thankyou-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 47px;
}
.thank-you-content .thankyou-content a {
    display: inline-block;
    height: 54px;
    line-height: 30px;
    background: #0DC15C;
    border: 1px solid #0DC15C;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 85px;
}
.thank-you-content .thankyou-content a:hover {
    background: #10DD6A;
    border: 1px solid #10DD6A;
}
.thank-you-content .thankyou-footer {}
.thank-you-content .thankyou-footer p {
    color: #FFFFFF;
    opacity: 0.8;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}
.thank-you-content .thankyou-footer p a {
    text-decoration: underline;
    color: #FFFFFF;
}

.error-msg.validation-summary-errors {
    /*position: absolute;
    top: -2px;
    right: 12px;*/
}
@media (max-width:575px){
    .error-msg.validation-summary-errors {
        position: relative;
        left: 0;
        right: auto;
        top: 0;
    }
}
.error-msg.validation-summary-errors ul {
    padding: 0;
    list-style: none;
}
@media (max-width:575px) {
    .error-msg.validation-summary-errors ul {
        margin-bottom: 6px;
    }
}
.error-msg.validation-summary-errors ul li {
    color: #DC3545;
    font-size: 13px;
}
.position-left-0{
    position: relative;
    left: 0;
    right: 0;
}

.form-group .password-hint {
    position: absolute;
    z-index: 9;
    height: auto;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 8px 16px;
    background: #FFFBFA;
    border: 1px solid #F5C6CB;
    border-radius: 2px;
}
.form-group .password-hint p {
    margin: 0;
    color: #DC3545;
    font-size: 16px;
    line-height: 24px;
}
.form-group .password-hint ul {
    margin: 0;
    color: #DC3545;
}
.form-group .password-hint ul li {
    color: #DC3545;
    font-size: 16px;
    line-height: 24px;
}
.wc-checkbox-radio {
    display: table;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    margin-bottom: 13px;
}
@media screen and (max-width: 400px) {
    .wc-checkbox-radio {}
}
.wc-checkbox-radio span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
@media screen and (max-width: 400px) {
    .wc-checkbox-radio span {
        font-size: 13px;
        line-height: 17px;
    }
}
.wc-checkbox-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    width: auto;
}
.wc-checkbox-radio input[type="checkbox"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: transparent;
    transition: background 250ms;
    border: 2px solid #DADCE0;
    border-radius: 0.125rem;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.wc-checkbox-radio input:checked ~ .b-input {
    background: #0DC15C;
    border-color: #0DC15C;
}
.wc-checkbox-radio .b-input::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    margin-left: -0.85rem;
    margin-top: -0.85rem;
    background: #0DC15C;
    border-radius: 2rem;
    opacity: .6;
    z-index: 99999;
    transform: scale(0);
}
.wc-checkbox-radio .b-input::before {
    visibility: hidden;
}
.wc-checkbox-radio input+.b-input::before {
    animation: b-ripple 250ms ease-out;
}
.wc-checkbox-radio input:focus+.b-input::before {
    visibility: visible;
}
.wc-checkbox-radio input:checked+.b-input::before {
    animation-name: b-ripple-duplicate;
}
.wc-checkbox-radio input[type="checkbox"] ~ .b-input::after {
    content: '';
    display: none;
    position: absolute;
    left: 6px;
    top: 2px;
    width: .25rem;
    height: .6rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}
.wc-checkbox-radio input:checked ~ .b-input::after {
    display: block;
}
input[type="password"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0;
}
input::-webkit-caps-lock-indicator {
    visibility: hidden;
    position: absolute;
    right: 0;
}

input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0;
}
::-ms-reveal {
    display: none;
}