﻿.box_reservation{
    background: #f9f9f9;
    border: 1px solid #cecece;
    padding: 50px;
    text-align: left;
    display: inline-block;
    width: 100%;
    color: #4e4e4e;
    margin: 25px 0;
}
.row_reservation{
    margin: 25px -25px 0;
}
.row_reservation .col-xs-6, .row_reservation .col-xs-12{
    padding: 0 25px;
}

.box_reservation h3{
    font-size: 30px;
    color: #6fb193;
    text-transform: uppercase;
    margin: 0;
    font-weight: initial;
    position: relative;
    padding-bottom: 25px;
}
.box_reservation h3:before{
    content: '';
    background: #cecece;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.datainput label{
    font-weight: inherit;
    width: 100%;
}
.datainput span{
    color: red;
}
.input_inquiry{
    width: 100%;
    padding: 10px;
    border: 1px solid #cecece;
    font-size: initial;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}
input, select, button, a, textarea {
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
}
#phoneNumber{
    display: none;
}
.box_tel .col-xs-3 {
    width: 20%;
    padding: 0;
}
.section_reservation .main_title span {
    margin-right: 0;
}
.row_reservation .datainput{
    padding: 10px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
.box_tel .col-xs-9{
    margin: 0;
    width: 80%;
    padding: 0 0 0 15px;
}
.section_reservation .main_title i {
    font-size: inherit;
    color: inherit;
}
.arrow_select {
    position: absolute;
    right: 15px;
    bottom: 22px;
    color: #727272!important;
    font-size: 14px!important;
}
.row_reservationin{
    margin: 0 -15px;
}
.box_input textarea{
    height: 150px;
}
.datainput_radio{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.section_submot{
    padding: 30px 50px 0;
    text-align: left;
}
.row_submit {
    margin: 0 -15px;
}
.btn_submit{
    padding: 10px 30px;
    color: #fff;
    background: #75b08a;
    border: none;
    margin-top: 25px;
}
.btn_reset{
    background: #373737;
}
.hide_option {
    display: none;
}
.section_reservation{
    padding-top: 200px;
}
/* RESPONSIVE RESERVATION*/
@media screen and (max-width: 991px){
    .row_reservation .col-xs-6, .row_reservation .col-xs-12{
        width: 100%;
    }
    .section_reservation {
        padding-top: 180px;
    }
}

@media screen and (max-width: 768px){
    .row_reservationin .col-xs-3{
        width: 50%;
    }
    .box_reservation{
        padding: 30px;
    }
    .box_reservation h3{
        font-size: 24px;
    }
    .box_tel .col-xs-3{
        width: 30%;
    }
    .box_tel .col-xs-9{
        width: 70%;
    }
}

@media screen and (max-width: 375px){
    .box_tel .col-xs-3{
        width: 35%;
    }
    .box_tel .col-xs-9{
        width: 65%;
    }
    .box_reservation {
        padding: 30px 25px;
    }
    .section_reservation {
        padding-top: 160px;
    }
}