.registration_tabs .tabs img {
    height: 129px;
}
.registration_tabs li {
    text-align: center;
    width:20%;
}
.registration_tabs li a {
    display: inline-block;
    float: none !important;
}
.registration_tabs .texts {
    margin:20px 0 100px 0;
}

@media only screen and (max-width: 767px) {
    .registration_tabs li {
        width: 30%;
    }
    .registration_tabs li:nth-child(even) {
        width: 5%;
    }
    .registration_tabs .tabs img {
        height: 80px;
    }
}

.registration-page {
    width: 100%;
    margin-top: -1rem;
    position: relative;
}

.page-content {
    position: relative;
}
.page-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/upload/homeBanners/main-banner-1565688354.jpg);
}

.registration-page .tab-content {
    padding: 0;
    background: #fff;
    border: none;
    overflow: hidden;
}

.registration-page .registration-box.notes {
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.chosen-container.is-invalid .chosen-single {
    border-color: #b83c2a !important;
}
