:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 2rem;
}

.div-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-2 {
  text-align: center;
  transition: opacity .2s;
}

.heading-2.question {
  font-family: Lato, sans-serif;
}

.heading-2.q2 {
  text-transform: capitalize;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.survey-div {
  width: 70%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.survey-block {
  min-height: 12rem;
  min-width: 12rem;
  border: 1px solid #dadada;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  box-shadow: 2px 2px 12px 2px rgba(216, 216, 216, .5);
}

.survey-block.yes-1 {
  border-color: #dadada;
}

.survey-block.q2 {
  width: 25%;
  overflow: auto;
}

.survey-block.yes-2 {
  border-color: #dadada;
}

.survey-block.a-3 {
  width: 40%;
  flex-wrap: wrap;
  overflow: auto;
}

.survey-block.b-3, .survey-block.c-3, .survey-block.d-3 {
  width: 40%;
  overflow: auto;
}

.survey-div-row-1 {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  display: flex;
  position: relative;
}

.survey-div-row-1.step2 {
  opacity: 1;
  display: flex;
}

.text-block, .text-block-2 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5rem;
}

.survey-div-row-3 {
  width: 75%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  display: none;
  position: absolute;
  transform: translate(100%);
}

.survey-div-row-3.step2 {
  opacity: 1;
  display: flex;
}

.prog-bar-container {
  width: 50%;
  height: 8px;
  background-color: rgba(26, 124, 255, .2);
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  align-items: center;
  margin: 40px auto 20px auto;
  display: flex;
}

.prog-bar {
  width: 5%;
  height: 6px;
  background-color: #1a7cff;
  border-radius: 4px 0 0 4px;
  margin-top: 1px;
  margin-bottom: 1px;
  position: relative;
}

.survey-div-row-2 {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  justify-content: center;
  display: none;
  position: absolute;
  transform: translate(100%);
}

.survey-div-row-2.step2 {
  opacity: 1;
  display: flex;
}

.text-span.bluetext, .bluetext {
  color: #1a7cff;
}

.survey-div-row-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.survey-div-row-4.step2 {
  opacity: 1;
  display: flex;
}

.lottie-animation {
  width: 25%;
}

.location {
  color: #1a7cff;
}

.finalbox {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 15px;
  padding: 15px 10px;
  display: flex;
  position: relative;
  transform: translate(100%);
  box-shadow: 2px 2px 12px 2px rgba(216, 216, 216, .5);
}

.finalbox.step2 {
  opacity: 1;
  display: flex;
}

.lottie-animation2, .lottieanimation2 {
  width: 25%;
}

.congrats {
  font-family: Lato, sans-serif;
}

.prequal {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.text-span-2, .callnow {
  color: #06be31;
  font-weight: 700;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.cta {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  background-color: #e87c7c6e;
    padding: 10px 5px;
    border-radius: 4px;
}

.timer {
  margin-top: -10px;
  font-size:1.2em;
  display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    column-gap: 4px;
    justify-content: center;
}

#spots, #visitor-counter {
  color: red;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.footer-section {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #ecf0f1;
  background-clip: border-box;
  border-top: 3px #740606;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  margin-top: 16px;
  position: relative;
}

.container.footer-container {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  line-height: 12px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 9px;
  display: inline;
}

.div-block-46 {
  text-align: right;
}

.link-block {
  margin-left: 0;
  margin-right: 0;
  display: inline;
}

.div-block-47 {
  line-height: 14px;
}

.text-block-5 {
  font-size: 12px;
}

.link-block-2, .link-block-3 {
  display: block;
}

.text-block-6 {
  color: #424444;
  font-family: Lato, sans-serif;
}

.div-block-48 {
  display: flex;
}

.body {
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.footer-container {
    padding-top: 10px;
  }

  .div-block-2 {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .container.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 1.45rem;
    line-height: 1.5rem;
  }

  .heading-2.question {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 1.4rem;
    font-weight: 900;
  }

  .survey-div {
    width: 100%;
  }

  .survey-block.yes-1, .survey-block.no-1, .survey-block.yes-2, .survey-block.no-2 {
    width: 50%;
  }

  .survey-block.a-3, .survey-block.b-3, .survey-block.c-3, .survey-block.d-3 {
    min-width: 40%;
  }

  .survey-div-row-1 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .survey-div-row-3 {
    width: 100%;
    display: flex;
  }

  .prog-bar-container {
    width: 80%;
  }

  .survey-div-row-2 {
    width: 100%;
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .survey-div-row-4 {
    width: 100%;
    display: flex;
  }

  .lottie-animation {
    width: 50%;
  }

  .finalbox {
    width: 100%;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lottie-animation2, .lottieanimation2 {
    width: 50%;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.footer-section {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .container.footer-container {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    max-width: 90%;
  }

  .section-2 {
    margin-bottom: 50px;
  }

  .emptydiv {
    height: 20rem;
  }
}


a.disabled {
  pointer-events: none!important;
cursor: default!important;
box-shadow:none!important;
color:#e0e0e0 !important;
background-color: #e0e0e0 !important;
}

button.callbutton{background-color: #4caf50;}
button.callbutton.disabled{background-color: #e0e0e0 !important;box-shadow:none!important;color:#e0e0e0 !important}

.shake {
  animation: shake 1.5s ease-in-out infinite;;

}

@keyframes shake {
  0% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg)
  }

  4% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg)
  }

  8%,24% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg)
  }

  12%,28% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg)
  }

  16% {
      -webkit-transform: rotate(-22deg);
      transform: rotate(-22deg)
  }

  20% {
      -webkit-transform: rotate(22deg);
      transform: rotate(22deg)
  }

  32% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg)
  }

  36% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg)
  }

  40%,to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

.div-block-42 {
  width: .625rem;
  height: .625rem;
  display: block;
  position: relative;
}

.greeninner, .greenouter {
  width: .7rem;
  height: .7rem;
  background-color: #4ade80;
  border-radius: 9999px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ping {
	-webkit-animation: ping 1.1s ease-in-out infinite both;
	        animation: ping 1.1s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-4-18 18:54:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
 @-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
