@charset "UTF-8";

.hdr-top * {
    color: #fff;
    font-family: Lato-Bold, Arial, sans-serif;
    font-size: 10px;
   ?\/* line-height: 20px*/
  }
.hdr-top {
    background: #237d9e;
    height: 32px
  }

/*
* Doctor listing pages
*/
.page-content-listing{
  padding: 10px 0 10px 0;
}
.page-content-listing p {
    margin-bottom: 20px;
}
.page-content-listing h1.pg-title{
    margin-bottom: 20px;
    display: block;
}
.docard {
  position: relative;
  border-radius: 12px;
  box-shadow: 3px 3px 19px rgb(16 40 81 / 20%) !important;
}
.profileblock .card {
  margin-bottom: 20px;
  height: 325px;
  border: 0px;
}
.aploimg {
  position: absolute;
  top: 0px;
  right: 0px;
}
.mt-3 {
  margin-top: 1rem!important;
}
.p-lg-4 {
  padding: 1rem!important;
}
.section-doctors-listing .d-flex, .profileblock .d-flex, .docard .d-flex {
  display: flex!important;
}
.pe-2 {
  padding-right: 0.5rem!important;
}
.ms-2 {
  margin-left: 0.5rem!important;
}
.docpic {
  width: 96px;
  height: 96px;
  border: 5px solid #fff;
  border: 1px solid #ccc;
  max-width: unset !important;
}
.rounded-circle {
  border-radius: 50%!important;
}
.mb-1 {
  margin-bottom: 0.25rem!important;
}
.ft-wight-1 {
  font-weight: 700;
}
.pe-2 {
  padding-right: 0.5rem!important;
}
.textline1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.docrcardtitle {
  display: block;
  color: #000;
}
.me-2 {
  margin-right: 0.5rem!important;
}
.fs013 {
  font-size: 13px;
}
.heightline-1 {
  height: 39px;
  line-height: 1.4;
}
.textline2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.akscolr4 {
  color: #7E7E7E;
  line-height: 1.6;
}
.fs13 {
  font-size: 12px;
  font-weight: 500;
}
.dp-col2 {
  color: #7a7f89;
}
.ft-wight-1 {
  font-weight: 700;
}
.mt-3 {
  margin-top: 1rem!important;
}
.mb-2 {
  margin-bottom: 0.5rem!important;
}
hr {
  margin: 1rem 0 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}
.hrline {
  border-top: 1px solid #A0ACB1;
}
.docard .btn-outline-primary {
  border-color: #007C9D;
  color: #ffffff;
  font-size: 12px;
  border-radius: 6px;
  background: linear-gradient(to bottom right,#007291,#07394a);
}
.dp-timeleft {
  width: 100%;
}
.dp-timeright {
  width: 100%;
  
}
.doc-timings-appointment .doc-timings {
  color: #ed803a;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.paginate_sec {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin: 24px 0px;
}

.paginate_sec .page-item a {
  border: 0px solid #ffffff;
  border-radius: 90px;
  padding: 5px 12px;
  margin: 0px 4px;
  text-decoration: none;
  color: #767676;
}

.paginate_sec .current {
  background-color: #ED803A;
  padding: 7px 11px;
  border-radius: 90px;
  /*    margin-left: 0px;*/
  margin-top: -6px;
  color: #FFF;
}

.pg-card a i {
  color: #ed803a !important;
  font-size: 12px;
  vertical-align: initial;
}

.pg-card a.text-primary {
  color: #262626 !important;
  font-weight: 500;
}

.video_listing_sec {
  padding: 30px 0px;
}

a.text-warning {
  font-size: 14px !important;
  color: #ED803A !important;
}


/* FAQ Section */
.faqs-sec {
  padding: 20px 0px 10px 0;
  border-top: 1px solid #dae4f5;
}

.faq-hdng {
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 800;
  color: #007c9d;
}
.faqs-sec .accordion-button {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}
.faqs-sec .accordion-button:not(.collapsed) {
  color: #007c9d;
  background-color: #eafbff;
}
.accordion-body {
  padding: 20px;
  border: 1px solid #f3f3f3;
  border-top: none;
  border-bottom: none;
}
.page-default-content{
  padding-bottom: 50px;
}
.faqs-sec .accordion-button i {
  display: inline-block;
  float: right;
}
.page-content-listing h2 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.page-content-listing ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
}
.page-content-listing ol li {
  list-style-type: number;
  margin-bottom: 10px;
}
.page-content-listing p {
  margin-bottom: 20px;
}
.page-content-listing ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
}
.page-content-listing ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/*
* Modal Form Book Appointment
*/
.position-relative {
  position: relative!important;
}
.consultation-step label {
  left: 8px;
  top: 12px;
  color: #224855;
  font-size: .86rem;
  font-weight: 600;
  z-index: 1;
}
.consultation-step .btn-primary {
  right: 0;
  top: 0;
  background: #224855;
  height: 39px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0.25rem;
}
.consultation-step h2 {
  color: #174e61;
  font-weight: 600;
  text-transform: capitalize;
}
.consultation-step .modal-title {
  font-size: 14px;
}
.consultation-step .modal-title span {
  color: #ebac0f;
  font-size: 14px;
}
.position-absolute {
  position: absolute!important;
}
.modal-title+p {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 500;
}
.consultation-step .form-control {
  display: block;
  width: 100%;
  padding: 9px 10px;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.4;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.consultation-step .form-control.fieldphone{
  padding: 9px 36px;
}
.modal .close {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  width: 35px;
  height: 35px;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  line-height: 30px;
  border-radius: 100px;
  padding: 0px;
  line-height: 0;
  z-index: 99999;
  top: -50px;
  left: 0;
  margin: 0 auto;
}
.modal .modal-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 6px;
  border: none;
  box-shadow: none;
}
.modal-title+p {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 500;
}
.text-value {
  font-size: 12px;
  padding-top: 12px;
}
.link-warning {
  color: #ffc107;
}
.justify-content-between {
  justify-content: space-between!important;
}
#resendOTP {
float: right;
}
.consultation-step #form-select-uhid select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  padding: 10px 15px;
}
.pagination {
  list-style-type: none;
  padding: 10px 0;
  display: inline-flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.pagination li {
  box-sizing: border-box;
  padding-right: 10px;
}
.pagination li a {
  box-sizing: border-box;
  background-color: #e2e6e6;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #616872;
  border-radius: 4px;
}
.pagination li a:hover {
  background-color: #d4dada;
}
.pagination .next a, .pagination .prev a {
  text-transform: uppercase;
  font-size: 12px;
}
.pagination .currentpage a {
  background-color:#ED803A;
  color: #fff;
}
.pagination .currentpage a:hover {
  background-color: #518acb;
}


.pagination_proc {
  list-style-type: none;
  padding: 10px 0;
  display: inline-flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.pagination_proc li {
  box-sizing: border-box;
  padding-right: 10px;
}
.pagination_proc li a {
  box-sizing: border-box;
  background-color: #e2e6e6;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #616872;
  border-radius: 4px;
}
.pagination_proc li a:hover {
  background-color: #d4dada;
}
.pagination_proc .next a, .pagination_proc .prev a {
  text-transform: uppercase;
  font-size: 12px;
}
.pagination_proc .currentpage a {
  background-color:#ED803A;
  color: #fff;
}
.pagination_proc .currentpage a:hover {
  background-color: #518acb;
}

.book-an-appointment-doctors.modal .modal-dialog {

  width: 500px;

}
.date-slider .owl-nav {
  top: 0;
  width: 100%;
}
/*.date-slider.owl-carousel{
    max-height: 70px;
  overflow: hidden;
}*/
.date-slider.owl-carousel .owl-stage-outer {
  max-height: 70px !important;
   min-height: 70px !important;
   overflow: hidden;
}
#book-an-appointment-doctors .consultation-step #form-select-uhid select{
appearance:auto;
-webkit-appearance:auto;
-moz-appearance:auto;
padding: 10px 15px;

}

.date-sect .d-flex {
  display: flex!important;
}
a.tag-item.active {
  background: #007291;
  color: #fff;
  border-color: #007291;
  font-weight: 500;
}
.position-relative {
  position: relative!important;
}
.date-slider {

  margin: 0px;
}
.date-slider .owl-nav .owl-prev{
  position: absolute;
  left: -30px;
}
.date-slider .owl-nav .owl-next {
  right: -22px;
}
.date-slider {
  width: calc(100% - 120px);
  margin-left: 30px;
}
.choose-date {
  color: #007291;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .2px;
  font-weight: 600;
  text-decoration: none;
  background: #0000;
  border-radius: 4px;
  width: 42px;
  height: 60px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: color .3s ease-in-out,background .3s ease-in-out;
}
.date-slider.owl-carousel .owl-nav button {
  width: 30px;
  height: 60px;
}
.choose-date.active, .choose-date:hover {
  color: #fff;
  background: #007291;
  box-shadow: 0 5px 15px #0095ad08;
}
.selectdate {
    font-size: 10px;
  font-weight: 500;
  color: #ebac0f;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid #b0c14b;
  border-radius: 4px;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 4px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.selectdate img{
  width: 15px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.loader-wrap {
  position: absolute;
  background: rgba(255,255,255,.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 4px solid #ccc;
  border-right-color: #007291;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  margin: 20px auto;
}
@-webkit-keyframes rotate {
/* 100% keyframe for  clockwise. 
   use 0% instead for anticlockwise */
100% {
  -webkit-transform: rotate(360deg);
}
}
.tag-item {
  color: #454545;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .2px;
  font-weight: 600;
  border: 1px solid #2e718e;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0,114,145,.013);
  padding: 5px 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0.25rem!important;
  width: 80px;
  text-align: center;
}
.select-time {
  border-radius: 0 0 8px 8px;
}
.select-time {
  background: #f1f6f7;
}
.select-time h3 {
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
      margin-bottom: 5px;
}
.book-an-appointment-doctors .flex-wrap {
  flex-wrap: wrap!important;
}
.book-an-appointment-doctors.modal .modal-content{
padding: 0px;
}
.date-sect{
padding: 10px;
}
.slot-overflow{
    padding: 20px;
  position: relative;
  max-height: 300px;
  overflow-y: scroll;
}
.select-time h3 img{
margin-right: 5px;
}
.book-an-appointment-doctors .text-danger {
  color: #dc3545!important;
}
.book-an-appointment-doctors .text-danger {
  font-size: 12px;
}
.modal .close {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  width: 35px;
  height: 35px;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  line-height: 30px;
  border-radius: 100px;
  padding: 0px;
  line-height: 0;
  z-index: 99999;
  top: -50px;
  left: 0;
  margin: 0 auto;
}
.btn-appointment-continue {
  color: #fff;
  background: linear-gradient(to bottom right,#007291,#224855);
  border: none;
  position: absolute;
  width: 100%;
}
.position-absolute {
  position: absolute!important;
}
.slider-date-nav a {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slider-date-nav a.prev {
  left: -16px;
}
.slider-date-nav a.next {
  right: 48px;
}
.btn-appointment-continue{
color: #fff;
  background: linear-gradient(to bottom right,#007291,#224855);
  border: none;
      position: absolute;
  width: 100%;
}
.btn-appointment-continue img {
  position: absolute;
      right: 15px;
  top: 15px;
}
.consultation-step .modal-title span {
  color: #ebac0f;
  font-size: 14px;
}
.consultation-step .modal-title{
font-size: 14px;
}

.modal-title+p {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 500;
}
.consultation-step label {
  left: 8px;
  top: 10px;
  color: #224855;
  font-size: .86rem;
  font-weight: 600;
  z-index: 1;
}
/*#book-an-appointment-doctors .consultation-step .form-control {
  border-color: #d6e5ea;
  padding:6px 30px 6px 40px;
  color: #224855;
  font-weight: 500;
}*/
#book-an-appointment-doctors .consultation-step .btn-primary {
   right: 0;
  top: 0;
  background: #224855;
  height: 38px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0.25rem;
}
.consultation-step h2 {
  color: #174e61;
  font-weight: 600;
  text-transform: capitalize;
}
.consultation-step{
padding: 20px;
}
.quickLoginLabel{
font-size: 14px;
}
.text-value {
  font-size: 12px;
  padding-top: 12px;
}
.justify-content-between {
  justify-content: space-between!important;
}
.link-warning {
  color: #ffc107;
}
.consultation-step #form-validate-otp .form-control {
  border-color: #d6e5ea;
  padding: 9px 10px;
  color: #224855;
  font-weight: 500;
}
.book-an-appointment-doctors .date-slider .text-danger {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 15px 0;
}
.book-an-appointment-doctors .d-flex {
  display: flex;
} 

.btn .loading {
 
  padding: 9px;
  border: 4px solid #fff;
  border-right-color: #ecad0f;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  margin: 0;
}

.loader-wrap {
  position: absolute;
  background: rgba(255,255,255,.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 4px solid #ccc;
  border-right-color: #007291;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  margin: 20px auto;
}
@-webkit-keyframes rotate {
/* 100% keyframe for  clockwise. 
   use 0% instead for anticlockwise */
100% {
  -webkit-transform: rotate(360deg);
}
}

.selectdate span{
  display: block;
}
#book-an-appointment-doctors.modal .modal-content{
  padding: 0px;
}
select#filter_hospitals_list {
  text-transform: capitalize;
  font-size: 14px;
}
.docbtbox .btn-outline-callnow{
  display: none;
}
@media(max-width:767px){
  .profileblock .card {
      height: inherit !important;
  }
  .docbtbox .btn-outline-callnow{
    display: block;
  }
  .btn-filter-form.btn_mobabs {
   
      top: -100px;
      right: 0px;
  }
  .doc-timings-appointment .doc-timings{margin: 12px 0;}
  select#filter_hospitals_list {
      text-transform: capitalize;
      font-size: 14px;
  }
  .inline-elements {
    display: flex;
    gap: 10px; /* Adjust the gap as needed */
    align-items: center; /* Align items vertically center */
    justify-content: center; /* Center the items horizontally */
}

.inline-elements .btn {
    flex: 1; /* Ensures equal width for both buttons */
    text-align: center; /* Centers the text inside the buttons */
    margin-top: -2px;
}
#CTA-doc-listing-call-now img{
    width: 17px;
    vertical-align: bottom;
}
button.btn.btn-outline-primary.btn-rounded.btn-block.fs-size-btn.py-2.doc_book_btn {
  margin-top: -4px;
}
#book-an-appointment-doctors.modal .modal-content {
  padding: 0px;
  width: 95%;
}
}
