.ar-float-form {
  font-family: Lato, sans-serif;
  position: fixed;
  float: left;
  width: 100px;
  height: 100px;
  background: #fff;
  margin-top: 189px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e3e3;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 40px 0px rgba(0,0,0,0.1);
  width: 408px;
  height: 418px;
  z-index: 800;
}
.ar-float-form .meetings-iframe-container {
  display: none;
}
.ar-float-form .fa-chevron-up {
  display: none;
}
.ar-float-form .fa {
  font-family: FontAwesome !important;
  cursor: pointer;
}
.ar-float-form .bold {
  font-weight: 400;
}
.ar-float-form .top-section {
  padding: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #e5e3e3;
}
.ar-float-form .top-section p {
  width: 100%;
  font-size: 16px;
  margin-bottom: 0;
}
.ar-float-form .mid-section {
  padding: 30px;
  border-bottom: 1px solid #e5e3e3;
}
.ar-float-form .mid-section form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}
.ar-float-form .mid-section form div {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.ar-float-form .mid-section form .firstName,
.ar-float-form .mid-section form .lastName {
  width: 40%;
  display: inline-block;
  margin-bottom: 30px;
}
.ar-float-form .mid-section form .fullName {
  margin-bottom: 30px !important;
}
.ar-float-form .mid-section form .eMail,
.ar-float-form .mid-section form .fullName {
  width: 90%;
  margin: 0 auto;
}
.ar-float-form .mid-section form input {
  border: none;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  font-size: 15px;
  font-family: Lato, sans-serif;
}
.ar-float-form .mid-section form button {
  margin: 30px 30px 0 30px;
  border-radius: 10px;
  background-color: #238ac4;
  width: 330px;
  height: 55px;
  cursor: pointer;
  border: none !important;
}
.ar-float-form .bottom-section {
  padding: 20px 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ar-float-form .bottom-section p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1138px) {
  .ar-float-form {
    display: none;
  }
}
