.custom_btn{
    padding: 10px 30px;
    border: none;
    font-size: 15px;
    display:inline-block;
    text-decoration: none;
    font-weight: 500;
    background: rgb(13 121 124);
    color: #fff;
    
  }
  
  .custom_btn:hover{
    opacity: 0.8;
  }
  
  
  .custom_white_btn{
    padding: 8px 30px;
    border: none;
    font-size: 15px;
    display:inline-block;
    text-decoration: none;
    font-weight: 500;
    background: #ffffff;
    color: #222222;
    border-radius: 50px;
  }
  
  .custom_btn:hover{
    opacity: 0.8;
  }


  .custom_input{
    width: 100%;
    height: 45px;
    padding: 8px 20px;
    font-size: 16px;
    background: #fff;
    border-radius: 0px !important;

  }


  
  .custom_white_btn2{
    padding: 10px 30px;
    border: none;
    font-size: 15px;
    display:inline-block;
    text-decoration: none;
    font-weight: 500;
    background: rgb(13 121 124);
    color: #fff;
    border-radius: 0px !important;
  
  }
  
  .custom_white_btn2:hover{
    opacity: 0.8;
  }
