body {
  font-family: "Lato", sans-serif;
  background-color: #f8f9fa;
}

section {
  padding: 50px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #666;
  font-weight: normal;
  margin-bottom: 0;
}

.bg-white {
  background-color: #fff;
}

.bg-alt {
  background-color: #174ea6;
}

.bg-trans {
  background-color: transparent;
}

.title-default {
  font-size: 45px;
  line-height: 55px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 45px;
}

.my-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #ff4800;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.my-btn:hover {
  background-color: #d73f03;
  color: #fff;
}

.my-btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-large {
  font-size: 25px;
  padding: 10px 30px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 3px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 20px;
  box-shadow: 0px 2px 5px 1px #000 inset;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-brand {
  font-size: 25px;
  color: #fff !important;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

.navbar-brand span {
  color: #ff4800;
  font-weight: 700;
}

.fixed-top {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.is-scrolling {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ddd;
}

.hero {
  position: relative;
  z-index: 0;
  background-image: url("../images/bg.webp");
  background-attachment: fixed;
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 10px;
}

.hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.hero-text h3 {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

.hero-text h2 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 45px;
}

.hero-text p {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 25px;
}

.hero-text p span {
  font-weight: 700;
  color: #ff4800;
  letter-spacing: 0.5px;
}

.hero-text ul {
  margin-bottom: 60px;
}

.hero-text ul li {
  color: #fff;
  position: relative;
  margin-left: 40px;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
}

.hero-text ul li span {
  position: absolute;
  top: 1px;
  left: -40px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ff4800;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  font-size: 18px;
}

.how-to-box {
  border: 1px solid transparent;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.how-to-box:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.how-to-box i {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  background-color: #ff4800;
  font-size: 50px;
  color: #fff;
}

i.fa-clipboard-list {
  background-color: #00B67A;
}

i.fa-poll {
  background-color: #0092F4;
}

i.fa-dollar-sign {
  background-color: #DB54D4;
}

.how-to-box h3 {
  margin: 20px 0;
  font-size: 35px;
  font-weight: 700;
  color: #333;
}

.start-earning-box {
  text-align: center;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.start-earning-box:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.start-earning-box img {
  width: 91px;
}

.start-earning-box i {
  font-size: 91px;
}

.start-earning-box p {
  font-size: 20px;
  margin-top: 15px;
}

.start-earning-box span {
  font-weight: 700;
  color: #ff4800;
}

.start-earning .btn-large {
  margin-top: 80px;
}

.page-header {
  background-color: #000;
}

.page-content {
  padding-top: 140px;
}

.page-content .title-default {
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}

.page-content .title-default:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #ff4800;
}

.page-content .sub-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 35px;
}

.page-content p {
  margin-bottom: 15px;
}

.page-content p a {
  color: #ff4800;
  font-weight: 700;
}

.page-content ul {
  list-style: none;
}

.page-content ul li,
.page-content ol li {
  color: #666;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 16px;
}

.page-content-address li {
  position: relative;
  padding-left: 15px;
}

.page-content-address li i {
  position: absolute;
  top: 7px;
  left: -15px;
}

.page-survey {
  min-height: 850px;
}

.quote-area {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  padding: 50px;
  border-radius: 10px;
  max-width: 750px;
  margin: auto;
}

#step_0, #step_1, #step_2, #step_3, #step_4, #step_5, #step_6 {
  text-align: center;
}

.main-label {
  color: #666;
  font-size: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.quote-area .form-control {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.quote-area .form-control:focus {
  box-shadow: none;
  border: 1px solid #ff4800;
}

.progress {
  background-color: transparent;
  border: 1px solid #ff4800;
  border-radius: 50px;
  margin-bottom: 30px;
}

.progress-bar {
  background-color: #ff4800;
  border-radius: 50px;
}

.custom-radio .custom-label {
  color: #fff;
  border: 1px solid transparent;
  padding: 8px 20px;
  margin-top: 10px;
  min-width: 215px;
  cursor: pointer;
  transition: all 0.25s;
  background-color: #ff4800;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}

.custom-radio .custom-label:hover {
  background-color: #d73f03;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
  background-color: #ff4800;
  color: #fff;
}

.custom-radio .custom-label-month, .custom-radio .custom-label-day, .custom-radio .custom-label-household {
  min-width: 50px !important;
}

.custom-radio .custom-label::before {
  width: 0;
  height: 0;
  opacity: 0;
}

.single-step ul li {
  font-size: 25px;
  line-height: 35px;
}

.single-step ul li i {
  color: #ff4800;
}

.exit-modal-content {
  position: relative;
}

.exit-modal-content .close {
  position: absolute;
  top: 2px;
  right: 5px;
}

.exit-modal-content h2 {
  font-weight: 600;
  text-align: left;
  font-size: 35px;
  margin-bottom: 10px;
}

.footer-top {
  background-color: #252525;
  padding-bottom: 30px;
}

.footer-top p {
  color: #fff;
  font-size: 16px;
}

.footer-top h3 {
  color: #fff;
  margin: 10px 0;
  font-size: 25px;
}

.footer {
  background-color: #252525;
  padding-top: 30px;
}

.footer ul {
  margin-bottom: 15px;
}

.footer ul li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 15px;
  transition: all 0.5s;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer ul li:last-child a {
  border-right: none;
}

@media (max-width: 1199px) {
  .page-survey {
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .fixed-top {
    background-color: #252525;
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    color: #ddd;
  }

  .how-to-box h3 {
    font-size: 25px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .exit-modal-content {
    padding: 15px !important;
    text-align: center;
  }

  .exit-modal-content h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding-top: 85px;
  }

  .page-content .title-default {
    font-size: 25px;
    margin-bottom: 35px;
  }

  .page-content .title-default:after {
    bottom: -5px;
  }

  .page-content ul li, .page-content ol li {
    word-wrap: break-word;
  }

  .quote-area {
    padding: 35px 15px;
  }

  .main-label {
    font-size: 25px;
  }

  .custom-radio .custom-label {
    min-width: inherit;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .main-label {
    margin-bottom: 15px;
  }

  .progress {
    margin-bottom: 20px;
  }

  .page-survey {
    min-height: 650px;
  }
}
@media (max-width: 575px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }

  section {
    padding: 30px 0;
  }

  .navbar-brand {
    font-size: 20px;
  }

  .hero {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .hero-text h3 {
    font-size: 30px;
    text-align: center;
  }

  .hero-text h2 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 15px;
  }

  .hero-text p {
    font-size: 22px;
  }

  .hero-text ul {
    margin-bottom: 35px;
  }

  .hero-text ul li {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .btn-large {
    display: block;
    width: 85%;
    margin: auto;
    font-size: 20px;
  }

  .how-to-box {
    padding: 15px;
  }

  .how-to-box i {
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .how-to-box h3 {
    font-size: 20px;
    margin: 15px auto;
  }

  .title-default {
    font-size: 35px;
    line-height: 45px;
  }

  .start-earning-box img {
    width: 55px;
  }

  .start-earning-box i {
    font-size: 55px;
  }

  .start-earning-box p {
    font-size: 16px;
    line-height: 25px;
  }

  .start-earning-box {
    padding: 15px 5px;
  }

  .start-earning .btn-large {
    margin-top: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
