.carousel-item {
  height: 600px;
  line-height: 600px;
}

.carousel-item video {
  height: 100%;
}

.caro-inner-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.banner-img {
  width: 90%;
  position: relative;
  left: 163px;
}
.caro-info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.caro-info span {
  display: flex;
  gap: 10px;
}
.caro-small-box {
  background: #967e8b;
  width: 224px;
  padding: 10px;
}
.caro-small-box.safer-health {
  background: #81a9c2;
}
.caro-small-box.happier-workplace {
  background: #92a6c3;
}
.caro-small-box.zero-dust {
  background: #81a8a6;
}
.caro-small-box.toxin-free {
  background: #5a5d5d;
}
.caro-small-box.safe-air {
  background: #40535f;
}
.caro-small-box.healthier-air {
  background: #26476c;
}
.caro-small-box p {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}
.caro-info h3 {
  font-size: 45px;
  letter-spacing: 0px;
  line-height: 52px;
  color: #4b4b4d;
  font-weight: 300;
  font-family: "Poppins";
}
.caro-info h4 {
  font-size: 45px;
  letter-spacing: 0px;
  line-height: 52px;
  color: #4b4b4d;
  font-weight: 600;
  font-family: "Poppins";
}
.rg-box {
  width: 73px;
  height: 11px;
  border-top: 2px solid red;
  border-bottom: 2px solid green;
  margin: 23px 0 23px;
}
.video-slide {
  left: 10%;
}
.video-slide .caro-small-box {
  background-color: #0f63ac4d;
}
.custom-video {
  height: 600px !important;
  display: block;
  object-fit: cover;
}
.video-slide h3,
.video-slide h4 {
  color: #014e92;
}
.carousel-control-prev-icon {
  background-image: url("https://www.svgrepo.com/show/238536/previous-return.svg");
  background-repeat: no-repeat;
}
.carousel-control-next-icon {
  background-image: url("https://www.svgrepo.com/show/238535/next.svg");
}
.banner-img img {
  vertical-align: middle;
}
@media (max-width: 1500px) {
  /* .banner-img{
        width:700px
    } */
  .banner-img img {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
    .caro-info h3, .caro-info h4{
        font-size: 30px;
        margin: 0;
    }
    .banner-img {
        width: 67%;
        position: relative;
        left: 111px;
    }
    .caro-small-box p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: normal;
     
    }
    .carousel-item {
        height: 400px;
        line-height: 400px;
    }
    .custom-video {
        height: 400px !important;
    }
}
@media (max-width: 767px) {
  .carousel-item {
    height: 500px;
    line-height: normal;
  }
  .custom-video {
    height: 500px !important;
  }
  .caro-info h3,
  .caro-info h4 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    text-align: center;
  }
  .caro-info span {
    align-items: center;
    justify-content: center;
  }
  .video-slide {
    left: 50%;
    transform: translate(-50%, 0);
    top: 45px;
    text-align: center;
    width: 80%;
  }
  .video-slide .rg-box {
    display: none;
  }
  .caro-small-box {
    width: 72%;
    padding: 22px;
    margin: 0 auto;
  }
  .caro-small-box p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
  }

  .caro-info {
    position: static;
    transform: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .caro-inner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .banner-img {
    width: 100%;
    position: relative;
    left: auto;
    margin: 16px 0 0;
  }
  .rg-box {
    width: 38px;
    height: 11px;
    border-top: 2px solid red;
    border-bottom: 2px solid green;
    margin: 23px 0 23px;
  }
  .video-slide {
    position: absolute;
    transform: translate(-50%, 0);
    top: 45px;
  }
  .video-slide .caro-small-box {
    width: 90%;
    margin-top: 17px;
  }
  .info-inner {
    width: 72%;
  }
}
