.slider {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}

.buttons {
  display: flex;
  justify-content: center;
  width: 90%;
}

  #toggle {
    color: #fff;
    border: none;
    border-radius: 50%;
    position: relative;
    padding: 2px 8px 2px;
    top: -20px;
    margin-left: auto;
    background: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }


.slick-slide {
  /* background: blue; */
  color: white;
  padding: 30px;
  font-size: 30px;
  font-family: "Arial";
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide>div:nth-child(1) {
  /* margin-right: -2rem; */
  z-index: 2;
}

.my-slick>div:nth-child(1) {
  /* margin-right: -5rem !important; */
  z-index: 2;
}

.slick-slide {
  display: flex !important;
  text-align: right;
  align-items: center;
}

.slick-slide:nth-child(1)>div:nth-child(1) h4 {
  /* color: #007BFF ; */
  color: #000;
}

.slick-slide:nth-child(1)>div:nth-child(2) span {
  /* background: #daecff; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 500px;
  width: 500px; */
  border-radius: 50%;
  margin-bottom: 1.5rem;

}

.slick-slide:nth-child(2)>div:nth-child(1) h4 {
  /* color: #ffbd88; */
}

.slick-slide:nth-child(2)>div:nth-child(2) span {
  /* background: #ffe4ee ; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

.slick-slide:nth-child(3)>div:nth-child(1) h4 {
  /* color: #007BFF  ; */
  color: #000;
}

.slick-slide:nth-child(3)>div:nth-child(2) span {
  /* background: #dcffe4; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

.slick-slide:nth-child(4)>div:nth-child(1) h4 {
  /* color: #ff8989   ; */
  color: #000;
}

.slick-slide:nth-child(4)>div:nth-child(2) span {
  /* background: #ffeedf; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

.slick-slide:nth-child(5)>div:nth-child(1) h4 {
  /* color: #007BFF   ; */
  color: #000;
}

.slick-slide:nth-child(5)>div:nth-child(2) span {
  /* background: #ffeedf; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

.slick-slide div h1 .clr-b {
      color: #1a73e8;
}
.slick-slide div h1 {
  color: #000;
  text-align: left;
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.5px;
}

.slick-slide div p {
  color: #3c4043;
  text-align: left;
          font-size: 1.125rem;
        line-height: 1.5555555556;
        font-weight: 400;
        letter-spacing: normal;
}

.slick-slide div h5 {
  color: #000;
  font-size: 3.8vw !important;
  font-weight: 600;
  text-align: left !important;
}

.slick-slide div h4 {
  color: #000;
  font-size: 4vw !important;
  font-weight: 600;
  text-align: left;
}
.slider-p img{
      filter: unset;
}
.slider-p  .slicks{
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.lhn{
    line-height: normal !important;
}
@media(max-width:768px) {
  .slick-slide {
    flex-wrap: wrap;
    text-align: center;
  }

  .slider {
    margin-top: 0 !important;
  }

  .slick-slide>div {
    width: 100%;
  }

  .slick-slide div span {
    text-align: center;
    /* height: auto !important; */
    /* width: 250px !important; */
    margin: auto;
  }
}

@media(min-width:768px) and (max-width:992px) {
  .slick-slide {
    align-items: center;
  }

  .slick-slide div h4 {
    font-size: 3vw !important;
  }

  .slick-slide div h5 {
    font-size: 3vw !important;
  }

  .slick-slide div span {
    width: 320px !important;
    height: 320px !important;
  }
}

@media(min-width:575px) and (max-width:768px) {
  .slick-slide div h5 {
    font-size: 38px !important;
  }

  .slick-slide div h4 {
    font-size: 38px !important;
  }

  .my-slick {
    padding: 0 !important;
  }

  .slick-slide:nth-child(2)>div:nth-child(2) span,
  .slick-slide:nth-child(1)>div:nth-child(2) span,
  .slick-slide:nth-child(3)>div:nth-child(2) span,
  .slick-slide:nth-child(4)>div:nth-child(2) span,
  .slick-slide:nth-child(5)>div:nth-child(2) span {
    /* margin-top: -4.9rem !important;
    width: 480px !important;
    height: 480px !important; */
  }
}

@media(max-width:375px) {
  .slick-slide div h5 {
    font-size: 30px !important;
  }

  .slick-slide div h4 {
    font-size: 30px !important;
  }
}

@media(min-width:375px) and (max-width:575px) {
  .slick-slide div h5 {
    font-size: 35px !important;
  }

  .slick-slide div h4 {
    font-size: 35px !important;
  }
}

@media(max-width:575px) {

  .my-slick {
    padding: 0 !important;
  }

  .slick-slide:nth-child(2)>div:nth-child(2) span,
  .slick-slide:nth-child(1)>div:nth-child(2) span,
  .slick-slide:nth-child(3)>div:nth-child(2) span,
  .slick-slide:nth-child(4)>div:nth-child(2) span,
  .slick-slide:nth-child(5)>div:nth-child(2) span {
    /* margin-top: -4rem !important;
    width: 380px !important;
    height: 380px !important; */
  }
}

@media(max-width:400px) {

  .slick-slide:nth-child(2)>div:nth-child(2) span,
  .slick-slide:nth-child(1)>div:nth-child(2) span,
  .slick-slide:nth-child(3)>div:nth-child(2) span,
  .slick-slide:nth-child(4)>div:nth-child(2) span,
  .slick-slide:nth-child(5)>div:nth-child(2) span {
    /* margin-top: -4rem !important;
    width: 280px !important;
    height: 280px !important; */
  }
}

@media(min-width:992px) {
  .slider {
    width: 80%;
  }
}
@media(max-width:992px) {
  .circle h1 {
   padding-top: 1rem;
  }
}
