.footer {
  position: relative;
  background: url("../images/backgrounds/Footer.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

/* .footer-wrapper {
  padding: 50px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -1% 50%;
  box-shadow: 0 0 0 0 #ffffff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 45%;
} */
.footer-wrapper {
  padding: 30px 0px;
}

.footer-wrapper-inner {
  /* padding-bottom: 30px; */
}

.footer-bottom-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  display: inline-block;
}

.footer-img {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-logo {
  width: 200px;
}

/* .footer-bg-img {
  width: 800px;
  position: absolute;
  top: 10%;
  opacity: 0.6;
  left: 0;
} */
.footer-about {
  padding: 15px;
  /* padding-right: 20%; */
}

.footer-about p {
  text-align: justify;
  color: #dedede;
  /* margin: 30px 0; */
  font-size: 15px;
  line-height: 25px;

}

.Footer-menu {
  padding: 10px;
}

.Footer-menu h4,
.footer-address h4 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.Footer-menu ul {
  list-style: none;
}

.Footer-menu ul li {
  padding: 5px;
  color: #dedede;
}

.Footer-menu ul li a {
  text-decoration: none;
  padding-left: 10px;
  font-size: 16px;
  color: #dedede;
}

.footer-address {
  /* padding: 10px; */
}

.footer-address ul {
  list-style: none;
}

.footer-address ul li {
  padding: 5px;
  color: #fff;
}

.footer-address ul li p {
  color: #dedede;
  padding-left: 10px;
  font-size: 16px;
  line-height: 25px;
}

.footer-address ul li p a {
  text-decoration: none;
  color: #dedede;
}

.footer-add-icon {
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
}

.footer-hr {
  background-color: rgba(255, 255, 255, 0.3);
}

/* .footer-bootom{
  background:#1a4133;
  width: 90%;
  border-top-right-radius: 40px;
  padding:25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
} */

.footer-copyright {
  color: #dedede;
  font-size: 15px;
  opacity: 0.6;
}

.Footer-bootom-terms {
  display: flex;
  justify-content: end;
}

.Footer-bootom-terms p {
  color: #dedede;
  padding-left: 15px;
  font-size: 15px;
}

.footer-menu ul li a,
.footer-menu ul li a:after,
.footer-menu ul li a:before {
  transition: all 0.5s;
}

.footer-menu ul li a:hover {
  color: #fcf3ea;
}

.footer-menu ul li a {
  position: relative;
}

.footer-menu ul li a:after,
.footer-menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #a4b75c;
  height: 2px;
}

.footer-menu ul li a:hover:after {
  width: 100%;
}

.footer-menu ul li a {
  transition: all 1s;
}

.watsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
}


.plnt-adrr {
  background-image: url(assets/images/whitebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  padding-top: 45px;
  padding-left: 50px;
}




/* VEndor Registration Form */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  overflow: hidden; 
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


.modal-content {
  background-color: white;
  position: fixed;
  top: 0% !important;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  transition: top 0.5s ease-in-out;
}

.modal.show .modal-content {
  top: 10%;
}

.close {
  position: absolute !important;
  top: 0px !important;
  right: 60px !important;
  cursor: pointer !important;
  border: none !important;
  background: #dd1717 !important;
  color: #fff !important;
  font-size: 40px !important;
  width: 40px !important;
  height: 49px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 9 !important;
  border-radius: 0% !important;
}

.close:hover {
  color: red;
}