table.table {
    background: #8f2d32;
    padding: 26px;
    border-radius: 13px;
    padding: te;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.ctg-main-image img {
    max-width: 100%;
    height: auto;
}
.service_info_area {
    background: #8f2d32;
    /*border: 1px solid #fff;*/
    color: #fff;
    /*text-align: center;*/
}
.service_info li {
    line-height: 1.9;
    color: #fff;
    text-align: center !important;
    font-size: 16px;
    border: 1px solid #fff;
    width: 98%;
    padding: 0px;
    margin: 0px;
}
.service_info .grn {
    color:#00ff00;
    font-weight: 700;
}
.service_info .red {
    color: red;
    font-weight: 700;
}
.table-responsive {
    width: 100%;
    padding: 0px;
}
table thead {
    color: #fff;
    background: #4b1316;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.gif-group-area {
    background: #8f2d32;
    padding: 10px 0;
}
.gif-group img {
    border: 3px solid #FF999A;
    width: 100%;
    height: auto;
	margin-bottom:20px;
}
@media(max-width: 992px){
    .mt-top{
        margin: 10px 0;
    }
}