.modal-wrapper .modal-content {
  border-radius: 18px;
  box-shadow: 0 1px 1px rgba(9, 95, 193, 0.44), 0 3px 3px rgba(9, 95, 193, 0.24), 0 8px 16px rgba(9, 95, 193, 0.14);
}

.modal-wrapper .modal-header {
  border: none;
  text-align: center;
}

.modal-wrapper .modal-title {
  font-size: 24px;
  color: #095fc0;
}

.modal-wrapper .modal-text {
  font-size: 18px;
  margin-bottom: 10px;
}

.modal-wrapper .modal .divform .divb input {
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}

.modal-wrapper .modal-image {
  width: 200px;
  height: 112px;
  background-image: url(../img/about-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.modal-wrapper .modal-content-body:before,
.modal-wrapper .modal-content-body:after {
  content: '';
  width: 100%;
  display: table;
  clear: both;
}

.modal-wrapper .divform {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 10;
}

.modal-wrapper .divform form{
  text-align: inherit!important;
}

.modal-wrapper .divform .divb{
  margin: 0;
}

.modal-wrapper .divform .divfl {
  display: inline-block;
  width: 71%;
  vertical-align: top;
  margin-right: 2px;
}

.modal-wrapper .divform .divfl select {
  width: 100%;
  height: 33px;
  background-color: #fff;
  outline: none;
  font-size: 18px;
}

.modal-wrapper .modal .divform .divb input {
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}

.modal-wrapper .divform .divb.button-open {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border: none;
  outline: none;
  max-width: 100%;
}

.modal-wrapper .divform .divb.button-open .fill-currentcolor {
  fill: currentcolor;
}

.modal-wrapper .divform .divb.button-open .fill-none {
  fill: none;
}

.modal-wrapper .divform .divb.button-open .icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 auto;
  transition: .3s ease-out;
  left: 50%;
  margin-left: -12px;
  top: 4px;
}

.modal-wrapper .divform .divb.button-open:hover,
.modal-wrapper .divform .divb.button-open:focus {
  transform: scale(1.002);
}

.modal-wrapper .divform .divb.button-open:hover .icon,
.modal-wrapper .divform .divb.button-open:focus .icon {
  transform: scale(1.002);
}

.modal-wrapper .form-left {
  float: left;
  width: 220px;
}

.modal-wrapper .form-right {
  float: right;
  width: calc(100% - 220px);
}

.modal-wrapper .divform .divb.button-open {
  cursor: pointer;
  color: #095fc0;
  transition: .3s ease-out;
  width: calc(100% - 72%);
  height: 33px;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(9, 95, 193, 0.24), 0 3px 3px rgba(9, 95, 193, 0.14), 0 8px 16px rgba(9, 95, 193, 0.04);
  border: 1px solid rgba(9, 95, 193, 0.64);
}

.modal-wrapper .divfl__select {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(9, 95, 193, 0.24), 0 3px 3px rgba(9, 95, 193, 0.14), 0 8px 16px rgba(9, 95, 193, 0.04);
  border: 1px solid rgba(9, 95, 193, 0.64);
  overflow: hidden;
}

.modal-wrapper .divfl__select select {
  border: none;
}

.modal-wrapper .close {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
}

.modal-wrapper .close:hover::before,
.modal-wrapper .close:hover::after {
  background: #b3338c;
}

.modal-wrapper .close::before,
.modal-wrapper .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #b3338c;
}

.modal-wrapper .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-wrapper .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-wrapper .close.hairline::before,
.modal-wrapper .close.hairline::after {
  height: 1px;
}

@media only screen and (max-width: 768px) {
  .modal-wrapper .modal-image {
    width: 270px;
    height: 140px;
    display: block;
    margin: 0 auto;
  }
  .modal-wrapper .divform .divfl {
    width: 200px;
    margin: 0 auto 15px;
    display: block;
  }
  .modal-wrapper .divform .divb.button-open {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .modal-wrapper .form-right,
  .modal-wrapper .form-left {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /**/
  body .modal-wrapper .modal-dialog{
    width: 600px;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    left: 50%;
  }
}