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;
    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: 0;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

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

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

.resp-tab-content {
	transition:.5s;
}

h2.resp-accordion {
    font-size: 13px;
    margin: 0px;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
}

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

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 31.7%;
    margin-top: 130px;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0 0 10px !important;
    cursor: pointer;
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #1f1f1f;
	height:112px;
    padding: 35px 30px !important;
	position:relative;
	background-color: transparent;
}

.resp-vtabs .resp-tabs-list li.resp-tab-active:before {
    content: "";
    width: 1px;
    height: 100%;
    border-color: #fff #fff #fff #fcfcfc;
    border-style: solid;
    position: absolute;
    top: 0;
    right: -55px;
    border-width: 55px;
    opacity:0.8;
}

.resp-vtabs .resp-tabs-list li span {
	font-family: lato;
	font-size: 13px;
	color: #9e9e9e; 
	font-weight:300;
	display:block;
	text-transform:none;
} 

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: right;
    width: 61%;
    min-height: 250px;
    clear: none;
    margin-right: -7px;
}

.resp-vtabs .resp-tab-content {
    border: medium none;
    margin: -30px 0 -45px 0;
}

.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
background-image: -webkit-linear-gradient(right, rgba(0,0,0,.01), rgba(255,255,255,.01)); 
background-image: -moz-linear-gradient(right, rgba(0,0,0,.01), rgba(255,255,255,.01)); 
background-image: -o-linear-gradient(right, rgba(0,0,0,.01), rgba(255,255,255,.01)); 
background-image: -ms-linear-gradient(right, rgba(0,0,0,.01), rgba(255,255,255,.01)); 
background-image: linear-gradient(to left, rgba(0,0,0,.01), rgba(255,255,255,.01));
}

.resp-arrow {
    width: 0px;
    height: 0px;
    float: right;
    margin-top: 21px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #000;
}

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

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
}

.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 {
    padding: 0px;
    float: none;
    width: 100%;
}

.resp-vtabs ul.resp-tabs-list {
    float: none;
    width: 100%;
    margin-top: 130px;
}

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

#verticalTab{
margin-top: 76px !important;
border: 1px solid #f0f0f0;
border-bottom: none;
border-top: none;
padding-top:1px;
}

#verticalTab img {
	float:none !important;
}

#verticalTab h2 span {
	font-family: lato;
	font-size: 13px;
	color: #9e9e9e; 
	font-weight:300;
	display:block;
	text-transform:none;
} 

#verticalTab h2 {
    display: block;
    margin: 0 0 10px !important;
    cursor: pointer;
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #1f1f1f;
	height:112px;
    padding: 30px 30px 40px !important;
	position:relative;
	background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
margin: -1px 0 !important;
	line-height:25px;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

#verticalTab .space90 {
	margin:0;
}

.resp-vtabs .resp-tab-content {
    border: medium none;
    margin: 25px 0px 30px;
}

}
