body {
  background-color: #f8f9fa;
  font-family: 'Arial', sans-serif;
}

.logo {
  width: 100px;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

p {
  font-size: 1rem;
}
.header-section {
  background-color: #ffffff;
  border-bottom: 2px solid #e0e0e0;
}

.header-section .logo img {
  width: 120px;
}

.header-section nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #0053a0;
  text-decoration: none;
}

.header-section nav a:hover {
  text-decoration: underline;
}

.header-section nav i {
  font-size: 1.2rem;
}

.header-section nav a .fas {
  margin-right: 8px;
}
.banner-section {
  padding-top: 30px;
}
.zip-input .form-control {
  width: 250px;
  border-radius: 25px 0 0 25px;
}

.zip-input .btn {
  border-radius: 0 25px 25px 0;
}

.insurance-options .card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
}

.insurance-options .icon {
  width: 100px;
  margin-bottom: 10px;
}

button {
  font-size: 1rem;
  background-color: #007bff;
}

.text-muted {
  font-size: 0.8rem;
}
.gecko-waving {
  display: block;
  align-self: flex-start;
  width: calc(74% - 6rem);
  margin-top: 5rem;
  margin-right: 4%;
  margin-left: 20%;
  border-radius: 50%;
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.text-left {
  text-align: left;
}
.claims-section {
  background-color: #f8f9fa;
  padding: 30px 0;
}

.bg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background-color: #e0f7fa;
  border-radius: 50%;
  z-index: -1;
}

.img-fluid {
  border-radius: 8px;
}

.list-group-item {
  font-size: 1rem;
  padding: 15px 20px;
  border: 1px solid #007bff;
  color: #000;
  border-radius: 8px;
}

.list-group-item:hover {
  background-color: #e7f1ff;
  border-color: #0056b3;
}

.list-group-item span {
  font-weight: bold;
}
.insurance-needs-section {
  background-color: #ffffff;
}

.insurance-needs-section h2 {
  font-size: 2rem;
  font-weight: bold;
}

.insurance-needs-section p {
  font-size: 1rem;
  color: #666;
}

.card {
  border-radius: 10px;
  overflow: hidden;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-body {
  text-align: left;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.card-text {
  font-size: 1rem;
  color: #555;
}

.btn-outline-primary {
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 0.9rem;
}
.switch-geico-section {
  background-color: #f9f9f9;
  padding: 29px 0;
}

.switch-geico-section h2 {
  font-size: 2rem;
  font-weight: bold;
}

.switch-geico-section h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.switch-geico-section p {
  font-size: 1rem;
  color: #555;
}
 

.row div:last-child {
  border-right: none;
}

.app-mockup {
  padding: 30px;
  border-radius: 30px;
}
.geico-living-section {
  background-color: #ffffff;
}

.logo-container {
  position: relative;
  display: inline-block;
}

.bg-circle-yellow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background-color: #fff9c4;
  border-radius: 50%;
  z-index: -1;
}
 
.list-group-item {
  font-size: 1rem;
  padding: 15px 20px;
  border: 1px solid #007bff;
  color: #000;
  border-radius: 8px;
}

.list-group-item:hover {
  background-color: #e7f1ff;
  border-color: #0056b3;
}

.list-group-item span {
  font-weight: bold;
}
.disclaimer-section {
  background-color: #f8f9fa;
}

.disclaimer-box {
  background-color: #f1f1f1;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.disclaimer-box p {
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}
.cookie-banner {
  background-color: #0053a0;
  color: white;
}

.cookie-banner .text-underline {
  text-decoration: underline;
}

.cookie-banner .btn-light {
  border-radius: 25px;
  font-weight: bold;
}

.cookie-bottom {
  background-color: #f1f6fc;
}

.gecko-icon {
  width: 50px;
  vertical-align: middle;
}
.footer-section {
  background-color: #ffffff;
  color: #000;
}

.footer-section {
  background-color: #ffffff;
  color: #000;
}

.footer-section h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-section a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-section ul {
  padding: 0;
  list-style: none;
}

.footer-section .fab {
  font-size: 1.5rem;
  color: #000;
}

.footer-section img {
  width: 100px;
}

.footer-section p {
  font-size: 0.85rem;
  color: #666;
}
#callnowbutton {
  display: none;
}
@media screen and (max-width: 650px) {
  #callnowbutton {
      display: block;
      position: fixed;
      text-decoration: none;
      z-index: 2147483647;
      width: 100%;
      left: 0;
      bottom: 0;
      height: 60px;
      text-align: center;
      color: #fff;
      font-weight: 600;
      font-size: 120%;
      overflow: hidden;
      background: #026d9e;
      display: flex;
      justify-content: center;
      align-items: center;
  }
}

.a-link:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.cheap {
  display: block;
  padding-top: 14px;
  margin-top: 10px;
  margin-bottom: 11px;
  font-size: 22px;
  color: rgb(255 255 255);
  background: #026d9e;
  padding-bottom: 10px;
  font-weight: 600;
  width: 82%;
  margin-left: 10%;
}

.off {
  font-size: 25px;
  color: rgb(0, 184, 153);
  font-weight: 700;
  display: block;
  padding-top: 60px;
  padding-bottom: 20px;
}

.call-btn {
  font-size: 16px;
  padding: 10px 20px;
  border: 0px;
  background: #6138f5;
  color: #fff !important;
  font-weight: 600;
  border-radius: 3px;
}

.call-btn2 {
  font-size: 30px;
  padding: 10px 20px;
  border: 0px;
  background: #6138f5;
  color: #fff !important;
  font-weight: 600;
  border-radius: 3px;
  width: 100%;
}

.modal-content {
  background-color: #fff !important;
}

.buttom-call {
  margin-top: 150px;
}

.modal-body.text-center {
  margin-top: 30%;
}

.modal {
  max-height: 100%;
  max-width: 100%;
}

.modal-header {
  background: #026d9e;
}

.modal-title {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}

.modal-header .close {
  margin-top: -32px;
}

.close {
  padding: 5px !important;
  line-height: 1;
  color: #fff;
  /* border-radius: 10px; */
  background: #262323 !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 13;
}

.unpub {
  background: #6138f5;
  padding: 10px;
  color: #fff;
}

.book {
  background: #fff;
  color: #4a4545;
  padding: 17px;
}

.modal-body {
  padding: 0px;
}

@media only screen and (max-width: 600px) {
  .modal-content {
      height: 900px;
  }
  .modal.show .modal-dialog {
      margin-top: 3%;
      margin: 0px;
  }
}
