* {
    margin: 0;
    padding: 0;
}
p{
	margin:3px 10px 0 10px;
	margin-bottom:0;
}
img{
	width: 100%;
}

.map_img {
     width: 100%;
     height: 98%;
}

body {
   /*  background-color: #dee2e6; */
   background-color: #fff;
}

.title_c{
	background-color: #ffffff;
}
.search_c{
	border:2px solid rgba(153, 102, 0, 1);
	height: 45px;
}
.search_b{
	background-color:rgba(153, 102, 0, 1);
}
.search_s{
	 background-color: rgba(0, 153, 204, 1);
	 padding: 2px 5px 2px 5px;
	 border-radius:1em;
	
}


.div-c{
	float:left;
	width:49%;
	padding:5px;
	
	} 
.div-d{
	float:right;
	width:49%;
	padding:5px;
	}
.font_color{
	font-size:17px;
	font-weight: bold;
	color:#ffffff
}	
.d-super{
	 background-color:#c21010;
	 width: 53%;
	 margin:5px 0 5px 0;
}
.d-super-m{
	 margin:8px 0 5px 0;
}	
	

.div-d-u p{
	margin-bottom: 0.5rem;
	}	
	
.c_div{
	border:1px solid #212529;
	height: 75%;
	width: 93%;
    background-color:rgba(255, 255, 255, 1);
}
.s_div{
	border:1px solid #212529;
	height: 90%;
    background-color:rgba(255, 255, 255, 1);
}

.div-c-u{
    float:left;
	width:35%;
	padding:5% 1% 5% 2%
	} 
	
.div-d-u{
    float:right;
	width:30%; 
	padding: 5% 0% 5% 1%;
	}
.div-d-img{
    float:right;
	width:35%; 
	padding: 5% 1% 0% 1%;
	}
	
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 100%;
  height: 100%;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  /* border-bottom: solid 3px #bd6565; */
  transition: .4s;
  font-size: 2rem;
}


