
.resp-tab-content {display: none;}	
.resp-tab-content-active { display: block; }

h2.resp-accordion {
	float:left;
	width:100%;
	cursor: pointer;
	padding: 15px;
	display: none;
	font-size:26px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
	}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding:15px !important;
	background: #e3b151 !important;
	font-size:26px;
	color:#fff;
	}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
	}
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 10px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #999;
	}

h2.resp-tab-active span.resp-arrow {
	border: none;
	margin-top: 14px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
	}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 25%;
	margin-top:-20px;
	}
.resp-vtabs .resp-tabs-list li {
	float:left;
	width:100%;
	color:#2f2f2f;
	font-size:26px;
	font-weight:bold;
	cursor:pointer;
	text-align:left;
	padding:10px 0;
	position:relative;
	
	}
.resp-vtabs .resp-tabs-list li:after{
	position:absolute;
	content:'';
	width:15px;
	height:15px;
	background:#fff;
	border:1px solid #c9c9c9;
	border-radius:50%;
	right:-9px;
	top:18px;
	}
.resp-vtabs li.resp-tab-active {
	color:#e3b042;
	}
.resp-vtabs li.resp-tab-active:after {
	background:#e3b042;
	border:1px solid #e3b042;
	width:20px;
	height:20px;
	right:-12px;
	}
.resp-vtabs .resp-tabs-container {
	padding: 20px 20px 20px 40px;
	background-color: #fff;
	border-left: 1px solid #c9c9c9;
	float: left;
	width: 75%;
	text-align:left;
	}
.resp-tab-content .s1-p1{
	margin-top:0px;
}

@media only screen and (max-width:1023px) {
.resp-vtabs ul.resp-tabs-list{width:30%;}
.resp-vtabs .resp-tabs-list li{font-size:22px;}
.resp-vtabs .resp-tabs-container{width:70%; padding-left:40px;}	
.tab-left-cont{padding-right:0;}
.prod-tab, .tab-left-cont .s2-col-prod{display:none;}

ul.relProds li{padding:20px 0;}
.relprodBox{height:307px;}
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 768px) {


ul.resp-tabs-list { display: none; }
h2.resp-accordion { display: block; }
.resp-vtabs .resp-tabs-container {
	padding:0;
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
	}
.resp-vtabs .resp-tab-content {
	border: 1px solid #c9c9c9;
	padding:5px 15px 25px;
	float:left;
	width:100%;
	}
.resp-accordion-closed{display: none !important; }
.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

h2.resp-tab-active, h2.resp-accordion {
	padding: 8px 10px!important;
	font-size: 21px;
	}
h2.resp-tab-active span.resp-arrow {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #fff;
	}
.resp-arrow {
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #999;
	margin-top: 9px;
	}
	
	ul.tab-list{width:100%; margin-top: 10px; padding-left: 0px;}
	.tab-description, ul.tab-list li{font-size:16px; line-height: 24px;}
	ul.tab-list li{padding-left: 20px;background-size: 15px;}
}
