.height {
  height: 600px;
}

@media screen and (min-width:500px) and (max-width:600px) {
  .height {
    height: 260px;
  }
}

@media screen and (min-width:400px) and (max-width:500px) {
  .height {
    height: 230px;
  }

  .pass_btn button {
    font-size: 12px;
    padding: 3px 7px !important;
    display: block;

  }

  .pass_btn {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;

  }
}

@media screen and (min-width:200px) and (max-width:400px) {
  .height {
    height: 190px;

  }

  .pass_btn button {
    font-size: 12px;
    padding: 3px 7px !important;
    display: block;
  }

  .pass_btn {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }
}

@media screen and (min-width:750px) and (max-width:900px) {
  .height {
    height: 400px;
  }

  .pass_btn button {
    padding: 3px 7px !important;
    display: block;
  }

  .pass_btn {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }
}

@media screen and (min-width:600px) and (max-width:750px) {
  .height {
    height: 350px;
  }

  .pass_btn button {
    padding: 3px 7px !important;
    display: block;

  }

  .pass_btn {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }
}

@media screen and (min-width:0px) and (max-width:650px) {
  .dropdown-menu {
    inset: initial !important;
    position: relative !important;
    transform: none !important;
  }
}

.plant_image {
  background-image: url('https://content3.jdmagicbox.com/comp/alwar/dc/9999p1494.1494.090904104115.d6r2dc/catalogue/j-pure-alwar-ho-alwar-food-product-manufacturers-3jpen3hg9a.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: fill;
}

.license_certificate {
  height: 95px;
  width: 95px;
}



.pass_btn {
  top: 70%;
}


.dist {

  margin: 0 auto;

}


.distributor_form {
  width: 95%;
}

@media screen and (min-width: 700px) {
  .distributor_form {
    width: 60%;
  }
}