.contact-author-info ul li {
    background: #ffffff;
    margin-bottom: 10px!important;
    padding-left: 10px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.contact-area .sec-title {

    float:left!important;
}

.owl-stage-outer .owl-item .item-class
{
	border:1px solid #D3D3D3;
	min-height: 450px;
}

.question_block{
	border: 1px solid;
	padding: 15px 71px 15px 10px;
	margin-bottom: 15px;
	font-family:none !important;
}
/* The container */
.containerqbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerqbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerqbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerqbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerqbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerqbox .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.question_block h3{ 
	font-family:none !important;
}
body, body p
{
	color:#000;
}

.apply_online{
	width:45%;
}
.apply_message{width:55%;text-align:right;}
#application_form{float:left;}