
 

*{
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'Star-foundationclass-Bold';
    src:url("fonts/Star-foundationclass-Bold.eot") format("eot");
    src:url("fonts/Star-foundationclass-Bold.woff") format("woff");
    src:url("fonts/Star-foundationclass-Bold.ttf") format("truetype");
    src:url("fonts/Star-foundationclass-Bold.woff2") format("woff2");
}
 @font-face {
    font-family: 'Star-foundationclass-Regular';
    src:url("fonts/Star-foundationclass-Regular.eot") format("eot");
    src:url("fonts/Star-foundationclass-Regular.woff") format("woff");
    src:url("fonts/Star-foundationclass-Regular.ttf") format("truetype");
    src:url("fonts/Star-foundationclass-Regular.woff2") format("woff2");
}  

body{
	background: #f5f5f5;
}

a{
	text-decoration: none;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4{
	font-family: 'Star-foundationclass-Bold', sans-serif;
	margin: 0;
}

a.nav-link {
	font-family: 'Star-foundationclass-Bold', sans-serif;
	font-weight: 500;
	color: #555 !important;
	font-size: 15px;
}

a.nav-link:hover {
	color: #7A00AD !important;
}

label.form-label {
    font-family: 'Star-foundationclass-Bold', sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 18px;
}
.navbar-light .navbar-brand img {
    width: 64px;
}
.box_wrapper {
    padding: 50px 30px;
    border-radius: 10px;
    border: 1px solid #EEE;
}

.first_step .form-control {
    height: 50px;
    font-size: 20px;
    font-family: 'Star-foundationclass-Regular', sans-serif;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #DDD;
    background: #f5f5f5;
}

.first_step .form-control:focus {
	border-color: #bc3545;
}

.first_step .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 11px;
    border-radius: 3px !important;
    cursor: pointer;
}

.first_step .form-check {
    margin-bottom: 7px;
}

.first_step .form-check-label {
    cursor: pointer;
    font-family: 'Star-foundationclass-Bold';
    font-size: 17px;
}


.first_step .form-check-input:checked {
    background-color: #7A00AD;
    border-color: #7A00AD;
}


.btn-primary {
	background: #7A00AD;
	border: none;
	border-radius: 2px;
	padding: 8px 31px;
	outline: none;
    font-size: 18px;
	box-shadow: none !important;
	font-family: 'Star-foundationclass-Bold', sans-serif;
	text-transform: uppercase;
}

.btn-primary:hover {
    background: #8a11bd;
}


.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #7A00AD;
    border-color: #7A00AD;
    box-shadow: none !important;
}

.question_ans h4 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Star-foundationclass-Bold', sans-serif;
}

.question_ans .form-check {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.question_ans input[type=radio] {
    margin-left: 11px;
    position: absolute;
    margin-top: 27px;
}
.question_ans label {
    padding: 20px 11px 20px 33px;
    border: 1px solid #ededed;
    width: 100%;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Star-foundationclass-Regular', sans-serif;
}
/*.question_ans label:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #efefef;
    z-index: -1;
}

.question_ans input[type=radio]:checked + label:before {
    border: 2px solid #7A00AD;
    z-index: 5;
}
*/
.success_page p {
    margin: 0;
    font-family: 'Star-foundationclass-Regular', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #222;
}

.question_ans {
    position: relative;
    padding-top: 90px;
}

.timer_seconds {
    position: absolute;
    top: 10px;
    right: 17px;
    color: #020202;
}

.timer_seconds h5 {
    font-family: 'Star-foundationclass-Bold', sans-serif;
    background: #7A00AD;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    padding-top: 13px;
    margin-bottom: 5px;
    font-size: 17px;
}

.timer_seconds span {
    font-size: 18px;
    color: #555;
    font-family: 'Star-foundationclass-Regular', sans-serif;
}


textarea{
    font-size: 14px;
    font-family: 'Star-foundationclass-Regular', sans-serif;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #DDD;
    background: #f5f5f5;
}
h2.index_heading {
    font-size: 25px;
    text-align: center;
    padding: 0px 0px 8px 0px;
    border-bottom: 2px dotted #dfdfdf;
    margin-bottom: 5px;
}
p.index_para {
    text-align: center;
    padding-top: 5px;
    font-size: 20px;
    color: #000;
    font-family: 'Star-foundationclass-Regular', sans-serif;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    font-family: 'Star-foundationclass-Bold';
    height: 43px;
    padding: 3px 19px;
    font-size: 18px;
}
















