﻿.heading {
    color: #7220A9;
    font-size:42px;
    margin-bottom:55px;
    font-weight:bold;
}
.about_new_page, .about_error_page {
    font-size: 20px;
    color: #000;
    margin-bottom: 33px;
}
.about_error_page {
    margin-bottom: 57px;
    color: #000;
}
.click_text {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}
.New_website_btn, .New_website_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1592E6;
    border-radius: 10px;
    font-size: 20px;
    padding: 12px 35px;
}
.btn_div{
   display:flex;
}
.Error_page_cf {
    background-image: url('/NewWebsite/images/New_images/Error_page_bg.svg');
    background-size:cover;
    background-repeat:no-repeat;
}
.parent_div{
    min-height:92vh;
    display:flex;
    align-items:center;
    padding-bottom:20px;
}
.img_div{
    align-items:end;
}
.home_image {
    max-width: 100%;
    height: 100%;
}
.home_image_div {
    height: 76%;
}
@media (max-width: 992px) {
    .New_website_btn, .New_website_btn:hover{
        font-size:20px;
        width:100%;
    }
    .parent_div{
        min-height:100vh;
    }
}