@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-panel {
    overflow-x: hidden;
    height: 515px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel {
    overflow-x: unset;
  }
}

.hero-section-panel img {
  width: auto;
  height: auto;
  z-index: -1;
}

@media (min-width: 768px) {
  .hero-section-panel img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: absolute;
    height: 90%;
    left: -15px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel img {
    height: auto;
    bottom: 72px;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel img {
    bottom: 41px;
  }
}

.hero-section-panel .remove-position-absolute img {
  position: unset;
}

.hero-section-panel .title-form-container {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-section-panel .title-form-container {
    position: unset;
  }
}

.hero-section-panel .title-form-container .form-container {
  position: relative;
  left: unset;
  right: unset;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container {
    position: relative;
    left: unset;
    right: unset;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container form {
    display: inline-block;
  }
}

.hero-section-panel .title-form-container .form-container form.zipcode-form .form-group label {
  position: absolute;
  top: 10px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form .form-group label {
    top: 15px;
    font-size: 16px;
  }
}

.hero-section-panel .title-form-container .form-container form.zipcode-form .form-group .field-validation-error {
  top: auto;
  bottom: 0px;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form .form-group .field-validation-error {
    bottom: 5px;
  }
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .select-container input {
    width: 95px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .select-container input {
    width: 120px;
  }
}

.hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container {
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0 0 5px;
    margin: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container {
    width: calc(100% - 120px);
    padding-right: 0;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container .custom-select-option {
    width: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container .custom-select-option {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container .custom-select-option {
    width: 100%;
  }
}

.hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container .custom-select-option .selected-value {
  font-size: 18px;
}

.hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container .custom-select-option .selct-dropdown span {
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .county-container i {
    right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .button-container {
    margin-top: 5px;
    width: 100%;
  }
}

.hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .button-container button {
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container form.zipcode-form.add-county .form-group .button-container button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .cta-contact-section {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container .cta-contact-section {
    display: block;
  }
}

.hero-section-panel .title-form-container .form-container h3, .hero-section-panel .title-form-container .form-container p {
  font-weight: 700;
  color: #333333;
  text-align: left;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container h3, .hero-section-panel .title-form-container .form-container p {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container h3, .hero-section-panel .title-form-container .form-container p {
    text-align: left;
  }
}

.hero-section-panel .title-form-container .form-container h3 {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container h3 {
    padding-right: 15px;
  }
}

.hero-section-panel .title-form-container .form-container p {
  font-size: 16px;
  line-height: 29px;
}

.hero-section-panel .title-form-container .form-container .form-group {
  padding: 20px;
  box-shadow: 0px 2px 10px -4px rgba(64, 78, 122, 0.5);
  border-bottom: 5px solid #F08B77;
  border-radius: 10px 10px 6px 6px;
  margin-bottom: 10px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .form-group {
    padding: 31px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container .form-group {
    width: 100%;
  }
}

.hero-section-panel .title-form-container .form-container .form-group .select-container {
  width: 100%;
  position: relative;
  z-index: 10;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container:hover i {
  color: #F08B77 !important;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container i {
  position: absolute;
  right: 15px;
  color: #999;
  pointer-events: none;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container i:before {
  font-weight: 800 !important;
  font-size: 25px;
  line-height: 70px;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .form-group .select-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option {
  height: 70px;
  border: 1px solid #E2E2E2;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option {
    width: 340px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option {
    width: 206px;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option {
    width: 320px;
  }
}

.hero-section-panel .title-form-container .form-container .form-group .select-container input {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 70px;
  border: 1px solid #E2E2E2;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .form-group .select-container input {
    width: 330px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container .form-group .select-container input {
    width: 183px;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container .form-group .select-container input {
    width: 299px;
  }
}

.hero-section-panel .title-form-container .form-container .form-group .select-container input::-webkit-input-placeholder {
  color: #666666;
  font-weight: 500;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container input::-moz-placeholder {
  color: #666666;
  font-weight: 500;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container input::-ms-input-placeholder {
  color: #666666;
  font-weight: 500;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px;
  border-radius: 0.25rem;
  z-index: 3;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option.active .selct-dropdown {
  display: block;
  opacity: 1;
  pointer-events: auto;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option.active .selct-dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option.active .selct-dropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(102, 102, 102, 0.2);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option.active.dropup .selct-dropdown {
  top: auto;
  bottom: 100%;
  margin: 0;
  border-top: 1px solid #E2E2E2;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option:hover {
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.35);
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option .selected-value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-right: 10px;
  font-size: 16px;
  padding-top: 2px;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option .selected-value[data-value="-1"], .hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option .selected-value[value="-1"] {
  color: #666666;
  font-weight: 500;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option .selct-dropdown {
  background: #ffffff;
  border: 1px solid #E2E2E2;
  border-top: 0;
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  z-index: 2;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option .selct-dropdown span {
  color: #000;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option .selct-dropdown li:hover {
  background-color: rgba(240, 139, 119, 0.15);
  cursor: default;
}

.hero-section-panel .title-form-container .form-container .form-group .select-container .custom-select-option .selct-dropdown li span {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.hero-section-panel .title-form-container .form-container .form-group .input-group-append {
  margin-left: 0px;
}

.hero-section-panel .title-form-container .form-container .form-group .button-container {
  width: 100%;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .form-group .button-container {
    width: auto;
  }
}

.hero-section-panel .title-form-container .form-container .form-group .button-container button {
  width: 100%;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .form-group .button-container button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.hero-section-panel .title-form-container .form-container .form-group .input-group-append {
  height: 70px;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .btn-type-get-started .form-group .select-container input {
    width: 321px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container .btn-type-get-started .form-group .select-container input {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container .btn-type-get-started .form-group .select-container input {
    width: 340px;
  }
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .btn-type-get-started form.zipcode-form.add-county .form-group .select-container input {
    width: 95px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container .btn-type-get-started form.zipcode-form.add-county .form-group .select-container input {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container .btn-type-get-started form.zipcode-form.add-county .form-group .select-container input {
    width: 115px;
  }
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .btn-type-shop-plans .form-group .select-container input {
    width: 340px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container .btn-type-shop-plans .form-group .select-container input {
    width: 225px;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container .btn-type-shop-plans .form-group .select-container input {
    width: 345px;
  }
}

@media (min-width: 768px), (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel .title-form-container .form-container .btn-type-shop-plans form.zipcode-form.add-county .form-group .select-container input {
    width: 120px;
  }
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .btn-type-explore-plans .form-group .select-container input {
    width: 318px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .form-container .btn-type-explore-plans .form-group .select-container input {
    width: 198px;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel .title-form-container .form-container .btn-type-explore-plans .form-group .select-container input {
    width: 318px;
  }
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .form-container .btn-type-explore-plans form.zipcode-form.add-county .form-group .select-container input {
    width: 93px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel .title-form-container .form-container .btn-type-explore-plans form.zipcode-form.add-county .form-group .select-container input {
    width: 120px;
  }
}

.hero-section-panel .title-form-container .title-container {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .hero-section-panel .title-form-container .title-container {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel .title-form-container .title-container {
    margin-bottom: 60px;
  }
}

.hero-section-panel .title-form-container .title-container h2 {
  font-weight: 500;
  color: #333333;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-panel.hero-yext-review {
    height: auto;
  }
}

@media (min-width: 768px) {
  .hero-section-panel.hero-yext-review img {
    height: 68%;
    left: -30px;
    bottom: 45px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel.hero-yext-review img {
    height: 72%;
    bottom: 50px;
    left: -60px;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel.hero-yext-review img {
    bottom: 0;
    height: 100%;
    left: -30px;
  }
}

.hero-section-panel.hero-yext-review .title-form-container .title-container {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .hero-section-panel.hero-yext-review .title-form-container .title-container {
    margin-bottom: 30px;
  }
}

.hero-section-panel.hero-yext-review .title-form-container .title-container h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
}

@media (min-width: 992px) {
  .hero-section-panel.hero-yext-review .title-form-container .title-container h2 {
    font-size: 24px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-panel.img-type-1 img {
    height: 155%;
  }
  .hero-section-panel.img-type-1.with-subheading img {
    height: 106%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel.img-type-1 img {
    height: 70%;
  }
  .hero-section-panel.img-type-1.with-subheading img {
    height: 70%;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel.img-type-1 img {
    height: 89%;
  }
}

@media (min-width: 768px) {
  .hero-section-panel.img-type-1-with-laptop img {
    height: 155%;
  }
  .hero-section-panel.img-type-1-with-laptop.with-subheading img {
    height: 106%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel.img-type-1-with-laptop img {
    height: 75%;
  }
  .hero-section-panel.img-type-1-with-laptop.with-subheading img {
    height: 67%;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel.img-type-1-with-laptop img {
    height: 90%;
  }
  .hero-section-panel.img-type-1-with-laptop.with-subheading img {
    height: 82%;
  }
}

@media (min-width: 768px) {
  .hero-section-panel.img-type-2 img {
    height: 135%;
    left: -60px;
  }
  .hero-section-panel.img-type-2.with-subheading img {
    height: 106%;
  }
}

@media (min-width: 992px) {
  .hero-section-panel.img-type-2 img {
    height: 81%;
    left: -100px;
  }
  .hero-section-panel.img-type-2.with-subheading img {
    height: 70%;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel.img-type-2 img {
    height: 90%;
  }
  .hero-section-panel.img-type-2.with-subheading img {
    height: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-panel.img-type-3 img {
    height: 100%;
    left: -45px;
  }
  .hero-section-panel.img-type-3.with-subheading img {
    height: 90%;
    left: -60px;
  }
}

@media (min-width: 992px) {
  .hero-section-panel.img-type-3 img {
    height: 75%;
    left: -25px;
  }
  .hero-section-panel.img-type-3.with-subheading img {
    height: 60%;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel.img-type-3 img {
    height: 87%;
  }
  .hero-section-panel.img-type-3.with-subheading img {
    height: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-panel.img-type-4 img {
    height: 155%;
  }
  .hero-section-panel.img-type-4.with-subheading img {
    height: 106%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel.img-type-4 img {
    height: 75%;
  }
  .hero-section-panel.img-type-4.with-subheading img {
    height: 65%;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel.img-type-4 img {
    height: 90%;
  }
  .hero-section-panel.img-type-4.with-subheading img {
    height: auto;
  }
}

@media (min-width: 992px) {
  .hero-section-panel.img-type-5 {
    overflow-x: clip;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-panel.img-type-5 img {
    height: 100%;
  }
  .hero-section-panel.img-type-5.with-subheading img {
    height: 106%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-panel.img-type-5 img {
    height: 65%;
  }
  .hero-section-panel.img-type-5.with-subheading img {
    height: 70%;
  }
}

@media (min-width: 1200px) {
  .hero-section-panel.img-type-5 img {
    height: 90%;
  }
}

.hero-section-aep {
  position: relative;
}

@media (min-width: 768px) {
  .hero-section-aep {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .hero-section-aep {
    padding-top: 60px;
  }
}

.hero-section-aep .aep-rating-wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .hero-section-aep .aep-rating-wrap {
    position: absolute;
    top: 615px;
    width: 500px;
  }
}

@media (min-width: 768px) {
  .hero-section-aep .aep-timer-wrap {
    position: absolute;
    right: calc(-100% - -15px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .hero-section-aep .aep-timer-wrap {
    position: unset;
    -webkit-transform: none;
    transform: none;
  }
}

.hero-section-aep .aep-timer-wrap .aep-highlight-text {
  display: none;
  font-weight: 700;
  color: #55689C;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .hero-section-aep .aep-timer-wrap .aep-highlight-text {
    display: block;
  }
}

@media (min-width: 1200px) {
  .hero-section-aep .aep-timer-wrap .aep-highlight-text {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hero-section-aep .aep-timer-wrap .hero-aep-timer {
    top: 11px;
  }
}

.hero-section-aep .aep-timer-wrap .hero-aep-timer .timer-desc {
  width: auto;
}

@media (min-width: 768px) {
  .hero-section-aep .aep-timer-wrap .hero-aep-timer .timer-desc {
    padding-right: 30px;
    width: 302px;
  }
}

@media (min-width: 992px) {
  .hero-section-aep .aep-timer-wrap .hero-aep-timer .timer-desc {
    padding-right: 60px;
    width: 367px;
  }
}

@media (min-width: 1200px) {
  .hero-section-aep .aep-timer-wrap .hero-aep-timer .timer-desc {
    width: auto;
  }
}

.hero-section-aep img {
  margin-bottom: 30px;
  position: relative;
  right: 30%;
}

@media (min-width: 768px) {
  .hero-section-aep img {
    max-width: 430px;
  }
}

@media (min-width: 992px) {
  .hero-section-aep img {
    max-width: 648px;
  }
}

@media (min-width: 1200px) {
  .hero-section-aep img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: absolute;
    top: 50px;
    left: -50%;
    right: auto;
    margin-bottom: 0;
    z-index: -1;
  }
}

.hero-section-aep .order-first {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .hero-section-aep .order-first {
    -webkit-order: unset;
    order: unset;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm {
  margin: 0;
  padding: 0;
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm::before {
  display: none;
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm .heading-wrap {
  padding: 30px 15px 0px 15px;
  margin-bottom: 0 !important;
  border-top: 4px solid #202F60;
  box-shadow: 4px 3px 9px rgba(196, 186, 186, 0.1);
  border-radius: 5px 5px 0 0;
}

@media (min-width: 768px) {
  .hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm .heading-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm .heading-wrap h2 {
  width: 100%;
  font-weight: 800;
  color: #202F60;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm .heading-wrap h2 {
    padding: 0 60px;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm .heading-wrap .aep-highlight-text {
  width: auto;
  font-weight: 700;
  color: #55689C;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm .heading-wrap .aep-highlight-text {
    display: none;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm .heading-wrap p {
  font-weight: 600;
}

@media (min-width: 768px) {
  .hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm .heading-wrap p {
    padding: 0 50px;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm form {
  padding: 30px 15px;
  border-top: none;
  box-shadow: 4px 3px 9px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

@media (min-width: 768px) {
  .hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #fff;
  left: 0;
  top: -3px;
}

.hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm form img {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section-aep .order-first.lead-capture-form-container .leadCaptureForm form .terms_condition_block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap {
  padding: 0;
  margin: 0;
  border-top: 4px solid #202F60;
  box-shadow: 4px 3px 9px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0 0;
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap::before {
  display: none;
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap h2 {
  width: 100%;
  font-weight: 800;
  color: #202F60;
  margin-right: 0;
  margin-bottom: 0;
  text-align: center;
  max-width: 100%;
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap h2.Thank-You-Header {
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap h2.Thank-You-Header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap h2.Thank-You-Header {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap h2.Thank-You-Header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc {
  padding: 0 15px 30px;
  border-top: 0;
  box-shadow: none;
  border-radius: 0;
}

@media (min-width: 768px) {
  .hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc img {
  position: unset;
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc .hours-operations {
  display: inline-block;
  margin-bottom: 30px;
  color: #2953DE;
  text-decoration: none;
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc .hours-operations:hover {
  color: #072A9C;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc .hours-operations {
    margin-bottom: 0;
  }
}

.hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc .col-md:first-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-section-aep .order-first.lead-capture-form-container .thankyou-wrap .thankyou-desc .col-md:first-child h4 {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 768px) {
  .hero-section-aep.aep-image-type-1 img {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .hero-section-aep.aep-image-type-1 img {
    max-width: 618px;
  }
}

@media (min-width: 1200px) {
  .hero-section-aep.aep-image-type-1 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    left: -54%;
  }
}

@media (min-width: 768px) {
  .hero-section-aep.aep-image-type-2 img {
    max-width: 410px;
  }
}

@media (min-width: 992px) {
  .hero-section-aep.aep-image-type-2 img {
    max-width: 635px;
  }
}

@media (min-width: 1200px) {
  .hero-section-aep.aep-image-type-2 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    left: -51%;
  }
}

.yext-ratings h3 {
  font-weight: 500 !important;
  font-style: italic;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .yext-ratings h3 {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .yext-ratings h3 {
    margin-right: 50px;
    padding-bottom: 30px;
  }
}

.yext-ratings svg {
  margin-left: 10px;
}

.yext-ratings .yext-icon {
  display: block;
}

@media (min-width: 414px) {
  .yext-ratings .yext-icon {
    display: inline-block;
  }
}

.yext-ratings p {
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .yext-ratings p {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .yext-ratings p {
    margin-right: 50px;
    padding-top: 30px;
  }
}
