.contContact span {
    color: #ffffff !important;
}

.contContact p {
    text-align: left !important;
}

.contContact a {
    color: #46beff !important;
}

.contContact a:hover {
    color: #ffffff;
}

.boxview {
    text-align: center;
    padding: 1%;
    height: 40px;
    object-fit: contain;
    margin-bottom: 20px;
    background-color: #2075bc;
}

.gotoMap a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
}

.gotoMap a:hover {
    text-decoration: underline;
}


.TextAddress {
    color: white;
    text-align: left;
    font-size: 22px;
}

.TextAddress u {
    color: #46beff;
    cursor: pointer;
}

.TextAddress u:hover {
    color: #ffffff;
}

.TextAddress a {
    color: #46beff;
    text-align: center;
    text-transform: none;
    text-decoration: underline;
}

.TextAddress a:hover {
    color: #ffffff;
}

.mar {
    margin-bottom: 50px;
}

.imglocation {
    margin-right: 10px;
}

.mb-2 {
    margin-bottom: 1rem;
}

.TextAddress .col-md-10 {
    padding-left: 20px;
}

@media (max-width: 1199.98px) {
    .TextAddress {
        font-size: 16px;
    }

    iframe {
        height: 30vh !important;
    }
}

@media (max-width: 991px) {
    .TextAddress {
        font-size: 20px;
    }

    iframe {
        height: 35vh !important;
    }
}

@media (max-width: 575.98px) {
    .TextAddress {
        font-size: 16px;
    }
}