/* Start Book Appointment CSS 
=============================================*/
.breadcrumb-area {
  padding: 100px 0;
}

.breadcrumb-area h2 {
  font-size: 32px;
  font-weight: 600;
  color: #fa980e;
  margin-top: 5px;
  margin-bottom: 0;
}

.booking-calendar {
  margin-bottom: 20px;
}

.booking-calendar .day li {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: #666666;
  flex-direction: column;
  cursor: pointer;
}

.booking-schedule .time li {
  width: 105px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 15px;
  margin-right: 8px;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
  color: #666666;
  cursor: pointer;
}

.booking-schedule .time li img {
  padding-right: 5px;
}

.booking-calendar .day li.active,
.booking-schedule .time li.active {
  color: #fff;
  background-color: #01406f;
}

.booking-calendar .day li:hover,
.booking-schedule .time li:hover {
  color: #fff;
  background-color: #01406f;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.appoinment.check-status {
  margin-top: 30px;
}

.appoinment.check-status hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.appoinment.check-status .bk-status li {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  justify-content: space-between;
  max-width: 300px;
  margin-bottom: 30px;
}

.appoinment.check-status .bk-status li p{
  margin-bottom: 0;
}

.tnc-radio, .video-con-radio {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
}

.video-con-radio {
  margin: 10px 0 20px;
}

.tnc-radio input, .video-con-radio input{
  margin: 0;
  min-height: auto;
  width: auto;
  margin-right: 5px;
}

.tnc-radio small, .video-con-radio small{
  margin-left: 8px;
}

.tnc-checkbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* float: left; */
  align-items: center;
  width: 230px;
  margin-top: 15px;
}

.tnc-checkbox>input {
  margin: 0;
}

.tnc-checkbox .terms-cndition:hover {
  color: #01406f;
}

.tnc-checkbox span {
  margin-top: -25px;
  padding-right: 10px;
}

.meet-link {
  margin-top: 20px;
}

.meet-link img {
  padding-right: 5px;
}

.meet-link a:hover {
  text-decoration: underline;
}

.appoinment.check-status .bk-status li>span {
  border: 1px solid #01406f;
  width: 150px;
  color: #000;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appoinment.check-status .bk-status li>span.pendding {
  background-color: #fa980e;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fa980e;
}

.appoinment.check-status input[type=checkbox].add-to-calendar-checkbox {
  position: absolute;
  visibility: hidden;
}

.appoinment.check-status .add-to-calendar-checkbox:checked~a {
  display: block;
}

.appoinment.check-status .add-to-calendar-checkbox~a {
  display: none;
}

.appoinment.check-status .add-to-calendar-checkbox~a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../../assets/img/icon/output.png);
  background-position: 32px center;
  margin-right: 0.5em;
  content: " ";
}

.schedule-col>.appoinment-box {
  min-height: 550px;
}

.custom-file {
  position: relative;
}

input.file-choose {
  visibility: hidden;
}

label.nice-file {
  position: absolute;
  top: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  border-radius: 4px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

label.nice-file i {
  position: absolute;
  font-size: 14px;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
}

.cont-add-drop span.current {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.consltn-available {
  display: flex;
  align-items: center;
  margin: 30px 0 7px;
}

.consltn-available label
p {
  margin-bottom: 0;
  padding-left: 30px
}

.consltn-available input {
  min-height: auto;
  margin: 0 10px 0 0;
}

.hospital-filter .form-group {
  margin-bottom: 0;
}

.hospital-filter .nice-select {
  margin-bottom: 0;
}

.appoinment-box {
  padding-top: 10px;
}

.appoinment .heading {
  margin-top: 20px;
}

/* .preference-col {
  margin: 30px 0;
} */

.video-consult-box {
  min-height: auto !important;
  margin-bottom: 30px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  width: 100%;
  /* height: 20px; */
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
}

.styled-checkbox+label:before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.styled-checkbox+label>span {
  position: absolute;
  width: calc(100% - 28px);
  top: 60%;
  right: 0;
  transform: translate(0, -50%);
}

.styled-checkbox:hover+label:before {
  background: #214c6f;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #214c6f;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 49%;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 #fff;
  transform: rotate(45deg);
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
  .top-entry-area .item-box .single-item.loc-item {
    overflow: inherit;
  }

  .hospital-filter .nice-select {
    margin-bottom: 15px;
  }

  .tnc-checkbox {
    width: 100%;
    justify-content: start;
  }

  .tnc-checkbox span {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-entry-area .single-item.loc-item .item {
    padding: 30px;
    min-height: 260px;
  }

  .mobile-banner {
    padding: 20px 0 !important;
  }

  .breadcrumb-area {
    display: none;
  }

  .mobile-banner .banner-discription {
    font-size: 30px !important;
    text-align: center;
    color: #01407f !important;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .mobile-banner .mobile-breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }

  .mobile-breadcrumb li a {
    color: #000;
  }

  .mobile-breadcrumb>.active {
    color: #fa980e;
    font-weight: 600;
  }

  .qr-img-box,
  .new-cal {
    text-align: center;
  }

  .price-block p {
    font-size: 24px;
  }

  .booking-doc-details .item-icon h4 {
    font-size: 24px;
  }

  .booking-doc-details .item-icon p {
    font-size: 16px;
  }

  .banner-heading h1,
  h2 {
    color: #fa980e;
    font-weight: 600;
  }

  .banner-heading h2 {
    color: #01407f;
  }

  .banner-heading {
    text-align: center;
  }
}

.cont-add-drop ul {
  max-height: 250px;
  overflow-y: auto !important;
}

.cont-add-drop ul li {
  white-space: normal;
  line-height: 22px !important;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  border-bottom: solid 1px #e8e8e8;
}

.cont-add-drop ul li:last-child {
  margin-bottom: 10px;
  padding-left: 18px;
  padding-right: 29px;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .tnc-checkbox {
    margin: 0;
  }

  .tnc-checkbox input {
    min-height: inherit;
  }
}

@media (min-width: 767px) {
  .mobile-banner {
    display: none;
  }
}

/* End Book Appointment CSS */

/* get second opinion */
/* .bookings-block input {
  margin: 20px 0 2px 0;
} */

.bookings-block .checkbox-input {
  margin: 0;
}

.bookings-block textarea {
  padding: 15px;
}

/* get second opinion */


.appoinment h4 {
  margin-bottom: 10px;
}

/* .appoinment h2, .appoinment h3{
  font-size: 16px;
} */


.doctor-block {
  box-shadow: inherit !important;
}

.doctor-items .thumb img {
  width: 250px !important;
  height: 250px !important;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin: 0 auto;
}

.doctor-items .item {
  height: auto;
  box-shadow: inherit !important;
}

@media (max-width: 540px) {
  .doctor-items .thumb img {
    width: 200px !important;
    height: 200px !important;
  }
}

.selectt {
  display: none;
}

.doctor-area .item {
  position: relative;
  background-color: #fff;
}

.doctor-discription {
  position: absolute;
  text-align: center;
  background-color: #f7f7f7;
  padding: 20px;
  top: 0;
  height: 100%;
  z-index: 1;
  display: none;
  flex-direction: column;
  justify-content: center;
}

.doctor-discription h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fa980e;
  margin-bottom: 6px;
}

.doctor-discription h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #01407f;
  margin-bottom: 35px;
}

.doctor-discription h4 a:hover {
  text-decoration: underline;
}

.view-profile {
  border: 1px solid #01407f;
  background-color: #01407f;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 5px 10px;
  margin-top: 30px;
  text-transform: uppercase;
}

.view-profile:hover {
  background-color: transparent;
  color: #01407f;
}

.doctor-area .item:hover .doctor-discription {
  display: flex;
}

.booking-doc-details .item-icon h4 {
  font-size: 28px;
  color: #fa980e;
  font-weight: 600;
  margin-bottom: 0;
}

.booking-doc-details {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 30px;
  background-color: #fff;
}

/* .booking-doc-details .item-icon{
  display: flex;
  align-items: center;
} */

.booking-doc-details .item-icon p {
  padding-left: 0;
}

.booking-doc-details .package p {
  text-align: justify;
  font-size: 16px;
  padding: 10px 0 0;
}

.booking-doc-details .package p>a {
  text-decoration: underline;
  color: #01407f;
}

.price-block p {
/*  font-size: 28px;*/
  margin: 20px 0 0;
  padding-left: 0;
}

.item-icon p {
  font-size: 18px;
  font-weight: 600;
}

.lab-booking .booking-test-details {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 30px;
  background-color: #fff;
}

.lab-booking .item-icon {
  text-align: center;
}

.lab-booking .item-icon i {
  font-size: 80px;
  color: #fa980e;
}

.lab-booking .item-icon h4 {
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}

.lab-booking .price-block {
  width: 100%;
  text-align: center;
  display: block;
}

.lab-booking .package p {
  padding-left: 0;
}

.lab-booking .price-block p {
  padding: 12px 0 0;
}

@media screen and (max-width: 991px) {
  .lab-booking .item-icon h4 {
    font-size: 24px;
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .lab-booking .item-icon h4 {
    font-size: 20px;
  }

  .lab-booking .item-icon i {
    font-size: 60px;
  }

  .lab-booking .price-block p {
    font-size: 18px;
  }
}

.selectt {
  display: none;
}

.doctor-discription {
  position: absolute;
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px;
  top: 0;
  height: 100%;
  z-index: 1;
  display: none;
  flex-direction: column;
  justify-content: center;
}

.doctor-discription h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fa980e;
  margin-bottom: 6px;
}

.doctor-discription h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #01407f;
  margin-bottom: 35px;
}

.doctor-discription h4 a:hover {
  text-decoration: underline;
}

.view-profile {
  border: 1px solid #01407f;
  background-color: #01407f;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 5px 10px;
  margin-top: 30px;
  text-transform: uppercase;
}

.view-profile:hover {
  background-color: transparent;
  color: #01407f;
}

.doctor-block:hover .doctor-discription {
  display: flex;
}

.note-status{
  padding: 0;
  display: flex;
}

.note-span {
  display: inline-block;
    font-weight: 600;
    margin-right: 10px;
}

.call-v-l{
  text-align: center;
  padding: 7px 0;
  height: 100%;
  width: 100%;
  background-color: #01406f;
  color: #fff;
  border: 1px solid #01406f;
}

.call-v-l:hover{
  color: #01406f;
  border: 1px solid #01406f;
  background-color: #fff;
}

.video-c-opt-bk li:not(:last-child) {
    margin: 0 0 9px 0;
}

.homecare-tnc>.tnc-checkbox{
  width: 100%;
  justify-content: initial;
  margin: 0;
}

@media (max-width: 1199px){
  .homecare-tnc>.tnc-checkbox{
    align-items: flex-start;
  }
}

.homecare-tnc>.tnc-checkbox>span{
  margin-top: 0;
}

.homecare-tnc>.tnc-checkbox a{
  color: #01406f;
  font-size: 14px;
}
.homecare-tnc>.tnc-checkbox a:hover{
  text-decoration: underline;
}

.display-flex-appoint-sts{
  display: flex;
  justify-content: space-between;
}
.display-flex-appoint-sts ul.bk-status {
  width: 50%;
}

@media (max-width: 767px){
  .display-flex-appoint-sts{
    flex-direction: column;
  }
  .display-flex-appoint-sts ul.bk-status {
    width: 100%;
  }
}

.qr-img-box {
  margin-top: 20px;
}