.mo-modal-open {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

.modal-main {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin: 1% auto;
  border: 1px solid #888;
  width: 100%;
  max-width: 860px;
  height: 560px;
  background: #1e91d0;
}

.close {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 1%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-detail {
  display: grid;
  grid-template-columns: 37% 63%;
  height: 100%;
  position: relative;
}

.form-left {
  background-image: url("../images/bg-desktop-03.png");
  background-size: cover;
}

.form-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-right > form > .form-control {
  display: block;
  width: 350px;
  margin-top: 10px;
  height: 45px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-right > form > button {
  margin-top: 10px;
  width: 350px;
  height: 45px;
  background-color: #ff992a;
  border: 2px solid #ff992a;
  color: #fff;
  border-radius: 5px;
  outline: none;
  box-shadow: none !important;
  font-size: 25px;
}

.form-right > form > button:hover {
  background-color: #e27704;
  border: 2px solid #e27704;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.form-right > h4 {
  text-align: center;
  color: #fff;
  margin: 0px 10px 15px 10px;
  line-height: 35px;
}

#sub-title-mo {
  text-align: center;
  letter-spacing: 0.36px;
  color: #ffffff;
  opacity: 1;
  font-size: 16px;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
}

.logo-mo-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0px;
}

.logo-mo-modal > img {
  width: auto;
  height: 65px;
}

.sow-image-container img {
  cursor: pointer;
}

.quote-btn img {
  cursor: pointer;
}

#submitIframeMo {
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 1700px) {
  .modal-content {
    margin: 9% auto;
    border: 1px solid #888;
    width: 100%;
    max-width: 860px;
    height: 560px;
    background: #1e91d0;
  }
}

@media screen and (max-width: 450px) {
  .modal-content {
    margin: 15% auto;
    border: 1px solid #888;
    width: 100%;
    max-width: 860px;
    height: 740px;
    background: #1e91d0;
  }

  .modal-detail {
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: column;
  }

  .form-left {
    background-image: url(../images/bg-mobile-03.png);
    background-size: cover;
    height: 225px;
    width: 100%;
  }

  .close {
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 1%;
  }

  .logo-mo-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
