
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
background: linear-gradient(90deg, rgba(37, 138, 252, 0.1) 27.64%, rgba(136, 91, 255, 0.1) 43.42%, rgba(212, 23, 247, 0.1) 58.83%, rgba(246, 173, 109, 0.1) 81.81%);
}

/* study */
.study-wrapper {
    position: relative;
    z-index: 1;
}
  
.study-wrapper:before {
background: -webkit-linear-gradient(163.05deg,
    #ffef5f 0%,
    #e327f9 36.46%,
    #af96f4 68.62%,
    #5bbaff 100%);
background: -o-linear-gradient(163.05deg,
    #ffef5f 0%,
    #e327f9 36.46%,
    #af96f4 68.62%,
    #5bbaff 100%);
background: linear-gradient(286.95deg,
    #ffef5f 0%,
    #e327f9 36.46%,
    #af96f4 68.62%,
    #5bbaff 100%);
opacity: 0.1;
z-index: -1;
content: "";
left: 0;
top: 0;
position: absolute;
height: auto;
width: 100%;
}
  
.study-content-wrapper {
  padding: 0;
}
.study-content-wrapper.study-content-wrapper-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.pt-custom-study {
  padding-top: 150px;
  padding-bottom: 250px;
}

.cus-container {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-content-study {
  text-align: left;
}

.study-sub-title1 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #BC2EFA;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 12px;
}

.study-sub-title2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #525E73;
  padding-top: 20px;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.study-content-blk {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.study-content-blk.study-content-blk-bottom {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.full-width-content {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.study-section {
  background-color: #fff;
}
.study-content-blk > p{
  margin-bottom: 64px !important;
}
.study-content-blk > blockquote{
  margin-bottom: 64px !important;
}
.blockquote-text-wrapper{
  margin-bottom: 64px;
}

.study-content-blk p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3f4f77;
}

.full-width-img {
  margin-bottom: 64px;
  border-radius: 16px;
  padding: 44px;
  background: linear-gradient(287deg, rgba(255, 239, 95, 0.10) 0%, rgba(227, 39, 249, 0.10) 36.46%, rgba(142, 106, 240, 0.10) 68.62%, rgba(91, 186, 255, 0.10) 100%);
}

  .full-width-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  
  .study-content-blk h4 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
    margin-bottom: 12px;
  }
  
  .blockquote-text {
    font-family: "Inter", sans-serif;
    font-style: italic !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #101828 !important;
    margin-bottom: 32px;
  }
  
  .full-width-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px;
    background: #F9FAFB;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 32px;
  }

  .study-content-top-blk{
    position: absolute;
    margin-top: -200px;
  }
  .study-content-blk blockquote{
    border-left: 4px solid #8E6AF0;
    padding-left: 24px;
  }
  .study-content-blk blockquote p{
    margin-bottom: 0;
    color: #3F4F77;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }

  .mark-section-wrapper{
    display: flex;
    gap: 24px;
    max-width: 720px;
  }
  .mark-section-wrapper.blockquote-text-wrapper{
    max-width: 100%;
  }
  .mark-section-wrapper.blockquote-text-wrapper h4{
    color: #8E6AF0;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height:36px;
  }
  .mark-section-wrapper h4{
    color: #525E73;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
  .mark-section-wrapper h6{
    color: #3F4F77;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .mark-section-wrapper p{
    color: #3F4F77;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .mark-section-blk-author{
    display: flex;
    gap: 6px;
  }
  .group-content-blk{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    grid-template-rows: auto;
    grid-gap:24px;
    margin-bottom: 64px;
  }
  .single-content-blk{
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 6px;
    background: #FAFAFA;
  }
  .single-content-blk h5{
    color: #8E6AF0;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-top: 20px;
  }
  .single-content-blk p{
    color: #525E73;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }
  .social-share-sec{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }
  .social-share-sec a{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .copy-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .copied {
    font-size: 11px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #344054;
    padding: 2px 10px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
    top: 60px;
    display: none;
    z-index: 99;
}
  
  .payout-wrapper {
    margin-top: 0px;
  }
  
  .single-payout {
    text-align: center;
    padding: 40px 30px;
    border: 1px solid rgba(16, 24, 40, 0.1);
  }
  
  .single-payout img,
  .single-payout svg{
    margin-bottom: 12px;
  }
  
  .single-payout h3 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #101828;
  }
  
  .thankyou-inner-title{
    margin-bottom: 40px;
    padding: 0 15px;
    font-size: 36px;
    color: #000000;
  }
  .thankyou-single-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
  }
  
    /* media for 575px*/
    @media screen and (max-width: 991px) {
        .payout-section {
            width: 95%;
        }
        .pt-custom-study {
            padding-top: 115px;
            padding-bottom: 150px;
        }
  
    }
  
    
  /* media for 767px*/
  @media screen and (max-width: 767px) {
    .payout-section{
      grid-template-columns: 1fr;
    }
    .payout-section {
        width: 94%;
    }
    .single-payout {
      padding: 33px 15px;
    }
  
    .single-payout h3 {
      font-size: 20px !important;
    }
    
    .blockquote-text {
        font-size: 20px !important;
    }
    .mark-section {
      padding: 30px 15px;
    }
    .full-width-text {
      padding: 30px 15px;
      font-size: 20px;
      line-height: 1.4;
    }
    .study-content-blk h3 {
      font-size: 24px;
      line-height: 32px;
    }
    .study-content-blk h4 {
      font-size: 20px;
      line-height: 32px;
    }
    .study-content-wrapper {
        padding: 250px 0 50px;
    }
    .study-sub-title2 {
        font-size: 18px;
        line-height: 28px;
    }
    .study-sub-title1 {
        font-size: 14px;
        line-height: 20px;
    }
    .study-section-inner-wrapper {
      padding-bottom: 0 !important;
    }
  
  }
  
.full-width-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.study-content-blk h3 {
  color: #101828;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
}

.study-content-blk h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
  margin-bottom: 12px;
}

.mark-section > p:first-of-type{
  margin-bottom: 32px;
}

.blockquote-text {
  font-family: "Inter", sans-serif;
  font-style: italic !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #101828 !important;
  margin-bottom: 32px;
}

.full-width-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background: #F9FAFB;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #101828;
  margin-bottom: 32px;
}

.mark-section {
  padding: 56px;
  border-radius: 6px;
  background: #FAFAFA;
  margin-bottom: 32px;
}

.mark-section h4{
  color: #885BFF;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 32px;
}

.mark-section img{
  margin-bottom: 12px;
}

.mark-section h6{
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
}

.mark-section p{
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3F4F77;
}

.payout-section-wrapper {
  background-color: rgba(255, 255, 255, 0.53);
  position: relative;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.payout-section-wrapper::before {
  margin-top: 0px;
  background: linear-gradient(287deg, #FFEF5F 0%, #E327F9 36.46%, #AF96F4 68.62%, #5BBAFF 100%);
  position: absolute;
  opacity: 0.1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.payout-section {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.53);
  margin-top: 0;
}

.single-payout-wrap {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.single-payout {
  text-align: left;
  padding: 40px 30px;
  border: 0;
  border-right: 1px solid #E7E8F2;
}
.single-payout:last-child{
  border-right: 0;
}

.single-payout h2{
  color: #8E6AF0 !important;
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.8px;
}
.single-payout h3{
  color: #525E73;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.single-payout img{
  margin-bottom: 12px;
}

.single-payout h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
}
.study-section-inner-wrapper{
  display: flex;
  gap: 60px;
  margin-top: 100px;
  padding-bottom: 62px;
}

.study-content-sidebar {
  border-radius: 6px;
  background: #FAFAFA;
  padding: 32px 40px;
  position: sticky;
  top: 80px;
  height: fit-content;
}
.study-content-sidebar li{
  padding: 16px 0;
  border-bottom: 1px solid #E7E8F2;
}
.study-content-sidebar li:first-child{
  padding-top: 32px;
}
.study-content-sidebar li:last-child{
  border-bottom: 0;
}
.study-content-sidebar li h6{
  color: #525E73;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.study-content-sidebar li h6.with-bg{
  color: #8E6AF0;
  font-weight: 600;
}
.related-customer-stories-wrapper{
  background: #FAFAFA;
  padding: 64px 135px;
}
.related-customer-stories-sec{
  max-width: 1170px;
  margin: 0 auto;
}
.related-section-title{
  margin-bottom: 32px;
  color: #101828;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.related-card-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(368px, 1fr));
  grid-template-rows: auto;
  grid-gap: 32px;
}
.related-single-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.related-single-card img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}
.related-card-content {
  margin: 24px 0;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.related-single-card .title h5{
  padding-top: 16px;
  font-size: 22px;
  color: #101828;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.related-single-card p{
  color: #3F4F77;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.related-single-card a{
  color: #0976DA;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.sales-commission-wrapper{
  padding: 64px 0;
}
.sales-commission-card{
  max-width: 1220px;
  margin: 0 auto;
}
.sales-commission-card h2{
  color: #101828;
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
.sales-commission-card h6{
  color: #3F4F77;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 32px 0;
}
.sales-commission-card a{
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: #11163E;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.sales-commission-card a span{
  color: rgba(255, 255, 255, 0.60);
  font-weight: 400;
  line-height: 20px;
}
.sales-commission-card-content{
  max-width: 920px;
  padding: 0 20px;
}
  /* media for 575px*/
  @media screen and (max-width: 991px) {
      .payout-section {
          width: 100%;
      }
      .pt-custom-study {
          padding-top: 115px;
          padding-bottom: 220px;
      }
      .related-customer-stories-wrapper {
        padding: 64px;
      }
      .sales-commission-card h2{
        font-size: 36px;
      }
      .sales-commission-card h6{
        font-size: 18px;
      }
      .thankyou-wrapper{
        padding-left: 10px;
        padding-right: 10px;
      }

  }

  
/* media for 767px*/
@media screen and (max-width: 767px) {
  .payout-section {
      width: 100%;
  }
  .single-payout {
    padding: 33px 15px;
  }

  .single-payout h3 {
    font-size: 20px !important;
  }
  
  .blockquote-text {
      font-size: 20px !important;
  }
  .mark-section {
    padding: 30px 15px;
  }
  .full-width-text {
    padding: 30px 15px;
    font-size: 20px;
    line-height: 1.4;
  }
  .study-content-blk h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .study-content-blk h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .study-content-wrapper {
      padding: 250px 0 50px;
  }
  .study-sub-title2 {
      font-size: 18px;
      line-height: 28px;
  }
  .study-sub-title1 {
      font-size: 14px;
      line-height: 20px;
  }

  .study-content-wrapper {
      padding: 20px 0 0;
  }

  .cus-container.study-section-inner-wrapper {
      flex-direction: column;
  }
  .study-content-sidebar {
      position: unset;
  }
  .related-customer-stories-wrapper {
      padding: 15px;
  }

  .homepage-wrapper.thankyou-wrapper:before {
    height: 100%;
  }
  .thankyou-inner-title {
    font-size: 28px;
  }

}


.single-payout h3{
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #101828;
}

@media (max-width: 767px) {
  .study-content-blk p {
    font-size: 16px;
  }
}



@media screen and (max-width: 575px) {
  .study-section-inner-wrapper {
    margin-top: 60px;
  }
  .pt-custom-study {
    padding-bottom: 260px;
  }
  .study-content-top-blk {
    margin-top: -240px;
  }
  .mark-section-blk-author {
    gap: 0;
    flex-direction: column;
    margin-top: 10px;
  }
  .single-payout-wrap {
    flex-direction: column;
    gap: 20px;
    padding: 40px 0 20px;
  }
  .single-payout h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .single-payout {
    padding-top: 0;
    padding-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #E7E8F2;
  }
  .single-payout:last-child {
    border-bottom: 0;
  }
  .single-payout h3 {
    font-size: 18px !important;
  }
}

.guides-and-ebooks-top {
  padding-top: 100px !important;
}

.guides-and-ebooks-card {
  margin-bottom: 20px !important;
}

.homepage-wrapper.guides-and-ebooks-wrapper::before {
  background: #F9F9FF !important;
  background: #F9F9FF !important;
  background: #F9F9FF !important;
  opacity: 1 !important;
  height: 100%;
}

.schedule-demo-bg .gray-bg.gray-bg-light {
  background-color:#F8FAFC !important;
  padding: 80px 0;
}

.guides-and-ebook-inner {
  padding: 60px 0;
  background-color:#fff !important;
  position: relative;
  z-index: 1;
}

.navbar-nav-inner {
  margin-bottom: 60px !important;
}

.guides-and-ebooks-top .sub-title2{
  margin-bottom: 0 !important;
}

.navbar-nav-item .nav-link.active {
  background: #DAEDFF;
  color: #2496FF !important;
  border-radius: 4px;
  padding: 5px 15px !important;
}
.navbar-nav-item a  {
  padding: 5px 15px !important;
}
.navbar-nav-item li  {
  padding-right: 15px !important;
}

@media screen and (max-width:767px) {
  .homepage-wrapper.guides-and-ebooks-wrapper::before {
    background: #F9F9FF !important;
    background: #F9F9FF !important;
    background: #F9F9FF !important;
    opacity: 1 !important;
    height: 100%;
  }
  .homepage-wrapper.guides-and-ebooks-wrapper .hero-blk .hero-content-blk {
    padding-bottom: 0 !important;
  }
  .homepage-wrapper.guides-and-ebooks-wrapper .hero-blk {
    padding-bottom: 0 !important;
  }
  .guides-and-ebooks-top {
    padding-top: 70px !important;
  }

}


@media screen and (max-width:575px) {
  .guides-and-ebooks-card {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
}
@media screen and (max-width:420px) {
  .pt-custom-study {
    padding-bottom: 300px;
  }
  .study-content-top-blk {
    margin-top: -270px;
  }

}


/* elevatehq-vs-spiff */
.homepage-wrapper.elevate-hq-vs-spiff-wrapper::before {
  background: linear-gradient(286.95deg, #FFEF5F 0%, #E327F9 36.46%, #AF96F4 68.62%, #5BBAFF 100%) !important;
  background: linear-gradient(286.95deg, #FFEF5F 0%, #E327F9 36.46%, #AF96F4 68.62%, #5BBAFF 100%) !important;
  background: linear-gradient(286.95deg, #FFEF5F 0%, #E327F9 36.46%, #AF96F4 68.62%, #5BBAFF 100%) !important;
  opacity: 0.1 !important;
  height: 100% !important;
}

.banner-section {
	display: flex;
}

.banner-content {
  float: left;
  width: 60%;
  margin-right: 80px;
}

.banner-feature-image {
  float: left;
  width: 40%;
}
.banner-feature-image {
  float: left;
  width: 40%;
}

.banner-feature-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content h1{
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: -1.8px;
  text-transform: capitalize;
  color: #101828;
}
.banner-content p{
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #3F4F77;
  margin-top: 24px;
}

.banner-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #3F4F77;
  margin-top: 45px;
}

.schedule-demo-btn {
  margin-top: 30px;
}

/* media for 768 px*/
@media screen and (max-width: 768px) {
  .banner-section {
    flex-direction: column-reverse;
  }

  .banner-content {
      width: 100%;
      margin-right: 0;
      
  }

  .banner-feature-image {
      width: 100%;
      margin-bottom: 40px;
  }
  
  .banner-content h1{
    font-size: 28px;
  }

}

/* table css */
.table-section {
  padding: 80px 0;
  background-color: #ffff !important;
}

.table-heading {
  font-size: 40px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.table-responsive {
  width: 100%;
	overflow-y: auto;
}
#customers {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  text-align: center;
}

#customers td:nth-child(even) {
  background: #FFFDF0;
  color: #000000;
}

#customers th:nth-child(3n) {
  color: #000000;
}
#customers th:nth-child(even) {
  color: #000000;
}

#customers td:nth-child(3n) {
	background: #FFFDF0;
  color: #000000;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #F9FAFB;
  color: #667085;
  text-align: center;
}

#customers td, #customers th {
  background: #FDFDFC;
  border: 1px solid #EAECF0;
  padding: 8px;
  color: #667085;
  min-width: 150px;
}

.table-responsive-mobile {
  display: none;
}

.table-head {
  color: #667085;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  background: #FDFDFC;
  padding: 15px;
  text-align: center;
}

.table-wrapper {
  display: flex;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  background: #FFFDF0;
  padding: 15px;
}
.table-wrapper.first-item {
  color: #101828;
  font-weight: 700;
  background: #F9FAFB;
}

.single-table {
  float: left;
  width: 50%;
  padding: 8px;
}

/* media for 767px*/
@media screen and (max-width: 767px) {
  .table-heading h2{
      font-size: 28px;
      line-height: 1.4;
  }
  .table-section {
    padding: 60px 0;
  }

}

/* media for 575px*/
@media screen and (max-width: 575px) {
  .table-heading h2{
      font-size: 24px;
  }
  .table-responsive-desktop {
    display: none;
  }
  .table-responsive-mobile {
    display: block;
  }
  
}


/* card-section */
.card-section {
  padding: 100px 0;
  background-color: #ffff !important;
}

.card-wrapper{
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.single-card-item img{
  margin-bottom: 30px;
}
.single-card-item h3{
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #101828;
  margin-bottom: 30px;
}

.single-card-item p{
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3F4F77;
}

.poc-section {
  padding: 80px 0;
  background-color: #ffff !important;
}

.poc-inner {
  padding: 65px 15px;
  background: #F9FAFB;
  border-radius: 16px;
 
}

.poc-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.poc-heading {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #101828;
}

/* media for 767px*/
@media screen and (max-width: 767px) {
  .card-section {
      padding: 60px 0;
  }
  
  .poc-heading {
    font-size: 28px;
    line-height: 1.4;

  }

}

/* media for 575px*/
@media screen and (max-width: 575px) {
  .card-wrapper{
      grid-template-columns: 1fr;
  }
  .single-card-item h3 {
    font-size: 28px;
    line-height: 1.4;
  }

}

/* testimonial-section */
.testimonial-section {
  padding: 100px 0;
  position: relative;
}

.testimonial-shadow {
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 11.5%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  z-index: 2;
}

.testimonial-shadow2 {
  position: absolute;
  width: 20%;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 11.5%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.testimonial-heading h2{
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #101828;
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-heading {
  text-align: center;
  margin-bottom: 30px;
}

.single-testimonial-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}

.owl-carousel .owl-stage {
	display: flex;
}

.testimonial-slider.owl-carousel .owl-item .single-testimonial-item {
  height:100% !important;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
}

.tes-author{
  display: flex;
}

.tes-icons {
  margin-bottom: 20px;
}

.tes-content p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3F4F77;
}

.tes-author-img {
  margin-right: 20px;
}
.tes-author-img img{
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}

.tes-content {
  padding-bottom: 100px;
}

.author-name {
	font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
}

.author-bio {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

.testimonial-slider {
  display: flex;
  align-items: center;
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-1 {
  max-width: 204px;
  width: 100%;
  height: 22px;
}

.testimonial-2 {
  width: 100%;
  height: 56px;
}

.darwinian-image {
  max-width: 114px;
  width: 100%;
  height: 47px;
}

.testimonial-4 {
  max-width: 165px;
  width: 100%;
  height: 41px; 
}

.testimonial-5 {
  max-width: 190px;
  width: 100%;
  height: 39px; 
}
.blog-banner-blk .content-ui {
  padding: 50px;
}

/* schedule demo banner and inside post banner style */

.schedule-demo-banner-wrapper{
  background: linear-gradient(180deg, #E9F5FF 0%, #FFFFFF 98.26%);
  border: 0.25px solid #0570DE;
  border-radius: 2px;
  padding: 50px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.schedule-demo-banner-blk{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, auto);
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  gap: 20px;
}
.sch-banner-content h2{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -1px;
  background: linear-gradient(180deg, #04438C 0%, #042F62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sch-banner-content p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -1px;
  color: #414552;
  margin-top: 12px;
}

.banner-form-inpost{
  margin-top: 20px;
}

.sch-banner-content input{
  padding: 0px 12px;
  width: 273px;
  height: 32px;
  background: #FFFFFF;
  border: 0.5px solid #C0C8D2;
  border-radius: 4px;
  font-size: 12px;
}
.sch-banner-content input:focus{
  outline: 0;
  box-shadow: none;
}

.sch-banner-image{
  max-width: 237px;
  max-height: 217px;
}
.sch-banner-image image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-demo-sch{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 38px;
  background-color: #000000;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  width: 200px;
  height: 45px;

}
.btn-demo-sch:focus{
  outline: 0;
  box-shadow: none;
}
.btn-demo-sch.btn-in-post{
  width: 273px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.message-success{
  display: none;
  font-size: 14px;
  color: #035103;
}
.message-error{
  display: none;
  font-size: 14px;
  color: #ff1e1e;
}
.banner-form-inpost.success .message-success{
  display: block;
}
.banner-form-inpost.error .message-error{
  display: block;
}

.announcement-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgb(12, 30, 58);
  border-width: 0px;
  border-style: none;
  border-color: rgb(41, 43, 44);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 24px 0px;
  border-image: initial !important;
  width: 100vw;
  padding: 10px;
}
.announcement-wrapper,
.announcement-wrapper a{
  color: #ffffff;
  /* font-size: clamp(10px, 5vw, 20px); */
  font-size: 16px;
  line-height: 1.2;
}

.announcement-fixed.header-blk {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
   .announcement-fixed.header-blk {
      padding-top: 60px;
   }
   .announcement-fixed .header-inner-blk .navbar.active {
      top: 70px;
   }
  .schedule-demo-banner-blk{
    grid-template-columns: 1fr;
  }
  .sch-banner-content{
    order: 2;
  }
  .sch-banner-image{
    order: 1;
  }
  .announcement-wrapper{
    padding: 12px;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-heading h2 {
    font-size: 34px;
    line-height: 1.4;
  }
  .testimonial-section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-heading h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .blog-banner-blk .content-ui {
    padding: 20px;
  }

}


