body {
  font-family: Roboto, arial, calibri, verdana, sans-serif;
  margin: 0 auto; /* Center the body content */
  max-width: 2048px; /* Set a maximum width */
  padding: 0 20px; /* Add some padding */
  background-color: #f2f2f2;
}
p {
  font-size: large;
}

.img-review {
  width: 80px;
  height: auto;
}
.feature {
  background-color: white;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.feature h2 {
  color: #005a9e;
   font-size: 30px;
}
.feature h3 {
  color: #000000;
   font-size: 20px;
}

.feature p {
  line-height: 1.6;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 5px;
}

td.label-cell {
  text-align: right;
  width: 35%;
  font-size: large;
}

input[type="text"] {
  height: 25px; /* Adjust the height as needed */
  font-size: 16px; /* Adjust the font size as needed */
  width: 200px;
}
input[type="email"] {
  height: 25px; /* Adjust the height as needed */
  font-size: 16px; /* Adjust the font size as needed */
  width: 200px;
}
input[type="date"] {
  height: 25px; /* Adjust the height as needed */
  font-size: 16px; /* Adjust the font size as needed */
  width: 205px;
}
input[type="tel"] {
  height: 25px; /* Adjust the height as needed */
  font-size: 16px; /* Adjust the font size as needed */
  width: 200px;
}
textarea {
  height: 60px;
  font-size: 16px;
  width: 205px;
}
select {
  height: 30px;
  font-size: 16px;
  width: 209px;
}

.submit-button {
  background-color: #005a9e; /* Use the desired color */
  color: white; /* Text color */
  padding: 10px 20px; /* Adjust padding as needed */
  border: 2px solid #005a9e; /* Border color */
  border-radius: 5px; /* Rounded corners */
  font-family: Arial, sans-serif; /* Font family */
  font-size: 16px; /* Font size */
}

.submit-button:hover {
  background-color: #2c3b4e; /* Change background color on hover */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.googlereviewgrid {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.googlereviewgrid thead tr {
  background-color: #005a9e;
  color: #ffffff;
  text-align: left;
}

.googlereviewgrid td,
.googlereviewgrid th {
  padding: 12px 15px;
  border-bottom: 1px solid #dddddd;
}

.googlereviewgrid tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.googlereviewgrid tbody tr:last-of-type {
  border-bottom: 2px solid #007bff;
}
.googlereviewgrid caption {
  padding: 10px;
  font-family: "Arial", sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  color: #005a9e;
  text-align: left;
  background-color: #f3f3f3;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
