.box{
    border: 1px solid #b7b7b7;
    padding: 12px 10px;
    border-left: 5px solid #213E86;
    margin: 0 12px 20px 6px;
    box-shadow: 0 6px 10px #00000017;
}
.box:hover {
    /* border-color: #e60000;
     box-shadow: 0 0 5px rgba(0, 0, 0, .5);*/
    background-color:#EDDC03;
}
.box_m{
    border: 1px solid #b7b7b7;
    padding: 12px 10px;
    border-top: 5px solid #213E86;
    margin: 0 12px 20px 6px;
    box-shadow: 0 6px 10px #00000017;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close12 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: end;
}

.close12:hover,
.close12:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#rght-boxx-comp p {
    line-height: 22px;  color: #161616;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
}
