#horizontalTab1{

}
.product_inner ul.resp-tabs-list{
  margin: 0px;
  padding: 0px;
}

.product_inner .resp-tabs-list li {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 15px;
  font-family: 'open_sanssemibold';
  font-weight: 600;
  list-style: outside none none;
  margin: 0;
  padding: 25px 10px 25px 15px;
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.product_inner .resp-tabs-list li.close_job_tab_green{
 background: #005800 !important;
 color: #fff;
 border-left: 4px solid #097b2c;
}

.product_inner .resp-tabs-list li:last-child {
  border-bottom: 0;
}
.product_inner .resp-tabs-list li i{
  margin-right: 10px;
}
.product_inner .resp-tabs-list li.resp-tab-active  {
  margin-bottom: -1px !important;
  border-left: 4px solid #3f51b5;
  border-bottom: 2px solid #ccc;
  background: #f5f7f9;
}

.product_inner .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

.product_inner h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.product_inner .resp-tab-content {
  display: none;

}
.product_inner .resp-tab-content .content-links{
 padding: 30px 0;
}

.product_inner .resp-tab-active {

}

.product_inner .resp-tab-active {
  border-bottom: none;
  background-color: #f5f7f9;
  border-left: 1px solid #3f51b5;
  color: #3f51b5;
}

.product_inner .resp-content-active,
.resp-accordion-active { display: block; }

.product_inner .resp-tab-content {  }

.product_inner h2.resp-accordion {
  font-size: 13px;
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;

  margin: 0px;
  padding: 12px 15px;
}
.product_inner h2.resp-accordion:last-of-type{
  border-bottom: 1px solid #c1c1c1;
}

.product_inner h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

.product_inner h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.product_inner .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.product_inner .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.product_inner .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.product_inner .resp-vtabs .resp-tab-content { border: none; }

.product_inner .resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

/*
.product_inner .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
*/


/*
.product_inner h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
*/

/*-----------Accordion styles-----------*/

.product_inner h2.resp-tab-active { background: #3f51b5 !important; color: #fff !important; }

.product_inner .resp-easy-accordion h2.resp-accordion { display: block; }

.product_inner h2.resp-accordion{
  position: relative;
}

/*    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    */
.product_inner h2.resp-accordion::before {

  content: "";
  background: url(../images/down_arrow_hover.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 6px;
  cursor: pointer;
}

.product_inner h2.resp-tab-active::before {
  transform: rotate(180deg);
  background: url(../images/down_arrow.png) no-repeat;
}

.product_inner .resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.product_inner .resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.product_inner .resp-jfit {
  width: 100%;
  margin: 0px;
}

.product_inner .resp-tab-content-active { display: block; }

.product_inner h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 991px) {

  .product_inner ul.resp-tabs-list { display: none; }

  .product_inner h2.resp-accordion { display: block; background: #fff; color: #000;  position: relative; cursor: pointer;}

  .product_inner .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

  .product_inner .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .product_inner .resp-accordion-closed { display: none !important; }

  .product_inner .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}
