.h6, h6 {
    font-size: 20px;
}

.banner-section img{
    width: 100%;
    object-fit: cover;
}

.locationsection{
    background-color: black;
}

.locationsection h2{
color: rgba(255, 255, 255, 0.75);

}
.locationsection h6{
color: rgba(255, 255, 255, 0.75);

}
.locationsection p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 300;
    line-height: 31px;
    font-size: 16px;
}

.locationsection svg {
    margin-right: 20px;
    min-width: 15px;
    margin-top: -2px;
}

.text-theme{
    color: rgba(255, 0, 0, 0.90) !important;
}

.contactline iframe{
    width: 100%;
    border-left: 2px solid #F00 !important;
    border-right: 2px solid #F00 !important;
    position: relative;
}


.contactdorm{
    background: #F00;
    color: #FFF;
    font-family: Helvetica;
    font-size: 9.517px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 10.468px */
    letter-spacing: 1.523px;
    text-transform: uppercase;
    border: 1px solid #F00;
    padding: 17px 20px;
}

#mc_embed_signup_scroll label {
margin-bottom: 5px;
}
.contecf1{
    position: absolute;
    top: 5%;
    left: -40px;
        opacity: 0.9;
}
.contecf2{
      position: absolute;
    bottom: -81px;
    left: 15%;
        opacity: 0.9;
}
section{
    width: 100%;
    overflow: hidden !important;
}

   .invalid-feedback {
      display: none;
    }
    .is-invalid + .invalid-feedback {
      display: block;
    }

    @media (max-width:1200.5px) {
.locationsection svg {
    margin-right: 15px;
    min-width: 10px;
    margin-top: 1px;
}
        .locationsection p{
                line-height: 25px;
    font-size: 12px;
        }
.contecf2{
      bottom: -26px;
      left: 49%;
      max-width: 147px;
}
.contecf1 {
    top: 1%;
    left: -40px;
    opacity: 0.9;
}
#mc_embed_signup_scroll label{
    font-size: 13px;
}
    }