/* Base */
/* Fonts */
/* colors */
.btn {
  background-color: #f0d344;
  border-radius: 3px;
  height: 60px;
  font-family: "GothamProBold", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  line-height: 60px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 1px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 190px;
  border: 0;
  cursor: pointer;
}

.btn:hover {
  background: #d6b511;
}

html,
body {
  height: 100%;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.quiz-logo {
  display: block;
  height: 55px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
      padding-right: 25px;
    margin-top: 10px;
}

.quiz-logo img {
  display: inline-block;
  height: 100%;
}

.quiz-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quiz-main {
  margin-top: auto;
  padding: 20px 50px;
}

.quiz-body {
  width: 100%;
  height: 100%;
  min-height: -webkit-calc(100vh - 55px);
  min-height: calc(100vh - 55px);
   background: #fff;
  /*
  background: -moz-linear-gradient(45deg, rgba(255,197,0,1) 0%, rgba(79,185,199,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255,197,0,1) 0%,rgba(79,185,199,1) 100%);
  background: linear-gradient(45deg, rgba(255,197,0,1) 0%,rgba(79,185,199,1) 100%);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc500', endColorstr='#4fb9c7',GradientType=1 );
  /*background: url(../img/main-bg.jpg) no-repeat center center;*/
  /* background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;*/
}
.quiz-body::before {
    content: "";
    background-image: url(https://designbuildlove.com/culture-audit/img/Symbol_Only.png) !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    background-size: cover;
    position: absolute;
    left: -44px;
    top: 20px;
    opacity: 0.5;
}
.quiz-body::after {
    content: "";
    background-image: url(https://designbuildlove.com/culture-audit/img/Symbol_Only.png) !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    background-size: cover;
    position: fixed;
    right: -60px;
       bottom: 30%;
}

.quiz-body .quiz-main {
    height: calc(82vh - 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 999;
    width: 100%;
    max-width: 50%;
    float: none;
    margin: 0 auto;
}

.quiz-body.quiz-step {
  background: url(../img/quiz-bg.jpg) no-repeat center center;
  background-size: cover;
}

/* HOME */
.quiz-welcome {
  text-align: center;
}

.quiz-welcome h1 {
  margin: 0;
  font-size: 6vmin;
  line-height: 7vmin;
  color: #000;
  font-family: "GothamProMedium", sans-serif;
  font-weight: 500;
}


.quiz-welcome p{
  color: #000;
  font-size: 3.5vmin;
  font-family: "GothamProBook", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2vmin;
}

.section, .comQues, .resultComAns, #section02_button, #section02_button_01, #section03_button_01,
#section03_button_02, #section03_button_03, #section04_button_01, #section04_button_02, #section04_button_03  {
  display:none;
}
.comQues button{
  display: none;
}

.comQues button{
  background-color: green: 
}

.comQues .resultComAns h1{
      margin: 0;
    font-size: 4vmin;
    line-height: 7vmin;
    font-family: "GothamProMedium", sans-serif;
    font-weight: 500;
}
.comQues .resultComAns p{
      color: #fff;
    font-family: "GothamProBook", sans-serif;
    font-weight: 300;
    font-size: 2.2vmin;
    line-height: 3vmin;
}


button[type="submit"]{
  display:none;
}
.thankMsg{
  display:none;
 color: #68B7C4;
    font-family: "GothamProBook", sans-serif;
    font-weight: 300;
    font-size: 2.2vmin;
    line-height: 3vmin;
    text-align: center;
    margin-top: 2vmin;
  }

.resultFinalMark{
  font-size: 20px;
} 
.section.quiz-welcome h2 {
  color: #68B7C4;
  font-size: 3.5vmin;
  font-family: "GothamProBook", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2vmin;
  margin: 0;
  padding: 4vmin 0 6vmin 0;
}
.section{}
.section h2{
    margin: 0;
    font-size: 6vmin;
    line-height: 7vmin;
    color: #000;
    font-family: "GothamProMedium", sans-serif;
    font-weight: 500;
    margin-bottom: 3vmin;
}
.comQues{}
.comQues .quesName{
   font-family: "GothamProBook", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 3.5vmin;
    letter-spacing: 0.2vmin;
    margin: 0;
    margin-bottom: 3vmin;
}
.comQues .quesAns{
    color: #fff;
    font-family: "GothamProBook", sans-serif;
    font-weight: 300;
    font-size: 2.2vmin;
    line-height: 3vmin;
}
.comQues .quesAns label{
    display: block;
    margin-bottom: 4vmin;
    font-size: 2.5vmin;
    color:#68B7C4;
}
.comQues .quesAns label input[type="radio"]{
    margin-right: 2vmin;
    position: relative;
    top: 0.6vmin;
    color:#68B7C4;
}
}
.comQues .resultComAns{}
.comQues .resultComAns h1{
  color:#f48e00;
}
.comQues .resultComAns.rightAns h1{
  color:#36ff00
}
.comQues .resultComAns.wrongAns h1{
  color:#c40e0e
}



.comQues .resultComAns p{}
.comQues button{
      background-color: #f0d344;
    border-radius: 3px;
    height: 60px;
    font-family: "GothamProBold", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    line-height: 60px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 190px;
    border: 0;
    cursor: pointer;    
        display: none;
}
.comQues .resultMark{
  display:none;

}          
.comQues .quesAns label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 23px;
  line-height: 2.5vmin;
}
         
.comQues .quesAns label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -5px;
    left: -24px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 2px solid #bebebe;
    border-radius: 50%;
}
.checkboxInputs .checkmark {
    border-radius: 0px;
}

/* On mouse-over, add a grey background color */
.comQues .quesAns label:hover input ~ .checkmark {
  background-color: #68B7C4;
}

/* When the checkbox is checked, add a blue background */
.comQues .quesAns label input:checked ~ .checkmark {
  background-color: #68B7C4
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
      margin-left: -3px;
    margin-top: -3px;
}

/* Show the checkmark when checked */
.comQues .quesAns label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.comQues .quesAns label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}    
.clockDesign{
    margin: 10px 0;
    text-align: center;
}
.clockDesign img {
    width: 20%;
}
.checkboxInputs label {
    padding-left: 9px;
}



@media only screen and (max-width: 768px) {
  .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    min-width: 160px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 600px) {
  .quiz-body {
    min-height: auto;
  }
  .quiz-main {
    padding: 20px 15px;
  }
  .quiz-welcome h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .quiz-welcome h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .quiz-welcome,
  .quiz-final {
    min-height: -webkit-calc(100vh - 275px);
    min-height: calc(100vh - 275px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Parts */
.footer {
  margin-top: auto;
  background: url(../img/foot-bg.png) no-repeat top center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 15px 20px 15px;
}

.footer_cr, .footer_social {
  width: 30%;
}

.footer_cr {
  margin: 0;
  color: #fff;
  font-family: "GothamProBook", sans-serif;
  font-size: 14px;
  margin-right: auto;
}

.footer_cr a {
  color: #f0d344;
  text-decoration: none;
}

.footer_cr a:hover {
  text-decoration: underline;
}

.footer-btn {
  font-family: "GothamProBook", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: #1d2228;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  border-radius: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-btn i {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 2px;
}

.footer-btn span {
  color: #f0d344;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-btn:hover {
  background-color: #f0d344;
  color: #1d2228;
}

.footer-btn:hover span {
  color: #1d2228;
}

.footer_social {
  margin-left: auto;
  text-align: right;
}

.footer-social_item {
  margin-right: 5px;
  width: 39px;
  height: 39px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.22);
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  font-size: 19px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-social_item:hover {
  border-color: #f0d344;
  color: #f0d344;
}

@media only screen and (max-width: 768px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_cr {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .footer-btn {
    margin: 15px 0;
  }
  .footer_social {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .footer-social_item {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-width: 2px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    background: #121519;
    padding: 20px 0;
  }
}

/* Quiz Items */
.quiz_item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz_item {
  display: none;
}

.quiz_item-main {
  width: 48%;
}

.quiz_item-img {
  height: auto;
  width: 40%;
}

.quiz_item-result-value {
  display: none;
}

.quiz_item-title {
  font-family: "GothamProBook", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 3.5vmin;
  letter-spacing: 0.2vmin;
  margin: 0;
  margin-bottom: 3vmin;
}

.quiz_item-btns .btn:first-child {
  margin-right: 5%;
}

.quiz_item-result {
  display: none;
}

.quiz_item-result-value {
  font-size: 6.4vmin;
  margin: 0;
  font-family: "GothamProMedium", sans-serif;
  font-weight: 500;
}

.quiz_item-result-value.true {
  color: #36ff00;
}

.quiz_item-result-value.false {
  color: #c40e0e;
}

.quiz_item-result p {
  color: #fff;
  font-family: "GothamProBook", sans-serif;
  font-weight: 300;
  font-size: 2.2vmin;
  line-height: 3vmin;
}

@media only screen and (max-width: 768px) {
  .quiz_item-img {
    width: 90%;
    margin-top: 20px;
  }
  .quiz_item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz_item-main {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .quiz_item-title {
    font-size: 20px;
    line-height: 25px;
  }
  .quiz_item-result p {
    font-size: 14px;
    line-height: 20px;
  }
  .btn-next {
    margin: 0 auto;
  }
  .btn-quiz {
    width: 48%;
    min-width: auto;
  }
  .quiz_item-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .quiz_item-btns .btn:first-child {
    margin: 0;
  }
}

.quiz-final {
 /* display: none;*/
}

.quiz-final.final {
  display: block;
}

.quiz-score {
  text-align: center;
  font-family: "GothamProRegular", sans-serif;
  font-weight: 200;
  color: #000;
  font-size: 14vmin;
  display: none
}

.quiz-score span {
  display: inline-block;
  vertical-align: middle;
}

.quiz-score_true {
  color: #36ff00;
  font-size: 18vmin;
  font-weight: 700;
}

.quiz-score_total {
  color: #c40e0e;
  font-size: 18vmin;
  font-weight: 700;
}

.quiz-final_title {
  text-align: center;
  color: #000;
  font-family: "GothamProBook", sans-serif;
  font-weight: 300;
  font-size: 5vmin;
  margin-bottom: 5px;
}

.subscribe-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.quiz-final p{
       text-align: center;
    color: #000;
    font-family: "GothamProBook", sans-serif;
    font-weight: 300;
    font-size: 3vmin;
    width: 70%;
    margin: 0 auto 10px;
}

.subscribe-form input {
   height: 50px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: -webkit-calc(100% - 190px);
    width: -webkit-calc(100% - 200px);
    padding-left: 15px;
    border-radius: 3px 0 0 3px;
    font-family: "GothamProRegular", sans-serif;
    color: #bbbbbb8c;
    outline: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    margin-bottom: 8px;
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 100%;
}

.subscribe-form input:hover {
  background: rgba(0, 0, 0, 0.7);
}
.subscribe-form input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.subscribe-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
.subscribe-form input::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}



.subscribe-form .btn {
    height: auto;
    border-radius: 10px;
    float: none;
    margin-left: 10px;
    width: 150px;
    clear: both;
    margin: 0 auto;
    line-height: 43px;
}

@media only screen and (max-width: 600px) {
  .quiz-final_title {
    font-size: 18px;
    line-height: 24px;
  }
  .quiz-final_title br {
    display: none;
  }
  .quiz-final.final {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .subscribe-form input {
    height: 40px;
    padding-left: 5px;
    font-size: 12px;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .subscribe-form .btn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    width: 100px;
    min-width: auto;
    text-align: center;
    padding: 0 5px;
  }
}
