@font-face {
  font-family: 'Lemon Milk';
  src: url('LemonMilk.otf');
  src: local('LemonMilk.otf'), local('LemonMilk'),
       url('../fonts/LemonMilk.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lemon Milk Bold';
  src: url('LemonMilkbold.otf');
  src: local('LemonMilkbold.otf'), local('LemonMilk'),
       url('../fonts/LemonMilkbold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lemon Milk Light';
  src: url('LemonMilklight.otf');
  src: local('LemonMilklight.otf'), local('LemonMilk'),
       url('../fonts/LemonMilklight.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.product-list-top{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 6rem;
}
.product-card-list{
  padding: 4rem 0;
}
.product-listing-top-h2 h2{
  font-family: 'Lemon Milk';
  font-weight: 500;
  font-size: 55px;
  line-height: 77px;
  text-align: center;
  color: #3C3C3C;
}
.product-card-main{
  width: 240px; 
  max-width: 100%;
  margin: auto;
  margin-bottom: 26px;
}
.product-card-main .card {
  border: 0px;
  background: #fff;
  width: 240px;
  max-width: 100%;
  height: 364px;
  padding: 16px 16px 16px 16px;
  gap:6px;
  box-shadow: 0px 2px 8px 0 #0000004f, 0 2px 8px 0 #00000000;
}
.product-card-main h6{
  font-family: 'Urbanist';
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #005BB9;
}
.product-card-main h5 a{
  font-family: 'Urbanist';
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #0E0E0E;
  text-decoration: none;
}
.product-card-main p{
  font-family: 'Urbanist';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656565;
  text-decoration: none;
  margin-bottom: 0px;
}
.card-btn-group h4{
  font-family: 'Urbanist';
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #0E0E0E;
  margin-bottom: 0px;
}
.card-btn-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-green{
  background: #439D97;
  width: 110px;
  height: 41px;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 0px;
}
.card-btn-group .btn-green{
  background: #439D97;
  width: 95px;
  max-width: 100%;
  height: 41px;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 0px;
}
.filter-card h6{
  font-family: 'Urbanist';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0E0E0E;
  text-decoration: none;
  padding-left: 17px;
  position: relative;
}
.filter-card h6::before {
  content: '';
  background: green;
  height: 9px;
  width: 9px;
  position: absolute;
  border-radius: 13px;
  top: 6px;
  left: 0px;
}
.filter-card select{
  font-family: 'Urbanist';
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #3C3C3C;
  text-decoration: none;
  padding: 13px 13px;
  height: 48px;
  width: 192px;
  border-radius: 4px;
  border: 1px solid #3C3C3C;
  margin-top: 10px;
}

.filter-div{
  font-family: 'Urbanist';
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #3C3C3C;
  text-decoration: none;
  padding: 13px 13px;
  height: 48px;
  width: 192px;
  border-radius: 4px;
  border: 1px solid #3C3C3C;
  margin-top: 20px;
}
.filter-div h5{
  font-family: 'Urbanist';
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #3C3C3C;
}
.filter-categry {
  padding: 13px 1px;
  width: 192px;
  border-radius: 4px;
  border: 1px solid #3C3C3C;
  /* border-top: 0px; */
  margin-top: -5px;
  background: #fff;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.filter-categry input{
  border-radius: 0px !important;
  border: 1px solid #656565;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #fff;
  border-color:  #656565;
}
.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border: 1px solid #656565;
}
.form-check-input:checked[type=checkbox] {
  background-image:url(../img/Chcek-Selected.svg);
}
.filter-categry .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.1em;
  margin-bottom: 12px;
}
.filter-categry label{
  font-family: 'Urbanist';
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #3C3C3C;
}
.pagination-box {
  width: 284px;
  margin: auto;
  max-width: 100%;
  margin-top: 20px;
}
.page-link {
  position: relative;
  display: block;
  color: #344054;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #D0D5DD;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-item.active .page-link {
  z-index: 3;
  background-color: #F9FAFB;
  border-color: #D0D5DD;
  color: #344054;
}
.page-item:not(:first-child) .page-link {
  margin-left: 0px;
  border-left: 0px;
}
.product-card-list::before {
  content: '';
  background: url(../img/product-list-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 25rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 800px;
}
.product-details-right h6{
  font-family: 'Urbanist';
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #005BB9;
}
.product-details-right h1{
  font-family: 'Lemon Milk';
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  color: #3C3C3C;
}
.product-details-right h4 {
  font-family: 'Lemon Milk Light';
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
  text-align: left;
  color: #3C3C3C;
  margin-bottom: 16px;
  margin-top: 16px;
}
.product-details-right p {
  font-family: 'Urbanist';
  font-size: 15px;
  line-height: 23px;
  color: #3C3C3C;
  font-weight: 400;
  margin-bottom: 24px;
}
.product-details-right ul li{
  font-family: 'Urbanist';
  font-size: 15px;
  line-height: 23px;
  color: #3C3C3C;
  font-weight: 400;
}
.product-card-main {
  width: 240px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 26px;
  margin-top: 20px;
}
.product-details-right {
  width: 735px;
  max-width: 100%; 
}
.product-img-details img{
  width:366px;
  height:551px;
}
.add-tocard{
  display: flex;
  justify-content: space-between;
  width: 242px;
  align-items: center;
}
.add-tocard input{
  font-family: 'Urbanist';
  font-size: 15px;
  line-height: 23px;
  color: #3C3C3C;
  height: 48px;
  width: 67px;
  border: 1.5px solid #3C3C3C;
  text-align: center;
}
.add-tocard .btn-green {
  background: #439D97;
  width: 151px;
  height: 49px;
}
.recommeded-product h2{
  font-family: 'Lemon Milk';
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #3C3C3C;
  margin-bottom: 1.5rem;
}
.product-details-top {
  padding-bottom: 0px;
  padding-top: 5rem;
}
.details-top {
  background: url(../img/BG-Elements-top.png) #e1f4ff61 no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 2rem;
}
.recommeded-product{
  padding-bottom: 2.5rem;
}
.checkout-details-top{
    background: #e1f4ff63;
    margin-top: 6rem;
}
.billing-details input{
  border: 1px solid #9B9B9B;
  width: 100%;
  max-width: 100%;
  height: 48px;
  background: #fff;
  font-family: 'Urbanist';
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #3C3C3C;
  margin-bottom: 13.5px;
}
.billing-details select{
  border: 1px solid #9B9B9B;
  width: 100%;
  max-width: 100%;
  height: 48px;
  font-family: 'Urbanist';
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #3C3C3C;
}
.billing-details h3 {
  font-family: 'Lemon Milk';
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #3C3C3C;
  padding-bottom: 16px;
  border-bottom: 2px solid #439D97;
  margin-bottom: 16px;
}
.order-summary h3 {
  font-family: 'Lemon Milk';
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #3C3C3C;
  border-bottom:0px;
  margin-bottom: 0px
}
.billing-left-h3 h3{
  margin-top: 16px;
}
.billing-left .col-12{
   padding: 0px 8px 0px 8px;
}
.form-check .form-check-input {
  width: 24px;
  height: 24px;
  border-radius: 14px;
  margin-right: 14px;
  margin-bottom: 0px;
  margin-top: -2px;
}
.billing-left  .form-check .form-check-input {
    width: 24px;
    height: 24px;
    border-radius: 0px;
    margin-right: 9px;
    margin-bottom: 0px;
    margin-top: -2px;
}
.form-check label{
  font-family: 'Urbanist';
  font-size: 14px;
  line-height: 21px;
  color: #3C3C3C;
  font-weight: 500;
}
.form-check label a{
  text-decoration: none;
  color:#439D97;
}
.order-summary-bg{
  width: 390px;
  max-width: 100%;
  padding: 16px 0px;
  background: #fff;
  margin: auto;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}
.pro-img{
    padding-top: 20px;
}
.round-box-billing {
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  /*width: 791px;*/
  max-width: 100%;
  padding: 24px 24px;
  background: #fff;
}
.order-summary{
  width: 390px;
  max-width: 100%;
  margin: auto;
}
.produ-name-price h5{
  font-family: 'Urbanist';
  color: #3C3C3C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.pro-details p{
  margin-bottom: 0px;
  font-family: 'Urbanist';
  color: #3C3C3C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.product-price p{
  font-family: 'Urbanist';
  color: #3C3C3C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.pro-details h6{
  font-family: 'Urbanist';
  color: #3C3C3C;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.pro-img-name img{
  height: 77px;
  width: 77px;
}
.pro-details{
  padding: 12px 0px 12px 12px;
}
.product-name-img-price{
  margin-bottom: 10px;
}
.btn-input{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.btn-input .btn-green {
    color: #215A56;
    background: #FFDF6F;
    width: 100%;
    max-width: 45%;
    height: 49px;
}
.btn-input input {
  border: 1px solid #9B9B9B;
  width: 100%;
  max-width: 50%;
}
.produ-name-price, .product-name-img-price, .coupon-box, .subtotal-discount-box{
  padding: 0px 16px;
}
.sub-total-items-img{
  padding: 0px 16px;
}
.sub-total-items h6{
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #3C3C3C;
  display: flex;
  margin-bottom: 0px;
}
.sub-total-items h6 p{
  font-family: 'Urbanist';
  color: #656565;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 19px;
  padding-top: 3px;
  padding-left: 10px;
}
.produ-name-price{
  border-bottom: 1px solid #EFEFEF;
}
.product-border-bottom {
  border-bottom: 1px solid #EFEFEF;
  margin: 18px 0px;
}
.coupon-box{
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 6px;
}
.subtotal-discount-box {
  border-bottom: 1px solid #EFEFEF;
  padding-top: 14px;
  margin-bottom: 14px;
}
.billing-details .checkout-btn{
  width: 390px !important;
  max-width: 100%;
  margin: auto;
  margin-top: 12px;
  display: block;
  height: 49px;
}
.billing-details h1{
  font-family: 'Lemon Milk';
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  color: #3C3C3C;
  margin-bottom: 36px;
}
.billing-details{
  padding: 4rem 0 2.5rem;
}
.tab-right-about-content h4{
  font-family: 'Lemon Milk';
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #3C3C3C;
}
.tab-right-about-content p{
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  font-weight: 400;
  margin-bottom:32px;
}
.tab-right-about-content .btn-green {
  background: #439D97;
  width: 226px;
  height: 49px;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 0px;
}
.main-box-tab{
  width: 1248px;
  max-width: 100%;
  margin: auto;
  background: #F5F5F5;
  padding: 64px 64px;
  gap: 64px;
  justify-content: center;
  align-items: center
}
.main-box-tab ul {
  width: 100%;
  max-width: 100%;
  margin: auto;
margin-bottom: 4rem;
  height: 70px;
  border: 1px solid #D0D0D0;
}
.main-box-tab ul li {
    width: 25%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    background: #FFFFFF;
    border-bottom: 1px solid #D0D0D0; 
}
.main-box-tab .nav-pills .nav-link{
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #3C3C3C;
  position: relative;
}
.main-box-tab ul li:last-child {
  border-right: 0px solid #D0D0D0;
}
.main-box-tab .nav-pills .nav-link {
  border: 0;
  border-radius: 0px;
  height: 68px;
  width: 100%;
  text-align: center;
}
.nav-pills .nav-link.active{
  background:#215A56;
  color:#fff;
}
.nav-link.active::before{
  content: '';
  background: url(../img/trrgngle.png) no-repeat;
  background-size: cover;
  background-position:center center;
  position: absolute;
  bottom: -20px;
  width: 34px;
  height: 21px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.tab-right-about-content{
  width: 438px;
  max-width: 100%;
}
.about-lst-s1{
  padding: 0rem 0rem 3rem;
}
.love-content-left{
  width: 422px;
  max-width: 100%;
}
.love-content-left h3{
  font-family: 'Lemon Milk';
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #3C3C3C;
  margin-bottom: 16px;
}
.love-content-left p{
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  font-weight: 400;
  margin-bottom: 20px;
}
.love-content-left .love-content-left-p{
    margin-bottom:40px;
}
.love-right-img{
  text-align: center;
}
.love-right-img h3{
  font-family: 'Lemon Milk';
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #3C3C3C;
  margin-bottom: 32px;
  text-align: center;
}
.about-recommeded-product{
  background-image: linear-gradient(#F9F9F9,#FFFFFF);
  padding-top: 4rem;
}
.who-about-bg{
  height: 607px;
}
.who-about-right-content h2{
  font-family: 'Lemon Milk';
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #3C3C3C;
  margin-bottom: 22px;
  text-align: left;
}
.who-about-right-content p{
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  font-weight: 400;
  margin-bottom: 20px;
}
.who-about-right-content{
  width: 616px;
  max-width: 100%;
  margin: auto;
}
.who-about-right-content .btn-green{
  background: #439D97;
  width: 231px;
  height: 49px;
  padding: 10px 0px;
}
.about-content-left h1{
    font-family: 'Lemon Milk';
    font-size: 56px;
    line-height: 77px;
    font-weight: 500;
    color: #3C3C3C;
    text-align: center;
}
.about-content-left p{
  font-family: 'Urbanist';
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3C3C3C;
}
.about-content-left{
  width: 653px;
  margin: auto;
  max-width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 7rem;
}
.about-top-s1{
  height: 750px;
  position: relative;
  margin-top: 6rem;
}
.about-top-s1::before{
  content: '';
  background:url(../img/Floating-Elements.png) no-repeat;
  background-position:center center;
  background-size: cover;
  position: absolute;
  left: 8rem;
  right: 4rem;
  bottom: 4.5rem;
  width: 1574px;
  height: 456px;
  z-index: 1;
}
@media only screen and (min-width: 993px) and (max-width: 1080px){
  .about-top-s1::before {
    content: '';
    background: url(../img/Floating-Elements.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0rem;
    right: 5rem;
    bottom: -0.2rem;
    width: 1053px;
    height: 456px;
    z-index: 1;
  }
  .about-top-s1 {
    height: 550px;
    position: relative;
  }
  .about-content-left h1 {
    font-family: 'Lemon Milk';
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    color: #3C3C3C;
    text-align: center;
  }
  .about-content-left {
    width: 528px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 3rem;
  }
  .who-about-bg {
    height: 607px;
    padding: 2rem 0;
  }
  .who-about-right-content h2 {
    font-family: 'Lemon Milk';
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    color: #3C3C3C;
    margin-bottom: 22px;
    text-align: left;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1152px){
  .about-top-s1::before {
    content: '';
    background: url(../img/Floating-Elements.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0rem;
    right: 4rem;
    bottom: 1rem;
    width: 1152px;
    height: 456px;
    z-index: 1;
  }
  .about-top-s1 {
    height: 550px;
    position: relative;
  }
  .about-content-left h1 {
    font-family: 'Lemon Milk';
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    color: #3C3C3C;
    text-align: center;
  }
  .about-content-left {
    width: 528px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 4rem;
  } 
  .who-about-bg {
    height: 607px;
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
  .product-card-list::before {
    content: '';
    background-size: 1820px;
    width: 1280px;
    height: 800px;
  }
  .who-about-bg {
    height: 625px;
    padding: 3rem 0;
  }
  .about-top-s1::before {
    content: '';
    background: url(../img/Floating-Elements.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 1.3rem;
    right: 0rem;
    bottom: 3rem;
    width: 1240px;
    height: 456px;
    z-index: 1;
  }
  .about-top-s1 {
    height: 600px;
    position: relative;
  }
  .about-content-left {
    width: 555px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 5rem;
  }
  .about-content-left h1 {
    font-family: 'Lemon Milk';
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;
    color: #3C3C3C;
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1349px){
  .product-card-list::before {
    content: '';
    background-size: 1349px;
    width: 1349px;
    height: 800px;
  }
  .about-top-s1::before {
    content: '';
    background: url(../img/Floating-Elements.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 1.3rem;
    right: 0rem;
    bottom: 3rem;
    width: 1240px;
    height: 456px;
    z-index: 1;
  }
  .about-top-s1 {
    height: 600px;
    position: relative;
  }
  .about-content-left {
    width: 555px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 5rem;
  }
  .about-content-left h1 {
    font-family: 'Lemon Milk';
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;
    color: #3C3C3C;
    text-align: center;
  }
  .who-about-bg {
    height: 641px;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1440px){
  .product-card-list::before {
    content: '';
    background-size: 1440px;
    width: 1440px;
    height: 800px;
  }
  .about-top-s1::before {
    content: '';
    background: url(../img/Floating-Elements.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 1rem;
    right: 0rem;
    bottom: 6rem;
    width: 1400px;
    height: 392px;
    z-index: 1;
 }
  .about-content-left {
    width: 653px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 48px;
    right: 0px;
    bottom: 7rem;
  }
  .who-about-bg {
    height: 519px;
    padding: 3rem 0;
  }
  .about-top-s1 {
    height: 652px;
    position: relative;
  }
}
@media only screen and (min-width: 1445px) and (max-width: 1600px){
  .product-card-list::before {
    content: '';
    background: url(../img/product-list-bg.png) no-repeat;
    background-size: 1600px;
    width: 1600px;
    height: 800px;
  }
  .about-top-s1::before {
    content: '';
    background: url(../img/Floating-Elements.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0rem;
    right: 4rem;
    bottom: 7rem;
    width: 1574px;
    height: 456px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px){
  .product-card-list::before {
    content: '';
    background: url(../img/product-list-bg.png) no-repeat;
    background-size: 1800px;
    background-position: center center;
    width: 1800px;
    height: 800px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .product-card-list::before {
    content: '';
    background: url(../img/product-list-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 25rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    width: 100%;
    height: 800px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2160px){
  .product-card-list::before {
    content: '';
    background: url(../img/product-list-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 25rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    width: 100%;
    height: 800px;
  }
}
@media only screen and (min-width: 2162px) and (max-width: 2880px){
  .product-card-list::before {
    content: '';
    background: url(../img/product-list-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 25rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    width: 100%;
    height: 800px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1152px){}
@media only screen and (min-width: 2162px) and (max-width: 2880px){}
@media only screen and (min-width: 1921px) and (max-width: 2160px){}

