.button {
  letter-spacing: normal !important;
}

/* balance vs others section css start */
#balance-vs-others {
  padding-top: 90px;
  margin-top: -90px;
}

#balance-vs-others .section-container {
  background: #F5F5F5;
}

#balance-vs-others .page-width {
  max-width: 963px;
  margin: 0 auto;
}

#balance-vs-others .section-heading {
  text-align: center;
  letter-spacing: -1px;
}

#balance-vs-others .section-heading,
#balance-vs-others .column-heading {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}

#balance-vs-others .column-heading {
  letter-spacing: -.8px;
}

#balance-vs-others .point-heading {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

#balance-vs-others .point-sub-heading {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#balance-vs-others .button-wrapper .button {
  border-radius: 100px;
  background: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

#balance-vs-others .wrapper {
  display: flex;
  position: relative;
}

#balance-vs-others .wrapper:after {
  content: "VS";
  display: block;
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  background: #000;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  margin: auto;
}

#balance-vs-others .balance {
  background: #D6E6DB;
  border-radius: 10px;
}

#balance-vs-others .others {
  border-radius: 10px;
  background: #D9D9D9;
}

#balance-vs-others .list-container {
  list-style: none;
  padding-left: 0;
}

#balance-vs-others .list-container .list-item {
  border-top: 1px solid rgba(181, 181, 181, 0.5);
  position: relative;
}

#balance-vs-others .column-item li.list-item:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}

#balance-vs-others .balance.column-item li.list-item:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0660/8571/6215/files/balance-check-icon_5c866b65-912d-4b51-b420-71dd28f8b083.png?v=1703834950);
  background-size: 18px;
}

#balance-vs-others .others.column-item li.list-item:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0660/8571/6215/files/others-check-icon_553311c1-4d26-4946-afe3-9c1b2b3fa262.png?v=1703834949);
  background-size: 18px;
}

#balance-vs-others .column-item {
  height: 100%;
}

#balance-vs-others .point-heading {
  display: block;
}

@media (max-width: 767px) {
  #balance-vs-others .balance.column-item li.list-item:before {
    width: 12px;
    height: 12px;
    left: -6px;
    top: 10px;
    background-size: contain;
  }

  #balance-vs-others .others.column-item li.list-item:before {
    width: 16px;
    height: 16px;
    left: -8px;
    top: 7px;
    background-size: contain;
  }

  #balance-vs-others .button-wrapper .button {
    padding: 12px 24px;
  }

  #balance-vs-others .list-container .list-item {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
  }

  #balance-vs-others .list-container {
    margin-top: 10px;
    margin-bottom: 11px;
  }

  #balance-vs-others .point-sub-heading {
    font-size: 12px;
  }

  #balance-vs-others .point-heading,
  #balance-vs-others .button-wrapper .button {
    font-size: 14px;
  }

  #balance-vs-others .column-heading {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
  }

  #balance-vs-others .wrapper {
    row-gap: 43px;
  }

  #balance-vs-others .section-container {
    padding-left: 34px;
    padding-right: 34px;
  }

  #balance-vs-others .column-item {
    padding: 24px 14px 24px 26px;
    border-radius: 5px;
  }

  #balance-vs-others .section-heading {
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  #balance-vs-others .wrapper:after {
    font-size: 14px;
    width: 44px;
    line-height: 44px;
    height: 44px;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 999px) {
  #balance-vs-others .wrapper {
    flex-wrap: wrap;
  }

  #balance-vs-others .column-item {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  #balance-vs-others .wrapper {
    row-gap: 100px;
  }

  #balance-vs-others .wrapper:after {
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1000px) {
  #balance-vs-others .wrapper {
    justify-content: space-between;
    column-gap: 100px;
  }

  #balance-vs-others .column-item {
    max-width: 44.445%;
    width: 100%;
  }

  #balance-vs-others .wrapper:after {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}

@media (min-width: 768px) {
  #balance-vs-others .list-container {
    margin-bottom: 3px;
  }

  #balance-vs-others .point-heading {
    margin-bottom: 0;
  }

  #balance-vs-others .button-wrapper {
    padding-left: 31px;
  }

  #balance-vs-others .column-heading {
    margin-bottom: 12px;
  }

  #balance-vs-others .section-heading {
    margin-bottom: 32px;
  }

  #balance-vs-others .balance.column-item li.list-item:before {
    height: 26px;
    width: 26px;
    left: 0;
    top: 10px;
  }

  #balance-vs-others .others.column-item li.list-item:before {
    height: 26px;
    width: 26px;
    left: 0;
    top: 10px;
  }

  #balance-vs-others .list-container .list-item {
    padding-left: 31px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #balance-vs-others .balance {
    padding: 25px 47px 35px;
  }

  #balance-vs-others .others {
    padding: 25px 47px 15px;
  }

  #balance-vs-others .wrapper:after {
    font-size: 18px;
    line-height: 76px;
    height: 76px;
    width: 76px;
  }

  #balance-vs-others .point-heading {
    font-size: 16px;
  }

  #balance-vs-others .point-sub-heading {
    font-size: 14px;
  }

  #balance-vs-others .section-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #balance-vs-others .section-heading {
    font-size: 40px;
  }

  #balance-vs-others .column-heading {
    font-size: 30px;
  }

  #balance-vs-others .button-wrapper .button {
    font-size: 18px;
    padding: 14px 32px;
  }
}

/* balance vs others section css end */
/* experts trusted section css start */
#experts-trusted image-with-text-item h3.heading {
  max-width: 555px;
}

#experts-trusted {
  background: #F5F5F5;
}

#experts-trusted section {
  margin: 0;
}

#experts-trusted image-with-text-item .image-with-text__text-wrapper.tick li:before {
  background: url(https://cdn.shopify.com/s/files/1/0660/8571/6215/files/Check-icon-trusted_c3b83969-ffdd-4e14-a3cb-c1a3bdd8cab1.png?v=1703835391);
  background-size: 20px !important;
  background-repeat: no-repeat;
}

#experts-trusted .image-with-text__image-wrapper {
  display: flex;
  justify-content: space-between;
}

#experts-trusted .heading span {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}

#experts-trusted .image-with-text__text-wrapper p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#experts-trusted .image-with-text__text-wrapper li {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#experts-trusted .button-wrapper .button {
  letter-spacing: normal;
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 100px;
  background: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  letter-spacing: 1px;
}

#experts-trusted .expert-text {
  text-align: left;
}

#experts-trusted .image-with-text__image-wrapper .image-wrapper {
  position: relative;
  border-radius: 10px;
}

#experts-trusted .image-with-text__image-wrapper .expert-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#experts-trusted .expert-text .content {
  display: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
  overflow: hidden;
}

#experts-trusted .image-wrapper:hover .expert-text .content {
  display: block;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

#experts-trusted .image-wrapper {
  background: transparent;
}

#experts-trusted .image-wrapper .secondary {
  opacity: 0;
}

#experts-trusted .image-wrapper:hover {
  background: linear-gradient(0deg, rgba(214, 230, 219, 0.80) 0%, rgba(214, 230, 219, 0.80) 100%);
}

#experts-trusted .image-wrapper:hover .primary {
  opacity: 0;
}

#experts-trusted .image-wrapper:hover .secondary {
  opacity: 1;
}

#experts-trusted .expert-text .name,
#experts-trusted .expert-text .designation {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

#experts-trusted .image-with-text__image-wrapper img {
  mix-blend-mode: lighten;
  visibility: visible;
  aspect-ratio: .52592;
  object-fit: cover;
  border-radius: 10px;
}

#experts-trusted .image-wrapper:hover .expert-text .name,
#experts-trusted .image-wrapper:hover .expert-text .designation {
  color: #000;
}

@media (max-width: 767px) {
  #experts-trusted .image-with-text__image-wrapper {
    margin-bottom: 40px;
  }

  #experts-trusted .expert-text .content {
    margin-top: 10px;
  }

  #experts-trusted .expert-text .name {
    line-height: 1;
  }

  #experts-trusted .image-with-text__image-wrapper .expert-text {
    padding: 20px 10px 20px 20px;
  }

  #experts-trusted .button-wrapper .button {
    padding: 12px 24px;
  }

  #experts-trusted .image-with-text__text-wrapper li:not(:last-child) {
    margin-bottom: 10px;
  }

  #experts-trusted image-with-text-item .image-with-text__text-wrapper.tick li:before {
    margin: 0;
    top: 0;
  }

  #experts-trusted .image-with-text__image-wrapper .image-wrapper {
    max-width: 47.6%;
    width: 100%;
  }

  #experts-trusted .expert-text .name,
  #experts-trusted .expert-text .designation,
  #experts-trusted .expert-text .content {
    font-size: 9px;
  }

  #experts-trusted .image-with-text__text-wrapper li {
    font-size: 12px;
  }

  #experts-trusted .image-with-text__text-wrapper p,
  #experts-trusted .button-wrapper .button {
    font-size: 14px;
  }

  #experts-trusted .heading span {
    font-size: 24px;
  }

  #experts-trusted {
    padding: 0 34px;
  }

  #experts-trusted .container,
  #experts-trusted image-with-text {
    padding: 0;
  }

  #experts-trusted .image-with-text__wrapper {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 33px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  #experts-trusted .image-with-text__wrapper {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 60px;
  }

  #experts-trusted image-with-text {
    padding: 0;
  }
}

@media (min-width: 1000px) {
  #experts-trusted .image-with-text__content-wrapper {
    width: 100%;
    max-width: 46.555%;
  }

  #experts-trusted .image-with-text__image-wrapper {
    max-width: 48.077%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  #experts-trusted .image-with-text__image-wrapper .image-wrapper {
    max-width: 47.334%;
    width: 100%;
  }

  #experts-trusted .image-with-text__text-wrapper ul {
    margin-bottom: 26px;
  }

  #experts-trusted image-with-text-item .image-with-text__text-wrapper.tick ul {
    margin-left: 40px;
  }

  #experts-trusted .image-wrapper:hover .expert-text .content {
    margin-top: 20px;
  }

  #experts-trusted .expert-text {
    padding: 53px 39px;
  }

  #experts-trusted .expert-text .name,
  #experts-trusted .expert-text .designation,
  #experts-trusted .image-wrapper:hover .expert-text .content {
    font-size: 16px;
  }

  #experts-trusted .image-with-text__image-wrapper,
  #experts-trusted .image-with-text__content-wrapper {
    margin: 0;
  }

  #experts-trusted .container {
    max-width: 1248px;
    padding: 0;
  }

  #experts-trusted .image-with-text__wrapper {
    justify-content: space-between;
    padding: 100px 0;
  }

  #experts-trusted {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #experts-trusted .button-wrapper .button {
    padding: 14px 40px;
  }

  #experts-trusted .image-with-text__text-wrapper li,
  #experts-trusted .button-wrapper .button {
    font-size: 18px;
  }

  #experts-trusted .image-with-text__text-wrapper p {
    font-size: 20px;
    max-width: 550px;
  }

  #experts-trusted .heading span {
    font-size: 42px;
  }

  #experts-trusted image-with-text-item .image-with-text__text-wrapper.tick li:before {
    width: 25px;
    height: 25px;
    left: -40px;
    top: 4px;
  }
}

/* experts trusted section css end */
/* new homepage banner section css start */
#balance-banner.new-homepage .btn-below-text {
  display: none;
}

#balance-banner.new-homepage .button--secondary {
  border-radius: 100px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

#balance-banner.new-homepage .buttons-container {
  display: flex;
}

#balance-banner.new-homepage .star-flex {
  margin-bottom: 15px;
}

#balance-banner.new-homepage h1.heading {
  margin-top: 0;
}

#balance-banner.new-homepage h1.heading+p {
  line-height: 1;
}

@media (max-width: 767px) {
  .HomeMobile__Banner.new-homepage .img-with-svg-img a.button.button--primary {
    height: 45px;
  }

  .HomeMobile__Banner.new-homepage .img-with-svg-img div p:nth-child(3) {
    margin-bottom: 0;
  }

  .HomeMobile__Banner.new-homepage .img-with-svg-img div p:nth-child(4) {
    margin-top: 0;
  }

  .HomeMobile__Banner.new-homepage .btn-below-text {
    display: none;
  }

  .HomeMobile__Banner.new-homepage .img-with-svg-img .star-flex .loox-rating.custom-strt-color img {
    margin-right: 6px;
    width: 16px;
    height: 16px;
  }

  .HomeMobile__Banner.new-homepage .buttons-container {
    display: flex;
    gap: 15px;
  }

  .HomeMobile__Banner.new-homepage .img-with-svg-img {
    padding: 30px 33px !important;
    margin-left: 0;
  }

  .HomeMobile__Banner.new-homepage .button.button--primary {
    font-size: 14px !important;
    padding: 12px 15px;
    min-width: unset;
    width: 126px !important;
  }

  .HomeMobile__Banner.new-homepage .button.button--secondary {
    font-size: 14px;
    height: 45px;
    padding: 15.5px 15px;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    line-height: 1;
    letter-spacing: normal;
    min-width: unset;
    width: 149px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .HomeMobile__Banner.new-homepage .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .HomeMobile__Banner.new-homepage .img-with-svg-img {
    flex: unset;
    margin-left: 3rem;
  }

  .HomeMobile__Banner.new-homepage h1.heading {
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
  }

  .HomeMobile__Banner.new-homepage h1.heading+p {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  .HomeMobile__Banner.new-homepage .button {
    border-radius: 100px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 24px;
    letter-spacing: normal;
  }

  .HomeMobile__Banner.new-homepage .button.button--primary {
    background: #000;
    color: #F5F5F5;
  }

  .HomeMobile__Banner.new-homepage .btn-below-text {
    display: none;
  }

  .HomeMobile__Banner.new-homepage .buttons-container {
    display: flex;
    gap: 16px;
  }

  .HomeMobile__Banner.new-homepage .button.button--secondary {
    background: #FFF;
    color: #000;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  #balance-banner.new-homepage h1.heading+p+p {
    max-width: 80%;
    font-size: 15px;
    line-height: 1.2;
  }

  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    margin-top: 7% !important;
  }
}

@media (min-width: 1201px) and (max-width: 1299px) {
  #balance-banner.new-homepage h1.heading+p+p {
    font-size: 15px;
  }

  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    margin-top: 6% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1300px) {
  #balance-banner.new-homepage h1.heading+p+p {
    font-size: 15px;
  }

  #balance-banner.new-homepage h1.heading {
    font-size: 32px;
  }

  #balance-banner.new-homepage h1.heading+p {
    font-size: 15px;
    line-height: 1.2;
  }

  #balance-banner.new-homepage .button-wrapper .button.button--primary {
    width: 130px;
  }

  #balance-banner.new-homepage .button-wrapper .button.button--secondary {
    width: 160px;
  }

  #balance-banner.new-homepage .button-wrapper .button {
    padding: 14px 20px;
    font-size: 13px;
  }
}

/* new css is added here start */
@media (min-width: 1446px) and (max-width: 1546px) {
  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    margin-top: 5.5%;
  }

  #balance-banner.new-homepage .custom-img-block.img-block {
    margin-top: 4.3%;
  }
}

@media (min-width: 1546px) and (max-width: 1646px) {
  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    margin-top: 5.3%;
  }

  #balance-banner.new-homepage .custom-img-block.img-block {
    margin-top: 4.1%;
  }
}

@media (min-width: 1646px) and (max-width: 1746px) {
  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    margin-top: 5.1%;
  }

  #balance-banner.new-homepage .custom-img-block.img-block {
    margin-top: 3.9%;
  }
}

@media (min-width: 1746px) and (max-width: 1919px) {
  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    margin-top: 4.8%;
  }

  #balance-banner.new-homepage .custom-img-block.img-block {
    margin-top: 3.6%;
  }
}

@media (min-width: 1920px) {
  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    margin-top: 4.5%;
  }

  #balance-banner.new-homepage .custom-img-block.img-block {
    margin-top: 3.3%;
  }
}

/* new css is added here end */
@media (min-width: 1301px) and (max-width: 1445px) {
  #balance-banner.new-homepage .container {
    margin: 0 auto;
    max-width: 1400px;
    margin-right: 0;
  }

  #balance-banner.new-homepage .custom-img-block.img-block {
    margin-top: 3%;
  }

  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    margin-left: 0;
    margin-top: 4.3% !important;
  }

  #balance-banner.new-homepage .custom-img-block.img-block img {
    max-width: 100%;
  }
}

@media (min-width: 1301px) {
  #balance-banner.new-homepage .star-flex .heading {
    font-size: 12px;
  }

  #balance-banner.new-homepage h1.heading {
    font-size: 32px;
  }

  #balance-banner.new-homepage h1.heading+p {
    font-size: 16px;
  }

  #balance-banner.new-homepage .button-wrapper .button {
    font-size: 16px;
    padding: 14px 30px;
  }

  #balance-banner.new-homepage .button-wrapper .button.button--secondary {
    width: 210px;
  }

  #balance-banner.new-homepage .button-wrapper .button.button--primary {
    width: 181px;
  }
}

@media (min-width: 1000px) {
  #balance-banner.new-homepage .loox-rating.custom-strt-color {
    height: 20px;
    width: auto;
    display: inline-block;
  }

  #balance-banner.new-homepage .loox-rating.custom-strt-color img {
    margin: 0 2.5px 0 0 !important;
    width: 20px;
    height: 20px;
  }

  #balance-banner.new-homepage .container {
    padding-left: 0 !important;
    gap: 0 !important;
    justify-content: space-between !important;
  }

  #balance-banner.new-homepage {
    padding: 0 0 0 20px;
    margin-bottom: 41px;
  }

  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt .img-with-svg-img {
    max-width: 342px;
    width: 25%;
    margin-left: 0;
  }

  #balance-banner.new-homepage .custom-img-block.img-block {
    max-width: 67%;
  }

  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt {
    padding-right: 0;
    margin: 0 auto;
    max-width: 1304px;
  }

  #balance-banner.new-homepage .buttons-container {
    gap: 16px;
  }

  #balance-banner.new-homepage .button-wrapper .button {
    height: 52px;
    margin-top: 0;
  }

  #balance-banner.new-homepage h1.heading {
    margin-bottom: 0;
  }

  #balance-banner.new-homepage h1.heading+p {
    margin-top: 22px;
    margin-bottom: 0;
  }

  #balance-banner.new-homepage h1.heading+p+p {
    margin-top: 0;
  }

  #balance-banner.new-homepage .main-margin {
    margin-bottom: 27px !important;
  }

  #balance-banner.new-homepage .container.custom-conponent.conponent-img-txt {
    padding-top: 3.1%;
  }
}

@media (min-width: 768px) {
  section#balance-banner.new-homepage {
    height: 530px;
  }

  #balance-banner.new-homepage .heading {
    line-height: 1.4;
  }
}


/* new homepage banner section css end */
/* new homepage featured product section css start */
#home2-feature-roduct .product {
  margin: 0;
}

@media (min-width: 1000px) {
  #home2-feature-roduct .product--featured {
    align-items: center;
  }
}

/* new homepage featured product section css end */
/* new homepage review slider section css start */
@media (min-width: 768px) {
  #Home2-review-slider .content p {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #Home2-review-slider .content p {
    padding-bottom: 5px;
  }
}

#Home2-review-slider .content p {
  text-align: center;
}

#Home2-review-slider {
  background: #F5F5F5;
}

#Home2-review-slider .content {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}

/* new homepage review slider section css end */
/* new homepage loox background css start */
.shopify-section--featured-product+.shopify-section+.shopify-section.shopify-section--apps {
  background: #F5F5F5;
}

/* new homepage loox background css end */
/* new homepage footer css start */
@media (max-width: 767px) {
  .footer__policy.footer__item-content li {
    padding-left: 0 !important;
    margin-right: 10px;
  }
}

.footer .linklist__item a:hover {
  color: #41685D;
}

@media (min-width: 768px) {

  .footer ul.linklist .linklist__item a,
  .footer .select[aria-controls="footer-currency-selector"] {
    font-size: 16px;
  }
}

/* new homepage footer css end */
/* new homepage spacing css start */
/* for desktop start */
#Home2-Marquee.new-homepage {
  margin-top: 0;
  margin-bottom: 0;
}

#Home2-Marquee.new-homepage {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1000px) {
  #Home2-review-slider {
    padding-top: 100px;
    padding-bottom: 0;
  }

  #insta-feed {
    margin-bottom: 90px;
  }
}

/* for desktop end */
/* for tablet start */
@media (min-width: 768px) and (max-width: 999px) {
  #Home2-review-slider {
    padding-top: 50px;
  }
}

/* for tablet end */
/* for mobile start */
@media (max-width: 767px) {
  #home2-feature-roduct {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #home2-feature-roduct {
    padding: 20px 0;
  }

  #Home2-review-slider {
    padding-top: 40px;
  }

  #experts-trusted {
    padding-top: 68px;
  }
}

/* for mobile end */
/* new homepage spacing css end */
/* new homepage community slider css start */
#Home2-review-slider {
  position: relative;
}

#Home2-review-slider .Review-Slider {
  overflow: visible;
}

#Home2-review-slider:hover .swiper-arrows svg {
  visibility: visible;
}

#Home2-review-slider .swiper-pagination {
  position: relative;
}

#Home2-review-slider .swiper-pagination-bullet-active {
  background: #000000;
  transform: scale(1.2) !important;
}

#Home2-review-slider .swiper-pagination-bullet {
  margin-right: 10px;
  transform: scale(.8);
}

@media (min-width: 768px) {
  #Home2-review-slider .swiper-arrows {
    width: 50px;
    height: 50px;
  }

  #Home2-review-slider .swiper-pagination {
    margin-top: 30px;
  }

  #Home2-review-slider .swiper-button-next {
    left: unset;
    right: 28px;
  }

  #Home2-review-slider .swiper-button-prev {
    left: 28px;
    right: unset;
  }
}

@media (max-width: 767px) {
  #Home2-review-slider .swiper-arrows {
    display: none;
  }

  #Home2-review-slider .swiper-pagination {
    margin-top: 20px;
  }
}

/* new homepage community slider css end */
/* new homepage letter spacing css start */
#Home2-review-slider .star-content h2 {
  letter-spacing: -1px;
}

/* new homepage letter spacing css end */
/* merry christmas section new homepage css start */
#merry-christmas.new-homepage .image-with-text__text-wrapper p:nth-child(1) {
  font-weight: 400;
}

#merry-christmas.new-homepage .button-wrapper .button {
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  #merry-christmas.new-homepage .image-with-text__text-wrapper {
    padding-left: 0;
  }
}

/* merry christmas section new homepage css end */

/* new homepage social section css start */

.new-homepage.heading .brandgreen {
  text-decoration: underline;
}

/* new homepage social section css end */

/* new homepage css for header start */

store-header.header {
  background: #d6e6db;
}

/* store-header.header.active {
  background: #f5f5f5 !important;
} */

/* new homepage css for header end */

/* extra css footer start */
.footer .linklist__item a:hover {
  color: #41685D;
}

/* extra css footer end */