.r-tabs .r-tabs-nav {
    margin: 0 0 16px;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 20px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none; margin:0 0 3px 0
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
	.r-tabs {
    margin: 43px 0 0;
}
.r-tabs .r-tabs-panel select{ width:100%!important;}
 .r-tabs-state-active a::before{ display:none!important;}
}

body {
	
}

/* Tabs container */
.r-tabs {
	position: relative;

	background:url(../img/tab-bg.png) repeat-x;


}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding:8px 38px;
    text-transform:uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold; background:#2faa4d;border:1px solid #fff;
	color: #FFFFFF;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #FFFFFF;
	text-shadow: none;

	background:#0b622f; border:1px solid #fff;

	
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover{background:#0b622f; border:1px solid #fff; color:#fff}

/* Tab panel */
.r-tabs .r-tabs-panel {
 background-color: white;
    float: left;
    width: 100%; margin:0 0 9px 0;


}
.r-tabs .r-tabs-panel select{ background: #fff none repeat scroll 0 0;
    border: 1px solid #dadada;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 44px;
    margin: 0 6px 18px 5px;
    padding: 9px 0 9px 5px;
    width: 24%;}
	.r-tabs .r-tabs-panel option{
    line-height: 44px;
   }
   .r-tabs .r-tabs-panel input[type="submit"]{  background: #0b622f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 6px;
    padding: 9px 0;
    text-transform: uppercase;
    width: 23.8%;}
	 .r-tabs .r-tabs-panel input[type="submit"]:hover{ background:#ffed00; color:#000
	 }
 
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
background: #0b622f none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;


}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:url(../img/menu-bg.png) repeat-x; color:#FFFFFF;
	color: #FFFFFF;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    font-weight: bold;
    border: 0;
    /* border-radius: 3px; */
    background-color: #0B622F;
    box-shadow: 0px 3px 0px 0px #0B622F;
    cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 
.tab h2{ color: #c22328;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;}
.tab h3{  font-size: 17px;
    font-weight: normal;
    line-height: 28px; margin-bottom:23px}
.tab h4{ color:#c22328}
.tab ul{}
.tab ul li{ background: url(../img/abobut-list.png)  no-repeat scroll 0 8px rgba(0, 0, 0, 0);   font-size: 14px;
    line-height: 23px;
    margin: 0 0 17px;}
.tab  h6{ text-align:right; margin:40px 0 0 0;}