@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  font-family: "Nunito", sans-serif;
  font-weight:700;
  text-transform: capitalize;
  margin:0;
  padding:0;
}

.navbar {

  background-color: #fbfcfc;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 12px;
  border: 0.1px solid #9CA986;
}

h1 {
  color:#00612b;
  font-size: 35px;
  
}


.login>a {
  text-decoration: none;
  color: black;
}

.search>input {
  border: none;
  padding: 20px;
  width: 600px;
  background-color: #f0f3f4;

}

.search>i {
  font-size: 20px;
  padding-right: 20px;

}

.mycart_button {
  background-color:#00612b;
  border-radius: 10px;
  border: none;
  padding: 15px;
}

.mycart_button>a {
  font-size: 15px;
  text-decoration: none;
  color: white;
}

.banner1 {
  text-align: center;
  margin-top: 20px;
}

.banner1>img {
  width: 90%;
  
}

.banner2{
  text-align: center;
  margin-top: 20px;
}

.pharmacy,.pet-care,.baby-care{
  width: 25%;
  padding-right: 25px;
  padding-left: 15px;
}

.main-div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 10px; 
}

.boxes{
  width: 110px;
  height: auto;
  display:flex;
  justify-content: center;
  justify-content: space-around;
  padding: 15px;
}

.main-div2{
  padding-left: 55px;
  padding-right: 55px;
  justify-content: center;
  display: flex;
  gap: 10px;
  margin: 20px;
}

.boxes2{
  background-color:#00612b;
  width: 325px;
  height: auto;
  padding: 40px;
  justify-content: center;
  border-radius: 10px; 
}
.slides{
  border-radius: 10px;
}
p{
  color: #fbfcfc;
  font-size: 25px;
}

.p2{
  color: #fbfcfc;
  font-size: 15px;
}
.p2>a{
  text-decoration: none;
  color:#00612b;
  font-size: 15px;
  padding: 10px;
  height: 1px;
  background-color:#fbfcfc;
  border-radius: 10px;
}


.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.footer>.footer_child1>.footer_child1_heading,
.footer_child2>.footer_child2_heading {
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: 30px 30px;
  font-weight: bold;
  
}

.footer>.footer_child1>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}


.footer>.footer_child2>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.footer>.footer_child2>ul>.footer_child2_list_items>ul>li,.footer_child1>ul>.footer_child1_list_items>ul>li{
  list-style: none;
}

.footer>.footer_child2>ul>.footer_child2_list_items>ul>li>a,.footer_child1>ul>.footer_child1_list_items>ul>li>a{
  text-decoration: none;
  color: rgb(135, 134, 134);
}



.footer>.footer_child1>ul>.footer_child1_list_items,.footer_child2>ul>.footer_child2_list_items {
  padding: 0px 22px; 
}



.bottom_footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 150px;
  margin-top: 25px;
  background-color:black;
  padding: 10px 5px;
  color: white;
}

.bottom_footer>.bottom_footer_child3>.icons>a{
  font-size: 30px;
  padding: 0px 10px;
  color: white;
}

.bottom_text{
  text-align: center;
  margin-top: 10px;
  padding: 10px 0px;
  justify-content: space-between;
}
