/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 12, 2021, 12:59:23 AM
    Author     : sahas
*/

.topbar-texts,
.footer-description {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
}

.headerSlider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 250px;
}

.headerSlider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 250px;
}

@media only screen and (max-width: 500px) {
  .headerSlider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 180px;
  }

  .headerSlider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 180px;
  }
}

.hd-nav-btn {
  padding: 0 5px;
}

.feedback_class {
  text-align: center !important;
  color: green !important;
  font-size: 23px !important;
  font-weight: 500 !important;
}

.appointment_modal_header {
  background: #152651 !important;
  border-radius: 19px 19px 0px 0px !important;
  color: white !important;
}

.appointment_modal_body {
  border: transparent !important;
}

.patient_add {
  color: #41cac0 !important;
}

.patient_add_new {
  color: #41cac0 !important;
}

.gridsection_img {
  padding: 0;
}

.featured_services {
  padding-top: 25px !important;
}

.text-custom {
  color: #212529 !important;
  border-radius: 20px 19px 0px 0px !important;
}

.bg-success {
  background-color: #f8f9fa !important;
}

#submit-btn {
  background-color: #152651;
}

.modal_close {
  color: white !important;
}

.form-control {
  margin-bottom: 6px;
}

/* Premium Form Styles */
.appointment-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #f8f9fa;
  font-size: 14px;
  color: #495057;
  transition: all 0.3s ease;
  outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #41cac0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(65, 202, 192, 0.1);
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.form-icon-css {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
  font-size: 12px;
}

.form-submit {
  background: linear-gradient(135deg, #41cac0 0%, #2bbbad 100%);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(65, 202, 192, 0.3);
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(65, 202, 192, 0.4);
}

.department_div,
.doctor_div {
  position: relative;
}

.textarea-css {
  min-height: 100px;
  resize: vertical;
  margin-bottom: 20px;
}