.img-thumbnail-oil{
    border: none;
    padding: 0px !important;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 5px 2px rgb(153 153 153);
    -moz-box-shadow: 0 0 5px 2px rgb(153, 153, 153);
    box-shadow: 0 0 3px 3px rgb(153 153 153);
    

}
.oil-content p{
    font-size: 16px;
	text-align: justify;
    text-justify: inter-word;

}
.blog-item-div{
    padding: 0px 30px;
}
.hor-line{
    background-color: #135eac;
    width: 100%;
    height: 10px;
    
}
.hor-line-down-angle{
    
    color: #135eac;
    position: absolute;
    left: 300px;
}
.hor-line-down-angle-2{
    color: #135eac;
    position: absolute;
    right: 330px;

}
@media(max-width: 600px){
    .hor-line-down-angle{
    
        color: #135eac;
        position: absolute;
        left: 330px;
        visibility: hidden;
    }
    .hor-line-down-angle-2{
        color: #135eac;
        position: absolute;
        right: 330px;
        visibility: hidden;
    }
    

}
@media(min-width: 1441px){
    .hor-line-down-angle{
    
        color: #135eac;
        position: absolute;
        left: 900px;
        
    }
    .hor-line-down-angle-2{
        color: #135eac;
        position: absolute;
        right: 900px;
        
    }

}
.hor-line .flex-angle h3{
    justify-content: space-between;
}
.align-list-center{
    padding: 30px 0px;
}
.eventdate{
    position: absolute;
    /* left: 175px; */
    right: 57px;
    top: -20px;
    font-size: 25px;
    border-bottom: 2px solid white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media(max-width: 1024px){
    .eventdate{
        position: absolute;
        right: 90px;
        top: -27px;
        font-size: 25px;
        border-bottom: 2px solid white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media(min-width: 780px) and (max-width: 1000px){
    .eventdate{
        right: -50px;
    }
}
@media(max-width: 768px){
    .eventdate{
        position: absolute;
        right: 312px;
        top: -27px;
        font-size: 25px;
        border-bottom: 2px solid white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media(max-width: 600px){
    .eventdate{
        position: absolute;
        left: 54px;
        top: 8px;
        right: 0px !important;
        font-size: 25px;
        border-bottom: 2px solid white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

}
@media(max-width: 425px){
    .eventdate{
        position: absolute;
        left: 54px;
        top: 8px;
        right: 85px !important;
        font-size: 25px;
        border-bottom: 2px solid white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

}
.spnsrs-one-img img{
    position: absolute;
    left: 10px;
    top: -43px;
}
@media(min-width: 769px) and (max-width: 1024px){
    .spnsrs-one-img img{
        position: absolute;
        left: 10px;
        top: -18px;
        width: 500px;
        height: 165px;
    }
        
}

@media(max-width: 768px){
    .spnsrs-one-img img{
        visibility: hidden;
    }

}
