
:root{
  --theme-yellow:#fdd066;
  --theme-blue:#35558b;
  --white:#fff;
  --black:#000000;
}
.appointment .book-appiontment {
  width: 100%;
      display: flex;
    flex-direction: column;
    max-width: 631px;
}

.appointment .book-appiontment .form-group {
  padding-bottom: 8px;
}


.appointment .book-appiontment input, .appointment .book-appiontment textarea, .appointment .book-appiontment select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .book-appiontment input:focus, .appointment .book-appiontment textarea:focus, .appointment .book-appiontment select:focus {
  border-color: #1977cc;
}

.appointment .book-appiontment input, .appointment .book-appiontment select {
  height: 44px;
  /*width: 290px;*/
}

.appointment .book-appiontment textarea {
  padding: 10px 12px;
}

.appointment .book-appiontment button[type="submit"] {
  background:var(--theme-blue);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  /*border-radius: 50px;*/
}

.appointment .book-appiontment button[type="submit"]:hover {
  background:var(--theme-yellow);
}

/*
.section-bg {
  background-color: #f1f7fd;
  margin-top: 50px;
}*/
.form-select {
  display: block;
  width: 100%;
  font-family: $form-select-font-family;
 
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}



.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
