/*@font-face {
  font-family: HelveticaNeue;
  src: url('../font/HelveticaNeue-Regular.ttf');
}
@font-face {
  font-family: Recoleta_Bold;
  src: url('../font/Recoleta/recoleta-regulardemo.otf');
}
@font-face {
  font-family: Roboto;
  src: url('../font/Roboto-Bold.ttf');
  font-weight:600;
}
@font-face {
  font-family: Roboto;
  src: url('../font/Roboto-Regular.ttf');
  font-weight:400;
}
*/




body{
	padding:0;
	margin:0;
}
.mobile_show{
	display:none;
}
.stp_img img{
	width:100%;
	max-height: 85vh;
    object-fit: cover;
	max-width:100%;
    object-position: top;
}
.stp_img_logo{
	position:relative;
}
.stp_img_logo .stp_logo{
	position:absolute;
}
.stp_img_logo .stp_logo {
    position: absolute;
    bottom: -8.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.stp_img_logo .stp_logo img{
	max-width:280px;
}
.big_heading{
	position: relative;
    text-align: center;
    background-color: #fff;
    font-family: Recoleta_Bold;  
    font-weight: 600;
    color: #0D453A;
    font-size: 46px;
    line-height: 52px;
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.big_heading:before{
	border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    content: '';
    border-left: 20px solid transparent;
    position: absolute;
	bottom:-18px;
	left: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.stp_description{
	background-color: #41D5E7;
    text-align: center;
   
    display: flex;
    flex-direction: column;
	/* max-height: 37vh;
    min-height: 37vh; */
    justify-content: space-around;
    padding: 0 10px;
}
.stp_txt{
	margin-bottom:10px;
}
.txt_style{
	padding:10px;
	margin-top:20px;
}	
.txt_style p{
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:1rem;
	color:#0D453A;
	line-height:1.5rem;
	font-weight: 700;
}
.stp_bottom_txt {
	max-width:780px;
	margin:0 auto;
}
.stp_bottom_txt p{
	font-size:12px;
	line-height:15px;
}

.stp_flx{
	display:flex;
	align-items: center;
	justify-content: center;
	position:relative;
	max-width:320px;
	margin:0 auto;
	width:100%;
}
.stp_flx:before{
	content:'';
	left:50%;
	top:0;
	width:2px;
	height:100%;
	position:absolute;
	background-color:#FFF8B5;
}
.stp_flx_item{
	width:50%;
}
.stp_btn{
	padding:10px;
	color:#FFF9B1;
	font-family: Recoleta_Bold;
	font-weight:600;
	font-size:3.2rem;
	line-height:3.2rem;
	text-transform:lowercase;
	text-decoration:none;
	cursor:pointer;
}
.section_box{
	background-color:#41D5E7;
	min-height:100vh;
	display:none;
}
.section_box.active{
	display:block;
}
	
.stptw_inner{
	max-width:380px;
	margin:20px auto;	 
	text-align:center;
	width:100%;	 
	 
}
.stptw_box h3{
	font-size:15px;
	font-family: Roboto;
	font-weight:600;
	margin:0;
	padding: 0 10px 10px;
	color:#0D453A;
	margin-bottom:10px;
}
.btn_ar_inst img{
	max-width:25px;
}
 
.seciton_menu{
	position:relative;
}
.item_menu img{
	 width:100%;
	 height:100%;
	 display: block;
	 max-height: 290px;
}
.item_menu span{
	display:block;
}

.item_menu{
	padding-top:30px;
	padding-bottom:30px;
	max-height:290px;
	margin:0 auto;
}

.popup_form{
	z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;     
    top: 0;
	background-color:#F0FDFF; 
	display:none;
	max-height: 100vh;
	max-width: 470px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
.popup_form.active{
	display:flex;
	align-items: center;
	justify-content: center;
}
.popup_form .ppup_close{
	position:absolute;
	top:30px;
	right:-30px;
}
.popup_form .popup_form_inner{
	padding: 0px ;
}
.popup_form .ppup_close img{
	display: block;
    width: 20px;
}
.form_box_header h3{
	color:#0D453A;
	font-size:2rem;
	font-family: Roboto;
	font-weight:600;
	margin:0;
}
.form_box_header p{
	color:#0D453A;
	font-size:1.2rem;
	font-family: Roboto;
	font-weight:400;
}
.frm_input_box .frm_input{
	width: 100%;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    border: none;
    height: 4vh;
    border-bottom: 2px solid #13453A;
    margin-bottom: 1vh;
    
}
.frm_input_box{
	margin-bottom:10px;
}

.frm_input_box label, .frm_checkbox label{
	font-size:.8rem;	 
	font-family: Roboto;
	font-weight:400;
}
.frm_checkbox label a{
	color:#ED6741;
	text-decoration:none;
}
.frm_checkbox [type="checkbox"]{
	width: 20px;
    height: 20px;
    margin-right: 10px;
}
.frm_checkbox{
	display: flex;
    align-items: center;
}

.frm_btn_box{
	margin-top:40px;
}
.frm_btn_box [type="submit"]{
	font-size:1.2rem;	 
	font-family: Roboto;
	font-weight:600;	 
	align-items:center;
	justify-content:center;
	border:2px solid #22443A;
	width:100%;
	background-color:transparent;
	text-transform:uppercase;
	height:3rem;
}

.claim_form.popup_form{
	position:relative;
	display: flex;
	align-items: center;
	min-height:100vh;
}
.ppup_promo_sms{
	background-color:#fff;
	font-size:45px;
	margin:40px 0;
	color:#0D453A;
	padding:40px 30px;
	font-family: Roboto;
}
.form_box{
	overflow: scroll;
	overflow-x: hidden;
    max-height: 80vh;
	padding:0 10px;
}
.form_box::-webkit-scrollbar {
  width: 5px;
}
 
.form_box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.form_box::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.stptw_ul {
	padding:20px 0;
}
.stptw_ul li{
	background-color:#FFF8B5;
	border:3px solid #0D453A;
	list-style:none;
	padding:15px;
	margin-top:15px;
	transition-duration: .4s;
}
.stptw_ul li:hover{
	background-color:#41D5E7;
	border-color:#FFF8B5;
}

.stptw_ul li a{
	color:#0D453A;
	text-decoration:none;
	font-weight:bold;
	font-size:22px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.stptw_img{
	max-width:30px;
}
.stptw_img img{
	display:block;
	width:100%;
	max-height:30px;
}




/***********************************/
.spin_wheel {
    max-width: 480px;
    margin: 0 auto;
}
.spin_wheel img{
	width: 100%;
}
.spin_wheel_box{
	position:relative;
}
.spin_wheel_bottle{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	 width: 100%;
     height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.spin_wheel_bottle img{
	width: auto;
    height: auto;
    max-width: 290px;
	transition-duration: 6s;
}
.mail_close{
	position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    left: 50%;
    top: 10px;
	z-index:9;
}
.mail_close img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.spin_btn{
	margin: 0 auto;
	width:130px;
	text-align: center;
    padding: 50px 0;
	cursor:pointer;
}
.spin_btn img{
	display:black;
	margin:0 auto;
}
#mc_embed_signup {
    background: transparent !important;
    max-width: 680px;
    margin: 0 auto;
    border: 2px solid #0D453A;
    padding: 20px;
}
 
 
.section_3 #mc_embed_signup [type="submit"]{
    background-color: #0D453A;
    border: none;
    color: #fff;
    padding: 10px 25px;
    letter-spacing: .6px;
    font-weight: 600;
	height: 40px;
	border-radius:0;
	padding: 0 40px;
	outline:none;
}
div#mergeRow-gdpr {
    display: block;
}
.seciton_menu_bg {
    padding-top: 60px;
}

/***********************************/

.spin_tryagrin_box{
	min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.spin_logo{
	max-width:180px;
	display:block;
	margin:0 auto;
}
.spin_logo img{
	width:100%;
}
.spnty_btn li{
	cursor:pointer;
	border:2px solid #0D453A;
	padding:13px 45px;
	color:#0D453A;
	font-family: Roboto;
	list-style:none;
	margin-top:20px;
	text-transform: uppercase;
	font-size: 18px;
	text-align:center;
}
ul.spnty_btn {
    padding: 0;
	margin-bottom:80px;
}
#mc_embed_signup  .input_type_box{
	 width:100% !important;
		 margin: 0;
	padding: 5px 0 !important;
	 display: flex;
    flex-direction: column;
}
.input_type_box label{
	font-size: 15px;
}
#mc_embed_signup .input_type_box input{
	 border-radius: 0;
	 margin:0;
	 padding: 6px;	
}
.input_type_box .malchamp_full{
	 width:100%;
}
.input_type_flex{
	display:flex;
    justify-content: space-between;
}
#mc_embed_signup .input_type_flex .input_type_box{
	 width:calc(50% - 15px) !important;
	    
}
.spin_rull_detail{
	padding: 70px 100px 0; 
}
.spin_rull_detail p {
    font-size: 16px;
    color: #1b453a;
    margin-bottom: 20px;
}
.spin_rull_detail h5{
	color: #1b453a;
}
.spin_link_box{
	text-align:center;
	padding-bottom: 60px;
}
.spin_link_txt{
	font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #0D453A;
    line-height: 1.5rem;
    font-weight: 400;
	padding-bottom: 25px;
}
.spin_link_txt .spin_link{
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
}
.try_back_btn a{
	text-decoration:none;
}
#mc_embed_signup_scroll h2{
	font-family: Recoleta_Bold;
    font-weight: 600;
    color: #0D453A;
    font-size: 46px;
    line-height: 52px;
	    margin-top: 40px;
		margin-bottom:20px;
}
.input_type_box label, .indicates-required{
	    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #0D453A;
    line-height: 1.5rem;
    font-weight: 400;
}
.asterisk{
	color:red !important;
}

@media only screen and (max-width:768px){
	.mobile_show{
		display:block;
	}
	.mobile_hide{
		display:none;
	}
}
@media only screen and (max-width:600px)
{
	.form_box_header h3{
		font-size:2rem;
		line-height:2rem;
	}
	.form_box_header p, .frm_btn_box [type="submit"]{
		font-size:1rem;
		line-height:1rem;
	}
	.popup_form .ppup_close img{
		width:16px;
	}
	.stp_txt.txt_style {
		padding-top: 40px;
	}
	.txt_style{
		margin-top:10px;
	}
	.popup_form .ppup_close{
		top:10px;
		right:calc(50% - 15px);
	}
}