@charset "utf-8";
/*Document CSS*/

.mainbannercvid{
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(75, 66, 66);
    box-shadow: 0px 2px 5px 5px rgba(31, 31, 31, 0.6);
    z-index: 999999999;
}

.Content-diclimtop{
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 1em;
    width: 65%;
    margin: 0 auto;
}

.alert-disc{
    display: flex;
    position: relative;
    justify-items: center;
    align-items: center;
}

.alert-disc-img{
    width: fit-content;
    height: auto;
}

.diclm-info-top{
    display: block;
    width: 100%;
    margin: 0 auto;
    color: rgb(36, 36, 36);
    font-weight: 600;
    padding: 0 15px;
    text-align: justify;
    text-align-last: left;
}

.redalert-covid{
    color: rgb(197, 0, 0);
}

.closediclaim1{
    display: block;
    position: relative;
    margin-right: 18%;
    margin-left: auto;
    cursor: pointer;
    font-size: 1em;
}

@media screen and (max-width:1670px) {
    .Content-diclimtop{
        width: 80%;
    }

    .closediclaim1{
    margin-right: 10%;
    }
}

@media screen and (max-width:1366px) {
    .Content-diclimtop{
        width: 85%;
    }

    .closediclaim1{
    margin-right: 8%;
    }
}

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

}

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

}

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

}

@media screen and (max-width:667px) {
    .mainbannercvid{
        display: block;
        position: absolute;
        width: 100%;
        padding-top: 12px;
        z-index: 9999;
    }

    .Content-diclimtop{
        display: block;
        width: 100%;
        padding-top: 12px;
    }

    .alert-disc{
        position: absolute;
        top: 40%;
        left: 10px;
    }

    
}

@media screen and (max-width:500px) {
    .mainbannercvid{
        width: 100%;
        margin: 0;
    }

    .diclm-info-top{
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-top: 12px;
    }

    .closediclaim1{
        position: fixed;
        top: 8px;
        right: 12px;
        z-index: 999999;
    }

    .alert-disc{
        display: none;
    }
}

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

}

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

}