.breadcrumb{
	text-align:right;
}
.breadcrumb a{
	color:#fff;
}
.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:#fff;
	margin:0 5px
}
section.hero-section-bigcartel-vs-3dcart {
	padding: 90px 0 120px;
}
.footer_upper{
	display: none;
}
footer:before{
	content: '';
	margin:0px;
}
.footer-promotion{
	padding-top: 40px;  
}
.footer-promotion  h2{
	padding: 0px 0px 10px;
}
.footer-promotion h3 {
	clear: both;
	padding: 10px 0px 5px;
}
.footer-promotion .left{
	float: left; 
	width: 48%;
}
.footer-promotion .left img{
	padding: 30px 0px 0px;
}
.footer-promotion .right{
	float: right;
	width: 48%;
}
.bct-hero{
	background:url("../jpg/hero-background-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 91px 0;
}
.bct-hero h2{
	text-align:center;
	color: #fff;
	margin-top: 50px;
}
.bct-hero h3{
	text-align:center;
	color: #fff;
}
.bct-vs-3dcart{
	background-image:url(../green-bg.html);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0 90px;
}

p {
    margin: 0 0 20px;
}
.rm-image {
    float: left;
    width: 48%;
}
.rm-right {
    float: right;
    width: 45%;
}
.rm-name{
	float: left;
	width:70%;
	font-weight: bold;
}
.rm-name strong{
    color: #22ac60;
    border: 1px solid;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    display: inline-block;
    text-align: center;
	margin-right: 15px;
}
.rm-btn {
    float: right;
    width: 30%;
    text-align: right;
}
.rm-list {
    font-size: 17px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 5px;
}
.rm-details {
    margin-top: 70px;
}
.details-right h4{
	margin-bottom: 10px;
}
.rm-details-ec {
    margin-bottom: 45px;
}
.rm-details-ec.last{
	margin-bottom:0;
}
.rm-text {
    float: left;
    width: 50%;
}
section.alternates {
    padding: 50px 0;
    background: #f9f9fa;
}
.contpadding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.details-image {
    float: left;
    width: 40%;
}
.details-text {
    float: right;
    width: 59%;
}
.cart-details h2{
	text-align: center;
    margin-bottom: 20px;
}
.grey {
    background: #f9f9fa;
}
.cart-details h3{
	font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
.cart-details ul li{
	margin-bottom:35px;
	position: relative;
	list-style: none;
}
.cart-details ul li.last{
	margin-bottom:0px;
}
.cart-details ul li p{
	font-size:18px;
	margin-top: 5px;
}
.cart-details ul{
	padding-left:60px;
	margin-left: 0px;
}
.cart-details ul li:before {
    content:url("../png/check-40.png");
    position: absolute;
    left: -45px;
}
section.best-cart {
    padding: 50px 0;
}
.best-cart h2{
	text-align:center;
}
.best-cart h3{
	text-align:center;
}
.best-cart-image {
    text-align: center;
    margin: 35px 0 20px;
}
section.best-3dcart {
    padding: 50px 0;
    background: #f9f9fa;
}
.icon-holder {
    line-height: 90px;
    text-align: center;
    font-size: 50px;
    margin-right: 22px;
    margin-bottom: 10px;
    color: #22ac60;
    font-weight: 700;
    width: 85px;
    height: 85px;
    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: auto;
}
.details-txt {
    float: right;
    width: 85%;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
}
.details-txt h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.details-icon {
    float: left;
    width: 15%;
    text-align: center;
    margin-top: 0px;
}
.best-3dcart h2{
	margin-bottom:45px;
}
section.get-started {
    padding: 50px 0;
}
.get-started h2{
	margin-bottom:25px;
}
.last .details-txt {
    border-bottom: none;
}
#tab1 .details-image{
    margin-top: 85px;
}
.padding-right{
    padding-right:30px;
}
#tab3 .details-text {
    width: 60%;
}
#tab5 .padding-right {
    padding-right: 60px;
}
.best-3dcart .rm-details-ec:last-child {
    margin-bottom: 0px;
}
.best-3dcart .rm-details-ec:last-child .details-txt {
    border-bottom: none;
    padding-bottom: 0px;
}
@media(max-width:1199px){
	.bct-vs-3dcart{
		background-image:none;
		padding: 50px 0;
	}
	.rm-image img{
		max-width: 100%;
	}
	.get-started h2 {
		font-size: 36px;
	}
    .padding-right {
        padding-right: 0;
    }
	#tab5 .padding-right {
		padding-right: 0px;
	}
}

@media(max-width:1023px){
	footer .footer-buttons {
		margin-top: 37px;
	}
	.footer-promotion {
		padding-top: 39px;
	}
	.rm-image {
		float: none;
		width: 100%;
		text-align: center;
	}
	.rm-right {
		float: none;
		width: 100%;
	}
	#tab3 .details-text {
		width: 100%;
	}
	img{
		max-width:100%;
	}
	.details-text {
		float: none;
		width: 100%;
	}
	.details-image {
		float: none;
		width: 100%;
		text-align: center;
	}
	.rm-text {
		float: none;
		width: 100%;
		margin-bottom: 35px;
	}
	.cart-details ul {
		margin-left: 0;
	}
    #tab1 .details-image, #tab3 .details-image {
        margin-top: 0;
    }
}

@media(max-width:767px){
	.breadcrumb ol li{
		display:inline-block;
		text-align: left;
	}
	.breadcrumb ol {
		text-align: left;
	}
	.bct-hero {
		padding: 91px 0 60px;
	}
	.footer-promotion .left {
		float: none;
		width: 100%;
	}
	.footer-promotion .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	footer {
		padding-top: 20px;
	}
	footer .footer-buttons {
		margin-top: 30px;
	}
	.cart-details ul {
		padding-left: 0;
	}
	.cart-details ul li:before {
		display: none;
	}
	.cart-details h3 {
		font-size: 20px;
	}
	.get-started h2 {
		font-size: 28px;
	}
	.details-icon {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.details-txt {
		float: none;
		width: 100%;
		text-align: center;
	}
    .bct-hero h3 br{
        display: none;
    }
}

@media(max-width:320px){
	footer .footer-buttons>a {
		font-size: 17px;
	}
	footer {
		padding-top: 0px;
	}
	.rm-list {
		font-size: 14px;
	}
}