* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 1vw;
	font-family: 'Be Vietnam Pro', sans-serif;
}

.mobileOnly {
    display: none;
}

.pcOnly{
    display: block;
}
/* 
.wallak {
	height: 929px;
    background: #fff;
	/*background-image: url(images/mainBG.jpg);*/
	/* background-size:cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:0 center;
}  */
.mainImage{
    width: 100%;
}

.logo{
	width:21%;
	position: absolute;
	top:1.5%;
	left: 5%;	
}

.logo1{
	width:6%;
	position: absolute;
	top: 1%;
	left: 16%;	
}


.phoneNumberaUS {
	position: absolute;
    top: 5%;
    left: 8%;
    font-size: 122%;
    text-align: left;
    color: #D2232A;
	text-decoration: none;
	z-index: 20;
	font-weight: 900;
    width: 15%;
}

.phoneNumberaUK {
	position: absolute;
    top: 4.68%;
    left: 8%;
    font-size: 122%;
    text-align: left;
    color: #D2232A;
	text-decoration: none;
	z-index: 20;
	font-weight: 900;
    width: 15%;
}

.usFlag{
    position: absolute;
    top: 5.2%;
    left: 5%;
    width: 2%;    
}

.ukFlag{    
    position: absolute;
    top: 4.8%;
    left: 5%;
    width: 2%;       
}

.whatsappdes{
    position: absolute;
    top: 5.7%;
    left: 4.85%;
    width: 16%;
}

.whatsapp{
    position: absolute;
    top: 5.7%;
    left: 4.85%;
    width: 15.6%;
    font-size: 60%;
    background-color:#4ECB5C;
    color: #fff;
    border: none;
    background-image: url(images/WhatsApp_icon.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: left;
    padding: 0.2% 0 0.2% 0;
    border-radius: 14px ; 
    cursor: pointer;
}

.whatsapp span{
    font-size: 200%;
    font-weight: 700;
}

.wrapper {
    width: 100%;
	/* height: 100%; */
    position:relative;
    overflow: hidden;
	/* background-color: rgba(255,255,255,0.8); */
	
}

.formArea{
    position: absolute;
    height: 30%;
    top: 0;
    width: 38%;
    right: 0;
    /* background-color: rgb(255,255,255,0.8); */
}

.blackCover{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}


.mainTitle {
    position: absolute;
    top: 2%;
    right: 1%;
    width: 55%;
    font-size: 300%;    
    direction: ltr;
    text-align: left;
    color: #1E196A;
	font-weight: 700;
    line-height: 120%;        
}

.mainSecond {
    position: absolute;
    top: 4.5%;
    right: 1%;
    width: 55%;
    padding: 0 0;
    font-size: 120%;
    direction: ltr;
    text-align: left;    
    color: #1E196A;    
	font-weight: 300;
    line-height: 150%;	
    
}

.explain {
    position: absolute;
    top: 6.3%;
    right: 1%;
    color: #1E196A;  
    width: 55%;
    font-weight: 700;
    font-size: 140%;
}

h1{
    font-size: 300%;
    direction: ltr;
    text-align: center;
    color: #1E196A;
    font-weight: 700;
    line-height: 120%;
}

.shadow {
    font-family: "Shadows Into Light";
    color: #D2232A;
    font-size: 100%;
}

.bold{
    font-size: 100%;
    font-weight: 700;
}

h2 {
    font-size: 180%;
    direction: ltr;
    text-align: center;
    color: #D2232A;
    font-weight: 700;
    line-height: 120%;
    padding-top: 3%;
}

h3 {
    font-size: 300%;
    direction: ltr;
    text-align: center;
    color: #D2232A;
	font-weight: 700;
    line-height: 120%;
	padding-top: 1%
}

h3 sup{
    font-size: 70%;
    line-height: 120%;
}

.formBox{
    position: absolute;
    top: 8%;
    right: 8%;
	width:30%;
	/* margin:2% auto; */
	padding:1% 2% 3%;
	background-color: #fff;
	border-radius: 5%;
	border:1px solid #aaa;
}

h4 {
    font-size: 130%;
    direction: ltr;
    text-align: center;
    color: #1E196A;
	font-weight: 700;
    line-height: 120%;
	padding-bottom: 1%
}

p.formLine2 {
    font-size: 90%;
    direction: ltr;
    text-align: center;
    color: #1E196A;
	font-weight: 700;
    line-height: 120%;
	padding-bottom: 1%
}

p.formLine3 {
    font-size: 90%;
    direction: ltr;
    text-align: center;
    color: #1E196A;
	font-weight: 500;
    line-height: 120%;
	padding-bottom: 2%
}

.formBox .input_box, .formBox .input_box_special{
    width: 100%;
    margin-top: 1.5%;
}

.formBox input[type='text'] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    /* border-radius: 4px; */
    direction: ltr;
    text-align: center;
    padding: 2%;
    font-size: 90%;
    color: #000000;
    outline: none;
    background: #ffffff;
}

.formBox .input_box_special input[name='phone'] {
    width: 50%;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    /* border-radius: 4px; */
    direction: ltr;
    text-align: center;
    padding: 2%;
    font-size: 90%;
    color: #000000;
    outline: none;
    background: #ffffff;
    float: right;

}

.formBox .input_box_special select{
    width: 40%;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    /* border-radius: 4px; */
    direction: ltr;
    text-align: left;
    padding: 1.7%;
    font-size: 90%;
    color: #000000;
    outline: none;
    background: #ffffff;
    float: left;
}

.formBox .input_box_special select option{
    font-size: 65%;
}

.formBox .input_box_special label{
    position: absolute;
    top: 38%;
    left: 8%;
    color: #808080;
    transition: .5s;
    pointer-events: none;
    font-size: 85%;
    font-weight: 300;
}

select#communicate{
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
    padding: 2%;
    /* color: #c1c1c1; */
}

select#communicate:invalid {
    color: #656765;
  }

.dealsWrapper {
	width: 90%;
	margin: 1% auto;

}

.dealsWrapper h1{
    padding: 1% 0 2%;
}
.dealBox{
	width: 42%;
    float: left;
    margin-left: 5%;
    /* border: 2px solid #000000; */
    position: relative;
    
}

.dealBox img {
    width: 40%;
    float: left;
    /* margin-top: 3%;  */
    margin-right: 2%;   
}

.harshama{   
    direction: ltr;    
    text-align: center;
    font-family: 'Be Vietnam Pro';
    font-size: 130%;     
    line-height: 85%;
    border-radius: 5px ;  
    
}
p.details {
    font-size: 80%;
    line-height: 170%;
    text-align: justify;
    margin-bottom: 3%;
    font-weight:200; 
    height: 19vw; 
}

.trip{
    position: relative;    
    width: 49%;
    border: none;    
    direction: ltr;
    padding: 0;
    font-size: 120%;    
    outline: none;
    background-color: #D2232A;
    /* border-radius: 15px; */
    font-weight: bold;
    text-align: center;
    padding-bottom: 1%;
    /* margin-top: 0.5%; */
    
}

.trip a{
    color: #fff;
    text-decoration: none;    
}

.registration {
    position: relative;
    width: 50%;
    direction: ltr;
    border: none;
    font-size: 120%;    
    outline: none;
    color: #fff;
    background-color: #1E196A;
    /* border-radius: 15px; */
    font-weight: bold;
    text-align: center;
    padding-bottom: 1%;
    cursor: pointer;
    /* margin-left: 1%; */
}


#openPop{
    cursor: pointer;
} 

.buffer {
    clear: both;
    padding: 2.5% 0;
}

.sbuffer {
    clear: both;
    padding: 1.6% 0;
}

.formBoxHWrapper {	
    position: relative;      
    width: 80%;        
    /* background-color: #D2232A;         */
    /* background-color: #fff; */
    /* margin: 1% auto; */
    padding-bottom: 1%;
    margin-left: 10%;
}

.otherPagesDeals{
    display: none;
    width: 100%;
    margin-left: 1.3%;
    /* height: 60px; */
    /* position: relative; */

}

.goToPage1 {
    width: 50%;
    float: left;
    cursor: pointer;
    display: none;
    /* margin-left: 5%; */
}

.goToPage2 {
    width: 50%;
    margin-left: 25%;
    /* float: left; */
    cursor: pointer;
}

.slingshot{
    position: relative;
    width: 35%;
    float: left;
    padding-top: 1%;
    padding-left: 2%;
}

.formBoxH {
    position: relative;
    width: 65%;
    margin: 0 0;
    padding: 1% 2%;
    float: left;
}

.formBoxH h3 {
    color: #1E196A ;
    text-align: center;
    font-size: 130%;
    direction: ltr;
    padding-bottom: 5%;
}

.formBoxH p {
    font-size: 85%;
    direction: ltr;
    text-align: left;
    clear: none;
    color: #000;
    margin: 1% 0 1% 0;
    padding-top: 0;
}

.formBoxH .input_box {
    width: 28%;
    float: left;
    margin-right: 5%;
}

.formBoxH .input_box_special{
    width: 60%;
    float: left;
    margin-right: 5%;
    font-size: 105%;    
}

.formBoxH .input_box_special input[name='phone'] {
    width: 50%;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    /* border-radius: 4px; */
    direction: ltr;
    text-align: center;
    padding: 1.8%;
    font-size: 90%;
    color: #000000;
    outline: none;
    background: #ffffff;
    float: right;

}

.formBoxH .input_box_special select{
    width: 47%;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    /* border-radius: 4px; */
    direction: ltr;
    text-align: left;
    padding: 1.6%;
    font-size: 90%;
    color: #000000;
    outline: none;
    background: #ffffff;
    float: left;
}

.formBoxH .input_box_special select option{
    font-size: 65%;
}

.formBoxH .input_box_special label{
    position: absolute;
    top: 38%;
    left: 8%;
    color: #808080;
    transition: .5s;
    pointer-events: none;
    font-size: 85%;
    font-weight: 300;
}

.formBoxH .input_boxMessage {
    width: 61%;
    float: left;
    margin-top: 2%;
    margin-right: 10%;
}

.formBoxH .input_boxMessage {
    width: 28%;
    float: left;
    margin-top: 2.5%;
    margin-bottom: 2%;
    margin-right: 5%;
}

.formBoxH .input_boxCommunicate {
    width: 61%;
    float: left;
    margin-top: 2%;
    margin-right: 10%;
}

.formBoxH input[type='text'] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    direction: ltr;
    text-align: center;
    padding: 3.5% 4%;
    font-size: 100%;
    color: #000000;
    outline: none;
    background: #ffffff;
}

.formBox .container {
	display: block;
	position: relative;
	padding:0 0 0 8% ;
	margin-top: 1.5%;
	cursor: pointer;
	font-size: 0.7em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: ltr;
	text-align: left;
	color:#4e4e4e;
}

/* Hide the browser's default checkbox */
.formBox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.formBox .checkmark {
	position: absolute;
	height: 1vw;
	width: 1vw;
	background-color: #fff;
	left: 0;
	top:0;
	border:0.1vw solid #c1c1c1;
}

/* On mouse-over, add a grey background color */
.formBox .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.formBox .container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.formBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.formBox .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.formBox .container .checkmark:after {
	left: 25%;
	top: 1%;
	width: 25%;
	height: 60%;
	border: solid #000;
	border-width: 0 0.15vw 0.15vw 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.formBoxH .container {
	display: block;
	position: relative;
	padding:0 0 0 4%;
	margin: 2% 0 1%;
	cursor: pointer;
	font-size: 0.7em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: ltr;
	text-align: left;
	color:#000;
}

/* Hide the browser's default checkbox */
.formBoxH .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.formBoxH .checkmark {
	position: absolute;
	height: 1vw;
	width: 1vw;
	background-color: #fff;
	left: 0;
	top:0;
	border:0.1vw solid #c1c1c1;
}

/* On mouse-over, add a grey background color */
.formBoxH .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.formBoxH .container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.formBoxH .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.formBoxH .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.formBoxH .container .checkmark:after {
	left: 25%;
	top: 1%;
	width: 25%;
	height: 60%;
	border: solid #000;
	border-width: 0 0.15vw 0.15vw 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.formBoxH .input_box_submit {    
    width: 16%;
    float: left;   
    margin-left: 4%; 
}

.formBoxH input[type='submit'] {    
    width: 100%;
    border: none;
    direction: ltr;
    padding: 3.5% 0;
    font-size: 120%;
    color: #fff;
    outline: none;
    /* background: #407bd4; */
    background-color: #D2232A;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 24%;
    margin-right: 20%;
}

.formBox .input_box_submit {
    width: 30%;
    margin: none;
    float: right;
    margin-right: 1%;
}

.formBox input[type='submit'] {
    width: 100%;
    border: none;
    direction: ltr;
    padding: 1%;
    font-size: 120%;
    color: #fff;
    outline: none;
    background: #D2232A;
    border-radius: 4px;
    font-weight: bold;
	cursor: pointer;
    
}

.errorBox{    
    position: absolute; 
    width: 65%;          
    direction: ltr;
    text-align: center;
    left: 18%; 
    /* right: 0;  */
    /* margin-left: auto; 
    margin-right: auto; */
    background-color: #fff;
    border-radius: 6px;
    z-index: 200;
    padding:0 0;
    color: red;
    font-weight: bold;
    font-size: 100%;
    margin-top: 2%;
    border:2px solid red;
    display: none;   
}

.errorBottomBox{
    position: absolute; 
    width: 35%;          
    direction: ltr;
    text-align: center;
    left: 30%; 
    /* right: 0;  */
    /* margin-left: auto; 
    margin-right: auto; */
    background-color: #fff;
    border-radius: 6px;
    z-index: 200;
    padding:0 0;
    color: red;
    font-weight: bold;
    font-size: 100%;
    margin-top: 1%;
    border:2px solid red;
    display: none;

}

hr{
	height:0.3vw;
	width:10%;
	background-color: #000;
	border:0;
	float: left;
}

.footerContent {
    width: 75%;
    margin-left: 12%;
    font-size: 70%;
    direction: ltr;
    text-align: left;
    color: #000;
	font-weight: 300;
    line-height: 150%;
	clear:both;
	padding:2% 0;    
}

p.terms{
    font-size: 80%;
	font-weight: 400;
	text-align: center;
}


.popWrapper {
    width: 60%;
    height:23vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 8888;
    padding: 2%;
    box-sizing: content-box;
    background-image: linear-gradient(#fff, #c6d3f7);
    display: none;
}

.popWrapper #popExitImage{
    float: left;
    width: 3%;
}

.popWrapper .logoPop{
    float: right;
    width: 20%;
}

/* .popImage{
	float:right;
	width:30%;
	margin-top:1%;
    border-radius: 12px;
} */

/* Mobile */

@media only screen and (max-width: 480px) {
	
*{
	font-size: 3vw;    
}
	
.mobileOnly {
    display: block;
}
	
.pcOnly {
    display: none;
}
	
body {
	background: #fff;
    width: 100%;
}

.wrapper{
    width: 98%;
	/* position: static;
	overflow:inherit; */
    margin: 0 auto;
}



.logo{
	width:90%;
	position: static;	
	/* float:left; */
	margin: 5% 0 0 4%;
}


.phoneNumberaUS {
	position: relative;
    /* left: 0; */
    direction: ltr;
    width: 95%;
    font-size: 250%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    /* margin-top: 2%; */
    font-weight: 900;
    /* float: left; */
}

.phoneNumberaUK {
	position: relative;    
    direction: ltr;
    width: 85%;
    font-size: 250%;
    left: 15%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    /* margin-top: 2%; */
    font-weight: 900;
    /* float: left; */
}

.usFlag{    
    top: 1.92%;    
    width: 12%;
}

.ukFlag{    
    top: 1.92%;    
    width: 12%;
}
    

.wa-icon {
	position: static;
    width: 50%;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    /* font-family: 'Heebo', sans-serif; */
    color: #48c857;
    color: #656765;
	text-decoration: none;
    margin:0 auto;
	background-image: url(images/WhatsApp_icon.png);
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: right center;
	padding:5% 12% 5% 0;
}

.whatsapp {
    position: relative;
    width: 90%;    
    font-size: 120%;    
    padding: 0.2% 0 0.2% 10%;
    border-radius: 14px;
    margin-top: 1%;
    margin-bottom: 5%;
}

.whatsappdes{
    position: relative;    
    width: 60%;
    left: 20%;
}

.mainImage{
	width:100%;
    /* margin-left: 1%; */    
    
}


.mainTitle{
    position: static;
    width: 95%;
    text-align: center;        
    font-size: 190%;
}

.mainSecond{
    position: static;
    /* color: #D2232A; */
    width: 100%;
    /* margin-left: 1%; */
    margin-bottom: 2%;
    font-size: 120%;
    text-align: center;
    padding-top: 0;
    margin-top: 1%;
}

.explain {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 95%;
    margin-bottom: 2%;
}

.dealsWrapper {
    width: 100%;
    position: static;
	background-color:#ececed;
	padding: 2%;   		
	/* margin: 2% ; */
}

.formArea{
    position: static;
    width: 95%;
    margin-left: 2.5%;
}

.dealBox{
	width: 98%;
    float: none;
    margin: 0 0;
    /* border: 2px solid #000000; */
    margin-bottom: 8%;
}

.dealBox img{
    width: 95%;
    margin: 3%;
}


.harshama{
    width: 100%;
    top: 75%;
    right: 0;
    font-size: 160%;
    padding-right: 0;
}



.buffer {
    height: 20px;
    width: 90%;
}

.otherPagesDeals{
    /* margin: 0 0; */
    position: relative;
    width: 100%;
    /* margin-left: 2%; */
    /* background-color: #000; */
    /* height: 20px; */
}

.goToPage1, .goToPage2 {
    position: relative;
    float: none;
    width: 100%; 
    margin-left: 0;
}

/* .goToPage2 {
    float: none;
    width: 100%;
} */

.goToPage1 img, .goToPage2 img {
    width: 100%;
    position: static;
}


.dealsWrapper h1 {
    font-size: 150%;
    width: 100%;
}


h3 {
    font-size: 450%;
}


.formBox{
    position: static;
    width:100%;
    padding-bottom: 12%;
}

h4 {
    font-size: 180%;
}

.formBox .input_box, .formBox .input_box_special {
    padding: 3%;
    font-size: 150%;
}

.formBox .input_box_special select{
    width: 46%;
    padding: 0% 1.5%;
    margin-top: 3.2%;
    border-radius: 0%;
}

.formBox .container {
	padding:0% 0 0 8%;
	font-size:1em;
}

/* Create a custom checkbox */
.formBox .checkmark {
	height: 1.4em;
	width: 1.4em;
	border:0.3vw solid #c1c1c1;
}

/* Style the checkmark/indicator */
.formBox .container .checkmark:after {
	left: 26%;
	top: 1%;
	width: 30%;
	height: 60%;
	border-width: 0 0.55vw 0.55vw 0;
}

.formBox input[type='submit'] {
    padding: 3%;
    font-size: 150%;
}

hr{
	height:0.8vw;
	width:15%;
}

p.formLine2{
    font-size: 140%;
	/* padding-top:6%; */
	/* text-align: justify; */
}

p.formLine3 {
    font-size: 125%;
    margin-top: 0.5%;
}

select#communicate {
    font-size: 135%;
}

p.terms{
    font-size: 100%;
}

.errorBox{
    font-size: 140%;
}

.footerContent {
    font-size: 110%;
    padding: 0 0;
    padding-bottom: 5%;
    margin-left: 2%;
    width: 94%;
}

.formBoxHWrapper{
    display: none;
}

.trip {
    padding: 1% 3%;
    width: 50%;
    margin-left: 3%;
}

.trip a{
    font-size: 130%;
}

p.details {
    height: auto;
    font-size: 120%;
}

.registration {
    width: 43% ;
    font-size: 160%;
    padding: 1% 0;
    margin-left: 1%;
}
}