body{
	background: url(../img/bg_cover_hires_compressed.jpeg);
    background-color: #000064;
    background-size: cover;
    background-position: center;
    font-family: "apertura", sans-serif;
}

.card-body h2{
	font-weight: 600;
}
.max-800{
	max-width: 800px;
	margin: 0 auto;
}
.navbar{
    padding:18px 0;
}
.box-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.navbar-brand img{
	height: 36px;
    width: auto;
}
nav.border-bottom {
    border-bottom: 1px solid #fff !important;
}

.card-body p{
	font-size: 21px;
    color: #000;
    line-height: 28px;
}
.card-body.style-2{
	padding: 60px;
    margin-top: 30px;
    background: #fff;
    margin: 0 auto;
    max-width: 1040px;
    border-radius: 50px 0px 50px 0px;
}
.page-button{
	    padding: 7px 40px;
    border-radius: 4px;
}
.image-question{
	position: relative;
    max-width: 1040px;
    margin: 30px auto !important;
    border-radius: 50px 0px 50px 0px;
}
.image-question h3 {
        text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-top: 10px;
}
.timer-wrap {
    position: absolute;
    left: 30px;
    top: 30px;
    margin: 0px;
}
.timer-wrap .timer span {
     position: relative; 
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    width: 100%;
    display: block;
    margin: 0;
    top: initial;
    justify-content: center;
}
.timer-wrap .timer {
    width: 55px;
    height: 55px;
    background: #367bab;
    color: white;
    margin: 0px;
    padding: 0px;
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.back-button{
	   border: none !important;
    color: #000060;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
}
.back-button:hover{
	background-color: transparent;
	color: #000060;
	border: none !important;
}
.back-button i{
	margin-right: 10px;
}
.image-select{
	min-height: 400px;
}
.image-select label{
	min-height: auto;
}
label.radio-label span {
    margin-top: 10px;
    color: #000;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    display: block;

}
label.radio-label img{
   margin: 0px;
    border-radius: 40px 0px 40px 0px;
}
input {
  font-size: inherit;
}
input[type=radio]+label{
	padding: 0px !important;
}
input[type=radio]+label div {
      padding: 15px;
    border-radius: 50px 0px 50px 0px;	
}
input[type=radio]:hover+label{
	background: transparent !important;
	padding: 0px;
}
input[type=radio]:hover+label div {
  background-color: #e5e5e5;
  color: black;
}
@media(max-width: 667px){
	.image-question h3{
		font-size: 28px;
	}
	.timer-wrap {
    position: absolute;
    left: 50%;
    top: -20px;
    margin: 0px;
    margin-left: -27px;
    }
    form .image-question{

    margin-top: 50px !important;
    }
    .card-body.style-2{
    	padding: 30px 0px;
    }
    .card-body p{
    	font-size: 18px;
    }
}