a {
  text-decoration: none;
}

a.blue {
  color: #424e67;
  text-decoration: underline;
}

.btn-cont {
  margin: 20px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.see-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  font-weight: 600;
  color: #d2f369;
  background-color: #242b3a;
  font-size: 22px;
  border-radius: 5px;
}

a.see-btn:hover {
  transform: scale(0.98);
  background-color: #d2f369;
  color: #242b3a;
}

@media screen and (max-width: 580px) {
  a.see-btn {
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
  }
}
.select-bill h2 {
  text-align: center;
}

.select-bill .button-set {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 565px;
  margin-inline: auto;
  row-gap: 20px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .select-bill .button-set {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    row-gap: 10px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.select-bill .button-set input {
  display: none;
}

.select-bill .button-set input:checked + label {
  background-color: #d2f369;
  color: #242b3a;
}
.select-bill .button-set input:checked + label svg path {
  fill: #242b3a;
}

.select-bill .button-set input:checked + label:hover {
  transform: scale(1);
}

.select-bill .button-set label {
  padding: 15px 20px;
  font-size: 20px;
  color: #d2f369;
  background-color: #242b3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s ease-in;
  position: relative;
  border-radius: 5px;
}
.select-bill .button-set label svg path {
  fill: #d2f369;
}

.select-bill .button-set label:hover {
  transform: scale(0.98);
}

@media screen and (max-width: 500px) {
  .select-bill .button-set label {
    font-size: 16px;
    padding: 15px 20px;
    flex-direction: column;
  }
}
.select-bill button {
  position: relative;
  margin-top: 40px;
  margin-inline: auto;
  font-size: 24px;
  padding: 10px 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  background-color: #242b3a;
  color: #fff;
  outline: 0;
  border: none;
  border-radius: 5px;
  font-weight: 600;
}

.select-bill button:hover {
  background-color: #FFF;
  color: #242b3a;
}

@media screen and (max-width: 500px) {
  .select-bill button {
    margin-top: 25px;
    font-size: 18px;
    padding: 15px 20px;
    width: 100%;
  }
  .foot-p {
    font-size: 16px;
  }
  h1 {
    font-size: 23px;
    line-height: 32px;
  }
  .site-footer .links a {
    font-size: 14px;
  }
  .copyright p {
    font-size: 16px;
  }
}
.main-content .img-block img {
  width: 980px;
  max-width: 100%;
}

.button-set label {
  gap: 10px;
}

.button-set label svg {
  max-height: 40px;
}

p {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .main-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .btn-cont {
    margin: 10px 20px;
  }
}
.top-bar {
  border-top: 1px solid rgb(221, 238, 254);
  border-bottom: 1px solid rgb(221, 238, 254);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0px;
}
.top-bar .writer {
  border: none !important;
}

/* logo */
.header-wrapper .container {
  max-height: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  display: inline-block;
  margin-left: 30px;
}

.logo a {
  display: flex;
  align-items: center;
  color: #000;
}

.logo a img {
  margin-right: 5px;
  max-width: 45px;
}

.logo-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

.logo-text span {
  font-size: 12px;
  text-transform: capitalize;
  display: block;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .logo {
    margin-left: -5px;
  }
  .hd-logo {
    width: 220px;
    max-width: 220px;
  }
  .blue-btn.w-100, .steps-wrapper .blue-btn.w-100 {
    font-size: 16px;
  }
}
.header {
  background-color: #242b3a;
}
.header .logo-text {
  color: #fff;
}

.footer a {
  color: #fff;
}/*# sourceMappingURL=new_style.css.map */

.select-bill button:hover {
    background-color: #d2f369;
    color: #242b3a;

}


h3
{
margin-top:5px;
}

@media screen and (max-width: 580px) {
  h3 {
    font-weight:400;
    font-size:13px !important;
  }
}

.quote-box.bordered {
  border-left-style: solid;
  border-left-width: 10px;
  border-left-color: #009900;
}

.links-grid {
  position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px,1fr));
    gap: 10px;
    padding: 20px 0px;
}


.links-grid .link-grid-item {
  font-size: 0.9rem;
  font-weight: 600;
    justify-content: center;
    padding: 1.4rem 0.8rem;
    text-align: center;
    text-decoration: none;
    transition: .35s;
    color: #ffffff;
    background-color: #009900;
    border-radius: 5px;
}

a.different-col-box {
  color: #ffffff;
  background-color: #242b3a;
  position: relative;
  padding: 20px;
  text-align: center;
  display: block;
  max-width: 1060px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
  border-radius: 5px;
}

a.big-box {
  position: relative;
  display: block;
  line-height: 1.3;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  color: #242b3a;
  text-align: center;
  background-color: #d8e5f0;
  margin-top: 10px;
  border-radius: 5px;
}

.light-back {
  background-color: #f4ffd2;
  position: relative;
  margin-bottom: 10px;
  padding: 20px 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.light-back h2 {
  font-size: 1.8rem;
    line-height: 1.2;
    margin: 0px;
    color: #009900;
}

.light-back p {
  margin-top: 10px;
  font-size: 20px;
}
.map-img {
  position: relative;
  max-width: 100%;
  margin: auto;
  height: auto;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
}
blockquote p {
  margin: 0px;
}

@media screen and (max-width:768px) {
  a.big-box {
    font-size: 20px;
  }
  a.different-col-box {
    font-size: 18px;
  }
  blockquote {
    font-size: 18px;
    line-height: 22px;
  }
  .links-grid .link-grid-item {
    font-size: 16px;
  }
  .links-grid {
      grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
  }
}


blockquote {
    background-color: rgb(244, 255, 210);
    padding: 20px;
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    text-align: center;
    margin: 0;
}