.contact-ly{
    display: block; 
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0,0,0,0.2);
}
.leave_cont {
    background: #0076C0;
    width: 70%;
    max-width: calc(650px - 6%);
    padding: 2% 2% 2%;
    margin: 5% auto;
    color: #fff;
}
.leave_cont .leave_title {
  border-bottom: 1px solid #fff;
}
.leave_cont .leave_title .close {
  text-align: right;
}
.leave_cont .leave_title h3 {
  font-size: 28px;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
.leave_cont .leave_title img {
  position: relative;
  left: 0px;
}
.leave_cont #formdemand {
  margin-top: 30px;
}
.leave_cont #formdemand .leave_input {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.leave_cont #formdemand .leave_input div {
  display: inline-block;
  min-width: 165px;
  padding-left: 12px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}
.leave_cont #formdemand .leave_input div::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.leave_cont #formdemand .leave_input div span {
  display: block;
}
.leave_cont #formdemand .leave_input div span:nth-child(2) {
  padding-left: 12px;
}
.leave_cont #formdemand .leave_input input,
.leave_cont #formdemand .leave_input select {
  padding: 2.2% 2%;
  width: calc(96% - 150px);
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #000;
}
.leave_cont #formdemand .leave_input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.leave_cont #formdemand .leave_input select option {
  padding: 3px 0;
}
.leave_cont #formdemand .leave_sub{
  width: 150px;
  padding: 19px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  color: #0076C0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 50px auto 0;
}
.leave_cont #formdemand .leave_sub input{
    border: none;
    background: none;
}
@media only screen and (max-width: 769px) {
  .leave_cont {
    width: 90%;
    padding: 4% 3%;
  }
  .leave_cont .leave_title img {
    left: 3px;
  }
  .leave_cont .leave_title h3 {
    font-size: 28px;
  }
  .leave_cont #formdemand {
    margin-top: 16px;
  }
  .leave_cont #formdemand .leave_input {
    margin-top: 16px;
  }
  .leave_cont #formdemand .leave_input select,
  .leave_cont #formdemand .leave_input input {
    width: 100%;
    font-size: 16px;
  }
  .leave_cont #formdemand .leave_input div {
    font-size: 14px;
    min-width: 100px;
  }
  .leave_cont #formdemand .leave_input div span {
    display: inline-block;
  }
  .leave_cont #formdemand .leave_sub {
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
    margin: 30px auto;
  }
}
