  .extra-nights-box {
        background: #093b5c;
        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: #093b5c;
    }

    body .panel-primary>.panel-heading {
        color: #fff;
        background-color: #093b5c;
        border-color: #093b5c;
    }

    body .panel-danger>.panel-heading {
        color: #fff;
        background-color: #093b5c;
        border-color: #093b5c;
    }

    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;
}

.priceBox {
    border: 1px solid #ebccd1;
    padding: 5px 10px;
    float: right;
    color: #a94442;
    background: #fff;
}

.reg_custom_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #093b5c;
    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: #093b5c !important;
}

.reg_custom_box .panel .panel-heading h4 {
    line-height: 2;
}

.reg_custom_box .panel .panel-body {
    padding-right: 5rem !important;
}

.about-end {
    position: relative;
    margin-left: -70px;
    z-index: 2;
    background-color: #093b5c !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.deadline_animate {
    animation: fadeIn 1s infinite;
}
hr{
    height: 1px !important;
}
  hr.style-one {
  border: 0;
  border-bottom: 1px dashed #333;
  background: #fff;
  width: 90%;
  margin: 0px auto;
  padding: 0px;
}

.hidden {
  display: none !important;
}