* {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #a09e9c;
  text-transform: initial;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #343a3f;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
p {
  margin: 0;
  color: #767f86;
  font-size: 14px;
  line-height: 1.8;
  text-transform: initial;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
ul li {
  list-style: none;
}
select,
input,
textarea,
button {
  box-shadow: none;
  outline: 0 !important;
}
button {
  background: transparent;
  border: 0;
  font-size: 12px;
}

html,
body {
  height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

/* section-header */
.section-header {
  position: relative;
  text-align: center;
}
.section-header h2 {
  color: #0f2557;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.section-header h2 span {
  text-transform: lowercase;
}
.section-header p {
  font-size: 16px;
}
/* section-header */
.fix {
  position: relative;
  clear: both;
}
/*=============Style css=========*/

/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top {
  border-bottom: 1px solid #f6f8fa;
}

.header-top ul li {
  display: inline-block;
}

.header-top-left li,
.header-top-right li {
  display: inline-block;
}

/*.select-opt*/
.select-opt,
.header-top-contact {
  padding: 10px 18px;
  border-right: 1px solid #f6f8fa;
  border-left: 1px solid #f6f8fa;
}
.header-top-contact {
  border-right: 0;
  border-left: 1px solid #f6f8fa;
  font-size: 12px;
}
.select-opt select {
  border: none;
  cursor: pointer;
  color: #a7b0ba;
  font-size: 12px;
  font-weight: 300;
}
.select-opt option {
  color: #a7b0ba;
  text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
  font-size: 12px;
  color: #373939;
}
.select-opt a span.lnr-magnifier:before {
  font-size: 12px;
  color: #373939;
}
/*.select-opt*/

.header-top-right ul li a {
  color: #a7b0ba;
  font-size: 12px;
  font-weight: 300;
}

.video-screen {
  width: 60vw;
  margin: 0 auto;
  position: relative;
  min-height: calc(100vh - 140px);
  display: flex;
}
.profile-sidebar .card-booking {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  text-align: center;
  background: #1d2e4c !important;
  margin-top: 15px;
}

video#localVideo {
  object-fit: cover;
  width: 50%;
  height: calc(100vh - 140px);
}
video#remoteVideo {
  width: 50%;
  background: #eee;
}
button#callButton img {
  padding: 10px;
}
button#callButton {
  background: #18aa18;
  border-radius: 60px;
}
.calls-access button {
  width: 50px;
  margin-right: 10px;
}
.calls-access {
  position: absolute;
  top: auto;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#muteCallButton img {
  padding: 12px;
}
button#muteCallButton {
  background: #fff;
  border-radius: 60px;
}
.branding {
  width: 100%;
  text-align: center;
}
.branding img {
  width: 140px;
  padding: 10px 0px;
}
/*-------------------------------------
        3. Top-area
--------------------------------------*/
.emergancy span {
  text-decoration: underline;
}
li.emergancy {
  text-align: center;
}
nav.navbar.bootsnav {
  background-color: #fff;
  border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  color: #1b1e20;
  font-size: 20px;
  font-weight: 700;
  padding: 22px 0px;
  text-transform: capitalize;
}
.navbar-header a.navbar-brand span {
  display: inline-block;
  color: #01e08f;
  text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
  padding: 15px 0px;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 7px 10px;
}
.header-area {
  padding: 0 40px;
}
.emergancy {
  text-align: center;
}
.header-area .single-welcome-hero-form {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 35%;
  padding: 0 0px;
  margin-left: 30px;
  margin-top: 0px;
}
.navbar-collapse.collapse {
  display: flex !important;
/*  height: auto !important;*/
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-nav {
  width: 60%;
  text-align: center;
}
.banner-vector img {
  width: 600px;
  position: absolute;
  top: 0;
  right: 0px;
}
.header-top {
  border-bottom: 1px solid #f6f8fa;
  margin-left: 38px;
  margin-right: 55px;
}
ul.login-signup {
  padding-left: 20px;
}
.find-specilities .even1 a {
  padding-left: 0;
}
.find-specilities .odd2 a {
  border-right: none;
}
.find-specilities li {
  display: inline-block;
}
.find-specilities li a {
  color: #fff;
  padding: 0px 15px;
  font-weight: 300;
  border-right: 1px solid #2e4882;
  font-size: 14px;
}
li.scroll.proffesionals {
  margin-left: 40px;
}
.proffesionals a {
  border-radius: 3px;
  color: #0f2557 !important;
  padding: 0 !important;
  background: linear-gradient(to top, #81f2c9 50%, transparent 50%);
}
.navbar-brand > img {
  width: 150px;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 20px;
}
#footer .navbar-brand > img {
  width: 130px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 20px;
}
ul.find-specilities {
  text-align: left;
  margin-top: 20px;
}
.find-specilities li a:hover {
  color: #01e08f;
}
/*.signup a:hover {
  background: #03c981 !important;
}*/
ul.login-signup.desk:hover .dropdown-content {
  display: block;
}
.signup a {
  background: #fff;
  color: #000 !important;
  padding: 12px 22px !important;
  font-size: 14px;
  border-radius: 3px;
}
.login a {
  border: 1px solid #01e08f !important;
  color: #01e08f !important;
  padding: 12px 22px !important;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 15px;
}
.login a:hover {
  background: #03c981 !important;
  color: #fff !important;
}
.header-area .single-welcome-hero-form input {
  margin-left: 10px;
  height: 70px;
  width: 100%;
  border: 0;
  background: transparent;
}
.emergancy a {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  font-size: 14px;
}
.header-area .welcome-hero-form-icon {
  position: absolute;
  top: 25px;
  right: 12px;
  color: #252d32;
}
.header-top-left span a {
  font-weight: 300;
  font-size: 12px;
}
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-left: 0px;
  width: 40%;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.login-signup li {
  display: block;
}
.welcome-hero .container {
  position: relative;
}
nav.navbar.bootsnav ul.nav li {
  padding: 34px 3px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus {
  color: #01e08f;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  color: #01e08f;
}
#registerForm .form-input {
    padding-bottom: 0;
}
.dr-register-patient-form .error {
    text-align: left;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: '';
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
  font-size: 8px;
  margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
  padding: 34px 15px;
}
.profile-label input.form-control.hideInput {
    border: none;
    box-shadow: none;
    padding-left: 0;
}
.profile-label select.hideInput.form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
}
.profile-label input.form-control.showInput {
    border: none;
    box-shadow: none;
    padding-left: 0;
    border: 1px solid #eee;
    padding: 0px 10px;
}
.diagnoses-summry .panel-body {
    padding: 10px 0px;
}
.profile-label select.form-control.showInput {
    border: none;
    box-shadow: none;
    padding-left: 0;
}
button.btn.btn-primary.editProfile {
    background: #fff;
    border: 1px solid #00e18f;
    color: #fff;
    color: #00e18f;
}
button.btn.btn-primary.editProfile:hover {
    background: #00e18f;
    color: #fff;
}
button.btn.btn-success.updateProfile {
    background: #00e18f;
    border: navajowhite;
    color: #fff;
}
select#blood-group {
    border: 1px solid #eee;
    box-shadow: none;
    padding: 0;
    background: #fff;
}
h2.additional-title {
    padding-left: 6px;
}
button.btn.btn-primary.add-btn {
    background: #00e18f;
    border: none;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 60px;
    padding: 0 !important;
    width: 38px;
    height: 38px;
    font-weight: normal;
    font-size: 24px;
    float: right;
    position: absolute;
    right: 10px;
}
button.btn.btn-success.save-btn {
    background: #0f2557;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 0px 6px 6px 0px;
}
.additional-tab .hidden-input {
    margin-bottom: 10px;
    width: 67%;
}
.add-save-btn {
    display: flex;
    width: 100%;
    /* padding: 0 30px; */
    justify-content: left;
    text-align: center;
    position: relative;
}
.profile-additional-info.additional-tab {
    background: #F5FAFE;
}
.additional-tab input.form-control.new-item-input {
    width: 85%;
    float: left;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #eee;
    box-shadow: none;
}
.additional-tab .item-list li {
    color: #333;
    list-style: disc;
    line-height: 25px;
}
.additional-add-cta {
    position: relative;
}
.additional-tab ul.item-list {
    margin-left: 0px;
    margin-top: 8px;
    text-align: left;
    top: 0;
    /* width: 85%; */
    padding-left: 20px;
/*    display: flex;*/
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 7px auto;
    margin-left: 0;
}
ul.no-item {
    margin-top: 10px;
}
li.no-items-found {
    text-align: center;
    list-style: none !important;
    color: #333;
}
.additional-tab  ul.nav.nav-tabs {
    margin-top: 0 !important;
}
.appointment-list  .profile-det-info .view-appointment-btn {
    color: #01e08f;
    margin-top: 7px;
    display: inline-block;
    text-decoration: underline;
}
.col-lg-5.doctor-detail-col.desktop-sidebar.sticky-sidebar {
    position: sticky !important;
    top: 0;
    height: 100%;
}
.appointment-list.currentDate {
    border: 1px solid #01e08f !important;
}
.blockquotes-appoint p {
    margin-bottom: 20px;
    color: #333;
}
.blockquotes-appoint {
    display: flex;
    flex-wrap: wrap;
}
.single-appoinment-back-btn a {
    /* border: 1px solid #0f2557; */
    color: #0f2557;
    background: transparent;
    padding: 0px 0px;
    border-radius: 3px;
    text-decoration: underline;
}
.single-appointment-list strong {
    color: #0f2557;
    font-weight: 600;
    width: 240px;
    display: block;
}
.single-appoinment-back-btn {
    margin-top: 25px;
    margin-bottom: 20px;
}
.additional-tab .tab-content {
    padding: 20px 0px !important;
}
.additional-tab ul.nav.nav-tabs {
    border-bottom: 1px solid #eee !important;
}
.profile-additional-info.additional-tab {
    margin-top: 0 !important;
}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
  overflow-y: scroll;
  height: 350px;
}
.menu-ui-design::-webkit-scrollbar {
  width: 5px;
}
.menu-ui-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #01e08f;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: transparent;
  border: 1px solid #01e08f;
  padding: 10px;
  top: 0;
}
nav.navbar.bootsnav .navbar-toggle i {
  color: #01e08f;
}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/

::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder { 
  color: #999;
}
:-ms-input-placeholder { 
  color: #999;
}
:-moz-placeholder { 
  color: #999;
}
input[type="date"] {
  color: black; /* Change the font color to black */
}
input[type="date"]::-webkit-datetime-edit {
  color: black;
}
input[type="date"]::-moz-datetime-edit {
  color: black;
}
input[type="date"]::-ms-datetime-edit {
  color: black;
}
input[type="text"] {
      color: #000 !important; 
    }
    input[type="password"] {
      color: #000 !important;
    }
    select option {
      color: #000 !important; 
    }
        select {
      color: #000 !important; 
    }
.business-practice-row1 {
    width: 100%;
    display: flex;
}   
.welcome-hero {
  position: relative;
  background: #0f2557;
  /*    background:url(../images/welcome-hero/img2.png)no-repeat;*/
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 600px;
  z-index: 1;
}
.welcome-hero:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*    background:rgba(65,73,89,.65);*/
  z-index: -1;
}
.welcome-hero-txt {
  padding-top: 155px;
  text-align: left;
}

.welcome-hero-txt h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 9;
}
.welcome-hero-txt p {
  font-size: 13px;
  color: #fcfcfc;
  margin-top: 10px;
  font-weight: 200;
  letter-spacing: 1px;
}

.welcome-hero-serch-box {
  margin-top: 38px;
  display: flex;
  background: #fff;
  padding: 20px 27px;
  border-radius: 3px;
}
.welcome-hero-form {
  display: flex;
  background: #fff;
  height: 70px;
  border-radius: 3px;
  width: 85%;
  border: 1px solid #000;
}
.single-welcome-hero-form {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
  padding: 0 30px;
}
.single-welcome-hero-form:first-child {
  border-right: 1px solid #edeff1;
}
.single-welcome-hero-form input {
  margin-left: 10px;
  height: 70px;
  width: 300px;
  border: 0;
  background: transparent;
}
#slotTime .slick-initialized .slick-slide {
    margin: 3px;
}
.single-welcome-hero-form input[type='text'] {
  font-size: 12px;
  color: #859098;
  text-transform: capitalize;
  font-weight: 400;
}
.welcome-hero-form-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #252d32;
}
.welcome-hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  width: 170px;
  height: 70px;
  background: #01e08f;
  text-transform: capitalize;
  margin-left: 15px;
  border-radius: 3px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.welcome-hero-btn:hover {
  /*background: #fd4043;*/
  background: #03c981;
}

.welcome-hero-btn svg {
  width: 20px;
  height: auto;
  margin-left: 12px;
}
.insurance-card-block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
  position: relative;
  top: -98px;
  z-index: 1;
}
.list-topics-content ul li {
  display: inline-block;
}

.single-list-topics-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 205px;
  height: 170px;
  background: #fff;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0px 10px rgba(71, 71, 71, 0.2);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.single-list-topics-content h2 > a {
  margin: 13px 0;
}
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^='flaticon-']:before,
.single-list-topics-icon [class*=' flaticon-']:before,
.single-list-topics-icon [class^='flaticon-']:after,
.single-list-topics-icon [class*=' flaticon-']:after {
  font-size: 45px;
  color: #343a3f;
}
.single-list-topics-content:hover
  .single-list-topics-icon
  [class^='flaticon-']:before,
.single-list-topics-content:hover
  .single-list-topics-icon
  [class*=' flaticon-']:before,
.single-list-topics-content:hover
  .single-list-topics-icon
  [class^='flaticon-']:after,
.single-list-topics-content:hover
  .single-list-topics-icon
  [class*=' flaticon-']:after {
  color: #fff;
}

.single-list-topics-content:hover h2 > a,
.single-list-topics-content:hover p {
  color: #fff !important;
}
.single-list-topics-content:hover {
  color: #fff;
  background: #01e08f;
  box-shadow: 0 5px 10px rgba(71, 71, 71, 0.4);
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works {
  padding: 90px 0 90px;
}
.works-content {
  margin-top: 0px;
}

.single-how-works {
  text-align: center;
  padding: 20px 0px;
  border-radius: 3px;
  /* box-shadow: 0 0px 5px rgba(71,71,71,.2); */
  margin-bottom: 30px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
/*  background: #fff;
  border: 1px solid #eee;
  box-shadow: 2px 3px 10px #eee;*/
}

.single-how-works-icon {
  display: inline-block;
  color: #50616c;
  width: 160px;
  height: 130px;
  line-height: 80px;
  /*    background: #eef2f6;*/
  border-radius: 30%;
}
.single-how-works h2 a {
  font-size: 18px;
  margin: 20px 0 0px;
}
.works-content .section-header {
  text-align: center;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 50px;
}
.works-content .row {
  display: flex;
  align-items: center;
}
section.nearby-hospitals {
  background: #e2f3f0;
  padding: 90px 0px;
}
.nearby-hospitals h2 {
    text-align: center;
    font-size: 32px;
    color: #0f2557;
    font-weight: 600;
    margin-bottom: 40px;
}
.nearby-hospitals .list-search p {
  margin: 5px 0px;
  line-height: 20px;
  font-weight: normal;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nearby-hospitals .list-search h6 {
  font-size: 14px;
  font-weight: bold;
}
.nearby-hospitals .list-search ul li {
  font-size: 12px;
  color: #333;
}
.business-provider img {
  width: 100%;
}
.nearby-hospitals .slider img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
}
.nearby-hospitals .slick-initialized .slick-slide {
    display: block;
    padding: 6px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 4px #eee;
    padding-bottom: 0;
    margin-right: 10px;
    min-height: 440px;
}
.nearby-hospitals .listing-src {
  padding: 15px 15px;
}
.nearby-hospitals .listing-src {
  background: #fff;
  min-height: 170px;
}
button.btn.btn-primary.verify-otp-cta {
    background: #0f2557;
    padding: 9px 12px;
}
.radioUser label.form-check-label {
    margin-bottom: 0;
}
.form-check-input {
    position: relative;
    top: 1px;
}
.scheduleClass.radioUser .form-check.form-check-inline {
    background: #F5FAFE;
    padding: 2px 20px;
    border-radius: 60px;
    border: 1px solid #eee;
}
.diagnoses-summry .form-control {
    height: 30px !important;
}
.nearby-hospitals .slick-active {
  opacity: 0.98;
}
.nearby-hospitals .list-search ul {
  display: block;
}
section.business-provider {
  padding: 90px 0px;
}
section.business-provider h2 {
    font-size: 32px;
    margin: 20px 0px;
    line-height: 42px;
    font-weight: 600;
    color: #0f2557;
}
.business-provider h4 {
  color: #00e18f;
  font-weight: bold;
}
.business-provider ul {
  margin-top: 40px;
}
.business-provider ul li {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 2px 2px 10px #eee;
  padding: 20px;
  width: 90%;
  color: #333;
  font-size: 18px;
  border-radius: 6px;
}
.single-how-works h2 a span {
  text-transform: lowercase;
}
.single-how-works p {
    margin-top: 10px;
    text-transform: initial;
    padding: 0 20px;
    color: #434365;
    font-size: 16px;
    line-height: 23px;
}
.single-welcome-hero-form h3 {
  font-size: 14px;
  font-weight: bold;
}
.single-how-works h2 a {
    font-size: 24px !important;
    margin-top: 34px;
    display: inline-block;
    color: #0f2557;
    font-weight: 600;
}
.flaticon-gps-fixed-indicator:before {
  font-size: 14px;
  margin-left: 5px;
}
.single-how-works-icon [class^='flaticon-']:before,
.single-how-works-icon [class*=' flaticon-']:before,
.single-how-works-icon [class^='flaticon-']:after,
.single-how-works-icon [class*=' flaticon-']:after {
  font-size: 35px;
}
.single-how-works:hover .single-how-works-icon [class^='flaticon-']:before,
.single-how-works:hover .single-how-works-icon [class*=' flaticon-']:before,
.single-how-works:hover .single-how-works-icon [class^='flaticon-']:after,
.single-how-works:hover .single-how-works-icon [class*=' flaticon-']:after {
  color: #01e08f;
}

.welcome-hero-btn.how-work-btn {
  display: inline-block;
  margin: 0;
  width: 100px;
  height: 35px;
  font-size: 12px;
  background: transparent;
  color: #767f86;
  border: 1px solid #d3d6d9;
  border-radius: 3px;
}
.single-how-works-icon img:hover {
  filter: grayscale(80%);
}
.single-how-works:hover h2 a,
.single-how-works:hover p {
  color: #343a3f;
}
.single-how-works:hover .single-how-works-icon {
  background: #fff;
}
.single-how-works:hover .welcome-hero-btn.how-work-btn {
  background: #fff;
  color: #01e08f;
}
/*.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #01e08f;}*/

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore {
  padding: 117px 0 95px;
  background: #f8fafb;
}
.explore-content {
  margin-top: 78px;
}

.single-explore-item {
  background: #fff;
  border: 1px solid #edeff1;
  border-radius: 3px;
  margin-bottom: 25px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.single-explore-img {
  position: relative;
  overflow: hidden;
}
.single-explore-img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(162, 172, 177, 0.2);
}
.single-explore-img-info {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.single-explore-item:hover .single-explore-img-info {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.single-explore-img-info button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 83px;
  height: 21px;
  line-height: 21px;
  background: #01e08f;
  border-radius: 3px;
  color: #fcfcfc;
  text-transform: capitalize;
  text-align: center;
  font-size: 12px;
}
.single-explore-image-icon-box {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.single-explore-image-icon-box ul li {
  display: inline-block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  background: #252d32;
  text-align: center;
  margin-left: 5px;
  color: #cbcccd;
}
.single-explore-image-icon-box ul li:hover i {
  color: #267dff;
}

.single-explore-txt {
  padding: 26px 25px 24px 15px;
}
.single-explore-txt.bg-theme-1 .explore-rating {
  background: #70a9ff;
}
.single-explore-txt.bg-theme-2 .explore-rating {
  background: #00c61c;
}
.single-explore-txt.bg-theme-3 .explore-rating {
  background: #ffcc5d;
}
.single-explore-txt.bg-theme-4 .explore-rating {
  background: #bd70ff;
}
.single-explore-txt.bg-theme-5 .explore-rating {
  background: #ff7a40;
}

.explore-rating-price,
.explore-rating-price a {
  font-size: 12px;
  color: #777f85;
  text-transform: capitalize;
  font-weight: 400;
  margin: 15px 0 20px;
}
.explore-rating-price a {
  margin: 0;
}
.explore-rating {
  display: inline-block;
  width: 32px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
  margin-right: 10px;
}
.explore-price {
  color: #f63138;
}
.explore-price-box {
  display: inline-block;
  padding: 0 10px;
  margin: 0 8px;
  border-left: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
}
.explore-person {
  padding-bottom: 28px;
  border-bottom: 1px solid #e1e5eb;
}
.explore-person-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.explore-person p {
  font-size: 12px;
}
.explore-open-close-part {
  margin-top: 20px;
}
.close-btn {
  color: #f63138;
  text-transform: capitalize;
}
.close-btn.open-btn {
  color: #00c437;
}
.explore-map-icon {
  text-align: right;
}
.explore-map-icon a svg {
  width: 12px;
  height: 14px;
  margin-left: 23px;
  color: #767f86;
}
.explore-map-icon a svg:hover {
  color: #f63138;
}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover {
  color: #00c437;
}
.single-explore-item:hover {
  box-shadow: 0 10px 20px rgba(21, 19, 19, 0.2);
}
.col-md-12.specialitiesDiv {
    margin-top: 9px;
}
.col-md-12.prefrences.prefrences-second label {
    margin-right: 10px;
}
/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews {
  padding: 117px 0 75px;
}
.reviews-content {
  margin-top: 36px;
}

/*single-testimonial-box */
.single-testimonial-box {
  padding: 50px 30px;
  box-shadow: 0 0px 5px rgba(71, 71, 71, 0.2);
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-testimonial-box:hover {
  box-shadow: 0 10px 20px rgba(21, 19, 19, 0.2);
}
.slick-current .single-testimonial-box {
  box-shadow: 0 10px 20px rgba(21, 19, 19, 0.2);
}
/*testimonial-description*/
.single-testimonial-box {
  width: 404px;
  background: #fff;
}
/* testimonial-info */
.testimonial-info {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.testimonial-img {
  position: relative;
  top: 11px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-person {
  margin-left: 15px;
  margin-top: 11px;
}
.testimonial-person h2 {
  color: #505866;
  font-size: 18px;
}
.testimonial-person h4 {
  color: #a2a5ab;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.testimonial-person-star i {
  color: #ffda2b;
  margin: 9px 4px 0 0;
} /* testimonial-info */

/* testimonial-comment */
.testimonial-comment {
  margin-top: 18px;
}
.testimonial-comment p {
  color: #8d939e;
  font-size: 14px;
  font-weight: 300;
} /* testimonial-comment */

/*.slick-slide*/
.slick-initialized .slick-slide {
  display: block;
  padding: 40px 0;
}
.slick-slide.slick-cloned {
  outline: 0 !important;
}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.5;
}
.slick-active {
  opacity: 0.5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/
.swal-button {
  background-color: #01e08f;
}
.swal-footer {
  text-align: center;
}

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../../assets/images/counter/counter-banner.jpg) no-repeat
    fixed;
  background-position: center;
  background-size: cover;
  padding: 127px 0 120px;
}
.statistics:before {
  position: absolute;
  content: '';
  background: rgba(75, 75, 75, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* single-ststistics-box */
.single-ststistics-box {
  text-align: center;
  margin-bottom: 30px;
}
/* single-ststistics-box */
.statistics-content {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 60px;
}
.statistics-content span {
  margin-left: 5px;
}
.single-ststistics-box h3 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog {
  padding: 120px 0 90px;
}
.blog-content {
  margin-top: 80px;
}

.single-blog-item {
  margin-bottom: 30px;
  box-shadow: 0 0px 5px rgba(71, 71, 71, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-blog-item-txt {
  padding: 25px 28px 27px;
}
.single-blog-item-txt h2 a {
  text-transform: initial;
  line-height: 1.8;
}
.single-blog-item-txt h4 {
  font-size: 14px;
  color: #8f949d;
  font-weight: 400;
  margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
  font-size: 14px;
  padding-right: 14px;
  border-right: 1px solid #dde0e4;
  margin-right: 15px;
  text-transform: uppercase;
}
.editProfile i.fa.fa-pencil-square-o {
    margin-right: 5px;
}

select.form-control.showInput {
    border: 1px solid #eee !important;
}
.edit-span-input .not-editable {
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
    padding: 6px;
    border-radius: 3px;
}
.single-blog-item:hover h2 a {
  color: #01e08f;
}
.single-blog-item:hover {
  box-shadow: 0 10px 20px rgba(21, 19, 19, 0.4);
}
.edit-summry img {
    width: 15px;
}
.swal-button:not([disabled]):hover {
    background-color: #0f2557 !important;
}
.decting-locations .single-welcome-hero-form input {
    height: auto;
}
.decting-locations .welcome-hero-form-icon {
    position: absolute;
    top: 0;
    right: 15px;
    color: #252d32;
}
.decting-locations .single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0 30px;
}
.decting-locations .single-welcome-hero-form:first-child {
    border-right: none;
}
/*-------------------------------------
        11. Subscribe
--------------------------------------*/
section.new-near-hospital {
    background: #e2f3f0 !important;
    padding: 70px 0px 50px 0px;
    display: none;
}
.pro-content {
    background: #fff;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}
.near-hospital-head {
    text-align: center;
}
.near-hospital-head h2 {
    text-align: center;
    font-size: 32px;
    color: #0f2557;
    font-weight: 600;
    margin-bottom: 5px;
}
.near-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.new-near-hospital .slick-slide {
    opacity: 1;
}
.pro-content h3 a {
    color: #0f2557;
    font-size: 16px;
    font-weight: 500;
}
.pro-content h3.title {
    margin-bottom: 10px;
}
.pro-content h3.title i {
    color: #01e08f;
    font-size: 20px;
    font-weight: 200 !important;
    display: none;
}
.new-near-hospital .slick-next {
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-color: #fff !important;
    width: 30px;
    height: 30px;
    padding: 0;
    background-position: 8px 7px !important;
    box-shadow: 0 0 4px #3c48589c !important;
     background:url(../images/right-arrow.png)no-repeat;
    right: -30px;
}
.new-near-hospital .slick-prev {
    background:url(../images/left-arrow.png)no-repeat;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    padding: 0;
    background-position: 7px 8px;
    box-shadow: 0 0 4px #3c48589c !important;
    left: -30px;
}
.pro-content p.speciality {
    font-size: 13px;
    color: #757575;
    margin-bottom: 5px;
}
.pro-content  .rating {
    margin-top: 0px;
    margin-bottom: 10px;
}
.available-info li i {
    font-size: 15px;
    color: #0f2557;
    margin-right: 0px;
    height: 15px;
    width: 15px;
}
.new-near-hospital button:before{
  opacity: 1 !important;
  display: none;
}
.new-near-hospital ul.slick-dots {
    bottom: 0;
}
.new-near-hospital ul.slick-dots button {
    padding: 0px !important;
    background: white;
    opacity: 1;
    height: 15px;
    width: 15px;
    border-radius: 100%;
}
.new-near-hospital ul.slick-dots li {
    margin: 0px 0px 0px 5px;
}
.new-near-hospital ul.slick-dots li.slick-active button {
    background: #0f2557;
    opacity: 1;
}
.new-near-hospital ul.slick-dots li.slick-active{
  opacity: 1;
}
.new-near-hospital ul.slick-dots button:before{
   content: "" !important;
}
   
.available-info li {
    margin-top: 5px;
    font-weight: 500;
    font-size: 13px;
    color: #757575;
}
/*-------------------------------------
        11. slider new
--------------------------------------*/

.subscription {
  background: #0f2557;
  padding: 80px 0;
}
/*subscribe-title*/
.subscribe-title {
  margin-bottom: 25px;
}

.subscribe-title h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}
.subscribe-title p {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  margin-top: 18px;
}

/*custom-input-group*/
.subscription-input-group {
  position: relative;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}
.queueResponse {
/*    background: #F5FAFE;*/
    padding: 20px;
/*    margin-top: 30px !important;*/
}
.queueResponse h4.text-center {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.diagnoses-summry i.fa.fa-pencil-square-o {
    color: #999;
}
.queueResponse .col-md-6 {
    color: #333;
    margin: 5px 0px;
    float: left;
    min-height: 20px;
    padding: 0;
}
h2.scheduleClass {
    margin-top: 30px !important;
}
.just-confirm-sect {
    text-align: center;
    margin-top: 30px;
}
a.ui-state-default.ui-state-active {
    background: #01e08f !important;
    border-color: #01e08f !important;
}
.location-time ul li span.icon {
    padding: 5px 10px;
}

fieldset.loggedInActive label {
    font-weight: normal;
    color: #999;
}
.time.slick-initialized.slick-slider .slick-active {
    opacity: 0.98;
}
.loggedInActive input {
    background: #fff !important;
    border: 1px solid #eee;
}
.loggedInActive select {
    background: #fff !important;
    border: 1px solid #eee;
}
.desktop-sidebar .cancel-cnfrm-btn {
    text-align: center;
    margin-top: 10px;
}
.subscription-input-group .subscription-input-form {
  display: inline-block;
  width: 430px;
  height: 60px;
  padding-left: 30px;
  font-size: 16px;
  color: #a5adb3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  box-shadow: 0 0px 10px rgba(21, 19, 19, 0.1);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.subscription-input-group:hover .subscription-input-form {
  box-shadow: 0 5px 20px rgba(21, 19, 19, 0.4);
}
.guardian.details {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
/*    height: 80vh;*/
    overflow-y: auto;
}
.guardian.details h2.paitent-profile-title {
    margin-bottom: 20px;
    margin-top: 10px;
}
.my-appointments h2 {
    margin-top: 10px;
}
.insurance-section h2 {
    margin-top: 10px;
}
.guardian.details .card {
    padding: 0;
    border: none;
}
.guardian.details input.form-control {
    border: 1px solid #ccc;
    background: #fff !important;
    box-shadow: none;
}
.insurance .lebels-row label {
    color: #333;
    font-weight: 600;
    width: 100%;
}
.lebels-row {
    display: flex;
    margin-top: 50px;
}
.insurance .add-insurance-row p {
    display: block;
    color: #333;
}
a.download-policy-btns {
    background: #00e18f;
    width: 100%;
    /* display: inline-block; */
    padding: 6px 20px;
    color: #fff;
    border-radius: 3px;
}
.insurance .add-insurance-row p .fa.fa-trash-o {
  margin-left: 10px;
  cursor: pointer;
}
.insurance .add-insurance-row p i.fa.fa-pencil {
  margin-left: 17px !important;
  cursor: pointer;
}
.add-insurance-row {
    display: flex;
}
span.bloodGroup {
  margin-right: 2%;
  padding-right: 8px;
}
.guardian.details label {
    font-weight: 400 !important;
    color: #333;
}
.guardian_detail_clone {
    background: #F5FAFE;
    padding: 20px 26px;
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.row.add-submit-cta {
    margin-top: 20px;
}
button.btn.btn-danger.cancel-btn {
    background: #ef1d26;
    border-color: ef1d26;
}
.add-insurance-row {
  border: 1px solid #ccc;
  background: #F5FAFE;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 3px;
  position: relative;
}
.main-div-appointment {
    background: #0f2557;
    margin: 0px;
    padding: 20px;
    width: 98.7%;
    border-radius: 6px;   
    margin-top: 30px;
}
.main-div-appointment h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.today-appointment-inner p {
    margin-right: 30px;
    color: #fff;
}
.today-appointment-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.today-appointment-inner i.fa.fa-map-marker {
    margin-right: 5px;
    color: #00e18f;
}
.today-appointment-inner i.fa.fa-calendar {
    margin-right: 5px;
    color: #00e18f;
}
.today-appointment-inner i.fa.fa-stethoscope {
    margin-right: 5px;
    color: #00e18f;
}
.guardian.details span.removeButton {
    display: block;
    right: -34px;
    top: -30px;
    color: #fff;
    z-index: 1;
    background: red;
    padding: 2px 6px;
    border-radius: 50px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #F5FAFE;
    opacity: 1;
    border: 1px solid #eee !important;
    box-shadow: none;
}
.guardian_detail_clone:first-of-type {
    background: #fff;
    border: none;
    padding: 11px;
}
.tab-content.view.insurance {
    padding: 0 0px !important;
}
/*.add-insurance-row:last-child {
    border: none;
}*/
.insurance-health-card-sec span.removeButton {
    color: #fff;
    background: red;
    padding: 3px 8px;
    border-radius: 60px;
    right: -23px;
    top: 39px;
}
.guardian.details .form-group {
    margin-bottom: 8px;
}
a.app-cancelled {
    padding: 3px 10px;
    border-radius: 3px;
}
.appoint-cancelled {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    margin-right: 0;
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
  /* position: absolute; */
  top: 0;
  right: 0;
  background: #01e08f;
  display: inline-block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
border-radius: 3px !important;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.appsLand-btn:hover,
.appsLand-btn:focus,
.appsLand-btn:active {
  text-decoration: none;
  outline: none;
}
.appsLand-btn:hover {
  box-shadow: 0 5px 10px rgba(71, 71, 71, 0.4);
  background: #03c981;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {
  padding: 45px 0;
}
.footer-menu .navbar-header {
  padding: 0;
}
.footer-menu .navbar-header a.navbar-brand,
.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,
.footer-menu .navbar-header a.navbar-brand:focus {
  padding: 0;
  height: 0;
}
.footer-menu ul.footer-menu-item {
  text-align: right;
}
.footer-menu ul.footer-menu-item li {
  display: inline-block;
}
.footer-menu ul.footer-menu-item li a {
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 40px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: 400;
}
.footer-menu ul.footer-menu-item li a:hover {
  color: #03c981;
}
.hm-footer-copyright {
  padding: 40px 0;
  border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,
.hm-footer-copyright p a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-social {
  text-align: right;
}
.footer-social .fa-phone:before {
  position: relative;
  top: 2px;
}
.footer-social a,
.footer-social span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
}
.nearby-hospitals .slick-prev {
    left: 10px;
}
.nearby-hospitals .slick-next {
    right: 20px;
}
.nearby-hospitals .slick-prev:before, .nearby-hospitals .slick-next:before {
    font-size: 30px;
    color: #01e08f;
}
.nearby-hospitals .slick-prev, .nearby-hospitals .slick-next {
    z-index: 9;
}
.bubble img {
  width: 100%;
  opacity: 0.5;
}
ul.login-signup.desk {
  padding: 6px 10px;
}
.bubble {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: auto;
  width: 35%;
}
.footer-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #0f2557;
  text-align: center;
  border-radius: 50%;
}
ul.login-signup {
  margin-right: 0;
  margin: 0;
}
.footer-social span {
  margin-right: 15px;
  margin-left: 0;
  color: #333;
}

.footer-social span .fa {
  font-family: 'Poppins', sans-serif;
}

.footer-social span:hover {
  color: #01e08f;
}
.footer-social a:hover {
  background: #01e08f;
  color: #fff;
}

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background: #01e08f;
  border: 1px solid #01e08f;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
#scroll-Top .return-to-top:hover {
  background: #03c981;
  border: 1px solid #01e08f;
}

#scroll-Top .return-to-top i {
  position: relative;
  bottom: 0;
}

#scroll-Top .return-to-top i {
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes example {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 7px;
  }
}
.single-how-works-icon i {
  transform: rotate(-45deg);
  display: inline-block;
}
/*========================Thank you=================*/
/*========================search page=================*/
section.search-near {
  padding: 0 0px;
  border-top: 1px solid #eee;
}
.search-near .col-md-8 {
  padding-right: 0;
  padding-left: 0;
}
.search-near .col-md-4 {
  margin-top: 20px;
}
input.searchTerm {
  border: none;
  width: 30vw;
  border-bottom: 1px solid #eee;
  padding: 15px;
  font-size: 13px;
  font-weight: 300;
  padding-left: 0;
}
.wrap button.searchButton {
  font-size: 18px;
}
.search-near .wrap {
  text-align: center;
}
.search-near .col-md-3 {
  padding-left: 0;
}
ul.search-category {
  display: flex;
  margin-top: 20px;
  margin-left: 0px;
}
ul.search-category li {
  margin-right: 5px;
}
.search-category li a {
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.listing-src {
  display: flex;
  padding: 15px 5px;
/*  border-bottom: 1px solid #eee;*/
}
.list-search {
  width: 80%;
  padding-right: 20px;
}
.wait-time {
  width: 20%;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.list-search h6 {
  font-size: 15px;
  line-height: normal;
  color: #0f2557;
}
.list-search h6 a {
  color: #0f2557;
}
.list-search p {
  color: #333;
}
.list-search ul {
  display: flex;
}
.list-search ul li {
  font-size: 14px;
  margin-right: 10px;
  color: #333;
}
.step-indicator.active {
    color: #01E08F !important;
}
.step-indicators .step-indicator {
    font-size: 18px;
    color: #0f2557;
}
.wait-time span {
  font-weight: 600;
  color: #000;
}
/*.listing-src:hover {
  background: #f7f7f7;
}*/
p.open-now {
  color: #01e08f;
  font-weight: 600;
}
.col-lg-5.doctor-detail-col.desktop-sidebar {
    position: sticky;
    top: 0;
}
p.close-now {
  color: red;
  font-weight: 600;
}
.search-listing {
  margin-top: 0px;
  height: 36vw;
  overflow: auto;
}
.ui-widget.ui-widget-content {
    width: 339px !important;
    margin-top: 19px;
    padding-left: 1px;
    border: 1px solid #000 !important;
    border-top: none !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 7px 1em 7px 1.4em !important;
}
.near-locations div#searchMap {
  height: 44vw !important;
  position: relative;
  overflow: hidden;
}
/* For Chrome, Safari, and Opera */
::-webkit-scrollbar {
  width: 6px; /* thin width */
}

::-webkit-scrollbar-thumb {
  background-color: #ccc; /* color of the scrollbar thumb */
}

::-webkit-scrollbar-track {
  background-color: #ccc; /* color of the scrollbar track */
}
.search-near .col-md-4 {
  padding-right: 0;
}
.rating {
  margin-top: 10px;
  border: none;
  float: left;
  width: 100%;
}

.rating > label {
  color: #90a0a3;
  float: left;
}

.rating > label:before {
  margin: 2px;
  font-size: 19px;
  font-family: FontAwesome;
  content: '\f005';
  display: inline-block;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #fece31;
}
.near-locations {
  position: relative;
}
.select-hospital {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  width: 430px;
  box-shadow: 1px 9px 12px #eee;
  border-radius: 6px;
}
.hospital-info {
  padding: 20px;
}
.hospital-info h4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.hospital-info button.btn.btn-primary {
  background: #0f2557;
  border: none;
  padding: 12px 40px;
  margin-top: 20px;
}
.hospital-info button.btn.btn-primary:hover {
  background: #03c981;
}

.time button.slick-prev {
  display: none !important;
}
.time button.slick-next {
  display: none !important;
}

.time {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px;
}
.time .hour.active {
  background-color: #0f2557;
  border-radius: 15px;
  color: #fff;
  text-align: center;
}
.hour.slick-slide.slick-active {
  text-align: center;
}
.time .slick-slide {
    padding: 0px 0px;
    border: 1px solid #0f2557;
    border-radius: 60px;
    text-align: center;
    cursor: pointer;
}
.time .hour {
    color: #0f2557;
}
.doctor-detail-col {
  background: #fff;
  padding: 25px 20px !important;
  border-radius: 0.8125rem;
}
.profile-btn {
  display: flex;
  margin: 15px 0px 20px !important;
}

.radioUser label.form-check-label {
    font-weight: 500;
    color: #343a3f;
}
.select_user_type {
    margin-top: 20px;
}
.newUserForm label {
    font-weight: 400;
    font-size: 14px;
}
.newUserForm button.btn.btn-success {
    background: #01e08f;
    border: none;
    margin-top: 15px;
    padding: 10px 30px;
}
.profile-btn button {
  position: relative;
  transition: 0.2s;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #0f2557;
  color: #0f2557;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 13px;
  text-align: center;
  padding: 5px 10px;
  margin-right: 5px;
}
.form-group.about-texarea {
    width: 92% !important;
}
.form-group.email-logo {
    width: 45.5% !important;
}
.about-texarea .form-control {
    height: 100% !important;
}
.multisteps-form__panel h4 {
    width: 92%;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 11px;
}
button.multisteps-form__progress-btn.step1-btn.js-active:before {
    content: '\f058';
}
button.multisteps-form__progress-btn.step2-btn.js-active:before {
    content: '\f058';
}
button.multisteps-form__progress-btn.step3-btn.js-active:before {
    content: '\f058';
}
button.multisteps-form__progress-btn.step1-btn:before {
    content: '1.';
     color: #fff;
      font-weight: bold;
}
button.multisteps-form__progress-btn.step2-btn:before {
    content: '2.';
    color: #fff;
     font-weight: bold;
}
button.multisteps-form__progress-btn.step3-btn:before {
    content: '3.';
    color: #fff;
    font-weight: bold;
}
  .multisteps-form__progress-btn {
    text-indent: 0 !important;
  }
.profile-btn button:hover {
  background-color: #0f2557;
  color: #fff;
}

.profile-btn button.active {
  color: #ffffff;
  background: #0f2557;
}
.profile-btn ul li a {
  position: relative;
  transition: 0.2s;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #01e08f;
  color: #01e08f;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 13px;
  text-align: center;
  padding: 5px 10px;
}
.profile {
  max-width: 800px;
  margin: 50px auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.profile-inner {
  display: flex;
  border-bottom: 1px solid #ddcece;
  padding-bottom: 5px;
}
.details h1 {
  color: #333;
  font-size: 25px;
}
.details ul li {
  color: #007bff;
}

.details {
  width: 70%;
}
.profile-image {
  width: 30%;
}
.profile-image img {
  width: 75%;
}
.review-main a {
  text-decoration: none;
}
.rating ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 15px 0px;
}
.rating i {
  color: orange;
}
.details ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.email i {
  margin-right: 10px;
}
.email {
  margin: 15px 0px;
}
.review-main {
  border-bottom: 1px solid #ddcece;
  padding-bottom: 5px;
}
.rating ul li {
  margin-right: 10px;
}

.about-doctor a {
  background: #01e08f;
  padding: 5px 20px;
  color: #fff;
  border-radius: 3px;
}
.about-doctor a:hover {
  background: #03c981;
}
.date-slider-wrapper {
  padding: 30px;
  width: 100%;
  position: relative;
}

.date-slider-month {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #343a3f;
}

.date-slider-prev {
  left: 5px;
}

.date-slider-next {
  right: 5px;
}

.date-slider-prev:before,
.date-slider-next:before {
  font-size: 50px;
  line-height: 2;
  color: #0079d2;
}

.date-slider-prev,
.date-slider-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  /*   width: 20px;
  height: 20px; */
  padding: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.date-slider-prev[disabled] {
  cursor: auto;
}

/* .date-slider-prev[disabled]:before {
  color: gray;
} */

.date-slider-day {
  color: #8b8b8b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: white;
  border: none;

  flex-shrink: 0;

  margin-right: 10px;
  position: relative;
  text-align: center;
  transition-property: transform;
  -webkit-flex-shrink: 0;
}

.date-slider-day[date-slider-selected='true'] {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*   background-color: blac; */
}

.days-container {
  align-items: center;
  /*   cursor: pointer; */
  display: flex;
  margin: auto 1%;
  transition-property: transform;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.days-wrapper {
  overflow: hidden;
}
.rating-control i.fa.fa-star {
  color: #ffb466;
}

.doctor-card {
  max-width: 700px;
  background: #fff;
  border-radius: 2px;
  margin: auto;
  position: relative;
  box-shadow: none !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.doctor-card .info {
    padding: 15px 0px;
    display: grid;
    grid-template-columns: 90px auto;
}
#menu1 .appointment-list .profile-info-widget {
  width: auto;
}
.tab-content.insurance {
    margin-top: 20px !important;
    padding: 20px 0px !important;
}
.ui-datepicker-inline .ui-widget-header {
    background: #F5FAFE;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100% !important;
    border: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #eee !important;
    background: #e3ecf3 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 10px !important;
    text-align: center !important;
    text-decoration: none;
}
.insurance label {
  color: #333;
  font-weight: 400;
  width: 100%;
}
.insurance input {
  width: 98%;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
}
.insurance p {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
    display: block;
    align-items: center;
}
.insurance input[type='submit'] {
  background: #0f2557;
  color: #fff;
  border: none;
  border-radius: 3px;
  width: auto;
  padding: 7px 30px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 0px !important;
}
.doctor-card .info .avatar {
  overflow: hidden;
  height: 72px;
  width: 72px;
  border-radius: 3px;
  margin-top: 5px;
}

.doctor-card .info .avatar img {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.doctor-card .info .details {
  align-self: center;
  padding: 10px 0;
}

.doctor-card .info .details .name {
  font-size: 18px;
  line-height: 1;
  padding: 2px 0;
  font-weight: 400;
  color: #343a3f;
}

.doctor-card .info .details .meta-info {
  padding: 2px 0;
  color: #787878;
  line-height: 16px;
  font-weight: 400;
}

.doctor-card .info .details .meta-info .prac-area,
.doctor-card .info .details .meta-info .exp-yr {
  &:not(:empty) {
    &::before {
      content: '|';
      padding: 10px;
    }
  }
}

.doctor-card .actions {
  margin-bottom: 15px;
  display: table;
  width: calc(100% - 30px);
  border-collapse: collapse;
  border-radius: 3px;
  border-style: hidden;
}

.doctor-card .actions > div {
  text-align: center;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
}

.doctor-card .actions .ratings {
  width: 24%;
}

.doctor-card .actions .ratings .rating-control .fa {
  font-size: 18px;
  color: #ffdc40;
}

.doctor-card .actions .ratings .rating-count {
  font-size: 12px;
  text-transform: uppercase;
  color: #898989;
}

.doctor-card .actions .comments {
  width: 23%;
}

.doctor-card .actions .comments .comment-count strong {
  display: block;
  color: $blue-color;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.doctor-card .actions .comments .comment-count {
  font-size: 12px;
  text-transform: uppercase;
  color: #898989;
}

.doctor-card .actions .consultation {
  width: 23%;
}

.doctor-card .actions .consultation .fee strong {
  display: block;
  color: $blue-color;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.doctor-card .actions .consultation .fee {
  font-size: 12px;
  text-transform: uppercase;
  color: #898989;
}

.doctor-card .actions .appo {
  width: 30%;
}

.doctor-card .actions .appo .btn {
  background: $blue-color;
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  margin: 0 5px;
}
.location-time ul li ul {
  margin: 0px;
}
.logo-image {
  width: 150px;
  margin: 0px auto;
  padding-top: 10px;
}
.logo-image img {
  width: 100%;
}
.customise-main {
  width: 100%;
}
.customise-image {
  width: 50%;
  margin: 0 auto;
}
.customise-image img {
  width: 100%;
}
.customise-detail {
  width: 50%;
  margin: 0 auto;
}
.emr-form p {
  margin: 15px 0px;
  text-align: center;
}
.emr-left {
  width: 40%;
  padding: 5% 0px 10px 0px;
}
.emr-left h2 {
  font-size: 23px;
  padding-left: 40px;
  line-height: normal;
}
.emr-form {
  width: 60%;
  padding: 30px 0px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.emr-form .logo-bar {
  margin-bottom: 20px;
}
.emr-form button {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-radius: 30px;
  border: none;
  color: #fff;
  background: #01e08f;
  font-size: 15px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
#registerForm h1 {
  margin: 5px 0px;
  font-size: 30px;
}
#registerForm .emr-form-inner a {
  text-decoration: underline;
  color: #0f2557;
}
.emr-form button:hover {
  background: #0f2557;
  color: #fff;
}
.emr-section-main {
  display: flex;
  min-height: calc(100vh - 370px);
  background: #ffffff85;
  margin: 50px 0px;
  background-color: #f3f7fd;
  box-shadow: 0px 4px 44px 13px rgb(0 0 0 / 15%);
  width: 100%;
  border-radius: 10px;
}
.nxs-survey-inner {
  display: flex;
  min-height: 100vh;
}
.step-left {
  width: 35%;
  background: #0f2557;
  padding: 5% 10px 20px 50px;
  position: relative;
}
.step-left h2 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
select#state_select {
  width: 381px;
  height: 40px;
  font-size: 16px;
}
/*  .survey-form {
  background: #F5FAFE !important;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}*/
.onoffswitch {
  position: relative;
  width: 64px;
  height: 34px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: 'YES';
  padding-left: 10px;
  background-color: #01e08f;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: 'NO';
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 8px;
  background: #ffffff;
  border: 2px solid #ccc;
  border-radius: 20px;
  position: absolute;
  top: -2px;
  bottom: 2px;
  right: 32px;
  transition: all 0.3s ease-in 0s;
}
.multiple_location input {
  margin-bottom: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.personal-profile h3.multisteps-form__title {
  margin-bottom: 30px;
}
.personal-info {
  display: flex;
  flex-wrap: wrap;
}
.personal-profile .form-group {
  width: 30%;
  margin-right: 10px;
}
select#speciality_select {
  width: 100%;
  height: 40px;
  /* margin-top: 24px; */
  border: 1px solid #ccc;
  border-radius: 4px;
}
div#businessLocations {
  width: 100%;
}
.practice .form-group {
  width: 45.5%;
  margin-right: 10px;
}
.form-control {
  height: 40px !important;
}
.product-preferences select#speciality {
  height: 80px !important;
}
.personal-info input {
  height: 40px;
  border: 1px solid #ccc;
}
.headbar {
  display: inline-block;
  background: #fff;
  text-align: center;
  width: 100%;
}
.headbar a.navbar-brand {
  width: 100%;
  padding-left: 40px;
  margin-bottom: 10px;
  padding: 0 40px;
  margin-top: 10px;
  text-align: center;
  float: none;
}
.headbar .navbar-brand > img {
  margin-top: 0;
  /*    animation: zoomInOut 5s infinite alternate;*/
}
/*@keyframes zoomInOut {
  0% {
    transform: scale(1); 
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}*/
/*.duplicate_businesses {
  position: relative;
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}*/
 span.removeButton {
    position: absolute;
    right: 80px;
    top: 35px;
    cursor: pointer;
}
.button-row.d-flex.mt-4.col-12 button.btn.btn-primary.ml-auto {
    background: #1D2E4C;
    border: navajowhite;
    padding: 10px 30px;
    margin-top: 10px;
}
.duplicate_businesses .col-md-4 {
    margin-bottom: 10px;
    width: 30.2%;
    padding-right: 0;
}
.col-md-12.specialitiesDiv {
    width: 92% !important;
}
.prefrences {
    margin: 14px 0px;
}
.col-md-12.prefrences.prefrences-second {
    margin-top: 10px;
}
.specialitiesDiv span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.headbar .navbar-brand > img {
  display: inline;
}
.emr-left h1 {
  text-align: center;
  font-size: 45px;
  font-weight: normal;
  margin: 0px;
  padding-top: 30px;
  color: #fff;
}
.emr-left h3 {
  text-align: center;
  margin: 0px;
  font-size: 20px;
  color: #00e18f;
}
.profile-pic img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #eee;
    object-fit: cover;
}
.profile-pic {
    position: relative;
}
.profile-pic label.upload-button {
    position: absolute;
    width: 28px;
    text-align: center;
    background: #00e18f;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 60px;
    bottom: 0;
    left: 80px;
    cursor: pointer;
}
.emr-form-inner input {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 7px;
  border: 1px solid #ccc;
  color: #807f7f;
}
.form-input {
  padding: 10px 0px;
}
.emr-form h1 {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  margin: 0px;
}
.emr-form h3 {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  margin: 0px;
}
.customise-detail ul {
  line-height: 2em;
  list-style: none;
  font-size: 15px;
  padding: 0px;
}
.customise-detail i {
  padding-right: 10px;
  color: #0f2557;
}
.emr-left .fa-check:before {
  padding: 2px;
  content: '\f00c';
  background: #00e18f;
  border: 0;
  border-radius: 5px;
}
.customise-detail ul li {
  color: #eee;
}
.doctor-question {
  display: ruby;
}
.emr-form-inner a {
  text-decoration: none;
}
.doctor-question input {
  cursor: pointer;
}
.dr-form-input {
  position: relative;
  padding-bottom: 10px;
}
.dr-form-input p {
  position: absolute;
  top: -14px;
  left: 1px;
  background: #0f2557;
  width: 39px;
  height: 35px;
  line-height: 36px;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
  text-align: center;
}
.dr-form-input input {
  padding-left: 45px;
}
.error p {
  margin: 0;
  font-size: 13px;
  color: red;
}
.coverage-full-section {
  /*        height: 100vh;*/
  padding: 0px 30px;
  /*        display: flex;
        align-items: center;
        justify-content: center;*/
}
.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__form input#exampleInputDOB1 {
  width: 38%;
  height: 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 3px;
}
.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding: 10px 30px;
  color: #ccc;
  text-indent: -9999px;
  border: none;
  /* background-color: #fff; */
  outline: none !important;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 17px;
  display: block;
  width: 100%;
  line-height: 31px;
  margin-bottom: 10px;
  border-radius: 7px;
  border: 2px solid #ccc;
}
.multisteps-form__progress-btn:before {
  content: '\f059';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #999;
  font-size: 20px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 7px;
}
.panel-default > .panel-heading {
  color: #333 !important;
  background-color: #f5fafe !important;
  border-color: #f5fafe !important;
}
.step-right {
    width: 65%;
    padding-top: 40px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 60px !important;
    margin-bottom: 20px;
}
.profile-edit h2 {
    margin-bottom: 20px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
    padding-bottom: 10px !important;
    padding-top: 3px !important;
}
button#addLocation {
    padding-left: 0;
    color: #fff;
    border: #fff;
    padding: 5px;
    margin-bottom: 10px;
    background: #01e08f;
}
.onboarding-business .emr-left h2 {
    font-size: 23px;
    padding-left: 0;
    line-height: normal;
    text-align: center;
}
.onboarding-business .dr-register-form h3 {
  display: none;
}
.onboarding-business .dr-register-form h1 {
  display: none;
}
h3.multisteps-form__title {
  margin-bottom: 30px !important;
  color: #0f2557;
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.product-preferences label {
  color: #0f2557;
  font-size: 14px;
  font-weight: 500;
}
button.btn.btn-primary.ml-auto.js-btn-next {
  font-weight: 500;
  margin-top: 30px;
  cursor: pointer;
  border: none;
  margin-left: 0px;
  background: #01e08f;
  color: #fff !important;
  padding: 12px 32px !important;
  font-size: 14px;
  border-radius: 3px;
}

.Fractional-col {
  background: #f5fafe;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
button.btn.btn-primary.js-btn-prev {
  border: none;
  margin-left: 0px;
  background: #0f2557;
  color: #fff !important;
  padding: 12px 32px !important;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 30px;
}
select#country_select {
  height: 40px;
  border: 1px solid #ccc;
  width: 33%;
  border-radius: 3px;
}
.input-field label {
  width: 100%;
  display: block;
  color: #0f2557;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.resident {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 790px;
  /*  padding: 85px 50px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.resident .questions input[type='radio'] {
  position: absolute;
  opacity: 0;
}

.resident .questions {
  cursor: pointer;
  width: 48.5%;
}

.resident .questions .quest-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  align-items: center;
}

.resident .questions .quest-content img {
  margin-right: 30px;
  height: 72px;
}

.resident .questions .quest-content span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #252f42;
  font-weight: 500;
}
.personal-info label {
  color: #0f2557;
  font-size: 14px;
  font-weight: 500;
}
.container .title {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.resident .questions .quest-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.resident .questions .quest-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.resident .questions input[type='radio']:checked + .quest-content:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  background: #216fe0;
  right: 20px;
  top: 38px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.resident .questions input[type='radio']:checked + .quest-content {
  border: 2px solid #0f2557;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
/* -------abha------ */
.profile-main .abhasection .abha-inner-main {
    background: #fff;
    margin-top: 30px !important;
    margin: 0px;
    padding: 40px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.profile-main .abhasection .abha-inner-main h2 {
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 18px;
}
.profile-main .abhasection .abha-inner-main  p {
    color: #333;
}
.profile-main .abhasection .abha-inner-main .create-abha ul.nav li a {
    color: #999;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 2px;
    margin-left: 2px;
}
.profile-main .abhasection .abha-inner-main .create-abha ul.nav li.active a {
    color: #000;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: #01e08f;
    border-bottom: 2px solid #01e08f;
}
.profile-main .abhasection .abha-inner-main .create-abha ul.nav li a:hover {
    background: transparent;
    color: #000;
     border: none;
     border-bottom: 2px solid #01e08f !important;
   
}
.profile-main .abhasection .abha-inner-main .create-abha ul.nav {
    border: none;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.profile-main .abhasection .abha-inner-main .create-abha div#myTabContent .tab-pane.in label {
    margin-bottom: 5px;
}
.profile-main .abha-inner-main div#myTabContent {
    padding-top: 10px !important;
}
.profile-main .abhasection .abha-inner-main .create-abha div#myTabContent .tab-pane.in {
    display: block !important;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.profile-main .abhasection .abha-inner-main .create-abha h2 {
    margin-bottom: 0px;
}
.profile-main .abhasection .abha-inner-main .create-abha fieldset {
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 0px;
}
.profile-main .abhasection .abha-inner-main .create-abha fieldset button {
    background: #0f2557;
    border-radius: 0px;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    margin-right: 5px;
      border-radius: 6px;
}
.profile-main .abhasection .abha-inner-main .create-abha fieldset button:hover {
        background: #00e18f
}
.profile-main .abhasection .abha-inner-main .create-abha fieldset input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    box-shadow: none !important;
    width: 100%;
}
.abhasection .appointments .card.shadow-sm {
    margin: 0 auto;
    border: 1px solid #E2DFDD;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    border-radius: 9px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 251, 255) 100%);
    box-shadow: 3px 6px 14px rgba(0, 115, 187, 0.1);
    margin-top: 10px;
}
.abhasection .appointments .card.shadow-sm .col-md-4 img {
    max-width: 100% !important;
}
.abhasection .appointments .card.shadow-sm .col-md-4 {
    width: 20%;
}
.abhasection .appointments .card.shadow-sm .col-md-8 {
    width: 80%;
    padding-right: 0px;
}
.abhasection .appointments .card.shadow-sm .col-md-8 .row.mb-3 {
    margin-bottom: 6px;
}
.abhasection .appointments .card.shadow-sm .col-md-8 .col-sm-12 label {
    margin-bottom: 0px !important;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.abhasection .appointments .card.shadow-sm .col-md-4  label.d-block.font-weight-bold {
    display: none;
}
.abha-btm-detail p {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 13px;
    flex-wrap: wrap;
}
.abha-btm-detail p span {
    width: 60%;
    position: relative;
    padding-left: 25px;
}
.abha-btm-detail p span:before {
    content: "";
    background: url(../images/mdi_tick.svg)no-repeat;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    background-size: contain;
    top: 3px;
}
.abha-btm-detail p.update button.btn {
    margin-bottom: 0px;
}
.abha-btm-detail p button.btn {
    width: 170px;
    margin: 0px 0px 5px 0px;
    font-size: 13px !important;
}
.abha-btm-detail {
    margin-top: 20px;
}
.abhasection .appointments .card.shadow-sm .col-md-8 .col-sm-6 label {
    margin-bottom: 0px !important;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.abhasection .appointments .card.shadow-sm .col-md-8 .row.mb-3 p {
    font-size: 12px;
    line-height: normal;
}
.abhasection button#download-abha-btn {
    background: #01e08f;
    border-color: #01e08f;
}
.abhasection button#download-abha-btn:hover {
    background: #03c981;
    border-color: #03c981;
}
.suggestion ul li a {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 7px;
    box-shadow: 3px 6px 14px rgba(0, 115, 187, 0.1);
    align-items: center;
    color: #0f2557;
    position: relative;
}
.suggestion ul li a:hover{
    background: #0f2557;
    color: #fff;
}


.suggestion ul li a:hover{
  text-decoration: none;
}
.suggestion ul li a i.fa.fa-angle-right {
    position: absolute;
    right: 15px;
    font-size: 22px;
    font-weight: 700;
}
.suggestion ul li a span {
    margin-right: 12px;
}
.suggestion ul li a span i {
    height: 25px;
    width: 25px;
    background: #81f2c9;
    text-align: center;
    padding: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 5px 0px 0px 5px;
}
.suggestion ul li.active a{
    background: #0f2557;
    color: #fff;
}
/* -----abha------ */
.multisteps-form__form .button_select {
  background: #ccc;
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 16px 10px;
  border-radius: 6px;
  margin-top: 40px;
  width: 100%;
  border: none;
}
.multisteps-form__form .panel-title a {
  width: 100%;
}

.multisteps-form__form .select {
  display: inline-block;
  margin-top: 40px;
  width: 33%;
}
.multisteps-form__form .select {
  input:checked + label {
    background-color: #0f2557;
    color: #fff;
  }
}
.multisteps-form__form .select {
  position: relative;

  input:checked + label {
    background-color: #0f2557;
    &:hover,
    &:focus,
    &:active {
      background-color: #0f2557;
      color: #fff !important;
    }
  }
  input {
    opacity: 0;
    position: absolute;
  }

  .button_select {
    margin: 0 0px 0px 0;
    display: flex;

    &:hover,
    &:focus,
    &:active {
      background-color: #0f2557;
    }
  }
}
.abha-new-inner {
    margin: 0 auto;
    border: 1px solid #E2DFDD;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    border-radius: 9px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 251, 255) 100%);
    box-shadow: 3px 6px 14px rgba(0, 115, 187, 0.1);
    margin-top: 20px;
}
.abha-head h3 {
    color: #0f2557;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 25px;
    position: relative;
}

.abha-top-main {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.abha-top-main .abha-head {
    width: 50%;
}
.abha-img img {
    padding-right: 10px;
    width: 120px;
}
.download-update .modal-content .modal-header button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #d43f3a;
    opacity: 1;
}
.download-update .modal-content .modal-header h5 {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 18px;
}
.download-update .modal-content .modal-body .form-group label {
    color: #0f2557;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 0px;
    position: relative;
}
.download-update .modal-content .modal-body .form-group input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    box-shadow: none !important;
    width: 100%;
}
.download-update .modal-content {
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 251, 255) 100%);
    box-shadow: 3px 6px 14px rgba(0, 115, 187, 0.1);
}
.suggestion {
    margin-top: 20px;
    height: 300px;
    overflow-y: scroll;
}
section.banner-professional {
    background: url('../images/pr-bg2.png');
    background-repeat: no-repeat;
    padding: 0 0px;
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    padding-top: 5%;
    margin-bottom: 7%;
}
.mp-col {
    background: #fff;
    padding: 20px;
    min-height: 400px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #eee;
}
.mp-col img {
    width: 50%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}
section.practice-management {
    padding: 115px 0px;
}
section.practice-management .nav>li>a {
    position: relative;
    padding: 30px 28px;
    font-size: 18px;
    /* width: 20%; */
}
section.practice-management .tab-content {
    padding: 0;
}
section.practice-management h2.text-center {
    margin-bottom: 10px;
    font-weight: 300;
}
.manage-common {
    padding: 30px;
    background: #e2f3f0;
    border-radius: 0px 0px 15px 15px;
}
p.subtitle-pr {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
section.practice-management a.btn.btn-primary {
    background: #00e18f;
    border-color: #00e18f;
    font-size: 16px;
    margin-top: 20px;
    padding: 9px 26px;
}
section.practice-management .nav li a:hover {
    text-decoration: none;
    background-color: #e2f3f0 !important;
}
#digital h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.mainpage-container .container {
    max-width: 1420px;
    width: 100%;
}
p.testimonial-text {
    color: #000 !important;
}
section.practice-management h2.prof-title {
    font-size: 32px;
    font-weight: 600 !important;
}
.manage-common ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00e18f;
    font-size: 25px;
    padding-right: 0.5em;
    /* position: absolute; */
    top: 10px;
    left: 0;
}
section.practice-management .row {
    align-items: center;
    display: flex;
}
section.practice-management ul  {
    list-style: none;
    color: #333;
    font-size: 18px;
    line-height: 40px;

}
ul.nav.nav-tabs.custom-tabs.text-center li{
    width: 20%;
}
ul.nav.nav-tabs.custom-tabs.text-center {
    display: flex;
    gap: 2px;
}
.eka-section {
    text-align: center;
    margin: 50px auto;
}
h2.prof-title {
    font-weight: 600 !important;
    font-size: 36px !important;
}
p.testimonial-text {
    color: #000;
}
        .eka-section h2 {
            font-size: 32px;
            font-weight: 300;
            margin-bottom: 40px;
        }

.eka-section .card {
    border: 1px solid #ccc;
    padding: 50px 20px;
    border-radius: 10px;
    background: #fff;
}

        .eka-section .card:hover {
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
            transform: translateY(-5px);
        }

        .eka-section .card img {
            max-width: 80px;
            margin-bottom: 20px;
        }
.eka-section .card h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    line-height: 31px;
    min-height: 50px;
}
.plateform-section h2.prof-title {
    color: #fff;
    margin-bottom: 20px;
}
.eka-section .card p {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}
.eka-section .btn {
    background-color: #00e18f;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border-color: #00e18f;
}
.row.section-row.real-time {
    margin-top: 90px;
}
.key-feature h2 {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}
        .eka-section .btn:hover {
            background-color: #00e18f;
            color: #fff;
        }
.eka-section .card {
    border: 1px solid #ccc;
    padding: 60px 20px;
    border-radius: 10px;
    background: #fff;
}
.bannner-outer {
    display: block;
    align-items: center;
}
.bannner-outer h2 {
    font-size: 39px;
    margin-bottom: 30px;
    font-weight: 600 !important;
    line-height: 62px;
    color: #fff;
    font-size: 50px !important;
}
.bannner-outer p {
    color: #fff;
    font-size: 16px;
}
.banner-professional .container {
    max-width: 1320px;
    width: 1320px;
}
.bannner-outer img {
    width: auto;
    float: none;
}
.bannner-outer {
    text-align: center;
}
.col-sm-4.feature-item {
    text-align: center;
}
.prof-title span {
    color: #01e08f;
}
.feature-section .feature-title {
    font-size: 20px;
    color: #333;
    margin: 20px 0px;
    font-weight: 600;
    margin-bottom: 10px;
}
section.manage-software {
    text-align: center;
    padding: 60px 0px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
section.manage-software p {
color: #333;
}
section.manage-software h2 {
color: #000;
}
.manage-software img {
    width: 200px;
    margin-bottom: 30px;
}
.feature-section .feature-description {
    color: #333;
    font-size: 16px;
}
p.stream {
    width: 90%;
}
.get-btn a {
    border: none;
    padding: 13px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;
    background: #00e18f;
}
.get-btn a:hover {
  background: #00e18f;
    color: #fff;
    border: 2px solid #00e18f;
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
}
.get-btn {
    margin-top: 50px;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

/* Header Section */
.plateform-section {
  background-image: url('../images/hm.jpg');
  background-repeat: no-repeat;
  color: #fff;
  padding: 115px 0;
}
.feature-box:hover {
    background: #00e18f;
}
.feature-box:hover .fa {
    color: #fff;
}
.plateform-section p {
    color: #fff;
    margin-bottom: 30px;
}
.row.section-row {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    background: #e2f3f0;
    border-radius: 20px;
}
.head-title {
    text-align: center;
    margin-bottom: 60px;
}
.choose-eq {
    padding: 0;
    border-radius: 6px;
    margin-bottom: 20px;
}
.key-feature .choose-eq {
    background:url('assets/front/images/feature-3-1.svg');
    background-repeat: no-repeat;
    padding: 0px 0px;
    padding-bottom: 0;
}
.key-feature h4.panel-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    /* height: 40px; */
    margin-top: 17px;
    margin-bottom: 0;
}
.key-feature div#accordion {
    margin-top: 40px;
}
.key-feature .left-nxs {
    margin-top: 30px;
}
.section-row h2 {
    font-weight: 600 !important;
    font-size: 36px !important;
}
.row.section-row.real-time {
    margin-bottom: 30px;
}
.key-feature h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    margin-top: 30px;
}
.key-feature ul li:before {
    content: "\f055";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00e18f;
    font-size: 23px;
    padding-right: 0.5em;
    min-height: 100px;
    position: absolute;
    left: 0;
}
.key-feature .panel-default > .panel-heading {
    color: #333 !important;
    background-color: #fff !important;
}
.key-feature ul li {
    position: relative;
    padding-left: 30px;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
}
section.key-feature {
    margin-bottom: 0px;
    background: #fff7e2;
    padding: 60px 0px;
}
section.moduls {
    margin-bottom: 90px;
}
.plateform-section a.btn.btn-primary {
    background: transparent;
    border-color: #00e18f;
    color: #fff;
    padding: 13px 30px;
    background: #00e18f;
}
.plateform-section h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
}

.header-section p {
  margin-bottom: 30px;
}

.feature-box {
    display: inline-block;
    width: 45%;
    text-align: center;
    margin: 10px;
    background: #FFFFFF12;
    border-radius: 10px;
    border: 1px solid #00e18f;
}
.feature-box i {
    font-size: 40px;
    color: #00e18f;
    padding: 20px;
    border-radius: 10px;
}
.section-row a.btn.btn-primary {
    border: none;
    padding: 13px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;
    background: #00e18f;
    margin-top: 40px;
}
.fd-section .section-wrapper {
            padding: 0px 15px;
        }

.fd-section .left-content h2 {
            font-weight: 700;
            font-size: 36px;
            margin-bottom: 20px;
        }

.fd-section .left-content p {
            font-size: 16px;
            color: #555;
            margin-bottom: 20px;
        }

.fd-section .left-content .btn {
            background-color: #00e18f;
            color: #fff;
            padding: 10px 20px;
            font-weight: 600;
            border: none;
        }
.fd-section .row {
    display: flex;
    align-items: center;
}
.fd-section .stats {
            margin-top: 30px;
        }

.fd-section .stats .stat-item {
            font-size: 24px;
            font-weight: 700;
        }

.fd-section .stats .label {
            font-size: 14px;
            color: #777;
        }

.fd-section .right-content .analytics-card {
            background: #fff;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
section.fd-section {
    margin-bottom: 80px;
}
.fd-section .right-content .analytics-card .circle {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            border: 10px solid #00c6ff;
            border-radius: 50%;
            border-top-color: #ccc;
            position: relative;
        }

.fd-section .right-content .analytics-card .circle span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
            font-weight: bold;
        }

.fd-section .timeline-card {
            padding: 15px;
            border-radius: 8px;
        }

.fd-section .timeline-card h4 {
            font-weight: 600;
            margin-bottom: 15px;
        }

.fd-section .timeline-card .task-item {
            margin-bottom: 10px;
        }

.fd-section .timeline-card .task-item p {
            margin: 0;
            font-size: 14px;
        }

.fd-section .timeline-card .task-item .time {
            color: #999;
            font-size: 12px;
        }
section.practice-management ul li.active {
    background: #e2f3f0;
}
.feature-box p {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}
.plateform-section .row {
    display: flex;
    align-items: center;
}
/* Content Section */
.features-eq {
  padding: 115px 0;
}

.content-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #000;
}
.content-section p {
    color: #333;
}
.right-nxs {
    padding-right: 5%;
    padding-left: 5%;
}
.col-md-6.left-nxs {
    padding-left: 2%;
    padding-right: 5%;
    color: #000;
}
.row.section-row.patient-portal {
    background: #fff7e2;
    margin-bottom: 0;
}
.content-section img {
  max-width: 100%;
}

/* Graph Section */
.graph-section {
  padding: 60px 0;
  background-color: #f4f7fc;
}

/* Testimonials Section */
.testimonials-product {
  padding: 90px 0;
}

.testimonials-product blockquote {
  font-size: 1.1em;
  border-left: none;
  font-style: italic;
}
@media only screen and (max-width: 1600px) {
.bannner-outer img {
    width: 60%;
    float: none;
}
.mainpage-container .container {
    max-width: 1320px;
    width: 100%;
}
}
/* Tools Integration Section */
.tools-section {
  padding: 60px 0;
}

.tool-icons i {
  font-size: 40px;
  margin: 10px;
  color: #00c6ff;
}

/* Call to Action Section */
.cta-section {
  background-color: #002d61;
  color: #fff;
  padding: 80px 0;
}

.cta-section h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 32px;
}
.cta-section p {
    color: #fff;
    font-size: 14px;
     margin-bottom: 20px;
}
.cta-section a.btn.btn-primary {
    background: #00e18f;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 30px;
}
.tools-section a.btn.btn-primary {
    background: #00e18f;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 30px;
}
.cta-section a.btn.btn-default{
    background: #fff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 30px;
    color: #000;
}
.row.maximize {
    display: flex;
    align-items: center;
}
.tools-section h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}
.tools-section p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #000;
}
section.tools-section {
    padding: 115px 0px;
}
.cta-section h4 {
    color: #fff;
    font-size: 24px;
     margin-bottom: 20px;
}
.cta-section h4 span {
    color: #00e18f;
}
.cta-section .btn-primary {
  background-color: #00c6ff;
  border-color: #00c6ff;
}

.cta-section .btn-default {
  color: #00c6ff;
  border-color: #00c6ff;
}

.badge {
    background-color: #00e18f;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.highlight {
  color: #00e18f;
}

p {
  color: #666;
  font-size: 16px;
}

.carousel-inner .item {
  text-align: center;
}

.testimonial-box {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 60px;
    border-radius: 6px;
    max-width: 100%;
}
.home-testimonial .row {
    display: flex;
    align-items: center;
}
.testimonial-img {
  width: 80px;
  height: 80px;
}

.testimonial-box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.testimonial-rating {
  margin: 10px 0;
}

.testimonial-rating .fa {
  color: #ffc107;
}

.testimonial-text {
  font-style: italic;
  color: #333;
}

.carousel-indicators li {
  background-color: #007bff;
}

.carousel-indicators .active {
  background-color: #0056b3;
}
section.home-testimonial {
    background: #002d61;
    padding: 115px 0px;
}
.home-testimonial h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
}
.home-testimonial p {
    color: #fff;
}
.testimonial-box img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 60px;
}
section#integration {
    padding: 90px 0px;
}
#integration h3 {
    font-size: 32px;
    text-align: left;
    line-height: 40px;
    margin-bottom: 30px;
}
#integration p {
    text-align: center;
}
#integration {
    background-color: #fff;
    padding: 40px 0;
}
.col-xs-6.col-sm-3.clients-logo {
    background: #fff;
    box-shadow: -3px 1px 6px #ccc;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-height: 100px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.clients-logo img.img-responsive {
    width: 100%;
    padding: 0 !important;
}
#integration img {
    padding: 15px;
    max-width: 190px;
    height: 150px;
}
#marketplace {
    background-color: #e2f3f0;
    padding: 115px 0;
}
.row.eq-market {
    display: flex;
/*    align-items: center;*/
    margin-top: 40px;
}
#marketplace p {
    line-height: 26px;
    margin-top: 20px;
    color: #333;
}
section#marketplace h3 {
    font-size: 32px;
}
#marketplace h4 {
    font-weight: bold;
    font-size: 16px;
}

#marketplace ul {
    padding-left: 20px;
}

.btn-success {
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.btn-success:hover {
    background-color: #d4ac0d;
    border-color: #d4ac0d;
}

.btn-link {
    color: #333;
}

.btn-link:hover {
    color: #000;
}
#marketplace ul.list-unstyled {
    padding: 0 !important;
    margin-top: 20px;
}
#integration .row {
    display: flex;
    align-items: center;
}
#marketplace ul li {
    color: #000;
    line-height: 27px;
}
@media (max-width: 1199px) {
  .abha-new-inner {
    min-height: auto;
    margin-top: 20px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.multisteps-form__panel[data-animation='slideHorz'] {
    left: 4% !important;
}
.personal-info label {
    font-size: 13px;
}
.form-group.about-texarea {
    width: 93% !important;
}
.col-md-12.specialitiesDiv {
    width: 93% !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 

  .business-practice-row1 {
    width: 100%;
    display: block;
}
.form-group.other_specify_box {
    width: 92% !important;
}
.step-left {
    width: 35%;
    padding: 5% 10px 20px 10px;
}
.personal-info {
    display: flex;
    flex-wrap: wrap;
}
    .personal-profile .form-group {
        width: 45%;
        margin-right: 10px;
    }
.practice .form-group {
    width: 92%;
}
.duplicate_businesses .col-md-4 {
    margin-bottom: 10px;
    width: 89%;
}
.form-group.email-logo {
    width: 92% !important;
}
.checkbox-inline, .radio-inline {
    display: block;
    padding-left: 11px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0;
}
label.checkbox-inline.mr-3 {
    margin-left: 10px;
}
.multisteps-form__panel[data-animation='slideHorz'] {
    left: 4% !important;
}
.personal-profile .form-group {
    width: 45%;
    margin-right: 10px;
}
.personal-info label {
    font-size: 13px;
}
.step-left h2 {
    font-size: 18px;
}
h3.multisteps-form__title {
    font-size: 18px;
}
.step-right {
    padding-top: 35px;
    padding-bottom: 35px !important;
}
.resident .questions .quest-content img {
    margin-right: 10px;
    height: 32px;
}
}

@media (max-width: 767px) {
  input.searchTerm {
    border: none;
    width: 30vw;
    border: 1px solid #eee;
    padding: 15px;
    font-size: 13px;
    font-weight: 300;
    padding-left: 14px;
    box-shadow: 2px 3px 4px #eee;
    background: #f0f4fa;
    width: 100% !important;
    border-radius: 6px;
}
.practice .form-group {
    width: 100%;
}
.business-practice-row1 {
    width: 100%;
    display: block;
}
.form-group.other_specify_box {
    width: 100% !important;
}
li.decting-locations {
    display: none !important;
}
footer#footer {
  padding-top: 40px;
}
.form-group.email-logo {
    width: 100% !important;
}
.form-group.about-texarea {
    width: 100% !important;
}
.duplicate_businesses .col-md-4 {
    width: 100%;
    padding-right: 15px;
}
.row.replica-row .col-md-4 {
    margin-bottom: 0;
}
.col-md-12.specialitiesDiv {
    width: 100% !important;
}
  .step-left {
    width: 100%;
    padding: 5% 20px 20px 20px;
}
.multisteps-form {
    display: block !important;
}
.step-right {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-top: 20px;
}
.resident {
    display: block;
}
.multisteps-form__panel[data-animation='slideHorz'] {
    left: 0 !important;
}
.resident .questions {
    cursor: pointer;
    width: 100%;
}
.state-dropdown select.form-control {
    width: 100% !important;
}
.personal-info {
    display: block;
}
.personal-profile .form-group {
    width: 100%;
}
.nxs-survey-inner {
    display: block;
    min-height: 100%;
}
.footer-menu {
        padding: 0px 0 20px !important;
}
span.removeButton {
    right: 0 !important;
}
.resident {
    display: block;
}
.multisteps-form__panel.shadow.p-4.rounded.bg-white {
    padding: 20px;
}
  .video-screen {
    width: 100vw;
  }
button.sclose {
    position: absolute;
    right: 5px;
    top: 16px;
}
.list-search h6 a {
    font-size: 15px;
    color: #0f2557;
}
.search-near .list-search {
    width: 70%;
}
.search-near .wait-time {
    width: 30% !important;
    color: #333;
}
.appointments .appointment-list .patient-details {
    display: block !important;
}
.appointment-action.detail-btn {
    width: auto;
    text-align: center;
    display: block !important;
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 5px;
    margin: 11px auto;
}
  .search-near .wrap .search {
    width: 100% !important;
  }
  .wait-time {
    text-align: right !important;
    padding-right: 10px;
}
  .list-search ul {
    display: flex !important;
}
.listing-src {
    display: flex !important;
}
.mobile-map div#searchMap {
    height: 250px !important;
}
.listing-src {
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 6px;
}
.list-search ul li {
    margin-right: 15px;
    color: #333;
}
.search-near .wrap .search button.searchButton {
    position: absolute;
    right: 20px !important;
    top: 12px;
}
.search-near .col-md-4 {
    padding-right: 15px;
}
.wrap .search {
    position: relative;
}
  input.searchTerm {
    width: 100%;
  }
  .business-provider .eq-graph {
    text-align: center;
    margin-top: 40px;
  }
  .business-provider .eq-graph img {
    width: 50%;
  }
  video#localVideo {
    object-fit: cover;
    width: 50%;
    height: 100%;
  }
  .video-screen {
    min-height: 100%;
  }
section.nearby-hospitals {
    padding: 45px 0px;
}
nav.navbar.bootsnav .navbar-brand {
    padding-left: 80px;
}
.content.content_bg {
    padding: 0px 0 50px !important;
}
.coverage-full-section .insurance-section {
    padding: 0px;
}
.tab-content.insurance p.edit-btn {
    width: auto !important;
}
.profile-fields .profile-label {
    margin-left: 0px;
}
}
@media (min-width: 2100px) {
  .video-screen {
    width: 100%;
  }
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
/*.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}*/
.multisteps-form__progress {
  display: block;
}
/*.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}*/
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #fff;
  border: none;
  background: #01e08f;
  font-weight: 400;
}
.step-left h2 span {
  color: #01e08f;
}
.aside-img img {
  width: 70%;
}
.aside-img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.multisteps-form__progress-btn.js-active:before {
  content: '\f058';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #0f2557;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 21px;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  /*  background-color: currentColor;*/
}

.multisteps-form__form {
  position: relative;
}
.multisteps-form__form .button-row.d-flex.mt-4.col-12 {
  margin-left: 15px;
}
.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation='scaleOut'] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation='scaleOut'].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.multisteps-form__panel[data-animation='slideHorz'] {
  left: 50px;
}
.multisteps-form__panel[data-animation='slideHorz'].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation='slideVert'] {
  top: 30px;
}
.multisteps-form__panel[data-animation='slideVert'].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation='fadeIn'].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation='scaleIn'] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation='scaleIn'].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.multisteps-form {
  display: flex;
  width: 100%;
}
.step-left .navbar-brand {
  height: auto;
  padding: 10px 0px;
  width: 100%;
  margin-bottom: 40px;
}
.step-left .navbar-brand > img {
  width: 210px;
}
.nxs-survey {
  background: #f5fafe;
}
/*6-6-2024*/
.login-main {
  display: flex;
  height: 520px;
  background: #ffffff85;
  margin: 50px 0px;
  background-color: #f3f7fd;
  box-shadow: 0px 4px 44px 13px rgb(224 204 204 / 15%);
  width: 100%;
  border-radius: 10px;
  /* zoom: 90%; */
}
.login-left {
  width: 40%;
  padding: 5% 0px 10px 0px;
}
.login-left h2 {
  font-size: 23px;
  padding-left: 40px;
  line-height: normal;
}
.login-form {
  width: 60%;
  padding: 30px 0px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.login-form-inner .logo-bar {
  margin-bottom: 20px;
}
.login-form .form-field {
  padding: 10px 0px;
}
.login-form input {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.login-form button {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-radius: 30px;
  border: none;
  color: #fff;
  background: #01e08f;
  font-size: 15px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 10px;
}
.login-form button:hover {
  background: #0f2557;
  color: #fff;
}
.login-form a {
  text-decoration: none;
}
.login-form h3 {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  margin: 10px 0px 0px 0px;
}
.login-left .login-img {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.emr-form .main-field {
  display: flex;
  flex-wrap: wrap;
}
.emr-form .main-field .half-field {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 8px;
}
h2.paitent-profile-title {
    margin-bottom: 40px;
}
.emr-form .main-field .half-field label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.emr-form-inner label.name {
  padding-left: 10px;
  font-size: 12px;
  margin-bottom: 5px;
}
.emr-form .main-field .half-field select {
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  border-radius: 7px;
  border: 1px solid #ccc;
  color: #000;
}
.emr-form form#registerForm h2 {
  font-size: 23px;
  line-height: normal;
  text-align: center;
  margin-bottom: 15px;
}
.login-form form.login-form-inner h2 {
  font-size: 23px;
  line-height: normal;
  text-align: center;
  margin-bottom: 15px;
}
.emr-form form#registerForm {
  width: 90%;
}
.emr-form .main-field .full-field {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.emr-form-inner label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}
.log-professional label {
  display: flex;
  font-size: 12px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
  align-items: center;
  width: 100% !important;
}
.emr-form-inner .form-input span.require-input {
  color: red !important;
  margin-left: 3px !important;
  margin-top: 0px !important;
  width: auto !important;
}
.emr-form form#registerForm span {
  padding-left: 15px;
}
.register-img {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.widget-profile {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  text-align: center;
}
.widget-profile .profile-info-widget {
  display: block;
  text-align: center;
}
.widget-profile .profile-info-widget .booking-doc-img {
  display: inline-block;
  margin: 0 0 15px;
  width: auto;
  padding: 8px;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.widget-profile .profile-info-widget .booking-doc-img img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
.appointment-list .profile-info-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  text-align: left;
  align-items: center;
  width: 100%;
}
.appointment-list .profile-info-widget .booking-doc-img img {
  border-radius: 4px;
  height: 100px;
  object-fit: cover;
  width: 130px;
}
a.btn.btn-sm.paid {
  background: rgba(15, 183, 107, 0.12) !important;
  color: green;
  border: 1px solid rgba(15, 183, 107, 0.1) !important;
}
.appointments .appointment-list {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 20px;
}
.appointments .appointment-list:last-child {
  margin-bottom: 30px;
}
.appointments .appointment-action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.appointment-action a + a {
  margin-left: 5px;
}
.appointment-action a {
  font-size: 12px;
}
.info-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-details li .title {
  color: #272b41;
  font-weight: 500;
}
.info-details li .text {
  color: #757575;
  display: block;
  font-size: 16px;
  overflow: hidden;
}
.info-details li {
  margin-bottom: 10px;
}
.info-details li:last-child {
  margin-bottom: 0;
}
.profile-det-info {
  overflow: hidden;
}
.breadcrumb-bar {
  background-color: #0f2557;
  padding: 20px 0;
  display: none;
}
.page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.page-breadcrumb ol li a {
  color: #fff;
}
.page-breadcrumb ol li.active {
  color: #fff;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  font-size: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: '/';
}
.breadcrumb-bar .breadcrumb-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 0;
}
.patient-details .hospital-name {
  width: 50%;
}
.hospital-name.contact-hospital {
  text-align: right;
}
.content.content_bg {
  background: #F5FAFE;
  padding: 0px 0 30px;
}
.dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.dashboard-menu > ul > li {
  position: relative;
  margin-bottom: 5px;
  border-radius: 6px;
}
.dashboard-menu ul li a i {
  font-size: 15px;
  margin-right: 10px;
  width: 13px;
  font-weight: 600;
}
.login-reg {
  background: #0f2557;
}
.patient-details h5 {
  color: #767f86;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  /*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-menu > ul > li:hover > a,
.dashboard-menu > ul > li.active > a {
  color: #fff;
  text-decoration: none;
  background: #0f2557 !important;
}
/*.col-lg-3.theiaStickySidebar.profile-aside {
  height: 510px;
}*/
.dashboard-menu > ul > li > a {
  color: #757575;
  display: block;
  padding: 15px 20px;
  font-size: 13px;
  display: flex;
  align-items: baseline;
  background: #F5FAFE !important;
}
.profile-info-widget .booking-doc-img {
  margin-right: 15px;
}
.appointments {
    padding: 20px;
    position: relative;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.appointments .appointment-list h3 a {
  color: #0f2557;
  font-size: 17px;
}
.appointments .appointment-list h3:hover a {
  color: #01e08f;
}
.appointments .appointment-action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
}
.appointments .appointment-action a:hover {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.appointments .appointment-action a:focus {
  outline: none;
  outline-offset: inherit;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.fa.fa-star.checked {
  color: orange;
}
.bg-info-light {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
}
.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}
.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}
a.btn.btn-sm.unpaid {
    background: #ffe3b5;
    color: #0f2557;
}
.content_bg .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
  padding: 30px;
}
.content_bg .card .card-body .card.card-table {
  padding: 0px;
}
.profile-sidebar {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.pro-widget-content {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  text-align: center;
  background: #1d2e4c !important;
}

.profile-info-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.profile-info-widget .booking-doc-img {
  margin-right: 15px;
}
.profile-info-widget .booking-doc-img img {
  border-radius: 4px;
  height: 90px;
  width: 90px;
  object-fit: cover;
}
.profile-det-info {
  overflow: hidden;
}
.profile-det-info h3 {
  font-size: 16px;
}
h4.drname {
  margin-top: 15px;
}
.profile-det-info h4 {
  font-size: 14px;
  margin: 4px 0px;
  margin-right: 20px;
}
.profile-det-info {
  width: 100%;
}
.profile-det-info h4 a {
  color: #333;
}
.patient-details a {
  color: #333;
  margin-right: 7px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 2px 10px;
  /* background: #f8f9fa; */
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
}
.appointment-action a.btn.btn-sm.bg-success-light {
  background: #f8f9fa !important;
  color: #333 !important;
  border: 1px solid #eee;
}
.pro-widget-content .profile-det-info h3 {
  color: #fff;
  margin-bottom: 10px;
}
.appointments .appointment-list h5 {
  color: #000;
  margin-right: 10px;
  margin-top: 10px;
}
.appointments .tab-content {
  margin-top: 0;
  background: #fff;
  padding: 20px 10px 20px 0px !important;
  /* border: 1px solid #eee; */
}
.appointments ul.nav.nav-tabs {
  margin-top: 40px;
  margin-bottom: 0;
  border-bottom: none;
}
.appointments .appointment-list .patient-details {
  margin: 0px 0px;
  display: flex;
  align-items: center;
}
.appointments .nav-tabs a:hover {
  background: transparent;
  border: 1px solid #f8f9fa;
  /*    margin-right: 0;*/
}
h5.mb-0 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
}
.detail-btn a.btn.btn-sm.bg-success-light {
  background: #fff !important;
  box-shadow: none;
  border: 1px solid #333;
  color: #333 !important;
}
.nav-tabs > li > a {
  color: #333;
}
.patient-details h5 {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  /*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.patient-details h5 i {
  width: 12px;
}
.dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.dashboard-menu ul li {
  line-height: inherit;
}
.dashboard-menu > ul > li {
  position: relative;
}
.dashboard-menu > ul > li:last-child {
  border-bottom: 0;
}
.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-menu > ul > li > a {
  color: #333;
  display: block;
  padding: 16px 10px;
  font-size: 15px;
}

.dashboard-menu ul li a i {
  font-size: 16px;
  margin-right: 5px;
  width: 16px;
}
.unread-msg {
  background-color: #09e5ab;
  border-radius: 2px;
  color: #272b41;
  font-size: 10px;
  font-style: normal;
  padding: 0 5px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.content_bg .card .card-body nav.user-tabs {
  margin-bottom: 30px;
}
.content_bg .card .card-body .nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
.user-tabs .nav-tabs > li > a {
  border: 0;
  border-bottom: 3px solid transparent;
  color: #3e3e3e;
  font-weight: 600;
  padding: 15px 15px;
  border-radius: 0;
  margin-bottom: 0;
}
.card-table .card-body .table > thead > tr > th {
  border-top: none !important;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
}
.table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.table {
  color: #272b41;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table .table td,
.card-table .table th {
  border-top: 1px solid #e2e5e8 !important;
  padding: 10px 20px;
  white-space: nowrap;
  border-bottom: none;
}
.content_bg .card .card-body .user-tabs ul li.active a {
  border-bottom: 2px solid #01e08f;
}
.card-table .table tr td a {
  color: #01e08f !important;
}
.card-table .table tr td a.bg-info-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}
.content_bg .card .card-body .user-tabs ul li a.active {
  border-bottom: 2px solid #01e08f;
}
.content_bg .card .card-body .user-tabs ul li a {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.content_bg .card .card-body .user-tabs ul li a:hover {
  border-bottom: 2px solid #01e08f;
  background: transparent;
}
table.table td h2 a {
  color: #272b41;
}
.card-table .table tr .bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}
.card-table .table tr .bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 10px;
}
table.table td h2.table-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50% !important;
}
.avatar-sm {
  width: 35px;
  height: 35px;
}
table.table td h2 span {
  font-size: 13px;
  margin-top: 3px;
  color: #009efb !important;
  display: block;
}
table.table td h2.table-avatar a {
  font-size: 13px;
}
table.table td h2 a {
  color: #272b41;
}
.text-info,
.dropdown-menu > li > a.text-info {
  color: #009efb !important;
  display: block;
}
.card-table .table td span.badge {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
}
.patient-info-pro {
  margin-top: 15px;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.patient-info-pro ul {
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
}
.patient-info-pro ul li {
  position: relative;
  text-transform: capitalize;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
  text-align: left;
}
.profile-tab label {
  width: 100%;
  margin: 0;
  color: #333;
  font-weight: normal;
}
.patient-info-pro ul li span {
  color: #ffffff;
  float: right;
  font-weight: 500;
}

form.login-form-inner {
  width: 60%;
}
.login-form-inner span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.profile-tab p {
  color: #000;
  /*    font-weight: bold;*/
}
.add-profile-form .emr-form {
  /*    box-shadow: 3px 0px 15px #eee;*/
  border-radius: 10px;
  margin: 20px auto;
}
.add-profile-form {
  background: #0f2557;
  padding: 30px 0px;
}
.login-detail .subheading {
  font-weight: normal !important;
}
.profile-edit {
  background: #fff;
  padding: 0px;
  min-height: 440px;
}
.profile-fields {
  display: flex;
  flex-wrap: wrap;
}
.profile-label {
  font-size: 14px;

  padding: 12px 0px;
  width: 48%;
  margin-left: 10px;
}
button.btn.btn-primary.editProfile i {
    margin-right: 3px;
    font-size: 15px;
    top: 1px;
    position: relative;
}
.appointments .appointment-list .patient-details i {
    width: auto;
    margin-right: 3px;
}
.profile-additional-info {
  margin-top: 40px;
}
.profile-additional-info i.fa.fa-minus-circle {
  display: none;
}
.profile-additional-info .diagnoses-head {
  display: flex;
  flex-wrap: wrap;
}
.profile-additional-info label.heading {
  font-size: 15px;
  color: #333;
}
.diagnoses-summry h2 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.profile-additional-info .diagnoses-summry h2 {
  margin-bottom: 0;
}
.profile-additional-info i.fa.fa-plus-circle {
  color: #01e08f;
  font-size: 24px;
}
.profile-additional-info .diagnoses-summry {
    width: 25%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
    /* background: #f8f9fa; */
    /* border-bottom: 1px solid #eee; */
}

.nearby-hospitals a:focus {
    outline: 0;
}
li.or-btn {
    margin-left: 16px;
    margin-right: 13px;
}
.profile-additional-info .profile-tab h2 {
  margin-bottom: 20px;
  display: flex;
}
.dropbtn {
  background-color: #fff;
  color: #333;
  padding: 9px 15px;
  font-size: 13px;
  border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #000;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: #01e08f;
  border-bottom: 2px solid #01e08f;
}
.appointments .nav-tabs a {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 181px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  top: 32px;
}
.drop-account-profile ul li a {
  width: 100%;
  display: block;
  padding-left: 6px;
  border-radius: 6px;
}
/*.dropdown {
    position: absolute;
    right: 0;
    top: 50px;
}*/
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
button.dropbtn i.fa.fa-user-circle-o {
  font-size: 24px;
  color: #999;
  position: relative;
  top: 3px;
  right: 7px;
}
.dropdown-content i.fa.fa-user-circle-o {
  color: #fff;
  font-size: 16px;
  margin-right: 9px;
}
.dropdown-content i.fa.fa-plus {
  background: #01e08f;
  padding: 5px 6px;
  border-radius: 50%;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
ul.login-signup {
  display: flex;
}
.emr-form.patient-register {
  padding: 30px 30px 50px 30px;
}
.patient-register span {
  width: 100%;
  display: block;
  text-align: center;
}
li.signup_logout a {
  padding: 11px 22px;
  border: 1px solid #01e08f;
  color: #01e08f;
  border-radius: 3px;
}
li.signup_logout a:hover {
  background: #03c981 !important;
  color: #fff !important;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #01e08f;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {
    background-color: #01e08f;
}*/
/*6-6-2024*/
/*7-6-2024*/

.coverage-full-section .theiaStickySidebar {
/*  height: 80vh;
  overflow: auto;*/
  position: -webkit-sticky;
  /* position: sticky; */
  top: 0px;
  background: #fff;
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid #eee;
}
.profile-sidebar .card-booking h4.card-title {
  color: #fff;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
}
.card-booking ul.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.card-booking ul.list-group li .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: center !important;
}
.card-booking ul.list-group li .media .media-body {
  display: block !important;
  width: 75% !important;
  text-align: left;
  margin-left: 15px;
}
.card-booking ul.list-group li .media .mr-3 {
  width: 25%;
  border-radius: 100%;
}
.card-booking ul.list-group li .media h5 {
  font-size: 15px;
  margin-bottom: 5px;
}
.card-booking ul.list-group li .media span {
  font-size: 13px;
  font-weight: normal;
}
.card-booking ul.list-group li .media img {
  border-radius: 100%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}
fieldset.active {
  width: 95%;
  margin: 20px auto;
  padding: 6px;
}
.input-group-append button#verify_otp_btn {
  background: #0f2557;
  padding: 10px;
  border: none;
}
fieldset.active label {
  color: #333;
  font-weight: normal;
}
.col-lg-5.doctor-detail-col.mob-sidebar {
  display: none;
}
.ui-menu .ui-menu-item-wrapper:hover {
  background: #01e08f !important;
  border: none;
}
.replica-row .col-md-4 {
    margin-bottom: 0;
}
/*7-6-2024*/

/*========================search page end=================*/
@media screen and (min-width: 1201px) and (max-width: 1475px) {
  .col-lg-3.theiaStickySidebar.profile-slider {
    height: auto !important;
  } 
  span.removeButton {
    right: 65px;
}
  .multisteps-form__panel[data-animation='slideHorz'] {
    left: 4%;
}
  .right-nav {
    padding-left: 0px;
  }
  .profile {
    max-width: 100%;
  }
  .nearby-hospitals .list-search h6 {
    font-size: 12px;
    font-weight: bold;
  }
  .doctor-card {
    max-width: 100%;
  }
  .profile {
    margin: 20px 0px !important;
  }
  .doctor-card .actions > div {
    text-align: left;
  }
  .search button {
    margin-right: 4% !important;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 7px 7px;
  }
  .emergancy a {
    padding-right: 10px;
    font-size: 12px;
  }
  li.signup_logout a {
    padding: 4px 10px;
    border: 1px solid #01e08f;
    color: #01e08f;
    border-radius: 3px;
  }
  .header-area .single-welcome-hero-form {
    margin-left: 10px;
  }
  .welcome-hero-txt {
    position: relative;
    z-index: 9;
  }
  .signup a {
    padding: 7px 10px !important;
    font-size: 11px;
  }
  .login a {
    padding: 4px 10px !important;
    font-size: 14px;
  }
  .header-area .welcome-hero-form-icon {
    right: 0px;
  }
  .header-area .single-welcome-hero-form {
    width: 50%;
  }
  .banner-vector img {
    z-index: -1;
  }
  .dropbtn {
    background-color: #fff;
    color: #333;
    padding: 9px 6px;
    font-size: 10px;
    border: none;
  }
}

.input-register-field label {
  width: 100%;
  display: block;
  color: #0f2557;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .select-opt a span.lnr-magnifier:before {
    color: #ffffff !important;
  }
  .header-top {
    margin: 0px !important;
  }
nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
    height: 100vh !important;
    background: #0f2557;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
}
li.proffesionals a {
    color: #fff !important;
}
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
  .patient-details .hospital-name {
    width: 40%;
}
span.removeButton {
    right: 53px;
}
.hospital-name.contact-hospital {
  width: 60% !important;
}
  .col-lg-9.my-appointments {
    width: 75%;
}
  .profile-pic img {
    width: 100px;
    height: 100px;
}
  .col-lg-3.theiaStickySidebar.profile-aside {
    width: 25% !important;
    margin-right: 15px !important;
    padding: 0px 7px;
    overflow: auto;
    position: sticky;
    top: 0px;
    background: #fff;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid #eee;
}
.coverage-full-section .theiaStickySidebar {
  width: 25%;
  padding: 7px;   
}
/*.col-lg-9.insurance-section {
  width: 75% !important;
}*/
.profile-label {
  width: 47%;
}
  .row.profile-main {
    display: flex;
    flex-wrap: wrap;
}
  .col-lg-9.profile-tab {
    width: 73% !important;
  }
  .profile-additional-info .diagnoses-summry {
    width: 47% !important;
}
  .profile {
    max-width: 100%;
  }
  .nearby-hospitals .list-search h6 {
    font-size: 12px;
    font-weight: bold;
  }
  .doctor-card {
    max-width: 100%;
  }
  .profile {
    margin: 20px 0px !important;
  }
  .banner-vector img {
    z-index: -1;
  }
  .search-near .wrap .search {
    width: 100% !important;
  }
  .search-near .wrap .search button.searchButton {
    position: relative !important;
  }
  .search-near .wrap .search .fa-close {
    margin-right: 20px;
  }
  input.searchTerm {
    width: 100%;
  }
  .search button {
    margin-right: 4% !important;
  }
  .col-lg-9.profile-tab {
    padding: 0;
  }
  .profile-tab h2 {
    margin-bottom: 20px;
  }
  .coverage-full-section .theiaStickySidebar {
    height: 100% !important;
    position: static;
  }
    h3.text-center.est-wait-time {
    text-align: left;
}
.mob-sidebar .cancel-cnfrm-btn {
    text-align: left;
}
.queueResponse h4.text-center {
    text-align: left;
}
.queueResponse h3 {
    text-align: left;
}
.Join-btn ul {
    margin: 0px;
    display: flex;
    /* justify-content: space-between; */
    text-align: center;
    margin-top: 30px;
    width: 100%;
     justify-content: left !important; 
    align-items: center;
}
}

@media screen and (min-width: 1201px) and (max-width: 1260px) {
  ul.login-signup {
    padding-left: 7px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1280px) {
  .personal-info label {
    font-size: 13px !important;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .multisteps-form__progress-btn {
      width: 88%;
  }
  .multisteps-form__progress-btn {
    padding: 10px 28px;
    font-size: 15px;
}

}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .navbar-brand > img {
    width: 90px !important;
  }
  .col-lg-9.section-nine {
    width: 75%;
}
  .navbar-nav {
    width: unset;
  }
  .navbar-nav {
    width: 60% !important;
  }
  .navbar-collapse.collapse {
    justify-content: center;
  }
  .dropbtn {
    background-color: #fff;
    color: #333;
    padding: 9px 0px;
    font-size: 13px;
    border: none;
  }
/*  li.signup {
    display: none;
  }*/
  .insurance label {
    width: 50%;
  }
  .insurance p {
    width: 100%;
  }
  .additional-tab .hidden-input {
    width: 100%;
}
button.btn.btn-success.save-btn {
    float: left;
}
.col-lg-9.insurance-section {
    width: 75%;
    padding-right: 0;
}
span.d-pdf {
    display: none;
}
.add-insurance-row {
    position: relative;
}
.insurance .add-insurance-row p i.fa.fa-pencil {
    position: absolute;
    right: 60px;
    top: 22px;
}
.insurance .add-insurance-row p .fa.fa-trash-o {
  position: absolute;
  right: 17px;
  top: 22px;
}
a.download-policy-btns {
  padding: 6px 28px;
}
.profile-main .abhasection {
  width: 75% !important;
}
}
@media screen and (min-width: 993px) and (max-width: 1055px) {
  .login a {
    font-size: 11px !important;
    margin-right: 4px !important;
}
li.signup_logout a {
  padding: 8px 7px !important;
  font-size: 11px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.additional-tab .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
}
.col-lg-9.section-nine {
    width: 70%;
}
nav.navbar.bootsnav .navbar-nav {
    padding-top: 20px;
}
ul.login-signup.desk:hover .dropdown-content {
    display: block;
}
.guardian.details .add-insurance-row {
    display: block;
    flex-wrap: wrap;
    position: relative;
}
.guardian.details p label {
    margin-bottom: 0;
}
.guardian.details .insurance p {
    width: 100%;
}

.additional-tab .hidden-input {
    width: 100%;
}
.additional-tab input.form-control.new-item-input {
    width: 80%;
}
button.btn.btn-primary.add-btn {
    margin-right: 0;
    right: 0;
}
.additional-tab ul.item-list {
    margin-left: 15px;
}
.decting-locations .flaticon-gps-fixed-indicator:before {
    color: #fff;
}
.decting-locations .single-welcome-hero-form input[type='text'] {
    color: #fff;
}
  .col-lg-9.my-appointments {
    width: 70%;
}
  .coverage-full-section .theiaStickySidebar {
    width: 30%;
    padding: 7px;
}
.col-lg-9.insurance-section {
  width: 70% !important;
}
  .col-lg-3.theiaStickySidebar.profile-aside {
    width: 30% !important;
    margin-right: 15px !important;
    padding: 0px 7px !important;
    overflow: auto !important;
    position: sticky !important;
    top: 0px !important;
    background: #fff !important;
    margin-top: 30px !important;
    border-radius: 6px !important;
    border: 1px solid #eee !important;
}
nav.navbar.bootsnav .navbar-toggle {
    padding: 5px 12px !important;
    top: 8px !important;
}
.dashboard-menu > ul > li > a {
  padding: 16px 5px !important;
  font-size: 14px !important;
}
  .row.profile-main {
    display: flex;
    flex-wrap: wrap;
}
  .col-lg-9.profile-tab {
    width: 67% !important;
  }
  .login-left {
    width: 50%;
  }
  .login-form {
    width: 100%;
    padding: 30px 20px 50px 20px;
  }
  .profile-additional-info .diagnoses-summry {
    margin-right: 10px;
  }
  .login-left h2 {
    font-size: 20px;
    padding: 0px 20px;
  }
  .login-form h3 {
    font-size: 13px;
  }
  .emr-left {
    width: 50%;
  }
  .emr-form {
    width: 100%;
  }
  .emr-left h2 {
    font-size: 20px;
    padding: 0px 20px;
  }
  .insurance label {
    width: 50%;
  }
  .insurance p {
    width: 100%;
  }
  ul.login-signup.mob {
    display: flex !important;
  }
  .business-provider .eq-graph {
    text-align: center;
    margin-top: 40px;
  }
  .business-provider .eq-graph img {
    width: 50%;
  }
  .appointments .appointment-list {
    padding: 10px;
}
.multisteps-form__progress-btn {
  padding: 10px 28px;
  font-size: 14px;
}
.insurance-section h2 {
    font-size: 16px;
}
.insurance .lebels-row label {
    width: 100%;
    font-size: 11px;
}
span.d-pdf {
    display: none;
}
.insurance .add-insurance-row p i.fa.fa-pencil {
  margin-left: 20px;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 22px;
}
.insurance .add-insurance-row p .fa.fa-trash-o {
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 22px;
}
.add-insurance-row {
    position: relative;
}
.ui-widget.ui-widget-content {
  width: 230px !important;
}
.profile-main .abhasection {
  width: 70% !important;
}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
.hospital-name.contact-hospital {
    width: 60% !important;
}
.blockquotes-appoint p {
    width: 50%;
}
nav.navbar.bootsnav .navbar-nav {
    padding-top: 20px;
}
.patient-details .hospital-name {
  width: 40%;
}
.guardian.details p.edit-guardian-sec {
    display: block !important;
}

  .appointments .appointment-list {
    padding: 10px;
}
  .insurance-section p.edit-btn {
    justify-content: left;
}
  ul.login-signup.mob {
    display: flex !important;
  }
  .search-listing {
    margin-top: 20px;
    height: 100%;
}
.near-locations div#searchMap {
    height: 100vw !important;
    margin: 20px;
    width: 93%;
}
  .queueResponse .col-md-6 {
    color: #333;
    margin: 5px 0px;
    padding: 0;
    width: 48%;
    display: inline-grid;
}
.Join-btn ul {
    margin: 0px;
    display: flex;
    /* justify-content: space-between; */
    text-align: center;
    margin-top: 30px;
    width: 100%;
     justify-content: left !important; 
    align-items: center;
}
  section.nearby-hospitals {
    padding-bottom: 40px;
  }
  .search-calendar .Join-btn a {
    font-size: 12px;
    padding: 5px 5px;
  }
  h3.text-center.est-wait-time {
    text-align: center;
}
.mob-sidebar .cancel-cnfrm-btn {
    text-align: center;
}
.queueResponse h4.text-center {
    text-align: left;
}
.queueResponse h3 {
    text-align: left;
}
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 75% !important;
  }
  .xdsoft_datetimepicker.xdsoft_inline {
    width: 100% !important;
  }
  .header-area .navbar-header li.signup_logout a {
    padding: 5px 10px !important;
    border: 1px solid #01e08f;
    color: #01e08f;
    border-radius: 3px;
    font-size: 12px;
  }
  .emr-left {
    display: none;
  }
.profile-label {
    width: 100%;
    padding-bottom: 0;
}
  .profile-additional-info .diagnoses-summry {
    width: 100%;
    margin-right: 0;
  }
  .login-left {
    display: none;
  }
  .col-lg-3.theiaStickySidebar.profile-aside {
    height: 100%;
    position: static;
  }
  form.login-form-inner {
    width: 100%;
  }
  .view.insurance label {
    width: 50%;
  }
  .insurance input {
    width: 100%;
  }
  .view.insurance p {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
  }
  input#upload_policy {
    width: 100%;
    margin-bottom: 20px;
  }
  .coverage-full-section .theiaStickySidebar {
    height: 100% !important;
    position: static;
  }
  .appointments {
    padding-top: 30px;
  }
  .col-lg-9.profile-tab {
    padding: 0;
  }
  .profile-tab h2 {
    margin-bottom: 20px;
  }
  .login-main {
    display: block;
  }
  .login-left {
    width: 100%;
  }
  .login-form {
    width: 100%;
  }
  .emr-section-main {
    display: block;
  }
  .emr-left {
    width: 100%;
  }
  .emr-form {
    width: 100%;
  }
  .login-left h2 {
    font-size: 20px;
    padding: 0px 20px;
    text-align: center;
  }
  .emr-left h2 {
    font-size: 20px;
    padding: 0px 20px;
    text-align: center;
  }
  .login-main {
    height: 100%;
    border-radius: 20px;
  }
  form.login-form-inner {
    padding: 20px;
  }
  .drop-account-profile a i.fa.fa-user-circle-o {
    padding-right: 5px;
}
.single-welcome-hero-form {
  margin: 0px 0;
  padding: 10px !important;
}.single-welcome-hero-form {
  flex-direction: row !important;
  width: 100%;
}
.single-welcome-hero-form input {
  margin-left: 10px !important;
}

}
.col-md-8.mob-map {
    display: none;
}
@media (max-width: 767px) {
  .ui-menu .ui-menu-item-wrapper {
    padding: 7px !important;
}
.profile-main .abhasection {
  width: 100% !important;
  padding: 0px;
}
.profile-main .abhasection .abha-inner-main {
  padding: 20px 0px;
}
}
@media (max-width: 991px) {
.onboarding-business .emr-left h2 {
  font-size: 16px;
}
.profile-main .abha-inner-main .create-abha {
  margin-top: 30px !important;
}
}
@media (max-width: 992px) {
ul.login-signup.mob {
  display: flex !important;
}
.tab-content.insurance {
    margin-top: 20px !important;
    padding: 20px 20px !important;
}
.mob-map .near-locations {
        margin-top: 0;
    }
 section.search-near {
    padding-top: 0 !important;
}
.col-md-8.mob-map {
    display: block;
}
/*.col-md-8.desktop-map {
    display: none;
}*/
.search-near .col-md-8.mob-map {
    padding: 0;
}
.search-near .col-md-8 {
    padding-right: 0 !important;
}
}
@media (max-width: 640px) {
.ui-widget.ui-widget-content {
    width: 93.3% !important;
    margin-top: 0;
    padding-left: 1px;
    border: none !important;
    border-top: none !important;
    left: 15px !important;
    top: 475px !important;
    box-shadow: 2px 8px 8px #eee;
}
.welcome-hero-serch {
    width: 100%;
}
.welcome-hero-btn {
    width: 100% !important;
}
.profile-info-widget .booking-doc-img {
    width: 30% !important;
    margin-right: 15px !important;
}
.tab-btn ul li a {
    padding: 5px 2px !important;
}
.profile-btn button {
    padding: 5px 22px !important;
}
.mob-sidebar .tab-btn {
    margin: 14px 0px 25px;
    margin-bottom: 8px;
}
.doctor-detail h4 {
    font-size: 16px;
}
.profile-btn button {
    padding: 5px 21px !important;
}
.location-time {
    margin-top: 0px;
    margin-bottom: 0;
}
h2.paitent-profile-title {
    text-align: center;
}
.location-time ul li ul li {
    width: 50% !important;
}
.select_user_type {
    margin-top: 0;
}
.cancel-cnfrm-btn button {
    width: 100%;
}
.single-appointment-list strong {
    color: #0f2557;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}
.things-slider .slick-slide {
    margin-left: 0;
    margin-right: 0;
/*    width: 100% !important;*/
}
.mob-sidebar .tab-btn ul li {
    margin-right: 10px;
    width: 50%;
}
.mob-sidebar .tab-btn ul li a {
    width: 100%;
    display: table;
}
.mob-sidebar .tab-btn ul li {
    width: 50%;
}
.appointments.single-appointment-list p {
    margin-bottom: 10px;
    line-height: 20px;
    width: 50%;
}
.col-lg-9.section-nine {
    padding: 3px;
}
.appointments.single-appointment-list {
    margin-top: 10px;
}
.appointment-list .profile-info-widget {
    width: 100% !important;
  display: flex;
}
.profile-info-widget .booking-doc-img {
    margin-right: 0px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.appointments .appointment-list {
    padding: 10px 10px 20px;
    margin-bottom: 20px;
}
.appointments .tab-content {
    padding: 10px;
}
.coverage-full-section .profile-main .my-appointments {
    padding: 0px;
}
.appointment-list .profile-info-widget .booking-doc-img img {
    height: auto;
    width: 100%;
}
.appointments ul.nav.nav-tabs {
    margin-top: 20px;
    margin-bottom: 10px;
}
.tab-content.insurance p {
    padding: 5px 0px;
}
}
@media screen and (min-width: 576px) and (max-width: 768px) {
.additional-tab .nav>li>a {
    padding: 10px 7px;
    font-size: 12px;
}
.additional-tab .hidden-input {
    width: 100%;
}
.additional-tab input.form-control.new-item-input {
    width: 82%;
}
.additional-add-cta ul.item-list {
    margin-left: 15px;
}
button.btn.btn-success.save-btn {
    border-radius: 0px 6px 6px 0px !important;
    float: left;
}
span.d-pdf {
    display: none;
}
a.download-policy-btns {
    width: 100%;
    padding: 6px 8px;
    text-align: center;
}
button.add-new-insurance {
    width: 100px !important;
    padding: 7px 10px !important;
    top: 20px !important;
    right: 0px;
} 
.insurance p {
    width: 100%;
}
.insurance-health-card-sec span.removeButton {
    right: -32px !important;
    top: 21px;
}
}
label.d-mob {
    display: none;
}
@media (max-width: 575px) {
  .guardian.details h2.paitent-profile-title {
    margin-bottom: 20px;
    margin-top: 10px;
}
button.add-new-insurance {
    margin: 0 !important;
}
.guardian.details .card {
    background: transparent;
}
.emr-form form#registerForm span {
    text-align: center !important;
}
.guardian_detail_clone span.removeButton {
    right: -31px !important;
}
.add-cancel-cta {
    position: static !important;
    margin-top: 20px;
}
.guardian.details .tab-content.insurance p label {
    width: 130px !important;
}
button.add-new-insurance.edit-guardian{
    top: 20px;
    right: 20px;  
}
.guardian.details .insurance p {
    margin-bottom: 0;
}
  .lebels-row {
    display: none;
}
label.d-mob {
    display: block;
}
label.d-mob {
    font-weight: bold;
}
.add-insurance-row {
    display: block;
}
a.download-policy-btns {
    background: #00e18f;
    width: auto;
    /* display: inline-block; */
    padding: 6px 28px;
    color: #fff;
    border-radius: 3px;
}
span.d-pdf {
    display: none;
}
.tab-content.insurance p label {
    width: auto !important;
}
.insurance .add-insurance-row p i.fa.fa-pencil {
    margin-left: 20px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 35px;
}
.insurance .add-insurance-row p .fa.fa-trash-o {
  position: absolute;
  top: 6px;
  right: 12px;
}
.add-insurance-row {
  position: relative;
  padding: 15px 10px;
  margin-top: 30px;
}
button.add-new-insurance {
    width: 130px !important;
}
.insurance-section h2 {
    font-size: 15px;
    margin-top: 0;
}
.tab-content.insurance .add-insurance-row p {
    display: flex !important;
    justify-content: space-between;
}
  .view.insurance label {
    width: 30%;
}
.edit.insurance p {
  display: block !important;
  width: 100% !important;
}
.edit.insurance label {
  width: 100% !important;
}
.edit.insurance input[type='submit'] {
  margin-top: 0px !important;
}
.works {
    padding: 70px 0 50px;
}
.appointments ul.nav.nav-tabs li a {
    padding-left: 0px;
}
.appointments ul.nav.nav-tabs {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.additional-tab .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
}
.additional-tab input.form-control.new-item-input {
    width: 73%;
}
button.btn.btn-success.save-btn {
    border-radius: 0px 6px 6px 0px !important;
    float: left;
}
.additional-tab .hidden-input {
    width: 100%;
}
button.btn.btn-primary.add-btn {
    margin-right: 0;
    right: 0;
}
.additional-add-cta ul.item-list {
    margin-left: 15px;
}
div#insuranceContainer {
    margin-top: 15px;
}
.insurance-health-card-sec span.removeButton {
    top: 0;
}
.emr-form .main-field .half-field {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 8px;
}
.welcome-hero-form {
  flex-direction: column !important;
  height: auto;
}
.onboarding-business .patient-register span {
  text-align: left !important;
}
.abha-top-main .abha-head {
    width: 70%;
}
.abha-img img {
    padding-right: 0px;
    width: 90px;
}
.profile-main .abhasection .abha-inner-main .create-abha div#myTabContent .tab-pane.in {
    width: auto;
}
.suggestion {
    margin-top: 10px;
}
}
@media screen and (min-width: 769px) and (max-width: 991px) { 
section.practice-management .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 8px;
    font-size: 13px;
}
section.practice-management ul li {
    list-style: none;
    color: #333;
    font-size: 13px;
    line-height: 30px;
}
.plateform-section .row {
    display: block;
    align-items: center;
}
.plateform-section .col-md-6.text-center {
    margin-top: 40px;
    padding: 0;
}
.right-nxs {
    padding-right: 5%;
}
.col-md-6.left-nxs {
    padding-left: 5%;
}
}
@media (max-width: 768px){
.eka-section .card {
    text-align: left;
}
.home-testimonial .row {
    display: block;
}
.plateform-section .row {
    display: block;
}
.bannner-outer {
    display: block;
}
.row.section-row {
    display: block;
}
.row.eq-market {
    display: block;
}
.row.maximize {
    display: block;
    align-items: center;
}
#integration .row {
    display: block;
}
section.practice-management .row {
    display: block;
}
section.practice-management ul li {
    width: 100%;
}
section.practice-management .nav>li>a {
    padding: 10px 0px;
    text-align: left;
}
.practice-management .col-md-6 {
    margin-bottom: 30px;
}
section.practice-management ul li {

    line-height: 30px;
}
.feature-box {
    display: flex;
    width: 100%;
    text-align: left;
    margin: 0;
    gap: 20px;
    margin-top: 30px;
}
.right-nxs {
    padding-right: 0;
    margin-bottom: 30px;
}
.col-md-6.left-nxs {
    padding-left: 14px;
    margin-top: 30px;
}
.eka-section .card {
    margin-bottom: 20px;
}
.col-md-6.text-center.tool-icons {
    margin-top: 30px;
}
.row.eq-market .col-sm-6.text-left {
    margin-bottom: 30px;
}
.common-sect-prof {
    padding: 60px 0px !important;
}
.row.section-row {
    margin-bottom: 0;
}
h2.prof-title {
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 33px;
}
}
@media (max-width: 640px) {
.welcome-hero-form {
  flex-direction: column !important;
  height: auto;
}
}

@media (max-width: 540px) {
  .main-div-appointment h2 {
    text-align: left;
}
.today-appointment-inner {
    display: block;
}
.today-appointment-inner p {
    width: 100%;
}
  li.select-opt {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
nav.navbar.bootsnav .navbar-brand {
    padding-left: 80px;
}
.emr-form.patient-register .main-field .half-field {
    width: 100% !important;
}
.tab-content.insurance p {
    display: block !important;
}
.tab-content.insurance p label {
    width: 100%;
}
.tab-content.insurance p {
    padding: 5px 0px;
}
.tab-content.insurance {
    padding: 10px 0px !important;
}
.tab-content.insurance p.edit-btn button {
    font-size: 12px;
}
button.btn.btn-primary.editProfile {
    font-size: 12px;
}
.profile-additional-info .diagnoses-summry {
    padding: 10px 0px;
}
h2.additional-title {
    padding-left: 0;
}
.appointments {
    padding: 20px 15px;
}
p.edit-btn {
    position: static !important;
}
button.add-new-insurance {
    position: static !important;
}

button.add-more-insurance {
    position: absolute;
    top: 44px !important;
    right: auto !important;
}
.patient-register h2.text-center {
  font-size: 25px !important;
}
.edit-guardian-sec i.fa.fa-pencil.edit-data {
  position: absolute !important;
  top: -5px !important;
  right: 18px !important;
}
.edit-guardian-sec i.fa.fa-trash-o.edit-data {
  position: absolute !important;
  top: -4px !important;
  right: -5px !important;
}
}
@media (max-width: 450px) {
.footer-menu ul.footer-menu-item li {
  display: inline-block;
  padding: 5px 5px 0px 10px;
}
}
  .footer-menu ul.footer-menu-item li a {
    padding-right: 5px !important;
    font-size: 14px;
  }
  .login-form {
    padding: 30px 20px 50px 20px;
/*    display: block;*/
  }
  .login-form h3 {
    text-align: left;
  }
/*  .emr-form .main-field .half-field {
    width: 100%;
  }*/
  .emr-form.patient-register .main-field .half-field {
    width: 50%;
}
  .emr-form-inner input {
    font-size: 12px;
  }
  .emr-left h2 {
    font-size: 18px;
    padding-left: 27px;
  }
  .emr-form button {
    font-size: 14px;
  }
  .login-left h2 {
    font-size: 18px;
  }
  .login-form input {
    font-size: 12px;
  }
  .login-form h3 {
    font-size: 12px;
  }
  .login-form button {
    font-size: 14px;
  }
  .login-form span {
    font-size: 12px;
  }
.emr-form form#registerForm span {
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin-top: 6px;
}
.onboarding-business .patient-register span {
  text-align: left !important;
}
  .emr-form .main-field .half-field select {
    font-size: 12px;
  }
}

.dropdown-content {
  display: none;
}
.signup i.fa.fa-user-circle-o {
  font-size: 18px;
  margin-right: 10px;
}
.flex-dropdown\> {
    background: #0f2557;
    min-width: 375px;
    display: flex;
    border-radius: 5px;
}

ul.login-signup {
  position: relative;
}
.drop-account-profile {
  width: 50%;
  border-right: 1px solid #eee;
  padding: 15px;
}
.drop-account-profile h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
.drop-account-profile ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.drop-account-profile ul li a {
  color: #fff;
  text-decoration: none;
}
.drop-account-profile a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0px;
  display: block;
  padding-left: 6px;
  border-radius: 6px;
}
.drop-account-profile.add-right-profile {
  border-right: none;
}
@media (max-width: 430px) {
  .view.insurance label {
    width: 56%;
}
.view.insurance p a {
 
  font-size: 13px;
}
.abha-head h3 {
    font-size: 14px;
    line-height: 20px;
}
.abha-img img {
    padding-right: 0px;
    width: 60px;
}
.abha-top-main .abha-head {
    width: 80%;
}
}
@media (max-width: 380px) {
  .view.insurance label {
    width: 50%;
}
nav.navbar.bootsnav .navbar-brand {
  left: 10px !important;
}
}

@media screen and (min-width: 320px) and (max-width: 360px) {
}

@media (max-width: 360px) {
  .multisteps-form__progress-btn {
    padding: 10px 28px;
    font-size: 16px;
  }
  .patient-register h2.text-center {
    font-size: 23px !important;
}
.single-welcome-hero-form input {
  margin-left: 8px !important;
}
.single-welcome-hero-form {
  margin: 0px 0;
  padding: 7px !important;
}
.single-welcome-hero-form h3 {
  font-size: 12px !important;
}
.single-welcome-hero-form input[type="text"] {
  font-size: 12px !important;
}
}
@media (max-width: 350px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-right: -25px;
    left: 0px !important;
}
}
@media (max-width: 346px) {
  .additional-add-cta button.btn.btn-success.save-btn {
    padding: 10px 15px;
}
.insurance-section h2 {
  font-size: 14px;
}
}
