@media only screen and (max-width: 992px) {
  h1{
	
	font-size: 2.0rem;
	font-weight: 600;
}
h2{
	color: #3c3c3c;
	font-weight: 600;
	font-size: 1.5rem;

}
h4{
	font-size: 1.0rem;
}
.navbar-toggler{
	outline: none;

}
.navbar-toggler:focus{
	outline: none;
	box-shadow: none;
}
.about-details{
	margin-top: 20px;
}
.header-inner .navbar-nav .active::before{
	border-bottom: none;
   
}
.header-inner .nav-item:hover::before{
	border-bottom: none;
}
.features-box{
	background-color: #fff;
	padding: 15px 15px 30px 15px;
	-webkit-box-shadow: -3px -1px 23px 0px rgba(196,196,196,1);
-moz-box-shadow: -3px -1px 23px 0px rgba(196,196,196,1);
box-shadow: -3px -1px 23px 0px rgba(196,196,196,1);
text-align: center;
position: relative;
margin-top: 30px;
border-radius: 5px;
} 
.featued-relatiev-top{
	margin-top: 30px;
}
.hero-area{
	height: auto!important;
	padding-top:50px!important;
	padding-bottom: 50px;

}
.about-botppm-right{
	background-color: #fff;
	padding: 8px;
	position: absolute;
	max-width: 100px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}
.about-txt{
	margin: 20px 0 0 0px;
}
.down-footer{
	background-color: #585858;
	height:auto;
	padding-top: 10px;
}
}
@media only screen and (max-width: 1300px){
	.hero-area{
	height: 115vh;
	padding-top:100px;
	padding-bottom: 50px;

}
}
@media only screen and (max-width: 600px){
	.header-flex{
	justify-content:center;
}
.address-header{
	display: none;
}
.testimonila-item{
	  background:#fff;
	  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	  padding: 30px 20px 30px 20px;
	  border-radius: 10px;
	  margin-top: 50px;
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	 
}
.testimonila-item .testimonial-img img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-position: center;
	object-fit: cover;
}
.testimonila-item .testimonials-content{
	margin-left: 0px;
	margin-top: 15px;
	position: relative;
	text-align: center;
}
.testimonila-item .testimonials-content i{
	color: #b99062;
	font-size: 45px;
	position: absolute;
	top: -50px;
	left: 0px;
	
}
}