html, body {height:100%;}


html {
	overflow: scroll;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 0px; /* remove scrollbar space */
	background: transparent; /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
	background: #FF0000;
}
.annual-popup{
  border-radius:14px;
  overflow:hidden;
  border:none;
  box-shadow:0 20px 50px rgba(0,0,0,0.2);
}

.popup-header{
  background: #004B28;
  color: #F6B620;
  padding:20px;
}

.popup-header{
  font-weight:600;
  font-size:36px;
}

/* .popup-icon{
  font-size:50px;
  margin:10px 0 15px;
} */

.popup-text{
  font-size:26px;
  color:#444;
  margin-bottom:20px;
  line-height:1.6;
}

.popup-btn{
  background: #004B28;
  color: #F6B620;
  padding:10px 25px;
  border-radius:30px;
  font-weight:500;
  transition:all .3s;
}

.popup-btn:hover{
  background: #004B28;
  transform:translateY(1px);
  color: #F6B620;
}
.iframe-full{height: 100%; width: 100%; border: 0px;}