.breadcrumb {
	position: relative;
	width: 100%;
	text-align: right;
}
.breadcrumb.fixed {
	position: absolute;
}
.breadcrumb.fixed.totop {
	top: 95px;
	z-index: 1;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0;
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block;
}
.breadcrumb ol li:not(:last-child):after{
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	margin:0 5px;
}
.breadcrumb, .breadcrumb a {
	color: #22ac60;
}
.breadcrumb.white, .breadcrumb.white a {
	color: #fff;
}
  

section.quickbooks {
    background: #f9f9fa;
    padding: 60px 0 90px;
    text-align: center;
  }
  .quickbooks-cols {
    margin: 80px 0;
    position: relative;
  }
  .quickbooks-left {
      float: left;
      width: 58%;
      text-align: left;
      position: absolute;
      top: -20px;
  }
  .quickbooks-right {
    float: right;
    width: 52%;
    text-align: left;
  }
  .quickbooks-right2 {
    float: right;
    width: 55%;
    text-align: left;
  }
  .quickbooks-left img {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .quickbooks-left2 img {
    margin-left: 0;
    margin-bottom: 50px;
	margin-top: 65px;
  }
  .quickbooks-left h4 {
    margin: 0 0 10px;
  }


  @media(max-width: 1199px) {
     .quickbooks-right{
          width: 52%;
     } 

     .quickbooks-left {
        width: 68%;
        top: 0px;
    }   
  }


  @media(max-width: 1023px) {
      .quickbooks-right {
          width: 100%;
      }

     .quickbooks-left {
      display: none;
    }   

    .quickbooks-cols {
      margin: 30px 0;
    }

    section.quickbooks{
    padding:30px 0 10px;
    }
  }




  section.plus-many {
  background-color: #27ae60;
  color: #fff;
  text-align: center;
  padding: 30px 0 25px;
  }

  section.plus-many h3{
    color: #fff;
    margin-bottom: 30px;
  }

  .plus-col-left {
    float: left;
    width: 62%;
    text-align: left;
  }
  .plus-col-right {
    text-align: left;
    float: right;
    width: 35%;
    padding-top: 70px;
  }

  @media(max-width: 768px) {
    .plus-col-right {
        width: 100%;
        margin: 0px auto !important;
        display: table !important;
        float: none !important;
    }

    .plus-col-left {
      float: left;
      width: 100%;
      text-align: left;
    }

  }

  .plus-col-text {
    margin: 15px 0 46px;
    clear: both;
    text-align: left;
  }
  .plus-col-text h4 {
    margin: 0 0 22px;
  }

  .plus-col-text p {
    padding-left: 43px;
    margin: 0;
  }


  section.easy-manage {
      padding: 50px 0 0px;
      text-align: center;
  }
  section.easy-manage h3 {
    letter-spacing: -0.015em;
  }
  .multichannel-cols {
      margin: 20px -15px 10px;
  }
  .multichannel-col {
      float: left;
      width: 50%;
      padding: 0 15px;
      text-align: left;
      margin-top: 20px;
  }

 @media(max-width: 1023px) {
      .multichannel-col {
        width: 100%;
      }

      .multichannel-inner img{
        display: inline-block;
      }
  }

section.home-testimonials {
    background: #f9f9fa !important;
}
section.higher-ranking.home-testimonials h3 {
    margin-bottom: 40px;
}
  .multichannel-inner {
      border-radius: 4px;
    text-align: center;
  }
  .multichannel-col h4 {
    padding: 20px;
  }
  .multichannel-col p {
    padding: 30px 15px 20px 15px;
      min-height: 150px;
      margin: 0;
  }

  section.higher-ranking {
      background: #fff;
      padding: 40px 0 50px;
      text-align: center;
  }

  section.higher-ranking h3{
    margin-bottom: 15px

  }


  section.inpage-form-container-dark {
      background-color: #2a2c31;
      border: none;
  }

  section.inpage-form-container-dark{
    color: #fff;
    padding: 30px 10px 10px;
  }

  section.inpage-form-container-dark .text-center{
    color: #fff;
  }

  .all-plans{
      padding: 50px 10px !important;  
  }

  section.inpage-form-container h4 {
      font-weight: 400;
      padding: 20px 0px 10px;
  }


  .pricing-comparison {
    padding: 35px 0px 0px;
  }
  .pricing-comparison h2 {
    text-align: center;
    padding: 15px 0px 0px;
  }

  .pricing-comparison h3 {
    text-align: center;
    padding: 10px 0px 40px;
  }


  .pricing-table-outer-wrapper {
  }
  .bplan-table {
    margin: 0 auto;
    padding: 0;
    border: 1px solid #e7e8ec;
    border: none;
    border-top: none;
    border-bottom: none;
  }
  .bplan-table > li {
    min-height: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
  .bplan-table > li:nth-child(even) {
    background: #f9f9fa;
  }
  .bplan-table > li > ul {
    margin: 0;
    padding: 0;
  }
  .bplan-table > li > ul > li {
    list-style: none;
    width: 210px;
    float: left;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 0;
    display: inline-block;
    min-height: 50px;
    border-left: 1px solid #e7e8ec;
  }
  .bplan-table > li > ul > li.two-line {
    padding: 5px 10px;
    line-height: 20px;
  }
  .bplan-table > li > ul > li:first-child {
    width: 720px;
    border-left: none;
    text-align: left;
    padding-left: 10px;
    border-left: 1px solid #e7e8ec;
  }
  .bplan-table > li > ul > li:last-child {
    border-right: 1px solid #e7e8ec;
  }
  .bplan-table > li:first-child > ul > li {
    color: #22ac60;
    font-size: 18px;
  }
  .bplan-table > li:last-child {
    border-top: 1px solid #e7e8ec;
    background: #f9f9fa;
    border-bottom: 1px solid #e7e8ec;
  }


  .bplan-table > li:first-child > ul > li {
    border-top: 3px solid #27ae60;
  }
  .bplan-table > li:first-child > ul > li:first-child {
    border-top-color: #27ae60;
  }
  .bplan-table > li:first-child > ul > li:first-child > span {
    color: #2a2d32;
    font-weight: 600;
  }
  .bplan-table > li:last-child > ul > li > a {
    line-height: 50px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none !important;
  }
  .bplan-table > li:last-child > ul > li > a > span:last-child {
    font-size: 30px;
    margin-left: 8px;
    vertical-align: middle;
  }
  .bplan-table .plan-expand {
    display: none;
  }
  .bplan-table.expanded #compare-expand {
    display: none;
  }
  .bplan-table:not(.expanded) #compare-close {
    display: none;
  }
  .fixed-chart-header {
    position: fixed;
    /* left: 0; */
    /* right: 0; */
    /* top: -91px; */
    /* margin: auto; */
    /* width: 100%; */
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -ms-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: none;
    z-index: 10;
  }
  .fixed-chart-header.visible {
    top: 86px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .bplan-table.fixed-chart-header li {
    background: #ffffff;
  }
  .bplan-table.fixed-chart-header li ul{
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  .fixed-chart-header .bplan-table > li:last-child > ul > li {
    border-left: 1px solid #e7e8ec;
    background: #fff;
  }
  .fixed-chart-header .bplan-table > li:last-child > ul > li:last-child {
    border-right: 1px solid #e7e8ec;
  }
  .fixed-chart-header .bplan-table > li:last-child {
    border: none;
    background: none;
  }
  .fixed-chart-header .bplan-table > li:last-child > ul > li {
    /*border: none;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;*/
  }



  section.faq-section {
      background-color: #f2f3f6;
      padding: 30px 0 80px;
    border-top: 1px solid #e7e8ec;
  }
  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.easy-learn{
	background-color: #27ae60;
}
section.easy-learn h3{
	color: #fff !important;
}

  @media(max-width: 1199px) {
    .bplan-table > li > ul > li {
      width: 150px;
      font-size: 12px;
    }
    .bplan-table > li > ul > li:first-child {
      width: 200px;
    }
    .bplan-table > li:first-child > ul > li {
      font-size: 15px;
    }
    .all-plans-col > ul > li {
      font-size: 15px;
    }
    .all-plans-col > ul > li:before {
      margin-right: 8px;
    }
    .all-plans-col:last-child {
      padding-left: 20px;
    }
  }

  @media(max-width: 1023px) {
    .pricing-tables-section .pricing-container {
      margin-top: 0;
    }
    .pricing-hero {
      padding-top: 170px;
      padding-bottom: 100px;
    }
    .pricing-hero h2 {
      font-size: 30px;
    }
    .pricing-hero h3 {
      margin: 5px;
      font-size: 18px;
    }
    .pricing-table {
      display: inline-block;
      width: 260px;
      margin: 20px;
    }
    .pricing-tables-section .pricing-container {
      float: none;
      text-align: center;
      width: 600px;
      margin: 0 auto;
    }
    .pricing-table.pricing-table-featured {
      margin-top: 20px;
      width: 560px;
      float: none;
      margin-left: auto;
      margin-right: auto;
    }
    section.pricing-tables-section {
      padding-bottom: 0;
    }
    
    .bplan-table > li:first-child {
      display: none;
    }
    
    .bplan-table > li > ul {
      border-bottom: 3px solid #e7e8ec;
    }
    
    .bplan-table > li > ul > li {
      width: 100% !important;
      text-align: center !important;
      border-bottom: 1px solid #e7e8ec;
      border-left: none !important;
      min-height: 51px;
    } 
    .bplan-table > li > ul > li > span {
      display: block;
      width: 50%;
      float: right;
    }
    .bplan-table > li > ul > li:first-child {
      color: #27ae60;
      font-weight: 700;
      font-size: 18px;
    }
    .bplan-table > li > ul > li:before {
      content: " ";
      width: 50%;
      display: block;
      float: left;
      text-align: center;
    }
    .bplan-table > li > ul > li:nth-child(2):before {
      content: "3d Cart";
    }
    .bplan-table > li > ul > li:nth-child(3):before {
      content: "sitecube";
    }
    .bplan-table > li:last-child .tc-btn-md.tc-btn-green {
      height: 30px;
      line-height: 30px;
      font-size: 14px;
    }
    .bplan-table > li > ul > li.two-line > span {
      padding: 10px 0 0;
    }
    .bplan-table > li > ul > li:first-child {
      font-size: 14px;
    }
    .faq-question {
      padding-right: 45px;
    }
    
    .term-toggle {
      text-align: center;
    }
    
    .all-plans-col {
      width: 50%;
      margin: 0 0 15px;
    }
    .all-plans-col:last-child {
      padding: 0;
    }
  }

  @media(max-width: 763px) {
    .pricing-tables-section .pricing-container {
      width: 100%;
    }
    .term-toggle-inner .pricing-term:first-child {
      border-radius: 2px 2px 0 0;
      -moz-border-radius: 2px 2px 0 0;
      -webkit-border-radius: 2px 2px 0 0;
    }
    .term-toggle-inner .pricing-term:last-child {
      border-radius: 0 0 2px 2px;
      -moz-border-radius: 0 0 2px 2px;
      -webkit-border-radius: 0 0 2px 2px;
    }
    .term-toggle-inner {
      width: 100%;
      max-width: 320px;
    }
    .term-toggle-inner .pricing-term {
      float: none;
      width: 100%;
    }
    .pricing-table {
      display: block;
      float: none;
      margin: 20px auto;
      width: 260px !important;
      min-height: 0;
    }
    div.pricing-tables {
      padding-top: 10px;
    }

    .enterprise-icon {
      width: 25%;
      margin: 10px 0;
    }
    .enterprise-section {
      background-size: cover;
    }
    .enterprise-icon h3 {
      font-size: 12px;
    }
    .enterprise-icon span {
      font-size: 48px;
      margin: 0 0 10px;
    }
    .faq-answer {
      padding-right: 40px;
    }
    
    section.all-plans-features h3 {
      line-height: 1.2;
    }
    .all-plans-table {
      padding: 25px 10px;
    }
    .all-plans-col {
      float: none;
      width: 100%;
    }
  }

  @media(min-width: 1200px) {
    .pricing-table {
      min-width: 228px;
    }
  }
  @media(min-width: 1024px) and (max-width: 1199px) {
    .pricing-table {
      min-width: 194px;
    }
  }
  @media(min-width: 1024px) {
    .bplan-table {
      text-align: center;
    }
    .bplan-table > li {
      display: inline-block;
      margin-top: -3px;
    }
    .bplan-table.expanded .plan-expand {
      display: inline-block !important;
    }
  }

  section.hero-section-sitecube-vs-3dcart{
    padding: 150px 0 115px;
    text-align: center;
    background: #fff url(../jpg/main-banner-2.jpg) no-repeat;
    background-position: 55% 0px;
    background-attachment: fixed;
  }

  @media(min-width: 1919px){
      section.hero-section-sitecube-vs-3dcart,{
        background-attachment: initial;
        background-size: cover;
      }

  }


  section.hero-section-sitecube-vs-3dcart h2, section.hero-section-sitecube-vs-3dcart h3{
    color: #fff;
  }
  .vs {
    padding: 50px 0px;
    text-align: center;
    margin: 0px 20px;
    /*float: left;*/
  }

  .vs h3{
    width: 70px;
    margin: 20px auto !important;
    font-size: 43px;
    line-height: 50px;
  }

  .vs span{
    border-bottom: 2px solid #22ac60;
    float: left;
    width: 100%;
  }

  .vs .left{
    float: left;
    width: 33.3%;
  }

  @media(max-width: 767px) {

      .vs .left{
        float: left;
        width: 100% !important;
      }


      .vs .left img{
        display: inline-block !important;
      }    
  }


  .content-sitecubedeveloper{
    max-width: 360px;
    padding: 15px;
    text-align: left;
    background: #fff;
    color: #000;
    margin: 0px 10px;
  }

  .content-sitecubedeveloper img{
      margin: 10px auto 20px;
  }

  .sitecube-vs-3dcart-col-large{
      width: 100%;
      text-align: center;
      border: 1px solid #e7e8ec;
      background: #fff;
      margin: 40px 0 0px;
      border-radius: 4px;
      border-top: 2px solid #27ac5f;
      padding: 20px 20px 10px;
      float: left;
      clear: both;
  }

  @media(max-width: 1023px) {
    .sitecube-vs-3dcart-col-large{
      width: 90%;
      margin: 0 5%;
    }
  }

  section.sitecube-vs-3dcart-leading{
      text-align: center;
      padding: 0px 0 0;
      background: url(../jpg/banner-bg.jpg) no-repeat center center;
  }

  .sitecube-vs-3dcart-cols{
      margin: 5px 0 0;
      position: relative;
  }

  .sitecube-vs-3dcart-col-new{
      float: left;
      width: 48.5%;
      margin: 0 0 10px;
      padding: 5px 5px;
  }

.sitecube-vs-3dcart-col-new.left img{
  margin: 35px 0px 0px -10px;  
}

.sitecube-vs-3dcart-col-new.right img{
  margin: 20px 60px;
}

  @media(max-width: 767px) {
    .sitecube-vs-3dcart-col-new{
      width: 100%;    
    }

    .sitecube-vs-3dcart-col-new.right img{
            margin: 20px 30px;
    }

    .sitecube-vs-3dcart-col-new img{
     display: inline-block;
    }

  }


  @media(max-width: 1199px) {
    .sitecube-vs-3dcart-col-new.right img{
        margin: 5px 0px;
    }
  }

  .wrap {
    position: relative;
    overflow: hidden;
  }

  .wrap:before, .wrap:after {
    content:'';
    position: absolute;
    bottom: 0;
    width: 50%;
    background-color: inherit;
    padding-bottom:2.5%;
  }
  .wrap:before {
    right: 50%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
  }
  .wrap:after {
    left: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }


  .inpage-form-inner {
      padding: 5px;
      max-width: 880px;
      margin: 0 auto;
      background: #5c5f63;
      border: 1px solid #bdc0c1;
  }

  .plus-many-cols .plus-col-text img{
        vertical-align: middle;
      margin: 0px 15px 0px 0px;
  }



  .grow-online {
    padding: 40px 0 73px !important;
    color:#fff;
  }
  .grow-online h3 {
    margin-top: 10px;
    margin-bottom: 40px;
    color:#fff;
  }
  .grow-online-left {
    float: left;
    width: 55%;
  }
  .grow-online-left > ul {
    padding: 0;
    margin: 0;
  }
  .grow-online-left > ul > li {
    list-style: none;
    float: left;
    width: 50%;
    padding-left: 25px;
    background: url(../png/check-8.png) no-repeat;
    background-position: 0 6px;
    margin-top: 25px;
  }
  .grow-online-right {
    float: right;
      max-width: 45%;
  }



  @media(max-width: 767px) {

    .grow-online h3{
      margin-bottom: 10px;
    }

    .grow-online-right{
      max-width: 75%;
      margin: 0 auto;
      float: none;
    }

    .grow-online-left {
        float: left;
        width: 100%;
    }
  }



  .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%;
  }


  @media(max-width: 580px) {
    .img-responsive{
       display: inline-block;
    }

      .footer-promotion .left {
          width: 100%;
          margin-bottom: 20px;
      }

      .footer-promotion .right {
          width: 100%;
      }
  }

  footer{
      padding-top: 40px;  
  }

  .info-middle{
    color: #bdbdbf;
    font-size: 12px;
    text-align: center;
    padding: 20px;
  }

  .sitecube-vs-3dcart-large-h4 h4{
    padding: 5px 0px 10px;
  }

.bg-white{
  background: #fff !important;
}


.container1400 {
	max-width: 1400px;
}


.about_3dcart-n-competition {
	text-align: center;
	background: #f9f9fa;
	padding: 30px 0;
}
.about_competition {
	margin-left: -20px;
	margin-right: -20px;
}
.about_competition-col {
	width: 50%;
	padding: 20px;
	float: left;
}
@media(max-width: 1023px) {
	.about_competition-col {
		width: 100%;
	}
}
.about_competition-box {
	border: 1px solid #e7e8ec;
	box-shadow: 1px 2px 8px rgba(0,0,0, .15);
	background: #fff;
	padding: 15px 30px 0;
	text-align: justify;
}
.about_competition-box img {
	margin: 0 auto;
}

section.faq-section {
    background-color: #f2f3f6;
    padding: 30px 0 100px;
	border-top: 1px solid #e7e8ec;
}
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 40px 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;
}

.themes_compare .multichannel-inner {
	margin-top: 125px;
	background: #e0e0e0;
}
.themes_compare .multichannel-inner.cart3d{
	background: #22ac60;
	color: #fff;
}
.themes_compare .multichannel-inner h4 {
	font-size: 32px;
	font-weight: 600;
}
.themes_compare .multichannel-inner img {
	margin: -125px auto 0 auto;
	/* position: relative; */
	/* top: -125px; */
	display: inline-block;
}
.themes_compare .multichannel-inner.cart3d img {
	margin: -125px auto 5px auto;
}
.themes_compare .multichannel-inner p {
	text-align: justify;
}

/* Hubspot */
.hs-cta-img {
	max-width: 100%;
	height: auto;
}

.white-bg {
	background: #fff;
}


.migration h3{
	color: #fff;
	font-size: 25px;
}

.migration-btn{
	margin: 20px 0px;
}

.migration-btn a{
		min-width: 175px;
}

.tc-testimonials .tc-testimonial .testimonial-quote{
	  height: auto;  
}

.footer-promotion .left img {
	padding: 30px 0px 0px;
	display: inline-block;
}

.sitecube-vs-3dcart-cols .img-responsive{
	display: inline-block;
	text-align: center;
}


.two-testimonials .item-inner {
	height: 360px;
}
.quickbooks-left {
	width: 46%;
	top: 85px;
}
.quickbooks-cols {
	margin: 80px 0 0;
}
section.quickbooks {
	padding: 60px 0 45px;
	background: #fff;
}
section.easy-manage {
	padding: 50px 0 50px;
}
.sitecubepayments {
	background: #f9f9fa;
	padding: 50px 0 25px !important;
}
.sp-left {
	float: left;
	width: 58%;
	text-align: left;
}
.sp-image {
	float: right;
	width: 40%;
	text-align: right;
}
.sitecube-payments h4{
	clear: both;
	padding-top: 40px;
	margin-bottom: 15px;
}
.sitecube-payments ul {
	padding: 0 ;
	padding-left: 30%;
	margin-top: 40px;
}
.sitecube-payments ul li{
	list-style: none;
	font-weight: bold;
	float: left;
	width:40%;
	text-align: left;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.sitecube-payments ul li:before{
	content:url("../png/check-32.png");
	position: absolute;
	left: 0;
}
section.sitecube-alternatives {
	padding: 50px 0;
	background: #f9f9fa;
	text-align: center;
}
.best-alternatives {
	float: left;
	width: 50%;
	text-align: center;
}
.free-alternatives{
	float: right;
	width: 50%;
	text-align: center;
}
.alternatives ul li{
	list-style:none;
	margin-bottom: 30px;
}
.alternatives ul li a{
	text-decoration:underline;
}
.alternatives ul{
	padding: 0;
}
.alternatives h3{
	font-size:26px;
	font-weight:bold;
}
.alternatives {
	margin-top: 50px;
}
section.faq-section {
	background-color: #fff;
}
.quickbooks-cols {
	margin: 30px 0 0;
}
.box-left img{
	margin:8px auto;
}
@media(max-width:1199px){
	.sp-image img{
		max-width:100%;
	}
	section.faq-section h2,
	.all-plans h2{
		font-size: 39px;
	}
	.sitecube-payments ul {
		padding-left: 20%;
	}
	section.plus-many h3 {
		font-size: 24px;
	}
	.multichannel-col h4 {
		font-size: 16px;
	}
}

@media(max-width:1023px){
.sp-left {
    float: none;
    width: 100%;
}
.sp-image {
    float: none;
    width: 100%;
    text-align: center;
}
.sitecube-payments ul {
    padding-left: 0;
}
.sitecube-payments h4,
.sitecube-payments p{
    text-align: left;
}
}

@media(max-width:767px){
.best-alternatives {
    float: none;
    width: 100%;
    text-align: center;
}
.free-alternatives {
    float: none;
    width: 100%;
    text-align: center;
}
.alternatives img{
	max-width:100%;
}
.sitecube-payments ul li {
	float: none;
	width: 100%;
}
	.themes_compare .multichannel-inner.cart3d p br{
		display:none;
	}
section.hero-section-sitecube-vs-3dcart {
    padding: 190px 0 115px;
}
.sitecube-vs-3dcart-col-large {
    margin: 15px 5%;
}
.footer-promotion {
    padding-top: 52px;
}
.faq-answer {
    padding: 0 30px 30px 25px;
}
section.faq-section h2, .all-plans h2 {
    font-size: 28px;
}
.sitecube-alternatives h2 br{
	display:none;
}
.themes_compare .multichannel-inner h4 {
    line-height: 30px;
}
.about_competition-box img {
    margin: 0 auto;
    display: block;
}
section.plus-many h3 {
    font-size: 16px;
}
.content-sitecubedeveloper img{
	display:block;
}
footer {
    margin-top: -1px;
}
section.sitecube-alternatives {
    padding: 50px 0 20px;
}
.about_competition {
    margin-left: 0;
    margin-right: 0;
}
.about_competition-col {
    padding: 20px 0;
}
}