.tab-container {
     width: 100%;
     float: left;
     position: relative;
     text-align:center;
}

 .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;
     
}

 @media only screen and (min-width: 767px) {
 .resp-tab-content {
  
     opacity: 0;
    -webkit-transition: opacity .50s linear;
    -o-transition: opacity .50s linear;
    transition: opacity .50s linear;
}
 }


 h2.resp-accordion {
 width:100%;
 float:
 left;
 font-size: 15px;
 text-transform:
 uppercase;
 /* font-family: 'AkzidenzGroteskBECn'; */
 border-bottom: 1px solid #c1c1c1;
 /* border-top: 0px solid #c1c1c1; */
 margin: 0px;
 padding: 6px 15px;
 background-color: #f0f0f0;
}
 h2.resp-tab-active {
    /*border-bottom: 0px solid #c1c1c1 !important;
    */ color:#fff;
     margin-bottom: 0px !important;
     padding: 1px 15px !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: 50%;
     text-align:
     center;
     color: #ffffff;
     border-right: 0px solid  rgba(0, 0, 0, 0.5);
     overflow:
     hidden;
     padding-left: 0;
     margin: 0;
     z-index: 10;
     height: 100%;
     overflow: visible;
}

 .resp-vtabs .resp-tabs-list li {
      border-bottom: 1px solid #101c31; 
     width: 100%;
     text-align: center;
     display: inline-block;
     padding: 14px 0px 14px 0px !important;
     margin:0px;
     cursor: pointer;
     float: none;
     font-size: 20px;
     margin-top: 1px;
     position: relative;
     z-index: 1;
     overflow: visible;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.resp-vtabs .resp-tabs-list li span{
    display: inline-block;
    background: #101c31;
    padding: 0 10px
    }
.resp-vtabs .resp-tabs-list li:hover {
    
    }
.resp-vtabs .resp-tabs-list li a{ color: #101a1e; }
.resp-vtabs .resp-tabs-list li a:hover{ color: #0084ff; }

 .resp-vtabs .resp-tabs-container {
     padding: 0px;
     /* border-left: 1px solid #c1c1c1; */
     height: 100%;
     float: left;
     width: 50%;
     min-height: 400px;
     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%;
}
.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: #fff;
   position: relative;
}
.resp-vtabs li.resp-tab-active:before{
    content: '';
    position: absolute;
    right:-10%;
    top:50%;
    width:40%;
    height: 1px;
    background:#0084ff;
    -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{
opacity:1;
}
/*.resp-vtabs li.resp-tab-active:after{position: absolute;content: '';height: 0px;width: 0px;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 15px solid #0084ff;border-right: 15px solid transparent;right: 0px;bottom: 10px;transform: translateX(100%) rotate(0deg);z-index: 100000000000000;transition: all 500ms ease;}*/
.resp-vtabs li:before{
    content: '';
    position: absolute;
     right:-10%;
    bottom:0;
    width:0%;
    height: 1px;
    background:#0084ff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: -1;
}
.resp-vtabs li:after{
        content: '';
    position: absolute;
     right:-10%;
     top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background: #0084ff;
    opacity: 0;
    }
    .resp-vtabs li:hover:after{
    opacity: 1;
    }
.resp-vtabs li:hover:before{
    
    }
 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 16px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
}
 h2.resp-tab-active span.resp-arrow {
     border: none;
     border-left: 6px solid transparent;
     border-right: 6px solid transparent;
     border-bottom: 8px solid #0084ff;
}
/*-----------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;
   
}
 @media only screen and (min-width: 767px) {
.resp-tab-content-active { opacity: 1;}

 }
 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) {
    .resp-tab-content { display: none; }
    h2.resp-accordion {
    text-transform: unset;
}
    h2.resp-accordion {
    background-color: transparent;
    color: #fff;
}
     h2.resp-tab-active {
     background: transparent !important;
     color: #0084ff;
}
     ul.resp-tabs-list {
         display: none;
    }
     h2.resp-accordion {
         display: block;
         margin-top: 1px;
    }
     .resp-vtabs .resp-tab-content {
         /* border: 1px solid #6f6f6f; */
         padding: 20px;
    }
     .resp-vtabs .resp-tabs-container {
         border: none;
         float: left;
         width: 100%;
         min-height: initial;
         clear: none;
         padding: 0;
    }
     .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: transparent !important;
    }
     .resp-vtabs ul.resp-tabs-list {
         float: left;
         width: 100%;
         background-color: #52143b;
         color: #fff !important;
         
    }
}
 
