/* button subscribe */
.newsletter_button {
  right: -30px !important;
}

/* input email */
.newsletter_input {
  border-radius: 25px !important ;
}

.header_phone,
.button,
.button_1,
.button_2,
.newsletter_button,
.newsletter_button {
  border-radius: 25px !important;
}

.intro_input {
  height: 30px !important;
}
.contact_input {
  height: 30px !important;
}
.background_image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.home {
  height: 500px;
}
div.home_text > p {
  color: white;
}
.home_title {
  color: hotpink;
}

div.home_content > div.home_title {
  color: hotpink;
}
div.home_content > .home_text {
  color: white;
}

.main_nav ul li {
  margin-right: 17px !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal-custom {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-custom {
  border-radius: 5px;
  background-color: #fefefe;
  margin: auto;
  padding: 25px;
  border: 1px solid #888;
  width: 90%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-top: -20px;
  margin-right: -5px;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.text-sky-blue {
  color: #57ccc3;
}

.bg-sky-blue {
  background-color: #57ccc3;
}

.text-pink {
  color: #fd556d;
}

.text-dr {
  color: #ffc107;
}

.bg-pink {
  background-color: #fd556d;
}

.box-shadow-title {
  background-color: #ffc107 !important;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.button-appoitment {
  background-color: #4caf50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button-appoitment-hover {
  background-color: white;
  color: #ffc107;
  border: 2px solid #ffc107;
  border-radius: 25px;
  margin: 10px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.button-appoitment-hover:hover {
  background-color: #ffc107;
  /* #fd556d; */
  color: white;
}

.button-appoitment-call {
  background-color: #57ccc3;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 25px;
  padding: 5px 20px;
}

.footer_nav ul li a:hover {
  color: #ffc107 !important;
}

.price {
  border-left: solid 3px #ffc107 !important;
}

.social ul li:hover {
  background: #ffc107 !important;
}

.menu {
  background: #ffc107 !important;
}

@media screen and (max-width: 480px) {
  .button-appoitment-hover {
    display: none !important;
  }
  .owl-carousel .owl-item {
    height: 80% !important;
  }

  /* .button-appoitment-hover {
    font-size: 8px;
    padding: 2px 7px;
  } */

  /* .intro {
    padding-top: 0;
    padding-bottom: 0;
  } */

  /* .why_image img {
    max-width: 100%;
    height: 100%;
  }
  .why_content {
    padding-top: 10px;
  } */
}
