.fl-contact-form textarea,

.fl-contact-form input[type="text"],

.fl-contact-form input[type="tel"],

.fl-contact-form input[type="email"] {

  display: inline-block;

  width: 100%;

  border: 1px solid #ddd;

  padding: 5px 10px;

  font-size: 13px;

  color: #373737;

  border-radius: 3px;

}

header .fl-row-content-wrap {

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

}

.fl-theme-builder-header-sticky .fl-row-content-wrap {

  background-color: rgba(0, 186, 108, 0.67) !important;

  backdrop-filter: blur(3px);

}

@media only screen and (max-width: 768px) {

  html,

  body {

    overflow-x: hidden;

  }

}

