
.hidden {
    display: none;
  }

  text {
    position: static;
  border: 3px solid #73AD21;
  }
  .button8 {
    background-color: #04AA6D;
    border: none;
    color: rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
  }
  
  .text{
  
    left: 500px;
    width: 256px;
    height: 90px;
    position: relative;
    background-color: #008080;
    color: #fff;
    text-align: left;
    border: none;
    border-radius: 26px;
    padding: 30px;
    font-size: 26px;
    cursor: pointer;
    border-radius: 20px;
  }

  .phone{
  

    left: 5px;
    width: 256px;
    height: 90px;
    position: relative;

    color: #fff;
    text-align: left;
    border: none;
    border-radius: 26px;
    padding: 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
  }




  .button4 {border-radius: 12px;}
 
  .btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
  }
  
  /* Green */
  .success {
    border-color: #04AA6D;
    color: green;
   
  }
  
  .success:hover {
    background-color: #04AA6D;
    color: white;
  }
  
  /* Blue */
  .info {
    border-color: #2196F3;
    color: dodgerblue
  }
  
  .info:hover {
    background: #2196F3;
    color: white;
  }
  
  /* Orange */
  .warning {
    border-color: #ff9800;
    color: orange;
  }
  
  .warning:hover {
    background: #ff9800;
    color: white;
  }
  
  /* Red */
  .danger {
    border-color: #f44336;
    color: red
  }
  
  .danger:hover {
    background: #f44336;
    color: white;
  }
  
  /* Gray */
  .default {
    border-color: #e7e7e7;
    color: black;
  }
  
  .default:hover {
    background: #e7e7e7;
  }

.review-section {
    margin-top: 50px;
    padding: 50px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  
  .review-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .review-section form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .review-section label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .review-section input,
  .review-section select,
  .review-section textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #cccccc;
  }
  
  .review-section input[type="submit"] {
    background-color: #005c9d;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
  }


  .reviewCard {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255, 255, 255); /* Fallback color */
    background-color: rgba(255, 255, 255, 0.4); /* Black w/ opacity */
  }


  
  
  .review-section input[type="submit"]:hover {
    background-color: #004170;
  }
  
  @media screen and (min-width: 360px) {
    .review-section form {
      width: 60%;
    }
    .text{
      left: 5px;
    width: 256px;
    height: 90px;
    }
  }

  @media screen and (max-width: 320px) {
    .review-section form {
      width: 50%;
    }
    .text{
      left: 2px;
    width: 256px;
    height: 90px;
    }
    .phone{
      left: 1px;
      width: 100px;

    }

  }

  @media screen and (min-width: 384px) {
    .review-section form {
      width: 50%;
    }
    .text{
      left: 2px;
    width: 256px;
    height: 90px;
    }
  }

  @media screen and (min-width: 390px) {
    .review-section form {
      width: 50%;
    }
    .text{
      left: 2px;
    width: 256px;
    height: 90px;
    }
  }

  @media screen and (min-width: 820px) {
    .review-section form {
      width: 100%;
    }
    .text{
      left: 190px;
    width: 256px;
    height: 90px;
    }
  }

  @media screen and (min-width: 768px) {
    .review-section form {
      width: 100%;
    }
    .text{
      left: 190px;
    width: 256px;
    height: 90px;
    }
  }

  @media screen and (min-width: 540px) {
    .review-section form {
      width: 100%;
    }
    .text{
      left: 50px;
    width: 256px;
    height: 90px;
    }
  }

  
  @media screen and (min-width: 760px) {
    .review-section form {
      width: 100%;
    }
    .text{
      left: 202px;
    width: 256px;
    height: 90px;
    }
  }

  @media screen and (min-width: 1280px) {
    .review-section form {
      width: 100%;
    }
    .text{
      left: 456px;
    width: 256px;
    height: 90px;
    }
  }


  
  