
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Montserrat-Regular";
  color: #0e0d0d;
  font-size: 12px;
  background-color: #ece6e5;
  margin: 0; }

p, h1, h2, h3, h5, h6, ul {
  margin: 0; }

h4 {
  margin-bottom: 20px;
}

img {
  width: 100%;
  height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.qr {
  width: 100%;
  height: auto;
}

.benefit_card {
  width: 70%;
  height: auto;
}

/* LIST */
ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
dd {
  color: #000;
  font-weight: 500;
}

dt {
  color: #692f17;
}

dl {
  text-align: left;
}

li.error {
  list-style-type: none;
  /* margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9; */
  font-size: large;
  color: #990505;
}

/*TABLE*/
th,
td {
  padding: 15px;
  text-align: left;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #692f17;
  color: white;
}

/* MODAL */
.modal .modal-title {
  color: #692f17;
  font-weight: 700;
}

.modal .modal-header .close {
  font-size: 40px;
}

.modal .modal-footer .btn {
  margin: 0;
}

.natalia_img {
  width: 45%;
  height: auto;
}

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Back top */
.go-top {
  background-color: #eee;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
  background: #692f17;
  color: #ffffff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #9E9E9E; /*#626262;*/
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}


/* Mobile Responsive */
@media (max-width: 980px) {
  h2 {
    font-size: 2.4rem;
  }

  #home {
    height: 65vh;
  }

  .section--odd .col-md-4 {
    padding-bottom: 32px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}

@media (max-width: 700px) {
  #home {
    height: 100vh;
  }

  footer {
    text-align: center;
  }
  footer .col-sm-6 {
    padding-bottom: 32px;
  }
}

.custom-grid {
  display: grid;
  grid-gap: 1.25rem;
  text-align: left;
}

@media (min-width: 768px) {
  .custom-grid--x4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .custom-grid--x4 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 768px) {
  .custom-grid--x2 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.5rem;
  }
}

.custom-grid__tile {
  display: block;
  grid-column: span 2;
  margin-top: 0;
}

.custom-grid__tile--bordered {
  border-style: ridge;
  padding: 10px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}


.min-100-vh {
  min-height: 100vh;
}

/* Datepicker */
.datepicker-days .day:not(.disabled) {
  background: green;
  border-color: green;
  color: white;
}

.datepicker-days .day:not(.disabled):hover,
.datepicker-days .day:not(.disabled):focus,
.datepicker-days .day:not(.disabled):active {
  background: darkgreen;
  border-color: darkgreen;
}

.input-group.date,
.dropdown--time {
  width: 130px;
}

/* Dropdown */
.dropdown-toggle.form-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-toggle.form-control ~ .dropdown-menu {
  width: 100%;
}

.dropdown-toggle.form-control.btn-default:focus, 
.dropdown-toggle.form-control.btn-default:hover {
  background-color: #fff;
}

.dropdown--time .dropdown-menu {
  min-width: unset;
}

.btn-submit {
  margin: 0!important;
}

ul {
  padding-left: 0;
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #692f17;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none;
    color: #fe4447; }

:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  
  background: #ece6e5;
  background-image: url("../img/ordinace/image_1.JPG");
  background-size: cover; 
}

.inner {
  max-width: 850px;
  margin: auto;
  background: #fdfdfd;
  opacity: 90%;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

.image-holder {
  width: 50%;
  padding-right: 15px; }

form {
  width: 50%;
  padding-top: 77px;
  padding-right: 60px;
  padding-left: 15px; }

h3 {
  font-size: 35px;
  font-family: "ElMessiri-SemiBold";
  text-align: center;
  margin-bottom: 27px;
  color: #692f17; }

.button {
    background: #692f17;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    border-radius: 25px;
    margin-top: 20px;
    text-align: center;
}
.button_home{
  background: #692f17;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    width: 50%;
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-left: 100px;
    text-align: center;
}

.button_home img {
      width: 32px;
      height: 32px;
    }

.button_home:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
      color:#fff;
      background:#692f17;
      cursor: pointer;
}
 .button:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
      color:#fff;
      background:#692f17;
      cursor: pointer;
}

.form-holder {
  padding-left: 24px;
  position: relative; }
  .form-holder:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #692f17;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%); }
  .form-holder.active:before {
    border: 2px solid transparent;
    background: #692f17; }

.form-control {
  display: block;
  width: 100%;
  border-radius: 23.5px;
  height: 47px;
  padding: 0 24px;
  color: #5d0303;
  font-size: 13px;
  border: none;
  background: #f7f7f7;
  margin-bottom: 25px; }
  .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #808080;
    text-transform: uppercase;
    font-family: "Montserrat-Regular"; }
  .form-control::-moz-placeholder {
    font-size: 13px;
    color: #808080;
    text-transform: uppercase;
    font-family: "Montserrat-Regular"; }
  .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #808080;
    text-transform: uppercase;
    font-family: "Montserrat-Regular"; }
  .form-control:-moz-placeholder {
    font-size: 13px;
    color: #808080;
    text-transform: uppercase;
    font-family: "Montserrat-Regular"; }

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }


.checkbox {
  position: relative;
  padding-left: 19px;
  margin-bottom: 37px;
  margin-left: 26px; }
  .checkbox label {
    cursor: pointer;
    color: #999; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox input:checked ~ .checkmark:after {
    display: block; }

.label{
  font-weight: bold;
  width: 100%;
  color: #000000;
  font-size: 18px;
  height: 15px;
  border-radius: 2px;
  position: static;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;

}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #e7e7e7; }
  .checkmark:after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #692f17;
    position: absolute;
    display: none; }

.form-login {
  display: flex;
  align-items: center;
  margin-left: 23px;
  margin-bottom: 50px;
 }

@media (max-width: 767px) {
  .inner {
    display: block; }

  .image-holder {
    width: 100%;
    padding-right: 0; }

  form {
    width: 100%;
    padding: 0px 15px 70px; }

  .wrapper {
    background: none; } }

/*# sourceMappingURL=style.css.map */
