#timeline {
  background-color: white;
}

#timeline a {
  text-decoration: none;
}

#timeline .main-timeline {
  position: relative;
}

#timeline .main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#timeline .main-timeline .timeline {
  display: inline-block;
  position: relative;
}

#timeline .main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #ec496e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#timeline .main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #ec496e;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}

#timeline .main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #ec496e;
  font-size: 59px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative;
}

#timeline .main-timeline .timeline-icon:after,
#timeline .main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #ec496e;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

#timeline .main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #fff;
  top: 89px;
  right: -30px;
}

#timeline .main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  float: right;
  position: relative;
}

#timeline .main-timeline .timeline-content.line1 {
  margin-top: 86px;
}

#timeline .main-timeline .timeline-content.line2 {
  margin-top: 127px;
}

#timeline .main-timeline .timeline-content.line3 {
  margin-top: 125px;
}

#timeline .main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #ec496e;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px;
}

#timeline .main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #ec496e;
  position: absolute;
  top: 13px;
  left: 0;
}

#timeline .main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #ec496e;
  text-transform: uppercase;
  margin: 0 0 5px;
}

#timeline .main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  text-align: justify;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
}

#timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 30%;
}

#timeline .main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px;
}

#timeline .main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px;
}

#timeline .main-timeline .timeline:nth-child(even) .timeline-content {
  float: left;
}

#timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg);
}

#timeline .main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0;
}

#timeline .main-timeline .timeline:nth-child(2n) .timeline-content:after,
#timeline .main-timeline .timeline:nth-child(2n) .timeline-icon i,
#timeline .main-timeline .timeline:nth-child(2n) .timeline-icon:before,
#timeline .main-timeline .timeline:nth-child(2n):before {
  background: #f9850f;
}

#timeline .main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #f9850f;
}

#timeline .main-timeline .timeline:nth-child(2n) .title {
  color: #f9850f;
}

#timeline .main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-left-color: #f9850f;
  border-bottom-color: #f9850f;
}

#timeline .main-timeline .timeline:nth-child(3n) .timeline-content:after,
#timeline .main-timeline .timeline:nth-child(3n) .timeline-icon i,
#timeline .main-timeline .timeline:nth-child(3n) .timeline-icon:before,
#timeline .main-timeline .timeline:nth-child(3n):before {
  background: #8fb800;
}

#timeline .main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800;
}

#timeline .main-timeline .timeline:nth-child(3n) .title {
  color: #8fb800;
}

#timeline .main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800;
}

#timeline .main-timeline .timeline:nth-child(4n) .timeline-content:after,
#timeline .main-timeline .timeline:nth-child(4n) .timeline-icon i,
#timeline .main-timeline .timeline:nth-child(4n) .timeline-icon:before,
#timeline .main-timeline .timeline:nth-child(4n):before {
  background: #2fcea5;
}

#timeline .main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5;
}

#timeline .main-timeline .timeline:nth-child(4n) .title {
  color: #2fcea5;
}

#timeline .main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5;
}

@media only screen and (max-width: 1200px) {
  #timeline .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px;
  }
  #timeline .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px;
  }
  #timeline .main-timeline .timeline-content.line1 {
    margin-top: 107px;
  }
  #timeline .main-timeline .timeline-content.line2 {
    margin-top: 167px;
  }
  #timeline .main-timeline .timeline-content.line3 {
    margin-top: 145px;
  }
}

@media only screen and (max-width: 990px) {
  #timeline .main-timeline .timeline {
    margin: 0 0 10px;
  }
  #timeline .main-timeline .timeline-icon {
    left: 25%;
  }
  #timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%;
  }
  #timeline .main-timeline .timeline-content.line1 {
    margin-top: 148px;
  }
  #timeline .main-timeline .timeline-content.line2 {
    margin-top: 256px;
  }
  #timeline .main-timeline .timeline-content.line3 {
    margin-top: 207px;
  }
}

@media only screen and (max-width: 767px) {
  #timeline .main-timeline .timeline-content.line1 {
    margin-top: -13px;
  }
  #timeline .main-timeline .timeline-content.line2 {
    margin-top: 256px;
  }
  #timeline .main-timeline .timeline-content.line3 {
    margin-top: -14px;
  }
  #timeline .main-timeline {
    padding-top: 50px;
  }
  #timeline .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0;
  }
  #timeline .main-timeline .timeline {
    margin-bottom: 70px;
  }
  #timeline .main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0;
  }
  #timeline .main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0;
  }
  #timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto;
  }
  #timeline .main-timeline .timeline-icon:before,
  #timeline .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px;
  }
  #timeline .main-timeline .timeline-icon:after,
  #timeline .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px;
  }
  #timeline .main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px;
  }
  #timeline .main-timeline .timeline-content,
  #timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px;
  }
  #timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    float: right;
  }
  #timeline .main-timeline .timeline-content:before,
  #timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px;
  }
  #timeline .main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    transform: rotateY(0);
  }
  #timeline .main-timeline .timeline-content:after,
  #timeline .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px;
  }
}

@media only screen and (max-width: 479px) {
  #timeline .main-timeline .timeline-content,
  #timeline .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px;
  }
  #timeline .main-timeline .timeline-content:before,
  #timeline .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px;
  }
  #timeline .main-timeline .timeline-content:after,
  #timeline .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px;
  }
}

#process-steps-wrapper {
  padding: 0px 50px 0px 50px;
  text-align: center;
  font-family: sans-serif;
  width: 400px;
  margin: 40px auto 30px auto;
  background-color: transparent;
}

#process-steps-wrapper .ul-container {
  border-top: 2px solid #7f7f7f;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

#process-steps-wrapper .link {
  position: relative;
  margin-top: 10px;
  width: 100%;
}

#process-steps-wrapper .link a {
  font-weight: bold;
  text-decoration: none;
  color: #7f7f7f;
  text-transform: uppercase;
  font-size: 11px;
}

#process-steps-wrapper .link:first-child {
  margin-left: -55px;
}

#process-steps-wrapper .link:last-child {
  margin-right: -55px;
}

#process-steps-wrapper .link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: white;
  position: absolute;
  border-radius: 10px;
  top: -20px;
  left: 51%;
  transform: translateX(-50%);
  border: 2px solid #7f7f7f;
}

#process-steps-wrapper .active::after {
  background: #7f7f7f;
}

#analysis .cards_benefits .features.feature-primary.feature-clean .icons i {
  background-color: #1390bc;
  color: #fff;
}

#analysis .header {
  background-color: #1390bc;
  color: white;
  padding: 20px 35px;
  border-radius: 10px 10px 0 0;
}

#analysis .header .situs {
  font-weight: bold;
  font-size: 22px;
  text-shadow: 0 0 2px black;
}

#analysis .header .cad {
  font-size: 14px;
}

#analysis .header .owner {
  font-size: 14px;
}

#analysis .header .protected {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#analysis .header .shielded {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-size: 10px;
  padding-left: 32px;
  position: relative;
  width: 200px;
  height: 50px;
  color: #ffffff;
  border-radius: 0 10px 10px 0;
  line-height: 1.3;
  z-index: 1;
}

#analysis .header .shielded .status {
  font-size: 14px;
}

#analysis .header .shielded .ptaxio {
  font-weight: 900;
  font-size: 17px;
}

#analysis .header .shielded .shield {
  position: absolute;
  top: -14px;
  left: -44px;
}

#analysis .header .shielded .shield img {
  width: 64px;
}

#analysis .info_section {
  background: linear-gradient(#e1f5ff, #fbfeff);
  padding: 40px;
  overflow: hidden;
}

#analysis .info_section .protected {
  margin-top: 17px;
}

#analysis .info_section .neighborhood_trending {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: -10px;
  line-height: 1.2;
}

#analysis .info_section .chart_1 {
  margin-top: 15px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  background-color: #f7faf7;
  padding: 5px;
  aspect-ratio: 16/9;
  border-radius: 7px;
}

#analysis .info_section .chart_1 #chart_1 {
  aspect-ratio: 16/9;
}

#analysis .info_section .card__styled {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(54, 54, 54, 0.1);
}

#analysis .info_section .timeline_header {
  font-size: 30px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 30px;
}

#analysis .info_section .savings_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  text-align: left;
}

#analysis .info_section .savings_text p {
  line-height: 1;
  margin-bottom: 11px;
}

#analysis .info_section .savings_text.spacer {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 0.5px;
  background-color: #aec6cf;
}

#analysis .info_section .fee_cap {
  text-align: left;
  color: gray;
  padding-top: 4px;
  font-size: .9rem;
}

#analysis .info_section .fee_cap:hover {
  text-decoration: none;
  color: #2f55d4;
  cursor: pointer;
}

#analysis .info_section .recent_sales_map {
  width: 100%;
  border: 1px solid lightgray;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#analysis .info_section .info_header_grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  grid-template-areas: "county_info savings_estimate" "analysis_info appeal_timeline";
  grid-gap: 35px;
}

#analysis .info_section .info_header_grid .county_info {
  grid-area: county_info;
  width: 100%;
}

#analysis .info_section .info_header_grid .county_info .county_info__values_taxrate {
  margin: 0 0px;
  background-color: #f7faf7;
  padding: 7px 0px;
  border-radius: 7px;
  text-align: center;
  box-shadow: 0px 2px 10px 0px rgba(54, 54, 54, 0.1);
}

#analysis .info_section .info_header_grid .county_info .county_info__header {
  font-size: 18px;
  font-weight: 800;
  color: #2c2c2c;
  margin-bottom: 0px;
  padding-bottom: 3px;
  line-height: 1.2;
}

#analysis .info_section .info_header_grid .county_info .county_info__line_wrapper {
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
}

#analysis .info_section .info_header_grid .county_info .county_info__title {
  font-size: 13px;
  color: #214a58;
  margin: 0px;
  white-space: nowrap;
}

#analysis .info_section .info_header_grid .county_info .county_info__value {
  font-size: 22px;
  color: #214a58;
  line-height: 1;
  margin: 0px;
  font-weight: bold;
  white-space: nowrap;
}

#analysis .info_section .info_header_grid .savings_estimate {
  grid-area: savings_estimate;
  width: 100%;
}

#analysis .info_section .info_header_grid .savings_estimate .savings_estimate__header {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

#analysis .info_section .info_header_grid .savings_estimate .savings_estimate__value {
  font-size: 20px;
  color: #2eca8b;
  font-weight: bold;
}

#analysis .info_section .info_header_grid .savings_estimate .success_fee {
  font-size: 16px;
  color: black;
  font-weight: 500;
}

#analysis .info_section .info_header_grid .savings_estimate .net_savings {
  font-size: 18px;
}

#analysis .info_section .info_header_grid .appeal_timeline {
  grid-area: appeal_timeline;
  width: 100%;
}

#analysis .info_section .info_header_grid .appeal_timeline .timeline_item {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  z-index: 2;
}

#analysis .info_section .info_header_grid .appeal_timeline .timeline_item .icon_outer_wrapper {
  width: 70px;
  max-width: 70px;
  min-width: 70px;
  margin-top: -10px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#analysis .info_section .info_header_grid .appeal_timeline .timeline_item .icon_inner_wrapper {
  background-color: #1390bc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: white;
  border-width: 3px;
  border-style: solid;
}

#analysis .info_section .info_header_grid .appeal_timeline .timeline_item .icon_inner_wrapper i.fa-solid,
#analysis .info_section .info_header_grid .appeal_timeline .timeline_item .icon_inner_wrapper i.fa-sharp {
  color: white;
  font-size: 21px;
}

#analysis .info_section .info_header_grid .appeal_timeline .timeline_item .icon_inner_wrapper img {
  width: 30px;
  height: auto;
}

#analysis .info_section .info_header_grid .appeal_timeline .timeline_item .title {
  margin-bottom: 5px;
  padding-bottom: 2px;
  color: #23424a;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}

#analysis .info_section .info_header_grid .appeal_timeline .timeline_item .text {
  line-height: 22px;
  text-align: justify;
}

#analysis .info_section .info_header_grid .appeal_timeline .gradient_line_top {
  position: absolute;
  top: 97px;
  left: 21px;
  height: 80%;
  width: 10px;
  background-color: #aec6cf;
  z-index: 1;
}

#analysis .info_section .info_header_grid .appeal_timeline .gradient_line_end {
  position: absolute;
  top: 91%;
  left: 21px;
  height: 80px;
  width: 10px;
  background: linear-gradient(#aec6cf, white);
  z-index: 1;
}

#analysis .info_section .info_header_grid .analysis_info {
  grid-area: analysis_info;
  width: 100%;
}

@media (max-width: 992px) {
  #analysis .info_section {
    padding: 20px;
  }
  #analysis .info_section .info_header_grid {
    grid-template-columns: 12fr;
    grid-gap: 5px;
    grid-template-areas: "savings_estimate" "county_info" "appeal_timeline" "analysis_info";
  }
  #analysis .info_section .county_info {
    background-color: #fff;
    padding: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(54, 54, 54, 0.1);
  }
}

#analysis .explainer_video_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#analysis video#explainer_video_analysis {
  width: 100%;
}

#analysis .video_play_button {
  width: 38px;
  height: 38px;
  fill: #74767e;
  background: #fafafa;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #000;
  box-sizing: content-box;
  opacity: .6;
  transition: opacity .35s ease;
  padding: 0;
  margin: -35px 0 0 -36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  z-index: 2;
}

#analysis .video_play_button:hover {
  opacity: .8;
  text-decoration: none;
}

#analysis .video_play_button svg {
  float: left;
  height: 100%;
  width: 100%;
}

#about-us {
  background-color: white;
  padding: 160px 0 60px 0;
}

#about-us .team:hover img {
  box-shadow: 0 0 13px 1px rgba(58, 69, 85, 0.25);
  opacity: .9;
}

#about-us .card {
  cursor: pointer;
}

#about-us .card:hover {
  box-shadow: 0 0 13px 1px rgba(58, 69, 85, 0.25);
}

#about-us .fa-graduation-cap,
#about-us .fa-chart-mixed,
#about-us .fa-chart-network {
  font-size: 20px;
}

#about-us .license-num {
  font-size: .85rem;
}

#about-us .line-height-small {
  line-height: 1.3;
}

#about-us .key-feature {
  cursor: pointer;
}

#about-us .coverage-map {
  width: 75%;
  max-width: 100%;
}

#pricing {
  background-color: white;
}

#pricing .fee-percent {
  margin-top: 4px;
  font-size: 4rem;
}

#pricing .fee-percent span {
  vertical-align: super;
  padding-left: 3px;
  font-size: .45em;
}

#pricing .circle-checked-item {
  display: flex;
  align-items: center;
}

#pricing .circle-checked-item svg {
  color: #2f55d4;
  font-size: 11px;
  margin-right: 8px;
}

#pricing .fee-table-wrapper .fee-table {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

#pricing .fee-table-wrapper .fee-table thead tr th {
  color: #2f55d4;
}

#pricing #cap-fee-wrapper,
#pricing #scenarios,
#pricing #faqs {
  border-radius: 10px;
  background-color: #e7edff;
  padding: 20px;
}

#pricing .comparison-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

#pricing .comparison-card:hover {
  transform: scale(1.05);
  transition: all 0.7s ease;
  z-index: 10;
}

#pricing .accordion .accordion-item .accordion-button {
  font-weight: 400;
}

#pricing .we-do-icon {
  font-size: 35px;
  color: #2f55d4 !important;
  font-weight: 600;
}

.anchor {
  scroll-margin-top: 120px;
}

#partner .secondary-heading {
  font-size: 25px;
  line-height: 2;
}

#partner .icons {
  font-size: 40px;
}

#partner .card-body p.text-muted {
  text-align: justify;
  padding-bottom: 0;
}

#partner .features.course-feature .full-img {
  font-size: 250px;
  position: absolute;
  transform: translate(18%, 0);
  left: 0;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: -2;
  transition: all .5s ease;
}

#partner .features.course-feature:hover .full-img {
  opacity: .05;
}

#partner #partner-faqs {
  margin-top: 120px;
  border-radius: 10px;
  background-color: #e7edff;
  padding: 20px;
}

#blog_main {
  scroll-behavior: smooth;
}

#blog_main .card-img-top {
  height: 185px;
  max-height: 185px;
}

#blog_main #all_post {
  scroll-margin-top: 90px;
}

.tag {
  font-size: 10px;
  display: inline-block;
  padding: 5px 10px;
  background-color: lightgray;
  border-radius: 20px;
  margin: 5px;
}

.tag {
  background: #f8f9fa;
  color: #212529;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  transition: all .5s ease;
  font-weight: 600;
}

.tag:hover {
  background: #2f55d4;
  color: #fff;
}

#blog_post .recent-post {
  padding: 5px 8px;
}

#blog_post .recent-post:hover {
  background-color: #2f55d41a !important;
  color: white;
  cursor: pointer;
  border-radius: 7px;
}

#blog_post .recent-post:hover .text-muted {
  color: white;
}

#blog_post .related_post {
  cursor: pointer;
}

#blog_post #blog_post_iframe {
  width: 100% !important;
}

html {
  scroll-behavior: smooth;
}

body, main {
  background-color: white !important;
}

.footer.footer-light .text-foot {
  color: #8492a6;
  display: flex;
  align-items: center;
}

.footer.footer-light .text-foot i {
  padding-right: 5px;
  font-size: .3rem;
  color: #8492a6;
}

.mt-60 {
  margin-top: 60px;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

section.section {
  background-color: white;
}

#autocomplete {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

#advanced-search-wrapper #advanced_search_number,
#advanced-search-wrapper #id_advSearch_streetName,
#advanced-search-wrapper #id_advSearch_taxid {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding-left: 8px;
  color: #444;
}

#advanced-search-wrapper #id_advSearch_streetName {
  padding-left: 0px;
}

#advanced-search-wrapper .md-whiteframe-1dp,
#advanced-search-wrapper .md-whiteframe-z1 {
  box-shadow: none;
}

#advanced-search-wrapper .nav-link {
  padding: 3px 11px;
}

.error-message-wrapper {
  background: #f00;
  border-radius: 10px;
  padding: 10px;
  margin-left: 2vw;
  margin-right: 2vw;
  color: #fff;
  text-align: center;
}

#navigation .search-method-2-closer {
  position: absolute;
  top: 23px;
  right: 103px;
  font-size: 22px;
  color: #2f55d4;
}

#testimonials {
  border-radius: 10px;
  background-color: #e7edff;
  padding: 20px;
}

.property-selector .property-identity {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 10px;
  margin: 0 3vw;
  line-height: 1.3;
}

.property-selector .property-identity .address {
  font-weight: 700;
}

.texas-outline {
  width: 90px;
}

.circle-checked-item {
  display: flex;
  align-items: baseline;
  line-height: 1.25;
  margin-bottom: 7px;
}

.circle-checked-item i {
  color: #2f55d4;
  font-size: 16px;
  margin-right: 13px;
}

.bg-half-170 {
  padding: 73px 0;
}

#navigation .navigation-menu .active {
  border-bottom: 2px solid #2f55d4;
}

#navigation .navigation-menu .sub-menu-item.login {
  font-weight: 900;
  color: #2f55d4;
}

.text-justify {
  text-align: justify;
}

.work-process {
  cursor: pointer;
}

#testimonials {
  margin-top: 100px;
}

#what-we-do .container {
  margin-top: 100px;
  border-radius: 10px;
  background-color: #e7edff;
  padding: 20px;
}

#what-we-do .container .features {
  cursor: pointer;
}

.tns-nav {
  margin-top: 0;
  margin-bottom: 23px;
}

#comparison {
  background-color: white;
}

#comparison .comparison-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

#comparison .comparison-card:hover {
  transform: scale(1.05);
  transition: all 0.7s ease;
  z-index: 10;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 9px;
    min-height: 35px;
  }
}

@media (max-width: 991px) {
  #topnav #navigation {
    top: 0;
  }
}
