body {
  margin-top: 0px;

  width: 100%;
  height: 100%;
  background-image: url(../images/thumbnai2l.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.inner-layer {
  width: 100%;
  height: 100%;
  position:absolute;
  background-color: rgb(0, 147, 175,0.5);
  overflow: auto;
}

.no-margin {
  margin: 0px;
}
.form-data {
  margin-top: 10%;
  background-color: #fff ;
  border-radius: 5px;
}
.form-body {
  padding: 20px;
  font-size: 90%;
}
.form-head {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.form-head h2 {
  font-size: 22px;
  font-weight: 600;
}  

.form-row {
  margin-bottom: 15px  ;
}
.form-control {
  background-color: #f7f7ff;
}
.form-control:focus {
  box-shadow: none;
  border: 2px solid #138496;
}

.btn-appointment {
  background-color: #138496 !important  ;
  border-color:#138496 !important;
  width: 100%;
  
}

.btn-checkout {
  background-color: #138496 !important  ;
  border-color:#138496 !important;
  width: 90%;
  margin-left: 20px;
}
.content {
  margin-top: 10%;
  text-align: center;
  color: #fff;
  padding: 30px;
}
.content p {
  font-size: 22px;
}
.content h1 {
  font-weight: 600;
  font-size: 3.5rem;
}

.store-data {
  margin-top: 15%;
  background-color: #fff ;
  border-radius: 5px;
}
.store-body {
  padding: 20px;
}
.store-head {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.store-head h2 {
  font-size: 22px;
  font-weight: 600;
}  

.store-row {
  margin-bottom: 15px  ;
}
.pax-section {
 margin: 20px;
}
.pax-section p {
  font-size: 50%;
}


/* panel start */
.rowPanel {
  margin-top:40px;
  padding: 0 10px;
  width: 100%;
}

.clickable{
  cursor: pointer;   
}
.checkoutButton {
  padding: 20px;
}

.panel-heading span {
margin-top: -20px;
font-size: 15px;
}

.tooltips {
  background-color:red;
  color:yellow;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding:8px;
  z-index: 1;
  margin-left: -5px;
  width: 120px;

}
.tooltips   {
  visibility: hidden;
}

.tooltips::after {
  
  content: " ";
  position: absolute;
  bottom: 44%;  /* At the top of the tooltip */
  left: 12%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;

}

/* panel end */
  /* .content {
    display: none;
  } */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .checkoutButton {
    padding: 20px;
  }
  #btnUpdatePax .btnUpdatePax {
    /* font-size:5px;
    /* background-color: blue ! important ; */
    height: 5px;  
  }
}