@charset "utf-8";
/* CSS Document */
.hide {
	visibility:hidden;
}
.none {
	display:none !important;
}
ul.coner{
	display:block;
	text-align:center;
	margin-top:10%;
}
ul.coner li{
	display:inline;
	margin:0 2% 0 2%;
}
.social-coner{
	width:10%;
}
.space-bet-law {
	display:none;	
	}
.center {
	text-align:center;
	margin-top: 2%;
	width:100%;
}
.collor-red {
	color:#9e1c34;
}
.display-space{
	height:50px;
}
.display-contact{
	height:120px;
	border-bottom: solid 1px #D6D9DC;
}
.text-center {
	text-align:center;
}
.box-coner-smooth {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.hide-on-max-800{
}
.hide-on-min-800{
	display:none;
}
@media screen and (min-width:1000px) {
.padding-contact-page {
	padding:8% 3% !important;
}
	
}
@media screen and (max-width:500px) {
	.social-coner{
	width:18% !important;
}
    ul.coner li{
	display:inline;
	margin:0 5% 0 5%;
}
}
	
@media screen and (max-width:800px) {
	.nav-moble {
		font-size: 1.2em !important;
	}
	.hide-on-max-800{
	display:none;
    }
	.hide-on-min-800{
		display:block !important; 
}
}
@media screen and (min-width:800px) {
	.space-bet-law {
		height:100px;
		display:block;
	}
	
}
@media screen and (max-width:985px) {
	.display-contact{
		display:none;
}
}
@media screen and (max-width:1300px) {
	.header-area .contact-info .phone-link {
	font-size: 1.2em !important;
	font-weight: 700;
	
}
}