﻿ 
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;
	text-align:right;
}




.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

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

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

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

.resp-tab-active {
     background-color: #fff;
}

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

.resp-tab-content {
 }

h2.resp-accordion {
    font-size: 3px;
    border: 1px solid #c2e9f7;
    border-top: 0px solid #c2e9f7;
    margin: 0px;
 }

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

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c2e9f7 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 23%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 8px 15px 8px 14px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    background: url(../images/tabh.png) repeat-y right;
	margin-bottom:1px;

}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 2px solid #c2e9f7;
    float: left;
    width: 75%;
    min-height: 350px;
     clear: none;
	 
}

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

.resp-vtabs li.resp-tab-active {
     border-right: none;
    background: url(../images/taba.png) repeat-y right;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 8px 15px 8px 14px !important;
}

 
.resp-arrow {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 5px;
	  background: url(../images/plus.png) no-repeat center center !important;

}

h2.resp-tab-active span.resp-arrow {
    
	 background: url(../images/neg.png) no-repeat center center !important;

} 

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    		 background:#b4ebff   !important; 
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
		/* background:#d3f1fc url(../images/plus.png) no-repeat 380px center !important;*/
	cursor: pointer;
	height:36px;
	line-height:36px;
	vertical-align:middle;
	font-size:17px;
	padding:0 15px;
  	margin:0;
	margin-bottom:1px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-family:Raleway;
		color:#0071bc;
	font-weight:600; 
	background:#d3f1fc 
 
}
.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:first-child {
    border-top: 1px solid #c2e9f7 !important;
}

 
 #serv_acc{
 width:100%
 }

 

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

    .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 #c2e9f7 !important;
    }
}
*/
 