
body,h1,h2,h3,h4,h5 {
	font-family:Arial, Helvetica, sans-serif;
	}
	html,body{height:100%;}
	body {
	font-size:14px;
	padding:0;
	margin:0;
	}
	.clearfix::after
	{
		content: '';
		display: table;
		clear: both;
	}
	
	*{
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	/* links */
	a,
	a:visited,
	a:active,
	a:hover{color:#3366cc;}
	a:hover{ text-decoration:none;}
	
	
	
	
	.mt-0{margin-top:0 !important;}
	.mt-5{margin-top:5px !important;}
	.mt-10{margin-top:10px !important;}
	.mt-15{margin-top:10px !important;}
	.mt-20{margin-top:20px !important;}
	.mt-25{margin-top:25px !important;}
	.mb-0{margin-bottom:0 !important;}
	.mb-5{margin-bottom:5px !important;}
	.mb-10{margin-bottom:10px !important;}
	.mb-15{margin-bottom:15px !important;}
	.mb-20{margin-bottom:20px !important;}
	.mb-25{margin-bottom:25px !important;}
	
	/* Contain floats*/ 
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
	  content: " ";
	  display: table;
	}
	.clearfix:after,
	.container:after,
	.row:after{
	  clear: both;
	} 
	.container {
		max-width: 1120px;
		padding:0 15px;
		margin: 0 auto;
	}
	
	iframe {
	width: 100%;
	min-height:160px;
	height:160px;
	}
	
	header{ 
		padding:10px 0;
		background:#e2f1ff;
		overflow:hidden;
	}
	
	.logo{ text-align: left; padding:10px 0 0;}	
	header h2{color:#000; font-size:1.3em; text-align:right; float:right; font-weight:normal; font-style:italic; max-width:450px;}
	
	.content-wrapper {
		border: 1px solid #c9c9c9;
		background: #f8f8f8;
		padding: 10px;
		margin: 0 auto;
		/* text-align:justify; */
	}
	.content-wrapper h2{margin: 0px;}
	
	.PR_search_wrapper {
		border: 1px solid #c2d6fd;
		background: #e6eeff;
		padding: 10px;
		margin: 0 auto;
		/* text-align:justify; */
	}
	.PRS_box_wrap{
		width:75%;
		margin:0 auto;
	}
	p{
		margin-top: 0;
		margin-bottom: 10px;
	}
	/* ============ NEW Post Question ============*/
	
	.postQuestion_box{
		width:50%;
		margin:0 auto;
	}
	.postQuestion_newbox_wrap{padding-top: 60px;padding-bottom:30px;}
	.postQuestion_newbox .blue_headline{border-radius:10px 10px 0 0;}
	.postQuestion_newbox .blue_headline h2{padding: 10px 0; font-size:1.5em;}
	.postQuestion_newbox{padding:17px 0 0 0; position:relative;}
	.postQuestion_newbox .orange_btn_auto{border-radius:4px;padding: 0px 15px;height: 40px;line-height: 40px;}
	.header-tile{background:url(../img/header-tile.png) no-repeat center 0; width:397px; height:67px; position:absolute; top:0; left:50%; transform:translateX(-50%); z-index:100; color:#fff; text-align:center;}
	.header-tile h2{display:inline-block; /*margin: 22px 0;*/ padding: 0px 30px; font-size:19px;}
	.postQuestion-header{background:#ddd;border-radius: 10px 10px 0 0; height:40px;}
	
	.qa_table_wrap {
		max-width: 395px;
		position: absolute;
		top: 0;
		z-index: 100;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.qa_table_wrap table{width: 100%;border-spacing:0px; border:0; text-align:center;margin: 0 auto;}
	.qa_table_wrap table td{vertical-align:top; padding:0;}
	.qa_table_wrap table td img{ width:100%;}
	.qa_table_wrap table td.mid-bg{background:#0e7cc0 url(../img/tm.png) repeat-x 0 0;padding:0;vertical-align:middle;font-size: 1.2em;}
	.qa_table_wrap table td.mid-bg h3{ color:#fff; text-align:center; margin:0; padding:10px 10px 0px; font-weight:600;min-height:57px;display: flex;align-items: center;justify-content: center;width: 100%;
		max-width: 322px;}
	
	
	.postQuestion_newbox .input_field{
		position: relative;
		margin-bottom: 20px;
	}
	.postQuestion_newbox .PRS_box{
		display: block;
		padding: 90px 30px 50px 30px;
		background: hsl(214, 85%, 95%);
		border-radius: 10px;
		box-shadow: 0 0 2px 5px #eee;
		max-width:460px;
		margin:0 auto;
		width:100%;
		position:relative;
	}
	.postQuestion_newbox .input_field > span {
		position: absolute;
		left: 0;
		top: 0;
		color: #333;
		height: 100%;
		border-right: 1px solid #ccc;
		text-align: center;
		width: 50px;
	}
	.captcha_input{padding-left:20px !important; text-align:center;}
	.postQuestion_newbox .input_field > span img{position:absolute; width:24px; height:24px;top:50%; left:50%; transform:translate(-50%, -50%);}
	.postQuestion_newbox input[type="text"] {
		width: 100%;
		padding: 8px 10px 8px 60px;
		height: 40px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		outline: none;
		border-radius:30px;
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		transition: all 0.30s ease-in-out;
	}
	.postQuestion_newbox textarea{border-radius:60px; height: 70px; padding: 5px 25px 5px 60px;outline: none;}
	.postQuestion_newbox input[type="text"]:focus, .postQuestion_newbox textarea:focus {
	  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	  border: 1px solid #f5ba1a;
	}
	.postQuestion_newbox .postQuestionBtn{
		position: absolute;
		width: 100%;
		padding: 15px 0;
		margin: 0;
		background: #3b9dff;
		color: #fff;
		border: 0;
		border-radius: 0 0 10px 10px;
		left: 0;
		bottom: 0;
		cursor:pointer;
		outline:none;
		font-size:22px;
	}
	.postQuestion_newbox .postQuestionBtn:hover{background: #0b5c94;}
	
	@media screen and (min-width: 376px) and (max-width: 479px) {
	.qa_table_wrap{max-width:92%;}
	.header-tile {
	 background-size: 80%;
	}
	.header-tile h2 {
		margin: 2px auto;
		max-width: 250px;
		padding:0 10px;
	}
	}
	@media screen and (max-width:375px){
	.qa_table_wrap{max-width:92%;}
	.qa_table_wrap table td.mid-bg h2{
		font-size:16px;
	}
	.header-tile {
		background-size: 80%;
		max-width:320px;
	}
	.header-tile h2 {
		display: inline-block;
		margin: 2px 0;
		max-width: 200px;
		font-size: 17px;
		padding:0 10px;
	}
	}
	
	
	
	
	.blue_headline{
		background:url(../img/blue_tile.jpg) repeat-x center center;
		color:#FFF;	
	}
	.blue_headline h2{
		/* text-align:center; */
		text-align:left;
		color:#FFF;
		font-size:1.3em;
		padding:5px 5px ;
		margin:0;
	}
	
	.blue_headline h3{
		text-align:left;
		color:#FFF;
		font-size:1.1em;
		padding:5px 10px;
		margin:0;
	}
	
	
	.PRS_box{
		display:block;
		padding:10px;
		background:#fff;
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		border-left: 1px solid #c9c9c9;
	}
	.PRS_box label{
		display:block;
		margin:5px 0;
		min-height:16px;
		font-size: 15px;
	}
	.table_wrap{
		display:block;
	}
	.table_wrap table{
		width:100%;
		border-spacing: 0.5rem;
	}
	
	form {
		margin: 0;
	}
	label.form_label{display:block; color:#000; padding-bottom:5px; font-size:14px; text-align:left;}
	input {
		font-size: 15px;
		vertical-align: middle;
		
	}
	input[type="text"] {
		height:30px;
		border: 1px solid #c9c9c9;
		width:100%;
		padding: 0 5px;
	}
	select, textarea{
		/* color:#333; */
		font-size:15px;
		padding:5px;
		width:100%;
		display:block;
		border: 1px solid #c9c9c9;
		background: #fff;
	}
	
	.blue_btn{
		background: url(../img/blue_tile.jpg) repeat-x center center;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		min-height: 30px;
		border:0;
		min-width:150px;
		width:100%;
		white-space: initial;
	}
	/* .blue_btn:hover{
		background: url(../img/orange_tile.jpg) repeat-x center center;
		color: #FFFFFF;
	} */
	.orange_btn{
		background: url(../img/orange_tile.jpg) repeat-x center center;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		min-height: 30px;
		border:0;
		/* min-width:200px; */
		width:100%;
		white-space: initial;
	}
	.orange_btn:hover{
		background: url(../img/blue_tile.jpg) repeat-x center center;
		color: #FFFFFF;
	}
	.orange_btn_auto{
		background: url(../img/orange_tile.jpg) repeat-x center center;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		height: 30px;
		border:0;
		padding-left:10px;
		padding-right:10px;
		min-width:auto !important;
	}
	.orange_btn_auto:hover{
		background: url(../img/blue_tile.jpg) repeat-x center center;
		color: #FFFFFF;
	}
	#tool-menu{
		margin:0;
		padding:0;
		display:table;
		width:100%;
	}
	#tool-menu li{
		list-style: none;
		/*float: left;*/
		margin:0px;	
		display:table-cell;	
		/*background: url(../img/orange_devider.jpg) no-repeat right center;*/
		position: relative;
	}
	#tool-menu li a{
		padding:10px;
		display:block;
		/* color: #000; */
		color: #3366cc;
		text-decoration:none;
		font-size:14px;
		font-weight: bold;
		min-height:36px;
		text-align:center;
		background: url(../img/orange_lite_tile.jpg) repeat-x left center;
	}
	.border-top{border-top:1px solid #c9c9c9;}
	.section_wrap{
		position:relative;	
		width:100%;
		/* padding:15px 0; */
		padding-bottom: 5px;
	}
	#tool-menu-new{
		margin:0;
		padding:0;
		display:table;
		width:100%;
	}
	#tool-menu-new li{
		list-style: none;
		/*float: left;*/
		margin:0px;	
		display:table-cell;	
		/*background: url(../img/orange_devider.jpg) no-repeat right center;*/
		position: relative;
	}
	#tool-menu-new li a{
		display: block;
		color: #fff;
		background: #EFB311;
		font-weight:normal;
		font-size: 16px;
		line-height: 16px;
		border: 2px solid #EFB311;
		border-radius: 40px;
		text-align: center;
		padding: 10px 30px;
		transition: all 0.4s ease;
		text-decoration:none;
		box-shadow: 0px 6px 0px 0px rgb(183, 134, 0);
	}
	#tool-menu-new li a:hover {color: #fff;border-color: #385899;background-color:#385899; text-decoration:none;box-shadow:0px 6px 0px 0px rgb(15, 43, 101);}
	
	#tool-menu-new li:nth-child(2) a{
		margin:0 5px;
	}
	#tool-menu-new li:last-child{
		display: block;
		margin-bottom: 0px;
	}
	
	.qa-button-new{
		display: block;
		color: #fff !important;
		background: #385899;
		font-weight:600;
		font-size: 16px;
		line-height: 16px;
		border-radius: 0px;
		text-align: center;
		padding:7px 5px;
		transition: all 0.4s ease;
		text-decoration:none;
		/*box-shadow: 0px 6px 0px 0px rgb(15, 43, 101);*/
	}
	.qa-button-new:hover {color: #fff;border-color: #EFB311;background-color:#EFB311; text-decoration:none;box-shadow:0px 4px 0px 0px rgb(183, 134, 0);}
	
	/*#tool-menu li a:hover{
		background-color:rgba(255,255,255,0.8);
	}*/
	#tool-menu .current {
		color: #000;
	}
	#tool-menu .current:after {
		content:"";
		background: url(../img/orange_devider.jpg) no-repeat right center;
		height:100%;
		display:block;
		width:2px;
		position:absolute;
		right:0;
		top:0;
	}
	#tool-menu .current:last-child:after{
		background:none;
	}
	#tool-menu .countyli{width:50%;}
	li.current a:after {
		border-width: 1px 1px 0 0;
		content: ' ';
		background:url(../img/down-arrow.png) no-repeat center bottom;
		display: block;
		height: 13px;
		position: absolute;
		width: 10px;
		bottom:1px;
		left: 50%;
		margin-left: -5px;
		z-index: 99;
		
	}
	.text-center{
		text-align:center !important;
		}
	.inside_headline {
		text-align:left;
		/* color:#3366cc; */
		font-size:1.8em;
		/* padding:15px 0 5px 0*/		
		margin:0 0 15px 0;
	}
	.inside_headline_v2 {
		color:#000;
		font-size:2em;
		padding:15px 0 5px 0;
		margin:0;
		border-bottom:1px solid #c9c9c9;
		margin-bottom:15px;
	}
	.inside_headline_v3 {
		color:#000;
		/* font-size:1.8em; */
		font-size:1.3em;
		padding:15px 0;
		margin:0;
	}
	.inside_sub_headline {
		text-align:left;
		color:#000;	
		padding:5px 0;
		margin:0;
	}
	.inside_sub_headline span {
		color:#000;
		font-size:1.3em;
		padding-left:0;
		/*background: url(../img/green_arrow_r.png) no-repeat left center;*/
	}
	.inside_sub_headline p{
		padding-left:0;
		font-size:14px;
		margin-bottom:10px;
		font-weight:normal;
		margin-top: 0px;
	}
	.inside_box_wrap{
		display:block;
		padding:10px 10px 0px 10px;
		background:#fff;
		margin-top:10px;
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		border-left: 1px solid #c9c9c9;
		word-break: break-word;
	}
	.inside_box_bordered{
		display:block;
		padding:10px 10px 0px;
		background:#fff;
		border: 1px solid #c9c9c9;
		margin-top: 10px;
	}
	.inside_contect_wrap{
		display:block;
		padding-left:0px;
	}
	.inside_contect_wrap ul.inner_list_parent{
		list-style-image:url(../img/green_arrow_r.png);
		padding: 0 0 0 21px;
		margin:0;	
	}
	.inside_contect_wrap ul.inner_list_parent > li >a{
		padding-right:20px;
		background:url(../img/link_icon.png) no-repeat right top;
		font-size:14px;
		font-weight: 600;
	}
	.inside_contect_wrap ul.inner_list_parent > li{
		margin-bottom:10px;
		
	}
	.inside_contect_wrap a{
		text-decoration:none;
	}
	/* .inside_contect_wrap a:hover{
		color:#000;
	} */
	.pad_0{
		padding:0 !important;
	}
	.marg_0{
		margin: 0 !important;
	}
	.inner_list_2{
		list-style:none;
		padding:0;
	}
	.inner_list_2 li{
		padding-left:0;
		position:relative;
		margin-bottom:15px;
	}
	.inner_list_2 li a{	
	color:#3366cc;	
	padding-right:20px;
	font-weight:600;
	background:url(../img/link_icon.png) no-repeat right top;
	}
	.inner_list{
		list-style:none;
		padding:0 0 0 15px;
	}
	.inner_list li{
		font-weight:bold;
		padding-left: 1em;
		position:relative;
		margin-bottom:15px;
	}
	.inner_list li a{	
	color:#ef9800;	
	padding-right:20px;
	font-weight:600;
	background:url(../img/link_icon.png) no-repeat right top;
	}
	.inner_list li::before {
	  content: "\002022";
	  color: #e09b0f;
	  position:absolute;
	  left:0;
	  top:0;
	  font-size:1.5em;
	}
	
	.boxed_list{
		list-style:none;
		padding:0;
		margin:0;
		vertical-align:top;
		overflow:hidden;
	}
	
	.boxed_list li{
		display:inline-block;	
		vertical-align:top;
		padding:5px;
		width:25%;
		float:left;
	}
	.boxed_list li a{
		margin-bottom:5px;
		display:inline-block;
	}
	.boxed_list li span{
		border:1px solid #f8f8f8;
		background:#fbfbfb;
		line-height:1.5em;
		display:block;
		padding:10px;
		min-height:280px;
	}
	.boxed_list li:hover span{
		border:1px solid #eef8fe;
		background:#f4fbff;	
	}
	
	
	blockquote{
		margin-top:0;
		margin-left:20px;
	}
	blockquote {
		-webkit-margin-end: 0px;
		-webkit-margin-start: 0px;
	}
	
	.info_box{
		width:100%;
		margin:0 auto;
	}
	.info_box_body{
		display:block;
		padding:10px;
		background:#fff;
		border-bottom: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
		border-left: 1px solid #c9c9c9;
	}
	
	footer{
		width:100%;
		margin-top:20px;
		padding: 10px 0;
		background: #e1f1ff;
		overflow: hidden;
	}
	.footer_nav{color:#000; }
	.footer_nav a{
	/* color:#000; */
	color:#3366cc;
	text-decoration:none;
	}
	.footer_nav a:hover{ text-decoration:underline;}
	footer p{
		margin:0;
		line-height:26px;
	}
	#toTop {
		width:50px;
		height:50px;
		position: fixed;
		bottom: 5px;
		right: 5px;
		display: none;
		cursor:pointer;
	}
	
	.ban_blue_headline h2{		
		background:url(../img/blue_tile.jpg) repeat-x center center;
		color:#FFF;
		text-align:center;		
		font-size:1.3em;		
		padding:5px 0;
		margin:0;		
	}
	
	.PRS_box_table{
		display:table;
		width:100%;
	}
	.PRS_box_col{
		display:table-cell;
		padding:0 3px;
		vertical-align:bottom;
		/* min-width:150px; */
	}
	.col_mi{
		width:50px;
		min-width:50px;
	}
	.PRS_box_col:last-child{
		vertical-align:bottom;
	}
	
	.page_table{
		display:table;
		width:100%;
	}
	.page_table_col{
		display:table-cell;
		vertical-align:top;
		padding-right:5px;
		width:33%;
	}
	.page_table_col:last-child{
		padding-right:0;
	}
	.col-50 {
	  width: 50%;
	}
	.col-3 {
	  width:33.333%;
	}
	.hyperLink a{
		margin:3px 5px;
		line-height:20px;
		display:inline-block;
		color:#3366cc;
		
	}
	.title2 {
		background-color: #E2ECF9;
		font-weight: bold;
		width: auto;
		padding: 10px;
	}
	.pager{
		background:#eee;
		display:block;
		overflow:hidden;
		padding:10px;
	}
	.box {   
		float:left;
		margin:2px;	
	}
	.box a{
		 background-color: #F8F8F8;
		border: 1px solid #808080;
		padding:3px 5px;
		font-size:14px;
		display:block;
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	.box a:hover{
		background-color: #fff;
		border: 1px solid #fff;
	}
	.grayBG {
		background-color: #e8e8e8;
		display:block;
		padding:5px;
		text-align: left;
		border-bottom: 2px solid #666;
	}
	.link_btn {
		background: url(../img/blue_tile.jpg) repeat-x center center;
		color: #FFFFFF !important;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		height: 30px;
		padding:5px 15px;
		border: 0;
		min-width: 150px;
		width: 100%;
		text-decoration:none;
	}
	.link_btn:hover{
		background: url(../img/orange_tile.jpg) repeat-x center center;
		color: #FFFFFF;
		text-decoration:none;
		}
	.captcha-img{ max-width:25px; width:100%;}
	ul, ol {
		list-style: none;
	}
	.list
	{
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.list__item
	{
		width: 25%;
		float: left;
		padding: 0.25rem; /* 0.625rem; */ /* 10 */
	}
	html.no-js .list__item
	{
		width: 100%;
		float: none;
	}
	.list__item__inner
	{
	
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 2px 2px 0.313rem rgba( 0, 0, 0, .1); /* 2 5 */
	box-shadow: 2px 2px 0.313rem rgba( 0, 0, 0, .1); /* 2 5 */
	word-break: break-word;
	}
	.list__item__inner:hover{
		border:1px solid #cbe4f3;
		background:#f4fbff;	
	}
	
	
	.list__item__inner p{
		padding: 1.25rem;
		margin: 0;
	}
	.list__item__inner a
	{
		font-weight: bold;
		display: inline-block;
		margin-bottom: 5px;
		font-size: 15px;
	}
	
	.list__item__inner p a {
		font-size: 0.938rem !important;
	}
	.add-wrap{
		padding: 15px 0;
	}
	.innerpage-list ul{
		margin: 0;
		padding: 0;
	}
	.innerpage-list li{
	margin: 0 0 20px 0;
	}
	.innerpage-list li a{
		color: #3366cc;
		border-bottom: 1px dotted #3366cc;
		display: inline-block;
		margin-bottom: 5px;
		text-decoration: none;
		font-size: 16px;
	}
	.innerpage-list li a:hover{
		color: #666;
	}
	.innerpage-list li p{
		margin: 0;
	}
	
	.inner_common_list ul{
		list-style-image: url(../img/green_arrow_r.png);
		padding: 0 0 0 21px;
		margin: 0;
	}
	.inner_common_list ul li {
		margin-bottom: 15px;
	}
	.inner_common_list ul li a {
		padding-right: 20px;
		background: url(../img/link_icon.png) no-repeat right top;
		font-size: 14px;
		text-decoration: none;
	}
	
	.a-to-z{
		margin: 30px 0;
		padding: 0;
		text-align: center;
	}
	.a-to-z li{
	margin:2px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	
	}
	.a-to-z li a{
		color: #fff;
		width: 20px;
		height: 20px;
		background: #3366cc;
		display: inline-block;
		text-decoration: none;
		border-radius: 2px;
	}
	.a-to-z li a:hover{
		color: #fff;
		background: #333;
	}
	
	.leagal-systam{
		padding:0 15px 15px 15px;
		background: #fff;
		border: 1px solid #c9c9c9;
	}
	.alfa-head-style h4{
		font-weight: bold;
		color: #3366cc;
		font-size: 18px;
		margin:15px 0 5px 0;
		border-bottom: 2px solid #3366cc;
		display: inline-block;
	}
	.leagal-systam a{
		color: #3366cc;
		border-bottom: 1px dotted #3366cc;
		display: inline-block;
		margin: 5px 0;
		text-decoration: none;
	}
	.leagal-systam a:hover{
		color: #333;
	}
	.leagal-systam ul{
		list-style-type: disc !important;
	}
	.footer-top{
		padding: 15px 0 15px 0;
	}
	.footer-top h3{
		color: #3366cc;
	}
	.footer-top a{
		color: #3366cc;
		border-bottom: 1px dotted #3366cc;
		display: inline-block;
		margin: 5px;
		text-decoration: none;
		font-weight: 600;
	}
	.footer-top a:hover{
		color: #333;
	}


	/* New Style Added */
	.table_row *{
		box-sizing: border-box;
	}
	.table_row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 10px;
	}
	.table_col_3, .table_col_4{
		width: 100%;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
	}

	.fullHeight{
		height: 100%;
	}
	.anotherState{
		border: 1px solid #c9c9c9;
	}
	.ddWrap{
		border-bottom: 1px solid #c9c9c9;
		padding: 15px;
		margin-bottom: 15px;
		background: #f8f8f8;
	}
	.anotherState select{
		width: max-content;
		margin: 0 auto;
	}
	.table_inner_col{
		padding-left: 10px;
		padding-right: 10px;		
	}
	.listBoxWrap{
		padding: 0;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.listBoxWrap ul{
		padding: 0;
		margin: 0;
	}
	.flexHeading {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 85px;
	}
	.blue_headline p {
		margin: 0;
		padding: 0 10px 5px 10px;
	}
	.asdf {
		border: 1px solid #c9c9c9;
		padding: 10px;
		/* height: 100%; */
		flex: 1;
	}
	.small1 {
		font-size: 11px;
	}
	.backToHome{
		background: url(../img/blue_tile.jpg) repeat-x center center;
		color: #FFFFFF !important;
		cursor: pointer;
		font-size: 1.1em;
		font-weight: bold;
		border: 0;
		min-width: 150px;
		display: flex;
		padding: 10px;
		width: fit-content;
		margin: 0 auto;
		align-items: center;
		width: fit-content;
	}
	.backToHome img {
		margin:0 5px;
	}
	.btnStyle1{
		
		margin: 0 auto;
		display: inline-block;
		color: #fff !important;
		background: #EFB311;
		font-weight: normal;
		font-size: 16px;
		line-height: 16px;
		border: 2px solid #EFB311;
		border-radius: 40px;
		text-align: center;
		padding: 10px 30px;
		transition: all 0.4s ease;
		text-decoration: none;
		box-shadow: 0px 6px 0px 0px rgb(183, 134, 0);
		position: relative;
	}
	.btnStyle1:hover {
		color: #fff !important;
		border-color: #385899;
		background-color: #385899;
		text-decoration: none;
		box-shadow: 0px 6px 0px 0px rgb(15, 43, 101);
	}
	.btnStyle1:after {
		border-width: 1px 1px 0 0;
		content: ' ';
		background: url(../img/down-arrow.png) no-repeat center bottom;
		display: block;
		height: 13px;
		position: absolute;
		width: 10px;
		bottom: 1px;
		left: 50%;
		margin-left: -5px;
		z-index: 99;
	}
	.flexHeading{
		background: #4065a9;
	}
	.headingStyle1{
		padding: 10px;
		background: #e1f1ff;
	}
	.footerUp{
		border: 1px solid #c9c9c9;
		background: #f8f8f8;
		padding: 10px;
	}
	.footerUp h3{
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 1.2em;
		
	}
	.footerUp a{
		margin: 0 5px 5px 0;
		color: #fff;
		font-weight: normal;
		display: inline-block;
		text-decoration: none;
		background: #3b9dff;
		padding: 2px 5px;
	}

	.footerUp a:hover{
		text-decoration: none;	
		background: #3366cc;
	}

	
	@media screen and ( max-width: 900px ){
		.PRS_box_wrap{width:100%;
		}
	}
	
	@media screen and ( max-width: 800px ) /* 800 */
	{
		.list__item
		{
			width: 33.333%; /* 3 items per row */
		}
	}
	
	@media screen and ( max-width: 640px ) /* 640 */
	{
		.list__item
		{
			width: 50%; /* 2 items per row */
		}
	}
	
	@media screen and ( max-width: 320px ) /* 320 */
	{
		.list__item
		{
			width: 100%; /* 1 item per row */
			float: none;
		}
	
	
	}
	
	@media screen and (max-width: 767px){
		#tool-menu-new li{display:block; margin-bottom:10px;}
		#tool-menu-new li:nth-child(2) a {margin: 0;}
		.boxed_list_2 li span{min-height:100px;}
		table.stateTable td{
			display: block;
			width: 100%;
		}
	}
	@media screen and (max-width: 768px){
		/*.logo{ text-align:center; display:block; float:none;}
		.logo img{ max-width:100%;}	
		header h2{text-align:center; display:block; float:none; margin:0;max-width:100%;}
		.PRS_box_wrap{
			width:100%;
		}
		 .table_wrap table td{
			display:block;
		} */
		
		.logo{ text-align:center; display:block; float:none;}
		.logo img{ max-width:100%;}	
		header h2{text-align:center; display:block; float:none; margin:0;max-width:100%;font-size: 14px;}
		.PRS_box_wrap{width:100%;}
		.table_wrap table td{
			display:block !important;
			width:100% !important;
			float:left !important;
		}
		
		.postQuestion_newbox .PRS_box input[type="text"], .postQuestion_newbox .PRS_box select, textarea{ width:100% !important;}
	
		.table_wrap table td.captcha-textbox{
			width:90% !important;
		}
		.table_wrap table td.captcha-btn{
			width:10% !important;
		}
		.captcha-img{margin-left:10px;}
		.PRS_box_table{
			display:block;
			width:100%;
		}
		.PRS_box_col{
			display:block;
			width:100%;
			padding:5px 0;
		}
		.col_mi{
			width:100%;
			min-width:50px;
		}
		.PRS_box_wrap table tr td{
			display:block !important;
			width:100% !important;
			float:left !important;
			background:#090 !important;
		}
		
		.orange_btn{
			font-size:100%;
		}
		.lastLabel{
			margin:0 !important;
			min-height:10px !important;
		}
		.form2{
			border-spacing: 0 !important;
		}
		.form2 td{
			padding-bottom:5px !important;
		}
		.form2 td:last-child{
			padding-bottom:0;
		}
		#tool-menu li{
			display:block;
		}
		#tool-menu .current:after{
			background:none;
		}
		
		#tool-menu .countyli{width:100%;}
		
		li.current a:after{
			background:none;
		}
		#tool-menu li a{
			line-height:normal;
			font-size:100%;
			margin-top:5px;
			text-align:left;
		}
		.inside_contect_wrap ul.inner_list_parent{
			padding-left:21px;
		}
		.blockquote{
			margin-left:0;
		}
		blockquote {
			-webkit-margin-start: 0px;
			
		}
		.postQuestion_box{
			width:100%;
		}
		.page_table{
		display:block;
		width:100%;
		}
		.page_table_col{
		display:block;
		width:100%;
		padding-right:0;
		}
		.page_table_col:last-child{
			padding-right:0;
		}
		.boxed_list li{ width:33.33%;}
	}
	
	/*@media screen and (max-width: 480px){
	#tool-menu li a {
		font-size: 82%;
		text-align:left;
	}
	}
	*/
	@media screen and (max-width: 857px){
	iframe {
		/* height:380px; */
		height:415px;
	  }	
	}
	
	@media screen and (min-width: 821px){
		
	}
	@media screen and (max-width: 700px){
	.boxed_list{ width:100%;}
	.boxed_list li{ width:50%;}
	}
	@media screen and (max-width: 500px){
	.boxed_list{ width:100%;}
	.boxed_list li{ width:100%;}
	}
	
	@media screen and (max-width:400px){
	.mob-btn{
		min-width: 100px !important;
	}
	
	}
	@media screen and (min-width:991px){
		.table_col_4 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		.table_col_3 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%;
		}
		.listBoxWrap{
			display: flex;
			margin-bottom: 0px;
		}
	}
	
	/*==========================================================================*/
	
	