/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700";
body {
  font-family: "Open Sans", sans-serif !important;
  background: #fafafa;
}

p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #292c4c !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 60px;
  background: linear-gradient(to right, #2d9bd6, #0d76b8) no-repeat;
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  /* position: fixed;
  top: 0;
  width: calc(100% - 300px);
  left: 300px; */
  min-height: 25vh;
  display: block;
}
.navbar-custom .container-fluid {
  display: block;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
.doctor-title-section {
  padding-top: 50px;
}
.doctor-title-section h3 {
  color: #ffffff;
  font-weight: 600;
}
.doctor-title-section h3 span {
  font-weight: 400;
}
.doctor-title-section input.form-control {
  width: 480px;
  height: 60px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 50px;
  color: #ffffff;

  padding-left: 25px;
  padding-right: 50px;
}
.doctor-title-section .search-ico {
  position: absolute;
  right: 20px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  top: 15px;
}
.doctor-title-section span img {
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.filter-list {
  padding: 25px 15px;
  background: #ffffff;
}
.form-control::placeholder {
  color: #ffffff;
}
.loadMore li.filter-select-wrapper {
  /* display: none; */
  margin-right: 40px;
}
.loadMore li.filter-select-wrapper-mob {
  display: none;
}
.filters {
  min-height: 64px;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 100px 10px 25px;
  position: relative;
  transition: 0.3s all ease;
}
.filterlist {
  transition: 0.3s all ease;
}
.filters ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
 /*  width: 100%; */
}

.filter-keywords select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: url(../img/dropdown-white.png) no-repeat !important;
  background-repeat: no-repeat;
  background-position-x: 95% !important;
  background-position-y: 50% !important;
  background-size: 13px !important;
  padding-left: 20px;
}
.filter-keywords select option {
  color: #000000;
}

.more-label {
  position: absolute;
  right: 30px;
  top: 18px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}
.wrap2 select {
  background-position-x: 75%;
}
.wrap4 select {
  background-position-x: 85%;
}
.wrap1 select {
  background-position-x: 90%;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
.filter-keywords {
  margin-top: 20px;
}
.filter-keywords select.form-control {
  width: 350px;
  height: 60px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 50px;
  color: #ffffff;
}
.sortby {
  position: absolute;
  left: 25px;
  top: 18px;
  color: #ffffff;
}
.clear-white img {
  width: 10px;
  position: relative;
  top: 1px;
}
.clear-blue img {
  width: 15px;
  position: relative;
  top: -1px;
}
.clear-white {
  margin-right: 25px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.clear-white:hover {
  background: #0e77b9;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.clear-single,
.clear-all {
  margin-bottom: 5px;
}
.clear-single {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 30px;
  width: auto;
  cursor: pointer;
  padding-left: 17px;
}
/* .clear-single {
  display: none;
} */
.clear-single label {
  margin-right: 10px;
  color: #ffffff;
}
.clear-all {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4cafe0;
  border-radius: 50px;
  height: 30px;
  width: 125px;
  cursor: pointer;
}
.clear-all label {
  margin-right: 10px;
  color: #ffffff;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
}

.sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1020;
  background: #ffffff;
  color: #464762;
  transition: all 0.3s;
}

.sidebar.active {
  margin-left: -300px;
}

.sidebar .sidebar-header {
  padding: 20px;
  padding-top: 10px;
}
.sidebar-header {
  display: Flex;
  justify-content: center;
}
.sidebar-header img {
  width: 130px;
}

.sidebar ul.components {
  padding: 20px;
  min-height: 59vh;
}
.sidebar ul.components .name {
  margin-left: 18px;
}

.sidebar ul p {
  color: #fff;
  padding: 10px;
}
.sidebar ul.components li {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.sidebar ul li a {
  font-size: 1.1em;
  border-radius: 50px;
}

.sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

.sidebar ul li.active > a,
a[aria-expanded="true"],
ul.components li a:hover {
  color: #0c76b8 !important;
  /* font-weight: 600; */
  background: #f0f7fb !important;
  border-radius: 50px;
}
ul.components a {
  display: flex;
  align-items: center;
  color: #292c4c;
  font-weight: 400;
}
.highlight {
  position: absolute;
  left: 0;
}
.highlight,
.components .active a .default {
  /* z-index: -1; */
  opacity: 0;
  transition: 0.3s all ease;
}
a:hover .highlight,
.components .active a .highlight {
  display: flex !important;
  background: linear-gradient(to right, #33a2db, #0c76b8);
  position: absolute;
  z-index: 1;
  opacity: 1;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}
.default {
  display: flex;
  background: #ffffff;
}
a:hover .default {
  /* z-index: -1; */
  opacity: 0;
  transition: 0.3s all ease;
}
.icon-effect {
  width: 63px;
  height: 63px;
  overflow: hidden;
  border-radius: 50%;
  align-items: Center;
  justify-content: Center;
}
.img-wrap {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
}

a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.auth {
  padding: 20px;
  position: absolute;
  width: 100%;
  bottom: -26px;
}
.sidebar .mCSB_container {
  height: 100vh;
}

ul.auth a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #b54f6d;
}
ul.auth a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}
ul.auth a.signup {
  color: #055de4;
  margin-bottom: 22px;
  font-weight: 400;
}
ul.auth a.signin,
ul.auth a.signin:hover {
  color: #ffffff;
  height: 52px;
  background: linear-gradient(to right, #0373fe, #093ab9) !important;
  border-radius: 50px;
  display: flex !important;
  align-items: Center;
  justify-content: center;
  font-weight: 400;
  max-width: 185px;
}
.auth {
  text-align: center;
}
.auth li {
  align-items: Center;
  justify-content: center;
}
.signin {
  margin: 0px auto;
}
/* ---------------------------------------------------
    DOCTOR LISTING STYLE
----------------------------------------------------- */
.doctor-section .card {
  min-height: 300px;
  border: none;
  border-radius: 15px;
  height: 100%;
  padding: 20px 25px 0;
  cursor: pointer;
}
.doctor-section {
  padding: 70px 60px 50px 60px;
}
.h-top {
  min-height: 200px;
  height: 100%;
  border-bottom: 1px solid #b8b8b8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 60px;
}
.h-top h3 {
  font-size: 17px;
  color: #292c4c;
  font-weight: 600;
}
.h-top h5 {
  font-size: 15px;
  min-height: 40px;
  color: #292c4c;
  font-weight: 400;
}
.h-top p {
  font-size: 13px;
  min-height: 30px;
  color: #787878;
  font-weight: 400;
}
.doctor-section {
  margin-bottom: -80px;
}
.h-bottom {
  height: auto;
  padding: 20px 0;
}
.h-bottom img {
  width: 25px;
  height: 25px;
}
.h-bottom .time {
  color: #292c4c;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  line-height: 19px;
}
.h-bottom span {
  color: #0c76b8;
  /* font-size: 14px; */
  font-weight: 600;
}
.h-bottom span {
  font-size: 18px;
}
.modal-content {
  border: none;
}

.img-border {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -70px;
  margin-bottom: -45px;
  width: 140px;
  height: 140px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}
.round-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 12px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.round-img img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.mb-custom {
  margin-bottom: 96px;
}

/* ---------------------------------------------------
    DOCTOR LISTING STYLE ENDS
----------------------------------------------------- */

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.content {
  width: calc(100% - 300px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f7fb;
}
/* ---------------------------------------------------
    FOOTER STARTS
----------------------------------------------------- */
footer {
  background: #292c4c;
  min-height: 75px;
  display: flex;
  align-items: center;
  color: #c6d9f6;
  padding: 15px 60px;
}
.footer-span {
  font-size: 13px;
  color: #c6d9f6;
}

/* ---------------------------------------------------
    FOOTER ENDS
----------------------------------------------------- */
/* ---------------------------------------------------
    MOBILE VIEW TOGGLE STARTS
----------------------------------------------------- */
.navbar-toggle {
  display: inline-block;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-image: none;
  border: 1px solid transparent;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  display: block;
  border-radius: 1px;
  background: #ea0355;
  width: 35px;
  height: 2px;
}
.navbar-toggle {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.navbar-toggle:focus {
  box-shadow: none !important;
  outline: none;
}
.navbar-toggle .top-bar {
  transform: rotate(0);
  left: 0;
}
.navbar-toggle .middle-bar {
  opacity: 1;
}
.navbar-toggle .bottom-bar {
  transform: rotate(0);
  left: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/* ---------------------------------------------------
    MOBILE VIEW TOGGLE ENDS
----------------------------------------------------- */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  min-width: 100px;
}
.bootstrap-select .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.filters .bootstrap-select {
  margin-bottom: 5px;
  margin-right: 25px;
}
.filters .dropdown-toggle {
  color: #ffffff !important;
}
.filters .dropdown-toggle:active::after,
.filters .dropdown-toggle:focus::after {
  content: url(../../assets/img/dropdown-blue.png) !important;
  outline: none !important;
  font-weight: 500;
  position: absolute !important;
  top: 10px !important;
  width: 15px;
  height: 15px;
  transform: scale(0.14) !important;
  color: #2e8ac4 !important;
}
.filter-keywords .dropdown-toggle {
  width: 350px !important;
  height: 60px !important;
  padding: 0 20px 0 30px;
}
.dropdown-toggle {
  background: transparent;
  border: none !important;
}
.dropdown-toggle::after {
  content: url(../../assets/img/dropdown-blue.png);
  position: absolute !important;
  top: 10px !important;
  width: 15px;
  height: 15px;
  transform: scale(0.14) !important;
  border: none !important;
  right: -4px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #292c4c !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
}
.dropdown-toggle:focus {
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:active::after,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus::after,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover::after {
  outline: none !important;
  font-weight: 500;
  position: absolute !important;
  top: 7px !important;
  width: 15px;
  height: 15px;
  transform: scale(0.14) !important;
  color: #292c4c !important;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background: transparent;
}
.filter-keywords .bootstrap-select {
  border-radius: 50px;
  background: transparent;
  border: 1px solid #ffffff !important;
}
.filter-keywords .dropdown-toggle {
  width: 350px !important;
  height: 60px !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #292c4c !important;
}
.btn-light:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  box-shadow: none !important;
}
.filter-keywords .dropdown-toggle::after {
  content: url(../../assets/img/dropdown-grey.png);
  position: absolute !important;
  top: 18px !important;
  width: 15px;
  height: 15px;
  transform: scale(0.14) !important;
  border: none !important;
  right: 20px;
}
.filter-keywords .bootstrap-select > .dropdown-toggle.bs-placeholder:active::after,
.filter-keywords .bootstrap-select > .dropdown-toggle.bs-placeholder:focus::after,
.filter-keywords .bootstrap-select > .dropdown-toggle.bs-placeholder:hover::after {
  outline: none !important;
  font-weight: 500;
  position: absolute !important;
  top: 18px !important;
  width: 15px;
  height: 15px;
  transform: scale(0.14) !important;
  color: #2e8ac4 !important;
}
.filter-keywords .bootstrap-select > .dropdown-toggle.bs-placeholder,
.filter-keywords .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.filter-keywords .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.filter-keywords .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #ffffff !important;
}

.how-it-works,
.treatments,
.contact {
  min-height: 61vh;
  padding: 15px 60px;
}
.how-it-works h3,
.treatments h3,
.contact h3 {
  color: #0c76b8 !important;
  font-weight: 600;
  font-size: 25px;
}
.how-it-works p,
.treatments p,
.contact p {
  color: #292c4c;
  font-weight: 400;
}
.doctor-section {
  min-height: 70vh;
}
.address-txt {
  color: #292c4c;
  font-weight: 400;
}
.address-txt span {
  color: #0c76b8;
  font-weight: 600;
}
.btn-group .dropdown-menu a {
  background: transparent;
  padding-left: 15px !important;
}
.filters .dropdown-menu li:hover {
  background: #0c76b8;
  color: #ffffff;
}
.mail a {
  color: #292c4c;
  font-weight: 400;
}
.mail a:hover {
  color: #0c76b8;
  font-weight: 400;
  text-decoration: underline;
}
.address-txt span.contents {
  color: #292c4c;
  font-weight: 400;
}

.how-it-works ul li::before {
  content: "\2022";
  color: #0c76b8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
  /* margin-top: 0px; */
  position: relative;
  top: 2px;
}
.how-it-works ul {
  padding-left: 25px;
  list-style: none;
}
body.active {
  overflow: hidden;
}

.filters {
}

.filterlist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.showless {
  display: none;
}

.filterlist li.filter-select-wrapper:nth-child(n + 7) {
  display: none;
}
.showlist {
  flex-wrap: wrap;
}

.filterlist.showlist > li.filter-select-wrapper:nth-child(n + 7) {
  display: flex !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2d9bd6;
}
.custom-control-label {
  font-size: 16px;
}
.currency {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.h-bottom .time {
  font-size: 14px;
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@media (max-width: 400px) {
  .filters ul {
    border-radius: 15px;
    min-width: 160px !important;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.btn-group .dropdown-menu a {
  display: block;
}
.dropdown ul{
  /* max-height: 200px; */
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-menu li {
  margin-bottom: 8px;
}
.dropdown-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.filters ul {
  border-radius: 15px;
  min-width: 200px;
}
.modal-body .filters ul {
  border-radius: 0;
}

.btn-group .dropdown-menu a,
.custom-control-label {
  cursor: pointer;
}
.custom-control {
  cursor: pointer;
}
.btn-group .dropdown-menu a {
  padding-top: 3px;
  padding-bottom: 3px;
}
.filters .dropdown-menu li:hover {
  background: #f0f7fb;
  color: #292c4c;
}
.contents,
.mail {
  display: block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  padding-top: 15px;
  padding-bottom: 15px;
}
.h-bottom .ml-auto span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.works-page.page,
.treatment-page.page,
.contact-page.page,
.home-page.page {
  display: block !important;
}
.works-page,
.treatment-page,
.contact-page,
.home-page {
  display: none;
  min-height: 85vh;
}
.doctor-details h3 {
  color: #1d7fab;
  font-size: 18px;
  font-weight: 600;
}
.para-spec {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.para-bold {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
}
.btn-profile {
  width: 100%;
  height: 50px;
  background-color: #e8e8e8;
  color: #1d7fab;
  font-size: 14px;
  font-weight: 500;
}
.btn-booknow {
  background: linear-gradient(to right, #0373fe, #093ab9) !important;
  width: 100%;
  height: 50px;
  background-color: #e8e8e8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.profile-doctor {
  font-weight: 500 !important;
  font-size: 20px !important;
  padding-left: 20px;
}
.nav-back {
  display: flex;
  align-items: center;
}
.nav-next img {
  margin-left: 10px;
}
.nav-back img,
.nav-next img {
  width: 20px;
}
.book-now {
  color: #ffffff;
  font-size: 15px;
}
.banner-profile {
  background: transparent;
  height: 85px;
}
.mob-nav {
  position: fixed;
  width: 100%;
  z-index: 10;
  margin-top: -40px !important;
}
.doctor-specs {
  margin-top: 120px;
  margin-bottom: 45px;
}
.doctor-pic {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px #bfbfbf;
}
.doctor-pic img {
  width: 100%;
}
.doct-img-section {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  padding-top:40px;
}
.doc-infos {
  padding-top: 20px;
  text-align: center;
}
.doc-infos h2 {
  font-size: 15px;
  font-weight: 600;
}
.doc-infos p {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.doc-infos .btn-add-member {
  width: 160px;
}
.card.brief {
  padding: 20px;
  font-size: 14px;
  -webkit-box-shadow: 0 0px 15px #cecae6;
  box-shadow: 0 0px 15px #cecae6;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.card.brief h3 {
  color: #444444;
  font-weight: 600;
  font-size: 15px;
}
.card.brief p {
  color: #444444;
  font-weight: 500;
  font-size: 14px;
}
.card.brief li {
  color: #444444;
  font-weight: 500;
  font-size: 13px;
}
.card.brief ul {
  list-style-type: disc;
  padding-left: 15px;
}
i.icon.chevron.left:before {
  font-family: fontawesome;
}
i.icon.chevron.right:before {
  font-family: fontawesome;
}
.ui.calendar {
  margin-top: 55px;
  margin-left: 15px;
  margin-right: 15px;
}
.ui.calendar .ui.table tr .link {
  cursor: pointer;
  color: #0d76b8;
}
.ui.calendar .ui.table.day tr th {
  color: #0d76b8;
}
.appointment h2 {
  font-size: 19px;
  font-weight: 600;
  color: #494949;
  margin-top: 30px;
  margin-bottom: 20px;
}
.tag-pic {
  background: #1a8abc;
  border-radius: 5px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.card.appointment-card {
  padding: 10px 20px;
  align-items: center;
  -webkit-box-shadow: 0 0px 15px #cecae6;
  box-shadow: 0 0px 15px #cecae6;
  border: 1px solid transparent;
  margin-bottom: 20px;
  cursor: pointer;
}
.appointment-card p {
  padding: 15px 25px;
  font-weight: 600;
  color: #565656;
}
.add-member {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 15px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.btn-add-member {
  background: linear-gradient(to right, #0373fe, #093ab9) !important;
  width: 100%;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  max-width:300px;
}
.modal-body .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #cecae6;
}

.modal-body .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cecae6;
}
.modal-body .form-control {
  height: 50px;
}

.modal-body .form-control::placeholder {
  color: #cecae6;
}
.modal-body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../assets/img/dropdown-grey.png) !important;
  background-repeat: no-repeat !important;
  background-position-x: 97% !important;
  background-position-y: 15px !important;
  background-size: 16px;
}
.modal-body select:required:invalid {
  color: #cecae6;
}
.btn-add-list {
  width: 100%;
  height: 50px;
  background: linear-gradient(to right, #0373fe, #093ab9) !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.appointment-card-list {
  padding: 10px 20px;
  justify-content: center;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  margin-bottom: 15px;
  min-height: 100px;
  cursor: pointer;
}
.appointment-card-list .login-mode li,
.appointment-card-list .login-mode label {
  font-size: 13px;
  padding-left: 5px;
  padding-top: 3px;
}
.appointment-list h2 {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 600;
  color: #494949;
  margin-top: 30px;
}
.appointment-card-list {
}
.appointment-card-list h3.emergency-title {
  font-weight: 600;
  color: #d5544d;
  font-size: 16px;
  margin-bottom: 0px;
}
.appointment-card-list p {
  font-weight: 500;
  color: #565656;
  line-height: 20px;
  font-size: 14px;
}
.appointment-card-list h3.nonemergency-title {
  font-weight: 600;
  font-size: 16px;
  color: #565656;
}
.appointment-health .login-mode .custom-control-label::after {
  position: absolute;
  top: 6px;
  left: -18px;
  display: block !important;
  width: 12px;
  height: 12px;
}
.appointment-health .login-mode .custom-control-label::before {
  top: 3px;
  left: -1.51rem;
  width: 1.3rem;
  height: 1.3rem;
}
.appointment-health .appointment-card-list p {
  font-size: 13px;
}
.appointment-health .appointment-card-list h3.nonemergency-title {
  font-size: 14px;
}
.appointment-health .login-mode {
  margin-bottom: 0px;
}
.appointment-health .appointment-card-list {
  padding: 15px 20px;
  min-height: 90px;
}
.card-reason {
  padding: 10px 20px;
  align-items: center;
  -webkit-box-shadow: 0 0px 15px #cecae6;
  box-shadow: 0 0px 15px #cecae6;
  border: 1px solid transparent;
  margin-bottom: 15px;
  min-height: 70px;
  justify-content: center;
  align-items: center;
}
.card-reason p {
  color: #2282a4;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
input.tgl-radio-tab-child {
  position: absolute;
  left: -99999em;
  top: -99999em;
  opacity: 1;
  z-index: 1;
}

input.tgl-radio-tab-child + label {
  cursor: pointer;
  float: left;
  border: 1px solid transparent;
  margin-right: -1px;
  padding: 0.5em 1em;
  position: relative;
  border-radius: 50px;
  width: 50%;
  justify-content: center;
  height: 50px;
  align-items: center;
  display: flex;
  color: #0e83b8;
}

input.tgl-radio-tab-child[type="radio"]:checked + label {
  background-color: #0e83b8;
  z-index: 1;
  color: #ffffff;
  -webkit-box-shadow: 0 0px 15px #cecae6;
  box-shadow: 0 0px 15px #cecae6;
}
input.tgl-radio-tab-child[type="radio"]:checked + label i {
  color: #ffffff;
}
.tgl-radio-tabs {
  height: 50px;
  background: #ffffff;
  border-radius: 50px;
  align-items: Center;
  justify-content: center;
}
.tgl-radio-tabs i {
  font-size: 30px;
  color: #0e83b8;
  padding-right: 15px;
  z-index: 1;
  font-weight: bold;
}
.appointment-person {
  padding: 0 25px;
}
.appointment-person h2 {
  font-weight: 600;
  font-size: 16px;
  color: #565656;
  padding: 20px 0px 10px;
}
.card.birth-date {
  padding: 10px 20px;
  align-items: center;
  -webkit-box-shadow: 0 0px 15px #cecae6;
  box-shadow: 0 0px 15px #cecae6;
  border: 1px solid transparent;
  margin-bottom: 15px;
  min-height: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  align-content: center;
}
.birth-date span {
  position: absolute;
  left: 20px;
  top: 20px;
}
.birth-date .form-control {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #565656;
  padding-left: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  left:0;
  top:0;
}
.birth-date .form-control:focus {
  box-shadow: none;
}
.birth-date img {
  width: 25px;
}
.flatpickr-calendar {
  margin: auto;
  margin-top: 0;
  top: 0 !important;
  border-radius: 0;
}
.timings {
  display: block;
  transition: 0.5s;
  position: fixed;
  bottom: -100%;
  opacity: 0;
}
.timings.smooth {
  animation: animatebottom1 0.7s;
}
@keyframes animatebottom1 {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: -100%;
    opacity: 0;
  }
}
.timings.schedule {
  display: block;
  width: 100%;
  border-radius: 6px;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  /* background: rgba(0, 0, 0, 0.5); */
  transform: translate3d(0, 0, 0) !important;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: animatebottom 0.4s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}
.timings .close img {
  width: 23px;
}
.timings .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  cursor: pointer;
}
.flatpickr-calendar {
  width: 100%;
  padding: 15px;
}
.bg-timings {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 15px 15px;
  position: relative;
  border-bottom: 1px solid #f7efef;
}
.bg-timings h2 {
  font-size: 17px;
  font-weight: 600;
}
.timings ul {
  list-style-type: none;
  padding-left: 0;
  background: #ffffff;
  margin-bottom: 0;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.btn.btn-add-member:hover {
  color: #fff;
  text-decoration: none;
}
.timings ul li {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 0;
  color: #000;
  text-align: center;
  padding-right: 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  margin: 4px;
}
.shadow-timing {
  box-shadow: 0 0 10px #6b6b6b;
  background: #ffffff;
  height: 80%;
  overflow: auto;
}
.timings ul li:hover,
.timings ul li:focus {
  background-color: #1b84c4;
  color: #ffffff;
}
.flatpickr-month {
  padding: 30px;
  top: 15px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  display: none;
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  max-height: 500px;
  height: 350px;
  padding: 0 15px;
}
.flatpickr-innerContainer {
  justify-content: center;
  overflow: visible;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0%) !important;
  -ms-transform: translate(0, 0%) !important;
  -o-transform: translate(0, 0%) !important;
  transform: translate(0, 0%) !important;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.date-change {
  justify-content: Center;
  color: #000000;
  align-items: center;
  display: flex;
}
.date-change img {
  width: 15px;
}
.date-change span {
  cursor: pointer;
  padding: 0 15px;
}
.avail-time {
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0 0;
  color: #0d76b8;
  text-align: Center;
}
