.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-dropshipping-hero.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;
}
section.terminology {
    padding: 50px 0;
    background: #f9f9fa;
}
.large-footer{
	padding:15px;
}
.tm-text {
    float: right;
    width: 58%;
}
.tm-image {
    float: left;
    width: 42%;
    margin-top: 30px;
}
.bf-text ul li{
	list-style:none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #e0e0e0;*/
	position: relative;
	margin-right: 15px;
}
.bf-text ul li:before {
    content: url("../png/check-15.png");
    position: absolute;
    left: -37px;
}
.bf-text 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;
}

  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;
  }
section.introduction {
    padding: 50px 0;
    background: #f9f9fa;
}
.bf-text {
    float: left;
    width: 60%;
}
.bf-image {
    float: right;
    width: 40%;
    text-align: right;
	margin-top: 65px;
}
section.benefits {
    padding: 50px 0;
}
section.business {
    padding: 50px 0;
}
.option-inner {
    text-align: left;
    border: 1px solid #e7e8ec;
        max-width: 650px;
    margin: 40px auto;
    border-radius: 4px;
    border-top: 5px solid #27ac5f;
    padding: 20px 45px 20px 70px;
    background: #fff;
}
.option-inner ul li{
	list-style:none;
	margin-bottom:15px;
}
.feature-num {
    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 4px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 4px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 4px 3px rgba(0,0,0,.2);
    margin-top: 5px;
}
.feature-text {
    float: left;
    width: 90%;
}
section.account {
    padding: 50px 0;
}
.feature-text h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
section.consider {
    padding: 50px 0;
    background: #f9f9fa;
}
.consider-text {
    float: right;
    width: 62%;
}
.feature-inner {
    margin-bottom: 25px;
}
.features-holder {
    margin-top: 50px;
}
.feature-img {
    float: right;
    width: 35%;
    text-align: right;
}
.feature-left {
    float: left;
    width: 64%;
}
section.problems {
    padding: 50px 0 30px;
    background: #f9f9fa;
}
.pb-text {
    float: left;
    width: 57%;
}
.pb-img {
    float: right;
    width: 41%;
}
.feature-image {
    float: left;
    width: 4%;
}
.feature-image {
    float: left;
    width: 4%;
    margin-top: 3px;
}
.st-text {
    float: right;
    width: 56%;
}
section.software {
    padding: 50px 0;
}
.st-img {
    float: left;
    width: 44%;
}

section.signup {
    text-align: center;
    padding: 50px 0;
    background: #f9f9fa;
}
.consider-image {
    float: left;
    width: 37%;
}
@media(max-width:1199px){
	img{
		max-width:100%;
	}
	.bf-image {
		margin-top: 100px;
	}
	.tm-image {
		width: 39%;
		margin-top: 60px;
	}
	
}

@media(max-width:1023px){
	footer .footer-buttons {
		margin-top: 37px;
	}
	.info-text {
		width: 100%;
		margin-top: 0;
		float: none;
	}
	.info-image,.tm-image {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.bf-text,.feature-left,.consider-text,.pb-text {
		float: none;
		width: 100%;
	}
	.bf-image,.consider-image,.pb-img,.st-img {
		float: none;
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
	.tm-text {
		float: none;
		width: 100%;
	}
	.feature-img{
		display:none
	}
	.ex-left {
		width: 22%;
	}
	.ex-right {
		width: 70%;
	}
	.feature-image {
		width: 6%;
	}
	.st-text {
		float: none;
		width: 100%;
	}
}

@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;
	}
		.bct-hero {
		background-position: bottom;
	}
	.option-inner {
		padding: 20px 20px 20px 20px;
	}
	.option-inner ul{
		padding:0;
	}
	.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;
	}
	h2 br{
		display:none;
	}
	.feature-num {
		margin: auto;
		display: block;
		float: none;
		margin-bottom: 15px;
	}
	.feature-text h3 {
		text-align: center;
	}
	.business .feature-text {
		float: none;
		width: 100%;
	}
	.feature-image {
		width: 10%;
	}
	section.faq-section {
		padding: 30px 0 110px;
	}
}

@media(max-width:320px){
	footer .footer-buttons>a {
		font-size: 17px;
	}
	footer {
		padding-top: 0px;
	}
}