h3.section_title.lender_title {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #222222 !important;
    line-height: 56px;
}

.containerwidth {
    width: 100%;
}

.wrapper {
    margin-bottom: 10px;
    background: #fff !important;
    box-shadow: 0px 1px 9px #ebebeb;
    border-radius: 4px;
    border: 1px solid #ebebeb !important;
    margin-bottom: 20px !important;
}

.toggle {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 0;
    padding-top: 26px;
    padding-right: 50px;
    padding-bottom: 26px;
    padding-left: 20px;
}

.content {
    position: relative;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

i.fa-thin.fa-circle-plus,
i.fa-thin.fa-circle-minus {
    content: attr(data-icon);
    color: #005695;
    font-size: 20px;
    border-radius: 0px;
    font-weight: 300;
    margin-right: -20px !important;

}

.element-item.col-md-12.grid-item {
    position: relative !important;
    left: unset !important;
    top: unset !important;
}

.blog_title {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #222 !important;
    text-align: left;
    line-height: 1.7rem;
    border: none !important;
}

.wp-block-search {
    color: #fff !important;
    background: #134B8C !important;
    padding: 16px 30px !important;
    margin: auto !important;
    max-width: 60%;
}

div#et-main-area {
    overflow: hidden;
}

.wp-block-search .wp-block-search__inside-wrapper {
    background-color: #ffff !important;
}

.wp-block-search__inside-wrapper {
    border: 0 !important;
}

.wp-block-search .wp-block-search__input {
    border: 0 !important;
    width: 85% !important;
    height: 24px !important;
    margin-bottom: 10px;
    margin-top: 10px;

}

.wp-block-search__button {
    background-color: #005695 !important;
    color: #fff !important;
    height: 36px !important;
    width: 108px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sidebar {
    border: 1px solid #ddd;
    direction: rtl;
    overflow: auto;
    max-height: 676px;
    margin-bottom: 50px;
}

.sidebar .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.sidebar .row {
    direction: ltr;
}

.sidebar li.dropdown {
    padding: 0px !important;
}

li.dropdown {
    list-style-type: none;
}

.sidebar .row a.active {
    color: #134b8c !important;
    font-weight: 500;
}

.sidebar .row a.active {
    color: #134b8c !important;
    font-weight: 500;
}

.sidebar .row a {
    border-bottom: 1px solid #ddd;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 5px 14px;
    opacity: 1;
    list-style-type: none !important;
    letter-spacing: 0.22px;
    color: #9F9F9F;
    line-height: 30px;
}

a.dropdown-bb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

a.dropdown-bb.active .fa.fa-caret-down {
    transform: rotate(0deg);
}

a.dropdown-bb i.fa.fa-caret-down {
    float: right;
    margin-top: 2px;
}

.sidebar .dropdown-container {
    padding: 4px 14px;
}

.sidebar .row .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.filter-button-group,
ul.filter-button-groups {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0px;
}

.sidebar label {
    margin-bottom: 0px !important;
    margin-bottom: 16px !important;
}

.sidebar label {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar .checkbox {
    font-size: 15px;
}

input.active.current-cat {
    color: #005695 !important;
    font-size: 14px !important;
    font-weight: bold;
}

.sidebar input:checked+span {
    color: #005695;
    padding-left: 2px;
    font-weight: bold;
}

.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_center.et_pb_bg_layout_light {
    padding: 45px 0 0;
}
button:focus {
    outline: 1px dotted !important;
    outline: none !important;
}

.grid.row.justify-content-center {
    height: unset !important;
}

.content p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.sub-category {
    margin-left: 30px;
}

@media only screen and (max-width: 769px) {
    .toggle {
        padding-right: 25px !important;
    }
}