.application_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 790px;
  height: 400px;
  display: none;
  background: url('../images/bg-application.png') no-repeat;

}

.close_icon {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  height: 24px;
  /* border-radius: 50%; */
  /* border:1px solid red ; */
  cursor: pointer;
  background: url('../images/close.png') no-repeat;
}

.application_modal_main {
  width: 682px;
  height: 322px;
  position: absolute;
  left: 108px;
  top: 78px;
}

.des_line1 {
  text-align: center;
  margin: 60px auto 14px;
  font-size: 30px;
  color: #333;
}

.des_line2 {
  text-align: center;
  margin: 0px auto 26px;
  font-size: 30px;
  color: #333;
}

.tel {
  display: flex;
  justify-content: center;
  /* text-align: center; */
  font-size: 13px;
  color: black;
  margin-top: 18px;
  font-weight: 500;
}
.tel .tel-regular{
  margin-bottom: 4px;
}

.application_footer {
  width: 482px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #df1b0a;
  color: #fff;
  background-color: #b00e00;
  font-weight: 800;
  border-radius: 27px;
}

.application_footer:hover {
  cursor: pointer;
}