/*AutoSlide css start*/
.Ncrm_SlideSec {
    position: relative;
}  
.Ncrm_slide {
    position: absolute;
    transition: all ease 0.5s;
    top:0;
    left:0;
    opacity: 0;
    z-index: 3;
    width:100%;
}
.Ncrm_slide.active {opacity: 1;}
.Ncrm_DotSec {
    padding: 30px 0 10px;
}
.Ncrm_DotSec li {
    margin: 0 6px;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #bbbbbb;
    display: inline-block;
    cursor: pointer;
}
.Ncrm_DotSec li.active {
    background: #006cff;
    width: 17px;
}
/*AutoSlide css End*/
.Ncrm_lstSec {
    width:100%;
    position:relative;
}
.Ncrm_lstInner {
    max-width:940px;
    margin:0 auto;
    width:90%;
    padding: 60px 0;
    text-align: center;
}
.Ncrm_list {
    display: table;
    padding:40px 20px;
    margin:50px auto 0;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
}
.Ncrm_list > div{
    display: table-cell;
    width:50%;
    text-align: left;
    padding: 0 30px;
}
.Ncrm_list ul {padding: 10px 0 0;}
.Ncrm_list li {
    padding: 0 20px 0 30px;
    margin-bottom: 15px;
    position: relative;
}
.Ncrm_list li:last-child {margin-bottom:0;}
.Ncrm_list li:after {
    position: absolute;
    content:"";
    top:6px;
    left:0;
    display:inline-block;
    background: url('/sites/default/files/crm/features/crm-subfeatures-sprite.svg') no-repeat -347px -19px;
    width: 14px;
    height: 13px;
}
.i18n-ar .Ncrm_list li {padding: 0 30px 0 20px;}
.i18n-ar .Ncrm_list li:after {left: inherit;right:0;}
.i18n-ar .Ncrm_lstInner h2, .i18n-ar .Ncrm_DotSec {text-align: center;}
@media only screen and (max-width:768px) {
.Ncrm_list {
    border:none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    border-radius: inherit;
}
.Ncrm_list > div {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
}
}
@media only screen and (max-width:550px) {
.Ncrm_list ul {padding: 5px 0 0;}
.Ncrm_list {width: 96%;}
}