/*.container-booking {
    background-color: #000;
}*/
.container-booking {
    position: relative;
}
.container-booking .input-group-regular {
    width: 65px;
}
.container-booking .input-group-medium {
    width: 85px;
}
.container-booking .input-group-large {
    width: 350px;
}
.form-inline .calendar-bx .form-control {
    margin-bottom: 2rem;
}
input#checkin,
input#checkout {
    background-color: #fff;
    font-family: "Questrial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 14px;
}
.container-booking input,
.container-booking select.form-control {
    border-radius: 5px !important;
}
.booking-box-container h2 {
 color: white!important;
}
.form-control-feedback {
    top: 1px !important;
    padding-top: 7px;  
    border-left: 1px solid #e1e1e1 !important;
    color: #bfbfbf !important;
    font-size: 18px !important;
    height: 33px !important;
}
.sello {
    position: absolute;
    right: 7rem;
}
@media (max-width: 414px) {
   .container-booking .input-group-large {
        width: 100% !important;
    }
}
@media (max-width: 555px) {
   .sello {
       display: none;
   }
   .container-booking {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (min-width: 556px) and (max-width: 1199px) {
    .sello {
        right: 1.7rem;
    }
}
@media (max-width: 1199px) {
    .booking-box-container {
        background-color: #212121;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        width: 100%;
    }
top 1.5 input#checkin,
    input#checkout,
    .input-group-regular select,
    .input-group-medium select,
    .input-group-large select {
        background-color: #212121 !important;
        color: #fff;
    }
    .sello {
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1265px) {
    .booking-box-container {
        bottom: 15%;
    }
    .form-inline .calendar-bx .form-control,
    .form-inline .calendar-bx {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .banner-principal {
        position: relative;
    }
    .booking-box-container {
        position: absolute;
        width: 100%;
        bottom: 10%;
        z-index: 1000;
    }
    .container-booking {
        background-color: rgba(0, 0, 0, 0.8);
        width: 1000px;
        margin: 0 auto;
        padding: 2rem;
    }
    .container-booking .row div {
        margin-right: 2.2rem;
    }
    .form-inline .calendar-bx .form-control {
        width: 155px !important;
    }
}