/*------------------------------------------------------------------
[Main Stylesheet]

Author:	
-------------------------------------------------------------------*/
/*===============================================*/
/* 1. IMPORTS		 						 */
/*===============================================*/
@import url(../css/reset.css);

.reset_overflow{
  overflow: hidden;
}

.show {
  display: none; /* hide the content by default */
}

.show.more {
  display: block; /* show the content when the "more" button is clicked */
}

.btn-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;

}
.reset-margin{
  margin: 0 !important;
}
.show-more {
  border: 1px solid #00AEEF;
  background: none;
  border-radius: 8px;
  padding: 0px 30px;
  line-height: 52px;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
}

.logo img {
  height: 35px !important;
  padding: 10px !important;
  /* content: url(../images/logos/remax_logo.png); */
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.icon--left {
  position: absolute;
  margin-left: -30px;
  margin-top: 4px;
}

.icon--star {
  background-image: url(../images/icons/star.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.icon--check {
  background-image: url(../images/icons/check-mark.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: 23px;

}

.icon--exclamation {
  background-image: url(../images/icons/exclamation.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: 23px;

}


.home-facts {
  padding: 20px;
  padding-bottom: 40px;
  width: calc(100% - 40px);
}


.home-facts h2 {
  font-size: 20px;
  padding: 0px 10px;
}

.home-facts p {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.home-facts .facts .item .item-icon {
  display: inline-block;
  margin-right: 10px;
}

.home-facts .facts .item .item-icon img {
  width: 22px;
}

.home-facts .facts .item {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin: 0 10px;
  margin-bottom: 0px;
  font-weight: bold;
}


.positive {
  font-size: 64px;
  color: #00AEEF;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.trend-card {
  -webkit-box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: calc(33% - 20px) !important;
  height: 115px;
  position: relative;
}

.trend-card:nth-child(2) {
  margin: 0 20px;
}

.trend-direction {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.trend-direction.up {
  background-image: url('../images/icons/trend-up.png');
}

.trend-direction.down {
  background-image: url('../images/icons/trend-down.png');
}

.trend-heading {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}


.icon--half-star {
  background-image: url(../images/icons/half-star.svg);
  background-size: auto 93%;
  background-repeat: no-repeat;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

@font-face {
  font-family: 'MuseoSlab-300';
  src: url(../fonts/2B79A2_0_0.woff) format("woff");
}

@font-face {
  font-family: 'MuseoSlab-500';
  src: url(../fonts/2B79A2_1_0.woff) format("woff");
}

@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url(../fonts/2B79A2_2_0.woff) format("woff");
}

@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url(../fonts/2B79A2_3_0.woff) format("woff");
}

@font-face {
  font-family: 'AvenirNextLTPro-Medium';
  src: url(../fonts/2BB11F_0_0.woff) format("woff");
}

@font-face {
  font-family: 'AvenirNextLTPro-Cn';
  src: url(../fonts/2C7923_0_0.woff) format("woff");
}

.font-avenir-condensed {
  font-family: "AvenirNextLTPro-Cn";
}

.font-avenir-regular,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AvenirNextLTPro-Regular";
}

.font-avenir-medium,
.intro__title {
  font-family: "AvenirNextLTPro-Medium";
}

.font-avenir-bold {
  font-family: "AvenirNextLTPro-Bold";
}

.font-museo-light {
  font-family: "MuseoSlab-300";
}

.font-museo-regular,
.font-museo-bold {
  font-family: "MuseoSlab-500";
}

.font-museo-bold {
  font-weight: 700;
}

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  /*  (10 px in REM size) */
}

body {
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto;
  color: #000000;
  background-color: #fff;
}

body.quiz-bg {
  width: 100%;
  height: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.clear {
  clear: both;
}

p {
  padding: 0;
  margin: 0px;
  text-align: left;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #00AEEF;
}

.large {
  font-size: 20px;
}

a:hover {
  text-decoration: none;
  color: #000;
}

textarea,
input,
select {
  outline: none;
}

/*---------------------------*/
/* 2-1. HEADINGS             */
/*---------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  /* padding: 0 0 40px 0; */
  margin: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.spacing {
  padding: 1em;
}

.input-spacing {
  margin-top: 10px;
}

.buttons {
  width: 100%;
  margin: 25px 0 0 0;
}

.buttons--centered {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 12px 35px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: color 0.35s, background-color 0.35s;
  -moz-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
}

.button--small {
  padding: 6px 15px;
  font-size: 1.6rem;
  letter-spacing: 0px;
}



.button--spaced_top {
  margin: 10px 0;

}

.button--large {
  padding: 14px 60px;
  font-size: 1.8rem;
}

.button--blue {
  background-color: #00AEEF;
  color: #ffffff;
  border: none;
}

.button--blue:hover {
  background-color: #f7f7f7;
  color: #000;
}

.button--view-more {
  /* background-color: #00AEEF;
  background-image: url(../images/icons/arrow-right-white.svg);
  background-position: 98% 50%; 
  background-repeat: no-repeat;
  background-size: 34px 34px;*/
  /* padding: 12px 40px 12px 35px; */
  color: #ffffff;
}

.button--view-more-desktop {
  /* background-color: #00AEEF;
  background-image: url(../images/icons/arrow-right-white.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 34px 34px; */
  padding: 12px 40px 12px 35px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  color: #ffffff;
}

.button--view-more:hover {
  background-color: #f7f7f7;
  color: #000;
  background-position: 99% 50%;
}

.button--bordered {
  background-color: #ffffff;
  border: 1px solid #8A8C8C;
  padding: 11px 34px 11px 34px;
  color: #565759;
}

.button--bordered:hover {
  background-color: #f7f7f7;
  color: #000;
  background-position: 99% 50%;
}

.agents-name-mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  .agents-name-mobile {
      display: block;
      text-align: center;
      padding: 20px;
    }
  .button {
    display: inline-block;
    padding: 10px 25px;
    font-size: 1.6rem;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .button--spaced {
    margin: 0 10px 10px 0;
  }

  .button--large {
    padding: 14px 50px;
    font-size: 1.8rem;
  }

  .button--mobile-full {
    width: 100%;
    padding: 12px 0;
  }

  .button--blue:hover {
    background-color: #00AEEF;
    color: #ffffff;
  }

  .button--view-more {
    padding: 10px 30px 10px 25px;
  }

  .button--view-more:hover {
    background-color: #00AEEF;
    background-position: 98% 50%;
    color: #ffffff;
  }

  .button--bordered {
    padding: 9px 24px 9px 24px;
  }

  .button--bordered:hover {
    background-color: #ffffff;
    color: #565759;
    background-position: 98% 50%;
  }
}

.logo-results {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}

.info {
  color: #000;
  font-weight: 700;
  padding-top: 10px;
}

.info--center {
  color: #ccc;
  width: 100%;
  text-align: center;
}

/*===============================================*/
/* HEADER 	 						 */
/*===============================================*/
.header {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 777;
  background-color: rgba(255, 255, 255, 0.6);
}

.header__content {
  width: 1280px;
  margin: auto;
}

.header__logo {
  padding: 20px 0 0 0;
  margin: 0px;
  font-size: 2.6rem;
  font-family: "Open sans";
  font-weight: 400;
}

.header__logo a {
  color: #000;
}

/*===============================================*/
/* INTRO        						 */
/*===============================================*/
.landing-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.section--intro {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  background-color: #142A6C;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center center;
}

.intro {
  background-color: #142A6C;
  width: 80%;
  height: 80%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  margin-top: 150px;
}

.intro--child {
  display: inline-block;
  padding: 1rem 1rem;
  vertical-align: middle;
}

.intro__content {
  width: 500px;
  margin: auto;
}

.intro__img {
  margin: auto;
  width: 300px;
}

.intro__img img {
  width: 300px;
  /* content: url(../images/intro/remax-intro-image.png); */

}

.intro__title {
  color: #fff;
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  padding-bottom: 10px;
}

.intro__subtitle {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  padding-top: 30px;
}

/*===============================================*/
/* SECTION            						 */
/*===============================================*/

.section__content {
  width: 1100px;
  padding: 80px 0;
  margin: auto;
}

.section__content--full {
  width: 100%;
  padding: 0px;
}

.section__content--padding0 {
  padding: 0px !important;
}

.section__content--paddingb0 {
  padding-bottom: 0px !important;
}

.section__content--short {
  padding: 20px 0;
}

.section--page-top .section__content {
  padding: 100px 0 40px 0;
}

.section--border-top .section__content {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e4;
}

.section__title {
  width: 100%;
  font-size: 3rem;
  line-height: 1.2;
  padding: 0 0 10px 0;
}

.section__title--centered {
  text-align: center;
}

.section__description {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 0 20px 0;
}

.section__description--centered {
  text-align: center;
}

.section__text {
  width: 100%;
  padding: 0 0 10px 0;
}

.section__text--centered {
  text-align: center;
}

.back-link-container {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
}

.back-link-container.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 333;
}

.back-link {
  width: calc(1100px + 60px);
  margin: auto;
}

.back-link a {
  background-image: url(../images/icons/arrow-left.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 0 0 0 30px;
}

h2.page-title {
  width: 100%;
  padding: 0 0 20px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #565759;
}

.page-header {
  width: 100%;
  position: relative;
}

.page-header__image {
  width: 100%;
  height: 350px;
}

.page-header__image--auto-height {
  height: 600px;
}

.page-header__image--mortage {
  height: 750px;
}

.page-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header__content {
  position: absolute;
  top: 0px;
  left: calc((100% - 1100px) / 2);
  width: 50%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}

.page-header__content--top-right {
  left: auto;
  right: 20px;
  top: 100px;
  background-color: #fff;
  height: auto;
  padding: 40px;
  width: 40%;
}

.page-header__content--top-right h4 {
  padding: 0 0 10px 0;
  font-size: 3.2rem;
  line-height: 1.3;
}

.page-header__content--mortage {
  left: auto;
  right: 20px;
  top: 150px;
  background-color: #fff;
  height: auto;
  padding: 40px;
  width: 50%;
}

.page-header__content--mortage h4 {
  padding: 0 0 10px 0;
  font-size: 3.2rem;
  line-height: 1.3;
}

.page-header-flex {
  display: flex;
  padding: 20px 0 0 0;
}

.page-header-flex div {
  width: calc(50% - 20px);
  margin-right: 40px;
  text-align: center;
}

.page-header-flex div:nth-child(2n+2) {
  margin-right: 0px;
}

.page-header-flex div p {
  text-align: center;
}

.page-header-flex div .button {
  margin: 10px auto 0 auto;
}

.page-header__title {
  width: 80%;
  padding: 0px;
  line-height: 1.2;
  font-size: 4rem;
  background-color: #fff;
  padding: 25px 20px;
}

/*===============================================*/
/* SELL FEATURES NEW SECTION 	 						 */
/*===============================================*/
.section--sell-features {
  padding: 50px 0;
  max-width: 1280px;
  margin: auto;
}
.section--padding-bottom {
  padding-bottom: 100px;
}

h2.sell__title {
  width: 100%;
  text-align: center;
  font-size: 6.8rem;
  font-weight: 700;
  letter-spacing: -2px;
  padding: 0;
  margin: 0px;
  line-height: 1.2;
}

.sell__subtitle {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0 0 60px 0;
  color: #00AEEF;
  background-image: url(../images/pattern-divider-gray.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 200px 100px;
}

.sell-features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0 40px 0;
}

.sell-features__item {
  width: calc(33.333% - 53.333px);
  margin: 0 80px 40px 0;
}

.sell-features__item:nth-child(3n+3) {
  margin-right: 0px;
}

.sell-features__icon {
  padding: 0 0 15px 0;
}

.sell-features__icon img {
  display: block;
  max-width: 120px;
}

.sell-features__title {
  padding: 0 0 15px 0;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -1px;
}

.sell-features__text {
  padding: 0 0 15px 0;
  color: #6a6a6a;
}

.sell-features__link a {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px #00AEEF solid;
  padding: 0 0 3px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sell-features__link a:hover {
  border-bottom: 1px #000 solid;
  color: #00AEEF;
}

/*===============================================*/
/* Chart            						 */
/*===============================================*/
.chart-container{
  padding: 8px;
}
  /* Hide mobile chart on desktop screens */
  @media (min-width: 768px) {
    #mobile-chart {
      display: none;
    }
  }

  /* Hide desktop chart on mobile screens */
  @media (max-width: 767px) {
    #chart {
      display: none;
    }
  }

/*===============================================*/
/* FEATURES            						 */
/*===============================================*/
.features {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.features__text {
  width: 50%;
  padding: 0 5%;
}

.features__text h4 {
  font-size: 2.8rem;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
}

.features__text p {
  font-size: 1.6rem;
}

.features__image {
  width: 50%;
  text-align: center;
}

.features__image img {
  display: block;
  max-width: 200px;
  margin: auto;
  text-align: center;
}

/*===============================================*/
/* QUIZ            						 */
/*===============================================*/
.quiz {
  width: 100%;
  min-height: 100%;
  background-color: #142A6C;
}

.quiz__progress-bar {
  width: 100%;
  background-color: #f4f4f4;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 22;
}

.quiz__progress-bar span {
  display: block;
  height: 10px;
  background-color: #00AEEF;
}

.quiz__content {
  max-width: 1280px;
  margin: auto;
  /* padding: 80px 0 80px 0; */
}

.quiz__content h2 {
  width: 100%;
  text-align: center;
  /* padding:40px 0 2px 0; */
  color: #ffffff;
  margin: 0px;
  position: relative;

}

.quiz__content h3 {
  color: #cccccc;
  width: 100%;
  text-align: center;
  padding: 10px 0 5px 0;
  margin: 0px;
  position: relative;
}

.quiz__content h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #00AEEF ;
  z-index: 22;
 }


.quiz__content h3.title-bedrooms::before {
  content: '';
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  padding: 0 0 0 50px;
}

.quiz__content h3.title-bathrooms::before {
  content: '';
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  padding: 0 0 0 50px;
}

.quiz__content p {
  color: #cccccc;
  width: 80%;
  text-align: center;
  position: relative;
  margin: 0 auto 40px auto;
}

.quiz__content p::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 120%;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #00AEEF;
  z-index: 22;
}

.add_flex_gap{
  gap:10px;
}

/*===============================================*/
/* QUIZ PAGINATION			    			 */
/*===============================================*/
.pagination {
  background-color: #fff;
  padding: 10px 0;
  position: fixed;
  top: 10px;
  left: 0px;
  width: 100%;
  z-index: 88;
}

.pagination--results {
  border-bottom: 1px #ddd solid;
}

.pagination__content {
  width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination__title b {
  font-weight: normal;
}

.pagination__title span {
  font-weight: 700;
  color: #00AEEF;
}

.pagination__buttons {
  display: flex;
  align-items: center;
  position: relative;
}

.pagination__prev {
  background-image: url(../images/icons/arrow-down.svg);
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  padding-left: 35px;
  margin-right: 20px;
  cursor: pointer;
}

.pagination__prev-desktop {
  background-image: url(../images/icons/arrow-down.svg);
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  padding-left: 35px;
  margin-right: 20px;
  position: relative;
  margin-right: auto;
  margin-left: 0;
  cursor: pointer;
}

.pagination__prev.active,
.pagination__prev-desktop.active {
  background-image: url(../images/icons/arrow-top.svg);
}

.pagination__prev:hover {
  color: #00AEEF;
}

.pagination-dropdown-menu {
  position: absolute;
  z-index: 888;
  background-color: #fff;
  padding: 20px;
  transform: translateY(-10px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  top: 60px;
  left: 0px;
  width: 200px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.15);
}

.pagination-dropdown-menu.open {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.pagination-dropdown-menu ul li {
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 1.6;
}

.pagination-dropdown-menu ul li:last-child {
  padding-bottom: 0px;
}

.pagination-dropdown-menu ul li a {
  font-weight: 600;
}

.pagination-dropdown-menu ul li a:hover {
  color: #000;
}




/*===============================================*/
/* ANSWERS			    			 */
/*===============================================*/
.answers {
  width: 100%;
  /* padding: 20px 0 0 0; */
}
.answers__row--inlinegroup{
  display: flex;
  justify-content: center;
}
.answers__row--inline-subgroup{
  display: flex;
}
.answers__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 5px;
  align-items: center;
  justify-content: center;
}
.answers__main-section{
  padding: 20px 0 40px 0;
}
.answers__main-content{
  margin-top: 5px;
  padding: 8px 0px;
}

.answers__row--group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  /* gap: 10px; */
  /* margin-top: 10px; */
}
.answers__input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.full_width{
  width: 200px;
}
.answers__input input{
  font-size: 1.6rem;
  /* margin-top: 20px 0 0 20px 0; */
  padding: 20px;
  border-radius: 5px;
  width: 100px !important;
  border: 1px solid #00AEEF;
}
.answers__row--group input {
  font-size: 1.6rem;
  margin-top: 20px 0 0 20px 0;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #00AEEF;
  width: 1fr;
}

.answers__row--group select {
  font-size: 1.6rem;
  margin-top: 20px 0 0 20px 0;
  gap: 10px;
  border: 1px solid #00AEEF;
  width: 250px;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none;
  border-radius: 5px;

}
.answers__group--grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr  1fr;
 }

.answers__button {
  display: flex;
  margin-top: 20px 0 0 20px 0;
  padding: 8px 0;
  gap: 10px;
}
.inline--group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.answers__button input {
  padding: 14px;
  text-align: center;
  font-weight: 500;
}

.button_width {
  width: 75% !important;
}
.answers__input {
 }

.answers__row span:hover {
  /* border: 1px solid #f4eee8; */
  background-color: #f4f7fd;
}

.answers__row span.active {
  border: 1px solid #f4f7fd;
  background-color: #00AEEF;
  color: #ffffff;
}

.answers__row span {
  border: 1px solid #00AEEF;
  border-radius: 8px;
  padding: 0px 16px;
  line-height: 52px;
  margin: 3px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.answers__radio {
  width: 200px;
  display: inline-block;
  padding: 0;
  margin: 0 20px 20px 20px;
  cursor: pointer;
}

.answers__radio--small {
  width: 150px;
}

.answers__radio label {
  cursor: pointer;
  display: block;
  padding: 20px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  border: 5px solid #fff;
}

.answers__radio--small label {
  padding: 20px 10px;
  font-size: 1.8rem;
}

.answers__radio label img {
  display: block;
  width: 50px;
  margin: auto auto 20px auto;
}

.answers__radio input[type="radio"] {
  display: none;
}

.answers__radio input[type="radio"]:checked+label {
  color: #000;
  background-color: #f7f7f7;
  border: 5px solid #00AEEF;
}

.answers__checkbox {
  width: 200px;
  display: inline-block;
  padding: 0;
  margin: 0 20px 20px 20px;
  cursor: pointer;
}

.answers__checkbox--small {
  width: 150px;
}

.answers__checkbox label {
  cursor: pointer;
  display: block;
  padding: 20px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  border: 5px solid #fff;
}

.answers__checkbox--small label {
  padding: 10px;
}

.answers__checkbox label img {
  display: block;
  width: 50px;
  margin: auto auto 20px auto;
}

.answers__checkbox input[type="checkbox"] {
  display: none;
}

.answers__checkbox input[type="checkbox"]:checked+label {
  color: #000;
  background-color: #f7f7f7;
  border: 5px solid #00AEEF;
}

.time-picker {
  text-align: center;
  width: 120px;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  padding: 12px 40px 12px 10px;
  background-image: url(../images/icons/arrow-down.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.time-picker select {
  width: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.time-picker select::-ms-expand {
  display: none;
}


.place-form__select {
  text-align: center;
  width: 150px;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  padding: 5px 40px 5px 10px;
  background-image: url(../images/icons/arrow-down.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.place-form__select select {
  width: 100%;
  font-size: 1.6rem;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.place-form__select select::-ms-expand {
  display: none;
}

.place-form__input {
  width: 100%;
  border: none;
  font-size: 1.6rem;
  padding-left: 20px;
  margin-left: 20px;
  padding: 8px;
  border: 1px solid black;
  border-left: 1px #ddd solid;
}

/*===============================================*/
/*  SEARCH AUTOCOMPLETE OVERWRITES		 */
/*===============================================*/
.search-autocomplete {

  border-radius: 5px !important;
  padding: 10px;
}


.search-autocomplete .search__listing {
  display: block;
  color: #7b7b7b;
  margin: 0;
  padding: 8px 1%;
  font-size: 16px;
  width: 98%;
}

.search-autocomplete .search__listing strong {
  color: #000;
}

.search-autocomplete__new {
  background: black;
}

.search-autocomplete .ui-state-active,
.search-autocomplete .ui-widget-content .ui-state-active,
.search-autocomplete .ui-widget-header .ui-state-active,
.search-autocomplete a.ui-button:active,
.search-autocomplete .ui-button:active,
.search-autocomplete .ui-button.ui-state-active:hover {
  border: none;
  background: #f6f6f6;
  font-weight: normal;
  color: #7b7b7b;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.budget__slider {
  width: 400px;
  margin: auto;
  padding: 20px 0 40px 0;
}

#budget-range {
  margin: 0 10px;
}

#budget-range.ui-widget.ui-widget-content {
  border: none;
  background-color: #8c959a;
}

#budget-range.ui-slider-horizontal {
  height: 3px;
}

#budget-range .ui-slider-range {
  background: #ffffff;
}

#budget-range.ui-slider-horizontal .ui-slider-handle {
  top: -.6em;
}

#budget-range .ui-state-default,
#budget-range .ui-widget-content .ui-state-default,
#budget-range .ui-widget-header .ui-state-default,
#budget-range .ui-button,
html #budget-range .ui-button.ui-state-disabled:hover,
html #budget-range .ui-button.ui-state-disabled:active {
  border: none !important;
  background: #00AEEF;
  color: #000;
}

.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#min-bugdet,
#max-bugdet {
  color: #cccccc;
}

.budget__slider--values {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}

/*===============================================*/
/* TABLE	    	 						 */
/*===============================================*/
.table {
  width: calc(100% - 40px);
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.table__inputs input {
  display: block;
  font-size: 1.6rem;
  background-color: #fafaf6;
  border: 1px #ddd solid;
  border-radius: 5px;
  padding: 5px 5px;
  margin-right: 5px;
}

.table__inputs input:read-only {
  background-color: transparent;
  border: 1px #fff solid;
}

.table__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.table__header .table__row {
  display: flex;
}

.table__body .table__row {
  display: flex;
  position: relative;
}

/* Table 5 cols */
/*---------------------*/
.table--15 .table__header .table__row {
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table--15 .table__header .table__row:last-child {
  min-height: 1px;
}

.table--15 .table__body .table__row {
  align-items: center;
}

.table--15 .table__cell {
  display: flex;
}

.table--15 .table__cell:nth-child(1) {
  flex: 0 0 22%;
}

.table--15 .table__cell:nth-child(2) {
  flex: 0 0 38%;
}

.table--15 .table__cell:nth-child(3) {
  flex: 0 0 22%;
}

.table--15 .table__cell:nth-child(4) {
  flex: 0 0 12%;
}

.table--15 .table__cell:nth-child(5) {
  flex: 0 0 30px;
}

.edit-icon {
  width: 25px;
  height: 25px;
  display: block;
  background-color: #efefef;
  border-radius: 100%;
  background-image: url(../images/icons/edit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.close-icon {
  width: 25px;
  height: 25px;
  display: block;
  background-color: #efefef;
  border-radius: 100%;
  background-image: url(../images/icons/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.result {
  background-color: #fff;
  width: 100%;
  display: flex;
  margin: 40px 0 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px #ddd solid;
}

.result__map {
  flex: 0 0 400px;
  margin-right: 40px;
}

.result__details {
  width: 100%;
}

.result__details h4 {
  font-weight: 700;
  font-size: 2.4rem;
  padding: 0 0 20px 0;
}

.result__details h5 {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 40px 0 20px 0;
}

.result__details-links .button {
  margin-right: 10px;
}

.result__details-gallery {
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
}

.result__details-gallery a {
  margin-right: 10px;
}

.result__details-gallery a img {
  display: block;
  width: 150px;
}

/* =============
CUSTOM
============= */
.default-message,
.places-near {
  display: none;
}

.default-message.active,
.places-near.active {
  display: block;
}

.button.disabled, #app-form .disabled,
.pagination__next.disabled {
  background-color: #b0b0b0;
}

.step1,
.step2,
.step3,
.step4,
.step5,
.step6,
.step7,
.step8,
.step9,
.step10,
.step11,
.step12 {
  display: none;
}

.step1.active,
.step2.active,
.step3.active,
.step4.active,
.step5.active,
.step6.active,
.step7.active,
.step8.active,
.step9.active,
.step10.active,
.step11.active,
.step12.active {
  display: block;
}

.step12 h2 {
  color: #000;
}

.results .quiz__pagination-bar {
  border-bottom: 1px #ddd solid;
  height: 300px;
}

.button.disabled {
  cursor: not-allowed;
}

.button.disabled:hover {
  color: white;
}

.pagination__prev.has-dropdown {
  display: none;
}

.pagination__prev.has-dropdown.visible {
  bottom: 15px;
  display: block;
}

.pagination__prev-desktop.has-dropdown.visible {
  bottom: 15px;
  display: block;
}

#time {
  width: calc(100% + 35px);
  height: 41px;
  background-color: transparent;
}

.time-picker {
  padding: 5px 37px 5px 10px;
}

#place {
  background-color: transparent;
  height: 31px;
  width: calc(100% + 35px);
  z-index: 999;
}

.pagination-dropdown-menu ul li {
  display: none;
}

.pagination-dropdown-menu ul li.active {
  display: block;
}

.contact .contact-link a {
  color: #00AEEF
}

.result__details-gallery a img {
  max-height: 100px;
  padding-bottom: 10px;
  object-fit: cover;
}

.result__details-gallery {
  flex-wrap: wrap;
}

.result__map .map {
  height: 250px;
  width: 100%;
}

.result__details .insights {
  padding: 0px
}

.result__details li {
  padding-bottom: 15px;
}

.result__details li span {
  display: block;
}

.result__details .items-count {
  padding-top: 20px;
}

.result__details .less,
.result__details .more,
.result__details .accordion {
  display: none;
}

.result__details .less.active,
.result__details .more.active,
.result__details .accordion.active {
  display: block;
}

.accordion-link {
  display: inline-block;
  color: #00AEEF;
  background-image: url(../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 26px 26px;
  padding: 0 30px 0 0;
  cursor: pointer;
}

.accordion-link.active {
  background-image: url(../images/icons/arrow-top.svg);
}

.quiz {
  display: none;
}

.quiz__content div.place__subtitle {
  color: #ffffff;
  padding-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.step1 h2.place-to-be {
  padding-bottom: 10px;
}

.quiz__content .step1 {
  text-align: center;
}

#add-place {
  padding: 18px 40px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.ellipsis.active {
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
  max-width: inherit;
}

.step1 .buttons--centered {
  margin-top: 40px;
}

.question-2 {
  display: none;
}

.question-2.active {
  display: block;
}

.table.places-near .table__cell {
  text-align: start;
}

.alternate-h2-color {
  color: #000;
}

.alternate-background-color {
  background-color: #fff;
}

.mobile-logo {
  text-align: center;
  display: none;
}

.mobile-logo img {
  height: 50px;
  padding: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 800px) {

  .mobile-logo {
    /* display: block;
    padding-bottom: 10px; */
    display: flex;
    /* padding-bottom: 10px; */
    /* height: 300px; */
    /* width: 100%; */
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }

  .quiz .mobile-logo {
    display: block;
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .logo {
    display: none;
  }

  .pagination {
    display: none;
  }

  .quiz__content h2 {
    font-weight: 700;
  }

  .intro {
    margin-top: 10px;
  }
 

}

/* loader */
@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite;
}

.ld-ring:after {
  border-radius: 50%;
  border-style: solid;
  border-width: 0.2em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  box-sizing: border-box;
}

.ld-ring:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover;
}

.ld-ring {
  width: 1.2em;
  height: 1.2em;
  position: relative;
  color: inherit;
  display: inline-block;
}

.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite;
}

.pagination__next .ld.ld-spin {
  display: none;
}

.pagination__next.loading .ld.ld-spin {
  display: inherit
}

.pagination__next.loading .label {
  display: none
}

.pagination__next.button {
  min-width: 80px;
  height: 25px;
}

.pagination__next.loading {
  cursor: not-allowed;
  background-color: #b0b0b0;
}

.ui-autocomplete {
  position: absolute;
}

.ui-autocomplete>li {
  border-bottom: none;
  cursor: pointer;
}

.ui-autocomplete>a:hover {
  text-decoration: none;
}

.ui-autocomplete>li.ui-state-focus {
  background-color: #170b0b;
}

.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  margin-top: 10px;
  padding: 5px;
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
  margin-bottom: 10px;
}

.autocomplete-suggestions {
  max-height: 600px;
  overflow-y: auto;
  background-color: #FFF;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-top: 0px;
  letter-spacing: 0.4px;
  border-radius: 5px;
}

.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  margin-top: 10px;
  padding: 5px;
}

.estimate-suggestion-list {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.intro__form {
  box-sizing: border-box;
  border: 1px solid black;
  align-items: center;
  width: calc(100%);
  border-radius: 5px;
  padding: 18px;
  font-size: 1.6rem;
}

.submit--button {
  height: 100%;
  padding: 20px;
  border-radius: 5px;
}

#input-select-address-error {
  margin-top: 10px;
  color: red;
}

#app-form {
  display: flex; 
  align-items: center; 
  width: 100%; 
  /* min-width: 300px; */
  gap: 8px; 
  margin-top: 10px;
}

#app-notification {
  color: red;
  margin-top: 10px;
  padding-top: 10px;
}

#EstimateForm {
  padding-bottom: 10px;
}
#continue {
  margin-bottom: 20px;
}


.button_content:before {
  content: "Continue";
  padding: 0 !important;
  font-size: 14px;

}
@media screen and (max-width: 800px) {
  .inline-flex-space {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

  .answers__group--grid {
 
    grid-template-columns: 1fr;
  }
  .button_content {
      /* content: url(../../images/icons/play.svg);; */
      justify-content: center;

  }
  #EstimateForm {
    flex-direction: column;
  }

  .submit--button {
    padding: 14px;
  }

  .intro__form {
    font-size: 1.8rem;
  }
  .group_mobile input {
    width: 50%;
  }
}

.option__select{
  padding: 0 0 15px 0;
}

.section--title {
  padding-bottom: 20px; 
  padding-top: 150px;
}

@media screen and (max-width: 800px) {

  
  .section--title {
    padding-bottom: 20px; 
    padding-top: 10px;
  }

  .button-bigger{
    font-size: 30px;
  }
}  

.cta__button {
  border: 1px solid #00AEEF;
  border-radius: 8px;
  padding: 0px 16px;
  line-height: 52px;
  margin: 20px;
  display: inline-block;
  cursor: pointer;
}

.cta__button:hover {
  background: #00AEEF;
  text-align: #003e6e;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}



@media screen and (min-width: 800px) {
.quiz__content {
    padding: 100px 0 100px 0;
}
.home-facts .facts .item {
  position: relative;
  display: inline-flex;
  width: calc((100% / 2) - 46px);
}
.btn-wrapper{
  display: none;
}
.show {
  display: block;
}
}