


@media (min-width: 576px) {
    .column {
      max-width: calc(100% / 3);
    }
  }

  @media (max-width: 992px) {
    .hero-phone-bg, .hero-image{
      display: none;
    }

    .about-main-section p {
      width: 98%;
  }

    .hero-main-section{
      background-color: #51249B;
      padding-bottom: 51px;
    }
    .hero-left-text h5{
      color: #fff;
    }

    .hero-left-text h5 span {
      color: #fff;
  }

  .hero-left-text p {
    color: #fff;
}
.watch-box{
  color: #fff;
}

.try-btn button {
  background: #fff;
  color: #51249B;
}
}

@media (max-width: 991px) {
  .term_policy {
    font-size: 13px;
}

.req-btn{
  text-align: center;
}

.price-plans{
  display: flex;
  justify-content: center;
}


.copy_right {
  font-size: 13px;
}
.footer-social-icons {
  column-gap: 9px;
  font-size: 13px;
}

.request-logo-shape-bottom{
  display: none;
}

.invalid-text {
  position:static;
}
.price-plan{
  margin-bottom: 15px;
}
.we-offer-right-box img {
  width: 76px;
}

.box-1 {
  margin-left: 0;
}

.we-offer-right-box h6 {
  font-size: 23px;
}

.we-offer-right-box p {
  font-size: 16px;
}
.hero-left-text p {
  margin: 24px 0;
  font-size: 18px;
}
.hero-left-text h5 {
  font-size: 42px;
}

.hero-left-text {
  width: 100%;
}

.hero-phone-bg img {
  width: 580px;
}

.watch-box {
  font-size: 15px;
}
}

@media (max-width: 767px) {
  .term_policy {
    justify-content: center;
    margin-bottom: 7px;
  }

  .footer-social-icons {
    justify-content: center;
  }
  .copy_right{
    margin-bottom: 10px;
  }

  footer{
    text-align: center;
  }

  .download-icon {
    justify-content: center;
}

.request-a-demo-section {
  padding: 40px 0;
}

.faq-accordion-main-section {
  padding: 38px 0;
}

.faq-shape, .pricing-bottom-color, .pricing-top-color, .hero-image, .hero-phone-bg{
  display: none;
}

.price-plan{
  margin-bottom: 10px;
}

.pricing-plans-n-main-section {
  padding: 69px 0 76px;
}

.box-1 {
  margin-left: 0;
}

.hero-main-section{
  background-color: #51249B;
  padding-bottom: 51px;
}


.hero-left-text h5 {
  color: #fff;
}
.hero-left-text h5 span{
  color: #fff;
}
.hero-left-text p {
  color: #fff;
}
.hero-left-text {
  width: 100%;
}
.hero-main-box {
  margin-top: 40px;
}

.try-btn button {
  background: #fff;
  color: #51249B;

}
.watch-box {
  color: #fff;
}
}

@media only screen and (min-width: 993px) and (max-width: 1200px)  {
  .hero-phone-bg img {
    width: 608px;
  }

  .hero-left-text h5 {
    font-size: 46px;
    width: 485px;
}

.hero-left-text p {
  margin: 27px 0;
  font-size: 19px;
  width: 469px;
}
 
  }
