#parentVerticalTab:after {content: ""; display: table; clear: both;*zoom: 1}
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 15px;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left;
    color:#a2a7a7;
    font-family: Moniqa, serif;
    font-size: 50px;
    margin: 15px 15px 0 0;
  line-height: 1;
}

.resp-tabs-list li:hover{
  color:#000
}

li.resp-tab:after {
    content: 'a';
    font-family: domus;
    font-size: 20px;
    position: absolute;
    top: 2px;
    right: 0;
    transform: rotate(90deg);
    font-weight: 300;
}



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

h2.resp-accordion {
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	display: none;
	color: #573C35;
	position: relative;
}


.resp-tab-content {
    display: none;
	padding: 5px 0 20px;
}

.resp-tab-active {
color:#139369
}

.resp-tab-active {
    border-bottom: none;
    }

    li.resp-tab-active {
      color:#000
        }

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

.resp-tab-content {

}

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

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 34%;
}

.resp-vtabs .resp-tabs-list li {
    display: flex;
    align-items: center;
    padding: 0 20px !important;
    height:50px;
    line-height: 1;
    margin: 0 0 20px 0;
    cursor: pointer;
    float: none;
    border-radius: 10px;
    text-align: left
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #FFF6D1;
    float: left;
    width: 61%;
    margin-left: 5%;
    min-height: 250px;
    border-radius: 10px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    text-align: justify;
    font-size: 15px
}

.resp-vtabs li.resp-tab-active {
position: relative;
z-index: 1;
color:#139369
}

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

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

/*-----------Accordion styles-----------*/


.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {

}

.resp-easy-accordion .resp-tab-content:last-child {

}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion {
    display: none;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {



    .resp-vtabs .resp-tab-content {

    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
        margin:0;
        background-color: #fff
    }

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

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


}

@media only screen and (min-width: 768px) {
    ul.resp-tabs-list {display: flex;align-content: center;justify-content: flex-start}
	#parentVerticalTab {padding:0}

}

@media only screen and (min-width: 1220px) {

.resp-vtabs ul.resp-tabs-list {width: 380px}
.resp-vtabs .resp-tabs-container {width: 760px; margin-left: 60px}
}

@media only screen and (min-width: 1024px) and (max-width: 1219px){
#parentVerticalTab {padding:20px 10px}
}
