       /*NEW CSS*/




        /* Services Box */
        .imgLeft-box {
            padding: 0;
            margin: 0;
        }

            .imgLeft-box p {
                color: #656565;
                font-size: 13px;
            }

         .imgLeft-box li {
             list-style: none;
             margin-bottom: 20px;
             height: 160px;
         }

            .imgLeft-box .imgLeft-box-heading {
                padding: 12px 0;
            }

                .imgLeft-box .imgLeft-box-heading i {
                    padding: 0;
                    -webkit-border-radius: 34px;
                    -moz-border-radius: 34px;
                    border-radius: 34px;
                    font-size: 18px;
                    height: 32px;
                    width: 32px;
                    line-height: 32px;
                    text-align: center;
                    vertical-align: baseline;
                }

                    .imgLeft-box .imgLeft-box-heading i.blue {
                        color: #0da3e2;
                        border: 1px solid #0da3e2;
                    }

                    .imgLeft-box .imgLeft-box-heading i.red {
                        color: #db3a1b;
                        border: 1px solid #db3a1b;
                    }

                    .imgLeft-box .imgLeft-box-heading i.green {
                        color: #35aa47;
                        border: 1px solid #35aa47;
                    }

                .imgLeft-box .imgLeft-box-heading a {
                    color: #444;
                    font-size: 15px;
                    /* line-height: 25px; */
                    font-weight: 400;
                    /* margin-bottom: 10px; */
                    margin-left: 10px;
                    display: inline-block;
                }

                    .imgLeft-box .imgLeft-box-heading a:hover {
                        color: #8ca241;
                        text-decoration: none;
                    }

         .imgLeft-box p {
             color: #656565;
             font-size: 14px;
             /* line-height: 25px; */
             font-weight: 300;
             /* margin-bottom: 10px; */
             /*margin-left: 64px;*/
             line-height: 20px;
             display: 
             
             
             
             
             
             -webkit-box;
             -webkit-line-clamp: 3;
             -webkit-box-orient: vertical;
             overflow: hidden;
         }

         .imgLeft-box .imgLeft-box-heading em {
             float: left;
             /* background-color: #461d7c; */
             /* width: 120px; */
             /* height: 120px; */
             /* border-radius: 50%; */
             border: 0;
         }

         .imgLeft-box .eventDate img {
             width: 137px;
         }

            .imgLeft-box .imgLeft-box-heading [class^="icon-"],
            .imgLeft-box [class*=" icon-"] {
                display: inline-block;
                text-align: center;
            }

                .imgLeft-box .imgLeft-box-heading [class^="icon-"].icon-large,
                .imgLeft-box .imgLeft-box-heading [class*=" icon-"].icon-large {
                    /* increased font size for icon-large */
                    width: 1.5625em;
                }





        .eventDate {
            border-top: solid 5px #461d7c;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            font-style: inherit;
        }

         .eventDate div {
             /*background-color: #461d7c;*/
             width: 100%;
             /* height: 60px; */
             float: left;
             /*position: absolute;*/
             /* margin-top: 14px; */
             line-height: 34px;
         }

         .eventMonth {
             float: left;
             width: 100%;
             color: #fff;
             font-style: inherit;
             text-align: center;
             font-size: 20px !Important;
         }

         .eventDay {
             float: left;
             width: 100%;
             color: #fff;
             font-size: 25px;
             font-style: inherit;
             text-align: center;
             font-size: 43px !Important;
         }





@media (max-width:991px) {

             .imgLeft-box p {
             -webkit-line-clamp: 10;
         }

.imgLeft-box li {
    height: auto;
}
} 

@media (max-width:450px) {


.imgLeft-box p {
    width: 100%;
    margin-left: 0px !Important;
}

.imgLeft-box .imgLeft-box-heading a span {
    width: 100%;
        float: left;
        margin-top:20px;
}

    .eventMonth, .eventDay {
    margin-top:0px !Important;
    }
    .imgLeft-box .imgLeft-box-heading em {
        margin-left:25%
    }
}
