/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
@import url("https://fonts.googleapis.com/css2?Mulish:wght@400;500;600;700;800&family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&family=Parisienne&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&family=Satisfy&display=swap");
.header-top {
  background-color: #0F885E;
  padding: 10px 0;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .header-top {
      padding: 5px 0; } }
  .header-top .ht-inner {
    display: flex;
    justify-content: space-between;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .header-top .ht-inner {
        justify-content: center; } }
  .header-top .slogan {
    /* Large Devices, Wide Screens */ }
    @media (max-width: 767px) {
      .header-top .slogan {
        display: none; } }
    .header-top .slogan span {
      color: #fff;
      font-weight: 300; }
  .header-top .ht-right {
    display: flex;
    align-items: center; }
  .header-top .soc-media {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 20px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .header-top .soc-media {
        display: none; } }
    .header-top .soc-media li {
      display: inline-block; }
      .header-top .soc-media li:not(:last-child) {
        margin-right: 8px; }
      .header-top .soc-media li i {
        color: #fff; }
  .header-top .phone-mob {
    display: none;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .header-top .phone-mob {
        display: block;
        margin-right: 1rem; } }
    .header-top .phone-mob i {
      color: #fff;
      margin-right: 4px;
      font-size: 13px; }
    .header-top .phone-mob span {
      font-weight: 300;
      font-size: 13px;
      color: #ddd; }
    .header-top .phone-mob a {
      color: #eee;
      display: block;
      line-height: 1;
      font-size: 15px; }
  .header-top .account button {
    color: #fff;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .header-top .account button {
        font-size: 14px; } }
    .header-top .account button i {
      height: 26px;
      line-height: 26px;
      width: 26px;
      font-size: 13px;
      text-align: center;
      border-radius: 50%;
      background-color: #054f35;
      color: #fff; }
  .header-top .account .dropdown-menu {
    padding: 0;
    overflow: hidden; }
  .header-top .account .dropdown-item {
    font-size: 15px;
    padding: .5rem 1rem; }
    .header-top .account .dropdown-item i {
      color: #0F885E;
      margin-right: 5px; }
    .header-top .account .dropdown-item:hover {
      background-color: #f6f4ec; }

.header-btm {
  padding: 10px 0;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); }
  .header-btm .hb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-btm .logo img {
    width: 210px;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .header-btm .logo img {
        width: 190px; } }
    @media (max-width: 575px) {
      .header-btm .logo img {
        width: 106px; } }
  .header-btm .hb-right {
    display: flex;
    align-items: center; }
  .header-btm .menu-wrapper {
    margin-right: 4rem;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .header-btm .menu-wrapper {
        margin-right: 10px; } }
    @media screen and (max-width: 992px) {
      .header-btm .menu-wrapper {
        margin: 0 0 0 10px;
        order: 1; } }
    .header-btm .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-weight: 500; }
      @media (max-width: 992px) {
        .header-btm .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
          padding: 0 20px; } }
    @media screen and (max-width: 992px) {
      .header-btm .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        z-index: 10;
        left: -100%;
        height: 100%;
        transition: all .4s ease-in-out;
        display: block;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        padding: 20px 0; } }
    @media screen and (max-width: 767px) {
      .header-btm .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        width: 70%; } }
    @media screen and (max-width: 575px) {
      .header-btm .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        width: 80%; } }
    .header-btm .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
      left: 0;
      transition: all .3s ease-in-out; }
    .header-btm .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle {
      background-color: transparent; }
  .header-btm .cart {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 20px;
    color: #222;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .header-btm .cart {
        padding-right: 10px;
        margin-right: 10px; } }
    @media (max-width: 575px) {
      .header-btm .cart {
        margin-right: 0;
        border: none; } }
    .header-btm .cart .icon {
      position: relative; }
      .header-btm .cart .icon i {
        font-size: 30px;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 575px) {
          .header-btm .cart .icon i {
            font-size: 20px; } }
      .header-btm .cart .icon span {
        position: absolute;
        right: -5px;
        top: -10px;
        display: inline-block;
        font-size: 10px;
        color: #fff;
        height: 20px;
        line-height: 20px;
        width: 20px;
        text-align: center;
        background-color: #FF7900;
        border-radius: 50%;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 575px) {
          .header-btm .cart .icon span {
            right: -14px; } }
    .header-btm .cart p {
      font-size: 14px;
      margin: 0 0 0 8px; }
  .header-btm .hb-phone {
    position: relative;
    padding-left: 50px;
    /* Large Devices, Wide Screens */ }
    .header-btm .hb-phone i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      height: 40px;
      line-height: 40px;
      width: 40px;
      font-size: 18px;
      text-align: center;
      border-radius: 50%;
      background-color: #0F885E;
      color: #fff; }
    .header-btm .hb-phone span {
      display: block;
      color: #666; }
    .header-btm .hb-phone a {
      font-weight: 600;
      color: #222;
      font-family: "Inter", sans-serif; }
    @media (max-width: 575px) {
      .header-btm .hb-phone {
        display: none; } }

#loading {
  height: 100vh;
  width: 100%;
  background: #fff no-repeat center;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loading img {
    width: 20rem; }

.site-footer {
  background-size: cover;
  padding: 5% 0;
  position: relative;
  z-index: 1; }
  .site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #122f2af2;
    z-index: -1; }
  .site-footer .ft-inner h5 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .site-footer .ft-inner h5 {
        margin-bottom: 10px;
        font-size: 18px; } }
  .site-footer .ft-inner .links li {
    padding-left: 28px;
    position: relative; }
    .site-footer .ft-inner .links li:not(:last-child) {
      margin-bottom: 14px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .site-footer .ft-inner .links li:not(:last-child) {
          margin-bottom: 10px; } }
    .site-footer .ft-inner .links li::before {
      content: '\f101';
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      top: 3px;
      left: 0;
      color: #0F885E; }
    .site-footer .ft-inner .links li a {
      color: #fff; }
      .site-footer .ft-inner .links li a:hover {
        color: #0F885E; }
  .site-footer .ft-inner .google-map {
    position: relative;
    height: 260px;
    width: 100%; }
    .site-footer .ft-inner .google-map iframe {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }

.social-media h6 {
  color: #fff;
  font-weight: 300; }
.social-media ul li {
  display: inline-block; }
  .social-media ul li:not(:last-child) {
    margin-right: 6px; }
  .social-media ul li i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    background-color: #4f6360;
    border-radius: 50%;
    /* Large Devices, Wide Screens */ }
    .social-media ul li i:hover {
      background-color: #0F885E; }
    @media (max-width: 575px) {
      .social-media ul li i {
        height: 34px;
        line-height: 34px;
        width: 34px;
        font-size: 15px; } }

.contact-det li {
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .contact-det li {
      margin-bottom: 10px; } }
  .contact-det li span {
    display: block;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .contact-det li span {
        font-size: 15px; } }
  .contact-det li a {
    color: #fff;
    display: block; }
    .contact-det li a:hover {
      color: #0F885E; }
  .contact-det li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #0F885E; }
.contact-det.dark li {
  margin-bottom: 5px; }
  .contact-det.dark li a {
    color: #222;
    font-weight: 300; }
    .contact-det.dark li a:hover {
      color: #0F885E; }

.copyright {
  text-align: center;
  border-top: 1px solid #4d4b4b;
  padding-top: 20px;
  margin-top: 2%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .copyright {
      margin-top: 0;
      padding-top: 10px; } }
  .copyright p {
    color: #ccc;
    margin: 0; }

.facebook {
  position: relative;
  height: 200px; }
  .facebook iframe {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px; }
  #scroll-top i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: #FF7900;
    color: #fff; }

.hero-wrapper {
  background-color: #f6f4ec; }

.hero-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1px; }
  .hero-item .text {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10% 5% 10% 0;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .hero-item .text {
        padding: 5% 0 0; } }
    .hero-item .text h2 {
      font-family: "Inter", sans-serif;
      font-size: 65px;
      font-weight: 700;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 1300px) {
        .hero-item .text h2 {
          font-size: 45px; } }
      @media (max-width: 991px) {
        .hero-item .text h2 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        .hero-item .text h2 {
          font-size: 30px; } }
      @media (max-width: 575px) {
        .hero-item .text h2 {
          font-size: 22px; } }
      .hero-item .text h2 span {
        color: #FF7900;
        font-family: "Inter", sans-serif; }
    .hero-item .text p {
      font-size: 17px;
      color: #636363;
      width: 80%;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 1300px) {
        .hero-item .text p {
          font-size: 16px; } }
      @media (max-width: 991px) {
        .hero-item .text p {
          width: 90%; } }
      @media (max-width: 767px) {
        .hero-item .text p {
          font-size: 15px;
          width: 100%; } }
  .hero-item .image {
    width: 40%;
    padding: 5%;
    background: #0F885E;
    text-align: center;
    border-radius: 0 0 60px 60px;
    display: flex;
    align-items: center;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .hero-item .image {
        background-color: transparent;
        padding: 0;
        justify-content: flex-end; } }
    .hero-item .image img {
      width: 400px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .hero-item .image img {
          width: 140px;
          transform: translateY(-30px); } }
  .hero-item .text, .hero-item .image {
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .hero-item .text, .hero-item .image {
        width: 100%; } }

.heroSlider .swiper-pagination {
  width: auto !important;
  bottom: 20px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .heroSlider .swiper-pagination {
      bottom: 10px; } }
.heroSlider .swiper-pagination-bullet {
  background-color: #0F885E;
  opacity: 1;
  margin: 0 10px !important; }
.heroSlider .swiper-pagination-bullet-active {
  box-shadow: 0px 0px 1px 8px #0F885E;
  background-color: #fff; }

.subs-intro p {
  margin: 0;
  font-weight: 300;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .subs-intro p {
      font-size: 15px; } }

.subs-title {
  margin-bottom: 0;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .subs-title {
      font-size: 16px; } }
  .subs-title.monthly-plan {
    margin-top: 4%;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .subs-title.monthly-plan {
        margin-top: 6%; } }

.subs-intro,
.subs-row,
.subs-title {
  text-align: center;
  justify-content: center; }

.card1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .card1 .image {
    overflow: hidden; }
    .card1 .image img {
      height: 300px;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 1300px) {
        .card1 .image img {
          height: 240px; } }
      @media (max-width: 575px) {
        .card1 .image img {
          height: auto; } }
  .card1 h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 10% 1rem 1rem;
    background-image: linear-gradient(to top, #000 0%, #fff0 100%);
    width: 100%;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .card1 h5 {
        font-size: 16px; } }
    .card1 h5 span {
      display: block;
      font-family: "Kaushan Script", cursive;
      margin-bottom: 6px;
      font-size: 30px;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 1300px) {
        .card1 h5 span {
          font-size: 25px; } }
      @media (max-width: 991px) {
        .card1 h5 span {
          font-size: 20px; } }
      @media (max-width: 575px) {
        .card1 h5 span {
          font-size: 18px; } }
  .card1:hover .image img {
    transform: scale(1.1); }
  .card1:hover h5 {
    color: #FF7900; }

.card5 {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 1300px) {
    .card5 {
      padding: 1rem; } }
  .card5 h5 {
    color: #222;
    margin: 0 0 16px;
    font-family: "Kaushan Script", cursive;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .card5 h5 {
        font-size: 18px;
        margin: 0 0 10px; } }
  .card5 h6 {
    color: #0F885E;
    margin: 10px 0 10px;
    font-weight: 400;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .card5 h6 {
        font-size: 15px; } }
  .card5 .image img {
    height: 160px;
    width: 100%;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .card5 .image img {
        height: auto; } }
  .card5:hover {
    border-color: transparent;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2); }

.salad-row {
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .salad-row {
      --bs-gutter-x: 16px; } }

.card2 {
  width: 100%;
  text-align: center;
  background-color: #f6f4ec;
  overflow: hidden;
  border-radius: 30px 30px 90px 90px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .card2 {
      border-radius: 20px; } }
  .card2 .image {
    position: relative; }
    .card2 .image img {
      height: 220px;
      width: 100%;
      border-bottom: 8px solid #fff;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card2 .image img {
          border-width: 6px;
          height: 160px; } }
      @media (max-width: 479px) {
        .card2 .image img {
          height: 130px; } }
    .card2 .image .cart {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -15px;
      background-color: #fff;
      border-radius: 30px;
      width: max-content;
      font-size: 14px;
      padding: 8px 16px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card2 .image .cart {
          font-size: 13px;
          padding: 6px 12px; } }
      .card2 .image .cart i, .card2 .image .cart span {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
  .card2 .text {
    padding: 30px 20px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .card2 .text {
        padding: 24px 10px 10px; } }
    .card2 .text h5 {
      font-size: 18px;
      font-weight: 600;
      color: #222;
      font-family: "Inter", sans-serif;
      margin-bottom: 6px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 1300px) {
        .card2 .text h5 {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .card2 .text h5 {
          font-size: 14px;
          margin-bottom: 5px; } }
    .card2 .text .price {
      color: #0F885E;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin: 0;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card2 .text .price {
          font-size: 13px; } }
    .card2 .text .cal {
      font-weight: 300;
      color: #333;
      margin-bottom: 6px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card2 .text .cal {
          font-size: 12px; } }
  .card2:hover .image .cart {
    background-color: #FF7900; }
    .card2:hover .image .cart span, .card2:hover .image .cart i {
      color: #fff; }
  .card2:hover .text {
    background-color: #0F885E; }
    .card2:hover .text h5, .card2:hover .text .price, .card2:hover .text .cal, .card2:hover .text span {
      color: #fff; }

.productSlider .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  bottom: unset; }
.productSlider .swiper-pagination-bullet {
  background-color: #0F885E;
  opacity: 1;
  margin: 0 10px !important;
  height: 12px;
  width: 12px; }
.productSlider .swiper-pagination-bullet-active {
  box-shadow: 0px 0px 1px 6px #0F885E;
  background-color: #fff;
  height: 10px;
  width: 10px; }

.info-banner {
  background-size: cover;
  background-position: center;
  padding: 6% 0;
  position: relative;
  z-index: 1;
  background-attachment: fixed; }
  .info-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b8;
    z-index: -1; }
  .info-banner .image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bounce 5s ease-in-out infinite both; }
    .info-banner .image img {
      width: 300px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 767px) {
        .info-banner .image img {
          width: 200px; } }
@keyframes bounce {
  0% {
    transform: translateX(20px); }
  25% {
    transform: translateY(10px); }
  50% {
    transform: translateY(-10px); }
  75% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(20px); } }
  .info-banner .float-img1 {
    position: absolute;
    top: 5%;
    left: 2%;
    opacity: .3; }
    .info-banner .float-img1 img {
      width: 100px; }
  .info-banner .float-img2 {
    position: absolute;
    bottom: 10px;
    right: 10%;
    transform: rotateY(180deg);
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .info-banner .float-img2 {
        display: none; } }
    .info-banner .float-img2 img {
      width: 100px; }
  .info-banner h2 {
    font-family: "Kaushan Script", cursive;
    color: #fff;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .info-banner h2 {
        font-size: 26px; } }
    @media (max-width: 991px) {
      .info-banner h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .info-banner h2 {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .info-banner h2 {
        font-size: 18px; } }
  .info-banner h1 {
    color: #fff;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    line-height: 1.3;
    font-size: 50px;
    margin: 20px 0;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .info-banner h1 {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .info-banner h1 {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .info-banner h1 {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .info-banner h1 {
        font-size: 20px;
        margin: 10px 0; } }
  .info-banner p {
    color: #eee;
    width: 60%;
    font-size: 17px;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .info-banner p {
        width: 70%; } }
    @media (max-width: 991px) {
      .info-banner p {
        width: 90%; } }
    @media (max-width: 575px) {
      .info-banner p {
        font-size: 15px;
        width: 100%; } }

.why-us {
  background-color: #f6f4ec; }

.card3 {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .card3 {
      padding: 1rem; } }
  .card3 img {
    width: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .card3 h5 {
    font-family: "Inter", sans-serif;
    margin: 1rem 0 10px;
    font-weight: 700;
    font-size: 18px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .card3 h5 {
        font-size: 16px; } }
  .card3 p {
    font-size: 15px;
    color: #555;
    margin: 0;
    text-align: justify; }
  .card3:hover {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); }
    .card3:hover img {
      transform: scale(1.1); }

.subs-tab {
  text-align: center;
  display: block;
  margin-bottom: 14px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .subs-tab {
      margin-bottom: 8px; } }
  .subs-tab li {
    display: inline-block;
    margin-bottom: 10px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .subs-tab li {
        margin-bottom: 8px; } }
    .subs-tab li:not(:last-child) {
      margin-right: 10px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .subs-tab li:not(:last-child) {
          margin-right: 6px; } }
    .subs-tab li a {
      padding: 10px 20px;
      color: #0F885E;
      border: 1px solid #0F885E;
      border-radius: 30px;
      display: inline-block;
      font-family: "Inter", sans-serif;
      font-size: 15px;
      /* Large Devices, Wide Screens */ }
      .subs-tab li a.active, .subs-tab li a:hover {
        background-color: #0F885E;
        color: #fff; }
      @media (max-width: 575px) {
        .subs-tab li a {
          padding: 8px 8px;
          font-size: 12px; } }

.subscription-content {
  border: 1px solid #ddd;
  padding: 24px;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 1300px) {
    .subscription-content {
      width: 100%; } }
  @media (max-width: 991px) {
    .subscription-content {
      padding: 20px; } }
  @media (max-width: 575px) {
    .subscription-content {
      padding: 0;
      border: none; } }
  .subscription-content a {
    width: 100%; }
  .subscription-content .subs-btn a {
    width: fit-content; }

.card4 {
  width: 100%;
  padding: 1rem;
  background-color: #f6f4ec;
  border-radius: 10px;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .card4 {
      padding: 10px; } }
  .card4 .image {
    text-align: center;
    height: 120px;
    width: 120px;
    margin-right: 1rem;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .card4 .image {
        height: 100px;
        width: 100px;
        margin-right: 10px; } }
    .card4 .image img {
      max-width: 120px;
      width: 120px;
      height: 100%;
      border-radius: 50%;
      border: 6px solid #fff;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card4 .image img {
          max-width: 100px;
          width: 100px;
          border-width: 4px; } }
  .card4 h6 {
    font-size: 16px;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .card4 h6 {
        font-size: 15px; } }
  .card4 ul li {
    margin-top: 5px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .card4 ul li {
        margin-top: 2px; } }
    .card4 ul li span, .card4 ul li i {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card4 ul li span, .card4 ul li i {
          font-size: 15px; } }
    .card4 ul li i {
      color: #FF7900;
      margin-right: 6px; }
    .card4 ul li span {
      color: #222; }
  .card4 ul .cal span {
    font-weight: 700;
    color: #0F885E; }
  .card4:hover {
    background-color: #0F885E; }
    .card4:hover h6 {
      color: #fff; }
    .card4:hover ul span {
      color: #eee; }

.page-inner {
  padding-left: 40px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .page-inner {
      padding: 0;
      margin-top: 5%; } }
  .page-inner p {
    text-align: justify; }
  .page-inner ul, .page-inner ol {
    padding-left: 2rem; }
    .page-inner ul li, .page-inner ol li {
      list-style: disc;
      margin-bottom: 10px; }
  .page-inner h1, .page-inner h2, .page-inner h3, .page-inner h4, .page-inner h5, .page-inner h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .page-inner h1, .page-inner h2, .page-inner h3, .page-inner h4, .page-inner h5, .page-inner h6 {
        font-size: 18px; } }

.abt-image img {
  border-radius: 10px; }

.about-us .heading {
  margin-bottom: 30px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .about-us .heading {
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .about-us .heading {
      margin-bottom: 10px; } }

.test-item {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  margin: 10px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .test-item {
      padding: 20px;
      box-shadow: none;
      border: 1px solid #ddd;
      margin: 0; } }
  .test-item .customer {
    text-align: center; }
    .test-item .customer img {
      height: 120px;
      width: 120px;
      border-radius: 50%;
      border: 10px solid #f1f1f1; }
    .test-item .customer .star {
      margin: 10px 0 6px; }
      .test-item .customer .star i {
        color: #FF7900;
        font-size: 13px; }
    .test-item .customer h5 {
      margin: 0;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .test-item .customer h5 {
          font-size: 18px; } }
    .test-item .customer span {
      font-weight: 300;
      font-family: "Kaushan Script", cursive; }
  .test-item .text {
    position: relative; }
    .test-item .text i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 170px;
      opacity: .06; }
    .test-item .text p {
      margin: 16px 0 0;
      text-align: justify; }

.testimonialSlider .swiper-button-next,
.testimonialSlider .swiper-button-prev {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #0F885E;
  color: #fff; }
  .testimonialSlider .swiper-button-next::after,
  .testimonialSlider .swiper-button-prev::after {
    font-size: 16px; }
.testimonialSlider .swiper-button-prev {
  left: 30px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .testimonialSlider .swiper-button-prev {
      left: 10px; } }
.testimonialSlider .swiper-button-next {
  right: 30px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .testimonialSlider .swiper-button-next {
      right: 10px; } }

.associateSlider .image {
  text-align: center; }
  .associateSlider .image img {
    width: 170px;
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 10px; }
.associateSlider .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  bottom: unset; }
  .associateSlider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0F885E;
    height: 10px;
    width: 10px; }

.page-intro h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .page-intro h4 {
      font-size: 18px; } }
.page-intro p {
  font-weight: 300; }

.open-hour p {
  margin-bottom: 5px;
  color: #777;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .open-hour p {
      font-size: 15px; } }
  .open-hour p span {
    font-weight: 600;
    color: #0F885E; }
  .open-hour p:last-child {
    margin-bottom: 0; }

.contact-aside {
  padding: 30px;
  height: 100%;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .contact-aside {
      margin-top: 5%;
      height: auto; } }
  @media (max-width: 767px) {
    .contact-aside {
      padding: 20px; } }
  @media (max-width: 575px) {
    .contact-aside {
      padding: 16px; } }
  .contact-aside h5 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .contact-aside h5 {
        font-size: 16px; } }

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .page-not-found img {
      width: 60%; } }
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .page-not-found h2 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .page-not-found h2 {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .page-not-found h2 {
      font-size: 18px;
      margin: 1rem 0; } }

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif; }

/* =====typography=====*/
a, i, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a, a:hover {
  text-decoration: none; }

/* =====layout=====*/
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

img {
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto; }

.sp-tb {
  padding: 5% 0; }

.sp-t {
  padding-top: 5%; }

.sp-b {
  padding-bottom: 5%; }

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px; }

#page {
  margin: 0 auto; }

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus, input {
  box-shadow: none !important;
  outline: none;
  text-decoration: none; }

button {
  background-color: unset;
  border: none; }

.btn-link:hover {
  text-decoration: none; }

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none; }

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .mt {
      margin-top: 20px; } }
  @media (max-width: 575px) {
    .mt {
      margin-top: 16px; } }

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .mb {
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .mb {
      margin-bottom: 16px; } }

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1.5px solid #0F885E;
  color: #0F885E;
  width: fit-content;
  text-transform: uppercase;
  /* Large Devices, Wide Screens */ }
  .btn-one:hover {
    border-color: #FF7900;
    color: #FF7900; }
  @media (max-width: 575px) {
    .btn-one {
      font-size: 15px;
      padding: 8px 18px; } }

.btn-three {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #0F885E;
  color: #fff;
  font-size: 15px; }
  .btn-three i {
    font-size: 14px; }
  .btn-three:hover {
    background-color: #FF7900; }

.btn-two {
  background-color: #FF7900;
  display: inline-block;
  padding: 14px 20px;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 18px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  .btn-two:hover {
    background-color: #0F885E;
    color: #fff; }
  @media (max-width: 767px) {
    .btn-two {
      font-size: 16px;
      padding: 10px 20px; } }
  @media (max-width: 575px) {
    .btn-two {
      font-size: 15px;
      padding: 8px 18px; } }

.entry-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .entry-title {
      margin-bottom: 10px; } }

.site-main p {
  text-align: justify; }
.site-main ul {
  padding-left: 2rem; }
  .site-main ul li {
    list-style-type: disc;
    margin-bottom: 10px; }

form label {
  margin-bottom: 4px; }
  form label span {
    color: #03837f; }

form input, form select, form textarea {
  margin-bottom: 10px; }
form textarea {
  height: 100px; }
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0F885E;
  color: #fff;
  height: max-content;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  form input[type=submit]:hover {
    background-color: #FF7900;
    color: #fff; }

.heading {
  text-align: center; }
  .heading i {
    color: #0F885E;
    margin-right: 4px; }
  .heading span {
    color: #0F885E;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 4px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .heading span {
        font-size: 14px; } }
  .heading h2 {
    font-size: 32px;
    font-family: "Kaushan Script", cursive;
    font-weight: 600;
    margin-bottom: 0;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .heading h2 {
        font-size: 28px; } }
    @media (max-width: 991px) {
      .heading h2 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .heading h2 {
        font-size: 23px; } }
    @media (max-width: 575px) {
      .heading h2 {
        font-size: 20px; } }

.google-map {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .google-map {
      height: 300px; } }
  .google-map iframe {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.woocommerce-Tabs-panel h1, .woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel h3, .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel h5,
.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5 {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600; }
  .woocommerce-Tabs-panel h1 strong, .woocommerce-Tabs-panel h2 strong, .woocommerce-Tabs-panel h3 strong, .woocommerce-Tabs-panel h4 strong, .woocommerce-Tabs-panel h5 strong,
  .woocommerce-product-details__short-description h1 strong,
  .woocommerce-product-details__short-description h2 strong,
  .woocommerce-product-details__short-description h3 strong,
  .woocommerce-product-details__short-description h4 strong,
  .woocommerce-product-details__short-description h5 strong {
    font-weight: 600;
    font-family: "Inter", sans-serif; }
.woocommerce-Tabs-panel p,
.woocommerce-product-details__short-description p {
  text-align: justify; }
.woocommerce-Tabs-panel ul,
.woocommerce-product-details__short-description ul {
  padding-left: 2rem;
  margin-bottom: 1rem; }
  .woocommerce-Tabs-panel ul li,
  .woocommerce-product-details__short-description ul li {
    list-style-type: disc;
    margin-bottom: 10px; }
    .woocommerce-Tabs-panel ul li strong,
    .woocommerce-product-details__short-description ul li strong {
      font-weight: 500; }

/*# sourceMappingURL=main.css.map */


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #0f885e0d;
}

.woocommerce-Price-currencySymbol{
  font-family: 'Poppins';
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row.woocommerce-invalid label:hover,
.woocommerce form .form-row.woocommerce-invalid label:focus,
.woocommerce form .form-row.woocommerce-invalid label:active {
  color: black !important;
}
