﻿.main-wrapper {
    background: #f5f5f5;
}

.error-page {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 95px;
    margin-top: 60px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    background: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
}

    .error-page h2 {
        font-size: 210px;
        font-weight: 400;
        position: relative;
        display: inline-block;
        text-align: center;
        line-height: 255px;
        margin-bottom: 15px;
    }

        .error-page h2 span {
            display: inline-block;
            font-size: 85px;
            font-weight: 600;
            left: 0;
            line-height: 80px;
            margin: -69px auto 0;
            padding: 11px 0;
            position: absolute;
            right: 0;
            text-transform: uppercase;
            top: 50%;
            width: 76%;
            z-index: 1;
            padding-left: 35px;
        }

            .error-page h2 span::before {
                background: #fff none repeat scroll 0 0;
                bottom: 3px;
                content: "";
                left: 37px;
                position: absolute;
                right: -13px;
                top: 0px;
                z-index: -1;
            }

    .error-page h4 {
        font-size: 30px;
        font-weight: 600;
        text-transform: capitalize;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .error-page h2 img {
        height: 200px;
        width: 200px;
    }

    .error-page ul li {
        display: inline-block;
        margin: 5px;
    }

.tritext {
    position: absolute;
    width: 100%;
    top: 200px;
}

.er_tile {
    font-size: 150px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}

.sub_ertile p {
    display: inline-block;
    position: relative;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: .5px;
    color: #fff;
}

.homepage {
    position: relative;
    top: 50px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #fff;
    background-image: linear-gradient(to right,#33003a,#5e006c,#820094,#61016f,#29002e) !important;
}

@media only screen and (max-width:767px) and (min-width:320px) {
    .error-page h2 {
        font-size: 155px;
        margin-bottom: -30px;
    }

        .error-page h2 span {
            font-size: 26px;
            left: -39px;
            line-height: 31px;
            top: 62%;
            width: 76%;
        }

    .xs-mt10 {
        margin-top: 10px;
    }

    .error-page h2 img {
        height: 100px;
        width: 100px;
    }
}
@media only screen and (min-width:320px) and (max-width:991px) {
.new_nav {
display:none;
}

}