
/*body {
  margin: 0px;
  padding: 0px;
  background: #f5f5f5;
  font-family: 'Segoe UI';
}*/

ul.resp-tabs-list,ul.resp-tabs-list
p {
    margin: 0px;
    padding: 0px;
	width: 40%;
    font-size: 18px;
    line-height: 28px;
}
.cntr_txt{
	float: left;
    width: 100%;
    font-size: 25px;
    padding-bottom: 20px;
    font-weight: 700;
    text-decoration: underline;
	}
ul.resp-tabs-list.horizontal{text-align:center;}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px 11px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-list.horizontal li{
	float:none;	
    padding: 13px 58px;
	font-weight:500;
	font-size:22px;
	line-height:30px;
	color:#2f2422;
	text-align:center;
	border:2px solid #c9e6d4;
	border-radius:5px;
	margin:0 5px;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding:0;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  background-color: #fff;
}
.resp-tabs-list.horizontal li.resp-tab-active{	
    padding: 13px 58px 11px 58px!important;	
	border:2px solid #16903a;	
}
.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: none; }

h2.resp-accordion {
  font-size: 20px;
    border: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    margin: 0px;
    padding: 12px 10px 12px 10px;
    float: left;
    width: 100%;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 12px 10px 12px 10px!important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.tabhding {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #2f2422;
    text-align: left;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 0px;
    border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.shop_cntr{
	    float: left;
    /* margin-top: 20px; */
    position: relative;
    width: 100%;
    /* background: #f1eef4; */
    padding: 20px;
	display:none;
	}
.shop_btls{
	position: absolute;
    top: 120px;
    right: 0;
	}	
.resp-vtabs ul.resp-tabs-list.short{
}
.resp-vtabs .resp-tabs-list li {
      padding: 13px 15px 11px 15px;
    margin: 0;
    cursor: pointer;
    float: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: left;
 }
.resp-vtabs .resp-tabs-container {
   border: none;
    float: left;
    width: 100%;
    clear: none;
    box-sizing: border-box;
    padding: 0px 0 0 0;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
        border: none;
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: 700;
	    width: 54%;
    border-bottom: 2px solid #7f3f98;
}


.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
  margin-top: 5px;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #7f3f98 !important;color:#fff; }

.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; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
@media only screen and (max-width: 1013px){
.resp-vtabs ul.resp-tabs-list{padding:0;background:url(../images/tabline.png) 9px 23px no-repeat;}
.resp-vtabs ul.resp-tabs-list.short{
	background:url(../images/tabline-short.png) 9px 23px no-repeat;
}
.resp-vtabs .resp-tabs-list li {
  padding: 11px 0 11px 10px;
  font-size:19px;
  line-height:27px;  
 }
.resp-vtabs li.resp-tab-active {padding: 11px 0 11px 10px!important;}
}
@media only screen and (max-width: 767px) {
.resp-vtabs .resp-tabs-container{padding:0;}

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1;padding:15px 10px 15px 10px; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
.resp-tab-content {
    border: 1px solid #C1C1C1;
	padding:0 15px 20px 15px;
}

}
