section.hero {
    margin-top: 91px;
    padding-bottom: 50px;
}
.hero-image {
    float: left;
    width: 29%;
}
.hero-image img{
	max-width:100%;
}
.hero-text {
    float: right;
    width: 65%;
    margin-top: 110px;
}
.hero-top {
    padding: 50px 0;
}
.b2b-hero h2{
    margin-bottom:0;
}
h2{
    margin-bottom:20px;
}
section.table-contents {
    background: #2a2d32;
    padding: 50px 0;
    color: #fff;
}
.table-contents ul li {
    list-style: none;
    border-bottom: 1px solid #7f8184;
    padding-bottom: 20px;
    margin-bottom: 20px;
	max-width: 100%;
}
.table-contents ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.table-contents ul li a{
	color:#fff;
}
.table-contents ul li a:hover{
	text-decoration:none;
	color: #22ac60;
}
.ul-left {
    float: left;
    width: 50%;
}
.table-contents h2{
	margin-bottom: 20px;
}
.grey{
    background:#f7f7f7;
}
.breadcrumb{
	text-align:right;
	margin-bottom: 20px;
    padding-top: 1px;
}
.breadcrumb a{
	color:#000;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	color:#000;
	margin:0 5px
}
section.description {
    padding: 50px 0;
}
.desc-text {
    float: left;
    width: 70%;
}
.desc-image {
    float: right;
    width: 28%;
}
.types-heading {
    font-size: 26px;
    font-weight: 500;
    margin: 35px 0 10px;
}
.types-heading2 {
    font-size: 20px;
}
.border span{
    width: 75px;
    height: 5px;
    background: #fccc46;
    display: inline-block;
}
.detailsholder {
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}
.details .detailsholder:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.ds-left {
    float: left;
    width: 16%;
    padding-top: 10px;
    text-align: center;
}
.ds-right {
    float: right;
    width: 82%;
}
.details h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.details {
    margin-top: 50px;
}
.benifits{
	padding:50px 0;
}
.sectiontext{
	float:left;
	width: 70%;
}
.sectionimage{
	float:right;
	width: 30%;
	text-align: center;
}
.business,.software,.integrate {
	padding:50px 0; 
}
.business h2,.software h2,.getstarted h2{
	margin-bottom:0;
}
.integrate h2{
	font-size:38px;
}
.getstarted h3{
	margin-bottom:25px;
}
.softwaretop ul{
	max-width:735px;
	margin: auto;
	margin-top: 35px;
}
.softwaretop ul li:not(:last-child){
	margin-bottom:15px;
}
.integrate {
	
}
.getstarted{
	padding:50px 0 100px;
}
.int-ul {
    float: left;
    width: 70%;
}
.int-img {
    float: left;
    width: 30%;
}
.num-icon{
	float:left;
	width: 5%;
}
.num-icon span {
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    float: left;
    margin-right: 22px;
    margin-bottom: 10px;
    color: #22ac60;
    font-weight: 700;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    margin-top: 5px;
}
.num-text{
	float:right;
	width: 92%;
}
.num-text h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.ul-inner {
    margin-bottom: 30px;
}
.int-holder {
    margin-top: 50px;
}
.int-img {
    float: left;
    width: 30%;
    margin-top: 60px;
}
.padding30{
	padding-right:30px;
}


@media(max-width:1199px){
	img{
		max-width:100%;
	}
	.hero-text {
		margin-top: 70px;
	}
	.integrate h2 {
		font-size: 32px;
	}
	.desc-image {
		margin-top: 60px;
	}
	.int-img {
		margin-top: 100px;
	}
	.padding30{
		padding-right:0px;
	}
	.types-heading2 br,.softwaretop p br{
		display:none;
	}
}


@media(max-width:1023px){
	.hero-text {
		float: none;
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.hero-image {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
	.hero-text h2{
		margin-bottom:0;
	}
	.ul-left {
		float: none;
		width: 100%;
	}
	.table-contents ul li:last-child {
		border-bottom: 1px solid #7f8184;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.table-contents ul{
		padding:0;
	}
	.desc-text {
		float: none;
		width: 100%;
	}
	.desc-image {
		float: none;
		width: 100%;
		text-align: center;
	}
	.int-img{
		display:none;
	}
	.int-ul {
		float: none;
		width: 100%;
	}
}


@media(max-width:767px){
	.hero-top {
		padding: 20px 0;
	}
	.types-heading2 {
		font-size: 18px;
	}
	.ds-left {
		float: none;
		width: 100%;
		padding-top: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.ds-right {
		float: none;
		width: 100%;
	}
	.ds-right h3{
		text-align: center;
	}
	.sectiontext {
		float: none;
		width: 100%;
	}
	.sectionimage{
		display:none;
	}
	.softwaretop ul {
		padding: 25px;
	}
	.integrate h2 {
		font-size: 28px;
	}
	.num-icon {
		float: none;
		width: 100%;
		text-align: center;
	}
	.num-icon span{
		display:inline-block;
		float: none;
	}
	.num-text {
		float: none;
		width: 100%;
	}
	.num-text h3{
		text-align:center;
	}
	.integrate {
		padding: 50px 0 20px;
	}
	.hero-text h2 br{
		display:none;
	}
}














