.new-main .Successfull_Lottie_icon {
  width: 300px !important;
  height: 300px !important;
  cursor: pointer;
  margin: 0px auto 10px auto;
}

@media (min-width: 0px) and (max-width: 992px) {
  .new-main .Successfull_Lottie_icon {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .new-main .Successfull_Lottie_icon {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .new-main .Successfull_Lottie_icon {
    width: 200px;
    height: 200px;
  }
}
