* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    line-height: inherit;
  }
  
  body {
    font-family: "Outfit", sans-serif;
    background-color: #f4f6ff;
  }
  
  a {
    text-decoration: none;
    cursor: pointer;
  }
  
  a:hover,
  a:focus,
  a:visited {
    text-decoration: none !important;
    outline: none;
  }
  
  ul,
  li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  
  img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  header{
    background-color: #055248;
    padding: 15px;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
header img{
    width: 100%;
    object-fit: contain;
    height: 75px;
}
body{
    width: 100%;
    max-width: 576px;
    margin: auto;
}
html{
  scroll-behavior: smooth;
}
.logo{
    display: block;
    width: 100%;
}
.custom-city-select {
    display: inline-block;
    position: relative;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  
  .custom-city-select label {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    font-family: "Outfit", sans-serif;
  }
  
  .custom-city-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    color: #333;
    font-family: "Outfit", sans-serif;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  }
  
  .custom-city-select select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0px 2px 5px rgba(0, 123, 255, 0.25);
  }
  
  .custom-city-select::after {
    content: '';
    font-size: 12px;
    color: #333;
    background-image: url('../images/down.png');
    position: absolute;
    right: 15px;
    top: 47%;
    transform: translateY(-50%);
    pointer-events: none;
    background-size: 100%;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center right;
  }
  
  .custom-city-select select option {
    padding: 10px;
  }
  

  .choose {
    font-family: Arial, sans-serif;
    text-align: center;
  }
  
  .choose p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    font-family: "Outfit", sans-serif;
  }
  
  .choose-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .choose-options label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 60px;
  }
  .choose-options label.active{
    border: 1px solid #767777;
  }
  .choose-options label input {
    display: none;
  }
  
  .choose-options label i {
    font-size: 30px;
    color: #007bff;
    margin-bottom: 5px;
  }
  
  .choose-options label span {
    font-size: 14px;
    color: #333;
  }
  
  .choose-options label:hover {
    background-color: #fff;
  }
  
  .choose-options label input:checked + i {
    color: #007bff;
  }
  
  .dropdown-group {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
  }

  main{
    background-color: #f4f6ff;
  }
  .choose .custom-city-select {
    margin-top: 10px;
  }
  .choose{
    padding: 30px 0;
  }
  .choose-options label img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
  }
  .find_btn a{
    width: 280px;
    margin: 20px auto 0;
    display: block;
    padding: 10px 0;
    color: #000;
    border: 1px solid #767777;
    border-radius: 30px;
    background-color: #0000;
    transition: .5s ease-in-out;
    font-family: "Outfit", sans-serif;
  }
  .find_btn a:hover{
    background-color: #000;
    transition: .5s ease-in-out;
    color: #fff;
  }
   .find_btn button{
    width: 280px;
    margin: 20px auto 0;
    display: block;
    padding: 10px 0;
    color: #000;
    border: 1px solid #767777;
    border-radius: 30px;
    background-color: #0000;
    transition: .5s ease-in-out;
    font-family: "Outfit", sans-serif;
  }
  .find_btn button:hover{
    background-color: #000;
    transition: .5s ease-in-out;
    color: #fff;
  }
  .ad_slider a{
    width: 100%;
    display: block;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
  }
  .ad_slider a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* .ad_slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background: #ccc;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
  }
  .ad_slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .owl-stage {
    padding: 0 80px;
  } */
  footer{
    width: 100%;
    padding-top: 70px;
    background-color: #055248;
  }
  .cus_fixed{
    width: 100%;
    justify-content: center;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    position: fixed;
    bottom: 0;
    margin-top: 100px;
    left: 0;
    z-index: 998;
    flex-wrap: wrap;
    background-color: #000;
    }
    .cus_fixed li{
list-style: none;
  padding: 1px 1px;
  flex-grow: 1;
    }
    .cus_fixed li a{
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  letter-spacing: -.5px;
  line-height: 1.2;
  background: #ffffff21;
  padding: 3px;
    }
    .cus_fixed li a img{
      width: 28px;
      height: 28px;
      object-fit: contain;
      margin-bottom: 5px;
    }


    /* Basic styles */
.calendar {
  margin: 20px auto;
  text-align: center;
}
.calendar .header, .date-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-family: "Outfit", sans-serif;
  border-bottom: 1px solid #00000012;
}
.calendar .nav-button {
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 29px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  padding-bottom: 2px;
  border: 1px solid #000;
  text-align: center;
}
.calendar .nav-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  border-color: #cccccc;
  color: #fff;
}
.calendar .month-year {
  font-size: 18px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}
.calendar .dates-wrapper {
  overflow: hidden;
  width: 100%;
}
.calendar .dates {
  display: flex;
  font-family: "Outfit", sans-serif;
  transition: transform 0.3s ease-in-out;
  justify-content: center;
}
.calendar .date {
  width: 28.4px;
  text-align: center;
  padding: 7px;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
}
.day-name {
  font-size: 12px;
  font-family: "Outfit", sans-serif;
}
.date-num {
  font-size: 14px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  line-height: .6;
  margin-top: 5px;
}
.date.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.date.selected {
  background-color: #5b6bf5;
  color: white;
  border-radius: 50%;
}



.doctor_list {
  width: 90%;
  padding: 0px 5%;
}
.doctor_list h6{
  font-weight: 400;
  font-size: 18px;
}




.doctor_list .accordion-container {
  margin: 0 auto;
}
.accordion-item{
  margin: 10px 0;
}
.doctor_list .accordion-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  transition: background-color 0.5s ease-in-out;
}

.doctor_list .accordion-body {
  /*max-height: 0;*/
  overflow: hidden;
  padding: 0 10px;
  background-color: #fff;
  transition: max-height 0.5s ease-in-out;
}

.doctor_list .accordion-item.active .accordion-body {
  max-height: 500px; /* Adjust this value as needed */
  padding: 10px;
}

.doctor_list .toggle-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.doctor_list button {
  padding: 5px 0px;
}

.doctor_list button:focus {
  outline: none;
}
.doctor_img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f4f6ff;
}
.doctor_img img{
  width: 100%;
  height: 100%;
object-fit: contain;
}
.doctor_data h4{
  font-weight: 600;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}
.doctor_data h4 span{
  font-weight: 400;
  font-size: 14px;
  padding-left: 5px;
}
.doctor_data h5{
  font-weight: 400;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
}
.doctor_data p {
  font-weight: 400;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  background: #eeeef0;
  padding: 1px 10px;
  width: fit-content;
  margin: 2px 0;
}
.doctor_data p b{
  font-weight: 500;
}
.rating {
  color: #717171;
  font-size: 13px;
}
.doctor_data {
  width: 71%;
  margin-left: 4%;
}
.time-slots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px 0;
}

.time-slot {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: background-color 0.3s;
}

.time-slot.active {
  background-color: #fff;
  color: #5b6bf5;
  border: 1px solid #5b6bf5;
}
.time-slot.active.selected {
  background-color: #000;
  color: white;
  border-color: #000;
}

.time-slot.disabled {
  background-color: #ddd;
  color: #888;
  cursor: not-allowed;
}

.time-slot:hover:not(.disabled) {
background-color: #5b6bf5;
  color: #fff;
  border: 1px solid #5b6bf5;
}
.more_doctor.doctor_list {
  width: 100%;
  padding: 0px;
  margin-top: 20px;
}
.more_doctor h6{
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #00000012;
}
.next_page .find_btn a{
  text-align: center;
  margin: 25px auto 20px;
}
.next_page .find_btn button{
  text-align: center;
  margin: 25px auto 20px!important;
}
.doctor_list .next_page .find_btn button{
  text-align: center;
  margin: 25px auto 20px!important;
}

.log_in_part{
  width: 90%;
  margin: 30px 5%;
}
.profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #0f8bd2;
  margin: 0 auto 20px;
}
.profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login_form .form-group input{
  width: 270px;
  padding: 10px;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  text-align: center;
  margin: 7px auto;
}
.form-group {
  text-align: center;
}
.login_form .submit-btn{
  width: 110px;
  margin: 20px auto 0;
  display: block;
  padding: 8px 0;
  color: #000;
  border: 1px solid #767777;
  border-radius: 30px;
  background-color: #0000;
  transition: .5s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  transition: .5s ease-in-out;
}
.login_form .submit-btn:hover{
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  transition: .5s ease-in-out;
}
.note p{
  font-size: 14px;
  color: #5e5e5e;
  margin: 5px 0;
}
.note{
  width: 295px;
  margin: 20px auto 0;
}
.patient_form{
  padding: 30px 0;
}
.cus_input input{
  width: 285px;
  padding: 10px;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  text-align: center;
  margin: 7px auto 15px;
}

.cus_input textarea{
  width: 300px;
  padding: 10px;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  text-align: center;
  margin: 7px auto 15px;
}


.patient_form .submit-edit-btn{
  width: 170px;
  margin: 20px auto 0;
  display: block;
  padding: 8px 0;
  color: #000;
  border: 1px solid #767777;
  border-radius: 30px;
  background-color: #0000;
  transition: .5s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  transition: .5s ease-in-out;
}
.patient_form .submit-edit-btn:hover{
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  transition: .5s ease-in-out;
}

.patient_form .submit-btn{
    width: 170px;
  margin: 20px auto 0;
  display: block;
  padding: 8px 0;
  color: #000;
  border: 1px solid #767777;
  border-radius: 30px;
  background-color: #0000;
  transition: .5s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  transition: .5s ease-in-out;
}
.patient_form .submit-btn:hover{
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  transition: .5s ease-in-out;
}
.patient_form .custom-city-select {
  width: 150px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}
.patient_form .choose-options label{
  width: 100px;
}
.patient_form .choose-options{
  margin-top: 12px;
}

/* Styling the custom checkbox */
.custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px; /* Space for custom checkbox */
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.custom-checkbox .checkbox-mark {
  position: absolute;
  left: 30px;
  top: 53px;
  width: 20px;
  height: 20px;
  border: 2px solid #4CAF50;
  background-color: #fff;
  border-radius: 0;
  transition: background-color 0.3s, border 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-mark {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.custom-checkbox .checkbox-mark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-mark:after {
  opacity: 1;
}

/* Styling patient information container */
.patient-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  width: 94%;
  margin-left: -20px;
}

.patient-details {
  width: 79%;
  padding-left: 45px;
}

.patient-details p {
  margin: 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.patient-details p strong{
  font-size: 16px;
  font-weight: 500;
}

.patient-details label {
  font-weight: 500;
}

.action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.action-buttons a {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0;
  font-size: 14px;
  color: #333;
  transition: color 0.3s;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 400;
}

.action-buttons a:hover {
  color: #4CAF50;
}

.action-buttons img {
  width: 25px;
  height: 25px;
  margin: 10px 0;
}

.patient-info.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; /* Disable interaction */
}
















/* Basic Modal Styling */
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Background overlay */
  justify-content: center;
  align-items: center;
}

.custom-modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #adadad;
}

.custom-modal-header h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.custom-modal-body {
  margin-top: 10px;
}
.custom-modal-header button{
  padding: 1px 7.1px 3px 7px;
  color: #fff;
  background: #000;
  font-size: 17px;
  border-radius: 50%;
  cursor: pointer;
}
.note label {
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
}
.note label input{
margin-right: 4px;
}

.custom-modal-body .form-group{
  width: 100%;
  text-align: left;
}
.custom-modal-body .form-group label{
  width: 100%;
  display: block;
  font-size: 14px;
}
.custom-modal-body .form-group input{
  width: 90%;
  background-color: #f4f6ff;
  padding: 7px 5%;
  font-family: "Outfit", sans-serif;
  margin: 5px 0;
  color: #847e7e;
}
.custom-modal-body .form-group select{
  width: 100%;
  background-color: #f4f6ff;
  padding: 7px 5%;
  font-family: "Outfit", sans-serif;
  margin: 5px 0;
  color: #847e7e;
}
.custom-modal-body .form-group {
  margin-bottom: 5px;
}
#saveChangesBtn {
  margin: 15px auto 0;
  display: block;
  padding: 8px 25px;
  color: #000;
  border: 1px solid #767777;
  border-radius: 30px;
  background-color: #0000;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  transition: .5s ease-in-out;
}
.d_none{
  display: none;
}
.month-year{
  text-align: center;
  width: 100%;
}
.book_page .doctor_data {
  width: 76%;
}
.doctor_list.book_page h6{
  text-align: center;
}
.doctor_list.book_page .time-slots{
  display: block;
}

.doctor_list.book_page .patient-info {
  padding: 15px 5%;
  width: 90%;
  margin-bottom: 20px;
  margin-left: 0;
}
.doctor_list.book_page .patient-details {
  width: 100%;
  padding-left: 0;
}
.doctor_list.book_page .patient-details p{
text-align: center;
}
.book_page .charges{
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}
.doctor_list.book_page .patient-details a{
  font-weight: 500;
  color: #5b6bf5;
  margin: 2px 0;
  display: block;
}
.note p span{
  color: #5b6bf5;
}
.doctor_list.book_page .submit-btn {
  width: 100%;
  margin: 20px auto 30px;
  display: block;
  padding: 8px 0;
  color: #000;
      cursor: pointer;
  border: 1px solid #767777;
  border-radius: 30px;
  background-color: #0000;
  transition: .5s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  transition: .5s ease-in-out;
}




.doctor_list.book_page .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.doctor_list.book_page .modal-content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  overflow: hidden;
}
.doctor_list.book_page .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.doctor_list.book_page .modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.doctor_list.book_page .close-modal {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 0px;
  color: #333;
}
.doctor_list.book_page .modal-body {
  padding: 10px;
  background-color: #f4f6ff;
}
.coupon-input-section {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.coupon-input {
  flex: 1;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 30px 0 0 30px;
}
.apply-coupon-btn {
  padding: 10px 15px;
  background-color: #5b6bf5;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 80px;
  border-radius: 0 30px 30px 0;
}
.apply-coupon-btn:hover {
  background-color: #5b6bf5;
}
.available-coupons-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.coupon-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 4px;
}
.coupon-details {
  flex: 1;
}
.coupon-name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 80%;
}
.coupon-name img{
  width: 17px;
  height: 17px;
  object-fit: contain;
  margin: 0 4px -3px 0;
}
.coupon-description {
  margin: 5px 0 0;
  font-size: 12px;
  color: #555;
}
.doctor_list.book_page .apply-btn {
  padding: 0;
  border: none;
  cursor: pointer;
  width: 18%;
  color: #5b6bf5;
  text-transform: uppercase;
  font-size: 13px;
}
.doctor_list.book_page .apply-btn:hover {
  color: #5b6bf5;
}
.coupon_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px dashed #0000008c;
  margin-bottom: 8px;
}
.coupon-description {
  text-align: left!important;
}
.coupon-list{
  height: 360px;
  overflow: auto;
}
.confirmed{
  position: absolute;
  right: 10px;
  top: -3px;
}
.confirmed img{
  width: 73px;
  height: 73px;
  object-fit: contain;
}
.cus_relative{
  position: relative;
}
.important_link {
  position: absolute;
  left: 10px;
  display: flex;
  width: 80px;
  height: 54px;
  justify-content: space-between;
  align-items: center;
}
.important_link a{
  display: block;
  width: 22px;
  height: 22px;
}
.important_link a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.confirmed_title {
  color: #5b6bf5;
  font-weight: 600;
  font-size: 16px;
}
.clinic p{
  margin: 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  padding: 0;
}
.clinic label {
  font-weight: 500;
}
.clinic .doctor_data h4 {
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.center_note p{
  text-align: center;
}
.final_btn{
  margin-top: 20px;
  margin-bottom: 30px;
}
.final_btn .submit-btn{
  margin: 8px auto 8px!important;
  font-size: 14px!important;
}
#st-1 .st-btn:hover {
  opacity: 1!important;
  top: 0px!important;
}
#st-1 .st-btn[data-network="sharethis"] {
  background-color: transparent!important;
}
#st-1{
  background-image: url(../images/icon11.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#st-1 .st-btn{
  opacity: 0!important;
}
.st-cmp-settings{
  display: none;
}
.st-disclaimer{
  display: none;
}
.st-logo{
  display: none;
}
#st-1.st-has-labels .st-btn.st-remove-label{
  min-width: auto!important;
}
.editor  {
  font-family: "Outfit", sans-serif;
  }
.editor h2 {
  margin-bottom: 5px !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  }
.editor h4{
clear: none;
font-size: 18px !important;
margin-bottom: 10px !important;
color: #3a3a3a;
font-weight: 500;
font-family: "Outfit", sans-serif;
}
.editor h6{
  clear: none;
font-size: 16px !important;
margin-bottom: 10px !important;
color: #3a3a3a;
font-weight: 500;
font-family: "Outfit", sans-serif;
}

.editor ul{
  list-style: square;
  padding-left: 0;
  margin-bottom: 0px;
  margin-top: 5px;
}
.editor ul li {
  list-style: inside;
  font-family: "Outfit", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: #333;
}
.editor ul li::marker{
  color: #5b6bf5;
}
.editor p{
  font-family: "Outfit", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: #333;
}
.page_title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  border: 1px dashed #000;
  width: 85%;
  margin: 20px auto;
  background: #fff;
}
.editor {
  font-family: "Outfit", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background: #fff;
  width: 82%;
  padding: 15px;
  margin: 0 auto 32px;
}
.status_page .coupon {
  position: relative;
  overflow: hidden;
}
.book_btn {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px 4px 20px;
  position: absolute;
  border-radius: 20px;
  right: -20px;
  transform: rotate(90deg);
  top: 16px;
}
.status_page .coupon-name {
  width: 90%;
}
.status_page .coupon-description {
  width: 90%;
}
.status_page .coupon-name {
  color: #5b6bf5;
}
.status_page .coupon-description {
  font-size: 14px;
  color: #555;
}
.status_page .coupon-description strong{
  font-weight: 500;
}
.status_btn {
  width: fit-content;
  display: block;
  padding: 5px 16px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  text-align: center;
  transition: .5s ease-in-out;
  margin-top: 10px;
  background: #5b6bf5;
  border-radius: 20px;
}
.status_page .coupon-list {
  height: auto;
  overflow: visible;
  margin-bottom: 20px;
}
.status_page .apply-coupon-btn img{
  width: 25px;
}
.status_page .apply-coupon-btn{
  width: 60px;
  padding-right: 7px;
}
#st-cmp-v2 .st-cmp-app .st-cmp-content{
  display: none!important;
}
#st-cmp-v2 .st-cmp-app{
  display: none!important;
}
.choose-options label.active{
  position: relative;
}
.choose-options label.active ::after{
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  background-image: url(../images/check.png);
  height: 25px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
.red{
  background-color: #ea0000;
}
.green{
  background-color: #14b214;
}
.book_btn.red{
  top: 23px;
  right: -26px;
}

.doctor_list.book_page .time-slot.active.selected img{
  width: 25px;
  margin-right: 10px;
}
.doctor_list.book_page .time-slot.active.selected{
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first_page {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 30px 0 10px;
}
.first_page .find_btn a {
  width: 110px;
  margin: 25px auto 0;
}
.first_page .find_btn button {
  width: 125px;
  margin: 25px auto 0;
}
.progress_bar{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.step{
  margin: 0 9px;
  position: relative;
  z-index: 9;
}
.step_count{
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border: 1px #000 solid;
  background: #fff;
  border-radius: 50%;
  cursor: pointer; 
  
}
.step_label {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}
.step.done .step_count{
  border: 1px #000 solid;
  background: #000;
  color: #fff;
}
.step.done .step_label{
  color: #5b6bf5;
}
.step.live .step_count{
border: 1px #000 solid;
  color: #fff;
  background: #000;
}
.find_btn button{
    cursor: pointer;
}
.step.live .step_label{
  color: #5b6bf5;
}
.bar{
position: absolute;
  height: 2px;
  width: 100%;
  z-index: 1;
  background: #cacaca;
  top: 16px;
  width: 90%;
  border-radius: 20px;
  overflow: hidden;
}
.bar_width{
  position: absolute;
  height: 100%;
  background: #000;
  z-index: 2;
}
.main_step{
  margin-top: 25px;
}
.main_step h5{
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
/* Splash Screen Styles */
#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    transition: opacity 1s ease-out;
}

#splash-screen.hidden {
    opacity: 0;
    pointer-events: none; /* Prevent interactions while fading out */
}

#splash-screen img.logo {
    width: 250px;
    animation: fadeUp 1.5s ease-out;
    margin-bottom: 20px;
}

#splash-screen .features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

#splash-screen .features li {
    margin: 5px 0;
    opacity: 0;
    animation: fadeLeft 1.5s ease-out forwards;
    font-size: 22px;
    font-weight: 500;
}
#splash-screen .features li span{
  font-weight: 600;
  font-style: italic;
}

/* Adjusted Animation Delays for Completion in 1.5 Seconds */
#splash-screen .features li:nth-child(1) {
    animation-delay: 0.2s;
}

#splash-screen .features li:nth-child(2) {
    animation-delay: 0.4s;
}

#splash-screen .features li:nth-child(3) {
    animation-delay: 0.6s;
}

#splash-screen .features li:nth-child(4) {
    animation-delay: 0.8s;
}

#splash-screen .features li:nth-child(5) {
    animation-delay: 1s;
}

#splash-screen .tagline {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    animation: fadeDown 1.5s ease-out;
    text-transform: capitalize;
}

#splash-screen .tagline span {
    font-weight: 700;
    color: #ebff00;
    font-style: italic;
}

#splash-screen .footer_part h5,
#splash-screen .footer_part p,
#splash-screen .footer_part h6 {
    margin: 10px 0;
    opacity: 0;
}

#splash-screen .footer_part h5 {
    animation: fadeDown 1.5s ease-out 1s forwards;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
}

#splash-screen .footer_part p {
    animation: fadeUp 1.5s ease-out 1.2s forwards;
    font-size: 14px;
}

#splash-screen .footer_part p span {
    font-weight: 700;
    font-style: italic;
    display: block;
}

#splash-screen .footer_part h6 {
    animation: fadeUp 1.5s ease-out 1.4s forwards;
    font-weight: 600;
    font-style: italic;
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

#splash-screen .footer_part h6 img {
    width: 50px;
    margin-bottom: -8px;
    margin-left: 2px;
}

/* Animations */
@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeLeft {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Main Content Hidden by Default */
#main-content {
    display: none;
}















.st-btns .st-btn:nth-child(1){
  display: none!important;
}
.st-btns .st-btn:nth-child(2){
  display: none!important;
}
.st-btns .st-btn:nth-child(3){
  display: none!important;
}
.st-btns .st-btn:nth-child(4){
  display: none!important;
}
.st-btns .st-btn:nth-child(5){
  display: none!important;
}
.st-btns .st-btn:nth-child(6){
  display: none!important;
}
.st-btns .st-btn:nth-child(7){
  display: none!important;
}
.st-btns .st-btn:nth-child(8){
  display: none!important;
}
/*.st-btns .st-btn:nth-child(9){*/
/*  display: none!important;*/
/*}*/
.st-btns .st-btn:nth-child(10){
  display: none!important;
}

.st-btns .st-btn:nth-child(12){
  display: none!important;
}
.st-btns .st-btn:nth-child(13){
  display: none!important;
}
.st-btns .st-btn:nth-child(14){
  display: none!important;
}
.st-btns .st-btn:nth-child(15){
  display: none!important;
}
.st-btns .st-btn:nth-child(16){
  display: none!important;
}
.st-btns .st-btn:nth-child(17){
  display: none!important;
}
.st-btns .st-btn:nth-child(18){
  display: none!important;
}
.st-btns .st-btn:nth-child(19){
  display: none!important;
}
.st-btns .st-btn:nth-child(20){
  display: none!important;
}
.st-btns .st-btn:nth-child(21){
  display: none!important;
}
.st-btns .st-btn:nth-child(22){
  display: none!important;
}
.st-btns .st-btn:nth-child(23){
  display: none!important;
}
.st-btns .st-btn:nth-child(24){
  display: none!important;
}
.st-btns .st-btn:nth-child(25){
  display: none!important;
}

.st-btns .st-btn:nth-child(27){
  display: none!important;
}
.st-btns .st-btn:nth-child(28){
  display: none!important;
}
.st-btns .st-btn:nth-child(29){
  display: none!important;
}

.st-btns .st-btn:nth-child(31){
  display: none!important;
}
.st-btns .st-btn:nth-child(32){
  display: none!important;
}
.st-btns .st-btn:nth-child(33){
  display: none!important;
}
.st-btns .st-btn:nth-child(34){
  display: none!important;
}
.st-btns .st-btn:nth-child(35){
  display: none!important;
}
.st-btns .st-btn:nth-child(36){
  display: none!important;
}

.st-btns .st-btn:nth-child(38){
  display: none!important;
}
.st-btns .st-btn:nth-child(39){
  display: none!important;
}
.st-btns .st-btn:nth-child(40){
  display: none!important;
}
.st-btns .st-btn:nth-child(41){
  display: none!important;
}
.st-btns .st-btn:nth-child(42){
  display: none!important;
}
.st-btns .st-btn:nth-child(43){
  display: none!important;
}
.st-btns .st-btn:nth-child(44){
  display: none!important;
}
.st-btns .st-btn:nth-child(45){
  display: none!important;
}
.st-btns .st-btn:nth-child(47){
  display: none!important;
}
.st-btns .st-btn:nth-child(48){
  display: none!important;
}

.st-btns .st-btn:nth-child(49){
  display: none!important;
}
.st-btns .st-btn:nth-child(50){
  display: none!important;
}
   

.st-btns .st-btn:nth-child(52){
  display: none!important;
}
.st-btns .st-btn:nth-child(53){
  display: none!important;
}
.st-btns .st-btn:nth-child(54){
  display: none!important;
}
.st-btns .st-btn:nth-child(55){
  display: none!important;
}
.st-btns .st-btn:nth-child(57){
  display: none!important;
}
.st-btns .st-btn:nth-child(58){
  display: none!important;
}
.st-btns .st-btn:nth-child(59){
  display: none!important;
}
.st-btns .st-btn:nth-child(60){
  display: none!important;
}
#st-el-2 .st-disclaimer{
  display: none!important;
}
#st-el-2 .st-logo{
  display: none!important;
}



@media (max-width: 768px) {
  .st-btns .st-btn:nth-child(1){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(2){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(3){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(4){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(5){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(6){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(7){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(8){
      display: none!important;
    }
    /*.st-btns .st-btn:nth-child(9){*/
    /*  display: none!important;*/
    /*}*/
    .st-btns .st-btn:nth-child(10){
      display: none!important;
    }
  
    .st-btns .st-btn:nth-child(12){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(13){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(14){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(15){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(16){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(17){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(18){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(19){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(20){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(21){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(22){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(23){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(24){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(25){
      display: none!important;
    }
  
    .st-btns .st-btn:nth-child(27){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(28){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(29){
      display: none!important;
    }
  
    .st-btns .st-btn:nth-child(31){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(32){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(33){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(34){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(35){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(36){
      display: none!important;
    }
  
    .st-btns .st-btn:nth-child(38){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(39){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(40){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(41){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(42){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(43){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(44){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(45){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(46) {
      display: none !important;
    }
    .st-btns .st-btn:nth-child(47){
      display: inline-block!important;
    }
    .st-btns .st-btn:nth-child(48){
      display: none!important;
    }
  
    .st-btns .st-btn:nth-child(49){
      display: none!important;
    }
   .st-btns .st-btn:nth-child(50){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(51){
      display: none!important;
    }  
  
    .st-btns .st-btn:nth-child(52){
      display: inline-block!important;
    }
    .st-btns .st-btn:nth-child(53){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(56){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(60){
      display: none!important;
    }
    .st-btns .st-btn:nth-child(57){
      display: inline-block!important;
    }
    .st-btns .st-btn:nth-child(61){
      display: none!important;
    }

}


#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease-out;
  transition: 1s ease-in-out;
  left: -0%;
}
#splash-screen.hidden {
  left: -100%;
  transition: 1s ease-in-out;
  pointer-events: none;
}
#main-content {
  display: none;
  opacity: 0;
  left: 100%;
  animation: bounceInRight 1s ease forwards;
}
@keyframes bounceInRight {
  0% {
      opacity: 0;
      left: 0%;
  }
  60% {
      opacity: 1;
      left: 60%;
  }
  100% {
      opacity: 1;
      left: 0%;
  }
}
#splash-screen img.logo {
  width: 250px;
  animation: fadeUp 1.5s ease-out;
  margin-bottom: 20px;
}

#splash-screen .features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

#splash-screen .features li {
  margin: 5px 0;
  opacity: 0;
  animation: fadeLeft 1.5s ease-out forwards;
  font-size: 22px;
  font-weight: 500;
}

/* Adjusted Animation Delays for Completion in 1.5 Seconds */
#splash-screen .features li:nth-child(1) {
  animation-delay: 0.2s;
}

#splash-screen .features li:nth-child(2) {
  animation-delay: 0.4s;
}

#splash-screen .features li:nth-child(3) {
  animation-delay: 0.6s;
}

#splash-screen .features li:nth-child(4) {
  animation-delay: 0.8s;
}

#splash-screen .features li:nth-child(5) {
  animation-delay: 1s;
}

#splash-screen .tagline {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  animation: fadeDown 1.5s ease-out;
  text-transform: capitalize;
}

#splash-screen .tagline span {
  font-weight: 700;
  color: #ebff00;
  font-style: italic;
}

#splash-screen .footer_part h5,
#splash-screen .footer_part p,
#splash-screen .footer_part h6 {
  margin: 10px 0;
  opacity: 0;
}

#splash-screen .footer_part h5 {
  animation: fadeDown 1.5s ease-out 1s forwards;
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
}

#splash-screen .footer_part p {
  animation: fadeUp 1.5s ease-out 1.2s forwards;
  font-size: 14px;
}

#splash-screen .footer_part p span {
  font-weight: 700;
  font-style: italic;
  display: block;
}

#splash-screen .footer_part h6 {
  animation: fadeUp 1.5s ease-out 1.4s forwards;
  font-weight: 600;
  font-style: italic;
  display: block;
  font-size: 16px;
  margin-top: 20px;
}

#splash-screen .footer_part h6 img {
  width: 50px;
  margin-bottom: -8px;
  margin-left: 2px;
}

/* Animations */
@keyframes fadeUp {
  0% {
      transform: translateY(20px);
      opacity: 0;
  }

  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
      transform: translateY(-20px);
      opacity: 0;
  }

  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes fadeLeft {
  0% {
      transform: translateX(20px);
      opacity: 0;
  }

  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

/* Main Content Hidden by Default */
#main-content {
  display: none;
}



#page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 1;
  transition: 1s ease-in-out;
}
#page-preloader img{
  width: 150px;
}
#page-preloader.hidden {
  opacity: 0;
  left: 0%;
  transition: 1s ease-in-out;
  pointer-events: none; /* Prevent interactions during fade-out */
}

/* Main Page Content Styles */
#page-content {
  opacity: 0;
  left: -100%;
  animation: bounceInRight 1s ease forwards;
}

/* Bounce In Right Animation */
@keyframes bounceInRight2 {
  0% {
      opacity: 0;
      transform: translateX(100%);
  }
  60% {
      opacity: 1;
      transform: translateX(-20px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}
.editor a {
  color: #333;
}
.contact_page .editor {
  margin: 0 auto 15px;
  border-radius: 5px;
}
.contact_page .editor h2 {
  border-bottom: 1px solid #00000024;
  padding-bottom: 4px;
}

.contact-form {
background: white;
  width: 93%;
  margin-top: 10px;
        }
        .contact-form input, .contact-form textarea {
width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #efefef;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgb(213, 213, 213) 2px 2px 3px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
        }
        .contact-form button {
background: #000;
  color: #fff;
  padding: 8px 20px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #000;
  font-weight: 400;
  text-transform: uppercase;
        }


.all_done {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.all_done.active {
  opacity: 1;
  visibility: visible;
}

.loader-content {
  text-align: center;
  color: #fff;
}

.success-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  animation: fade-in-scale2 1s ease forwards;
}

.success-text {
  margin-top: 20px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  animation: bounce2 1s ease forwards;
  font-weight: 500;
  margin: 0;
}

/* Keyframes for animation */
@keyframes fade-in-scale2 {
  0% {
      transform: scale(0);
      opacity: 0;
  }
  100% {
      transform: scale(1.5);
      opacity: 1;
  }
}

@keyframes bounce2 {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-30px);
  }
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}


.next_page .find_btn.ready a {
  background-color: #5b6bf5;
  color: #fff;
  border-color: #5b6bf5;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.next_page .find_btn.ready button {
  background-color: #5b6bf5;
  color: #fff;
  border-color: #5b6bf5;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@keyframes glowing {
  /*0% { 
    background: #e6ad26;
  }
  50% { 
    background: #9b3530;
  }
  100% { 
    background: #e6ad26;
  }*/

  0%, 7% {
  transform: rotateZ(0);
}
15% {
  transform: rotateZ(-6deg);
}
20% {
  transform: rotateZ(4deg);
}
25% {
  transform: rotateZ(-4deg);
}
30% {
  transform: rotateZ(2deg);
}
35% {
  transform: rotateZ(-1deg);
}
40%, 100% {
  transform: rotateZ(0);
}
}


.stamp {
  transform: scale(0) rotate(-15deg) translateY(-200px);
  opacity: 0;
  animation: stampIn .8s ease forwards;
}

/* Keyframes for the stamp animation */
@keyframes stampIn {
  0% {
      transform: scale(0) rotate(-15deg) translateY(-200px);
      opacity: 0;
  }
  95% {
      transform: scale(2.2) rotate(0deg) translateY(0);
      opacity: 1;
  }
  85% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
  }
  100% {
      transform: scale(1) rotate(0deg);
      opacity: 1;
  }
}
.edit-btn{
      background: #fff;
}
.delete-btn{
    background: #fff;
}
.submit-btn {
  cursor: pointer;
}
.cus_select{
    display:flex;
    gap: 10px;
}

/* .accordion-container.attt .accordion-item:first-child .accordion-body{
  max-height: ;
} */
.f_date.month-year{
color: #fff;
  background: #000;
  padding: 10px;
  width: 300px;
  margin: 5px auto;
  border-radius: 5px;
}
.f_date.month-year img{
display: block;
  width: 100%;
  height: 30px;
  object-fit: contain;
  margin-bottom: 10px;
  background: #ffffff30;
  padding: 5px 0;
  border-radius: 37px;
}

    .age{
        margin-top:15px;
    }
.age .custom-city-select::after {
  width: 18px;
  height: 18px;
}
.age label{
    display:block;
}
.patient_form .age .custom-city-select {
  width: 100px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}


.location{
        margin-top:15px;
    }
.location .custom-city-select::after {
  width: 18px;
  height: 18px;
}
.location label{
    display:block;
}
.patient_form .location .custom-city-select {
  width: 318px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}
.logout {
  color: #fff;
  background: #000;
  padding: 6px 20px 10px;
  display: block;
  width: fit-content;
  margin: 11px auto 0;
  font-weight: 500;
  border-radius: 30px;
  line-height: 1.2;
  font-size: 15px;
}
.book_page .doctor_data {
  text-align: left;
}
.view_btn {
  background: #000;
  color: #fff;
  padding: 5px 15px 5px 10px;
  display: block;
  width: fit-content;
  margin-top: 8px;
  text-transform: uppercase;
  border-radius: 0 30px 30px 0;
  font-size: 12px;
  border-left: 3px solid #5b6bf5;
}



.programmes_block{
  width: 100%;
  height: 200px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* .programmes_block  */
.programmes_block img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.programmes_block .programmes_img1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.programmes_block:hover .programmes_img1 {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.programmes_block:hover .programmes_img2 {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.main_blog{
display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
  justify-content: center;
  gap: 30px;
}
.cus_blog{
  width: 100%;
  text-decoration: none;
}
.cus_blog h4{
  color: #000;
  margin: 10px 0;
  font-size: 17px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  
}
.cus_blog p{
  color: #737373;
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0 10px;
  overflow: hidden;
  padding-top: 10px;
  display: -webkit-box;
  border-top: 1px dashed #8d8d8d;;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_txt {
  background-color: #fff;
  padding: 15px 15px 20px;
  border-radius: 10px;
  text-align: center;
  margin: -25px 10px 0;
  position: relative;
  z-index: 10;
  transition: all 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.pagination.cus_pt0{
  padding: 20px 0 30px !important;
}
.date {
  background: #edeff8;
  padding: 5px 15px;
  color: #000;
  font-size: 14px;
  width: fit-content;
  border-radius: 5px;
  margin: auto;
}
.cus_btn {
  background-color: #000;
  padding: 5px 15px;
  border-radius: 29px;
  color: #fff;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}

.pagination a {
  display: inline-block;
  padding: 7px 11px;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 14px;
}
.pagination a:hover {
  background-color: #000;
  color: #fff;
}

.pagination a.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.pagination a.prev, 
.pagination a.next {
  font-weight: 500;
}
.details_img img{
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}
.blog_details{
  margin: 30px 15px;
}
.blog_details .date{
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 0 10px;
}
.blog_details h1 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.blog_details p {
  font-family: "Outfit", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: #333;
}
.blog_details ul {
  list-style: square;
  padding-left: 0;
  margin-bottom: 0px;
  margin-top: 5px;
}
.blog_details ul li {
  list-style: inside;
  font-family: "Outfit", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: #333;
}
.blog_details ul li::marker {
  color: #5b6bf5;
}
.blog_txt{
     min-height: 180px;
}
.cus_fixed li:last-child{
    border-right: none;
}
header {
  position: relative;
}
.link1 {
/*position: absolute;*/
  width: 17px;
  left: 5px;
  top: 5px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link1 img{
width: 100%;
  object-fit: contain;
  height: 100%;
}
.link2 {
/*position: absolute;*/
  width: 17px;
  left: 5px;
  top: 40px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link2 img{
width: 100%;
  object-fit: contain;
  height: 100%;
}
.link3{
/*position: absolute;*/
  width: 17px;
  right: 5px;
  top: 5px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link3 img{
width: 100%;
  object-fit: contain;
  height: 100%;
}
.link4 {
/*position: absolute;*/
  width: 17px;
  right: 5px;
  top: 40px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link4 img{
width: 100%;
  object-fit: contain;
  height: 100%;
}
.cus_link2 {
  display: flex;
  gap: 8px;
}
.new_time {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.new_time .time-slot {
display: flex;
  width: 300px;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.new_time .time-slot img {
width: 30px;
  padding-right: 10px;
}
.book_page .doctor_data p {
    width: fit-content;
    margin: 2px auto;
}
.book_page .doctor_data {
    text-align: center;
}
.note p a {
  color: #5b6bf5;
  display:block;
}
.note p a span {
  color: #5b6bf5;
}


.ani {
    padding: 10px 0!important;
    color: #fff!important;
    border: none!important;
    background: #5b6bf5!important;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    transition: .5s ease-in-out;
}

.login_form .resendotp-btn {
    width: 136px;
    margin: 20px auto 0;
    display: block;
    padding: 8px 0;
    color: #000;
    border: 1px solid #767777;
    border-radius: 30px;
    background-color: #0000;
    transition: .5s ease-in-out;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    transition: .5s ease-in-out;
}

  .resendotp-btn {
    cursor: pointer;
}



@media (min-width: 767px) {
.cus_blog {
  width: 47%;
}
.programmes_block {
  height: 160px;
}
.blog_txt{
  min-height: 178px;
}
.cus_fixed li {
padding: 2px;
}
  .cus_fixed li a {
    font-size: 12px;
  }
.cus_fixed {
  width: 42%;
  margin-left: 29%;
  padding: 1px;
}
.cus_fixed {
  width: 42%;
  margin-left: 29%;
}



  
  
}









