@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .categories-section .categories-flex-sec {
    grid-template-columns: repeat(2, 1fr);
  }
  .common-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .welcome-secondary-section {
    min-height: 235px;
    background: url(../images/welcome-secondary-image.jpg) no-repeat center right 0px;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .cartform-wrapper {
    display: grid;
    gap: 50px;
  }
  .blog-detail-sec .blog-detail-image img {
    height: 220px;
  }
  .main-header {
    padding: 16px 0;
  }
  .main-header .logo {
    width: 70px;
  }
  .main-header .nav-links {
    overflow: auto;
    position: fixed;
    bottom: 0;
    left: -100%;
    background: white;
    width: 250px;
    height: 100%;
    flex-direction: column;
    padding: 24px;
    transition: 0.3s ease;
    z-index: 999;
  }
  .main-header .nav-links .nav-link-list {
    flex-direction: column !important;
    gap: 18px !important;
    width: 100%;
    text-align: center;
  }
  .main-header .nav-links .nav-link-list li {
    display: block;
    width: 100%;
  }
  .main-header .nav-links .nav-link-list li a {
    display: block;
    width: 100%;
  }
  .main-header .nav-links .nav-link-list .cart {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-header .nav-links .nav-link-list .dropdown {
    width: 100%;
  }
  .main-header .nav-links .nav-link-list .dropdown:hover .dropdown-menu {
    position: relative;
    top: 0;
    margin-top: 16px;
    width: 100%;
  }
  .main-header .nav-links.active {
    left: 0;
    width: 100%;
  }
  .main-header .hamburger {
    display: flex !important;
    z-index: 999;
  }
  .footer .footer-flex {
    flex-wrap: wrap;
  }
  .footer .newsletter {
    max-width: 373.65px;
    width: 100%;
  }
  .welcome-section .welcome-section-content {
    top: 50%;
    padding: 30px 24px;
  }
  .welcome-energy-section .welcome-energy-wrapper {
    justify-content: center;
    gap: 30px;
  }
  .welcome-energy-section .image-area {
    max-width: 300px;
  }
  .welcome-energy-section .text-area {
    max-width: 100%;
  }
  .meet-healer-section .meet-healer-wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .meet-healer-section .meet-healer-wrapper .healer-image {
    min-width: 100%;
  }
  .meet-healer-section .meet-healer-wrapper .healer-content {
    text-align: left;
  }
  .clear-energy-section .clear-energy-wrapper {
    flex-direction: column-reverse;
    text-align: center;
    gap: 24px !important;
  }
  .product-section .product-flex {
    flex-wrap: wrap;
    gap: 24px;
  }
  .product-section .product-flex .product-info {
    max-width: 100%;
  }
  .product-section .product-flex .primary-btn {
    justify-content: center;
  }
  .product-review-flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .contact-info-flex {
    flex-wrap: wrap;
  }
  .contact-info-flex .info-card {
    max-width: 330px;
  }
  .main-contact-section {
    background: #EFFCFF;
  }
  .main-contact-section .main-contact-flex {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
    padding: 0 24px;
  }
  .footer .footer-flex {
    gap: 30px;
  }
  .footer .footer-flex .footer-col .useful-links-flex {
    flex-direction: column;
  }
  .welcome-section .image-bg {
    display: none;
  }
  .welcome-section .image-bg-sm {
    display: block;
  }
  .categories-section .categories-flex-sec {
    grid-template-columns: repeat(1, 1fr);
  }
  .common-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .meet-healer-section .meet-healer-wrapper .healer-image img {
    border-radius: 18px;
  }
  .welcome-secondary-section {
    min-height: 236px;
    background: url(../images/welcome-secondary-image-sm.png) no-repeat center right;
    background-size: cover;
    text-align: center;
    align-items: start;
    padding-top: 30px;
  }
  .clear-energy-section .image-area {
    min-width: 100%;
  }
  .clear-energy-section .image-area::before {
    width: 70%;
  }
  .faq-section .faq-item .faq-question {
    gap: 8px;
    padding: 16px;
  }
  .faq-section .faq-item .icon {
    width: 18px;
  }
  .tabs .tab-buttons {
    gap: 18px;
    flex-wrap: wrap;
  }
  .tabs .tab-buttons .tab-btn {
    flex: 1;
  }
  .main-contact-section .main-contact-flex {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
  .container {
    max-width: 960px;
  }
  .footer .footer-flex {
    flex-wrap: wrap;
  }
  .welcome-section .welcome-section-content {
    top: 50%;
  }
  .welcome-energy-section .image-area {
    max-width: 300px;
  }
  .welcome-energy-section .text-area {
    max-width: 600px;
  }
  .meet-healer-section .meet-healer-wrapper .healer-image {
    min-width: 446px;
    width: 100%;
  }
  .clear-energy-section .image-area {
    min-width: 355px;
  }
  .product-section .product-flex {
    flex-wrap: wrap;
  }
  .product-section .product-flex .product-info {
    max-width: 100%;
  }
  .main-contact-section {
    background: #EFFCFF;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
  .footer .footer-flex {
    gap: 40px;
  }
  .footer .footer-flex .newsletter {
    max-width: 230px;
    width: 100%;
  }
  .welcome-energy-section .image-area {
    max-width: 396px;
  }
  .welcome-energy-section .text-area {
    max-width: 674px;
  }
  .main-contact-section {
    background: url(../images/get-in-touch-bg-texture.svg) no-repeat center left -204px;
    background-color: #EFFCFF;
  }
}/*# sourceMappingURL=energyresponsive.css.map */