.request_consultation {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 998;
  transform: translateY(-50%) rotate(90deg);
  /* -webkit-transform: translateY(-50%) rotate(90deg); */
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  transform-origin: 100% 0%;
  padding: 10px 20px;
  text-shadow: none;
  font-weight: bold;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  cursor: pointer;
  color: #088D60;
  background: #fff;
}
a{
  text-decoration: none;
}

@media screen and (max-width:767px) {


  .navbar-brand {
    /* margin-bottom: 20px; */
  }

  .request_consultation {
    /* top: 10%; */
    background-color: #FF7E00;
    color: #fff !important;
    width: 100%;
    top: 0;
    text-align: center;
    right: 50%;
    transform: rotateX(0deg) translateX(50%);
    /* left: 0; */
  }
}

.request_consultation:hover {
  background: #088D60;
  color: #fff;
  text-decoration: none;
}

.contact-form {
  background: #ffffff;
  height: 100%;
/*  border: 1px solid rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  padding: 60px 30px 12px;
  width: 450px;
  position: fixed;
  right: -600px;
  top: 0;
  overflow: auto;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  z-index: 100;
}
.contact-form .title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
  z-index: 1;
  color: #000 !important;
}
.contact-form p {
  font-family: "open sans", Helvetica, Arial;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 15px;
  color: #111112;
  line-height: 20px;
  text-align: center;
}
.contact-form .form-label span {
  color: red;
}
.contact-form label.error {
  font-size: 13px;
  color: red;
  margin: 0;
  text-shadow: none;
  line-height: 17px;
  padding-left: 5px;
  text-align: left;
  display: block;
  font-weight: normal;
  margin-top: 3px;
}
.contact-form .cta-sub {
  font-size: 13px;
  color: #111112;
  display: block;
  margin-top: 12px;
  text-shadow: none;
  text-align: center;
}
.contact-form .btn {
  margin: 0 auto;
  padding: 22px  48px;
  display: block;
  /* background-color: #3B7437; */
  color: white;
  width: 100%;
  transition: all 0.3s;
}
#slide_panel_form input, #slide_panel_form textarea {
    background-color: #fff;
    border: .0625rem solid var(--bs-neutral-700);
    border-radius: 0;
    color: var(--bs-neutral-500);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: .8125rem 1rem;
    width: 100%;
}
/*.form-group{*/
/*    margin-block: 5px;*/
/*}*/
.contact-form .btn:hover {
  background-color: #4f8a4b;
}
.contact-form .close {
  background: #000;
  color: #fff;
  text-shadow: none;
  font-weight: 100;
  padding: 0px 7px;
  margin-top: 0;
  opacity: 1;
  line-height: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 85px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
}

.sliding-form-btn{

}

.contact-form .close span {
  font-size: 25px;
  color: #fff;
  line-height: 25px;
}
.contact-form .close:hover{
    /* background: rgba(135, 150, 154, 0.75); */
    background: rgb(7, 44, 80,0.75);
}
.contact-form.close .span:hover {
  opacity: 0.8;
}

.sliding-form-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  pointer-events: none;
}
.sliding-form-holder .panel-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 99;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sidebar-open {
  overflow: hidden;
}
.sidebar-open .sliding-form-holder {
  display: block;
  pointer-events: auto;
}
/* .sidebar-open .request_consultation {
  display: none;
} */
.sidebar-open .form-toggle {
  right: 0px !important;
}
.sidebar-open .panel-overlay {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 414px) {
  .contact-form {
    width: 100%;
  }
}
