a {
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.slider-small {
    position: relative;
    background: linear-gradient(45deg, #79CB42, rgba(0, 0, 0, 0.18) 75%), url(../images/landing.svg) no-repeat center center;
    background-size: cover;
    background-position: center;
    padding: 7rem;
}

@media (max-width: 768px) {
    .slider-small {
        padding: 5rem;
    }
}

.slider-small-content {
    text-align: center;
}

@media (max-width: 576px) {
    .slider-small-content {
        top: 164px;
        margin: 0 12px;
    }
}

.slider-small-content h1 {
    margin-bottom: 10px;
    margin-top: 0;
    text-shadow: 1px 1px 55px rgba(0, 0, 0, 0.47);
    letter-spacing: -2px;
}

.slider-small-content h3 {
    color: #ffffff;
    line-height: 1.3;
    font-size: 26px;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.37);
    font-weight: 400;
    max-width: 790px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .slider-small-content h3 {
        font-size: 24px;
    }
}

.form-small-wrap {
    margin: 75px 0 0;
}

@media (max-width: 576px) {
    .form-samll-wrap {
        margin-top: 50px;
    }
}

.display-2 {
    color: #16325C !important;
}

.modal-header {
    background: #16325C!important;
}

.footer-bottom {
    background: #16325C!important;
}

.display-5 {
    color: #16325C !important;
}

.display-7 {
    color: #16325C !important;
}

ol {
    color: #16325C !important;
}

ul {
    color: #16325C !important;
}

.btn-group1 {
    border: solid 1px #16325C !important;
}

.btn-form2 {
    font-size: 30px;
    padding: 17px;
    width: 32%;
    background: #71bf44;
    color: #ffffff;
    border: solid 1px #16325C;
    cursor: pointer;
    border-radius: 0 !important;
}

.btn-form2:focus {
    outline: none;
}

@media (max-width: 992px) {
    .btn-form2 {
        font-size: 20px;
        line-height: 1.8;
    }
}

@media (max-width: 576px) {
    .btn-form2 {
        padding: 16px;
        font-size: 20px;
        width: 100%;
    }
}

.btn-form2 i {
    vertical-align: middle;
}

.btn-form {
    background: #16325C !important;
}

.card-number-half {
    width: 60% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}