@charset "utf-8";
/* CSS Document */

.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;  
}

.tabs-left>li.active>a
{
  border-bottom-color: #ddd;
  border-right-color: transparent;
  color: #333;
	
}
.tabs-left>li.active>a:hover
{
  border-bottom-color: #ddd;
  border-right-color: transparent;
  color:#000;
	
}

.tabs-left>li.active>a:focus 
{
  border-bottom-color: #ddd;
  border-right-color: transparent;
  color: #333 !important;
}
  


.tabs-left>:hover
{
   color:#999;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color: #428bca;
  text-decoration: none;
  outline: none;
}

.tabscon {
	padding: 6px 2px;
	color: #666;
	
		
}
.tabscon .tbcon {
    background-color:#145e87;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
	font-weight:normal;
    height: 90px;
    margin-right: 1px;
    padding: 21px 8px;
    text-align: center;
    width: 90px;
}
.tbcon:hover
{
	background-color:#22ac4a;
	cursor:pointer;
	
}
.list
{
	
    list-style: none;
    list-style-position: outside;
    margin-left:16px;
}
.heding
{
	background-color: #1a8eb8;
	padding: 1.5px 0.5px;
	border: 1px solid #1a8eb8;
	border-radius: 2.7%;
	color: #FFF;
	margin-bottom: 10px;
	box-shadow: #000;
	padding-left: 7px;
	
}

.hedingc
{
	background-color:#deeaf6;
	padding:6px 3px;;
	border: 1px solid #CCC;
	border-radius:2.7%;
	color:#000;
	font-size:18px;
	margin-bottom:19px;
	box-shadow:#000;
	
}
.hedingch
  {
	background-color: #1a8eb8;
	padding: 1.5px 0.5px;
	border: 1px solid #1a8eb8;
	border-radius: 2.7%;
	color: #FFF;
	margin-bottom: 10px;
	box-shadow: #000;
	padding-left: 5px;
	
  }
.hea
{
	margin-left:5px;
	margin-bottom: 11px;
}
.heding h4
{
	font-size:20px;
	font-weight:800;
}
.head1
{
	margin-left:23px;
	margin-bottom: 14px;
	font-size: 14px;
    line-height:25px;
    
}
.head2
{
	
	margin-bottom:14px;
	
}
.upl {
    font-size:14px;
    line-height: 16px;
    margin: 0 0 10px;
	
	
}
 @media screen and (max-width:480px) {
	 
    
	.tabscon .tbcon {
    background-color:#145e87;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size:30px;
	font-weight:normal;
    height: 75px;
    margin-right: 0px;
    padding: 20px 8px ;
    text-align: center;
    width: 75px;
}
.tbcon:hover
{
	background-color:#090;
	cursor:pointer;
}
.tabscon {
	margin-left:45px;
	
		
}
.list
{
	
    list-style:none;
	list-style-position:outside;	
	margin-left: -27px;
}

.tabs-left {
    border-right: 1px solid #ddd;
    width:100px;
}
.heding
{
	background-color: #5a9ad7;
	padding: 2px 2px;
	border: 0.8px solid #ddd;
	border-radius: 2.7%;
	color: #FFF;
	margin-bottom: 15px;
	box-shadow: #000;
	margin-left: 26px;
	margin-top: 5px;
	
}

.hea
{
	margin-left:5px;
	margin-bottom: 11px;
	
	
} 


.tab-content{
    display: block;
	margin-left:10px;
}

 @media screen and (max-width:480px) {
	 
    .upl {
    font-size:12px;
    line-height: 17px;
    margin: 0 0 10px;
	
	}
	.hedingch
  {
	background-color: #5a9ad7;
	padding: 0px 2px;
	border: 0.8px solid #ddd;
	border-radius: 2.7%;
	color: #FFF;
	margin-bottom: 15px;
	box-shadow: #000;
	margin-left: 36px;
	margin-top: 1px;
	
  }
	
	.hedingc
  {
	background-color: #deeaf6;
	padding: 7px 1px;
	border: 1px solid #CCC;
	border-radius: 2.7%;
	color: #000;
	font-size: 15px;
	margin-bottom: 16px;
	box-shadow: #000;
	margin-left: 1px;
	margin-top: -2px;
	text-align: center;
   } 


.head1 {
    
    margin-left: 7px;
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 17px;
	
    
}	
.head2 {
    
    margin-left: -24px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
}	

.hea1
{
	padding-right:10px;
	
}

}
 }