body {
    font-family: var(--e-global-typography-primary-font-family), "Arial", "sans-serif";
}

.mr-5 {
    margin-right: 5px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.ml-15 {
    margin-left: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.pr-8 {
    padding-right: 8px;
}
.clearfix {
    clear: both;
}
.fs-14 {
    font-size: 14px;
}
.top-bar {
    background-color: #094f74;
    padding: 30px;
}
.top-bar .cta-orange, .top-bar .cta-secondary {
    min-width: 175px;
}
.btn i.fal {
    padding-right: 5px;
    font-size: 14px;
}
.cta-orange, .cta-secondary {
    background-color: #FFA41C;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}
.cta-secondary {
    background-color: #FAFAFA;
    color: #2B7CAB;
}
.top-header-img {
    /* background: url('https://www.agavehomeloans.com/wp-content/uploads/2020/11/bailey-anselme-Bkp3gLygyeA-unsplash.jpg');
    background-size: cover; */
    position: relative;
    max-height: 350px;
    overflow: hidden;
    background: linear-gradient(0deg, #000 100%, #fff4 100%);
    margin: auto;
}
.top-header-img img {
    opacity: .5;
}
.header-copy {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 600px;
}
.header-h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 42px;
}
.header-h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.better-terms .header-copy {
    top: 40%;
}
.text-center {
    text-align: center;
}
.section-heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2678A9;
    margin-top: 45px;
}
.section-heading-2 {
    background: #2678A9;
    border-radius: 10px;
    padding: 15px 35px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.section-heading-inner {
    max-width: 54%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.review-card {
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 15px 30px;
}
.blue-icon {
    background: #2678A9;
    border-radius: 10px;
    padding: 2px 13px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    float: left;
    margin-right: 10px;
    width: 56px;
    text-align: center;
    padding: 5px 0px;
}
.choose-sub-header {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2678A9;
    margin-bottom: 30px;
}
.choose-copy {
    line-height: 20px;
    color: #717171;
}
.fa-star{
    color: #FFA41C;
}
.review-card img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.review-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-top: 25px;
}
.review-text {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 15px;
    min-height: 290px;
}
.light-blue {
    background: #EAF7FF;
}
.blue-card {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 30px 30px;
    min-height: 195px;
}
.blue-card a {
    text-decoration: none;
    color: #2B7CAB;
}
.blue-card-copy {
    display: none;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 20px;
    color: #717171;
    margin-top: 8px;
}
.blue-card.blue-card-hover {
    font-size: 16px;
    text-align: left;
    padding: 15px;
}
.blue-card.blue-card-hover i {
    font-size: 30px !important;
    margin-bottom: 10px !important;
}
.footer-blue {
    background: #094f74;
    color: #fff;
    padding: 30px 0;
}
.footer-blue hr {
    border-top: 1px solid #fff;

}
.footer-blue a {
    color: #fff;
}
.blue-card {
    font-size: 18px;
    color: #2B7CAB;
    border: 1px solid #f0f0f0;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.blue-card i {
    font-size: 60px;
    color: #2B7CAB;
    margin-bottom: 15px;
}
.slick-prev:before, .slick-next:before {
    color: #2B7CAB !important;
}
.modal-body {
    text-align: center;
}
@media(min-width:768px){
    .dk-float-right {
        float: right;
    }
    .dk-float-left {
        float: left;
    }
    .dk-mr-5 {
        margin-right: 5px;
    }
}
@media(max-width: 900px){
    .top-bar button {
        margin-top: 15px;
    }
    .section-heading-inner {
        max-width: 100%;
    }
    .better-terms .header-copy {
        top: 5%;
    }
    .header-copy {
        padding: 10px;
        width: 100%;
        top: 1%;
    }
    .header-copy button {
        margin-bottom: 10px;
    }
    .better-terms .top-header-img img {
        min-width: 475px;
    }
    .top-header-img .img-fluid {
        min-width: 830px;
    }
    .mb-max-width-100 {
        max-width: 100% !important;
    }
    .mb-hidden {
        display: none;
    }
    .mb-mt-15 {
        margin-top: 15px;
    }
    .mb-text-center {
        text-align: center;
    }
}
@media(max-width: 451px){
    .header-h1 {
        font-size: 26px;
    }
    .header-h2 {
        font-size: 16px;
    }
    .review-card {
        padding: 15px;
    }
    .top-header-img {
        min-height: 415px;
    }
    .better-terms .top-header-img {
        min-height: unset;
    }
    .better-terms .top-header-img img {
        min-width: 775px;
    }
    .top-header-img .img-fluid {
        min-width: 1160px;
    }
}