* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.logo {
  max-width: 175px;
  margin: -3px auto;
}

.front-page {
  text-align: center;
  color: #002956;
  padding: 0 15px;
}

.title {
  font-size: 101px;
  line-height: 0.9;
  margin-bottom: 15px;
}

.title span {
  font-weight: 700;
}

.tagline {
  font-size: 35px;
  margin-bottom: 30px;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.rounded-btn {
  background: transparent;
  border: 4px solid;
  padding: 14px 50px;
  border-radius: 60px;
  font-size: 33px;
  font-weight: 700;
}
.rounded-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.front-page .rounded-btn {
  color: #002956;
}



/* Inner page */
.header-logo {
  max-width: 175px;
  margin-left: auto;
  margin-top: -3px;
  margin-right: 32px;
}

.step-holder ul {
  display: flex;
  align-items: center;
}

.step-holder ul li {
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  height: 35px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  flex: 1;
  background-color: #dcdcdc;
}

.step-holder ul .active,
.step-holder ul .completed {
  background-color: #002956;
  color: #fff;
}

.step-holder ul li:last-child {
  border-right: 0;
}

.quiz-holder {
  text-align: center;
  color: #002956;
  padding: 0 15px;
}

.quiz-number {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  padding-top:9px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.card-header {
  font-size: 30px;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.card {
  background-color: #002956;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 50px;
  border-bottom-left-radius: 0;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 40px 40px;
}

.card-body input{
  width: 100%;
  font-size: 20px;
  padding: 15px 10px;
  max-width: 90%;
  border: 0;
  background-color: #fff;
  text-align: center;
  font-family: inherit;
}



.card-body .rounded-btn {
  margin-top: 50px;
  color: #fff;
  font-size: 25px;
}

::placeholder {

  color: #002956;
}
/* For tablet / small desktop screen */
@media (max-width: 991.98px) {
  .logo,
  .header-logo {
    max-width: 145px;
  }
  .title {
    font-size: 47px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .tagline {
    font-size: 20px;
  }
  .rounded-btn {
    font-size: 17px;
  }
  .quiz-holder {
    padding-top: 20px;
  }
}

@media (max-width: 400px) {
  .title {
    font-size: 38px;
  }
}




/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    max-width: 500px;
    width: 500px;

}
@media (max-width: 658px) {
  .custom-select {
    position: relative;
    max-width: 300px;
    width: 300px;
}
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 23px;
  width: 17px;
  height: 17px;
  background-image: url(../images/custom-select-b.svg);
  background-repeat: no-repeat;
  background-position: right 4% center;
  background-size: 17px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  transform: rotate(180deg)
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #002956;
  /* padding: 8px 16px; */
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  width: 100%;
  font-size: 20px;
  padding: 15px 10px;
  max-width: 100%;

  background-color: #fff;
  text-align: center;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ed1d24;
  top: 100%;
  color:white;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
color:#fff;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}




.modal a.close-modal[class*="icon-"] {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: #900;
  border: 2px solid #fff;
  -webkit-border-radius:  26px;
  -moz-border-radius:     26px;
  -o-border-radius:       26px;
  -ms-border-radius:      26px;
  -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
}