/* Min width 991px */
@media only screen and (max-width: 767px) {
  /* Section Padding */
  .ptb-120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  /* Font Size */
  .fs-18 {
    font-size: 16px;
  }
  /* Default Container */
  .container-fluid.side-padding {
    max-width: 540px;
  }
  .container-fluid.lf-padding {
    max-width: 540px;
  }
  .container-fluid.left-padding {
    max-width: 540px;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .container-fluid.wlf-padding {
    max-width: 540px;
  }
  /* Section Heading */
  .section-heading h2 {
    font-size: 25px;
  }
  /* Section Title */
  .section-title h2 {
    font-size: 25px;
  }
  /* Header Area CSS */
  .header-area p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .header-area .left-list.d-flex {
    display: block !important;
  }
  .header-area .justify-content-end {
    justify-content: start !important;
  }
  /* Navbar Area CSS */
  .navbar .others-options {
    position: absolute;
    right: 50px;
  }
  .navbar .others-options::before {
    display: none;
  }
  .navbar .others-options ul li {
    margin-right: 10px;
  }
  .navbar .others-options ul li .search-btn .search {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  .navbar .others-options ul li .default-btn {
    display: none;
  }
  /* Main Banner Area CSS */
  .main-banner-area .hero-image .circle-image {
    width: 100px;
    height: 100px;
  }
  .main-banner-area .hero-image .circle-image .circle-shape {
    left: -25px;
    max-width: 150px;
  }
  .main-banner-area .main-banner-user p.fs-22 {
    font-size: 18px;
  }
  .main-banner-area .main-banner-user .rating.d-flex {
    display: block !important;
  }
  .main-banner-content {
    margin-bottom: 50px;
  }
  .main-banner-content .main-banner-title {
    max-width: 100% !important;
  }
  .main-banner-content .main-banner-title span {
    padding: 4px 15px;
    font-size: 15px;
  }
  .main-banner-content .main-banner-title span.mb-4 {
    margin-bottom: 15px !important;
  }
  .main-banner-content .main-banner-title h1 {
    font-size: 25px;
  }
  .main-banner-content .main-banner-title h1 img {
    max-width: 70px;
  }
  .main-banner-content .main-banner-user p {
    margin-bottom: 20px;
  }
  .main-banner-content .main-banner-user .user-list li img {
    width: 40px;
    height: 40px;
  }
  .main-banner-area .bg-1 {
    border-radius: 10px;
  }
  /* Hero Area CSS h-2 */
  .hero-area {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .hero-area .hero-image .h-image::before {
    width: 100%;
    height: 100%;
  }
  .hero-area .hero-image .h-image-d {
    bottom: 20px;
    left: 40px;
    border: 5px solid var(--primary);
    max-width: 70px;
  }
  .hero-area .hero-image .h-image-c {
    top: 20px;
    left: 40px;
    max-width: 70px;
    border: 5px solid var(--primary);
  }
  .hero-area .hero-image .h-image-b {
    left: 0;
    border: 8px solid var(--primary);
    max-width: 100px;
  }
  .hero-area .h-shape-5 {
    display: none;
  }
  .hero-content {
    margin-bottom: 30px;
  }
  .hero-content .mb-1 {
    margin-bottom: 30px !important;
  }
  .hero-content h1 {
    font-size: 25px;
  }
  /* Banner Area CSS h-3*/
  .banner-area {
    padding: 50px 0 50px;
  }
  .banner-content h1 {
    font-size: 25px;
    line-height: 36px;
  }
  .banner-content .rating.gap-4 {
    gap: 10px !important;
  }
  .banner-content .rating .user-list li img {
    width: 40px;
    height: 40px;
  }
  .banner-content .rating .star-list .star {
    font-size: 20px;
  }
  .banner-content .rating .star-list span {
    font-size: 14px;
  }
  .banner-content .rating .star-list.ps-0 {
    padding-left: 15px !important;
  }
  .banner-image .wyp-card {
    margin-top: 25px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
  /* Advice Area CSS */
  .advice-area .advice-content {
    animation: marquee 5s linear infinite forwards;
  }
  .advice-area .advice-content ul li {
    font-size: 50px;
  }
  /* Features Area CSS */
  .features-card .features-1 {
    max-height: 80px;
    margin-bottom: 35px;
  }
  /* Booking Area CSS */
  .booking-content h2 {
    font-size: 25px;
  }
  .booking-content .a-image-1 {
    position: relative;
    top: 0;
    left: 0;
  }
  /* Features Area CSS */
  .features-card {
    padding: 25px 20px;
  }
  /* About Us Area CSS */
  .top-bar.mb-5 {
    margin-bottom: 30px !important;
  }
  .top-bar .section-heading {
    margin-bottom: 20px !important;
  }
  .top-bar .about-btn.text-end {
    text-align: start !important;
  }
  .about-us-area .section-heading .mb-5 {
    margin-bottom: 25px !important;
  }
  .about-us-area .a-shape-1 {
    display: none;
  }
  .about-card.d-flex {
    display: block !important;
  }
  .about-card .d-block {
    display: inline-block !important;
  }
  .about-card .icon {
    margin-bottom: 30px;
  }
  .about-area.tree .show-exp.d-flex {
    display: block !important;
  }
  .about-area.tree .show-exp .default-btn {
    margin-bottom: 20px;
  }
  /* About Image Area CSS h-2 */
  .about-image .a-shape-2 {
    display: none;
  }
  .about-image .tidy-card {
    left: 10px;
    bottom: 10px;
  }
  /* Service Area */
  .view-btn.mt-5 {
    margin-top: 30px !important;
  }
  /* Testimonials Area CSS */
  .testimonials-area .section-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .testimonials-area .shape-list {
    text-align: center;
    margin-top: 20px;
  }
  .testimonials-area .shape-list li {
    display: inline-block;
  }
  .testimonials-area .shape-list li .user-image {
    position: relative;
    top: 0;
    left: 0;
  }
  .testimonials-area .shape-list li .user-image img {
    width: 50px;
    height: 50px;
  }
  .testimonials-area .shape-list li .u-image-7 {
    position: relative;
    left: 0;
    top: 0;
  }
  .testimonials-area .shape-list li .u-image-7 img {
    width: 50px;
    height: 50px;
  }
  .testimonials-area .shape-list li .u-image-8 {
    position: relative;
    top: 0;
    right: 0;
  }
  .testimonials-area .shape-list li .u-image-8 img {
    width: 50px;
    height: 50px;
  }
  .testimonials-area .shape-list li .u-image-9 {
    position: relative;
    right: 0;
    top: 0;
  }
  .testimonials-area .shape-list li .u-image-9 img {
    width: 50px;
    height: 50px;
  }
  .testimonials-area .border-shape-1 {
    display: none;
  }
  .testimonials-card {
    padding: 30px 25px 30px;
    margin-top: 0;
  }
  .testimonials-card .fs-22 {
    font-size: 16px;
  }
  .testimonials-card .mb-5 {
    margin-bottom: 30px !important;
  }
  .testimonials-card .testimonials-1 {
    width: 80px;
    height: 80px;
    margin-top: 0;
  }
  .testimonials-card p {
    margin-bottom: 30px;
  }
  .testimonials-items .swiper-button-next, .testimonials-items .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .testimonials-items .swiper-button-next {
    right: -5px;
  }
  .testimonials-items .swiper-button-prev {
    left: -5px;
  }
  /* Choose Us Area CSS */
  .choose-us-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .choose-us-image {
    height: 300px;
  }
  .choose-us-content {
    padding: 30px 0;
  }
  .choose-us-content.ps-5 {
    padding-left: 0 !important;
  }
  .choose-us-content .fun-card {
    padding: 30px 35px;
    border: 1px solid rgba(176, 176, 176, 0.41);
  }
  .choose-us-content .fun-card.ms-auto {
    margin-left: 0 !important;
  }
  .choose-us-card .d-block {
    display: inline-block !important;
  }
  .cleaning-row.g-4 {
    --bs-gutter-y: 25px;
  }
  /* Why Choose Us Area CSS h-2 */
  .why-choose-us-area .mt-1 {
    margin-top: 30px !important;
  }
  .why-choose-us-area .choose-option .fs-22 {
    font-size: 18px;
  }
  /* Fun Fact Area CSS */
  .fun-fact-area .row {
    --bs-gutter-y: 24px;
  }
  .fun-fact-card {
    margin: auto;
  }
  .sec-fun-fact-card {
    text-align: center;
  }
  .sec-fun-fact-card h3 {
    font-size: 60px;
  }
  .sec-fun-fact-card .d-flex {
    justify-content: center;
  }
  /* h-2 */
  .sec-row {
    --bs-gutter-x: 20px;
  }
  /* Services Area CSS */
  .our-services-area .services-shape-5 {
    display: none;
  }
  .our-services-card {
    padding: 20px;
  }
  .our-services-card .fs-22 {
    font-size: 20px;
  }
  .our-services-card .mb-3 {
    margin-bottom: 10px !important;
  }
  .our-services-card .our-services-image {
    height: 215px;
  }
  .our-services-card .services-card-body {
    padding-top: 25px;
  }
  .single-card .single-card-body {
    padding: 25px 20px 25px;
  }
  .single-card .single-card-body .fs-22 {
    font-size: 20px;
  }
  /* Download Area CSS h-3*/
  .download-area .download-shape-3 {
    display: none;
  }
  .download-area .download-shape-4 {
    display: none;
  }
  .download-area .section-heading .mt-5 {
    margin-top: 30px !important;
  }
  .download-area .app-store {
    max-width: 125px;
  }
  /* Team Area CSS */
  .team-items .team-btn .swiper-button-next, .team-items .team-btn .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 18px;
  }
  .team-items .team-btn .swiper-button-next {
    right: 0;
  }
  .team-items .team-btn .swiper-button-prev {
    left: 0;
  }
  /* Newsletter Area CSS */
  .newsletter-area .section-heading {
    max-width: 100% !important;
    margin-bottom: 25px !important;
  }
  /* Newsletter Area CSS h-2 */
  .newsletter-warp {
    padding: 50px 20px;
  }
  .newsletter-warp .fs-32 {
    font-size: 25px;
  }
  .newsletter-warp .newsletter-form .form-control {
    height: 60px;
    padding: 15px 20px;
  }
  .newsletter-warp .newsletter-form .more-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  /* Facility Area CSS */
  .facility-image {
    height: 300px;
  }
  .facility-image .facility-image-card {
    top: auto;
    right: 0;
    bottom: 0;
    padding: 20px;
  }
  .facility-content {
    padding: 50px 0 40px;
    max-width: 100% !important;
  }
  .facility-content .default-btn.mt-5 {
    margin-top: 30px !important;
  }
  /* Facility Area CSS h-3*/
  .our-facility-area .section-heading.mt-5 {
    margin-top: 0 !important;
  }
  .facility-inner {
    padding: 40px 30px;
  }
  .our-facility-image {
    height: 300px;
  }
  .our-facility-image .tidy-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px 22px;
  }
  .our-facility-image .tidy-card h3 {
    font-size: 30px;
  }
  /* News Area CSS */
  .news-card .fs-22 {
    font-size: 20px;
  }
  .news-card .news-card-image .date {
    top: 20px;
    right: 20px;
  }
  /* Blog Area CSS h-2 */
  .blog-area .mt-1 {
    margin-top: 40px !important;
  }
  .blog-area .blog-btn {
    margin-bottom: 60px;
  }
  .blog-area .blog-btn .swiper-button-next, .blog-area .blog-btn .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  /* Portfolio Area CSS h-2 */
  .portfolio-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .portfolio-content {
    padding: 25px;
  }
  .portfolio-card {
    height: 350px;
  }
  /* Pricing Plan Area CSS h-2 */
  .pricing-plan-card {
    padding: 25px 20px;
  }
  .pricing-plan-card h4 {
    font-size: 35px;
  }
  .pricing-plan-card .pricing-plan-header {
    padding: 25px 20px;
  }
  .pricing-plan-card .pricing-plan-header .fs-32 {
    font-size: 25px;
  }
  /* Footer Area CSS */
  .footer-area .ps-1 {
    padding-left: 0 !important;
  }
  .footer-widget {
    padding-bottom: 30px;
  }
  .footer-widget .fs-22 {
    font-size: 20px;
  }
  .footer-widget h3 {
    margin-bottom: 20px;
  }
  .footer-widget p {
    font-size: 14px;
  }
  .footer-widget .footer-logo {
    max-width: 100px;
  }
  .footer-widget .link-list li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  /* Copyright Area CSS */
  .copyright-area p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .copyright-area .service-list.justify-content-end {
    justify-content: center !important;
  }
  .copyright-area .service-list li {
    font-size: 14px;
  }
  /* Go Top CSS */
  .go-top {
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 32px;
  }
  /* contact us h-3 */
  .contact-form-inner {
    padding: 30px 25px;
  }
  /* Page Banner Area CSS */
  .page-banner-area {
    padding: 260px 0 50px;
  }
  .page-banner-area .shape-image {
    display: none;
  }
  .page-banner-content {
    margin-bottom: 30px;
  }
  .page-banner-content h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .page-banner-content ul li {
    font-size: 16px;
  }
  /* Choose Us Area CSS */
  .choose-us-content .choose-us-card {
    padding: 30px 30px;
  }
  /* page banner CSS */
  .page-banner-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  /* Testimonials page */
  .single-testimonials {
    padding: 20px;
  }
  /* Appointment page */
  .appointment-inner {
    padding: 50px 20px;
  }
  /* Faq page */
  .faq-content .accordion-item .accordion-button {
    font-size: 16px;
  }
  /* Cart Page Area CSS */
  .cart-page-area .update-cart-box .default-btn {
    margin-top: 20px;
  }
  .cart-page-area .update-cart-box.text-end {
    text-align: start !important;
  }
  .r-comment .u-image-13 {
    margin-bottom: 20px;
  }
  .r-comment.style-1 {
    margin-left: 0;
  }
  .r-comment.d-flex {
    display: block !important;
  }
  .share-tag .tags {
    margin-bottom: 20px !important;
  }
  .share-tag .share {
    text-align: start;
  }
}
/* Min width 576px */
/* Min width 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Section Padding */
  .ptb-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  /* Default Container */
  .container-fluid.side-padding {
    max-width: 720px;
  }
  .container-fluid.lf-padding {
    max-width: 720px;
  }
  .container-fluid.left-padding {
    max-width: 720px;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .container-fluid.wlf-padding {
    max-width: 720px;
  }
  /* Header Area CSS */
  .header-area p {
    margin-bottom: 5px;
  }
  .header-area .left-list {
    justify-content: center !important;
    margin-bottom: 5px !important;
  }
  .header-area .social-icons.justify-content-end {
    justify-content: center !important;
  }
  /* Navbar Area CSS */
  .navbar .navbar-toggler {
    position: absolute;
    top: 16px;
    right: 0;
  }
  .navbar .others-options {
    margin-right: 35px;
  }
  /* Main Banner Area CSS */
  .main-banner-area .main-banner-user .gap-4 {
    gap: 20px !important;
  }
  .main-banner-area .main-banner-user .user-list li img {
    width: 40px;
    height: 40px;
  }
  .main-banner-content {
    margin-bottom: 50px;
  }
  .main-banner-area .bg-1 {
    border-radius: 50px 0 50px 0;
  }
  /* Hero Area CSS h-2 */
  .hero-area {
    padding-top: 160px;
    padding-bottom: 90px;
  }
  .hero-area .hero-image.text-end {
    text-align: center !important;
  }
  .hero-area .hero-image .h-image-c {
    left: 0;
  }
  .hero-area .hero-image .h-image-d {
    left: 0;
  }
  .hero-area .hero-image .h-image-b {
    left: -50px;
    max-width: 240px;
  }
  .hero-content {
    max-width: 100% !important;
    margin-bottom: 40px;
  }
  .hero-content .mb-1 {
    margin-bottom: 30px !important;
  }
  .hero-content h1 {
    font-size: 70px;
  }
  /* Banner Area CSS h-3*/
  .banner-area {
    padding: 60px 0 60px;
  }
  .banner-content h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .banner-image .wyp-card {
    top: 0;
    padding: 10px 10px;
  }
  .banner-image .wyp-card .option-1 {
    max-width: 40px;
  }
  .banner-image .wyp-card .fs-18 {
    font-size: 16px;
  }
  .banner-image .wyp-card.two {
    top: 80px;
  }
  /* Page Banner Area CSS */
  .page-banner-area {
    padding: 210px 0 60px;
  }
  .page-banner-area .shape-image {
    display: none;
  }
  /* Advice Area CSS */
  .advice-area .advice-content {
    animation: marquee 5s linear infinite forwards;
  }
  .advice-area .advice-content ul li {
    font-size: 50px;
  }
  /* Booking Area CSS */
  .booking-content h2 {
    font-size: 50px;
  }
  .booking-content .a-image-1 {
    top: 50px;
    left: 0;
    max-width: 100px;
  }
  /* Features Area CSS */
  .features-card .features-1 {
    margin-bottom: 35px;
  }
  /* About Us Area CSS */
  .top-bar.mb-5 {
    margin-bottom: 30px !important;
  }
  .top-bar .section-heading {
    margin-bottom: 20px !important;
  }
  .top-bar .about-btn.text-end {
    text-align: start !important;
  }
  .about-us-area .section-heading .mb-5 {
    margin-bottom: 25px !important;
  }
  .about-us-area .a-shape-1 {
    display: none;
  }
  .about-card .d-block {
    display: inline-block !important;
  }
  .about-area.tree .section-heading {
    max-width: 100% !important;
  }
  /* About Image Area CSS h-2 */
  .about-image .a-shape-2 {
    top: -20px;
    left: -20px;
  }
  .about-image .tidy-card {
    left: 30px;
    bottom: 30px;
  }
  /* Service Area */
  .view-btn.mt-5 {
    margin-top: 30px !important;
  }
  /* Testimonials Area CSS */
  .testimonials-area .section-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .testimonials-area .shape-list {
    text-align: center;
    margin-top: 30px;
  }
  .testimonials-area .shape-list li {
    display: inline-block;
  }
  .testimonials-area .shape-list li .user-image {
    position: relative;
    top: 0;
    left: 0;
  }
  .testimonials-area .shape-list li .user-image img {
    width: 50px;
    height: 50px;
  }
  .testimonials-area .shape-list li .u-image-7 {
    position: relative;
    left: 0;
    top: 0;
  }
  .testimonials-area .shape-list li .u-image-7 img {
    width: 50px;
    height: 50px;
  }
  .testimonials-area .shape-list li .u-image-8 {
    position: relative;
    top: 0;
    right: 0;
  }
  .testimonials-area .shape-list li .u-image-8 img {
    width: 50px;
    height: 50px;
  }
  .testimonials-area .shape-list li .u-image-9 {
    position: relative;
    right: 0;
    top: 0;
  }
  .testimonials-area .shape-list li .u-image-9 img {
    width: 50px;
    height: 50px;
  }
  .testimonials-area .border-shape-1 {
    display: none;
  }
  .testimonials-card {
    padding: 40px 40px;
    margin-top: 0;
  }
  .testimonials-card .fs-20 {
    font-size: 16px;
  }
  .testimonials-card .mb-5 {
    margin-bottom: 30px !important;
  }
  .testimonials-card .testimonials-1 {
    width: 100px;
    height: 100px;
    margin-top: 0;
  }
  .testimonials-card p {
    margin-bottom: 30px;
  }
  .testimonials-items .swiper-button-next, .testimonials-items .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .testimonials-items .swiper-button-next {
    right: -10px;
  }
  .testimonials-items .swiper-button-prev {
    left: -10px;
  }
  /* Choose Us Area CSS */
  .choose-us-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .choose-us-image {
    height: 675px;
  }
  .choose-us-content {
    padding: 30px 0;
  }
  .choose-us-content.ps-5 {
    padding-left: 0 !important;
  }
  .choose-us-card .d-block {
    display: inline-block !important;
  }
  /* Why Choose Us Area CSS h-2 */
  .why-choose-us-image .text-end {
    text-align: start !important;
  }
  /* Fun Fact Area CSS */
  .fun-fact-card {
    width: 205px;
    height: 205px;
    margin: auto;
  }
  .fun-fact-card h3 {
    font-size: 50px;
  }
  /* h-2 */
  .sec-row {
    --bs-gutter-x: 30px;
  }
  /* Team Area CSS */
  .team-items .team-btn .swiper-button-next, .team-items .team-btn .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff4f4;
    font-size: 18px;
  }
  .team-items .team-btn .swiper-button-next {
    right: -10px;
  }
  .team-items .team-btn .swiper-button-prev {
    left: -10px;
  }
  /* Newsletter Area CSS */
  .newsletter-area .section-heading {
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }
  .newsletter-content {
    max-width: 100% !important;
  }
  /* Facility Area CSS */
  .facility-image {
    height: 535px;
  }
  .facility-image .facility-image-card {
    top: 30px;
    right: 30px;
    bottom: auto;
  }
  .facility-content {
    padding: 0 0 30px;
    max-width: 100% !important;
  }
  .facility-content .default-btn.mt-5 {
    margin-top: 30px !important;
  }
  /* Facility Area CSS h-3*/
  .our-facility-area .section-heading.mt-5 {
    margin-top: 0 !important;
  }
  .facility-inner {
    padding: 40px 30px;
  }
  .our-facility-image {
    height: 500px;
  }
  .our-facility-image .tidy-card {
    left: 30px;
    bottom: 30px;
    display: inline-block;
  }
  /* Download Area CSS h-3*/
  .download-area .section-heading {
    max-width: 100% !important;
  }
  .download-area .download-shape-3 {
    display: none;
  }
  .download-area .download-shape-4 {
    display: none;
  }
  .download-area .section-heading .mt-5 {
    margin-top: 40px !important;
  }
  /* Pricing Plan Area CSS h-2 */
  .pricing-plan-card .pricing-plan-header {
    padding: 30px 20px;
  }
  .pricing-plan-card .pricing-plan-header .fs-32 {
    font-size: 30px;
  }
  .pricing-plan-card h4 {
    font-size: 40px;
  }
  /* Blog Area CSS h-2 */
  .blog-area .mt-1 {
    margin-top: 40px !important;
  }
  .blog-area .blog-btn {
    margin-bottom: 60px;
  }
  .blog-area .blog-btn .swiper-button-next, .blog-area .blog-btn .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  /* Footer Area CSS */
  .footer-area .ps-1 {
    padding-left: 0 !important;
  }
  .footer-widget {
    padding-bottom: 40px;
  }
  .footer-widget .footer-logo {
    max-width: 150px;
  }
  /* About Us Area CSS */
  .mission-card .d-block {
    display: inline-block !important;
  }
  .choose-us-content .choose-us-card {
    padding: 30px;
  }
  .product-details-content {
    max-width: 100% !important;
  }
}
/* Min width 992px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Section Padding */
  .ptb-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  /* Default Container */
  .container-fluid.side-padding {
    max-width: 960px;
  }
  .container-fluid.lf-padding {
    max-width: 960px;
  }
  .container-fluid.wlf-padding {
    max-width: 960px;
  }
  .container-fluid.left-padding {
    max-width: 960px;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  /* Header Area CSS */
  .header-area p {
    text-align: center;
    margin-bottom: 5px;
  }
  .header-area .header-right {
    text-align: start;
  }
  .header-area .header-right.justify-content-end {
    justify-content: center !important;
  }
  /* Navbar Area CSS */
  .navbar .navbar-nav {
    margin-right: 40px;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    font-size: 13px;
  }
  .navbar .others-options::before {
    display: none;
  }
  .navbar .others-options ul li {
    margin-right: 10px;
  }
  .navbar .others-options ul li .search-btn .search {
    font-size: 18px;
    width: 44px;
    height: 44px;
  }
  .navbar .others-options ul li .default-btn {
    padding: 12px 15px 10px 15px;
    font-size: 14px;
  }
  .navbar .others-options ul li .default-btn i {
    display: none;
  }
  /* Main Banner Area CSS */
  .main-banner-content {
    margin-bottom: 60px;
  }
  .main-banner-content .main-banner-title h1 {
    font-size: 50px;
  }
  /* Hero Area CSS h-2 */
  .hero-area {
    padding-top: 170px;
    padding-bottom: 90px;
  }
  .hero-area .hero-image.text-end {
    text-align: center !important;
  }
  .hero-area .hero-image .h-image-c {
    left: 0;
  }
  .hero-area .hero-image .h-image-d {
    left: 0;
  }
  .hero-area .hero-image .h-image-b {
    left: -100px;
  }
  .hero-content {
    max-width: 100% !important;
    margin-bottom: 40px;
  }
  .hero-content .mb-1 {
    margin-bottom: 30px !important;
  }
  /* banner area h-3*/
  .banner-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .banner-content p {
    margin-bottom: 25px;
  }
  .banner-content .default-btn {
    margin-bottom: 20px;
  }
  .banner-image .wyp-card {
    top: -215px;
    padding: 10px 10px;
  }
  .banner-image .wyp-card.two {
    top: -115px;
  }
  /* Page Banner Area CSS */
  .page-banner-area {
    padding: 210px 0 80px;
  }
  .page-banner-area .shape-image {
    display: none;
  }
  /* Advice Area CSS */
  .advice-area .advice-content {
    animation: marquee 7s linear infinite forwards;
  }
  .advice-area .advice-content ul li {
    font-size: 60px;
  }
  /* Booking Area CSS */
  .booking-content h2 {
    font-size: 70px;
  }
  .booking-content .a-image-1 {
    top: 50px;
    left: 0;
    max-width: 150px;
  }
  /* About Image Area CSS h-2 */
  .about-image .a-shape-2 {
    top: -20px;
    left: -15px;
  }
  .about-image .tidy-card {
    left: 30px;
    bottom: 30px;
  }
  /* Features Area CSS */
  .features-card {
    padding: 40px 42px;
  }
  .features-card .features-1 {
    margin-bottom: 40px;
  }
  /* Testimonials Area CSS */
  .testimonials-area .shape-list li .u-image-7 {
    left: 245px;
    top: -80px;
  }
  .testimonials-area .shape-list li .u-image-8 {
    right: 265px;
  }
  .testimonials-items .swiper-button-next, .testimonials-items .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .testimonials-items .swiper-button-next {
    right: -15px;
  }
  .testimonials-items .swiper-button-prev {
    left: -15px;
  }
  /* Choose Us Area CSS */
  .choose-us-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .choose-us-content {
    padding: 40px 0;
  }
  .choose-us-content.ps-5 {
    padding-left: 0 !important;
  }
  .choose-us-image {
    height: 500px;
  }
  /* Why Choose Us Area CSS h-2 */
  .why-choose-us-area .section-heading {
    max-width: 100% !important;
  }
  .why-choose-us-image .text-end {
    text-align: center !important;
  }
  /* Fun Fact Area CSS */
  .fun-fact-arrow .arrow-up {
    font-size: 200px;
  }
  .fun-fact-card {
    width: 175px;
    height: 175px;
  }
  .fun-fact-card h3 {
    font-size: 45px;
  }
  .fun-fact-card .fs-18 {
    font-size: 16px;
  }
  /* Fun Fact Area CSS h-2 */
  .sec-fun-fact-card h3 {
    font-size: 55px;
  }
  .sec-fun-fact-card .fs-20 {
    font-size: 18px;
  }
  .sec-row {
    --bs-gutter-x: 30px;
  }
  /* Services Area CSS h-2 */
  .our-services-card {
    padding: 30px;
  }
  /* Team Area CSS */
  .team-items .team-btn .swiper-button-next, .team-items .team-btn .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff4f4;
    font-size: 18px;
  }
  .team-items .team-btn .swiper-button-next {
    right: -10px;
  }
  .team-items .team-btn .swiper-button-prev {
    left: -10px;
  }
  /* Facility Area CSS */
  .facility-image {
    height: 500px;
  }
  .facility-image .facility-image-card {
    top: 30px;
    right: 30px;
    bottom: auto;
  }
  .facility-content {
    padding: 30px 0;
    max-width: 100% !important;
  }
  .facility-content .default-btn.mt-5 {
    margin-top: 30px !important;
  }
  /* Download Area CSS h-3*/
  .download-area .section-heading {
    max-width: 100% !important;
  }
  .download-area .download-shape-3 {
    display: none;
  }
  .download-area .download-shape-4 {
    display: none;
  }
  /* News Area CSS */
  .news-card .fs-22 {
    font-size: 19px;
  }
  /* Blog Area CSS h-2 */
  .blog-area .mt-1 {
    margin-top: 60px !important;
  }
  .blog-area .section-heading h2 {
    font-size: 30px;
  }
  /* Footer Area CSS */
  .footer-area .ps-1 {
    padding-left: 0 !important;
  }
  /* Cleaning Product Area CSS */
  .cleaning-product-area .section-heading h2 {
    font-size: 30px;
  }
  .cleaning-product-area .section-heading .t-option .fs-18 {
    font-size: 16px;
  }
}
/* Min width 1200px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Default Container */
  .container-fluid.side-padding {
    max-width: 1140px;
  }
  .container-fluid.lf-padding {
    max-width: 1140px;
  }
  .container-fluid.wlf-padding {
    max-width: 1140px;
  }
  .container-fluid.left-padding {
    max-width: 1140px;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  /* Header Area CSS */
  .header-area p {
    font-size: 13px;
  }
  /* Navbar Area CSS */
  .navbar .navbar-nav .nav-item {
    margin-left: 12px;
    margin-right: 12px;
  }
  /* Hero Area CSS h-2 */
  .hero-area {
    padding-top: 170px;
    padding-bottom: 130px;
  }
  .hero-area .hero-image .h-image::before {
    width: 570px;
    height: 570px;
  }
  .hero-area .hero-image .h-image-d {
    left: 100px;
  }
  .hero-area .hero-image .h-image-c {
    left: 100px;
  }
  .hero-area .hero-image .h-image-b {
    left: 0;
    max-width: 200px;
  }
  .hero-content h1 {
    font-size: 55px;
  }
  /* Banner Area CSS */
  .banner-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
  /* Page Banner Area CSS */
  .page-banner-area .shape-image {
    display: none;
  }
  /* Advice Area CSS */
  .advice-area .advice-content {
    animation: marquee 10s linear infinite forwards;
  }
  .advice-area .advice-content ul li {
    font-size: 70px;
  }
  /* Features Area CSS */
  .features-card .features-1 {
    margin-bottom: 40px;
  }
  /* About Us Area CSS */
  .about-card .d-block {
    display: inline-block !important;
  }
  /* About Image Area CSS h-2 */
  .about-image .a-shape-2 {
    top: -20px;
    left: -15px;
  }
  .about-image .tidy-card {
    left: 30px;
    bottom: 30px;
  }
  /* Services Area CSS */
  .services-card {
    padding: 25px 18px;
  }
  /* Testimonials Area CSS */
  .testimonials-items .swiper-button-next {
    right: -80px;
  }
  .testimonials-items .swiper-button-prev {
    left: -80px;
  }
  /* Choose Us Area CSS */
  .choose-us-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .choose-us-content.ps-5 {
    padding-left: 0 !important;
  }
  .choose-us-content .fun-card {
    padding: 30px 25px;
  }
  .cleaning-row.g-4 {
    --bs-gutter-y: 25px;
  }
  /* Fun Fact Area CSS */
  .fun-fact-arrow .arrow-up {
    font-size: 200px;
  }
  .fun-fact-card {
    width: 210px;
    height: 210px;
  }
  .fun-fact-card h3 {
    font-size: 45px;
  }
  .fun-fact-card .fs-18 {
    font-size: 16px;
  }
  /* h-2 */
  .sec-row {
    --bs-gutter-x: 50px;
  }
  .sec-fun-fact-card h3 {
    font-size: 70px;
  }
  /* Download Area CSS h-3*/
  .download-area .download-shape-4 {
    left: 100px;
    top: 100px;
  }
  .download-area .download-shape-3 {
    right: 120px;
    bottom: 20px;
  }
  /* Services Area CSS h-2 */
  .our-services-card {
    padding: 30px 25px;
  }
  .our-services-card .fs-22 {
    font-size: 20px;
  }
  /* Team Area CSS */
  .team-items .team-btn .swiper-button-next, .team-items .team-btn .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff4f4;
    font-size: 18px;
  }
  .team-items .team-btn .swiper-button-next {
    right: -15px;
  }
  .team-items .team-btn .swiper-button-prev {
    left: -15px;
  }
  /* Blog Area CSS h-2 */
  .blog-area .mt-1 {
    margin-top: 80px !important;
  }
  .blog-area .section-heading h2 {
    font-size: 38px;
  }
  /* Footer Area CSS */
  .footer-area .ps-1 {
    padding-left: 0 !important;
  }
}
/* Min width 1400px */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* Default Container */
  .container-fluid.side-padding {
    max-width: 1320px;
  }
  .container-fluid.lf-padding {
    max-width: 1320px;
  }
  .container-fluid.wlf-padding {
    max-width: 1320px;
  }
  .container-fluid.left-padding {
    max-width: 1320px;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  /* Navbar Area CSS */
  .navbar .navbar-nav .nav-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* Main Banner Area CSS */
  .main-banner-area .main-banner-user p {
    padding-bottom: 60px;
  }
  .main-banner-area .main-banner-user p.fs-22 {
    font-size: 18px;
  }
  .main-banner-area .main-banner-user .rating.d-flex {
    display: block !important;
  }
  /* Hero Area CSS h-2 */
  .hero-area {
    padding-top: 180px;
    padding-bottom: 130px;
  }
  .hero-area .hero-image .h-image-d {
    left: 50px;
  }
  .hero-area .hero-image .h-image-c {
    left: 50px;
  }
  .hero-area .hero-image .h-image-b {
    left: -50px;
    max-width: 220px;
  }
  .hero-content h1 {
    font-size: 65px;
  }
  /* About Image Area CSS h-2 */
  .about-image .a-shape-2 {
    top: -20px;
    left: -20px;
  }
  .about-image .tidy-card {
    left: 30px;
    bottom: 30px;
  }
  /* Testimonials Area CSS */
  .testimonials-items .swiper-button-next {
    right: -100px;
  }
  .testimonials-items .swiper-button-prev {
    left: -100px;
  }
  /* Fun Fact Area CSS */
  .fun-fact-card {
    width: 250px;
    height: 250px;
  }
  /* Portfolio Area CSS h-2 */
  .portfolio-content {
    padding: 25px;
    transition: var(--transition);
  }
  /* Team Area CSS */
  .team-items .team-btn .swiper-button-next {
    right: -15px;
  }
  .team-items .team-btn .swiper-button-prev {
    left: -15px;
  }
  /* Page Banner Area CSS */
  .page-banner-area .page-banner-3 {
    bottom: 100px;
  }
}
/* Min width 1600px */
@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  /* Default Container */
  .container-fluid.side-padding {
    max-width: 1520px;
  }
  .container-fluid.lf-padding {
    max-width: 1520px;
  }
  .container-fluid.wlf-padding {
    max-width: 1520px;
  }
  .container-fluid.left-padding {
    max-width: 1520px;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  /* Main Banner Area CSS */
  .main-banner-area .main-banner-user p {
    padding-bottom: 50px;
  }
  /* Hero Area CSS h-2 */
  .hero-area .hero-image .h-image-b {
    left: -100px;
  }
  .hero-area .hero-image .h-image-c {
    left: 0;
  }
  .hero-area .hero-image .h-image-d {
    left: 0;
  }
  /* Testimonials Area CSS */
  .testimonials-items .swiper-button-next {
    right: -150px;
  }
  .testimonials-items .swiper-button-prev {
    left: -150px;
  }
}
/* Min width 2000px *//*# sourceMappingURL=responsive.css.map */