@charset "utf-8";
/* CSS Document */

#india_map {
	margin: 0px 0px 50px 0px;
}

.india_map {
  padding: 50px 0px;
  position: relative;
}

.india_map h2 {
  color: #58595b;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 0rem;
  line-height: 4.8rem;
	text-align: center;
}

.india_map h2 b {
  color: #39a44a;
  font-weight: bold;
}
.india_map_bg{
	background-image: url("../images/india_map.png");
	width: 428px;
	height: 471px;
}
.location{
	background-image: url("../images/location.png");
	width: 51px;
	height: 100px;
}

.location1{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: aqua;
	border: 3px solid #FFFFFF;
}
.location_image_left {
  float: left;
  height: 100px;
  width: 52px;
  font-family: Veranda;
}

.heading-left {
  float:left;
  display: inline-block;
  overflow: auto;
	margin-bottom: 20px;
}
.heading-left h3 {
	color: #39a44a;
	font-size: 2rem;
	padding-left: 20px;
	text-align: left;
	overflow: auto;
}
.heading-left p {
	color: #58595b;
	font-size: 1.5rem;
	padding-left: 20px;
	text-align: left;
	overflow: auto;
}

.location_image_right {
  float: right;
  height: 100px;
  width: 52px;
  font-family: Veranda;
}
.heading-right {
  float:right;
  display: inline-block;
  overflow: auto;
  margin-bottom: 20px;
}
.heading-right h3 {
	color: #39a44a;
	font-size: 2rem;
	padding-right: 20px;
	text-align: right;
	overflow: auto;
}
.heading-right p {
	color: #58595b;
	font-size: 1.5rem;
	padding-right: 20px;
	text-align: right;
	overflow: auto;
}

.delhi{
	background-image: url("../images/location.png");
	width: 52px;
	height: 100px;
	top:30px;
	left:105px;
	position: relative;
}
.hyderabad{
	background-image: url("../images/location1.png");
	width: 52px;
	height: 100px;
	top:120px;
	left:120px;
	position: relative;
}
.maharastra{
	background-image: url("../images/location2.png");
	width: 52px;
	height: 100px;
	top:-15px;
	left:70px;
	position: relative;
}
.gujarat{
	background-image: url("../images/location4.png");
	width: 52px;
	height: 100px;
	top:-170px;
	left:10px;
	position: relative;
}
.up{
	background-image: url("../images/location5.png");
	width: 52px;
	height: 100px;
	top:-330px;
	left:150px;
	position: relative;
}
.hide{
	display: none;
}

@media (max-width: 790px) {
	
	.hide{ display: block;
}
	
.hide1{
	display: none;
}	
            }
