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

.mobileOnly {
    display: none;
}

.pcOnly{
    display: block;
}

.longExplain {
    width: 80%;
    direction: rtl;
    color: #1a3768;
    text-align: center;
    font-size: 130%;    
    /* margin-top: 1%;     */
    margin-left: 10%;
    margin-bottom: 3%;
    font-weight: 600;
}

.mainImage{
    width: 100%;
}

.logo{
	width:11%;
	position: absolute;
	top:6%;
	left:17%;	
}

.logo1{
	width:6%;
	position: absolute;
	top: 5%;
	left:10%;	
}


.phoneNumbera {
	position: absolute;
    top:14%;
    left:16.8%;
    font-size: 140%;
    text-align: center;
    color: #f1592a;
	text-decoration: none;
	z-index: 20;
	font-weight: 900;
}


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

.formArea{
    position: absolute;
    height: 100%;
    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: 5%;
    right: 5%;
    font-size: 240%;    
    direction: rtl;
    text-align: right;
    color: #1a3768;
	font-weight: 700;
    line-height: 120%;
    margin: 0 0;    
    font-weight: 700;
    width: 55%;
}

.mainSecond {
    position: absolute;
    top: 20%;
    right: 5%;
    font-size: 170%;
    direction: rtl;
    text-align: right;
    /* color: #f04e25; */
    color: #1a3768;
    margin: 0 0;
    padding: 0 0;
	font-weight: 700;
    line-height: 120%;
	width: 45%;
}

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

.midTitle{    
    font-size: 300%;
    direction: rtl;
    text-align: center;
    color: #f04e25;
    font-weight: 700;
    line-height: 120%;   
}

.midSecond {
    font-size: 220%;
    direction: rtl;
    text-align: center;
    color: #1a3768;
    font-weight: 700;
    line-height: 120%;  
}

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

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

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

.formBox{
    position: absolute;
    top: 40%;
    right: 5%;
    width: 20%;
	margin:2% auto;
	padding:1% 1% 3%;
	background-color:rgb(255, 255, 255, 0.2);
	border-radius: 5%;
	border:1px solid #aaa;
}

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

.formBox .input_box {
    width: 100%;
    margin-top: 2%;
}

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


.dealsWrapper{
/*
	position: absolute;
	top: 101%;
	left: 0;
	right: 0;
*/
	width: 95%;
	margin: 1% auto;

}

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

.dealBox img {
    width: 40%;
    float: right;
    margin-left: 2%; 
    margin-right: 1.3%;   
    cursor: pointer;
}

.dealContent {
    padding: 2%;
    background-color: #fff; 
    display: none;   
}

.harshama{    
    color: #1a3768;
    direction: rtl;
    width: 100%;
    text-align: center;
    font-family: 'Heebo';
    font-size: 130%;
    /* background-color: #f04e25; */    
    line-height: 85%;
}

p.details{
    font-size: 113%;
    line-height: 170%;
    text-align: justify;
    margin-bottom: 3%;
    font-weight: 400;
    height: 10vw;
    direction: rtl;
    /* padding-bottom: 3%; */
}

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

.trip a{
    color: #fff;
    text-decoration: none; 
    display:block; 
    width: 100%; 
    font-size: 120%; 
}

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


#openPop{
    cursor: pointer;
} 

.dealContent h5{
    padding: 0 11%  ;
    font-size: 105%;
    text-align: right;
    color: #1a3768;
    direction: rtl;
    background-image: url("images/logo33.png") ;
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: right center;
    
}


.dealContent p{
    font-size: 85%;
    height: 5vw;
    text-align: justify;
    color: #1a3768;
    direction: rtl;
    padding-top: 2%;

}

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

.formBoxHWrapper {	      
    width: 96%;        
    /* background-color: #f04e25;         */
    background-color: #1a3768;
    margin: 1% auto;
    padding-bottom: 1%;
}

.formBoxH {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 2%;
}

.formBoxH h3 {
    color: #fff;
    text-align: right;
    font-size: 130%;
    direction: rtl;
    padding-bottom: 1%;
}

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

.formBoxH .input_box {
    width: 20%;
    float: right;
    margin-left: 1%;
}

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



.formBox .container {
	display: block;
	position: relative;
	padding:0% 8% 0 0;
	margin-top: 5%;
	cursor: pointer;
	font-size: 0.7em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: rtl;
	text-align: right;
	color:#000;
    font-weight: 700;
}

/* 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;
	right: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% 4% 0 0;
	margin-top: 2%;
	cursor: pointer;
	font-size: 0.8em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: rtl;
	text-align: right;
	color:#fff;
}

/* 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;
	right: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: 15%;
    float: right;
}

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


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

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

.errorBox{    
    position: absolute; 
    width: 50%;          
    direction: rtl;
    text-align: center;
    left: 26%; 
    /* 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: rtl;
    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: 2%; */
    border:2px solid red;
    display: none;

}

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

.footerContent{
    font-size: 90%;
    direction: rtl;
    text-align: right;
    color: #000;
	font-weight: 600;
    line-height: 120%;
	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:right;
    width: 3%;
}

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

.whatsappdes{
    position: absolute;
    top: 19%;
    left: 16.5%;
    width: 11.82%;    
}

.maslul {
    cursor: pointer;
    /* background-color: #f04e25; */
    background-color: #1a3768;
    text-align : center;
    padding :2% 0;
    width : 65%;
    margin : 2% 0 0 18%;
}

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


/* Mobile */

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

.logo{
	width:50%;
	position: static;
	display: block;
	float:right;
	margin: 3% 8% 0 0;
}

.logo1{
	width: 18%;
    position: relative;
    display: block;
    float: left;
    margin: 2% 0 2% 0%;
    left: 5%;
}

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

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

.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;
}

.mainImage{
	width:95%;
    margin-left: 2.5%;
    /* display: block; */
}

.mainTitle{
    position: static;
    width: 95%;
    text-align: center;
    margin-left: 2.5%;
    font-size: 245%;
}

.mainSecond{
    position: static;
    color: #f04e25;
    width: 95%;
    margin-left: 2.5%;
    font-size: 220%;
    text-align: center;
}

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

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

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

.dealBox img{
    width: 99%;
    float: none;
}


.harshama{
    width: 100%;
    font-size: 223%;
    padding: 1% 0 0 0;
    margin: 0 0;
}

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

}

.dealContent {
    padding: 2% 2% 15% 2%;
    background-color: #fff;    
}

.dealContent h5{
    padding: 1% 11%  ;
    font-size: 155%;
    text-align: right;
    color: #1a3768;
    direction: rtl;
    background-image: url("images/logo33.png") ;
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: right center;
    
}


.dealContent p{
    font-size: 110%;
    height: 19vw;
    text-align: justify;
    color: #1a3768;
    direction: rtl;
    padding-top: 2%;

}

.buffer {
    height: 0;
}

.formBoxH {
    /* width: 75%;  */
    display: none;
}


h3 {
    font-size: 450%;
}


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

h4 {
    font-size: 180%;
}

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

.formBox .container {
	padding:0% 10% 0 0;
	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{
    font-size: 140%;
	padding-top:6%;
	text-align: justify;
}

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

.errorBox{
    font-size: 140%;
}

.footerContent {
    font-size: 110%;
    padding-bottom: 5%;
}

.formBoxHWrapper{
    display: none;
}

.trip {
    padding: 1.3% 3%;
}

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

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

.longExplain{
    width: 95%;
    margin-left: 3%;
    padding-top: 2%;
}

.midTitle{
    font-size: 245%;
}

.midSecond {
    padding-top: 1%;
}


.maslul a{
    font-size: 150% ;
}


}