.hero-img{
  width: 105%;
}

.hero-img .image-container{
  margin-left: 235px;
}

.width-resp-85{
  width: 85%;
  margin: 0 auto;
}

.tab-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #f9fafa;
  text-align: left;
  gap: 20px;
}

.tabs-po {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
}

.tab-step {
  cursor: pointer;
  font-weight: 400;
  color: #71748e;
  background-color: #fbfbfb;
  border: 1px solid #eee6e6;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  border-radius: 50px;
  padding: 6px 16px;
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  min-height: 60px;
  min-width: 200px;
}

.tab-step.selected {
  font-weight: 600;
  color: #ed1a3b;
  background: #ffe5e8;
  border: 1px solid #ed1a3b;
}

.content-po {
  display: flex;
  width: 60%;
  min-height: 300px;
  gap: 15px;
}

.image-container {
  display: flex;
  justify-content: center;
  width: 55%;
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
}

.image {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.85;
}

.text-container {
  display: flex;
  flex-direction: column;
  flex: 2;
  padding: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #3f4155;
  width: 40%;
}

.desc {
  margin-bottom: 16px;
  font-size: 1.15rem;
  margin-top: 0;
}

.desc .step{
  list-style-type: disc;
}

.dots-tab {
  display: none;
}

.tab-list {
  width: 45%;
  overflow-y: scroll;
  font-size: 18px;
}

.tab {
  padding: 12.5px;
  transition: background-color 0.3s;
  height: 75px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin: 5px 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0 20px #00000029;
}

.process-container {
  flex-direction: row;
  align-items: start;
  background-color: #fff;
}

.tab.selected {
  border: 1px solid #238df6;
  border-left: 10px solid #238df6;
  background: linear-gradient(90deg, #f5faff 0%, rgba(223, 239, 255, 0) 76.11%);
  border-radius: 10px;
  font-weight: 600;
}

.tab-content {
  width: 55%;
  padding: 0 20px;
  line-height: 2;
  overflow-y: scroll;
}

.align-center {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

.additional-features{
  background-color: #f4fbff;
}

.additional-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
}

.additional-feature{
  background-color: #8dd2fc17;
  border-radius: 28px;
}

.additional-feature-text{
  color: #000;
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.2;
}

.additional-feature-img{
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.tab-content-text .tip-list-item{
  list-style-type: disc;
}

.faq-block{
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.faq-block .collapsible .collapsible-header {
  background-color: #fff;
  margin-bottom: 10px;
  padding-right: 25px;
  text-align: left;
  position: relative;
  line-height: 2;
  border-radius: 5px;
}

.rating-reviews-tab {
  width: 100%;
  min-height: 653px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 0;
  margin-top: 30px;
}

.rating-reviews-heading {
  color: #3f4155;
  font-style: normal;
  line-height: normal;
  text-align: center;
  padding-bottom: 30px;
  font-family: inherit;
}

.tab-container-review {
  background: #fff;
  padding: 5px 5px 0;
  height: 44px;
  display: flex;
  justify-content: center;
}

.tabs-reviews {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  width: 70%;
  justify-content: center;
}

.tab-underline {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  height: 5px;
  transform: none;
  transform-origin: 50% 50% 0px;
}

.selected {
  background: #10db73;
}

.tab-reviews {
  cursor: pointer;
  font-weight: 400;
  color: #71748e;
  background-color: #fbfbfb;
  border: 1px solid #eee6e6;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  border-radius: 50px;
  padding: 6px 16px;
  margin: 8px;
}

.tab-element-reviews {
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  min-width: 0;
  position: relative;
  list-style: none;
  margin: 0;
  font-weight: 500;
  font-size: 24px !important;
  color: #71748e !important;
}

.review-comment {
  color: #71748e;
  font-size: 1.15rem !important;
  padding-left: 0;
  padding-right: 0;
}

.tab-btnTab-reviews {
  width: auto;
  gap: 0.8rem;
  padding: 0 0.5rem !important;
  height: 20px;
  border: 0;
  background: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  stroke: #000;
  margin-left: 10px;
  cursor: pointer;
  flex-shrink: 0;
  color: inherit;
  padding: 0;
  font: inherit;
  outline: inherit;
  opacity: 0.75;
}

.selectedTab {
  color: #314259 !important;
  opacity: 1;
}

.tab-btnTab-reviews:hover,
.tab-btnTab-reviews:active,
.tab-btnTab-reviews:focus {
  background: none;
  color: inherit;
  border: none;
  outline: none;
}

.platform-rating {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  flex-direction: row;
  color: #3f4155;
}

.platform-rating img {
  margin-top: 14px;
}

.rating-text {
  margin: 0 !important;
  font-size: 1.75rem !important;
  color: #3f4155 !important;
}

.user-reviews-section {
  font-size: 24px;
  flex-grow: 1;
  background-color: #fff;
}

.testimonial-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 160px;
}

.testimonial-review {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 4px 0 #b1dfff;
  width: 48%;
  margin-top: 30px;
  padding: 0 40px;
  text-align: left;
}

.testimonial-review-inner-top {
  display: flex;
}

.testimonial-image {
  border-radius: 99px;
  overflow: hidden;
  height: 100px;
  width: 100px;
}

.testimonial-customer-info {
  margin-left: 25px;
}

.testimonial-reviewBy {
  color: #3f4155;
  font-size: 20px !important;
  margin: 0;
  font-weight: 500;
  padding-top: 1rem;
}

.testimonial-paraText {
  color: #71748e;
  font-size: 16px;
}

.testimonial-inner-review {
  color: #314259;
  font-size: 20px;
  height: 225px;
}

.testimonial-rating-img {
  margin-bottom: 10px;
  color: transparent;
}

.content-reviews {
  display: flex;
  height: 300px;
  width: 75%;
  gap: 5rem;
}


.proforma-best-section .heading-black-text{
  padding: 0 20px;
}

.proforma-best-section .proforma-best{
  padding-left: 30px;
}

.proforma-best .best-list{
  list-style-type: disc;
  padding: 0;
  margin: 12px 0;
}

.top-features-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
}

.top-features-card{
  background-color: #fafafa;
  padding: 16px;
  border-radius: 28px;
  text-align: left;
  color: #263238;
  font-size: 16px;
  line-height: 24px;
}

.top-features-heading{
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.top-feature-img{
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.top-features-content{
  color: #263238;
}

.create-proforma-txt{
  width: 80%;
  margin: 0 auto;
}

.enhanced-features .row{
  display: flex;
  align-items: center;
}

.enhanced-features .heading-red-text-h3{
  padding-left: 10px;
}


.enhanced-feature-even{
  background-color: #f4fbff;
  border-radius: 28px;
}

.enhanced-feature-list{
  padding: 0 20px;
}

.industries-section{
  background: linear-gradient(180deg, #fff -5.74%, #e2f3ff 107.86%, hsla(0, 0%, 100%, 0) 150.22%);
}

.industries-container{
  display: flex;
  flex-direction: column;
}

.industries-tab-container{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.industries-tabs{
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-arrow{
  cursor: pointer;
  margin-top: 14px;
}

.hide-industry-tabs{
  display: none;
}

.hide-industry-arrow{
  display: none;
}

.selected-industry-tab{
  color: #000;
  opacity: 1;
  border-bottom: 5px solid #1d9bf0;
}

.industry-tab{
  display: flex;
  padding: 10px;
  cursor: pointer;
  height: 70px;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  min-width: 0;
  position: relative;
  font-size: 22px;
  opacity: 0.75;
  font-weight: 400;
  flex: 1;
  text-align: left;
}

.industry-tab-img{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

.industry-details-container{
  display: flex;
  width: 100%;
  margin-top: 20px;
  align-items: center;
}

.industry-details-img{
  width: 40%;
}

.industry-content{
  padding: 50px 20px 0px 24px;
  width: 60%;
  background-color: #fff;
  color: #71748e;
  text-align: left;
  border-radius: 10px;
  height: 470px;
}

.industry-heading{
  color: #000;
  padding: 0 0 10px 20px;
  font-size: 2.25rem;
  margin: 0 0.5rem 0 0;
}

.industry-text{
  font-size: 18px !important;
  padding: 10px 20px 0 20px;
  text-align: left;
  margin: 0;
}

.reasons-to-use .row{
  display: flex;
  align-items: center;
}

.reasons-to-use .heading-red-text-h3{
  padding-left: 10px;
}

.tools-rating{
  background-color: #fff;
}

.create-tabs-container{
  display: flex;
  width: 70%;
  justify-content: center;
  align-items: flex-start;
}

.tab-arrow img{
  width: 45px;
}

.hide-tab-arrow{
  display: none;
}

.hero-block-container {
  background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/invoice-generator-revamp/hero-section-bg-new.png);
}

.padding-desktop{
  padding: 0 85px !important;
}

@media only screen and (max-width: 576px) {
  .tabs {
    display: none;
  }

  .content {
    display: block;
    width: 100%;
    padding: 0 1rem;
    height: auto;
  }

  .image-container {
    width: 100%;
    padding: 0;
    height: 16rem;
    margin-top: 20px;
  }

  .text-container {
    width: 100%;
    padding: 0.5rem;
    height: 180px;
  }

  .tabs-po {
    display: none;
  }

  .content-po {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  .dots-tab {
    display: flex;
    text-align: center;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
  }

  .dot-tab {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
  }

  .dot-tab.active {
    background-color: #69aaeb;
  }

  .padding-desktop {
    padding: 0 3px !important;
  }

  .process-container {
    flex-direction: column;
  }

  .tab-container {
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    margin: 2rem auto;
    height: auto;
    padding: 0 1rem;
    gap: 1rem;
  }

  .tab-list {
    display: block;
    overflow-x: scroll;
    overflow-y: auto;
    font-size: 12px;
    width: 100%;
    height: 80px;
    white-space: nowrap;
  }

  .tab-content {
    width: 95%;
  }

  .tab {
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 400;
    height: 2rem;
    padding: 0.4rem;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin: 2px;
  }

  .testimonial-wrapper {
    padding: 1rem 3rem;
  }

  .testimonial-review {
    width: 100%;
    padding: 0 16px !important;
  }

  .testimonial-inner-review {
    height: 160px !important;
    overflow: scroll;
  }

  .selectedTab {
    color: #71748e !important;
    font-size: 20px;
  }

  .selectedTab img {
    width: 40px;
    height: 40px;
  }

  .testimonial-inner-review b,
  p {
    font-size: 16px;
  }

  .rating-text {
    font-size: 1.25rem !important;
    color: #71748e !important;
  }

  .tab-container-review {
    padding-top: 0px;
  }

  .platform-rating {
    margin-top: 36px;
  }

  .platform-rating img {
    margin-left: 0 !important;
    width: 10rem;
  }

  .rating-reviews-heading {
    padding-bottom: 0;
    font-size: 22px !important;
  }

  .review-comment {
    color: #71748e;
    font-size: 12px !important;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-rating-img {
    color: transparent;
    width: 8rem;
  }

  .dots-tab {
    display: flex;
    text-align: center;
    margin-top: 2rem;
    align-items: center;
  }

  .testimonial-review-2 {
    display: none;
  }

  .tab-underline {
    display: none;
  }

  .ratings-reviews-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tab-element-reviews {
    display: none;
  }

  .tab-element-reviews.selectedTab {
    display: flex;
  }

  .top-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .additional-features-grid {
    grid-template-columns: repeat(1, 1fr);
    width: 85%;
    align-items: center;
  }

  .industry-details-img {
    display: none;
  }

  .industry-content {
    width: 100%;
    background: inherit;
  }

  .industry-text{
    min-height: 300px;
  }

  .industries-tab-container-1, .industries-tab-container-2{
    display: block;
  }

  .industry-tab:not(.selected-industry-tab){
    display: none;
  }

  .selected-industry-tab{
    display: block;
    border-bottom: none;
  }

  .industry-heading{
    display: none;
  }

  .industries-tab-container{
    justify-content: center;
  }

  .industry-tab{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tab-arrow{
    display: none;
  }

  .enhanced-features .row{
    flex-direction: column;
    padding-top: 10px;
  }

  .reasons-to-use .row {
    flex-direction: column;
  }

  .show-on-mobile img{
    padding-top: 12px;
  }
}
