body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    /*    font-family: 'Segoe UI';*/
}

ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

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

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

.resp-tab-content {
    display: none;
    padding: 0px;
}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

h2.resp-tab-active {
    background: #fff !important;
    color: #ffffff;
}

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

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 18px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    
}

h2.resp-tab-title:last-child {
}

/*-----------Vertical tabs-----------*/
.resp-vtabs,
#parentVerticalTab {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.resp-tabs-list {
    margin: 0 0 50px !important;
    display: flex;justify-content: center;
    border-bottom: 1px solid #F6F6F6;
}

.resp-tabs-list li {
    display: block;
    padding: 22px 35px !important;
    margin: 0 0 0px;
    cursor: pointer;
    float: none;
    background: #F6F6F6 !important;
    color: #101010;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: center;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
}
.resp-tabs-list li:first-child{
    border-radius: 10px 0 0 0;
}
.resp-tabs-list li:last-child{
    border-radius: 0 10px 0 0;
}
.resp-tabs-list li:not(:last-child):after {
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    width: 1px;height: 20px;background: #CCCCCC;
    margin: auto 0;
}
.resp-tabs-list li:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F6F6F6 ;
    left: 0;
    right: 0;
    margin: 0 auto;opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.resp-tabs-list li.resp-tab-active:before{
    bottom: -9px;opacity: 1;
    border-top: 10px solid #007BB6;
}

.resp-tabs-container {
    clear: none;
    width: 100%;
}

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

li.resp-tab-active {
    position: relative;
    z-index: 1;
    border: 0 !important;
    background: #007BB6 !important;
    color: var(--white-color) !important;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px 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;*/
}
@media(max-width:1365.99px) {
    .resp-tabs-list li{min-width: 120px;}
}
@media(max-width:1199.99px) {
    .resp-tabs-list li{padding: 15px 18px !important;}
    ul.resp-tabs-list {margin: 0 0 30px !important;}
}
@media(max-width:575px) {
    .resp-tabs-list li{font-size: 12px;min-width: 105px;padding: 20px 12px !important;}
}
@media(max-width:360px) {
    .resp-tabs-list li{min-width:28%;}
}
