* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

.bgimg {
    background-image: url('../images/bg.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: rgb(241, 241, 241);
    font-family: "Courier New", Courier, monospace;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
    width: 190px;
    height: 160px;
   /* background: rgb(182, 164, 164);
    border-radius: 0px 0px 15px 15px;
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;*/
}

.topleft img {
    width: 100%;
   
    /*background: #fff;*/
    padding: 15px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 150px;
}

.bottomleft img {
    width: 100%;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.middle h1 {
    padding: 24px 1px;
    font-size: 38px;
    position: relative;
}

.middle h1::after {
    content: "";
    width: 150px;
    height: 150px;
    background: url("../images/repair.gif");
    top: 68%;
    right: 5px;
    position: absolute;
    z-index: 9999;
    background-size: 100% 100%;
}

.middle h4 {
    font-size: 26px;
    padding: 24px 1px;
}

.middle p {
    text-align: justify;
    font-size: 20px;
    line-height: 35px;
}

.middle p a {
    color: #ff6300;
    text-decoration: none;
    border-bottom: 2px ridge #ff6300;
    transition: all 0.5s;
    font-weight: 600;
}

.middle p a:hover {
    color: rgb(11, 182, 25);
    border-bottom: 2px ridge rgb(11, 182, 25);
    ;
}

.middle .first-p {
    padding: 20px 0px;
}

.middle h3 {
    padding: 20px 1px;
    font-size: 26px;
}

hr {
    margin: auto;
    width: 40%;
}


/* .span-cls {
    display: none;
} */

@media(max-width: 425px) and (min-width: 200px) {
    .middle p {
        text-align: justify;
        font-size: 16px;
        line-height: 19px;
        /* word-spacing: 5px; */
        word-break: break-all;
    }
    .middle .first-p {
        padding: 10px;
        line-height: 25px;
    }
    .middle .second-p {
        padding: 0px 15px 5px 15px;
        line-height: 25px;
    }
    .middle h4 {
        font-size: 22px;
        padding: 5px;
    }
    .middle h1 {
        padding: 17px;
        font-size: 30px;
        position: relative;
    }
    .middle {
        position: absolute;
        top: 20%;
        text-align: center;
        left: unset;
        transform: unset;
        padding: unset;
    }
    .topleft {
        position: absolute;
        width: 140px;
        left: 0;
        margin: 0 auto;
        right: 0;
        height: 120px;
        background: none;
        border-radius: unset;
        box-shadow: unset;
    }
    .middle h3 {
        padding: 0px;
        font-size: 20px;
    }
    .span-cls {
        display: block;
    }
    .middle h1::after {
        display: none;
    }
    .bgimg {
        background-image: url(../images/bg.jpg);
        height: 120%;
        background-position: center;
        background-size: cover;
        position: relative;
        color: rgb(241, 241, 241);
        font-family: "Courier New", Courier, monospace;
    }
}

@media(max-width: 768px) and (min-width: 426px) {
    .middle p {
        text-align: justify;
        font-size: 16px;
        line-height: 19px;
        /* word-spacing: 5px; */
        word-break: break-all;
    }
    .middle .first-p {
        padding: 15px;
        line-height: 25px;
    }
    .middle .second-p {
        padding: 0px 15px 5px 15px;
        line-height: 25px;
    }
    .middle h4 {
        font-size: 22px;
        padding: 5px;
    }
    .middle h1 {
        padding: 17px;
        font-size: 30px;
        position: relative;
    }
    .middle {
        position: absolute;
        top: 20%;
        text-align: center;
        left: unset;
        transform: unset;
        padding: unset;
    }
    .topleft {
        position: absolute;
        width: 140px;
        left: 0;
        margin: 0 auto;
        right: 0;
        height: 120px;
        background: #000;
        border-radius: 0px 0px 15px 15px;
        box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
    }
    .middle h3 {
        padding: 0px;
        font-size: 20px;
    }
    .span-cls {
        display: block;
    }
    .middle h1::after {
        display: none;
    }
}

@media(max-width: 992px) and (min-width: 768px) {}

@media(max-width: 1200px) and (min-width: 1024px) {}