.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
}

.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/shopify-partner-bg.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;
}
.large-footer{
	padding:15px;
}
.large-footer ul li{
	list-style:none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	margin-right: 15px;
}
.large-footer ul li:before {
    content: url("../png/check-45.png");
    position: absolute;
    left: -37px;
}
.large-footer ul{
	float:left;
	width: 33.333333%;
}
.large-footer ul li:last-child {
    list-style: none;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: none;
}
h2{
	margin-bottom:15px;
}
.information{
	padding:50px 0;
}
.ex-left {
    float: left;
    width: 14%;
    text-align: center;
}
.ex-right {
    float: left;
    width: 85%;
}
.ex-right h3{
	font-size:18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.tools .tools-holder:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.tools {
    margin-top: 40px;
}
.paddingPar{
	padding:0 100px;
}
.info-text {
    float: right;
    width: 53%;
}
.info-image {
    float: left;
    width: 45%;
}
section.comparison {
    padding: 50px 0;
    background: #f9f9fa;
	text-align: center;
}
.table-inner {
    float: left;
    -webkit-box-shadow: 18px 21px 32px -27px rgba(0,0,0,.74);
    -moz-box-shadow: 18px 21px 32px -27px rgba(0,0,0,.74);
    box-shadow: 18px 21px 32px -27px rgba(0,0,0,.74);
	width: 390px;
	border: 1px solid #e2d6d6;
	border-radius: 6px;
}
.table-log {
    text-align: center;
    padding: 15px 0;
}
.programe-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
	padding: 20px 0;
}
.cart1,.cart2 {
    display: inline-block;
	margin: 0 15px;
}
.cart1 .programe-title{
    background:#000;
}
.cart2 .programe-title{
    background:#01873d;
}
.cart1 .table-log{
	background:#282828;
}
.cart2 .table-log{
	background:#22ac60;
}
.cart1 ul li,
.cart2 ul li{
	margin-bottom:20px;
	position: relative;
	text-align: left;
}
.cart2 ul li{
	list-style: none;
	padding-left: 25px;
}
.cart2 ul li:before{
	content: url("../png/check-45.png");
	position: absolute;
	left: -20px;
}
.table-details {
    padding: 10px 10px 10px 0;
}
section.introduction,
.features,
.partner-3dcart,
.tickets{
    padding: 50px 0;
}
section.benefits,
.profit,
.account,
.information{
    padding: 50px 0;
    background: #f9f9fa;
}
.benefits h2,
.partner-3dcart h2,
.information h2{
	text-align:center;
	margin-bottom: 25px;
}
.bf-text {
    float: left;
    width: 60%;
}
.bf-image {
    float: right;
    width: 40%;
	text-align: center;
}
.feature-inner h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.features-holder .feature-inner:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.profit p.text-center{
	margin-bottom:35px;
}
.partner-text {
    float: left;
    width: 65%;
	margin-top: 35px;
}
.partner-image {
    float: right;
    width: 35%;
    text-align: center;
}
.partner-image img{
	margin-bottom:-55px;
}
.information h2{
	text-align:center;
}
  section.faq-section {
      background-color: #fff;
      padding: 30px 0 80px;
  }
  section.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .faqs {
    background-color: #fff;
    border: 1px solid #e7e8ec;
    border-radius: 4px;
  }
  .faq {
    border-bottom: 1px solid #e7e8ec;
  }
  .faq:last-child {
    border-bottom: none;
  }
  .faq-question {
      padding: 20px 25px;
      font-weight: bold;
      cursor: pointer;
    position: relative;
    -webkit-transition: height 250ms; /* Safari */
      transition: height 250ms;
  }
  .faq-answer {
      padding: 0 100px 30px 25px;
      text-align: justify;
    display: none;
    margin-top: 10px;
  }
  .faq-question:after {
      content: "+";
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      width: 18px;
      height: 18px;
      color: #fff;
      background-color: #2a2d32;
      font-size: 14px;
      display: block;
      text-align: center;
      line-height: 16px;
      font-weight: 700;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
  }
  .faq.active .faq-question:after {
     content: "-";
     background-color: #27ae60;
  }
  .faq-question:hover:after {
    background-color: #27ae60;
  }
  .faq-question:hover {
    color: #27ae60;
  }
@media(max-width:1199px){
	img{
		max-width:100%;
	}
	.info-text {
		width: 58%;
		margin-top: -10px;
	}
	.bct-hero h2,
	.profit h2,
	.tickets h2,
	.information h2{
		font-size: 39px;
	}
	.info-image {
		width: 39%;
		margin-top: 50px;
	}
}

@media(max-width:1023px){
	footer .footer-buttons {
		margin-top: 37px;
	}
	.info-text {
		width: 100%;
		margin-top: 0;
		float: none;
	}
	.info-image {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.cart2 {
		margin-top: 30px;
	}
	.bf-text {
		float: none;
		width: 100%;
	}
	.bf-image {
		float: none;
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
	.partner-text,
	.partner-image{
		float: none;
		width: 100%;
		margin-top: 0;
	}
}

@media(max-width:767px){
	.breadcrumb ol li{
		display:inline-block;
		text-align: left;
	}
	.large-footer ul {
		float: none;
		width: 100%;
	}
	.breadcrumb ol {
		text-align: left;
	}
	.bct-hero {
		padding: 91px 0 60px;
	}
	.faq-answer {
      padding: 0 25px 30px 25px;
  }
	.faq-question {
    padding: 20px 45px 20px 25px;
}
	.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;
	}
    .large-footer ul li:last-child {
        margin-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
    }
	.ex-left {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.ex-right {
		float: none;
		width: 100%;
	}
	.ex-right h3 {
		text-align: center;
	}
	.table-inner {
		width: 100%;
	}
	.bct-hero h2, .profit h2, .tickets h2, .information h2 {
		font-size: 28px;
	}
	.profit p.text-center {
		text-align: left;
	}
	h2 br{
		display:none;
	}
}

@media(max-width:320px){
	footer .footer-buttons>a {
		font-size: 17px;
	}
	footer {
		padding-top: 0px;
	}
}