.textMain .resp-tabs-list {
    margin: 0px;
    padding: 0px;
}
.textMain .resp-tabs-list li {
    display: inline-block;
    background: #75BBF3;
    font: 600 18px/24px 'Lato', sans-serif;
    color: #000;
    cursor: pointer;
    padding: 10px;
}
.textMain .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
.textMain h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.textMain .resp-tab-content {
    display: none;
    padding: 15px;
}
.textMain .resp-tab-active {
    border: 1px solid #c1c1c1;
}
.textMain .resp-tabs-list .resp-tab-active {
    border-bottom: none;
    background: #003967;
    color: #fff;
}
.textMain .resp-content-active,
.textMain .resp-accordion-active {
    display: block;
}
.textMain .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.textMain h2.resp-accordion {}
.textMain h2.resp-tab-active {
    border-bottom: none;
}
.textMain h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.textMain .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.textMain .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}
.textMain .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
.textMain .resp-vtabs .resp-tab-content {
    border: none;
}
.textMain .resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}
.textMain .resp-arrow {
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    right: 10px;
}
.textMain h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}
/*-----------Accordion styles-----------*/
@media only screen and (max-width: 767px) {
    .textMain ul.resp-tabs-list {
        display: none;
    }
    .textMain h2.resp-accordion {
        display: block;
        background: #75BBF3;
        color: #fff;
        font: 600 18px/24px 'Lato', sans-serif;
        margin: 2px 0;
        padding: 7px 30px 7px 10px;position: relative;
    }
    .textMain .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .textMain h2.resp-tab-active {
        background: #003967;
        color: #fff;

    }
    .textMain .resp-easy-accordion h2.resp-accordion {
        display: block;
    
    }
    .textMain .resp-easy-accordion .resp-tab-content {
        border: 1px solid #c1c1c1;
    }
    .textMain .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .textMain .resp-jfit {
        width: 100%;
        margin: 0px;
    }
    .textMain .resp-tab-content-active {
        display: block;
    }
   
    .textMain .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .textMain .resp-accordion-closed {
        display: none !important;
    }
    .textMain .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}