﻿.horizontal-tab .two-tabs>li {
  width: 50%;
}
.horizontal-tab .three-tabs>li {
  width: 33.33%;
}
.horizontal-tab .four-tabs>li {
  width: 25%;
}
.horizontal-tab .five-tabs>li {
  width: 20%;
}
.horizontal-tab .six-tabs>li {
  width: 16.66%;
}
.horizontal-tab .seven-tabs>li {
  width: 14.2859%;
}
.horizontal-tabt .two-lines>li {
  height: 80px;
}
.horizontal-tab .three-lines>li {
  height: 92px;
}
.horizontal-tab .four-lines>li {
  height: 110px;
}

.resp-tabs-list {
  margin-top: 10px;
}
.resp-tab-item {
  background-color: #c9c9c9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  border-right: 1px solid #ffffff;
}

.resp-tab-item:last-child {
	border-right: none;
}

.resp-tabs-list li {
  display: inline-block;
  padding: 20px 20px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

h2.resp-accordion {
  font-size: 14px;
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resp-tab-active {
  position: relative;
  background: #ea5c14;
  background: -moz-linear-gradient(top,  #ea5c14 0%, #faa519 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5c14), color-stop(100%,#faa519));
  background: -webkit-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: -o-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: -ms-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: linear-gradient(to bottom,  #ea5c14 0%,#faa519 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5c14', endColorstr='#faa519',GradientType=0 );
}
.resp-tab-active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #faa519;
  border-width: 12px;
  margin-left: -12px;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  background-color: #c9c9c9;
  margin: 0px;
  padding: 20px 20px;
}

h2.resp-tab-active {
  background: #ea5c14;
  background: -moz-linear-gradient(top,  #ea5c14 0%, #faa519 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5c14), color-stop(100%,#faa519));
  background: -webkit-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: -o-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: -ms-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: linear-gradient(to bottom,  #ea5c14 0%,#faa519 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5c14', endColorstr='#faa519',GradientType=0 );
  padding: 20px 20px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border-right: none;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 12px !important;
  border-left: 4px solid #71AFFF;
}

.resp-arrow {
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #ea5c14;
  background: -moz-linear-gradient(top,  #ea5c14 0%, #faa519 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5c14), color-stop(100%,#faa519));
  background: -webkit-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: -o-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: -ms-linear-gradient(top,  #ea5c14 0%,#faa519 100%);
  background: linear-gradient(to bottom,  #ea5c14 0%,#faa519 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5c14', endColorstr='#faa519',GradientType=0 );
}
.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 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  border-bottom: 1px solid #ffffff;
}
h2.resp-accordion:last-child {
  border-bottom: none;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
  }

  .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 {
  }
}

.nav-tabs > li a, .nav-tabs > li.active a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover  {
	color: #ffffff;background: transparent; border: none;
}
.resp-accordion a, .resp-accordion a:hover {
  color: #ffffff; text-decoration: none;
}
.horizontal-tab .resp-tabs-container > div {
	min-height: 20px;
	padding: 19px;
	-webkit-box-shadow: none; 
 	box-shadow: none; 
 	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}  
 .horizontal-tab .nav-tabs {
 	border-bottom: none;
 }