.innerBanner.magento-thirdparty-integration {
    background: url(../images/Ecommerce_bg.jpg) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    height:auto;
    padding: 0;
    text-align: center;
}
.mcus-banner {/*width: 520px;*/ text-align: left; float: left;}

.mparty-bannerimg {
   /* float: right;
    width: 617px;*/
       padding-top: 25px;
}

.mcus-banner h1 {font-size: 32px;}

.innerBanner {background: none;}
/*--------------------ol list---------------------------------*/
ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em !important;
    *padding: .4em !important;
    margin: .5em 0 !important;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.1em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 1.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}
.whyWorkingHere li {
     padding: 0; 
     margin: 0; 
     border: 0; 
     width: auto; 
     height: auto; 
}

/*--------------------ol list---------------------------------*/
.box-title {
    float: none;
    width: 100%;
    /*position: absolute;*/
    display: block;
    margin-bottom: 10px;
}

.box-icon-container {
    float: none;
    display: block;
    margin: auto;
    /*background: #fff;*/
}

.box-icon-container:hover {
    background-color: #fab50a!important;
    border: none;
    height: 77px;
    width: 77px;
}

.box-icon-container i {
   /* color: #fff;*/
    font-size: 40px!important;
    line-height: 72px!important;
}

.box-icon-container {
    display: inline-block;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    /*float: left;*/
    transition: background-color .5s ease-in-out 0s;
}

.box-content h3 {
    color: #fab50a!important;
}

.ifsrt-pragraph-content {
    font-size: 18px;
    line-height: 38px;
/*    font-family: "Open_sans";*/
}

.thirdpartyh {text-align: center;}
/*----------------------common------------------*/
.magento-crm h2 {
    text-align:center;
}
/*----------------------common------------------*/



/*------------------media---------------------------------*/
@media (max-width: 480px) {
    
   
}