
.resp-tabs-list{
	display: block;
}


.resp-tabs-list li {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 0 5px;
    list-style: none;
    cursor: pointer;
    float: left;
	width: 16%;
	color: #5d7e88;
	text-align: center;
	opacity: 0.6;
	background-color: transparent!important;
}
.resp-tabs-list li span{
	display: block;
	margin-bottom: 20px;
}
.resp-tabs-container {
    padding: 0px;
	display: block;
	margin-top: 50px;
}

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

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


.resp-tabs-list .resp-tab-active {
	border-bottom: none;
	opacity: 1;
}

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

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

.resp-tab-content {
   float: left;
   width: 100%;
}

h2.resp-accordion {
    margin: 0px;
    padding: 10px 15px;
	background-color: transparent!important;
	opacity: 0.6;
}

h2.resp-tab-active {
    padding: 10px 15px !important;
	opacity: 1;
}

h2.resp-tab-title {    
   background-color: transparent!important;
}
.resp-accordion .span-img{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	margin: 0 auto;
	margin-right: 10px;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.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;
}

.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 #f8933c !important;
border-left: 4px solid #f8933c !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 3px;
	position: absolute;
	right: 15px;
	top: 28%;
}
.resp-arrow:before{
    float: right;
	content: '\3b';
	font-family: 'ElegantIcons';
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
	color: #00afe4;
	font-size: 25px;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
}
h2.resp-tab-active span.resp-arrow:before {
    content: '\3a';
}

/*-----------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;
}



/*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;
    }
}
