body{padding:25px;}
input{border:none;content:"";background:#eee;border:1px solid #ccc;border-radius:15px;}
.custome-modal{position:fixed;left:0px;right:0px;margin:auto;background:#0000008a;top:0px;bottom:0px;z-index:9;}
.custome-modal .custome-modal-content{max-width:600px;margin:auto;position:absolute;left:0px;right:0px;top:50px;background:#fff;}
.custome-modal-header{background:#1a2a40;position:relative;}
.custome-modal-header i{position:absolute;right:10px;top:10px;background:transparent;border:0px;color:#fff;font-size:20px;height:auto;padding:0px;opacity:0.8;cursor:pointer;}
.custome-modal-header h4{margin:0px;color:#fff;font-size:18px;padding:10px 15px;}
.custome-modal .custome-modal-body{padding:10px;box-shadow:0px 3px 10px 0px #0c0c0ce8;}
.custome-modal{display:none;}
.custome-modal-body button{border:0px;background:#ff9900;height:35px;color:#fff;width:auto;font-size:16px;border-radius:2px;margin-top:10px;margin-bottom:10px;margin:0px 5px;}
.cancelbttn{background:transparent;color:#ff9900;border:1px solid;}
.solid-bttm{border-bottom:1px solid #9e9e9e;}
.error-center{color:red;display:block;text-align:center;margin-top:10px;}
@media (max-width:950px){.custome-modal .custome-modal-content{width:95%;}
}
@media (max-width:580px){.scrlmd{overflow-y:scroll;height:455px;}
}
.warning404-wrap {
    position: absolute;
    width: 460px;
    height: 270px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 170px;
    text-align: center;
}

    .warning404-wrap:before {
        content: '404';
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 10em;
        font-family: "Times New Roman", serif;
        top: 0;
        left: 0;
        height: 170px;
        padding-top: 0;
        color: #ff9010;
    }

    .warning404-wrap:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #ffffff 0%, #000000 50%, #ffffff 100%);
        box-shadow: 0 -1px 1px 0 rgba(223, 223, 223, 0.72);
        left: 0;
        top: 160px;
    }

.warning-icon {
    position: absolute;
    background-color: #ff9900;
    ;
    text-align: left;
    left: 27px;
    top: 189px;
}

    .warning-icon span {
        position: absolute;
        z-index: 1;
        transform: rotate(45deg) skewX(0deg) scale(1, 1);
        color: #fff;
        font-size: 51px;
        top: 2px;
        left: 12px;
        font-weight: bold;
        font-family: "Times New Roman", serif;
        text-shadow: 2px 1px 5px rgba(134, 89, 6, 0.86), 2px 1px 5px rgba(134, 89, 6, 0.86), 3px 2px 5px rgba(134, 89, 6, 0.86), 4px 2px 5px rgba(134, 89, 6, 0.86), 5px 2px 5px rgba(134, 89, 6, 0.86);
    }

    .warning-icon:before,
    .warning-icon:after {
        content: '';
        position: absolute;
        background-color: inherit;
    }

    .warning-icon,
    .warning-icon:before,
    .warning-icon:after {
        width: 50px;
        height: 50px;
        border-top-right-radius: 30%;
    }

.warning-icon {
    transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}

    .warning-icon:before {
        transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
    }

    .warning-icon:after {
        transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
    }

.warning404-text {
    padding-left: 66px;
    padding-top: 30px;
    font-size: 28px;
    font-family: Raleway, "Slabo 27px", "Bree Serif", "Times New Roman", serif;
    font-weight: 100;
    height: 100px;
}

.warning404-text {
    color: #444;
}
