.financial-box{
    margin-bottom: 0!important;
}

@media only screen and (max-width: 576px) {
.th-btn.btn-sm {
    padding: 11px 23px;
}
  }

.banking-details li {
    font-size: 16px;
    font-weight: 400;
    /* padding: 0 0 0 16px; */
    margin-bottom: 10px!important;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border: none;
    position: relative;
    box-shadow: none;
    color: var(--body-color);
}

.footer-contact-address li i {
    color: var(--theme-color);
}

.footer-contact-address li a {
    color: var(--body-color);
}

.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
    text-align: center;
}

.footer-count span {
    color: #f0f0f0;
}

.about2-title-wrap .sec-title {
    font-size: 32px;
    line-height: 1.208;
    font-weight: 700;
}

.about-pragraph {
    text-align: justify;
}

.sub-title2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: capitalize;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.app-p{
    text-align: justify;
}

@media only screen and (max-width: 576px) {
.mobile-sec-title {
    line-height: 24px!important;
}
.counter-area-4 .sub-title{
        font-size: 22px!important;
}

.scroll-down{
    display: none;
}

  }
  
  @media (max-width: 991px) {
.footer-layout1 .footer-top {
    padding: 10px 0!important;
}
}



@media (max-width: 575px) {
    .footer-layout1 .widget-area {
        padding-top: 10px!important;
    }
}