@font-face {
  font-family: regular;
  src: url("../css/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: bold;
  src: url("../css/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: date;
  src: url("../css/fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: datebold;
  src: url("../css/fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: title;
  src: url("../css/fonts/MuseoSlab.ttf");
}
.text-normal {
  font-family: "eight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-bold {
  font-family: "bold", serif !important;
}

.hero-text {
  font-family: "title", serif !important;
}

strong {
  font-family: "bold", sans-serif;
  font-style: normal;
  font-weight: 400;
}

* {
  box-sizing: border-box;
  font-family: "regular", sans-serif;
  margin: 0px;
  padding: 0px;
}

*::-moz-selection {
  background-color: rgb(0, 162, 255);
  color: #fff;
}

*::selection {
  background-color: rgb(0, 162, 255);
  color: #fff;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style-type: none;
  display: inline-block;
}

a, .link {
  text-decoration: none !important;
}

.btn i, button i {
  margin-right: 5px;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

html body {
  margin: 0px;
  position: relative;
  padding: 0px;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
  position: absolute;
}

body::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
}

.fluid {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.mx-none {
  margin: 0px -15px 0px -15px;
}

.hidden {
  display: none;
}

.btn-default {
  font-family: bold;
  padding: 10px 60px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .btn-default {
    padding: 10px 35px;
  }
}

.btn-back {
  background: #F37521;
  color: #fff;
}
.btn-back:hover {
  color: #fff;
  background: #EEC519;
}

.btn-next {
  background: #F37521;
  color: #fff;
}
.btn-next:hover {
  color: #fff;
  background-color: #EEC519;
}

.btn-orange {
  border: 2px solid #ed916a;
  background: #ed916a;
  color: #fff;
  padding: 10px 30px;
}
.btn-orange:hover {
  color: #fff;
  background-color: #52bfb1;
  border-color: #52bfb1;
}

.btn-default:active {
  transform: scale(0.97);
}

.btn-next:focus {
  background: #EEC519 !important;
  border-color: #EEC519 !important;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline-color: transparent !important;
}

.btn:focus,
.form-control:focus {
  box-shadow: none !important;
}

.mt-20 {
  margin-top: 20px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  background-image: url(../images/dropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) 50%;
}

select::-ms-expand {
  display: none;
}

.datepicker--nav-action.-disabled- {
  pointer-events: none !important;
  visibility: visible !important;
}

.datepicker * {
  font-family: date !important;
}

.datepicker,
.datepicker-inline .datepicker {
  border: 2px solid #e9eff4;
  width: 300px;
}

.datepicker .datepicker--nav {
  border: none !important;
}

.datepicker .datepicker--content .datepicker--body .datepicker--cell {
  height: 41px !important;
  border-radius: 50px !important;
  font-family: datebold !important;
  color: #797e89 !important;
}

.datepicker .datepicker--content .datepicker--body .datepicker--days-names .datepicker--day-name {
  font-family: datebold !important;
  font-size: 14px;
  color: #444b5c;
}

.datepicker .datepicker--content .datepicker--body .datepicker--cell-day.-disabled- {
  opacity: 0.3 !important;
}
.datepicker .datepicker--content .datepicker--body .datepicker--cell-day.-disabled-:hover {
  background: transparent !important;
  pointer-events: none;
}

.datepicker .datepicker--content .datepicker--body .datepicker--cell-day.-weekend-,
.datepicker .datepicker--content .datepicker--body .datepicker--days-names .datepicker--day-name.-weekend- {
  color: #fa6351 !important;
}

.datepicker .datepicker--content .datepicker--body .datepicker--cell.-current- {
  color: #797e89 !important;
}

.datepicker .datepicker--content .datepicker--body .datepicker--cell.-selected- {
  background-color: #ed916a !important;
  color: #fff !important;
  font-size: 15px;
  line-height: 15px !important;
}

.datepicker .datepicker--nav-title,
.datepicker .datepicker--nav-title i {
  font-family: bold !important;
  font-size: 20px;
  color: #53595e;
}

.datepicker .datepicker--nav {
  padding: 30px 25px !important;
}

.login-wrap {
  min-height: 100vh;
  width: 100%;
  /*background: $backGround;*/
  padding: 0px 100px;
  background: #F3F097;
}
@media (max-width: 1366px) {
  .login-wrap {
    padding: 0px 30px;
  }
}
@media (max-width: 1199px) {
  .login-wrap {
    padding: 0px 0px;
  }
}
.login-wrap .flex-row {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 45px);
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .login-wrap .flex-row {
    align-items: flex-end;
    padding: 20px 0;
  }
}
.login-wrap .flex-row .left-text {
  padding: 0px 5vw;
  width: 60%;
}
@media (max-width: 767px) {
  .login-wrap .flex-row .left-text {
    display: none !important;
  }
}
.login-wrap .flex-row .left-text .text {
  padding-right: 8vw;
}
.login-wrap .flex-row .left-text .text img {
  margin: 0px 0px 45px;
  width: 300px;
}
.login-wrap .flex-row .left-text .text p {
  color: #F37521;
  margin: 0px;
}
.login-wrap .flex-row .right-fields {
  text-align: center;
  padding: 0px 5vw;
  width: 40%;
}
@media (max-width: 767px) {
  .login-wrap .flex-row .right-fields {
    width: calc(100% - 25px);
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.5);
    margin: auto;
    border-radius: 20px;
  }
}
.login-wrap .flex-row .right-fields .content {
  display: block;
  margin: 0 auto;
}
.login-wrap .flex-row .right-fields .content img {
  margin-bottom: 15px;
  width: 100px;
}
.login-wrap .flex-row .right-fields .content h1 {
  font-family: medium;
  margin: 0px 0px 50px;
  font-size: 36px;
  color: #F37521;
}
.login-wrap .flex-row .right-fields .content p {
  color: #eaeaea;
  margin: -35px 0px 40px;
}
.login-wrap .flex-row .right-fields .content .form-control {
  border-bottom: 2px solid #EEC519;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  border-radius: 0;
  background: none;
  font-size: 16px;
  height: auto;
  box-shadow: none;
}
.login-wrap .flex-row .right-fields .content .form-control::-moz-placeholder {
  color: #EEC519;
  opacity: 1;
}
.login-wrap .flex-row .right-fields .content .form-control::placeholder {
  color: #EEC519;
  opacity: 1;
}
.login-wrap .flex-row .right-fields .content .btn-default {
  font-size: 18px;
  border: none;
  margin: auto auto 10px;
  display: block;
  width: 100%;
}
.login-wrap .flex-row .right-fields .content .divider {
  margin: 38px 0px 20px;
  padding: 0px;
  height: 1px;
  background-color: #EEC519;
}
.login-wrap .flex-row .right-fields .content a {
  display: inline-block;
  color: #EEC519;
}
.login-wrap .flex-row .right-fields .content a:hover {
  color: #F37521;
}
.login-wrap .flex-row .right-fields .content .forgot-pw {
  margin: 0;
  font-size: 14px;
  color: #F37521;
  display: block;
}
.login-wrap .flex-row .right-fields .content .forgot-pw:hover {
  color: #EEC519;
}
.login-wrap .flex-row .right-fields .content .doctor-login-link {
  display: inline-block;
  color: #F37521;
  text-decoration: none;
  font-size: 14px;
  margin: 60px 0 0;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #F37521;
}
.login-wrap .flex-row .right-fields .content .doctor-login-link:hover {
  border: 1px solid #EEC519;
  color: #EEC519;
}
.login-wrap .flex-row .right-fields .content .mobile-login-content {
  display: none;
  font-size: 12px;
  color: #F37521;
  margin: 0;
  text-align: left;
}
@media (max-width: 576px) {
  .login-wrap .flex-row .right-fields .content .mobile-login-content {
    display: block;
  }
}
.login-wrap .flex-row .right-fields .content .no-account-link {
  margin: 0 0 10px;
  color: #F37521;
  font-size: 14px;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #F37521;
  display: block;
}
.login-wrap .flex-row .right-fields .content .no-account-link:hover {
  border: 1px solid #EEC519;
  color: #EEC519;
}
@media (max-width: 576px) {
  .login-wrap .flex-row .right-fields .content .no-account-link {
    width: 100%;
    display: block;
  }
}
.login-wrap .copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.login-wrap .copy .text {
  text-align: center;
  width: 40%;
  display: block;
}
@media (max-width: 767px) {
  .login-wrap .copy .text {
    width: 100%;
  }
}
.login-wrap .copy .text span {
  color: #F37521;
  font-size: 20px;
}
@media (max-width: 767px) {
  .login-wrap .copy .text span {
    font-size: 14px;
  }
}

.login-wrap-bg-white {
  background-color: rgb(247, 250, 250);
}
.login-wrap-bg-white .login-wrap .flex-row .left-text .text p {
  color: #616161;
}
.login-wrap-bg-white .login-wrap .right-fields .content h1 {
  color: #616161;
}
.login-wrap-bg-white .login-wrap .right-fields .content p {
  color: #616161;
}
.login-wrap-bg-white .login-wrap .right-fields .content .form-control {
  font-size: 16px;
  line-height: 1.1em;
  padding: 10px 20px;
  height: 50px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #616161;
}
.login-wrap-bg-white .login-wrap .right-fields .content .form-control::-moz-placeholder {
  color: #616161;
}
.login-wrap-bg-white .login-wrap .right-fields .content .form-control::placeholder {
  color: #616161;
}
.login-wrap-bg-white .login-wrap .right-fields .content .btn-default {
  margin: 40px auto 10px;
  box-shadow: inset 0 0 0 2px #F37521;
  background-color: transparent;
  color: #F37521;
  font-family: "regular";
}
.login-wrap-bg-white .login-wrap .right-fields .content .btn-default:hover {
  color: #fff;
  background-color: #F37521;
}

.splash-brand {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.splash-brand img {
  width: 300px;
}
@media (max-width: 576px) {
  .splash-brand {
    top: 10px;
  }
}

.splash-image {
  position: absolute;
  width: 90%;
  opacity: 0.5;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.choose-login {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(243, 240, 151);
  background: linear-gradient(177deg, rgb(243, 240, 151) 0%, rgb(238, 197, 25) 28%, rgb(243, 117, 33) 60%);
  gap: 30px;
}
.choose-login .login-slide {
  position: relative;
  background-position: top;
  background-size: cover;
  height: 500px;
  width: 500px;
  border-radius: 20px;
  transition: linear 0.15s;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.choose-login .login-slide:hover {
  box-shadow: 0 2px 5px #F3F097;
  transform: translateY(-5px);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.choose-login .login-slide:hover .text .btn {
  bottom: 0px;
  opacity: 1;
}
@media (max-width: 576px) {
  .choose-login .login-slide .content {
    width: 100%;
  }
}
.choose-login .login-slide .text {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
.choose-login .login-slide .text h1 {
  font-family: "bold";
  color: var(--white);
  text-transform: uppercase;
  margin: 20px 30px;
  font-size: 32px;
  background-color: #F37521;
  padding: 10px;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .choose-login .login-slide .text h1 {
    margin: 0 0 15px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
}
.choose-login .login-slide .text .btn {
  bottom: -30px;
  opacity: 0;
  position: relative;
  transition: 0.15s linear;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .choose-login .login-slide .text .btn {
    padding: 4px 30px !important;
    font-size: 18px;
    bottom: 15px !important;
    opacity: 1 !important;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .choose-login .login-slide .text {
    text-align: left;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: auto;
    display: flex;
    align-items: flex-end;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .choose-login .login-slide {
    width: 100%;
    height: 50%;
    background-position: 0px 20%;
    border-radius: 0;
  }
  .choose-login .login-slide:hover {
    box-shadow: none;
    transform: none;
  }
}
.choose-login p {
  color: #EEC519;
  margin: 0px;
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: 16px;
  bottom: 5px;
  font-family: light;
}
.choose-login .ls-patient {
  background-image: url(../images-new/dosepop-patient.png);
}
.choose-login .ls-doctor {
  background-image: url(../images-new/dosepop-doctor.png);
}
@media (max-width: 576px) {
  .choose-login {
    flex-direction: column;
    gap: 0;
  }
}

.vh-sidebar {
  min-width: 260px;
  max-width: 300px;
  width: 100%;
  position: sticky;
  top: 0;
  background: none;
  height: 100vh;
}
@media (max-width: 1199px) {
  .vh-sidebar {
    position: fixed;
    left: 0px;
    z-index: 200;
    min-width: 375px;
    left: -580px !important;
    transition: left 0.14s linear;
  }
}
@media (max-width: 576px) {
  .vh-sidebar {
    min-width: 320px;
    width: 100%;
    transition: left 0.3s ease;
  }
}
.vh-sidebar.slide-in {
  left: 50% !important;
  transform: translateX(-50%);
  opacity: 1;
}
.vh-sidebar .vh-brand {
  margin-bottom: 20px;
}
.vh-sidebar .vh-brand img {
  width: 200px;
}
.vh-sidebar .vh-brand a {
  background: none;
  display: inline-block;
  width: 100%;
  padding: 30px 15px 10px;
}
@media (max-width: 1199px) {
  .vh-sidebar .vh-brand a {
    padding: 0;
  }
  .vh-sidebar .vh-brand a img {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .vh-sidebar .vh-brand {
    background: none;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.vh-sidebar .vh-brand .btn-close {
  color: #fff;
  font-size: 20px;
  padding: 0px;
}
.vh-sidebar .left-navs {
  padding: 20px;
  background: rgba(234, 239, 244, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.55);
  height: calc(100vh - 110px);
  display: flex;
  flex-wrap: wrap;
}
.vh-sidebar .left-navs .nav-join {
  width: 100%;
  display: block;
  text-align: left;
  color: var(--black);
  align-self: flex-end;
  transition: linear 0.1s;
}
.vh-sidebar .left-navs .nav-join i {
  margin-right: 5px;
  width: 27px;
  font-size: 20px;
}
.vh-sidebar .left-navs .nav-join:hover {
  color: #EEC519;
}
.vh-sidebar .left-navs .mmj-sub-navs a i {
  font-size: 14px;
}
.vh-sidebar .left-navs #resource-sub-nav:before {
  height: 65%;
}
.vh-sidebar .left-navs > ul {
  position: relative;
}
@media (max-width: 767px) {
  .vh-sidebar .left-navs > ul {
    height: auto;
    overflow-y: auto;
  }
  .vh-sidebar .left-navs > ul::-webkit-scrollbar {
    width: 6px;
    background-color: #79797b;
  }
  .vh-sidebar .left-navs > ul::-webkit-scrollbar-thumb {
    background-color: #52bfb1;
    border-right: 3px solid #79797b;
  }
  .vh-sidebar .left-navs > ul::-webkit-scrollbar-track {
    border-right: 3px solid #79797b;
    background-color: transparent;
  }
}
.vh-sidebar .left-navs > ul .active a {
  color: #F37521;
}
.vh-sidebar .left-navs > ul li:hover a {
  color: #F37521;
}
.vh-sidebar .left-navs > ul > li {
  position: relative;
  padding: 15px 0;
  display: block;
}
.vh-sidebar .left-navs > ul > li a {
  display: flex;
  align-items: center;
  transition: linear 0.1s;
}
.vh-sidebar .left-navs > ul > li a i {
  margin-right: 5px;
  width: 27px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .vh-sidebar .left-navs > ul > li {
    padding: 15px 40px;
  }
}
@media (max-width: 576px) {
  .vh-sidebar .left-navs > ul > li {
    padding: 10px 0;
  }
}
.vh-sidebar .left-navs > ul > li.opened-nav ul {
  height: auto;
  opacity: 1;
  overflow: visible;
  margin-bottom: -20px;
}
.vh-sidebar .left-navs > ul > li.opened-nav p {
  display: none;
}
.vh-sidebar .left-navs > ul > li.closed-nav {
  margin-bottom: 0px;
}
.vh-sidebar .left-navs > ul > li.closed-nav p {
  opacity: 0;
  margin-bottom: 0;
  font-size: 12px;
  position: absolute;
  left: 32px;
  line-height: 1.1;
  color: #53595e;
  font-family: light;
  transition: linear 0.1s;
}
@media (max-width: 991px) {
  .vh-sidebar .left-navs > ul > li.closed-nav p {
    display: none;
  }
}
.vh-sidebar .left-navs > ul > li.closed-nav:hover p {
  opacity: 1;
}
.vh-sidebar .left-navs > ul > li.closed-nav ul {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  margin: 0px !important;
}
.vh-sidebar .left-navs > ul > li > a {
  font-size: 16px;
  color: #dfdedb;
  display: flex;
  align-items: center;
}
.vh-sidebar .left-navs > ul > li > a img {
  margin-right: 10px;
}
.vh-sidebar .left-navs > ul > li ul {
  position: relative;
  margin: 8px 0px;
  padding-left: 20px;
}
.vh-sidebar .left-navs > ul > li ul::before {
  content: "";
  height: 78%;
  width: 2px;
  background-color: #F37521;
  position: absolute;
  left: 20px;
  top: 12px;
}
.vh-sidebar .left-navs > ul > li ul li {
  padding: 10px 0px;
  padding-left: 20px;
  position: relative;
  display: block;
}
.vh-sidebar .left-navs > ul > li ul li a {
  color: var(--black) !important;
  font-size: 14px;
  color: #c5c5c5;
}
.vh-sidebar .left-navs > ul > li ul li a::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #F37521;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.vh-sidebar .left-navs > ul > li ul li a i {
  opacity: 0;
  margin-left: 15px;
}
.vh-sidebar .left-navs > ul > li ul li a:hover {
  color: #EEC519 !important;
}
.vh-sidebar .left-navs > ul > li ul li.active a {
  color: #fff !important;
}
.vh-sidebar .left-navs > ul > li ul li.active a i {
  opacity: 1 !important;
  display: block !important;
}
.vh-sidebar .left-navs > ul > li ul li.active p {
  display: none;
}
.vh-sidebar .left-navs > ul > li ul li.inactive a {
  color: #c5c5c5 !important;
}
.vh-sidebar .left-navs > ul > li ul li.inactive a i {
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .vh-sidebar .left-navs {
    height: 80vh;
  }
}

.copyright {
  width: 100%;
  z-index: 1;
  text-align: center;
  bottom: 0px;
  padding: 10px 10px 30px;
}
.copyright p, .copyright a {
  margin: 0px;
  color: #a4a4a4;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .copyright p, .copyright a {
    font-size: 14px;
    color: #000;
    font-family: medium;
  }
}
@media (max-width: 576px) {
  .copyright {
    padding: 25px 10px;
  }
}

.overlay {
  position: fixed;
  z-index: 110;
  background: #eaeff4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 576px) {
  .overlay {
    background-color: #F3F097;
    transition: 0.3s ease;
    opacity: 0;
  }
}
.overlay.appear {
  opacity: 1;
  display: block;
}

.header {
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  border-bottom: 1px solid #edeeef;
  position: sticky;
  width: calc(100% - 60px);
  left: 0px;
  top: 0px;
  margin: auto;
  z-index: 10;
}
@media (max-width: 1199px) {
  .header {
    padding: 18px 15px;
  }
}
.header::after {
  right: 0px;
}
.header::before {
  left: 0px;
}
.header .menu-toggler .btn-toggle {
  font-size: 26px;
  padding: 0;
}
.header .help p {
  display: inline-flex;
  align-items: center;
  font-family: bold;
  color: #53595e;
  margin: 0px !important;
}
.header .help p i {
  font-size: 24px;
  color: #ed916a;
  margin-right: 12px;
}
.header .brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.header .brand a {
  display: inline-block;
}
.header ul {
  display: inline-flex;
  align-items: center;
}
.header ul .notify, .header ul .support {
  position: relative;
}
.header ul .notify > a, .header ul .support > a {
  color: #ed916a;
  font-size: 26px;
  position: relative;
  padding: 2px 15px;
}
.header ul .notify > a span, .header ul .support > a span {
  position: absolute;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  font-family: "regular";
  top: -7px;
  right: 26px;
  text-align: center;
  padding: 1px 1px 0;
  min-width: 20px;
  z-index: 10;
}
.header ul .notify > a i, .header ul .support > a i {
  position: relative;
  color: var(--black);
}
.header ul .person {
  display: inline-flex;
  align-items: center;
  text-align: right;
  margin-left: 50px;
}
.header ul .person p {
  margin: 0px 0px -5px !important;
  font-size: 16px;
  color: #000;
  font-family: "regular";
}
.header ul .person a {
  color: #52bfb1;
  font-family: bold;
  font-size: 16px;
}
.header ul .person a:hover {
  color: #ed916a;
}
.header ul .person .icon-holder {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  position: relative;
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .header ul .person .icon-holder {
    height: 42px;
    width: 42px;
  }
  .header ul .person .icon-holder .badge {
    position: absolute;
    border-radius: 100%;
    background: #ed916a;
    color: #fff;
    font-size: 11px;
    font-family: bold;
    top: -5px;
    right: -5px;
    text-align: center;
    padding: 5px 7px 5px;
    min-width: 20px;
  }
}
.header ul .person .icon-holder img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .header ul .person {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .brand {
    width: 175px;
    position: relative;
    transform: none;
    left: auto;
  }
  .header img {
    width: 100%;
  }
  .header .support {
    display: none;
  }
}

@media (max-width: 991px) {
  .header {
    width: 100%;
    justify-content: space-between;
  }
}
.fixed {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 0 0 25px 25px;
}
@media (max-width: 991px) {
  .fixed {
    position: fixed;
    padding: 18px 35px;
    border-radius: 0;
  }
  .fixed ul .notify {
    right: 20px !important;
  }
}

.support-menu p {
  margin-bottom: 0;
}

.drop-menu, .support-menu {
  position: absolute;
  z-index: 290;
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  top: calc(100% + 10px);
  right: 0px;
  left: auto;
  min-width: 235px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.drop-menu.show-menu, .support-menu.show-menu {
  display: block;
  opacity: 1;
}
.drop-menu ul, .support-menu ul {
  display: inline-block;
  width: 100%;
}
.drop-menu ul li, .support-menu ul li {
  display: block !important;
}
.drop-menu ul li a, .support-menu ul li a {
  padding: 5px 0px;
  color: #53595e;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.drop-menu ul li a:hover, .support-menu ul li a:hover {
  color: #EEC519;
}
.drop-menu ul li a.read-already, .support-menu ul li a.read-already {
  color: #a8a8a8 !important;
}

.vh-rightpanel {
  flex-grow: 1;
  background: none;
  position: relative;
  width: calc(100% - 300px);
}
@media (max-width: 1199px) {
  .vh-rightpanel {
    width: auto;
    max-width: 100%;
  }
}

.vh-wrapper {
  padding: 30px;
}
.vh-wrapper .db-list [class*=col-] {
  padding: 0 15px;
}
.vh-wrapper .edit-profile {
  padding: 20px;
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
}
.vh-wrapper .prdtclass {
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.55);
}
.vh-wrapper #table {
  border-collapse: inherit;
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.065);
}
.vh-wrapper #table #main_heading {
  font-weight: bold;
  background-color: #eaeff4;
}
@media (max-width: 1199px) {
  .vh-wrapper {
    padding: 0;
  }
}

.steps-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 33px;
  position: relative;
}
@media (max-width: 991px) {
  .steps-header {
    padding-bottom: 0px;
    margin-bottom: 70px;
  }
}
.steps-header .back-link,
.steps-header .next-link {
  padding: 6px 5px;
  color: #000;
  transition: 0.15s linear;
  font-size: 20px;
}
@media (max-width: 991px) {
  .steps-header .back-link,
  .steps-header .next-link {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .steps-header .back-link,
  .steps-header .next-link {
    position: relative;
    z-index: 2;
  }
}
.steps-header .back-link span,
.steps-header .next-link span {
  font-family: "regular";
}
@media (max-width: 991px) {
  .steps-header .back-link span,
  .steps-header .next-link span {
    display: none;
  }
}
.steps-header .back-link.disabled,
.steps-header .next-link.disabled {
  color: #dfdedb !important;
  pointer-events: none !important;
}
.steps-header .back-link.disabled i,
.steps-header .next-link.disabled i {
  color: #dfdedb !important;
}
.steps-header .back-link:hover,
.steps-header .next-link:hover {
  color: #EEC519;
}
.steps-header .back-link i,
.steps-header .next-link i {
  color: #F37521;
}
.steps-header .back-link i {
  margin-right: 10px;
}
.steps-header .next-link i {
  margin-left: 10px;
}
.steps-header .wizard-title {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .steps-header .wizard-title {
    width: 100%;
    z-index: 1;
  }
}
.steps-header .wizard-title h1 {
  font-family: bold;
  color: #000;
  font-size: 36px;
}
@media (max-width: 991px) {
  .steps-header .wizard-title h1 {
    font-size: 22px;
  }
}
.steps-header .wizard-title ul li ~ li {
  margin-left: 2px;
}
.steps-header .wizard-title ul li div {
  height: 15px;
  width: 15px;
  background: #dfdedb;
  border-radius: 30px;
}
.steps-header .wizard-title ul li.active-step div {
  background: #EEC519;
  width: 30px;
}
.steps-header .wizard-title ul li.completed-step div {
  background: #EEC519 !important;
  width: 15px !important;
}

.help-text {
  color: #000;
  font-size: 14px;
  font-family: medium;
  margin: 20px 0;
  text-align: center;
}

.c-right {
  width: 100%;
  z-index: 1;
  text-align: center;
  bottom: 0px;
  padding: 10px 10px 30px;
}
.c-right p, .c-right a {
  margin: 0px;
  color: #a4a4a4;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dash-box {
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
  padding: 20px;
}
.dash-box .db-element-box-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .dash-box {
    margin-bottom: 20px;
  }
}

.appt-row {
  height: 100%;
  padding: 20px 0;
  border: 2px solid rgba(0, 0, 0, 0.065);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
}
.appt-row .db-element-title {
  border-bottom: 1px solid #F3F097;
  text-align: center;
  padding-bottom: 20px;
}
.appt-row .db-img-box {
  text-align: center;
  margin-bottom: 20px;
}
.appt-row .db-img-box img {
  width: 75px;
  border-radius: 10px;
  max-height: 75px;
}
.appt-row .db-list-item .db-text-box {
  align-items: flex-start;
}
.appt-row .db-list-item {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 3px #ddd;
}
.appt-row .db-list-item .db-text-box .list-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.appt-row .db-list-item .db-text-box i {
  font-size: 18px;
  margin-right: 5px;
}
.appt-row .db-list-item .db-text-box .dash-notes:hover {
  color: #EEC519;
}
.appt-row .db-list-item .db-text-box .join-btn {
  width: 100%;
  text-align: center;
}
@media (max-width: 576px) {
  .appt-row .db-list-item {
    padding: 10px;
  }
}

.appt-list {
  width: 100%;
  height: 300px;
  overflow: auto;
  padding-top: 20px;
}
.appt-list .dash-no-appt {
  padding-bottom: 20px;
  border-radius: 10px;
  margin: 0 20px;
}

.dash-specialty {
  padding: 20px 0;
  border: 2px solid rgba(0, 0, 0, 0.065);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background-image: url();
}
.dash-specialty p {
  /*font-family: light;*/
  margin-top: 10px;
}
.dash-specialty .menu_list_inr {
  width: 100%;
  margin-bottom: 0;
}
.dash-specialty .menu_list_inr:hover {
  cursor: pointer;
}
.dash-specialty .menu_list_inr select {
  margin-bottom: 0;
}
.dash-specialty .menu_list_inr select:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  .dash-specialty {
    margin-top: 20px;
  }
}

.active-wizard {
  padding: 10px 90px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.065);
  padding: 20px;
}
.active-wizard .viewerclass iframe {
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.065);
}
@media (max-width: 991px) {
  .active-wizard {
    padding: 10px;
  }
}

.toggle-checks {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .toggle-checks {
    text-align: center;
  }
}
.toggle-checks .check-box {
  display: inline-block;
  max-width: 250px;
}
.toggle-checks .check-box ~ .check-box {
  margin-left: 30px;
}
.toggle-checks .check-box input {
  height: 0px;
  width: 0px;
  visibility: hidden;
}
.toggle-checks .check-box label {
  text-align: center;
  cursor: pointer;
  transition: 0.15s ease;
  border-radius: 10px;
  overflow: hidden;
}
.toggle-checks .check-box label img {
  filter: grayscale(1);
  opacity: 0.3;
  transition: 0.15s ease;
  border-radius: 15px;
  width: 100%;
}
.toggle-checks .check-box label p {
  margin: 0;
  font-size: 16px;
  color: #000;
  font-family: bold;
  transition: 0.15s linear;
}
.toggle-checks .check-box input[type=checkbox]:checked ~ label img,
.toggle-checks .check-box input[type=radio]:checked ~ label img {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 576px) {
  .toggle-checks .check-box {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .toggle-checks {
    margin-bottom: 0;
  }
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #EEC519;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #EEC519;
}

input.form-control,
select.form-control {
  color: #53595e;
  height: 50px;
  padding: 5px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.55);
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  input.form-control,
  select.form-control {
    font-size: 14px;
    padding: 5px 20px;
  }
}

input.form-control.filled {
  color: #79797b;
}

input.form-control:focus {
  border-color: #F37521 !important;
  color: #F37521 !important;
}

select.form-control:focus {
  border-color: #F37521 !important;
}

textarea.form-control {
  border: 1px solid #dfdedb;
  color: #53595e;
  padding: 12px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  textarea.form-control {
    font-size: 14px;
    padding: 8px 20px;
  }
}

textarea.form-control:focus {
  border-color: #F37521 !important;
  color: #F37521 !important;
}

.upload-docs h5 {
  color: #000;
  font-size: 18px;
  font-family: medium;
  margin: 0px 0px 15px;
}
.upload-docs p {
  font-size: 16px;
  color: #000;
  margin: 0px 0px;
}
@media (max-width: 991px) {
  .upload-docs p {
    font-size: 14px;
  }
}
.upload-docs .upload-box {
  width: 100%;
}
.upload-docs .upload-box .holder {
  background: #fff;
}

.edit-profile .upload-box {
  padding: 20px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
  margin-bottom: 20px;
}

.upload-holders {
  margin: 50px 0px 100px;
}
@media (max-width: 991px) {
  .upload-holders {
    margin: 50px 0px;
  }
}
.upload-holders .upload-box {
  display: inline-block;
  text-align: center;
}
.upload-holders .upload-box ~ .upload-box {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .upload-holders .upload-box ~ .upload-box {
    margin-left: 15px;
  }
}
.upload-holders .upload-box:hover p {
  color: #EEC519;
}
.upload-holders .upload-box .holder {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  border: 2px solid #dfdedb;
  padding: 32px;
  max-width: 450px;
  margin: auto;
}
@media (max-width: 991px) {
  .upload-holders .upload-box .holder {
    padding: 25px;
  }
  .upload-holders .upload-box .holder > img {
    height: 75px;
  }
}
.upload-holders .upload-box .holder.id-holder {
  padding: 32px 40px;
}
@media (max-width: 991px) {
  .upload-holders .upload-box .holder.id-holder {
    padding: 25px 30px;
  }
}
.upload-holders .upload-box .holder .remove-btn {
  z-index: 12;
  background: red;
  color: #fff;
  border: none;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 4px 1px 1px 6px;
  font-size: 11px;
  display: none;
}
.upload-holders .upload-box .holder .uploaded-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.upload-holders .upload-box .holder .uploaded-image img {
  border-radius: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
.upload-holders .upload-box p {
  margin: 10px 0px 0px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.panel {
  border: 2px solid #f9f9f9;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #fff;
}
.panel .panel-header {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 10px;
}
.panel .panel-header h3 {
  margin: 0px;
  font-family: bold;
  font-size: 20px;
  color: #000;
}
@media (max-width: 991px) {
  .panel .panel-header h3 {
    font-size: 18px;
  }
}
.panel .panel-header a {
  color: #79797b;
}
.panel .panel-header a:hover {
  color: #EEC519;
}
.panel .panel-header a i {
  color: #ed916a;
  margin-right: 5px;
}
.panel .panel-body {
  padding: 30px;
}
.panel .panel-body .flex-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .panel .panel-body .flex-row {
    flex-direction: column !important;
  }
}
.panel .panel-body .flex-row .widget {
  padding: 0px 15px;
}
@media (max-width: 991px) {
  .panel .panel-body .flex-row .widget {
    padding: 0px !important;
  }
}
.panel .panel-body .flex-row .widget:first-child {
  min-width: 150px;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .panel .panel-body .flex-row .widget:first-child {
    width: 100%;
    text-align: center;
    margin: 0px 0px 40px;
  }
}
@media (max-width: 991px) {
  .panel .panel-body .flex-row .widget:last-child {
    margin-top: 10px;
  }
}
.panel .panel-body .flex-row .widget .name-photo {
  text-align: center;
}
@media (max-width: 991px) {
  .panel .panel-body .flex-row .widget .name-photo {
    text-align: center;
  }
}
.panel .panel-body .flex-row .widget .name-photo .img-holder {
  margin: 0px auto !important;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  height: 90px;
  width: 90px;
}
.panel .panel-body .flex-row .widget .name-photo .img-holder img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.panel .panel-body .flex-row .widget .name-photo h4 {
  font-size: 18px;
  font-family: bold;
  margin: 10px 0px 0px;
  color: #53595e;
}
.panel .panel-body .flex-row .widget .name-photo p {
  margin: 0px;
  font-size: 16px;
  color: #53595e;
}
.panel .panel-body .flex-row .widget .bio ul li {
  display: block;
}
@media (max-width: 991px) {
  .panel .panel-body .flex-row .widget .bio ul li {
    font-size: 14px;
  }
}
.panel .panel-body .flex-row .widget .bio ul li ~ li {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .panel .panel-body .flex-row .widget .bio ul li ~ li {
    margin-top: 10px;
  }
}
.panel .panel-body .flex-row .widget .bio ul li span {
  color: #adadad;
  font-family: regular;
}
.panel .panel-body .flex-row .widget .bio ul li strong {
  font-family: bold;
  color: #53595e;
  margin-left: 5px;
}
.panel .panel-body .flex-row .widget .bio ul li strong.highlight {
  color: #F37521;
}
.panel .panel-body .flexed {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .panel .panel-body .flexed {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.panel .panel-body .flexed .item {
  padding: 0px 40px 20px;
}
@media (max-width: 767px) {
  .panel .panel-body .flexed .item {
    padding: 0px 0px 20px;
  }
}
.panel .panel-body .flexed .item h5 {
  font-size: 17px;
  font-family: title;
  color: #53595e;
  margin: 0px 0px 5px;
}
.panel .panel-body .flexed .item img {
  margin: 15px 0px;
}
@media (max-width: 767px) {
  .panel .panel-body .flexed .item img {
    margin: 7px 0px;
  }
}
.panel .panel-body .flexed .item p {
  color: #79797b;
  font-size: 16px;
  margin: 0px;
}
.panel .medical-info {
  padding: 50px 30px;
}
@media (max-width: 991px) {
  .panel .medical-info {
    padding: 50px 15px;
  }
}
.panel .medical-info .qna-box h5 {
  font-size: 17px;
  font-family: "regular";
  color: #000;
  margin: 0px 0px 5px;
}
.panel .medical-info .qna-box ul {
  margin: 15px 0px 30px;
}
.panel .medical-info .qna-box ul li {
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 0px !important;
}
.panel .medical-info .qna-box ul li span {
  background-color: #f2f2f2;
  color: #53595e;
  padding: 4px 16px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .panel .medical-info .qna-box ul li span {
    font-size: 14px;
  }
}
.panel .medical-info .qna-box p {
  margin: 0px 0px 30px;
  color: #79797b;
}
@media (max-width: 767px) {
  .panel .medical-info .row div:last-child .verification-list {
    margin-top: 40px;
  }
}
.panel .medical-info .verification-list h5 {
  font-size: 17px;
  font-family: "regular";
  color: #000;
  margin: 0px 0px 15px;
}
.panel .medical-info .verification-list ul li {
  display: flex !important;
  width: 100%;
  align-items: flex-start;
}
.panel .medical-info .verification-list ul li ~ li {
  margin-top: 10px;
}
.panel .medical-info .verification-list ul li img {
  margin-right: 15px;
}
.panel .medical-info .verification-list ul li p {
  margin: 0px;
  color: #79797b;
  font-size: 16px;
}
@media (max-width: 767px) {
  .panel .medical-info .verification-list {
    padding-bottom: 20px;
  }
}

.inline-it {
  display: inline-block;
}
@media (max-width: 991px) {
  .inline-it {
    display: block;
    margin-top: 10px;
  }
}

.input-check {
  margin-bottom: 10px;
  word-break: break-word;
}
.input-check input {
  display: none;
}
.input-check label {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .input-check label {
    padding-left: 30px;
  }
}
.input-check label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  border: 4px solid #fff;
  background: #fff;
  height: 22px;
  width: 22px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #ddd;
}
@media (max-width: 991px) {
  .input-check label::before {
    top: -2px;
  }
}
.input-check input[type=radio]:checked ~ label::before,
.input-check input[type=checkbox]:checked ~ label::before {
  background: #F37521 !important;
}

.accoridians .card {
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.55);
}
.accoridians .card .card-header {
  border: none !important;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  color: #000;
  font-family: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 15px 25px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .accoridians .card .card-header {
    font-size: 14px;
    flex-wrap: wrap;
  }
}
.accoridians .card .card-header i {
  color: #ed916a;
}
.accoridians .card .card-header img {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  z-index: 5;
  right: 16px;
  top: 16px;
  background: #fff;
  border-radius: 100%;
}
.accoridians .card .card-body {
  border: none;
  border-radius: 10px;
  margin-top: -10px;
  padding: 30px 30px 40px;
}
@media (max-width: 1199px) {
  .accoridians .card .card-body {
    padding: 20px 20px 40px;
  }
}
@media (max-width: 576px) {
  .accoridians .card .card-body .row {
    margin: 0px !important;
  }
  .accoridians .card .card-body .row > div {
    padding: 0px;
  }
}
.accoridians .card .card-body .note {
  color: #ed916a;
  margin: 0px 0px 30px;
  font-size: 14px;
}
.accoridians .card .card-body .note i {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .accoridians .card .card-body .note {
    font-size: 12px;
  }
}
.accoridians .card .card-body .input-check label {
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .accoridians .card .card-body .input-check label {
    font-size: 12px;
  }
}
.accoridians .card .card-body .form-group {
  margin-bottom: 30px;
}
.accoridians .card .card-body .form-group label {
  font-family: bold;
  color: #000;
  margin: 0px 0px 5px;
}
@media (max-width: 991px) {
  .accoridians .card .card-body .form-group label {
    font-size: 12px;
  }
}
.accoridians .card .card-body .form-group label span {
  color: red;
}
.accoridians .card .card-body .form-group textarea.form-control {
  border: 1px solid #ddd;
  padding: 10px;
  color: #53595e;
  font-size: 14px;
}
.accoridians .card .card-body .history-height-weight input {
  width: 40%;
}
.accoridians .card .payment-card {
  border: 2px solid rgba(0, 0, 0, 0.065);
  margin-top: 0;
}
.accoridians .card.card-completed .card-header img {
  display: block;
}

.conclusion h4 {
  font-size: 20px;
  font-family: bold;
  margin: 15px 0px;
  color: #000;
}
.conclusion .question ~ .question {
  margin-top: 8px;
}
.conclusion .question p {
  margin: 0px !important;
  color: #53595e;
}
.conclusion .question.not-answered {
  opacity: 0.3;
}
.conclusion .answer {
  margin-bottom: 20px;
  padding-left: 30px;
}
.conclusion .answer ul {
  margin: 5px 0px;
}
.conclusion .answer ul li {
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 0px !important;
}
.conclusion .answer ul li span {
  background-color: rgba(21, 11, 130, 0.1);
  color: #000;
  padding: 4px 15px;
  border-radius: 50px;
  font-size: 14px;
}
.conclusion .answer h6 {
  font-size: 14px;
  font-family: bold;
  color: #000;
  margin: 0px 0px 5px;
}
.conclusion .answer h6 span {
  color: red;
}
.conclusion .answer p {
  color: #79797b;
  margin: 0px;
}

#signature-pad .clear:hover {
  color: #EEC519;
}
#signature-pad .save:hover {
  color: #EEC519;
}

.book-appointment .booking-header {
  margin-bottom: 0 !important;
}
.book-appointment .booking-header h6 {
  font-size: 1.25rem;
  color: #000;
}
.book-appointment .form-group {
  margin-bottom: 30px;
}
.book-appointment #speciality_service_options_rd label {
  position: relative;
}
.book-appointment #speciality_service_options_rd label p {
  opacity: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  font-family: bold;
  transition: 0.15s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 25% 0;
  transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
}
.book-appointment #speciality_service_options_rd label:hover p {
  opacity: 1;
}
.book-appointment .label {
  font-family: bold;
  color: #53595e;
  margin: 0px 0px 15px;
  max-width: 350px;
}
@media (max-width: 991px) {
  .book-appointment .label {
    font-size: 18px;
    color: #000;
  }
}
@media (max-width: 991px) {
  .book-appointment .toggle-checks .check-box ~ .check-box {
    margin-left: 15px;
  }
}
.book-appointment .toggle-checks {
  margin-top: 8px;
  text-align: left !important;
}
.book-appointment .toggle-checks label {
  width: 100%;
  position: relative;
}
.book-appointment #booking-msg {
  border: 2px solid var(--secondary);
  border-radius: 10px;
  background: none;
  color: #000;
}
.book-appointment .appointment-alert-msg-icon {
  position: absolute;
  left: -15px;
  top: -15px;
  color: var(--secondary);
  /* font-size: 16px; */
}
.book-appointment .appointment-alert-msg-icon i {
  font-size: 20px;
  background: var(--secondary);
  color: #fff;
  border-radius: 100px;
  padding: 5px 14px;
}
@media (max-width: 991px) {
  .book-appointment .appointment-alert-msg-icon {
    left: -5px;
    top: -15px;
  }
}

.payment h6.label {
  font-family: bold;
  color: #000;
  margin: 0px 0px 15px;
  max-width: 350px;
}
@media (max-width: 767px) {
  .payment h6.label {
    font-size: 14px;
  }
}
.payment .coupon-code-res {
  text-align: center;
}
.payment .coupon-code-success {
  font-family: "medium";
  color: var(--secondary);
}
.payment .coupon-code-error {
  font-family: "medium";
  color: var(--secondary);
}

.payment-checks {
  margin-bottom: 30px;
}
.payment-checks .check {
  display: inline-block;
}
.payment-checks .check ~ .check {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .payment-checks .check ~ .check {
    margin-left: 5px;
  }
}
.payment-checks .check input {
  height: 0px;
  width: 0px;
  visibility: hidden;
  display: none;
}
.payment-checks .check label {
  cursor: pointer;
  transition: 0.15s ease;
  border-radius: 8px;
  border: 2px solid #fff;
}
.payment-checks .check label img {
  border-radius: 5px;
}
@media (max-width: 1400px) {
  .payment-checks .check label img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .payment-checks .check label img {
    width: auto;
    height: 40px;
  }
}
.payment-checks .check input[type=radio]:checked ~ label {
  border-color: #52bfb1;
  background: #52bfb1;
}
.payment-checks .check input[type=radio]:checked ~ label img {
  background: #52bfb1;
}

.inline-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0px;
}
.inline-field .label {
  margin-bottom: 0px !important;
  margin-right: 15px !important;
}
.inline-field input {
  display: inline-block;
  width: auto;
  min-width: 200px;
  margin-bottom: 0px !important;
}
@media (max-width: 576px) {
  .inline-field input {
    min-width: 100px;
    flex-grow: 1;
  }
}

.divider {
  padding: 20px 0px;
}
.divider hr {
  margin: 10px 0px;
  background-color: #eceeed;
  border-color: eceeed;
  height: 1px;
  border: none !important;
}

.total-box {
  background-color: #fff;
  border: 1px solid #eaebeb;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .total-box {
    margin-top: 50px;
  }
}
.total-box .widget {
  padding: 30px;
  border-bottom: 1px solid #eaebeb;
}
.total-box .widget .label {
  text-transform: uppercase;
  max-width: 100% !important;
}
.total-box .widget .label.mini {
  font-size: 14px;
}
@media (max-width: 576px) {
  .total-box .widget .label.mini {
    font-size: 12px;
  }
}
.total-box .widget .flexed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px !important;
}
.total-box .widget .flexed .label {
  margin-bottom: 0px !important;
}
.total-box .widget .flexed span {
  color: #000;
  text-transform: uppercase;
  font-family: bold;
  font-size: 16px;
}
.total-box .widget p {
  font-size: 13px;
  color: #79797b;
  margin: 0px;
  line-height: 15px;
}
.total-box .widget .input-check {
  margin-bottom: 10px !important;
  padding: 15px 10px;
  border-radius: 8px;
  background: #F3F097;
  transition: linear 0.1s;
}
.total-box .widget .input-check:hover {
  background: #EEC519;
}
.total-box .widget .input-check label {
  font-size: 15px;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .total-box .widget .input-check label {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .total-box .widget {
    padding: 20px;
  }
}
.total-box .grand-total {
  background-color: #F37521;
  padding: 20px 35px;
  border-radius: 0px 0px 10px 10px;
  display: inline-block;
  width: 100%;
}
.total-box .grand-total .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-box .grand-total .text h5 {
  color: #fff;
  margin: 0px;
  font-size: 16px;
  font-family: bold;
  text-transform: uppercase;
}
.total-box .grand-total .text h3 {
  color: #fff;
  margin: 0px;
  font-size: 20px;
  font-family: bold;
}

@media (max-width: 767px) {
  .center-after {
    text-align: center !important;
  }
}

.date-picker {
  position: relative;
  margin-bottom: 55px;
}
.date-picker #select-date .datepicker {
  width: 100% !important;
  background-color: #fafafa;
}
.date-picker #select-date .datepicker .datepicker--nav {
  background-color: #efefef;
}
.date-picker #select-date .datepicker .datepicker--nav .datepicker--nav-action {
  transform: scale(1.5);
}
@media (max-width: 576px) {
  .date-picker #select-date .datepicker .datepicker--nav .datepicker--nav-action {
    transform: scale(1.1);
  }
}
.date-picker #select-date .datepicker .datepicker--nav .datepicker--nav-action:hover svg path {
  stroke: #ed916a;
}
.date-picker #select-date .datepicker .datepicker--nav .datepicker--nav-action svg path {
  stroke: #53595e;
}
.date-picker #select-date .datepicker .datepicker--content {
  padding: 40px 10px !important;
}
@media (max-width: 576px) {
  .date-picker #select-date .datepicker .datepicker--content {
    padding: 15px 10px;
  }
}
.date-picker #select-date .datepicker .datepicker--content .datepicker--days.datepicker--body {
  min-width: 250px;
  max-width: 290px;
  margin: 0 auto;
}

#booking_calendar .datepicker table tr .active:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  margin: 0;
}
#booking_calendar .datepicker table tr .day:hover:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  margin: 0;
}

#frmdashboard {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#frmdashboard input[type=radio] {
  height: 0;
  width: 0;
  visibility: hidden;
}
#frmdashboard .active-frm {
  border: 2px solid #EEC519;
}
#frmdashboard label {
  width: 48%;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  text-align: center;
  transition: linear 0.1s;
  position: relative;
}
#frmdashboard label p {
  width: 100%;
  margin-bottom: 0;
}
#frmdashboard label img {
  width: 100%;
  transition: linear 0.1s;
}
#frmdashboard label:hover {
  cursor: pointer;
  border: 2px solid #EEC519;
}
#frmdashboard label:hover img {
  transform: translateY(-3px);
}
@media (min-width: 1440px) {
  #frmdashboard label {
    width: 48%;
  }
}
@media (max-width: 991px) {
  #frmdashboard label {
    width: 47%;
  }
}
@media (max-width: 576px) {
  #frmdashboard label {
    width: 100%;
  }
}
#frmdashboard i {
  font-size: 45px;
  margin: auto;
}

.dashboard-info-row {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .dashboard-info-row {
    margin-top: 40px;
  }
}

.dashboard-display {
  margin: 15px 0px 30px;
}
.dashboard-display .btn-default {
  padding: 10px 10px;
  width: 100%;
  margin: 0px 0px 15px;
}
@media (max-width: 1366px) {
  .dashboard-display .btn-orange {
    font-size: 13px;
  }
}
.dashboard-display .appointment-progress-holder {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px 0px;
}
@media (max-width: 1460px) {
  .dashboard-display .appointment-progress-holder {
    padding: 55px 0px;
  }
}
@media (max-width: 1199px) {
  .dashboard-display .appointment-progress-holder {
    padding: 30px 0px;
  }
}
.dashboard-display #aprogress {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1460px) {
  .dashboard-display #aprogress {
    width: 150px !important;
    height: 150px !important;
  }
}
@media (max-width: 1199px) {
  .dashboard-display #aprogress {
    width: 200px !important;
    height: 200px !important;
  }
}
.dashboard-display #aprogress .progressbar-text {
  font-size: 18px !important;
  text-align: center;
  font-family: bold !important;
  color: #53595e !important;
}
.dashboard-display #aprogress .progressbar-text::after {
  content: "Completed";
  display: block;
  font-size: inherit;
}
.dashboard-display .video-holder {
  position: relative;
  padding-top: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.dashboard-display .video-holder iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.dashboard-display .flex-box {
  display: flex;
}
@media (max-width: 767px) {
  .dashboard-display .flex-box {
    flex-direction: column;
    align-items: center;
  }
}
.dashboard-display .flex-box > div {
  padding: 0px 15px;
}
.dashboard-display .flex-box .calendar-box {
  width: 340px;
}
@media (max-width: 767px) {
  .dashboard-display .flex-box .calendar-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .dashboard-display .flex-box .calendar-box {
    width: 100%;
  }
}
.dashboard-display .flex-box .video {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .dashboard-display .flex-box .video {
    width: 100%;
  }
}
.dashboard-display .calendar-holder {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 5px 10px 10px;
}
.dashboard-display .calendar-holder #current-month-dates .datepicker {
  width: 100%;
  background-color: #fafafa;
}
@media (max-width: 500px) {
  .dashboard-display .calendar-holder #current-month-dates .datepicker {
    width: 290px;
  }
}
.dashboard-display .calendar-holder #current-month-dates .datepicker .datepicker--nav {
  display: none !important;
}

.owl-carousel .owl-nav {
  position: absolute;
  right: 15px;
  top: -35px;
}
.owl-carousel .owl-nav button ~ button {
  margin-left: 10px !important;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  color: #F37521 !important;
  font-size: 17px !important;
}
@media (max-width: 576px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    font-size: 18px !important;
  }
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #EEC519 !important;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  color: #c8c8c8 !important;
}

#timer {
  background: linear-gradient(177deg, rgb(243, 240, 151) 0%, rgb(238, 197, 25) 28%, rgb(243, 117, 33) 60%);
}

.appointments-panel {
  padding: 34px 30px 25px;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.065);
  position: relative;
}
.appointments-panel ~ .appointments-panel {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .appointments-panel {
    padding: 20px 15px 20px;
  }
}
.appointments-panel h3 {
  font-size: 18px;
  font-family: "regular";
  margin: 0px 0px 10px;
  color: #000;
}
@media (max-width: 576px) {
  .appointments-panel h3 {
    font-size: 16px;
  }
}
.appointments-panel .appointments-slider,
.appointments-panel .ap-slider {
  position: relative;
}
.appointments-panel .appointments-slider .item,
.appointments-panel .ap-slider .item {
  padding: 10px 15px;
}
.appointments-panel .appointment-box {
  padding: 18px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #f1f1f1;
  min-height: 403px;
}
@media (max-width: 1500px) and (min-width: 1400px) {
  .appointments-panel .appointment-box {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .appointments-panel .appointment-box {
    padding: 15px 20px;
  }
}
.appointments-panel .appointment-box:active {
  box-shadow: 0px 0px 0px 1px #f1f1f1;
  transform: scale(0.99);
}
.appointments-panel .appointment-box .join-btn {
  display: inline-block;
  width: 150px;
  text-align: center;
}
.appointments-panel .appointment-box .date-time {
  color: #777;
}
.appointments-panel .appointment-box .date-time span {
  font-family: light;
}
.appointments-panel .appointment-box .date-time i {
  padding-right: 5px;
  font-size: 18px;
}
@media (max-width: 380px) {
  .appointments-panel .appointment-box .doctor {
    flex-direction: column;
    text-align: center !important;
  }
}
.appointments-panel .appointment-box .doctor p {
  margin: 0px 0px -5px !important;
  font-size: 18px;
  color: #000;
  font-family: bold;
}
@media (max-width: 576px) {
  .appointments-panel .appointment-box .doctor p {
    font-size: 18px;
  }
}
.appointments-panel .appointment-box .doctor .view-notes {
  transition: linear 0.1s;
}
.appointments-panel .appointment-box .doctor .view-notes i {
  padding-right: 3px;
  font-size: 18px;
}
.appointments-panel .appointment-box .doctor .view-notes:hover {
  color: #EEC519;
}
.appointments-panel .appointment-box .doctor .view-meds {
  transition: linear 0.1s;
}
.appointments-panel .appointment-box .doctor .view-meds:hover {
  color: #EEC519;
}
.appointments-panel .appointment-box .doctor span {
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  display: block;
}
@media (max-width: 576px) {
  .appointments-panel .appointment-box .doctor span {
    font-size: 15px;
  }
}
.appointments-panel .appointment-box .doctor span.not-recommended {
  color: #bf5252 !important;
}
.appointments-panel .appointment-box .doctor .icon-holder {
  height: 55px;
  width: 55px;
  min-width: 55px;
  border-radius: 100%;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .appointments-panel .appointment-box .doctor .icon-holder {
    margin-right: 10px;
    min-width: 42px;
    height: 42px;
    width: 42px;
  }
}
@media (max-width: 380px) {
  .appointments-panel .appointment-box .doctor .icon-holder {
    margin: auto auto 20px;
  }
}
.appointments-panel .appointment-box .doctor .icon-holder img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.appointments-panel .appointment-box .doctor .text {
  flex-grow: 1;
}
.appointments-panel .appointment-box .doctor .flex-it {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 380px) {
  .appointments-panel .appointment-box .doctor .flex-it {
    flex-direction: column;
    text-align: center !important;
  }
}
.appointments-panel .appointment-box .doctor .btn-default {
  border: 2px solid #52bfb1;
  background: #52bfb1;
  color: #fff;
  padding: 5px;
  width: 80px;
  float: right !important;
}
@media (max-width: 576px) {
  .appointments-panel .appointment-box .doctor .btn-default {
    font-size: 13px !important;
    padding: 3px 5px;
    width: 60px;
  }
}
@media (max-width: 380px) {
  .appointments-panel .appointment-box .doctor .btn-default {
    margin-top: 10px !important;
  }
}
.appointments-panel .appointment-box .doctor .btn-default:hover {
  color: #fff;
  background-color: #ed916a;
  border-color: #ed916a;
}
.appointments-panel .appointment-box .ap-address {
  margin: 0px 0px 30px;
  color: #d1d1d1;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 576px) {
  .appointments-panel .appointment-box .ap-address {
    font-size: 14px;
    margin: 0px 0px 20px;
  }
}
.appointments-panel .appointment-box .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appointments-panel .appointment-box .inline-flex {
  display: inline-flex;
  align-items: center;
}
.appointments-panel .appointment-box .inline-flex span {
  line-height: 12px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .appointments-panel .appointment-box .inline-flex span {
    font-size: 14px;
  }
}
.appointments-panel .appointment-box .inline-flex img {
  margin-right: 10px;
  width: auto;
}

.tab-pane {
  min-height: 176px;
}

.nav-pills {
  margin-bottom: 8px;
}
.nav-pills .nav-item ~ .nav-item {
  margin-left: 15px;
}
@media (max-width: 576px) {
  .nav-pills .nav-item ~ .nav-item {
    margin-left: 10px;
  }
}
.nav-pills .nav-item .nav-link {
  padding: 3px 15px;
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 30px;
  font-family: bold;
  font-size: 14px;
  color: #7f7f7f;
}
@media (max-width: 576px) {
  .nav-pills .nav-item .nav-link {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.nav-pills .nav-item .nav-link:hover {
  color: #ed916a;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #ffebe2;
  color: #ed916a;
}

.profile-card {
  background-color: #fafafa;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .profile-card {
    margin-top: 30px;
  }
}
.profile-card .card-title {
  border-bottom: 1px solid #e9eaea;
  padding: 20px 34px;
  margin-bottom: 0px !important;
}
.profile-card .card-title h3 {
  font-size: 18px;
  font-family: bold;
  margin: 0px;
  color: #53595e;
}
.profile-card .card-display {
  padding: 35px 15px;
  text-align: center;
}
.profile-card .card-display .img-holder {
  height: 90px;
  width: 90px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
}
.profile-card .card-display .img-holder img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.profile-card .card-display h4 {
  font-size: 18px;
  font-family: bold;
  margin: 0px;
  color: #53595e;
}
.profile-card .card-display p {
  margin: 0px 0px 20px;
  font-size: 16px;
}
.profile-card .card-display span {
  background-color: #ffebe2;
  display: inline-block;
  padding: 5px 15px;
  color: #ed916a;
  font-family: bold;
  font-size: 14px;
  border-radius: 30px;
}

.thanks-content {
  padding: 20px;
  max-width: 640px !important;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks-content {
    padding: 20px;
  }
}
.thanks-content .success .fa-circle-check {
  font-size: 80px;
  color: #3bb54a;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .thanks-content .success .fa-circle-check {
    font-size: 50px;
  }
}
.thanks-content .success h5 {
  margin: 0px;
  color: #3bb54a;
  font-size: 24px;
  font-family: bold;
}
@media (max-width: 767px) {
  .thanks-content .success h5 {
    font-size: 20px;
  }
}
.thanks-content .success .paid-ammount {
  margin-top: 5px;
  display: block;
  color: #000;
  font-family: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .thanks-content .success .paid-ammount {
    font-size: 18px;
  }
}
.thanks-content .divider {
  height: 1px !important;
  width: 100%;
  max-width: 450px;
  margin: 45px 0px 28px;
  background-color: #eceeed;
  display: inline-block;
  padding: 0px;
}
@media (max-width: 767px) {
  .thanks-content .divider {
    margin: 35px 0px 20px;
  }
}
.thanks-content h6 {
  margin: 0px 0px 30px;
  color: #000;
  font-family: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .thanks-content h6 {
    margin: 0px 0px 20px;
    font-size: 18px;
  }
}
.thanks-content p {
  margin: 0;
  font-size: 22px;
  color: #79797b;
}
@media (max-width: 767px) {
  .thanks-content p {
    font-size: 18px;
  }
}
.thanks-content .btn-next {
  min-width: 320px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .thanks-content .btn-next {
    font-size: 16px;
    min-width: 280px;
  }
}

@media (max-width: 1199px) {
  .book_inquiry {
    margin-top: 20px;
  }
}

#frm_book_inquiry .book_inquiry li,
#frm_book_inquiry .datepicker {
  width: 100%;
}

#frm_book_inquiry .datepicker .active {
  color: #fff;
}

@media (max-width: 767px) {
  .notification-box .card-header .fa-plus, .notification-box .card-header .fa-minus {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .hide-before {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-after {
    display: none !important;
  }
}

.resource-sub-page {
  padding: 20px;
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
}
.resource-sub-page .recipe-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.resource-sub-page .recipe-nav .cat-filters {
  display: flex;
  align-items: center;
}
.resource-sub-page .recipe-nav .cat-filters p {
  margin: 0 5px;
  padding: 3px 15px;
  border: 2px solid var(--primary);
  border-radius: 20px;
  transition: linear 0.1s;
}
.resource-sub-page .recipe-nav .cat-filters p:hover {
  color: #fff;
  background: var(--primary);
  cursor: pointer;
}
.resource-sub-page .col-lg-4 {
  margin-bottom: 30px;
}
.resource-sub-page .recipe-block {
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
  margin-bottom: 30px;
  transition: linear 0.1s;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.resource-sub-page .recipe-block:hover {
  border: 2px solid rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.resource-sub-page .recipe-block img {
  width: 100%;
  border-radius: 12px;
}
.resource-sub-page .recipe-block h3 {
  margin: 10px 0;
  font-size: 20px;
}
.resource-sub-page .recipe-block p {
  font-size: 14px;
  line-height: 1.3;
  color: var(--black);
  margin-bottom: 0;
}
.resource-sub-page .recipe-block span {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 20px;
  background: #ddd;
  color: #fff;
  background: var(--primary);
  align-self: flex-end;
}

.tutorial-sub-page {
  padding: 20px;
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
}
.tutorial-sub-page .tutorial-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.tutorial-sub-page .tutorial-nav .cat-filters {
  display: flex;
  align-items: center;
}
.tutorial-sub-page .tutorial-nav .cat-filters p {
  margin: 0 5px;
  padding: 3px 15px;
  border: 2px solid var(--primary);
  border-radius: 20px;
  transition: linear 0.1s;
}
.tutorial-sub-page .tutorial-nav .cat-filters p:hover {
  color: #fff;
  background: var(--primary);
  cursor: pointer;
}
@media (max-width: 576px) {
  .tutorial-sub-page .tutorial-nav .cat-filters {
    flex-wrap: wrap;
  }
  .tutorial-sub-page .tutorial-nav .cat-filters p {
    width: 100%;
    margin-bottom: 5px;
  }
}
.tutorial-sub-page .col-lg-6 {
  margin-bottom: 30px;
}
.tutorial-sub-page .tutorial-block {
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.065);
  border-radius: 20px;
  margin-bottom: 30px;
  transition: linear 0.1s;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tutorial-sub-page .tutorial-block .vid-container {
  width: 100%;
}
.tutorial-sub-page .tutorial-block iframe {
  width: 100%;
  border-radius: 12px;
}
.tutorial-sub-page .tutorial-block h3 {
  font-size: 16px;
  margin: 15px 0 -10px;
  font-weight: 600;
}
.tutorial-sub-page .tutorial-block p {
  font-size: 14px;
  line-height: 1.3;
  color: var(--black);
  margin: 10px 0;
}
.tutorial-sub-page .tutorial-block span {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 20px;
  background: #ddd;
  color: #fff;
  background: var(--primary);
  align-self: flex-end;
}

.vh-flex {
  background: none;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 20px;
}
@media (max-width: 991px) {
  .vh-flex {
    padding: 0 20px 20px;
  }
}

.product-coming-soon {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  background: rgba(243, 117, 33, 0.7);
  color: var(--backGround);
  padding: 41% 0 23%;
  height: 100%;
  border-radius: 17px;
  margin: 0 !important;
  left: 0;
  font-family: "eight";
  font-size: 30px;
  line-height: 1;
}

.no-click {
  pointer-events: none;
}

.loader_book_inquiry img {
  filter: hue-rotate(215deg);
}

.blue-blob {
  position: fixed;
  width: 500px;
  height: 500px;
  top: 20%;
  left: -15%;
  background: var(--primary);
  border-radius: 100%;
  filter: blur(100px);
  opacity: 0.4;
}
@media (max-width: 991px) {
  .blue-blob {
    left: -100%;
  }
}

.pink-blob {
  position: fixed;
  width: 500px;
  height: 500px;
  bottom: -25%;
  right: -15%;
  background: var(--secondary);
  border-radius: 100%;
  filter: blur(100px);
  opacity: 0.4;
}
@media (max-width: 991px) {
  .pink-blob {
    display: none;
  }
}

.join-btn {
  font-family: "bold";
  display: inline-block;
  vertical-align: middle;
  background: #F37521;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  line-height: normal;
  border-radius: 20px;
  text-decoration: none;
  outline: none;
  margin-top: 10px;
  transition: linear 0.1s;
}

.join-btn:hover {
  color: #fff;
  background: #EEC519;
}

@media (max-width: 767px) {
  .modal-open .custom-modal-dialog .modal-body {
    overflow-x: auto;
  }
}
@media (max-width: 1200px) {
  .modal-open .custom-modal-dialog {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .modal-open .custom-modal-dialog {
    max-width: 95%;
  }
}