.guestText {
  display: flex;
  align-items: center;
  justify-content:end;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0 13px 7px;
  border-bottom: solid 1px rgb(229, 231, 235);
}


.guestText a{padding:0 0 0 2px;text-decoration:underline;color:#ad974f;font-weight:600}

.professionals-appointment input {
  color: #666;
  border-radius: 0 !important;
  height: 48px;
  padding: .75rem;
  border: solid 1px #ad974f;
  font-weight: 300;
  font-size: 17px;
  border-radius: 6px !important;
}

.hide {display:none;}


 .profileBox p span {  
  font-family: Mostardesign sofia pro, sans-serif !important;
  color: #000!Important;
}

.bookApBtn {
  width: 100%;
  height: 55px;
  font-size: 21px;
}


  #disqaGallery  .owl-stage{       
  padding-left: 0 !important;
}

  #disqaGallery  .owl-item img {  
  max-width: 100%;
  height: 230px;
  width: 100%;
  object-fit: cover;
}

#disqaGallery .owl-prev {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%) rotate(180deg);
  background-size: contain !important;
  background: url(../img/see-more-arrow.svg);
  background-repeat: no-repeat;
  opacity: 1;
  background-position: center;
}


 #disqaGallery .owl-prev span{
  font-size: 0;  display: none;


}

 #disqaGallery .owl-next{
  position: absolute;
  top: 50%;     
  right: -50px;
  width: 40px;
  height: 40px;
 transform:translateY(-50%);
    background: url(../img/see-more-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain !important; background-position: center;
  opacity: 1;
}


 #disqaGallery .owl-next span{
   font-size: 0;  display: none;
   

}



.gallery-icon {
  position: relative;
}


.gallery-icon .overlay {
  position: absolute;
  width: 100%;
  height: 100%;      
  background: rgba(0, 0, 0,0.0);
  z-index: 9;
  top: 0;
   display:none;
        transition: all 1s;
  justify-content: center;
  align-items: center; left:-100%;
}

 .gallery-icon:hover .overlay {   
  background: rgba(0, 0, 0,0.4); left:0;   display: flex;
}

.gallery-icon .overlay::before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #fff;
}


  .appointmentDetailBox {
  background: #f2f2f2;
  padding: 10px 20px;
}
  .appointmentDetailBox h3  {
  font-size: 21px;
  font-weight: 400;
  border-bottom: solid 1px #000;
  padding: 0 0 5px;
  margin: 11px 0 9px;
}

 .apttitleBox {
  display: flex;
  margin:14px 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
 .apttitleBox h2 {
  font-size: 16px;
  font-weight: 300;
  width: 80%;      margin: 0;
}
 .apttitleBox p{
  font-size: 17px;
  font-weight: 500; margin-bottom: 0;
}

 .apttitleDate {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin: 0 0 0;
}

.upload-label {
  display: flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: center;
}

.preview-box img {
    max-width: 80px !important;
    border-radius: 10px;
    height: 80px !important;
}