:root {
  --dark-blue: #1b75bb;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: url('../images/Hero-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-width: auto;
  max-width: none;
  height: 100vh;
  overflow: hidden;
}

.hero-container {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1800px;
  height: 100vh;
  max-height: 100vh;
  padding: 5% 2% 3%;
  display: flex;
  overflow: hidden;
}

.hero-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.hero-image-card {
  order: 1;
  width: 42%;
  max-width: none;
}

.hero-text-1 {
  background-color: #dbeafe;
  border-radius: 100px;
  width: 30%;
  max-width: none;
  max-height: 40%;
}

.hero-text-1.cta {
  border-radius: 100px;
  width: 15%;
}

.hero-h3 {
  color: var(--dark-blue);
  text-align: center;
  margin: 2%;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.hero-h1 {
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: 35px;
  line-height: 40px;
  display: flex;
}

.h1 {
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  line-height: 65px;
}

.h1.features {
  text-align: center;
  margin-bottom: 1%;
  font-size: 30px;
  line-height: 40px;
}

.h1.features.why-choose {
  text-align: left;
  line-height: 55px;
}

.h1.cta {
  color: #fff;
  margin-top: 1%;
  font-size: 40px;
}

.hero-paragraph {
  text-align: center;
  max-width: 55%;
}

.h1-text {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.hero-txt-holder {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.evadoc-works-section {
  justify-content: flex-start;
  align-items: center;
  max-height: none;
  display: flex;
  overflow: visible;
}

.evadoc-work-container {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: auto;
  padding: 4% 1%;
  display: flex;
}

.evadoc-txt-hldr {
  text-align: center;
  max-width: 60%;
  margin-bottom: 4%;
}

.h2 {
  margin-top: 1%;
  margin-bottom: 1%;
  font-family: Manrope, sans-serif;
  font-size: 30px;
}

.body-txt {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.body-txt.cta {
  color: #fff;
  width: 55%;
  line-height: 22px;
}

.evadoc-step-div {
  object-fit: fill;
  width: auto;
}

.evasteps-grid {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-div-block {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  padding: 2% 2% 2% 10%;
  display: flex;
  box-shadow: 0 3px 20px #0000001a;
}

.gif-div-block {
  width: 150px;
}

.grid-txt-block {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.step-txt-blck {
  text-align: center;
  background-color: #dbeafe;
  border-radius: 50px;
  width: 70px;
  padding-left: 2%;
  padding-right: 2%;
}

.step-heading {
  color: #1b75bb;
  margin: 2% 0%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.grid-paragraph-block {
  width: 90%;
  margin-top: 2%;
}

.h3 {
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.h3.metric {
  text-align: center;
  margin-top: 5%;
}

.h3.footer {
  color: #fff;
  margin-bottom: 5%;
}

.step-details {
  text-align: left;
  margin-bottom: 4%;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.step-details.client {
  color: #b9b9b9;
}

.step-details.testimonial {
  text-align: left;
  margin-top: 3%;
  font-size: 14px;
  line-height: 24px;
}

.step-details.client-title {
  color: #707070;
  text-align: left;
  margin-top: 2%;
  font-size: 15px;
}

.step-details.test, .step-details.metric {
  text-align: center;
}

.step-details.copyright {
  color: #b4b4b4;
  text-align: left;
  margin-top: 4%;
  line-height: 22px;
}

.step-details.copyright.contact {
  margin-top: 0%;
}

.list {
  margin-bottom: 0;
  padding-left: 10%;
  font-size: 13px;
}

.step-list-item {
  margin-bottom: 3%;
  line-height: 14px;
}

.list-txt {
  margin-bottom: 1%;
  font-family: Manrope, sans-serif;
}

.evadoc-features-section {
  text-align: left;
  background-image: url('../images/Powerful-Features-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.features-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  display: flex;
}

.features-text-block {
  margin-top: 2%;
}

.features-grid-block {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  max-height: none;
  margin-top: 3%;
  display: flex;
}

.features-grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 1200px;
  max-width: none;
  height: 650px;
  display: grid;
}

.feature-block {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 250px;
  padding: 5% 10%;
  display: flex;
  box-shadow: 0 4px 6px #0003;
}

.feature-icon-block {
  width: 20%;
  height: 25%;
}

.feature-txt-div {
  margin-top: 6%;
}

.ticker-section {
  overflow: hidden;
}

.ticker-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding: 4% 2%;
  display: flex;
  overflow: hidden;
}

.ticker-wrap {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 150px;
  margin-top: 2%;
  padding: 1% 1% 1% 0%;
  display: flex;
  overflow: hidden;
}

.ticker-track {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  min-width: 100%;
  max-width: none;
  display: flex;
}

.why-choose-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: auto;
  padding: 2% 1%;
  display: flex;
  overflow: hidden;
}

.why-choose-txt-blck {
  max-width: 20%;
}

.choose-grid {
  grid-column-gap: 5%;
  grid-row-gap: 25%;
  height: 300px;
}

.choose-txt-blck {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  padding: 2%;
  display: flex;
}

.choose-icon-blck {
  width: 80px;
  height: 80px;
}

.choose-txt-wrap {
  width: 50%;
}

.testimonials-section {
  background-image: url('../images/Last-Section-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
}

.testimonial-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1800px;
  height: auto;
  padding: 4% 2% 2%;
  display: flex;
}

.test-txt-wrap {
  width: 50%;
}

.testimonial-grid-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 0%;
  display: flex;
  overflow: hidden;
}

.testimonial-grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.testimonial-box {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 480px;
  height: 400px;
  padding: 4% 2%;
  display: flex;
  box-shadow: 0 4px 20px #0000001a;
}

.logo-div {
  display: flex;
}

.test-txt-blck {
  margin-top: 5%;
}

.metric-wrap {
  border-top: 1px solid #b9b9b9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4%;
  padding: 4% 1% 2%;
  display: flex;
}

.client-logo-wrap {
  width: 80%;
}

.client-name-wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  display: flex;
}

.quote-icon-wrap {
  width: 10%;
}

.metric-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.metric-txt-wrap {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 8%;
  display: flex;
}

.metric-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-wrap {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  min-width: 100%;
  max-width: none;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.cta-container {
  max-width: 1200px;
  padding: 2% 2% 4%;
}

.cta-wrap {
  background-image: url('../images/CTA-Section-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 4%;
}

.cta-txt-blck {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-button-wrap {
  justify-content: space-between;
  width: 50%;
  margin-top: 2%;
  display: flex;
}

.cta-primary-button {
  color: #1b75bb;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 2% 4%;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.cta-primary-button.secondary {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
}

.footer-section {
  background-color: #000;
}

.footer-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1800px;
  padding: 2% 0%;
  display: flex;
}

.footer-copyright-wrap {
  text-align: left;
  width: 25%;
}

.copyright-txt-wrap {
  width: 80%;
}

.copyright-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-icon-box {
  width: 5%;
}

.copyright-txt-blck {
  justify-content: flex-start;
  align-items: center;
  margin-left: 3%;
  line-height: 14px;
  display: flex;
}

.footer-details-wrap-2 {
  justify-content: space-around;
  width: 60%;
  padding-left: 4%;
  padding-right: 2%;
  display: flex;
}

.footer-quick-links-wrap {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.footer-links-div {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.footer-link {
  color: #b9b9b9;
  margin-top: 2%;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-contact-wrap {
  flex-flow: column;
  width: 40%;
  display: flex;
}

.footer-contact-txt-blck {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  justify-content: space-between;
  height: 80%;
  display: flex;
}

.footer-txt-wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0%;
  display: flex;
}

.footer-contact-icon-wrap {
  width: 6%;
}

.nav-bar {
  z-index: 100;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  min-width: 100vw;
  max-width: 100vw;
  overflow-x: clip;
}

.nav-bar-container {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 1200px;
  padding: 1%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 15px #0000001a;
}

.nav-link {
  margin-right: 5%;
  padding: 2% 1%;
}

.nav-bar-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
}

.nav-link-txt {
  color: #000;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-txt:hover {
  text-decoration: underline;
}

.cta-nav-bar-button {
  background-image: linear-gradient(274deg, #15b2ab, #2469e6);
  border-radius: 5px;
  padding: 2% 4%;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.cta-nav-bar-button:hover {
  padding-left: 5%;
  padding-right: 5%;
}

.image {
  max-width: 80%;
}

.modal {
  z-index: 150;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.modal-bg {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #70707099;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.modal-container {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1% 2%;
  display: flex;
  box-shadow: 0 4px 50px #00000026;
}

.modal-heading-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.modal-heading-txt-wrap {
  width: 80%;
}

.modal-heading {
  margin-top: 0;
  margin-bottom: 1%;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.modal-paragraph {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.modal-close-link-block {
  width: 30px;
}

.modal-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.modal-field {
  border: 1px solid #a6bbd1;
  border-radius: 5px;
  box-shadow: 0 2px 10px #0000000d;
}

.modal-field.message {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
}

.submit-button {
  background-color: #1b75bb;
  border-radius: 5px;
  width: 100%;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.modal-details-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.hamburger {
  display: none;
}

.text-block {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.success-message {
  background-color: #259fd6;
  border-radius: 5px;
  padding: 2% 1%;
}

.success-msg-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hero-section {
    height: auto;
  }

  .hero-container {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    padding-top: 3%;
  }

  .hero-text-div {
    margin-top: 0%;
  }

  .hero-image-card {
    order: 1;
    align-self: center;
    width: 55%;
    max-width: none;
  }

  .hero-text-1 {
    max-height: 45%;
  }

  .hero-text-1.cta {
    width: 20%;
  }

  .hero-h3 {
    font-size: 16px;
  }

  .hero-h1 {
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 55px;
    line-height: 60px;
  }

  .h1 {
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 55px;
  }

  .h1.features {
    font-size: 45px;
    line-height: 65px;
  }

  .h1.cta {
    font-size: 45px;
  }

  .hero-paragraph {
    max-width: 55%;
  }

  .h1-text {
    font-size: 18px;
    line-height: 26px;
  }

  .evadoc-works-section {
    max-height: 100vh;
    display: block;
  }

  .evadoc-work-container {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    max-width: 1800px;
    height: 90vh;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .evadoc-txt-hldr {
    max-width: 50%;
    margin-bottom: 0%;
  }

  .h2 {
    font-size: 32px;
  }

  .body-txt {
    font-size: 18px;
  }

  .body-txt.cta {
    width: 48%;
    line-height: 28px;
  }

  .evadoc-step-div {
    width: 100%;
  }

  .evasteps-grid {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .grid-div-block {
    background-color: #fff;
    background-image: none;
    border-radius: 5px;
    width: 400px;
    height: 500px;
    box-shadow: 0 3px 20px #0000001a;
  }

  .gif-div-block {
    width: 250px;
  }

  .step-txt-blck {
    width: 100px;
  }

  .step-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .step-details {
    margin-bottom: 0%;
    font-size: 14px;
    line-height: 20px;
  }

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

  .step-list-item {
    margin-bottom: 2%;
  }

  .evadoc-features-section {
    height: 90vh;
  }

  .features-container {
    max-width: 1800px;
    height: 90vh;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .features-text-block {
    margin-top: 0%;
  }

  .features-grid-block {
    margin-top: 5%;
  }

  .features-grid {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    width: 1500px;
  }

  .feature-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 380px;
    padding-top: 10%;
  }

  .feature-icon-block {
    width: 25%;
  }

  .feature-txt-div {
    margin-top: 8%;
  }

  .ticker-section {
    overflow: hidden;
  }

  .ticker-container {
    max-width: 1800px;
    overflow: hidden;
  }

  .ticker-wrap {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    justify-content: space-between;
    display: flex;
  }

  .ticker-track {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    justify-content: space-between;
    align-items: stretch;
    min-width: 100%;
    max-width: none;
    position: static;
    overflow: visible;
  }

  .why-choose-container {
    max-width: 1800px;
  }

  .testimonials-section {
    height: 130vh;
  }

  .testimonial-container {
    height: auto;
  }

  .testimonial-grid-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-box {
    width: 600px;
    height: 500px;
    display: block;
  }

  .testimonial-wrap {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: none;
    margin-right: 4%;
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
  }

  .cta-container {
    max-width: 1800px;
    padding-bottom: 2%;
  }

  .cta-button-wrap {
    width: 30%;
  }

  .cta-primary-button {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .cta-primary-button:hover {
    background-color: #dbeafe;
    width: 220px;
  }

  .cta-primary-button.secondary:hover {
    color: #1b75bb;
  }

  .footer-copyright-wrap {
    width: 18%;
  }

  .copyright-txt-wrap {
    width: auto;
  }

  .copyright-block {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .copyright-icon-box {
    width: 8%;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-txt-wrap {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-contact-icon-wrap {
    width: 8%;
  }

  .navbar {
    background-color: #fff;
    max-width: 1800px;
  }

  .container {
    width: 100%;
  }

  .nav-bar-link {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .nav-bar {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 1%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .nav-bar-container {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 1800px;
    padding: 1%;
    box-shadow: 0 3px 15px #0000001a;
  }

  .navbar-2 {
    color: #3330;
    background-color: #ddd0;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    padding: 2% 1%;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .nav-menu {
    width: 30%;
    display: flex;
  }

  .nav-bar-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-link-wrap {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .nav-link-txt {
    color: #000;
    font-size: 16px;
    text-decoration: none;
  }

  .nav-link-txt:hover {
    text-decoration: underline;
  }

  .cta-nav-bar-button {
    background-image: linear-gradient(253deg, #15b2ab, #2469e6);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 2% 4%;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .cta-nav-bar-button:hover {
    padding-left: 7%;
    padding-right: 7%;
  }

  .modal {
    z-index: 150;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .modal-bg {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #707070a6;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .modal-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    max-width: 30%;
    height: auto;
    padding: 2%;
    display: flex;
    box-shadow: 0 4px 50px #00000026;
  }

  .modal-heading-wrap {
    justify-content: space-between;
    margin-bottom: 0%;
    display: flex;
  }

  .modal-heading-txt-wrap {
    width: 80%;
  }

  .modal-heading {
    margin-top: 0;
    margin-bottom: 1%;
    font-family: Manrope, sans-serif;
    font-size: 30px;
    line-height: 38px;
  }

  .modal-paragraph {
    font-family: Manrope, sans-serif;
    font-size: 15px;
  }

  .modal-close-link-block {
    width: 40px;
    height: 40px;
  }

  .modal-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .modal-field {
    color: #000;
    border: 1px solid #a6bbd1;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    box-shadow: 0 2px 10px #0000000d;
  }

  .modal-field:focus {
    border-width: 2px;
    border-color: #1b75bb;
  }

  .modal-field.message {
    flex: 1;
    height: auto;
    min-height: 100px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .submit-button {
    background-color: #1b75bb;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .submit-button:hover {
    background-color: #0f5083;
  }

  .modal-details-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
  }

  .error-message {
    color: #8b0b0b;
    font-family: Manrope, sans-serif;
    font-weight: 700;
  }

  .error-message-2 {
    background-color: #ffdedead;
    border-radius: 5px;
    margin-top: 1%;
    padding-top: 1%;
  }

  .hamburger {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    padding-top: 3%;
  }

  .hero-text-div {
    max-width: 90%;
  }

  .hero-image-card {
    width: 70%;
  }

  .hero-text-1 {
    width: 50%;
  }

  .hero-text-1.cta {
    width: 20%;
  }

  .hero-h3 {
    font-size: 11px;
    line-height: 11px;
  }

  .hero-h1 {
    text-align: center;
    font-size: 30px;
  }

  .h1 {
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 35px;
  }

  .h1.features {
    font-size: 20px;
    line-height: 25px;
  }

  .h1.features.why-choose {
    font-size: 20px;
    line-height: 28px;
  }

  .h1.cta {
    text-align: center;
    margin-bottom: 0%;
    font-size: 22px;
    line-height: 30px;
  }

  .hero-paragraph {
    max-width: 80%;
    line-height: 16px;
  }

  .h1-text {
    line-height: 20px;
  }

  .hero-txt-holder {
    max-width: 100%;
  }

  .evadoc-works-section {
    flex-flow: column;
  }

  .evadoc-work-container {
    overflow: hidden;
  }

  .evadoc-txt-hldr {
    max-width: 50%;
  }

  .h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .body-txt {
    font-size: 12px;
    line-height: 18px;
  }

  .body-txt.cta {
    width: 100%;
    font-size: 11px;
    line-height: 18px;
  }

  .evasteps-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .grid-div-block {
    width: 250px;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
  }

  .gif-div-block {
    width: 50%;
  }

  .h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .step-details {
    font-size: 12px;
    line-height: 16px;
  }

  .step-details.testimonial {
    font-size: 12px;
    line-height: 18px;
  }

  .step-details.client-title {
    font-size: 13px;
  }

  .step-details.copyright {
    font-size: 11px;
    line-height: 20px;
  }

  .list {
    padding-left: 8%;
  }

  .list-txt {
    font-size: 11px;
    line-height: 12px;
  }

  .evadoc-features-section {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .features-container {
    justify-content: flex-start;
    align-items: center;
    max-width: 728px;
    height: auto;
    min-height: auto;
    padding-top: 4%;
    padding-bottom: 4%;
    overflow: visible;
  }

  .features-text-block {
    width: 80%;
  }

  .features-grid {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 728px;
    height: auto;
    min-height: auto;
    margin-bottom: 10%;
    display: grid;
  }

  .feature-block {
    width: 90%;
    height: auto;
  }

  .ticker-section {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .ticker-container {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .ticker-wrap {
    height: 100px;
  }

  .why-choose-section {
    height: auto;
    min-height: auto;
  }

  .why-choose-container {
    justify-content: center;
    align-items: center;
    padding: 4% 7%;
  }

  .why-choose-grid {
    min-height: auto;
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .choose-grid {
    grid-row-gap: 15%;
    height: 300px;
  }

  .testimonial-container {
    padding-bottom: 4%;
  }

  .test-txt-wrap {
    width: 65%;
  }

  .testimonial-box {
    width: 40%;
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .testimonial-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-wrap {
    width: 90%;
  }

  .cta-button-wrap {
    width: 55%;
    margin-top: 4%;
  }

  .cta-primary-button {
    width: auto;
    height: auto;
    font-size: 14px;
  }

  .footer-copyright-wrap {
    width: 30%;
  }

  .logo-wrap {
    width: 60%;
  }

  .copyright-txt-wrap {
    width: 100%;
    font-size: 12px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-contact-wrap {
    width: 50%;
  }

  .nav-bar {
    max-width: 900px;
  }

  .nav-bar-container {
    max-width: 750px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-link {
    margin-right: 3%;
  }

  .nav-link-wrap {
    width: 92%;
  }

  .nav-link-txt {
    font-size: 12px;
    line-height: 16px;
  }

  .cta-nav-bar-button {
    font-size: 12px;
    line-height: 18px;
  }

  .image {
    max-width: 70%;
  }

  .modal {
    display: none;
  }

  .modal-container {
    padding-top: 2%;
  }

  .modal-heading {
    font-size: 22px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
  }

  .hero-container {
    height: 100svh;
    max-height: none;
    padding-top: 10%;
    padding-bottom: 8%;
  }

  .hero-text-1.cta {
    width: 30%;
  }

  .hero-h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .h1.features {
    margin-bottom: 2%;
  }

  .h1.cta {
    font-size: 20px;
  }

  .h1-text {
    font-size: 12px;
    line-height: 18px;
  }

  .evadoc-txt-hldr {
    max-width: 60%;
  }

  .h2 {
    font-size: 22px;
    line-height: 22px;
  }

  .body-txt {
    line-height: 16px;
  }

  .grid-div-block {
    width: 220px;
  }

  .grid-paragraph-block {
    width: 95%;
  }

  .h3 {
    line-height: 18px;
  }

  .step-details {
    font-size: 11px;
    line-height: 14px;
  }

  .ticker-container {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .ticker-wrap {
    width: 90%;
    height: 80px;
  }

  .ticker-track {
    min-width: 70%;
  }

  .why-choose-container {
    flex-flow: column;
  }

  .why-choose-txt-blck {
    max-width: 100%;
  }

  .cta-primary-button, .cta-primary-button.secondary {
    font-size: 12px;
  }

  .nav-link {
    margin-right: 1%;
  }

  .nav-link-wrap {
    width: 100%;
  }

  .image {
    max-width: 80%;
  }

  .image-2 {
    max-width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .hero-image-card {
    width: 90%;
  }

  .hero-text-1 {
    width: 70%;
  }

  .hero-text-1.cta {
    width: 50%;
  }

  .hero-h3 {
    font-size: 10px;
  }

  .hero-h1 {
    font-size: 20px;
    line-height: 22px;
  }

  .h1 {
    margin-bottom: 2%;
  }

  .h1.features {
    font-size: 18px;
    line-height: 22px;
  }

  .h1.features.why-choose {
    font-size: 18px;
    line-height: 20px;
  }

  .h1.cta {
    font-size: 14px;
    line-height: 18px;
  }

  .hero-paragraph {
    max-width: 100%;
  }

  .h1-text {
    font-size: 11px;
    line-height: 15px;
  }

  .hero-txt-holder {
    max-width: 90%;
  }

  .evadoc-work-container {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .evadoc-txt-hldr {
    max-width: 80%;
  }

  .h2 {
    font-size: 18px;
  }

  .body-txt {
    font-size: 11px;
    line-height: 15px;
  }

  .body-txt.cta {
    width: 100%;
  }

  .h3 {
    font-size: 13px;
  }

  .step-details {
    line-height: 15px;
  }

  .step-details.testimonial {
    font-size: 11px;
  }

  .step-details.copyright {
    line-height: 18px;
  }

  .features-container {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .features-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .feature-block {
    width: 80%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .ticker-container {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .ticker-wrap {
    width: 90%;
  }

  .why-choose-container {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .choose-grid {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .choose-icon-blck {
    width: 50px;
    height: 50px;
  }

  .choose-txt-wrap {
    width: 80%;
  }

  .testimonial-container {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .test-txt-wrap {
    width: 80%;
  }

  .testimonial-box {
    width: 75%;
  }

  .client-logo-wrap {
    width: 50%;
  }

  .client-name-wrap {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .cta-container, .cta-wrap {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .cta-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 60%;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 5%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-copyright-wrap {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .logo-wrap {
    width: 40%;
  }

  .copyright-block {
    line-height: 14px;
  }

  .footer-details-wrap-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .footer-quick-links-wrap {
    width: 50%;
  }

  .footer-contact-wrap {
    width: 60%;
    margin-top: 2%;
  }

  .footer-contact-txt-blck {
    height: 90%;
  }

  .nav-bar {
    max-width: 100svw;
    margin-top: 10%;
  }

  .nav-bar-container {
    width: 90%;
    max-width: none;
    margin-top: 5%;
    padding-top: 4%;
    padding-bottom: 5%;
    position: fixed;
  }

  .brand-wrap {
    z-index: 51;
    max-width: 50%;
    position: relative;
  }

  .nav-link {
    margin-right: 0%;
  }

  .nav-link-wrap {
    z-index: 50;
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    margin-left: -100%;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-link-txt {
    font-size: 16px;
  }

  .cta-nav-bar-button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 6%;
    font-size: 14px;
    display: flex;
  }

  .image {
    max-width: 100%;
  }

  .modal {
    display: none;
  }

  .modal-bg {
    padding-left: 2%;
    padding-right: 2%;
  }

  .modal-container {
    padding-top: 5%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .modal-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .modal-details-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .image-2 {
    max-width: 20%;
  }

  .image-3, .image-4, .image-5, .image-6 {
    max-width: 50%;
  }

  .hamburger {
    z-index: 51;
    width: 10%;
    display: flex;
    position: relative;
  }

  .success-message {
    padding: 3% 4%;
  }
}

@media screen and (min-width: 1920px) {
  #Company-Name.w-node-_459bb68a-6d83-786a-86c5-715e95cd170f-6d0c2cbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


