.modal-dialog {
  width: 709px;
}
.modal-content {
  border-radius: 0;
}
.modalbox-head img {
  float: left;
  margin-top: 10px;
}
.modal-header,.modal-footer {
  border: none;
}
.modal-body {
  margin-top: 0 !important;
  margin-bottom: 5%;
}
.m-body-text {
  width: 100% !important;
  text-align: left !important;
  font-weight: 600;
  font-size: 15px;
  color: #414141;
}
.modalbox-cont div input {
  width: 90%;
  border-radius: 0;
  height: 40px;
  background: none;
  color: #9b9b9b !important;
  font-size: 14px;
  border-left: none;
  padding-left: 25px;
}
.input-align > i {
  float: left;
  width: 10%;
  height: 40px;
  display: inline-block;
  border: 1px solid #9a9a9a;
  border-right: none;
  line-height: 2.5em;
  padding-left: 3%;
  color: #bcbcbc;
  font-size: 16px;
}

.secret-m-left {
  width: 40% !important;
  display: inline-block;
}
.secret-m-left p {
  font-size: 22px;
  color: #686868;
  margin-top: 11px;
}
.secret-m-left p > span {
  color: #00c73c;
  font-size: 22px;
  padding: 0;
  width: auto;
}
.secret-m-left > span {
  color: #6f6f6f !important;
  font-size: 14px !important;
  padding: 0 !important;
  width: 77% !important;
  margin-top: 7%;
  font-weight: 400 !important;
}

.secret-m-right {
  width: 55% !important;
  margin-left: 5%;
  display: inline-block;
}


.modal-footer {
  margin-bottom: -5px;
  margin-top: 0;
  background-color: #f2f2f2;
  height: 50px;
}
.modal-footer p {
  color: #4a4a4a;
  font-size: 12px;
  padding-left: 5%;
}
.secret-m-right button {
  width: 49%;
  border-radius: 0;
  height: 39px;
  float: left;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  padding: 0;
}
.secret-m-right button:first-of-type {
  background: #a9a9a9;
}
.secret-m-right button:last-of-type {
  background: #00c73c;
  margin-left: 2% !important;
}
.secret-m-right button:last-of-type:hover {
  background-color: #1aa543;
  border: 1px solid #1aa543;
}


@media all and (max-width:425px) {
  .secret-m-left p,
  .secret-m-left p > span {
    font-size: 16px;
    font-weight: bold;
  }
  .secret-m-left > span {
    font-size: 11px !important;
  }
}
