header {
  background-color: #0b5a50;

}
.place {
    padding: 30px 50px;
    background-color: #0b5a50;
    color: #fff;
    /* margin-top: 100px; */
    /* margin-left: 50px; */
    height: 100vh;
}
.buttonplace {
    margin-top: 50px;
    width: 100%;
    border-radius: 50px;
    background-color: rgb(58, 113, 190);
    color: aliceblue;
    padding: 10px 0;
}
.buttonplace:hover{
    background-color: rgb(33, 89, 168);

}
.hero-img-container{
    overflow: hidden;
}
.hero-img-container img {
    /* width: 100%; */
    height: 100vh;
}

.login-form-logo-box img{
    width: 250px;
    margin-bottom: 30px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ht-form-control{
    border-radius: 0px;
    border: 3px solid #fff;
}
.ht-form-control:focus{
    border: 3px solid #16bd82;
    box-shadow: none;
    border-radius: 5px;
}


/* From Uiverse.io by DaniloMGutavo */ 
.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
  }
  
  .custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
    transition: background-color 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 4px;
    width: 5px;
    height: 5px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
  .custom-checkbox:checked ~ .checkmark {
    background-color: #2196F3;
    box-shadow: 0 3px 7px rgba(33, 150, 243, 0.3);
  }
  
  .custom-checkbox:checked ~ .checkmark:after {
    display: block;
  }
  
  @keyframes checkAnim {
    0% {
      height: 0;
    }
  
    100% {
      height: 10px;
    }
  }
  
  .custom-checkbox:checked ~ .checkmark:after {
    animation: checkAnim 0.2s forwards;
  }
.su-h5 {
  color: #5bccfd;
  text-decoration: none;
}
.su-link {
  text-decoration: none;
  font-weight: 600;
  color:#5bccfd;
  margin-left: 10px;
}
.fgt-body {
  background-color: beige;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 15px;
  outline: 0;
}

.clinic-img-slide{
  border-radius: 12px;
  overflow: hidden;
}
.clinic-img-slide .owl-next{
  background: 0 0 !important;
  color: #f2fffdb8 !important;
  border: none !important;
  padding: 0!important;
  font: inherit !important;
  position: absolute !important;
  top: calc(50% - 15px) !important;
  right: -10px !important;
  font-size: 30px !important;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.clinic-img-slide:hover .owl-next{
  right: 10px !important;
  opacity: 1;
}
.clinic-img-slide .owl-prev{
  background: 0 0 !important;
  color: #f2fffdb8 !important;
  border: none !important;
  padding: 0!important;
  font: inherit !important;
  position: absolute !important;
  top: calc(50% - 15px) !important;
  left: -10px !important;
  font-size: 30px !important;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.clinic-img-slide:hover .owl-prev{
  left: 10px !important;
  opacity: 1;
}
.clinic-img-slide .owl-prev:hover, .clinic-img-slide .owl-next:hover{
  color: rgb(24, 24, 24) !important;
}
.clinic-feature-box{
  background-color: #fff;
  padding: 15px; 
  border-radius: 12px;
  height: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    box-shadow: 0px 1px 0.3rem #c6c6c644;
  }
  .clinic-feature-box .clinic-feature-icon{
    font-size: 35px;
    display: block;
    text-align: center;
  }
  .clinic-feature-box .clinic-feature-body{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .clinic-description .card{

    box-shadow: 0px 1px 0.3rem #c6c6c644 !important;
  }
  .book-appointment-btn{
    font-size: 25px !important;
  }
  .radio-select-box{
    padding: 12px;
    border-radius: 12px;
    border: 2px solid rgb(157, 157, 157);
    margin: 5px 0px;
    display: block;
    font-weight: 500;
    color: rgb(36, 36, 36);
  }
  .radio-select-box .form-check-input{
    margin-left: 0;
    margin-right: 5px;
  }
  .radio-select-box.active{
    border-color:rgb(91, 91, 230);
    color: rgb(91, 91, 230);
  }
  .radio-select-box.disabled{
    border-color:rgb(169, 169, 169);
    color: rgb(179, 179, 179);
  }
  .appointment-modal-title  {
    color: #0b5a50 !important;
  }
  .text-success {
    color: #18897a !important;
  }
  #bookAppointmentModal label{
    font-weight: 500;
  }
  #bookAppointmentModal .form-control{
    border-radius: 12px;
    padding: 10px;
    border: 2px solid rgb(157, 157, 157);
    color: #000;
    margin-top: 3px;
  }
  #bookAppointmentModal .form-control:focus{
    box-shadow: none;
    border-color:rgb(91, 91, 230);
  }
  #bookAppointmentModal .btn-submit{
    font-size: 22px;
  }