.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar-success {
  background-color: #5cb85c !important;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.percent {
  position: absolute;
  color: black;
  margin: 0 auto;
  right: 40%;
  margin-top: -2px;
}

.challenge-dash {
  -webkit-box-shadow: inset 0px 0px 45px -35px rgb(8 223 225);
  -moz-box-shadow: inset 0px 0px 45px -35px rgb(8 223 225);
  box-shadow: inset 0px 0px 45px -35px rgb(8 223 225);
  display: table;
  width: 100%;
  height: 100px;
  background: url("../img/challenge.jpg");
  background-size: 100% 100%;
  /*border-radius: 50px!important;*/
  /*text-shadow: 0px 0px 5px rgb(38 36 36);*/
}

.user-cus-dash .item {
  margin-bottom: 10px;
}

.pull-left {
  float: left;
}

.challenge-active h4 {
  color: #04ffff;
  /*background-color: #ffbdbd;*/
}

.challenge-complete {
  color: #04ffff;
  /*background-color: #bdffbd;*/
}

.challenge-view h4 {
  color: #e0ff04;
  /*background-color: #fff9bd;*/
}

.wdays {
  background: url(../img/bg-hexagon.png);
  background-size: 100% 100%;
  width: 12% !important;
  margin: 5px 1.14% !important;
  box-shadow: unset !important;
}

.wdays .dash-item h4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.wdays .dash-item h4 {
  font-size: 16px;
}

.wdaysphase {
  background: url(../img/bg-hexagon.png);
  background-size: 100% 100%;
  width: 100% !important;
  margin: 5px 1.14% !important;
  box-shadow: unset !important;
}

.wdaysphase .dash-item h4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.wdaysphase .dash-item h4 {
  font-size: 16px;
}

.docha .card-body {
  padding: 5px;
}

.docha-left {
  width: 85% !important;
  float: left;
}

.docha-right {
  width: 15% !important;
  float: left;
}

.docha .time {
  width: 58px;
  height: 50px;
  background: #3b455a;
  border-radius: 20%;
  text-align: center;
  padding: 6px;
  float: left;
}

.docha .time .hour {
  font-size: 22px;
  margin-top: 0px;
  float: left;
}

.docha .time .minute {
  font-size: 12px;
  margin-top: 10px;
  float: left;
  line-height: 10px;
}

.docha .time .ampm {
  font-size: 14px;
  clear: both;
}

.docha .content {
  float: left;
  width: 80%;
  padding: 5px 0px 0 10px;
}

.docha-right .checkbox {
  height: 30px;
  width: 30px;
  text-align: right;
  padding-top: 10px;
  float: right;
  margin-top: 16px;
}

.docha input[type="checkbox"] {
  display: none;
}

.docha input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.docha input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
  margin-top: 5px;
  float: right;
}

.docha input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #00efff;
  position: absolute;
  left: -10px;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.docha input[type="checkbox"]:checked + label:before {
  width: 16px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.heart {
  position: absolute;
  right: 5px;
  margin-top: 5px;
}

.heart button {
  background: transparent;
  border: none;
}

.heart button i {
  font-size: 22px;
}

.table-compressed td,
.table-compressed th {
  line-height: 15px !important;
  padding: 8px 5px !important;
  font-size: 13px !important;
}

.prescription-form .basic {
  padding: 2px 0;
  margin: 0;
}

.prescription-form .form-group .label {
  margin-bottom: 0;
}

.prescription-form .form-group.basic .form-control,
.prescription-form .form-group.basic .custom-select {
  height: 32px;
  font-size: 13px;
}

.prescription-form .form-group.basic textarea.form-control {
  height: auto;
  padding: 7px 40px 7px 0;
}

.prescription-form .modal-body {
  padding: 5px !important;
}

.btn:hover {
  color: #fff;
}

.star-rating {
  color: #cdad00;
}

.rating {
  /*float:left;*/
  width: 150px;
  margin: 0 auto;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
  position: absolute;
  /* top: -9999px; */
  margin-top: 21px;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked) > label:before {
  content: "★ ";
}

.rating > input:checked ~ label {
  color: #f70;
  text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340,
    0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340,
    0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.doc-speciality {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.doc-speciality li {
  display: inline-block;
  background: #eee;
  padding: 0 10px;
  border-radius: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px !important;
}

.select2-container--default .select2-selection--single {
  text-align: left;
  border: 1px solid #ddd !important;
  background: white !important;
  box-shadow: none;
  height: auto !important;
  padding: 6.5px 15px;
  font-size: 14px;
  border-radius: 10px !important;
}

.select2-container--default .select2-selection--single:focus {
  outline: unset !important;
}

.login-form .select2-container {
  float: left;
  margin-right: 5px;
}

.download-file i {
  padding: 10px;
  background: #eee;
  font-size: 16px;
}

.progress-panel {
  width: 100%;
  top: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000000;
}

.progress-panel h3 {
  color: white;
  text-align: center;
  margin-top: 60%;
}

.progress-panel .progress {
  margin: 0 auto 0;
  padding: 0;
  width: 250px;
  height: 30px;
  overflow: hidden;
  background: transparent;
  border-radius: 6px;
}

.bubble img {
  width: 100%;
}

.progress-panel .progress img {
  border-radius: 50px;
  width: 100%;
}

.progress-panel .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: cornflowerblue;
}

.progress-panel .percent {
  position: absolute;
  /*top:50%;*/
  margin-top: 13px;
  color: black;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 13px auto 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
}

.user-cus-dash .item {
  margin-bottom: 10px;
}

.pull-left {
  float: left;
}

.f9 {
  font-size: 9px !important;
}

.w33 {
  width: 33.3% !important;
  float: left;
}

.w50 {
  width: 50% !important;
  float: left;
}

.w45 {
  width: 45%;
  float: left;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-clr1 {
  background: #00acb8 !important;
  border-color: #00acb8 !important;
  color: #ffffff !important;
}

.btn-clr2 {
  background: #1f69c6 !important;
  border-color: #1f69c6 !important;
  color: #ffffff !important;
}

.btn-clr3 {
  background: #00ca9b !important;
  border-color: #00ca9b !important;
  color: #ffffff !important;
}

.user-cus-dash .card .card-body {
  padding: 10px 10px;
  line-height: 1.4em;
}

.imaged.w90 {
  height: 90px !important;
  background: #eee;
}

.profile-stats .item {
  font-size: 12px;
  width: 29%;
  margin: 0 2% 0;
  padding: 8px 5px 5px;
  float: left;
  text-align: center;
  line-height: 16px;
  background: #7eeed4;
  border-radius: 10px;
}

.profile-stats .item strong {
  font-size: 18px;
}

.profile-info .link {
  font-size: 12px;
}

.imaged.w90 {
  width: 90px !important;
}

.user-cus-dash .card .card-img-top {
  max-height: 94px;
  max-width: 94px;
}

.user-doctor-profile {
}

.timepicker {
  border-bottom: 1px solid #1f68c6 !important;
}

.mr1 {
  margin-right: 1%;
}

.mr5 {
  margin-right: 5% !important;
}

.w10 {
  width: 10%;
  float: left;
}

.w20 {
  width: 20%;
  float: left;
}

.w25 {
  width: 25%;
  float: left;
}

.w30 {
  width: 30%;
  float: left;
}

.w35 {
  width: 35%;
  float: left;
}

.w40 {
  width: 40%;
  float: left;
}

.w475 {
  width: 47.5% !important;
  float: left;
}

.w50 {
  width: 50%;
  float: left;
}

.w60 {
  width: 60%;
  float: left;
}

.w65 {
  width: 65%;
  float: left;
}

.w70 {
  width: 70%;
  float: left;
}

.w80 {
  width: 80%;
  float: left;
}

.w90 {
  width: 90%;
  float: left;
}

.mt-65 {
  margin-top: 65px;
}

.message-divider span {
  padding: 5px 10px;
  background: #cbe2ff;
  color: #141515;
  border-radius: 5px;
}

.add-new-icon {
  height: 53px;
  font-size: 40px;
  position: fixed;
  bottom: 70px;
  right: 15px;
  background: #01b906;
  padding: 6px 6px 0px;
  /* margin: -6px; */
  border-radius: 50%;
  color: white;
  width: 53px;
}

#chat_box {
  height: 40px !important;
}

#chat_panel {
  margin-bottom: 15px;
  /*margin-bottom: env(safe-area-inset-bottom);*/
  margin-top: env(safe-area-inset-top);
}

.chat_share_list li {
  display: inline-block !important;
  width: 25%;
  float: left;
  text-align: center;
  padding: 15px 0px;
}

.share_icon {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  background: #00aff2;
  color: white;
  clear: both;
  border-radius: 50%;
}

.share_icon .hydrated {
  font-size: 30px;
  padding: 10px;
}

.bubble .amt {
  font-size: 30px;
  padding-top: 5px;
}

.cases_panel .list-text {
  font-size: 14px !important;
}

.cases_panel .date {
  padding: 11px 0;
  text-align: center;
  background: #c9e6ff !important;
}

.cases_panel .day {
  font-size: 22px;
}

.cases_panel .month {
  font-size: 12px;
  line-height: 12px;
}

.cases_panel .year {
  font-size: 12px;
  line-height: 12px;
}

/*Dashboard*/
.dash-item {
  text-align: center;
  padding: 8px;
  border-radius: 0;
}

.dash-item img {
  margin: 0 auto !important;
}

.dash-item .card-body {
  padding: 0px;
  line-height: 1.4em;
  text-transform: uppercase;
}

.dash-nav {
  background: #12bc95;
  position: relative;
  z-index: 101;
}

.dash-nav li {
  width: 25%;
  text-align: center;
}

.dash-nav li a {
  color: #fff;
  padding: 10px 0;
  display: block;
}

.card-left {
  width: 30%;
  float: left;
  padding: 2px;
  border-radius: 5px;
  max-width: 100px;
}

.card-right {
  width: 70%;
  float: left;
  text-align: left;
  padding: 2px 2px 2px 6px;
}

.bg-green {
  border: 1px solid #eee;
  background: #13b599;
}

.class-panel {
  background: url(../img/class-bg.jpg);
  background-size: 100% 100%;
}

.student-panel {
  background: url(../img/student-bg.jpg);
  background-size: 100% 100%;
}

.card-compressed .card-title {
  color: #141515;
  font-size: 20px;
  font-weight: 700;
}

.card-compressed .card-body {
  padding: 10px 16px;
  line-height: 1.4em;
}

.card-compressed .card-subtitle {
  margin-top: 0;
}

.subject-panel {
  background: url(../img/subject-bg.jpg);
  background-size: 100% 100%;
}

.cus-half-left {
  width: 48% !important;
  float: left;
  margin-bottom: 12px;
}

.cus-half-right {
  width: 48% !important;
  float: left;
  margin-left: 4%;
  margin-bottom: 12px;
}

.form-group .label {
  margin-bottom: 8px;
}

.pull-right {
  float: right;
}

.cus-card-image {
  max-height: 180px;
  overflow: hidden;
}

.cus-card-image img {
  width: 100%;
  height: auto;
}

.imaged.w64 {
  height: 64px !important;
  background: #eee;
}

.list-text {
  font-size: 16px;
  font-weight: 500;
}

.list-left {
  width: 78%;
  float: left;
}

.list-right {
  width: 20%;
  float: left;
}

.list-right p {
  font-size: 12px;
  color: #12bc95;
  padding: 0;
  margin: 0;
}

.list-right span {
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background: #12bc95;
  padding: 2px 8px;
  display: inline-grid;
}

.cus-dash .item {
  width: 48%;
  margin: 5px 1%;
  float: left;
}

.image-listview.mb-2 > li {
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
}

.listview {
  border-top: unset;
  border-bottom: unset;
}

.img-responsive {
  width: 100%;
}

.width-975 {
  width: 97.5% !important;
}

.add-new {
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 10px;
}

.add-new .symbol {
  font-size: 44px;
  text-align: center;
  padding: 6px 0px;
}

.w100 {
  width: 100% !important;
}

.pull-right {
  float: right;
}

.add-new-text {
  font-size: 18px;
}

.tor-btn {
  background-image: linear-gradient(to right, #12bc95 0%, #1f68c6 100%);
  color: #fff;
  padding: 0 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(66, 66, 66, 1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(66, 66, 66, 1);
  box-shadow: 0px 1px 2px 0px rgba(66, 66, 66, 1);
}

.btn-1["button"] {
  padding: 0px 10px 5px;
}

.btn-1 {
  color: #fff;
  padding: 7px 10px 7px;
  text-align: center;
  height: 30px;
  line-height: 30px !important;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(66, 66, 66, 1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(66, 66, 66, 1);
  box-shadow: 0px 1px 2px 0px rgba(66, 66, 66, 1);
}

.mt-65 {
  margin-top: 65px;
}

.default-btn {
  background-image: linear-gradient(to right, #12bc95 0%, #1f68c6 100%);
}

.yellow-btn {
  background-image: linear-gradient(to right, #e3e215 0%, #1f68c6 100%);
}

.blue-btn {
  background-image: linear-gradient(to right, #00e2f3 0%, #1f68c6 100%);
}

/*Login Page */

.login-page {
  background-image: url(../img/front-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.login-form logo {
  margin-top: 20%;
}

.login-btn {
  width: 80%;
}

.register-btn {
  border: 1px solid #1f68c6;
  font-weight: bold;
  background: none;
  color: #1f68c6;
  width: 80%;
}

.forgot-password {
  font-size: 12px;
  margin-bottom: 10px;
  color: #222;
}

.login-link {
  font-size: 16px;
  color: #1f68c6;
  font-weight: 600;
}

.login-code {
  width: 18%;
  margin-right: 2%;
  float: left;
  border-right: 1px solid #eee !important;
}

.login-number {
  width: 80%;
  float: left;
}

/*.listview a{
    width:100%
    }*/

.dash-nav li a.active {
  padding: 10px;
  border-bottom: 2px solid #e1fff8;
  border-bottom-style: inset;
}

.label-control {
  font-size: 12px;
  margin-bottom: 0;
}

.common-btn {
  padding: 0 25px;
  border-radius: 5px;
}

.small-btn {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  border-bottom: 0.01em solid #e9e9e9;
  opacity: 1;
}

.web-accordion .card-header button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  padding-right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  right: 15px;
}

.web-accordion .card-header button.collapsed:before {
  float: right !important;
  content: "\f067";
}

.web-accordion .card-header button {
  text-decoration: none;
  position: relative;
  padding-right: 45px !important;
}

.diet-plan {
  padding: 20px 0px 0px;
}

.diet-plan .accordion {
  border: none;
}

.diet-plan .accordion .card {
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.diet-plan .accordion .card .card-header {
  padding: 0px;
  border-color: #ffcecc;
  border-radius: 0.25rem;
}

.diet-plan .accordion .card .card-header button {
  padding: 10px 15px;
  color: black;
  background: #ffcecc;
  display: block;
  height: auto;
  font-size: 16px;
}

.diet-plan .accordion .card .card-header button i {
  font-weight: normal;
}

.diet-plan .accordion .card .card-body {
  padding: 15px;
}

.diet-plan .accordion .card .card-body .table {
  margin: -15px -15px;
  width: calc(100% + 30px);
}

.diet-plan .accordion .card .card-body .table tr th {
  background: #eee;
}

.diet-plan .accordion .card .card-body .table tr th,
.diet-plan .accordion .card .card-body .table tr td {
  padding: 10px 15px;
  vertical-align: middle;
}

.challenge-tabs .nav-tabs {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.challenge-tabs .nav-tabs li {
  width: 50%;
  margin-bottom: 0px !important;
  height: 50px !important;
}

.challenge-tabs .nav-tabs li a.active {
  background: var(--greencolor);
  color: white !important;
}

.challenge-tabs .nav-tabs li a {
  background: #eee;
  color: black !important;
  display: block;
  padding: 5px 15px;
  text-align: center;
}

.challenge-tabs ol {
  padding-left: 15px;
}

/*New Lab Page Mobile View Work Start*/
.lab-new-header .dropdown .btn {
  padding: 0px;
  background: transparent;
  border: none;
  color: black;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 19px;
  line-height: 19px;
  position: relative;
  box-shadow: none !important;
  outline: 0;
}

.lab-new-header .dropdown .btn img {
  margin-right: 10px;
  height: 32px;
}

.lab-new-header .dropdown {
  display: inline-block;
  padding-right: 18px;
}

.web-btn {
  background: var(--greencolor);
  color: #fff;
  border-radius: 10px;
}

.web-btn3 {
  background: white;
  border: 1px solid var(--greencolor);
  color: var(--greencolor) !important;
  border-radius: 10px;
}

.plr-10 {
  padding: 0px 10px;
}

.plr-5 {
  padding: 0px 5px;
}

.lab-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 20px;
}

.lab-heading b {
  font-weight: normal;
}

.lab-new-header {
  padding: 40px 0px 10px;
}

.lab-new-header .dropdown {
  display: inline-block;
  padding-right: 18px;
}

.lab-new-header .dropdown .btn img {
  margin-right: 10px;
  height: 32px;
}

.lab-new-header .dropdown .btn {
  padding: 0px;
  background: transparent;
  border: none;
  color: black;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 19px;
  line-height: 19px;
  position: relative;
  box-shadow: none !important;
  outline: 0;
}

.lab-new-header .dropdown .btn:active {
  background: none;
  color: black;
}

.lab-new-header .dropdown .btn:after {
  display: none;
}

.lab-new-header .dropdown .btn:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50% !important;
  transform: translate(0, -50%);
  background: url(../asset/consult/img/labpage/arrow-down.svg);
  background-size: 100% 100%;
  width: 12px;
  height: 8px;
}

.lab-new-header .dropdown .dropdown-menu {
  margin-left: 0px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 9px;
  border: 1px solid #eee;
  box-shadow: 0px 5px 4px rgb(235 235 235 / 25%);
}

.lab-new-header .dropdown .dropdown-menu .active {
  color: var(--blue);
  background: none;
}

.lab-new-header .dropdown .dropdown-menu a {
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
}

.lab-new-header .dropdown .dropdown-menu a:last-child {
  border: none;
}

.lab-new-header .dropdown .dropdown-menu .form-control {
  background: #3086c11f !important;
  border: none;
  height: auto;
  color: #0000009c;
  border-radius: 10px;
  padding: 10px 20px !important;
  font-size: 14px;
  box-shadow: none !important;
}

.lab-new-header ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lab-new-header ul li {
  list-style: none;
}

.lab-new-header ul li a {
  width: 40px;
  height: 40px;
  line-height: 37px;
  display: block;
  margin-left: 10px;
  text-align: center;
  border-radius: 9px;
}

.lab-new-header ul li a img {
  width: 20px;
  height: auto;
}

.lab-new-header ul li.cart a {
  background: #28a7451f;
}

.lab-new-header ul li.notification a {
  background: #ffc1071f;
}

.lab-new-header ul li.offer a {
  background: #c01d1d1f;
}

.lab-new-header ul li.menu a {
  background: #3086c11f;
}

.lab-new-search {
  padding: 10px 0px 20px;
}

.lab-new-search .form-control {
  background: #3086c11f !important;
  border: none;
  height: auto;
  color: #0000009c;
  border-radius: 10px;
  padding: 15px 20px !important;
  font-size: 14px;
  box-shadow: none !important;
}

.lab-new-search .searchicon {
  position: relative;
}

.lab-new-search .searchicon:before {
  content: "";
  position: absolute;
  font-family: "fontawesome";
  right: 20px;
  top: 50%;
  color: #00000099;
  transform: translate(0px, -50%);
  background: url("../asset/consult/img/labpage/search-icon.svg");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

.search-history-slider {
  margin-top: 10px;
}

.search-history-slider a {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
  display: block;
  font-size: 12px;
  color: #1a4fd7;
  text-align: center;
}

.test-and-checkups {
  padding: 20px;
  background: #3086c11f;
  border-radius: 10px;
  margin-top: 20px;
}

.test-and-checkups ul {
  margin: 0px;
  padding: 0px;
}

.test-and-checkups ul li {
  list-style: none;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.test-and-checkups ul li .box {
  background: white;
  padding: 9.5px 15px;
  border-radius: 9px;
  width: calc(100% - 47px);
}

.test-and-checkups ul li .box p {
  margin: 0px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.test-and-checkups ul li .box p b {
  color: var(--greencolor);
}

.test-and-checkups ul li .box-cross {
  width: 37px;
  height: 37px;
  line-height: 36px;
  text-align: center;
  background: var(--white);
  color: #a3a3a3;
  border-radius: 9px;
}

.test-and-checkups ul li .box-cross img {
  width: 13px;
}

.test-and-checkups .web-btn3 {
  margin-top: 12px !important;
}

.test-and-checkups .btn {
  margin-top: 10px;
  padding: 15px;
  font-size: 1rem;
}

.test-and-prescription {
  padding: 20px 0px;
}

.test-and-prescription .btn {
  padding: 15px;
}

.lab-image-slider {
  padding: 20px 0px;
}

.lab-image-slider img {
  border-radius: 9px;
}

.difficulty-on-finding-test {
  padding: 20px 0px;
}

.difficulty-on-finding-test .btn {
  color: var(--white);
  border-radius: 9px;
  font-size: 1rem;
  padding: 4.5px 15px 4.5px 4.5px;
  text-align: left;
  display: flex;
  align-items: center;
}

.difficulty-on-finding-test .btn .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 9px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.difficulty-on-finding-test .btn .icon img {
  height: 20px;
}

.difficulty-on-finding-test .call-btn {
  background: #34b7f1;
}

.difficulty-on-finding-test .whatsapp-btn {
  background: #25d366;
}

.lab-top-booked {
  padding: 20px 0px;
}

.lab-top-booked .box {
  border: 1px solid #eee;
  box-shadow: 0px 5px 4px rgb(235 235 235 / 25%);
  padding: 20px 10px;
  border-radius: 9px;
  text-align: center;
}

.lab-top-booked .box img {
  height: 52px;
  object-fit: contain;
  margin-bottom: 10px;
}

.lab-top-booked .box p {
  margin: 0px;
  font-size: 14px;
  color: black;
}

.lab-page-top {
  padding: 40px 0px 10px;
}

.lab-page-top .top-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lab-page-top .top-heading .back-btn {
  margin-right: 5px;
  filter: brightness(0);
}

.lab-page-top .top-heading h6 {
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 500;
}

.lab-page-top .top-heading p {
  margin: 0px;
  font-size: 10px;
  text-transform: uppercase;
  color: #797979;
}

.select-test-filters {
}

.select-test-filters .webcheckbox label {
  padding: 5px 5px 5px 54px;
  height: 51px;
  background: #eeeeee;
  border-radius: 9px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  margin: 0px;
}

.select-test-filters .webcheckbox label:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  margin-right: 10px;
  font-size: 12px;
  left: 10px;
  top: 10px;
}

.select-test-filters .webcheckbox input:checked ~ label {
  background: var(--greencolor);
  color: white;
}

.select-test-filters .webcheckbox input:checked ~ label:before {
  content: "";
  background-image: url(../asset/consult/img/labpage/check-icon-white.svg);
  background-size: 40% 40%;
  background-position: center;
  background-repeat: no-repeat;
}

.select-test-filters .form-control {
  padding: 16.7px 15px !important;
  background: #eee !important;
  font-size: 14px;
  border: none;
  height: auto;
  color: #000000;
  border-radius: 10px;
}

.frequently-booked-tests {
  padding: 20px 0px 40px;
  position: relative;
}

.frequently-booked-tests .lab-heading {
  margin-bottom: 10px;
}

.frequently-booked-tests .webcheckbox {
  position: relative;
  margin-top: 10px;
}

.frequently-booked-tests .webcheckbox label {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 31px;
  height: 31px;
  line-height: 27px;
  text-align: center;
  font-size: 12px;
  background: #f4f4f4;
  border: 1px solid #e2e2e2;
  border-radius: 9px;
  margin: 0px;
  z-index: 1;
}

.frequently-booked-tests .webcheckbox input:checked ~ label {
  background: var(--greencolor);
  border-color: var(--greencolor);
  box-shadow: 0px 0px 10px rgba(48, 134, 193, 0.8);
}

.frequently-booked-tests .webcheckbox input:checked ~ label:before {
  content: "";
  background-image: url(../asset/consult/img/labpage/check-icon-white.svg);
  background-size: 40% 40%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 31px;
  height: 31px;
}

.frequently-booked-tests .webcheckbox input:checked ~ .box {
  border-color: var(--greencolor);
  box-shadow: 0px 5px 4px rgba(48, 134, 193, 0.25);
}

.frequently-booked-tests .box {
  border: 1px solid #eee;
  box-shadow: 0 5px 4px rgb(235 235 235 / 25%);
  padding: 15px;
  border-radius: 9px;
  font-size: 12px;
}

.frequently-booked-tests .box h6 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

.frequently-booked-tests .box p {
  color: #0000009c;
  margin: 0px;
}

.frequently-booked-tests .box ul {
  margin: 5px 0px;
  padding-left: 15px;
  color: #0000009c;
}

.frequently-booked-tests .box p.text-black {
  color: var(--black);
  margin-bottom: 10px;
}

.frequently-booked-tests .box p.text-black a {
  text-decoration: underline;
}

.frequently-booked-tests .box p .price {
  font-size: 14px;
}

.frequently-booked-tests .footer-btn {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: auto !important;
  transform: unset;
  font-size: 15px;
  margin-top: 40px;
  padding: 15px 20px;
  box-shadow: 0px 0px 10px rgba(48, 134, 193, 0.8);
}

.test-checkup-banner {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .web-btn3 {
    font-size: 12px;
    padding: 10px 15px;
  }

  .web-btn {
    border-radius: 9px;
    font-size: 12px;
    padding: 10px 15px;
  }

  .lab-heading {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .lab-heading b {
    font-weight: bold;
  }

  .lab-new-header {
    padding: 15px 0px 10px;
  }

  .lab-new-search {
    padding: 0px;
  }

  .lab-new-search .form-control {
    padding: 10px 20px !important;
  }

  .search-history-slider a {
    font-size: 10px;
  }

  .test-and-checkups {
    margin: 10px 0px;
    padding: 20px;
  }

  .test-and-checkups ul li .box p {
    font-size: 12px;
  }

  .test-and-checkups .btn {
    font-size: 12px;
    padding: 10px 15px;
  }

  .test-and-prescription {
    padding: 10px 0px;
  }

  .test-and-prescription .btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .lab-image-slider {
    padding: 10px 0px;
  }

  .difficulty-on-finding-test {
    padding: 10px 0px;
  }

  .difficulty-on-finding-test .btn {
    font-size: 12px;
    padding: 5px 15px 5px 5px;
  }

  .difficulty-on-finding-test .btn .icon {
    width: 30px;
    height: 30px;
  }

  .difficulty-on-finding-test .btn .icon img {
    height: 15px;
  }

  .lab-top-booked {
    padding: 10px 0px;
  }

  .lab-top-booked .box {
    padding: 15px 5px;
  }

  .lab-top-booked .box p {
    font-size: 12px;
  }

  .lab-page-top {
    padding: 15px 0px 10px;
  }

  .lab-page-top .top-heading h6 {
    font-size: 14px;
  }

  .select-test-filters {
    padding: 20px 0px 10px;
  }

  .select-test-filters .webcheckbox label {
    padding: 5px 5px 5px 45px;
    height: 40px;
    font-size: 12px;
  }

  .select-test-filters .webcheckbox label:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    left: 5px;
    top: 5px;
  }

  .select-test-filters .form-control {
    padding: 12.4px 15px !important;
    font-size: 12px;
  }

  .frequently-booked-tests {
    padding: 10px 0px 85px;
  }

  .frequently-booked-tests .lab-heading {
    margin-bottom: 5px;
  }

  .frequently-booked-tests .footer-btn {
    position: fixed;
    left: 50%;
    bottom: 20px;
    z-index: 100;
    width: calc(100% - 30px) !important;
    transform: translate(-50%, 0);
    padding: 10px 15px;
  }
}

/*New Lab Page Mobile View Work End*/

.order-list-nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.order-list-nav-pills .order-list-webapp-btn {
  width: 48%;
  height: 40px;
}

.order-list-nav-pills .order-list-webapp-btn a {
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
}

.order-list-nav-pills .order-list-webapp-btn a.active {
  background-color: var(--greencolor);
  color: var(--white);
}

.thankyoupage {
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyoupage .lab-book-img {
  width: 100px;
  display: block;
  margin: 0 auto 15px;
}

.webapp-tabs {
  padding: 0px 15px;
  background-color: white;
  justify-content: space-between;
  margin-bottom: 10px;
}
.webapp-tabs li {
  width: calc(50% - 7.5px) !important;
}
.webapp-tabs li a {
  background-color: #e9e9e9;
  border: none !important;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
}
.webapp-tabs li a.active {
  background-color: var(--greencolor);
  color: var(--white);
}
