@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ovo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 1.8;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Ovo";
  margin: 0;
}
header {
  padding: 24px 0;
}
.quiz-heading {
  padding: 24px 0;
  background-color: #0c426d;
  color: #fff;
  text-align: center;
  position: relative;
}
.quiz-heading:before {
  content: "";
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/a918738d-1101-4603-823f-17e10535e7c1/arrow-down.png");
  width: 72px;
  height: 52px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
}
.quiz-container {
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/a918738d-1101-4603-823f-17e10535e7c1/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 770px;
  padding-top: 80px;

}
.quiz-container .quiz {
  background-color: #fff;
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/a918738d-1101-4603-823f-17e10535e7c1/bg-2.png");
  background-repeat: no-repeat;
  background-size: 20%;
  border-radius: 16px;
  min-height: 500px;
  padding: 50px;
  box-shadow: 0 0 30px #9999;
}
.quiz-container .quiz h2 {
  color: #0c426d;
  text-align: center;
}
.quiz-heading h1 span {
  color: #e2a660;
}
footer .row {
  border-top: 1px solid #e9e9e9;
  padding: 50px 0;
}
footer .row .left-col p {
  color: #244665;
  font-size: 13px;
}
footer .row .left-col a {
  color: #244665;
}
footer .row .box {
  border: 2px solid #e9e9e9;
  padding: 30px;
}
footer .row .box p {
  color: #244665;
  font-size: 13px;
}
footer .row .box p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  header img {
    display: block;
    margin: auto;
    width: 150px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
    max-width: 240px;
    margin: auto;
  }
  .quiz-heading:before {
    display: none;
  }
  section.quiz-container {
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/365a5fcf-e468-4b84-8873-0f1c2d75c37a/a918738d-1101-4603-823f-17e10535e7c1/bg-2.png") !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: 35% !important;
    padding-top: 24px;
  }
  .quiz-container .quiz {
    box-shadow: unset;
    background: unset;
    padding: 0;
  }
  footer .row .box {
    padding: 15px;
  }
  footer .logo img {
    width: 150px;
  }
}
