

<!--------------------------- slider bar start for Banner ----------------> */

.slider {
  width: 100%;
  position: relative;
}

.slider > img {
  width: 100%;
}

#prev,
#next {
  background-color: #ffffff;
  border: 0.5px solid grey;
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  margin-top: -22px;
  padding: 30px 10px 30px 10px;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

#next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slider1 {
  width: 100%;
  position: relative;
  margin-top: -2%;
}

.slider1 > img {
  width: 100%;
}

#prev1,
#next1 {
  background-color: #ffffff;
  border: 0.5px solid grey;
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  margin-top: -22px;
  padding: 30px 10px 30px 10px;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

#next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* ------------------Slider bar start -------------------*/

/* span */
.digital {
  font-size: 25px;
  font-weight: lighter;
  margin-left: 20px;
}

/* span anchor tag */
.digital a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  /* font-family: Arial, Helvetica, sans-serif; */
}

/* horizontal line */
.horizontal {
  color: grey;
  margin-bottom: 2%;
}

.swiper {
  width: 100%;
  text-align: center;
  /* border: 1px solid red; */
}

.swiper-pagination {
  height: 7px;
  width: 26px;
  border-radius: 25px;
}

.swiper-slide {
  /* border: solid black; */
  text-align: center;
  color: grey;
  /* font-family: Arial, Helvetica, sans-serif; */
  margin-top: 2%;
  margin-bottom: 2%;
}

.swiper-slide .image img {
  width: 70%;
}

.swiper-slide .button button {
  color: rgb(40, 118, 40);
  background-color: rgb(178, 215, 178);
  border-radius: 10px;
  border: none;
  padding: 3px;
}

/* sliders end  */

.mySwiper {
  width: 100%;
  justify-content: center;
}
.swiper-slide {
  /* border: 1px solid blue; */
  text-align: left;
  line-height: 25px;
  padding: 0px 0px 0px 10px;
}

.image {
  width: 100;
  text-align: center;
}

.title {
  color: #2a5595;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #ffffff;
  padding: 10px 0px 10px 0px;
}

.swiper-wrapper {
  width: 50%;
}

.enter {
  margin-left: 22px;
  font-size: 25px;
  font-weight: lighter;
}

.entertainment {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  font-weight: lighter;
}
.entertainment > div {
  width: 23%;
}

.entertainment > div > img {
  width: 100%;
}

.entertainment-2 {
  margin-top: 5%;
  display: flex;
  justify-content: space-evenly;
}

.entertainment-2 > div {
  width: 23%;
}

.entertainment-2 > div > img {
  width: 100%;
}

/* ------------------Slider bar end -------------------*/
.brand-promise p {
  font-size: 20px;
  color: navy;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
}

.brand {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
}

.brand > div {
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.brand > div .large {
  font-size: 15px;
  color: navy;
}

.brand > div .small {
  font-size: 10px;
  color: grey;
}

.personal-care {
  display: flex;
  justify-content: space-evenly;
}

.personal-care > div:first-child img {
  width: 70%;
  margin-left: 4%;
  margin-top: 16vh;
}
