﻿/*new colors*/
.no-webkit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.top-divider {
  border-top: 1px solid #ececec;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW3z.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW3z.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm3z.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhTg.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthTg.ttf) format('truetype');
}
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Myriad Pro, sans-serif;
  color: #505050;
  background-color: #fff;
  overflow-x: hidden;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.6;
  }
}
a {
  color: #00caaf;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #352659;
}
h3 .sub-h3 {
  font-size: 20px;
  color: #2d2d2d;
  font-weight: normal;
}
.light {
  font-weight: 400;
}
.heavy {
  font-weight: 700;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  padding: 4px 0;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.1);
}
.navbar-custom .navbar-toggle {
  padding: 5px 6px;
  font-size: 25px;
  color: #00caaf;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-size: 16px;
}
.navbar-custom .nav li a:hover {
  color: rgba(0, 202, 175, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  font-weight: bold;
  color: #00caaf;
}
.navbar-custom .nav li.active a:hover {
  color: #f6f6f6;
}
.navbar-custom .nav .toggle-top {
  display: none;
}
.navbar-custom.top-nav-collapse {
  padding: 0;
  background: white;
}
.navbar-custom.top-nav-collapse a {
  color: #2d2d2d;
}
.navbar-custom.top-nav-collapse .toggle-top {
  display: block;
}
@media screen and (min-width: 768px) {
  .navbar-custom {
    padding: 15px 0;
    border-bottom: none;
    letter-spacing: 1px;
  }
  .navbar-custom a {
    color: white;
  }
  .navbar-custom.top-nav-collapse {
    padding: 5px 0px;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
/* IE 10+ */
@media screen and (max-width: 768px) {
  .navbar-header .navbar-toggle {
    margin-right: 10px;
  }
}
.navbar-header__hamburger {
  width: 28px;
  height: auto;
}
#about #contact-us fieldset .row > * {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
}
.clear-top40 {
  margin-top: 40px;
}
#registerButton {
  background: #1AA99E !important;
}
#registerButton:hover {
  border-color: #2CC9BD !important;
  background: #2CC9BD !important;
}
#compare-toggle {
  position: absolute;
  left: 0;
  bottom: -40px;
  background: rgba(104, 81, 172, 0.8);
  width: 100%;
  padding: 10px;
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  #compare-toggle {
    font-size: 11px;
  }
}
#compare-content table {
  width: 90%;
  margin: 0 auto;
}
#compare-content table a {
  font-weight: normal !important;
  letter-spacing: unset !important;
}
#compare-content table a:hover {
  color: rgba(45, 45, 45, 0.6) !important;
}
#compare-content table thead th {
  font-weight: bold !important;
  text-align: center;
  padding: 18px;
}
#compare-content table thead th:nth-child(2) {
  background-color: #f9f9f9;
  color: #00caaf;
}
#compare-content table tr {
  border-bottom: 1px solid #ececec;
}
#compare-content table td {
  width: 25%;
  padding: 20px;
  color: #7d7d7d;
}
#compare-content table td:not(:first-child) {
  text-align: center;
  color: #505050;
}
#compare-content table td:nth-child(2) {
  color: #505050;
  background-color: #f9f9f9;
}
#compare-content table td:nth-child(2) span {
  font-size: 13px;
  color: #7d7d7d;
}
#compare-content table td:nth-child(2) span b {
  color: #00caaf !important;
}
@media only screen and (max-width: 760px) {
  #compare-content table {
    margin-top: 20px;
    width: 100%;
  }
  #compare-content table,
  #compare-content thead,
  #compare-content tbody,
  #compare-content th,
  #compare-content td,
  #compare-content tr {
    display: block;
    font-size: 15px !important;
  }
  #compare-content thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #compare-content tr:nth-child(2n) {
    background-color: unset !important;
  }
  #compare-content td {
    /* Behave  like a "row" */
    width: 100% !important;
    border: none;
    border-top: 1px solid #eee;
    position: relative;
    padding-left: 45% !important;
  }
  #compare-content td:first-child {
    padding-left: 5% !important;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    background-color: #f9f9f9;
    border: unset;
  }
  #compare-content td:before {
    position: absolute;
    top: 30%;
    left: 20px;
    width: 40%;
    color: #7d7d7d;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left !important;
  }
  #compare-content td:nth-of-type(1):before {
    content: " ";
  }
  #compare-content td:nth-of-type(2):before {
    content: "SeriousMD";
    font-weight: bold;
    color: #00caaf;
  }
  #compare-content td:nth-of-type(3):before {
    content: "Freelance Developer";
  }
  #compare-content td:nth-of-type(4):before {
    content: "Cloud Software";
  }
}
#faq h2 {
  margin: 0;
}
#faq h4 {
  margin: 10px 0 0 0;
}
#faq h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 22px;
  color: #7d7d7d;
}
#faq h5 + p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
#faq a {
  letter-spacing: normal;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  #faq .col-xs-12 {
    padding-bottom: 15px;
  }
}
.app-download-mobile {
  background: white;
  height: 50px;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 15px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  text-transform: none;
  position: fixed;
  top: 0px;
  z-index: 1;
}
.app-download-mobile .logo {
  display: flex;
  align-items: center;
}
.app-download-mobile .logo img {
  margin-right: 10px;
}
.app-download-mobile a {
  font-size: 12px;
  color: #2d2d2d;
}
.intro {
  display: table;
  margin-top: 40px;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background-color: black;
}
.intro h1 {
  font-weight: 300;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .intro-text {
  font-size: 16.8px;
  line-height: 22px;
  margin-top: -10px;
}
.intro .btn.btn-white-all {
  background: white;
  color: #7d7d7d !important;
  margin-right: 15px;
}
.intro .btn.btn-white-all:hover {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 76px) {
  .intro {
    height: 100%;
    margin-top: 0px;
    padding: 0;
  }
  .intro .intro-body .container {
    padding-top: 150px;
  }
}
@media screen and (width: 768px) {
  .intro .intro-body .container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .intro.intro-plans .intro-body > .container {
    padding-top: 40px;
  }
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .bg-cover {
    background-size: 100% auto;
  }
}
.intro-home {
  background: url(../img/home_bg.png) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-home {
    background-size: 100% auto;
  }
}
.intro-home h1 {
  font-size: 34px;
}
.intro-data-and-security {
  max-height: 643px;
  background: url(../img/data-security-bg.jpg) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-data-and-security {
    background-size: 100% auto;
  }
}
.intro-data-and-security h1 {
  font-size: 50px;
}
.intro-data-and-security .intro-text {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  padding: 20px 0px;
}
.intro-data-and-security img {
  margin: 50px auto;
  width: 85%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .intro-data-and-security img {
    width: 564px;
    height: 139px;
  }
}
.intro-tour {
  position: relative;
  max-height: 745px;
}
.intro-tour.half {
  min-height: 380px;
  max-height: 380px;
}
.intro-tour .sticky-bottom {
  position: absolute;
  left: 28%;
  bottom: 0px;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .intro-tour .sticky-bottom {
    left: 18%;
    width: 65%;
  }
}
@media screen and (min-width: 1920px) {
  .intro-tour .sticky-bottom {
    width: 35%;
    left: 33%;
  }
}
.intro-tour h1 {
  font-size: 48px;
  max-width: 1000px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro-tour h1 {
    font-size: 45px;
  }
}
.intro-tour .intro-text {
  margin: 0 auto;
  padding-bottom: 35px;
  max-width: 800px;
  font-size: 15px !important;
  line-height: 25px !important;
}
@media screen and (max-width: 768px) {
  .intro-tour .intro-text {
    max-width: 650px;
    padding: 10px 10px 20px 10px;
  }
}
.intro-tour .btn {
  padding: 15px 35px;
  font-size: 17px;
}
.intro-tour .btn:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .intro-tour .btn {
    padding: 15px 30px;
    font-size: 15px;
  }
}
.intro-tour .text-center {
  margin-top: 10px;
  margin-bottom: 350px;
}
@media screen and (max-width: 768px) {
  .intro-tour .text-center {
    margin-bottom: 210px;
  }
}
@media screen and (max-width: 440px) {
  .intro-tour .text-center {
    margin-bottom: 80px;
  }
}
.intro-tour.intro-doc-overview {
  background: url(../img/SeriousMD_Doctors_Electronic_Medical_Records_BG.png) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-tour.intro-doc-overview {
    background-size: 100% auto;
  }
}
.intro-tour.intro-emr-software {
  background: url(../img/SeriousMD_Doctors_EMR_Software_BG.png) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-tour.intro-emr-software {
    background-size: 100% auto;
  }
}
.intro-tour.intro-home2 h1 {
  /*            font-size: 35px !important;*/
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .intro-tour.intro-home2 h1 {
    font-size: 31px;
    padding-bottom: 10px;
  }
}
.intro-tour.intro-home2 .text-center {
  margin-bottom: 30%;
}
@media screen and (min-width: 1441px) {
  .intro-tour.intro-home2 .text-center {
    margin-bottom: 42%;
  }
}
@media screen and (max-width: 700px) {
  .intro-tour.intro-home2 .text-center {
    margin-bottom: 25% !important;
  }
}
.intro-tour.intro-home2,
.intro-tour.intro-pm-software {
  /*background: url(../img/SeriousMD_Doctors_Practice_Management_Software_BG.png) no-repeat bottom center fixed;
        .bg-cover;*/
}
.intro-tour.intro-med-sched {
  background: url(../img/SeriousMD_Doctors_Medical_Scheduling_Software_BG.png) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-tour.intro-med-sched {
    background-size: 100% auto;
  }
}
.intro-tour.intro-med-bill {
  background: url(../img/mb-bg-1.png) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-tour.intro-med-bill {
    background-size: 100% auto;
  }
}
.intro-tour.intro-med-bill h1 {
  margin-top: 0px;
}
.intro-tour.intro-med-bill .text-center {
  margin-bottom: 100px;
}
.intro-tour.intro-prac-analytics {
  background: url(../img/pa-bg-1.png) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-tour.intro-prac-analytics {
    background-size: 100% auto;
  }
}
.intro-tour.intro-prac-analytics h1 {
  margin-top: 0px;
}
.intro-tour.intro-prac-analytics .btn-white-all {
  color: #a96a96;
}
.intro-tour.intro-prac-analytics .text-center {
  margin-bottom: 100px;
}
.intro-tour.intro-upgrade {
  background: url(../img/upgrade-bg-1.png) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-tour.intro-upgrade {
    background-size: 100% auto;
  }
}
.intro-tour.intro-upgrade .brand-heading {
  font-size: 41px;
  margin-bottom: 25px;
}
.intro-tour.intro-upgrade .intro-text {
  max-width: 25%;
  position: relative;
  top: -100px;
  left: 100px;
  text-align: left;
}
.intro-tour.intro-upgrade .intro-text:before {
  content: url(../img/upgrade-datenight.png);
  position: relative;
  top: 80px;
  left: -220px;
}
.intro-tour.intro-upgrade .status-bar {
  max-width: 800px;
  margin: 0px auto;
  margin-top: -80px;
  margin-bottom: 90px;
  font-weight: 700;
  font-size: 16px;
}
.intro-tour.intro-upgrade .status-bar label {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.intro-tour.intro-upgrade .status-bar .pull-left {
  text-align: left;
  float: left;
}
.intro-tour.intro-upgrade .status-bar .pull-right {
  text-align: right;
}
.intro-tour.intro-upgrade .status-bar .norm-it {
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}
.intro-tour.intro-upgrade .status-bar .upgrade-progress {
  display: block !important;
  clear: both;
}
.intro-tour.intro-upgrade .status-bar .upgrade-progress .progress {
  width: 100%;
  margin-bottom: 5px;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  box-shadow: none !important;
  border-radius: 0 !important;
}
.intro-tour.intro-upgrade .status-bar .upgrade-progress .progress .progress-bar-success {
  max-width: 60%;
  background-color: #00caaf;
}
.intro-tour.intro-upgrade .status-bar .upgrade-progress .progress .progress-bar-success.acc-progress-warning {
  background-color: #ff9900;
}
.intro-tour.intro-upgrade .status-bar .upgrade-progress .progress .progress-bar-success.acc-progress-danger {
  background-color: #f0483e;
}
.intro-tour.intro-upgrade .status-bar .upgrade-progress .progress:after {
  content: "";
  background: url('/img/infinite.svg') no-repeat;
  background-size: contain;
  height: 9px;
  width: 19px;
  float: right;
  position: relative;
  top: 5px;
  right: 10px;
}
.intro-tour.intro-upgrade .status-bar .upgrade-progress img {
  display: inline-block;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .intro-tour.intro-upgrade .status-bar {
    max-width: 600px;
  }
}
.intro-tour.intro-upgrade .btn-white-all {
  color: #4a2f40;
  letter-spacing: 1px;
}
.intro-tour.intro-upgrade .text-center {
  margin-bottom: 25px;
}
.intro-tour.intro-checkout {
  background: #f9f9f9;
  height: 700px;
  color: #7d7d7d;
  /* Radio style */
}
.intro-tour.intro-checkout .brand-heading {
  color: #727272;
}
.intro-tour.intro-checkout .intro-text {
  font-size: 18px;
  color: #7d7d7d;
}
.intro-tour.intro-checkout .intro-text .email {
  color: #505050;
  font-weight: bold;
}
.intro-tour.intro-checkout .row {
  max-width: 420px;
  margin: 0 auto;
}
.intro-tour.intro-checkout .row label {
  font-weight: normal;
  text-align: left;
  color: #505050;
  font-size: 18px;
}
.intro-tour.intro-checkout .row label span {
  display: block;
  font-size: 15px;
  color: #7d7d7d;
  padding-top: 8px;
}
.intro-tour.intro-checkout .row .col-xs-12 {
  margin-top: 20px;
}
.intro-tour.intro-checkout .row img {
  margin-top: 0px;
  padding-top: 25px;
}
.intro-tour.intro-checkout .bill label {
  color: #bcbcbc;
  font-size: 14px;
  display: block;
}
.intro-tour.intro-checkout .bill .total-bill {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ececec;
  color: #505050;
  padding: 5px 0;
  font-size: 38px;
}
.intro-tour.intro-checkout .bill .total-bill #currency {
  text-transform: uppercase;
  font-size: 28px;
}
.intro-tour.intro-checkout .bill .info-text {
  margin: 15px;
  text-align: center;
  font-size: 12px;
}
.intro-tour.intro-checkout .btn {
  margin: 15px 0 50px 16px;
}
.intro-tour.intro-checkout .btn-green:hover {
  color: white;
}
.intro-tour.intro-checkout input[type='radio'] {
  position: relative;
  top: -25px;
  right: 5px;
  border: 1px solid #d5d5d5;
  height: 22px;
  width: 22px;
  cursor: pointer;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.intro-tour.intro-checkout input[type='radio']:checked {
  border: 2px solid #00caaf;
  height: 22px;
  overflow: hidden;
}
.intro-tour.intro-checkout input[type='radio']:checked:before {
  content: "\2022";
  font-size: 43px;
  line-height: 22px;
  top: -12%;
  left: 1.3px;
  color: #00caaf;
  position: absolute;
}
.toggle-image-full {
  display: none;
}
@media screen and (min-width: 992px) {
  .toggle-image-full {
    display: block;
  }
}
.toggle-image-mobile {
  display: block;
}
.toggle-image-mobile img {
  width: 90%;
}
@media screen and (min-width: 992px) {
  .toggle-image-mobile {
    display: none;
  }
}
.tour-content {
  padding-top: 0px !important;
}
.tour-content a {
  color: #0090c5;
  font-weight: 700;
  letter-spacing: 1px;
}
.tour-content a:visited {
  color: #6045a0;
}
.tour-content a:focus,
.tour-content a:hover {
  color: #505050;
}
.tour-content h1 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .tour-content h1 {
    margin-top: 0px;
  }
}
.tour-content p {
  color: #7d7d7d;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .tour-content p {
    font-size: 15px;
    margin-bottom: 0px;
  }
}
.tour-content .row {
  padding: 0px;
  margin: 0px;
}
.tour-content .container {
  padding: 35px 0px;
  max-width: 1170px;
  min-height: 270px;
  position: relative;
}
.tour-content .container > div {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .tour-content .container {
    padding: 25px;
    min-height: 200px;
  }
}
.tour-content .tour-row {
  min-height: 500px;
  height: auto;
}
@media screen and (min-width: 1920px) {
  .tour-content .tour-row {
    background-size: 100% 100%;
  }
}
.tour-content .tour-dark {
  min-height: 400px;
  text-align: center;
}
.tour-content .tour-dark h1,
.tour-content .tour-dark h3,
.tour-content .tour-dark p,
.tour-content .tour-dark a {
  color: #fff !important;
}
.tour-content .tour-dark h1 {
  margin-top: 55px;
}
.tour-content .tour-dark p {
  margin: 0 auto;
  max-width: 800px;
  padding: 15px 50px;
}
.tour-content .tour-dark a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.tour-content .tour-footer {
  min-height: 600px;
  text-align: center;
  margin-bottom: 40px;
}
.tour-content .tour-footer a.btn {
  padding: 15px 0px;
  font-weight: normal;
}
.tour-content .tour-footer a.btn-green {
  color: white;
}
.tour-content .tour-footer a.btn-green-ghost {
  color: #00caaf;
  font-weight: bold;
}
.tour-content .tour-footer a.btn-green-ghost:hover {
  color: white;
}
.tour-content .tour-footer p {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 50px 40px;
}
.tour-content .tour-footer a {
  margin-right: 15px;
  margin-bottom: 15px;
}
.tour-content #testimonials {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tour-content #testimonials h3 {
  font-size: 30px !important;
}
.tour-content #testimonials .testimonial {
  margin-top: 18px;
}
.tour-content #testimonials a {
  color: #00caaf;
}
.tour-content #testimonials p span {
  display: block;
}
.tour-content #testimonials .message {
  padding-bottom: 15px;
}
.tour-content #testimonials .name {
  color: #505050;
}
.tour-content #testimonials .specialty {
  margin-top: -6px;
}
.tour-content .feat-img img {
  max-width: 30% !important;
}
.tour-content h4.title {
  padding: 15px;
  font-size: 21px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .tour-content h4.title {
    font-size: 16px;
    line-height: 20px;
  }
}
#intro-home2-body.tour-content a {
  color: #00caaf !important;
}
#intro-home2-body.tour-content h3 {
  margin-bottom: 10px;
  color: #7d7d7d;
  font-size: 22px;
}
#intro-home2-body.tour-content h3 + h1 {
  margin-top: 0;
}
#intro-home2-body #sign-up {
  border-bottom: 1px solid #ececec;
  padding-bottom: 60px;
  margin-bottom: -30px;
}
#intro-home2-body #sign-up form {
  margin: 0 auto;
  max-width: 550px;
  padding: 15px 30px 15px 15px;
}
#intro-home2-body #sign-up h3 {
  font-weight: normal;
  padding: 60px 0 30px 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  color: #2d2d2d;
}
#intro-home2-body #sign-up fieldset .row > *:not(.error) {
  padding-top: 15px;
  padding-bottom: 18px;
  padding-right: 0;
}
#intro-home2-body #sign-up label {
  font-size: 10.5px;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #2d2d2d;
}
#intro-home2-body #sign-up label.fixed-no-toggle {
  text-align: left !important;
  display: block;
}
#intro-home2-body #sign-up .btn-submit {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 18px 0;
}
#intro-home2-body #sign-up select,
#intro-home2-body #sign-up input {
  height: 38px !important;
}
#intro-home2-body #sign-up label:not(.error) {
  opacity: 1;
  position: absolute;
  top: -3px;
  left: 15px;
}
#intro-home2-body #sign-up textarea + label:not(.fixed-no-toggle).error,
#intro-home2-body #sign-up select + label:not(.fixed-no-toggle).error,
#intro-home2-body #sign-up input + label:not(.fixed-no-toggle).error {
  opacity: 1;
  float: left;
  padding-top: 5px;
  left: 0;
  top: 0;
  position: relative !important;
  text-transform: none !important;
  color: #E94054;
}
#intro-home2-body #sign-up textarea + label:not(.fixed-no-toggle).fixed,
#intro-home2-body #sign-up select + label:not(.fixed-no-toggle).fixed,
#intro-home2-body #sign-up input + label:not(.fixed-no-toggle).fixed {
  opacity: 1;
}
#intro-home2-body #sign-up textarea:active,
#intro-home2-body #sign-up select:active,
#intro-home2-body #sign-up input:active,
#intro-home2-body #sign-up textarea:focus,
#intro-home2-body #sign-up select:focus,
#intro-home2-body #sign-up input:focus {
  box-shadow: unset;
  border-color: #7d7d7d;
}
#intro-home2-body #sign-up textarea:active + label,
#intro-home2-body #sign-up select:active + label,
#intro-home2-body #sign-up input:active + label,
#intro-home2-body #sign-up textarea:focus + label,
#intro-home2-body #sign-up select:focus + label,
#intro-home2-body #sign-up input:focus + label {
  opacity: 1;
  transition: background-color 2s ease-in-out;
}
#intro-home2-body #sign-up textarea.error,
#intro-home2-body #sign-up select.error,
#intro-home2-body #sign-up input.error {
  border: 1px solid #E94054;
}
#intro-home2-body .emr {
  background: url(../img/low-res/SeriousMD_Doctors_Electronic_Medical_Charts.png) no-repeat center center;
  background-color: #f9f9f9;
}
#intro-home2-body .sched {
  background: url('../img/Medical_Calendar_Software.png') no-repeat right center;
  min-height: 500px;
  background-size: 100% 100%;
  background-color: white;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  #intro-home2-body .sched {
    background-position: center center;
  }
}
@media screen and (min-width: 440px) {
  #intro-home2-body .sched {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1024px) {
  #intro-home2-body .sched {
    background-position-x: 60%;
  }
}
@media screen and (max-width: 768px) {
  #intro-home2-body .sched {
    background-position-x: 30%;
  }
}
#intro-home2-body .billing {
  background: url(../img/low-res/SeriousMD-Billing.jpg) no-repeat center center;
  background-color: white;
}
@media screen and (max-width: 450px) {
  #intro-home2-body .billing {
    background-position-x: 62%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  #intro-home2-body .billing {
    background: url(../img/SeriousMD-Billing.jpg) no-repeat center center;
  }
}
#intro-home2-body .social-network {
  background: url(../img/SeriousMD-SocialNetwork.jpg) no-repeat right center;
  background-color: white;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  #intro-home2-body .social-network {
    background-position-x: 50%;
  }
}
#intro-home2-body .booking {
  background: url(../img/SeriousMD-Booking.jpg) no-repeat center center;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #intro-home2-body .booking {
    background-position-x: 55%;
  }
}
#intro-home2-body .analytics {
  background: url(../img/analyticsAndreports.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  #intro-home2-body .analytics {
    background-size: 100% auto;
  }
}
#intro-home2-body .tour-footer {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 13%, #474747 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f6f6), color-stop(13%, #ffffff), color-stop(100%, #474747));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 13%, #474747 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 13%, #474747 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 13%, #474747 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 13%, #474747 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#474747', GradientType=0);
  min-height: 550px;
  max-height: 550px;
}
#intro-home2-body .tour-footer h3 {
  margin-top: 2%;
}
#intro-home2-body .tour-footer img {
  position: relative;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  #intro-home2-body .tour-footer {
    min-height: 470px;
    max-height: 470px;
  }
}
@media screen and (max-width: 450px) {
  #intro-home2-body .tour-footer {
    min-height: 540px;
    max-height: 540px;
  }
  #intro-home2-body .tour-footer p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  #intro-home2-body .tour-footer img {
    width: 100% !important;
    bottom: -30px;
  }
}
#intro-home2-body #testimonials .cleartop {
  margin-top: 6%;
}
#doctor-overview .do-1 {
  background: url(../img/low-res/SeriousMD_Doctors_Electronic_Medical_Charts.png) no-repeat center center;
  background-color: #f9f9f9;
}
#doctor-overview .do-2 {
  background: url(../img/SeriousMD_Doctors_Real_Time_Sync.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
@media screen and (min-width: 1520px) {
  #doctor-overview .do-2 {
    background-size: 100% auto;
  }
}
#doctor-overview .do-2 h1 {
  margin-top: 60px;
}
#doctor-overview .do-2 img {
  padding: 20px 0px;
}
#doctor-overview .do-2 p {
  margin: 0 auto;
  max-width: 950px;
  color: #505050;
  padding: 20px 50px;
}
#doctor-overview .do-3 {
  background: url(../img/SeriousMD_Doctors_Patient_Management_Software.png) no-repeat center center;
  background-size: auto 500px;
}
#doctor-overview .do-4 {
  background: url(../img/SeriousMD_Doctors_Electronic_Scheduling_Software.png) no-repeat center center;
  background-size: auto 500px;
}
#doctor-overview .do-5 {
  background: url(../img/doc-overview-bg-6.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  #doctor-overview .do-5 {
    background-size: 100% auto;
  }
}
#doctor-overview .do-6 {
  background: url(../img/SeriousMD_Doctors_Electronic_Medical_Software.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  #doctor-overview .do-6 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #doctor-overview .do-3 h1,
  #doctor-overview .do-4 h1 {
    margin-top: 50px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  #doctor-overview .do-1 {
    background: url(../img/SeriousMD_Doctors_Electronic_Medical_Charts.png) no-repeat center center;
  }
}
#emr-software .emr-1 {
  background: url('../img/SeriousMD_Doctors_Patient_Management_EMR_Software.png') no-repeat center center;
  background-size: auto 500px;
}
#emr-software .emr-2 {
  background: url('../img/emr-bg-3.png') no-repeat center center;
  min-height: 400px;
  background-size: 100% 100%;
}
#emr-software .emr-2 p {
  margin: 0 auto;
  max-width: 900px;
  color: #505050;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  #emr-software .emr-2 {
    min-height: 300px;
  }
}
#emr-software .emr-3 {
  background: url('../img/SeriousMD_Doctors_EMR_Medical_Records_System.png') no-repeat center center;
  background-size: auto 500px;
}
#emr-software .emr-4 {
  background: url('../img/SeriousMD_Doctors_EMR_Medical_Software.png') no-repeat center center;
  background-size: auto 500px;
}
#emr-software .emr-4 h1:before {
  content: url('../img/emr-bg-5-1.png');
  position: relative;
  top: 15px;
  right: 10px;
}
#emr-software .emr-5 {
  background: url('../img/emr-bg-6.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  #emr-software .emr-5 {
    background-size: 100% auto;
  }
}
#emr-software .emr-5 h1 {
  margin-top: 80px;
}
#emr-software .emr-6 {
  background: url('../img/SeriousMD_Doctors_EMR_Software_for_Doctors_and_Dentists.png') no-repeat bottom center;
  background-size: 100% auto;
  min-height: 690px;
}
@media screen and (max-width: 768px) {
  #emr-software .emr-6 {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  #emr-software h1 {
    margin-top: 30px;
  }
}
#pm-software .pm-1 {
  background: url('../img/SeriousMD_Doctors_Medical_Practice_Management_EMR_Software.png') no-repeat center center;
  background-size: auto 500px;
}
#pm-software .pm-2 {
  background: url('../img/pm-bg-3.png') no-repeat center center;
  min-height: 400px;
  background-size: 100% 100%;
}
#pm-software .pm-2 p {
  margin: 0 auto;
  max-width: 900px;
  color: #505050;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  #pm-software .pm-2 {
    min-height: 300px;
  }
}
#pm-software .pm-3 {
  background: url('../img/SeriousMD_Doctors_Medical_Practice_Management_App.png') no-repeat center center;
  background-size: auto 500px;
}
#pm-software .pm-4 {
  background: url('../img/SeriousMD_Doctors_Practice_Management_Software_for_Doctors.png') no-repeat center center;
  background-size: auto 500px;
}
@media screen and (max-width: 768px) {
  #pm-software .pm-4 h1 {
    margin-top: 80px;
  }
}
#pm-software .pm-5 {
  background: url('../img/pm-bg-6.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  #pm-software .pm-5 {
    background-size: 100% auto;
  }
}
#pm-software .pm-5 h1 {
  margin-top: 80px;
}
#pm-software .pm-6 {
  background: url('../img/SeriousMD_Doctors_Medical_Practice_Management_App_for_Doctors.png') no-repeat bottom center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #pm-software .pm-6 {
    height: 500px;
  }
}
#med-sched .ms-1 {
  background: url('../img/Medical_Appointment_App.png') no-repeat center center;
  background-size: auto 500px;
}
@media screen and (max-width: 440px) {
  #med-sched .ms-1 {
    background-size: auto 100%;
    height: 800px !important;
  }
}
@media screen and (max-width: 768px) {
  #med-sched .ms-1 {
    height: 300px;
  }
}
#med-sched .ms-2 {
  background: url('../img/ms-bg-3.png') no-repeat center center;
  min-height: 400px;
  background-size: 100% 100%;
}
#med-sched .ms-2 p {
  margin: 0 auto;
  max-width: 900px;
  color: #505050;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  #med-sched .ms-2 {
    min-height: 300px;
  }
}
#med-sched .ms-3 {
  background: url('../img/Medical_Calendar_Software.png') no-repeat right center;
  min-height: 500px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #med-sched .ms-3 {
    background-position: center center;
  }
}
@media screen and (min-width: 440px) {
  #med-sched .ms-3 {
    background-size: auto 100%;
  }
}
#med-sched .ms-4 {
  background: url('../img/ms-bg-5.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
}
@media screen and (min-width: 1520px) {
  #med-sched .ms-4 {
    background-size: 100% auto;
  }
}
#med-sched .ms-4 h1 {
  margin-top: 80px;
}
#med-sched .ms-5 {
  background: url('../img/Clinic_Management_Software.png') no-repeat bottom center;
  background-size: 100% auto;
}
#med-sched .ms-5 p {
  padding: 0 50px 40px;
}
@media screen and (max-width: 768px) {
  #med-sched .ms-5 {
    height: 450px;
  }
}
#upgrade-account .up-1 {
  background: url('../img/upgrade-bg-2.png') no-repeat bottom center;
  max-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  #upgrade-account .up-1 {
    background-size: 100% auto;
  }
}
#upgrade-account .up-1 p {
  margin: 0 auto;
  max-width: 800px;
  color: #505050;
  padding: 10px 60px;
}
#upgrade-account .up-2 {
  background: url('../img/upgrade-bg-3.png') no-repeat bottom center;
  height: 900px;
  background-size: 100% auto;
}
#upgrade-account .up-2 .col-xs-12 {
  text-align: left;
}
#upgrade-account .up-2 .btn-green {
  margin-top: 50px !important;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}
#upgrade-account .up-2 header {
  font-size: 16px;
  margin: 10px 0px 10px 42px;
}
#upgrade-account .up-2 header label {
  font-weight: normal;
  font-style: italic;
  color: #bcbcbc;
  font-size: 14px;
}
#upgrade-account .up-2 .col-md-8 {
  border-left: 1px solid #ececec;
}
#upgrade-account .up-2 ul {
  list-style: none;
  font-size: 14px;
  color: #7d7d7d;
}
#upgrade-account .up-2 ul.dark {
  color: #505050;
}
#upgrade-account .up-2 ul.dark li {
  margin-bottom: 20px;
}
#upgrade-account .up-2 ul.dark li:before {
  color: #00caaf;
}
#upgrade-account .up-2 ul.dark p {
  padding: 0 0 0 28px;
  font-size: 14px;
  margin-top: -5px !important;
}
#upgrade-account .up-2 ul li:before {
  font-family: FontAwesome;
  font-size: 19px;
  color: #ececec;
  content: "\f058";
  vertical-align: middle;
  margin: -2px 8px 2px 0px;
}
#GetMeStarted .steps {
  margin-top: -13px;
}
#GetMeStarted .steps p {
  margin: 18px 20px;
  font-size: 15px;
  width: 90%;
  text-align: left;
}
#GetMeStarted .steps .step-title {
  font-size: 19px;
}
#GetMeStarted .steps .row {
  padding-top: 0px;
}
#GetMeStarted .steps .row a {
  min-width: 218px;
  margin: 0px 0px 20px 10px;
}
#GetMeStarted .steps h4 {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #GetMeStarted .steps p {
    margin-left: -13%;
  }
  #GetMeStarted .steps .row {
    margin-left: -48%;
  }
  #GetMeStarted .steps .testimonial {
    margin-left: -9%;
    margin-bottom: 10px;
    width: 74%;
  }
  #GetMeStarted .steps .testimonial p {
    font-size: 12px;
    text-align: center;
    margin: 5px 0px;
    width: 100%;
    line-height: 17px;
  }
  #GetMeStarted .steps .testimonial .name {
    margin: -30px 0px -10px 0px;
  }
}
.square {
  margin: 15px 0px;
  min-width: 100px;
  min-height: 42px;
  color: #fff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.square .toggle-text {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.square .btn {
  width: 60%;
  font-size: 100%;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.square .btn-default {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.square .btn-default:hover,
.square .btn-default:focus {
  border: 1px solid white;
  outline: none;
  color: #505050;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .square {
    margin: 0px auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
  }
  .square .toggle-text {
    display: none;
  }
  .square .btn {
    width: 90%;
    font-size: 95%;
  }
}
@media screen and (max-width: 1198px) {
  .square .btn {
    font-size: 72%;
  }
}
.doctor {
  background: #00caaf;
}
.patient {
  background: #6045a0;
}
.dots {
  width: 200px;
  height: 5px;
  background: url(../img/dot.png) repeat-x;
}
.site-logo {
  width: 132px;
  height: 24px;
}
.site-logo img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .site-logo {
    width: 165px;
    height: 31px;
    margin-top: -10px;
  }
}
.sub-heading {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: -10px;
}
#mid-ipad {
  display: none;
  height: 410px;
  color: #505050;
  background: url(../img/ipad.png) no-repeat center;
}
#mid-ipad .inside {
  width: 248px;
  margin: 0px auto;
  padding-top: 20%;
}
@media screen and (min-width: 992px) {
  #mid-ipad {
    display: block;
  }
  #mid-ipad p {
    font-size: 15.38px;
  }
  #mid-ipad .square {
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 65%;
    height: 42px;
    margin: 0px auto;
    margin-bottom: 15px;
  }
  #mid-ipad .doctor .dots {
    position: relative;
    top: -10px;
    left: -210px;
  }
  #mid-ipad .patient .dots {
    position: relative;
    top: -10px;
    left: 153px;
  }
}
#doctor-box .fa-play {
  padding-right: 8px;
}
#doctor-box p {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  #doctor-box {
    position: relative;
    left: 24%;
    margin-top: 30%;
    z-index: 100;
  }
  #doctor-box p {
    font-size: 18px;
  }
}
#patient-box p {
  font-size: 20px;
}
#patient-box .sub-text {
  font-size: 15px;
  line-height: 22px;
  margin-top: -10px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  #patient-box {
    position: relative;
    left: -24%;
    margin-top: 50%;
    z-index: 100;
  }
  #patient-box p {
    font-size: 18px;
  }
}
.btn-circle {
  width: 40px;
  height: 40px;
  padding: 6px 7px;
  border: 1px solid #505050;
  border-radius: 100% !important;
  font-size: 18px;
  color: #505050;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  border: 0px;
  outline: none;
  color: white;
  background: #00caaf;
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .btn-circle {
    width: 33px;
    height: 33px;
  }
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 60px;
}
#about {
  border-bottom: 1px solid #ececec;
  padding-bottom: 60px;
  margin-bottom: -30px;
  border-bottom: none;
  padding-bottom: 0;
}
#about .container {
  padding: 0px;
  width: 82.5%;
  max-width: 1170px;
}
#about form {
  margin: 0 auto;
  max-width: 550px;
  padding: 15px 30px 15px 15px;
}
#about h3 {
  font-weight: normal;
  padding: 60px 0 30px 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  color: #2d2d2d;
}
#about fieldset .row > *:not(.error) {
  padding-top: 15px;
  padding-bottom: 18px;
  padding-right: 0;
}
#about label {
  font-size: 10.5px;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #2d2d2d;
}
#about label.fixed-no-toggle {
  text-align: left !important;
  display: block;
}
#about .btn-submit {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 18px 0;
}
#about select,
#about input {
  height: 38px !important;
}
#about label:not(.error) {
  opacity: 1;
  position: absolute;
  top: -3px;
  left: 15px;
}
#about textarea + label:not(.fixed-no-toggle).error,
#about select + label:not(.fixed-no-toggle).error,
#about input + label:not(.fixed-no-toggle).error {
  opacity: 1;
  float: left;
  padding-top: 5px;
  left: 0;
  top: 0;
  position: relative !important;
  text-transform: none !important;
  color: #E94054;
}
#about textarea + label:not(.fixed-no-toggle).fixed,
#about select + label:not(.fixed-no-toggle).fixed,
#about input + label:not(.fixed-no-toggle).fixed {
  opacity: 1;
}
#about textarea:active,
#about select:active,
#about input:active,
#about textarea:focus,
#about select:focus,
#about input:focus {
  box-shadow: unset;
  border-color: #7d7d7d;
}
#about textarea:active + label,
#about select:active + label,
#about input:active + label,
#about textarea:focus + label,
#about select:focus + label,
#about input:focus + label {
  opacity: 1;
  transition: background-color 2s ease-in-out;
}
#about textarea.error,
#about select.error,
#about input.error {
  border: 1px solid #E94054;
}
@media screen and (min-width: 992px) {
  #about {
    margin-top: -8%;
  }
}
#PrivacyPolicy {
  padding-top: 90px;
}
#testimonials {
  background: #f5f5f5;
  padding-bottom: 32px;
  margin-top: 30px;
  margin-bottom: -30px;
}
#testimonials h3 {
  font-weight: 300;
  padding-bottom: 20px;
}
#testimonials .cleartop {
  margin-top: 30px;
  margin-bottom: -20px;
}
@media screen and (min-width: 992px) {
  #testimonials .row .testimonial {
    margin: 10px 0px;
  }
  #testimonials .row .testimonial p {
    margin: 0px;
    font-size: 12.6px;
  }
}
.about-section {
  width: 100%;
  padding: 110px 0;
  color: white;
  background: url(../img/bg-our-story.png) center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .about-section {
    background-size: 100% auto;
  }
}
.about-section .container h4 {
  line-height: 1.5em;
}
.about-section .container p {
  padding: 0px;
  font-size: 15px;
  line-height: 1.6em;
}
#sign-up .form-horizontal .form-group {
  color: #505050;
}
#sign-up .form-horizontal .form-group textarea,
#sign-up .form-horizontal .form-group input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}
#sign-up .form-horizontal .form-group input[type='checkbox'] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: 0px;
  *overflow: hidden;
}
#sign-up .form-horizontal .form-group label {
  text-align: left;
}
#sign-up .form-horizontal .form-group .terms label {
  font-size: 11.5px;
  display: block;
  padding-left: 20px;
  text-indent: -10px;
}
#sign-up .form-horizontal .form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
#sign-up .form-horizontal .width-45 {
  width: 45px !important;
  padding: 8px;
}
#sign-up .form-horizontal .width-45.form-control {
  display: inline;
}
#sign-up .form-horizontal .width-less-45 {
  width: -webkit-calc(100% - 50px) !important;
  width: -moz-calc(100% - 50px) !important;
  width: calc(100% - 50px) !important;
}
#sign-up .form-horizontal .width-less-45.form-control {
  display: inline;
}
#sign-up .form-horizontal .required label:after {
  color: #E94054;
  content: '  *';
  display: inline;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
.sticky-bottom {
  position: relative;
  bottom: 0px;
}
.check {
  vertical-align: middle;
  margin-right: 5px;
  content: url(../img/check.jpg);
}
@media screen and (min-width: 992px) {
  .content-section {
    padding-top: 8%;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.btn-default {
  border: 1px solid #505050;
  color: #505050;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #00caaf;
  outline: none;
  color: white;
  background-color: #00caaf;
}
.btn-white {
  border: 1px solid white;
  color: white;
  background-color: transparent;
  letter-spacing: 1px;
}
.btn-white:hover,
.btn-white:focus {
  outline: none;
  border: 1px solid #00caaf;
  color: white;
  background-color: #00caaf;
}
.btn-green {
  border: 1px solid #00caaf;
  color: white;
  background-color: #00caaf;
}
.btn-green:hover,
.btn-green:focus {
  border: 1px solid rgba(0, 202, 175, 0.6);
  background-color: rgba(0, 202, 175, 0.7);
}
.btn-green-ghost {
  border: 1px solid #00caaf;
  color: #00caaf;
  background: transparent;
}
.btn-green-ghost:hover,
.btn-green-ghost:focus {
  border: 1px solid #00caaf;
  color: white;
  background-color: #00caaf;
}
.btn-submit {
  min-width: 100%;
  border: 1px solid rgba(0, 202, 175, 0.5);
  color: white;
  background-color: #00caaf;
}
.btn-submit:hover,
.btn-submit:focus {
  border: 1px solid #6045a0;
  outline: none;
  color: white;
  background-color: #6045a0;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media screen and (max-width: 680px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
.clear-10 {
  clear: both;
  margin: 10px 0px;
}
.clear-20 {
  clear: both;
  margin: 20px 0px;
}
.less-7 {
  margin-top: -7px;
}
.less-10 {
  margin-top: -10px;
}
.less-20 {
  margin-top: -20px;
}
.less-60 {
  margin-top: 20px;
  margin-bottom: -90px !important;
}
footer {
  margin-top: 0px;
  padding: 30px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #505050;
  background: white;
}
footer.normal-footer {
  margin-top: 0px !important;
}
footer .container > .container {
  margin-left: -18px;
}
footer h3 {
  font-size: 11px;
  color: #bcbcbc;
  text-transform: none;
  margin: 0px 0px 15px 0px;
  padding-bottom: 5px 0px;
}
footer ul {
  list-style: none;
  margin-left: -40px;
  margin-bottom: 15px;
}
footer ul li {
  padding: 2px 0px;
}
footer a {
  color: #505050;
}
footer a:hover,
footer a:focus {
  color: #00caaf;
}
footer .copyright {
  margin-top: 70px;
  font-size: 12px;
  text-align: center;
}
footer .copyright a {
  color: #505050;
}
@media screen and (min-width: 992px) {
  footer footer {
    margin-top: 20px;
  }
}
/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: fade(white, 20%);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: fade(white, 20%);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    webkit-tap-highlight-color: fade(white, 20%);
}
*/
.normal-text p {
  font-size: 15px;
  text-align: left;
}
.normal-text li {
  padding: 10px;
  font-size: 15px;
}
#ref div {
  border: 1px solid #505050;
}
#ref p {
  margin: 5px;
}
.testimonial {
  font-family: 'Lato', sans-serif;
  color: #505050;
}
.testimonial p {
  font-size: 16px;
  margin: 0px;
  text-align: left;
}
.testimonial p .name {
  font-size: 18px;
}
.testimonial p .specialty {
  font-size: 13px;
}
.testimonial .message {
  font-style: italic;
  line-height: 18px;
  letter-spacing: 0px;
  color: #7d7d7d;
  font-weight: 400;
}
.testimonial .message:before,
.testimonial .message:after {
  font-style: italic;
  content: '"';
}
@media screen and (min-width: 992px) {
  .testimonial p {
    font-size: 13px;
  }
  .testimonial p .name {
    font-size: 16px;
  }
  .testimonial p .specialty {
    font-size: 13px;
  }
}
/***** Modal *****/
.modal-dialog {
  width: 68%;
}
.modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}
.modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.super-script {
  vertical-align: super;
  font-size: 10px;
}
.modal-body {
  padding: 0 25px 25px 25px;
}
.modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}
.modal-header,
.modal-footer {
  border: 0;
}
.modal-header .close {
  float: none;
  margin: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: relative;
  top: 35px;
  left: 12px;
  z-index: 100;
  background: black;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  height: 38px;
  width: 38px;
}
#sign-up p {
  /*font-size: 14px;
        padding: 5px 10px;*/
}
#sign-up .container .col-md-6 {
  margin-left: -13px;
  margin-right: 13px;
}
#sign-up .smd-icon-toggle-expand:before {
  position: relative;
  top: -23px;
  right: 8px;
  float: right;
  pointer-events: none;
}
#benefits p {
  padding: 0px;
}
#login-content {
  font-size: 15px;
  display: none;
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 999;
  background: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 10px 14px 4px #ececec;
  -webkit-box-shadow: 0px 10px 14px 4px #ececec;
}
#login-content form {
  width: 230px;
  height: 160px;
  padding: 10px;
}
#login-content form input {
  border: 1px solid #e0e0e0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin: 5px 0px;
  font-size: 13px;
  width: 100%;
  padding: 5px;
}
#login-content form input[type='submit'] {
  border: 0px;
}
#login-content form input[type='checkbox'] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: 0px;
  *overflow: hidden;
}
#login-content form label {
  font-size: 11px;
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
#login-content ul {
  list-style: none;
  display: block;
  margin-left: -40px;
  text-transform: none;
  min-width: 250px;
}
#login-content ul li {
  cursor: pointer;
}
#login-content ul li:hover {
  background: #F8F8F8;
}
#login-content ul li:hover a {
  color: #1AA99E;
}
#login-content ul li a {
  color: #575C64;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
#login-content.with-cookie-error {
  width: 200px;
}
#login-content .disabled-cookie-alert {
  margin-bottom: 0px;
}
#login {
  display: none;
}
@media screen and (min-width: 767px) {
  #login {
    display: block;
  }
}
#login-mobile {
  display: block;
}
@media screen and (min-width: 767px) {
  #login-mobile {
    display: none;
  }
}
.highlight {
  color: #505050 !important;
  background: white !important;
  border-radius: 500px;
  padding: 5px 20px !important;
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .highlight {
    margin-top: 0;
    padding: 0 15px !important;
  }
}
#data-and-security {
  color: #7d7d7d;
  margin: -80px 0px;
  font-family: 'Open Sans', sans-serif;
}
#data-and-security h3 {
  text-align: center;
  line-height: 35px;
  font-size: 28px;
  font-weight: 300;
}
#data-and-security .row {
  padding: 35px 20px;
}
#data-and-security .feat-img {
  width: 100%;
  height: 110px;
  text-align: center;
}
#data-and-security ul {
  display: block;
  list-style: none;
  margin-left: -45px;
}
#data-and-security ul li:before {
  font-family: FontAwesome;
  font-size: 19px;
  content: "\f058";
  vertical-align: middle;
  margin: 0px 10px;
}
.smd-g {
  clear: both;
  color: #505050;
  background: #f5f5f5;
}
.smd-d {
  color: white;
  background: #66cd8d;
}
.smd-d ul li:before {
  color: #02a370;
}
.smd-p {
  color: white;
  background: #8ca3d1;
}
.smd-p ul li:before {
  color: #476088;
}
.intro-plans {
  position: relative;
  background: url(../img/pricing_bg.png) no-repeat center fixed;
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
  text-align: center;
  clear: both;
  padding-bottom: 40px;
  margin: 0px 0px -20px 0px;
}
@media screen and (min-width: 1520px) {
  .intro-plans {
    background-size: 100% auto;
  }
}
.intro-plans.group {
  background: url(../img/pricing_group_bg.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media screen and (min-width: 1520px) {
  .intro-plans.group {
    background-size: 100% auto;
  }
}
.intro-plans .tabcontent {
  margin-bottom: 40px;
}
.intro-plans .tabcontent > div > .row {
  text-align: left;
  min-height: 50px;
  max-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}
.intro-plans a {
  text-align: center;
  font-weight: normal;
  color: white;
}
.intro-plans a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.intro-plans .padding-tb-20 {
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 20px 0px;
}
.intro-plans h4 {
  font-size: 28px;
  font-weight: 300;
  line-height: 20px;
}
.intro-plans h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 23px;
  margin: 40px 0px;
}
.intro-plans .currency {
  font-size: 35px;
  margin: 22px 0px;
}
.intro-plans .currency:before {
  font-weight: 300;
  font-size: 22px;
  content: "PHP ";
}
@media screen and (max-width: 768px) {
  .intro-plans .currency {
    font-size: 30px;
  }
}
.intro-plans .duration {
  font-weight: 300;
  font-size: 18px;
}
.intro-plans .btn {
  color: white;
  border: 1px solid white;
  min-width: 175px;
}
.intro-plans .btn.green:hover,
.intro-plans .btn.green:focus {
  color: #5ECDBC !important;
}
.intro-plans .btn:hover,
.intro-plans .btn:focus {
  background: white;
  color: #6851ac;
  font-weight: bold;
}
.intro-plans .box {
  margin: 0 auto;
  padding: 20px 0px;
  margin-bottom: 20px;
  /*
        @media screen and (max-width:1199px) {
            width: 60%;
        }

        @media screen and (max-width:991px) {
            width: 50%;
        }*/
}
.intro-plans .box h2 {
  font-size: 35px;
}
.intro-plans .box > .row {
  margin: 0 !important;
  justify-content: center;
}
.intro-plans .box > .row > h3 {
  margin: 0;
  font-size: 18px;
}
.intro-plans .box > .row > h3.fa-check {
  color: #00caaf;
}
.intro-plans .box ul {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .intro-plans .box ul {
    margin-left: 55px;
  }
}
@media screen and (max-width: 600px) {
  .intro-plans .box ul {
    margin-left: 8px;
  }
}
@media screen and (max-width: 500px) {
  .intro-plans .box ul {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .intro-plans .box ul {
    margin-left: -20px;
  }
  .intro-plans .box ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .intro-plans .box {
    max-width: 100%;
  }
}
.intro-plans .border-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: -1px !important;
  padding-bottom: 0 !important;
}
.intro-plans .box-highlight {
  background: rgba(255, 255, 255, 0.2);
}
.intro-plans ul {
  display: block;
  list-style: none;
  font-family: 'Open Sans';
  text-align: left;
  margin: 15px 0px;
}
.intro-plans ul li {
  margin: 5px 0px;
  font-size: 15px;
  margin: 3px 0px;
}
.intro-plans ul li:before {
  font-family: FontAwesome;
  font-size: 15px;
  content: "\f058";
  vertical-align: middle;
  margin: -2px 8px 2px 0px;
}
.intro-plans ul li i {
  font-size: 12px;
  opacity: 0.6;
  font-weight: bold;
  margin-left: 10px;
}
.intro-plans ul li i.block {
  display: block;
  margin-left: 20px;
}
.intro-plans ul li.main_highlight {
  margin-left: -40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0 25px 0;
}
.intro-plans ul li.main_highlight .sub_description {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.intro-plans ul li.main_highlight:before {
  content: none;
}
.intro-plans ul li.exclude {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  margin-left: 20px;
}
.intro-plans ul li.exclude i {
  font-size: 12px !important;
}
.intro-plans ul li.exclude:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .intro-plans ul {
    margin: 5% 0 5% 30%;
  }
  .intro-plans .btn {
    margin: -10px 0px;
  }
}
.smd-round-option {
  display: inline-block;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid white;
  min-width: 220px;
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 50px;
}
.smd-round-option.active {
  background-color: white;
  font-weight: bold;
  color: #5ECDBC;
}
.smd-round-option.active.solo {
  color: #6851ac;
}
@media screen and (max-width: 700px) {
  .smd-round-option {
    margin-bottom: 10px;
  }
}
.no-pad-top {
  padding-top: 0 !important;
}
.ssl-secured {
  background: url(../Content/public-profiles/images/trust-seal-aes-256-bit-ssl.png) no-repeat;
  width: 260px;
  height: 60px;
  background-size: contain;
  display: inline-block;
}
/*SMD Home Styles - temporarily made a separate styles for homepage design*/
.choose-user-type {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 25px;
  z-index: 2000;
}
.choose-user-type:after {
  content: '';
  background: #2A2B6C;
  width: 100%;
  height: 100vh;
  opacity: 0.95;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 2000;
}
.choose-user-type__conent {
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  height: 630px;
  max-width: 770px;
  width: 100%;
  position: relative;
  z-index: 2001;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .choose-user-type__conent {
    height: 100%;
  }
}
.choose-user-type__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .choose-user-type__title {
    margin-top: 20px;
  }
}
.choose-user-type_options {
  display: flex;
  height: 70%;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .choose-user-type_options {
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: minmax(100px, 1fr) 10px minmax(100px, 1fr);
    height: 100%;
  }
}
.choose-user-type_option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .choose-user-type_option:first-child {
    grid-row: 3;
  }
  .choose-user-type_option:last-child {
    grid-row: 1;
  }
}
.choose-user-type_option img {
  width: 151px;
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .choose-user-type_option img {
    width: 113px;
    margin-bottom: 25px;
  }
}
.choose-user-type_option button,
.choose-user-type_option a {
  border-radius: 4.5px !important;
  font-size: 26px !important;
  margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .choose-user-type_option button,
  .choose-user-type_option a {
    font-size: 16px !important;
  }
}
.choose-user-type__divider {
  height: 100%;
  padding: 0 90px;
}
@media screen and (max-width: 768px) {
  .choose-user-type__divider {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .choose-user-type__divider {
    display: none;
  }
}
.choose-user-type__divider-horizontal {
  width: auto;
  height: auto;
}
@media screen and (min-width: 601px) {
  .choose-user-type__divider-horizontal {
    display: none;
  }
}
.choose-user-type__close {
  color: #2A2B6C;
  cursor: pointer;
  font-size: 18px !important;
  position: absolute;
  top: 15px;
  right: 15px;
}
.smd-home-navbar {
  background: #ffffff;
}
.smd-home-navbar #burger-icon {
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.smd-home-navbar #burger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #2A2B6C;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.smd-home-navbar #burger-icon span:nth-child(1) {
  top: 0px;
}
.smd-home-navbar #burger-icon span:nth-child(2),
.smd-home-navbar #burger-icon span:nth-child(3) {
  top: 10px;
}
.smd-home-navbar #burger-icon span:nth-child(4) {
  top: 20px;
}
.smd-home-navbar #burger-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.smd-home-navbar #burger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.smd-home-navbar #burger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.smd-home-navbar #burger-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.smd-home-navbar .nav li a {
  color: #2A2B6C;
  font-weight: bold;
}
@media screen and (width: 768px) {
  .smd-home-navbar .nav li a {
    font-size: 15px;
  }
}
.smd-home-navbar .nav li a:hover {
  color: #1AA99E;
}
.smd-home-navbar .nav li a:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .smd-home-navbar .signup-btn {
    background: none !important;
    background-color: transparent !important;
    color: #2A2B6C !important;
    display: block !important;
    text-align: left !important;
  }
  .smd-home-navbar .signup-btn:hover {
    background: none;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .smd-home-navbar .navbar-collapse {
    border-top: 1px solid #ECECEC;
  }
}
@media screen and (max-width: 767px) {
  .smd-home-navbar .navbar-collapse {
    transition-property: height;
    transition-duration: 0.8s;
    height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
  }
  .smd-home-navbar .navbar-collapse .navbar-nav {
    padding: 0 25px;
  }
  .smd-home-navbar .navbar-collapse li a {
    padding: 38px 0;
    font-size: 26px !important;
  }
  .smd-home-navbar .navbar-collapse li:not(:last-child) a {
    border-bottom: 1px solid #ECECEC;
  }
}
.smd-home {
  font-family: "DM Sans", Helvetica, Myriad Pro, sans-serif !important;
  /**** -Integration slider styles- ****/
}
.smd-home h1,
.smd-home h2,
.smd-home h3,
.smd-home h4,
.smd-home h5,
.smd-home h6 {
  color: #2A2B6C;
  font-weight: 600;
  font-family: "DM Sans", Helvetica, Myriad Pro, sans-serif !important;
}
.smd-home h1 {
  font-size: 72px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .smd-home h1 {
    font-size: 55px !important;
  }
}
.smd-home h2 {
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  .smd-home h2 {
    font-size: 42px;
  }
}
.smd-home h3 {
  font-size: 42px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .smd-home h3 {
    font-size: 26px;
  }
}
.smd-home h4 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .smd-home h4 {
    font-size: 16px;
  }
}
.smd-home h5 {
  font-size: 16px;
}
.smd-home label {
  font-size: 17px;
}
.smd-home p {
  color: #575C64;
}
.smd-home p.pg-xl {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .smd-home p.pg-xl {
    font-size: 17px;
  }
}
.smd-home p.pg-l {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .smd-home p.pg-l {
    font-size: 15px;
  }
}
.smd-home p.pg-m {
  font-size: 15px;
}
.smd-home p.pg-s {
  font-size: 13px;
}
.smd-home button {
  border: none;
  border-radius: 3px;
  color: white;
  min-height: 48px;
  max-height: 48px;
  padding: 13px 25px;
  font-size: 16px !important;
  font-weight: bold;
  transition: all 0.2s;
  text-transform: none !important;
  outline: none;
  text-align: center;
  font-family: "DM Sans", Helvetica, Myriad Pro, sans-serif !important;
}
.smd-home button:focus {
  border: 0;
}
.smd-home button.l,
.smd-home a.l {
  min-height: 56px;
  max-height: 56px;
}
.smd-home button.xl,
.smd-home a.xl {
  min-height: 64px;
  max-height: 63px;
}
@media screen and (max-width: 768px) {
  .smd-home button.xl,
  .smd-home a.xl {
    min-height: 56px;
    max-height: 56px;
  }
}
.smd-home .primary-btn {
  border: none;
  border-radius: 3px;
  color: white;
  min-height: 48px;
  max-height: 48px;
  padding: 13px 25px;
  font-size: 16px !important;
  font-weight: bold;
  transition: all 0.2s;
  text-transform: none !important;
  outline: none;
  text-align: center;
}
.smd-home .primary-btn--green {
  background: #1AA99E;
  color: white;
}
@media screen and (min-width: 768px) {
  .smd-home .primary-btn--green {
    color: white !important;
  }
  .smd-home .primary-btn--green:hover {
    background: #2CC9BD;
    background-color: #2CC9BD !important;
  }
}
@media screen and (min-width: 769px) {
  .smd-home .primary-btn--green:focus {
    background-color: #1AA99E !important;
  }
}
.smd-home .primary-btn--purple {
  background: #2A2B6C;
}
.smd-home .primary-btn--purple:hover {
  background: #45479A;
}
.smd-home .secondary-btn {
  border: none;
  border-radius: 3px;
  color: white;
  min-height: 48px;
  max-height: 48px;
  padding: 13px 25px;
  font-size: 16px !important;
  font-weight: bold;
  transition: all 0.2s;
  text-transform: none !important;
  outline: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smd-home .secondary-btn--green {
  background: transparent;
  border: 2px solid #1AA99E;
  color: #1AA99E;
}
.smd-home .secondary-btn--green:hover {
  background: #1AA99E;
  color: white;
}
.smd-home .secondary-btn--purple {
  border: 2px solid #2A2B6C;
  color: #2A2B6C;
}
.smd-home .secondary-btn--purple:hover {
  background: #2A2B6C;
  color: white;
}
.smd-home .primary-btn--cta {
  border: none;
  border-radius: 3px;
  color: white;
  min-height: 48px;
  max-height: 48px;
  padding: 13px 25px;
  font-size: 16px !important;
  font-weight: bold;
  transition: all 0.2s;
  text-transform: none !important;
  outline: none;
  text-align: center;
  min-height: 56px;
  max-height: 56px;
  background: #2A2B6C;
}
@media screen and (min-width: 768px) {
  .smd-home .primary-btn--cta {
    max-width: 142px;
    width: 100%;
  }
}
.smd-home .primary-btn--cta:hover {
  background: #45479A;
}
.smd-home .text-link {
  color: #1AA99E;
  text-decoration: underline;
  cursor: pointer;
}
.smd-home .text-link:hover {
  color: #2CC9BD;
}
.smd-home .text-link:link,
.smd-home .text-link:visited {
  color: #1AA99E !important;
}
@media screen and (max-width: 991px) {
  .smd-home .flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.smd-home .align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.smd-home .justify-start {
  justify-content: flex-start;
}
.smd-home .align-start {
  align-items: flex-start !important;
}
.smd-home .pad-top-12 {
  padding-top: 12px !important;
}
.smd-home .pad-top-15 {
  padding-top: 15px !important;
}
.smd-home .pad-top-38 {
  padding-top: 38px;
}
.smd-home .remove-margin {
  margin: 0 !important;
}
.smd-home .doctor-name-container {
  display: flex;
}
.smd-home .doctor-image {
  background-size: 100% !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-top: -5px;
  margin-right: 10px;
}
.smd-home .get-started-input {
  display: flex;
}
@media screen and (max-width: 600px) {
  .smd-home .get-started-input {
    width: 100%;
  }
}
.smd-home .get-started-input input {
  color: #575C64;
  font-size: 17px;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  width: 345px;
  border: 3px solid #2A2B6C;
  border-radius: 3px 0 0 3px;
  outline: none;
}
.smd-home .get-started-input input:focus {
  border-color: #45479A;
}
.smd-home .get-started-input input:focus + button {
  background: #45479A;
}
.smd-home .get-started-input button {
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 600px) {
  .smd-home .get-started-input {
    flex-direction: column;
  }
  .smd-home .get-started-input input {
    width: 100%;
    margin-bottom: 17px;
  }
}
.smd-home section img {
  width: 100%;
}
.smd-home .no-left-pad {
  padding-left: 0 !important;
}
.smd-home .no-right-pad {
  padding-right: 0 !important;
}
.smd-home .mg-bot-10 {
  margin-bottom: 10px !important;
}
.smd-home .text-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.smd-home .text-with-icon p {
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  .smd-home .two-col-section {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.smd-home .two-col-section h3 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .smd-home .two-col-section h3 {
    margin-top: 50px;
  }
}
.smd-home .two-col-section img {
  width: 100%;
}
.smd-home .two-col-section__padding-right {
  padding-right: 85px;
}
@media screen and (min-width: 991px) {
  .smd-home .two-col-section__padding-left {
    padding-left: 85px;
  }
}
.smd-home .circle-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .smd-home .circle-bg {
    height: 26px;
    width: 26px;
  }
}
.smd-home .checkmark-green,
.smd-home .xmark-gray {
  width: 12px;
}
@media screen and (max-width: 768px) {
  .smd-home .checkmark-green,
  .smd-home .xmark-gray {
    width: 10px;
  }
}
.smd-home .benefits-section {
  display: flex;
  justify-content: space-between;
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .smd-home .benefits-section {
    flex-direction: column;
    margin-top: 50px;
  }
}
.smd-home .benefits-section > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .smd-home .benefits-section > div {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 10px;
  }
  .smd-home .benefits-section > div:not(:last-child) {
    padding-bottom: 40px;
  }
}
.smd-home .benefits-section > div img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .smd-home .benefits-section > div img {
    margin-bottom: 0;
  }
}
.smd-home .benefits-section > div:not(:last-child) {
  border-right: 1px solid #ececec;
}
@media screen and (max-width: 768px) {
  .smd-home .benefits-section > div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 34px;
  }
}
.smd-home .benefits-section > div h4 {
  margin-bottom: 0;
}
.smd-home .benefits-section .save-time {
  width: 66px;
}
@media screen and (max-width: 768px) {
  .smd-home .benefits-section .save-time {
    width: 53px;
  }
}
.smd-home .benefits-section .safe-secure {
  width: 54px;
}
@media screen and (max-width: 768px) {
  .smd-home .benefits-section .safe-secure {
    width: 43px;
  }
}
.smd-home .benefits-section .go-digital {
  width: 79px;
}
@media screen and (max-width: 768px) {
  .smd-home .benefits-section .go-digital {
    width: 63px;
  }
}
.smd-home .intro {
  display: table;
  margin-top: 40px;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background-color: black;
}
.smd-home .intro h1 {
  font-weight: 300;
}
.smd-home .intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.smd-home .intro .intro-body .intro-text {
  font-size: 16.8px;
  line-height: 22px;
  margin-top: -10px;
}
.smd-home .intro .btn.btn-white-all {
  background: white;
  color: #7d7d7d !important;
  margin-right: 15px;
}
.smd-home .intro .btn.btn-white-all:hover {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 76px) {
  .smd-home .intro {
    height: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .smd-home .intro .intro-body .container {
    padding-top: 150px;
  }
}
@media screen and (width: 768px) {
  .smd-home .intro .intro-body .container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .smd-home .intro.intro-plans .intro-body > .container {
    padding-top: 40px;
  }
}
.smd-home .smd-home__intro {
  background-color: white;
  text-align: unset;
  padding-top: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .smd-home .smd-home__intro {
    padding-top: 100px;
  }
}
.smd-home .smd-home__intro-body:after {
  content: '';
  background: #f6f6f6;
  border-radius: 0 0 0 80px;
  width: 60%;
  height: 100%;
  max-height: 842px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .smd-home .smd-home__intro-body:after {
    border-radius: 0 0 0 50px;
    width: 100%;
    min-width: unset;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .smd-home .smd-home__intro-body:after {
    max-height: unset;
  }
}
.smd-home .smd-home__intro-body .smd-home__intro-image {
  width: 100%;
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
  .smd-home .smd-home__intro-body .smd-home__intro-image {
    position: relative;
    bottom: -85px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .smd-home .smd-home__intro-body .smd-home__intro-image {
    position: relative;
    bottom: -244px;
  }
}
.smd-home .smd-home__intro-body .smd-home__intro-request-demo {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .smd-home .smd-home__intro-body .smd-home__intro-request-demo {
    margin-top: 6px;
  }
}
.smd-home .smd-home__intro-body .smd-home__intro-request-demo a {
  margin-left: 3px;
}
.smd-home .smd-home__intro-body .row {
  display: flex;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .smd-home .smd-home__intro-body .row {
    flex-direction: column;
  }
}
.smd-home .smd-home__intro-body .row > div {
  padding-right: 15px;
  padding-left: 15px;
}
.smd-home .smd-home__intro-body .row > div:first-child {
  max-width: 555px;
}
@media screen and (max-width: 992px) {
  .smd-home .smd-home__intro-body .row > div:first-child {
    max-width: 415px;
  }
}
@media screen and (max-width: 768px) {
  .smd-home .smd-home__intro-body .row > div:first-child {
    max-width: unset;
  }
}
.smd-home .smd-home__intro-body .container {
  max-height: 842px;
}
@media screen and (max-width: 768px) {
  .smd-home .smd-home__intro-body .container {
    flex-direction: column;
    height: 100%;
    max-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .smd-home .smd-home__intro-body .container {
    padding-top: 25px;
  }
}
.smd-home .smd-home__intro-body .line-marker {
  position: relative;
}
.smd-home .smd-home__intro-body .line-marker:after {
  content: '';
  background: url('https://static.seriousmd.com/assets/line-marker@2x.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 103px;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .smd-home .smd-home__intro-body .line-marker:after {
    right: 0;
  }
}
.smd-home .feature-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .smd-home .feature-list {
    margin-bottom: 24px;
  }
}
.smd-home .feature-list__item {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  margin-bottom: 5px;
}
.smd-home .feature-list__item p {
  margin-bottom: 0;
}
.smd-home .other-features-section img {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .smd-home .other-features-section img {
    margin-bottom: 35px;
  }
}
.smd-home .other-features-section .analytics {
  width: 118px;
}
@media screen and (max-width: 768px) {
  .smd-home .other-features-section .analytics {
    width: 94px;
  }
}
.smd-home .other-features-section .collaborate {
  width: 76px;
}
@media screen and (max-width: 768px) {
  .smd-home .other-features-section .collaborate {
    width: 60px;
  }
}
.smd-home .other-features-section .add-user {
  width: 77px;
}
@media screen and (max-width: 768px) {
  .smd-home .other-features-section .add-user {
    width: 62px;
  }
}
.smd-home .other-features-section .offline-use {
  width: 93.76px;
  margin-top: 18px;
}
.smd-home .other-features-section > .row:first-child {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .smd-home .other-features-section > .row:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .smd-home .other-features-section > .row > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
.smd-home .other-features-section > .row div:first-child {
  padding-right: 50px;
}
.smd-home .wall-of-love-section {
  background: #F6F6F6;
  margin-top: 105px;
  padding-top: 125px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .smd-home .wall-of-love-section {
    margin-top: 50px;
    padding-top: 60px;
    height: 690px;
  }
}
.smd-home .wall-of-love-section .ndrsl-widget {
  height: 1043px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .smd-home .wall-of-love-section .ndrsl-widget {
    margin-top: 20px;
    height: 427px;
  }
}
.smd-home .wall-of-love-section .ndrsl-widget .ndrsl-live-user-name {
  font-size: 24px;
  word-break: normal;
}
.smd-home .wall-of-love-section .ndrsl-widget .ndrsl-live-user-company {
  font-size: 18px;
}
.smd-home .wall-of-love-section .ndrsl-widget.show-less:after {
  content: '';
  background: #f6f6f6;
  background: linear-gradient(0deg, #f6f6f6 50%, rgba(255, 255, 255, 0.1) 100%);
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
}
.smd-home .wall-of-love-section__title {
  position: relative;
  display: inline-block;
}
.smd-home .wall-of-love-section__title .doodle-heart {
  width: 22px;
  position: absolute;
  top: -10px;
  right: -35px;
}
.smd-home .wall-of-love-section__info {
  max-width: 523px;
}
.smd-home .wall-of-love-section__btn-container {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.smd-home .wall-of-love-section__btn-container a {
  position: relative;
  bottom: 77px;
}
.smd-home .pricing-section {
  margin-top: 155px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .smd-home .pricing-section {
    margin-top: 70px;
  }
}
.smd-home #pricing {
  position: absolute;
  top: -90px;
}
.smd-home .pricing-section__pricing-text {
  color: #1AA99E;
  font-size: 14px !important;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.smd-home .pricing-section__header {
  max-width: 670px;
  margin: 0 auto;
}
.smd-home .now-serving-section {
  background: #F6F6F6;
  display: flex;
  margin-top: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 992px) {
  .smd-home .now-serving-section {
    flex-direction: column;
    margin-top: 75px;
    margin-bottom: 80px;
  }
}
.smd-home .now-serving-section .left-side-doctor-list,
.smd-home .now-serving-section .right-side-doctor-list {
  position: relative;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
  overflow: hidden;
  width: 385px;
}
@media screen and (max-width: 1024px) {
  .smd-home .now-serving-section .left-side-doctor-list,
  .smd-home .now-serving-section .right-side-doctor-list {
    grid-gap: 25px;
    width: 300px;
  }
}
.smd-home .now-serving-section .left-side-doctor-list__second-col,
.smd-home .now-serving-section .right-side-doctor-list__first-col,
.smd-home .now-serving-section .bottom-doctor-list__first-col,
.smd-home .now-serving-section .bottom-doctor-list__second-col,
.smd-home .now-serving-section .bottom-doctor-list__third-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smd-home .now-serving-section .bottom-doctor-list {
  position: relative;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  overflow: hidden;
}
.smd-home .now-serving-section .bottom-doctor-list__first-col {
  align-items: flex-end;
}
.smd-home .now-serving-section .bottom-doctor-list__second-col {
  align-items: center;
  position: relative;
  bottom: -70px;
}
.smd-home .now-serving-section .bottom-doctor-list__third-col {
  align-items: flex-start;
}
.smd-home .now-serving-section .doctor-thumbnail {
  box-shadow: 0px 10px 14px 4px #ececec;
  -webkit-box-shadow: 0px 10px 14px 4px #ececec;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  justify-content: space-between;
  max-width: 169px;
  width: 100%;
  height: 187px;
  padding: 10px 20px;
}
.smd-home .now-serving-section .doctor-thumbnail:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .smd-home .now-serving-section .doctor-thumbnail {
    max-width: 118px;
    width: 100%;
    height: 130px;
    padding: 5px;
  }
}
.smd-home .now-serving-section .doctor-thumbnail__image {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  width: 98px;
  min-height: 98px;
  margin-top: 10px;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .smd-home .now-serving-section .doctor-thumbnail__image {
    font-size: 10px;
    width: 69px;
    min-height: 69px;
  }
}
.smd-home .now-serving-section .doctor-thumbnail__info {
  text-align: center;
  margin-bottom: 3px;
}
.smd-home .now-serving-section .doctor-thumbnail__name {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  max-width: 100%;
  max-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .smd-home .now-serving-section .doctor-thumbnail__name {
    font-size: 10px;
    margin-top: 5px;
  }
}
.smd-home .now-serving-section .doctor-thumbnail__specialty {
  color: #9A9B9A;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  max-width: 100%;
  max-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .smd-home .now-serving-section .doctor-thumbnail__specialty {
    font-size: 8px;
  }
}
.smd-home .now-serving-section__logo {
  width: 203px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .smd-home .now-serving-section__logo {
    width: 162px;
    margin-bottom: 16px;
  }
}
.smd-home .now-serving-section__center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .smd-home .now-serving-section__center {
    padding: 60px 20px 0 20px;
  }
}
.smd-home .now-serving-section__center div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
}
.smd-home .now-serving-section__bottom {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 993px) {
  .smd-home .now-serving-section__bottom {
    display: none;
  }
}
.smd-home .now-serving-section__bottom:after {
  content: '';
  background: #ECECEC;
  border-radius: 50px 0 0 0;
  width: 40%;
  height: 115%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.smd-home .now-serving-section__bottom img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .smd-home .now-serving-section__left,
  .smd-home .now-serving-section__right {
    display: none;
  }
}
.smd-home .now-serving-section__left img,
.smd-home .now-serving-section__right img {
  position: relative;
  z-index: 1;
}
.smd-home .now-serving-section__left {
  position: relative;
}
.smd-home .now-serving-section__left:after {
  content: '';
  background: #ECECEC;
  border-radius: 0 80px 0 0;
  width: 120%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.smd-home .now-serving-section__right {
  position: relative;
}
.smd-home .now-serving-section__right:after {
  content: '';
  background: #ECECEC;
  border-radius: 0 0 0 80px;
  width: 120%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
}
.smd-home .pricing-section__table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .smd-home .pricing-section__table {
    display: none;
  }
}
.smd-home .pricing-section__table .pick-a-plan-text-container {
  border-bottom: 0 !important;
  position: relative;
}
.smd-home .pricing-section__table .pick-a-plan-text-container:after {
  content: '';
  background: url('https://static.seriousmd.com/assets/doodle-arrow 01@2x.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80px;
  height: 32px;
  position: absolute;
  bottom: -20px;
  left: 68px;
}
.smd-home .pricing-section__table .pricing-save-text {
  position: relative;
  color: #2A2B6C;
  font-weight: bold;
}
.smd-home .pricing-section__table .pricing-save-text:after {
  content: '';
  background: url('https://static.seriousmd.com/assets/doodle-line 01@2x.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45px;
  height: 10px;
  position: absolute;
  bottom: -12px;
  left: 0px;
}
.smd-home .pricing-section__table-mobile {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 23px;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .smd-home .pricing-section__table-mobile {
    display: none;
  }
}
.smd-home .pricing-section__table-mobile .pick-a-plan-text-container {
  border-bottom: 0 !important;
  position: relative;
}
.smd-home .pricing-section__table-mobile .pick-a-plan-text-container:after {
  content: '';
  background: url('https://static.seriousmd.com/assets/doodle-arrow 01@2x.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80px;
  height: 32px;
  position: absolute;
  bottom: -20px;
  left: 68px;
}
.smd-home .pricing-section__table-mobile .pricing-save-text {
  position: relative;
  color: #2A2B6C;
  font-weight: bold;
}
.smd-home .pricing-section__table-mobile .pricing-save-text:after {
  content: '';
  background: url('https://static.seriousmd.com/assets/doodle-line 01@2x.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45px;
  height: 10px;
  position: absolute;
  bottom: -12px;
  left: 0px;
}
.smd-home .pricing-section__table-mobile .pricing-section__table-col {
  border-radius: 8px !important;
}
.smd-home .pricing-section__table-mobile .pricing-section__table-col:not(:last-child) {
  border-right: 1px solid #ECECEC !important;
}
.smd-home .pricing-section__table-mobile .pricing-section__table-col:last-child {
  margin-right: 0;
  margin-left: 1px;
}
.smd-home .pricing-section__table-mobile .pricing-section__table-col.active {
  top: 0;
}
.smd-home .pricing-section__nav-options {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .smd-home .pricing-section__nav-options {
    display: none;
  }
}
.smd-home .pricing-section__nav-options .swiper-pagination-bullet {
  background: white;
  border-radius: 0;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1AA99E;
  outline: none;
  opacity: 0.4;
}
.smd-home .pricing-section__nav-options .swiper-pagination-bullet:not(:last-child) {
  margin-right: 55px;
}
.smd-home .pricing-section__nav-options .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.6s;
  position: relative;
  opacity: 1;
}
.smd-home .pricing-section__nav-options .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #1AA99E;
  padding: 0 10px;
  position: absolute;
  bottom: -3px;
  left: -1px;
}
.smd-home .pricing-section__three-col {
  display: grid;
  grid-template-columns: 60px 90px minmax(45px, 1fr);
  grid-gap: 10px;
}
.smd-home .pricing-section__table-col {
  border: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .smd-home .pricing-section__table-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.smd-home .pricing-section__table-col:not(:last-child) {
  border-right: 0;
}
.smd-home .pricing-section__table-col:first-child {
  border-radius: 8px 0 0 8px;
}
.smd-home .pricing-section__table-col:last-child {
  border-radius: 0 8px 8px 0;
}
.smd-home .pricing-section__table-col.active {
  transition: all 0.5s;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 20px 0;
  position: relative;
  top: -20px;
  border-radius: 8px;
  margin-left: -1px;
  margin-right: -1px;
  height: 105%;
}
.smd-home .pricing-section__table-col.active .table-col-item {
  border-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .smd-home .pricing-section__table-col {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.smd-home .pricing-section__table-col .pricing-section__divider {
  border-bottom: 1px solid #ECECEC;
  margin: 20px 0 15px 0;
}
.smd-home .pricing-section__table-col .table-col-item {
  height: 50px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .smd-home .pricing-section__table-col .table-col-item {
    height: auto !important;
    min-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .smd-home .pricing-section__table-col .table-col-item.row-mobile {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 12px 30px;
  }
  .smd-home .pricing-section__table-col .table-col-item.row-mobile > *:not(:last-child) {
    margin-bottom: 5px;
  }
  .smd-home .pricing-section__table-col .table-col-item.row-mobile img {
    width: 12px;
  }
}
@media screen and (max-width: 425px) {
  .smd-home .pricing-section__table-col .table-col-item.row-mobile a {
    width: 100%;
  }
}
.smd-home .pricing-section__table-col .table-col-item:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .smd-home .pricing-section__table-col .table-col-item:not(:last-child) {
    border-bottom: 0;
  }
}
.smd-home .pricing-section__table-col .table-col-item:nth-child(6) {
  height: 65px;
}
.smd-home .pricing-section__table-col .table-col-item:first-child {
  min-height: 75px;
}
@media screen and (max-width: 768px) {
  .smd-home .pricing-section__table-col .table-col-item:first-child {
    min-height: 110px;
  }
}
.smd-home .pricing-section__table-col .table-col-item:nth-child(2) {
  height: 120px;
}
.smd-home .pricing-section__table-col .table-col-item:nth-child(3),
.smd-home .pricing-section__table-col .table-col-item:nth-child(4),
.smd-home .pricing-section__table-col .table-col-item:nth-child(5),
.smd-home .pricing-section__table-col .table-col-item:nth-child(9),
.smd-home .pricing-section__table-col .table-col-item:nth-child(10) {
  height: 35px;
}
.smd-home .pricing-section__table-col .table-col-item:last-child {
  height: 110px;
  display: flex;
  align-items: center;
}
.smd-home .pricing-section__table-col .table-col-item h4,
.smd-home .pricing-section__table-col .table-col-item h5,
.smd-home .pricing-section__table-col .table-col-item p {
  margin-bottom: 0;
}
.smd-home .plan-section {
  margin-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .smd-home .plan-section {
    margin-bottom: 55px;
  }
}
.smd-home .plan-section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .smd-home .plan-section__title {
    margin-bottom: 24px;
  }
}
.smd-home .plan-section__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .smd-home .plan-section__list {
    grid-template-columns: 1fr;
  }
}
.smd-home .plan-section__list-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 17px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .smd-home .plan-section__list-item {
    grid-template-columns: 20px 1fr;
    margin-bottom: 13px;
  }
}
.smd-home .plan-section__list-item p {
  margin-bottom: 0;
}
.smd-home .below-cta-section {
  background: #F8F8F8;
  height: 510px;
  position: relative;
  margin-bottom: -60px;
}
@media screen and (max-width: 768px) {
  .smd-home .below-cta-section {
    height: 582px;
  }
}
.smd-home .below-cta-section .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .smd-home .below-cta-section .container {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .smd-home .below-cta-section .container {
    padding: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .smd-home .below-cta-section .container h2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .smd-home .below-cta-section .container h2 {
    margin-top: 80px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .smd-home .below-cta-section .container p {
    margin-bottom: 21px;
  }
}
.smd-home .below-cta-section__doodle {
  width: 163px;
  position: absolute;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .smd-home .below-cta-section__doodle {
    width: 118px;
    right: 10px;
    top: -30px;
  }
}
.smd-home .below-cta-section__doctor-img {
  max-width: 426px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .smd-home .below-cta-section__doctor-img {
    max-width: 310px;
  }
}
.smd-home .integration-section {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section {
    margin-bottom: 40px;
  }
}
.smd-home .integration-section__title {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__title {
    margin-bottom: 33px;
  }
}
.smd-home .integration-section__slider {
  position: relative;
}
.smd-home .integration-section__slider .gallery-top.swiper-container {
  width: 100%;
  height: 476px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .gallery-top.swiper-container {
    height: 503px;
  }
}
.smd-home .integration-section__slider .gallery-top .swiper-slide {
  background: #F8F8F8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .gallery-top .swiper-slide {
    padding: 0 53px;
  }
}
.smd-home .integration-section__slider .gallery-top .swiper-slide__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
}
@media screen and (max-width: 992px) {
  .smd-home .integration-section__slider .gallery-top .swiper-slide__content {
    grid-template-columns: unset;
    grid-template-rows: 1fr;
    grid-gap: 50px;
  }
}
.smd-home .integration-section__slider .gallery-top .swiper-slide__content h4 {
  margin-bottom: 15px;
}
.smd-home .integration-section__slider .gallery-top .swiper-slide__content p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .gallery-top .swiper-slide__content p {
    font-size: 15px;
  }
}
.smd-home .integration-section__slider .gallery-top .swiper-slide__image-logo-container {
  display: flex;
  align-items: center;
}
.smd-home .integration-section__slider .gallery-top .swiper-slide__image-logo {
  box-shadow: 0px 10px 14px 4px #ececec;
  -webkit-box-shadow: 0px 10px 14px 4px #ececec;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 300px;
  height: 146px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .gallery-top .swiper-slide__image-logo {
    width: 100%;
    max-width: 223px;
    height: 98px;
  }
}
.smd-home .integration-section__slider .gallery-thumbs {
  height: 85px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .gallery-thumbs {
    margin-top: 80px;
    height: 74px;
  }
}
.smd-home .integration-section__slider .gallery-thumbs .swiper-slide {
  background-repeat: no-repeat !important;
  height: 100%;
  background-size: 100% !important;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .gallery-thumbs .swiper-slide {
    background-position: center !IMPORTANT;
    background-size: 75% !IMPORTANT;
    border: 1px solid #ECECEC;
    border-radius: 8px;
  }
}
.smd-home .integration-section__slider .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.smd-home .integration-section__slider .swiper-button-prev,
.smd-home .integration-section__slider .swiper-button-next {
  transition: all 0.15s;
  background: #1AA99E;
  border-radius: 100%;
  outline: none;
  width: 70px;
  height: 70px;
  color: white;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .swiper-button-prev,
  .smd-home .integration-section__slider .swiper-button-next {
    width: 36px;
    height: 36px;
    top: 40%;
  }
}
.smd-home .integration-section__slider .swiper-button-prev:hover,
.smd-home .integration-section__slider .swiper-button-next:hover {
  background: #2CC9BD;
}
.smd-home .integration-section__slider .swiper-button-prev:after,
.smd-home .integration-section__slider .swiper-button-next:after {
  font-size: 18px;
}
.smd-home .integration-section__slider .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .swiper-button-prev {
    left: -10px;
  }
}
.smd-home .integration-section__slider .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .swiper-button-next {
    right: -10px;
  }
}
.smd-home .integration-section__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  min-height: 17px;
}
@media screen and (max-width: 768px) {
  .smd-home .integration-section__slider .swiper-pagination {
    margin-top: 30px;
  }
}
.smd-home .integration-section__slider .swiper-pagination-bullet {
  background: #2A2B6C;
  margin: 0 5px;
  opacity: 1;
}
.smd-home .integration-section__slider .swiper-pagination-bullet-active {
  background: transparent;
  border: 4px solid #2A2B6C;
  width: 15px;
  height: 15px;
}
.footer-container {
  background: #2A2B6C;
  padding: 0;
}
.footer-container .btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 23px;
  color: #0C0D35;
  background: white;
}
.footer-container .btn-circle:hover,
.footer-container .btn-circle:focus {
  border: 0px;
  outline: none;
  color: white;
  background: #00caaf;
}
.footer-container .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.footer-container .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
.footer__links {
  padding-top: 120px;
  padding-bottom: 80px;
  margin-top: 30px;
}
.footer__links h4 {
  color: white;
  font-size: 26px;
  font-weight: 600;
}
.footer__links h4 i {
  display: none;
}
.footer__links li {
  margin-bottom: 25px;
}
.footer__links a {
  color: #BFBFD3;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    padding-top: 60px;
    padding-bottom: 57px;
  }
  .footer__links .active ul {
    height: 200px;
    margin-top: 23px;
  }
  .footer__links > div:first-child h4 {
    border-top: 1px solid #4f508c;
  }
  .footer__links h4 {
    cursor: pointer;
    font-size: 26px;
    border-bottom: 1px solid #4f508c;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .footer__links h4 i {
    display: inline-block;
    position: absolute;
    right: 15px;
  }
  .footer__links ul {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .footer__links ul li {
    margin-bottom: 15px;
  }
}
.footer__logo {
  position: relative;
  height: 175px;
}
@media screen and (max-width: 1080px) {
  .footer__logo {
    height: 312px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    height: 360px;
  }
}
@media screen and (max-width: 360px) {
  .footer__logo {
    height: 420px;
  }
}
.footer__logo:before {
  content: '';
  background: #0C0D35;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
}
.footer__logo .logos-container {
  position: relative;
  background: #0C0D35;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  padding: 32px 80px 32px 15px;
  border-radius: 0 100px 0 0;
}
@media (min-width: 992px) {
  .footer__logo .logos-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer__logo .logos-container {
    width: 1170px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__logo .logos-container {
    padding: 32px 80px 32px 15px;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo .logos-container {
    gap: 32px;
    padding: 24px 24px 24px 12px;
    border-radius: 0 45px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 20px;
  }
  .footer__logo .logos-container .list-inline {
    margin-bottom: 0;
  }
}
.footer__logo .logos-container > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__logo .logos-container .smd-logo {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .footer__logo .logos-container .smd-logo {
    flex: unset;
  }
}
@media screen and (max-width: 1080px) {
  .footer__logo .logos-container .third-party-logos {
    flex-direction: column;
  }
}
.footer__logo .logos-container .third-party-logos > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1080px) {
  .footer__logo .logos-container .third-party-logos > div {
    align-self: baseline;
  }
}
.footer__logo .logos-container .divider {
  height: 32px;
  width: 2px;
  background: #292a6b;
  margin: 0 24px;
}
@media screen and (max-width: 1080px) {
  .footer__logo .logos-container .divider {
    height: 2px;
    width: 100%;
    margin: 16px 0;
  }
}
@media screen and (min-width: 992px) {
  .footer__logo .smd-logo {
    margin-top: 0;
  }
}
.footer__logo .smd-logo img {
  width: 165px;
  height: auto;
}
.footer__logo .npc-seal {
  display: block;
  background: url(https://static.nowserving.ph/npc/seal-2x.png) no-repeat center;
  background-size: contain;
  width: 56px;
  height: 88px;
  font-size: 30px;
}
/*doctor registration styles*/
.doctor-registration {
  height: 100%;
}
.doctor-registration label {
  color: #2A2B6C;
  font-size: 16px;
  font-weight: bold !important;
  font-family: "DM Sans";
  margin-bottom: 10px !important;
}
.doctor-registration label.error {
  color: #E94054 !important;
  font-size: 13px !important;
  letter-spacing: 0.4px;
}
.doctor-registration input:not([type="checkbox"]),
.doctor-registration select {
  border: 1px solid #D2D2D2;
  border-radius: 8px !important;
  box-shadow: none;
  background: #fff !important;
  font-size: 16px;
  line-height: 1.2;
  min-height: 48px !important;
  padding: 0 15px;
}
.doctor-registration input[type="checkbox"] {
  background: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 4px !important;
  height: 24px;
  width: 24px;
}
.doctor-registration input[type="checkbox"]:checked {
  background: #1AA99E;
  top: 0;
}
.doctor-registration input[type="checkbox"]:checked:before {
  font-family: 'seriousmd' !important;
  content: '';
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 5px;
}
.doctor-registration input.error {
  border: 1px solid #E94054;
}
.doctor-registration .alert-message {
  background: #E94054;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}
.doctor-registration .alert-message p {
  color: #fff;
  margin-bottom: 0;
}
.doctor-registration .select-default select {
  margin-bottom: 15px;
}
.doctor-registration .select-default:after {
  content: none;
}
.doctor-registration .select-default__icon {
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 18px;
}
.doctor-registration .select-default__icon:before {
  color: #575C64;
}
.doctor-registration .smd-form__password {
  position: relative;
}
.doctor-registration .smd-form__password input.error {
  margin-bottom: 15px;
}
.doctor-registration .smd-form__password .password-eye-icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}
.doctor-registration .smd-form__password .password-eye-icon--slash:after {
  content: "/";
  color: #575C64;
  font-size: 1.7em;
  left: 6px;
  pointer-events: none;
  position: absolute;
  top: -6px;
  transform: rotate3d(1, 1, 1, 25deg);
}
.doctor-registration .logo {
  width: 166px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .doctor-registration .logo {
    margin-top: 8px;
    margin-bottom: 40px;
  }
}
.doctor-registration .mg-right-40 {
  margin-right: 40px !important;
}
.doctor-registration .feature-list {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.doctor-registration .feature-list:after {
  content: '';
  background: url('https://static.seriousmd.com/assets/register-doodle-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px;
  height: 60px;
  position: absolute;
  right: -200px;
  top: -10px;
}
@media screen and (max-width: 1024px) {
  .doctor-registration .feature-list:after {
    width: 95px;
    height: 30px;
    position: absolute;
    right: -64px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-registration .feature-list:after {
    display: none;
  }
}
.doctor-registration .feature-list p {
  font-size: 17px;
}
.doctor-registration .feature-list .checkmark-green {
  width: 12px;
}
.doctor-registration .registerButton {
  margin-top: 20px;
}
.doctor-registration .registerButton:disabled {
  opacity: 0.5;
}
.doctor-registration__sub-title {
  font-size: 19px !important;
  padding: 0;
}
.doctor-registration__inner {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(440px, 2fr);
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .doctor-registration__inner {
    grid-template-columns: none;
    grid-template-rows: minmax(300px, 1fr) minmax(440px, 2fr);
  }
}
.doctor-registration__inner h4 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.doctor-registration__aside {
  display: flex;
  justify-content: flex-end;
  padding: 90px 110px;
  background: white;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .doctor-registration__aside {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-registration__aside {
    padding: 25px;
    justify-content: flex-start;
  }
}
.doctor-registration__aside-inner {
  max-width: 245px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .doctor-registration__aside-inner {
    max-width: 100%;
  }
}
.doctor-registration__content {
  background: #f6f6f6;
  display: flex;
  justify-content: flex-start;
  padding: 90px 130px;
}
@media screen and (max-width: 1024px) {
  .doctor-registration__content {
    padding: 90px 50px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-registration__content {
    padding: 32px 25px;
  }
}
.doctor-registration__content-inner {
  max-width: 670px;
  width: 100%;
}
.doctor-registration__content-inner h3 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .doctor-registration__content-inner {
    max-width: 100%;
  }
}
.doctor-registration__accept-terms a {
  margin-left: 3px;
}
.doctor-registration__accept-terms label {
  color: #575C64;
  font-size: 15px;
  font-weight: normal !important;
  margin-bottom: 2px !important;
}
.doctor-registration__password-instruction {
  margin-top: 2px;
}
.doctor-registration__looking-for-doctor img {
  margin-bottom: 22px;
}
.doctor-registration__looking-for-doctor h5 {
  margin-bottom: 6px;
}
.doctor-registration__looking-for-doctor p {
  line-height: 2;
  margin-bottom: 7px;
}
.site-map-container {
  padding-top: 95px;
}