@charset "utf-8";
@media only screen and (min-width: 1024px) and (orientation: portrait){
.header {
    width: 90%;
    height: 40px;
    padding: 5%;
    background: #fff;
    z-index: 10;
}
.header img {
	height:40px;
}
.main-container {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: calc(60px + 10%) 0 0 0;
}
.step {
    height: 30px;
    width: 30px;
}
.stepcontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 30px 0;
}
.stepcontainer::before {
    width: 99%;
	content: '';
    border: 2px solid #29a2c2;
    position: absolute;
    top: 13px;
}
.step:first-child:after {
	display:none;
}
.step:nth-child(2)::after {
    display:none;
}
.step:nth-child(3)::after {
    display:none;
}
.step:nth-child(4)::after {
    display:none;
}
.step:nth-child(5)::after {
    display:none;
}
.tab {
    width: 100%;
    min-height: 250px;
}
.form-container {
    width: 90%;
    padding: 0 5%;
}
.formfield-half {
    width: 100%;
	margin: 0 20px 0 0;
}
.formfield-half label{
	top: -20px;
}
.formfield-half select{
	height: 95px;
    padding: 0 0 0 20px;
	font-size: 0.65rem;
}
input {
    line-height: 93px;
    padding: 0 0 0 20px;
}
.info {
    font-size: 0.45rem;
    font-weight: 500;
    letter-spacing: -0.45px;
}
.info > .line {
	display:block;
}
.info > .line a{
	font-size: 0.55rem;
    padding: 3px 0 0 0;
    display: inline-block;
    text-decoration: none;
    color: #29a2c2;
}
a.button {
    padding: 15px 50px;
}
.searchcontainer>span:first-child {
    width: 95px;
    height: 95px;
    line-height: 95px;
    font-size: 1rem;
}
#available > div > h3 {
    background-size: 3.5%;
    padding-left: 4%;
}
#available > div > h3 {
    padding-left: 45px;
}
#available > div > h1 {
    flex-direction: row;
    line-height: 50px;
    margin: 10px 0;
}
#available > div > h1 > div{
    margin: 0 10px 0 0;
}
#unavailable > div > h3 {
    padding-left: 45px;
}
.signupform > .row:nth-child(2) .formfield-half{
	width:33.33%;
}
.signupform .formfield-half select {
    height: 95px;
    line-height: 95px;
}
.signupform > .row:nth-child(3) .formfield-half:first-child select:first-child,
.signupform > .row:nth-child(3) .formfield-half:first-child select:nth-child(2)
{
	border-right:0;
}
.mobilenumber::placeholder{
	letter-spacing:-0.65px;
}
.row {
    margin: 30px 0;
}
.row:last-child {
    margin: 30px 0 0 0;
}
span.inputhint {
    font-size: 0.5rem;
}
.footer {
    width: 90%;
    padding: 0 5%;
    height: 100px;
	bottom:0;
}
.row > .orderinfo > .orderline > label:first-child {
    font-size: 0.5rem;
}
.row > .orderinfo > .orderline > label:last-child {
    font-size: 0.5rem;
}
.couponcontainer input {
    background: #fff;
    height: 55px;
    width: 55%;
    padding: 0 10px;
    line-height: 55px;
    font-size: 0.5rem;
}
.couponcontainer a {
    height: 57px;
    line-height: 57px;
    padding: 0 20px;
}
.pricecontainer .orderline:last-child label {
    font-size: 0.8rem;
}
/**iPAD - Portrait**/
section#regcomp {
   padding: 145px 0 0 0;
   align-items: flex-start;
   background-position: right bottom;
   border-bottom: none;
   background-size: 200%;
   background-color:#fff;
}
.content h1 {
    font-size: 35px;
}
.content h2 {
    font-size: 45px;
    letter-spacing: -1.5px;
    line-height: 50px;
}
.content p {
    font-weight: 400;
    letter-spacing: 0;
    width: 75%;
    margin: 50px 0 0 0;
    font-size: 0.6rem;
}
.content a {
   padding: 20px 25px;
    background: #29a2c2;
    letter-spacing: -0.5px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: max-content;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.55rem;
}
/****/
section#regfail {
	align-items: flex-start;
	background-size: 200%;
	background-color: #fff;
	border-bottom:none;
	background-position: right bottom;
	padding:150px 0 0 0;
}
}