/* Max width 767px */
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-75 {
    padding-top: 50px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  p {
    font-size: 15px;
  }
  .mf-default-btn {
    padding: 15px 40px;
  }
  .mf-section-title h2 {
    font-size: 25px;
  }
  .mf-facility-card .title h3 {
    font-size: 17px;
  }
  .mf-featured-categories-slides.owl-theme .owl-nav {
    margin-top: 25px;
    position: relative;
    top: 0;
  }
  .mf-overview-inner-area {
    padding: 50px 20px;
  }
  .mf-overview-inner-area .content h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .mf-overview-inner-area .content p {
    font-size: 15px;
  }
  .mf-overview-inner-area::before {
    opacity: 0.7;
  }
  .mf-collection-image .content {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .mf-collection-image .content span {
    font-size: 15px;
  }
  .mf-collection-image .content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .mf-review-slides.owl-theme .owl-nav {
    margin-top: 25px;
  }
  .mf-review-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
    top: unset;
    transform: unset;
  }
  .mf-review-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
  }
  .mf-page-banner-content h2 {
    margin-top: 12px;
  }
  .mf-page-banner-content .text-end {
    text-align: start !important;
  }
  .mf-my-account-form {
    background-color: unset;
    box-shadow: unset;
    padding: 0;
  }
  .mf-my-account-form h3 {
    font-size: 20px;
  }
  .mf-404-content .content h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .mf-track-order-content {
    background-color: transparent;
    padding: 0;
  }
  .mf-track-order-content h2 {
    font-size: 18px;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mf-collection-image .content {
    position: absolute;
    top: 50px;
    left: 35px;
    margin-top: 0;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .pb-75 {
    padding-bottom: 55px;
  }
  .mf-overview-inner-area {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mf-overview-inner-area::before {
    opacity: 0.5;
  }
  .mf-collection-image .content span {
    font-size: 15px;
  }
  .mf-collection-image .content h3 {
    font-size: 35px;
  }
  .mf-review-slides.owl-theme .owl-nav {
    margin-top: 25px;
  }
  .mf-review-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
    top: unset;
    transform: unset;
  }
  .mf-review-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
  }
  .mf-page-banner-content h2 {
    margin-top: 12px;
  }
  .mf-page-banner-content .text-end {
    text-align: start !important;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mf-facility-card .title h3 {
    font-size: 17px;
  }
  .mf-review-slides.owl-theme .owl-nav {
    margin-top: 25px;
  }
  .mf-review-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0;
    top: unset;
    transform: unset;
  }
  .mf-review-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
    left: auto;
  }
  .mf-overview-inner-area {
    padding-left: 70px;
    padding-right: 70px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mf-collection-image .content {
    top: 45px;
    left: 45px;
  }
  .mf-collection-image .content span {
    font-size: 15px;
  }
  .mf-collection-image .content h3 {
    font-size: 32px;
  }
  .mf-review-card p {
    max-width: 795px;
  }
}/*# sourceMappingURL=responsive.css.map */