:root {
  --textcolor: #252525;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

main {
  display: flex;
  width: 100%;
  flex-direction: column;
}

/* typography start */
body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.hd-styled-font {
  font-size: 84px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}
.hd-styled-font span {
  font-weight: 700;
}

.hd-font-lg {
  font-size: 69px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

.hd-font-md {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
}

.hd-font-sm {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.hd-font-xs {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

p, li {
  font-size: 20px;
  line-height: 1.4;
}

p.big {
  font-size: 30px;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .hd-font-lg, .hd-styled-font {
    font-size: 50px;
  }
  .hd-font-xs {
    font-size: 24px;
  }
  .hd-font-sm {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hd-font-lg, .hd-styled-font {
    font-size: 40px;
    line-height: 1.5;
  }
  .hd-font-xs {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hd-font-lg, .hd-styled-font {
    font-size: 36px;
    line-height: 1.4;
  }
  .hd-font-xs {
    font-size: 18px;
  }
  .hd-font-md {
    font-size: 40px;
  }
}
@media (max-width: 520px) {
  .hd-font-lg, .hd-styled-font {
    font-size: 26px;
    line-height: 1.3;
  }
  .hd-font-xs {
    font-size: 18px;
  }
  .hd-font-md {
    font-size: 26px;
  }
}
/* typography end */
/* header start */
header {
  padding: 0 10px;
}
header .hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  header .hdr {
    background-color: #f5f5f5;
  }
}
header .hdr .logo {
  max-width: 250px;
  padding: 20px 0px 20px 20px;
}
header .hdr .menu {
  max-width: calc(100% - 250px);
  font-size: 14px;
  font-weight: 500;
}
header .hdr .menu a {
  text-decoration: none;
  color: var(--textcolor);
  background-color: #F3F3F3;
  border-radius: 35px;
  padding: 12px 23px;
  font-size: 16px;
}
header .hdr .menu li.active a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #BDA0E2;
  display: inline-block;
  top: -1px;
  position: relative;
  margin-right: 3px;
  left: -6px;
}

/* header end */
/* section1 start */
.section1 {
  padding: 0 0 50px;
}
.section1 img {
  margin-left: auto;
}

@media (max-width: 767px) {
  .section1 img {
    margin: auto;
  }
}
/* section1 end */
/* section2 start */
.section2 {
  background: #fff;
  padding: 10px 0 30px;
}
.section2 .box {
  background: #26202E;
  border-radius: 35px;
  padding: 25px 15px;
}
.section2 .box .bannerImg {
  border: 3px solid #434343;
  border-radius: 35px;
  overflow: hidden;
}
.section2 .box .bannerImg img {
  width: 100%;
}
.section2 .box .bannerImg .carousel-inner .carousel-item img {
  width: 100%;
  height: 350px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.section2 .box .bannerImg .thmb {
  overflow: hidden;
  margin: 150px 0 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section2 .box .bannerImg .thmb li {
  border: 2px solid #434343;
  border-radius: 25px;
}
.section2 .box .bannerImg .thmb li img {
  border-radius: 0;
  display: block;
  aspect-ratio: 1/1;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section2 .box .price_section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.section2 .box .price_section .offer {
  display: block;
  font-size: 48px;
  color: #06b561;
  font-weight: 700;
}
.section2 .box .price_section .price_bar {
  color: #D6D6D6;
  font-size: 24px;
  margin-left: 15px;
  text-decoration: line-through;
}
.section2 .box h2 {
  margin: 20px 0 25px;
  font-weight: 400;
  line-height: 1.4;
}
.section2 .box h2, .section2 .box p, .section2 .box div {
  color: #eee;
}

.btn-success {
  background-color: #FF6868;
  border-color: #FF6868;
  text-transform: uppercase;
  font-size: 24px;
  width: 100%;
  padding: 10px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  min-height: 55px;
}

.credit_card {
  margin: 10px 0;
}

.rbox {
  padding: 0 30px;
  flex: 1;
}
.rbox .box {
  margin-top: 25px;
  border: 3px solid #434343;
  border-radius: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rbox .box p {
  margin: 0;
}
.rbox .box .small {
  color: #5E5E5E;
}
.rbox .box .green_text {
  color: #06b561;
  font-weight: bold;
}
.rbox .truck_b {
  font-size: 15px;
  text-align: center;
}
.rbox .frsterrTxt {
  text-align: left;
}
.rbox ul {
  list-style-type: disc;
}
.rbox ul li {
  list-style-type: disc;
  color: #888888;
}
.rbox p {
  color: #888888;
  margin-bottom: 25px;
}
.rbox h3 {
  margin-bottom: 25px;
}

.boxcard {
  margin-top: 25px;
  border: 3px solid #434343;
  border-radius: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 5px;
}
.boxcard p {
  margin: 0;
}

@media (max-width: 767px) {
  .section2 .box {
    margin: 0 5px;
    padding: 15px 5px;
  }
  .rbox {
    padding: 0 15px;
  }
}
/* section2 end */
/* section3 start */
.section3 {
  background: #fff;
  padding: 0 10px;
}
.section3 .box2 {
  gap: 25px;
  padding: 30px 0;
}
.section3 .box2 .bannerImg {
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 86%;
  margin-left: auto;
}
.section3 .box2 .bannerImg img {
  width: 100%;
}
.section3 .box2 h3 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section3 .roundedtab {
  background: #F2ECFA;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.section3 .roundedtab .incl {
  position: relative;
  background: #fff;
  width: auto;
  display: inline-block;
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 27px 130px 25px 10px;
  border-radius: 30px 0 30px 0;
}
.section3 .roundedtab .incl::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 0;
  width: 70px;
  height: 70px;
  background: white;
  z-index: 0;
}
.section3 .roundedtab .incl::before {
  content: "";
  position: absolute;
  right: -70px;
  top: 0;
  width: 70px;
  height: 70px;
  background: #f2ecfa;
  z-index: 1;
  border-top-left-radius: 30px;
}
.section3 .roundedtab .incl h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 70px;
  height: 70px;
  background: white;
  z-index: 0;
}
.section3 .roundedtab .incl h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 70px;
  height: 70px;
  background: #f2ecfa;
  z-index: 1;
  border-top-left-radius: 30px;
}
.section3 .roundedtab ul {
  margin-top: 128px;
  margin-bottom: 0;
  list-style-type: disc;
  position: relative;
  z-index: 2;
}
.section3 .roundedtab ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  font-size: 20px;
}
.section3 .roundedtab ul li:last-child {
  margin-bottom: 0;
}
.section3 .roundedtab .topright {
  position: absolute;
  top: 0;
  left: 321px;
  z-index: 1;
  height: auto;
  width: 83px;
}
.section3 .roundedtab .bottmleft {
  position: absolute;
  top: 94px;
  left: 0px;
  z-index: 1;
  height: auto;
  width: 370px;
}

@media (max-width: 767px) {
  .section3 .box2 {
    flex-direction: column;
    margin: 0 0;
    padding: 10px 0;
  }
  .section3 {
    padding: 30px 0;
  }
  .section3 .roundedtab .incl {
    padding: 27px 55px 25px 10px;
  }
}
/* section3 end */
/* section4 start */
.section4 {
  background-color: #F8F8F8;
  padding: 70px 0;
}
.section4 .get_box {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 25px;
  text-align: center;
}
.section4 .get_box h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.section4 .get_box h2 .red_text {
  font-weight: 700;
}
.section4 .get_box h2 span {
  font-weight: 400;
  color: #464646;
}
.section4 .get_box .red_text {
  color: #f00;
  font-size: 36px !important;
}

@media (max-width: 767px) {
  .section4 {
    padding: 20px 15px;
  }
  .section4 .get_box {
    padding: 30px 20px;
  }
  .section4 .get_box h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .section4 .get_box .red_text {
    font-size: 26px !important;
  }
}
/* section4 end */
/* section5 start */
.section5 {
  padding: 70px 0;
}
.section5 .feature-box {
  border-radius: 40px;
  border: 1px solid #D8D8D8;
  background: var(--Corners, #FFF);
  min-height: 370px;
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}
.section5 .feature-box .svgbox {
  padding: 25px;
  border-radius: 70px;
  background: #FFF;
  border: 1px solid #ccc;
  margin: auto;
}
.section5 .feature-box .svgbox img {
  max-width: 100%;
}
.section5 .feature-box p {
  margin-top: 25px;
  max-width: 300px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .section5 .feature-box {
    min-height: 300px;
    padding: 20px;
    align-items: start;
    justify-content: center;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .section5 {
    padding: 45px 0 0;
  }
}
/* section5 end */
/* section6 start */
.section6 {
  padding: 70px 0;
  background-color: #26202E;
}
.section6 img {
  border-radius: 40px;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.66);
}
.section6 h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.section6 p {
  color: #fff;
}
.section6 .container-lg {
  background-color: #171711;
  border-radius: 30px;
  padding: 30px;
}

@media (max-width: 767px) {
  .section6 {
    padding: 15px 0;
  }
}
/* section6 end */
/* easy start */
.easy {
  padding: 50px 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: auto;
  gap: 20px;
}
.easy .easybox {
  padding: 30px;
  text-align: center;
  flex: 0 0 49%;
  text-align: center;
  border-radius: 15px;
  background-color: #F8F8F8;
}
.easy .easybox img {
  margin-bottom: 20px;
}
.easy .easybox h4 {
  font-weight: 700;
  font-size: 18px;
}
.easy .easybox p {
  line-height: 1.3;
  font-size: 16px;
  color: #5E5E5E;
}

@media (max-width: 991px) {
  .easy .easybox {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  .easy .easybox {
    flex: 0 0 48%;
  }
  .easy {
    padding: 30px 15px 0;
  }
}
@media (max-width: 520px) {
  .easy .easybox {
    width: 100%;
    flex: none;
    padding: 20px;
  }
}
/* easy end */
/* setsection start */
.set_section {
  padding: 50px 0;
  position: relative;
}
.set_section ul {
  display: flex;
  gap: 15px;
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0;
}
.set_section ul li {
  width: 33.33%;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.set_section ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.set_section ul li:nth-child(2) {
  padding: 20px 65px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #252525;
  text-align: center;
}
.set_section svg {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
}

@media (max-width: 1400px) {
  .set_section {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .set_section ul li:nth-child(2) {
    padding: 20px 25px 10px;
  }
  .set_section ul li:nth-child(2) p {
    font-size: 1.6vw;
  }
  .set_section {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .set_section {
    padding: 20px 0;
  }
  .set_section svg {
    transform: rotate(90deg) translate(-10%, 68%);
    top: 50%;
    transform-origin: center top;
    width: 770px;
    left: 50%;
  }
  .set_section ul {
    flex-wrap: wrap;
    padding: 0;
  }
  .set_section ul li {
    width: 100%;
  }
  .set_section ul li:nth-child(2) {
    padding: 20px 20px 25px;
    max-width: 295px;
    margin: auto;
  }
  .set_section ul li:nth-child(2) p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .set_section svg {
    width: 680px;
  }
}
/* setsection end */
/* customerrating start */
.customer_rating {
  background-color: #F2ECFA;
  padding: 50px 0;
}
.customer_rating img {
  border-radius: 25px;
}
.customer_rating h2 {
  color: #0A0A0A;
}
.customer_rating .rating-text {
  color: #0A0A0A;
  max-width: 500px;
}
.customer_rating .rating-text .rating-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.customer_rating .rating-text .rating-row span {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.customer_rating .rating-text .rating-row span svg {
  width: 18px;
  height: auto;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .customer_rating .rating-text {
    margin: 25px 0 0;
    padding: 0 10px;
  }
}
/* customerrating end */
/* happycustomer start */
.happy_customer {
  background-color: #F2ECFA;
  padding: 50px 0 70px;
}
.happy_customer .happy_box {
  border-radius: 20px;
  padding: 25px 20px 20px;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.happy_customer .happy_box img {
  margin: 0 0 25px;
  width: 100%;
  border-radius: 15px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.happy_customer .happy_box p {
  text-align: left;
  padding: 0 15px;
  font-size: 21px;
}
.happy_customer .star_icon {
  font-size: 16px;
  color: #fea21c;
}
.happy_customer .star_icon.big {
  margin-bottom: 25px;
  text-align: center;
}
.happy_customer .star_icon.big svg {
  width: 100%;
  height: 50px;
}
.happy_customer .customer_comment_title {
  background: #fff;
  padding: 30px 99px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.happy_customer .customer_comment_title::before {
  content: "";
  position: absolute;
  background: url(../images/left-quote.svg) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  background-position: center;
  top: 15px;
  left: 25px;
  z-index: 4;
}
.happy_customer .customer_comment_title::after {
  content: "";
  position: absolute;
  background: url(../images/right-quote.svg) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  background-position: center;
  bottom: 15px;
  right: 25px;
  z-index: 4;
}
.happy_customer .customer_comment_title h5 {
  font-size: 52px;
  font-weight: 400;
}
.happy_customer .carousel {
  position: relative;
  padding: 0 150px;
}
.happy_customer .carousel button {
  background-color: #fff;
  height: 160px;
  width: 160px;
  opacity: 1;
  border-radius: 80px;
  top: inherit;
  bottom: 30px;
}
.happy_customer .carousel button.carousel-control-prev {
  left: 5px;
}
.happy_customer .carousel button.carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../images/carousel-left.svg);
  width: 109px;
  height: 84px;
}
.happy_customer .carousel button.carousel-control-next {
  right: 5px;
}
.happy_customer .carousel button.carousel-control-next .carousel-control-next-icon {
  background-image: url(../images/carousel-right.svg);
  width: 109px;
  height: 84px;
}

@media (max-width: 1199px) {
  .happy_customer {
    padding: 60px 20px 20px;
  }
  .happy_customer .happy_box {
    height: auto;
  }
  .happy_customer .carousel {
    padding: 0 100px;
  }
  .happy_customer .customer_comment_title {
    padding: 20px 60px;
    height: 200px;
  }
  .happy_customer .customer_comment_title h5 {
    font-size: 42px;
  }
  .happy_customer .customer_comment_title::before, .happy_customer .customer_comment_title::after {
    width: 40px;
    height: 40px;
  }
  .happy_customer .carousel button {
    width: 100px;
    height: 100px;
    bottom: 60px;
  }
  .happy_customer .carousel button.carousel-control-prev .carousel-control-prev-icon, .happy_customer .carousel button.carousel-control-next .carousel-control-next-icon {
    width: 65px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .happy_customer .carousel {
    padding: 0;
  }
  .happy_customer .customer_comment_title {
    padding: 20px 110px;
  }
  .happy_customer .customer_comment_title h5 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .happy_customer .customer_comment_title h5 {
    font-size: 22px;
  }
  .happy_customer{
    padding-left: 0;
    padding-right: 0;
  }
  .happy_customer .carousel button{
        width: 40px;
  }
  .happy_customer .customer_comment_title {
    padding: 20px 60px;
}
}
/* happycustomer end */
/* eco start */
.eco {
  background-color: #fff;
  padding: 0 0;
}
.eco h3, .eco p {
  color: #343434;
}
.eco svg {
  height: auto;
}
.eco .eco_body {
  display: flex;
  align-items: stretch;
  padding: 35px 0;
  margin: 30px 0;
  flex-wrap: wrap;
  min-width: 100%;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.eco .eco_body img {
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 15%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.eco .eco_body h3 {
  max-width: 480px;
  display: flex;
  align-items: center;
  height: 135px;
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-size: 44px;
}
.eco .eco_body h3 svg {
  margin-right: 10px;
}
.eco .eco_body p {
  display: inline-block;
  width: 100%;
  max-width: 29%;
  position: absolute;
  bottom: 23%;
  right: 20px;
  font-size: 20px;
  margin: 0;
  z-index: 1;
}
.eco .bg-drop {
  position: absolute;
  z-index: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .eco .eco_body p {
    font-size: 18px;
    max-width: 40%;
  }
  .eco .eco_body img {
    height: 300px;
    left: 8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .eco .eco_body img {
    height: 235px;
    left: 3%;
  }
}
@media (max-width: 767px) {
  .eco .eco_body img {
    height: 37%;
    left: 6%;
    bottom: 14%;
    top: inherit;
  }
  .eco .eco_body p {
    font-size: 15px;
    max-width: 47%;
  }
  .svg-left {
    display: none;
  }
  .eco .eco_body h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .eco .eco_body {
    padding: 35px 0 229px;
  }
  .eco .eco_body h3 {
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 152px;
    flex-direction: row-reverse;
    margin: 0;
  }
  .eco .eco_body h3 span {
    padding-left: 30px;
  }
  .eco .bg-drop{
        left: 0;
    right: inherit;
  }
  .eco .eco_body h3 svg{
    margin-right: 35px;
    margin-left: 12px;
  }
}
@media (max-width: 540px) {
  .eco .eco_body p {
    bottom: 15vw;
    font-size: 3.2vw;
    max-width: 44vw;
  }
  .eco .eco_body img {
    height: 24vw;
    left: 5vw;
    bottom: 11vw;
  }
  .eco .eco_body {
    padding: 0 0 45vw;
  }
  .eco .eco_body h3 {
    font-size: 28px;
  }
}
/* eco end */
/* productgrid start */
.productgrid {
  background-color: #F8F8F8;
  padding: 50px 0;
}
.productgrid .productrow {
  display: flex;
  gap: 15px;
  margin: 0 0;
}
.productgrid .productrow .product-item {
  width: calc(33.33% - 15px);
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  padding: 15px;
  background-color: #fff;
}
.productgrid .productrow .product-item > * {
  min-width: 100%;
}
.productgrid .productrow .product-item .img-holder {
  flex: 1 1 100%;
  border-radius: 20px;
  position: relative;
  padding-top: 35px;
  background-color: #F2ECFA;
}
.productgrid .productrow .product-item .img-holder .prod-img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productgrid .productrow .product-item .img-holder .fda {
  position: absolute;
  left: 4%;
  top: 8%;
  z-index: 1;
}
.productgrid .productrow .product-item .img-holder .productbadge {
  border-radius: 0 15px 0 15px;
  padding: 8px 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.productgrid .productrow .product-item .img-holder .productbadge {
  background-color: #e8d9fb;
}
.productgrid .productrow .product-item .producttitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productgrid .productrow .product-item .producttitle span {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.productgrid .productrow .product-item .producttitle span svg {
  width: 18px;
  margin-right: 5px;
}
.productgrid .productrow .product-item .producttitle span:last-child {
  font-weight: 400;
}
.productgrid .productrow .product-item button {
  margin-bottom: 10px;
  margin-top: 0 !important;
}
.productgrid .productrow .product-item ul, .productgrid .productrow .product-item li {
  list-style-type: disc;
  font-size: 16px;
}
.productgrid .productrow .product-item > img {
  min-width: 0 !important;
}
.productgrid .productrow .product-item .product-price {
  font-size: 16px;
}
.productgrid .productrow .product-item .product-price .linethrough {
  color: #BEBEBE;
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 600;
}
.productgrid .productrow .product-item .product-price .offerPrice {
  color: #06B561;
  font-weight: 700;
  font-size: 28px;
}
.productgrid .productrow .product-item .product-price .offerPrice sub {
  color: #BEBEBE;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  top: -3px;
}

@media (max-width: 767px) {
  .productgrid {
    padding: 20px 0;
  }
  .productgrid .productrow {
    flex-wrap: wrap;
  }
  .productgrid .productrow .product-item {
    width: 100%;
  }
}
/* productgrid end */
/* satisfaction start */
.satisfaction .satisfaction_body {
  display: flex;
  align-items: stretch;
  padding: 35px 0;
  margin: 30px 0;
  flex-wrap: wrap;
  min-width: 100%;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.satisfaction .satisfaction_body h3 {
  width: 400px;
  display: flex;
  align-items: center;
  height: 135px;
}
.satisfaction .satisfaction_body p {
  display: inline-block;
  width: 100%;
  max-width: 43%;
  position: absolute;
  bottom: 15%;
  left: 40px;
  font-size: 22px;
  margin: 0;
}
.satisfaction .satisfaction_body img {
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 15%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.satisfaction .satisfaction_body svg {
  height: auto;
}
.satisfaction .bg-drop {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1199px) {
  .satisfaction .satisfaction_body p {
    font-size: 18px;
  }
  .satisfaction .satisfaction_body img {
    height: 300px;
    right: 12%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .satisfaction .satisfaction_body img {
    height: 235px;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .satisfaction .satisfaction_body img {
    height: 37%;
    right: 6%;
    bottom: 14%;
    top: inherit;
  }
  .satisfaction .satisfaction_body p {
    font-size: 15px;
    max-width: 47%;
  }
  .svg-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .satisfaction .satisfaction_body {
    padding: 35px 0 229px;
  }
  .satisfaction .satisfaction_body h3 {
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 152px;
    flex-direction: row-reverse;
    margin: 0;
  }
  .satisfaction .satisfaction_body h3 span {
    padding-left: 30px;
  }
}
@media (max-width: 540px) {
  .satisfaction .satisfaction_body p {
    bottom: 10vw;
    font-size: 3.2vw;
    max-width: 55vw;
  }
  .satisfaction .satisfaction_body img {
    height: 24vw;
    right: 5vw;
    bottom: 11vw;
  }
  .satisfaction .satisfaction_body {
    padding: 0 0 45vw;
  }
}
/* satisfaction end */
/* whowe start */
.who_we {
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  background-color: #F2ECFA;
  margin: 50px 0;
  border-radius: 25px;
}
.who_we .who_we_wrap .who_we_left {
  padding: 30px 50px;
  position: relative;
}
.who_we .who_we_wrap .who_we_left > * {
  position: relative;
  z-index: 2;
}
.who_we .who_we_wrap .who_we_left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 71px;
  background: white;
  z-index: 0;
}
.who_we .who_we_wrap .who_we_left::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 71px;
  background: #f2ecfa;
  z-index: 1;
  border-top-right-radius: 30px;
}
.who_we .who_we_wrap .who_we_left p {
  color: #5E5E5E;
  line-height: 1.5;
  margin-bottom: 25px;
}
.who_we .who_we_wrap .who_we_left h2 {
  font-weight: 400;
  letter-spacing: -1.5px;
}
.who_we .who_we_wrap .who_we_right {
  background: #f2ecfa;
  padding: 0;
}
.who_we .who_we_wrap .who_we_right h3 {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  padding: 0 20px 20px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
.who_we .who_we_wrap .who_we_right h3 span {
  line-height: 1;
  padding: 0 20px;
}
.who_we .who_we_wrap .who_we_right h3 svg {
  position: relative;
  z-index: 2;
  height: auto;
}
.who_we .who_we_wrap .who_we_right h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 71px;
  background: #f2ecfa;
  z-index: 0;
}
.who_we .who_we_wrap .who_we_right h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 71px;
  background: #fff;
  z-index: 1;
  border-bottom-left-radius: 30px;
}
.who_we .img-wrp {
  padding: 20px 30px 20px 0;
  position: relative;
  overflow: hidden;
  background: #f2ecfa;
}
.who_we .img-wrp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 71px;
  background: white;
  z-index: 0;
}
.who_we .img-wrp::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  width: 78px;
  height: 71px;
  background: #f2ecfa;
  z-index: 1;
  border-top-right-radius: 30px;
}
.who_we .img-wrp img {
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .who_we .who_we_wrap .who_we_left h2 {
    font-size: 28px;
  }
  .who_we .who_we_wrap .who_we_left p {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .who_we .who_we_wrap .who_we_right h3 span {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .who_we .img-wrp {
    padding: 0 0px;
  }
  .who_we .img-wrp img {
    margin: 20px auto 0;
    display: block;
  }
  .who_we {
    padding: 0 0;
  }
  .who_we .who_we_wrap .who_we_right h3 {
    margin: 0;
    padding: 0;
    border-radius: 25px;
  }
  .who_we .who_we_wrap .who_we_right h3::after, .who_we .who_we_wrap .who_we_right h3::before {
    display: none;
  }
  .who_we .img-wrp::before, .who_we .img-wrp::after {
    display: none;
  }
  .who_we .who_we_wrap .who_we_right {
    padding: 20px 30px;
  }
}
/* whowe end */
/* footer start */
footer {
  background-color: #191B13;
  padding: 50px 0;
  color: #EEEEEE;
  font-size: 16px;
}
footer .footer-left {
  margin-bottom: 30px;
}
footer .footer-left p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.6;
}
footer .footer-left p span {
  font-weight: 600;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  text-decoration: none;
  color: #EEEEEE;
  font-size: 16px;
}
footer .footer-logo {
    max-width: max-content;
    margin: 30px 0;
    display: block;
}
/* footer end *//*# sourceMappingURL=style.css.map */



.floating-cta {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    height: 90px;
    /* background-color: #fff; */
    background-color: rgb(255 255 255);
    box-shadow: 0 -5px 10px -7px #ccc;
    z-index: 9;
    padding: 0;
}
.btn-1 {
    /* background-color: #3ACD00; */
    background-color: #FF6868;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    padding: 15px 25px;
    border-radius: 20px;
    transition: 0.4s;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}
.floating-cta .btn-1 {
    font-size: 18px;
    animation-name: jiggle;
    animation-duration: 1s;
    animation-iteration-count: 3;
    animation-timing-function: linear;
}
.floating-cta .btn-1 img {
    width: 24px;
    margin-left: 15px;
}
.info-list {
    margin: 20px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.info-list .info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.info-list .info-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 5px;
}

.info-item span {
    color: #000000;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 991px){
.floating-cta {
    height: auto;
    padding: 15px 0 10px !important;
}
.floating-cta .info-list {
    margin: 10px 0 0;
}
}
@media (max-width: 480px){
  .info-list .info-item img {
    width: 30px;
    height: 30px;
}
.info-item span {
    font-size: 10px;
}
}
@-webkit-keyframes jiggle {
  1% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  5% {
    transform: translate(1px, -1px) rotate(-1deg);
  }
  10% {
    transform: translate(2px, -2px) rotate(0deg);
  }
  15% {
    transform: translate(3px, -3px) rotate(1deg);
  }
  20% {
    transform: translate(2px, -2px) rotate(0deg);
  }
  25% {
    transform: translate(1px, -1px) rotate(-1deg);
  }
  30% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  35% {
    transform: translate(-1px, 1px) rotate(1deg);
  }
  40% {
    transform: translate(-2px, 2px) rotate(0deg);
  }
  45% {
    transform: translate(-3px, 3px) rotate(-1deg);
  }
  50% {
    transform: translate(-2px, 2px) rotate(1deg);
  }
  55% {
    transform: translate(-1px, 1px) rotate(1deg);
  }
  60% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes jiggle {
  1% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  5% {
    transform: translate(1px, -1px) rotate(-1deg);
  }
  10% {
    transform: translate(2px, -2px) rotate(0deg);
  }
  15% {
    transform: translate(3px, -3px) rotate(1deg);
  }
  20% {
    transform: translate(2px, -2px) rotate(0deg);
  }
  25% {
    transform: translate(1px, -1px) rotate(-1deg);
  }
  30% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  35% {
    transform: translate(-1px, 1px) rotate(1deg);
  }
  40% {
    transform: translate(-2px, 2px) rotate(0deg);
  }
  45% {
    transform: translate(-3px, 3px) rotate(-1deg);
  }
  50% {
    transform: translate(-2px, 2px) rotate(1deg);
  }
  55% {
    transform: translate(-1px, 1px) rotate(1deg);
  }
  60% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
