html{height: 100%;}
body{height: 100%;    background-color: #F9F6FA;}
.full{height: 100%}
body{margin:0px;padding:0px;font-family: 'Open Sans', sans-serif;}
img{width:100%;}
.nav-tab{border-bottom: solid 1px #bfbfbf;margin-top: 10px;}
.nav-tab p{    font-size: 12px;}
.navbar-nav {margin-top:25px;}
.navbar-default {border: none;background:#fff;background-image:none;box-shadow: none;margin:0px;    min-height: 120px;font-size:18px;color: #000;}
.navbar-default .divide{    margin-top: 14px;font-size:18px;}
.navbar-default .navbar-nav>li>a {color: #000;}
.navbar-default .navbar-nav>li>a:hover {color: #a967aa;}
.navbar-brand>img {width: 400px;}
.head{text-align: center;font-size: 44px;font-weight: 300;}
.head p{margin-top:10px;margin-bottom: 0px;}

.faq-text , .help-text {
    background: #FFFFFF;
    z-index: 900;
    border: 10px solid #FBFBFB;
    border-radius: 5px;
    padding: 20px;
    height: auto;
    position: fixed;
    top: 20%;
    opacity: 1;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

.help-text {
    top: 25%;
}


.faq_q{ color: #A967A9; cursor: pointer;}
.faq_a {display: none;margin-left: 23px;}
.faq_a_show{margin-left: 23px;}


.bookingform{
    margin: 1em 9em;
}
.navbar-default .navbar-toggle {
    margin-top: 30px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed ! important;
}
.otpform{max-width: 300px;    margin: 0 auto;}

.thanktext{max-width: 390px;margin: 0 auto;}
.ftr{margin-top: -40px;}
option:disabled {cursor: not-allowed ! important;color: #FF9696;} 
/*********footer************/
@media screen and (max-width: 768px){
   
    .navbar-nav {margin-top:0px;}


  }

  @media screen and (max-width: 560px){
   
    .navbar-nav {margin-top:0px;}
    .faq-text , .help-text {

        margin: 0 15px;
    }


  }
  
  /* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.bookingform{
    margin: 0;
}
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
.bookingform{
    margin: 0;
}
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.bookingform{
    margin: 0;
}
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.bookingform{
    margin: 0;
}
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
}









































