

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
     
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:10px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
   
}
#flexiselDemo3 li img{ max-width:200px;}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    display:none;
}

.nbs-flexisel-nav-left {
    top: -20px !important;
	right:60px;
    background: #fff url("../images/arrow-left.png") no-repeat scroll 14px 5px;
	border:1px solid #ccc; padding:10px 20px;
}

.nbs-flexisel-nav-right {
	top: -20px !important;
    right: 10px;
    background: #fff url("../images/arrow-right.png") no-repeat scroll 14px 5px;
	border:1px solid #ccc; padding:10px 20px;
}
#flexiselDemo1 li h2{ font-size:14px; text-align:left; font-weight:bold; padding:15px 5px; border:1px solid #ccc; line-height:22px;}
.nbs-flexisel-item a{ font-size:12px; color:#337ab7}
.morebenefit-button{ text-align:center; margin-top:30px;}
.morebenefit-button a{ background:#065CA9; padding:10px 25px; border:1px solid #fff; color:#fff; text-transform:uppercase;}
.clientslider{ border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin-bottom:50px;}
.clientslider .nbs-flexisel-nav-left{ left:46%; top:125px !important;}
.clientslider .nbs-flexisel-nav-right{ right:46%; top:125px !important;}
@media(max-width:991px){
	.clientslider .nbs-flexisel-nav-left{ left:42%; display:none; }
.clientslider .nbs-flexisel-nav-right{ right:42%; display:none; }
#flexiselDemo1 li h2{ min-height:100px;}
	}