/*smart-mlm-pakage*/
.smart-service .smart-category .smart-heading{
	    background: #00ADBB url(../images/hand_right1600.png) no-repeat 95% center;
    color: #fff;
    border-left: 10px solid #1b1b1b;
    width: 100%;
    font-size: 22px;
    padding: 0px 10px;
    line-height: 40px;
    font-weight: bold;
    margin: 25px 0;
}
.smart-category .images-items img{
width: 450px;
margin: auto;
}
.smart-category-label{
background:  rgba(255, 255, 255, 0.97);
padding-bottom: 18px;
	color: #000;
font-size: 18px;
	text-align: center;
}
 .smart-button a{
	background:#000;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.smart-category-label .smart-button a:hover{
	    background:#00ADBB;
}
.smart-category-label .reg{
       background: #00ADBB url(../images/hand_right1600.png) no-repeat 95% center;
    color: #fff;
    border-left: 10px solid #1b1b1b;
    width: 100%;
    font-size: 22px;
    padding: 0px 10px;
    line-height: 40px;
    font-weight: bold;
    margin: 25px 0;
	text-align:left;
}
.smart-button {
    margin: 18px auto;
    text-align: center;
}
.smart-category-label1{
	background: url(../images/smart-service/pattern-1.png)
}

.card {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
    transition: all 0.5s;
    border-radius: 5px;
	margin: 15px 0;

}

.card:hover {
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2);
}

.card img {
    border-radius: 5px 5px 0 0;
	max-width: 100%;
	display: block;
	margin: auto;
	height: 80px;
	width:80px;
}
.card1 {
   padding: 2px 2px;
    text-align: center;
    border-bottom: 5px solid #1b1b1b;
    background: #e6e6e6;
    color: #000;
    transition: all 0.5s;
}
.card1 h4 {
    font-size: 13px;
	white-space: nowrap;
}
.card:hover .card1 {
  background-color:#000000;
  color:#fff;
  border-bottom: 5px solid #00ADBB;
}
.smart-category1 h4{
	color:#347DBE;
}
.smart-category1 p{
	font-weight: bold;
}
.smart-category1 .col-md-12{
	    background: rgb(230, 230, 230);
    padding: 4px 14px;
    border-left: 5px solid #000;
    border-radius: 0px;
}
.smart-category1 .col-md-12 img{
	    float: right;
		width: 100px;
}