section.wrapper_middle[data-cattype="501"] { 
}


.pageSupports .morph-button-overlay .morph-content {
    
    background: repeat-x top rgba(255, 255, 255, 0.92);
}


section.wrapper_middle[data-cattype="501"] .service-item h3 {
    margin-bottom: 20px;
}

section.wrapper_middle[data-cattype="501"] h1 {
    color: #e30007;
    
}

section.wrapper_middle[data-cattype="501"] ul{     
	list-style: unset;
    display: inline-block;
    text-align: left;
}

section.wrapper_middle[data-cattype="501"]{

}

section.wrapper_middle[data-cattype="501"] table{
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

section[data-cattype="501"] .red-shape{
   display: none;
}

section[data-cattype="501"].left-red-shape .red-shape{
    background:url('../../../data/ckfinder/images/red-shape.png');
    width:396px; 
    height:428px; 
    position:absolute; 
    left:0; 
    bottom:0; 
    z-index:-1;
    display: block;
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	section[data-cattype="501"] .red-shape{left:-250px;}
}


/* Landscape phone  */
@media (max-width: 767px) {
    section[data-cattype="202"] .red-shape {
        left: -310px;
	}
}

/* Potrait phone to below */
@media (max-width: 480px) {
    
    
}