.trustbar-v6 {
	padding: 40px 0;
    /* background: linear-gradient(180deg, #89AC92 0%, #C8CFCB 100%); */
    background-color: #EFE7DA;
}
.trustbar-v6 .tb-each {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.trustbar-v6 .tb-each h4{
	font-size: 24px;
	margin: 0 0 10px;
}
.trustbar-v6 .tb-each p {
	margin-bottom: 0;
}
.trustbar-v6 .tb-each .tb-each-icon-cell {
	width: 100px;
}
.trustbar-v6 .tb-each .tb-each-icon {
	height: 75px;
	width: 75px;
	border-radius: 0;
	background: rgba(137, 172, 146, 1);
	border: 1px solid rgba(137, 172, 146, 1);
	text-align: center;
	transition: all 0.5s ease;
	position: relative;
    margin: auto;
}
/* .trustbar-v6 .tb-each .tb-each-icon img {
	transition: all 0.5s ease;
	width: 52px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
} */
 .trustbar-v6 .tb-each .tb-each-icon i {
	transition: all 0.5s ease;
	font-size: 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    color: #EFE7DA;
}
.trustbar-v6 .tb-each .tb-each-icon img:last-child {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
}
.trustbar-v6 .tb-each:hover .tb-each-icon img:first-child{
	opacity: 0;
	visibility: hidden;
}
.trustbar-v6 .tb-each:hover .tb-each-icon {
	background: rgba(137, 172, 146, 1);


}
.trustbar-v6 .tb-each:hover .tb-each-icon img:last-child{
	visibility: visible;
	opacity: 1;
	width: 40px;
}
@media (max-width: 768px) {
	.trustbar-v6 .tb-each .tb-each-icon{
		margin: 0 auto 15px;
	}
}
@media (min-width: 768px) {
	.trustbar-v6 .container .row {
		margin-left: -45px;
		margin-right: -45px;
	}
	.trustbar-v6 .tb-each {
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
	}
	.trustbar-v6 .tb-each .tb-each-text {
		padding-left: 15px;
	}
}
@media only screen and (min-width: 992px) {
    .new-trust .table-cell, 
    .new-trust .mytable  {
        display: block;
    }

    .trustbar-v6.new-trust .tb-each .tb-each-icon {
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 1200px) {
    .new-trust .mytable  {
        display: table;
    }

    .new-trust .table-cell {
        display: table-cell;
    }
     .trustbar-v6.new-trust .tb-each .tb-each-icon {
        margin-bottom: 0px;
    }

}
