.getintouchform {
    padding: 20px;
background: rgba(40, 92, 77, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #285d4d !important;
    background: #fff !important;
   border: #285d4d 3px solid !important;
}

.pagesbutton:hover {
      color: #fff !important;
    background: #285d4d !important;
 border: #285d4d 3px solid !important;
}

.formoptions {
  padding: 20px !important;
  border-radius: 20px !important;
  background: #f3f3f3 !important;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.formoptions p {
  padding-top: 20px !important;
}

input[type="file"] {
    position: static;
    text-align: left;
    opacity: 1;
    padding-bottom: 30px;
}

.formoptions h2 {
  padding-top: 20px !important;
}


header .header-mobile {
  background-color: #fff;
}

header .header-mobile .header-menu .cd-dropdown-trigger-mobile i {
  color: #285c4c;
}

header .header-mobile .header-cart > a > .minicart_icon {
  color: #285c4c;
}

header .header-mobile .header-account > a > i {
  color: #285c4c;
}