/**
* Footer Styles
*/
.vaya-footer-menu-content h2.widgettitle {
    display: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    width: auto;
    color: white;
    text-shadow: 0 2px 4px rgb(0 91 147 / 40%);
    padding-bottom: 0;
}

.vaya-footer-menu-content h2.widgettitle:after {
    content: "";
    display: flex;
    height: 3px;
    margin-bottom: 18px;
    margin-top: 18px;
    width: 120px;
    background-color: #4197cb;
    margin-left: 0;
}

.vaya-footer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    background: linear-gradient(140.25deg, #194f90 19.91%, #001826 92.2%);
    box-shadow: inset 0 0 60px rgba(0, 91, 147, 0.3);
}

.vaya-footer-background {
    min-height: 100%;
    width: 100%;
    background-image: url("../../images/Layer2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: -3%;
    background-position-y: 10%;
}

.vaya-footer-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    min-height: 100%;
}

.vaya-footer-contact-column {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-right: 120px;
}

.vaya-footer-menu-column {
    height: auto;
    display: flex;
    flex-direction: column;
    max-width: 18%;
    margin-right: 100px;
}

.vaya-footer-menu-quicklinks-column {
    height: auto;
    display: flex;
    flex-direction: column;
    max-width: 13%;
    margin-right: 140px;
}

.vaya-footer-accredited-column {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 15%;
}

.vaya-footer-accredited {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    width: auto;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 91, 147, 0.4);
    padding-bottom: 16px;
}

h2.vaya-footer-heading {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    width: 100%;
    color: white !important;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    margin-bottom: 0 !important;
}

.vaya-footer-contact {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 0;
}

.vaya-footer-phone {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.vaya-footer-accredited-title {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 0;
}

.vaya-footer-accredited-title a {
    color: white;
}

.vaya-footer-accredited-title a:hover {
    color: white;
}

.vaya-footer-accredited-date {
    font-family: "Montserrat", serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    letter-spacing:2px;
    color: #ffffffab;
}

.footer-hr {
    width: 120px;
    border-top: 3px solid #4197CB;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    opacity: 1;
    background-color: transparent;
}

.vaya-footer-subsection {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#footer-language-assistant {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    padding: 9px 18px 9px 21px;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: unset;
    -webkit-appearance: none;
    cursor: pointer;
    background: rgba(0, 24, 38, 0.5) url("./images/lang-assist-arrow.png") no-repeat calc(100% - 13px) center;
}

#footer-language-assistant:after {
    content: " hello";
    position: absolute;
    background: black
}

#footer-language-assistant option {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
}

.footer-privacy {
    display: flex;
    flex-direction: row;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: white;
    margin-bottom: 0;
    margin-right: 47px;
}

.footer-social-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.footer-social-container i {
    font-size: 12px;
    color: white;
    margin-right: 19px;
    opacity: 70%;
}

.footer-link-vaya {
    color: white;
}

.footer-link-vaya:hover {
    color: white;
}

.footer-link-vaya:focus {
    color: white;
}


.vaya-footer-button {
    font-weight: 700;
    padding: 8px 24px;
    gap: 12px;
    width: auto;
    height: 36px;
    background: rgba(0, 24, 38, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.vaya-footer-language-button {
    font-weight: 600;
    padding: 8px 24px;
    gap: 12px;
    width: auto;
    height: 36px;
    background: rgba(0, 24, 38, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.vaya-footer-language-button:hover {
    color: white;
}


.vaya-footer-language-button:focus {
    color: white;
}

.vaya-footer-button-phone {
    font-weight: bold !important;
    padding: 8px 24px;
    gap: 12px;
    width: 205px;
    height: 36px;
    background: rgba(0, 24, 38, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.vaya-footer-button-phone a {
    font-weight: bold !important;
}

.vaya-footer-languages {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-top: 18px;
    margin-bottom: 19px;
    flex-wrap: wrap;
}

.vaya-footer-languages a {
    color: white;
    margin-right: 10px;
    margin-left: 10px;
}


.vaya-footer-languages a:hover {
    color: white;
}

.vaya-footer-contact-sub-heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.vaya-footer-menu-content li {
    margin-bottom: 20px;
}

.vaya-footer-menu-content a {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: white;
}

footer .vaya-footer-menu-content a:hover {
    text-decoration: none;
}

footer .vaya-footer-menu-content a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100%);
    border-bottom: 1px solid #fff;
    left: 0;
}

footer .vaya-footer-menu-content a:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid transparent;
    height: 1px;
    width: 0;
    left: 50%;
    transition: all .25s;
}

footer .vaya-footer-menu-content a {
    position: relative;
}

footer [href^="tel:"]:after {
    display: none;
}

footer .vaya-footer-languages a:hover {
    text-decoration: none;
}

footer .vaya-footer-languages a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100%);
    border-bottom: 1px solid #fff;
    left: 0;
}

footer .vaya-footer-languages a:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid transparent;
    height: 1px;
    width: 0;
    left: 50%;
    transition: all .25s;
}

footer .vaya-footer-languages a {
    position: relative;
}

@media (max-width: 1200px) {
    .vaya-footer-menu-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vaya-footer-heading {
        text-align: center;
    }

}

@media (max-width: 1000px) {
    .vaya-footer-contact-column {
        height: auto;
        display: flex;
        flex-direction: column;
        margin-right: 120px;
    }

    .vaya-footer-menu-column {
        height: auto;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin-right: 100px;
    }

    .vaya-footer-menu-quicklinks-column {
        height: auto;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin-right: 140px;
    }

    .vaya-footer-accredited-column {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

}

@media (max-width: 968px) {
    .vaya-footer-background {
        padding: 64px 0 20px;
        min-height: 100%;
        flex-direction: row;
        background-image: url("./images/mobile-v-shape.png");
        background-repeat: no-repeat;
        background-position-x: -7%;
        background-position-y: 6%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 820px) {
    .vaya-footer-background {
        padding: 64px 0 20px;
        min-height: 100%;
        flex-direction: column;
        background-image: url("./images/mobile-v-shape.png");
        background-repeat: no-repeat;
        background-position-x: -7%;
        background-position-y: 6%;
        text-align: center;
    }

    .vaya-footer-row {
        padding-top: 0;
    }

    .vaya-footer-contact-column {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        background: rgba(0, 24, 38, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 30px;
        width: 90%;
        margin-bottom: 36px;
        margin-right: 0;
        transition: .5s ease-in-out;
    }

    .vaya-footer-menu-content {
        display: block;
        width: 100%;
        padding-left: 26px;
        text-align: left;
        max-height: 0;
        transition: max-height 1s ease;
        overflow: hidden;
    }

    .vaya-footer-menu-content.active {
        max-height: 600px;
    }

    .vaya-footer-heading:after {
        transition: 1s ease;
    }

    .vaya-footer-heading.active:after {
        transition: 1s ease;
        transform: rotate(90deg);
        padding-bottom: 0;
        margin-bottom: 0;
    }


    .vaya-footer-menu-column {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        min-width: 90%;
        margin-right: 0;
        background: rgba(0, 24, 38, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 30px;
        width: 90%;
        margin-bottom: 36px;
    }

    .vaya-footer-menu-quicklinks-column {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        min-width: 90%;
        background: rgba(0, 24, 38, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 30px;
        margin-bottom: 36px;
        margin-right: 0;
        width: 90%;
    }

    .vaya-footer-accredited-column {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .accredited-heading {
        text-align: center !important;
        padding-left: 0 !important;
    }

    .vaya-footer-heading {
        font-family: "Montserrat", serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: white;
        text-align: left;
        padding-top: 17px;
        padding-bottom: 17px;
        text-shadow: 0 2px 4px rgba(0, 91, 147, 0.4);
        width: 100%;
        align-items: center;
        padding-left: 26px;
        margin-bottom: 0;
    }

    .vaya-footer-heading:after {
        content: url("../../images/V-shape.png");
        float: right;
        margin-right: 15px;
    }

    .vaya-footer-subsection {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;

    }

    .vaya-footer-button-phone {
        margin-bottom: 36px;
    }

    .vaya-footer-languages {
        display: none;
    }

    .footer-privacy {
        font-family: 'Montserrat', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: white;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        width: 100%;
        line-height: 28px;
    }

    .footer-link a:hover {
        color: white;
    }

    .footer-hr {
        width: 120px;
        border-top: 3px solid #4197cb;
        margin-top: 1px;
        margin-bottom: 16px;
        margin-left: 0;
        opacity: 1;
    }

    #footer-language-assistant {
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: white;
        font-family: "Montserrat", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        padding: 9px 21px 9px 21px;
        appearance: none;
        -moz-appearance: none;
        -ms-progress-appearance: unset;
        -webkit-appearance: none;
        cursor: pointer;
        background: rgba(0, 24, 38, 0.5) url("./images/lang-assist-arrow.png") no-repeat calc(100% - 6px) center;
    }

    .vaya-footer-language-button {
        padding: 17px 24px;
        gap: 19px;
        width: auto;
        height: 82px;
        font-size: 20px;
        text-align: left;
        margin-right: 15px;
        margin-left: 15px;
        line-height: 25px;
    }

    .vaya-footer-language-button:first-child:after {
        content: url("../../images/V-shape.png");
    }

    #footer-bullet-1 {
        display: none;
    }

    #footer-bullet-2 {
        display: none;
    }

    .footer-social-container {
        margin-left: 0;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap-reverse;
        align-items: flex-start;
    }

    .footer-social-container i {
        font-size: 24px;
        color: white;
        margin-right: 19px;
        opacity: 70%;
        margin-top: 36px;
    }

}

footer div#block-2 {
    margin-bottom: 0 !important;
    width: 100%;
}

.vaya-footer-row>div {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.vaya-footer-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social-container {
    justify-content: center;
}

@media (max-width:991px) {
    .vaya-footer-row>div {
        width: calc(50% - 60px) !important;
    }

    .footer-privacy {
        margin-right: 0;
        align-items: center;
    }

    .vaya-footer-languages {
        justify-content: center;
    }

    .footer-social-container {
        justify-content: center;
    }
}

@media (max-width:820px) {
    .vaya-footer-row>div {
        width: calc(100% - 60px) !important;
    }
}

@media (max-width:1100px) {
    .footer-privacy {
        margin-left: auto;
        margin-right: auto;
    }
}

.accredited-logo {
    border-radius:99px;
    width:150px;
    height:150px;
}