@font-face {
    font-family: Nexa-Light;
    src: url(../fonts/Nexa-Light.ttf);
}
@font-face {
    font-family: Nexa-Bold;
    src: url(../fonts/Nexa-Bold.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.otf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.otf);
}
@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/Montserrat-Light.otf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.otf);
}

.noPaddingAlways{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.quizBorder{
	border: 28px solid #fff;
	height: 100vh;
}

.progressCaption{
	font-family: Nexa-Light;
	font-size: 13px;
	color: #182231;
}

.progressLabel{
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #182231;
}

.progressBackground{
	height: 5.5px;
	border-radius: 100px;
	background-color: #c9c8d0;
}

.progressActual{
	height: 11px;
	border-radius: 100px;
	background-color: #364061;
	width: 0%;
	position: absolute;
	margin-top: -8px;
	z-index: 10;
}
#Phone-error{
	color:red!important;
}
.oval{
	width: 5px;
	height: 5px;
	background-color: #6d87dd;
	border-radius: 100%;
	position: absolute;
	right: 4px;
	top: 3px;
}

.questionCard{
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
}

.questionNumber{
	font-family: Nexa-Light;
	font-size: 18px;
	font-weight: 300;
	color: #182231;
	text-align: center;
}

.questionTitle{
	font-family: Montserrat-Bold;
	font-size: 36px;
	color: #364061;
	text-align: center;
}

.questionInfo{
	font-family: Nexa-Light;
	font-size: 16px;
	font-weight: 300;
	color: #182231;
	text-align: center;
}

.questionOption{
	font-family: Nexa-Light;
	font-size: 20px;
	color: #182231;
}

.ac-custom label{
	font-family: Nexa-Light;
	font-size: 20px;
	color: #182231;
}

.ac-custom input[type="checkbox"]:checked + label, .ac-custom input[type="radio"]:checked + label{
	color: #182231;
	text-decoration: underline;
}

.ac-custom label::before {
	content: '';
	border: 4px solid #364061;
	width: 29px;
	height: 29px;
}

.ac-fill svg{
	width: 20px;
	height: 20px;
}

.optionLabel{
	margin-top: -20px;
	font-family: Nexa-Light;
	font-size: 20px;
	color: #182231;
}



#slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
	font-family: Nexa-Bold;
	font-size: 14px;
	color: #182231;
}

/* below is not necessary, just for style */
#slider {
    width: 50%;
    margin: 2em auto;
	border-radius: 100px;
	
	background-color: #c9c8d0;
}

.ui-widget-header{
	height: 11px;
	border-radius: 100px;
	background-color: #364061;
}

.ui-slider-handle{
	width: 22px!important;
	height: 22px!important;
	background-color: #364061!important;
	border-radius: 100px;
	outline: none;
	border: 0;
	margin-top: -2px;
}


.ovalSlider{
	width: 5px;
	height: 5px;
	background-color: #6d87dd;
	border-radius: 100%;
	position: absolute;
	margin-left: -3px;
	margin-top: 2px;
}


.introTitle{
	font-family: Montserrat-Bold;
	font-size: 24px;
	text-align: center;
	color: #364061;
}

.introSubtitle{
	font-family: Nexa-Light;
	font-size: 16px;
	text-align: center;
	color: #182231;
}

#Email::-webkit-input-placeholder { 
	font-family: Nexa-Light;
	font-size: 16px;
	text-align: center;
	color: #808cb3;
}

.quizSuccessBlue{
	background-color: #364061;
	box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
}

.quizSuccessTitle{
	font-family: Montserrat-Bold;
	font-size: 36px;
  	font-weight: bold;
  	text-align: center;
  	color: #364061;
}

.quizSuccessText{
	font-family: Montserrat-Light;
 	font-size: 16px;
  	line-height: 1.56;
  	text-align: center;
  	color: #000000;
}

.quizBold{
	font-family: Montserrat-SemiBold;
 	font-size: 16px;
  	line-height: 1.56;
  	text-align: center;
  	color: #000000;
}

.quizSuccessWhite{
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
}

.quizCardSpecial{
	background-clip: content-box;
	background-color: #ffffff;
	min-height: 156px;
}

.quizSuccessWhiteText{
	padding: 30px 35px;
	font-family: Nexa-Light;
	font-size: 16px;
	line-height: 1.56;
	color: #000000;
}

.specialText{
	font-family: Nexa-Bold;
	font-size: 16px;
	line-height: 1.56;
	color: #29304e;
}


.modalTitle{
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	text-align: center;
	color: #29304e;
}

.customMargin:before{
	margin-top: -24px!important;
}

.customMargin:after{
	margin-top: -19px!important;
}

.footer{
	height: 250px;
	object-fit: contain;
	background-color: #364061;
}


@media screen and (max-width: 970px) {
	.questionTitle{
		font-family: Montserrat-Bold;
		font-size: 24px;
		color: #364061;
		text-align: center;
	}
	
	.noPaddingMobile{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	.marginTopMobile{
		margin-top: 30px;
	}
	
	.mobileHeight{
		min-height: 150vh!important;
	}
	
	.quizBorder{
		border: 0;
	}
	
}






  /**********************/
 /** CHECKBOX + RADIO **/
/**********************/


.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-checkbox input[type="checkbox"]:focus + label:before,
.pure-radiobutton input[type="checkbox"]:focus + label:before,
.pure-checkbox input[type="radio"]:focus + label:before,
.pure-radiobutton input[type="radio"]:focus + label:before,
.pure-checkbox input[type="checkbox"]:hover + label:before,
.pure-radiobutton input[type="checkbox"]:hover + label:before,
.pure-checkbox input[type="radio"]:hover + label:before,
.pure-radiobutton input[type="radio"]:hover + label:before {
  border-color: #123c68;
  background-color: #f2f2f2;
}
.pure-checkbox input[type="checkbox"]:active + label:before,
.pure-radiobutton input[type="checkbox"]:active + label:before,
.pure-checkbox input[type="radio"]:active + label:before,
.pure-radiobutton input[type="radio"]:active + label:before {
  transition-duration: 0s;
}
.pure-checkbox input[type="checkbox"] + label,
.pure-radiobutton input[type="checkbox"] + label,
.pure-checkbox input[type="radio"] + label,
.pure-radiobutton input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}
.pure-checkbox input[type="checkbox"] + label:before,
.pure-radiobutton input[type="checkbox"] + label:before,
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before {
  box-sizing: content-box;
  content: '';
  color: #0082c5;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #123c68;
  text-align: center;
  transition: all 0.4s ease;
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #123c68;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}
.pure-checkbox input[type="checkbox"]:disabled + label:before,
.pure-radiobutton input[type="checkbox"]:disabled + label:before,
.pure-checkbox input[type="radio"]:disabled + label:before,
.pure-radiobutton input[type="radio"]:disabled + label:before {
  border-color: #cccccc;
}
.pure-checkbox input[type="checkbox"]:disabled:focus + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
.pure-checkbox input[type="radio"]:disabled:focus + label:before,
.pure-radiobutton input[type="radio"]:disabled:focus + label:before,
.pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
.pure-checkbox input[type="radio"]:disabled:hover + label:before,
.pure-radiobutton input[type="radio"]:disabled:hover + label:before {
  background-color: inherit;
}
.pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
.pure-checkbox input[type="radio"]:disabled:checked + label:before,
.pure-radiobutton input[type="radio"]:disabled:checked + label:before {
  background-color: #cccccc;
}
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
  border-radius: 50%;
}
.pure-checkbox input[type="checkbox"]:checked + label:before,
.pure-radiobutton input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #123c68;
}
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #4f8196;
  }
}