#call-back-slider-01 {
  display: flex;
  flex-direction: row-reverse;
  position: fixed;
  top: 50%;
  background-color: #e5e5e5;
  transform: translate(0px, -50%);
  min-height: 400px;
  -webkit-box-shadow: 6px 0px 5px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: 6px 0px 5px 3px rgba(0,0,0,0.75);
  box-shadow: 6px 0px 5px 3px rgba(0,0,0,0.75);
  z-index: 999;
}

#call-back-slider-01.toggle-form {
  right: -375px;
}

#call-back-slider-01.toggle-form.active {
  right: 0px !important;
}

#call-back-slider-01.toggle-form.active::after {
  content: none;
}

#call-back-slider-01 .cta-icon {
  height: 25px;
  width: 25px;
  margin-bottom: 10px;
  transform: rotate(136deg);
  margin-right: 10px;
}

#call-back-slider-01 .cta-text {
  transform: rotate(180deg);
}

#call-back-slider-01 .cta-button {
  background: #000;
  writing-mode: vertical-rl;
  color: white;
  width: 40px;
  font-size: 27px;
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

#call-back-slider-01 .main-body {
  max-width: 435px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 0 20px;
  border: white 30px solid;
  max-width: 375px;
  padding: 20px 20px;
}

#call-back-slider-01 .form-header {
  color: white;
  text-align: center;
}

#call-back-slider-01 .form .hs-input {
  border: none;
  border-radius: 0px;
  height: 35px;
  font-size: 12px;
  padding: 0 15px;
  font-weight: 900;
  color: #A8A8A8 !important;
  width: 100% !important;
}

/***** FORM PLACEHOLDER TEXT *****/
#call-back-slider-01 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A8A8A8;
  padding-top: 10px;
}
#call-back-slider-01 ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
  opacity: 1;
  padding-top: 10px;
}
#call-back-slider-01 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A8A8A8;
  opacity: 1;
  padding-top: 10px;
}
#call-back-slider-01 body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A8A8A8;
  opacity: 1;
  padding-top: 10px;
}

/* Error Label */
body .hs-error-msgs label {
  color: #ef6b51;
}

#call-back-slider-01 .form .hs-fieldtype-textarea .hs-input {
  height: 100px;
  margin-bottom: -5px;
}

#call-back-slider-01 .form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

#call-back-slider-01 .form .hs-form-field {
  margin-bottom: 0.2rem;
}

#call-back-slider-01 form input[type=submit] {
  height: 60px;
  width: 100%;
  margin-top: 6px;
  background-color: #fbad17;
  color: white;
  font-weight: 600;
}

#call-back-slider-01 form input[type=submit]:hover {
  background-color: black; 
}

#call-back-slider-01 .hs-submit {
  margin-right: 8px;
}

#call-back-slider-01 .hours {
  font-size: 12px;
  text-align: center;
}

@media(max-width: 767px) {
#call-back-slider-01.toggle-form {
  right: -261px;
}
  
@media(max-width: 767px) {
#call-back-slider-01 {
  display: none;
}

@media(max-width: 1150px) {

}

