.select-plan {
    background: #16326a;
}

.form-control {
    border: 0;
}

.text-purple {
    color: #16326a !important;
}

.header {
    background: url(../img/hero-bg.webp) center top no-repeat;
    background-size: cover;
}

.fixed-top.scrolled {
    background: linear-gradient(90deg, #16326A 0, #35579C 90%) !important;
}

.benefits {
    background: url(../img/hero-bg.webp) center top no-repeat;
    background-size: cover;
}

.footer {
    background: url(../img/hero-bg.webp) center top no-repeat;
    background-size: cover;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #16326a !important;
}

.navbar-nav .demo-button:hover {
    background: #16326a !important;
}

.select-plan, .learn-more {
    background: #fff;
    border: 1px solid #202b62;
    color: #202b62;
}

.select-plan:hover, .learn-more:hover {
    background: #202b62;
    border: 1px solid #202b62;
    color: #fff;
}

.learn-more-submit {
    background: #202b62;
    border: 1px solid #202b62;
    color: #fff;
}

.learn-more-submit:hover {
    background: #fff;
    border: 1px solid #202b62;
    color: #202b62;
}

.logo {
    width: 143px;
    margin: 10px auto;
}

.contact-us-left {
    background: linear-gradient(90deg, #16326A 0, #35579C 90%) !important;
    padding: 18px;
    line-height: 25px;
    border-radius: 20px;
}

.contact-us-left h2, .contact-us-left p, .contact-us-left .fa-phone:before, .contact-us-left .fa-envelope:before {
    color: #fff !important;
}

.form-control2 {
    background: rgb(139 139 139 / 8%);
}

.logo-footer {
    width: 125px;
}
