 .extra-nights-box {
     background: #003366;
     color: #fff;
     padding: 10px;
     width: 320px;
     margin: 10px 0px 25px;
   }

   .summery-invisible {
     padding: 10px 20px 5px;
   }

   .default-btn {
     border-width: 0px !important;
   }

   hr.style-one {
     border: 0;
    border-bottom: 1px dashed #333;
    background: #fff;
    width: 90%;
    margin: 0px auto;
    padding: 0px; }
   .hidden {
  display: none !important;
  }

   .posterBox {
     display: none;
     position: absolute;
     z-index: 1;
     left: 7.8%;
     margin-top: 26%;
     background-color:#003366;
     color: #fff;
     padding: 1%;
   }

   .panel-body label {
     width: 100% !important;
   }

   h4 {
     text-transform: none !important;
   }

   ul.top-info li i {
     margin-right: 0 !important;
   }
   .nonBold {
     font-weight: normal;
}
.priceBox {
  border: 1px solid #ebccd1;
  padding: 5px 10px;
  float: right;
  color: #a94442;
  background: #fff;
}
.text-left{
text-align:left !important;
}