.extra-nights-box {
    background: #1e3a8a !important;
    color: #fff;
    padding: 10px;
    width: 320px;
    margin: 10px 0px 25px;
}

.summery-invisible {
    padding: 10px 20px 5px;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.posterBox {
    display: none;
    position: absolute;
    z-index: 1;
    left: 7.8%;
    margin-top: 26%;
    background-color: green;
    color: #fff;
    padding: 1%;
}

.panel-body label {
    width: 100% !important;
}

.input-group {
    display: table-cell;
}

h4 {
    text-transform: none !important;
}

body .panel-primary {
    border-color: #1e3a8a;
}

body .panel-primary>.panel-heading {
    color: #fff;
    background-color: #1e3a8a;
    border-color: #1e3a8a;
}

body .panel-danger>.panel-heading {
    color: #fff;
    background-color: #1e3a8a;
    border-color: #1e3a8a;
}

body .panel-danger>.panel-heading h4 small {
    color: #fff;
}

.panel-body label {
    width: 100% !important;
}

body i {
    font-style: normal !important;
}

body .input-group-addon {
    line-height: 1 !important;
}

body .form-control {
    appearance: auto !important;
}
.nonBold {
font-weight: normal;
background-color: #220a5b !important;
width: 50%;
/* max-width: 110px; */
padding: 5px;
text-align: center;
display: inline-block;
color: #fff;
margin-left: 5px;
}

.priceBox {
border: 1px solid #ebccd1;
padding: 5px 10px;
float: right;
color: #1e3a8a;
background: #fff;
}

.reg_custom_box::before {
position: absolute;
content: "";
top: 0;
left: -50%;
width: 100%;
height: 100%;
background: #1e3a8a;
transform: skew(20deg);
z-index: 1;
}

.reg_custom_box .panel {
position: relative;
z-index: 2;
/* border-color: #ffffff; */
/* border-right-color: #000; */
}

.reg_custom_box .panel .panel-heading {
background: rgb(255, 255, 255);
color: #1e3a8a !important;
}

.reg_custom_box .panel .panel-heading h4 {
line-height: 2;
}

.reg_custom_box .panel .panel-body {
padding-right: 5rem;
}

.about-end {
position: relative;
margin-left: -70px;
z-index: 2;
background-color: #220a5b !important;
}

@keyframes fadeIn {
from {
    opacity: 0;
}

to {
    opacity: 1;
}
}

.deadline_animate {
animation: fadeIn 1s infinite;
}
.exo-font {
  font-family: 'Exo', sans-serif;
}
.bg-green-custom {
  background-color: #2DD48F !important;
}

.text-purple-custom {
  color: #220a5b !important;
}
.fs-15 {
  font-size: 15px;
}
.text-dark{
  color:#000 !important;
}
.extra-checkbox {
  margin-top: -2px;
   vertical-align: middle;
}
  hr.style-one {
  border: 0;
  border-bottom: 1px dashed #333;
  background: #fff;
  width: 90%;
  margin: 0px auto;
  padding: 0px;
}

.hidden {
  display: none !important;
}
.custom-box {
  border-color: #ddd;
}

.fs-16 {
  font-size: 16px;
}
.bg-eee {
  background-color: #eee;
}
.text-blue-custom {
  color: #1e3a8a !important;
}
.discount-checkbox {
  margin-top: -2px;
}
.apply-btn {
  width: 8rem;          /* ~128px equivalent */
  background-color: #e12454 !important;
  border: 0;
  margin: -0.3rem;      /* close to -5px */
}
.bg-blue-custom {
  background-color: #1e3a8a !important;
}
.cursor-pointer {
  cursor: pointer;
}