/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 576px) {
  body {
    text-align: center; }
  ul li,
  ol li {
    text-align: left; }
  .banner-section {
    text-align: center; }
    .banner-section .carousel-container #carousel-slide .item {
      background-size: cover;
      background-position: 0 0; }
      .banner-section .carousel-container #carousel-slide .item.item-wellness-easy {
        background-position-x: -300px; }
      .banner-section .carousel-container #carousel-slide .item.item-preg-easy {
        background-position-x: -300px; }
    .banner-section .carousel-container .owl-carousel.owl-theme .owl-dots {
      bottom: 15px; }
    .banner-section .banner-col .logo {
      height: 60px;
      align-self: center; }
    .banner-section .banner-col .buttons-container button {
      margin-bottom: 20px; }
  .navbar-brand {
    width: 70%; }
  .services-section .services-row {
    display: flex;
    margin: 30px 0; }
    .services-section .services-row img {
      width: 60%; }
    .services-section .services-row.row-1 img {
      width: 100%; }
    .services-section .services-row.row-2 div:first-child {
      order: 2; }
    .services-section .services-row.row-2 .services-details {
      order: 1; }
    .services-section .services-row .service-details {
      margin-top: 20px; }
      .services-section .services-row .service-details ul {
        text-align: left; }
  .registration-section form {
    text-align: left; }
  .footer-row {
    text-align: center;
    flex-direction: column; }
    .footer-row a {
      width: 100%; }
    .footer-row p {
      order: 2;
      font-size: 14px; }
    .footer-row img {
      order: 1;
      width: 40%;
      margin: 20px 0; }
    .footer-row .download-app {
      margin-top: 30px; }
      .footer-row .download-app .app-links img {
        width: 70%; }
  .about-us-section .main-heading {
    max-width: 100%; }
  .about-us-section .doceasy-wheel img {
    width: 90%; } }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .navbar-margin {
    margin: 0;
    margin-bottom: 20px; }
  #header .header-section {
    position: relative; }
    #header .header-section .contact-header .container-custom {
      flex-direction: column; }
      #header .header-section .contact-header .container-custom .contact-us {
        justify-content: space-between; }
        #header .header-section .contact-header .container-custom .contact-us a {
          margin-bottom: 5px; }
        #header .header-section .contact-header .container-custom .contact-us .contact-info {
          margin: 0; }
      #header .header-section .contact-header .container-custom .social img {
        display: none;
        width: 15px; }
  .banner-section .banner-col.banner-col-2 > img {
    display: none; }
  .doctors-list-section .this-week .nav-tabs {
    justify-content: space-between; }
    .doctors-list-section .this-week .nav-tabs .nav-item span {
      display: none; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(1) a::before {
      content: 'Mon'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(2) a::before {
      content: 'Tue'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(3) a::before {
      content: 'Wed'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(4) a::before {
      content: 'Thu'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(5) a::before {
      content: 'Fri'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(6) a::before {
      content: 'Sat'; }
    .doctors-list-section .this-week .nav-tabs .nav-item .nav-link {
      font-weight: normal;
      padding: 5px;
      border: none; }
  #doctors_list thead {
    display: none; }
  #doctors_list #search_list tr {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 15px 0; }
    #doctors_list #search_list tr td {
      padding: 0; }
      #doctors_list #search_list tr td .button {
        margin: 0; }
    #doctors_list #search_list tr td:nth-child(1) {
      order: 3;
      font-weight: 600;
      font-size: 1rem; }
    #doctors_list #search_list tr td:nth-child(2) {
      order: 5; }
    #doctors_list #search_list tr td:nth-child(3) {
      order: 1;
      margin-bottom: 15px; }
    #doctors_list #search_list tr td:nth-child(4) {
      order: 2;
      font-weight: 600;
      justify-self: right; }
    #doctors_list #search_list tr td:nth-child(5) {
      order: 6; }
    #doctors_list #search_list tr td:nth-child(6) {
      order: 4;
      justify-self: right; } }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .frow {
    flex-direction: column; }
  .owl-nav {
    display: none; }
  .header-section {
    opacity: 1; }
  .main-header .navbar .navbar-brand {
    text-align: left; }
    .main-header .navbar .navbar-brand img {
      height: 60px; }
  .main-header .navbar .navbar-toggler {
    font-size: 2.1rem; }
  .main-header .navbar .navbar-collapse .navbar-nav {
    justify-content: flex-start; }
    .main-header .navbar .navbar-collapse .navbar-nav .nav-item {
      margin: 10px 0;
      margin-left: 0; }
  .smart-health-device-section .product-image {
    flex-direction: column-reverse; } }

/* Extra large devices (large laptops and desktops, 1200px and up) */
* {
  box-sizing: border-box;
  outline: none !important; }

body {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 27px;
  font-weight: 600; }

h2 {
  font-size: 20px;
  font-weight: 600; }

h3 {
  font-size: 17px; }

h4 {
  font-size: 15px; }

p {
  font-size: 16px; }

.frow {
  display: flex; }

.fone {
  flex: 1; }

.ftwo {
  flex: 2; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .page .body {
    flex-grow: 2; }

.container {
  max-width: 1450px; }

.color-primary {
  color: #4993d0; }

.navbar-margin {
  margin-top: 144px; }

.heading-margin {
  padding-top: 35px; }

.header-margin {
  margin-top: 160px; }

.breadcrumb-custom {
  background: #ec6a6d;
  color: white;
  display: flex;
  align-content: center;
  margin-bottom: 50px; }
  .breadcrumb-custom .breadcrumb {
    background: transparent;
    padding: 20px 0;
    margin: 0; }
    .breadcrumb-custom .breadcrumb .breadcrumb-item,
    .breadcrumb-custom .breadcrumb a {
      color: white; }
      .breadcrumb-custom .breadcrumb .breadcrumb-item::before,
      .breadcrumb-custom .breadcrumb a::before {
        color: white; }
      .breadcrumb-custom .breadcrumb .breadcrumb-item.active,
      .breadcrumb-custom .breadcrumb a.active {
        font-style: italic; }

h1 {
  color: #e31b23;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px; }
  h1::before, h1::after {
    background-color: #e31b23;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  h1::before {
    right: 0.5em;
    margin-left: -50%; }
  h1::after {
    left: 0.5em;
    margin-right: -50%; }

.title-heading {
  margin: 15px 0;
  font-weight: 600; }

.headings.sub-features-heading {
  font-size: 27px;
  font-weight: 700; }

.button {
  color: white;
  font-size: 18px;
  padding: 0 35px;
  height: 38px;
  border: none;
  border-radius: 7px;
  margin-right: 15px; }
  .button:hover {
    cursor: pointer; }

.button-primary {
  background-color: #50bed5; }

.button-secondary {
  background-color: #eb6f72; }

.button-transparent {
  background: transparent;
  color: #161616;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #ced4da;
  border-radius: 1px;
  font-size: 16px; }
  .button-transparent:hover {
    border: 2px solid #50bed5; }

.button-special {
  border: none;
  height: auto; }
  .button-special:hover {
    border: none; }

.button-fab {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 2px 5px 14px 0px #0000005c;
  transition: all 0.1s ease-in-out; }
  .button-fab:hover {
    bottom: 40px; }
  .button-fab.support-icon {
    background: url("../assets/icons/support.svg") no-repeat 15px 12px;
    background-size: 50%;
    background-color: #eb6f72;
    padding: 10px; }

.side-button {
  position: fixed;
  left: -62px;
  top: 48%;
  z-index: 998;
  padding: 25px 30px;
  transform: rotate(-90deg);
  background: #4993d0;
  line-height: 0;
  box-shadow: -4px 4px 6px 0px #84848438, -3px 9px 20px 0px #3a3a3a47; }

.read-more-btn {
  padding: 0;
  color: #50bed5;
  background: transparent;
  border: none;
  outline: none; }
  .read-more-btn:hover {
    cursor: pointer;
    text-decoration: underline; }

.dropdown .dropdown-toggle {
  text-align: left;
  background-color: transparent !important;
  color: #161616 !important;
  border: 1px solid #ced4da;
  padding: 1px;
  padding-left: 12px;
  width: 100%;
  height: 38px; }
  .dropdown .dropdown-toggle::after {
    float: right;
    margin: 10px 10px 0 0; }
  .dropdown .dropdown-toggle:hover, .dropdown .dropdown-toggle:active, .dropdown .dropdown-toggle:focus {
    box-shadow: none !important;
    border: 2px solid #50bed5 !important; }

.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #50bed5; }

.header-dropdown {
  margin-top: 15px; }
  .header-dropdown:hover {
    outline: none; }
  .header-dropdown .dropdown-toggle {
    border: none !important; }
    .header-dropdown .dropdown-toggle:hover, .header-dropdown .dropdown-toggle:active, .header-dropdown .dropdown-toggle:focus {
      border: none !important;
      outline: none; }
    .header-dropdown .dropdown-toggle::after {
      margin-left: 10px; }
  .header-dropdown .dropdown-menu {
    opacity: 1;
    border-top: 3px solid #50bed5; }
    .header-dropdown .dropdown-menu a {
      padding: 10px 20px; }
    .header-dropdown .dropdown-menu .dropdown-item:active {
      background: #ececec; }

/* checkbox 2*/
.checkbox-2 {
  padding: 0; }
  .checkbox-2 input:checked ~ label:before {
    content: '\2713';
    text-indent: .9em;
    color: #fff;
    background-color: #545454; }
  .checkbox-2 label:before {
    content: '\2717';
    color: #fff;
    width: 2.5em;
    position: absolute;
    background-color: #FF5252;
    top: 0;
    bottom: 0;
    left: 0;
    transition: .3s, line-height .15s;
    text-indent: .9em;
    overflow: hidden; }
  .checkbox-2 label.animate:before {
    line-height: 6em; }
  .checkbox-2 label {
    position: relative;
    line-height: 2.5em;
    border: 1px solid #545454;
    padding-right: 1em;
    text-indent: 3.2em;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .checkbox-2 input {
    display: none; }

.form-group.search {
  position: relative; }
  .form-group.search .btn-close {
    width: 16px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 10px;
    background: url(../assets/icons/close.svg) no-repeat;
    background-size: 100%;
    cursor: pointer; }

.form-group.search:before {
  content: '';
  background: url(../assets/icons/search-icon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 22px;
  vertical-align: middle;
  margin: 8px; }

.form-group .form-title span {
  color: red; }

.form-group .form-control {
  box-shadow: none; }
  .form-group .form-control.search-input {
    padding-left: 35px; }
  .form-group .form-control:focus {
    border: 2px solid #50bed5; }

.form-group.choose-file .button-transparent {
  display: flex;
  align-items: center;
  padding: 0; }
  .form-group.choose-file .button-transparent .choose-file {
    width: 100%;
    margin: 0;
    padding: 0.375rem 0.75rem;
    text-align: center; }

.form-group.choose-file .upload-file {
  display: none;
  margin-top: 7px; }
  .form-group.choose-file .upload-file .upload-file-name {
    margin-left: 35px; }
    .form-group.choose-file .upload-file .upload-file-name::before {
      content: '';
      background: url(../assets/icons/file-selected.svg) no-repeat;
      background-size: 100%;
      width: 22px;
      height: 27px;
      position: absolute;
      left: 17px; }
  .form-group.choose-file .upload-file .close-button img {
    margin-top: -10px;
    opacity: 0.7; }
    .form-group.choose-file .upload-file .close-button img:hover {
      opacity: 1;
      cursor: pointer; }

.header-section {
  position: fixed;
  background: white;
  width: 100%;
  opacity: 0.96;
  top: 0;
  z-index: 999;
  box-shadow: 0px -6px 20px 11px #7b7b7b26; }
  .header-section .contact-header {
    background: #50bed5;
    padding: 12px 0; }
    .header-section .contact-header a:hover {
      text-decoration: none; }
    .header-section .contact-header .container-custom {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 0 15px; }
      .header-section .contact-header .container-custom .contact-us,
      .header-section .contact-header .container-custom .social {
        display: flex; }
      .header-section .contact-header .container-custom .contact-us .contact-info {
        display: flex;
        align-items: center;
        margin-right: 30px; }
        .header-section .contact-header .container-custom .contact-us .contact-info img {
          width: 23px;
          margin-right: 10px; }
        .header-section .contact-header .container-custom .contact-us .contact-info p {
          font-size: 16px;
          color: white;
          margin: 0; }
      .header-section .contact-header .container-custom .social {
        margin: 0;
        display: flex;
        align-items: center;
        align-content: center; }
        .header-section .contact-header .container-custom .social a {
          padding-right: 8px; }
  .header-section .main-header .navbar {
    padding: 0.5rem 0; }
    .header-section .main-header .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: url(../assets/icons/hamburger.svg); }
    .header-section .main-header .navbar .navbar-collapse .navbar-nav {
      display: flex;
      align-items: center; }
      .header-section .main-header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-left: 20px;
        position: relative; }
        .header-section .main-header .navbar .navbar-collapse .navbar-nav .nav-item.active::before {
          content: '';
          width: 50%;
          height: 3px;
          position: absolute;
          top: 30px;
          left: calc(50% - 25%);
          background-color: #50bed5; }
        .header-section .main-header .navbar .navbar-collapse .navbar-nav .nav-item.login {
          border: 1px solid #4993d0;
          padding: 10px 20px;
          border-radius: 5px;
          cursor: pointer;
          color: #4993d0; }
        .header-section .main-header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown-toggle a {
          padding: 0; }
      .header-section .main-header .navbar .navbar-collapse .navbar-nav a {
        color: black; }
        .header-section .main-header .navbar .navbar-collapse .navbar-nav a:hover {
          color: #4993d0;
          text-decoration: none; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000; }

.carousel-container {
  position: relative;
  overflow: hidden; }
  .carousel-container #carousel-slide.owl-theme {
    position: relative; }
  .carousel-container #carousel-slide .item {
    display: flex;
    align-items: center;
    min-height: 650px; }
    .carousel-container #carousel-slide .item::before {
      content: '';
      background: rgba(1, 1, 1, 0.5);
      position: absolute;
      width: 100%;
      height: 100%; }
    .carousel-container #carousel-slide .item.item-ehr-phr {
      background: url(../assets/images/banner.jpg), red no-repeat;
      background-size: 100%; }
    .carousel-container #carousel-slide .item.item-wellness-easy {
      background: url(../assets/images/carousel/WellnessEas.jpg) no-repeat center center;
      background-size: 134%; }
    .carousel-container #carousel-slide .item.item-preg-easy {
      background: url(../assets/images/carousel/PregEasy.jpg) no-repeat center center;
      background-size: 100%; }
    .carousel-container #carousel-slide .item.item-birth-easy {
      background: url(../assets/images/carousel/BirthEasy.jpg) no-repeat center center;
      background-size: 122%; }
    .carousel-container #carousel-slide .item.item-ehr-easy {
      background: url(../assets/images/carousel/EHREasy.jpg) no-repeat center center;
      background-size: 111%; }
    .carousel-container #carousel-slide .item.item-lab-easy {
      background: url(../assets/images/carousel/LabEasy.jpg) no-repeat center center;
      background-size: 100%; }
    .carousel-container #carousel-slide .item.item-dava-easy {
      background: url(../assets/images/carousel/DavaEasy.jpg) no-repeat center center;
      background-size: 100%; }
    .carousel-container #carousel-slide .item .container {
      margin-bottom: 40px; }
  .carousel-container #carousel-indicator .current .item {
    background: #0c83e7; }
  .carousel-container .owl-carousel.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */ }
    .carousel-container .owl-carousel.owl-theme .owl-nav [class*='owl-'] {
      transition: all .3s ease;
      background: transparent; }
      .carousel-container .owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
        transform: scale(1.5); }
      .carousel-container .owl-carousel.owl-theme .owl-nav [class*='owl-'] span {
        font-size: 48px; }
    .carousel-container .owl-carousel.owl-theme .owl-nav .owl-next,
    .carousel-container .owl-carousel.owl-theme .owl-nav .owl-prev {
      position: absolute;
      height: 100%;
      width: 120px;
      top: 0; }
    .carousel-container .owl-carousel.owl-theme .owl-nav .owl-next {
      right: 0; }
    .carousel-container .owl-carousel.owl-theme .owl-nav .owl-prev {
      left: 0; }
  .carousel-container .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    transform: skewX(-15deg); }
    .carousel-container .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
      background: #eb6f72;
      width: 30px;
      transition: all .3s ease; }
    .carousel-container .owl-carousel.owl-theme .owl-dots .owl-dot span {
      background: white;
      border-radius: 0;
      transition: all .3s ease; }
  .carousel-container .owl-carousel .owl-item .item img {
    width: auto; }

.banner-section {
  color: white; }
  .banner-section .banner-col {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .banner-section .banner-col .logo {
      align-self: flex-start; }
    .banner-section .banner-col .intro-text {
      margin: 10px 0;
      margin: 10px 0 20px; }
    .banner-section .banner-col .buttons-container button {
      height: 55px; }
    .banner-section .banner-col.banner-col-2 {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .banner-section .banner-col.banner-col-2 .iphone-home {
        margin-bottom: 10px; }
      .banner-section .banner-col.banner-col-2 .store-icons {
        display: flex;
        align-items: center; }
        .banner-section .banner-col.banner-col-2 .store-icons div {
          display: inline-block;
          padding: 0 15px; }
          .banner-section .banner-col.banner-col-2 .store-icons div img {
            width: 40px;
            filter: drop-shadow(4px 12px 9px rgba(0, 0, 0, 0.5)); }
            .banner-section .banner-col.banner-col-2 .store-icons div img:hover {
              cursor: pointer; }

#file-upload[type="file"] {
  z-index: -1;
  position: absolute;
  opacity: 0; }

#file-upload:focus + label {
  outline: 2px solid; }

.body-section.services-section .services-row {
  margin: 40px 0;
  justify-content: center; }
  .body-section.services-section .services-row div img {
    align-self: center; }
  .body-section.services-section .services-row .service-details {
    align-self: center; }
    .body-section.services-section .services-row .service-details p {
      margin: 10px 0; }
      .body-section.services-section .services-row .service-details p span {
        display: block;
        text-align: left; }
        .body-section.services-section .services-row .service-details p span::before {
          display: inline-block;
          content: '';
          -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
          height: 0.35rem;
          width: 0.35rem;
          margin-right: 0.5rem;
          background-color: black; }
      .body-section.services-section .services-row .service-details p #dots,
      .body-section.services-section .services-row .service-details p #more {
        display: inline; }
        .body-section.services-section .services-row .service-details p #dots::before,
        .body-section.services-section .services-row .service-details p #more::before {
          display: none; }
    .body-section.services-section .services-row .service-details ul {
      padding-left: 1.2em; }
      .body-section.services-section .services-row .service-details ul li {
        padding-left: 10px; }

.terms-and-privacy a {
  color: #4993d0; }

.resources-section .nav-tabs .nav-link {
  color: black;
  font-size: 18px;
  font-weight: 700;
  border: none; }
  .resources-section .nav-tabs .nav-link.active {
    color: #ec6a6d; }

.resources-section .tab-content {
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: none; }
  .resources-section .tab-content .document-container {
    display: flex;
    flex-wrap: wrap; }
    .resources-section .tab-content .document-container .document {
      display: flex;
      align-items: center;
      width: 45%;
      padding: 20px 0;
      margin: 0 15px;
      border-bottom: 1px solid #ec6a6d; }
      .resources-section .tab-content .document-container .document:nth-last-child(-n+2) {
        border: none; }
      .resources-section .tab-content .document-container .document img {
        margin-right: 20px; }
      .resources-section .tab-content .document-container .document p {
        margin: 0;
        font-weight: 700; }

.overlay-dropdown-close {
  background: transparent;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1000; }

.consultants-section-new .facility {
  position: relative; }
  .consultants-section-new .facility .custom-dropdown {
    height: 38px;
    border: 1px solid lightgray; }
    .consultants-section-new .facility .custom-dropdown:hover {
      cursor: pointer; }
  .consultants-section-new .facility .custom-dropdown div {
    margin-top: 5px; }
    .consultants-section-new .facility .custom-dropdown div span {
      padding: 0px; }
      .consultants-section-new .facility .custom-dropdown div span:first-child {
        padding-left: 15px; }
      .consultants-section-new .facility .custom-dropdown div span:last-child {
        padding-right: 15px;
        float: right; }
  .consultants-section-new .facility .specialies-list {
    position: absolute;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    height: 50vh;
    overflow: auto;
    margin-top: 5px;
    border: 1px solid lightgray; }
    .consultants-section-new .facility .specialies-list div {
      padding: 10px 0;
      border-top: 0;
      border-bottom: 1px solid lightgray; }
      .consultants-section-new .facility .specialies-list div:hover {
        cursor: pointer;
        background-color: #50bed5;
        color: white; }
      .consultants-section-new .facility .specialies-list div span {
        padding: 0px; }
        .consultants-section-new .facility .specialies-list div span:first-child {
          padding-left: 15px; }

.consultants-section-new .doctor-card {
  padding: 15px;
  font-weight: 600;
  color: gray; }
  .consultants-section-new .doctor-card .row {
    flex-wrap: nowrap;
    padding: 15px; }
  .consultants-section-new .doctor-card .basic-info img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 50%; }
  .consultants-section-new .doctor-card .bio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 20px; }
    .consultants-section-new .doctor-card .bio .doctor-name {
      color: #080a18;
      font-size: 26px;
      font-weight: 700; }
    .consultants-section-new .doctor-card .bio .experience {
      color: #adadad; }
    .consultants-section-new .doctor-card .bio .speciality p {
      display: inline;
      font-size: 18px;
      color: #364141;
      font-size: 16px;
      font-weight: normal; }
      .consultants-section-new .doctor-card .bio .speciality p:first-child {
        font-weight: 600; }
    .consultants-section-new .doctor-card .bio .fee-consultation {
      display: flex;
      justify-content: space-between; }
      .consultants-section-new .doctor-card .bio .fee-consultation .fee {
        margin-bottom: 0; }
        .consultants-section-new .doctor-card .bio .fee-consultation .fee span {
          display: block;
          line-height: 1;
          font-size: 20px;
          color: #50bed5; }
      .consultants-section-new .doctor-card .bio .fee-consultation img {
        margin-top: -3px; }
  .consultants-section-new .doctor-card .availability p {
    color: grey;
    margin-bottom: 5px; }
  .consultants-section-new .doctor-card .availability .days-of-week {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
    .consultants-section-new .doctor-card .availability .days-of-week li {
      display: block;
      float: left;
      width: 20px;
      height: 20px;
      font-size: 12px;
      padding-top: 2px;
      margin-right: 5px;
      text-align: center; }
      .consultants-section-new .doctor-card .availability .days-of-week li.is-active {
        background-color: #eb6f72;
        color: white; }
      .consultants-section-new .doctor-card .availability .days-of-week li:hover {
        cursor: pointer; }
  .consultants-section-new .doctor-card .availability .time,
  .consultants-section-new .doctor-card .availability .calendar {
    position: relative;
    padding-left: 20px; }
    .consultants-section-new .doctor-card .availability .time:before,
    .consultants-section-new .doctor-card .availability .calendar:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0px;
      top: 5px; }
  .consultants-section-new .doctor-card .availability .time:before {
    background: url("../assets/icons/time.svg") no-repeat; }
  .consultants-section-new .doctor-card .availability .calendar:before {
    background: url("../assets/icons/calendar.svg") no-repeat; }
  .consultants-section-new .doctor-card .availability .button-book-appointment {
    font-size: 16px;
    padding: 0 25px;
    margin-top: 15px;
    font-weight: 700; }
  .consultants-section-new .doctor-card .availability .consultation {
    margin-top: 15px;
    font-size: 18px; }
    .consultants-section-new .doctor-card .availability .consultation a {
      color: #50bed5; }
      .consultants-section-new .doctor-card .availability .consultation a:hover {
        color: #2a98af;
        text-decoration: none; }
  .consultants-section-new .doctor-card .availability .status {
    position: relative;
    padding-left: 18px; }
    .consultants-section-new .doctor-card .availability .status.available:before, .consultants-section-new .doctor-card .availability .status.not-available:before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
    .consultants-section-new .doctor-card .availability .status.available:before {
      background-color: #84c935; }
    .consultants-section-new .doctor-card .availability .status.not-available:before {
      background-color: #bdbbbb; }

.registration-section .registeration-form .steps-illustration {
  background: url("../assets/icons/steps-illustration.svg") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 30.64%;
  /* (img-height / img-width * container-width) */
  /* (853 / 1280 * 100) */ }

.registration-section .table.doctors-list #table_filter {
  display: none; }

.registration-section .button-primary {
  margin: 10px 0; }

.registration-section .doctor-registration-form .tabular-data tr td {
  padding-right: 35px; }

.careers-section .careers-illustration {
  background: url("../assets/icons/careers-illustration.svg") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 30.64%;
  /* (img-height / img-width * container-width) */
  /* (853 / 1280 * 100) */ }

.careers-section .job-thumbs {
  margin-top: 30px; }
  .careers-section .job-thumbs .job-thumb {
    width: 300px;
    height: 300px;
    background: url("../assets/images/DE_Job_Post.jpg") no-repeat;
    background-size: 100%; }

.careers-section .job-thumb-modal .modal-dialog {
  max-width: 800px !important; }
  .careers-section .job-thumb-modal .modal-dialog .modal-body {
    padding: 0; }
    .careers-section .job-thumb-modal .modal-dialog .modal-body img {
      width: 100%; }

.channel-partner-program-section .main-heading {
  margin-bottom: 25px; }

.smart-health-device-section .product-image .device-heading {
  text-align: center; }

.doctors-list-section .heading {
  font-weight: 700; }

.doctors-list-section .facility {
  margin-bottom: 20px; }

.doctors-list-section .filter-group {
  padding: 0; }
  .doctors-list-section .filter-group .form-check {
    list-style: none;
    margin: 5px 0; }
    .doctors-list-section .filter-group .form-check label {
      font-size: 0.95rem; }

.doctors-list-section .this-week .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid black; }
  .doctors-list-section .this-week .nav-tabs .nav-item .nav-link {
    position: relative;
    color: black;
    padding: 5px 30px;
    border-right: 1px solid lightgray; }
    .doctors-list-section .this-week .nav-tabs .nav-item .nav-link.active {
      background: #50bed5;
      padding: 20px;
      border: none;
      color: white; }
      .doctors-list-section .this-week .nav-tabs .nav-item .nav-link.active::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: solid 10px #50bed5;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent; }

.doctors-list-section .this-week .tab-content .table {
  margin-top: 15px;
  border: none; }
  .doctors-list-section .this-week .tab-content .table tr th,
  .doctors-list-section .this-week .tab-content .table tr td {
    border: none;
    text-align: left;
    font-size: 0.9rem; }
  .doctors-list-section .this-week .tab-content .table thead tr {
    border-bottom: 1px solid lightgray; }
  .doctors-list-section .this-week .tab-content .table tbody tr {
    border-bottom: 1px solid lightgray; }
    .doctors-list-section .this-week .tab-content .table tbody tr:hover {
      background: rgba(1, 1, 1, 0.05); }
    .doctors-list-section .this-week .tab-content .table tbody tr td:last-child {
      border: none; }

.doctors-list-section .this-week .tab-content .pagination {
  margin-top: 30px;
  float: right; }
  .doctors-list-section .this-week .tab-content .pagination .page-item.disabled .page-link {
    color: #6c757d; }
  .doctors-list-section .this-week .tab-content .pagination .page-item.active .page-link {
    color: white;
    background-color: #eb6f72;
    border: none; }
  .doctors-list-section .this-week .tab-content .pagination .page-item a {
    color: black; }

.video-tutoriala-section .video-thumbnail {
  width: 100%;
  height: 200px;
  background: gray;
  margin: 15px 0;
  background-position: center;
  position: relative;
  border: none; }
  .video-tutoriala-section .video-thumbnail::before {
    content: '';
    background: url(../assets/icons/video-play.svg) no-repeat;
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 auto; }
  .video-tutoriala-section .video-thumbnail.one {
    background: url(../assets/images/video_thumbnail-1.png) no-repeat;
    background-size: cover; }
  .video-tutoriala-section .video-thumbnail.two {
    background: url(../assets/images/video_thumbnail-2.png) no-repeat;
    background-size: cover; }
  .video-tutoriala-section .video-thumbnail.three {
    background: url(../assets/images/video_thumbnail-3.jpg) no-repeat;
    background-size: cover; }
  .video-tutoriala-section .video-thumbnail:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.1s ease-in; }

.video-tutoriala-section p {
  margin: 0 15px; }

.about-us-section .main-heading {
  margin-bottom: 30px;
  max-width: 70%; }

.about-us-section .doceasy-wheel {
  width: 100%;
  text-align: center;
  margin: 50px 0; }

.sub-features-section h4,
.sub-features-section h6 {
  font-weight: 700; }

.sub-features-section img {
  float: left;
  width: 100px;
  margin: 0 20px 20px 0; }

.sub-features-section.eVisit img {
  width: 148px; }

.equinox-YouTube .modal-dialog {
  max-width: 800px; }
  .equinox-YouTube .modal-dialog .modal-content {
    background-color: transparent;
    border: none; }
    .equinox-YouTube .modal-dialog .modal-content .modal-body .close {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: white;
      margin-bottom: 10px; }
  .equinox-YouTube .modal-dialog iframe {
    width: 100%;
    height: 522px; }

.footer {
  color: white;
  background: #161616;
  margin-top: 70px; }
  .footer .footer-row {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: top; }
    .footer .footer-row a {
      color: white; }
    .footer .footer-row .copyright {
      margin-top: 15px; }
    .footer .footer-row .app-links {
      display: flex; }
    .footer .footer-row .logo-and-store-icons {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    .footer .footer-row .social img {
      margin: 5px;
      width: 25px; }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 576px) {
  body {
    text-align: center; }
  ul li,
  ol li {
    text-align: left; }
  .banner-section {
    text-align: center; }
    .banner-section .carousel-container #carousel-slide .item {
      background-size: cover;
      background-position: 0 0; }
      .banner-section .carousel-container #carousel-slide .item.item-wellness-easy {
        background-position-x: -300px; }
      .banner-section .carousel-container #carousel-slide .item.item-preg-easy {
        background-position-x: -300px; }
    .banner-section .carousel-container .owl-carousel.owl-theme .owl-dots {
      bottom: 15px; }
    .banner-section .banner-col .logo {
      height: 60px;
      align-self: center; }
    .banner-section .banner-col .buttons-container button {
      margin-bottom: 20px; }
  .navbar-brand {
    width: 70%; }
  .services-section .services-row {
    display: flex;
    margin: 30px 0; }
    .services-section .services-row img {
      width: 60%; }
    .services-section .services-row.row-1 img {
      width: 100%; }
    .services-section .services-row.row-2 div:first-child {
      order: 2; }
    .services-section .services-row.row-2 .services-details {
      order: 1; }
    .services-section .services-row .service-details {
      margin-top: 20px; }
      .services-section .services-row .service-details ul {
        text-align: left; }
  .registration-section form {
    text-align: left; }
  .footer-row {
    text-align: center;
    flex-direction: column; }
    .footer-row a {
      width: 100%; }
    .footer-row p {
      order: 2;
      font-size: 14px; }
    .footer-row img {
      order: 1;
      width: 40%;
      margin: 20px 0; }
    .footer-row .download-app {
      margin-top: 30px; }
      .footer-row .download-app .app-links img {
        width: 70%; }
  .about-us-section .main-heading {
    max-width: 100%; }
  .about-us-section .doceasy-wheel img {
    width: 90%; } }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .navbar-margin {
    margin: 0;
    margin-bottom: 20px; }
  #header .header-section {
    position: relative; }
    #header .header-section .contact-header .container-custom {
      flex-direction: column; }
      #header .header-section .contact-header .container-custom .contact-us {
        justify-content: space-between; }
        #header .header-section .contact-header .container-custom .contact-us a {
          margin-bottom: 5px; }
        #header .header-section .contact-header .container-custom .contact-us .contact-info {
          margin: 0; }
      #header .header-section .contact-header .container-custom .social img {
        display: none;
        width: 15px; }
  .banner-section .banner-col.banner-col-2 > img {
    display: none; }
  .doctors-list-section .this-week .nav-tabs {
    justify-content: space-between; }
    .doctors-list-section .this-week .nav-tabs .nav-item span {
      display: none; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(1) a::before {
      content: 'Mon'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(2) a::before {
      content: 'Tue'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(3) a::before {
      content: 'Wed'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(4) a::before {
      content: 'Thu'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(5) a::before {
      content: 'Fri'; }
    .doctors-list-section .this-week .nav-tabs .nav-item:nth-child(6) a::before {
      content: 'Sat'; }
    .doctors-list-section .this-week .nav-tabs .nav-item .nav-link {
      font-weight: normal;
      padding: 5px;
      border: none; }
  #doctors_list thead {
    display: none; }
  #doctors_list #search_list tr {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 15px 0; }
    #doctors_list #search_list tr td {
      padding: 0; }
      #doctors_list #search_list tr td .button {
        margin: 0; }
    #doctors_list #search_list tr td:nth-child(1) {
      order: 3;
      font-weight: 600;
      font-size: 1rem; }
    #doctors_list #search_list tr td:nth-child(2) {
      order: 5; }
    #doctors_list #search_list tr td:nth-child(3) {
      order: 1;
      margin-bottom: 15px; }
    #doctors_list #search_list tr td:nth-child(4) {
      order: 2;
      font-weight: 600;
      justify-self: right; }
    #doctors_list #search_list tr td:nth-child(5) {
      order: 6; }
    #doctors_list #search_list tr td:nth-child(6) {
      order: 4;
      justify-self: right; } }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .frow {
    flex-direction: column; }
  .owl-nav {
    display: none; }
  .header-section {
    opacity: 1; }
  .main-header .navbar .navbar-brand {
    text-align: left; }
    .main-header .navbar .navbar-brand img {
      height: 60px; }
  .main-header .navbar .navbar-toggler {
    font-size: 2.1rem; }
  .main-header .navbar .navbar-collapse .navbar-nav {
    justify-content: flex-start; }
    .main-header .navbar .navbar-collapse .navbar-nav .nav-item {
      margin: 10px 0;
      margin-left: 0; }
  .smart-health-device-section .product-image {
    flex-direction: column-reverse; } }

/* Extra large devices (large laptops and desktops, 1200px and up) */
