.footer1 {
    display: block;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    /* background: #f1f1f6; */
    position: relative;
    padding-top: 100px;
    padding-bottom: 0;
    background: #f9f8ff;
}

.footer1:after {
}

.footer-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

.footer-top .payment-icons img {
    width: 180px;
}

.footer-top .customer-review {
    display: flex;
}

.footer-top .customer-review a {
    line-height: 1;
}

.footer-top .customer-review a i.material-icons {
    font-size: 18px;
}

.footer-top .customer-review a span {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #5f5f5f;
}

._links {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    position: relative;
    z-index: 2;
}

._links ._sections {
    display: flex;
    flex-flow: column;
    margin: 30px 20px;
}

._links ._sections h3.section_title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 3px solid #ddd;
    padding-bottom: 5px;
}

._links ._sections ul {
    margin: 0;
}

._links ._sections ul a {
    color: #4f4f4f;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
    line-height: 1.75;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

._links .container {
    justify-content: space-evenly;
}

._review {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #ECEFF1;
    border-bottom: 1px solid #ECEFF1;
    padding: 20px 0px;
    position: relative;
    z-index: 2;
}

._review .container {
  justify-content: space-around;
}

._review .payment-icons img {
    width: 180px;
}

._review .payment-icons img {
    width: 180px;
}


._review .customer-review {
    display: flex;
}

._review .customer-review i.material-icons {
    font-size: 18px;
}

._review .customer-review a span {
    font-size: 14px;
    font-weight: bold;
}

._right_reserved {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    background: #da3327;
    position: relative;
    z-index: 2;
}

._right_reserved a.cgray {
    color: #E0E0E0;
    margin: 0px 10px;
}
