* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: Arial, sans-serif;
  height: 100vh;
}

/* menu page */

.menuWrap{
  width: 100%;
  height: 100%;
}

.menuIcon,
.menuCloseBtn {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 9999;
  cursor: pointer;
}

.logo {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
}

.menuImg img {
  width: 85%;

}

.menuListWrap ul li a {
  font-size: 55px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 100%;
  padding: 13px 0px;
}

.menuListWrap ul li {
  list-style: none;
}

.menuListWrap {
  margin-top: auto;
}

.menuListWrap ul li a span {
  font-size: 18px;
  display: block;
  text-align: right;
  line-height: 100%;
}
.menuListWrap ul li a {
  display: inline-block;
}
.menuSocialIconWrap ul li a {
  color: #010101;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #010101;
  border-radius: 25px;
  padding: 5px 8px;
  font-size: 24px;
}
.menuSocialIconWrap ul li {
  padding: 0 5px;
}
.contactHome a img {
  width: 30px;
  height: 30px;
}
.menuListWrap {
  position: relative;
}
.headerafter::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 380px;
  background-color: #ffffff;
  top: 0;
  left: 40%;
}
.CustomerCare {
  position: relative;
}
.CustomerCareAfter::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #000000;
  top: 0;
  left: 40%;
}

/* heaher css  */

.searchBoxInputField {
  /* position: relative; */
  width: 300px;
  margin: 20px;
}

.searchBoxInputField input {
  width: 100%;
  padding: 10px;
  padding-right: 40px; /* Space for the search icon */
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.stickyIcon {
  position: absolute;
  right: 60px;
  top: 42%;
  z-index: 1;
  transform: translateY(-50%);
}
.stickyIcon ul li {
  padding: 10px 0;
  list-style: none;
}
.searchIcon i {
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background-color: #d73f3a;
  border-radius: 25px;
  padding: 6px 7px;
}

#searchpopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.searchBoxWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.searchBoxContainer {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 8px;
  z-index: 1001; /* Ensuring it's above the overlay */
}

.searchBoxOverLay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.searchClose {
  margin-top: 10px;
  text-align: right;
  text-decoration: none;
}
/* pages css */

.topBanner img {
  width: 100%;
}

ul li {
  list-style: none;
}

ul li a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb img {
  width: 20px;
}
.AboutHavmor img {
  width: 80%;
}
.redText {
  color: #ec2423;
}
.Lotte {
  position: relative;
}
.Vision::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 150px;
  bottom: 0;
  width: 1px;
  height: 210px;
  margin-left: 130px;
  background: #cccccc;
}
.justify-Text {
  text-align: justify;
}
/* form css */

.fileSize {
  font-size: xx-small;
}
input,
select,
textarea {
  border: 0.5px solid #c5c5c5;
  padding: 8px 50px;
  border-radius: 25px;
}
#upload-file {
  border: none;
}
/* footer css */
.footer .customerCareInfo ul li a {
  color: #faf6f6;
  text-decoration: none;
  border: 2px solid #fff3eb;
  border-radius: 25px;
  padding: 5px 8px;
  font-size: 24px;
}
.footer .customerCareInfo ul li {
  list-style: none;
  padding: 0 5px;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style: none;
  padding: 2px 5px;
}
.footerCol h4,
h3 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.footer .customerCareInfo h4 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

    /* footer css */
    .footer .customerCareInfo ul li a{
      color: #faf6f6;
      text-decoration: none;
      border: 2px solid #FFF3EB;
      border-radius: 25px;
      padding: 5px 8px;
      font-size: 24px;
  }
  .footer .customerCareInfo ul li{
      list-style: none;
      padding:0 5px;
     
  }
  .footer  ul{
      padding:0;
  }
  .footer  ul li{
      list-style: none;
      padding:2px 5px;
  }
  .footerCol h4,h3{
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF;
  }
  .footer .customerCareInfo h4{
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF;
  }

   /* index css */

#bestsellers .ProductList .ProductListImgWrap a img{
    width: 90%;
}
#bestsellers .ProductList p{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
#bestsellers .buyNowBtn, #knowusbetter .buyNowBtn{
    background-color: #EF000F;
    border: none;
    border-radius: 25px;
    padding: 6px 16px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
#knowusbetter .buyNowBtn {
    text-decoration: none;
}

.homeProductInfoSec{
    position: relative;
}
 .homeProductInfoSecWrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#knowusbetter{
	height:100%;
}
#knowusbetter .homeProductInfoSec .homeProductInfoSecImg img{
    width: 100%;
}
#knowusbetter .homeProductInfoSec h4{
    color: #FFFFFF;
    padding: 10px 0;
    margin-bottom: 50px;
}
.homeProductInfoContent{
    padding: 20px 0;
}
.homeProductInfoContentBox{
    margin-top: px;
}
.homeProductInfoContent{
    margin-top: px;
}
.homeFormSecRight{
    position: relative;
}
.formSecImg img{
    /* width: 30%; */
    /* position: absolute; */
    width: 100%;
}
.homeFormSecRight{
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    border-radius: 13px;
    overflow: hidden;
}

.homeFormSecRight .formWrap input, select{
    width: 100%;
    margin-bottom: 5px;
    background-color: #EBEBEB;
    border: none;
 
}
.homeFormSecRight ::placeholder{
    color: #000000;
    opacity: 1; /* Firefox */
}
.btnSubmit{
    background-color: #EF000F;
    border: none;
    border-radius: 25px;
    padding: 6px 30px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.5s;
}
.btnSubmit:hover{
    background-color: #000000;
    color: #FFFFFF;
}
/* Base styling for the select element */

.custom-select {
    width: 100%;
    padding: 8px 50px;
    font-size: 16px;
    border-radius: 25px;
    padding-right: 40px; /* Extra space for the custom arrow */
    box-sizing: border-box;
    /* Combine background color and custom arrow */
    background: #EBEBEB url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 20 20"><polygon points="0,0 10,10 20,0" fill="red"/></svg>') no-repeat right 20px center; /* Adjust the padding here */
    background-size: 10px 10px;
    border: none;
    color: #000000;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.row{
  margin: 0;
}

.ccare{
  display: flex;
  justify-content: start;
  align-items: center;
}
@media(max-width:450px){
.footer div div{
  flex-wrap:wrap ;
  justify-content: left;
}
.formWrap {
  box-shadow: -3px 0px 38px -9px rgba(0, 0, 0, 0.53);
  border-radius: 11px;
  padding: 11px 10px;
  margin: 10px;
}
.homeFormSecRight{
  box-shadow: none;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  background: #ccc;
}
.cow_img_carosel{
  width: 50%;
  margin-left: auto;
  height: 100%;
}
.cow_img_change{
  height: 100%;
}
.homeProductInfoContentWrap img{
  width: 30px;
}
#knowusbetter .homeProductInfoSec h4{
  margin-bottom: 7px;
  font-size: 17px;
  padding: 5px;
}
#knowusbetter .homeProductInfoSec p{
  font-size: 10px;
 
}
#knowusbetter .homeProductInfoSec a{
  padding: 0 3px;
}
.cow_img_carosel{
  display: flex;
  align-items: center;
 }
}
@media(min-width:451px) and (max-width:750px){
 .cow_img_carosel{
  display: flex;
  align-items: center;
 }
.homeProductInfoContentWrap img{
  width: 30px;
}
#knowusbetter .homeProductInfoSec h4{
  margin-bottom: 7px;
  font-size: 17px;
  padding: 5px;
}
#knowusbetter .homeProductInfoSec p{
  font-size: 10px;
 
}
#knowusbetter .homeProductInfoSec a{
  padding: 0 3px;
}
}
@media(min-width:751px){
  .cow_img_carosel{
    visibility: hidden;
  }
}
.helio{
  position: static;
}
.cow_img_carosel{
  top: 0;
  height: min-content;
  right: 0;
}
.carousel-indicators button{
  
}
.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: gray;
  overflow: hidden;
}
.carousel-indicators{
  position: absolute;
  bottom: -10px;
}
#cow_img_carosel{
  display: flex;
  justify-content: center;
  align-items: center;
}