@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import "../css/fontawesome/css/all.css";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/roboto/roboto-v18-latin-100.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../../assets/fonts/roboto/roboto-v18-latin-100.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/roboto/roboto-v18-latin-100.woff2") format("woff2"), url("../../assets/fonts/roboto/roboto-v18-latin-100.woff") format("woff"), url("../../assets/fonts/roboto/roboto-v18-latin-100.ttf") format("truetype"), url("../../assets/fonts/roboto/roboto-v18-latin-100.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/roboto/roboto-v18-latin-300.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../../assets/fonts/roboto/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/roboto/roboto-v18-latin-300.woff2") format("woff2"), url("../../assets/fonts/roboto/roboto-v18-latin-300.woff") format("woff"), url("../../assets/fonts/roboto/roboto-v18-latin-300.ttf") format("truetype"), url("../../assets/fonts/roboto/roboto-v18-latin-300.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/roboto/roboto-v18-latin-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../../assets/fonts/roboto/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/roboto/roboto-v18-latin-regular.woff2") format("woff2"), url("../../assets/fonts/roboto/roboto-v18-latin-regular.woff") format("woff"), url("../../assets/fonts/roboto/roboto-v18-latin-regular.ttf") format("truetype"), url("../../assets/fonts/roboto/roboto-v18-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/roboto/roboto-v18-latin-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../../assets/fonts/roboto/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/roboto/roboto-v18-latin-700.woff2") format("woff2"), url("../../assets/fonts/roboto/roboto-v18-latin-700.woff") format("woff"), url("../../assets/fonts/roboto/roboto-v18-latin-700.ttf") format("truetype"), url("../../assets/fonts/roboto/roboto-v18-latin-700.svg#Roboto") format("svg");
}
body {
  font-family: Roboto, Georgia, Arial;
  background-color: #f0f3f7;
  overflow-x: hidden;
}

main {
  position: relative;
}

h6 {
  margin: 0;
}

.rating-container {
  position: relative;
  width: 90%;
  height: 540px;
  margin: 50px auto;
  background-color: #ffffff;
  box-shadow: 0px 3px 16px #0000000d;
  border-radius: 60px;
  overflow: hidden;
}

.slider-element {
  position: absolute;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 20px 30px;
  border: 0 none;
}
.slider-element:not(:first-of-type) {
  display: none;
  opacity: 0;
}

.heading-container {
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: 20px;
}
.heading-container .heading {
  display: flex;
}
.heading-container .heading h3 {
  margin-bottom: 0px;
  text-align: left;
}

.slider-body {
  display: flex;
  width: 100%;
  height: 320px;
  padding: 10px;
  margin: auto;
}
.slider-body .box-item {
  box-sizing: border-box;
  padding: 30px 10px !important;
  background-color: white;
  border: 1px solid #cdd3d9;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s;
  box-sizing: border-box;
}
.slider-body .box-item:hover {
  box-sizing: border-box;
  margin: -1px;
  border: 2px solid #36ad9d;
}

.range-container {
  min-height: 200px;
  padding-top: 12px;
  padding-left: 57px;
  padding-right: 57px;
  padding-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  background-color: white;
}
.range-container .icon-container {
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.range-container .icon-container svg {
  max-width: 40%;
}
.range-container .next-container {
  text-align: center;
}
.range-container .next-container .btn-next {
  width: 80%;
  text-align: center;
}

.form-control {
  border: 1px solid #acbbcd;
  padding: 0.8rem 0.75rem;
  height: auto;
}

.range-item {
  padding: 0px 0px;
}
.range-item .input-range-slider {
  position: relative;
  margin-bottom: 20px;
  margin-top: 4.7rem;
}
.range-item .input-range-slider .input-label {
  color: #aaaaaa;
  font-size: 13px;
  bottom: -38px;
  position: absolute;
}
.range-item .input-range-slider .input-label-min {
  left: 0px;
}
.range-item .input-range-slider .input-label-max {
  right: 0px;
}
.range-item .input-range-field {
  text-align: left;
}

.next-container {
  padding: 0px 0px;
}
.next-container .icon-container {
  width: 72%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.form-container .form {
  text-align: left;
}
.form-container .form input {
  margin-bottom: 10px;
}
.form-container .form input[type=number]::-webkit-inner-spin-button,
.form-container .form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-container .btn-next {
  width: 100%;
}
.form-container .form-control-last {
  margin-bottom: 0px !important;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 15px !important;
}
.icon-container svg {
  width: 100%;
  max-width: 60%;
}

#region-of-property .form-container {
  margin-top: 5rem;
}
#region-of-property .form-container .col-md-6 {
  margin-top: auto;
}
#region-of-property .icon-container {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: #36ad9d;
  color: white;
  padding: 0.375rem 0.75rem;
}
.btn:hover {
  background-color: #2a867a;
  color: white;
}

.btn-previous {
  background-color: #434342;
  float: left;
}
.btn-previous:hover {
  background-color: #767675;
}

.btn-next {
  width: 80%;
}

.form-check-container {
  position: relative;
  display: block;
  padding-left: 47px;
  margin-bottom: 12px;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.form-check-container input {
  position: absolute;
  margin-bottom: 0px;
  opacity: 0;
  cursor: pointer;
}
.form-check-container input:checked ~ .checkmark:after {
  display: block;
}
.form-check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #cdd3d9;
  border-radius: 50%;
}
.form-check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  border: none;
  border: 2px solid #36ad9d;
  border-radius: 50%;
  background: white;
}
.form-check-container:hover input ~ .checkmark {
  background-color: #36ad9d;
  border: none;
}

.form-check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}

.form-check-container input:checked ~ .checkmark {
  border-color: #36ad9d;
}

/* style for input slider */
.slider {
  background: linear-gradient(to right, #36ad9d 0%, #36ad9d 50%, #ffffff 50%, #ffffff 100%);
  -webkit-appearance: none;
  border: solid 1px #acbbcd;
  width: 100%;
  height: 13px;
  border-radius: 5px;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  float: left;
  transition: background 450ms ease-in;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #36ad9d;
  cursor: pointer;
}

.m2-label {
  position: absolute;
  right: 10px;
  top: 46px;
  color: #495057;
}

.invalid-feedback {
  margin-top: -0.5rem;
}

.two-boxes {
  width: 58%;
}

.isHidden {
  display: none;
}

.label-boxes {
  display: contents;
}

.container-slides {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: -340px;
  margin-bottom: 10rem;
}

#contact label {
  font-size: 19px;
}
#contact .send-button-row {
  margin-top: 1rem;
}
#contact .col-md-6 {
  padding-left: 0px;
}
#contact .submit-btn {
  padding: 0.6rem 1.8rem;
}

#successful {
  display: none;
}
#successful .heading-container {
  padding-left: 0px;
  margin-left: 0px;
}
#successful .icon-container {
  margin-top: 2.5rem;
  margin-bottom: 5rem !important;
}

.navbar-altern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0rem;
}
.navbar-altern .image-brand {
  max-width: 181px;
}
.navbar-altern .image-brand img {
  height: 40px;
  width: 180px;
}

.banner-wrapper {
  height: 839px;
  background-image: url(../img/bg.png) !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.heading-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10rem;
}

.top-heading:before {
  content: "";
  position: absolute;
  top: 0;
  background: #36ad9d;
  width: 60px;
  height: 7px;
  border-radius: 7px;
  left: 0;
}

.top-heading {
  max-width: 500px;
  position: relative;
  padding-top: 25px;
  font-weight: 700;
  font-size: 40px;
}

.dot {
  margin-right: 3px;
  height: 13px;
  width: 13px;
  background-color: #ffffff;
  border: 1px solid #cdd3d9;
  border-radius: 50%;
  display: inline-block;
}

.currentDot {
  background-color: #36ad9d;
  padding: 1px;
  border: none;
}

.text-white {
  color: #ffffff;
}

.wpb_wrapper {
  max-width: 500px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
}

@media (min-width: 768px) {
  .col-md-5ths {
    width: 20%;
    float: left;
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-md-5ths {
    width: 20%;
    float: left;
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .rating-container {
    width: 95%;
  }
}
@media screen and (min-width: 425px) and (max-width: 768px) {
  .slider-body .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 425px) {
  .top-heading {
    font-size: 30px;
  }

  .heading-wrapper {
    margin-top: 7rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .rating-container {
    border-radius: 20px;
    height: 600px;
  }

  .icon-container {
    margin-top: 0rem !important;
    height: 0 !important;
    margin-bottom: 0px !important;
  }

  .heading-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  svg {
    display: none;
  }

  .range-container {
    margin: 30px 10px;
  }
  .range-container .input-range-field {
    margin-bottom: 0.5rem;
  }
  .range-container .next-container .btn-next {
    width: 100%;
  }

  .form-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-element {
    padding: 20px 10px;
  }
  .slider-element .input-range-slider {
    margin-top: 1.5rem;
    margin-bottom: 5rem;
  }

  .slider-body .box-item {
    height: auto;
    margin-bottom: 0.8rem;
  }

  .form-container .form {
    margin-bottom: 1rem;
  }

  .container-slides {
    top: -470px;
  }

  #contact label {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .three-boxes {
    width: 80%;
  }
  .three-boxes svg {
    max-width: 50%;
  }

  .five-boxes .box-item {
    height: 200px;
  }
  .five-boxes .box-item svg {
    max-width: 80%;
  }

  .box-container {
    height: 200px;
  }
  .box-container .box-item {
    height: 100%;
  }

  .slider-element-range .heading-container {
    padding-left: 43px;
  }
}

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