
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}

.tab-title{
	font-size:18px;
	margin:0px 0;
	padding:10px 10px;}
	

	
.tab-contant{
	border:1px solid #fff;
	margin-top:-2px;
	border-top:none;
	padding:15px 15px;
	background:#fff;}		

@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */


.responsive-tabs__list__item:before{
 font-family: 'FontAwesome';
  display: block;
  font-size:22px;
  padding-bottom:2px;
	}
	
#tablist1-tab1:before{
	  content: "\f0f6";}

#tablist1-tab2:before{
	  content: "\f00b";}

#tablist1-tab3:before{
	  content: "\f05a ";}	  
	  
#tablist1-tab4:before{
	  content: "\f274";}

#tablist1-tab5:before{
	  content: "\f05a";}
	  	

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { 
	font-size: 1.2em; margin: 
	0em 0 0 0; padding: 0;/*border-bottom: 1px solid #ddd;*/ 
	padding-bottom:11px;
	/*border:1px solid #ddd ;*/
	background:#F4F4F4;
	border-bottom:none; 
	margin:0;
	padding:0;
	}
	
.responsive-tabs__list__item { 
		background:#F4F4F4;
		text-align:center;
		padding: 8px 25px;
		font-size:14px;
		text-transform:uppercase;
		margin-top:0px;
		margin-bottom:2px;
		z-index:1;  
		margin-right: 0em;
		display:inline-block;
	    
		border-right:1px solid #e6e6e6;
		transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
		
		}
.responsive-tabs__list__item:hover {color:#069DD2;border-top:  border-right:1px solid #e6e6e6;  }

.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #fff; color:#1D5068;
 }

.responsive-tabs__panel { margin-bottom:0px;}

		


@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 15px 15px; 
		background: #1F9DC3;
		border-bottom:1px solid #28AED3;
		color:#fff;
		position: relative;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover {background: #E37513; color:#fff; border-bottom:1px solid #E37513;}
	.responsive-tabs__heading--active { background: #E37513; color:#fff; border-bottom:1px solid #E37513;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #fff;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */
