.home-banner {
    background-image: url('../../img/header.png'), linear-gradient(226deg, #7472FF 0%, #3C41E7 77%);
    background-repeat: no-repeat;
    background-position: 80% 48%;
    background-blend-mode: overlay;
    min-height: 690px;
}

@media (max-width: 480px) {
    .home-banner {
      background-position: 0% 25%;
      background-size: contain;
      height: 100%;
      padding-bottom: 30px;
    }
  }

@media (min-width: 481px) and (max-width: 825px) {
  .home-banner {
    background-position: 50% 25%;
    background-size: unset;
    height: 100%;
    padding-bottom: 30px;
  }
}

.banner-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.banner-text {
    width: 40%;
    text-align: left;
    margin: 100px 660px 0 0;
}

.shipnow {
  display: none;
}

.banner-img-wrapper {
    margin: 100px 0 0 auto;
    opacity: 0.6;
    width: 490px;
}

.banner-img {
    width: 100%;
}

@media (max-width: 480px) {
    .banner-text {
        width: 100%;
        order: 2;
        margin: 0;
        margin-top: 300px;
    }

    .shipnow {
      display: inline-block;
      margin-left: 10px;
    }

    .banner-img {
        width: 100%;
        order: 1;
        margin: 0;
    }

    .banner-img-wrapper{
      margin-top: 35px;
    }

    #rect{
      display: none;
    }
}

@media (min-width: 481px) and (max-width: 825px) {
    .banner-text {
        width: 100%;
        order: 2;
        margin: 0;
        margin-top: 370px;
    }

    .shipnow {
      display: inline-block;
      margin-left: 10px;
    }

    .banner-img {
        width: 100%;
        order: 1;
        margin: 0;
    }

    .banner-img-wrapper{
      margin-top: 35px;
    }

    #rect{
      display: none;
    }
}

.section-heading .partition{
    width: 100px;
    border: 1px solid #6266F3;
    position: relative;
    top: -4px;
    margin: 0 10px;
}

.about-us-content-wrapper {
    display: inline-block;
    width: 730px;
}

.about-us-container {
    padding-top: 80px;
}

.about-text {
    margin-top: 25px;
}

.about-image-wrapper {
    margin-top: 45px;
    margin-bottom: 30px;
}

@media (max-width: 825px) {
    .about-us-content-wrapper {
        width: 100%;
    }
}

.features-section {
    padding: 120px 0;
}

.features-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features-left-container {
    width: 33%;
    display: inline-block;
    padding-right: 60px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.services-left-container{
  width: 33%;
  display: inline-block;
  padding-right: 60px;
}

.features-right-container {
    width: 66%;
    display: inline-block;
    padding-left: 60px;
}

.features-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features-list .postage {
    background-image: url('../../img/group_18.svg');
}

.features-list .integration {
    background-image: url('../../img/group_22.svg');
}

.features-list .packing {
    background-image: url('../../img/group_19.svg');
}

.features-list .order {
    background-image: url('../../img/group_23.svg');
}

.features-list .pricing {
    background-image: url('../../img/group_20.svg');
}

.features-list .tracking {
    background-image: url('../../img/group_24.svg');
}

.features-list li {
    width: 46%;
    list-style: none;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: 4px 12px;
    background-size: 12%;
}

.features-list li h3 {
    font-size: 18px;
}

.features-list li p {
    font-size: 12px;
    color: #666666;
    font-weight: 200;
}

@media (max-width: 480px) {
    .features-left-container {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
    .features-right-container {
        width: 100%;
        padding-left: 0;
    }
    .features-list li {
        width: 100%;
        padding-left: 0;
        padding-top: 45px;
        background-position: 0px 16px;
    }
    .features-section {
        padding: 60px 0;
    }

    .services-left-container {
        width: 100%;
        padding-right: 0;
    }
}

@media (min-width: 481px) and (max-width: 825px) {
    .features-left-container {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
    .features-right-container {
        width: 100%;
        padding-left: 0;
    }
    .features-list li {
        width: 50%;
        padding-left: 55px;
        padding-top: 5px;
        background-position: 0px 16px;
    }
    .features-section {
        padding: 60px 0;
    }

    .services-left-container {
        width: 100%;
        padding-right: 0;
    }
}

.solution-flex-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.solution-left-container {
    width: 50%;
}

.solution-right-container {
    width: 50%;
    background: linear-gradient(226deg, #7472FF 0%, #3C41E7 77%);
    color: #fff;
}

.solution-image-wrapper {
    width: 450px;
    margin: 175px auto;
}

.accordian-wrapper .panel {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    counter-increment: li;
    clear: both;
    padding-left: 20px;
    border-bottom: 1px solid #3439C6;
    opacity: 0.6;

}

.accordian-wrapper .panel.active {
    opacity: 1;
}

.accordian-wrapper .panel.active h4 {
    background-image: url(../../img/minus.png);
}

.accordian-wrapper .panel h4{
    line-height: 32px;
    background: url(../../img/plus.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 110%;
}


.accordian-wrapper {
    margin: 100px auto;
    width: 410px;
}

.accordian-wrapper .panel-group {
    padding-left: 0;
    counter-reset: li;
    list-style: none;
}

.accordian-wrapper .panel-body {
    padding-left: 30px;
    padding-top: 0;
    font-size: 12px;
    font-weight: 200;
}

li.panel.panel-default:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    position: relative;
    /* top: -4px; */
    content: counter(li);
    left: -20px;
    border-radius: 18px;
    background: rgba(52,57,198,0.30);
    /* z-index: -1; */
    line-height: 29px;
    text-align: center;
    font-size: 12px;
}

li.panel.panel-default.active:before {
    background: #FFFFFF;
    color: darkblue;
}

.solution-section-heading {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
}

.accordian-wrapper .partition {
    display: inline-block;
    width: 100px;
    margin: 0 15px;
    border-top: 1px solid #fff;
    opacity: 0.6;
    position: relative;
    top: -7px;
}

.accordian-wrapper .section-count {
    font-size: 14px;
    font-weight: 200;
    opacity: 0.6;
    position: relative;
    top: -4px;
}

.panel h4 a{
    display: block;
}

.solution-image-wrapper-mobile {
    display: none;
}

@media (max-width: 825px) {
    .solution-left-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        display: none;

    }

    .solution-right-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        background: #fff;
    }

    .solution-flex-container {
        flex-direction: column;
    }
    .solution-image-wrapper {
        width: 100%;
        margin: 60px 0;
    }
    .solution-image-wrapper img {
        width: 100%;
    }

    .accordian-wrapper {
        width: 100%;
    }

    .solution-image-wrapper-mobile {
        display: block;
        padding: 60px;
    }
    .solution-image-wrapper-mobile img {
        width: 100%
    }

    .accordian-wrapper .panel-group {
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 30px;
    }

    .accordian-wrapper .collapse {
        margin-left: -20px;
        background: #F4F4FE;
        color: #000;
    }

    li.panel.panel-default:before {
        top: 12px;
        left: 10px;
    }

    .panel-heading-solution {
        margin-left: -20px;
        background: linear-gradient(226deg, #7472FF 0%, #3C41E7 77%);;
        padding: 2px 0;
    }
    .panel-heading-solution h4 {
        padding-left: 75px;
    }

    .accordian-wrapper .panel {
        opacity: 1;
        border-bottom: 1px solid #3439C6;
    }

    .accordian-wrapper .panel h4{
        width: 100%;
        background-position: 90% center;
    }


    .panel-group .panel+.panel {
        margin-top: 0;
    }
    .panel .panel-heading-solution a {
        opacity: 0.6;
    }
    .panel.active .panel-heading-solution a {
        opacity: 1;
    }

    .solution-section-heading {
        color: #000;
    }
    .accordian-wrapper .partition {
        width: 40px;
        border-top: 1px solid #6266F3;
    }
    .section-count {
        color: #000;
    }
    .accordian-wrapper {
        margin: 0 auto;
    }
}

.service-container {
    padding: 120px 0;
}

.service-right-flex-container {
    display: flex;
    justify-content: space-between;
}

.individual-container, .business-container {
    width: 290px;
    border: 1px solid rgba(116,114,255,0.3);
}

.individual-container h5, .business-container h5 {
    font-size: 18px;
    font-weight: 400;
    color: #3748D4;

}

.individual-container p, .business-container p {
    font-size: 12px;
    font-weight: 200;
    color: #666666;
}

.individual-container ul, .business-container ul {
    border-top: 1px solid rgba(116,114,255,0.3);
    padding: 40px 40px 40px 0;
}

.individual-container ul li, .business-container ul li{
    margin-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
    background: url('../../img/Line 5@2x.png');
    background-repeat: no-repeat;
    background-position: -32px 9px;
    padding-left: 40px;
}

.service-right-head {
    border: 1px solid #fff;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-left: 42px;
    padding-top: 20px;
}

.individual-container .service-right-head {
    background: url('../../img/icon1.svg');
    background-repeat: no-repeat;
}

.business-container .service-right-head {
    background: url('../../img/icon2.svg');
    background-repeat: no-repeat;
    padding-left: 52px;
}

@media (max-width: 825px) {
    .service-container {
        padding: 80px 0;
    }

    .individual-container, .business-container {
        width: 100%;
    }

    .service-right-flex-container {
        flex-direction: column;
    }

    .business-container {
        margin-top: 20px;
    }
}


.integration-section {
    background: #F4F4FE;
}

.integration-container {
    width: 730px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0 100px 0
}

.slider-container {
    height: 150px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top:-30px;
}

.slider {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
}

.slider-instant {
    transition: none;
}

.slider-animate {
    margin-left: 0;
}

.slider-extra {
    display: flex;
    flex-flow: row nowrap;
}

.slider-last {
    min-width: 100vw;
    max-width: 100vw;
    overflow: hidden;
}

.slider span {
    margin-right: 35px;
}

.slider .slider-extra {
    margin-right: 0;
}

.slider img {
    height: inherit;
    vertical-align: inherit;
    border: inherit;
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
}

.seller {
    position: absolute;
    display: none;
    flex-flow: row nowrap;
}

.seller-instant {
    transition: none;
}

.seller-animate {
    margin-left: 0;
}

.seller-extra {
    display: flex;
    flex-flow: row nowrap;
}

.seller-last {
    min-width: 100vw;
    max-width: 100vw;
    overflow: hidden;
}

.seller span {
    margin-right: 35px;
}

.seller .seller-extra {
    margin-right: 0;
}

.seller img {
    height: inherit;
    vertical-align: inherit;
    border: inherit;
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
}

.grayscale img {
    filter: grayscale(100%);
}

.integration-btn {
    background: none;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.integration-btn:focus {
    outline: none;
}

.integration-btn.active {
    border-bottom: 1px solid #3748D4;
}

.integrtion-heading {
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
}

.integration-text {
    font-size: 14px;
    font-weight: 200;
    margin-top: 20px;
}

.integration-btn-container {
    margin-top: 100px;
    text-align: center;
}

.shipping-btn {
    margin-right: 70px;
}

@media (max-width: 480px) {
  .integration-container{
    width: 85%;
    text-align: left;
    padding-left: 26px;
  }

  .integration-btn-container {
    margin-top: 35px;
    text-align: left;
  }
}

@media (min-width: 481px) and (max-width: 825px) {
    .integration-container{
      width: 85%;
      text-align: left;
      padding-left: 26px;
    }
  
    .integration-btn-container {
      margin-top: 35px;
      text-align: center;
    }
  }
