body{
    background-color: #f8f8f8;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 15px;
    height: 580px;
    overflow: hidden;
}
hr{
    border: none;
    color: #dadada;
    background-color: #dadada;
    height: 1px;
}
.title{
    font-size: 35px;
}
.title2{
    font-size: 20px;
    margin-top: 20px;
}
.greyT{
    color: #dadada;
}
.row{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.teachersBox{
    min-height: 50px;
}
.submit, .wpcf7-submit{
    border-radius: 0px;
    border: 2px solid #00aaff;
    background: transparent;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    cursor: pointer;
}
.submit:hover, .wpcf7-submit:hover{
    background-color: #00aaff;
    color: #ffffff;
}
.tipeText, .wpcf7-text{
    border-radius: 0px;
    border: 1px solid #ffffff;
    height: 40px;
    width: 300px;
    font-size: 18px;
}
.select{
    border-radius: 0px;
    border: 1px solid #ffffff;
    height: 40px;
    width: 300px;
    font-size: 18px;
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' fill-rule='evenodd' class='cls-1' d='M8,0L4.141,6.993,0.012,0.156Z'/%3E%3C/svg%3E%0A");
    background-position: right 10px center;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.tipeText:hover, .tipeText:focus, .select:hover, .select:focus{
    border: 1px solid #81ca00;
}
.loadImage{
    width: 100px;
}
.linkTeach{
    margin-left: 15px;
    color: #00b2fe;
}

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #dadada;
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #81ca00;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
 
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #dadada;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
}
.checkbox + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .2s;
}
.checkbox:checked + label:before {
  background: #81ca00;
}
.checkbox:checked + label:after {
  left: 26px;
}
.checkbox:focus + label:before {
  
}