body{
    font-family: 'Lato', sans-serif;
      font-size: 15px;
      color: rgb(29, 29, 29);
  }
  
  .mb2 {
      margin-bottom: -1.5rem;
  }
  
  
  .form-div{
    width:530px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
	Padding-left:15px;
   padding-right:15px;
}
  .form-div > p{
        color: rgb(79, 79, 79);
      font-weight: 400;
      font-size: 16px;
      font-style: normal;
      font-family: Lato;
      text-align: center;
      line-height: 26px;
      letter-spacing: 0px;
      border-bottom:1px solid rgb(189, 185, 185);
      padding-bottom:30px;
      margin-bottom:30px
  
  }
  .form-div input, .form-div select{
      font-family: Lato;
      color: rgb(150, 149, 149);
      font-weight: normal;
      font-size: 15px;
      font-style: normal;
      letter-spacing: 0px;
      width: 100%;
      height: 36px;
      padding-left: 10px;
      margin-bottom:15px
  }
  .first-name{
    width:49%;
    float:left;
  }
  .last-name{
    width:49%;
    float:right
  }
  .date-type select{
    width: 32%;
    margin-left: 10px;
  }
  .date-type select:nth-child(1){
    margin-left:0
  }
  .airpot{
    border-bottom: 0px solid rgb(189, 185, 185);
      padding-bottom: 10px;
      margin-bottom: 30p
  }
  .airpot p{
      
      font-family: Lato;
      font-weight: bold;
      font-size: 15px;
      color: rgb(29, 29, 29);
      font-style: normal;
      text-decoration: none;
      line-height: 20px;
      letter-spacing: 0px;
  }
  .form-main input[type="submit"]{
    border:0;
    background-color: #55B150;
      color: rgb(255, 255, 255);
      
      font-weight: bold;
      font-size: 22px;
      font-style: normal;
      line-height: 22px;
      letter-spacing: 0px;
      margin: 0px auto;
      width: 100%;
      float: none;
      border-style: solid;
      border-width: 0px;
      border-radius: 3px;
      border-color: rgba(0, 0, 0, 0);
    height:auto;
    margin-bottom:30px;
    padding:15px;
    text-transform:capitalize
  }
  .form-main input[type="submit"]:hover{
    opacity:.8;
  }
  .help span{
    display:none;
    position:absolute;
    width: 176px;
    right: 32px;
    top:0;
    background: #000000e6;
    color:#fff;
    padding: 10px;
    border-radius: 5px;
  }
  .airpot{
    position:relative
  }
  .help{
    position:absolute;
    right:0;
    top:32px
  }
  .help p{
    height:20px;
    width:20px;
    background:#000;
    text-align:center;
    color:#fff !important;
    border-radius:30px;
    cursor: pointer;
  }
  .help p:hover + span{
    display:block;
   
  }
  .textarea{
      height: 45px;
      width: 100%;
      margin: 7px 0;
      border: 1px solid #ddd;
      font-size: 16px;
      padding: 10px 10px;
      line-height:22px
  }
  .over-all textarea{
      height:100px;
      margin-bottom:10px;
      background-color:#eee
  }
  label {
   border:1px solid #ccc;
   /*padding:10px;*/
   margin:0 0 10px;
   display:block; 
  }
  
  label:hover {
   background:#eee;
   cursor:pointer;
  }
  .form-div input[type="checkbox"]{
 	width: 20px !important;
 	height: 20px !important;
 	line-height: 30px;
 	display: inline-block;
	vertical-align: text-top;
 }
@media(max-width:767px){
	 .form-div {
    Padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
  .date-type select{
    margin-left:0;
    width:100%
  }
  .modal-content{
	  width:100% !important
 }
 .form-div input[type="checkbox"]{
 	width: 20px !important;
 	height: 20px !important;
 	line-height: 30px;
 	display: inline-block;
	vertical-align: text-top;
 }
 
}

.form-div input[type="radio"]{
  display: inline-block !important;
  width: 26px;
  vertical-align: baseline;
  line-height: 28px;
  height: auto;
}
