/* 404 page css start */

.not-found-page-section {
    padding: 80px 0;
}

.not-found-page-section .not-found-page-wrap {
    display: flex;
    align-items: center;
}

.not-found-page-section .not-found-page-wrap .not-found-page-left-col {
    width: 50%;
    line-height: 0;
}

.not-found-page-section .not-found-page-wrap .not-found-page-left-col img {
    width: 100%;
}

.not-found-page-section .not-found-page-wrap .not-found-page-right-col {
    width: 50%;
    padding-left: 80px;
}

.not-found-page-section .not-found-page-wrap h1 {
    padding-bottom: 18px;
    text-align: left;
}

.not-found-page-section .not-found-page-wrap p {
    padding-bottom: 20px;
}

body.inner-page.thank-you .not-found-page-section .not-found-page-wrap .not-found-page-left-col {
    width: 40%;
}

body.inner-page.thank-you .not-found-page-section .not-found-page-wrap .not-found-page-right-col {
    width: 60%;
}
.not-found-btns-wrap {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.about-right-col .plastic_heading {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #084F8B;
        font-family: 'Plus Jakarta Sans';
}
/* .about-us-template .about-us-section,.about-us-template .accrolon-materials-section{
    overflow: hidden !important;
} */
.contact-template .contact-us-page-form.template .heading-title {
    padding-bottom: 0px;
}

/* 404 page css end */
@media screen and (max-width:1439px) {

}
@media screen and (max-width:1199px) {
    /* 404 page css start  */

    .not-found-page-section {
        padding: 70px 0;
    }

    .not-found-page-section .not-found-page-wrap .not-found-page-right-col {
        padding-left: 40px;
    }


.not-found-page-section .not-found-page-wrap h1 {
    padding-bottom: 10px;
}
.about-right-col .plastic_heading {
    margin-bottom: 11px;
            font-size: 24px;
        line-height: 34px;
}
    /* 404 page css end */
}
@media screen and (max-width:991px) {
 .not-found-page-right-col {
        text-align: center;
    }

    .not-found-page-section .not-found-page-wrap .not-found-page-right-col {
        padding-top: 30px;
    }

    .not-found-page-section .not-found-page-wrap h1 {
        text-align: center;
    }

    .not-found-page-wrap {
        flex-direction: column;
    }

    .not-found-page-section .not-found-page-wrap .not-found-page-left-col {
        width: 100%;
    }

    .not-found-page-section .not-found-page-wrap .not-found-page-right-col {
        width: 100%;
        padding-left: 0px;
        padding-top: 40px;
    }
    body.inner-page.thank-you .not-found-page-section .not-found-page-wrap .not-found-page-left-col {
    width: 100%;
}

body.inner-page.thank-you .not-found-page-section .not-found-page-wrap .not-found-page-right-col {
    width: 100%;
}
.not-found-btns-wrap {
    justify-content: center;
}
.not-found-page-section .not-found-page-wrap .not-found-page-left-col img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
}
@media screen and (max-width:767px) {
   /* 404 page css start  */

    .not-found-page-section {
        padding: 60px 0;
    }
    .not-found-page-section .not-found-page-wrap .not-found-page-right-col {
        padding-top: 30px;
    }

   

.not-found-page-section .not-found-page-wrap p {
    padding-bottom: 15px;
}
    /* 404 page css end */
   .about-right-col .plastic_heading {
    margin-bottom: 9px;
            font-size: 20px;
        line-height: 30px;
}
}
@media screen and (max-width:576px) {

}
@media screen and (max-width:479px) {

}