.container {
    max-width: 100% !important;
 }
 
 .page-header {
    padding-top: 0px !important;
 }
 
 .f4u-contact_main {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
 }
 
 .f4u-contact-content {
    position: relative;
    font-family: "Poppins", sans-serif;
    color: white;
    text-align: center;
    margin: 0.625rem;
    margin-top: 3rem;
    line-height: 1.7;
 }
 
 #content {
    padding-left: 0px !important;
    padding-right: 0px !important;
 }
 
 .f4u-contact-title {
    margin-bottom: 35px;
    font-weight: 500;
    text-align: center;
 }
 
 .f4u-contact-map-img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
 }
 
 .f4u-contact-subtitle {
    font-weight: 500;
    color: #000;
    margin: 2em 0;
    text-align: center;
 }
 
 .f4u-contact-text {
    color: #666666;
    text-align: center;
 }

 .f4u-feedback-subtitle {
    font-weight: 500;
    color: #000;
    margin: 2em 0em 0.5em 0em;
    text-align: center;
 }

 .f4u-feedback-text {
    color: #666666;
    text-align: center;
 }

 .f4u-feedback-text-strong {
    font-weight: 600;
    color: #666666;
    text-align: center;
 }

 .f4u-feedback-form {
    margin: auto;
    max-width: 75%;
 }

 .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default {
    margin-top: -2px;
}

 .forminator-label {
    display: none !important;
 }

 .select2-selection__rendered, .select2-results__option, .forminator-description, .forminator-input, .forminator-textarea {
    text-align: center;
 }

 .forminator-button-submit {
    padding: 10px 40px 10px 40px !important;
    border-radius: 99px !important;
    text-transform: capitalize;
 }

 .forminator-response-message.forminator-success p {
    text-align: center;
 }

 .opening-hours {
    color: #666666;
    text-align: center;
 }
 
 #map {
   height: 379px;
   width: 970px;
   max-width: 970px;
 }

 .day-name {
    font-weight: 500 !important;
 }

.fb-icon-dark {
   background: url(../img/fb-dark.png) no-repeat;
   width: 40px;
   height: 40px;
   padding-right: 20px;
   display: inline-block;
   margin-top: 2rem;
   margin-right: 1.5rem;
}

.insta-icon-dark {
   background: url(../img/insta-dark.png) no-repeat;
   width: 40px;
   height: 40px;
   display: inline-block;
   margin-top: 2rem;
}