.contact-phone .wpsl-locations-details a {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    color: #17666F;
}

.opening-hour .wpsl-opening-hours tbody tr td {
    background: transparent !important;
    padding: 0 0 12px 0;
}

.opening-hour .wpsl-opening-hours {
    width: 100% !important;
}

.opening-hour .wpsl-opening-hours tbody tr {
    display: flex;
    justify-content: space-between;
}

.parking-text ul {
    padding-left: 21px;
}

.parking-text ul li {
    margin-bottom: 6px;
}

@media(min-width: 769px) {
    .contact-form::after {
        content: "";
        width: 1px;
        height: 80%;
        background: #00A5B8;
        position: absolute;
        right: 0;
        top: 0px;
    }
}

.faqs-accordion .e-n-accordion-item-title-icon {
    line-height: 1;
}

/****Contact Form*******/
.contact-form input,
.contact-form textarea {
    height: 52px;
    padding: 15px 14px !important;
    font-size: 16px !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1f1f1f;
}

.gform_wrapper input:focus::placeholder,
.gform_wrapper textarea:focus::placeholder {
    opacity: 0.8 !important;
}

.contact-form textarea {
    display: block;
    height: 104px !important;
}

.contact-form .gform_button {
    width: 166px !important;
    cursor: pointer;
    line-height: 1 !important;
    border: none;
    align-self: flex-start !important;
    height: 44px;
    padding: 6.5px 23px 6.5px 23px !important;
}

.contact-form .gform_button:focus {
    outline: 0;
}

.contact-form .gform_validation_errors {
    display: none
}

.contact-form .gravity-theme .gform-body .validation_message {
    background: transparent;
    border: none;
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    color: #790000;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #790000 !important;
}

.gform_confirmation_message {
    background: #2C5655;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.gform_ajax_spinner {
    position: absolute;
    left: 50%;
    bottom: -30px;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0 !important;
    flex-direction: column;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
}

.contact-form .charleft {
    display: none;
}

@media(max-width: 768px) {
    .contact-phone .wpsl-locations-details a {
        font-size: 20px;
    }

    .map iframe {
        height: 300px;
    }

    .contact-form .gform_button {
        width: 100% !important;
    }

}

@media(max-width: 480px) {
    .map iframe {
        height: 200px;
    }
}