.contact-page {
    width: 100%;
    transform: translateY(-17vw);
    margin-bottom: -15%;
}

.contact-page h3 {
    margin: 0;
    color: white;
}

.contact-page p {
    margin: 0; 
    color: white;
}

.contact-page-box {
    width: 100%;   
    padding-left: 10%; 
}

.contact-address-title {
    margin-bottom: 1vw;
}

.contact-blue-bg {
    background-color: #009FE3;  
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 5.995vw;
    padding-top: 22.046875vw;
}

.contact-dark-bg {
    background-color: #202A36;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-top: 5.995vw;
    padding-bottom: 5.995vw;
}

.contact-page-email-con {
    display: flex;
}

.contact-page-title {
    font-weight: 800;
    letter-spacing: 0;
    line-height: 6.381770833333333vw;
    font-size: 5.78125vw;
    transform: translateX(-3px);
}

.contact-page-text {
    font-weight: 400;
    width: 75%;
    margin: 2.604166666666667vw 0vw!important;
    letter-spacing: 0vw;
    font-size: 1.5625vw;
    line-height: 2.1875vw;
}

.contact-page-num {
    font-weight: 700;
    font-size: 1.5625vw;
    line-height: 2.1875vw;
    color: white;
    text-decoration: none;
    margin-bottom: 2vw;
}

.contact-page-email-con {
    display: flex;
    width: 55.63541666666667%;
    justify-content: space-between;
    flex-direction: column;
}

.contact-page-email {
    font-weight: 400;
    font-size: 1.5625vw;
    line-height: 2.1875vw;
    color: white;
    text-decoration: none;
    /*
    text-decoration: underline;
    text-decoration-thickness: 0.05209vw;
    text-underline-offset: 0.78125vw;
    */
    cursor: pointer;
}

.contact-page-email:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.05209vw;
    text-underline-offset: 0.2vw;
}

.contact-page-email-con a {
    margin: 0.5vw 0;
}

/*
.contact-page-email:hover {
    text-decoration: none;
}
*/

.contact-page-adddress {
    font-weight: 400;
    width: 62%;
    font-size: 1.5625vw;
    line-height: 2.1875vw;
    margin: 0 0 2vw 0!important;
}

.contact-page-weight {
    font-weight: 700;
}

.contact-page-directions {
    color: white;
    font-weight: 400;
    text-decoration: none;

    font-size: 1.5625vw;
    line-height: 2.1875vw;
}

.contact-page-directions:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.05209vw;
    text-underline-offset: 0.2vw;
}

.contact-page-address-con {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.page-weight {
    font-weight: 700;
}

.directionArrow {
    width: 1.7vw;
    height: 1.7vw;
    transform: translateX(1vw);
}

.direction-link-con {
    transform: translateY(-0.1vw);
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.042vw;
}

@media (min-width: 991px) {
    .contact-page {
        transform: translateY(-11vw);
        margin-bottom: -11vw;
    }
    .contact-blue-bg {
    /*    min-height: 130%; */ 
    }

    .contact-page-box {
        width: 100%;   
        padding-left: 14.0625%; 
    }
    .contact-page-text {
        width: 38%;
    }
    .contact-page-email-con {
        flex-direction: row;
    }
    .contact-page-email-con a {
        margin: 0 0;
    }
    .contact-page-num {
        margin-bottom: 0vw;
    }
    .contact-page-address-con {
        display: flex;
        align-items: flex-end;
        width: 55.905729%;
        justify-content: space-between;
        flex-direction: row;
        /* margin: 2vw 0!important;  */ 
    }
    .contact-page-adddress {
        margin: 0 0!important;
    }
    .contact-blue-bg {
        padding-top: 8.046875vw;
    }
    .directionArrow {
        width: 0.625vw;
        height: 0.625vw;
        transform: translateX(1.042vw);
    }
    .contact-page-adddress {
        font-weight: 400;
        width: 59%;
        font-size: 1.5625vw;
        line-height: 2.1875vw;
        
    }
}





















