
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}


.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    padding:1rem; display:inline-block; width:100%; color:#595959;  font-family:'Satoshi-Medium'; font-size:0.85rem; letter-spacing:0.5px;background: #ffffff !important;
    cursor: pointer;
    margin: 0px;
    display: none;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    background:rgba(197, 44, 57, 0.8)!important; color:var(--WhiteClr)!important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
#DrProfile{
    display: grid!important;
    grid-template-columns: 300px 1fr;
    column-gap: 2rem;
    margin: 3rem 0px!important;
}

.dd-left h3{background:linear-gradient(180deg, #B8404B 0%, #971823 100%); color:var(--WhiteClr); letter-spacing:1px; padding:1rem; font-size:1rem;}
.dd-left ul{border:solid 1px #DADADA; border-top:0px; list-style:none; padding:0px; margin:0px!important;}
.dd-left ul li{padding:1rem; display:inline-block; width:100%; color:#595959;  font-family:'Satoshi-Medium'; font-size:0.95rem; letter-spacing:0.5px;background: #ffffff !important;
    border: 0px !important; cursor: pointer;}
.dd-left ul li:hover,
.dd-left ul li.resp-tab-active{background:rgba(197, 44, 57, 0.8)!important; color:var(--WhiteClr)!important;}






.resp-vtabs .resp-tabs-container {
    padding: 0px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

/* .resp-vtabs li.resp-tab-active { 
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
} */

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !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) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    #DrProfile{grid-template-columns: 1fr;}
}
