/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**************** HOME-2 *************************/
/** Slide Show **/
.ApSlideShow .btn:hover {
  color: white;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ApSlideShow .btn-slide {
  color: white;
  border-color: white;
}
.ApSlideShow .btn-slide:hover {
  border-color: #346EB7;
  -webkit-box-shadow: 0 0 0 25px #346EB7 inset;
  box-shadow: 0 0 0 25px #346EB7 inset;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-information .box-info {
  padding: 15px;
  text-transform: uppercase;
  background: white;
}
.home-information .box-info .info {
  border: 1px solid #dbdbdb;
  padding: 52px 25px;
}
.home-information h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 50px;
}

.box-image-button {
  position: relative;
}
.box-image-button .clear-left-inherit {
  width: 62.5%;
}
.box-image-button .clear-right-inherit {
  width: 35%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  /** OPENING HOURS */
  .home-information h4 {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  /** Image home 2 **/
  .box-image-button .clear-left-inherit {
    width: 60.5%;
  }

  .columns-container .ApColumn .block {
    margin-bottom: 22px;
  }

  /** OPENING HOURS */
  .home-information .box-info .info {
    padding: 20px 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /** OPENING HOURS */
  .home-information .ApRawHtml {
    padding: 10px;
  }
  .home-information .box-info {
    padding: 0;
  }
  .home-information h4 {
    font-size: 16px;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .ApColumn .ApImage a {
    width: 100%;
  }

  .box-image-button .clear-right-inherit {
    width: 36%;
  }
}
@media (max-width: 480px) {
  .box-image-button .clear-left-inherit {
    width: 100%;
  }
  .box-image-button .clear-right-inherit {
    width: 100%;
  }
}
@media (max-width: 368px) and (min-width: 320px) {
  /** OPENING HOURS */
  .home-information .box-info {
    padding: 0;
  }
}
