
.resp-tabs-list li {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 8px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  background:#777;
 /* border:solid 1px #f1f1f1;*/
  color:#fff; border-radius:5px;
  margin:0 1px 25px 0 !important;
  text-transform:uppercase;
  }

.resp-tabs-container {
  padding:20px 0 0 0;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {	
  display: none;
  padding: 0;
  border-radius:0;
  border:solid 0px #e1e1e1 !important;
  font-size:17px; line-height:27px;
}

.resp-tab-active {
  
  border-bottom: none;
  margin-bottom: 0 !important;
  padding: 8px 15px !important;
  background:#f10500 !important;
  color:#fff !important;
  position:relative;	
}

.resp-tab-active {
  border-bottom: none;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 0px solid #e1e1e1; background:none;}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #ededed;
  border-top: 0px solid #ededed;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #ededed !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
  background:#fff !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #ededed !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;
  background-color: #fff;
  border: 1px solid #ededed;
  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: 1px solid #fff;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #f10500 !important; margin:0 0 10px 0 !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #ededed; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #ededed !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 0px solid #ededed !important; }
/*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-tab-content { border: 1px solid #ededed; }

.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 #ededed !important; }
}

@media (min-width: 481px) and (max-width: 769px){
	.resp-tabs-list li {
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background: #003333;
    /* border: solid 1px #f1f1f1; */
    color: #fff;
    border-radius: 5px;
    margin: 0 5px 25px 0 !important;
    text-transform: uppercase;
}
h2.resp-accordion {
	width:95%;
  font-size: 18px;
  border: 0px solid #003333 !important;
  margin: 0px auto 10px auto;
  padding: 9px 15px 7px 15px !important;
  background:#003333;border-radius: 5px;
}	
.resp-tab-active {
  border: 1px solid #f10500;
  margin-bottom: 10px !important;
  padding: 10px 15px 10px 15px !important;
  background:#f10500 !important;
  color:#fff !important;
  position:relative;	
}
h2.resp-tab-active {
    background: #f10500 !important;
    margin: 0 auto 10px auto !important;
}
.resp-tab-content-active {
    display: block;
    margin: 0 0 10px 0;
	padding:0 1%;
}
.tab-active{background:#f10500;}
}
@media (min-width: 320px) and (max-width: 481px){
	.resp-tabs-list li {
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background: #003333;
    /* border: solid 1px #f1f1f1; */
    color: #fff;
    border-radius: 5px;
    margin: 0 5px 25px 0 !important;
    text-transform: uppercase;
}
h2.resp-accordion {
	width:96%;
  font-size: 18px;
  border: 0px solid #003333 !important;
  margin: 0px auto 10px auto;
  padding: 10px 15px !important;
  background:#003333;border-radius:7px;
}	
.resp-tab-active {
  border: 1px solid #f10500;
  margin-bottom: 10px !important;
  padding: 10px 15px 10px 15px !important;
  background:#f10500 !important;
  color:#fff !important;
  position:relative;	
}
h2.resp-tab-active {
    background: #f10500 !important;
    margin: 0 auto 10px auto !important;
}
.resp-tab-content-active {
    display: block;
    margin: 0 auto 10px auto;
}
.tab-active{background:#f10500;}
}
