nav1 {
    margin-bottom: 30px;
    position: relative;
	background:#eceaeb;
}
nav1 ul {

    overflow: hidden;
    padding: 1% 0%;
}
nav1 li {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 0px;
    padding:0px 0px;
	list-style:none;
	border-bottom: 3px solid #2ea368;
	width:20%;

}
nav1 li.lt {
    float: left;
    padding: 0;

}

nav1 li .tablink {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size:15px;
    font-weight:400;
    padding:20px 0px;
	list-style:none;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
}
nav1 li .current:hover, nav1 li .current:focus, nav1 li.current .tablink{
    background: #f1b953;
    color: #fff;
}
.tabcontant {
    padding-bottom: 2%;
    width: 100%;
}
.tabcontant p {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 0 2%;
}
.tabcontant .col-sm-9 {
    padding: 0;
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
nav1 li .tablink  {
    color: #9b9a9a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}	
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

nav1 ul {
    overflow: hidden;
    padding: 1%;
}
nav1 li {
    float: left;
    margin-right: 0;
    padding:0px 0px;
    width: 20%;
}
nav1 li .tablink  {
    color: #9b9a9a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

nav1 #indicator {
    background-image: none;
}
nav1 #indicator1 {
    background-image: none;
}
nav1 #indicator2 {
    background-image: none;
}
nav1 li.lt {
    float: left;
    margin-right: 0;
    padding: 5px 0;
    width: 100%;
}

}
@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {
nav1 li .tablink  {
    color: #9b9a9a;
    font-family: Arial,Helvetica,sans-serif;
    font-size:9px!important;
    font-weight: 300;
    text-transform: uppercase;
}	
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

nav1 ul {
    overflow: hidden;
    padding: 1%;
}
nav1 li {
    float: left;
    margin-right: 0;
    padding:0px 0px;
    width:33.33333333%;
}
nav1 li .tablink  {
    color: #9b9a9a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px!important;
    font-weight:noraml;
    text-transform: uppercase;
}
nav1 li.bdra {
    border-right: medium none !important;
}
nav1 #indicator {
    background-image: none;
}
nav1 #indicator1 {
    background-image: none;
}
nav1 #indicator2 {
    background-image: none;
}
nav1 li.lt {
    float: left;
    margin-right: 0;
    padding: 5px 0;
    width: 100%;
}

}
@media only screen and (max-width: 479px) {

nav1 ul {
    overflow: hidden;
    padding: 1%;
}
nav1 li {
    border-right: medium none;
    float: left;
    margin-right: 0;
   	padding:0px 0px;
    width: 100%;
	list-style:none;
}
nav1 li .tablink  {
    color: #9b9a9a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
nav1 #indicator {
    background-image: none;
}
nav1 #indicator1 {
    background-image: none;
}
nav1 #indicator2 {
    background-image: none;
}
nav1 li.lt {
    float: left;
    margin-right: 0;
    padding: 5px 0;
    width: 100%;
}

}
