/* Navbar */
nav{
    border-bottom: 1px solid #F27F0C;
}
nav ul li a{
    font-family: "Mulish", sans-serif;
    color: #063F5C;
    font-size: 15px;
    font-weight: 600;
}
.navbar-toggler-icon{
    color: #063F5C !important;
}
/* -- */
.booking-page{
    margin-top: 80px;
}
.booking-form-card{
    box-shadow: 4px 4px 10px 4px rgba(0,0,0,0.25);
    margin-bottom: 400px;
    border-radius: 12px;
    padding-bottom: 20px;
}
.booking-form-card .bookign-form-head p{
    color: #1C2B38;
    font-size: 20px;
    text-align: center;
    /* margin-top: 40px; */
    font-weight: 600;
}
.booking-form-card .bookign-form-head{
    padding-top: 20px;
}
.booking-form-content{
    padding: 0px 40px;
}
.booking-form-content label{
    color: #F27F0C;
}
.booking-form-content input, .booking-form-content select,.booking-form-content textarea{
    border: 1px solid #F27F0C;
    min-height: 44px;
}
.booking-form-content textarea{
    resize: none;
}
.booking-form-content input:focus, .booking-form-content select:focus,.booking-form-content textarea:focus{
    border-color: #F27F0C;
    border-width: 2px;
}
.booking-form-content .form-number{
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.booking-form-content .form-number .form-group:last-child{
    flex-grow: 1;
}
.guest-num .button-minus,.guest-num .button-plus{
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: 700;
    background-color: #F27F0C;
    color: #FFF;
}
.form-input-number > div:first-child{
    white-space: nowrap;
}
.form-input-number div p{
    width: 150px;
}
.form-input-number{
    flex-wrap: wrap;
}
.form-input-number > div > p{
    font-size: 16px;
    font-weight: 700;
    color: #F27F0C !important;
}
.booking-form-content .send-btn{
    display: flex;
    justify-content: center;
}
.booking-form-content .send-btn button{
    padding: 8px 20px;
    color: #F27F0C;
    font-family: "Mulish", sans-serif;
    background-color: #063F5C;
    border: 0px;
    font-weight: 700;
    border-radius: 15px;
    min-width: 150px;
}
