.btn-blue {
    background: #f4c80e;
    color: #000 !important;
}


.navbar-sticky .nav-help .nav-item a.btn-form {
    background-color: #f4c80d;
    color: #000;
}


.navbar-transparent .nav-help .nav-item a.btn-form {
    background-color: #f4c80d;
    color: #000;
}


.plan-list {
}

.plan .title {
    margin-bottom: 9px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 22px;
}

.plan hr {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 20%;
    border: 1px solid #f4c80d;
}

.btn-outline {
    border: 1px solid #000000;
}

a {
    color: #000000;
}

.intro-content p {
    line-height: 38px;
}


.footer {
    background-color: #000000 !important;
    color: #807f82;
    font-size: 90%;
}

    .footer a {
        color: #626167;
    }

.footer-widget {
    padding-top: 22px;
}

    .footer-widget .title-box {
    }

    .footer-widget .links-list {
        padding: 0;
        margin: 0;
    }

        .footer-widget .links-list li {
            list-style: none;
            line-height: 29px;
        }

.plan-block {
    margin-top: 70px;
    margin-left: 21px;
    width: calc(100% - 41px);
    padding-left: 0px;
    padding-right: 19px;
    padding-top: 28px;
    padding-bottom: 28px;
    background-color: #00264a;
    /*box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);*/
    box-shadow: unset !important;
    color: #c7c7c7;
}

    .plan-block img {
        padding: 0px;
        padding-right: 4px;
        width: 105%;
        margin-bottom: 18px;
    }


    .plan-block .title {
        color: #fff;
    }

.btn {
    border-radius: 0px;
}

.form-group {
    margin-bottom: 10px;
    /*height: 98px;*/
}

.form-check {
    height: 65px;
}

.register-tooltip {
    text-align: center;
    font-size: 80% !important;
    color: #9c9c9c;
    line-height: 1.8em !important;
    margin-top: 23px;
}
