.contact-us-banner {
    box-shadow: 0px 0px #00000070;
    overflow: visible;
    border-color: inherit;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-clip: padding-box;
}

.contact-us-banner::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background: #202020;
    opacity: 0.7;
}

.contact-container {
    width: 100%;
    height: 100%;
    position: relative;

}

.contact-shadow {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(4px);
    z-index: 2;
}

.contact-us-border-left {
    border-top: clamp(1px, 0.105vw, 4px) solid #01658C;
    border-left: clamp(1px, 0.105vw, 4px) solid #01658C;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    z-index: 1;
}

.contact-us-border-right {
    border-bottom: clamp(1px, 0.105vw, 4px) solid #01658C;
    border-right: clamp(1px, 0.105vw, 4px) solid #01658C;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    z-index: 1;
}

.contact-label input {
    width: 100%;
    height: clamp(1px, 3.386vw, 130px);
    margin: 0;
    border: none;
    background-color: rgb(235, 235, 235, .65) !important;
    padding: 0px clamp(1px, 1.33vw, 20px);
}

.contact-label p {
    margin: 0 !important;
}

.contact-label input::placeholder {
    color: rgb(51, 51, 51, .75) !important;
}

.wpcf7-submit {
    background: transparent;
    width: 100%;
    height: clamp(1px, 3.386vw, 130px);
    border: 0 !important;
    background-color: #01658C;
    padding: 0 !important;
}

.form-btn p {
    position: relative;
    width: 100%;
    margin: 0 !important;
}

.wpcf7-submit:hover {
    background-color: #003A51;
}

.contact-label input:focus,
.contact-label input:focus-visible {
    outline: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    min-height: clamp(1px, 10.5vw, 400px);
    border: none;
    background-color: rgb(235, 235, 235, .65) !important;
    padding: clamp(1px, 1.1vw, 40px) clamp(1px, 1.33vw, 20px);
    margin: 0;
    max-height: clamp(1px, 10.5vw, 400px);
    transition: max-height 0.2s ease;
}

.location-container iframe {
    width: 100%;
    height: clamp(1px, 23.438vw, 900px);
    filter: drop-shadow(0px -4px 26px rgba(0, 0, 0, 0.1));

}

@media (max-width:767px) {
    .contact-label input {
        height: clamp(1px, 10.466vw, 130px);
        padding: 0px clamp(1px, 2.32559vw, 20px);
    }

    textarea {
        min-height: clamp(1px, 27.91vw, 400px);
        padding: clamp(1px, 1.860464vw, 40px) clamp(1px, 2.32559vw, 20px);
        max-height: clamp(1px, 27.91vw, 400px);
    }

    .wpcf7-submit {
        height: clamp(1px, 10.466vw, 130px);
    }

    .location-container iframe {
        height: clamp(1px, 58.14vw, 900px);
    }
}