@media only screen and (max-width: 576px) {
  /* .carousel-inner {
    margin-top: 60px;
  } */
  .carousel-item img {
    width: 100% !important;
  }
  .carousel-indicators {
    bottom: -8px;
  }
  .carousel-indicators li {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-left: 5px;
  }
  span[class*="carousel_arrow"] {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) {
  /* .carousel-inner {
    margin-top: 60px;
  } */
  .carousel-item img {
    width: 100% !important;
  }
  .carousel-indicators {
    bottom: -5px;
  }
  .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    margin-left: 8px;
  }
  span[class*="carousel_arrow"] {
    padding: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .carousel-inner {
    margin-top: 0px;
    position: relative;
    top: -27px;
  }
  .carousel-item img {
    height: 100% !important;
  }
  .carousel-indicators {
    bottom: 25px;
  }
  .carousel-indicators li {
    width: 16px;
    height: 16px;
  }
  span[class*="carousel_arrow"] {
    padding: 20px;
  }
}

span[class*="carousel_arrow"] {
  background-color: #114d3f;
  color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9px -3px rgba(255, 255, 255, 0.726);
          box-shadow: 0px 0px 9px -3px rgba(255, 255, 255, 0.726);
}

.carousel-control-prev, .carousel-control-next {
  width: auto;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 1;
}

.title_container {
  z-index: 10;
  position: absolute;
  top: 23%;
  background: transparent;
  border: none;
}

.title_container h1 {
  font-family: Roboto-Regular !important;
  font-weight: 600;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.726);
  font-size: 60px !important;
}

.carousel-indicators li {
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #F19243;
}

.messanger_chat .fb_dialog_content iframe:nth-child(1) {
  -webkit-animation: none !important;
          animation: none !important;
  margin: 0 !important;
}

.phone {
  cursor: pointer;
  display: block;
}

.phone_icon {
  font-size: 35px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #f29145;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  position: fixed;
}
/*# sourceMappingURL=styles.css.map */