.container:has(.homePage-Container){
	padding:0 3% !important;
	width:100% !important;
	max-width:100% !important;
}

@media (min-width: 760px) { 
	.container:has(.homePage-Container){
	padding: 0 !important;
	width:100% !important;
	max-width:100% !important;
}
}

.homePage-Container .ac_categoryPage-container.ac_categoryPage-container-grid, .homePage-Container .ac_product.ac_product-custom-heading{
	margin:0 !important;
	padding:0 !important;
}
.ProductSeries-section.homePage-Container .ac_categoryPage-container .ac_product-container.ac_productPage-container-list.ac_product-custom-heading{
	margin:0 !important;
	padding:0 !important;
} 

.ProductSeries-section.homePage-Container .ac_product-custom-heading {
	border:none !important;.
	border-bottom: none !important;
}
.ProductSeries-section.homePage-Container .ac_categoryPage-container .frequently-product h4{
	        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 16px !important;
}
@media (min-width: 760px) {
	.ProductSeries-section.homePage-Container .ac_categoryPage-container .frequently-product h4{
	        font-size: 24px !important;
        line-height: 40px !important;
        margin-bottom: 16px !important;
}
}

.container-large-new {
  width: 100%;
  max-width: 1290px !important;
  margin: 0 auto;
}
.homePage-Container {
  padding: 16px 3%;
  width: 100%;
  border-bottom: 5px solid #f0f5f6;
}
.ProductSeries-section.homePage-Container.ProductSeriesPreviously-section{
	 border:none !important;
	padding:0px;
}
.ProductSeries-section.homePage-Container.ProductSeriesPreviously-section:has(.ac_categoryPage-container){
	border-bottom: 5px solid #f0f5f6 !important;
	padding: 16px 3%;
}
a,
button {
  cursor: pointer;
}
@media (min-width: 760px) {
  .homePage-Container {
    padding: 40px 5%;
    border-bottom: none;
    border: none;
  }
	.ProductSeries-section.homePage-Container.ProductSeriesPreviously-section{
	 border:none !important;
		 padding: 40px 5%;
}
}

/* homePageMainBanner-section */
.homePageMainBanner-section {
  width: 100%;
}
@media (min-width: 760px) {
  .homePageBanner-section.homePage-Container.homePageMainBanner-section {
    padding: 0 0 0 0;
  }
  .homePageBanner-section.homePage-Container.homePageMainBanner-section
    .container-large-new {
    width: 100%;
    max-width: 100% !important;
  }
  .homePageBanner-section.homePage-Container.homePageMainBanner-section img {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
  }
}
/* homePageMainBanner-section */

/* orderNewOption */

.MainHomeSection {
  /* padding: 16px 3%; */
  position: relative;
  z-index: 999;
}
@media (min-width: 760px) {
  .MainHomeSection.homePage-Container {
    padding: 40px 5%;
    position: relative;
    z-index: 999;
  }
}

.MainHomeSection .container-large-new {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.MainHomeSection h1.homeMain-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2e2d2d;
  height: fit-content;
  width: fit-content;
	margin:0px !important;
}
@media (min-width: 760px) {
  .MainHomeSection h1.homeMain-title {
    font-size: 24px;
    line-height: 40px;
    white-space: nowrap;
  }
}

.orderNewOptionSection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-template-rows: 1fr;
  height: fit-content;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 760px) {
  .orderNewOptionSection {
    gap: 30px;
  }
}
.orderNewOptionItem {
  width: 100%;
  height: fit-content;
  padding: 12px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-radius: 4px;
  height: 100%;
  z-index: 9999;
  justify-content: space-between;
	cursor:pointer;
}
@media (min-width: 760px) {
  .orderNewOptionItem {
    padding: 20px 32px;
    border-radius: 8px;
  }
}

.orderNewOptionItem-img {
  max-width: 50px;
  width: 38px;
  flex-shrink: 0;
}
.orderNewOptionItem-img img {
  width: 100%;
  object-fit: contain;
}
.orderNewOptionItem-text,
.orderNewOptionItem-text * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #2e2d2d;
  text-decoration: none;
}

a.orderNewOptionItem-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #2e2d2d;
  text-decoration: none;
  height: 100%;
  background-color: #bbffba;
  border-radius: 4px;
}
@media (min-width: 760px) {
  .orderNewOptionItem-text,
  .orderNewOptionItem-text *,
  a.orderNewOptionItem-link {
    font-size: 24px;
    line-height: 26px;
  }
}
.orderNewOptionItemOne {
  background-color: #dadfff;
}
.orderNewOptionItemTwo {
  background-color: #bbffba;
}
/* orderNewOption */

/* homePageBanner-section */
.homePageBanner-section .homePageBanner-desktop {
  display: none;
}
.homePageBanner-section img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.homePageBanner-Link {
  text-decoration: none;
  width: 100%;
  height: fit-content;
}
@media (min-width: 1020px) {
  .homePageBanner-section .homePageBanner-desktop {
    display: block;
  }
  .homePageBanner-section .homePageBanner-mobile {
    display: none;
  }
  .homePageBanner-section img {
    border-radius: 8px;
  }
}

/* homePageBanner-section */

/* homePageMainCategory */
.homePageMainCategory {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 20px;
  gap: 40px;
}

.homePageMainCate-itemLink,
.homePageSubCate-itemLink {
  width: 100%;
  text-decoration: none;
  height: fit-content;
}
.homePageMainCate-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px 10px 16px;
  border-radius: 4px;
  min-height: 100px;
  height: 100px;
  position: relative;
}
.homePageMainCate-itemTextBox {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.homePageMainCate-itemName {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  font-weight: 600;
  color: #2e2d2d;
}

.homePageMainCate-itemButton {
  background: transparent !important;
  color: #2e2d2d !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  height: 24px !important;
  border: none !important;
  outline: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
	line-height: 0px !important;
	text-transform: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left !important;
	justify-content: flex-start !important;
	min-height: 24px !important;
}

.homePageMainCate-itemButton img {
  width: 14px;
  height: 14px;
  min-width: 14px;
  object-fit: contain;
}
.homePageMainCate-itemImg {
  min-width: 120px;
  width: 12vw;
  max-width: 180px;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 0;
}
.homePageMainCate-itemImg img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
}
@media (min-width: 760px) {
  .homePageMainCate-item {
    padding: 18px 16px 20px 32px;
  }
  .homePageMainCate-itemName {
    font-size: 24px;
    line-height: 26px;
    /* max-width: 120px; */
  }
  .homePageMainCate-itemButton {
    font-size: 18px !important;
  }
  .homePageMainCate-itemImg {
    bottom: 20px;
    right: 16px;
  }
}

@media (min-width: 1020px) {
  .homePageMainCategory {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
    gap: 90px 3%;
  }
  .homePageMainCate-item {
    height: 120px;
  }
  .homePageMainCate-itemName {
    max-width: 120px;
  }
}

/* homePageMainCategory */

/* homePageSubCate-section */

h2.homeSub-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2e2d2d;
  height: fit-content;
  margin: 0;
  padding: 0;
	text-transform: none !important;
}

.homePageSubCategory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  gap: 015px 5px;
  justify-content: space-between;
  align-content: center;
  align-items: start;
  margin-top: 16px;
}

.homePageSubCate-item {
  width: 100%;
  height: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 7px;
}

.homePageSubCate-itemImg {
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.homePageSubCate-itemImg img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
}

.homePageSubCate-itemTextBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePageSubCate-itemName {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #2e2d2d;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

@media (min-width: 760px) {
  h2.homeSub-title {
    font-size: 24px;
    line-height: 40px;
  }
  .homePageSubCategory {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 28px;
  }
  .homePageSubCate-itemName {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1020px) {
  .homePageSubCategory {
    grid-template-columns: repeat(6, 1fr);
    gap: 28px 14px;
  }
}

/* homePageSubCate-section */

/* homePageFamCate-section */
.homePageFamCate-section .homePageFamCategory.homePageSubCategory {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 0;
}

.homePageFamCate-section .homePageFamCate-itemImg.homePageSubCate-itemImg {
  min-width: 100%;
  width: 100%;
  height: 160px;
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.homePageFamCate-section .homePageFamCategory .homePageSubCate-item {
  gap: 0px;
}
.homePageFamCate-section
  .homePageFamCate-itemTextBox.homePageSubCate-itemTextBox {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #e089c7;
}
.homePageFamCate-section
  .homePageFamCate-itemTextBox.homePageSubCate-itemTextBox
  .homePageSubCate-itemName {
  line-height: 0px;
  width: fit-content;
  display: inline-block;
}

@media (min-width: 760px) {
  .homePageFamCate-section .homePageFamCate-itemImg.homePageSubCate-itemImg {
    min-width: 100%;
    width: 100%;
    height: 300px;
    min-height: 300px;
  }
  .homePageFamCate-section
    .homePageFamCate-itemTextBox.homePageSubCate-itemTextBox {
    min-height: 60px;
  }
}

@media (min-width: 1020px) {
  .homePageFamCate-section .homePageFamCategory.homePageSubCategory {
    grid-template-columns: repeat(4, 1fr);
    /* gap: 10px 0; */
  }
}
/* homePageFamCate-section */

/* homePagePerSubCate-section */
.homePagePerSubCate-section .homePagePerSubCate-grid {
  grid-template-columns: repeat(2, 1fr);
}
.homePagePerSubCate-section
  .homePagePerSubCate-grid
  .homePageSubCate-itemImg
  img {
  border-radius: 4px;
}

@media (min-width: 1020px) {
  .homePagePerSubCate-section .homePagePerSubCate-grid {
    grid-template-columns: repeat(4, max-content);
    grid-auto-flow: column;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .homePagePerSubCate-section
    .homePagePerSubCate-grid
    .homePageSubCate-itemImg {
    min-width: 240px;
    width: 240px;
    max-width: 240px;
  }
  .homePagePerSubCate-section
    .homePagePerSubCate-grid
    .homePageSubCate-itemImg
    img {
    border-radius: 8px;
  }
}

/* homePagePerSubCate-section */

/* homePageBannersGrid-section */

.homePageBannersGrid-section .homePageBanner-grid {
  grid-template-columns: repeat(1, 1fr);
}
.homePageBannersGrid-section .homePageBanner-grid .homePageSubCate-itemImg img {
  border-radius: 4px;
}

@media (min-width: 1020px) {
  .homePageBannersGrid-section .homePageBanner-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .homePageBannersGrid-section
    .homePageBanner-grid
    .homePageSubCate-itemImg
    img {
    border-radius: 8px;
  }
}

/* homePageBannersGrid-section */

/* homePageCreds-Grid */
.homePageCreds-Grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background-color: #66cccc;
  padding: 20px 18px;
  border-radius: 8px;
  overflow: hidden;

  justify-content: space-between;

  gap: 25px 16px;
}
.homePageCreds-Grid .homePageCreds-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homePageCreds-Grid .homePageCreds-itemImg {
  height: 37px;
  min-height: 37px;
  width: fit-content;
  flex-shrink: 0;
}
.homePageCreds-Grid .homePageCreds-itemImg img {
  height: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: contain;
}
.homePageCreds-Grid .homePageCreds-itemTextBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homePageCreds-Grid .homePageCreds-itemTextBox * {
  color: #ffffff;
  text-align: center;
  width: fit-content;
  display: block;
}
.homePageCreds-Grid .homePageCreds-itemTitle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.homePageCreds-Grid .homePageCreds-itemSubTitle {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
@media (min-width: 760px) {
  .homePageCreds-Grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    background-color: #66cccc;
    padding: 34px 46px;
    gap: 60px;
  }
  .homePageCreds-Grid .homePageCreds-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .homePageCreds-Grid .homePageCreds-itemTextBox {
    align-items: flex-start;
    gap: 4px;
  }
  .homePageCreds-Grid .homePageCreds-itemTitle {
    font-size: 20px;
    line-height: 26px;
  }
  .homePageCreds-Grid .homePageCreds-itemSubTitle {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1350px) {
  .homePageCreds-Grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

/* homePageCreds-Grid */

/* homePageRemedy-section */

.homePageRemedy-section .homePageRemedy-Grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-flow: row;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}

.homePageRemedy-section .homePageRemedy-itemLink {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.homePageRemedy-section .homePageRemedy-item {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.homePageRemedy-section .homePageRemedy-itemImg {
  width: 100%;
  height: 200px;
  min-height: 200px;
}
.homePageRemedy-section .homePageRemedy-itemImg img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.homePageRemedy-section .homePageRemedy-itemContent {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.homePageRemedy-section .homePageRemedy-itemDetail {
  display: flex;
  gap: 16px;
}
.homePageRemedy-section .homePageRemedy-itemDetail span {
  color: #ff6e00;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.homePageRemedy-section .homePageRemedy-itemTitle {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
  color: #101828;
}

.homePageRemedy-section .homePageRemedy-itemPara {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}
.homePageRemedy-section .homePageRemedy-itemMorebtn {
  color: #000bec;
}

.homePageRemedies-Btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.homePageRemedies-Btn a.homePageRemedies-BtnLink {
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #ff6e00;
  margin-top: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .homePageRemedy-section .homePageRemedy-Grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .homePageRemedies-Btn a.homePageRemedies-BtnLink {
    width: fit-content;
  }
  

}

@media (min-width: 1020px) {
  .homePageRemedy-section .homePageRemedy-Grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
    
}
/* ac_customSliderContainer */

.ac_customSliderContainer {
  width: 100%;
  /* min-height: 120px; */
  overflow: hidden;
  position: relative;
  /* height: 150px; */
  /* max-height: 500px; */
  border-radius: 4px;
}

@media (min-width: 760px) {
  .ac_customSliderContainer {
    /* height: 375px; */
    border-radius: 0;
  }
}

.ac_customSliderContainer * {
  /* max-height: 500px; */
}

.ac_customSliderBtnBox {
  position: absolute;
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 0;
  bottom: 0;
}

.ac_customSliderBtnBox.ac_customSliderBtnNextBtnBox {
  left: 10px;
}
.ac_customSliderBtnBox.ac_customSliderBtnPrevBtnBox {
  right: 10px;
}

.ac_customSliderBtnBox .ac_customSliderBtn {
  width: 25px !important;
  height: 25px !important;
  border-radius: 100% !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: none !important;
  outline: none !important;
  line-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 7px !important;
	min-height: 25px !important;
}

@media (min-width: 760px) {
  .ac_customSliderBtnBox.ac_customSliderBtnNextBtnBox {
    left: 20px;
  }
  .ac_customSliderBtnBox.ac_customSliderBtnPrevBtnBox {
    right: 20px;
  }
  .ac_customSliderBtnBox .ac_customSliderBtn {
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
  }
}

.ac_customSliderBtnBox .ac_customSliderBtn img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ac_customSlider-holder {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  /* overflow-x: auto; */
}
.ac_customSlider-Allslides {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  z-index: 0;
  width: 100%;
  overflow: hidden;

  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  /* grid-auto-flow:; */
  /* overflow-x: auto; */
  grid-auto-rows: 0;
  grid-auto-columns: 0;
}

.ac_customSlider-Allslides .ac_customSlider-slide,
.ac_customSlider-Allslides
  .ac_customSlider-slide
  .ac_customSlider-slideContent {
  width: 100%;
  min-height: 100%;
  /* background-color: #14183e; */
  flex-shrink: 0;
}

.ac_customSlider-Allslides .ac_customSlider-slide {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;

  position: relative;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.ac_customSlider-slide.ac_customSlider-slideActive,
.ac_customSlider-slide.ac_customSlider-slideNext,
.ac_customSlider-slide.ac_customSlider-slidePrevious {
  opacity: 1;
}
.ac_customSlider-slide.ac_customSlider-slideNext {
  transform: translateX(100%);
}
.ac_customSlider-slide.ac_customSlider-slideActive {
  transform: translateX(0%);
  z-index: 5;
  box-shadow: inset 0px -100px 100px -10px rgb(255, 255, 255);
}
.ac_customSlider-slide.ac_customSlider-slidePrevious {
  transform: translateX(-100%);
}
.ac_customSlider-slide .ac_customSlider-slideImg {
  width: 100%;
  min-height: 100%;
}
.ac_customSlider-slide .ac_customSlider-slideImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ac_customSliderContainer */
/* homePageFAQ-section */
.homePageFAQ {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
}
.ac_customAccordion-Container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.ac_customAccordionItem {
  padding: 12px;
  display: flex;
  flex-direction: column;
  border: #000000 1px solid !important;
  border-radius: 8px;
  overflow: hidden !important;
  position: relative;
  transition: 0.5s;
}
.ac_customAccordionItem * {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.ac_customAccordionItem-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ac_customAccordionItem-labelArrow {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
}
.ac_customAccordionItem-labelArrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ac_customAccordionItem-content {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
  position: absolute;
}
.ac_customAccordionItem-text {
  padding-top: 12px;
}

.ac_customAccordionItem .ac_customAccordionItem-labelArrow {
  transition: 0.5s;
}

.ac_customAccordionItem.ac_customAccordionItem-Active
  .ac_customAccordionItem-labelArrow {
  transform: rotate(-90deg);
}

.ac_customAccordion-Container.show-acc-list .acc-hide {
  display: none;
}

.homePageFAQBtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
button.homePageFAQViewBtn {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color: #2e2d2d !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
}

@media (min-width: 1020px) {
  .homePageFAQ {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ac_customAccordionItem * {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .ac_customAccordionItem-labelArrow {
    width: 20px;
    height: 20px;
  }
  button.homePageFAQViewBtn {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

/* homePageFAQ-section */
/* homePageOtherContent-section */
.homePage-Container.homePageOtherContent-section .container-large-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.homePage-Container.homePageOtherContent-section .container-large-new * {
  color: #2e2d2d;
}

.homePage-Container.homePageOtherContent-section .container-large-new h2 {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.homePage-Container.homePageOtherContent-section .container-large-new p,
.homePage-Container.homePageOtherContent-section .container-large-new li {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.homePage-Container.homePageOtherContent-section .container-large-new ul {
  padding: 0px !important;
  padding-left: 16px !important;
}
.homePage-Container.homePageOtherContent-section .container-large-new b {
  font-weight: 600 !important;
}
.homePage-Container.homePageOtherContent-section .container-large-new li {
  margin-bottom: 10px !important;
}

@media (min-width: 768px) {
  .homePage-Container.homePageOtherContent-section .container-large-new h2 {
    font-size: 24px !important;
    line-height: 40px !important;
  }
  .homePage-Container.homePageOtherContent-section .container-large-new p,
  .homePage-Container.homePageOtherContent-section .container-large-new li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
/* homePageOtherContent-section */


/* homePageSummarSale-section */
.homePageBanner-section.homePage-Container.homePageSummarSale-section
  h2.homeSub-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #2e2d2d;
  height: fit-content;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.homePageBanner-section.homePage-Container.homePageSummarSale-section p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #2e2d2d;
  letter-spacing: -0.2px;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}
.homePageBanner-section.homePage-Container.homePageSummarSale-section strong {
  font-weight: bold;
}
@media (min-width: 760px) {
  .homePageBanner-section.homePage-Container.homePageSummarSale-section
    h2.homeSub-title {
    font-size: 24px;
    line-height: 40px;
    
  }
  .homePageBanner-section.homePage-Container.homePageSummarSale-section p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2e2d2d;
    letter-spacing: -0.2px;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
  }
}
.homePageBanner-section.homePage-Container.homePageSummarSale-section a.homePageSummarSaleLink{
	height:fit-content;
	text-decoration:none !important;
	text-transform:none !important;
	width:fit-content;
}

/* homePageSummarSale-section */