html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Helvetica-Roman;
}

*, *:after, *:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden !important;
}

p {
  margin-bottom: 0;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

button {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

a {
  color: #ce7656;
  line-height: 1;
}

a:hover {
  color: #ce7656;
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  color: #ce7656;
  text-decoration: none;
}

ul {
  list-style-position: inside;
}

.btn-primary {
  background-color: #ce7656;
  border-radius: 0;
  border: 1px solid #ce7656;
}

.btn {
  border-radius: 0;
}

.btn:hover {
  background-color: #fff;
  color: #ce7656;
  border: 1px solid #ce7656;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ce7656;
  color: #ce7656;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-size: 15px;
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  padding: 4px 23px 4px 10px;
}

select:focus {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.form-control:focus {

  border: solid 2px #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #fff;
  background-color: transparent;
}

form select::-ms-expand {
  display: none;
}

.modal-header {
  border-bottom: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.btn:disabled {
  background-color: #B2D0D4;
}



.manage-booking__main {
  background-color: #2c2d26;
}

/*.manage-booking__main .nav-item--1 {*/
  /*border-left: 1px solid #ce7656;*/
/*}*/

.manage-booking__main .nav-item--2 {
  border-left: 1px solid #33333380;
  border-right: 1px solid #33333380;
}

/*.manage-booking__main .nav-item--3 {*/
 /*border-right: 1px solid #ce7656;*/
/*}*/

.manage-booking__main .nav-link {
  padding: 4px 10px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .manage-booking__main .nav-link {
    padding: 15px 16px;
  }
}

.manage-booking__main .nav-tabs .manage-booking__main .nav-link.active {
  border: none;
}

.manage-booking__main .nav-tabs {
  border-bottom: none;
  font-family: Cambon-Book;
}

.manage-booking__tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

@media screen and (max-width: 780px) {
  .manage-booking__tabs-wrapper {
    margin: 0 15px;
  }
}

.manage-booking a:hover {
  text-decoration: underline;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  border-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 0;
}

.nav-tabs .nav-link {
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.88px;
  letter-spacing: 1.38px;
  background-color: #db4d0f;
  border-radius: 0;
  display: grid;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .nav-tabs .nav-link {
    font-size: 22px;
  }
}

.nav-tabs .nav-link:hover {
  background-color: #db4d0f;
  color: #fff;
}

.nav-tabs .nav-link.active {
  background-color: #444444;
  color: #d5d5d5;
}



.tab-content {
  background-color: #444444;
  padding: 30px 15px;

}

.tab-content .tab-pane {
  max-width: 556px;
  margin: 0 auto;
}

.form-group label {
  font-size: 14px;
  letter-spacing: normal;
  color: #fff;
  font-family: Helvetica-Roman;
}

.form-group .form-control {
  padding: 0 10px;
  border: solid 1px #d5d5d5;
  height: 50px;
  border-radius: 8px;
  background-color: #444444;
}

.form-group .btn-primary {
  display: inline-block;
  border-radius: 6px;
  background-color: #db4d0f;
  font-family: Helvetica-Roman;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1.2px;
  height: 50px;
  text-transform: uppercase;
}




.form-group .btn-primary:focus {
  border-radius: 6px;
  box-shadow: inset 0 0 0 3px #db4d0f, inset 0 0 0 4px #fff;
  background-color: #db4d0f;
}

.form-group .btn-primary:not(:disabled):not(.disabled):active {
  border-radius: 6px;
  background-color: #db4d0f;
  color: #fff;
}

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px;
  background-image: url("../../css/clayton/images/icons/icon-form-form-dropdown.svg");
  background-size: 12px;
  background-position: 95% 50%;
}

.faq {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .faq {
    margin-top: 60px;
  }
}

.faq .card {
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
}

.faq .card-header {
  border-bottom: none;
  padding: 15px;
  background-color: #f3f1ef;
}

.faq .card-header:hover {
  cursor: pointer;
}

.faq .card-header:hover h5 {
  color: #f8a48d;
}

.faq .card-header:hover i {
  color: #f8a48d;
}

.faq .card-header h5 {
  font-weight: 600;
  font-size: 18px;
  color: #00636f;
  line-height: 1.32;
  letter-spacing: 1.06px;
}

.fa-chevron-down:before {
  content: "\f078";
}

.faq .card-header i {
  color: #00636f;
  margin-top: auto;
  margin-bottom: auto;
}

.faq .card-body {
  border-right: solid 1px rgba(82, 98, 100, 0.3);
  border-bottom: solid 1px rgba(82, 98, 100, 0.3);
  border-left: solid 1px rgba(82, 98, 100, 0.3);
  padding: 1rem;
}

.faq .card-body p {
  line-height: 1.5;
  letter-spacing: 0.94px;
  color: #526264;
  font-size: 16px;
}

.faq .card-body p:not(:last-child) {
  margin-bottom: 10px;
}

.faq__footer {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.94px;
  color: #545559;
  margin-top: 20px;
}

.card-header:first-child {
  border-radius: 0;
}

h2 {
  font-family: Cambon-Book;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.check-out--wrapper {
  line-height: 1.5;
  letter-spacing: 0.94px;
  color: #545559;
  font-size: 15px;
  margin-top: 60px;
}

.manage-booking__main .nav-item {
  width: 33.3%;
  text-align: center;
  flex: 1;
}

/* Extra styling */

.rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-control {
  height: 38px;
  font-size: 16px;
  color: #ffffff;
  font-family: Helvetica-Roman;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.form-group .btn-primary {
  margin-top: 26px;
}

.manage-booking__main .nav-tabs>li>a {
  margin-right: 0;
}

.errors-list li {
  font-size: 16px;
}

.loading:after,
.loading:before {
  right: 25px;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar-header {
  width: 100%;
}

.navbar-header:before,
.navbar-header:after {
  content: ' ';
  clear: both;
  display: table;
}

header.brown {
  min-height: auto;
}

.navbar-brand {
  height: auto;
}

.navbar-collapse {
  margin-top: 15px;
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse {
  width: auto !important;
}

input[type=checkbox]:checked+span.custom-check {
  width: 20px;
  height: 20px;
}

.footer-bottom p {
  color: white;
}

.faq__footer{
  color: #a7a8ab;
  font-style: italic;
  font-size: 15px;
}

#collapseEight .card-body ol {
  margin-left: 20px;
  font-size: 16px;
  color: #526264;
  letter-spacing: 0.94px;
  margin-bottom: 30px;
}