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

.resp-tabs-container {
    padding: 0px;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.tab-head{ font-size: 22px; font-weight: 600;}
.resp-tab-content {
    display: none;
   /*padding: 25px 35px;
    */
}
.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;
    background-color: #fff;
}
.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: 16px;/* text-transform:uppercase; *//* font-family: 'AkzidenzGroteskBECn'; *//* border: 1px solid #c1c1c1;*//* border-top: 0px solid #c1c1c1; */margin: 0px;padding: 10px 15px;background-color: #878787;color: #fff;}
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;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 20%;
    /*text-align:center;*/
    color: #fff;
    /* border-bottom: 1px solid  rgba(0, 0, 0, 0.2); */
    overflow:hidden;
    padding: 0;
    margin: 0 4% 0 0;
}

.tab-onpage ul.resp-tabs-list li.resp-tab-item:last-child {
    border-right: 0;
}

.resp-vtabs .resp-tabs-list li {
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 18px 15px 18px 65px !important;
    margin:0px;
    cursor: pointer;
    float: none;
    background: var(--white);
    font-size: 16px;
    margin-top: 0;
    color: var(--body-color);
    font-weight: 500;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    border-left: 2px solid var(--white);
}
.resp-vtabs .resp-tabs-list .tb-icon1{
   background-image: url(../images/icons/icon1.png);
}
.resp-vtabs .resp-tabs-list .tb-icon2{
   background-image: url(../images/icons/icon2.png);
}
.resp-vtabs .resp-tabs-list .tb-icon3{
   background-image: url(../images/icons/icon3.png);
}
.resp-vtabs .resp-tabs-list .tb-icon4{
   background-image: url(../images/icons/icon4.png);
}
.resp-vtabs .resp-tabs-list .tb-icon5{
   background-image: url(../images/icons/icon5.png);
}
.resp-vtabs .resp-tabs-list .tb-icon6{
   background-image: url(../images/icons/icon6.png);
}


.resp-vtabs .resp-tabs-container {
    padding: 0px;
    /*border: 1px solid #c1c1c1;
   */
    float: left;
    width: 100%;
    /*border-radius: 4px;
   */
    clear: none;
    text-align: left;
    /* padding: 50px 50px 0 50px; */
    /*    background-image: url(../images/bg1.png);*/
    background-repeat: no-repeat;
    background-position: left top;
}
.resp-vtabs .resp-tab-content {
   /* background: rgba(204, 204, 204, 0.07);
   */
    width: 100%;
}
.resp-vtabs li.resp-tab-active {
   /* border: 1px solid #c1c1c1;
    */
   /* background-color: #fb151d; */
   position: relative;
   z-index: 1;
   /* margin-right: 0px !important; */
   /* padding: 12px 15px !important; */
   /* color: #FFFFFF; */
   border-left: 2px solid var(--secondary-color);
}
.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 #ffffff;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ffffff;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #00a98f !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;
}
#horizontalTab .resp-tab-content{float: none;padding-top: 15px;}
#horizontalTab .resp-tabs-list{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    border-bottom: 1px solid #3b4a5f;
    align-items: center;
}
#horizontalTab .resp-tabs-list li{
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    padding:5px 25px 3px !important;
    cursor: pointer;
}
#horizontalTab .resp-tabs-list li.resp-tab-active{
    background-color: #00bcf0;
}
.tab-onpage .resp-vtabs ul.resp-tabs-list {
    width: 100%;
    margin-bottom: 20px;
}

.tab-onpage ul.resp-tabs-list li.resp-tab-item {
    width: unset;
    background-color: #00bff200;
    border-bottom: 2px solid #4ab84a;
    border-right: 1px solid #4ab84a;
    padding: 15px 15px 15px 15px !important;
    background-color: #0000003b;
    margin-right: -4px;
}

.tab-onpage ul.resp-tabs-list li.resp-tab-active {
    border-left: 0;
    border-bottom: 2px solid#4ab84a;
    border-right: 1px solid #4ab84a;
    background-color: #4ab84a;
    color: #fff;
}

.tab-onpage .resp-vtabs .resp-tabs-container {
    width: 100%;
}






@media only screen and (max-width: 1400px) {
.resp-vtabs ul.resp-tabs-list { width: 25%;}
.resp-vtabs .resp-tabs-container { width: 71%;}
}

@media only screen and (max-width:1024px) {
    .resp-vtabs ul.resp-tabs-list { width: 35%; margin: 0 2% 0 0;}
    .resp-vtabs .resp-tabs-container {width: 63%;}
    .resp-vtabs .resp-tabs-container{padding: 30px 0 0 40px;}
    }

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list, #horizontalTab .resp-tabs-list {
        display: none;
   }
   .overlay-menu.open{top:0px}
    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;
   }
.tab-head{display: none;}
#horizontalTab h2.resp-accordion{ background-color: var(--secondary-color);}




}



@media only screen and (max-width: 640px) {
    h2.resp-tab-active {
        /* background: #fb1524 !important; */
   }
    .resp-vtabs ul.resp-tabs-list {
        float: left;
        width: 100%;
        background-color: #52143b;
        color: #fff !important;
        
   }
}

