.btn-custom, .top-btn, .contact-button, .label
.header-btn, .tag-cloud-link, .ss-btn
  {
    border-radius: 8px !important;
    height: 43px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: #ffffff !imporatnt;
    background: blue !imporatnt;
    border: 1px solid #007FFF;
    border-color: 007FFF !important;
  }

.contact-form-input, .combobox, .form-control, .search-field,
.departure-form-start-date, .arrival-form-end-date, .departure-date, 
.date-picker, .text-truncate
  {
    border-radius: 8px !important;
    height: 43px !important;
    border: 1px solid #007FFF;
    color: #181c34 !imporatnt;
    border-color: 007FFF !important;
  }

.input-quantity
  {
    height: 43px !important;
    color: #181c34 !imporatnt;
    border-radius: 8px;
  }

.booking-area, .contact-form, .form-booking
  {
     border-radius: 13px !important;
  }

.custom-dropdown
  {
    border-radius: 6px !important;
    border: 1px solid #181c34;
    color: #181c34 !imporatnt;
    border-color: 181c34 !important;
  }

.header-btn
  {
    top: 0;
    margin-right: -15px;
    border-radius: 0 8px 8px 0 !important; 
  }

.slider-btn, .ss-btn
  {
   padding-top: 8px;
  }

.form-check-input
  {
    border-radius: 3px !important;
    height: 16px !important;
  }