.latest-news-title h2 {
    font-size: 150%;
     color: #0e2e55; 
    margin: 10px 0px;
    padding: 0 20px;
}
 .latest-news-title h2 {
    margin: 11px 3px 3px 0px;
    padding: 0 0px;
}
.latest-news-title h2 i {
    margin-right: 10px;
}
.events-details {
    height: 65%;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
@media (min-width: 1366px) and (max-width: 2560px) {
    .events-details {
        height: 283px;
    }
    .common-right {
    float: right;
    position: relative;
    /* margin-right: 3%; */
    margin-right: 0% !important;
    vertical-align: middle;
}

}

@media  (min-width:1200px)and (max-width: 1365px) {
    .events-details {
        height: 235px ;
    }
    .minister > a {
    font-size: 12px !important;
    color: #010101;
    /* margin-top: 30px; */
    margin-top: 12px;
    line-height: 21px;
    padding-left: 10px;
    font-weight: 500;
}
.common-right {
    float: right;
    position: relative;
    /* margin-right: 3%; */
    margin-right: 0% !important;
    vertical-align: middle;
}
#corcodile_banner{
        width: auto;
    height: auto;
    max-width:95% ;
    vertical-align: middle;
    border: 0;
}
}
.know-more-news {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    max-width: 100px;
    background-color: #033454;
    left: 50%;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    transform: translate(-50%, -41%);
}
 .know-more-news {
    left: 82%;
    border-top-left-radius: 12px !important;
    bottom: 0;
    border-radius: unset;
}
.know-more-news:hover {
    background-color: #f36051;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.events-details .item-list {
    overflow: visible !important;
}
.events-details ul > li {
    width: 100%;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px dashed #c7c7c7;
}
 .events-details ul > li {
    display: flex
;
}
 .events-details ul li .date {
    border: 1px solid #003878;
    width: 20%;
    display: flex
;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 12px;
}
.date {
    font-size: 13px;
}
.events-details ul > li > a {
    color: #343434;
    display: flex
;
    box-sizing: border-box;
    font-size: 84%;
}
 .events-details ul > li > a {
    width: 300px;
    padding-left: 9px;
    min-height: unset;
}
 .events-details ul li .date span.day {
    text-align: center;
    width: 40%;
    font-size: 15px;
    line-height: 28px;
    height: auto;
}
.events-details .day {
    max-height: 55px;
    background: #f7f7f7;
    min-height: unset;
}
 .events-details ul li .date span.month {
    text-align: center;
    width: 100%;
    background-color: #033454;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .events-details {
        padding: 5px 0px 12px 10px;
        height: 277px;
    }
}
@media (min-width: 412px) and (max-width: 479px) {
     .events-details {
        padding: 0px 0px 0px 26px;
    }
}
@media (min-width: 360px) and (max-width: 383px) {
 .latest-news-title h2 {
       padding: 5px 0px 12px 10px;
    }
}
#corcodile_banner{
        width: auto;
    height: auto;
    /*max-width:100% ;*/
    vertical-align: middle;
    border: 0;
}