.footer-section {
    background-color: #25262a;
    color: #fff;
}

.footer-section .widget {
    margin-bottom: 30px;
}

.footer-section .widget:last-child {
    margin-bottom: 40px;
}

.footer-section .widget-title {
    color: #fff;
    font-family: ProximaNova-Bold;
    margin-bottom: 15px;
}

.footer-section ul li {
    list-style: none;
}

.footer-section ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-section ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-family: ProximaNova-Bold;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 0 0;
}

.footer-section a {
    color: #fff;
    background-color: #25262a;
    text-decoration: underline;
}

.footer-section a:hover {
    color: rgb(var(--primary-color));
    text-decoration: underline;
}

*.footer-bottom a:hover {
    color: #fff;
}

.footer-bottom {
    padding: 20px 15px;
}

.page-id-43 .citylist-section {
    display: none;
}

/*exit-itntent-pop-up*/
.form-control.search_input.field_validation_below {
    border-color: red !important;
}
.form-control.search_input + span.validation_error {
    color: red !important;
    padding-left: 16px;
    display: none;
}
.form-control.search_input.field_validation_below + span.validation_error {
    display: block;
}
.pac-container.pac-logo {
    z-index: 99999999;
}
.exit-itntent-pop-up .modal-body {
    padding: 25px 40px 40px 40px;
}
.exit-itntent-pop-up .modal-body h6 {
    font-size: 23px;
    font-weight: 600;
    color: rgba(var(--primary-color), 0.7);
}
.exit-itntent-pop-up .modal-body h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.exit-itntent-pop-up .modal-header {
    margin-right: 36px;
    padding: 0;
}
.exit-itntent-pop-up .modal-header button {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 28px;
    height: 28px;
    background-image: url(../img/closeshape.png);
    background-color: transparent;
    border: unset;
    background-repeat: no-repeat;
}
.exit-itntent-pop-up .modal-dialog {
    margin-top: 150px;
}
.exit-itntent-pop-up .emg-popup-form input {
    width: 100%;
    height: 44px;
    font-size: 17px;
    padding: 0 15px;
}
.exit-itntent-pop-up .trigger--offer-autocomplete-2 {
    width: 249px;
    height: 48px;
    border-radius: 63px;
    padding-top: 10px;
}
@media screen and (min-width: 1200px) {
    .exit-itntent-pop-up .modal-dialog {
        min-width: 540px;
    }
}
@media screen and (max-width: 575px) {
    .exit-itntent-pop-up .modal-header button {
        right: 0;
    }
    .exit-itntent-pop-up .modal-body {
        padding: 15px 25px 25px 25px;
    }
}
@media screen and (max-width: 480px) {
    .exit-itntent-pop-up .modal-body h6 {
        font-size: 16px;
    }
    .exit-itntent-pop-up .modal-body h3 {
        font-size: 19px;
    }
}
