body {
    background: #edede7!important;
}

@media screen and (min-width:100px) and (max-width:414px) {
    .bg_review label {
        margin: 5px 0 0px 0!important;
    }
}

@media screen and (max-width:769px) {

    .continue_btn{
		position:fixed;
		bottom:0;
		width:100%;
        z-index:999999;
    }
    .continue_btn .btn{
		width:100%;
		border-radius:0;
    }
}

@media screen and (min-width:769px) {
    .padding-left-0 {
        padding-left: 0;
    }
}

.bg_review {
    background: #f6f6f6;
    margin-bottom: 20px;
    padding: 25px 0;
    width: 100%;
    display: block;
    float: left;
}

.bg_review h2 {
    color: #e87128;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.floatRight {
    float: right!important;
}

.floatLeft {
    float: left!important;
}

.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;
}

.douppercase {
    text-transform: uppercase!important;
}

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

.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;
}
