.wrapper{
width:100%;
background:#28ab93;
border-bottom:1px #FFFFFF solid;
}
.wrapper2{
width:100%;
}
.wrapper3{
width:100%;
background:#147f63;
border-bottom:1px #FFFFFF solid;
margin-top:12px;
}
.container2{
width:1000px;
margin:auto;
height:auto;
}
.top-icins{
width:468px;
float:right;
margin:0px;
height:40px;
}
.top-icins ul{
margin:0px;
float:left;
}
.top-icins ul li{
margin:5px;
display:block;
list-style:inline;
float:left;
}
.top-icins ul li a{
font-family:Arial, Helvetica, sans-serif, "Bradley Hand ITC";
font-size:12px;
color:#000000;
text-decoration:none;
font-style:normal;
}
.top-icins ul li a:hover{
color:#FFFFFF;
}
.centre-line{
background:#1e075d;
height:44px;
width:100%;
border-radius:8px;
margin:4px;
}
.content-nav{
float:left;
width:175px;
margin-left:18px;
}
.content-nav li{
float:left;
margin:3px;
display:block;
text-align:center;
width:175px;
}
.bg-color{
background:#28ab93;
height:auto;
}
@media (max-width : 480px) {

.col-xs-3{
width:100%;
float:none;
}
.bg-color{
background:#28ab93;
height:auto;
min-height:550px;
width:100%;
}
.col-xs-6{
width:100%;
float:none;
}
.top-icins{
display:none;
}
.centre-line{
height:auto;
}
}
@media (max-width : 768px) {

.col-xs-3{
width:100%;
float:none;
}
.bg-color{
background:#28ab93;
height:auto;
min-height:550px;
width:100%;
}
.col-xs-6{
width:100%;
float:none;
}
.top-icins{
display:none;
}
.centre-line{
height:auto;
}
}