.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;
}
 .resp-tab-active::after {
    display: block !important;  
}
 .resp-content-active, .resp-accordion-active {
     display: block;
}
 .resp-tab-content {
     float: left;
}
h2.resp-accordion {
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
    padding: 18px 15px;
    background-color: transparent;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--primary-color);
}
 h2.resp-tab-active {
     margin-bottom: 0px !important;
     padding: 18px 15px !important;
     color: var(--white);
}
/*-----------Vertical tabs-----------*/
 .resp-vtabs ul.resp-tabs-list {
     float: left;
     width: 100%;
     text-align:center;
     color: #fff;
     /* overflow:hidden; */
     padding-left: 0;
     margin: 0;
}

.resp-vtabs .resp-tabs-list li {
    text-align: left;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    float: none;
    color: var(--secondary-color);
    font-weight: var(--fw-medium);
    font-size: 26px;
    border-bottom: 1px solid var(--primary-color);
    padding: 20px 0;
    position: relative;
    transition: all ease-in-out 300ms;
}
.resp-vtabs .resp-tabs-list li::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--primary-color);
    z-index: 1;
    display: none;
    transition: all ease-in-out 300ms;
}
.resp-vtabs .resp-tabs-list li span {
    font-size: 58px;
    line-height: 54px;
    display: block;
    font-weight: var(--fw-bold);
    /* Width and color values */
    -webkit-text-stroke: 0.8px var(--primary-color);
    color: var(--bg-grey);
    margin-bottom: 10px;
}
.resp-vtabs .resp-tabs-list li:hover {
    background-color: var(--primary-color);
    padding-inline: 30px;
}
 .resp-vtabs .resp-tabs-container {
     padding: 0px;
     background-color: transparent;
     border-top: 1px solid rgba(255, 255,255,  0.5);
     float: left;
     width: 100%;
     min-height: 250px;
     clear: none;
     text-align: left;
     padding: 0px 0 0;
}
 .resp-vtabs .resp-tab-content {
     width: 100%;
     padding: 60px 0 0 0;
}
 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--primary-color);
}
 h2.resp-tab-active span.resp-arrow {
     border: none;
     border-left:7px solid transparent;
     border-right: 7px solid transparent;
     border-bottom: 7px solid #01101e;
}
h2.resp-accordion span {
    font-size: 30px;
    margin-right: 10px;
    font-weight: var(--fw-bold);
}

/*-----------faculty-tab-----------*/
.faculty-tab ul.resp-tabs-list li {
    background-color: var(--secondary-color);
    color: var(--white);
    text-align: left;
    padding: 18px 20px;
    border-bottom: 1px solid #56618f;
    font-weight: var(--fw-medium);
}
.faculty-tab li.resp-tab-item.resp-tab-active {
    background-color: var(--primary-color);
    border-left: 3px solid var(--black);
}
.faculty-tab .pfp-card {
    flex: 0 0 32%;
}
.faculty-tab .resp-tab-content {
    width: 100%;
}

/************ min-width: 769px **************/
@media only screen and (min-width: 769px) {
.faculty-tab div#horizontalTab {
    display: flex !important;
    flex-wrap: wrap;
}
.faculty-tab ul.resp-tabs-list {
    flex: 0 0 25%;
    margin-bottom: 0;
}
.faculty-tab .resp-tabs-container {
    flex: 0 0 75%;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 30px;
}
}
/*-----------Accordion styles-----------*/
 h2.resp-tab-active {
     background: var(--primary-color) !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; */
}

/************ min-width: 769px **************/
@media only screen and (min-width: 769px) {
.resp-vtabs ul.resp-tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.resp-vtabs .resp-tabs-list li {
    flex: 0 0 20%;
}
}


/*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 #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;
    }
    .faculty-tab .pfp-card {
    flex: 0 0 100%;
}
}
 @media only screen and (max-width: 640px) {

     .resp-vtabs ul.resp-tabs-list {
         float: left;
         width: 100%;
         background-color: #52143b;
         color: #fff !important;
         
    }
}
 
