.employment-div {
  display: flex;
  justify-content: center;
}
h2.modal-title.subscribe_newsletter {
  font-size: 22px;
}
.indicates-required {
  width: 100%;
  float: left;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 13px;
  color: #a22;
}
.mc-field-group-main {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.mc-field-group .checkbox label {
  padding-left: 2px;
}
.mc-field-group ul {
  padding-left: 20px;
}
.indicates-required .fa-asterisk {
  font-size: 8px;
  padding-right: 3px;
  position: relative;
  top: -3px;
}
.newsletter-image-div {
  margin-bottom: 25px;
}
.newsletter-content {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.newsletter-img-main {
  width: 100%;
  float: left;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}
.newsletter-img {
  width: 100%;
  float: left;
}
.newsletter-img img {
  width: 100%;
  float: left;
  padding: 8px;
  background-color: #ccc;
}
.subscribe_newsletter {
  margin-bottom: 6px;
}
.indicates-required {
  text-align: left !important;
}
@media only screen and (max-width: 991px) {
  .newsletter-image-div {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-newsletter {
    font-size: 14px;
  }
}
.btn-newsletter {
  position: fixed;
  z-index: 1002;
  right: 0;
  top: 85%;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(-100%) rotate(270deg) translateX(50%);
  -ms-transform: translateY(-100%) rotate(270deg) translateX(50%);
  transform: translateY(-100%) rotate(270deg) translateX(50%);
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  line-height: 1.6em;
  letter-spacing: 1px;
}
.newsletter-main-div .modal-body {
  width: 100%;
  border-radius: 6px;
}
.clear .check-btn {
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
}
/*# sourceMappingURL=custom.map */