/*Top div of page*/
.page_top{
	height: auto;
	width: 100%;
	background-image: url(top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-bottom: 65px;
}

/*<!--Header is starting here-->*/
.header{
	height: auto;
	width: 100%;
	padding: 125px 0px 270px 0px;
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

/*<!--Heading is starting here-->*/
.main_div{
	height: auto;
	width: 100%;
	display: inline-block;
	padding-bottom: 50px;
}
.title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #f19800;
}
.head{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #5a5859;
}
.divider{
	height: auto;
	width: 35px;
	border-top: 2px solid #f19800;
	margin: 20px auto;
}

/*<!--Quries are starting here-->*/
.inner_main{
	height: auto;
	width: 940px;
	margin: 20px 100px;
	display: inline-block;
}
.inner_head{
	font-size: 30px;
	font-weight: bold;
	color: #5a5859;
	margin: 20px 35px;
	float: left;
}
.query_main{
	height: auto;
	width: 100%;
	box-shadow: 0px 0px 5px 5px #f9f9f9;
	display: inline-block;
	margin: 5px 0px;
}
.query{
	height: auto;
	width: 90%;
	padding: 20px 40px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	color: #5a5859;
}
.q_style{
	float: left;
	width: 99%;
}
.active
{
	display: block !important;
}
.minus1:before{
	content: '-' !important;
	height: 10px;
	width: 10px;
	font-size: 14px;
	position: absolute;
}
.minus:before{
	content: '-';
	height: 10px;
	width: 10px;
	font-size: 14px;
	position: absolute;
}
.plus:before{
	content: '+';
}
.plus2:before, .plus3:before, .plus4:before, .plus5:before, .plus6:before, .plus7:before, .plus8:before, .plus9:before,.plus10:before, .plus11:before, .plus12:before{
	content: '+';
}
.query_sol{
	height: auto;
	float: left;
	font-size: 14px;
	color: #a3a3a3;
	padding: 30px 185px 30px 40px;
	border-top: 2px solid #f9f9f9;
	line-height: 20px;
	display: none;
}
.query_sol ul{
	margin-left: 15px;
}

/*<!--Contact Div is here-->*/
.contact_div{
	height: auto;
	width: 100%;
	padding: 50px 0px 30px 0px;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #FFF;
}
.contact_head{
	font-size: 35px;
	font-weight: bold;
	margin: 10px;
}
.contact_text{
	font-size: 12px;
	margin: 10px 385px;
	opacity: 0.8;
	line-height: 20px;
}
.contact_button{
	padding: 10px 50px;
	margin: 30px auto;
	font-size: 16px;
	border: 1px solid #FFF;
	background-color: transparent;
}
.contact_button:hover{
	cursor: pointer;
}
.contact_button a{
	text-decoration: none;
	color: #FFF;
}