@charset "utf-8";
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline-table; cursor:pointer;}


@media (max-width: 767px) {
	.responsive-tabs-wrapper {
		margin-top:12em;
}
	.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-wrapper { 
	clear: both;
	zoom: 1;
	max-width:1600px;
	text-align: center ;
	font-size:15px	;
	color:#000;

}

.responsive-tabs-wrapper img {
 float: inherit;
   padding:0;
   height:auto;
   margin:auto;
}

.responsive-tabs-wrapper #prdimg {
 float: inherit;
   padding:0;
   height:auto;
   width:100%;
}
.responsive-tabs-wrapper p{ 

	text-align: justify ;
}
.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-family:Arial,tahoma; font-size: 16px; margin: 0 auto 6em auto; padding: 0; padding-bottom:11px; line-height: 2em;}
.responsive-tabs__list__item {font-family:Arial,tahoma; font-size: 14px; color:#fff; font-weight: 400;}
.responsive-tabs__list__item { background: transparent; padding: 20px;  margin-right: 2em;text-align:center;}
.responsive-tabs__list__item:hover {background: #efefef;color:#000 }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #bcbdc1; border-bottom-color: #fff; color:#000}

.responsive-tabs__panel {

	background:url(../../images/bg01.jpg) no-repeat top center;
	min-height:560px;	
	}

.responsive-tabs__panel ul {
	 margin: 0;
   padding: 1em; /* Set the distance from the list edge to 1x the font size */
   list-style-type: disc;
   list-style-position: outside;
   text-align:left;
	}

@media (max-width: 767px) {
	.responsive-tabs__heading { 

		padding: 1em; border-radius: 0px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #999;
		position: relative;
		font-family:Arial,tahoma; font-size: 15px; color:#fff;
	}

	.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 #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef}
	.responsive-tabs__heading--active { background: #bcbdc1;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */
