ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
    }
.resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left;
	height:auto;
	text-align:center;
	position:relative;
	color:#fff;
    }
.resp-tabs-list li h5{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
     font-family: 'Roboto', sans-serif;
     font-size: 20px;
     line-height:30px;
     font-weight:500;
	 color:inherit;
	 padding-top:15%;
	 text-transform:uppercase;
	 letter-spacing:1px;
	 text-shadow:1px 1px 1px #000;
    }	
.resp-tabs-list li img{
    filter:invert(0%);
	 -webkit-filter: invert(0%);
     -moz-filter:invert(0%);
    }	
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
    }
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    }
.resp-tab-content {
    display: none;
   }
.resp-tab-active {
	border: 1px solid #fff !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	border-top: 1px solid #fff !important;
	border-bottom: 0px #fff solid !important;
    }
.resp-content-active, .resp-accordion-active {
    display: block;
    }
li.resp-tab-active{
	color:#fff ;
	}	
.resp-tab-content {
    border: 1px solid #fff;
	border-top-color: #fff;
    }
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #fff;
    border-top: 0px solid #fff;
    margin: 0px;
    padding: 10px 15px;
    }
h2.resp-tab-active {
    border-bottom: 0px solid #fff !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
    }
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #fff !important;
    background: blue;
    }
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
	width:100%;
    }
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 0px 10px !important;
    margin-top:30px;
	margin-bottom:10px;
    cursor: pointer;
	width:auto;
    line-height:18px;
	float:left;
	border-right:1px solid #000;
	
	
	
	
font-weight: 300;
text-transform: capitalize;
font-size: 16px;
border-bottom: 0;
position: relative;
color: #999;
padding-top: 0px;
font-family: 'Poppins', sans-serif;
    }
	
.resp-vtabs .resp-tabs-list li:last-child{ border:none;}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #fff !important;
    float: left;
    width:100%;
    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-left:10px !important;
	border-top: 1px solid;
	border: 1px solid #fff !important;
	margin-bottom: 4px !important;
	border-right: 1px #ec5a00 solid !important;
	color:#ec5a00;
    }
.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-----------*/
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;*/
}
/*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%;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
