.tab-container {
     width: 100%;
     float: left;
     position: relative;
     text-align:center;
     display: flex;
     flex-wrap: wrap;

}

 .resp-tabs-container {
     padding: 0px;
     clear: left;

}
 h2.resp-accordion {
     cursor: pointer;
     padding: 5px;
     display: none;
}
 .resp-tab-content {
     display: none;
   /* padding: 30px 0px 30px 30px;*/
    height: 100%;
     
}
 .resp-tab-active {
    /*border: 1px solid #c1c1c1;
    */
    border-bottom: none;
    /* margin-bottom: -1px !important; */
    padding: 12px 14px 14px 14px !important;
}
 .resp-tab-active {
     border-bottom: none;
     
}
 .resp-content-active, .resp-accordion-active {
     display: block;
}
 .resp-tab-content {
    /*border: 1px solid #F1E6E6;
    */
     float: left;
}
 h2.resp-accordion {
 width:100%;
 float:left;
 font-size: 20px;
 text-transform:uppercase;
 /* font-family: 'AkzidenzGroteskBECn'; */
 /* border: 1px solid #c1c1c1;*/
 /* border-top: 0px solid #c1c1c1; */
 margin: 0px;
 padding: 10px 15px;
 background-color: #f0f0f0;

}
 h2.resp-tab-active {
    /*border-bottom: 0px solid #c1c1c1 !important;
    */ color:#fff;
     margin-bottom: 0px !important;
     padding: 10px 15px !important;
}
 h2.resp-tab-title:last-child {
    /* border-bottom: 12px solid #c1c1c1 !important;
    */
     background: blue;
}


.menu-vert-tab .resp-vtabs .resp-tabs-list .resp-tab-item {
    padding: 12px 8px 12px 20px !important;
    margin-top: -1px;
}
.menu-vert-tab .resp-vtabs li.resp-tab-active {
    /* border-bottom: 1px solid #c1c1c1; */
    position: relative;
    z-index: 1;
    /* margin-right: 0px !important; */
    /* padding: 12px 15px !important; */
    /* color: var(--secondary-color); */
    color: var(--primary-color);
    color: #fff;
    background-color: var(--primary-color) !important;
    position: relative;
    border: 1px solid var(--primary-color);
    background: unset;
}


/*-----------Vertical tabs-----------*/
 .resp-vtabs ul.resp-tabs-list {
     float: left;
     width: 25%;
     text-align:center;
    color: #101a1e;
      border-right: 0px solid  rgba(0, 0, 0, 0.5); 
     overflow:hidden;
     padding-left: 0;
     margin: 0;
     z-index: 10;
     height: 100%;
     overflow: visible;
      -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.resp-vtabs .resp-tabs-list li {
    border-bottom: 0px solid #ccc;
    width: 100%;
    text-align: left;
    display: inline-flex;
    align-items: center;
    padding: 20px 8px 20px 20px !important;
    margin: 0px;
    cursor: pointer;
    float: none;
    font-size: 14px;
    margin-top: 3px;
    position: relative;
    z-index: 1;
    overflow: visible;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/* .resp-vtabs .resp-tabs-list li:last-child {
    border-bottom: 0px solid #ccc;
    }*/
 .resp-vtabs .resp-tabs-list li img {
    margin-right:10px;
    vertical-align: middle;
    }
.resp-vtabs .resp-tabs-list li a{ color: #101a1e; }
.resp-vtabs .resp-tabs-list li a:hover{
 color: var(--secondary-color); }

 .resp-vtabs .resp-tabs-container {
     padding: 0px;
     
     border-left: 1px solid #c1c1c1;
    height: 100%;
     float: left;
     width: 75%;
     min-height: 370px;
 
     background:transparent;
     /*border-radius: 4px;
    */
     clear: none;
     text-align: left;
     padding: 30px 0px 30px 30px;
}
 .resp-vtabs .resp-tab-content {
    /* background: rgba(204, 204, 204, 0.07);
    */
     width: 100%;
      -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.resp-vtabs li.resp-tab-active {
    /* border-bottom: 1px solid #c1c1c1; */
    position: relative;
    z-index: 1;
    /* margin-right: 0px !important; */
    /* padding: 12px 15px !important; */
    /* color: var(--secondary-color); */
    color: var(--primary-color);
    color: #fff;
    background-color: var(--primary-color) !important;
    position: relative;
    border: 1px solid var(--primary-color);
    padding: 20px 8px 20px 42px !important;
    background: url(../images/icons/next-arrow.png) no-repeat 5px 17px;
}
.resp-vtabs li.resp-tab-active img{
    filter: brightness(0) invert(1);
    }
/**/
/*.resp-vtabs li.resp-tab-active:before{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 1px;
    background:#ccc;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}*/

/*.resp-vtabs li:after{
position: absolute;
  content: '';
    height: 0px;
    width: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid var(--primary-color);
    border-right: 15px solid transparent;
 
  right: 100px;
  opacity: 0;
  bottom: 10px;
  transform: translateX(100%) rotate(0deg);
  z-index: 100000000000000;
  transition: all 500ms ease;
   -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.resp-vtabs li.resp-tab-active:after{
  right: 0px;
  opacity: 1;
}*/
/*.resp-vtabs li:before{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:0%;
    height: 1px;
    background:#ccc;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.resp-vtabs li:hover:before{
    width:100%;
    }*/
 .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 #777;
}
 h2.resp-tab-active span.resp-arrow {
     border: none;
     border-left: 6px solid transparent;
     border-right: 6px solid transparent;
     border-bottom: 12px solid #eb272f;
}
/*-----------Accordion styles-----------*/
 h2.resp-tab-active {
     background: #fb1524 !important;
}
 .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; */
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
 @media only screen and (max-width: 768px) {
     .megamenu ul.resp-tabs-list {
         display: none !important ;
    }
     h2.resp-accordion {
         display: block;
         margin-top: 0px;
    }
     .resp-vtabs .resp-tab-content {
         /* border: 1px solid #6f6f6f; */
         padding: 20px;
         background:#fff;
    }
     .jetmenu li > .megamenu .resp-tabs-container{padding: 0}
     .resp-vtabs .resp-tabs-container {
         border: none;
         float: left;
         width: 100%;
         min-height: initial;
         clear: none;
         padding: 0;
    }
.megamenu1 {
    padding: 1px 0;
    float:left;
}
     .resp-accordion-closed {
         display: none !important;
    }
     .resp-vtabs .resp-tab-content:last-child {
         /* border-bottom: 1px solid #c1c1c1 !important; */
    }
     .photo-style {
         float: left;
         margin: 0 0 15px 0;
    }
}
 @media only screen and (max-width: 640px) {
     h2.resp-tab-active {
         background: #ccc !important;
    }
     h2.resp-tab-active {
         color: #eb272f !important;
    }
     .resp-vtabs ul.resp-tabs-list {
         float: left;
         width: 100%;
         background-color: #52143b;
         color: #fff !important;
         
    }
}
 
