.ability_left {
  width: 44.79%;
  height: 10px;
  background: url(../images/school-1.png) no-repeat right center;
  background-size: cover;
  margin-right: 30px;
}
.ability_right {
padding-left: 500px;
  padding: 10px 0;
  height: 600px;
  box-sizing: border-box;
}
.ability_right h3 {
text-align: center;
  font-size: 28px;
  font-weight:400;
  margin-bottom: 20px;
}
.ability-input {
  display: block;
  width: 335px;
  height: 45px;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(231,231,231,1);
  padding-left: 40px;
  box-sizing: border-box;
  background: url(../images/ablility-1.png) no-repeat 12px center;
  margin-bottom: 20px;
}
.ability-input:nth-child(2) {
  background-image: url(../images/ablility-2.png);
}
.ability-input:nth-child(3) {
  background-image: url(../images/ablility-3.png);
}
.ability-input:nth-child(4) {
  background-image: url(../images/ablility-4.png);
}
.ability-input:nth-child(5) {
  background-image: url(../images/ablility-5.png);
  margin-bottom: 30px;
}
.ability-select {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/select_icon.png") no-repeat scroll 270px center transparent;
    padding-right: 30px;
}
.ability-select::-ms-expand {
    display: none;
}

.ability-from {
  margin-right: 22px;
}
.ability_submit {
  width: 100%;
  height: 50px;
  background:rgba(0,64,152,1);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.ability_img {
  padding-top: 70px;
}
.ability_img img {
    margin: 0 0 20px 0;
  display: block;
}
.ability_img img:hover{
    box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.14);

}
