.banner-section{
  background: #f5f9ff;
  height: 90vh;
  padding: 80px 0 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* banner left */
.banner-left{
  padding: 100px 0;
}
.banner-left h2{
  font-size: 48px;
  color: #151D21;
  line-height: 64px;
  margin-bottom: 24px;
}
.banner-left h2 span{
  color: #00A3E4;
  display: flex;
}
.banner-left h4{
  color: #151D21;
  font-size: 20px;
}
.banner-left .banner-btn-group{
  margin-top: 64px;
  display: flex;
}
.banner-left .banner-btn-group button{
  margin-right: 16px;
}
.banner-section .flex-wrapper{
  justify-content: space-between;
}
.banner-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.banner-right .shipway-img{
  position: relative;
  right: -34px;
  width: 450px;
}
.banner-img-abs{
  position: absolute;
  right: -185px;
}
.banner-img-abs img{
  width: 640px;
}
/* best companies */
.bestCompanies-wrapper{
  padding: 70px 0 60px;
}
.bestCompanies-wrapper h5{
  font-size: 24px;
  line-height: 24px;
  color: #151D21;
  margin-bottom: 32px;
}
.company-logo-wrapper{
  display: flex;
  /* overflow: auto; */
}
.company-logo-wrapper .truested-logo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company-logo-wrapper .truested-logo img {
  width: 162px;
  height: 72px;
  object-fit: contain;
}
.company-logo-wrapper .truested-logo span{
  background: #F3FAFD;
  border-radius: 32px;
  padding: 2px 8px;
  display: inline-flex;
  margin-top: 8px;
  margin-bottom: 10px;
}
.company-logo-wrapper .truested-logo span img{
  width: auto;
  height: auto;
  margin-right: 4px;
}
.truest-mensxp-logo{
  width: 135px;
    height: 72px;
    display: flex;
    margin: 0 30px;
}
/* process steps */
.processSteps-section{
  padding: 80px 0;
}
.processSteps-desc h5{
  font-size: 32px;
  line-height: 48px;
  color: #151D21;
  margin-bottom: 40px;
  max-width: 480px;
}
.processSteps-desc li{
  font-size: 16px;
  line-height: 24px;
  color: #151D21;
  margin-bottom: 24px;
  position: relative;
  padding-left: 36px;
}
.processSteps-desc li::before{
  content: '';
  position: absolute;
  left: 0;
  background: url('../svg/check-2.svg');
  width: 22px;
  height: 22px;
}
.processSteps-desc,
.processSteps-img{
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.processSteps-img{
  width: 610px;
  height: 450px;
  background: #F3FAFD;
  border-radius: 10px;
  margin-right: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.processSteps-img img{
  width: 95%;
  height: 100%;
  object-fit: contain;
}
.processSteps-img::before{
  content: '';
  background: url('../svg/dashed.svg');
  height: 104px;
  width: 104px;
  position: absolute;
  left: -35px;
  top: -35px;
  z-index: -1;
}
.processSteps-section:nth-child(even) .flex-wrapper{
  flex-direction: row-reverse;
}
.processSteps-section:nth-child(even) .processSteps-img{
  margin-right: 0;
  margin-left: 56px;
}
.processSteps-section.step1 .processSteps-img::before{
  left: -35px;
  top: -35px;
}
.processSteps-section.step2 .processSteps-img::before{
  top: auto;
  left: auto;
  bottom: -35px;
  right: -35px;
}
.processSteps-section.step3 .processSteps-img::before{
  top: auto;
  left: -35px;
  bottom: -35px;
  right: auto;
}
.processSteps-section.step4 .processSteps-img::before{
  top: -35px;
  left: auto;
  bottom: auto;
  right: -35px;
}
.processSteps-desc button{
  margin-top: 16px;
}
/* integration-section */
.integration-section{
  padding: 80px 0;
}
.integration-section .flex-wrapper{
  align-items: center;
}
.integration-left{
  width: 50%;
  padding-right: 95px;
}
.integration-right{
  width: 50%;
}
.integration-right img{
  width: 100%;
}
.integration-section span{
  font-size: 16px;
  line-height: 24px;
  color: #151D21;
}
.integration-section h5{
  font-size: 32px;
  line-height: 48px;
  color: #151D21;
  margin-bottom: 32px;
}
.integration-section p{
  font-size: 16px;
  line-height: 24px;
  color: #151D21;
  margin-bottom: 24px;
}
/* testimonial wrapper */
.testimonial-wrapper{
  background: #F4F9FE;
  padding: 80px 0;
}
.testimonial-wrapper .owl-carousel .owl-item img{
  width: auto;
}
.testimonial-wrapper .owl-nav button{
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 100%;
  position: absolute;
  top: -252px;
  position: relative;
  outline: 0;
}
.testimonial-wrapper .owl-nav button span{
  display: none;
}
.testimonial-wrapper .owl-nav button.owl-prev{
  left: -72px;
}
.testimonial-wrapper .owl-nav button.owl-next{
  right: -72px;
  left: 100%;
}
.testimonial-wrapper .owl-nav button::before{
  content: '';
  position: absolute;
  left: 15px;
  background: url('../svg/sidearrow.svg');
  width: 8px;
  height: 15px;
  top: 12px;
}
.testimonial-wrapper .owl-nav button.owl-prev::before{
  transform: rotate(-180deg);
}
.testimonial-wrapper .owl-dots{
  text-align: center;
}
.testimonial-wrapper .owl-dot{
  width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #B0B4CC !important;
    margin: 0 8px;
    outline: 0;
}
  .testimonial-wrapper .owl-dot.active{
  background: #121458 !important;
}
.testimonial-card{
  display: flex;
  background: #fff;
  border-radius: 16px;
  height: 482px;
}
.testimonial-left img{
  width: 360px !important;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.testimonial-card p{
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 50px;
}
.testimonial-card p::before{
  content: '';
  position: absolute;
  background: url('../svg/quotes.svg');
  width: 42px;
  height: 32px;
  top: -48px;
  left: 0;
}
.testimonial-right{
  padding: 40px 64px;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial-right .author{
  color: #151D21;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 500;
}
.testimonial-right .signature-img img{
  height: 40px;
  margin-bottom: 25px;
}
/* trusted-brands */
.trusted-brands{
  background: #121458;
  padding: 80px 0 48px;
  text-align: center;
}
.trusted-brands .flex-wrapper{
  flex-wrap: wrap;
}
.trusted-brands h5{
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 48px;
}
.trusted-brand-card{
  width: 32%;
  padding: 32px 0;
}
.trusted-brand-card h4{
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 8px;
}
.trusted-brand-card span{
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.trusted-brand-card img{
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 16px;
}
/* feature section */
.feature-section{
  padding: 80px 0;
  text-align: center;
  border-bottom: 1px dashed rgba(0,0,0,.16);
}
.feature-section h5{
  font-size: 24px;
  line-height: 30px;
  color: #151D21;
  margin-bottom: 48px;
}
.feature-section ul{
  display: flex;
  justify-content: space-between;
  overflow: auto;
}
.feature-section ul img{
  width: 116px;
  height: 65px;
  object-fit: contain;
}
/* supports */
.supporting-card{
  padding: 80px 0;
  text-align: center;
}
.supporting-card h5{
  font-size: 24px;
  line-height: 36px;
  color: #151D21;
}
.supporting-card h5 span{
  color: #00A3E4;
}
.supporting-card ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0 24px;
}
.supporting-card li img{
  width: 97px;
  height: 48px;
  object-fit: contain;
}
.request-demo-wrapper{
  background: #121458;
  padding: 64px 0;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.request-demo-wrapper::before{
  content: '';
  background: url('../svg/dashed.svg');
  height: 104px;
  width: 104px;
  position: absolute;
  right: -35px;
  top: -35px;
  z-index: -1;
}
.request-demo-wrapper h5{
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 8px;
}
.request-demo-wrapper p{
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 40px;
}
.request-demo-wrapper button{
  margin: auto;
}
/* responsive design */
@media screen and (max-width: 991px) {
  .banner-section{
    height: auto;
  }

  .shopify_img
  {
      border-radius: 5px;
      height: 50px;
      margin-top: 20px;
      width: 100%;
  }

  /* .banner-img-abs img{
    width: 100%;
    max-width: 400px;
  } */
  .banner-left{
    padding: 40px 5px;
  }
  .banner-right{
    justify-content: center;
    margin-bottom: 30px;
  }
  .banner-right .shipway-img{
    right: auto;
    width: 300px;
  }
  .banner-left h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .banner-left h2 span{
    display: inline-block;
  }
  .banner-left h4{
    font-size: 16px;
    line-height: 24px;
  }
  
  .company-logo-wrapper{
    overflow: auto;
  }
  .company-logo-wrapper::-webkit-scrollbar,
  .feature-section ul::-webkit-scrollbar {
    width: 0;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .company-logo-wrapper,
  .feature-section ul{
    -ms-overflow-style: none; 
    scrollbar-width: none;  
  }
  .banner-btn-group{
    flex-direction: column;
  }
  .banner-left .banner-btn-group{
    margin-top: 10px;
  }
  .banner-btn-group button{
    width: 100%;
    margin-top: 24px;
  }
  /* best companies */
  .bestCompanies-wrapper {
    padding: 40px 0;
  }
  .bestCompanies-wrapper h5{
    padding: 0 0px 0 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .company-logo-wrapper img{
    width: 150px;
  }
  .company-logo-wrapper .truested-logo span img{
    width:  auto;
  }
  /* process */
  .processSteps-section{
    padding: 40px 0;
  }
  .processSteps-desc, 
  .processSteps-img,
  .processSteps-img img{
    width: 100%;
  }
  .processSteps-img{
    height: 235px;
    padding: 16px;
    margin-bottom: 32px;
  }
  .processSteps-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .processSteps-section:nth-child(even) .flex-wrapper{
    flex-direction: column;
  }
  .processSteps-img::before{
    content: none;
  }
  .processSteps-section:nth-child(even) .processSteps-img{
    margin-left: 0;
  }
  .processSteps-section .processSteps-img{
    margin-right: 0;
  }
  .processSteps-desc h5{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .processSteps-desc button{
    width: 100%;
    height: 45px;
  }
  /* integration brands */
  .integration-section{
    padding: 40px 0;
  }
  .integration-left,
  .integration-right{
    width: 100%;
    padding-right: 0;
  }
  .integration-left{
    margin-top: 32px;
  }
  .integration-section h5 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .integration-section span{
    font-size: 14px;
  }
  .integration-section .flex-wrapper{
    flex-direction: column-reverse;
  }
  /* testimonial card */
  .testimonial-card{
    flex-direction: column;
    height: 776px;
  }
  .testimonial-wrapper .container,
  .bestCompanies-wrapper .container,
  .feature-section .container{
    width: 100%;
    padding: 0;
  }
  .testimonial-left{
    height: 220px;
  }
  .testimonial-right{
    padding: 20px;
  }
  .testimonial-right p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
    margin-top: 35px;
  }
  .testimonial-left img{
    width: 100% !important;
    border-radius: 16px 16px 0 0;
  }
  .testimonial-card p::before {
    content: '';
    width: 30px;
    height: 23px;
    top: -35px;
    background-size: 30px;
  }
  .testimonial-wrapper{
    padding: 40px 0;
  }
  .testimonial-wrapper .owl-nav{
    display: none;
  }
  .testimonial-wrapper .owl-dots{
    margin-top: 20px;
  }
  .testimonial-wrapper .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  /* trusted brands */
  .trusted-brands{
    padding: 40px 0;
  }
  .trusted-brands .flex-wrapper{
    flex-direction: row;
  }
  .trusted-brands h5 {
    font-size: 20px;
  }
  .trusted-brand-card {
    width: 50%;
    padding: 16px 0;
  }
  .trusted-brand-card h4{
    font-size: 24px;
  }
  .trusted-brand-card span {
    font-size: 12px;
  }
  .trusted-brand-card img{
    width: 32px;
    height: 32px;
  }
  /* feature ul */
  .feature-section{
    padding: 40px 0;
  }
  .feature-section h5{
    font-size: 20px;
    margin-bottom: 30px !important;
  }
  .feature-section ul{
    overflow: auto;
  }
  .feature-section ul li{
    margin-right: 20px;
  }
  .supporting-card{
    padding: 40px 0;
  }
  .supporting-card h5{
    font-size: 20px;
    line-height: 30px;
  }
  .supporting-card ul{
    flex-wrap: wrap;
    padding: 25px 0 15px;
  }
  .supporting-card ul li{
    width: 50%;
    margin: 20px 0;
  }
  .supporting-card ul li img{
    width: 96px;
    height: 48px;
    object-fit: contain;
  }
  .request-demo-wrapper{
    padding: 32px 20px;
    margin-bottom: 0;
  }
  .footer-top .socail-icon {
    margin-top: 25px;
  }
  .request-demo-wrapper h5{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .request-demo-wrapper p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .request-demo-wrapper::before{
    content: none;
  }
  .testimonial-right .author{
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trusted-brand-card,
  .supporting-card ul li{
    width: 33%;
  }
  .supporting-card ul::after {
    content: "";
    flex: auto;
  }
  .shopify_img
  {
      border-radius: 5px;
      height: 50px;
      margin-top: 20px;
      width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .testimonial-wrapper .owl-nav button.owl-prev{
    left: 22px;
  }
  .testimonial-wrapper .owl-nav button.owl-next{
    right: 0;
    left: 90%;
  }
  .testimonial-card p{
    font-size: 18px;
    line-height: 30px;
  }
  .testimonial-right .author{
    font-size: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  /* .banner-img-abs {
    top: 200px;
  }
  .banner-img-abs img{
    width: 485px;
  } */
}

@media (min-width: 992px) and (max-width: 1080px) {
  .processSteps-img::before,
  .request-demo-wrapper::before{
    content: none;
  }
  .shopify_img
  {
      border-radius: 5px;
      height: 50px;
      margin-top: 20px;
      width: 100%;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .container{
    padding: 0 30px;
  }
  .testimonial-wrapper .owl-nav button.owl-prev{
    left: 22px;
  }
  .testimonial-wrapper .owl-nav button.owl-next{
    right: 0;
    left: 90%;
  }
  /* .banner-img-abs {
    top: 170px;
  }
  .banner-img-abs img{
    width: 565px;
  } */
}
@media screen and (max-width: 370px) {
  .company-logo-wrapper img{
    width: 130px;
  }
  .company-logo-wrapper .truested-logo span img{
    width:  auto;
  }

  .shopify_img
  {
      border-radius: 5px;
      height: 50px;
      margin-top: 20px;
      width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .flex-wrapper{
    position: relative;
  }
  /* .banner-img-abs{
    top: 15%;
  }
  .banner-img-abs img{
    width: 600px;
  } */
}