#cookies-prompt {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px #333333;
}

* {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.Inter-font-f70 {
  font-family: 'Inter', sans-serif;
  font-size: 70px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.30;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.Inter-font-f50 {
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.30;
  letter-spacing: normal;
  color: #000000;
}

.Inter-font-f34 {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.Inter-font-f21 {
  font-family: 'Inter', sans-serif;
  font-size: 21.2px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  color: #000000;
}

.Inter-font-f16 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.Inter-font-f24 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.rh-feature-cards {
  height: 364px;
  border-radius: 17px;
  background-color: #fff;
}

.rh-patient-flow-div {
  background-color: #4e7fff;
  /* padding-top: 290px; */
  padding-bottom: 30px;
}

.section-header {
  line-height: 1.11;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
}

.bg-orange {
  background-color: #ff7407;
}

.features-orange-header {
  background: radial-gradient(120% 200% at top, transparent 50%, #ff7407 51%);
  /* background-size: cover; */
  height: 100px;
}

.real-time-transcribing {
  background: radial-gradient(120% 200% at bottom, transparent 50%, #4e7fff 51%);
  height: 100px;
}

.patient-flow-section {
  /* background: radial-gradient(120% 30% at top, transparent 50%, #4e7fff 51%); */
  background: radial-gradient(120% 200% at top, #ff7407 50%, #4e7fff 51%);
  height: 100px;
}

.assignments-cover {
  background: url(./images/AssignmentsBG.png) no-repeat center center;
  position: relative;
  background-size: cover;
}

.nav-logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff4d15;
}

.text-style-1 {
  font-weight: normal;
  color: #333;
}

a.nav-logo-text {
  text-decoration: none;
}

.btn-trial-text {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.trial-btn {
  width: 212px;
  height: auto;
  flex-grow: 0;
  border-radius: 80px;
  background-color: #ff7407;
}

.assignments-steps-screen-sm {
  display: block;
}

.assignments-steps-screen-xl {
  display: none;
}

@media only screen and (max-width: 992px) {
  .Inter-font-f70 {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .Inter-font-f34 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .Inter-font-f50 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000000;
  }

  .assignments-to-row {
    display: flex;
    flex-direction: row;
  }

  .Inter-font-f24 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
 
  .navbar {
    padding: 2rem !important;
  }
  .navbar .logo {
    width: 208px;
  }
  .auto-call-image-wrapper {
    margin-bottom: 0px !important;
  }
  .real-time-transcription-wrapper p {
    /* text-align: center !important; */
  }
  .Inter-font-f70 {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .Inter-font-f34 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .Inter-font-f50 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.30;
    letter-spacing: normal;
    color: #000000;
  }

  .Inter-font-f21 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .Inter-font-f16 {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .Inter-font-f24 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .instruments-division {
    flex-direction: column !important;
  }

  .rh-patient-flow-div {
    /* padding-top: 200px; */
    padding-bottom: 30px;
  }

  .rh-feature-cards {
    /* width: 322px; */
    width: 100%;
    border-radius: 17px;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1400px) {
  .assignments-steps-screen-xl {
    display: block;
  }

  .assignments-steps-screen-sm {
    display: none;
  }
}

@media only screen and (min-width: 2000px) {
  .Inter-font-f70 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.30;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .Inter-font-f24 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #000000;
  }

  .Inter-font-f50 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.30;
    letter-spacing: normal;
    color: #000000;
  }
}

@media only screen and (min-width: 3300px) {
  .Inter-font-f70 {
    font-family: 'Inter', sans-serif;
    font-size: 10rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.30;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .Inter-font-f24 {
    font-family: 'Inter', sans-serif;
    font-size: 5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #000000;
  }

  .Inter-font-f50 {
    font-family: 'Inter', sans-serif;
    font-size: 7rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.30;
    letter-spacing: normal;
    color: #000000;
  }

  .Inter-font-f21 {
    font-family: 'Inter', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #000000;
  }

  .Inter-font-f16 {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .Inter-font-f34 {
    font-family: 'Inter', sans-serif;
    font-size: 5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .appt-icons {
    width: 100%;
    height: 100%;
  }

  .rh-feature-cards {
    width: 100%;
    height: 100%;
    padding: 8.25rem;
  }

  .rh-feature-cards img {
    min-width: 50%;
    max-width: 100%;
  }

  .rh-feature-cards .card-text {
    padding-top: 5rem !important;
  }

  .rh-patient-flow-div {
    /* padding-top: 35rem !important; */
    padding-bottom: 8rem;
  }

  .feature.container {
    max-width: 75% !important;
  }
  .tele-laptop-section {
    display: block !important;
  }

  .btn-trial-text {
    font-size: 4rem;
  }

  .trial-btn {
    width: auto;
    padding: 2rem 4rem;
  }
}

.paddingy-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-image {
  max-width: 100%;
}

@media (max-width: 600px) {
  .features-orange-header {
    height: 80px;
  }
  .d-sm-none {
    display: none;
  }
  .mobile-navbar {
    margin-top: 98px !important;
    padding-left: 1.5rem !important;
  }
  .mobile-navbar a {
    font-size: 1rem;
  }
  .px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-5 {
    padding: 2.5rem !important;
  }
  .mobile-menu-toggle img {
    width: 22px;
  }
  .care-team-demo-img-wrapper {
    padding: 0px !important;
  }
  .real-time-transcription-wrapper {
    padding-bottom: 45px !important;
  }

  .patient-education-wrapper {
    padding: 30px 0px 0px 0px !important;
  }
  .hero-phone-img {
    display: none;
  }
}

@media (min-width: 768px) {


  .hero-image {
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .hero-image {
    max-width: 40%;
  }
  .container {
    max-width: 1540px !important;
  }
}

@media (max-width: 992px) {
  .offset-md-2, .offset-md-1 {
    margin-left: 0px !important;
  }
  h3, .Inter-font-f24 {
    text-align: center !important;
  }
}

@media (min-width: 1800px) {

  .container {
    max-width: 2200px !important;
  }
  .container.two-sections {
    max-width: 1540px !important;
  }
  .care-team-demo-img-wrapper {
    max-width: 70%;
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 600px) {
  .pr-5 {
    padding-right: 0px;
  }
  .container h3,
  .center-align-sm {
    text-align: center !important;
  }
  .translators-section,
  .translators-section p {
    text-align: center !important;
  }
  .apps-and-web-points {
    padding-left: 30px !important;
  }
  .apps-and-web-points img {
    width: 15px;
    margin-right: 10px;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}

main {
  padding-top: 70px;
}
