@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
*{outline:none;}
*:active, *:focus{outline:none;}

.clear{clear:both;}
h3{font-size: 28px;
    line-height: 38px;}
body{ font-family: 'Roboto', sans-serif; font-weight: 400; font-size:13px; margin:0px; padding:0px; color:#3a3b42; background:url(../images/bg.jpg) no-repeat left 125px fixed; background-size:100%;}
@media (min-width: 1921px) {
	body{ background:url(../images/bg_xl.jpg) no-repeat left 125px fixed; background-size:100%;}
}

header{border-bottom: 1px solid rgba(255, 255, 255, 0.25); height:110px; padding:0px 0 0 20px; position: fixed; width:100%; 
    z-index: 99; 
    background:#fff;}
span.error{ color: #fd9090;}
.logo{height:130px;}
.termsConditions label{font-weight:normal;}
.termsConditions ol li{margin-bottom:15px;}
span.error{ color: #fd9090;}
.registration{background:rgba(59, 81, 141, .75); min-height:100%; 
    width: 500px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 160px 40px 15px; z-index:9; color:#fff;}
	.mrp{display: block;
    font-weight: 700;
    font-size: 18px;
    color: #1f8241;}
.termsConditions{width:1000px;}
.termsConditions ol{padding-left:18px;}
.termBox{border: 3px solid rgba(255, 255, 255, .8); background: #2c3d6c; padding:0 15px 15px;;font-size:14px;}
.termBox h4{margin-top:20px; color:#ffb93a;}
.termBox h3{
    background: #b63037;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 15px;
    margin: 0px -15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}
.responsive{width:100%;}
.termBox .accept {
    margin-top: 10px;
    border: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff0002;
    padding: 0px 22px 0 ;
    font-size: 15px;
    height: 40px;
    line-height: 42px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
.termBox ul li, .termBox ol li{padding:2px 0 5px;}
.termBox a{color:#ffb93a;}
.alphbet{list-style:lower-alpha;}
.form-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #d5def3;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
  background-color: #2196F3;
  border:0px;
  box-shadow:none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
          left: 8px;
    top: 3px;
    width: 6px;
    height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
	.redeem{background:rgba(59, 81, 141, .75); min-height:100%; 
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 160px 0px 0; z-index:9; color:#fff;}
.scratch_box{width:90%; border:5px solid rgba(255, 255, 255, .8); text-align:center; position: relative;}

.scratch_box h2{background:#b63037; margin:0px; padding:40px 0; font-size: 34px; }
.registration h2{font-size: 44px;
    font-weight: 700;
    margin-top: 0px;
    letter-spacing: 1px; text-transform: uppercase;}
	.registration.verification h2{font-size: 26px;}
	.registration.email_verification h6 {
    font-size: 19.5px;
	}
	.registration.reg h6 {
    font-size: 18px;
	}
	.registration.enter_mobile h6 {
    font-size: 17px;
	}
    .product_box .box .radioBox {
        visibility:hidden; position: absolute;}

	.registration h1{font-size: 26px; color:#e82b2d;     background: #fff;
    border-radius: 5px;
        padding: 7px 0;
    text-align: center;
    font-weight: bold;}
	.phone {
		-webkit-animation: wiggle .05s alternate ease infinite;
		animation: wiggle .05s alternate ease infinite;
	}
	@-webkit-keyframes wiggle {
	from { -webkit-transform: rotate(0deg); }
	to   { -webkit-transform: rotate(30deg); }
}

@keyframes wiggle {
	from { transform: rotate(0deg); }
	to   { transform: rotate(30deg); }
}
	.registration.verification h6 {
    font-size: 22px;
    letter-spacing: 1.5px;
	}
	.verification p, .email_verification p{font-size: 18px;
    margin-top: 15px;}
.registration h6{font-size: 15.9px;
    font-weight: 400;
    margin-left: 2px;
    letter-spacing: .5px; margin-bottom:20px; padding-bottom:15px; border-bottom:1px solid rgba(255, 255, 255, .2); }
.form-control {
    height: 44px; font-size:14px;color: #111; border:0px; margin-bottom:5px; font-weight:500;
}
.form_group{padding-bottom:5px;}
.registration .submit{margin-top: 10px;
    border: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff0002;
    padding: 0px 22px 0 0;
    font-size: 15px;
    height: 40px;
    line-height: 42px; transition: 0.2s all ease-in-out; -webkit-transition: 0.2s all ease-in-out; -moz-transition: 0.2s all ease-in-out;}
	.back{margin-top: 10px;
    border: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff0002;
    padding: 0px 22px;
    font-size: 15px;
    height: 40px;
    line-height: 42px; transition: 0.2s all ease-in-out; -webkit-transition: 0.2s all ease-in-out; -moz-transition: 0.2s all ease-in-out;}
	.registration .submit:hover, .back:hover {
    background-color: #e7edff; color:#223154; box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
	
}
.registration .submit:active, .back:active, .registration .submit:focus, .back:focus{outline:none; background-color: #e7edff; color:#223154;;}
	.submit .fa{padding-right: 15px;
    font-size: 22px;
    margin-top: 9px;
    float: left; }
	
.form_group.add .form-control{margin:0px; border-radius:4px 4px 0 0;}
.form_group.add .form-control.center_fild{border-radius:0px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; box-shadow:none;}
.form_group.add .form-control.lastchild{margin:0px; border-radius:0px 0px 4px 4px; box-shadow:none; margin-bottom:5px;}
.scrachting{ height:200px; line-height:200px; }
.scratchAfter{height:205px; border-top:5px solid rgba(255, 255, 255, .8);     position: relative; overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: url('../img/coin.ico'), grab;
	cursor: url('../img/coin.ico'), -webkit-grab; }
.canvas {
	position: absolute;
	top: 0;
	z-index: 10;
    left: 0px;
	cursor: pointer;
	width:100%;
}
.scratch{padding-top:75px;}
.winner-box {
	position: relative;
	visibility: hidden;
	background: #2c3d6c;
	font-size:24px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	height: 100%;
    padding-top: 50px;
}
.profile h4{background:#b63037; color:#fff; font-size:20px; font-weight:500; padding:8px 15px; margin:0px;}
.profile ul{margin:0px; padding:0px; list-style:none; border:5px solid rgba(255, 255, 255, .8);}
.profile ul li{ color:#2c3d6c; font-size:16px; color:#fff; border-bottom:1px dashed rgba(75, 103, 181, .65); background:#2c3d6c;      width: 100%; padding-top:12px; 
    float: left;}
.profile ul li span{float:left; width:175px; background:#283761; color:#e5ecff; padding:12px 15px; border-right:1px dashed rgba(75, 103, 181, .65); text-align:right; margin-right:20px;     margin-top: -12px;}
.congratulation{width:auto; min-width:560px; margin:0px auto 20px;  border:5px solid rgba(255, 255, 255, .8);background:#283761; display:inline-block; padding-bottom:25px;}
.congratulation h2{background: #b63037; 
    margin: 0px;
    padding: 40px 0;
    font-size: 50px;
    font-weight: 500; }
	.congratulation.chooseYourGift h2{
    margin: 0px 0 25px;
    padding: 20px 0; }
.chooseYourGift{border: 4px solid #fff;     margin-bottom: 0px; padding-bottom:0px;
    border-radius: 10px;}
.chooseYourGift h3 img{width:50px;}

.congratulation h3{font-size:30px; margin-bottom:20px; }
.chooseYourGift h3{background: #fff;     font-size: 24px;
    text-align: left;
    color: #333;
    margin: 15px 0px 20px -30px;
    display: inline-block;
    padding-right: 25px;
    border-radius: 0 30px 30px 0;}
.chooseYourGift .box{text-align:center; margin: 0 15px 15px;}
.product_box {border-top: 5px solid rgba(255, 255, 255, .8);padding: 30px 50px 0; }
.chooseYourGift .product_box {border-top: 0px ;     padding: 0px 30px 10px;  }
.box{background:#fff; border-radius:5px; padding:10px 10px 0; width:220px; display:inline-block; margin:0 15px; position:relative; vertical-align:top}
.box p{background:#f1f1f1; color:#283761; border-top:1px dashed #ccc; font-size:15px; font-weight:500; padding:10px 0; margin:0 -10px; border-radius: 0 0 5px 5px;    min-height: 60px;}
.selectSize{background:#f1f1f1; padding: 10px 0 10px;
    margin: -5px -10px 0px;
    border-radius: 0 0 5px 5px;   }
.selectSize ul{margin:0px; padding:0px;}
.selectSize ul li{margin: 0px 2px 10px;
    cursor: pointer;
    min-width: 28px;
    height: 28px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    display: inline-block;
    color: #333;
    border: 1px solid #ddd;
    padding: 5px 10px; font-size:12px;}
.selectSize ul li.active{background:#283761; color:#fff; border-color:#283761;}
.selectSize ul li.disabled{background:#eee; color:#555; text-decoration: line-through; border:1px solid #ddd; cursor:not-allowed;}
.moreGift .box p {min-height:75px;}
.box img{width:100%;}
.box .boxImg{border-radius:5px; margin:0 auto 10px; width:180px; height:180px; line-height: 180px; }
.redeem_btn{padding: 8px 45px;     display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #ef3a43;
    border-radius: 30px; text-transform: uppercase;
    font-weight: 500; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.45);
     transition: 0.2s all ease-in-out; -webkit-transition: 0.2s all ease-in-out; -moz-transition: 0.2s all ease-in-out;}
	 
	 
.moreGift .redeem_btn{position:absolute; bottom:-21px; left:50%; margin-left:-79px; font-size:18px;}
.moreGift .box{margin-bottom:20px;}
.redeem_btn.blue{background:#fff; color:#111;}
.redeem_btn:hover, .redeem_btn:focus{background:#3a7fe8; color:#fff; text-decoration:none;     box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.45);}
.redeem_btn.blue:hover{background:#3a7fe8; color:#fff;}
.big_pro{text-align:center;background:rgba(255, 255, 255, .75); padding:10px; border-radius:5px; border:1px solid #fff; margin-right:30px;}
.big_pro img{border-radius:5px;}
.thankyou h3{margin:0px 0 30px; }
.thankyou h3.title{border-bottom:1px solid rgba(255, 255, 255, .20); display: inline-block;
    min-width: 500px; padding-bottom:5px;}
.registration .thankyou h3.title{min-width:100%;}
.thankyou h3 .under_process{display:block; color:#b3b3b3;}
.hide{display:none;}
.without_addredd .profile, .without_addredd .scratch{float:none!important; margin:0 auto; max-width:530px;}
.without_addredd .scratch_box{width:100%;}
.without_addredd .scratch {
    padding-top: 30px;
}
.scratch_img{
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -150px;
    bottom: 75px;
}
.scratch_box .loading{position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 999;
    margin-bottom: 0px;}
.loading:after {
  content: ' .';
  font-size:30px;
  animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
  0%, 20% {
    color: #28f300;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: #28f300;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 #28f300,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 #28f300,
      .5em 0 0 #28f300;}
	  }
.popup{position:fixed; left:0px; top:0px; background:rgba(0, 0, 0, .75); width:100%; height:100%; z-index: 99999;}
.popup h3{    margin-top: 0px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;}
.popup p{margin-bottom: 25px;}
.popupBox{width: 540px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-125px 0 0 -270px;
    background: #fff;
    color: #333;
    font-size: 20px;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    font-weight: 500;}
.document{float:left; margin-bottom:25px; width: calc(100% - 60px); border-bottom: 2px solid #637294;
    margin-top: 8px; font-size:16px;}
.uploadbtn{float:left;  width: 60px; height:60px; overflow: hidden; background:#fff; border-radius:50%; position: relative;}
.uploadImg{position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
	min-height:100%;}
.upload{width:60px; height:60px; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
#uploadDoc .form_group{padding-bottom:10px; padding-top:15px;     position: relative;}
.fileName {
    position: relative;
    top: -20px;
    left: 0px;
    color: #e4aeac;
    width: 80%;
    display: block;
}

.progress {border-radius: 10px;}
.redeemSingleGift{padding-top:15px;}
.chooseYourGift .redeemSingleGift {
   padding-top: 0;
    background: #fff;
    padding: 15px 0;
    margin-top: -15px;
}
.moreGift{padding:15px 50px 0;  }
.divider{width:100%; height:3px; background:#fff; margin:15px 0; background: rgba(255, 255, 255, 0.55);}
.box.active:after{content: "\f00c"; position:absolute; right:15px; top:15px; display: inline-block;
    font: normal normal normal 14px/1 FontAwesome; font-size:20px; background: #3498db;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%; }
.box.active:before{content: ""; position:absolute; right:0px; top:0px;width:100%;background: rgba(0, 0, 0, 0.45);
    height: 100%;
    border-radius: 5px; }
.editMode{    padding-top: 25px;}
.editMode .submit{display:none; margin: 0 auto 25px; }
.editMode .edditingMode .submit{display:block; }
.editMode .edditingMode .document{margin:0px; }

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.editMode .document{    width: 100%;
    border: 0px;
    line-height: 24px;
    margin-bottom: 25px;}

.editBox .uploadbtn{    float: none;
    margin: 0 auto;
	width: 100%;
    height: 100%;
    border-radius: 5px;
}

.editBox .uploadImg{     position: relative;
    max-width: 100%;
    height: auto;
	width:auto;
    text-align: center;
    line-height: 195px;
	min-height:auto;	
}

.editBox .upload {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
	 z-index: 99;
}

.editBox{    border: 1px solid #ddd;  overflow: hidden;
    width: 195px;
    height: 195px;
    line-height: 181px; border-radius: 5px;     padding: 5px;
    background: #fff;     position: relative;}

.editBox .fa{    position: absolute;
    z-index: 9;
    color: #555;
    font-size: 25px;
    right: 5px;
    top: 5px;
    background: #fff;
    padding: 5px; 
    border-radius: 0 0 0 5px;}
	.dateSelct h4{ color:#000; height:44px; padding:0px 10px; margin:0px; font-size:15px; font-weight:500; line-height:44px; }
	.fiftyFifty{width:50%; background:#d0d8ec; 
    margin-bottom: 10px;}
	.selectDes{background:#d9544f; color:#fff;  padding:10px 20px; display:block; border-radius:5px; font-size:18px; width:100%; margin-bottom:35px;}
	.selectDes:hover, .selectDes:focus{color:#fff; text-decoration:none; background:#bd4945;}
	.selectDes .fa{padding-left:20px; float:right; vertical-align:middle; line-height:27px; border-left:1px solid rgba(255, 255, 255, 0.45);}
	.holiday{max-width:525px;}
	.registration .holiday{min-width:400px;}
	.selectDesBox{position:fixed; left:0px; top:0px; width:100%; height:100%; background:rgba(0, 0, 0, .95); overflow: auto;  z-index:999999; padding:20px; display:none;}
	.selectDesBox.SideScreen{top:125px; width:calc(100% - 500px); height:calc(100% - 125px); }
    .selectDesBox.SideScreen h4{color:#fff; text-align:left;}
    #selectDestinationIcon {text-align: right;
        float: right;
        padding-right: 5px;
    display:inline-block; cursor:pointer;}

	.selectedDestinations{margin-bottom: 25px;}
	.selectedDestinations h4{display:none; }
	.selectDesBox ul, .selectedDestinations ul{margin:0px; padding:0px; position:relative; }
	.selectDesBox ul li{display:inline-block; width:150px; text-align:center; background:#fff; color:#333; border-radius:4px; margin:10px 5px; overflow:hidden; position:relative; cursor:pointer; opacity:.80;}
	.selectedDestinations ul li{display:block; width:100%; background:#fff; color:#333; border-radius:4px; margin:10px 0; overflow:hidden; position:relative; cursor:pointer; }
	.selectDesBox ul li img{width:100%;}
	.selectedDestinations ul li img{width:auto; height:56px;}
	.selectedDestinations.noIcon ul li img{width:auto; height:65px;}
	.selectedDestinations ul li:after{content: "\f07d";  font: normal normal normal 14px/1 FontAwesome;     position: absolute;
    top: 20px;
    right: 10px;
    font-size: 18px;}
	.selectedDestinations.noIcon  ul li:after{content: ""; }
	.selectedDestinations.noIcon  ul li{    cursor: default; }
		.selectDesBox ul li:hover, .selectDesBox ul li.selected{opacity:1;}
	.selectDesBox ul li.selected:after{width:100%; content:"\f046"; position:absolute; left:0px; top:0px; width: 100%; z-index:9;     font: normal normal normal 14px/1 FontAwesome; text-align:right; color:#45edf5; font-size:18px; padding:10px 10px 0 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);}
	.selectDesBox ul li p{    padding: 10px 5px;
    min-height: 56px;
    position: relative;
    z-index: 9999;
    background: #fff;
    margin: 0px;}
	.selectedDestinations ul li p{     padding: 10px 5px 0; font-weight: 500;
    min-height: 56px;
    position: relative;
    z-index: 9999;
    background: #fff;
    margin: 0px;
    display: inline-block;
    width:70%;
    vertical-align: middle; font-size: 15px;}
	.selectedDestinations.noIcon ul li p{ padding: 5px 5px 0; vertical-align: top;}
	.selectedDestinations ul li p span{display: block;
    font-size: 13px;
    color: red;
    font-weight: 400;}
.hrLine{width:100%; height:3px; margin:5px 0 35px; background:#768ec7;}
	.selectDesBox ul li.selected p{color:#ef3a43;}
	.selectDecBTN{border-top:1px solid rgba(255, 255, 255, 0.25); padding-top:15px; margin-top:20px; text-transform:uppercase;}
.dateSelct .form_group{position:relative;}
.dateSelct .form-control{background:url(../images/callender.jpg) no-repeat 99% 7px #fff; margin-bottom:0px; border-radius:0px;} 
.dateSelct .form_group .fa{position:absolute; right:10px; top:10px; color:#333; font-size:21px;}
.registration.holidayDatePrefrance{width:auto; min-width:500px;}
.selectDesBox.SideScreen h4{color:#fff;}
.massageBox{background:#fff; padding:15px;}
.hrLine{display:none;}
#ui-datepicker-div{z-index:99!important;}

@media (max-width: 1440px) {
	.registration {
    width: 450px;
	}
	.selectDesBox.SideScreen {	
    width: calc(100% - 450px); text-align:center;
}
	.dateSelct h4{  height:38px; line-height:38px; }
body{ background:url(../images/bg_l.jpg) no-repeat left 110px fixed; background-size:100%;}
header{  }
.registration{padding: 145px 40px 15px;}

.form-control {
    height: 38px;
}
.registration .submit {
    padding: 0px 18px 0 0;
    font-size: 14px;
    height: 36px;
    line-height: 38px;
}
.submit .fa {
    padding-right: 12px;
    font-size: 20px;
    margin-top: 8px;
    float: left;
}
}



@media (max-width: 1366px) {
	.selectedDestinations.noIcon ul li p {
    width: 65%;
}

.form-control {
    font-size: 13px;
}
.holidayDatePrefrance {
    width: 100%;
}
}

@media (max-width: 1024px) {

}
@media (max-width: 1023px) {
	.hrLine{display:block;}
    .scratch {
   
    width: 100%;
    float: left;
}
    .scratch_box{width:330px;margin:0 auto;}
.thankyou h3.title {
    min-width: 215px;
}
.big_pro img {
    width: 180px;
}
.big_pro {
    margin-right: 20px;
    padding: 6px;
}
.holidayDatePrefrance, .registration .holiday {
    min-width: 100%;
}
}
@media (max-width: 766px) {
	
	.selectedDestinations.noIcon ul li img{float:left;}
	.selectedDestinations.noIcon ul li p{float:left; width: 65%; }
	.selectDesBox.SideScreen {
    top: 0;
    width: 100%;
    height:100%;
}
	.registration.holidayDatePrefrance{width:100%;  min-width: auto; }
	.congratulation {
    min-width: 94%;
    width: 94%;
}
    
.congratulation h2 {
    font-size: 36px;
}
.congratulation h3 {
    font-size: 18px;
}
.product_box {
    padding: 0 10px;
}
.editMode .form_group{width:100%;
}
}

@media (max-width: 449px) {
	.registration {
    padding: 145px 20px 15px;
    width: 100%;
}
.logo {
    height: auto;
	width:100%;
}
	.thankyou{margin:0px;}
.selectDesBox {
    padding: 15px;
    text-align: center;
}
	.editBox {
    width: 250px;
    height: 250px;
    line-height: 235px;
    overflow: hidden;
    margin: 0 auto 0px;
}
	.box {
    width: 96%;
   max-width: 300px;
   margin: 0 0px 35px;
}
.chooseYourGift .box{width: 100%;    max-width: 400px; margin: 0 auto 15px;}
.moreGift .box {
    margin-bottom: 40px;
}
.congratulation {
   margin-top:0px;
}
.box img {
    width: 100%;
}
	.big_pro {
    float: none!important;
    margin: 0 auto;
    padding: 6px;
	
}
.big_pro img {
    width: 100%;
}
.thankyou h3.title {
    display: block;
    margin: 20px auto;
    min-width: 215px;
    width: 100%;
}
.thankyou h3 {
    margin: 0 auto;
    width: 100%;
}
	.profile ul li {
    font-size: 16px;
    background: #2c3d6c;
    width: 100%;
    padding: 12px;
    float: left;
}
	.profile ul li span {
    float: left;
    width: 100%;
    background: none;
    color: #e5ecff;
    padding: 0 0 3px;
    border-right: 0px dashed rgba(75, 103, 181, .65);
    text-align: left;
    margin-right: 0;
    margin-top: 0;
    font-size: 14px;
	height: auto!important;
}
	.redeem {
    padding: 125px 0px 20px;
	}
	.scratch_box {
    width: 100%;
	float: left;
    margin-top: 15px;
	    margin-bottom: 20px;
	}
	.scratch_box h2 {
    padding: 25px 0;
    font-size: 20px;
}
	header{position:relative; padding: 2px 0 0 0px;
    text-align: center;}

	.registration.holidayDatePrefrance{width:100%; padding: 125px 15px 15px; }
	
	.registration h2 {
    font-size: 34px;
	}
	.registration h6 {
    font-size: 11.8px;
	}
	.registration.verification h6 {
    font-size: 16.6px;
}
.registration.verification h2 {
    font-size: 20px;
}
.registration.email_verification h6 {
    font-size: 15px;
}
.registration.reg h6 {
    font-size: 13.8px;
}
.registration.enter_mobile h6 {
    font-size: 17px;
}
.form-control {
        font-size: 16px;
    }
.chooseYourGift .product_box { 
    padding: 0px 15px 10px;
}
.chooseYourGift h3 {   
    margin: 15px 0px 20px -15px;
    display: block;
    padding-right: 25px;
    border-radius: 0 30px 30px 0;
    width: calc(100% + 15px); 
    line-height: 20px;
	vertical-align: middle;
}

.chooseYourGift h3 img { 
    display: inline-block;
}
.chooseYourGift h3 span {  
    display: inline-block;
    max-width: calc(100% - 55px);
    vertical-align: inherit; 
}
.congratulation h3 {
    font-size: 16px;
}
}

@media (max-width: 360px){
    .scratch_box{width:330px;margin:0 auto;}

	.scratch_box h2 {
    font-size: 18px;
}
	.registration.reg h6 {
    font-size: 12.5px;
}
.registration.email_verification h6 {
    font-size: 13px;
}
.registration h6 {
    font-size: 10.5px;
}
.registration.enter_mobile h6 {
    font-size: 11px;
}
.registration.verification h6 {
    font-size: 14.4px;
}
}
@media (max-width: 359px){
		.registration.reg h6 {
    font-size: 12px;
}
	.registration.verification h2 {
    font-size: 16px;
}
.registration.verification h6 {
    font-size: 13px;
}

.registration h2 {
    font-size: 30px;
}
.registration.enter_mobile h6 {
    font-size: 11.4px;
}
}
.footerLink {
    position: absolute;
    color: #5cf0ff;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    background: rgba(0,0,0, .1);
    padding: 10px 0;
}

    .footerLink a {
        color: #5cf0ff;
        padding: 0 8px;
    }