
.resp-tabs-list li {
    
    display: inline-block;
   padding: 0px 22px;
	margin: 0px 7px 0px 0px;
    list-style: none;
    cursor: pointer;
    float: none;
	color:#585857;
	background-color:#fff !important;
	height:36px;
	line-height:36px;
	font-family:'robotocondensed-bold';font-size: 18px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #585857;
}
.resp-tabs-list li:hover{
background-color: #37a3dc !important;
color:#fff !important;
border:1px solid #37a3dc;
transition-duration: .6s; transition-timing-function: ease;
}
.resp-tabs-list li.active{background-color: #4f8a40 !important; color:#fff !important;}

.resp-tabs-container {

    clear: left; overflow:hidden;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
	border-bottom: 1px solid #2f5c24;
}

.resp-tab-content {
    display: none;

	float:left;
	width: 100%;

/*width: 98%;
padding: 20px 1%;*/
	
}


.resp-tab-item.hor_1.resp-tab-active {
	border: 1px solid #37a3dc !important;
	/*border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;*/
	border-bottom: none;
	/*margin-bottom: -1px !important;*/
    color: #FFF !important;
	background:#37a3dc !important;
}

.resp-tab-active {
    border-bottom: none;
    background: #4f8a40 !important;
}

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

.resp-tab-content {
  /* border: 1px solid #e7e7e7;
	border: 1px solid #e7e7e7; 
	margin-bottom: 10px;*/
}

h2.resp-accordion {
    font-size: 13px;
  /*  border-top: 1px solid #DC7725;
	border-left: 1px solid #DC7725;
	border-right: 1px solid #DC7725;*/
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

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

.resp-arrow {
width: 15px;
height: 8px;
    float: right;
    margin-top: 7px;
	background:url(../img/tab_arrow_inactive.png) no-repeat right center;
/*    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;*/
}

h2.resp-tab-active span.resp-arrow {
	background:url(../img/tab_arrow_active.png) no-repeat right center;
/*    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;*/
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/ color: #fff !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;
	margin-bottom: 0px;
}

/*h2.resp-accordion:first-child {
    border-top: 1px solid #DC7725; !important;
}
*/




/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
/*    ul.resp-tabs-list {
        display: none;
    }
	.resp-tabs-container {
border-left: 1px solid #2f5c24;
border-top: 1px solid #2f5c24;
border-right: 1px solid #2f5c24;
	}
	
.resp-tab-content {	border-bottom: 1px solid #2f5c24; padding: 10px 3%; width:94%;}*/
/*ul.tabslider { display:block;}
ul.tabslider li{ display:block; margin: 0px 0px 0px 0px; }
ul.tabslider { text-align:left;}
ul.tabslider li{font-size:14px; background: url("../img/tab_arrow_inactive.png") no-repeat 96% 15px;  color:#DC7725; }
ul.tabslider li:hover{ color:#fff; background: url("../img/tab_arrow_active.png") no-repeat 96% 15px;}
ul.tabslider li{border-bottom: 1px solid rgb(220, 119, 37); border-left: 1px solid rgb(220, 119, 37); border-right: 1px solid #DC7725; border-top: none; }
ul.tabslider li:first-child{ border-top: solid 1px #DC7725;}
ul.tabslider li.active{bbackground: url("../img/tab_arrow_active.png") no-repeat 96% 15px;  padding-right: 90%; color:#fff; }
ul.tabslider{margin: 0px auto 0px;}
.pad-top65 .resp-tabs-container{ border-bottom:none !important;}*/
   /* h2.resp-accordion {
        display: block;color: #2f5c24;
    }

    .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-tab-content-active{margin-bottom: 10px;}*/

  /*  .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }*/
}
@media only screen and (max-width: 769px) {

}

@media only screen and (max-width: 1024px) {
/*.contctinner .resp-tab-content-active{	
  border-bottom: 1px solid #dc7725;
   border-left: 1px solid #dc7725;
   }*/
/*.tabcontent .resp-tab-content-active, .tabcontent .resp-tabs-container {border:none !important;*/
/*.resp-tab-content-active:last-child{border-right: 1px solid #dc7725;}*/

/*  .resp-tabs-container {
 border-bottom: 1px solid #DC7725 !important;}*/
/* .resp-tab-content {padding: 15px 2%; border-bottom: 1px solid #2f5c24;}*/
}

