.num404 {
    color: #999999;
    font-family: "Poppins";
    font-size: 140px;
    font-weight: bold;
    line-height: 140px;
}
.text404 {
    color: #3c3c3d;
    font-family: "Poppins";
    font-size: 30px;
    line-height: 40px;
}
.newStoreBtn {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    height: 50px;
    padding: 0px 35px;
    margin: 10px 0px 0px 0px;
    border-width: 0px;
    border-radius: 30px;
    background-color: #2128bd;
    align-items: center;
    display: flex;
    width: max-content;
    text-decoration: none;
}
.newStoreBtn:hover{
	text-decoration: none;
	color: #fff;
}
.errorBox .col-md-6 {
    height: 100vh;
    align-items: center;
    display: grid;
}
.dHide{
	display: none;
}

@media(max-width: 767px){
	.mHide{
		display: none;
	}
	.dHide{
		display: none;
	}
	.ebWrap {
    text-align: center;
	}
	.num404 {
	  font-size: 90px;
	  line-height: 100px;
	}
	.text404 {
	  font-size: 20px;
	  line-height: 30px;
	}
	.newStoreBtn {
    margin: 10px auto 0px auto;
	}
	.errorBox .col-md-6:nth-child(2) {
    display: none;
	}
}