.bg_404{
	height:610px;
	background-repeat:no-repeat;
	background-position-y: center;
}

.er_404_text h2{
	font-size: 52px;
	font-weight: 500 !important;
	line-height: 37px;
	margin-bottom: 13px;
}

.er_404_text p{
	font-size: 22px;
	font-weight: 500;
	line-height: 37px;
}

.er_404_text{
	margin-top: 230px;
	text-align: right;
}

.er_404_text > a{
	padding-top: 10px;
}

.button_er{
	display: inline-block;
    height: 44px;
    border-radius: 27px;
    background-color: #0b9444;
    padding: 0 26px;
	margin-top: 11px;
}

.button_er:hover{
	text-decoration:none;
}

.button_er.hvr-radial-out:before{
	background:#06873c;
}

.button_er p{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    color: #fff;
}

.button_er i{
	position: relative;
    left: -8px;
    top: 1px;
    font-size: 13px;
	color: #fff;
}

.er_404_text h2 {
	margin-top: 105px;
}

.er_404_text {
    margin-top: 0;
   
}

.bg_404 .mob_image{
	display:none;
}



.site-content .button {
    margin-top: 0px;
}


@media screen and (max-width:1379px){
	.bg_404{
		background-position-x: -200px;
	}
}

@media screen and (max-width:991px){
	.bg_404{
		background-image:unset !important;
		height:unset;
	}
	.bg_404 .mob_image{
		display:block;
	}
}

@media screen and (max-width:567px){
	.er_404_text h2 {
		font-size: 30px;
		margin-bottom: 0px;
	}
	.er_404_text p {
		font-size: 16px;
	}
}



