.topform {
  width: 100%;
}
div#hero-form-container {
  max-width: 100% !important;
}
button.btn.btn-lg.btn-primary.hero-btn.btn-arrow {
  width: 100%;
}
.topform {
  width: 100%;
  border: 3px solid rgb(43 52 87);
  padding: 5px;
  border-radius: 9px;
}
span.wpcf7-spinner {
  display: none;
}
span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-validates-as-required.topform.wpcf7-not-valid {
  border-color: #fe5a50;
}
.wpcf7-response-output {
  background: #fff;
  font-size: 14px;
  margin: 0px !important;
}
ul.navbar-nav.fotmenu {
  flex-direction: row;
  justify-content: space-between;
}

a.ptel {
  margin-right: 15px;
}

#logo-footer {
  height: 34px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero .hero-btn {
      width: 350px;
      margin-left: 0px;
  }
}
@media (max-width: 980px) {
  ul.navbar-nav.fotmenu {
    display: block;
}
a.ptel {
  margin-bottom: 20px;
  display: block;
}

}
@media (max-width: 768px) {
  .fixbtn {
    display: block !important;
    position: fixed;
    bottom: -50px;
    z-index: 99;
    font-size: 16px;
    width: auto;
    left: 10px;
    right: 10px;
    padding: 7px 10px;
}


  /*
  .fixbtn {
      display: block !important;
      position: fixed;
      bottom: 10px;
      z-index: 99;
      font-size: 16px;
      width: auto;
      left: 10px;
      right: 10px;
  }*/
  .fixbtn.act{
    bottom: 10px;

  }
    
}
@media (max-width: 500px) {
  .f-ft {
    width: 100%;
    text-align: center;
}

}