.echron-footer {
    padding-top: 35px;
}

.echron-footer .footer-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.echron-footer .footer-box .column {
    width: 100%;
    margin: 1%;
}

.echron-footer .footer-box .column h3 {
    font-weight: 600;
}

.echron-footer .footer-box .column .sm-text {
    font-size: 12px;
}

.echron-footer .footer-box .column .cc-num {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.echron-footer .footer-box .column .box2 {
    margin-top: 35px;
}

.echron-footer .footer-box .column ul {
    list-style: none;
}

.echron-footer .footer-box .column ul li {
    margin: 10px 0;
}

.echron-footer .footer-box .column ul li a {
    color: #000;
    padding: 5px 0;
}

.echron-footer .footer-box .column ul li a:hover {
    color: #023d1b;
}

.echron-footer .footer-box .column .payment {
    border-radius: 5px;
    text-align: center;
    width: 60%;
    padding: 10px;
    transition: 0.4s all ease-in;
}

.echron-footer .footer-box .column .payment span {
    color: #fff;
    font-weight: 600;
}

.echron-footer .footer-box .column .payment:hover {
    background-color: #ccc;
}

.echron-footer .footer-box .column .payment:hover span {
    color: #079441;
}

.echron-footer .footer-box .column .modes {
    margin-top: 35px;
}

.echron-footer .feet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.echron-footer .feet a {
    color: #000;
}

.echron-footer .feet a:hover {
    color: #023d1b;
}

.echron-footer .feet .left,
.echron-footer .feet .right {
    display: flex;
}

.echron-footer .feet .left .copy-rt {
    margin-right: 5px;
}

.echron-footer .feet .left .terms a {
    margin: 0 10px;
}

.echron-footer .feet .right {
    list-style: none;
    width: 35%;
    justify-content: flex-end;
    text-align: center;
}

.echron-footer .feet .right .icon {
    width: 100%;
    cursor: pointer;
}

.echron-footer .feet .right .icon .underline {
    text-decoration: underline;
}

.echron-footer .feet .right .smedia {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 195%;
}