.topButton {
  width: 135px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding-top: 6px;
}
.fixedbuttons {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 1100px) {
  .fusion-tb-header #menu-main-menu > li:last-child {
    background: #000;
    border: 1px solid #D7B14C;
    border-radius: 5px;
    padding: 0 20px;
    font-weight: 500;
  }
  .fusion-tb-header #menu-main-menu > li:last-child:hover {
    background: #D7B14C;
  }
}
@media only screen and (max-width: 1100px) {
  .fusion-tb-header #menu-main-menu > li {
    border-bottom: 1px solid #dfdfdf !important;
  }
}
@media only screen and (max-width: 800px) {
  .section-one p {
    font-size: 45px !important;
    line-height: 1.2em !important;
  }
  .input-col-2 {
    display: block !important;
  }
  .input-col-2 .col {
    width: 100% !important;
    margin-bottom: 13px;
  }
  .fusion-tb-footer .fusion-row * {
    text-align: center;
  }
}
.fusion-footer .copyrigth {
  color: #B2B2B2;
  text-align: right;
  font-size: 16px;
}
form label {
  font-family: "Frank Ruhl Libre";
  font-size: 27px;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #000;
}
form label .required {
  color: #c02b0a;
  font-size: 16px;
  font-weight: 300;
}
.input-col-2 {
  display: flex;
  justify-content: space-between;
}
.input-col-2 .col {
  width: 49%;
}
