.p-120{
  padding-right: 120px !important;
}
.p-90{
  padding-right: 90px !important;
}
.pb-30{
  padding-bottom: 30px;
}
.pt-50{
  padding-top: 50px;
}
.jus_center{
  justify-content: center;
}
.text-trans{
  text-transform: capitalize !important;
}
.pt-3{
  padding-top: 30px;

}
/* .w-75{
  width: 75%;
}
.w-50{
  width: 50%;
} */

.mb_30{
  margin-bottom: 30px;
}

/* -------------------------------------payment------------------------------------- */
  
  .company-goal-section {
    /* padding-top: 100px; */
    padding-bottom: 50px;
  }
  
  .company-goal-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .company-goal-tans-menu {
    margin-bottom: 80px;
  }
  
  .company-goal-tabs-links {
    width: 395px;
    margin-right: 24px;
    padding: 20px 0px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-top: 15px;
  }
  
  .company-goal-tabs-links.w--current {
    background-color: #6c50f4;
    color: #fff;
  }

  .company-goal-tabs-links:hover {
    background-color: #9a86ff;
    color: rgb(0, 0, 0);
}
  
  .company-goal-tabs-links.last {
    margin-right: 0px;
  }
  
  .company-goal-card-wrapper {
    border-radius: 20px;
    background-color: #fff;
  }
  
  .company-goal-card-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }
  
  .company-goal-image-container {
    overflow: hidden;
    width: 100%;
    max-width: 550px;
  }
  
  .company-goal-text-container {
    width: 100%;
    max-width: 568px;
    
  }
  
  .company-goal-heading-wrap {
    overflow: hidden;
    margin-bottom: 22px;
  }
  
  .company-goal-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0d0c54;
    font-size: 38px;
    line-height: 120%;
    font-weight: 700;
  }
  
  .company-goal-details-wrap {
    overflow: hidden;
    margin-bottom: 32px;
  }
  
  .company-goal-details {
    margin-bottom: 0px;
    color: #575757;
    font-size: 20px;
    line-height: 160%;
  }
  
  .companies-logo-section {
    padding-bottom: 150px;
  }
  
  .companies-logo-top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 72px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .companies-logo-mini-title-wrap {
    overflow: hidden;
    margin-bottom: 14px;
  }
  
  .companies-logo-mini-title {
    color: #6c50f4;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: 1.08px;
    text-transform: uppercase;
  }
  
  .companies-logo-heading-wrap {
    overflow: hidden;
    max-width: 654px;
  }
  
  .companies-logo-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0d0c54;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
  }
  
  .companies-logo-details-wrap {
    overflow: hidden;
    max-width: 469px;
  }
  
  .companies-logo-details {
    margin-bottom: 0px;
    color: #575757;
    font-size: 20px;
    line-height: 160%;
  }
  
  
  
  @media screen and (max-width: 991px) {
  
  
    .company-goal-section {
      padding-bottom: 0px;
    }
  
    .company-goal-tans-menu {
      margin-bottom: 50px;
    }
  
    .company-goal-tabs-links {
      width: 100%;
    }
  
    .company-goal-card-wrapper {
      padding: 40px;
    }
  
    .company-goal-card-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      grid-row-gap: 40px;
    }
  
    .company-goal-image-container {
      max-width: 100%;
    }
  
    .company-goal-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
  
    .company-goal-text-container {
      max-width: 100%;
    }
  
    .company-goal-heading {
      font-weight: 600;
    }
  
    .company-goal-details {
      font-size: 17px;
      line-height: 27px;
    }
  
    .companies-logo-section {
      padding-bottom: 100px;
    }
  
    .companies-logo-top-wrapper {
      margin-bottom: 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .companies-logo-left-wrap {
      text-align: center;
    }
  
    .companies-logo-mini-title {
      font-size: 16px;
      font-weight: 600;
    }
  
    .companies-logo-heading-wrap {
      max-width: 80%;
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: auto;
    }
  
    .companies-logo-heading {
      font-size: 42px;
      line-height: 52px;
      font-weight: 600;
    }
  
    .companies-logo-details-wrap {
      max-width: 75%;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }
  
    .companies-logo-details {
      font-size: 18px;
      line-height: 28px;
    }
  
  
  }
  
  @media screen and (max-width: 767px) {
   
    .company-goal-section {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .company-goal-tans-menu {
      margin-bottom: 35px;
    }
  
    .company-goal-card-wrapper {
      padding: 24px;
    }
  
    .company-goal-card-flex {
      grid-row-gap: 35px;
    }
  
    .company-goal-heading-wrap {
      margin-bottom: 18px;
    }
  
    .company-goal-heading {
      font-size: 35px;
    }
  
    .company-goal-details-wrap {
      margin-bottom: 30px;
    }
  
    .company-goal-details {
      font-size: 16px;
      line-height: 26px;
    }
  
    .companies-logo-section {
      padding-bottom: 80px;
    }
  
    .companies-logo-top-wrapper {
      margin-bottom: 40px;
    }
  
    .companies-logo-heading-wrap {
      max-width: 100%;
    }
  
    .companies-logo-heading {
      font-size: 35px;
      line-height: 45px;
    }
  
    .companies-logo-details-wrap {
      max-width: 74%;
    }
  
    .companies-logo-details {
      font-size: 16px;
      line-height: 26px;
    }
  
  }
  
  @media screen and (max-width: 479px) {
  
  
    .company-goal-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .company-goal-tans-menu {
      margin-bottom: 24px;
    }
  
    .company-goal-tabs-links {
      margin-right: 0px;
      padding-top: 14px;
      padding-bottom: 14px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      margin-bottom: 10px;
    }
  
    .company-goal-card-wrapper {
      padding: 16px;
    }
  
    .company-goal-card-flex {
      grid-row-gap: 24px;
    }
  
    .company-goal-heading-wrap {
      margin-bottom: 14px;
    }
  
    .company-goal-heading {
      font-size: 24px;
      line-height: 34px;
    }
  
    .company-goal-details-wrap {
      margin-bottom: 20px;
    }
  
    .company-goal-details {
      font-size: 15px;
    }
  
    .companies-logo-section {
      padding-bottom: 60px;
    }
  
    .companies-logo-top-wrapper {
      margin-bottom: 30px;
    }
  
    .companies-logo-mini-title {
      font-size: 15px;
      font-weight: 500;
    }
  
    .companies-logo-heading {
      font-size: 26px;
      line-height: 36px;
    }
  
    .companies-logo-details-wrap {
      max-width: 100%;
    }
  
    .companies-logo-details {
      font-size: 15px;
      line-height: 25px;
    }
  
  }


/* -------------------------------------payment end------------------------------- */



/* -------------------------- ecommerce page------------------------------------- */



.core-value-section {
  padding-bottom: 150px;
}

.core-value-contant-wrapper {
  width: 100%;
}

.core-value-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.core-value-text-container {
  width: 100%;
  max-width: 500px;
}

.core-value-mini-title-wrap {
  overflow: hidden;
  margin-bottom: 13px;
}

.core-value-mini-title {
  color: #6c50f4;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.core-value-heading-wrap {
  overflow: hidden;
  margin-bottom: 22px;
}

.core-value-section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0d0c54;
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.core-value-details-wrap {
  overflow: hidden;
  max-width: 472px;
}

.core-value-section-details {
  margin-bottom: 0px;
  color: #575757;
  font-size: 20px;
  line-height: 160%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.core-value-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.core-value-single-wrapper {
  padding: 40px 35px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 6px 20px 0 rgb(26 28 77 / 10%);
}

.single-image-wrapper {
  margin-bottom: 22px;
}

.core-value-single-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0d0c54;
  font-size: 28px;
  line-height: 120%;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.core-value-single-details {
  color: #575757;
  font-size: 18px;
  line-height: 160%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}


@media screen and (min-width: 1920px) {
 

  .core-value-section {
    padding-bottom: 100px;
  }

  .core-value-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items:center;
    grid-row-gap: 50px;
  }

  .core-value-text-container {
    /* max-width: 100%;
    text-align: center; */
  }

  .core-value-mini-title {
    font-size: 16px;
    font-weight: 600;
  }

  .core-value-heading-wrap {
    margin-bottom: 20px;
  }

  .core-value-section-heading {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
  }

  .core-value-details-wrap {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .core-value-section-details {
    font-size: 18px;
  }

  .core-value-single-heading {
    font-size: 26px;
  }

  .core-value-single-details {
    font-size: 16px;
  }

}

@media screen and (max-width: 767px) {
 

  .core-value-section {
    padding-bottom: 80px;
  }

  .core-value-flex-wrapper {
    grid-row-gap: 35px;
  }

  .core-value-text-container {
    max-width: 100%;
  }

  .core-value-heading-wrap {
    margin-bottom: 16px;
  }

  .core-value-section-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .core-value-details-wrap {
    max-width: 100%;
  }

  .core-value-section-details {
    font-size: 16px;
  }

  .core-value-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .core-value-single-wrapper {
    padding: 24px;
    text-align: center;
  }

  .single-image-wrapper {
    margin-bottom: 20px;
  }

  .core-value-single-img {
    width: 60px;
  }

  .core-value-single-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .core-value-single-details {
    line-height: 26px;
  }

}

@media screen and (max-width: 479px) {
  

  .core-value-section {
    padding-bottom: 60px;
  }

  .core-value-flex-wrapper {
    grid-row-gap: 24px;
  }

  .core-value-mini-title-wrap {
    margin-bottom: 12px;
  }

  .core-value-mini-title {
    font-size: 15px;
    font-weight: 500;
  }

  .core-value-heading-wrap {
    margin-bottom: 12px;
  }

  .core-value-section-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .core-value-section-details {
    font-size: 15px;
  }

  .core-value-single-wrapper {
    padding: 16px;
  }

  .single-image-wrapper {
    margin-bottom: 12px;
  }

  .core-value-single-img {
    width: 55px;
  }

  .core-value-single-heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .core-value-single-details {
    font-size: 15px;
    line-height: 25px;
  }

}



/* ------------------------------ ecommerce page end----------------------------- */



/* ------------------------------- utility page --------------------------------- */


.features-section {
  padding-bottom: 150px;
}

.features-top-wrapper {
  text-align: center;
}

.features-mini-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #6c50f4;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.features-mini-title.font-size-16px {
  color: #28cdcf;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.features-mini-title-wrap {
  overflow: hidden;
  margin-bottom: 13px;
}

.features-heading-wrap {
  overflow: hidden;
  margin-bottom: 13px;
}

.features-heading-wrap.mg-bottom-23px {
  margin-bottom: 23px;
}

.features-section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0d0c54;
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.features-section-heading.font-size-52px {
  color: #222151;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.features-top-container {
  max-width: 735px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
}

.features-top-container.max-width-800px {
  max-width: 800px;
}

.features-details-wrap {
  overflow: hidden;
}

.features-details-wrap.max-width-678px {
  max-width: 678px;
  margin-right: auto;
  margin-left: auto;
}

.features-details {
  margin-bottom: 0px;
  color: #575757;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.features-details.natural-color-600 {
  color: #788ba5;
}

.single-features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 168px;
}

.single-features-wrap.features-card-one {
  height: 190vh;
}

.single-features-contant-wrapper {
  width: 100%;
  max-width: 480px;
}

.single-features-contant {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-features-number {
  margin-bottom: 17px;
  color: #6c50f4;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.single-features-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #0d0c54;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.single-features-details {
  margin-bottom: 38px;
  color: #575757;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.inner-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #6c50f4;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.inner-icon {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.single-features-image-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 672px;
  padding-bottom: 0px;
}

.position-relative {
  position: relative;
}

.position-relative.zindez-2 {
  z-index: 2;
}

.single-features-card {
  width: 100%;
  padding: 44px 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #f9e7e4;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.single-features-card.features-card-two {
  padding-top: 74px;
  background-color: transparent;
}

.single-features-card.features-card-three {
  background-color: transparent;
}

.features-img-two {
  position: absolute;
  left: auto;
  top: 88px;
  right: 78px;
  bottom: auto;
  border-radius: 10px;
  box-shadow: 0 4px 21px 0 hsla(0, 0%, 74.5%, 0.3);
}

.features-img-two.features-card-two {
  top: -28px;
  right: 60px;
  box-shadow: 0 2px 22px 0 rgba(94, 94, 94, 0.15);
}

.features-img-two.features-card-three {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 30px;
  box-shadow: 0 2px 22px 0 rgba(94, 94, 94, 0.15);
}

.features-img-three {
  position: absolute;
  left: 80px;
  top: auto;
  right: auto;
  bottom: 60px;
  border-radius: 10px;
  box-shadow: 0 2px 29px 0 hsla(0, 0%, 58.8%, 0.08);
}

.features-img-three.features-card-two {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0%;
}

.features-img-three.features-card-three {
  left: auto;
  top: 0%;
  right: 55px;
  bottom: auto;
  border-radius: 50%;
  box-shadow: 0 2px 22px 0 rgba(94, 94, 94, 0.22);
}

.features-shape-one {
  position: absolute;
  left: auto;
  top: 35px;
  right: 67px;
  bottom: auto;
  z-index: -1;
}

.features-shape-one.features-card-two {
  left: auto;
  top: auto;
  right: 98px;
  bottom: 84px;
  z-index: -1;
}

.features-shape-one.features-card-three {
  z-index: -1;
}

.features-img-four {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 47px;
}







@media screen and (max-width: 991px) {


  .features-section {
    padding-bottom: 100px;
  }

  .features-heading-wrap {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .features-heading-wrap.mg-bottom-23px {
    max-width: 86%;
  }

  .features-section-heading {
    font-size: 42px;
    font-weight: 600;
  }

  .features-section-heading.font-size-52px {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }

  .features-top-container {
    margin-bottom: 50px;
  }

  .features-details-wrap {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .features-details-wrap.max-width-678px {
    max-width: 74%;
  }

  .features-details.natural-color-600 {
    font-size: 18px;
    line-height: 28px;
  }

  .single-features-wrap.features-card-one {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .single-features-contant-wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .single-features-contant.features-one {
    height: auto;
  }

  .single-features-contant.features-two {
    display: none;
  }

  .single-features-contant.features-three {
    display: none;
    height: auto;
  }

  .single-features-details {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .single-features-details.mg-bottom-0px {
    margin-bottom: 0px;
  }

  .inner-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner-icon {
    font-size: 16px;
  }

  .single-features-image-wrapper {
    max-width: 100%;
  }

 

  .single-features-card.features-card-two {
    display: none;
  }

  .single-features-card.features-card-three {
    display: none;
  }

  .features-img-two {
    top: 20%;
    right: 20%;
  }

  .features-img-three {
    left: 15%;
    bottom: 14%;
  }

  .features-shape-one {
    top: 9%;
    right: 20%;
  }

  .features-img-four {
    right: 12%;
    bottom: 11%;
  }


  .features-two-grid {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .features-two-single-card.one {
    padding: 30px;
  }

  .features-two-single-card.two {
    padding: 30px;
  }

  .features-two-single-card.three {
    padding: 30px;
  }

  .features-two-single-card.four {
    padding: 30px;
    grid-row-gap: 40px;
  }

  .features-two-single-card-heading {
    font-size: 26px;
    font-weight: 700;
  }

  .features-two-single-card-details-wrap {
    margin-bottom: 30px;
  }

  .features-two-single-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .features-two-single-info-img {
    width: 60px;
  }

  .features-card-two-img-02 {
    bottom: 0px;
  }

  .features-two-card-flex {
    grid-column-gap: 30px;
  }

}

@media screen and (max-width: 767px) {
  
  .features-section {
    padding-bottom: 80px;
  }

  .features-mini-title {
    font-size: 16px;
  }

  .features-heading-wrap {
    max-width: 98%;
  }

  .features-heading-wrap.mg-bottom-23px {
    max-width: 100%;
  }

  .features-section-heading {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
  }

  .features-section-heading.font-size-52px {
    font-size: 30px;
    line-height: 40px;
  }

  .features-top-container {
    margin-bottom: 40px;
  }

  .features-details-wrap {
    max-width: 75%;
  }

  .features-details-wrap.max-width-678px {
    max-width: 87%;
  }

  .features-details {
    font-size: 16px;
    line-height: 26px;
  }

  .features-details.natural-color-600 {
    font-size: 16px;
    line-height: 26px;
  }

  .single-features-wrap.features-card-one {
    grid-row-gap: 40px;
  }

  .single-features-number {
    margin-bottom: 16px;
  }

  .single-features-heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }

  .single-features-details {
    margin-bottom: 24px;
  }

  .inner-button {
    grid-column-gap: 12px;
    font-size: 17px;
    font-weight: 500;
  }

  .single-features-image-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*  */

  .single-features-card.features-card-one {
    padding: 20px;
  }

  .features-img-one {
    width: 60%;
  }

  .features-img-two {
    right: 40px;
    width: 40%;
  }

  .features-img-three {
    left: 60px;
    bottom: 42px;
    width: 50%;
  }

  .features-shape-one {
    top: 20px;
    right: 16px;
    width: 35%;
  }

  .features-img-four {
    right: 0%;
    bottom: -5px;
    width: 12%;
  }


  .features-two-single-card-heading {
    font-weight: 600;
  }

  .features-two-single-card-details-wrap {
    margin-bottom: 26px;
  }

  .features-two-card-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .features-two-card-img {
    width: 100%;
    height: 100%;
  }

  .features-card-shape {
    display: none;
  }

  .features-card-four-img-02 {
    bottom: 4%;
  }

  .features-card-four-img-wrap {
    width: 100%;
    height: 100%;
  }

  .features-card-four-img-03 {
    top: -14px;
    right: 21%;
  }

}

@media screen and (max-width: 479px) {
  

  .features-section {
    padding-bottom: 60px;
  }

  .features-heading-wrap {
    max-width: 100%;
  }

  .features-section-heading {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
  }

  .features-section-heading.font-size-52px {
    font-size: 26px;
    line-height: 36px;
  }

  .features-top-container {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .features-top-container.max-width-800px {
    max-width: 100%;
  }

  .features-details-wrap {
    max-width: 90%;
  }

  .features-details-wrap.max-width-678px {
    max-width: 100%;
  }

  .features-details {
    font-size: 15px;
    line-height: 25px;
  }

  .single-features-wrap.features-card-one {
    grid-row-gap: 30px;
  }

  .single-features-heading {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
  }

  .single-features-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

 

  .features-img-two {
    top: 59px;
  }

  .features-img-three {
    left: 42px;
    bottom: 26px;
  }


  .features-two-grid {
    grid-row-gap: 24px;
  }



  .features-two-single-card.one {
    padding: 20px;
  }

  .features-two-single-card.two {
    padding: 20px;
  }

  .features-two-single-card.three {
    padding: 20px;
  }

  .features-two-single-card.four {
    padding: 20px;
    grid-row-gap: 24px;
  }

  .features-two-single-heading-wrap {
    margin-bottom: 14px;
    text-align: center;
  }

  .features-two-single-card-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .features-two-single-card-details-wrap {
    margin-bottom: 20px;
    text-align: center;
  }

  .features-two-single-card-details-wrap.max-width-367px {
    max-width: 100%;
  }

  .features-two-single-card-details {
    font-size: 15px;
  }

  .features-two-single-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-two-single-info-img {
    width: 60px;
  }

  .features-card-two-img-02 {
    bottom: 10px;
    width: 40%;
  }

  .features-card-four-img-01 {
    width: 73%;
  }

  .features-card-four-img-02 {
    bottom: 0%;
    width: 45%;
  }

  .features-card-four-img-wrap {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .features-card-four-img-03 {
    top: 0px;
    width: 40%;
  }

}



/* ----------------------------- utility page end -------------------------------- */


/* ----------------------------- about page -------------------------------------- */


.observability-section {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f7f6ff;
}

.observability-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.observability-image-wrapper {
  width: 100%;
  max-width: 610px;
}

.observability-img-01 {
  position: absolute;
  left: auto;
  top: -40px;
  right: -20px;
  bottom: auto;
  max-width: 560px;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 hsla(0, 0%, 57.3%, 0.13);
}

.observability-img-02 {
  position: absolute;
  left: 50px;
  top: auto;
  right: auto;
  bottom: 60px;
  max-width: 298px;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 hsla(0, 0%, 57.3%, 0.13);
}

.observability-img-03 {
  position: absolute;
  left: auto;
  top: 140px;
  right: -24px;
  bottom: auto;
  max-width: 232px;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 hsla(0, 0%, 57.3%, 0.13);
}

.observability-img-04 {
  position: absolute;
  left: auto;
  top: auto;
  right: -24px;
  bottom: 60px;
  max-width: 232px;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 hsla(0, 0%, 57.3%, 0.13);
}

.observability-text-wrapper {
  width: 100%;
  max-width: 560px;
}

.observability-mini-title-wrap {
  overflow: hidden;
  margin-bottom: 22px;
}

.observability-mini-title {
  color: #28cdcf;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.observability-heading-wrap {
  overflow: hidden;
  margin-bottom: 10px;
}

.observability-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222151;
  font-size: 48px;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.observability-details-wrap {
  overflow: hidden;
  margin-bottom: 40px;
}

.observability-details {
  margin-bottom: 0px;
  color: #788ba5;
  font-size: 20px;
  line-height: 160%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.observability-counter-up-wrapper {
  padding: 26px 68px;
  border-radius: 10px;
  background-image: url("https://assets.website-files.com/63be4b202ba7e256924923cc/63c3c719cff818395afe3403_number%20bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-up-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.metrics {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.metrics.testimonial {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.metrics.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.numbers.higth-74px {
  height: 74px;
  margin-bottom: 0px;
}

.all-numbers._1 {
  text-align: center;
}

.number {
  color: #222151;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.number.font-size-48px {
  font-size: 48px;
  line-height: 74px;
}

.number-text {
  margin-bottom: 6px;
  color: #222151;
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.number-text.testimonial {
  margin-bottom: 6px;
}

.number-text.font-size-48px {
  margin-bottom: 0px;
  margin-left: -1px;
  font-size: 48px;
  line-height: 74px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.number-info-text {
  color: #788ba5;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.number-info-text.testimonial {
  font-size: 18px;
}

.number-info-text.our-unique {
  color: #0d0c54;
}

.learn-more-button-wrap {
  margin-top: 38px;
}


@media screen and (max-width: 991px) {


  .observability-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .observability-grid {
    grid-row-gap: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .observability-img-01 {
    right: 0px;
  }

  .observability-img-03 {
    right: 0px;
  }

  .observability-img-04 {
    right: 0px;
  }

  .observability-text-wrapper {
    max-width: 85%;
  }

  .observability-heading {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
  }

  .observability-details-wrap {
    max-width: 80%;
  }

  .observability-details {
    font-size: 18px;
    line-height: 28px;
  }

}

@media screen and (max-width: 767px) {
 

  .observability-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .observability-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .observability-image-wrapper {
    max-width: 100%;
  }

  .observability-shape-01 {
    width: 70%;
  }

  .observability-img-01 {
    top: -13px;
    right: 202px;
    max-width: 50%;
  }

  .observability-img-02 {
    left: 20px;
    bottom: 26px;
    max-width: 41%;
  }

  .observability-img-03 {
    top: 16px;
    right: 50px;
    max-width: 30%;
  }

  .observability-img-04 {
    right: 46px;
    bottom: 28px;
    max-width: 40%;
  }

  .observability-text-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .observability-mini-title-wrap {
    margin-bottom: 20px;
  }

  .observability-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .observability-details-wrap {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .observability-details {
    font-size: 16px;
    line-height: 26px;
  }

  .observability-counter-up-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .numbers {
    height: 45px;
  }

  .number {
    font-size: 35px;
    line-height: 45px;
  }

  .number-text {
    font-size: 35px;
    line-height: 45px;
  }

  .number-info-text {
    font-size: 17px;
  }

  
}

@media screen and (max-width: 479px) {
 
  .observability-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .observability-grid {
    grid-row-gap: 24px;
  }

  .observability-shape-01 {
    width: 89%;
  }

  .observability-img-01 {
    right: 99px;
    max-width: 59%;
  }

  .observability-img-02 {
    max-width: 49%;
  }

  .observability-img-03 {
    top: 43px;
    right: 0px;
    max-width: 40%;
  }

  .observability-img-04 {
    right: 0px;
  }

  .observability-mini-title {
    font-size: 15px;
  }

  .observability-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .observability-details-wrap {
    margin-bottom: 25px;
  }

  .observability-details {
    font-size: 15px;
    line-height: 25px;
  }

  .observability-counter-up-wrapper {
    padding: 20px;
  }

  .counter-up-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .metrics {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .numbers.higth-74px {
    height: 45px;
  }

  .number {
    font-size: 30px;
    line-height: 40px;
  }

  .number.font-size-48px {
    font-size: 35px;
    line-height: 45px;
  }

  .number-text {
    font-size: 40px;
    line-height: 10px;
  }

  .number-text.testimonial {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 40px;
  }

  .number-text.font-size-48px {
    font-size: 35px;
    line-height: 45px;
  }

  .number-info-text {
    font-size: 15px;
    line-height: 25px;
  }

}
.learn-more-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  letter-spacing: -.4px;
  text-transform: capitalize;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}


/* counter */
.counter {
  letter-spacing: 0.125rem;
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 3.125rem;
  font-size: 3.125rem;
  margin: 0 .25rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  /* font-weight: 400; */
}
.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}
.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}
/* counter */




/* ---------------------------- about end ---------------------------------------- */

/* ----------------------------- contact us -------------------------------------- */



.contact-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.contact-card {
  background-color: #eeeaff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 60px;
}

.contact-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-heading-wrap {
  margin-bottom: 50px;
}

.contact-heading {
  color: #0d0c54;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-from-block {
  margin-bottom: 0;
}

.contact-from_1 {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-name {
  color: #0d0c54;
  letter-spacing: -.18px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.input {
  height: 55px;
  letter-spacing: -.16px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.input::-ms-input-placeholder {
  color: #575757;
}

.input::placeholder {
  color: #575757;
}

.input.medium {
  height: 38px;
  min-height: 56px;
  border: 1px solid rgba(87, 87, 87, .15);
  border-radius: 100px;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(87, 87, 87, .15);
}

.input.medium.mg-bottom-0px {
  margin-bottom: 0;
}

.textarea {
  max-height: 100%;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  background-color: #fff;
  border: 0 #000;
  border-radius: 10px;
  /* margin-bottom: 20px; */
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.checkout-wrap {
  grid-column-gap: 10px;
  color: #575757;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.checkbox {
  width: 22px;
  height: 22px;
  background-color: #6c50f4;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  width: 22px;
  height: 22px;
  background-color: #6c50f4;
  background-image: url("https://assets.website-files.com/63be4b202ba7e256924923cc/63cb944d8353848e62544a64_check%20icon.svg");
  background-position: 50%;
  background-size: auto;
}

.contact-info-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-card-single-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
}

.contact-info-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-single-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.contact-info-name {
  color: #0d0c54;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.cintact-single-details {
  max-width: 289px;
  color: #575757;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-number-wrap {
  max-width: 385px;
  text-align: left;
}

.contact-number {
  color: #0d0c54;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.check-text {
  letter-spacing: -.16px;
  margin-bottom: 0;
  margin-left: 10px;
}

.password-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.password-contant-wrapper {
  max-width: 740px;
  text-align: center;
  background-color: #f4f7fe;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.password-icon-wrap {
  margin-bottom: 30px;
}

.password-heading-wrap {
  margin-bottom: 14px;
}

.password-heading {
  color: #0d0c54;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.password-details-wrap {
  margin-bottom: 52px;
}

.password-details {
  color: #575757;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.password-input {
  height: 60px;
  border: 0 #000;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 120%;
}

.password-input::-ms-input-placeholder {
  color: #575757;
}

.password-input::placeholder {
  color: #575757;
}

.error-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.error-container {
  max-width: 620px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.error-image-wrapper {
  margin-bottom: 66px;
}

.error-heading-wrapper {
  margin-bottom: 22px;
}

.error-heading {
  color: #0d0c54;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.error-details-wrap {
  margin-bottom: 32px;
}

.error-details {
  color: #575757;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}


@media screen and (max-width: 991px) {
  

  .contact-section {
    padding-bottom: 100px;
  }

  .contact-card {
    padding: 40px;
  }

  .contact-heading-wrap {
    margin-bottom: 40px;
  }

  .contact-heading {
    font-size: 32px;
    font-weight: 600;
  }

  .contact-info-icon {
    width: 65px;
  }

  .contact-info-name {
    font-size: 24px;
    line-height: 34px;
  }

  .cintact-single-details, .contact-number {
    font-size: 18px;
    line-height: 28px;
  }

  .password-section {
    padding-bottom: 100px;
  }

  .password-contant-wrapper {
    padding: 40px;
  }

  .passwoprd-icon {
    width: 110px;
  }

  .password-heading {
    font-size: 32px;
    font-weight: 600;
  }

  .password-details {
    font-size: 18px;
  }

  .error-section {
    padding-bottom: 100px;
  }

  .error-image-wrapper {
    margin-bottom: 40px;
  }

  .error-img {
    width: 200px;
  }

  .error-heading-wrapper {
    margin-bottom: 18px;
  }

  .error-heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
  }

  .error-details-wrap {
    margin-bottom: 26px;
  }

  .error-details {
    font-size: 18px;
    line-height: 28px;
  }

}

@media screen and (max-width: 767px) {
 

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-card {
    margin-bottom: 35px;
    padding: 24px;
  }

  .contact-heading-wrap {
    margin-bottom: 30px;
  }

  .contact-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-from_1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .input-name {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .input {
    font-size: 15px;
  }

  .textarea {
    min-height: 150px;
  }

  .contact-info-grid {
    grid-row-gap: 30px;
  }

  .contact-card-single-wrap {
    padding: 24px;
  }

  .contact-info-flex {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .contact-single-info-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-info-name {
    font-size: 20px;
    line-height: 30px;
  }

  .cintact-single-details {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-number-wrap {
    max-width: 100%;
    text-align: center;
  }

  .contact-number {
    font-size: 16px;
    line-height: 26px;
  }

  .password-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .password-contant-wrapper {
    padding: 30px;
  }

  .passwoprd-icon {
    width: 90px;
  }

  .password-heading {
    font-size: 26px;
    font-weight: 600;
  }

  .password-details {
    font-size: 16px;
  }

  .error-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .error-image-wrapper {
    margin-bottom: 30px;
  }

  .error-img {
    width: 120px;
  }

  .error-heading-wrapper {
    margin-bottom: 16px;
  }

  .error-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .error-details {
    font-size: 16px;
    line-height: 26px;
  }

}

@media screen and (max-width: 479px) {
 

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-card {
    margin-bottom: 30px;
    padding: 16px;
  }

  .contact-heading-wrap {
    margin-bottom: 20px;
  }

  .contact-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .contact-from_1 {
    grid-row-gap: 20px;
  }

  .input-name {
    font-size: 16px;
  }

  .input {
    font-size: 14px;
  }

  .textarea {
    min-height: 120px;
    font-size: 14px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .contact-info-grid {
    grid-row-gap: 20px;
  }

  .contact-card-single-wrap {
    padding: 16px;
  }

  .contact-single-info-wrap {
    grid-row-gap: 16px;
  }

  .contact-info-icon {
    width: 55px;
  }

  .contact-info-name {
    font-size: 18px;
    line-height: 28px;
  }

  .cintact-single-details {
    max-width: 100%;
  }

  .contact-number-wrap {
    text-align: center;
  }

  .check-text {
    font-size: 15px;
  }

  .password-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .password-contant-wrapper {
    padding: 16px;
  }

  .passwoprd-icon {
    width: 65px;
  }

  .password-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .password-details-wrap {
    margin-bottom: 30px;
  }

  .password-input {
    height: 55px;
    font-size: 14px;
  }

  .error-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .error-image-wrapper {
    margin-bottom: 20px;
  }

  .error-img {
    width: 75px;
  }

  .error-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .error-details-wrap {
    margin-bottom: 20px;
  }

 
}

.input-wrapper,.submit-btn{
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.submit-btn {
  height: 55px;
  text-transform: capitalize;
  background-color: #6c50f4;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.submit-btn:hover {
  background-color: #061237;
}

.submit-btn.footer-subscribe-btn {
  text-transform: capitalize;
  background-color: #061237;
  border: 1px solid #061237;
  border-radius: 10px;
  padding: 0 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.submit-btn.footer-subscribe-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f4f7fe;
}

.submit-btn.password {
  width: 100%;
  height: 60px;
  margin-bottom: 0;
}



.w-webflow-badge{
  display: none !important;
}


/* ------------------------------contact end ----------------------------------- */


label.error{
 /* padding-top: 10px; */
 padding-left: 20px;
 color: #7300ff; 
 font-size: 14px;
 /* grid-row-gap: 10px !important; */
}
.guess{
  font-size: 35px !important;
  font-weight: 800 !important;
}


/* ----------------------------------- ecom-testimo -------------------------------------------- */


.testimonial-section {
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
}

.testimonial-container {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-grid {
  /* grid-column-gap: 120px; */
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  /* grid-template-columns: 428px 1fr; */
  /* grid-template-columns: 280px 1fr; */
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  /* align-items: center; */
  justify-content: center;
  display: grid;
}

.testimonial-grid._1{
  /* grid-column-gap: 120px; */
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 830px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-mini-title-wrap {
  margin-bottom: 13px;
  overflow: hidden;
}

.testimonial-mini-title {
  color: #6c50f4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.testimonial-heading-wrap {
  margin-bottom: 22px;
  overflow: hidden;
}

.testimonial-section-heading {
  color: #0d0c54;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.testimonial-details-wrap {
  margin-bottom: 32px;
  overflow: hidden;
}

.testimonial-section-details {
  color: #575757;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.testimonial-button-wrap {
  overflow: hidden;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.testimonial-mask {
  max-width: 840px;
  overflow: hidden;
}

.testimonial-slider-wrapper {
  width: 840px;
  height: 500px;
  background-image: url("https://assets.website-files.com/63be4b202ba7e256924923cc/63bfb942e38261105790a4c7_slider%20shape%20bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  position: relative;
}

.slider-image-wrap {
  width: 100%;
  max-width: 430px;
  transform-origin: 0 100%;
  margin-top: 70px;
  margin-left: 79px;
  position: relative;
}

.slider-flex-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-card {
  z-index: 2;
  width: 500px;
  transform-origin: 0 100%;
  background-color: #6c50f4;
  border-radius: 15px;
  margin-top: 60px;
  margin-left: -185px;
  padding: 70px 50px 50px;
  position: relative;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.slider_card_pad{
  /* padding: 110px 50px 110px !important; */
  padding: 80px 50px 80px !important;
}

.testimonial-author-item-wrap {
  width: 100%;
}

.testimonial-author-name {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #fff ;
}

.testimonial-author-job {
  color: #e5e5e5;
  letter-spacing: -.32px;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.testimonial-paragraph {
  color: #e5e5e5;
  margin-bottom: 42px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.testimonial-grid._1._2 .testimonial-paragraph {
  margin-bottom: 10px;
}

.testimonial-logo-item {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-logo-text-wrap {
  grid-column-gap: 6px;
  flex-direction: column;
  display: flex;
}

.testimonial-logo-number {
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

.testimonial-logo-subtext {
  color: #e5e5e5;
  font-size: 15px;
  line-height: 120%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.slider-nav.none {
  display: none;
}

.testimonial-arrow-icon {
  border-width: 2px;
  top: auto;
  bottom: -16%;
  left: auto;
  right: 20%;
}

.testimonial-left-icon-wrap {
  width: 60px;
  height: 60px;
  border: 2px solid #a7a8b4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
  display: flex;
  top: auto;
  /* bottom: -24%; */
  /* bottom: -10%; */
  bottom: 0;
  left: 612px;
  right: 0%;
}
.testimonial-left-icon-wrap-1 {
  width: 60px;
  height: 60px;
  border: 2px solid #a7a8b4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
  display: flex;
  top: auto;
  /* bottom: -24%; */
  bottom: -15%;
  left: 612px;
  right: 0%;
}

.testimonial-left-icon-wrap:hover {
  background-color: #6c50f4;
  border-color: #6c50f4;
}

.testimonial-right-icon-wrap {
  width: 60px;
  height: 60px;
  border: 2px solid #a7a8b4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  /* bottom: -24%; */
  /* bottom: -10%; */
  bottom: 0;
  left: auto;
  right: 87px;
}

.testimonial-right-icon-wrap-1 {
  width: 60px;
  height: 60px;
  border: 2px solid #a7a8b4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  /* bottom: -24%; */
  bottom: -15%;
  left: auto;
  right: 87px;
}

.testimonial-right-icon-wrap:hover {
  background-color: #6c50f4;
  border-color: #6c50f4;
}




@media screen and (max-width: 1920px) {


  /* .testimonial-left-icon-wrap {
    left: 727px;
  }

  .testimonial-right-icon-wrap {
    right: 140px;
  } */
  .testimonial-left-icon-wrap.tes_lef{
    bottom: -10%;
  }
  
  .testimonial-right-icon-wrap.tes_rig{
    bottom: -10%;
  }

}


@media screen and (max-width: 991px) {

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .testimonial-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
  .testimonial-grid._1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
  .testimonial-mini-title-wrap {
    margin-bottom: 16px;
  }

  .testimonial-mini-title {
    font-size: 16px;
    font-weight: 600;
  }

  .testimonial-heading-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-section-heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
  }

  .testimonial-details-wrap {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-section-details {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-contant-wrapper {
    text-align: left;
  }

  .testimonial-slider-wrapper {
    width: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .slider-image-wrap {
    margin-top: 0;
    margin-left: 0;
  }

  .slider-card {
    width: 100%;
    margin-top: 0;
  }

  .testimonial-author-name {
    font-size: 26px;
  }

  .testimonial-author-job {
    margin-bottom: 30px;
  }

  .testimonial-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonial-logo-number {
    font-size: 32px;
  }

  .testimonial-left-icon-wrap {
    bottom: 2% !important;
    left: 41%;
  }

  .testimonial-right-icon-wrap {
    bottom: 2% !important;
    right: 30%;
  }
  /* .slider-flex-wrapper {
    flex-direction: column;
} */

}

@media screen and (max-width: 767px) {


  .testimonial-section {
    /* padding-top: 80px;
    padding-bottom: 170px; */
    padding-top: 0px;
    padding-bottom: 125px;
  }

  .testimonial-section.bot {
    /* padding-top: 80px;
    padding-bottom: 170px; */
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .testimonial-grid {
    grid-row-gap: 30px;
  }

  .testimonial-mini-title {
    font-size: 16px;
  }

  .testimonial-heading-wrap {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .testimonial-section-heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }

  .testimonial-details-wrap {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .testimonial-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-mask {
    max-width: 452px;
    min-width: 100%;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slider-wrapper {
    height: 100%;
  }

  .slider-image-wrap {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slider-flex-wrapper {
    flex-direction: column;
  }

  .slider-card {
    margin-top: 30px;
    margin-left: 0;
  }

  .testimonial-author-name {
    font-size: 24px;
  }

  .testimonial-author-job {
    margin-bottom: 20px;
  }

  .testimonial-paragraph {
    margin-bottom: 30px;
  }

  .testimonial-left-icon-wrap {
    bottom: -15% !important;
    left: 36%;
  }

  .testimonial-right-icon-wrap {
    bottom: -15% !important;
    right: 36%;
  }

}

@media screen and (max-width: 479px) {

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .testimonial-mini-title {
    font-size: 15px;
  }

  .testimonial-section-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonial-details-wrap {
    max-width: 100%;
  }

  .testimonial-mask {
    /* max-width: 285px; */
    max-width: 0px;
    min-width: 100%;
  }

  .slider-card {
    margin-top: 24px;
    padding: 16px;
  }

  .testimonial-author-name {
    font-size: 20px;
  }

  .testimonial-author-job {
    margin-bottom: 16px;
  }

  .testimonial-paragraph {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-logo-item {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-company-logo {
    width: 130px;
  }

  .testimonial-logo-text-wrap {
    grid-row-gap: 10px;
  }

  .testimonial-logo-number {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
  }

  .testimonial-left-icon-wrap {
    width: 50px;
    height: 50px;
    bottom: -10%;
    /* left: 10%; */
    /* left: 25%; */
    left: 20%;
  }

  .testimonial-right-icon-wrap {
    width: 50px;
    height: 50px;
    bottom: -10%;
    /* right: 30%; */
    right: 20%;
  }

}








/* ------------------------------------ ecom testi end ------------------------------------------ */


@media (max-width:625px) and (min-width:479px){
  .footer-content{
    grid-template-columns: 1fr 1fr !important;
  }
  
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 2rem ;
    line-height: 2.9rem;
  }
  .w-50{
    width: 100%;
  }
  .section-spacing {
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-block {
  align-items: center !important;
}
.footer-social-block{
  /* justify-content: center !important; */
  text-align: justify;
}
.body{
  text-align: justify !important;
}

}

@media screen and (max-width:767px) {
  .guess {
    font-size: 22px !important;
    line-height: 2rem;
}
 /* .partner-btn .btn-v1 {
    width: 75%;
  } */
  .p-90{
    padding-right: 0 !important;
  }
  /* .review-slide{
    min-height: 415px;
  } */
  /* .review-slide-content-wrapper p{
    min-height: 345px;
  } */
  .core-value-flex-wrapper{
    flex-direction: column;
  }
  .core-value-flex-wrapper {
    grid-row-gap: 55px;
}
.blog-container{
  margin-top: 30px;
}
.company-goal-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog-post-title{
  font-size: 24px;
  line-height: 35px;
}
.blog-post-thumbanail {
  /* height: 110px; */
  /* height: 230px; */
  /* height: auto; */
  object-fit: scale-down;
}
.slider_card_pad{
  padding: 20px 20px 20px !important;
}
.testimonial-grid._1{
  grid-template-columns:  1fr;
  grid-row-gap: 100px;
}
.partner-section.section-spacing{
  padding: 0px 0px 30px;
}
.pt_40{
  padding-top: 40px;
}

.intro-image-wrapper{
  background-size: contain !important;
}
/* ------------------------------------------------------- align justify------------------------------------- */

p{
  text-align: justify;
}
.upper-heading {
  text-align: center;
}
.guess {
  text-align: center;
}
.body{
  text-align: center;
}
.partner-btn .btn-v1 {
  margin: 0 auto;
}
.invest-text{
  align-items: center;
}
.tex_jus{
  text-align: justify;
}
.tex_cen{
  text-align: center;
}
.partner-text{
  align-items: center;
}
.intro-btns-wrapper{
  justify-content: center;
}
.blog-post-block .body{
  text-align: justify;
}
/* ---------------------------------------------end justify -------------------------------------------------- */
.invest-container{
  grid-row-gap: 20px;
}
.intro-text .b_1{
  text-align: start;
}
/* ------------------------------------------- testi_ecom_mob_image----------------------------------- */

 .slider-img{
  display: none;
 }
 .sli_img{
  display: block !important;
 }
 .sli_img_1{
  display: block !important;
}
/* ---------------------------------------------end_ecom---------------------------------------------- */


}
.partner-btn .btn-v1 {
  width: 100%;
  max-width: 160px;
}

@media(max-width:991px){
  .partner-btn .btn-v1 {
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width:280px){
  .review-slide-content-wrapper {
    font-size: 14px;
    line-height: 25px;
}
.review-slide {
  padding: 40px 20px 30px;
}
/* .review-slide-content-wrapper p{
  min-height: 280px; 
} */
.review-slide{
  min-height: 515px;
}
.w-slide{
  text-align: justify;
}
.review-slide{
  margin-right: 35px;
}
.testimonial-mask{
  max-width: 200px;
}
.title-small {
  font-size: 12px;
}
.testimonial-left-icon-wrap-1{
  bottom: -10%;
  left: 465px;
}
.testimonial-right-icon-wrap-1{
  right: 215px;
  bottom: -10%;
}
.testimonial-right-icon-wrap-1{
  bottom: -16%;
  right: 68px;
}
.testimonial-left-icon-wrap-1{
  bottom: -16%;
  left: 40px !important;
}
.blog-post-thumbanail {
  height: 140px;
}

}

@media (max-width:570px){
  .introduction-container{
    grid-row-gap:5px !important;
  }
}

.home_intro{
  background-image: url("../assets/img/home/home2_1.png");
}
.free_img{
  background-image: url("../assets/img/free/free_2.png");
}
.about_img{
  background-image: url("../assets/img/about/A\ New\ Perspective\ for\ a\ Visionary\ Path.png");
}
.space_pad{
  padding: 60px 0px ;
}
.sli_img{
  display: none;
}
.sli_img_1{
  display: none;
}
.blog-post-thumbnail-link{
  margin: 0 auto;
}
/* ----------------------------------------------------cus chat box --------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */

/* cust chat box */
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  /* background: #42a5f5; */
  background-color: #7c6fff;
  /* background-image: linear-gradient(
      to right,
      #39218a 0%,
      #781a5e 30%,
      #781a5e 20%,
      #39218a 100%
  ); */
}

.fab > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
}

.fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px;
}

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
/*Chatbox*/

.chat {
  position: fixed;
  right: 85px;
  bottom: 20px;
  width: 400px;
  font-size: 12px;
  line-height: 22px;
  font-family: "Roboto";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  opacity: 0;
  box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.chat_fullscreen {
  position: fixed;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.chat_header {
  /* margin: 10px; */
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 500;
  color: #f3f3f3;
  height: 55px;
  background: #7c6fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 8px;
}
.chat_header2 {
  /* margin: 10px; */
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.chat_header .span {
  float: right;
}

.chat_fullscreen_loader {
  display: none;
  float: right;
  cursor: pointer;
  /* margin: 10px; */
  font-size: 20px;
  opacity: 0.5;
  /* padding: 20px; */
  margin: -10px 10px;
}

.chat.is-visible {
  opacity: 1;
  -webkit-animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.is-hide {
  opacity: 0;
}

.chat_option {
  float: left;
  font-size: 15px;
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: relative;
  margin-right: 10px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.chat_option img {
  border-radius: 50%;
  width: 55px;
  float: left;
  margin: -30px 20px 10px 20px;
  border: 4px solid rgba(0, 0, 0, 0.21);
}

.change_img img {
  width: 35px;
  margin: 0px 20px 0px 20px;
}
.chat_option .agent {
  font-size: 12px;
  font-weight: 300;
}
.chat_option .online {
  opacity: 0.4;
  font-size: 11px;
  font-weight: 300;
}
.chat_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 10px;
  float: left;
}

.chat_body {
  background: #fff;
  width: 100%;

  display: inline-block;
  text-align: center;
  overflow-y: auto;
}
#chat_body {
  height: 450px;
}
.chat_login p,
.chat_body li,
p,
a {
  -webkit-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.chat_body p {
  padding: 20px;
  color: #888;
}
.chat_body a {
  width: 10%;
  text-align: center;
  border: none;
  box-shadow: none;
  line-height: 40px;
  font-size: 15px;
}

.chat_field {
  position: relative;
  margin: 5px 0 5px 0;
  width: 50%;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  display: inline-block;
}

.chat_field.chat_message {
  height: 30px;
  resize: none;
  font-size: 13px;
  font-weight: 400;
}
.chat_category {
  text-align: left;
}

.chat_category {
  margin: 20px;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px;
}

.chat_category ul li {
  width: 80%;
  height: 30px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  cursor: pointer;
  line-height: 30px;
  color: #888;
  text-align: center;
}

.chat_category li:hover {
  background: #83c76d;
  color: #fff;
}
.chat_category li.active {
  background: #83c76d;
  color: #fff;
}

.tags {
  margin: 20px;
  bottom: 0px;
  display: block;
  width: 120%;
}
.tags li {
  padding: 5px 10px;
  border-radius: 40px;
  border: 1px solid rgb(3, 117, 208);
  margin: 5px;
  display: inline-block;
  color: rgb(3, 117, 208);
  cursor: pointer;
}
.fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fab_field2 {
  bottom: 0px;
  position: absolute;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 999;
}

.fab_field a {
  display: inline-block;
  text-align: center;
}

#fab_camera {
  float: left;
  background: rgba(0, 0, 0, 0);
}

#fab_send {
  float: right;
  background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

.fab_field .fab > i {
  font-size: 1.6em;
  line-height: 35px;
  color: #bbb;
}
.fab_field .fab > i:hover {
  color: #42a5f5;
}
.chat_conversion {
}

.chat_converse {
  position: relative;
  background: #fff;
  margin: 6px 0 0px 0;
  height: 300px;
  min-height: 0;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  width: 100%;
  float: right;
  padding-bottom: 100px;
}
.chat_converse2 {
  height: 100%;
  max-height: 800px;
}
.chat_list {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.chat_list .chat_list_item {
  opacity: 0;
  visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
  position: relative;
  margin: 8px 0 15px 0;
  padding: 8px 10px;
  max-width: 60%;
  display: block;
  word-wrap: break-word;
  border-radius: 3px;
  -webkit-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clear: both;
  z-index: 999;
}
.status {
  margin: 45px -50px 0 0;
  float: right;
  font-size: 11px;
  opacity: 0.3;
}
.status2 {
  margin: -10px 20px 0 0;
  float: right;
  display: block;
  font-size: 11px;
  opacity: 0.3;
}
.chat .chat_converse .chat_msg_item .chat_avatar {
  position: absolute;
  top: 0;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
  left: -52px;
  background: rgba(0, 0, 0, 0.03);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
  right: -52px;
  background: rgba(0, 0, 0, 0.6);
}

.chat .chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
  margin-left: 60px;
  float: left;
  background: rgba(0, 0, 0, 0.03);
  color: #666;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
  margin-right: 20px;
  float: right;
  background: #42a5f5;
  color: #eceff1;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -12px;
  z-index: 998;
  border: 6px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.4);
}

.chat_form .get-notified label {
  color: #077ad6;
  font-weight: 600;
  font-size: 11px;
}

input {
  position: relative;
  width: 90%;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}
.chat_form .get-notified input {
  margin: 2px 0 0 0;
  border: 1px solid #83c76d;
}
.chat_form .get-notified i {
  background: #83c76d;
  width: 30px;
  height: 32px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin: 2px 0 0 -30px;
  position: absolute;
  border-radius: 3px;
}
.chat_form .message_form {
  margin: 10px 0 0 0;
}
.chat_form .message_form input {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
}
.chat_form .message_form textarea {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 90%;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}
.chat_form .message_form button {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 95%;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
  background: #83c76d;
  cursor: pointer;
}
strong.chat_time {
  padding: 0 1px 1px 0;
  font-weight: 500;
  font-size: 8px;
  display: block;
}

/*Chatbox scrollbar*/

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
/*Element state*/

.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
}
/*Animation*/

@-webkit-keyframes zoomIn {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
}

@-webkit-keyframes load {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
  }
  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
  }
}

@keyframes load {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
  }
  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
  }
}
/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
  .chat {
      width: 250px;
  }
}
/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
  .chat {
      width: 300px;
  }
  .chat_field {
      width: 65%;
  }
}
/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
  .chat {
      width: 300px;
  }
  .chat_field {
      width: 65%;
  }
}
/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
  .chat {
      width: 300px;
  }
  .chat_field {
      width: 65%;
  }
}
/*Color Options*/

.blue .fab {
  background: #42a5f5;
  color: #fff;
}

.blue .chat {
  background: #42a5f5;
  color: #999;
}

/* Ripple */

.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/*animation effect*/

.ink.animate {
  -webkit-animation: ripple 0.5s ease-in-out;
  animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/

  100% {
      opacity: 0;
      -moz-transform: scale(5);
      -ms-transform: scale(5);
      webkit-transform: scale(5);
      -webkit-transform: scale(5);
      transform: scale(5);
  }
}

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/

  100% {
      opacity: 0;
      -moz-transform: scale(5);
      -ms-transform: scale(5);
      webkit-transform: scale(5);
      -webkit-transform: scale(5);
      transform: scale(5);
  }
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #bbb;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #bbb;
}
@media (max-width: 340px) {
  .chat {
      right: 0;
      bottom: 110px;
      width: 100%;
  }
}


/* chat box end */


/* new chat box */

/* body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  background-color: #f6f7f9;
} */

h1 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

button {
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
}
button.chatbox-open {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #2f3a92;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 16px;
  z-index: 99999;
}

button.chatbox-close {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #2f3a92;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  margin: 16px calc(2 * 16px + 52px) 16px 16px;
  z-index: 99999;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  height: calc(16px + 16px / 2);
  padding: 0 calc(16px / 2);
  font-family: inherit;
  font-size: 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  background-color: none;
  border: 0;
  outline: 0 !important;
  resize: none;
  overflow: hidden;
}
textarea::-moz-placeholder {
  color: #888;
}
textarea:-ms-input-placeholder {
  color: #888;
}
textarea::placeholder {
  color: #888;
}

.chatbox-popup {
  display: flex;
  position: fixed;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  bottom: calc(2 * 16px + 52px);
  right: 16px;
  width: 377px;
  height: auto;
  background-color: #fff;
  border-radius: 16px;
  z-index: 99999;
}
.chatbox-popup .chatbox-popup__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: #2f3a92;
  align-items: center;
  justify-content: space-around;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
  margin-top: -32px;
  background-color: #2f3a92;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.chatbox-popup .chatbox-popup__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 16px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
}
.chatbox-popup .chatbox-popup__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.chatbox-panel {
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 377px;
  background-color: #fff;
  z-index: 99999;
}
.chatbox-panel .chatbox-panel__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: #2f3a92;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
}
.chatbox-panel .chatbox-panel__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 16px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
  flex: 1 1 auto;
}
.chatbox-panel .chatbox-panel__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
}

@media (max-width:380px){
  .chatbox-popup{
    width: 300px;
  }
}
@media (max-width:280px){
  .chatbox-popup{
    width: 250px !important;
  }
  .counter {
    font-size: 3rem;
  }
  .tab-switch {
    width: 95px;
  }
  .body-small {
    font-size: 0.5rem;
    line-height: 1.4rem;
    font-weight: 800;
}
}
/* end */
.mt_0{
  margin-top: 0px !important;
}
.mt_50{
  margin-top: 50px !important;
}
.pt_25{
  padding-top: 20px;
}
.pt_26{
  padding-top: 20px;
}
.btn_si_log{
  width: 50%;
  margin: 0 auto;
}
@media(max-width:991px) and (min-width:768px){
  .automation-block {
    max-width: 290px;
  }
  .p-90 {
    padding-right: 40px !important;
}
.pt_26{
  padding-top: 0px;
}
.space_sec{
  padding-top: 0px;
    padding-bottom: 0px;
}
.testimonial-section {
  padding-top: 0px;
}
}

@media(max-width:767px){
  .automation-block {
    max-width: 290px;
  }
  .space_sec{
    padding-top: 0px;
      padding-bottom: 0px;
  }
  
}

@media(max-width:499px){

  .h1.heading-font-color {
    font-size: 2.3rem !important;
}
.text-center{
  text-align: center;
}
/* .footer-content{
  grid-template-columns: 1fr !important; 
} */
.body.body-color{
  text-align: left !important;
}

}
@media(max-width:1024px) and (min-width:991px){
  .footer-container{
    grid-template-columns: 50% 74%;
  }
  
}


#contactForm label.error {
  padding-top: 10px;
  padding-left: 20px;
  color: red;
  font-size: 14px;
  /* grid-row-gap: 10px !important; */
}
.text-white{
  color: #fff;
}
.navbar.less-padding{
  padding-bottom: 0px;
}

.nav-logo-white {
  margin-bottom: 30px !important;
}
.nav-links-wrapper{
  margin-bottom: 20px;
}
.brand .logo{
  margin-bottom: 18px ;
}

/* preloader */
#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
   background: #2c3e50 ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  z-index:99; /* makes sure it stays on top */
}

#status {
  width:50px;
  height:30px;
  position:fixed;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
 margin:-25px 0 0 -15px; /* is width and height divided by two */
}

.spinner {
margin: 0px auto;
width: 50px;
height: 30px;
text-align: center;
font-size: 10px;
}

.spinner > div {
background-color: #fff;
height: 100%;
width: 6px;
display: inline-block;

-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}

.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}

.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
0%, 40%, 100% { 
  transform: scaleY(0.4);
  -webkit-transform: scaleY(0.4);
}  20% { 
  transform: scaleY(1.0);
  -webkit-transform: scaleY(1.0);
}
}

/* preloader end */

.h1.heading-font-color{
  font-size: 3.3rem;
}
label.error{
  color: red;
}
.sweet-alert button{
  background-color: #6c50f4;
}
/* ******************************************************************* */
.box {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
}
.box h2 {
  font-size: 33px;
  font-weight: 600;
}
.number_checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.number_checkbox input {
  width: auto;
  height: auto;
}
.box table {
  width: 100%;
}
.box tbody {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.box thead th {
  padding-bottom: 15px;
}
.box tbody tr td {
  font-size: 16px;
  padding: 15px 0;
}
.box tbody tr:last-child td {
  border-top: 1px solid #cdcdcd;
}
.box tbody tr td:last-child,
.box thead tr th:last-child {
  text-align: right;
}
/* .box.order {
  position: sticky;
  top: 115px;
} */
.box select {
  border: 1px solid black;
  border-radius: 12px;
  width: 100%;
  padding: 13px 25px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/new/down.png") 92% / 4% no-repeat;
}

.billing-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  grid-column-gap: 140px;
  /* color: #fff; */
}
.lable_name,.form-group p,.box.order p{
  padding: 12px 0;
}

.mb-4{
  margin-bottom: 18px;
}
.centred{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width:1024px) {
  .billing-container{
    flex-direction: column;
    gap: 50px ;
  }
}
/* ************************************************************************************* */
.contact-info-flex._1 {
  justify-content: start;
  align-items: center;
  display: flex;
  gap: 175px;
}
.contact-number._1{
  font-weight: 800;
}
.author-name div{
  font-size: 15px;
}