.detail_icon {
    position: relative;
    top: 5px;
}

.badge {
    font-size: 16px !important;
    font-weight: normal !important;
}

.header-box {
    font-weight: bold !important;
}

.slide-holder {
    padding-top: 0px !important;
}

.modal-body {
    padding: 1px !important;
}

.modal_input {
    border: 4px solid #464646 !important;
    background: none;
    border-radius: 0;
}

.txtarea {
    height: 100px !important;
}

.g-recaptcha {
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;

}

.g-capt {
    position: relative;
    top: 15px;
}

.btn-close {
    display: none;
}

.live-rating {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-left: 15px;
    position: relative;
    bottom: 5px;
}

.review-box {
    padding: 15px;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #B0A35E;

}

.warning_review {
    padding: 10px;
    text-align: center;
    background-color: lightgrey;
    border-radius: 10px;
}

.warning_review p {
    font-weight: bold
}

.warning_review p a {
    text-decoration: underline;
}

.warning_review p a:hover {
    color: white;
    cursor: pointer;
}

#review_box {

    display: none;
}

#review_box:hover {
    cursor: pointer;
}

.v-ellipsis a {
    display: block;
    text-align: right;
}

.v-ellipsis a:hover {
    cursor: pointer;
}
.show_more_btn{
    padding: 5px 10px;
    display: block;
    background-color:#B0A35E ;
    color:white;
    margin: auto;
    width: 50%;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
}
.show_more_btn:hover{
    cursor: pointer;
}
.modal_btn{
    position: relative;
    top: -5px;
}
#write_review:hover{
    cursor: pointer;
}
.price_list i {
    margin-right: 10px;
}

.period_time {
    background-color: #9b8a30;
    color: white;
    border-radius: 15px;
    padding: 3px 7px;
    margin-left: 5px;
}