@charset "utf-8";
/* CSS Document */

.error-body{
	background:#fdd639;
	}
.error-line p span{
	font-size: 23px;
    font-weight: 800;
	}
.error-line a{	
    display: inline-block;
    padding: 7px 45px;
    /*border: 5px solid #fff;*/
    border-radius: 7px;
    color: #000;
    font-size: 25px;
	font-weight: 500;
    margin-bottom: 30px;	
	background:#fff;
}
.error-line a:hover{
	color:#fff;
	text-decoration:none;
	}	

.error-line h3{
	color: #fff;
    margin-bottom: 60px;
}
.sitelinks{
	    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 2px 8px 25px rgb(0 0 0 / 20%);
    padding-top: 15px;
    padding-bottom: 15px;
	    padding-left: 15px;
    padding-right: 15px;
	background: #fff;
	height: 100%;
	}
.sitelinks ul{
    padding-left: 20px;
}
.sitelinks ul li{
	/*list-style-type:none;*/
	}
.sitelinks ul li a,.sitelinks p a{
	color: #000;	
}
.sitelinks ul li a:hover,.sitelinks p a:hover{
	color: #fdd639;
	text-decoration:none;	
}
    
.sitelinks p{
	margin-bottom: 5px;
}
.h-140{
	    height: 140px;
	}
.services-links p{
	position:relative;
	}	
.services-links p:after{
	content:url(../images/subs-cars-line.png);
	position:absolute;
top: 13px;
    left: 97px;
	}
.services-links p:before{
	content:url(../images/self-drive-line.png);
	position:absolute;
top: 19px;
    left: -6px;
	}	
	
@media only screen and (max-width:1199.9px){
.services-links p:after,.services-links p:before{
	display:none;
	}		
}
@media only screen and (max-width:767.9px){
.h-140 {
    height: auto;
}
}
@media only screen and (max-width:575.9px){
.error-line img {
       width: 50%;
}
.error-line a {
	font-size: 18px;
}
.error-line h3 {
    font-size: 20px;
}
}
