   h1{
       font-size: 60px;
       font-weight: 700;
    }
    p{
      font-size: 18px;
      font-weight: 500;
    }
    h3{
      font-size: 28px;
      font-weight: 700;
    }
    .custom-border{
      border-bottom: 2px solid #000;
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      border-radius: 0;
    }
     .btn-primary{
        border-radius:50px !important;
        width:154px;
    }
    @media screen and (max-width: 767px) {
  .extra h3 {
    font-size:13px !important;
    padding: 0px 30px !important;
  }
  .extra-1{
      margin:0px !important;
  }
  .btn-primarys{
      margin: 0px 46px !important;
     
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;

  }
  .extra p{
      font-size:13px !important;
  }
  .extra h1{
      font-size:17px !important;
  }
  .extras h3 {
    font-size:21px !important;
    padding: 0px 30px !important;
  }
  .hero-height {
      height:200px !important;
      margin-top: 161px;
  }
}
 td, th{
      font-size: 14px;
      text-align:center !important;
    }
     .bg-green{
      background: green;
      color: #fff;
    }
    .bg-light-green{
      background: #E6EFC1;
    }
    
    .ready{
        position:relative;
        margin-top:157px !important;
    }