@media (min-width: 480px) and (max-width: 970px) {
  .mobile-only {
    display: none;
  }
}
@media (min-width: 970px) {
  .mobile-only {
    display: none;
  }
}

.dsk-only {
  display: none;
}
@media (max-width: 479px) {
  .dsk-only {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .dsk-only {
    display: none;
  }
}
@media (min-width: 970px) {
  .dsk-only {
    display: initial;
  }
}

.dsk-and-tab-only {
  display: none;
}
@media (min-width: 480px) and (max-width: 970px) {
  .dsk-and-tab-only {
    display: initial;
  }
}
@media (min-width: 970px) {
  .dsk-and-tab-only {
    display: initial;
  }
}
@media (max-width: 479px) {
  .dsk-and-tab-only {
    display: initial;
  }
}

#navbar {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  position: fixed;
  overflow: hidden;
  width: 100%;
  display: none;
}
@media (min-width: 970px) {
  #navbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.navbar-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.menu {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.menu-content {
  display: none;
}

.menu-content.open {
  display: block;
}

.menu.open {
  position: relative;
}

.menu.open .menu-content {
  display: flex;
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

.sub-menu-i {
  box-shadow: rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.12);
}

@media (max-width: 479px) {
  #navbar.open {
    position: relative;
  }

  #navbar .navbar-content {
    display: none;
  }

  #navbar.open .navbar-content {
    display: flex;
  }

  #navbar .menu-btn {
    float: right;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  #navbar {
    position: initial;
  }

  #navbar.open {
    position: relative;
  }

  #navbar .navbar-content {
    display: none;
  }

  #navbar.open .navbar-content {
    display: flex;
  }

  #navbar .menu-btn {
    float: right;
    display: block;
  }
}
@media (min-width: 840px) {
  #navbar {
    position: initial;
  }

  #navbar .menu-btn {
    display: none;
  }
}
#navbar-mobile {
  position: fixed;
  background: #f9f9f9;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 90000;
}
@media (min-width: 970px) {
  #navbar-mobile {
    display: none;
  }
}

#navbar-mobile .navbar-content {
  display: none;
}

#navbar-mobile.open .navbar-content {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  z-index: 90000;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins-regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("/fonts/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
}
:root {
  font-size: 18px;
}

body {
  background: #f6f7fc;
  -moz-osx-font-smoothing: greyscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1rem;
  margin: 0;
  color: #aaa;
  color: rgba(87, 87, 87, 0.87);
}

h1 {
  -moz-osx-font-smoothing: greyscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5rem;
  margin: 0;
  color: rgba(87, 87, 87, 0.87);
}

a {
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
}
a:hover {
  cursor: pointer;
}

.btn {
  -moz-osx-font-smoothing: greyscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1rem;
  margin: 0;
  color: #aaa;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
  color: #00147c;
  border-radius: 0;
  font-size: 12px;
  min-width: 64px;
  height: 34px;
  padding: 0 16px;
  line-height: 36px;
  text-align: left;
}
.btn:hover {
  cursor: pointer;
}
.btn:hover {
  color: #222;
}
.btn.active {
  outline: none;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.dense {
  height: 32px;
  font-size: 0.8125rem;
  line-height: 32px;
}
.btn.toggle-button {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.btn.toggle-button.active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.btn.primary {
  background: rgba(255, 108, 0, 0.87);
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
}
.btn.primary:hover {
  background: #222;
}
.btn.accent {
  background: #de493c;
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
}
.btn.accent:hover {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.btn.compact {
  padding: 0 0px;
}
fieldset:disabled .btn, .btn:disabled {
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
}

section#hero-bg-xs {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 479px) {
  section#hero-bg-xs {
    max-width: 478px;
  }
}
@media (min-width: 480px) and (max-width: 969px) {
  section#hero-bg-xs {
    max-width: 968px;
  }
}
@media (min-width: 970px) {
  section#hero-bg-xs {
    max-width: 1200px;
  }
}

.benefits-wrapper {
  text-align: center;
  font-family: "Poppins";
  margin: 78px 0;
}
@media (max-width: 479px) {
  .benefits-wrapper {
    margin: 48px 0px 21px 0px;
  }
}
.benefits-wrapper .wrapper-title {
  color: #00147c;
  font-weight: 700;
  font-size: 36px;
  font-family: "Poppins Bold";
}
@media (max-width: 1440px) {
  .benefits-wrapper .wrapper-title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .benefits-wrapper .wrapper-title {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .benefits-wrapper .wrapper-title {
    font-size: 24px;
  }
  .benefits-wrapper .wrapper-title span {
    display: block;
    margin-top: 15px;
  }
}
.benefits-wrapper .wrapper-title span {
  color: rgba(255, 108, 0, 0.87);
}
.benefits-wrapper .benefits-container {
  background: #fff;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 77px 0px;
  padding: 78px calc((100% - 1420px) / 2);
  max-width: 100%;
  margin-top: 72px;
  height: auto;
}
@media (max-width: 1440px) {
  .benefits-wrapper .benefits-container {
    grid-gap: 21px 0px;
    padding: 29px calc((100% - 1100px) / 2);
  }
  .benefits-wrapper .benefits-container p {
    margin-top: 7px !important;
    width: 75% !important;
  }
}
@media (max-width: 1024px) {
  .benefits-wrapper .benefits-container {
    grid-gap: 28px 28px;
    padding: 29px calc((100% - 924px) / 2);
    height: auto;
  }
  .benefits-wrapper .benefits-container p {
    font-size: 14px !important;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .benefits-wrapper .benefits-container {
    grid-template-columns: auto auto;
    grid-gap: 44px 34px;
    padding: 14px 17px;
    height: auto;
  }
}
@media (max-width: 479px) {
  .benefits-wrapper .benefits-container {
    grid-template-columns: auto;
    padding: 10px 30px;
    height: auto;
    grid-gap: 10px 0px;
    margin-top: 57px;
  }
}
.benefits-wrapper .benefits-container .benefit-wrapper {
  text-align: left;
}
.benefits-wrapper .benefits-container .benefit-wrapper img {
  display: inline-block;
  vertical-align: middle;
  background: rgba(255, 108, 0, 0.87);
  width: 42px;
  height: 42px;
  padding: 6px;
  border-radius: 10px;
}
@media (max-width: 479px) {
  .benefits-wrapper .benefits-container .benefit-wrapper img {
    width: 28px;
    height: 28px;
  }
}
.benefits-wrapper .benefits-container .benefit-wrapper .benefit-title {
  font-size: 23px;
  color: #00147c;
  margin-left: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  font-family: "Poppins Bold";
  width: calc(100% - 79px);
}
@media (max-width: 479px) {
  .benefits-wrapper .benefits-container .benefit-wrapper .benefit-title {
    font-size: 16px;
    margin-left: 16px;
  }
}
.benefits-wrapper .benefits-container .benefit-wrapper p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-top: 24px;
  width: 60%;
  line-height: 24px;
}
@media (max-width: 479px) {
  .benefits-wrapper .benefits-container .benefit-wrapper p {
    font-size: 14px;
    margin-top: 16px;
    width: 100%;
    line-height: 20px;
  }
}

.more-some-ads-banner {
  height: 80px;
  width: 100%;
  background-color: rgba(255, 108, 0, 0.87);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica";
  margin: 96px 0px 83px 0px;
}
@media (max-width: 479px) {
  .more-some-ads-banner {
    margin: 0px 0px 34px 0px;
    height: 75px;
    font-size: 24px;
  }
}

.search-button {
  width: 216px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 108, 0, 0.87);
  color: #fff;
  margin-left: 15px;
}
.search-button span {
  text-transform: none;
  margin-left: 5px;
}
@media (max-width: 1440px) {
  .search-button {
    width: 194px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .search-button {
    width: 174px;
  }
}
@media (max-width: 479px) {
  .search-button {
    height: 40px;
    border-radius: 10px;
    width: 100%;
    margin-left: 0px;
    font-size: 16px;
    font-family: "Poppins";
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .search-button {
    height: 40px;
    border-radius: 10px;
    width: 100%;
    margin-left: 0px;
  }
}

section#content {
  margin-bottom: 20px;
}
section#content .titles-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 27px 0 51px 0;
  font-family: "Poppins" !important;
}
@media (max-width: 1440px) {
  section#content .titles-wrapper {
    max-width: 1103px !important;
    margin: 13px 0 51px 0;
  }
  section#content .titles-wrapper .main-title {
    margin: 0px 0px 14px 0px;
    font-size: 50px;
    line-height: 56px;
  }
  section#content .titles-wrapper .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  section#content .titles-wrapper {
    max-width: 100% !important;
    margin: 35px 0 57px 0;
  }
  section#content .titles-wrapper .main-title {
    margin: 0px 0px 20px 0px;
    font-size: 49px;
  }
}
section#content .titles-wrapper .main-title {
  line-height: 54px;
  color: #00147c;
  font-weight: 600;
  margin: 0px 0px 26px 0px;
  font-size: 57px;
  font-family: "Poppins" !important;
  line-height: 60px;
}
@media (max-width: 479px) {
  section#content .titles-wrapper .main-title {
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
  }
}
section#content .titles-wrapper .subtitle {
  color: black;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 22px;
}
@media (max-width: 479px) {
  section#content .titles-wrapper .subtitle {
    font-size: 14px;
    text-align: center;
  }
}
section#content .titles-wrapper .subtitle span {
  color: rgba(255, 108, 0, 0.87);
  font-weight: 800;
}
section#content .content-row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1420px !important;
  margin-top: 25px;
}
@media (max-width: 479px) {
  section#content .content-row {
    max-width: 478px;
  }
}
@media (min-width: 480px) and (max-width: 969px) {
  section#content .content-row {
    max-width: 968px;
  }
}
@media (min-width: 970px) {
  section#content .content-row {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  section#content .content-row {
    max-width: 1103px !important;
  }
}
@media (max-width: 1024px) {
  section#content .content-row {
    max-width: 100% !important;
    margin: 0px 50px;
  }
}
@media (max-width: 479px) {
  section#content .content-row {
    max-width: 100% !important;
    width: 100%;
    padding: 15px;
    margin: 0px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#content .content-row {
    padding: 10px;
  }
}
section#content .content-column {
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  width: 100%;
}
@media (max-width: 479px) {
  section#content .content-column {
    width: calc(100%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#content .content-column {
    width: calc(100%);
  }
}
@media (min-width: 970px) {
  section#content .content-column {
    width: calc(100%);
  }
}
@media (max-width: 479px) {
  section#content .content-column {
    margin-top: 26px;
  }
}
section#content .content-column .search-details {
  border-radius: 20px;
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
  background: white;
  margin: 50px auto;
  padding: 30px 47px;
  color: #000;
  font-family: "Poppins";
}
section#content .content-column .search-details h1 {
  color: #000;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "Poppins";
}
@media (max-width: 479px) {
  section#content .content-column .search-details {
    padding: 17px 18px;
  }
  section#content .content-column .search-details h1 {
    font-size: 20px;
  }
}
section#content .logo-img {
  opacity: 0.9;
  margin: 10px;
  max-width: 100%;
  height: auto;
}
section#content .valid-name {
  color: #de493c;
  font-size: 12px;
  position: absolute;
  bottom: -26px;
  width: 100%;
}
section#content .invalid::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #de493c;
}
section#content .invalid::-moz-placeholder {
  /* Firefox 19+ */
  color: #de493c;
}
section#content .invalid:-ms-input-placeholder {
  /* IE 10+ */
  color: #de493c;
}
section#content .invalid:-moz-placeholder {
  /* Firefox 18- */
  color: #de493c;
}
section#content .form-error {
  padding: 20px;
  border: 1px solid;
  border-color: #E5EBED;
  margin: 10px 0;
}
section#content .form-error i {
  margin-right: 10px;
  color: #00147c;
}
section#content .tabs-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  height: 100%;
}
@media (max-width: 479px) {
  section#content .tabs-container {
    height: 100%;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#content .tabs-container {
    height: 100%;
  }
}

.search-bar-and-icon-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
  width: 100%;
}
.search-bar-and-icon-container .search-container-small {
  display: flex;
  align-items: center;
}
.search-bar-and-icon-container .search-container-small .search-phone {
  width: 100%;
}
.search-bar-and-icon-container .search-container-small .search-phone input {
  color: #00147c;
}
.search-bar-and-icon-container .search-container, .search-bar-and-icon-container .search-container-small {
  border-radius: 16px;
  border: 2px solid #979797;
  height: 44px;
  width: calc(100% - 266px);
  margin-right: 19px;
}
@media (max-width: 1440px) {
  .search-bar-and-icon-container {
    margin-top: 14px;
  }
  .search-bar-and-icon-container .search-container, .search-bar-and-icon-container .search-container-small {
    width: calc(100% - 192px);
  }
}
@media (max-width: 479px) {
  .search-bar-and-icon-container {
    height: calc(100% - 67px);
    flex-direction: column;
    margin-top: 0;
  }
  .search-bar-and-icon-container .search-container, .search-bar-and-icon-container .search-container-small {
    height: 252px;
    width: 100%;
    margin: 0;
    border: none;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .search-bar-and-icon-container {
    height: 230px;
    flex-direction: column;
  }
  .search-bar-and-icon-container .search-container, .search-bar-and-icon-container .search-container-small {
    height: 252px;
    width: 100%;
    margin: 0;
    border: none;
  }
}

.people-search {
  margin: 0 auto;
  padding: 35px !important;
  width: 1420px;
  height: 230px;
  background: #fff;
  border-radius: 30px;
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-around;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .people-search {
    padding: 30px 25px 27px 26px !important;
    width: 1100px;
    height: 171px;
  }
}
@media (max-width: 1024px) {
  .people-search {
    width: 924px;
    height: 165px;
    padding: 21px 17px 23px 17px !important;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search {
    padding: 24px 20px !important;
    height: auto;
    width: calc(100% - 40px);
  }
}
@media (max-width: 479px) {
  .people-search {
    padding: 11px 16px !important;
    height: 286px;
    border-radius: 15px;
    width: 100%;
    margin: 0 auto;
  }
}
.people-search .input-wrapper {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.people-search .input-wrapper ul {
  display: flex;
  align-items: center;
}
.people-search .input-wrapper input {
  border-radius: 16px;
  border: 2px solid #979797;
  height: 44px;
  width: 100%;
  margin-right: 19px;
}
@media (min-width: 970px) {
  .people-search .tabs-larger li {
    width: 267px !important;
  }
}
@media (max-width: 1440px) {
  .people-search .tabs-larger li a {
    width: 275px !important;
  }
}
.people-search .tabs, .people-search .tabs-larger {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  float: left;
  width: 90%;
}
.people-search .tabs li a, .people-search .tabs-larger li a {
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
  height: 40px;
  border-radius: 17px;
  background-color: #f5f7fd;
  border: none;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  width: 100%;
  color: #00147c;
  font-weight: 300;
  font-size: 14px;
}
.people-search .tabs li a:hover, .people-search .tabs-larger li a:hover {
  cursor: pointer;
}
.people-search .tabs li a:hover, .people-search .tabs-larger li a:hover {
  color: #fff;
  background-color: #00147c;
}
.people-search .tabs li.active a, .people-search .tabs-larger li.active a {
  color: rgba(255, 108, 0, 0.87);
  border-color: rgba(255, 108, 0, 0.87);
  border: 2px solid;
  background-color: #fff;
}
.people-search .tabs li:last-child a, .people-search .tabs-larger li:last-child a {
  padding: 0;
  padding-left: 16px;
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .tabs, .people-search .tabs-larger {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 479px) {
  .people-search .tabs, .people-search .tabs-larger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
  }
}
.people-search .tabs li a, .people-search .tabs-larger li a {
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1440px) {
  .people-search .tabs li a, .people-search .tabs-larger li a {
    width: 154px;
    height: 38px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .tabs li a, .people-search .tabs-larger li a {
    width: 142px !important;
    height: 40px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 11px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 970px) {
  .people-search .tabs li, .people-search .tabs-larger li {
    margin-right: 40px;
    width: 176px;
    height: 48px;
  }
}
@media (max-width: 479px) {
  .people-search .tabs li, .people-search .tabs-larger li {
    height: max-content;
  }
  .people-search .tabs li a, .people-search .tabs-larger li a {
    width: 86px !important;
    height: 42px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.people-search .tabs li:last-child a, .people-search .tabs-larger li:last-child a {
  padding: 0 16px;
}
.people-search ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 479px) {
  .people-search ul {
    height: calc(100% - 57px);
  }
}
.people-search li {
  position: relative;
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin: 0;
}
.people-search .name-inp input {
  color: #00147c !important;
}
@media (max-width: 479px) {
  .people-search .name-inp {
    width: calc(100% - 52px) !important;
  }
  .people-search .name-inp input {
    border-radius: 10px 0px 0px 10px !important;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .name-inp {
    width: calc(100% - 105px) !important;
  }
  .people-search .name-inp input {
    border-radius: 10px 0px 0px 10px !important;
  }
}
@media (max-width: 479px) {
  .people-search .city-input {
    width: 45% !important;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .city-input {
    width: 45% !important;
  }
}
.people-search input {
  color: #000;
  border: none;
  background: transparent;
  margin: 0;
  height: 32px;
  padding: 0 8px;
  line-height: 30px;
  border-radius: 1px;
  position: relative;
  white-space: nowrap;
  stroke: #000;
  display: block;
  width: calc(100% - 16px);
  border-right: 1px solid;
  height: 34px;
  margin-top: 4px;
  border-color: #d8d8d8;
  font-family: "Poppins";
  font-weight: 500;
}
@media (max-width: 479px) {
  .people-search input {
    height: 35px;
    border-radius: 10px;
    border: 2px solid #979797;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search input {
    height: 40px;
    border-radius: 10px;
    border: 2px solid #979797;
  }
}
.people-search input::placeholder {
  color: #7d7d7d;
  opacity: 1;
  font-family: "Poppins";
  font-weight: 500;
}
.people-search input:focus {
  outline: none;
}
.people-search .select-placeholder {
  color: #7d7d7d;
}
.people-search .select-placeholder option {
  color: #000;
}
.people-search select {
  width: calc(100% - 16px);
  color: #000;
  margin: 0;
  height: 34px;
  padding: 0 8px;
  line-height: 30px;
  border-radius: 1px;
  position: relative;
  white-space: nowrap;
  stroke: #000;
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/img/arrow-white.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  background-size: 20px;
  margin-left: 1px;
  margin-top: 4px;
  background-color: white;
}
@media (max-width: 479px) {
  .people-search select {
    height: 40px;
    border-radius: 10px;
    border: 2px solid #979797;
    width: 100%;
    background-position-x: 90%;
    background-position-y: 10px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search select {
    height: 40px;
    border-radius: 10px;
    border: 2px solid #979797;
    width: 100%;
    background-position-x: 90%;
    background-position-y: 10px;
  }
}
.people-search select:focus {
  outline: none;
}
.people-search .search-name {
  width: 23%;
  display: inline-block;
}
@media (max-width: 479px) {
  .people-search .search-name {
    width: 100%;
    max-width: calc(100% - 2px);
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .search-name {
    width: 100%;
    max-width: calc(100% - 2px);
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .people-search #state-select {
    width: 45% !important;
    margin-left: 10%;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search #state-select {
    width: 45% !important;
    margin-left: 10%;
  }
}
.people-search .search-mi {
  width: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .search-mi {
    width: 105px;
  }
  .people-search .search-mi input {
    border-left: none !important;
    border-radius: 0px 10px 10px 0px !important;
  }
}
@media (max-width: 479px) {
  .people-search .search-mi {
    width: 52px;
  }
  .people-search .search-mi input {
    border-left: none !important;
    border-radius: 0px 10px 10px 0px !important;
  }
}
.people-search .search-phone {
  width: 90%;
}
@media (max-width: 479px) {
  .people-search .search-phone {
    width: 100%;
    max-width: calc(100% - 20px);
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .search-phone {
    width: 100%;
    max-width: calc(100% - 20px);
    margin-bottom: 10px;
  }
}
.people-search .search-submit {
  width: 10%;
}
@media (max-width: 479px) {
  .people-search .search-submit {
    width: 100%;
    max-width: calc(100% - 2px);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .search-submit {
    width: 100%;
    margin-top: 10px;
  }
}
.people-search .search-submit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 479px) {
  .people-search .search-submit a {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .people-search .search-submit a {
    width: 33%;
    margin: auto 0;
  }
}
.people-search .secure-connection {
  color: #00147c;
  margin-left: 10px;
  font-size: 12px;
  padding-top: 10px;
  clear: both;
}

.recent-searches-container {
  height: 473px;
  max-width: 1420px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .recent-searches-container {
    height: 390px;
    max-width: 1103px;
  }
}
@media (max-width: 1024px) {
  .recent-searches-container {
    max-width: 100%;
    margin: 0px 50px;
    height: 285px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .recent-searches-container {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .recent-searches-container {
    max-width: 100%;
    margin: 0;
    height: 100%;
  }
}
@media (max-width: 479px) {
  .recent-searches-container .wrapper {
    display: flex;
    flex-direction: column;
    align-items: space-between;
  }
}

.recent-search-row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 58px 0px;
  margin: 20px 0;
}
@media (max-width: 1440px) {
  .recent-search-row {
    padding: 28px 0px;
  }
}
@media (max-width: 1024px) {
  .recent-search-row {
    padding: 0px;
  }
}
@media (max-width: 479px) {
  .recent-search-row {
    padding: 0px 6px;
    margin: 10px 0;
    padding-top: 17px;
    width: 100%;
    height: 100%;
  }
}
.recent-search-row .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 343px;
}
@media (min-width: 480px) and (max-width: 970px) {
  .recent-search-row .wrapper {
    overflow-x: scroll;
    height: 383px;
  }
}
@media (max-width: 479px) {
  .recent-search-row .wrapper {
    overflow-x: scroll;
    height: 100%;
    width: 100%;
  }
}
.recent-search-row h1 {
  color: #00147c;
  font-weight: 700;
  font-family: "Poppins Bold";
  text-align: left;
  margin-bottom: 40px;
  font-size: 36px;
}
@media (max-width: 1440px) {
  .recent-search-row h1 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .recent-search-row h1 {
    font-size: 28px;
    margin: 60px 0 33px 0;
  }
}
@media (max-width: 479px) {
  .recent-search-row h1 {
    margin: 0px 0 14px 0;
    font-size: 20px;
  }
}

.rs-column {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  font-family: "Poppins";
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
}
@media (min-width: 480px) and (max-width: 970px) {
  .rs-column {
    margin-right: 30px;
  }
}
@media (max-width: 479px) {
  .rs-column {
    width: 100%;
    height: 223px;
  }
}
.rs-column .title {
  border-radius: 20px 20px 0px 0px;
  background: #00147c;
  width: 420px;
  height: 63px;
  color: #fff;
  padding: 15px 10px 0px 31px;
  box-sizing: border-box;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: 0.2s;
}
.rs-column .title .see-all-container {
  display: none;
}
@media (max-width: 1440px) {
  .rs-column .title {
    width: 334px;
  }
}
@media (max-width: 1024px) {
  .rs-column .title {
    width: 291px;
    height: 81px;
    border-radius: 15px;
    padding: 15px 10px 0px 31px;
  }
}
@media (max-width: 479px) {
  .rs-column .title {
    font-size: 14px;
    height: 43px;
    padding: 10px 10px 0px 18px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
  }
}
.rs-column .btn-container {
  transition: 0.3s;
  padding: 0px 0px 0px 30px !important;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  font-family: "Poppins";
  min-height: 16.6666666667%;
  display: flex;
  align-items: center;
}
.rs-column .btn-container:hover {
  border-radius: 15px;
  background-color: #f5f7fd;
}
.rs-column .btn-container a {
  text-transform: none;
  font-weight: inherit;
  font-family: "Poppins";
  font-size: inherit;
  padding-left: 0px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1024px) {
  .rs-column .btn-container {
    padding: 0px 6px 3px 2px;
  }
}
@media (max-width: 479px) {
  .rs-column .btn-container {
    padding: 2px 0px 0px 16px !important;
    font-size: 14px;
    height: 30px;
  }
  .rs-column .btn-container:first-child {
    margin-top: 3px;
  }
  .rs-column .btn-container:last-child {
    padding-bottom: 10px;
  }
  .rs-column .btn-container a {
    font-size: 14px;
    height: 30px;
  }
}
.rs-column .taller-on-hover {
  height: 100px !important;
  padding: 28px 10px 0px 32px !important;
}
.rs-column .taller-on-hover .see-all-container {
  display: flex !important;
  font-weight: 400;
}
.rs-column .taller-on-hover .see-all-container img {
  width: 11px;
  padding: 4px;
  background: white;
  height: 11px;
  border-radius: 100%;
  margin-left: 7px;
}
@media (max-width: 479px) {
  .rs-column .taller-on-hover {
    height: 61px !important;
    padding: 20px 10px 0px 18px !important;
  }
}
.rs-column .taller-on-hover + .short-list {
  top: 73px !important;
}
@media (max-width: 479px) {
  .rs-column .taller-on-hover + .short-list {
    top: 55px !important;
  }
}
.rs-column .taller {
  height: 100px !important;
  padding: 28px 10px 0px 32px !important;
}
.rs-column .taller .see-all-container {
  display: flex !important;
  font-weight: 400;
}
.rs-column .taller .see-all-container img {
  width: 11px;
  padding: 4px;
  background: white;
  height: 11px;
  border-radius: 100%;
  margin-left: 7px;
}
@media (max-width: 479px) {
  .rs-column .taller {
    height: 61px !important;
    padding: 20px 10px 0px 18px !important;
    width: 100%;
  }
}
.rs-column .short-list, .rs-column .complete-list {
  width: 420px;
  height: 308px;
  background-color: white;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  position: absolute;
  top: 48px;
  padding: 30px 0px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .rs-column .short-list, .rs-column .complete-list {
    width: 334px;
    height: 248px;
  }
}
@media (max-width: 1024px) {
  .rs-column .short-list, .rs-column .complete-list {
    width: 291px;
    height: 205px;
    overflow-y: hidden;
    padding: 10px 0;
  }
}
@media (max-width: 479px) {
  .rs-column .short-list, .rs-column .complete-list {
    height: 170px;
    top: 37px;
    border-radius: 10px;
    overflow-y: hidden;
    padding: 0px;
    width: 100%;
  }
}
.rs-column .complete-list {
  top: 73px !important;
  overflow-y: scroll;
}
.rs-column .complete-list::-webkit-scrollbar {
  width: 4px;
}
.rs-column .complete-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dcdde3;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rs-column .complete-list::-webkit-scrollbar-thumb {
  background: #00147c;
  border-radius: 4px;
}
@media (max-width: 479px) {
  .rs-column .complete-list {
    top: 55px !important;
  }
}
.rs-column .hidden {
  display: none !important;
}

.details-and-amazon-adv-wrapper {
  display: flex;
  justify-content: space-between;
  height: 332px;
  max-width: 1420px;
  margin: 80px auto 40px auto;
}
@media (max-width: 1440px) {
  .details-and-amazon-adv-wrapper {
    max-width: 1103px;
    height: 292px;
  }
}
@media (max-width: 1024px) {
  .details-and-amazon-adv-wrapper {
    padding: 0px 50px;
    max-width: 100%;
    margin: 137px auto 60px auto;
    height: 251px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .details-and-amazon-adv-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0px 20px;
    width: calc(100% - 100px);
    margin: 120px auto 40px auto;
  }
}
@media (max-width: 479px) {
  .details-and-amazon-adv-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0px;
    width: calc(100% - 40px);
    margin: 57px auto 38px auto;
  }
}
.details-and-amazon-adv-wrapper .details-row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid;
  border-color: #E5EBED;
  padding: 40px 10px;
  height: 100%;
  background: #fff;
  font-family: "Poppins";
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
  border-radius: 17px;
  width: 828px;
  margin: 0;
}
@media (max-width: 1440px) {
  .details-and-amazon-adv-wrapper .details-row {
    width: 720px;
  }
  .details-and-amazon-adv-wrapper .details-row p {
    width: 80% !important;
  }
}
@media (min-width: 970px) {
  .details-and-amazon-adv-wrapper .details-row {
    padding: 39px 32px;
  }
}
@media (max-width: 1024px) {
  .details-and-amazon-adv-wrapper .details-row {
    padding: 28px 24px !important;
  }
  .details-and-amazon-adv-wrapper .details-row p {
    margin: 23px 0 28px !important;
    font-size: 15px !important;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .details-and-amazon-adv-wrapper .details-row {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .details-and-amazon-adv-wrapper .details-row {
    justify-content: center;
    width: 100%;
    height: 340px;
    padding: 12px 12px !important;
  }
  .details-and-amazon-adv-wrapper .details-row h1 {
    font-size: 20px !important;
  }
}
.details-and-amazon-adv-wrapper .details-row h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
.details-and-amazon-adv-wrapper .details-row p {
  margin: 30px 0 48px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 70%;
}
@media (min-width: 480px) and (max-width: 970px) {
  .details-and-amazon-adv-wrapper .details-row p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .details-and-amazon-adv-wrapper .details-row p {
    text-align: center;
    width: 100%;
    font-size: 14px !important;
    margin: 25px 0 17px 0 !important;
    line-height: 19px;
  }
}
.details-and-amazon-adv-wrapper .details-row div {
  display: flex;
}
.details-and-amazon-adv-wrapper .details-row .search-now-btn {
  border: 2px solid;
  color: #00147c;
  background: #fff;
  transition: 0.3s;
}
.details-and-amazon-adv-wrapper .details-row .search-now-btn:hover {
  background: #00147c;
  color: #fff;
}
.details-and-amazon-adv-wrapper .details-row .primary-button {
  margin-left: 29px;
}
@media (max-width: 479px) {
  .details-and-amazon-adv-wrapper .details-row .primary-button {
    margin-left: 7px;
  }
}
.details-and-amazon-adv-wrapper .amazon-adv-wrapper {
  font-family: "Poppins";
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
  border-radius: 17px;
  background: #fff;
  display: inline-flex;
  width: 319px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .details-and-amazon-adv-wrapper .amazon-adv-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .details-and-amazon-adv-wrapper .amazon-adv-wrapper {
    justify-content: center;
    width: 100%;
    height: 270px;
    padding: 12px 0px;
    margin-top: 50px;
  }
}
@media (max-width: 479px) {
  .details-and-amazon-adv-wrapper .amazon-adv-wrapper {
    justify-content: center;
    width: 100%;
    height: 280px;
    padding: 0px;
    margin-top: 37px;
  }
}
.details-and-amazon-adv-wrapper .amazon-adv-wrapper h3 {
  font-weight: 700;
  color: #00147c;
}
.details-and-amazon-adv-wrapper .amazon-adv-wrapper span {
  width: 158px;
  height: 1px;
  background: rgba(255, 108, 0, 0.87);
  margin-bottom: 10px;
}
.details-and-amazon-adv-wrapper .amazon-adv-wrapper .img-wrapper {
  width: 100%;
  height: 124px;
  text-align: center;
  padding-top: 6px;
}
.details-and-amazon-adv-wrapper .amazon-adv-wrapper .img-wrapper img {
  width: 58%;
}
@media (min-width: 480px) and (max-width: 970px) {
  .details-and-amazon-adv-wrapper .amazon-adv-wrapper .img-wrapper img {
    width: 25%;
  }
}

section#header-search {
  position: fixed;
  z-index: 23;
  top: 0px;
  width: 100%;
}
@media (min-width: 480px) and (max-width: 970px) {
  section#header-search {
    position: relative;
  }
}
@media (max-width: 479px) {
  section#header-search {
    position: relative;
  }
}
section#header-search .header-search-row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1119px;
  position: relative;
  top: 0px;
}
@media (max-width: 479px) {
  section#header-search .header-search-row {
    max-width: 478px;
  }
}
@media (min-width: 480px) and (max-width: 969px) {
  section#header-search .header-search-row {
    max-width: 968px;
  }
}
@media (min-width: 970px) {
  section#header-search .header-search-row {
    max-width: 1200px;
  }
}
section#header-search .header-search-column {
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  width: 100%;
  display: block;
  align-items: center;
  max-width: 1200px;
  max-height: 562px;
}
@media (max-width: 479px) {
  section#header-search .header-search-column {
    width: calc(100%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#header-search .header-search-column {
    width: calc(100%);
  }
}
@media (min-width: 970px) {
  section#header-search .header-search-column {
    width: calc(100%);
  }
}
section#header-search .logo {
  display: flex;
  align-items: center;
  max-width: 170px;
}
section#header-search .logo-img {
  opacity: 0.9;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-right: 20px;
}
section#header-search .search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

section.header-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (min-width: 480px) and (max-width: 970px) {
  section.header-search-container {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }
}

section.faq-container {
  padding-top: 141px;
}
section.faq-container strong {
  font-family: "Poppins Bold";
  font-size: 28px;
  font-weight: 700;
  color: #00147c;
}
section.faq-container strong a {
  color: rgba(255, 108, 0, 0.87);
  font-family: "Poppins Bold";
  font-size: 28px;
  font-weight: 700;
}
section.faq-container span {
  color: rgba(255, 108, 0, 0.87);
}
section.faq-container .content {
  background: #ffffff;
  margin-top: 90px;
  padding: 84px 237px;
}
section.faq-container p {
  margin: 32px 0 91px 0;
  font-family: "Poppins";
  line-height: 26px;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
section.faq-container a {
  color: rgba(255, 108, 0, 0.87);
  font-family: "Poppins Bold";
  line-height: 26px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  section.faq-container {
    padding-top: 99px;
  }
  section.faq-container .content {
    padding: 28px 169px;
    padding-right: 104px;
  }
  section.faq-container strong {
    font-size: 25px;
  }
  section.faq-container strong a {
    font-size: inherit;
  }
  section.faq-container p {
    margin: 17px 0 56px 0;
    line-height: 24px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  section.faq-container {
    padding-top: 87px;
  }
  section.faq-container .content {
    padding: 27px 47px;
    padding-right: 32px;
  }
  section.faq-container p {
    margin: 21px 0 41px 0;
    line-height: 19px;
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section.faq-container {
    padding-top: 87px;
  }
  section.faq-container .content {
    padding: 27px 47px;
    padding-right: 32px;
  }
  section.faq-container p {
    margin: 21px 0 41px 0;
    line-height: 19px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  section.faq-container {
    padding-top: 25px;
  }
  section.faq-container h1 {
    line-height: 30px;
  }
  section.faq-container .content {
    margin-top: 38px;
    padding: 35px 20px;
  }
  section.faq-container strong {
    font-size: 16px;
  }
  section.faq-container strong a {
    font-size: inherit;
  }
  section.faq-container p {
    margin: 15px 0 33px 0;
    line-height: 17px;
    font-size: 12px;
  }
  section.faq-container p a {
    font-size: 14px;
  }
}

.primary-button, .search-now-btn {
  width: 211px;
  height: 50px;
  font-family: "Poppins";
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  border-radius: 14px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: rgba(255, 108, 0, 0.87);
}
@media (min-width: 480px) and (max-width: 970px) {
  .primary-button, .search-now-btn {
    height: 40px;
    border-radius: 10px;
  }
}
@media (max-width: 1440px) {
  .primary-button, .search-now-btn {
    width: 191px;
    height: 48px;
    border-radius: 18px;
  }
}
@media (max-width: 1024px) {
  .primary-button, .search-now-btn {
    width: 167px;
  }
}
@media (max-width: 479px) {
  .primary-button, .search-now-btn {
    width: 134px;
    height: 40px;
    border-radius: 10px;
  }
}

.more-ads-container {
  max-width: 1380px;
  margin: 105px auto;
  height: 280px;
  border-radius: 20px;
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
  background: #fff;
  font-family: "Poppins";
  display: flex;
  padding-top: 50px;
}
@media (max-width: 1440px) {
  .more-ads-container {
    max-width: 1103px;
    padding-top: 23px;
    height: 263px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .more-ads-container {
    max-width: 100%;
    height: 419px;
    display: flex;
    flex-direction: column;
    margin: 40px 25px;
  }
  .more-ads-container img {
    height: calc(100% - 124px);
  }
}
@media (max-width: 479px) {
  .more-ads-container {
    height: 247px;
    margin: 36px 20px 70px 20px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
  }
  .more-ads-container img {
    height: calc(100% - 124px);
  }
  .more-ads-container div {
    padding: 0px 0px 11px 0px !important;
  }
  .more-ads-container h1 {
    margin: 0 auto !important;
    font-size: 22px !important;
  }
}
.more-ads-container .learn-more-button {
  display: none;
}
@media (min-width: 480px) and (max-width: 970px) {
  .more-ads-container .learn-more-button {
    display: inline-flex;
    margin: 0px auto;
  }
}
@media (max-width: 479px) {
  .more-ads-container .learn-more-button {
    display: inline-flex;
    margin: 22px auto;
  }
}
.more-ads-container div {
  padding: 0px 0px 31px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 480px) and (max-width: 970px) {
  .more-ads-container div a {
    display: none;
  }
}
@media (max-width: 479px) {
  .more-ads-container div a {
    display: none;
  }
}
.more-ads-container h1 {
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  font-family: "Poppins Bold";
}
@media (min-width: 480px) and (max-width: 970px) {
  .more-ads-container h1 {
    text-align: center;
  }
}
.more-ads-container p {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  width: 71%;
  margin: 23px 0px 46px 0px;
}
@media (min-width: 480px) and (max-width: 970px) {
  .more-ads-container p {
    display: none;
  }
}
@media (max-width: 479px) {
  .more-ads-container p {
    display: none;
  }
}
@media (max-width: 1024px) {
  .more-ads-container {
    max-width: 91%;
    margin: 91px 25px 80px 40px;
    height: 233px;
  }
  .more-ads-container div {
    padding: 0px 0px 15px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .more-ads-container h1 {
    font-size: 28px;
  }
  .more-ads-container p {
    font-size: 16px;
    line-height: 20px;
  }
}

section.directory {
  padding: 7px 0;
}
section.directory .directory-row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1420px !important;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  section.directory .directory-row {
    max-width: 478px;
  }
}
@media (min-width: 480px) and (max-width: 969px) {
  section.directory .directory-row {
    max-width: 968px;
  }
}
@media (min-width: 970px) {
  section.directory .directory-row {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  section.directory .directory-row {
    max-width: 1103px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  section.directory .directory-row {
    max-width: 924px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  section.directory .directory-row {
    max-width: calc(100% - 40px) !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  section.directory {
    max-width: 100% !important;
  }
}
@media (max-width: 479px) {
  section.directory {
    margin: 0px;
  }
}
section.directory .directory-column {
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
}
@media (max-width: 479px) {
  section.directory .directory-column {
    width: calc(100%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section.directory .directory-column {
    width: calc(100%);
  }
}
@media (min-width: 970px) {
  section.directory .directory-column {
    width: calc(100%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section.directory .directory-column {
    max-width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 479px) {
  section.directory .directory-column {
    max-width: 100%;
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
  }
}
section.directory p {
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}
section.directory h2 {
  font-size: 36px;
  color: #00147c;
  font-weight: 700;
  font-family: "Poppins Bold";
}
@media (max-width: 1024px) {
  section.directory h2 {
    font-size: 28px;
  }
}
section.directory #people-search-directory-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 42px;
  margin-left: -7px;
}
@media (min-width: 480px) and (max-width: 970px) {
  section.directory #people-search-directory-index {
    margin: 20px auto 20px auto;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  section.directory #people-search-directory-index {
    margin: 20px auto 20px auto;
    width: 100%;
    justify-content: center;
  }
}
section.directory .btn {
  font-size: 26px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins";
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  transition: 0.3s;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  section.directory .btn {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  section.directory .btn {
    width: 25px;
    height: 36px;
    min-width: 20px;
    font-size: 22px;
    line-height: 38px;
  }
  section.directory .btn:first-child {
    padding: 16px;
  }
}
section.directory .btn:first-child {
  padding: 0px;
}
section.directory .btn:hover {
  background: rgba(255, 108, 0, 0.87);
}
section.directory .btn:active {
  color: #fff;
}
@media (max-width: 1440px) {
  section.directory h2 {
    font-size: 32px;
  }
  section.directory .btn {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}

section.not-found-page-container {
  text-align: center;
}
section.not-found-page-container .logo-container {
  text-align: left;
  padding: 52px 252px;
}
section.not-found-page-container .logo-container img {
  width: 210px;
}
@media (max-width: 1440px) {
  section.not-found-page-container .logo-container {
    padding: 43px 168px;
  }
  section.not-found-page-container .logo-container img {
    width: 173px;
  }
}
@media (max-width: 1024px) {
  section.not-found-page-container .logo-container {
    padding: 43px 48px;
  }
}
@media (max-width: 479px) {
  section.not-found-page-container .logo-container {
    padding: 30px 19px;
  }
  section.not-found-page-container .logo-container img {
    width: 115px;
  }
}
section.not-found-page-container .title {
  font-size: 199px;
  font-family: "Poppins Bold";
  margin-top: 192px;
  font-weight: bold;
  height: 128px;
  color: #00147c;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  section.not-found-page-container .title {
    margin-top: 205px;
  }
}
@media (max-width: 1024px) {
  section.not-found-page-container .title {
    margin-top: 125px;
    font-size: 150px;
    height: 80px;
    letter-spacing: 2px;
  }
}
@media (max-width: 479px) {
  section.not-found-page-container .title {
    font-size: 97px;
    height: 62px;
    margin-top: 202px;
  }
}
section.not-found-page-container .secondary-title {
  font-family: "Poppins";
  color: #00147c;
  font-size: 48px;
  margin-top: 8px;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  section.not-found-page-container .secondary-title {
    font-size: 37px;
  }
}
@media (max-width: 479px) {
  section.not-found-page-container .secondary-title {
    font-size: 23px;
    margin-top: 3px;
  }
}
section.not-found-page-container .button-wrapper {
  margin-top: 82px;
}
section.not-found-page-container .button-wrapper a {
  width: 239px;
  height: 61px;
  font-size: 20px;
}
@media (max-width: 1440px) {
  section.not-found-page-container .button-wrapper {
    margin-top: 68px;
  }
  section.not-found-page-container .button-wrapper a {
    width: 197px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  section.not-found-page-container .button-wrapper {
    margin-top: 49px;
  }
  section.not-found-page-container .button-wrapper a {
    width: 169px;
    font-size: 18px;
    border-radius: 20px;
  }
}
@media (max-width: 479px) {
  section.not-found-page-container .button-wrapper {
    margin-top: 40px;
  }
  section.not-found-page-container .button-wrapper a {
    width: 137px;
    height: 39px;
    font-size: 15px;
  }
}
section.not-found-page-container .img-wrapper {
  width: 100%;
  margin-top: 92px;
}
@media (max-width: 1440px) {
  section.not-found-page-container .img-wrapper {
    margin-top: 67px;
  }
}
@media (max-width: 1024px) {
  section.not-found-page-container .img-wrapper {
    margin-top: 57px;
  }
}
@media (max-width: 479px) {
  section.not-found-page-container .img-wrapper {
    margin-top: 60px;
  }
}

section.no-service-container .logo-wrapper {
  padding: 52px 252px;
}
section.no-service-container .logo-wrapper img {
  width: 212px;
}
@media (max-width: 1440px) {
  section.no-service-container .logo-wrapper {
    padding: 52px 167px;
  }
  section.no-service-container .logo-wrapper img {
    width: 172px;
  }
}
@media (max-width: 1024px) {
  section.no-service-container .logo-wrapper {
    padding: 44px 49px;
  }
}
@media (max-width: 479px) {
  section.no-service-container .logo-wrapper {
    padding: 28px 18px;
  }
  section.no-service-container .logo-wrapper img {
    width: 124px;
  }
}
section.no-service-container .title {
  color: #00147c;
  font-size: 54px;
  margin-top: 290px;
  padding-left: 194px;
  font-family: "Poppins Bold";
  letter-spacing: 4px;
  height: 10px;
}
@media (max-width: 1440px) {
  section.no-service-container .title {
    font-size: 42px;
    margin-top: 306px;
    padding-left: 76px;
    height: 14px;
  }
}
@media (max-width: 1024px) {
  section.no-service-container .title {
    font-size: 35px;
    margin-top: 202px;
    padding-left: 37px;
    height: 16px;
    letter-spacing: 3px;
  }
}
@media (max-width: 479px) {
  section.no-service-container .title {
    font-size: 21px;
    margin-top: 220px;
    padding-left: 32px;
    letter-spacing: 2px;
    height: 51px;
  }
}
section.no-service-container .img-wrapper {
  width: 95%;
}
@media (max-width: 1440px) {
  section.no-service-container .img-wrapper {
    width: 79%;
  }
}
@media (max-width: 1024px) {
  section.no-service-container .img-wrapper {
    width: 84%;
  }
}
@media (max-width: 479px) {
  section.no-service-container .img-wrapper {
    width: 88%;
  }
}

section.terms-container {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 479px) {
  section.terms-container {
    width: 100%;
    padding: 0px;
    overflow-x: hidden;
  }
  section.terms-container .people-search {
    margin: 0px 10px;
    width: calc(100% - 20px);
  }
  section.terms-container #content {
    width: calc(100% + 20px);
    padding: 0px 10px;
  }
}
section.terms-container section#content {
  margin-top: 90px;
}
section.terms-container section#content .content-row {
  max-width: 100% !important;
}
section.terms-container section#content .content-row .static-content {
  padding: 0;
}
section.terms-container section#content .content-row .static-content .secondary-title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins Bold";
  color: #00147c;
}
section.terms-container section#content .content-row .static-content .secondary-title a {
  color: rgba(255, 108, 0, 0.87);
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins Bold";
}
section.terms-container section#content .content-row .static-content .number {
  color: #00147c;
}
section.terms-container section#content .content-row p {
  margin: 76px 0;
  padding: 55px calc((100% - 1420px) / 2);
  font-family: "Poppins";
  color: black;
  background: white;
  font-size: 18px;
}
@media (max-width: 1440px) {
  section.terms-container section#content {
    margin-top: 65px;
  }
  section.terms-container section#content .content-row .static-content .secondary-title {
    font-size: 24px;
  }
  section.terms-container section#content .content-row .static-content .secondary-title a {
    font-size: 24px;
  }
  section.terms-container section#content .content-row p {
    margin: 60px 0;
    padding: 55px calc((100% - 1110px) / 2);
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  section.terms-container section#content .content-row {
    margin: 0;
  }
  section.terms-container section#content .content-row p {
    margin: 27px 0;
    padding: 12px calc((100% - 924px) / 2);
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  section.terms-container section#content {
    margin-top: 10px;
    width: calc(100% + 40px);
  }
  section.terms-container section#content .content-row {
    padding: 0;
  }
  section.terms-container section#content .content-row .static-content .secondary-title {
    font-size: 16px;
  }
  section.terms-container section#content .content-row .static-content .secondary-title a {
    font-size: 16px;
  }
  section.terms-container section#content .content-row p {
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 12px;
  }
}

section.about-us-container {
  text-align: center;
}
section.about-us-container #content {
  margin-top: 90px;
}
section.about-us-container #content .static-content {
  padding: 0px;
}
section.about-us-container .content-row-about-us {
  max-width: 100%;
  text-align: left;
}
section.about-us-container .content-row-about-us * {
  box-sizing: border-box;
}
section.about-us-container .content-row-about-us .wrapper {
  background: white;
  padding: 50px calc((100% - 1420px) / 2);
  width: 100%;
  margin-top: 80px;
}
section.about-us-container .content-row-about-us h1 span {
  color: rgba(255, 108, 0, 0.87);
}
section.about-us-container .content-row-about-us p {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  font-family: "Poppins";
}
section.about-us-container .content-row-about-us .image-and-text {
  display: flex;
  align-items: flex-start;
}
section.about-us-container .content-row-about-us a {
  color: rgba(255, 108, 0, 0.87);
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Poppins Bold";
  font-size: 20px;
}
@media (max-width: 1440px) {
  section.about-us-container .content-row-about-us .wrapper {
    padding: 50px calc((100% - 1110px) / 2);
    margin-top: 40px;
  }
  section.about-us-container .content-row-about-us p {
    font-size: 16px;
  }
  section.about-us-container .content-row-about-us a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  section.about-us-container .content-row-about-us .wrapper {
    padding: 50px calc((100% - 924px) / 2);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section.about-us-container .content-row-about-us .wrapper {
    padding: 40px;
    margin-top: 30px;
  }
  section.about-us-container .content-row-about-us .wrapper .image-and-text {
    flex-direction: column-reverse;
  }
  section.about-us-container .content-row-about-us .wrapper .image-and-text img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  section.about-us-container .content-row-about-us .wrapper {
    padding: 20px;
    margin-top: 20px;
  }
  section.about-us-container .content-row-about-us .wrapper .image-and-text {
    flex-direction: column-reverse;
  }
  section.about-us-container .content-row-about-us .wrapper .image-and-text img {
    width: 100%;
  }
  section.about-us-container .content-row-about-us p {
    font-size: 12px;
  }
  section.about-us-container .content-row-about-us a {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section.about-us-container {
    width: calc(100% - 40px);
    padding: 0 20px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.about-us-container #content {
    width: calc(100% + 40px);
  }
}
@media (max-width: 479px) {
  section.about-us-container {
    width: 100%;
    padding: 0px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.about-us-container .people-search {
    margin: 0px 10px;
    width: calc(100% - 20px);
  }
  section.about-us-container #content {
    width: calc(100% + 20px);
    padding: 0px 10px;
  }
}

h1.title {
  color: #00147c;
  text-align: center;
  font-family: "Poppins Bold";
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  h1.title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  h1.title {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  h1.title {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  h1.title {
    font-size: 24px;
  }
}

section.privacy-container .privacy-wrapper {
  max-width: 100%;
  margin-top: 90px;
}
section.privacy-container .privacy-wrapper * {
  box-sizing: border-box;
}
section.privacy-container .privacy-wrapper .static-content {
  padding: 50px calc((100% - 1420px) / 2);
  background-color: white;
}
section.privacy-container .privacy-wrapper .static-content p {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
section.privacy-container .privacy-wrapper .static-content strong {
  color: #00147c;
  font-family: "Poppins Bold";
  font-size: 28px;
  font-weight: 700;
}
section.privacy-container .privacy-wrapper .static-content strong span {
  color: rgba(255, 108, 0, 0.87);
}
section.privacy-container .privacy-wrapper .static-content a {
  font-family: "Poppins Bold";
  font-size: 28px;
  font-weight: 700;
  color: rgba(255, 108, 0, 0.87);
}
@media (max-width: 1440px) {
  section.privacy-container .privacy-wrapper .static-content {
    padding: 50px calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1024px) {
  section.privacy-container .privacy-wrapper .static-content {
    padding: 50px calc((100% - 924px) / 2);
  }
  section.privacy-container .privacy-wrapper .static-content p {
    font-size: 18px;
  }
  section.privacy-container .privacy-wrapper .static-content strong {
    font-size: 24px;
  }
  section.privacy-container .privacy-wrapper .static-content a {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section.privacy-container .privacy-wrapper .static-content {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  section.privacy-container .privacy-wrapper .static-content {
    padding: 20px;
  }
  section.privacy-container .privacy-wrapper .static-content p {
    font-size: 14px;
  }
  section.privacy-container .privacy-wrapper .static-content strong {
    font-size: 16px;
  }
  section.privacy-container .privacy-wrapper .static-content a {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section.privacy-container {
    width: calc(100% - 40px);
    padding: 0 20px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.privacy-container #content {
    width: calc(100% + 40px);
  }
}
@media (max-width: 479px) {
  section.privacy-container {
    width: calc(100% - 0px);
    padding: 0px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.privacy-container .people-search {
    margin: 0px 10px;
    width: calc(100% - 20px);
  }
  section.privacy-container #content {
    width: calc(100% + 20px);
  }
}

section#testimonial {
  background: #222;
  color: rgba(255, 255, 255, 0.87);
  opacity: 0.9;
}
section#testimonial .testimonial-row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  section#testimonial .testimonial-row {
    max-width: 478px;
  }
}
@media (min-width: 480px) and (max-width: 969px) {
  section#testimonial .testimonial-row {
    max-width: 968px;
  }
}
@media (min-width: 970px) {
  section#testimonial .testimonial-row {
    max-width: 1200px;
  }
}
section#testimonial .customer-care {
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  border-right: 1px solid;
  border-color: #E5EBED;
  padding: 20px 0;
  padding-right: 20px;
  font-weight: 300;
  font-size: 16px;
  display: flex;
}
@media (max-width: 479px) {
  section#testimonial .customer-care {
    width: calc(100%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#testimonial .customer-care {
    width: calc(100%);
  }
}
@media (min-width: 970px) {
  section#testimonial .customer-care {
    width: calc(50%);
  }
}
@media (max-width: 479px) {
  section#testimonial .customer-care {
    padding: 10px;
    border: none;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#testimonial .customer-care {
    padding: 20px;
    border: none;
  }
}
section#testimonial .quote {
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(100%);
  padding: 20px 0;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
@media (max-width: 479px) {
  section#testimonial .quote {
    width: calc(100%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#testimonial .quote {
    width: calc(100%);
  }
}
@media (min-width: 970px) {
  section#testimonial .quote {
    width: calc(50%);
  }
}
@media (max-width: 479px) {
  section#testimonial .quote {
    padding: 10px;
    border: none;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#testimonial .quote {
    padding: 20px;
    border: none;
  }
}
section#testimonial .quote i {
  align-self: flex-end;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  background: rgba(255, 108, 0, 0.87);
  width: 55px;
  height: 3px;
}
section#testimonial .quote p {
  line-height: 20px;
}
section#testimonial .quote span {
  align-self: flex-end;
  text-align: right;
}

section#footer {
  padding: 57px 0 0px 0px;
  height: 203px;
  background: #00147c;
}
@media (max-width: 1440px) {
  section#footer {
    padding: 36px 0 0px 0px;
    height: 165px;
  }
}
@media (max-width: 479px) {
  section#footer {
    padding: 30px 0 0px 0px;
    height: 189px;
  }
}
section#footer .footer-row, section#footer .footer-row-larger {
  max-width: 100%;
  width: 1420px;
  padding: 17px 0;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  section#footer .footer-row, section#footer .footer-row-larger {
    padding: 16px 0px;
    width: 1100px;
  }
}
@media (max-width: 1024px) {
  section#footer .footer-row, section#footer .footer-row-larger {
    padding: 0px;
    width: 924px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#footer .footer-row, section#footer .footer-row-larger {
    width: calc(100% - 50px);
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  section#footer .footer-row, section#footer .footer-row-larger {
    width: calc(100% - 40px);
    padding: 0 10px;
  }
}
section#footer .footer-row .logo-and-contact-wrapper, section#footer .footer-row-larger .logo-and-contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#footer .footer-row .logo-and-contact-wrapper a, section#footer .footer-row-larger .logo-and-contact-wrapper a {
  width: 191px;
}
section#footer .footer-row .logo-and-contact-wrapper a img, section#footer .footer-row-larger .logo-and-contact-wrapper a img {
  width: 100%;
}
@media (max-width: 479px) {
  section#footer .footer-row .logo-and-contact-wrapper, section#footer .footer-row-larger .logo-and-contact-wrapper {
    width: 100%;
  }
  section#footer .footer-row .logo-and-contact-wrapper a, section#footer .footer-row-larger .logo-and-contact-wrapper a {
    width: 45%;
  }
}
section#footer .footer-row .footer-buttons-list, section#footer .footer-row-larger .footer-buttons-list {
  margin-top: 62px;
}
@media (max-width: 1440px) {
  section#footer .footer-row .footer-buttons-list, section#footer .footer-row-larger .footer-buttons-list {
    margin-top: 38px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#footer .footer-row .footer-buttons-list, section#footer .footer-row-larger .footer-buttons-list {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  section#footer .footer-row .footer-buttons-list, section#footer .footer-row-larger .footer-buttons-list {
    margin-top: 24px;
  }
}
section#footer .footer-row .footer-buttons-list li, section#footer .footer-row-larger .footer-buttons-list li {
  display: inline-block;
}
@media (max-width: 479px) {
  section#footer .footer-row .footer-buttons-list li, section#footer .footer-row-larger .footer-buttons-list li {
    width: 33%;
  }
}
section#footer .footer-row .footer-buttons-list li a, section#footer .footer-row-larger .footer-buttons-list li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: none;
  padding: 0 38px;
}
section#footer .footer-row .footer-buttons-list li a:first-child, section#footer .footer-row-larger .footer-buttons-list li a:first-child {
  padding-left: 0;
}
@media (max-width: 479px) {
  section#footer .footer-row .footer-buttons-list li a, section#footer .footer-row-larger .footer-buttons-list li a {
    font-size: 12px;
    padding: 0px;
    text-align: center;
  }
}
section#footer .footer-row-larger {
  padding: 17px 0px;
  width: fit-content;
}
@media (max-width: 1024px) {
  section#footer .footer-row-larger {
    padding: 6px 63px;
  }
}
@media (max-width: 479px) {
  section#footer .footer-row-larger {
    padding: 0px 10px;
  }
}
@media (max-width: 1440px) {
  section#footer .footer-row-larger .footer-buttons-list {
    margin-top: 18px;
  }
}
section#footer .about {
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(50%);
  font-size: 12px;
  padding-right: 20px;
  padding-top: 5px;
}
@media (min-width: 970px) {
  section#footer .about {
    width: calc(33.3333333333%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#footer .about {
    width: calc(25%);
  }
}
@media (max-width: 479px) {
  section#footer .about {
    order: 1;
  }
}
section#footer .static-pages {
  box-sizing: border-box;
  width: calc(50%);
  box-sizing: border-box;
  width: calc(50%);
}
@media (min-width: 970px) {
  section#footer .static-pages {
    width: calc(16.6666666667%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#footer .static-pages {
    width: calc(25%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#footer .static-pages {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  section#footer .static-pages {
    margin-bottom: 20px;
  }
}
section#footer .static-pages .btn {
  height: 27px;
  line-height: 27px;
}
section#footer .social {
  box-sizing: border-box;
  width: calc(100%);
  box-sizing: border-box;
  width: calc(50%);
}
@media (min-width: 970px) {
  section#footer .social {
    width: calc(33.3333333333%);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  section#footer .social {
    width: calc(25%);
  }
}
section#footer .social h3 {
  font-size: 16px;
}
section#footer .social .sm-buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
section#footer .social .twitter,
section#footer .social .fb-like,
section#footer .social .google-plus {
  padding: 10px;
  padding-left: 0;
}
section#footer .social .copyright {
  -moz-osx-font-smoothing: greyscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 0.875rem;
  margin: 0;
  color: #aaa;
  font-size: 12px;
}

.comments-and-switch-buttons-wrapper {
  max-width: 1420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .comments-and-switch-buttons-wrapper {
    max-width: 1103px;
  }
}
@media (max-width: 1024px) {
  .comments-and-switch-buttons-wrapper {
    max-width: 924px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .comments-and-switch-buttons-wrapper {
    max-width: calc(100% - 40px);
    align-items: flex-start;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper {
    max-width: calc(100% - 40px);
    align-items: flex-start;
  }
}
.comments-and-switch-buttons-wrapper .title-with-arrow-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  width: 100%;
  font-weight: 700;
  font-family: "Poppins";
}
@media (min-width: 480px) and (max-width: 970px) {
  .comments-and-switch-buttons-wrapper .title-with-arrow-buttons {
    margin: 20px 0 0 20px;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper .title-with-arrow-buttons {
    margin: 20px 0 0 10px;
  }
}
.comments-and-switch-buttons-wrapper .title-with-arrow-buttons h1 {
  color: #00147c;
  font-weight: 700;
  font-size: 36px;
  font-family: "Poppins Bold";
}
@media (max-width: 1440px) {
  .comments-and-switch-buttons-wrapper .title-with-arrow-buttons h1 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper .title-with-arrow-buttons h1 {
    font-size: 20px;
  }
}
.comments-and-switch-buttons-wrapper .title-with-arrow-buttons img {
  cursor: pointer;
}
@media (min-width: 480px) and (max-width: 970px) {
  .comments-and-switch-buttons-wrapper .title-with-arrow-buttons img {
    display: none;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper .title-with-arrow-buttons img {
    display: none;
  }
}
.comments-and-switch-buttons-wrapper .title-with-arrow-buttons .left-arrow {
  transform: rotate(180deg);
  margin-right: 8px;
}
.comments-and-switch-buttons-wrapper #comments-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: calc((100% - 1260px) / 2);
  margin-top: 24px;
  width: 100%;
}
@media (max-width: 1440px) {
  .comments-and-switch-buttons-wrapper #comments-container {
    grid-column-gap: calc((100% - 1002px) / 2);
  }
}
@media (max-width: 1024px) {
  .comments-and-switch-buttons-wrapper #comments-container {
    grid-column-gap: calc((100% - 873px) / 2);
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .comments-and-switch-buttons-wrapper #comments-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: flex-start;
    grid-template-columns: auto;
    grid-column-gap: 25px;
    overflow-x: scroll;
    padding: 20px 10px;
    margin-top: 7px;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper #comments-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: flex-start;
    grid-template-columns: auto;
    grid-column-gap: 25px;
    overflow-x: scroll;
    padding: 15px 10px;
    margin-top: 0px;
  }
}
.comments-and-switch-buttons-wrapper #comments-container .comment-wrapper {
  border-radius: 20px;
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.2));
  background: #fff;
  padding: 37px 39px;
  height: 368px;
  max-width: 100%;
  font-family: "Poppins";
  width: 420px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper {
    padding: 19px 23px;
    height: 292px;
    width: 334px;
  }
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper .comment {
    font-size: 16px !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 1024px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper {
    padding: 14px 20px;
    width: 291px;
    height: 255px;
    border-radius: 15px;
  }
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper .comment {
    font-size: 14px !important;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper {
    display: inline-flex;
    flex-direction: column;
    padding: 16px;
    width: 283px;
    height: 240px;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper {
    display: inline-flex;
    flex-direction: column;
    padding: 16px;
    width: 247px;
    height: 208px;
    border-radius: 10px;
  }
}
.comments-and-switch-buttons-wrapper #comments-container .comment-wrapper img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid;
  border-color: #00147c;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
}
.comments-and-switch-buttons-wrapper #comments-container .comment-wrapper .author {
  font-size: 20px;
  color: #00147c;
  font-weight: 700;
  margin-left: 8px;
}
@media (max-width: 1440px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper .author {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper .author {
    font-size: 14px;
  }
}
.comments-and-switch-buttons-wrapper #comments-container .comment-wrapper .comment {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  margin-top: 25px;
  line-height: 25px;
}
@media (min-width: 480px) and (max-width: 970px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper .comment {
    width: 263px;
    height: auto;
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
  }
}
@media (max-width: 479px) {
  .comments-and-switch-buttons-wrapper #comments-container .comment-wrapper .comment {
    width: 215px;
    height: auto;
    font-size: 12px;
    line-height: 17px;
    margin-top: 12px;
  }
}

.static-content {
  padding: 12px 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  flex-direction: column;
  font-weight: 300;
  line-height: 1.125rem;
}
@media (min-width: 970px) {
  .static-content {
    padding: 24px 20px;
  }
}
.static-content p {
  -moz-osx-font-smoothing: greyscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1rem;
  margin: 0;
  color: #aaa;
  padding-bottom: 3px;
  line-height: 1.412rem;
  font-weight: 300;
  margin: 0;
}
.static-content a {
  color: rgba(255, 108, 0, 0.87);
  display: inline;
  text-transform: none;
  font-size: 18px;
  line-height: 1.412rem;
  vertical-align: initial;
  font-weight: 300;
}
.static-content strong {
  font-weight: 500;
  color: rgba(87, 87, 87, 0.87);
}

.breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .breadcrumbs {
    max-width: 478px;
  }
}
@media (min-width: 480px) and (max-width: 969px) {
  .breadcrumbs {
    max-width: 968px;
  }
}
@media (min-width: 970px) {
  .breadcrumbs {
    max-width: 1200px;
  }
}
.breadcrumbs a {
  min-width: 0;
  padding: 0 5px;
  height: initial;
  line-height: initial;
}
@media (min-width: 970px) {
  .breadcrumbs a {
    height: 12px;
    line-height: 12px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .breadcrumbs a {
    height: 10px;
    line-height: 10px;
  }
}
@media (min-width: 970px) {
  .breadcrumbs a:first-child {
    padding-left: 0;
  }
}
.breadcrumbs a li {
  padding: 0 5px 0 5px;
}
@media (max-width: 479px) {
  .breadcrumbs a li {
    height: 10px;
    line-height: 9px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .breadcrumbs a li {
    height: 10px;
    line-height: 9px;
  }
}
@media (min-width: 970px) {
  .breadcrumbs a li {
    height: 12px;
    line-height: 12px;
  }
}
.breadcrumbs a span {
  font-size: 12px;
  color: #00147c;
}
@media (max-width: 479px) {
  .breadcrumbs a span {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (min-width: 480px) and (max-width: 970px) {
  .breadcrumbs a span {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (min-width: 970px) {
  .breadcrumbs a span {
    height: 12px;
    line-height: 12px;
  }
}

/*# sourceMappingURL=site.css.map */
