
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
  
}

.resp-tabs-container {
    padding: 0px;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-content figure{margin:0}

.resp-tab-content h3{padding-bottom:17px}
.resp-tab-content p{padding-bottom:13px}


.resp-tab-active {	  

}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
     background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 5px;
    margin: 2px 0;
    padding: 0.5em;
    position: relative;
	font-size: 20px;
}

h2.resp-tab-active {
color:#1f97ff;
background:#fff
}

h2.resp-tab-title:last-child { 
    background: blue;
}

/*-----------Vertical tabs-----------*/

#verticalTab{padding-top:20px}


.resp-vtabs ul.resp-tabs-list {
  border-right:1px solid #e4e4e2
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0;
    cursor: pointer;
    float: none;
	border-top:1px solid  #e4e4e2;
	padding:14px 20px 13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#1b1b1b;
	font-size:14px;
	line-height:24px;
	-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.resp-vtabs .resp-tabs-list li:hover{ 
 color:#1f97ff;}
.resp-vtabs .resp-tabs-list li:first-child{border-top:none}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: 3px solid #1f97ff; 
    background: #fff;	
    border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border-top:none;
	margin-top:1px;
      -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
      box-shadow: 0 0 3px rgba(0,0,0,0.3);
	  color:#1f97ff;
    position: relative;
    z-index: 1;  
}

.resp-vtabs li.resp-tab-active:first-child{margin-top:0}
.resp-vtabs li.resp-tab-active + li{border-top:none;margin-top:1px}
.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 {

}
.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 {

}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {

}

/*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 {
    background:  #FFFFFF;
    border: 5px solid #F0F0F0;
    border-radius:5px;
    font-size: 14px;
    line-height: 21px;   
    overflow: hidden;
    padding: 12px 12px 10px 20px;
    position: relative;
    z-index: 1;
	 
	 
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
