.gallery img {
    width: 25%;
	height: auto;
	float: left;
}

.desc {
    padding-left: 15px;
	text-align: left;
	width: 75%;
	float: right;
}
.desc h2{
	font-size: 20px;
	color: #2e8f47;
}
* {
    box-sizing: border-box;
}

.responsive1 {
    padding: 15px;
  	width: 80%;
    margin:6px auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
}
.responsive1:hover{
	background: #f1f1f1;
	cursor: pointer;
}
.bot_list span a{
	color: #2e8f47;
	padding-right: 15px;
	font-size: 18px;
}
.bot_list {
	text-align: right;
}
@media only screen and (max-width: 500px) {
    .responsive1 {
        width: 100%;
    }
    .gallery img {
  width: 100% !important;
  float: none !important;
}
.desc {
  padding-left: 0px !important;
  text-align: left !important;
  width: 100% !important;
  float: none !important;
}
.desc h2 {
  font-size: 17px !important;
  color: #2e8f47 !important;
}
.bot_list span a {
  padding-right: 20px !important;
  font-size: 14px !important;
}

}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

  #dvLoading{
   background:#000 url(loading.gif) no-repeat center center;
   height: 100px;
   width: 100px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -25px;
}
a
{
  text-decoration: none;
}