.footer{
        background-color: #4C60A5;
    position: relative;
}
.footer .topFooter {
    padding: 80px 0px 100px;
}
@media only screen and (min-width: 1200px) {
    .footer .container {
        max-width: 1110px;
    }
}
.footer .container {
    flex-wrap: wrap;
}
.footer .block {
    width: 22%;
}
.footer .heading {
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 40px;
}

@media (min-width: 991.98px) {
    .collapse.dont-collapse-md {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}
.footerLinks li {
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.footerLinks li a {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
}
.footer .bottomFooter {
    background-image: url(../images/footer-curb-bg.svg), linear-gradient(to top, #223b81 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
    padding: 100px 0px 66px;
}
@media only screen and (min-width: 1200px) {
    .footer .container {
        max-width: 1110px;
    }
}
.footer .container {
    flex-wrap: wrap;
}
.footer .bottomFooter .col50 {
    max-width: 48%;
}
.lan-select {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.lan-select .selectBtn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: blue;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    background-color: white;
    border: 1px solid #001C5C;
    padding: 8px 40px 8px 20px;
    border-radius: 30px;
    position: relative;
}
.lan-select .selectBtn img {
    width: 18px;
}
.footer .social {
    text-align: right;
}
.footer .social a {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 36px;
    color: #314572;
    width: 36px;
    height: 36px;
    border: 1px solid #001C5C;
    border-radius: 50%;
    background-color: #eef4f8;
    text-align: center;
    overflow: hidden;
    margin-right: 10px;
}
.footer .bottomFooter .terms {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 43px;
    text-align: right;
        list-style: none;
}
.footer .bottomFooter .terms a {
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.bottomFooter p{
    color:white !important;
}
@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }
}
.footer .bottomFooter p {
    color: white;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 40px;
}
