.form-sec {
  position: absolute;
  top: 30%;
  right: 5px;
  width: 400px;
  background: #161a33;
  padding: 0px 0px;
  z-index: 9999999999;
  border-top:10px solid #f25b24;
}
.form-heading {
  color: #fff;
  padding:0px;
  margin: 0 0 10px 0;
  font-size:25px;
  font-weight:600;
}
.form-sec .form {
    padding:20px 15px;
}
.form-sec .input-group {
    margin:13px 0;
}
.btn-submit {
  background: #f25b24;
  color: #fff;
}
.fixed-enquiry-btn.sticky {
  display: block;
  z-index: 999;
}
.fixed-enquiry-btn {
  display: none;
}
.form-sec.sticky {
    right: 43px;
    position: fixed;
    transition: all 0.4s;
}

.form-sec.sticky.formbottom {
    right: 41px;
    transform: translateY(-50%);
    top: 50%;
}

.form-sec.sticky {
    right: -1450px;
    position: fixed;
}
.fixed-enquiry-btn a {
  position: fixed;
  right: -54px;
  transform: rotate(90deg);
  background: #000;
  top: 50%;
  color: #fff;
  padding: 8px 15px 9px;
  text-transform: uppercase;
  font-size: 19px;
  margin-top: -60px;
  border: solid 1px #000;
  cursor: pointer;
  z-index: 9999;
  text-decoration: none;
  border-radius: 0 0 13px 15px;
  font-weight: 600;
}