/*!
Theme Name: Elite Theme 2025
Theme URI: 
Author: Karan Byahut
Author URI:
Description: 
Version: 1.0
*/


.home_slider .slick-slide:last-child .banner:after{display:none;}




.popup {
  display: none;
  position: fixed;
	z-index:9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.popup-content {
  background: #fff;
  padding: 40px 30px;
  width: 700px;
	max-width:90%;
	height:70%; overflow:auto;
	border-radius: 6px;
  position: absolute; left:50%; top:50%; transform:translate(-50%, -50%);
	min-height:300px;
}
.popup-content h2{margin-bottom:40px; text-align:center;}
.popup-content form .field{margin-bottom:15px;}
.popup-content .form_box  form input,
.popup-content .form_box form textarea{background:#dccdcc; border:solid 1px #672623;}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 24px;
}
