@import url("../../../css/mform.css");

@font-face {
  font-family: "Circe Regular";
  src: url("Circe-Regular.eot");
  src: url("Circe-Regular.eot?#iefix") format("embedded-opentype"),
    url("Circe-Regular.woff") format("woff"),
    url("Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circe Bold";
  src: url("Circe-Bold.eot");
  src: url("Circe-Bold.eot?#iefix") format("embedded-opentype"),
    url("Circe-Bold.woff") format("woff"),
    url("Circe-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* required field style */

.form-group {
  position: relative;
}

.form-group .palceholder {
  position: absolute;
  top: 7px;
  padding: 0px 20px;
  display: none;
}

.form-group .star {
  color: red;
}

/* end required field style */

.exform-wrapper.callback {
  width: 90%;
  max-width: 780px;
  margin: 0 !important;
  font-size: 16px;
  font-family: "Circe Regular";
  color: #9a9a9a;
  background: #fff;
  border: none;
  padding: 50px 0;
  box-shadow: none;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}

.exform-wrapper.callback .exform-header {
  text-align: center;
  font-family: "Circe Bold";
  color: #ff5c46;
  text-transform: uppercase;
  font-size: 24px;
}

.exform-wrapper.callback .exform-addmsg {
  text-align: center;
  font-size: 16px;
  max-width: 300px;
  margin: 5px auto 0;
}

.exform-wrapper.callback input[type="text"]:focus,
.exform-wrapper.callback .exform-wrapper textarea:focus {
  background: #fff;
}

.exform-wrapper.callback .form-body {
  max-width: 550px;
  margin: 40px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.exform-wrapper.callback .form-body .input-item {
  width: 48%;
  position: relative;
  margin-bottom: 20px;
}

.exform-wrapper.callback input[type="text"],
.exform-wrapper.callback textarea {
  font-size: 16px;
  border: 1px solid #e1e1e1;
  padding: 0px 20px;
  margin: 0;
  height: 40px;
  text-align: left;
  font-family: "Circe Regular";
  width: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  outline: none;
  color: #9a9a9a;
  background: #fff;
}

.exform-wrapper.callback input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-family: "Circe Regular";
}

.exform-wrapper.callback input::-moz-placeholder {
  color: #9a9a9a;
  font-family: "Circe Regular";
}

/* Firefox 19+ */

.exform-wrapper.callback input:-moz-placeholder {
  color: #9a9a9a;
  font-family: "Circe Regular";
}

/* Firefox 18- */

.exform-wrapper.callback input:-ms-input-placeholder {
  color: #9a9a9a;
  font-family: "Circe Regular";
}

.exform-wrapper.callback textarea {
  height: 50px;
  resize: none;
  font-family: Arial;
}

.exform-wrapper.callback div.err {
  height: 0;
  float: right;
  position: relative;
  left: 0;
  top: 11px;
  display: none;
}

.exform-wrapper.callback .mf-submit {
  text-align: center;
  margin-top: 0px;
}

.exform-wrapper.callback .mf-submit .send-btn {
  background: #004b84;
  font-weight: bold;
  color: white;
  padding: 5px 11px;
  border: 0;
  cursor: pointer;
  font-family: "Circe Bold";
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  outline: none;
}

.exform-wrapper.callback .mf-submit .send-btn:hover {
  box-shadow: none;
}

.policy {
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
}

.policy a {
  color: #9a9a9a;
  text-decoration: underline;
}

.policy a:hover {
  color: #9a9a9a;
  text-decoration: none;
}

.exform-wrapper.callback.finmsg {
  width: 400px;
  min-height: 50px;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -200px;
}

.exform-wrapper.callback.finmsg p {
  text-align: center;
}

.close-btn {
  width: 25px !important;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("/exform/imgs/exit.png") no-repeat;
  background-size: 100%;
  border: none;
  cursor: pointer;
}

.close-btn:focus {
  outline: none;
}

.lab {
  font-size: 13px;
}

@media screen and (max-width: 660px) {
  .exform-wrapper.callback .form-body .input-item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
