.footer-wide *, .footer-wide:before, .footer-wide:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.footer-wide {
    margin-top: 40px;
    background-color: #0b2254;
    color: #fbfbfb;
    color: rgba(255, 255, 255, 0.7);
}
.footer-wide p {
    font-size: 12px;
}
.footer-wide h5 {
    color: #fff;
    margin: 0 0 18px;
    font-size: 16px;
    /* font-size: 1.125rem; */
}
@media (max-width: 575px) {
    .footer-wide h5 {
        margin: 25px 0 10px;
    }
}
.footer-wide a, .footer-wide a:hover {
    text-decoration: none;
}
.footer-wide .links li a {
    font-size: 14px;
}
.footer-wide ul {
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
}
.footer-wide .links li {
    line-height: 22.4px;
}
.footer-wide ul li {
    margin-bottom: 5px;
    /* line-height: unset !important; */
}
.footer-wide ul li a, .mobile-web-link {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: 0.7;
}
.footer-wide ul li a:hover {
    text-decoration: none;
}
.footer-wide ul li a:hover,
a.mobile-web-link:hover {
    color: #fff;
    /* color: #f37721; */
    opacity: 1;
}
.footer-wide ul li a i {
    margin-right: 10px;
    color: #fff;
}
.footer-wide ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}
.footer-wide ul.links li a:hover:after {
    opacity: 1;
    color: #f37721;
}
.footer-wide ul.links li a:after {
    font-family: 'ElegantIcons';
    content: '\24';
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer-wide ul.contacts li a i {
    margin-right: 10px;
}
.footer-wide hr {
    opacity: 0.1;
    margin: 30px 0;
    border:1px solid #ededed;
    /* opacity: 1; */
}
.footer-wide #copy {
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    opacity: 0.7;
}
@media (max-width: 767px) {
    .footer-wide #copy {
        text-align: left;
        margin: 5px 0 20px;
    }
}
#newsletter .form-group {
    position: relative;
}
#newsletter .loader {
    position: absolute;
    right: -20px;
    top: 11px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
}
#newsletter h6 {
    color: #fff;
    margin: 15px 0;
    font-size: 16px;
}
#newsletter .form-group {
    position: relative;
}
#newsletter input[type='email'] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    width: 100% !important;
}
#newsletter input[type='email']:focus {
    border: 0;
    box-shadow: none;
}
#newsletter input[type='submit'] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #0a73b7;
    /* background-color: #f37721; */
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    text-transform: unset !important;
    text-shadow: none !important;
}
#newsletter input[type='submit']:hover {
    background-color: #0a73b7;
    /* color: #222; */
}
.follow_us {
    margin-top: 15px;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}
.follow_us h5 {
    color: #fff;
}
.follow_us ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    /* font-size: 1.25rem; */
}
.follow_us ul li:first-child {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    /* font-size: 13px;
    font-size: 0.8125rem; */
}
.follow_us ul li a {
    color: #fff;
    opacity: 0.7;
}
.follow_us ul li a:hover {
    opacity: 1;
}
ul#.footer-wide-selector {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#.footer-wide-selector li {
    float: left;
    margin-right: 10px;
}
@media (max-width: 575px) {
    ul#.footer-wide-selector li:last-child {
        margin-top: 5px;
    }
}
.captcha-text {font-size: 12px;}
.country-links {
    margin: 0;
    padding: 8px 0 0;
    font-size: 12px;
}
.country-links li {
    display: inline-block;
    margin-right: 15px;
}
.country-links li:after {
    content: '|';
    font-weight: 300;
    position: relative;
    left: 10px;
    opacity: 0.5;
}
.country-links li:last-child:after {
    content: '';
}


ul#additional_links {
    margin: 0;
    padding: 8px 0 0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
    float: right;
}
@media (max-width: 991px) {
    ul#additional_links {
        float: none;
        margin-top: 10px;
    }
}
ul#additional_links li {
    display: inline-block;
    margin-right: 15px;
}
ul#additional_links li:first-child {
    margin-right: 20px;
}
ul#additional_links li:last-child:after {
    content: '';
}
ul#additional_links li span {
    color: #fff;
    opacity: 0.5;
}
ul#additional_links li a {
    color: #fff;
    opacity: 0.5;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul#additional_links li a:hover {
    opacity: 1;
}
ul#additional_links li:after {
    content: '|';
    font-weight: 300;
    position: relative;
    left: 10px;
}
.bank-logos {
    display:flex;
    margin-bottom: 0;
    align-items: center;
    gap: 8px;
}
/* .bank-logos li {
    float: left;
    margin-right: 10px;
} */
.bank-logos li {
    border-radius: 5px;
    padding: 4px 8px;
    display: flex;
}
.bank-logos li:nth-child(1){background: #3171B8;}
.bank-logos li:nth-child(2){background: #274F8C;}
.bank-logos li:nth-child(3){background: #123293;}
.bank-logos li:nth-child(4){background: #163C75;}
.bank-logos li:nth-child(5){background: #327494;}
.bank-logos li:nth-child(6){background: #284291;}
.bank-logos li:nth-child(7){background: #F1BE46;}
.bank-logos li:nth-child(8){background: #DB4433;}
.bank-logos li:nth-child(9),
.bank-logos li:nth-child(10),
.bank-logos li:nth-child(11),
.bank-logos li:nth-child(12){background: #FFF;}
.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}


.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.formErrorInsideDialog.formError {
    z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
    z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
    z-index: 5006;
}

.formError {
    position: absolute;
    top: 300px;
    left: 50%!important;
    display: block;
    cursor: pointer;
}

.formError .formErrorContent {
    background: #a8090d;
    color: #fff;
    width: 150px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    padding: 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #fff;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body.rtl .formError .formErrorArrow,
body[dir='rtl'] .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    height: 1px;
    background: #a8090d;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #fff;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}