.pmsformwrapper {
  position: relative;
}

.pmsformwrapper .serviceofferings-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0;
}

.pmsformwrapper .serviceofferings-form .appearingformwork {
  width: 100%;
  display: none;
  position: relative;
  z-index: 1;
}

.pmsformwrapper 
.hextopleft {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  z-index: 0;
}

.pmsformwrapper .hextopleft img {
 max-width: 30% !important;
    width: revert-layer !important;
}

.pmsformwrapper .btnWrp a {
  padding: 15px 20px;
  border: 2px solid #006394;
  color: #006394;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-align: center;
}

.pmsformwrapper .btnWrp a::before,.pmsformwrapper .btnWrp a::after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.pmsformwrapper .btnWrp a::before {
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.pmsformwrapper .btnWrp a::after {
  bottom: -2px;
  right: -2px;
}

.pmsformwrapper .btnWrp a:hover {
  color: #ff8300;
  text-decoration: none;
  background-color: rgba(255, 130, 0, 0.2);
  border-color: transparent;
}

.pmsformwrapper .btnWrp a:hover::before {
  border-top-color: #ff8300;
  border-right-color: #ff8300;
  transition: width .125s ease-out, height .125s ease-out .125s;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.pmsformwrapper .btnWrp a:hover::after {
  border-bottom-color: #ff8300;
  border-left-color: #ff8300;
  transition: border-color 0s ease-out .25s, width .125s ease-out .25s, height .125s ease-out .3s;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.formwrapper form {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.formwrapper form .hs-form-field {
  margin: 0;
  width: 49% !important;
}

.formwrapper form .hs-form-field .hs-input {
  background-color: #fff;
  font-family: inherit;
  font-size: inherit;
  height: auto;
  line-height: inherit;
  margin: 0;
  min-height: unset;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.pmsformwrapper .serviceofferings-form .appearingformwork h3 {
  margin: 0;
}

.formwrapper form .hs-form-field .input {
  margin: 0!important;
}

.formwrapper form .hs-form-field label {
  margin: 0;
}

.formwrapper form fieldset {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formwrapper form .hs-fieldtype-select.hs-form-field {
  width: 100% !important;
}

.formwrapper form .hs-form-field.hs_message.hs-message {
  width: 100% !important;
}

.formwrapper form .hs-form-field.hs_message.hs-message .hs-fieldtype-textarea.hs-input {
  height: 200px;
}

.formwrapper form .hs-form-field .hs-input:focus {
  border: 2px solid #F15C57;
  color: #F15C57 !important;
}

.formwrapper form .hs-form-field .hs-input::-webkit-input-placeholder {
  color: #666666;
}

.formwrapper form .hs-form-field .hs-fieldtype-textarea.hs-input {
  width: 100%;
}

.formwrapper form  .hs_recaptcha.hs-recaptcha {
  display: flex;
}

.formwrapper form  .actions {
  display: flex;
  justify-content: end;
}

.formwrapper form .actions input.hs-button {
  width: 30%;
  padding: 10px;
  margin-top: 10px;
  border: 2px solid #ff8300;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: lowercase;
  line-height: 35px;
}

.formwrapper form .hs-form-field select.hs-input {
    color: #666;
    font-size: 18px;
}

.formwrapper form .hs-form-field select.hs-input {
    background-color: #fff;
    -webkit-appearance: none;
}

@media(max-width:1200px){

.serviceofferings-form {
    max-width: 100%;
}}


@media(max-width:767px){
.formwrapper form fieldset {
    flex-direction: column;
}

.formwrapper form .hs-form-field {
    width: 100% !important;!
}

.pmsformwrapper .serviceofferings-form {
    padding-right: 20px;
    padding-left: 20px;
}

.formwrapper form .actions input.hs-button {
    width: 100%;
}
.pmsformwrapper .btnWrp a {
    font-size: 16px;
    line-height: 35px;
}
}