.booking_box {
  float: left;
  width: 100%;
  z-index: 5;
  position: relative;
  background: #fa032c;
  padding: 83px 100px 120px 100px;
}

#return-to-top {
  display: none !important;
}

.header_logo {
  top: 50px;
}

.contect_form1 input {
  color: #191919;
  background: #fff;
  border: 2px solid #fff;
}

.franja-roja-inicio {
  width: 100%;
  padding: 0;
}

.box_side_icon::before {
  display: none;
}

a {
  color: #000000;
}

.bottom_footer_copy_wrapper a:hover {
    color: #fa032c;
    transition: 0.5s;
}

.box_side_icon {
    position: relative;
    float: none;
}

.contect_btn button {
    width: 160px;
    height: 50px;
    float: none;
    color: black;
    background: #ffffff;
    text-align: center;
    line-height: 47px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}

.contect_form1 input {
    width: 33%;
    border-radius: 10px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    cursor: pointer;
    background-color: #fa032c;
    color: white;
    font-size: 22px;
    border: none;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
}

.datepicker .dow {
    background: #191919;
    color: white;
    font-size: 22px;
    height: 70px;
    text-transform: uppercase;
}

.booking_box ::placeholder {
    color: #191919;
    opacity: 1; /* Firefox */
}

.booking_box :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #191919;
}

.booking_box ::-ms-input-placeholder { /* Microsoft Edge */
   color: #191919;
}

.booking_box_div {
    width: 100%;
    float: none;
    text-align: center;
}

.menu_fixed {
  display: none;
}





@media(max-width: 590px){

.datepicker .dow {
  font-size: 16px;
}

.contect_form1 input {
  width: 100%;
  font-size: 14px;
  border-radius: 10px;
}

.booking_box {
  padding: 50px 75px 50px 75px;
}

.avail_section {
  margin-top: -115px;
  padding-top: 230px;
}

.contect_btn button {
    width: 80px;
    height: 35px;
    float: none;
    color: black;
    background: #ffffff;
    text-align: center;
    line-height: 31px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 30px;
}

.logo-responsive img {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header_logo {
  top: 23px;
  width: 90%;
}








}
