@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
.select2-results__options {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

section.hero_section .container .sub_sections_wrapper {
  padding-top: 10px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.hero_section .container .sub_sections_wrapper .left_section {
  width: 55%;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_main_heading {
  font-size: 55px;
  font-family: "Montserat", "Poppins", sans-serif;
  line-height: 60px;
  margin-bottom: 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_main_heading span {
  display: inline-block;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_main_heading span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #D52E2D;
  position: relative;
  top: -15px;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_sub_heading {
  color: #D52E2D;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_sub_heading img {
  width: 90px;
  margin-left: 10px;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_description p {
  margin: 10px 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_heading {
  font-size: 34px;
  color: #0E2746;
  margin: 15px 0 10px 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper {
  max-width: 690px;
  margin: 20px auto 20px 0;
  height: 75px;
  margin-bottom: 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form .search_distance_slider {
  width: 100%;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form .slider_value {
  width: 100%;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form .block_label {
  font-weight: 500;
  width: 100%;
  margin-bottom: 5px;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form label {
  width: 45%;
  display: block;
  margin: 15px 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div {
  position: relative;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div input[type=text] {
  display: block;
  width: 150px;
  max-width: 200px;
  height: 50px;
  border: 1px solid #000;
  padding-left: 15px;
  font-family: "Poppins", sans-serif;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div #search_city_query {
  border-radius: 50px 0 0 50px;
  position: absolute;
  left: 0;
  top: 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div #search_state_query {
  display: block;
  width: 150px;
  height: 50px;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  padding-left: 15px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 150px;
  top: 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div #search_zipcode_query {
  border-radius: 0;
  position: absolute;
  left: 300px;
  top: 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 50px;
  background-color: #0E2746;
  color: white;
  border: 0;
  border-radius: 0 50px 50px 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div input[type=submit]:hover {
  background-color: #061528;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal {
  position: absolute;
  top: 0px;
  right: 100px;
  display: block;
  width: 140px;
  height: 50px;
  text-align: center;
  border-left: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 50px;
  text-decoration: none;
  color: black;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal .selection {
  height: 100%;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal .selection .select2-selection {
  height: 100%;
  border: 1px solid black;
  border-radius: 0;
  padding: 0;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal .selection ul.select2-selection__rendered {
  padding-right: 30px !important;
  display: block;
  font-family: "Poppins", sans-serif;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal .selection ul.select2-selection__rendered li {
  font-size: 13px;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal .selection ul.select2-selection__rendered:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal .selection .select2-search {
  height: 100%;
  display: block;
}
section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal .selection .select2-search textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  padding-left: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
@media (max-width: 1200px) {
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper {
    width: 100%;
    max-width: 690px;
  }
}
@media (max-width: 767.98px) {
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper {
    height: 110px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  section.hero_section .container .sub_sections_wrapper .left_section .clear_search {
    text-align: center;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .clear_search a.btn.blue {
    background-color: #D52E2D;
  }
}
section.hero_section .container .sub_sections_wrapper .right_section {
  width: 43%;
}
section.hero_section .container .sub_sections_wrapper .right_section .video_wrapper iframe {
  border: 0;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  section.hero_section .container .sub_sections_wrapper .left_section {
    width: 62%;
  }
  section.hero_section .container .sub_sections_wrapper .right_section {
    width: 36%;
  }
}
@media (max-width: 1200px) {
  section.hero_section .container .sub_sections_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.hero_section .container .sub_sections_wrapper .left_section,
  section.hero_section .container .sub_sections_wrapper .right_section {
    width: 100%;
  }
  section.hero_section .container .sub_sections_wrapper .left_section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_main_heading {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-top: 20px;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_main_heading span:after {
    top: -8px;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_sub_heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_description {
    text-align: center;
  }
  section.hero_section .container .sub_sections_wrapper .right_section {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 767.98px) {
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper {
    margin: 20px auto;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div {
    max-width: 330px;
    left: 50%;
    margin-left: -165px;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div input[type=text] {
    width: 100px;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div #search_state_query {
    width: 125px;
    left: 100px;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div #search_zipcode_query {
    border-radius: 0 50px 50px 0;
    left: 225px;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div input[type=submit] {
    position: relative;
    top: 10px;
    left: 50%;
  }
  section.hero_section .container .sub_sections_wrapper .left_section .hero_search_wrapper form > div.search_div .search_filters_modal {
    position: relative;
    top: 60px;
    left: 50%;
    margin-left: -140px;
    border-left: 1px solid black;
    border-radius: 50px 0 0 50px;
  }
}

section.map_and_results {
  margin-top: 5px;
  margin-bottom: 60px;
}
section.map_and_results .container .map_and_result_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.map_and_results .container .map_and_result_wrapper .left_map_section {
  width: 60%;
}
section.map_and_results .container .map_and_result_wrapper .left_map_section #map {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section {
  width: 37%;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper {
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  position: relative;
  padding-bottom: 50px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper .results_wrapper_heading {
  background-color: #0E2746;
  color: white;
  padding: 15px 15px;
  border-radius: 10px 10px 0 0;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_img {
  width: 20%;
  min-width: 100px;
  max-width: 100px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_img .img_wrapper {
  display: block;
  text-decoration: none;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_img .img_wrapper img {
  display: block;
  width: auto;
  height: 100%;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_img .agi_approved {
  color: #D52E2D;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin-top: 10px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_details {
  width: 50%;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_details .user_profile_link {
  display: block;
  text-decoration: none;
  color: #0E2746;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_details .user_profile_link .user_name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_details .user_profile_link .user_address {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .view_profile {
  min-width: 130px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .view_profile a.view_profile_url {
  display: inline-block;
  background-color: #0E2746;
  color: white;
  text-decoration: none;
  padding: 8px 25px;
  border-radius: 5px;
  font-size: 14px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper .load_more_results_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper .load_more_results_btn a,
section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper .load_more_results_btn input[type=submit] {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0E2746;
  color: white;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  border-radius: 0 0 10px 10px;
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 10px 20px;
  }
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_img {
    width: 30%;
  }
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_details {
    width: 60%;
  }
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .view_profile {
    display: none;
  }
}
@media (max-width: 992px) {
  section.map_and_results .container .map_and_result_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.map_and_results .container .map_and_result_wrapper .left_map_section {
    width: 100%;
  }
  section.map_and_results .container .map_and_result_wrapper .right_result_section {
    width: 100%;
    max-width: 550px;
    margin-top: 20px;
  }
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_img {
    max-width: 100px;
  }
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_details {
    width: 50%;
  }
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .view_profile {
    display: block;
    min-width: 130px;
    margin: 10px auto;
  }
}
@media (max-width: 575.98px) {
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.map_and_results .container .map_and_result_wrapper .right_result_section .results_wrapper ul.results li .user_details .user_profile_link {
    text-align: center;
  }
}

section.newsletter_section .container .newsletter_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper {
  width: 60%;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper .section_heading {
  font-size: 34px;
  font-family: "Montserat", "Poppins", sans-serif;
  color: #0E2746;
  font-weight: 700;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper .section_subheading {
  font-size: 28px;
  font-family: "Montserat", "Poppins", sans-serif;
  color: #395579;
  font-weight: 600;
  margin-bottom: 20px;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper .section_description {
  margin-bottom: 20px;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper form .input_wrapper {
  width: 45%;
  margin: 10px 0;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper form .input_wrapper input {
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #B7B7B7;
  font-family: "Poppins", sans-serif;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper form .submit_wrapper input {
  display: inline-block;
  background-color: #0E2746;
  color: white;
  border: 0;
  border-radius: 10px;
  padding: 15px 45px;
  font-size: 15px;
  margin-top: 15px;
  cursor: pointer;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_section_img {
  width: 35%;
}
section.newsletter_section .container .newsletter_section_wrapper .newsletter_section_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper {
    width: 100%;
  }
  section.newsletter_section .container .newsletter_section_wrapper .newsletter_section_img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  section.newsletter_section .container .newsletter_section_wrapper .newsletter_form_wrapper form .input_wrapper {
    width: 100%;
  }
}