@media only screen and (max-width: 767px) {
  .header-top, .appScreenshot-arrow, .testimonial__nav-arrow, .program-one .program-one_carousel-prev, .program-one .program-one_carousel-next {
    display: block;
  }

  .shopGallery {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .shopGallery.row > * {
    padding: 0;
  }
}

@media only screen and (max-width: 1140px) {
  .header-phone_box {
    display: block !important;
  }
}

@media only screen and (max-width: 599px) {
  .header-phone_box {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  .main-header_button {
    display: block !important;
  }
}

.header-lower {
  background: white;
}

.slider-two_heading {
  text-transform: unset;
}

.shopGallery {
  margin: 30px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.shopGallery .imageHolder {
  margin: 15px;
  padding: 15px;
  min-height: 300px;
  border-radius: 30px;
  background-repeat:no-repeat;
  background-position: center center;
  background-size: cover;
}

.hold1 {
  background-image: url("../../assets/images/shop/1.jpeg");
}
.hold2 {
  background-image: url("../../assets/images/shop/2.jpeg");
}
.hold3 {
  background-image: url("../../assets/images/shop/3.jpeg");
}
.hold4 {
  background-image: url("../../assets/images/shop/4.jpeg");
}

.header-style-two {
  position: fixed;
}

.registration-one_form-outer {
  height: 100%;
  min-height: 500px;
}

.footer-style_two .outer-container {
    padding: 0;
}

.registration-one_pattern {
  bottom: -77px;
}

.slider-two .swiper-slide {
  padding-top: 250px;
}

.registration-one {
  padding-top: 250px;
}

.swiper-wrapper {
  height: unset !important;
}

i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before {
  line-height: 2.4;
}

.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
  line-height: 2.5;
}

.logoImg {
  max-height: 100px;
}

@media only screen and (max-width: 767px) {
  .logoImg {
    max-height: 80px;
  }
}

.sec-title_heading {
  text-transform: unset !important;
}

.map-one_map  {
  height: 100%;
}

@media only screen and (max-width: 479px) {
  .map-one_map iframe {
    height: 100%;
  }
}

.main-header.header-style-two .header-lower:before {
  top: -4px;
  height: 4px;
}

.main-header.header-style-two .header-lower:before{
  background-position: bottom;
}


.map-one_map iframe {
  height: 100%;
}

.changeFlexOnSmall li {
  margin-top: 5px;
}

.customBtn {
  min-width: 95px;
}


@media only screen and (max-width: 767px) {
  .changeFlexOnSmall {
  flex-direction: column;
  }

  .customBtn {
    min-width: 70px;
  }
  .customBtn * {
    font-size: 13px;
  }
  .btn-style-one {
    padding: 8px 20px !important;
  }
}