.section-padding {
  padding: 80px 0;
}

.btn-primary {
  background: #67c011;
  border-radius: 999px;
  /* box-shadow: #67c011 0 10px 20px -10px; */
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 15px 40px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}

.btn-primary a {
  color: #fafafa !important;
}

.btn-primary a:hover {
  text-decoration: none !important;
}

.btn-primary:hover {
  box-shadow: #49494956 0 -25px 18px -14px inset, #49494940 0 1px 2px,
    rgba(44, 187, 99, 0.25) 0 2px 4px, #49494940 0 4px 8px, #49494940 0 8px 16px,
    #49494940 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  background-color: #494949 !important ;
}

.bg-section {
  background: #f5f5fa !important;
}

.mt-20 {
  margin-top: 40px;
}

.mt-10 {
  margin-top: 10px;
}

header {
  box-shadow: none !important;
  border-bottom: 1px solid #ededed;
}

.hero-section {
  /* padding: 0; */
  /* background-color: #f1f1f1; */
}
.hero-section-heading {
  font-size: 48px !important;
  font-weight: 600;
}

.trusted-heading
{
  font-size: 24px !important;
}

/* .hero-section-card
  {
    padding: 80px;
    background-color: #f1f1f1;
    border-radius: 8px;
  } */



/*logo slider start*/
.auto_slider_container {
  /* max-width: 1000px; */
  width: 100%;
  display: flex;
  margin: auto;
  overflow: hidden;
}
.auto_slider {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotation 30s linear infinite;
}
.auto_slider li {
  /* font: 16px/1.2 "Roboto"; */
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  width: 100%;
  background: none;
  margin: 0px 10px;
  box-sixing: border-box;
  border-radius: 15px;
  border: none;
}
.auto_slider li img {
  border-radius: 13px;
  filter: grayscale(1);
}

.auto_slider li img:hover {
  filter: grayscale(0);
}

.what-is-details h2,
.section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.primary-color {
  color: #67c011 !important;
}

.accordion {
  gap: 1.5rem !important;
  text-align: left !important;
}

.accordion .fa {
  margin-right: 0.5rem;
  font-size: 16px !important;
  font-weight: 400 !important;
  position: relative;
  top: 2px;
}

.accordion__item {
  padding: 5px 10px !important;
  box-shadow: none !important;
  border: 1px solid #ededed;
  border-radius: 8px;
  row-gap: 1.2rem !important;
  min-height: 50px;
}

.faq-item
{
    padding: 15px !important;
    box-shadow: none !important;
    border: 1px solid #ededed;
    border-radius: 8px;
    row-gap: 1.2rem !important;
    min-height: 100px;
}

.faq-item .accordion__text
{
  font-weight: 400 !important;
  font-size: 18px !important;
}
.accordion__text {
  margin: 0;
}

.accordion__number,
.accordion__text {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.open .accordion__number,
.open .accordion__text,
.open i {
  color: #67c011 !important;
}

.open {
  border-top: 1px solid #ededed !important;
  /* background: #f9fff4 !important; */
}

.open .accordion__text,
.open i {
  color: #2c2c2c !important;
}

.appie-about-service {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}

.appie-about-service .icon {
  position: absolute;
  left: 0;
  top: 0px;
}

.appie-about-service .icon img {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  color: #fff;
}

.top-para {
  font-size: 16px !important;
}

.text-black {
  color: #0e1133 !important;
}

/* .software-img img
{
    position: absolute;
    right: -87px;
    border: 1px solid #ededed;
    width: 100%;
    border-radius: 16px 0 0 16px;
} */

.software-card-container {
  background: #f5f5fa;
  padding: 60px 0 0 60px !important;
  border-radius: 16px;
}

.software-card-container .title h2 {
  font-size: 18px;
  text-align: left;
  margin: 0 0 15px 0;
}

.mlm-card, .team-card {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: none;
  border: 1px solid #ededed;
  background: #ffff;
  border-radius: 8px;
  min-height: 220px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mlm-card:hover, .team-card:hover {
  box-shadow: 0 -3px 0 0 rgba(234, 76, 137, 0.004),
    0 40px 40px 0 rgba(14, 17, 51, 0.1);
  border-top: 3px solid #67c011;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.mlm-card img, .team-card img {
  margin-bottom: 10px;
  width: 86px;
  height: auto;
  padding: 20px;
  background: #f5f5fa;
  border-radius: 20px;
}

.mlm-card h3, .team-card h3 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.steps-card {
  background: #ffff;
  margin-bottom: 10px;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #ededed;
  padding-bottom: 0;
  padding-right: 0;
}

.steps-card:hover {
  box-shadow: 0 -3px 0 0 rgba(234, 76, 137, 0.004),
    0 40px 40px 0 rgba(14, 17, 51, 0.1);
}

.steps-card .row {
  display: flex;
  align-items: center;
}

.steps-number span {
  font-size: 46px;
  font-weight: 800;
  color: #dedee3;
  padding-bottom: 30px;
}

.steps-details {
  text-align: left;
  padding-bottom: 30px;
}

.compensation-plan-work .steps-card .steps-details
{
  padding-bottom: 0 !important; ;
}

.steps-details .steps-heading {
  font-size: 18px;
  margin: 0;
  margin-bottom: 2px;
}

.steps-details p {
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
}

.steps-image img {
  width: 100%;
}

.pointers-card {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  margin-top: 10px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.pointers-card .icon img {
  width: 24px;
  height: 24px;
}

.pointers-card p {
  margin: 0 !important;
  font-weight: 600;
  color: #3a3a3a !important;
}

.pr-60 {
  padding-right: 60px;
}

.item blockquote {
  box-shadow: 0 0 25px 0 #0000000f;
  background-color: rgba(230, 230, 230, 0.6);
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.carousel-inner .item p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#quote-carousel .carousel-control {
  margin-top: 190px !important;
}


/* client section  */
.item blockquote{
  box-shadow: 0 0 25px 0 #0000000f;
  /* background-color: rgba(230, 230, 230, 0.6); */
  background: none !important;
  border-radius: 20px;
  padding-top:30px;
  padding-bottom:30px;
  border: 1px solid #ededed;
  border-left: 1px solid #ededed !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

  .carousel-inner .item p 
  {
padding-left: 0px!important;
padding-right: 0px!important;
}
#quote-carousel .carousel-control{margin-top: 190px!important;} 


#quote-carousel
{
  padding: 0 0 30px 0 !important;
}

.client-heading-section
{
  display: flex;
  justify-content: space-between;
}

.carousel-control
{
  margin-top: 15px;
}
.carousel .right
{
  right: -45px !important;
}

.carousel .carousel-control .fa
{
  padding: 10px 14px;
  border-radius: 80px;
  border: 1px solid #797979;
  color: #797979;
}

span.T1
{
  border-left: 5px solid #67c011 !important;
}

#quote-carousel .client-slider-logo
{
  width: 100%;
  padding: 50px;
}




/* client section end  */





@media (max-width:760px)
{
    .client-heading-section
    {
        display: block;
    }

    .client-heading-section .carousel
    {
        position: absolute;
        right: 120px;
    }

    .client-heading-section h2
    {
        text-align: center !important;
    }

    #quote-carousel
    {
        margin-top: 80px !important;
    }

    .hero-section-heading
    {
      font-size: 30px !important;
    }

    .hero-section-img img, .steps-image img
    {
      display: none !important;
    }

    .software-card-container
    {
      padding: 30px 0  !important;
    }
    
    .mlm-card
    {
      padding: 30px !important;
      min-height: 100% !important;
    }

    .item blockquote
    {
      padding: 15px  !important;
    }

    .pr-60
    {
      padding-right: 0 !important;
    }

    .section-padding h2, .section-heading h2,.client-heading-section h2,.what-is-details h2, .section-title
    {
      font-size: 22px !important;
      line-height: 1.5 !important;
      margin: 0  !important;
    }


    .steps-details .steps-heading
    {
      font-size: 18px !important;
    }

    .compensation-plan-work .steps-card
    {
      padding:20px !important;
    }

}

@media (max-width:360px)
{
  .hero-section-heading
  {
    font-size: 30px !important;
  }
}


.footer-h3 , #footer ul li
{
  text-align: left !important;
}

#footer hr
{
  border:1px solid #323232 !important;
}