/* ****************************************************************************************************************** */
/* COMMON STYLES */
/* ****************************************************************************************************************** */

.g-recaptcha {
    display: none !important;
}

.sib-form {
    display: none;
}

.hidden-xs-up {
    display: none !important;
}

.b21-info-primary {
    color: #fff;
    background-color: rgba(213, 87, 80, 0.8);
    padding: 10px 15px;
    font-weight: bold;
}

.b21-info-primary p {
    color: rgba(240, 240, 240, 1);
    font-weight: bold;
    line-height: 24px;
}

.nav-btn {
    display: inline-flex;
}

.nav-btn,
.nav-btn img {
    width: auto;
    height: 32px;
}

.color-red {
    color: #ed6663;
}

.fw-500 {
    font-weight: 500;
}

.fwb {
    font-weight: bold;
}

.w-100 {
    width: 100% !important;
}

/********************************************************/

input,
textarea {
    border-radius: 0 !important;
}

select,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
    width: 100%;
}

label {
    line-height: 1.5;
}

.overflow-auto {
    overflow: auto;
}

/********************************************************/

.page-header {
    text-align: center;
}

.cards-container {
    background-color: #F5F5F5;
    padding: 40px 0;
}

.cards-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 100%;
}

.title-box {
    color: #137d7a;
    background-color: transparent;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}

.title-box:before,
.title-box:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #137d7a;
    width: 200px;
    overflow: hidden;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .title-box:before,
    .title-box:after {
        width: 0;
    }
    .title-box {
        display: block;
        border-bottom: 1px solid #137d7a;
    }
}

.title-box:before {
    right: 100%;
}

.title-box:after {
    left: 100%;
}

.h3-title {
    color: #137d7a;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #137d7a;
}

.submit-btn {
    background-color: #ed6663 !important;
    color: #fff !important;
}

.submit-btn:hover {
    opacity: 0.9;
}

.submit-btn-spinner {
    width: 20px;
    height: 20px;
}

.b21-button {
    cursor: pointer;
    color: #fff;
    background-color: #137d7a;
    text-transform: uppercase;
    padding: 6px 24px;
    font-weight: bold;
    display: inline-block;
}

.b21-button:hover {
    color: #fff;
}

.strike {
    text-decoration: line-through;
}

.bordered-gray {
    border: 1px solid #F5F5F5;
}

.btn:focus,
.btn:focus-visible,
.btn:active,
.btn:visited {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-secondary {
    border: 1px solid #eee !important;
    border-radius: 0;
    color: #999;
    background-color: transparent;
    text-transform: uppercase;
    padding: 8px 15px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #137d7a;
    border: 1px solid #137d7a !important;
}

/********************************************************/

.products-section {
    padding: 40px 0;
}

.products-section .products-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/********************************************************/

.form-checkbox {
    display: flex;
}

.form-checkbox label {
    color: #333;
    font-weight: normal;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: 1.9;
}

.form-checkbox input {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

input[disabled] {
    cursor: not-allowed;
}

/********************************************************/

.p-10 {
    padding: 10px !important;
}

.w-100 {
    width: 100% !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

/********************************************************/

@media (max-width: 992px) {
    .text-align-left-lg-down p,
    .text-align-left-lg-down li {
        text-align: left !important;
    }

    .padding-0-lg-down {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .text-align-left-md-down p,
    .text-align-left-md-down li {
        text-align: left !important;
    }

    .padding-0-md-down {
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    .text-align-left-sm-down p,
    .text-align-left-sm-down li {
        text-align: left !important;
    }

    .padding-0-sm-down {
        padding: 0 !important;
    }

    .font-size-12-sm-down {
        font-size: 12px !important;
    }
}

/********************************************************/