.cookie-alert {
    background-image: linear-gradient(to right,#1f3fb5 0%,#2273e0 100%);
    color: #fff;
}
.cookie-alert a {
    color: #fff;
    text-decoration: underline;
}
@media(min-width: 576px){
 .modal-dialog{
 max-width: 65%;
}
}
@media (max-width: 991.98px){
   body .promotionIntro__image .image a{background-size: 230%;background-position: top right; transform: none;}
   body .promotionIntro__image .image a:after{padding-top: 85%;}
}

ul.footer__contact.topFooter{
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.footer__contact.topFooter li:first-child{
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted;
}
ul.footer__contact.topFooter li span{
    max-width: 50%;
    display: block;
}
ul.footer__contact.topFooter li:not(:first-child){
    flex: 0 0 47%;
    max-width: 47%;
}

@media (min-width: 992px){
    .footer__menu ul > li a {
        white-space: pre-wrap;
    }
}

a.btn.btn-sm.btn-danger {
    display: none;
}
@media (min-width: 992px){
    .colWidth{flex:0 0 70%; max-width: 70%}
 }
ul.footer__contact.topFooter li:not(:first-child){flex: 0 0 50%; max-width: 50%}

.btn.btn-sm.btn-outline-primary.btn-call{
    display: none;
}

@media (max-width:767px){
    .btn.btn-sm.btn-outline-primary.btn-call{
        display: block;
    }
    .navbar__content::before {
        background-image: none;
    }
    .navbar__content {
        border-top: 0;
    }
}
.modal.infoModal .modal-content .modal-body .btn.btn-sm .text, .modal.infoModal .modal-content .modal-body .btn-group-sm > .btn .text {
    padding-left: 0px !important;
}

/*Tam easy custom CSS*/

.methodTab__nav li {
    width: 33%;
}
.methodTab__nav--2 li {
    padding: 10px;
}
.theLoanDesc__inner {
    max-width: 100%;
}
.boxLocator {
    display: none 
}
.footer-widget.text-center.footer_widget {
    margin-bottom: 55px;
    margin-top: 20px;
}
p.footer_widget_des {
    font-family: Roboto, sans-serif;
    color: #000000;
    font-size: 14px;
}
p.footer_widget_des span {
    color: #194796;
    font-weight: bold;
}
.joinCulture .joinCultureWhyContent__title {
    padding-left: 0;
    padding-right: 0;
}
.widget_left h5 {
    font-weight: normal;
}
.widget_left p {
    padding-top: 13px;
}