ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    display: inline-block;
    padding: 20px 20px 20px 20px;
    margin: 0 0px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border: 1px solid #0066b3;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    display: flex;
    justify-content: center;
    width: 100%;
}

.resp-vtabs .resp-tabs-list li {
    border: none !important;
    display: block;
    padding: 20px 20px 20px 20px !important;
    margin: 0;
    cursor: pointer;
    float: left;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: none;
    width: 100%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 20px 20px 20px 20px !important;
}

.resp-arrow {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5px;
    right: 8px;
    background: url(../images/down-arrow.png) no-repeat;
}


/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: none !important;
}

li.resp-tab-item {
    background: transparent !important;
    border: none !important;
    font-size: 2.2em;
    color: #cff0ff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'DomaineDispSemibold';
}

li.resp-tab-item.hor_1.resp-tab-active:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #f36621;
    height: 2px;
    bottom: 0;
    background: #f36621;
    width: 85%;left: 22px;
}

@media only screen and (max-width: 999px) {
    .resp-vtabs ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        position: relative;
        display: block;
        background: #f5f5f5;
        cursor: pointer;
        margin: 5px 0;
        font-size: 20px;
        padding: 10px 40px 10px 10px;
    }

    /*h2.resp-accordion.resp-tab-active:before{position: absolute; content: ''; display: block; background: #f5f5f5; padding:35px; width:100%;left:0px;right: 0px; top: 0px;}*/

    h2.resp-accordion.resp-tab-active {
        background: #f26722 !important;
        color: #fff;
    }

    h2.resp-accordion.resp-tab-active .resp-arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .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: none !important;
    }
}
