#modal-callme {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 400px;
  max-width: 90%;
  padding: 30px;
  background: #f4f6f8;
}
#modal-callme .modal_head_title {
  margin-bottom: 5px !important;
  line-height: 30px;
  color: #103a71;
  font-size: 24px;
  font-weight: 600;
}
#modal-callme button[type="submit"] {
  margin: 10px 0 0;
  padding: 0 30px;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  background: #0c3a6f;
  border: none;
}
#modal-callme button[type="submit"]:hover {
  background: #16549b;
}