/** Custom **/
input[name="hCaptcha"] { position: absolute; z-index: -10; }

#OrderFinal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 30px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background-color: #fff;
}

#OrderFinal i {
    font-size: 64px;
    margin-bottom:16px;
    color: #0b3566;
}

#OrderFinal h4 {
    margin-bottom: 16px;
    color: #0b3566;
    text-align: center;
}

#OrderFinal p {
    font-size: 16px;
    text-align: center;
}

#OrderFinal p:first-of-type {
    margin-top: 32px;
}

#OrderFinal .btn {
    margin: 16px 0;
}

#OrderFinal.error i,
#OrderFinal.error h4 {
    color: #cd3623 !important;
}

#billingTabs.nav-tabs {
    border: 0 !important;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}

#billingTabs .nav-link {
    cursor: pointer !important;
    background-color: transparent;
    border:0;
    border-radius: 5px;
}

#billingTabs .nav-link.active {
    background: #007bff;
    color: #fff;
}

#billingTabs .nav-link label {
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
}

.iac__tfa-input { text-align: center; font-size: 24px; letter-spacing: 12px; font-weight: bold; }

.td__nospace { white-space: nowrap; width: 1px; }

.iac__sale_price { font-weight: normal; margin: 0 !important; display: block;}
.iac__sale_price:first-of-type { font-size: 16px; line-height: 16px; text-decoration: line-through; opacity: .7; }
.iac__sale_price:last-of-type { font-weight: bold; font-size: 20px; line-height: 20px; color: #7f1416; }

.course-info-02__title { line-height: 22px !important;  }

.course-info-02__description { margin:10px 0; line-height: 16px; }

.header-section { position: initial !important; }

.partner-logo__logo img {
    max-width: 100% !important;
    width: auto !important;
    height: 100px !important;
}

.indicator-progress{display:none}


#calculateForms {
    padding: 30px;
    background: #001439;
}

#calculateForms h2 {
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
}

#calculateForms label {
    font-weight: bold;
    color: #fff;
}

.iac__justify_content p {
    text-align: justify !important;
}


.iac-custom-slider-title {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.iac-custom-slider-content {
    font-size: 1.75rem;
    color: #fff;
    font-weight: normal;
}

.video-container {
    padding: 10px;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 0;
}

.video-player iframe {
    border-radius: 10px;
}
