@media (min-width: 1400px) {
    .container {
        max-width: calc(1400px - 145px);
    }
}

footer {
    background-color: var(--night);
    padding: 48px 0 0;
}

footer .footer-seo-links {
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    footer .footer-seo-links {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    footer .footer-seo-links .dropdown {
        margin-bottom: 20px;
    }
}

footer .footer-seo-links .dropdown.show .dropdown-toggle {
    background: transparent;
}

footer .footer-seo-links .dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

footer .footer-seo-links .dropdown-toggle::after {
    background: url("/static/images/chevron-down-white.svg") no-repeat center right;
    width: 16px;
    height: 9px;
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}

footer .footer-seo-links .dropdown-toggle[aria-expanded=true] {
    color: var(--primaryLight);
    border: 1px solid var(--primaryLight);
}

footer .footer-seo-links .dropdown-toggle[aria-expanded=true]::after {
    background: url("/static/images/chevron-up-primary-light.svg") no-repeat center right;
    width: 16px;
    height: 9px;
    vertical-align: middle;
}

footer .footer-seo-links .dropdown-menu {
    width: 100%;
    padding: 0px;
}

footer .footer-seo-links .dropdown-menu .dropdown-item {
    padding: 10px 16px;
    white-space: normal;
    color: var(--night);
}

footer .footer-seo-links .dropdown-menu .dropdown-item:hover, footer .footer-seo-links .dropdown-menu .dropdown-item:active {
    background: var(--dayLight);
}

footer .footer-heading {
    color: var(--dayDark);
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    footer .footer-heading {
        border-bottom: 1px solid var(--grey90);
        background: url(/static/images/chevron-down-white.svg) no-repeat 99.8% 24px;
        padding: 20px 44px 20px 0;
        margin-bottom: 0px;
    }

    footer .footer-heading[aria-expanded=true] {
        background: url("/static/images/chevron-up-white.svg") no-repeat 99.8% 24px;
    }
}

@media (max-width: 767px) {
    footer .footer-heading {
        font-size: 20px;
    }
}

footer ul {
    padding: 0;
    margin-bottom: 93px;
}

@media (max-width: 991px) {
    footer ul {
        margin: 24px 0px 0px;
    }
}

footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    footer ul li {
        margin-bottom: 20px;
    }
}

footer ul li .intel-text {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--white);
    font-size: 14px;
}

footer ul li .intel-text.active {
    font-weight: 700;
}

footer ul li .intel-text::after {
    content: " | ";
    color: var(--white);
    margin: 0 10px;
    font-size: 16px;
    font-weight: 400;
}

footer ul li .intel-text:last-child::after {
    content: none;
}

footer ul li .intel-text.globe {
    background: url(/static/images/globe-white.svg) no-repeat left;
    background-size: 24px;
    padding-left: 30px;
}

footer ul li .intel-text.flag-usa {
    background: url(/static/images/flag-usa.svg) no-repeat left;
    background-size: 20px;
    padding-left: 30px;
}

footer ul li .intel-text.flag-india {
    background: url(/static/images/flag-india.svg) no-repeat left;
    background-size: 24px;
    padding-left: 30px;
}

footer ul li a {
    color: var(--white);
    font-size: 14px;
}

footer ul li a:hover {
    color: var(--white);
}

footer p {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 16px;
    color: var(--white);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    footer p {
        margin-top: 16px;
    }
}

@media (max-width: 991px) {
    footer .social-links {
        margin-bottom: 24px;
    }
}

footer .social-links .social-icon {
    margin-right: 16px;
    display: inline-flex;
}

footer .social-links .social-icon img {
    width: 24px;
    height: 24px;
}

footer .social-links .social-icon:last-child {
    margin-right: 0px;
}

.copyright {
    background-color: var(--nightDark);
}

.copyright span {
    color: var(--white);
    font-size: 12px;
    line-height: 16px;
    padding: 12px 0;
    display: block;
    text-align: center;
}
