.contant_title{
	background: url(/static/images/new/cantact_bg.png) no-repeat center 100% / 100%;
    width: 100%;
    height: 317px !important;
    padding-top: 119px !important;
    text-align:center;
    margin-bottom: 0 !important;
}
.filter-option-inner-inner{
	line-height: 32px;
}
.header_next_container a:hover{
	color: var(--main-color);
}
.contant_h2{
    font-size: 28px;
    color: #000;
    text-align: center;
    line-height: 2;
    font-weight: 800;
    margin: 20px auto 10px;
    position: relative;
    /* width: 280px; */
}
.red{
	font-size: 22px;
	color: red;
	float: revert;
	padding-right: 3px;
}
.flex_contant .form-group{
	margin-bottom:5px;
	margin-top: 10px;
}
.contant_h1{
	font-size: 42px;
	 
	color:var(--main-color);
	text-align: center;
	line-height: 2;
	font-weight: 800;
	margin: 40px auto 0;
	position: relative;
	width: 280px;
	text-shadow:0px 0px 6px #ffc107,0px 0px 6px #ffc107;
}
.contant_h1:after,
.contant_h1:before{
	content:'';
	position:absolute;
	top:50%;
	width:40px;
	height:3px;
	border-radius:3px;
	background-color:var(--main-color);
}
.contant_h1:after{
	left:-40px;
}
.contant_h1:before{
	right:-40px;
}

.btn.btn-primary.btn-lg{
	border: 3px solid var(--main-color);
	padding: 8px 12px;
	border-radius: 8px;
	min-width: 180px;
	text-align: center;
	background-color: var(--main-color);
	font-size: 14px;
	color: #fff;
	margin: 30px auto 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 800;
	justify-content: center;
	-webkit-font-smoothing: antialiased;
}

input.form-control.required,
.form-group-lg select.form-control.required{
	border-radius: 30px;
	/* height:40px */
	padding: 0 12px;
}
.cantact_address{
	font-size: 18px;
	 
	
}
.cantact_address p{
	margin: 0 0 20px 50px;
	position: relative;
	line-height: 30px;
}
.ca_c1{
	background: url(/static/images/new/cantact_1.png) no-repeat;
	width: 33px;
	height: 29px;
	display: block;
	position: absolute;
	left: -40px;
	top: 4px;
}
.ca_c2{
	background: url(/static/images/new/cantact_2.png) no-repeat;
	width: 30px;
	height: 25px;
	display: block;
	position: absolute;
	left: -40px;    top: 4px;
}
.ca_c3{
	background: url(/static/images/new/cantact_3.png) no-repeat;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	left: -40px;    top: 4px;
}