/* 
    QUICK SEARCH COMPONENT
*/
.fld-reset .cta-section {
    background-color: rgba(52, 178,51,.07);
    padding: 25.5px 7.5px 30px;
}
.fld-reset .cta-section .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
.fld-reset .cta-section .container::after, 
.fld-reset .cta-section .container::before {
    content: '';
    display: none;
}
.fld-reset .cta-section .container .cta {
    background: #fff;
    margin: 2% 0;
    width: 48.2%;
    height: 65px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    transition: box-shadow .3s;
}
.fld-reset .cta-section .container a.cta:hover {
    box-shadow: 0 3px 9px rgb(0 0 0 / 30%);
    text-decoration: none;
}
.fld-reset .cta-section .container .cta img {
    display: none;
}
.fld-reset .cta-section .container a.cta h5 {
    /* color: #00851B; */
    color: #31b337;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.9rem;
    text-decoration: none;
}

@media (min-width: 768px) {
    .fld-reset .cta-section {
        padding: 20px 15px;
        margin: 0 auto;
    }  
    .fld-reset .cta-section .container .cta {
        height: 100%;
        margin: 15px 0;
        min-height: 80px;
        padding: 0 10px 0 20px;
        display: flex;
        justify-content: left;
        text-decoration: none;
    }
    .fld-reset .cta-section .container .cta img {
        display: block;
        width: auto;
        margin-right: 15px;
    }
    .fld-reset .cta-section .container a.cta h5 {
        /* color: #00851B; */
        color: #31b337;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.9rem;
        text-decoration: none;
        margin: 0;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .fld-reset .cta-section .container .cta {
        width: 22%;
    }
}