html, body {width: 100%;height: 100%;margin: 0;padding: 0;}
.bg-google-maps {position: relative;height: 100vh;overflow: auto;}
#map-canvas {width:100%;height:100%;position:absolute;top: 0;left: 0;right: 0;z-index:-1000}

  .text-muted {
    color: #999 !important;
    pointer-events: none;
  }
.booking-area {
/*position: absolute;top: 0;left: 0;right: 0;*/
margin: auto;width:100%;max-width:1000px;padding-top: 150px;
z-index:1000
}

.btn.btn-default.active
{
box-shadow: inset 0px 0px 5px -1px #777;
-webkit-box-shadow: inset 0px 0px 5px -1px #777;
-moz-box-shadow: inset 0px 0px 5px -1px #777;
-o-box-shadow: inset 0px 0px 5px -1px #777;
border:0
}


.booking-card 
{
background-color: rgba(240, 240, 240, 0.97);
padding: 15px;
box-shadow: -1px 6px 14px -2px rgba(0,0,0,0.4);
-webkit-box-shadow: -1px 6px 14px -2px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 6px 14px -2px rgba(0,0,0,0.4);
}


.tool {position: absolute;z-index:3;top:0;padding-top:6px;right:5px;height:100%;width:50px;text-align:center;color: #888;cursor: pointer}
.tool:hover {color: black}

.softblue{color:#cc0000;}
label i{margin-top:13px}
.col-lg-11,.col-sm-4{margin-left:-5px;padding-right:0px;padding-right: 10px}

#booking-button-mobile{display:none}
#book {
  min-height: 100vh;
  height: auto;
  width: 100%;
  background-image: url('/images/gallery/airport.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
label.label-checkbox, 
label.label-radio {
  padding: 10px 0px; cursor: pointer
}

i.fa-lg {
  margin-top: 18px;
}

.form-focus 
    {
  border: 1px solid #cc0000;
}
.service_topic{padding-top:5px}
.service_topic_main{padding-top:18px}
.alert{margin-top:10px}
   
.booking_button_area{margin-top:25px;margin-bottom:40px}
@media only screen and (max-width: 1024px) 
{

}

@media only screen and (max-width: 1024px) 
{
#map-canvas {position:relative;top:auto;left: auto;right: auto;}
.booking-area {padding-top: 0px; max-width: none;}

	
	
#booking-button-pc{display:none}
#booking-button-mobile
{display:block;margin: auto;width:100%;position: absolute;bottom:5px;left:0;right:0;padding: 15px
}
.bg-google-maps {height: 78vh}	
.booking_button_area{padding-left:15px;padding-right:20px}
}