.referralform input {
    background: #eaeaea !important;
}

.site-header {
    background-color: rgb(41, 60, 64);
}
.home .site-header {
    background-color: rgba(41, 60, 64, 0.25);
}
.home #content {
    margin-top: 0 !important;
}

.site-header.scrolled {
    background-color: #293c40;
}
.no-margin-bottom{
    margin-bottom:0 !important;
}
.home section.main-content-area {
    padding: 0;
}
.home section.home-plans.plans h2 {
    text-align: center;
}
.quote-form .gform_wrapper ul li.gfield {
    margin-top: 0;
}
.quote-form li#field_1_4 {
    margin-top: 20px;
}
.quote-form .gform_button {
    background: #136bad;
    color: #fff;
    font-weight: 500;
    padding: 16px 30px;
    width: 100% !important;
}
.slide-content p {
    color: #fff;
}
@media screen and (min-width: 1100px) {
.plan-block {
    width: 24%;
}
}

@media screen and (max-width: 1100px) {
.plan-block {
    width: 49%;
}
}

@media screen and (max-width: 640px) {
.plan-block {
    width: 100%;
}
}