@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
	margin: 0;
	padding: 0;
  font-family: "Inter", serif;
	background: #fff;
	color: #fff;
	font-size: 16px;
	overflow-x: hidden;
}

.main-content{
  max-width:1440px;
  margin: 0 auto;
  background: #7dc326 url('../images/bg1.jpg') center top no-repeat;
  min-height: 1200px;
  position: relative;
}
.logo{
  position: absolute;
  left: 62px;
  top: 22px;
  z-index: 20;
}
.header-text{
  max-width: 670px;
  margin: 0 auto;
  padding-top: 80px;
}
.participate-button{margin-top: 470px;}
.participate-button .button{
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.6));
}

.video-section{
  max-width: 1026px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  z-index: 4;
}
.video-section video{
  border-radius: 36px;
}
.win-prize-icon{

  position: relative;
  z-index: 1;
}
.what-your-life{
  position: relative;
  z-index: 10;
}
.video_parent{
  position: absolute;
  width: 100%;
  top: -250px;
}
.participate-button.participate-button2{
  margin-top: -70px;
  padding-bottom: 40px;
}
.section1{
  width: 100%;
  background: url('../images/b11.jpg') center top no-repeat;
  min-height: 1248px;
}
.section2{
  width: 100%;
  background: url('../images/bg2.jpg') center top no-repeat;
  min-height: 1220px;
  position: relative;
}
.social_icon{
  max-width: 220px;
  margin: 0 auto;
}
.social_icon h3{
  text-transform: uppercase;
  font-weight:700;
  color: #185500;
  font-size: 22px;
  font-family: "Inter", serif;
  text-align: center;
}
.social_icon ul{
  margin: 0;
  padding: 6px 10px;
  list-style: none;
  text-align: center;
}
.social_icon ul li{
  display: inline-block;
  text-align: center;
}
.copyright_text{
  padding: 50px 0 70px;
  margin: 0;
  text-align: center;
}
.copyright_text p{
  color: #fff;
  opacity: 0.5;
}
.detailPopup .modal-dialog{
  max-width: 688px;
}
.detailPopup .modal-dialog .modal-content{
  background: #d6df22;
  box-shadow: 0px 18px 10px rgba(14, 51, 0, 0.33);
  border-radius: 40px;
  padding: 60px 40px 290px;
  margin-top: 50px;
}
.form-input,.textarea_field .form-control{
  background: #fff;
  border: 1px solid #428e24;
  height: 66px;
  border-radius: 12px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 16px;
  margin-bottom: 14px;
}
.form-input .form-input-left{
  margin-right: 10px;
  display: flex;
  align-items: start;
}
.form-input .form-input-right{
  flex: 1;
}
.form-input .form-input-right .form-control{
  box-shadow: none;
  border: none;
  outline: 0;
  line-height: normal;
  height: auto;
  padding: 10px 0;
  font-size: 18px;
  color: #006925;
}
.form-input .form-input-right .form-control::placeholder,.textarea_field .form-control::placeholder {
  color: #006925;
  opacity: 1;
}

.form-input .form-input-right .form-control::-ms-input-placeholder ,.textarea_field .form-control::-ms-input-placeholder{
  color:  #006925;;
}
.textarea_field .form-control{height: 90px;}
.submit_btn{position: relative;}
.submit_btn .spinner-border{
  position: absolute;
  top: 26px;
  left: 30px;
  display: none;
}
.submit_btn .submit_input{
  background: #008e32;
  display: block;
  padding: 19px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  border: none;
  color: #fff;
  border-radius: 12px;
  margin-top: 20px;
}
.popup_bottom_icon{
  position: relative;
}
.popup_bottom_icon img{
  position: absolute;
  left: -190px;
  top: 30px;
}
.modal-backdrop{
  background: #008e32;
}
.modal-backdrop.show{
  opacity: 0.85;
}
.popup_heading{
  color: #006925;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.popup_head{
  position: relative;
}
.popup_head img{
  position: absolute;
  top: -54px;
  right: 0px;
}
.close_popup{
  position: absolute;
  top: -30px;
  right: 40px;
  cursor: pointer;
  font-weight: 700;
}
.thankyou-content h3{
  font-size: 60px;
  font-weight: bold;
  color: #006926;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.thankyou-content p{
  font-size: 25px;
  font-weight: 400;
  color: #006926;
  line-height: 34px;
}
.thankyou-content{
  margin-top: 70px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  color: #018e32;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #018e32;
  box-shadow:0 4px 6px rgba(0,0,0,0.1);
  padding: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 6px;
  margin-top: -2px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 13px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  font-weight: bold;
}

.global-table {
  font-weight: 300;
}
.global-table thead th {
  background: #ffc000;
  font-weight: 300;
}
.global-table th,
.global-table td {
  padding: 15px 30px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.global-table th {
  border-bottom: 0;
}
.global-table tr th:last-child,
.global-table tr td:last-child {
  border-right: 0;
}