.banking-details {
    position: relative;
}

.banking-details li {
    position: relative;
    margin-bottom: 5px;
}

.banking-details li {
    position: relative;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    /* padding-left: 15px; */
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ssi {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%!important;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    z-index: 1;
    /* margin-right: 10px; */
}

.footer-count {
    color: #f0f0f0 !important;
    text-align: center;
}

.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 80px;
    text-align: center;
}

.footer-count {
    color: #f0f0f0 !important;
    text-align: center;
}


/* cistom css */

.whats-new {
    background-color: #efefef;
    width: 100%;
    height: 60px;
}

.headline-title {
    font-size: 20px;
    background-color: #a9134b;
    color: #fff;
    height: 100%;
    min-width: 278px;
    position: relative;
    margin-right: 40px;
    font-weight: 500;
}

.headline-title::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #a9134b;
    position: absolute;
    right: -8px;
}

.headline-text {
    font-size: 16px;
    color: #787878;
    display: flex;
    font-weight: normal;
    padding-right: 68px;
}

.link-green {
    font-size: 18px;
    color: #2b2b72;
    font-weight: 500;
    text-decoration: underline;
}


/* cistom css */