* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.error_sec .navbar_section .navbar {
    background-color: #545454 !important;
    position: inherit;
}

.four_not_four_page_section {
    width: 54%;
    margin: 0 auto;
}

.four_not_four_page_section {
    padding: 130px 0px 70px;
    text-align: center;
}

.error_footer_sec {
    border-top: 1px solid #ccc !important;
    padding-top: 0px !important;
}

.four_not_four_page_section h1 {
    font-family: 'Poppins-Bold';
    font-size: 100px;
    margin-bottom: 0px;
    color: #545454;
}

.four_not_four_page_section h2 {
    font-family: Poppins-SemiBold;
    font-size: 26px;
    color: #545454;
    padding: 0px 0px 30px;
}

.four_not_four_page_section p {
    font-family: Poppins-Medium;
    font-size: 18px;
    padding-bottom: 40px;
    color: #545454;
}

.four_not_four_page_section .button_part_404 {
    display: flex;
    justify-content: center;
}

.four_not_four_page_section .button_part_404 .error_btn_1 {
    margin-right: 23px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.four_not_four_page_section .button_part_404 .error_btn_1 a {
    width: 110px;
    height: 110px;
    background-color: #545454;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    line-height: 25px;
    align-items: center;
}

.four_not_four_page_section .button_part_404 .error_btn_1 a:hover {
    background-color: #545454;
    border: 1px solid #e3eafd;
    color: #fff;
}

.four_not_four_page_section .button_part_404 .error_btn_1 a:hover {
    text-decoration: none;
}

.four_not_four_page_section .button_part_404 .error_btn_2 {
    margin-right: 23px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.four_not_four_page_section .button_part_404 .error_btn_2 a {
    width: 110px;
    height: 110px;
    background-color: #c6c1bd;
    color: #545454;
    border-radius: 50%;
    display: inline-block;
    color: #545454;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    display: flex;
    justify-content: center;
    line-height: 25px;
    align-items: center;
    border: 1px solid #e3eafd;
}

.four_not_four_page_section .button_part_404 .error_btn_2 a:hover {
    background-color: #545454;
    color: #c6c1bd;
}

.four_not_four_page_section .button_part_404 .error_btn_2 a:hover {
    text-decoration: none;
}

/* ========================thank you============= */
.thankyouPage_sec h1 {
    font-family: Poppins-SemiBold !important;
    font-size: 40px !important;
}

.thankyouPage_sec p {
    font-family: Poppins-SemiBold !important;
    font-size: 18px !important;
    padding: 25px !important
}

.thankyouPage_sec .gohome a {
    line-height: 19px !important;
}

.thankyouPage_sec .thank_you_image {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.thankyouPage_sec .thank_you_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar_section header,
.navbar_section header .navbar,
.navbar_section {
    background-color: #545454;
}

@media only screen and (max-width: 992px) {
    .four_not_four_page_section {
        width: 100%;
    }

    .navbar_section {
        height: auto;
    }
}

/* ============== */
@keyframes textAnimation {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}

.animated-text {
    font-size: 24px;
    font-weight: bold;
    animation: textAnimation 3s infinite;
}