.btn-custom {
    background-color: #990000 !important;
    border: 1px solid #990000 !important;
}

.section-title-border {
    background-color: #990000 !important;
}

.bg {
    opacity: .1 !important;
}

.features-area::before {
    width: 100%;
    height: 45.5%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #212529;
    content: '';
}

.features-area {
    position: relative;
    z-index: 1;
}

.features-area .section-title h2,
.features-area .section-title p {
    color: #ffffff;
}

.section-title {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.section-title h2 {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 600;
}

.tab-content {
    background-color: #F3F3F3;
    padding: 70px;
}

.tab-content .nav-tabs .nav-link.active {
    border-bottom: none;
    border-color: transparent !important;
}

.nav.nav-tabs li a {
    background-color: #212529;
    color: #ffffff;
    padding: 25px 100px;
    font-size: 15px;
    text-align: center;
}

.nav.nav-tabs li a.active {
    background-color: #F3F3F3;
    color: #384656;
    border-radius: 5px 5px 0 0;
    padding: 25px 100px;
}

.nav.nav-tabs li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-link {
    display: flex;
    flex-direction: column;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.display-table {
    position: relative;
    z-index: 2;
}

.features-icon {
    font-size: 2.5rem;
    color: #A32E2E;
    margin-bottom: 1rem;
}

.navbar-toggler {
    border-color: #000000;
}

.home-registration-form {
    padding: 15px 32px 32px 32px;
    border-radius: 15px;
    border: 2px solid #ffffff;
    background-color: #00000082;
}

.features-video {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    padding-bottom: 60px;
}

.features-video::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    background: #384656;
    z-index: -1;
}

.navbar-toggler:focus {
    box-shadow: none;
}

#alertsArea {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    width: 50%;
}

.featured-listc li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 0;
}

@media only screen and (max-width: 576px) {
    .tab-content {
        padding: 2rem;
    }

    .features-video {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .nav.nav-tabs li {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .nav.nav-tabs li a,
    .nav.nav-tabs li a.active {
        padding: 10px 17px;
        font-size: 13px;
    }

    .features-area::before {
        height: 65%;
    }
}