
  .modal-full {
	float: left;
	width: 100%;
	padding: 80px 0;
	background: #fff;
  }


  #popup-modal .modal-dialog {
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	top: 30%;
  }

  #popup-modal .modal-header {
	border: none;
  }
  #popup-modal .modal-content {
	border-radius: 0;
	box-shadow: none;
	border: none;
  }
  #popup-modal .modal-body .img-fluid {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
  }
  #popup-modal .modal-body p {
	text-align: center;
  }
  #popup-modal .modal-footer {
	border-top: none;
	background: #F8F8F8;
	border-radius: 0 0 30px 30px;
	padding: 30px 8px;
  }

  #popup-modal .btn-close:hover {
	opacity: 1;
  }
  #popup-modal .modal-footer p {
	margin-left: 10px;
	margin-top: 10px;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 10px;
  }

  #popup-modal .fade {
	opacity: 1;
	z-index: 99999;
  }
  #popup-modal .btn-close {
	width: 25px;
	height: 25px;
	opacity: 1;
	background: transparent;
	border: none;
  }
  #popup-modal .modal {
	overflow-y: auto;
  } 
  #popup-modal .modal-body {
	position: relative;
	padding: 75px 36px 50px;
	background: #fff;
	float: left;
	width: 100%;
	border-radius: 30px;
  }
  #popup-modal .modal-close-btn {
	position: absolute;
	right: 15px;
	z-index: 999;
	border: 0;
	background: transparent;
	top: 20px;
  }

  .thank-you span {
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
  }
  .thank-you h2 {
	color: #6FB841;
	text-align: center;
	font-size: 50px;
	font-weight: 500;
	font-family: "Bebas Neue";
	margin: 0 0 10px;
  }
  .thank-you p {
	color: #333;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0;
  }
  .thank-you strong {
	font-weight: 600;
  }
  #popup-modal .modal {
	--bs-modal-border-color: none;
	  --bs-modal-header-border-color: none;
	}

	/* Responsive iframe height */
	@media (max-width: 768px) {
	  #popup-modal .embed-responsive-16by9 {
		height: auto;
	  }
	}
	@media (max-width: 767px) {
	  #popup-modal .modal-dialog {
		width: 90% !important;
		top:30%;
	  }	
	  .thank-you p {
		font-size: 20px;
		line-height: 24px;
	  }
	  .thank-you {
		padding: 0;
	  }
	  #popup-modal .modal-body {
		padding: 70px 15px 50px;
	  }
	  .thank-you h2 {
		font-size: 38px;
		margin: 0 0 5px;
	  }
	}
