@font-face {
  font-family: DMSans;
  src: url("../designassets/fonts/DMSans-Regular.ttf"); }

html {
  scroll-behavior: smooth; }

.text-default {
  color: #06070A !important; }

.btn-primary {
  background-color: #4285F4 !important;
  border-color: #4285F4 !important; }

body {
  color: #06070A;
  margin: 0;
  font-family: DMSans !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-family: DMSans !important;
  line-height: 1.3;
  color: #06070A; }

h2 {
  font-size: calc(1.5rem + 1vw);
  font-weight: 700; }

h4 {
  font-size: calc(1rem + 1.2vw);
  font-weight: 700; }

p {
  font-weight: 400;
  line-height: 1.4; }

.max-width-300 {
  max-width: 300px; }

.max-width-400 {
  max-width: 400px; }

.text-muted {
  color: #A1AEB7 !important; }

.signup-page,
main {
  min-height: calc(100vh - 329.09px); }
  @media screen and (max-width: 992px) {
    .signup-page,
    main {
      min-height: calc(100vh - 281px); } }
  @media screen and (max-width: 575px) {
    .signup-page,
    main {
      min-height: calc(100vh - 313px); } }

.navbar-nav .nav-link {
  font-weight: 600;
  padding: 2px 12px !important; }

.btn {
  text-transform: capitalize;
  padding: 9px 24px;
  border-radius: 100px;
  color: #ffffff; }
  .btn.btn-sm {
    padding: 6px 20px;
    font-size: .75rem; }
  .btn.btn-default {
    color: #ffffff;
    background-color: #06070A !important;
    border-color: #06070A !important; }

.navbar-main a {
  color: #06070A;
  font-size: .9rem;
  font-weight: 600; }
  .navbar-main a.btn.btn-sm {
    padding: 8px 20px;
    font-size: .75rem; }

.br-0 {
  border-radius: 0; }

.br-4 {
  border-radius: 4px; }

.br-8 {
  border-radius: 8px; }

.home-top {
  background-image: url("../designassets/img/medsimple/background.png");
  background-size: cover;
  background-position: top;
  position: relative;
  min-height: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .home-top {
      min-height: 650px; } }
  @media screen and (max-width: 576px) {
    .home-top {
      min-height: 550px; } }
  @media screen and (max-width: 420px) {
    .home-top {
      min-height: 610px; } }
  @media screen and (min-width: 992px) {
    .home-top {
      min-height: 500px; } }
  .home-top img.image-right-side {
    width: 400px;}
    @media screen and (max-width: 767px) {
      .home-top img.image-right-side {
        width: 100%; } }
    @media screen and (max-width: 576px) {
      .home-top img.image-right-side {
        width: 100%; } }
    @media screen and (max-width: 420px) {
      .home-top img.image-right-side {
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .home-top img.image-right-side {
        width: 500px; } }

.home-top .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
    .home-top .col-md-6 {
      min-height: 325px; } }
  @media screen and (max-width: 576px) {
    .home-top .col-md-6 {
      min-height: 275px; } }
  @media screen and (max-width: 420px) {
    .home-top .col-md-6 {
      min-height: 305px; } }
  @media screen and (min-width: 992px) {
    .home-top .col-md-6 {
      min-height: 250px; } }

.rounded-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #FFF6E7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .rounded-icon img {
    width: 25px; }

.icon-img img {
  width: 25px; }

.steps-wrap {
  position: relative;
}
  .steps-wrap .steps-card {
    width: 25%;
    max-width: 200px;
    min-width: 180px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px; }
    .steps-wrap .steps-card div:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 992px) {
        .steps-wrap .steps-card div:last-child {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          text-align: left; } }
      @media screen and (max-width: 992px) {
        .steps-wrap .steps-card div:last-child span {
          margin: 0 0 !important; } }
    @media screen and (max-width: 992px) {
      .steps-wrap .steps-card {
        display: none;
        width: 100%;
        max-width: unset;
        min-width: unset;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; } }
    .steps-wrap .steps-card .step-name {
      color: #505D68; }
    .steps-wrap .steps-card .steps-icon {
      background: #E7E9FF; }
      @media screen and (min-width: 767px) and (max-width: 992px) {
        .steps-wrap .steps-card .steps-icon {
          width: 100px;
          height: 100px;
          min-width: 100px; } }
      .steps-wrap .steps-card .steps-icon img {
        width: 40%; }
    .steps-wrap .steps-card .step-count {
      background: #4285F4;
      color: #ffffff;
      border-radius: 50%;
      font-size: 10px;
      min-width: 18px;
      width: 18px;
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 992px) {
        .steps-wrap .steps-card .step-count {
          margin: 0 20px !important; } }

.top-physician .container {
  max-width: 500px;
  margin: auto;
  text-align: center; }

.phy-icon {
  width: 50px;
  height: 50px;
  background: #F2F5F7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  margin: 1vw; }
  .phy-icon img {
    width: 30px; }

.footer-top {
  background-image: url("../designassets/img/medsimple/background.png");
  background-size: cover;
  background-position: top;
  padding: 60px 0; }

.footer {
  background: #06070A; }
  .footer .nav .nav-item .nav-link {
    color: #ffffff !important;
    font-size: 14px; }
    @media screen and (max-width: 576px) {
      .footer .nav .nav-item .nav-link {
        font-size: 12px;
        padding: 0.25rem 0.5rem; } }
    .footer .nav .nav-item .nav-link.nav-link {
      color: #ffffff !important; }
  .footer .text-muted a {
    color: #A1AEB7 !important; }
  .footer img.main-logo {
    width: 200px; }
  .footer img.partner-logo {
    width: 100px; }

.section-back {
  -webkit-transform: scale(1.3, 0.6);
  -ms-transform: scale(1.3, 0.6);
  transform: scale(1.3, 0.6);
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 600px;
  top: 20%; }

.custom-designassets{
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .custom-designassets {
    justify-content: center;
  } }

.clinic-solutions .section-back {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  right: -20%;
  top: 10%; }
  @media screen and (min-width: 1665px) {
    .clinic-solutions .section-back {
      -webkit-transform: scale(3, 1.3);
      -ms-transform: scale(3, 1.3);
      transform: scale(3, 1.3);
      right: -50%; } }

.clinic-solutions .asian-doc {
  -webkit-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  max-width: 300px;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .clinic-solutions .asian-doc {
      max-width: 220px; } }
  @media screen and (max-width: 620px) {
    .clinic-solutions .asian-doc {
      max-width: 200px; } }

.big-count {
  color: #757EFE;
  font-weight: 900;
  font-size: 3rem; }

.home-top h2 {
  max-width: 250px; }
  @media screen and (min-width: 767px) {
    .home-top h2 {
      max-width: unset; } }

.trusted-by h4 {
  max-width: 190px; }
  @media screen and (min-width: 767px) {
    .trusted-by h4 {
      max-width: unset; } }

.why-med {
  position: relative;
  min-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .why-med {
      min-height: 390px; } }
  @media screen and (max-width: 576px) {
    .why-med {
      min-height: 640px; } }
  @media screen and (max-width: 420px) {
    .why-med {
      min-height: 780px; } }
  @media screen and (min-width: 992px) {
    .why-med {
      min-height: 640px; } }
  .why-med img.image-left-side {
    width: 300px;
    /* position: absolute; */
    /* top: 120px; */
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .why-med img.image-left-side {
        /* top: 150px; */
        /* width: auto; */
        width: 300px;
        height: 260px;
        margin-right: 1rem; } }
    @media screen and (max-width: 576px) {
      .why-med img.image-left-side {
        /* top: 140px; */
        width: auto;
        height: 300px; }
      .custom-designassets-why-med-col{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
      } }
    @media screen and (max-width: 420px) {
      .why-med img.image-left-side {
        width: auto;
        height: 400px; } }
    @media screen and (min-width: 992px) {
      .why-med img.image-left-side {
        width: 450px;
        /* margin-left:70px */
       }
    }
  .why-med .row p {
    font-size: calc(12px + .2vw); }

.custom-designassets-why-med{
  display: flex;
  justify-content: end;
}

.custom-designassets-medsimple{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#themesCarouselIndicators .theme_img_wrap {
  width: 600px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover; }
  @media screen and (max-width: 992px) {
    #themesCarouselIndicators .theme_img_wrap {
      width: 500px; } }
  @media screen and (max-width: 767px) {
    #themesCarouselIndicators .theme_img_wrap {
      width: 400px; } }
  @media screen and (max-width: 576px) {
    #themesCarouselIndicators .theme_img_wrap {
      width: 100%; } }
  #themesCarouselIndicators .theme_img_wrap .themes-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #themesCarouselIndicators .theme_img_wrap .themes-group img {
      margin-bottom: 70px;
      border-radius: 8px; }
      #themesCarouselIndicators .theme_img_wrap .themes-group img.main-theme-img {
        width: 100%;
        -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        z-index: 3; }
      #themesCarouselIndicators .theme_img_wrap .themes-group img.theme-imgs {
        width: 80%;
        position: absolute;
        z-index: 1;
        opacity: .6; }
        #themesCarouselIndicators .theme_img_wrap .themes-group img.theme-imgs.left {
          left: -8vw; }
        #themesCarouselIndicators .theme_img_wrap .themes-group img.theme-imgs.right {
          right: -8vw; }
        @media screen and (max-width: 576px) {
          #themesCarouselIndicators .theme_img_wrap .themes-group img.theme-imgs {
            display: none; } }

#themesCarouselIndicators .carousel-control-prev, #themesCarouselIndicators .carousel-control-next,
#themesCarouselIndicators .carousel-control-prev,
#themesCarouselIndicators .carousel-control-next {
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 315px;
  z-index: 5; }
  @media screen and (max-width: 992px) {
    #themesCarouselIndicators .carousel-control-prev, #themesCarouselIndicators .carousel-control-next,
    #themesCarouselIndicators .carousel-control-prev,
    #themesCarouselIndicators .carousel-control-next {
      top: 190px; } }
  @media screen and (max-width: 767px) {
    #themesCarouselIndicators .carousel-control-prev, #themesCarouselIndicators .carousel-control-next,
    #themesCarouselIndicators .carousel-control-prev,
    #themesCarouselIndicators .carousel-control-next {
      top: 150px; } }
  @media screen and (max-width: 576px) {
    #themesCarouselIndicators .carousel-control-prev, #themesCarouselIndicators .carousel-control-next,
    #themesCarouselIndicators .carousel-control-prev,
    #themesCarouselIndicators .carousel-control-next {
      display: none; } }
  #themesCarouselIndicators .carousel-control-prev-icon, #themesCarouselIndicators .carousel-control-prev-icon, #themesCarouselIndicators .carousel-control-next-icon, #themesCarouselIndicators .carousel-control-next-icon,
  #themesCarouselIndicators .carousel-control-prev-icon,
  #themesCarouselIndicators .carousel-control-prev-icon,
  #themesCarouselIndicators .carousel-control-next-icon,
  #themesCarouselIndicators .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    background-size: 100%; }

#themesCarouselIndicators .carousel-control-prev,
#themesCarouselIndicators .carousel-control-prev {
  left: -10px; }
  @media screen and (max-width: 420px) {
    #themesCarouselIndicators .carousel-control-prev,
    #themesCarouselIndicators .carousel-control-prev {
      left: -5%; } }
  #themesCarouselIndicators .carousel-control-prev-icon,
  #themesCarouselIndicators .carousel-control-prev-icon {
    background-image: url("../designassets/img/medsimple/left-arrow.png"); }

#themesCarouselIndicators .carousel-control-next,
#themesCarouselIndicators .carousel-control-next {
  right: -10px; }
  @media screen and (max-width: 420px) {
    #themesCarouselIndicators .carousel-control-next,
    #themesCarouselIndicators .carousel-control-next {
      right: -5%; } }
  #themesCarouselIndicators .carousel-control-next-icon,
  #themesCarouselIndicators .carousel-control-next-icon {
    background-image: url("../designassets/img/medsimple/right-arrow.png"); }

#themesCarouselIndicators .carousel-indicators li {
  border: 1px solid #DADADA;
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%; }
  #themesCarouselIndicators .carousel-indicators li.active {
    background: #424B5A;
    border-color: #424B5A; }

.functionality-section {
  padding-top: 50px;
  background-image: url("../designassets/img/medsimple/back3.png"); }

.pricing-cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 420px) {
    .pricing-cards {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .pricing-cards .price-card {
    border: 1px solid #757EFE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 32px;
    width: 260px;
    padding: 30px;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .pricing-cards .price-card {
        width: 210px;
        padding: 20px;
        margin-right: 20px; } }
    @media screen and (max-width: 420px) {
      .pricing-cards .price-card {
        width: 260px;
        margin-right: 0; } }
    .pricing-cards .price-card:hover {
      background: rgba(117, 126, 254, 0.1); }
    .pricing-cards .price-card h5 {
      font-size: 24px;
      font-weight: bold; }

.help-page {
  padding-top: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), color-stop(0.01%, #E7E9FF), color-stop(0.02%, rgba(236, 238, 255, 0.937594)), to(rgba(241, 241, 241, 0)));
  background: -webkit-linear-gradient(top, #F1F1F1 0%, #E7E9FF 0.01%, rgba(236, 238, 255, 0.937594) 0.02%, rgba(241, 241, 241, 0) 100%);
  background: -o-linear-gradient(top, #F1F1F1 0%, #E7E9FF 0.01%, rgba(236, 238, 255, 0.937594) 0.02%, rgba(241, 241, 241, 0) 100%);
  background: linear-gradient(180deg, #F1F1F1 0%, #E7E9FF 0.01%, rgba(236, 238, 255, 0.937594) 0.02%, rgba(241, 241, 241, 0) 100%); }

@media screen and (min-width: 768px) {
  .help-left-content {
    max-width: 450px; } }

@media screen and (min-width: 768px) {
  .help-form {
    max-width: 350px; } }

.help-form select.form-control,
.help-form input.form-control {
  font-size: 14px;
  line-height: 18px;
  padding: 0.5rem 0.75rem;
  height: calc(1.5em + 1rem + 2px); }

.help-form .input-group-alternative {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #C2D1D9; }
  .help-form .input-group-alternative input.form-control {
    font-size: 14px;
    line-height: 18px;
    padding: 0.5rem 0.75rem 0.5rem 0;
    height: calc(1.5em + 1rem + 2px); }

.help-form .button-wrap {
  max-width: 350px;
  margin: auto; }

.help-faq-page .accordion .card {
  border-radius: 4px !important;
  margin-bottom: 8px;
  border: 1px solid #E1E6F0 !important; }
  .help-faq-page .accordion .card:last-child {
    border-bottom: 1px solid #E1E6F0 !important; }
  .help-faq-page .accordion .card button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #505D68;
    font-weight: 500; }
    .help-faq-page .accordion .card button .faq-icon {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      background: #F2F5F7;
      color: #C2D1D9;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .help-faq-page .accordion .card button .faq-icon i {
        font-size: 18px; }
    .help-faq-page .accordion .card button.collapsed .faq-icon {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .help-faq-page .accordion .card p {
    font-size: .875rem;
    color: #505D68;
    font-weight: 500; }

.signup-page {
  padding: 90px 0 60px;
  background-image: url("../designassets/img/medsimple/background.png");
  background-size: cover;
  background-position: top;
  /* height: 100%; */
 }
  .signup-page .auth-form {
    max-width: 400px;
    margin: auto;
    border-radius: 16px; }
    .signup-page .auth-form .input-group-alternative {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #C2D1D9; }
      .signup-page .auth-form .input-group-alternative .input-group-text,
      .signup-page .auth-form .input-group-alternative input.form-control {
        font-size: 14px;
        line-height: 18px;
        padding: 0.5rem 0.75rem;
        height: calc(1.5em + 1rem + 2px); }
      .signup-page .auth-form .input-group-alternative input.form-control {
        padding: 0.5rem 0.75rem 0.5rem 0; }
    .signup-page .auth-form .sign-google img {
      width: 25px;
      height: 25px;
      -o-object-fit: cover;
      object-fit: cover;
      margin-right: 6px; }
    .signup-page .auth-form .custom-control-label {
      line-height: 1.75; }

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: rgba(117, 126, 254, 0.3);
  color: white;
  cursor: pointer;
  border-radius: 4px;
  width: 45px;
  height: 45px; }

#backToTopBtn:hover {
  background-color: #757efe; }