/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

ul.level-4.nav.navbar-nav li:hover {
    border-bottom: 4px solid #00b03f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul.level-4.nav.navbar-nav li.selected {
    border-bottom: 4px solid #00b03f;
   
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight:bold;
} 
.loungepicker .tt-dropdown-menu .tt-suggestions {
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
  .row-sm-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
  .row-md-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
  .row-lg-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
  }
}

/* margin helpers */
.marginbottom20 {
    margin-bottom: 20px;
}

/* SUP forms */
.supform-container {
    margin: 30px auto;
    margin-bottom: 70px;
    max-width:80%;
}
.supform {
    padding: 0px 60px 20px 60px;
}
.supform.primary {
    background-color: #fff;    
    padding: 0 200px 20px 200px;
}
.supform.primary .client-login{
    margin-top:20px;
}
.supform.primary .client-login img{
    height: 25px;
    margin-right: 10px;
}
.supform.primary .client-login span{
    font-size:25px;
    font-weight: normal;
}
.supform.primary .form-group input{
   
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}
.supform.primary .form-group.has-error .form-control-feedback{
    top:38px;
	display: none;
}
.supform.primary .form-group.has-error .field-validation-error{
    text-align:left;
	font-size: 15px;
   
	
}
.supform.secondary {
    background-color: #e7eaeb;
}
.supform .loginbox {
    height: 160px;
}

.loginbox .vcenter {
    position: absolute;
    top: 50%;
    margin-top: -60px;
}
.form-information {
    text-align: center;
}
.form-information h1{
   color:#000;
}
.login-page-heading{
   font-size: 1.3125em;
    /* margin: 0 auto; */
    width: 57%;
    /* text-align: left; */
    margin-top: 0;
}
.lkp-sub-header.row{
    margin: 0 auto;
    width: 67%;
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
    margin-top: 30px;
   
}
.client-logo {
    float: right;
    margin-right: 0;
}

.client-logo {
    float: right;
    margin-right: 0;
}

.client-logo img{
    width: 135px;
    height: 53px;
    border-radius: 5px;
}
.lkp-sub-header h1 h2 {
    color: #fff;
    font-size: 1.3125em;
    padding:0;
    margin:0;
}
.login-page-heading.success {
     margin:0;
}
.login-page-heading ~ p {
    color: white;
    font-size: 14px;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    width: 75%;
}
.forgotten-password.form-information{
   
    text-align:left;
    margin:0 auto;
    width:80%;
    margin-bottom: 70px;
}
.forgotten-password-lkp.form-information .password-heading{
    font-size: 21px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0;
    text-align:left;
}
.forgotten-password .form-information .password-title{
    font-size:1.3125em;
    margin-bottom: 50px;
}
.forgotten-password .form-group .buttonC{
    margin-top:20px;
}
.forgotten-password .form-group .go-back , .recover-password-result .form-group .go-back{
    color:#898989;
    text-decoration:underline;
}
.loginbox .form-group .username-login ,.loginbox .form-group .password-login{
   
    font-weight:normal;
    float: left;
    display: inline-block;
    padding-top: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
}
.forgotten-password form{
    width:70%;
    margin:0 auto;
}
.forgotten-password.formbox{
    margin-bottom:40px;
    margin-top:30px;
}
.forgotten-password .form-group label {
   
    font-weight: normal;
    font-size: 18px;
}
.forgotten-password .form-group .form-control-feedback{
    top:40px;
	display:none;
}
.loginbox .recover-link{
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    margin-left:50px;
    text-align:left;
    width:73%;
}
.loginbox .recover-link a{
    color:#000;
    text-decoration:underline;
}
.recover-password-result.formbox{
    margin-top: 30px;
    margin-bottom: 40px;
}
.recover-password-result .form-information .recovery-title{
    font-size: 28px;
   
    margin-bottom: 20px;
}
.recover-password-result p{
    text-align:center;
    margin-bottom: 20px;
}
.supform.primary .buttonC{
    margin-top:65px;
}
.supform.primary .alert-danger{
    margin: 15px 0;
}
.new-loungekey-pass.form-information{
    text-align:left;
    color:#fff;
}
.new-loungekey-pass.form-information h1{
    color:#fff;
    font-size:1.3125em;
}

.new-loungekey-pass.form-information p{
    font-size:0.875em;
}

.resetpassword-msg {
   position: relative;
    padding: 4px;
    top: 17px;
    margin: 0 auto;
    z-index: 111;
    width: 80%;
    margin-bottom: 30px;
    font-size: 21px;
    font-family: 'crimson',Georgia,serif;
}

/* bootstrap overrides */
.help-block {
    font-size: small;
}
.field-validation-error {
    font-size: 15px;
    color: #a94442;
    display: block;
    margin: 3px 0px;
    text-align:left;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
}

/* Summary-box */
.summarybox {
    width: 100%;
}

.summarybox .title {
    margin: 20px;
    font-weight: bold;
    font-size: 1.33em;
}

.summarybox .valuebox {
    color: #32b23c;
    font-size: 21px;
    background-color: #fff;
    border: none;
    padding-right: 0px;
}

/* Create SUP form */
#create-lkp-form .withbank {
    position: absolute;
    top: 0;
    right: 70px;
}

@media (min-width: 768px) {
    #create-lkp-form .form-information {
        padding-right: 70px;
    }
}

@media (max-width: 768px) {
    .form-information {
        text-align: left;
        padding-right: 100px;
    }
    #create-lkp-form .withbank {
        right: 0px;
    }
}

/* Bottom navigation */
footer.footer ul.navigation-content {
    text-align:center;
    width:100%;
    margin:0 auto;
}
footer.footer ul.navigation-content li{
    display:inline-block;
    padding:0 1.3rem;
    border-right:1px solid #5b646c; 
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    color: #363638;
}
footer.footer ul.navigation-content li:last-child{
    border-right:0;
}

@media (max-width: 768px) {
    footer.footer {
        text-align: center;
    }
    footer.footer ul.navigation-content {
        border: none;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1600px) {
}

@media (max-width: 768px) {
    footer.footer {
        text-align: center;
    }
}

@media (min-width: 551px) and (max-width: 768px) {
/*login page for mobile*/
.login-page-heading{
    width: 100%;
    margin: 30px 0px 50px 0px;
    text-align: center;
}
.supform-container {
    max-width: 100%;
}
.supform.primary {
    background-color: #fff;
    padding:15px 15px
}
.supform {
    padding:0px 15px
}
.supform.primary .client-login {
    margin: 10px 0 35px;
}
.supform .form-control{
    border-radius:0px
}
.supform .form-group {
    margin-bottom: 18px;
}
.forgotten-password .form-control{
    border-radius:0px
}
 /*login page for mobile*/
}


@media (min-width: 300px) and (max-width: 550px) {
    .btn-details{
        text-align:center;
    }
.content-client-logo.loungedetail-logo {
    left:0;
}
.supform .loginbox {
    height: auto;
}
/*login page for mobile*/
.login-page-heading{
    width: 100%;
    margin: 30px 0px 50px 0px;
    text-align: center;
}
.supform-container {
    width: 100%;
    margin-top: 30px;
}
.supform.primary {
    background-color: #fff;
    padding:15px 15px
}
.supform {
   padding:0px 15px
}
.supform.primary .client-login {
   margin: 10px 0 35px;
}
.supform .form-control{
   border-radius:0px
}
.supform .form-group {
   margin-bottom: 18px;
}
.loginbox .recover-link {
   margin-left: 20px;
}
.supform.primary .buttonC {
    margin-top: 75px;
}
/*login page for mobile*/

/*Forgot password page for mobile*/

.forgotten-password.form-information{
    width:100%;
    padding-right:0;
    margin-bottom: 40px;
    text-align: center;
}
.forgotten-password.formbox .form-information{
    text-align:center;
    padding-right:0;
}
.forgotten-password .form-information .password-title{
    margin-bottom:30px;
}
.forgotten-password form {
    width:100%;
}
.forgotten-password .form-group .buttonC {
    margin-bottom: 20px;
}
.recover-password-result .form-information{
    text-align:center;
    padding-right:0;
}
.recover-password-result.formbox {
    margin-top: 50px;
}
.resetpassword-msg {   
    width: 100%;
}

}

/* Data table */
table .datatype-text {
    text-align: left;
}
table .datatype-numeric {
    text-align: left;
}
table .datatype-date {
    text-align: left;
}

/* Lounge Picker */
.loungepicker > span.twitter-typeahead {
    display: block !important;
    width: 100%;
    margin-top: 0;
}

.loungepicker .lngbtn, .smallhomepagebanner .lngbtn {
	font-weight: bold;
	height: 50px;
	margin-left: 10px;
	padding: 10px;
	width: 60px;
}

.loungepicker.tt-query {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.loungepicker .tt-hint { display: none; }

.loungepicker .tt-suggestion.tt-cursor {
	background-color: #ccc;
	color: #000000;
    padding: 10px;
}
.loungepicker .tt-suggestion {
    padding: 10px;
}

.loungepicker .lounge {
	border-bottom: 2px solid #f6f6f6;
	padding-bottom: 3px;
	padding-top: 10px;
	position: relative;
}

.loungepicker .lounge .lounge-name {
	font-size: 1em;
	font-weight: bolder;
	max-width: 60%;
}

.loungepicker .lounge .lounge-terminal {
	font-weight: bold;
	max-width: 40%;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
}

.loungepicker .lounge .lounge-terminal2 {
	display: none;
	font-weight: bold;
}

/*Calendar css*/

.sup-datepicker input{
    border-right:0;
}

.input-group-addon:last-child {
    background-color: transparent;
     border-radius: 0;
}

.datepicker td, .datepicker th {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
     border-radius: 0 !important;
}

table.table-condensed .dow {
    text-transform: uppercase;
    font-family: 'crimson',Georgia,serif;
    background-color: #fff !important;
    color: #7c5896;
}
table.table-condensed .dow:first-child{
    height:50px;
}
.datepicker table thead{
   
}


.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #c2b4b9 !important;
}
.datepicker table tr td.disabled.old, .datepicker table tr td.disabled.old:hover{
    color:#e0d9dc !important;
}


.datepicker thead tr:first-child th, .datepicker tfoot tr th{
    color:#fff;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #00af41 !important;
}

.datepicker .datepicker-switch {
    color: #fff !important;
}

.datepicker table tr td.active{
    background-color:#51bf87!important;
    border-radius: 50% !important; 
    background-image: none !important;
    padding:8px !important;
    background-image: -webkit-linear-gradient(top,#51bf87) !important;
    background-image: -o-linear-gradient(top,#51bf87) !important;
    background-image: linear-gradient(top,#51bf87)!important;
}
.datepicker table tbody{
    background:#fff;
}

.datepicker table thead tr:first-child{
    height:40px;
    background: #00af41;
}

.datepicker table thead tr:first-child .prev {
    display: flex;
    padding: 10px;
}

.datepicker-dropdown.datepicker-orient-left:after ,.datepicker-dropdown.datepicker-orient-left:before{
    display:none;
}
/* lounges generate pass code css class start here*/
ul.nav-stacked {
    background: #fff;
    margin-top: 10px;
}
.lounge-detail h2{
	font-size: 24px;
}
.lounge-detail h4{
   font-family: 'core_sans_a_35_lightregular';
    color: #000;
    font-style: normal;
    font-size: 17px; 
	font-weight:100;
}
.tab-content p{
	font-size:14px;
	color:#4f4d4d;
	padding :10px 0;
}
.btnlugcontainer {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    background: #fff;
    float: right;
    padding-bottom: 30px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    margin-right: 73px;
}
.lkp-anotherpass {
    width: 180px;
    height: 47px;
    background: #683e86;
    color: #fff;
    border: 0;
	margin-left:20px;
}
p.sucesstxt {
    font-family: 'crimson',Georgia,serif;
    font-size: 24px;
}
.loungepass {
    width: 279px;
    height: 47px;
    background: #683e86;
    color: #fff;
    border: 0;
    margin-left: 15px;
}
.btnlang {
    width: 279px;
    height: 47px;
    background: #fff;
    color: #000;
    margin-left: 13px;
    border: 1px solid #ccc;
}
.lounge-detail.remove {
    margin-bottom: 0;
}
.nav-stacked>li+li {
    padding: 7px 0px;
}
.loungescontainer {
    width: 100%;
    margin-left: 284px;
    margin-bottom: 60px;
    background: #fafafa;
    padding: 20px 20px;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: relative;
}
.right-lkp-container {
    background: #fff;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    width: 100%;
    float:left;
    position: relative;
}
#divLKP h4 {
    margin-left: 285px;
    color: #000;
    font-size: 20px;
    line-height: 60px;
}
.sucess-text {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    width: 70%;
    text-align: justify;
    margin: 0 auto;
}
.donebtn {
    width: 180px;
    height: 47px;
    background: #fff;
    color: #000;
    margin-left: 15px;
    border: 1px solid #ccc;
}
.sucess-msg {
    color: #333e48;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}
.sucess-msg-container {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    background: #fafafa;
    float: right;
    border-radius: 0;
    padding-bottom: 30px;
    margin-right: 73px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: relative;
}
.loungescontainer #btnGenerateLKP:hover {
    color: #fff;
}
.lkp-airport {
    margin-bottom: 0;
}
.sucess-icon {
    background-image: url(../images/sucess-icon.png);
    background-repeat: no-repeat;
    width: 61px;
    height: 61px;
    display: inline-block;
}
.error {
    color:#a94442;
    font-size: 11px;
    line-height: 14px;
    font-style: normal;
   
}
.lkp-finder {
    text-align: center;
    background: #fff;
    width: 100%;
    float: left;
	margin-bottom:10px;
    position:relative;
}
.lkp-secrh {
    color: #000;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
li.facilities-heading {
    padding-top: 77px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 55px;
    padding-left: 10px;
	 font-family: 'crimson',Georgia,serif;
}
.formbox.lkp-frombox {
    background: #683e86;
    padding: 13px 15px 5px 69px;
}
.lkp-locationtext {
    color: #fff;
    font-size: 15px;
    text-align: left;
}
#loungefinder.loungefinder {
    margin-bottom: 20px;
    padding-top:20px;
    background:#fff;
   padding: 0 191px;
}
.otherlounges .nav-pills > li a {
    background: #fff;
    color: #a1a1a1;
}
.otherlounges .nav-pills > li a.active {
   background-color: #01ae42;
   margin-bottom: 0;
   color: #fff;
   padding-top: 22px;
}
.issuepass-voucher {
    color: #000;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.imgtittle {
    text-align: left;
    padding-left: 34px;
    width: 80%;
    display: inline-block;
    padding-top: 10px;
}
#frmGenerateLKP .form-control {
    border-radius: 1px;
    border: 1px solid #c1c5c8;
    margin: 0 auto;
    font-size: 15px;
   
}
.nav-stacked li.nobg h3 {
    font-size: 18px;
    padding-left: 9px;
    color: #535353;
}
.lkp-locationtext {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-left: -37px;
    margin-top: 10px;
}
.lounge-detail .tab-content h4 {
    color: #000;
    font-size: 22px;
    font-family: 'crimson',Georgia,serif;
}
.loungescontainer label {
	font-size: 14px;
    height: 22px;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 100;
}
.space-top{
    margin-top:50px;
}
.lkpgenerate-pass {
    margin-bottom: 0;
    padding: 0;
    line-height: 4px;
}
#divLKP label {
    font-size: 15px;
    height: 22px;
    margin-bottom: 5px;
    padding-bottom: 0;
   
    font-style: normal;
    font-weight: 100;
}

.loungefinder .lounge p{
    padding-left: 10px;
   
    font-style: normal;
    line-height: 20px;
   
}
/*Media query Classs form generate pass lounges start*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
.lkp-finder #loungefinder.loungefinder {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom:20px;
}
 .right-lkp-container{
        width:100%;
    }
    .lkp-finder{
        width:100%;
        padding:5px 10px;
    }
    .gobacklonges {
    width: 100%;
    height: 47px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    background: transparent;
}
   #divLKP .col-xs-height{
        float: left !important;
    }
   .modal-header {
    min-height: 16.43px;
    padding: 23px;
    border-bottom: 1px solid #e5e5e5;
}
   li.facilities-heading{
       padding-top: 0;
       margin-bottom: 0 ;
   }
  #facilities {
    padding-bottom: 0; 
}
}
.copyright {
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    color: #363638;
}
.bdr-hide{
    border-right: 1px solid #5b646c;
}
/*Contactus page class start Here*/
#lkp-contactus-container.formbox{
    margin: 30px auto;
    max-width:80%;
}
#lkp-contactus-container h1{
    font-family: 'crimson',Georgia,serif;
    color:#333e48;
    text-align:center;
}

.contact.form-information h1{
   position: relative;
    color: #fff;
    font-size: 1.3125em;
    text-align: left;
    /* width: 82%; */
    margin: 30px auto;
    /* margin-left: 114px; */
    margin: 0;
}
.contactus-para{
   
    text-align:center;
   font-size: 16px;
    padding:0 0;
    color:#333e48;
    margin-top: 25px;
    line-height:22px;
}
.content-holder{
    border:1px solid #c2c5c8;
    padding: 20px 20px;
    margin-top:30px;
    text-align: center;
   
}
.country{
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    font-size:30px;
    color:#333e48;
}
.counrty-number{
    font-size: 18px;
    color:#333e48;
}

/*Policy pages container alignment for Desktop*/ 
.privacy-container.formbox , .conditions-container.formbox ,.term-container.formbox ,.cookie-container.formbox{
    margin:30px auto;
    max-width:80%;
}

/*New class form Page heading Desktop*/ 

.new-loungekey-page.form-information h1, .page-information.finder-lkp h1 , .userinfoform-information h1{
    text-align: left;
    color: #fff;
    font-size: 1.3125em;
    margin:0;
}
.lkp-selecttext{
    margin-left: 9px;
    text-align: left;
    color: #fff;
    font-size: 1.3125em;
    margin-top: 0;
}
.page-header-ie.row .lkp-selecttext{
    margin-left:0;
}
.new-loungekey-page.form-information p, .page-information.finder-lkp h4{
   font-size: 0.875em;
	font-family: 'core_sans_a_35_lightregular',Arial,sans-serif;
    font-weight: 100;
   color: #fff;
   text-align: left;
}
.page-information.finder-lkp h4{
    font-family: 'core_sans_a_35_lightregular',Arial,sans-serif;
    text-align:left;
    color: #fff;
    font-size: 0.875em;
}
.page-information.finder-lkp{
    position: inherit;
    text-align: left;
    left:0;
}
.loungefinderpage .formbox {
    margin: 30px auto;
    max-width: 80%;
}
.container.details-lkp{
    max-width:80%;
    margin:30px auto;
}
.page-heading-details {
    margin-left:-63px;
}
.letf-section{
    width:27%;
}
.empty-message {
    padding: 5px 5px;
    font-size: 14px;
    line-height: 18px;
    text-align:center;
	
}

/*start Retian*/
@media (min-width:1440px) {
.batch-summary{
    width:80%;
    margin:0 auto;
    }
.btnlugcontainer {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    background: #fff;
    float: right;
    padding-bottom: 30px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    margin-right: 80px;
    }
.loungescontainer {
    width: 100%;
    margin-left: 308px;
    margin-bottom: 60px;
    background: #fafafa;
    padding: 20px 20px;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: relative;
    }
li.nav-link:first-child{
    margin-left:33%;
 }
.page-heading-details {
    margin-left:-96px;
    }
.sucess-msg-container {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    background: #fafafa;
    float: right;
    border-radius: 0;
    padding-bottom: 30px;
    margin-right: 80px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: relative;
 }
}
@media  screen and (max-width: 1366px) {
 .lkp-sub-header.row{
        width:67%;
    }
}
@media all and (min-width: 900px) and (max-width: 1440px){
.batch-summary{
    width:100%;
    }		    
	.btnlugcontainer {
        margin-right: 78px;
    }
    .loungescontainer {
        margin-left: 300px;
    }
    .sucess-msg-container {
        margin-right: 78px;
    }
	
}
@media screen and (min-device-width:1920px) {
.lkp-sub-header row{
        width:48%;
    }
.batch-summary{
    width:80%;
    margin:0 auto;
    }
.btnlugcontainer {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    background: #fff;
    float: right;
    padding-bottom: 30px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    margin-right: 80px;
    }
.loungescontainer {
    width: 100%;
    margin-left: 308px;
    margin-bottom: 60px;
    background: #fafafa;
    padding: 20px 20px;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: relative;
    }
li.nav-link:first-child{
    margin-left:33%
    }
.page-heading-details {
    margin-left:-108px;
    }

.sucess-msg-container {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    background: #fafafa;
    float: right;
    border-radius: 0;
    padding-bottom: 30px;
    margin-right: 80px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: relative;
}
	}

/* (1280x1024) SXGA Display */
@media  screen and (max-width: 1280px) {
    /* insert styles here */
}
 
@media  screen and (max-width: 1920px) {
.lkp-sub-header.row {
        width: 49%;
    }
.search-dropdown{
    width:49.2%;
}

li.nav-link:first-child{
    margin-left:33%;
}
.client-logo {       
    margin-right: 3px;
}
.client-logo.logo-lg{
	float:right;
	margin-right:-31px;
}
.full-background-image .angle-overlay.bottom {
        top: 650px;
    }
}
/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {
    .lkp-sub-header.row{
        width:65%;
    }
    .page-header-ie.row{
       width:64.2%;
   }
 .client-logo.logo-lg{
	float:right;
	margin-right:-20px;
}
.client-logo{
   margin-right:1px;
}
.detail-logo-ie.logo-lg{
     margin-right:-26px;
}
}
@media  screen and (max-width: 1366px) {
    .lkp-sub-header.row {
        width: 68.5%;
        padding-left: 2px;
    }
    .search-dropdown{
        width:45%;
    }
     .page-header-ie.row{
       width:67.5%;
   }
    .client-logo {
        float:right;
        margin-right: 1px;
    }
    .client-logo.logo-lg {
       margin-right: 0px;
       float: right;
    }
	
}
.louge-details-lkp {
    margin:30px auto;
    max-width: 80%;
}

/*IPhone Media Qauery for 6+*/
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) {
    .client-logo.logo-sm {
        text-align:center;
}
.lkp-sub-header.row {
    margin: 0 auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
}
.logo-img {
    width: auto;
    margin-left: 10px;
    margin-top: 5px;
}
.form-information {
    text-align: center;
    padding-right: 0; 
}
.batch-info p {
    text-align: center !important; 
    font-size: 14px;
}
.logo-img {
    width: auto;
    margin-left: 10px;
    margin-top: 3px;
}
    }
@media only screen and (min-device-width: 320px) and (max-device-width: 567px) {
.contact.form-information h1 {
    position: relative;
    color: #fff;
    font-size: 1.3125em;
    margin: 30px auto;
    text-align:center;
}
.louge-details-lkp {
    margin: 30px auto;
    max-width: 100%;
}
.userinfo-lkp-form {
    padding: 40px;
    margin: 30px auto;
    max-width: 100%;
}
.forgotten-password-lkp.form-information{
    padding-right:0;
    text-align:center;
}
.forgotten-password-lkp.form-information .password-heading {
    font-size: 21px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}
.contact.form-information{
    padding-right:0;
    margin-bottom:30px;
}
.modal-body .sucess-msg-container {
    background: #fff;
    border: none;
    width: 98%;
    padding-top: 0;
    margin: 0 auto;
}
.client-logo {
    float: inherit;
    margin-right: 0;
}
.client-logo img {
    width: 85px;
    height: 35px;
}
.btnlugcontainer {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    background: #fff;
    float: right;
    padding-bottom: 30px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    margin-right: 0;
}
ul.level-4.nav.navbar-nav li:hover {
   cursor:pointer;
   border:none;
}
.container.details-lkp {
    max-width: 100%;
    margin: 30px auto;
}
.letf-section{
        width:100%;
}
.page-heading-details {
     margin-left: 0;
}
.page-lg{
    position: relative;
    top: 20px;
}
.mg-top {
 margin-top:30px;    
}
.page-information.finder-lkp{
    margin-top:20px;
}
.loungefinderpage .formbox {
    max-width: 100%;
    min-height: initial;
}
#create-lkp-form {
    margin: 30px auto;
    max-width: 100%;
}
.lkp-sub-header.row {
    margin: 0 auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.new-loungekey-page.form-information p {
   font-size: 0.875em;
   font-family: 'core_sans_a_35_lightregular',Arial,sans-serif;
   color: #fff;
   text-align: left;
   font-style: normal;
   font-weight: 100;
}
.page-information.finder-lkp h4{
    font-family: 'core_sans_a_35_lightregular',Arial,sans-serif;
    text-align:center;
    color: #fff;
    font-size: 0.875em;
}

.userinfoform-information {
    text-align: center;
    margin-top:30px;
}
.new-loungekey-page.form-information h1, .page-information.finder-lkp h1, .userinfoform-information h1{
    text-align: center;
    color: #fff;
    font-size: 1.3125em;
    text-align:center;
    margin: 0;
}
.new-loungekey-page.form-information {
    max-width: 100%;
    padding: 0;
    margin: 20px 0;
}
.batch-info p {
    font-size: 14px;
    text-align: center !important;
    line-height: 24px;
}
 .batch-info h1 {
    color: #fff !important;
    font-size: 1.3125em;
    margin: 20px;
}
 .form-information.batch-info {
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
    padding-right:0;
}
/*contact us class*/
    .client-logo.logo-sm {
        float:inherit;
        text-align:center;
    }
.loungefinderpage .search-dropdown {
    padding: 7px 0;
    width: 89%;
    margin-top: 4px;
}

.col-spaced.content-holder {
    padding: 10px 20px;
    margin: 10px 25px;
    text-align: center;
}
#lkp-contactus-container.formbox {
    margin: 5px auto;
    margin-bottom: 20px;
    padding:0 30px;
    max-width:100%;
}
.contactus-para {
   
    text-align: center;
   font-size: 16px;
    padding: 0 25px;
    color: #333e48;
    margin-top: 25px;
    line-height: 28px;
}
/*End*/

/*Policy pages container alignment for Mobile*/ 
.privacy-container.formbox , .conditions-container.formbox ,.term-container.formbox ,.cookie-container.formbox{
    max-width:100%;
}

 /*fotter class form mobile*/
.footer ul{
    margin-top: 10px;
}
.copyright{
 font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    color: #363638;
    padding-top: 0;
    width: 75%;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 40px;
}
footer.footer ul.navigation-content {
    border: none;
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
}
footer.footer ul.navigation-content li{
        display:block;
        border-right: none;
        padding:8px 0px;
    }
#frmGenerateLKP .form-control {
    border-radius: 1px;
    border: 1px solid #c1c5c8;
    margin: 0 auto;
    font-size: 14px;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
}
.loungefinderpage .formbox .loungefinderwidget{
       padding: 3px 10px;
    }
.margintop30{
    margin-top:25px;
}
.loungepicker .lounge .lounge-terminal2 {
	font-weight: bold;
    display: inline-block;
    vertical-align: top;
	float:right;
	clear:right;
    }
.loungepicker .lounge .lounge-name {
    font-size: 1em;
    font-weight: bolder;
    max-width: 60%;
    display: inline-block;
}
.empty-message {
    padding: 5px 5px;
    font-size: 14px;
    line-height: 18px;
    text-align:center;
	
}

/* mobile Hambuger Menu class start*/
.loungepass {
    width: 279px;
    height: 47px;
    background: #683e86;
    color: #fff;
    border: 0;
    margin-left:0;
}
#loungefinder.loungefinder {
    margin-bottom: 20px;
    background: #fff;
    padding:20px 0;
}
.search-available-lounges h1{
    font-size:20px;
    font-family: 'crimson',Georgia,serif;
    padding: 0;
    margin: 10px 10px;
}
.logo-img{
    width:35%;
    width: 30%;
    margin-left: 24px;
    margin-top: 4px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background:none;
}
.center .nav, .center .nav > li{
    display: block;
    border-bottom: 1px solid #2a353f;
    padding: 7px 0;
}
/*End*/
 #divLKP .col-xs-height{
        float: left !important;
    }
/*End*/
.lkp-airport{
    margin-right: 0px;
    margin-left: 0px;
}
.lkp-selecttext {
    padding-left: 0;
    text-align: center;
}
.loungelistingpage .formbox {
    padding: 10px 5px;
}
.loungesearchlist .tt-dropdown-menu {
    width: 100%;
}
.tab-content p{
	padding:0 0;
}
li.facilities-heading{
	padding-top:0;
}
.facilities-content{
	margin-top: -72px;
}
.loungefinder .inner-addon .glyphicon{
	left:1%;
}
  .right-lkp-container,
    .lkp-finder {
        width: 100%;
        padding: 5px 10px;
    }
.imgtittle{
	padding-top:0;
}
.facilities{
	margin-top:0;
    padding-left: 7px;
    padding-top: 10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    margin-right: -10px;
}
    .issuepass-voucher{
     font-size: 25px;
     line-height: 27px;
    }
    .facilities li {
        display: inline-block;
        text-align: center;
        margin-bottom: 30px;
    }
    .imgtittle {
        text-align: center;
        padding-left: 0px;
    }
    .modal-body {
        overflow: hidden;
        padding: 0 15px 15px 15px;
    }
    .modal-header {
        display: grid;
        padding: 0;
        border-bottom: none;
    }
    .sucess-msg-container {
        background: #fff;
        border: none;
        width: 100%;
        padding-top: 0;
    }
    .donebtn {
        width: 180px;
        height: 47px;
        background: #683e86;
        color: #fff;
        border: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .lkp-anotherpass {
        background: #fff;
        color: #000;
        margin-left: 0;
        border: 1px solid #ccc;
    }
    .modal-header .close {
        float: none;
        text-align: right;
        padding: 10px 10px 0 0;
    }
    .modal-content {
        width: 90%;
        margin: 0 auto;
        left: -5px;
        margin-bottom:85px;
    }
    .formbox.lkp-frombox {
        padding: 13px 15px 5px 104px;
        margin-top: 45px;
    }
    .btnlang {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .gobacklonges {
        width: 80%;
        height: 47px;
        color: #fff;
        margin-left:36px;
        font-weight: bold;
        border: 1px solid #fff;
		background:transparent;
        font-family: 'crimson',Georgia,serif;
        font-size:18px;
        border-radius: 0;
    }
    .lkp-secrh {
        padding-bottom: 20px;
    }
    li.facilities-heading {
        margin-bottom: 30px;
    }


        /*hamburger icons form mobile*/
.login-page-heading {
    font-size: 1.3125em;
    width: 100%;
    text-align: center;
    margin-top:30px;
}

.supform-container {
    margin: 30px auto;
    max-width: 100%;
    margin-bottom: 70px;
}

 .supform.primary,.supform {
   padding: 0px 10px 20px 10px !important;
}

 li.nav-link:first-child {
    margin-left: 0px !important; 
}
.center .nav, .center .nav > li{
    display: block;
    border-bottom: none;
    padding: 7px 0;
    clear:both;
    margin: 10px 0px auto;
}

.topnavbar li.nav-link, .topnavbar li.nav-link a {
    padding: 0px 10px 4px 4px !important;
}
.topnavbar .nav li{
    clear:both;
    margin: 0px 0 auto !important;
}
.topnavbar .nav li a{
    color: #ffffff !important;
    padding: 5px 10px 11px 26px !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        background-color: transparent !important;
}

.topnavbar li.dropdown.open {
    background-color: transparent !important;
    width:100% !important;
}

li.dropdown a {
 float: left !important;
 text-decoration: none;
 margin-left:9px;
}

li.dropdown ul.dropdown-menu li a {
padding-left:0px !important;
}
ul.dropdown-menu
{background: #29333d !important;
    float: left !important;
    clear: both;
    width:100% !important;
}

ul.level-4.nav.navbar-nav li.selected {
    border-bottom: none;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
}

.topnavbar li.dropdown {
    padding: 0px 0px 0px 0px !important;
}

.hideRemove{
	display:none;
}
.topnavbar li.dropdown.open {
    padding: 0px 0px 8px 0px !important;
}

.topnavbar li.nav-link,
.topnavbar li.nav-link a {
    padding: 0px 18px 10px 18px !important;
}

}

/*Languages Drop Down class start here*/
.lang-dropdown{
    text-align: right;
    margin-right: 19px;
    font-size: 13px;
    position: relative;
    z-index:10000;
    top: -38px;
   
    font-style:normal;
    margin-bottom:0;
    float:right;
}
select#ddlLanguageSwitcher{
    color: #fff;
    background: transparent;
    border: 0;
    padding: 6px 8px;
    color: #fff;
    font-size: 15px;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    opacity: 0.9;
}
select#ddlLanguageSwitcher option {
    background: #39424f;
    color: #fff;
    outline-color: transparent;
    border:0;
}
select#ddlLanguageSwitcher option.selected{
    background-color:#1e2730;
}
select#ddlLanguageSwitcher option:hover{
    background-color:#1e2730;
}

select#ddlLanguageSwitcher:focus ,#ddlLanguageSwitcher option:focus {
    outline: transparent;
    border:0;
}

/*User Details Page*/
.username-icon {
    background: url(../images/username-icon.png);
    width: 78px;
    height: 78px;
    display: inline-block;
}
.email-icon {
    background: url(../images/mail-icon.png);
    width: 78px;
    height: 78px;
    display: inline-block;
}
.userinfo-lkp-form {
    padding: 40px;
    margin: 30px auto;
    max-width:80%;
}
.userinfo-lkp-form label{
     font-size: 15px;
    font-style: normal;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    font-weight:100;
}
.userinfo-lkp-form .form-group {
    margin-bottom: 20px;
}
.userinfo-lkp-form .form-control {
    border-radius: 0;
    margin: 0 auto;
}
.userinfo-lkp-form .buttonA {
    border-radius: 0;
    background-color: #683e86;
    border: #683e86;
    text-transform: none;
}
.email-info, .user-info {
    display: inline-block;
    width: 75%;
    top: 20px;
    position: absolute;
    padding-left: 20px;
    
}
.email, .username {
     font-family: 'crimson',Georgia,serif;
}

.email-info span, .user-info span {
    display: block;
}
.user-name, .email-address {
    color: #d8d8d8;
    font-weight: bold;
    word-break: break-word;
}
.resetpassword-container .tooltip{
    top:6px;
} 
.tooltip {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/tooltip-icon.png');
    opacity: 1;
    float: right;
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 225px;
    background-color: #46464c;
    color: #fff;
    text-align: initial;
    border-radius: 1px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 200%;
    right: -32%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 2%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #46464c transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.userinfo-lkp-form .marginbottom20 {
    margin-bottom: 0;
}
.userinfoform-information h1 {
    font-size: 21px;
}

/*End of User Details page*/
/*User Details Page*/
.username-icon {
    background: url(../images/username-icon.png);
    width: 78px;
    height: 78px;
    display: inline-block;
}
.email-icon {
    background: url(../images/mail-icon.png);
    width: 78px;
    height: 78px;
    display: inline-block;
}

.userinfo-lkp-form label{
     font-size: 15px;
    font-style: normal;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    font-weight:100;
}
.userinfo-lkp-form .form-group {
    margin-bottom: 20px;
}
.userinfo-lkp-form .form-control {
    border-radius: 0;
    margin: 0 auto;
}
.userinfo-lkp-form .buttonA {
    border-radius: 0;
    background-color: #683e86;
    border: #683e86;
}
.email-info, .user-info {
    display: inline-block;
    width: 75%;
    top: 20px;
    position: absolute;
    padding-left: 20px;
    
}


.email-info span, .user-info span {
    display: block;
}
.user-name, .email-address {
    color: #d8d8d8;
    font-weight: bold;
}

.tooltip {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/tooltip-icon.png');
    opacity: 1;
    float: right;
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 225px;
    background-color: #46464c;
    color: #fff;
    text-align: initial;
    border-radius: 1px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 200%;
    right: -32%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 2%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #46464c transparent transparent transparent;
}
.forgotten-password.formbox {
    margin-bottom: 40px;
    margin-top: 30px;
    max-width: 80%;
}
 .recover-password-result.formbox {
    margin-top: 30px;
    margin-bottom: 40px;
    max-width:80%;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.userinfo-lkp-form .marginbottom20 {
    margin-bottom: 0;
}
.userinfoform-information h1 {
    font-size: 21px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px){
    /*.page-lg {
    position: relative;
    top: 14px;
    }*/
}
@media (max-width: 550px) and (min-width: 300px) {
    .userinfo-lkp-form .marginbottom20 {
        margin-bottom: 20px;
    }
    .userinfo-lkp-form .form-group {
        margin-bottom: 0px;
    }
    .userinfoform-information h1 {
        text-align: center;
    }
    .userinfo-lkp-form {
    padding: 40px;
    margin: 30px auto;
    max-width:100%;
}
   .forgotten-password.formbox {
    margin-bottom: 40px;
    margin-top: 30px;
    max-width: 100%;
    margin:30px auto;
}
}

/*End of User Details page*/
/*End*/
/*Registration.css*/
.register-lkp-form {
    padding: 40px;
    margin: 40px auto;
}
.registrationform-information h1{
    font-size: 21px;
    margin:0;
}
.register-lkp-form .form-group {
    margin-bottom: 15px;
}
.register-lkp-form .form-control {
    border-radius: 0;
    margin: 0 auto;
}
.register-lkp-form .form-group input[type=checkbox] {
        display: inline-block;
        height: 18px;
        width: 19px;
        background:url('../images/check-box.png') 0 0 ;
        background-repeat:no-repeat;
        vertical-align: top;
}
.register-lkp-form label:last-child {
    width: 87%;
    vertical-align: top;
    padding-left: 14px;
    height: auto;
    margin-top: 8px;
	display:inline-flex;
	margin-top: 3px;
	padding: 0 0;
}
.register-lkp-form .buttonA {
    border-radius: 0;
    background-color: #683e86;
    border: #683e86;
}
.register-lkp-form .marginbottom20 {
    margin-bottom: 0px;
}
.register-lkp-form .terms-conditions-agreement {
    margin-bottom: 0;
}
.terms-conditions-agreement label {
    width: 75%;
    margin-left: 5px;
    margin-top: 8px;
}
.terms-conditions-agreement .form-control-feedback {
    display: none;
}
.register-lkp-form hr {
    margin-bottom: 40px;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.register-lkp-form label {
    font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #333e48;
    font-size: 15px;
    
}
.registrationform-information {
    margin: auto;
    text-align:left;
}
.tooltip {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/tooltip-icon.png');
    opacity: 1;
    float: right;
}
.register-lkp-form a {
    color: #00af41;
    text-decoration: underline;
}

.full-background-image {
    position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
    height: auto;
    /*background-image:url('https://d25xpw488bmti5.cloudfront.net/Default/Shared/background-images/distination_04-56246e66-aabb-4544-b730-edd3ffc3b098.jpg?h=1400&amp;la=en&amp;w=1920');*/
    background-repeat:repeat;
    background:url(../images/loungekeypass-background.png)0 0 no-repeat;

 }
.ie7 .full-background-image {
    left: 0;
    margin: 0}
.full-background-image .image {
    width: 100%;
    height: auto;
    position: absolute;
    max-width: none}
.full-background-image .image.bg-width {
    width: 100%;
    height: auto}
.full-background-image .image.bg-height {
    height: 100%;
    width: auto}
.full-background-image .angle-overlay {
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    z-index: 0}
.full-background-image .angle-overlay.green {
    border-color: #448e59;
    border-color: #448e59}
.full-background-image .angle-overlay.white {
    border-color: #fff;
    border-color: rgba(255,255,255,.5)}
.oldie .full-background-image .angle-overlay.white,.oldie .full-background-image .angle-overlay.green {
    filter: alpha(opacity=50)}
.full-background-image .angle-overlay.left {
    left: 0;
    border-left-width: 290px;
    border-left-width: 29rem;
    border-right-width: 0
}
.full-background-image .angle-overlay.left.large {
    left: 0;
    border-left-width: 490px;
    border-left-width: 34rem;
    border-right-width: 0}
.full-background-image .angle-overlay.right {
    right: 0;
    border-right-width: 290px;
    border-right-width: 22rem;
    border-left-width: 0}
.full-background-image .angle-overlay.top {
    top: 0;
    border-bottom-width: 290px;
    border-bottom-width: 21rem;
    border-top-width: 0;
    border-bottom-color: transparent}
.full-background-image .angle-overlay.top.large {
    top: 0;
    border-bottom-width: 490px;
    border-bottom-width: 49rem;
    border-top-width: 0;
    border-bottom-color: transparent}
.full-background-image .angle-overlay.bottom {
    bottom: 0;
    top: 485px;
    border-top-width: 300px;
    border-top-width: 30rem;
    border-bottom-width: 0;
    border-top-color: transparent
}
/*This media query took care higher resolution problem(ios,Desktop)*/
@media only screen and (min-width: 1440px) and (max-width: 1980px) {
    .full-background-image .angle-overlay.bottom {
        top: 600px;
    }
}
@media only screen and (max-width: 1920px) {
.full-background-image .angle-overlay.bottom {
        top: 640px;
		border-top-width: 400px;
		border-bottom-width: 200px;
		border-left-width: 400px;
    }
}
@media only screen and (max-width: 1440px){
    .full-background-image .angle-overlay.bottom {
        top: 480px;
		border-left-width: 300px;
    }

}
@media only screen and (max-width: 1366px){
    .full-background-image .angle-overlay.bottom {
        top: 350px;
		border-left-width: 300px;
    }

}
/*End*/
@media screen and (max-width: 600px){
	.full-background-image .angle-overlay.bottom {
    bottom: 0;
    top: 550px;
    border-top-width: 300px;
    border-top-width: 16rem;
    border-bottom-width: 0;
    border-top-color: transparent;
}

.full-background-image .angle-overlay.top.large {
    top: 0;
    border-bottom-width: 490px;
    border-bottom-width: 23rem;
    border-top-width: 0;
    border-bottom-color: transparent;
}

.full-background-image .angle-overlay.left.large {
    left: 0;
    border-left-width: 490px;
    border-left-width: 18rem;
    border-right-width: 0;
}	

.full-background-image .angle-overlay.top {
    top: 0;
    border-bottom-width: 290px;
    border-bottom-width: 11rem;
    border-top-width: 0;
    border-bottom-color: transparent;
}

.full-background-image .angle-overlay.right {
    right: 0;
    border-right-width: 290px;
    border-right-width: 11rem;
    border-left-width: 0;
}
    }
/*Background image class*/

.tooltip .tooltiptext {
    font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    visibility: hidden;
    width: 225px;
    background-color: #46464c;
    color: #fff;
    text-align: initial;
    border-radius: 1px;
    padding: 20px 10px;
    position: absolute;
    z-index: 1;
    bottom: 200%;
    right: -32%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 2%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #46464c transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.registration-successful {
  width: 80%;
    color: #fff;
    text-align: left;
    margin: 0 auto;
}
@media  (min-width: 300px) and (max-width: 550px)  {
 .registrationform-information h1 {
    font-size: 21px;
    width: 80%;
    margin: 20px auto;
    line-height: 24px;
}
 .registration-successful {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top:20px;
}
    .register-lkp-form {
        padding: 40px 10px;
    }
    .register-lkp-form .form-group {
        margin-bottom: 5px;
    }
    .register-lkp-form .marginbottom20 {
        margin-bottom: 20px;
    }
    .register-lkp-form hr {
        border: none;
    }
    .registrationform-information {
        width: 100%;
        margin: auto;
        padding:  0;
        text-align: center;
    }
    .register-lkp-form .register-button {
        text-align: center;
    }

    .register-lkp-form a{
        color:#333e48;
    }
	.registrationform-information h1{
		 width: 100%;
		 margin:20px auto;
		 line-height:24px;
	}
   .lkp-sarchcontainer{
       position:relative;
       top:-500px;
   }
} 
/*End of Registration.css*/


/*dropdown form user details*/
li.dropdown {
	color: #fff !important;
    min-width: 100px;
    margin: 19px 0 auto !important;
    /*position: relative !important;
    left: 218px !important;*/
}

.lang-menu .dropdown-menu{
    right:0px !important;
}

.dropdown-menu {
    padding: 0px;
    padding-bottom: 1px;
    border-radius: 4px;
}

li.dropdown.open {
   color: #fff !important;
    background-color: #29333d  !important;
    min-width: 100px;
}

li.dropdown a {
    padding: 5px 10px 11px 7px !important;
    float: right;
}

.navbar-nav>li>.dropdown-menu { 
    background:#29333d ;
    border: none !important;
    min-width: 100%;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: transparent !important;
}


.navbar-nav li.dropdown:hover,.navbar-nav li.dropdown li:hover {
    border-bottom: 0px !important;
}

.dropDownicon {
    top: 0;
    left: 5px;
    font-size:9px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #29333d;
}

.topnavbar li {
   padding: 2px 30px 6px 10px !important;
}

.usericon{
    border:1px solid #fff;
    border-radius:20px;
    padding:4px;
    font-size: 10px;
}

.iconSpace{
    padding: 3px 13px 0px 12px;
    font-size: 10px;
}
.signouticon{
    transform: rotate(90deg);  
    font-size: 10px;
    padding-left: 11px;
    padding-top: 3px;
    padding-bottom: 5px;
}


select#ddlLanguageSwitcher:focus{
background-color: #29333d;
}

select#ddlLanguageSwitcher option.selected {
    background-color: #29333d;
}

.language-icon{
    color:#fff;
    font-size: 9px;
    left: 145px;
}

.topnavbar li.dropdown{
    padding: 0px 0px 0px 10px !important;
}

ul.dropdown-menu li a {
    padding: 5px 0px 0px 0px !important;
    float: left;

}

.topnavbar li.nav-link,.topnavbar li.nav-link a{
padding: 0px 18px 4px 18px !important;
}
li.nav-link a{
width: 100%;
}

li.nav-link:first-child{
    margin-left:27%
}
a.nav-list1:last-child{
padding-right: 5% !important;
}
/*dropdown form user details*/

.dropdown-menu li.selected .glyphicon{
     visibility:visible !important;
}

ul.level-4.nav.navbar-nav .dropdown-menu li.selected{
     background-color:#1e2730;
     border:none ;
   font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
     width:100%
}

.hiddenLang{
    visibility:hidden;
}

.displayLi{
    display:inline-block
}
/*dropdown form user details*/
/*Reset-Password Component Start*/
.resetpassword-container .form-control-feedback {
    display: none;
}
.form-group.resetbtn {
    margin: 0 auto;
}
.ressetpwd {
    border-radius: 0;
    background-color: #683e86;
    border: #683e86;
    margin-left:15px;
}
.rest-container .form-control {
    border-radius: 0;
    margin: 12px auto;
}
.resetpassword-container{
    margin: 30px auto;
    margin-bottom: 40px;
}
.rest-container label {
    font-size: 15px;
    font-style: normal;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    font-weight: 100;
    color: #363638;
    margin:0;
}
.rest-container .help-block {
    font-style: normal;
  font-family:'core_sans_a_35_lightregular',Arial,sans-serif;
    font-weight: 100;
    font-size: 12px;
    text-align: center;
    color: #363638;
    width:100%;
}
.rest-instruction{
    text-align: left;
    padding: 20px 0;
    font-size: 1.3125em;
    font-family: 'crimson',Georgia,serif;
}
.rest-head{ 
    color: #fff;
    font-size: 1.3125em;  
    margin-bottom:0;
}
.form-information.rest-head h1 {
   color: #fff;
    font-size: 21px;
    margin: 18px auto;
    margin: 0;
    text-align: left;
}

/*End*/

/*FAQ classes start here */
.faq-container {
    margin: 30px auto;
    max-width: 80%;
    background:none;
}
.faq .faq-search-bar .faq-search-input {
    height: 50px;
    height: 5rem;
    background-image: url(../icons/search_icon_grey.svg);
    background-size: 25px 25px;
    background-position: right center;
    background-position: right 10px center;
    background-repeat: no-repeat;
    font-weight: 100;
}
.stylish-form .stylish-text>input{
    height: 40px;
    height: 4rem;
    position: inherit;
    color: #333e48;
    background: #fff;
    border: 1px solid #c2c5c8;
    font-family: 'core_sans_a_35_lightregular',Arial,sans-serif;
    font-size:15px;
    padding-left:10px;
}
.faq-container  h4{
    color:#000;
}
#your-loungekey-account span{
    background-color:#FF9;
    color:#555;
}

.faq-container.formbox {
    margin: 30px auto;
    max-width: 80%;
}
.faq-container h3 {
    color:#000;
    font-size:21px;
    line-height: 32px;
    line-height: 3.2rem;
    font-family: 'crimson',Georgia,serif;
    margin-bottom: 30px;
}
.faq-container p{
    color:#000;
    margin: 0 0 2.4rem;
    font-size:15px;
    line-height: 2.2rem;
    font-style:normal;
    color:#1e2730;
    font-weight: 100;
    font-family: 'core_sans_a_35_lightregular';
}
#main .faq .faq-panel .accordion-panel h4 {
    position: relative;
    cursor: pointer;
    font-family: 'core_sans_a_35_lightregular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 2.4rem;
    color:#000;
}
.faq-heading{
    text-align:center;
}
#main .faq .faq-panel .accordion-panel.open h4:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
 .accordion-content p {
    margin-bottom: 2rem;
    margin: 0 0 2.4rem;
    font-size:15px;
    line-height: 2.2rem;
    font-style: normal;
    color: #1e2730;
    font-weight: 100;
   
}
.stylish-form .stylish-text{
    position: relative;
    margin-bottom: 40px;
}
#main .faq .faq-panel .accordion-panel h4 {
    position: relative;
    cursor: pointer;
    font-family: 'core_sans_a_35_lightregular';
    font-weight: normal;
    font-style: normal;
}
#main .faq .faq-panel .accordion-panel {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    padding-left: 14px;
    padding-left: 1.4rem;
}
#main .faq .faq-panel .accordion-panel h4 {
    position: relative;
    cursor: pointer;
    font-family: 'core_sans_a_35_lightregular';
    font-weight: 100;
    font-style: normal;
}
#main .faq .faq-panel .accordion-panel.open h4:before {
    transform: rotate(90deg);
}
#main .faq .faq-panel .accordion-panel h4:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00af41;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#main .faq .faq-search-bar .faq-search-result {
   margin: 5px 0 0;
    margin-top: .5rem;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    position: relative;
    top: -28px;
}
#main .faq .faq-panel {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 32px 44px 5px;
    padding: 1.2rem 4.4rem .5rem;
}
#main .faq .faq-panel .accordion-panel .faq-search-term {
    background: #00af41;
    color: #fff;
}
.white-bg {
    background-color: #fff;
}

h1.faq-heading{
    margin: 15px 0;
    margin: 1.5rem 0;
    line-height: 54px;
    line-height: 5.4rem;
    color: #fff;
	position: relative;
    top: 20px;
}
a.faq-section-btn {
    min-width: 160px;
    min-width: 16rem;
    height: 40px;
    height: 2rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #683e86;
    font-style:normal;
    font-weight:100;
    color: #fff;
    text-transform: none;
    padding: 10px 10px;
    text-decoration:none;
    /* margin-bottom: 100px; */
    font-family: 'core_sans_a_35_lightregular';
}
p.contactus-para {
    margin-top: 30px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 567px){
.faq-container {
    margin: 0 auto;
    max-width: 100%;
    background: none;
    padding: 10px 10px;
 }
 .stylish-form .stylish-text {
    position: relative;
    margin-bottom: 20px;
}
 h1.faq-heading {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 100;
    position: relative;
    top: 14px;
}
#main .faq .faq-panel {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    /* padding: 32px 44px 5px; */
    padding: 0.2rem 4.4rem .5rem;
}
.faq-container h3 {
    color: #000;
    font-size: 21px;
    line-height: 32px;
    line-height: 3.2rem;
    font-family: 'crimson',Georgia,serif;
    margin-bottom: 15px;
    margin-top: 10px;
}
#main .faq .faq-panel .accordion-panel {
    margin-bottom: 30px;
    /* margin-bottom: 5rem; */
    padding-left: 14px;
    padding-left: 1.4rem;
}
#main .faq .faq-search-bar .faq-search-result {
    margin: 5px 0 0;
    margin-top: .5rem;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    position: relative;
    top: -10px;
}
	}
.slide-height{
    height:auto !important;
}

/* End of Faq CSS*/
@media (min-width: 300px) and (max-width: 550px) {
    .resetpassword-container {
        margin: 50px auto;
    }
    .rest-head {
       padding-right: 0;
    }
   .form-information.rest-head h1 {
    color: #fff;
    font-size: 21px;
    text-align: center;
    margin-top: 20px;
}
   .rest-instruction {
    text-align: left;
    padding: 20px 0;
    font-size: 1.3125em;
     font-family: 'crimson',Georgia,serif;
    text-align: center;
    }
   .ressetpwd {
    border-radius: 0;
    background-color: #683e86;
    border: #683e86;
    margin-left: 43px;
    /* text-align: center; */
 }
   
    }
.main a.airport-codes {
    color: #fff;
}
.main a.airport-codes:hover {
    text-decoration: none;
}
.faq-search-input::-ms-clear{
    display: none;
}