/* ==========================================================================
   Designed & developed by Softhues Technologies Pvt. Ltd.
   Author: Tijo Chacko
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 12px;
    line-height: 24px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d5559;
	padding:0;
}
.responsive-menu{
display:none!important;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


header{
	background:#054f73;
	color:#FFF;
	
	}

header a{
	color:#FFF;
	font-weight:bold;
}

header span{
	float:right;
}


header a:hover{
	color:#FFF;
	text-decoration:none;
}

.logo{
	margin:30px 0px;
}

.menu{
	float:right;
}

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

.menu ul li{
	float:left;
	padding: 40px 0px 15px 28px;
}

.menu ul li a{
	color:#000;
}


.menu ul li a:hover{
	color:#054F73;
	text-decoration:none;
}



.menu ul li img{
	margin:0px 5px;
}

.adspace{
	/*float:right;*/
	/*background:#F3F3F3;*/
	width:468px;
	height:70px;
	/*border:1px solid #F3F3F3;*/
	/*text-align:center;*/
	overflow:hidden;
}
.online_head{
	
	float:left;
	border-radius:3px;
	background: #b9e3f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b9e3f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e3f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b9e3f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b9e3f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b9e3f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b9e3f7 0%,#ffffff 100%); /* W3C */
	line-height:normal;
	padding:8px 88px 5px 18px;
	font-size:15px;
	margin-right:2px;
	width:100%;
	color:#282828;
	font-size:15px;
	font-weight:bold;
	margin-bottom:32px;
	
}

.online_head img{
	width:15px;
	height:auto;
	margin-right:5px;
}

.online-list{
	border-bottom:1px solid #d8d8d8;
	padding:10px 3px;
	line-height:normal;
}

.online-list img{
	float:left;
	height:auto;
	margin:0px 5px 0px 0px;
        max-height: 40px;
}

.online-list strong{
line-height: 25px;

}
.footerlink{
	float:left;
}

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

.footerlink ul li{
	float:left;
	padding:10px 0px 5px 15px;
}
.footerlink ul li a{
	color:#333;
}
.footerlink ul li a:hover{
	text-decoration:none;
}

.footerlink ul li:first-child{
	padding-left:0px;
}
.footerlink span{
	color:#959595;
}
.socialmedia{
	padding:10px 0px;
	float:right;
}
.socialmedia ul{
	margin:0;
	padding:0;
	list-style:none;
}

.socialmedia ul li{
	float:left;
	padding-left:5px;
}

.terms{
	float:right;
	text-align:right;
}
.socialmedia ul li a{
	color:#000;
}
.socialmedia ul li a:hover{
	text-decoration:none;
}

.label01{
	font-weight:normal;
	width:200px;
}

.re-feild {
	padding: 5px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FFF;
	border: 0px;
	margin: 0px 0px 15px 23px;
	width: 50%;
	border: 1px solid #E0E0E0;
	color:#3F3D3D;
}

.re-feild01 {
	padding: 5px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FFF;
	border: 0px;
	margin: 0px 0px 15px 20px;
	width: 50%;
	border: 1px solid #E0E0E0;
	color:#A2A2A2;
}

.save{
	background:#0EAAE3;
	border:0px;
	border-radius:2px;
	padding:5px 15px;
	color:#FFF;
}

.save:hover{
	background:#0E8FBF;
}

.cancel{
	background:#008DC4;
	border:0px;
	border-radius:2px;
	padding:6px 15px;
	color:#FFF;
	line-height:normal;
}



.cancel:hover{
	background:#02658B;
}

.submit-red{
		-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	padding:5px 10px;
	
}

.freelegal-label{
	color:#333;
	font-weight:400;
	font-size:13px;
}


.submit-red:hover{
	background:#E31007;
}

.cancel_button_common{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	
}
.cancel_button_common:hover{
	background:#F3F3F3;
}


.label02{
	font-weight:normal;
	width:150px;
}


.re-feild02 {
	padding: 5px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FFF;
	border: 0px;
	margin: 0px 0px 15px 20px;
	width: 74%;
	border: 1px solid #E0E0E0;
	color:#A2A2A2;
}



.re-feild03 {
	padding: 5px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FFF;
	border: 0px;
	margin: 0px 0px 15px 0px;
	width: 100%;
	border: 1px solid #E0E0E0;
}

.re-feildnew {
	padding: 5px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FFF;
	border: 0px;
	margin: 0px 0px 15px 0px;
	width: 75%;
	border: 1px solid #E0E0E0;
}

.span01{
	margin:0px 5px 0px 56px;
}



.mobil-feild {
	padding: 5px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FFF;
	border: 0px;
	margin: 0px 0px 15px 0px;
	width: 30%;
	border: 1px solid #E0E0E0;
}

.email{
	width:250px;
}

.note{
	padding:10px 0px;
	font-size:10px;
	font-style:italic;
	text-align:justify;
}

.contactlabel{
	width:120px;
	font-weight:normal;
	margin:5px 0px;
}
.con-feild{
	border:1px solid #CCC;
	border-radius:2px;
	padding:3px;
	width:100%;
}


.con-button{
background: #0689C8;
border-radius: 2px;
padding: 5px 13px;
margin: 20px 0px;
border:0px;
color:#FFF;
font-weight:bold;
}



.students ul{
	margin:20px 0px;
	padding:0;
	list-style:none;
}


.students ul li{
	line-height:34px;
	background:url(..//img/listicon.png) no-repeat;
	padding-left:20px;
	font-size:11px;
	font-weight:bold;
	float:left;
	margin: 0px 20px 0px 0px;
}



.students strong{
	font-size:13px;
	text-transform:uppercase;
	}

.onlinetraining{
	float:left;
	background:#F7F7F7;
	border-radius:5px;
	padding:10px;
	margin:0px 9px 20px 0px;
	width:136px;
	text-align:center;
	line-height:18px;
	
	}

.onlinetraining:hover{
	cursor:pointer;
	background:#E7E7E7;
}



.topics,.topicsq{
	color:#333;
	font-weight:bold;
}

.topicsbox,.topicsbox66,.oppurtunitybox{
	float:left;
	width:50%;
	margin-bottom:30px;
}

.topicsbox ul{
	margin:0;
	padding:0;
	list-style:none;

}

.topicsbox ul li{
	background:url(..//img/next01.png) left no-repeat;
	padding-left: 30px;
}

.topicsbox ul li a{
	color:#686868;
}



.topicsbox ul li a:hover{
	text-decoration:none;
	color:#428BCA;
}















.topicsbox01{
	float:left;
	margin-bottom:30px;
}

.topicsbox01 ul{
	margin:0;
	padding:0;
	list-style:none;

}

.topicsbox01 ul li{
	/*background:#054F73;*/
/*	text-align:center;*/
	border-radius:5px;
	margin:5px 0px;
	padding:5px;
	
	width:150px;
}

.topicsbox01 ul li a{
	color:#428BCA;
}



.topicsbox01 ul li a:hover,.myhome_button:hover{
	text-decoration:none;
	color:#06C;
}
.label03{
	width:150px;
	padding-left:20px;
}
.right-advacate-new-1 .label03{
	width:150px;
	padding-left:0px!important;
}


.dott{
	padding-right:30px;
}


.phone-cunsult {
background: #139222;
border: 0px;
border-radius: 2px;
padding: 3px 8px;
color: #FFF;
}

.phone-cunsult:hover {
	text-decoration:none;
	color:#030;
	
}

.right-advacate{
	float:left;
	width:466px;
}
.right-advacate-new{
	width:100%!important;
}

.feed-link{
	margin-right:50px;
}
.label04{
	margin-left:0px;
	width:150px;
}

.right-advacate input{
	line-height:normal;
	border:1px solid #999;
	padding:5px;
	border-radius:5px;
	width:250px;
}	








/*###########################################
Inactive
###########################################*/
.usertab{
	
}

.usertab ul{
	margin:0;
	padding:0;
	list-style:none;
	cursor:pointer;
}
.usertab ul li{
	color:#282828;
}
.usertab ul li.active{
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%); /* W3C */

}
.usertab ul li.active a{
	color:#282828;
	text-decoration:none;
}

.usertab ul li.active a:hover{
	text-decoration:none;
}


.usertab ul li{
	float:left;
	border-radius:3px;
	background: #b9e3f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b9e3f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e3f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b9e3f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b9e3f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b9e3f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b9e3f7 0%,#ffffff 100%); /* W3C */
	line-height:normal;
	padding:8px 112px 5px 20px;
	font-size:15px;
	margin-right:2px;
	font-weight:bold;
}
.usertab ul li img{
	margin-right:10px;
}

.inactive a:hover {
	text-decoration:none;
}

.inactive a {
    color: #282828;
    z-index: 1;
	text-decoration:none;
}

.inactive a:focus {
    outline: none;
}

/*###########################################
notification
###########################################*/
span.notification {
    position: absolute;
    padding: 5px;
    margin-top: -6px;
    color: white;
    min-width: 15px;
    text-align: center;
    border: 1px solid #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#222));
    background: -moz-linear-gradient(top center, #2a2a2a, #222);
    -webkit-box-shadow: inset 0 0 1px #333;
    -moz-box-shadow: inset 0 0 1px #333;
    text-shadow: 0 -1px 1px black;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-left: 10px;
}

/*###########################################
slider
###########################################*/

#slider {
    width:100%;
    padding:15px 0px;
	float:left;
}




.forusers{
	float:left;
	margin: 15px 2px 10px 47px;
	text-align:center;
	width:130px;
}
.forusers a{
	color:#333;
}
.forusers p {
	float:left;
	text-align:left;
	text-align:center;
}



.forusers01{
	float:left;
	-webkit-border-radius: 50%; /* Can also be 50px */
		  -moz-border-radius: 50%;
		  border-radius: 50%;
		  width: 88px;
		  height: 88px;
		  padding:15px 10px 0px 10px;
		  
}


.forusersnew{
	float:left;
	margin: 15px 6px 10px 45px;
	text-align:center;
	width:130px;
	
}
.forusersnew a{
	color:#333;
}
.forusersnew p {
	float:left;
	width:110px;
	text-align:center;
}


.forusersnew01{
	-webkit-border-radius: 50%; /* Can also be 50px */
		  -moz-border-radius: 50%;
		  border-radius: 50%;
		  width: 88px;
		  height: 88px;
		  padding:19px 10px 0px 10px;
		  border:1px dotted #333;
		  
}


.top{
	float:left;
	width:200px;
	border-bottom:1px dotted #999999;
	margin: 10px 7px 10px 25px;
	
	
	}

.top img{
	float:left;
}

.top strong{
	float: right;
	padding-right: 8px;
	font-size: 11px;
}
.top span{
	text-align:right;
	float:right;
	font-size:11px;
	color:#333;
}

.top .location{
	color:#09F!important;
	padding:0px 10px;
}
.top .like{
	padding:10px 10px;
	font-size:9px;
	font-style:italic;
	color:#09F;
	}




/*###########################################
Back
###########################################*/

.back {
	font-weight: bold;
	padding: 20px 0 30px 0;
	line-height: 25px;
	margin-left: 35px;
}

.back a, .back a:visited{
	padding: 0 0 3px 0;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}

.back a:hover, .back a:visited:hover{
	padding: 0 0 3px 0;
	color: #990000;
	border-bottom: 1px solid #000000;
}

.back a:active{
	padding: 0 0 3px 0;
	color: #000000;
	border-bottom: 4px solid #000000;
}












/* Tab CSS */
* { margin:0px; padding:0px; }
 
/* Style for Usual tabs */
.usual {
  color:#111;
  width:100%;
  margin:8px auto;
  display:block;
}
.usual li { list-style:none; float:left;  }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:0px 8px;
  margin-left:0;
  font-size:14px;
  color:#333435;
  background:#B9E3F7;
   -moz-border-radius:5px 5px 0px 0px;
   -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}
.usual ul a:hover {
  color:#333435;
  background:#9f9f9f;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#F1F1F1;
  -moz-border-radius:5px 5px 0px 0px;
   -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
  border:0px;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:#f1f1f1;
  -moz-border-radius:0px 5px 5px 5px;
  -webkit-border-radius:0px 5px 5px 5px;
  border-radius:0px 5px 5px 5px;
}
.usual div a { color:#000; font-weight:bold; }
 
#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
















.search_feeld{
	width:88%;
	border:0;
	background: #FFF;
	padding: 7px;
	color: #666;
	font-size:14px;
	margin-right:6px;
}




.search-butt{
	background: rgb(11,119,171);
	background: -moz-linear-gradient(top,  rgba(11,119,171,1) 0%, rgba(30,169,235,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,119,171,1)), color-stop(100%,rgba(30,169,235,1)));
	background: -webkit-linear-gradient(top,  rgba(11,119,171,1) 0%,rgba(30,169,235,1) 100%);
	background: -o-linear-gradient(top,  rgba(11,119,171,1) 0%,rgba(30,169,235,1) 100%);
	background: -ms-linear-gradient(top,  rgba(11,119,171,1) 0%,rgba(30,169,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(11,119,171,1) 0%,rgba(30,169,235,1) 100%);
	border:0px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 30px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	line-height:normal;

	
	}
	
	
	
	.search_feeld01{
		width:397px;
		border:1px solid #fff;
		line-height:normal;
		padding:9px;
		margin-right:5px;
		color:#666;
		font-size:14px;
}

	.search_feeld01_home1{
		width:210px;
		border:1px solid #fff;
		line-height:normal;
		padding:9px;
		margin-right:5px;
		color:#666;
		font-size:14px;
}
.search_feeld01_home2{
		width:63%;
		border:1px solid #fff;
		line-height:normal;
		padding:9px;
		margin-right:5px;
		color:#666;
		font-size:14px;
}
	
	
	
	
.serach_butt{
	background:#054F73;
	padding:5px 20px 5px 10px;
	color:#FFF;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	float:left;
	width:100%;
}
	
.searchbox01{
	width:200px;
	float:left;
	margin-right:10px;
	display:block;
	
}
	
.searchbox01 ul{
	margin: 27px 0px;
	padding:0;
	list-style:none;
}
.searchbox01 ul .folder{
	padding:0px 30px;
	line-height:40px;
	border-bottom:1px dotted #999;
	background:url(../img/folder.png) left no-repeat;
	
	}
.searchbox01 ul .file{
	padding:0px 30px;
	line-height:40px;
	border-bottom:1px dotted #999;
	background:url(../img/file.png) left no-repeat;
	
	}	
	
.searchbox01 ul li a{
	color:#333;
	
	
	}	
	
	
.searchbox01 ul li a:hover{
	color:#333;
	text-decoration:none;
	
	
	}	
		
	
	
	.linke_section{
		margin:20px 0px;
		
	}
	
	.linke_section span{
		margin-right:30px;
		
	}
	
	
	.linke_section a{
		color:#03649b;
	}
	
	.linke_section a:hover{
		text-decoration:none;
	}
	
	
	
	
	
	




/* ==========================================================================
   inner page css 
   ========================================================================== */

.innerlogo{
	line-height:normal;
	float:left;
	position: absolute;
margin: 18px 0px 0px 0px;
}
.select{
	padding:9px;
	line-height:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#FFF;
	border:0px;
	margin: 15px 0px 13px 9px;
	width:141px;
	}
.in-feaild{
	padding:10px;
	line-height:normal;
	-moz-border-radius:2px 0px 0px 2px;
	-webkit-border-radius:2px 0px 0px 2px;
	border-radius:2px 0px 0px 2px;
	background:#FFF;
	border:0px;
	margin: 13px 0px 13px 0px;
	width:220px;
	}

.butt{
	padding:10px;
	line-height:normal;
	-moz-border-radius:0px 2px 2px 0px;
	-webkit-border-radius:0px 2px 2px 0px;
	border-radius:0px 2px 2px 0px;
	background:#FFF;
	border:0px;
	margin: 13px 9px 13px -3px;
	width:40px;
	background: #FFF url(../img/search-icon.png) center no-repeat;
	}

.innermenu ul{
	margin: 16px 0px;
	padding:0;
	list-style:none;
}
.innermenu ul li{
	float:left;
	padding:5px 8px;
}

.innermenu ul li a{
	float:left;
	font-weight: normal!important;
}

.innermenu ul li.user{
	background:#0689c8;
	border-radius:2px;
	padding: 5px 13px;
	margin: 0px 5px;
}

.innermenu ul li.user a{
	font-weight:bold!important;
}

.in_adspace {
	/*background: #F3F3F3;*/
	/*width: 468px;
	height: 70px;*/
	/*border: 1px solid #F3F3F3;*/
	/*text-align: center;*/
	margin:30px 0px;
	overflow:hidden;
}

.in-head{
	margin:10px 0px;
	text-transform:uppercase;
	font-size:15px;
	line-height: 27px;
	color:#202020;
	
}

.in-head img{
	margin:5px 5px 5px 0px;
}

.choose {
	padding: 5px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	border: 0px;
	margin: 0px 0px 3px 0px;
	width:24.6%;
	border:1px solid #E0E0E0;
}

.section01{
	color:#000;
	border-bottom:1px dotted #7E7E7E;
	padding:20px 0px;
}

.loca{
	color:#0689C8;
	float:right;
	width:240px;
	padding-right:10px;
	text-align:right;
}
.exper{
	color:#054F73;
	float:right;
	}
.detail{
	font-weight: 100;
	color: #6E6E6E;
	margin-bottom:20px;
}

.name a{
	font-weight:bold!important;
	color:#000;
}

.details_button{
	background:#054F73;
	color:#FFF;
	padding:5px 10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	float:right;
	line-height:normal;
	margin-top:5px;
	
	}

.details_button:hover{
	color:#09C;
}

.ad240x400{
	margin:30px 0px 10px 0px;
	position:fixed;
	width:100%;
	height:auto;
}
.left_fix{
	position:fixed;
	top:250px;
	left:0;
	background: #e74802;
	border-radius:0px 5px 5px 0px;
}
.left_fix:hover{
	background:#52acdc;
}
.b1{
	
	padding: 0px 14px 0px 0px;
	color:#FFF;
	margin:5px 0px;
	font-weight:bold;
}

.b1 a{
	color:#FFF;
}
.b1 a:hover {
	text-decoration:none;
	font-weight:bold;
	
}





.b2 a{
	color:#FFF;
}
.b2 a:hover {
	text-decoration:none;
}
.b2:hover{
	cursor:pointer;
	font-weight:bold;
}

.b2{
	
	padding: 0px 14px 0px 0px;
	color:#FFF;
	margin:5px 0px;
}


.pagination{
	padding: 10px 0px 0px 243px;
}
.pagination img{
	width: 25px;
	height: auto;
	margin: 2px;
}


.sub_mit{
	background: #0689c8;
	border-radius: 2px;
	padding: 5px 13px;
	margin: 0px;
	border: none;
	color: #fff;
}

.search-txt{
	padding: 3px;
	border: 1px solid #0689c8;
	border-radius:2px;
	padding:9px;
	line-height:normal;
}



input.radio1,input.radio2,input.radio3 {
	vertical-align: middle; 
	margin-top: 0;
}

.help,.cnsltnt {
	position: absolute;
	top: 35px;
	right: 22px;
}

.help,.cnsltnt1 {
	position: absolute;
	top: 34px;
	right: 142px;
}

.ph-cnsltnt {
	position: absolute;
	top: 90px;
	right: 0;
}

.ph-cnsltnt1 {
	position: absolute;
	top: 90px;
	right: 118px;
}

.b-onnect a {	
	font-weight:700;
	
}

.ph-cnsltnt1:hover,.ph-cnsltnt:hover {	
 font-weight:700;
 color:#054F73;
 text-decoration:underline;
	
}

.topicsbox ol li .in-terms {
	margin:0;
	list-style:none;
}


.topicsbox .in-privacy {
	margin:0;
	padding-left:15px !important;
	list-style:disc;	
}

.topicsbox .in-privacy li,.oppurtunitybox .in-privacy li {
	background:none;
	padding-left:5px !important;	
}

.topicsbox  ol li .in-terms li{
	background:none !important;
}


.in-terms li{
	padding:0px !important;
	background:none !important;
}

.topicsbox .in-privacy,.topicsboxq .in-privacy,.oppurtunitybox .in-privacy {
	margin:0;
	padding-left:15px !important;
	list-style:disc;	
}

.topicsbox ol,.topicsbox66 ol,.oppurtunitybox ol {
	padding-left: 20px;
}

.sitemap {
	margin:0;
	padding:0;
	list-style:none;
}

.sitemap a{
	color:#000;
}


.adv-spc a{
	color:#000;
	padding-right:15px;
	padding-left:0;
}

.box {
	padding:0;
}


.in_adspace0 {
	background: #F3F3F3;
	width: 728px;
	height: 90px;
	border: 1px solid #F3F3F3;
	text-align: center;
	margin: 30px 0px;
}

.in_adspace1 {
	background: #F3F3F3;
	width: 160px;
	height: 600px;
	border: 1px solid #F3F3F3;
	text-align: center;
	margin: 0px;
}

.pagination1 {
	padding: 50px 0px 0px 400px;
}

.pagination1 img {
	width: 25px;
	height: auto;
	margin: 2px;
}

.site1,.site2,.site3{
	width:8px;
	float:left;
}

.ab-footer{
	border-top:1px dotted #999;	
}

.connect{
	padding: 20px 25px;	
}

.connect1{
	padding: 20px 30px;	
}

.connect img{
 	padding: 0 20px;
}

.connect-pn{
	padding: 0 20px;
}

.law-i{
	float:left;
	padding-left: 42px;	
}
.city{
	width: 94px;
	float: left;
}
.city a{
	color:#000;	
}

#wrapper {
	/* Center wrapper perfectly */


	margin: 60px 0;
	float: left;
}

/* Download Button (Demo Only) */
.download {
	display: block;
	position: absolute;
	float: right;
	right: 25px;
	bottom: 25px;
	padding: 5px;
	
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
	color: rgba(0,0,0,0.5);
	text-shadow: 1px 1px 0 rgba(256,256,256,0.5);
}

.download:hover {
	color: rgba(0,0,0,0.75);
	text-shadow: 1px 1px 0 rgba(256,256,256,0.5);
}

.download:focus {
	bottom: 24px;
}

.ad-space {
	/*background: #F3F3F3;*/
	width: 336px;
	height: 280px;
	/*border: 1px solid #F3F3F3;
	text-align: center;*/
	margin: 60px 0px;	
}


.rental{
	color:#fff;
}

.rental li{
	color:#fff !important;
}

.rental ul li .sub_links_links li a {
	font-weight:300;
}

.rent-head {
	border-bottom:1px dotted #CCCCCC; 	
	float:left; 
	width:100%;
}

.rentin-head{
	margin: 10px 0px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
	color: #202020;
}

.rentin-head span {
	padding-left:12px;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}

.rent-ad {
    background: none repeat scroll 0% 0% #F3F3F3;
    width: 728px;
    height: 90px;
    border: 1px solid #F3F3F3;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 35px;
}



/*******************
LOGIN FORM
*******************/

.login-form {
	margin: 0 auto;
	position: relative;
	
	background: #F7F7F7;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.login-help {
	padding:20px 0;
}

/*******************
HEADER
*******************/

.login-form .header {
	padding: 0px 30px 30px 30px;
}

.login-form .header h1 {
	font-weight: 300;
	font-size: 22px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.login-form .header span,.frget-acnhr {
	font-size: 12px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/*******************
CONTENT
*******************/

.login-form .content {
	padding: 0 30px 0px 30px;
}

/* Input field */
.login-form .content .input {
	width: 100%;
	padding: 10px 25px;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 25px;
}

.login-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.login-form .content .input:focus {
	background: #dfe9ec;
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}


.content input:focus + div{
	left: -46px;
}

/* Animation */
.input,.button, .register {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

/*******************
FOOTER
*******************/

.login-form .footer {
	padding: 25px 30px 20px 30px;
	overflow: auto;
	background: #d4dedf;
	border-top: 1px solid #fff;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.login-form .footer .button {
	float:right;
	padding: 9px 25px;
	
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	
	background: #0689C8;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover {
	background: #0EAAE3;
	border: none;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;
	
	background: #56c2e1;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

/* Register button */
.login-form .footer .register {
	display: block;
	float: right;
	padding: 10px;
	margin-right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	font-weight: 300;
	font-size: 18px;
	color: #414848;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
}

.login-form .footer .register:hover {
	color: #3f9db8;
}

.login-form .footer .register:focus {
	position: relative;
	bottom: -1px;
}



.panel_primary{
	margin: 30px auto;	
}
.pannel_headeing {
	border:#428bca;
	background:#428bca;
	color:#fff;
	padding:10px 15px;
}

.pannel_headeing h2 {
	font-size: 14px;
	font-weight: 700;
}

.panel_body{
	padding:15px;
	background: #f7f7f7;
}

.panel_primary .form_horizontal .lbl-control,.panel_primary .form_horizontal .lbl-controlacc {
	font-weight: 600;
	color: #777;
	width: 25%;
	padding: 15px 0;	
}

.form_control {
	height: 34px;
	width: 50%;
	padding: 6px 12px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.panel_primary .button {
	padding: 12px 19px;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	line-height:normal;
	background: #0689C8;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.panel_primary .button:hover {
	background: #0EAAE3;
	border: none;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.panel_primary .button:focus {
	position: relative;
	bottom: -1px;
	
	background: #56c2e1;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

.panel_primary a {
	padding-left:10px;
}

.captcha {
margin-bottom: 0;
margin-top: 25px;	
}

.ad-space4 {
	/*background: #F3F3F3;*/
	/*width: 728px;
	height: 90px;
	border: 1px solid #F3F3F3;
	text-align: center;*/
	margin: 60px 0px;
}

.law-feed {
 	width: 270px;
}

.legal-feed {
	width:275px;
}

.legal-doc {
	color: #0689C8;
	text-align:right;
}

.name1 {
color: #1592CE;
font-weight: 700;
}

.topicsbox05{
	float:left;
	margin-bottom:30px;
}

.topicsbox05 ul{
	margin:0;
	padding:0;
	list-style:none;

}

.topicsbox05 ul li{
	background:#054F73;
	text-align: left;
	border-radius:5px;
	margin:5px 0px;
	padding:5px 15px;
	font-weight:bold;
}

.topicsbox05 ul li a{
	color:#fff;
}



.topicsbox05 ul li a:hover{
	text-decoration:none;
	color:#428BCA;
}

.topicsbox05 ul li .sub_links li{
	background: #054F73;
	text-align: left;
	border-radius: 5px;
	margin: 2px;
	padding: 0px 15px;
	font-weight: bold;
}

.legal-i {
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 2px;
	float: left;	
}

.section011 {
	color: #000;
	border-bottom: 1px dotted #7E7E7E;
	padding: 15px 0px;
	float: left;
	width: 100%;
}



.section011 img,.section022 img {
	padding-right: 5px;
	padding-top: 5px;
	float: left;
}

.section011 a {
	float: left;
	width: 446px;	
}


.popup_item {
	float: left;
	margin: 10px;
	width: 125px;
	height:110px;
	text-align:center;
}
.popup_item  a{
	color:#000;
	font-size:10px;
	text-transform:uppercase;
}
.popup_item  a:hover{
	color:#1a7bd9;
	text-decoration:none;
}


.popup_item01 {
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 88px;
	height: 88px;
	padding:18px 10px 0px 11px;
	margin-left:20px;
}





#overlay {
	visibility: hidden;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 1000;
	
	background:rgba(0,0,0,0.5);
}
#overlay .inner{
	width: 57.76%;
	position: relative;
	margin: 100px auto;
	background-color: #FFF;
	border: 1px solid #009DF1;
	padding: 15px;
	height: auto;
	float:left;
	margin-left: 196px;
	text-align: justify;
	margin-top: 65px;
	line-height: 18px;
	border-radius: 5px;
}
.close{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -17px;
	margin-right: -15px;
}


#overlay01 {
	visibility: hidden;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 1000;
	
	background:rgba(0,0,0,0.5);
}
#overlay01 .inner{
	width: 65%;
		position: relative;
	margin: 100px auto;
	background-color: #FFF;
	border: 1px solid #009DF1;
	padding: 15px;
	height: auto;
	float:left;
	margin-left: 204px;
	text-align: justify;
	margin-top: 65px;
	line-height: 18px;
	border-radius: 5px;
}


#overlay01 .popup_item {
float: left;
	margin: 10px;
	width: 120px;
	height:110px;
	text-align:center;
}






.in-head1{
	margin: 10px 0px;
	font-size: 15px;
	line-height: 27px;
	color: #202020;
}

.head1-ans,.in-head1 img{
	margin: 0px 10px 0px 0;
	width: 30px;
}

.ad-space44 {
	/*background: #F3F3F3;
	width: 728px;
	height: 90px;
	border: 1px solid #F3F3F3;
	text-align: center;*/
	margin: 30px 0px;
	padding:0;
}

.sale-i {
	float: left;
	padding-right: 25px;
}

.sale-ii {
	float: left;
	padding-right: 50px;
}

.connect11 {
	padding: 20px 80px;
}

.ad-space-right {
	/*background: #F3F3F3;*/
	width: 160px;
	height: 600px;
	/*border: 1px solid #F3F3F3;*/
	/*text-align: center;*/
	margin: 0px 0px;
	float: right;
}

.cancel1:hover{
	text-decoration:none;
	color:#fff;
}

.ad7 {
	background: #F3F3F3;
	float:left;
	width: 728px;
	height: 90px;
	border: 1px solid #F3F3F3;
	text-align: center;
	margin: 60px 0px;
}

.dott1{
	float:left;	
	padding-left:3px !important;
}

.label-dott{
	float:left;
	padding-left:0 !important;
}

.right-advacate .cntnt{
	float:left;
	width:510px !important;
	font-size:11px !important;
}

.labe-top {
	width: 150px;
}

.call_link{
	height: 105px;	
}

.guide {
	width: 30% !important;
}

.topicsbox1 {
	width: 70% !important;
	float: left;
    margin-bottom: 30px;
}

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

.topicsbox1 ul li {
	padding-left: 30px;
}

.in_adspace09{
	margin: 28px 0px !important;	
}

.ad-space-right0{
	/*margin-top:30px !important;*/
	margin-bottom:0 !important;
}

.bullets{
	padding-right:30px;
}

.bullets img{
	padding: 0 5px 3px 0;
}



.myhome_button{
	background:#054F73;
	color:#FFF;
	padding:5px 10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	line-height:normal;
	margin: 0 10px 10px 0;
        float:left;
	
	}

.myhome_button:hover{
	color:#09C;
}

.myhome_icons{
	float: left;
	background: #F7F7F7;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 20px 20px 1px;
	width: 140px;
	text-align: center;
	line-height: 18px;
	height:80px;
}	
	}

.myhome_icons:hover{
	cursor:pointer;
	background:#E7E7E7;
}


.ques-text{
	width:100%;
}

.topics12{
	color: #333;
	text-align:justify; 
	float:left; 
	font-weight:normal;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	
}


.ans-txt{
	text-align:justify;	
}

.ans-txt img{
	width:25px; 
	height:25px;	
}

.answr {
	float:left;
	background: #C0373C;
	border: 0px;
	border-radius: 2px;
	padding: 5px 15px;
	color: #FFF;
}

.topics13 {
	color: #333;
	text-align: justify;
	float: left;
	font-weight: normal;
	width: 100%;
}

.dis-link{
	margin-left:20px;
	font-weight:800;
}

.name1{
	font-weight:bold;
	color:#000;
}

.exper1 {
	color: #054F73;
}

.detail5 {
	font-weight: 100;
    color: #054F73;
	cursor:pointer;
	font-weight:bold;
}


.detail_ans{
	font-weight: 100;
	color: #BDBDBD;
}

.detail_bt{
	margin-top:-4px !important;
}

.sec-flo{
	float:left;	
}

.detail_rad{
	padding: 5px;
	color: #222;
	font-family: corbel,sans-serif;
	font-size: 14px;
	vertical-align: top;
	line-height: 12px;
}
.rad{
	float:left;
	margin-bottom:10px;
	padding-right:12%;
}

.rad1{
	margin-bottom:37px;
}


.page_choose {
	padding: 5px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	border: 0px;
	margin: 0px 0px 3px 0px;
	width: 45.6%;
	border: 1px solid #E0E0E0;
}

.sm_pagination{
	width: 230px;
	float: right;
	padding-left: 50px;
}

.in-head55 {
	margin: 10px 0px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
	color: #202020;
	float:left;
	border-bottom: 1px dotted #AAA4A4;
	width:100%
}

.in_adspace66 {
	background: #F3F3F3;
	width: 468px;
	height: 70px;
	border: 1px solid #F3F3F3;
	text-align: center;
	margin: 30px 0px;
	float:left;
}
.in_adspace_small{

	width: 125px;
	height: 125px;
	
}
.launch{
	text-align: center;
	background: #054F73;
	height: 40px;
	padding: 10px;
	color: #fff;
}

.srv_clnt{
	margin-left:30px !important;
}

.in-head span{
	text-transform: none;
	font-weight: normal;
	font-size:12px;
}

.ad-space440{
	/*background: #F3F3F3;
	width: 728px;
	height: 90px;
	border: 1px solid #F3F3F3;
	text-align: center;*/
	margin: 30px 0px;
	padding: 0;
	float:left;
}

.law_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #054f73;
}


.law_table th {
background: #054f73;
color: white;
font-weight: bold;
padding: 10px 20px;
}

.law_table td{
padding: 10px 20px;
}

.law_table tr:nth-of-type(odd) {
background: #eee;
}

.form_control1{
	height:100px !important;
	margin-top:6px;
}

.form_control22{
	width:10%;
}

.form_control222{
	width:30%;
	margin-left: 3px;
}


.cancel_fo{
	cursor:pointer;
}

.add_verify{
	float:left;
}

.verify_la{
	margin-top:30px;
}

.dehl{
	float:left !important;
}

.form_control444{
	width:70% !important;
}

.lbl-property{
	vertical-align:middle !important;
	margin-top: 20px !important;
}

.detail_rad22 {
	color: #706161 !important ;
}

.lbl-property1 {
	vertical-align: middle !important;
}

.ryt_advo{
	width:100% !important;
}

.add_blog{
	width:100%;
}

.prop_container_plus {
	border: 1px solid #dfdfdf;
	background: #fcfcfc;
	border: 1px solid #dfdfdf;
	margin-top: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: times new roman;
	color: #222;
}
.prop_container_plus_blog {
	border: 1px solid #dfdfdf;
	background: #fcfcfc;
	border: 1px solid #dfdfdf;
	margin-top: 0px;
	padding: 20px;
	color: #222;
}

.feed-link11,.feed-link12 {
   	margin-right: 80px;
}


.feed-link12,.feed-link12:hover{
	color:red;
	cursor:pointer;
	text-decoration:none !important;
}

.blo,.legal{
	font-size:13px;
	font-weight:700;
	color:#000;
	margin-right:	80px;
}

.blo1,.legal1{
	font-size:13px !important;
	font-weight:700;
	text-decoration:none !important;
	cursor:pointer;
}

.my_job{
	width: 100% !important;
}

.my_job input{
	line-height: normal !important;
	padding: 5px !important;
	border-radius:5px !important;
}

.fo_law{
	width:50px !important;
}

.legal_job,.my_acc {
	width:66%;
}

.in-head111 {
	margin: 10px 0px;
	font-size: 13px;
	line-height: 27px;
	color: #202020;
	text-transform: uppercase;
}

.ques1{
	font-size:12px;
	font-weight:700;
	color:#000;
	margin-right:	80px;
}

.ques1:hover{
	text-decoration:none;
	color:#000;
}

.in-head50{
	margin: 10px 0px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
	color: #202020;
	cursor: pointer;
	font-weight: 700;
}

.btn-primary {
	color: #ffffff;
	background-color: #fff;
	border-color: #ccc;
}

.btn-primary:hover{
	color: #ffffff;
	background-color: #FFFFFF;
	border-color: #ccc;
}

.my_acc_cntct{
	margin: 10px 170px !important;
}

.lb_acnt{
	float:left;
}

.my_acc1{
	width: 32%;
	margin-right: 30px;
}

.my_add{
	margin-bottom:10px;
	margin-top:10px;
}

.my_canclryt{
	margin-right:20px;
}

.q-group{
	text-decoration: none !important;
	color: #000;
}

.label555 {
	width: 150px;
	padding-left: 0px;
}

.members{
	width:195px !important;
float:left;
}

.members:hover{
	cursor:default!important;
}

.re-d{
	color:#F00;
}

.no_li{
	text-decoration:none!important;
}

.abv-footr{
	text-align: center;
	background: #F7F7F7;
	padding: 10px;
	margin-top: 20px;
}

.pay span{
	margin-right:80px !important;
	font-weight:700;
}

.payment{
 width: 100%; 
}

.pay_ll{
    padding-left: 15px;
    text-indent: -15px;
}

.pay_lll{
    vertical-align: sub;
    position: relative;
    top: -1px;
}


.law-link,.child-link{
	width:30px; 
	height:30px;	
	margin-right:30px;
}

.law-link img{
	width:20px;
	height:20px;
	vertical-align: top;
	margin-right:5px;
}

.sidelink{
	margin:30px 0;
	padding:0;
}

.sidelink li{
	list-style:none;
	padding:10px 10px;
}

.sidelink li img{
	width:50px;
	height:50px;
}

.members a,.membersin{
	color:#000;
}

.membersin:hover{
	text-decoration: none !important; 
}

.members a:hover .membersin:hover{
	text-decoration:none ;	
}

.pro_b{
	margin-right:5px !important;
}

.members44{
	height: 150px !important;
	width: 195px !important;
	background:none !important;
}

.members44 img,.membersin img{
	margin-bottom:13px !important;
}

.members44:hover{
	background:none;
	cursor:default;
}

.head_detail{
	font-size:15px !important;
	font-weight:700 !important;
	margin: 10px 0px !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	line-height: 27px !important;
	color: #202020 !important;
}

.banc_dtail ul li{
	background:none !important;
	padding:0px;
}

.membersin {
	height: 150px !important;
	width: 154px !important;
}

.inc-footer{
	float:left !important;
	width:97% !important;
	margin-top:50px !important;

}

.inc-footer a{
	color:#000 !important;
}

.ban-title{
	color:#fff;
	text-decoration:underline;
}

.lbl-ban{
	width:30% !important;
}

.in-headview{
	margin: 10px 0px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
	color: #202020;
}

.ques15 {
	font-size: 12px;
	color: #000;
	margin-right: 80px;
}

.in-hedview{
	text-decoration:none !important
}

.view-note{
	color:#F13F3F;
	background:#F7F7F7 ; 
	padding:4px; 
}

.hide5 {
	background: #E7E7E7;
	border: 0px;
	border-radius: 2px;
	padding: 5px 15px;
	color: #000;
	margin-left:20px;
}

.hide5:hover{
		background:#F7F7F7 ;
		text-decoration:none;
}

a.name.ra {
	font-weight:normal !important;
}

.ra-img{
	width:150px; 
	height:auto; 
	margin-bottom:10px; 
	margin-top:10px;
}

.ra-widget{
	width: 175px;
	float: left;
	margin-right: 50px;
}

.ra-widget .name{
	color:#000;
}

.ra-link{
	float:right !important;
	height: 30px !important;
	margin-right: 0 !important;
	width:132px !important ;
	text-align: right !important;
	
}


.topicsbox .in-divorce{
	margin: 0;
	padding-left: 0px !important;
	list-style: none;
}

.in-div{
	text-align:justify;
	margin-bottom:10px;
}

.law-mark img{
	width:150px !important;	
	height:auto !important;
}

.law-mark{
width:243px !important;
}
.firm_body {
	padding: 15px;
	margin-bottom: 2px;
	border-bottom: 1px dashed #CCC;
}

.firm_body a{
	color: #333;
	padding: 15px 0;
}

.fcity {
	width: 94px;
	float: left;
}

.fcity a {
	color: #000;
	cursor:pointer;
}


				.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	border:	1px solid #ccc5c5;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffaa56; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #ccc5c5;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #09bbf7 5%, #119bf7 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #09bbf7), color-stop(1, #119bf7) );
	background:-moz-linear-gradient( center top, #09bbf7 5%, #119bf7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#09bbf7", endColorstr="#119bf7");	background: -o-linear-gradient(top,#09bbf7,119bf7);

	background-color:#09bbf7;
	border:0px solid #ccc5c5;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #09bbf7 5%, #119bf7 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #09bbf7), color-stop(1, #119bf7) );
	background:-moz-linear-gradient( center top, #09bbf7 5%, #119bf7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#09bbf7", endColorstr="#119bf7");	background: -o-linear-gradient(top,#09bbf7,119bf7);

	background-color:#09bbf7;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.CSSTableGenerator a{
	text-decoration:none!important;
}
	



#overlay-popup {
visibility: hidden;
position: fixed;
left: 0px;
bottom: 0px;
width:100%;
height:100%;
text-align:center;
z-index: 1000;

background:rgba(0,0,0,0.5);
}
#overlay-popup-inner {
width:70%;
height:70%;
margin: 100px auto;
background-color: #fff;
border:4px solid #999;
padding-bottom:12px;
text-align:justify;
margin-top:80px;
font-size:14px;
line-height:26px;
border-radius:8px;
position:relative;
}


.top_lawyers_mobile{
display:none;
}
.hide_sticky{
	position:fixed;
	top:290px;
	left:0;
	background: #E2DEDE;
	padding:0px 3px 1px 3px;
        cursor:pointer;
        color:#A7A5A5;
        display:none;
        font-size: 14px;
        line-height: 33px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}



/* com styles start */

.com_country_container{
float:left;
background:#EBEBEB;
padding:6px 6px 6px 6px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
width:100%;
}
.com_country_container .choose_country{
float:left;
width:100%;
background:#FFFFFF;
border-bottom:2px solid #0099CC;
}

.com_country_container .choose_country a{
color:#333333;
text-decoration:none;
}
.com_country_container .country_short{
float:left;
background:#FFFFFF;
padding:12px 20px 12px 20px;
/*border-bottom:2px solid #0099CC;*/
border-right:1px solid #F3F3F3;
}
.com_country_container .country_short:hover{
background:#F4F4F4;
}
.com_country_container .country_short_select{
float:left;
background:#FFFFFF;
padding:6px;
/*border-bottom:2px solid #0099CC;*/
border-right:1px solid #F3F3F3;
}
.com_country_container .country_short_first{
border-top-left-radius:4px;
border-bottom-left-radius:4px;
}
.com_country_container .country_choose{
float:left;
background:#FFFFFF;
padding:12px 8px 12px 8px;
/*border-bottom:2px solid #0099CC;*/
border-right:1px solid #F3F3F3;
color:#0099FF;
}

.com_home_icon{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
float:left;
margin-right:5px;
padding:10px 6px 20px 6px;
margin-bottom:5px;
width:181px;
}
.com_home_icon_inner{
border-radius:50%;
float:left;
background:#FFFFFF;
border:1px solid #CCCCCC;
margin: 10px 0px 10px 35px;
text-align: center;   
width: 100px;
height: 100px;
}
.com_home_icon_inner img{
vertical-align: middle;  
margin-top:24px;
}
.com_home_icon_inner_text{
clear:both;
font-size:13px;

}
.com_home_icon_inner_text a{
color:#0D9DBC;
text-decoration:none;
}
.com_home_icon_slecet{
width:260px;
border:1px solid #CCCCCC; 
padding:3px; 
height:30px;
}

.styled-select-com {
   background: url(images/15xvbd5.png) no-repeat 96% 0;
   height: 36px;
   overflow: hidden;
   width: 256px;
   background-color: #428BCA;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.styled-select-com-popup {
   background: url(images/15xvbd5.png) no-repeat 96% 0;
   height: 36px;
   overflow: hidden;
   width: 100%;
   background-color: #428BCA;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.styled-select-com select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 36px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 288px;
   color: #FFF;
   cursor:pointer;
}
.styled-select-com option {
padding:6px;
border:none;

background:#2A6496;
color:#FFFFFF;
cursor:pointer;
}
.styled-select-com option:hover {
background-color: #428BCA;
}




.styled-select-com-popup select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 36px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 288px;
   color: #FFF;
   cursor:pointer;
}
.styled-select-com-popup option {
padding:6px;
border:none;

background:#2A6496;
color:#FFFFFF;
cursor:pointer;
}
.styled-select-com-popup option:hover {
background-color: #428BCA;
}

/*popup*/

#com_select_country {
	visibility: hidden;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 1000;
	background:rgba(0,0,0,0.5);
}
.com_select_country_inner{
	width: 80%;
	max-width:300px;
	position: relative;
	margin: 60px  auto;
	background-color: #FFF;
	border: 1px solid #009DF1;
	padding: 15px;
	height: auto;
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	line-height: 18px;
	border-radius: 5px;
}
#com_select_country .close{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -17px;
	margin-right: -15px;
}

.com_select_country_drop{
width:100%;
border:1px solid #CCCCCC; 
padding:3px; 
height:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
}

.country_list_padding{
padding:5px;
}

/* com styles end*/


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen 
and (min-device-width : 769px) 
and (max-device-width : 1260px) {
.hide_sticky{
display:inline;
}
}

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}
@media screen and (max-width: 768px) {
header {
	display:none;
}
.innerlogo {
    margin: 0px;
}

.login-ad{
display:none;
}
#overlay .inner img{
	display:none;
}


.left_fix {
	display:none;
}

/*
.b1 {
    padding: 7px 14px 7px 0px;
    color: #FFF;
    margin: 10px 0px;
    border: 1px solid rgb(255, 255, 255);
    background: #0689C8;
}
*/
.home_page_tab{
display:none;
visibility:hidden;
}
.home_page_logo{
display:none;
}

.responsive_display{
display:inline;
visibility:visible;
}

.top_lawyers_responsive{
display:none;
}


.top_lawyers_mobile{
display:inline;
}


}









/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}





/* Popup ends */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}





/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}