body {
    background: #edede7!important;
}

@media screen and (max-width:414px) {
.margin_top_27 {
        margin-top: 15px!important;
    }
    }

@media screen and (max-width:768px) {
    .modal-body {
        padding: 0!important;
    }
    .modal-dialog {
        margin: 10px 10px!important;
    }
    .padding {
        padding: 0;
    }
    .margin_top_27 {
        margin-top: 26px;
    }
    .margin_top_15 {
        margin-top: 5px;
    }
    .capt_img {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .btn_checkout {
        background: #e8861b;
        border: #e8861b;
        color: #FFF;
        padding: 10px 15px 10px 15px;
        float: right;
        margin-top: 10px;
        text-transform: uppercase;
    }
    .padding-top-warning {
        padding-top: 20px;
    }
    .text-warning2 {
        text-align: center;
    }

    .grand_total_paading_top {
        padding-top: 3px;
    }
}

@media screen and (min-width:769px) {
    .modal-dialog {
        margin: 100px auto!important;
    }
    .padding-top-warning {
        padding-top: 0;
    }
    .text-warning2 {
        text-align: left;
    }
    .grand_total_paading_top {
        padding-top: 3px;
    }
    .padding {
        padding: 10px 100px 10px 100px;
    }
    .margin_top_27 {
        margin-top: 27px;
    }
    .margin_top_15 {
        margin-top: 15px;
    }
    .btn_checkout {
        background: #e8861b;
        border: #e8861b;
        color: #FFF;
        padding: 10px 15px 10px 15px;
        float: right;
        margin-top: 45px;
        text-transform: uppercase;
    }
    .padding-left-0 {
        padding-left: 0;
    }
}

.night_margin_top {
    margin: 15px 0;
}

.font-28 {
    font-size: 46px!important;
}

.check_out_box {
    background: #fff;
    // background: #f6f6f6!important;
    margin-bottom: 20px;
    padding: 25px 0;
    float: left;
    width: 100%;
    display: block;
}

.check_out_box h2 {
    color: #e87128;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}

.check_out_box label {
    margin-top: 5px;
}

.check_out_box input[type='text'], input[type='email'], input[type='email'] {
    width: 100%;
}

.check_out_box textarea {
    width: 100%;
}

.floatLeft {
    float: left!important;
}

.floatRight {
    float: right!important;
}

.ck {
    padding: 10px 0px 0px 0px;
}

.menu_right_bg {
    background-color: #e8861b;
    padding: 15px;
    margin: 0 0 15px 0;
    color: #fff;
    width: 100%:
}

.menu_right_bg h2 {
    color: #333;
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0;
}

.menu_right_bg .stay_detail {
    /* color: #fff; */
    margin: 10px 0;
}

.menu_right_bg .stay_detail h4 {
    color: #fff;
    font-weight: bold;
    margin: 10px 0 5px 0;
    font-size: 13px;
}

.menu_right_bg .stay_detail h5 {
    color: #fff;
    font-weight: bold;
    margin: 0px 0 5px 0;
    font-size: 13px;
}

.menu_right_bg .stay_detail span {
    color: #fff;
}

.menu_right_bg .stay_detail .douppercase {
    text-transform: uppercase!important;
}
.menu_right_bg .stay_detail .lowercase {
    text-transform: lowercase!important;
}
.menu_right_bg .stay_detail .capitalize {
    text-transform: capitalize!important;
}

.menu_right_bg .stay_detail .sub_detail {
    color: #eee;
    font-size: 11px!important;
}

.menu_right_bg .stay_detail .remark {
    color: #333;
    font-size: 11px!important;
}

.menu_right_bg .stay_detail hr {
    margin-top: 15px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.menu_right_bg .stay_detail .price {
    color: #fff;
    text-align: right;
    padding-right: 10px;
}

.pic {
    width: 100%;
    height: 100%;
}

.pic img {
    max-width: 100%;
}