
/*page not found*/
.page-page-not-found .body {
    min-height: auto;
}
.widget-article .page_404 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding:80px 15px 36px 15px;
    background: transparent;
}
.widget-article .page_404 .ops {
    color: #004156;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #1183A7;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #1183A7;
    font-size: 104px;
    margin-left: -17px;
}
.widget-article .page_404 .error {
    font-size: 38px;
    color: #004156;
    line-height: 30px;
    margin: 15px 0 25px 0;
    font-weight: 500;
}
.widget-article .page_404 p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #004156;
}
.widget-article .page_404 a{
    background: #00CA88;
    border-color: #00CA88;
    margin: 15px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight:500;
    line-height: 22px;
    padding: 10px 10px;
    width: 100%;
    margin-top: 20px;
    max-width: 170px;
    text-decoration: none;
    border-radius: 3px;
}
.widget-article .page_404 a:hover{
    background-color: #09D593;
}
.page-page-not-found .page-content {
    padding: 60px 30px 100px 30px;
}
/*page not found end*/



/*page not found start*/
.page-404-container .error-icon {
    max-width: 162px;
}
.page-page-not-found .page-content {
    background: url(/template/48dd72cf/images/error-bg.png) no-repeat;
    background-position: center;
    object-fit: cover
}

.page-page-not-found .widget-pageHeading {
    display: none
}

.page-page-not-found .article-content {
    margin: 0 auto;
    max-width: 1200px
}

.page-404-container a {
    background: #008df2;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-top: 64px;
    max-width: 170px;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.page-404-container a:hover {
    background: #0078CE;
    color: #ffffff;
}

.page-404-container figure {
    margin: 0
}

.page-404-container {
    max-width: 600px;
    padding: 70px 30px 190px;
}

.page-404-container .head-title {
    font-family: inter;
    font-size: 57px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 85px;
    margin: 8px 0 14px;
    padding: 0;
    text-align: left
}

.page-404-container p {
    font-family: inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .responsive .page-404-container {
        padding:100px 20px 125px
    }

    .responsive .page-404-container .head-title {
        font-size: 40px;
        line-height: 50px
    }

    .responsive .page-404-container p {
        font-family: inter;
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
        text-align: left
    }
}

@media screen and (max-width: 991px) {
    .responsive .page-404-container {
        max-width:430px;
        padding: 48px 0px 50px;
    }

    .responsive .page-404-container a {
        margin-top: 35px
    }
}

@media screen and (max-width: 767px) {
    .responsive .page-404-container {
        max-width:430px;
        padding: 48px 20px 50px;
    }

    .responsive .page-404-container .head-title {
        font-size: 35px;
        line-height: 38px;
        margin: 17px 0 18px
    }

    .page-page-not-found .page-content {
        background-position: center bottom!important;
        background-size: 120%;
        object-fit: cover
    }

    .responsive .page-404-container .error-icon img {
        max-width: 116px
    }
}

/*page not found end*/

