@font-face {
    font-family: 'Calibre';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('/assets/bachcare/fonts/CalibreWeb-Regular.eot');
    src:
        url('/assets/bachcare/fonts/CalibreWeb-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/bachcare/fonts/CalibreWeb-Regular.woff2') format('woff2'),
        url('/assets/bachcare/fonts/CalibreWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Calibre';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('/assets/bachcare/fonts/CalibreWeb-Medium.eot');
    src:
        url('/assets/bachcare/fonts/CalibreWeb-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/bachcare/fonts/CalibreWeb-Medium.woff2') format('woff2'),
        url('/assets/bachcare/fonts/CalibreWeb-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Calibre';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url('/assets/bachcare/fonts/CalibreWeb-Semibold.eot');
    src:
        url('/assets/bachcare/fonts/CalibreWeb-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/assets/bachcare/fonts/CalibreWeb-Semibold.woff2') format('woff2'),
        url('/assets/bachcare/fonts/CalibreWeb-Semibold.woff') format('woff');
}

body {
    background-color: #efefea;
    font-family: 'Calibre', sans-serif;
    color: #494949;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}

h1,
h2 {
    color: var(--primary-color,#4D00DE);
}

/** Loading Bar **/
.wrapper-loading-bar {
    position: fixed;
    top:0;
    left:0;
    background:rgba(255,255,255, 0.9);
    z-index:5;
    width:100%;
    height:100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.loader {
    height: 4px;
    max-width: 100%;
    width: 980px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

/** Header - Nav Bar **/
nav.navbar {
    background-color: var(--primary-color, #4D00DE);
    border-radius: 0;
    border: none;
    margin-bottom: 8px;
}
nav.navbar.rebrand {
    background-color: var(--primary-color, #4D00DE);
    border-radius: 0;
    border: none;
    margin-bottom: 8px;
}
@media all and (max-width: 767px) {
    nav.navbar.rebrand {
        min-height: 50px;
    }
}

/** Header - Checkout Breadcrumbs **/
.navbar.navbar-bottom {
    background-color: #efefea;
    background-image: linear-gradient(90deg,rgba(208,30,37,.9) 11%,rgba(102,49,93,.9) 45%);
    margin-bottom: 16px;
    min-height: 0;
}

.navbar.navbar-bottom .booking-breadcrumbs {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    counter-reset: my-counter;
}

.navbar.navbar-bottom ol.booking-breadcrumbs li.active {
    opacity: 1;
}

.navbar.navbar-bottom .booking-breadcrumbs li {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    opacity: 0.5;
    margin: 0;
    padding: 8px 0px;
    box-sizing: border-box;
}

.navbar.navbar-bottom ol.TES1937 li {
    width: 20%;
}

.navbar.navbar-bottom ol.booking-breadcrumbs li::before {
    text-align: center;
    content: counter(my-counter)'. ';
    counter-increment: my-counter;
    border: none;
    border-radius: 0%;
    background-color: transparent;
    display: inline;
    position: relative;
    left: 0;
    top: 0;
}

/* .navbar.navbar-bottom ol.booking-breadcrumbs li::after {
    border: none;
    border-radius: 0%;
    background-color: transparent;
    content: '';
} */

.navbar.navbar-bottom ol.booking-breadcrumbs::before {
    border: none;
    height: 0%;
    left: 0%;
    top: 0;
}

/** new-navbar-bottom **/

.navbar.navbar-bottom.new__nav .booking-breadcrumbs {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    counter-reset: my-counter;
}

.navbar.navbar-bottom.new__nav {
    background: transparent;
}

.navbar.navbar-bottom.new__nav .booking-breadcrumbs li {
    font-family: 'Calibre';
    color: #999;
    padding-left: 14px;
    width: 33.33334%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: left;
    background-color: transparent;
    margin-top: 13px;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    margin-top: 24px;
    opacity: 1;
}
.navbar.navbar-bottom.new__nav .booking-breadcrumbs li span {
    align-self: center;
    margin-top: -1px;
    padding-left: 12px;
    color: #999;
}

.navbar.navbar-bottom.new__nav .booking-breadcrumbs li.active {
    color: #1e1a1e;
}
.navbar.navbar-bottom.new__nav .booking-breadcrumbs li.active span {
    color: #1e1a1e;
}

.navbar.navbar-bottom.new__nav .booking-breadcrumbs li.complete {
    color: #31815b;
    opacity: 1;
}
.navbar.navbar-bottom.new__nav .booking-breadcrumbs li.complete span {
    color: #31815b;
}

.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::before {
    content: '';
    counter-increment: my-counter;
    background-color: transparent;
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 18px;
    vertical-align: middle;
    display: inline-table;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: center;
    padding-left: 24px;
    opacity: 1;
}
.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:first-child::before {
    background-image: url('../images/icons/number-one-circle-icon-gray.svg');
}
.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:nth-child(2)::before {
    background-image: url('../images/icons/number-two-circle-icon-gray.svg');
}
.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:nth-child(3)::before {
    background-image: url('../images/icons/number-three-circle-icon-gray.svg');
}
.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:first-child.active::before {
    background-image: url('../images/icons/number-one-circle-icon.svg');
}
.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:nth-child(2).active::before {
    background-image: url('../images/icons/number-two-circle-icon.svg');
}
.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:nth-child(3).active::before {
    background-image: url('../images/icons/number-three-circle-icon.svg');
}
.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li.complete::before {
    text-align: center;
    content: '';
    background-image: url('../images/icons/tick-circle-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: white;
    font-size: 15px;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
}

.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:last-child {
    width: fit-content;
}

.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:last-child::after {
    display: none;
}

.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::after {
    content: '';
    display: block;
    background-color: #999;
    height: 2px;
    width: unset;
    border: none;
    margin-top: -2px;
    left: 153px;
    right: 16px;
    top: 50%;
    border-radius: 0;
    opacity: 1;
}

form#personal-details-form table.rr-your-details td label span.not-required {
    padding-right: 4px;
    color: #fff;
    float: left !important;
    visibility: visible;
}
@media screen and (max-width: 1023px) {
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::after {
       width: unset;
       left: 54%;
    }
}
@media screen and (max-width: 949px) {
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::after {
        left: 62%;
    }
}
@media screen and (max-width: 849px) {
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::after {
        left: 67%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    #mob-summary .bachcare-mobile-summary {
        width: 230px;
    }
}
@media screen and (max-width: 767px) {
    .navbar.navbar-bottom.new__nav .booking-breadcrumbs li {
        flex-direction: column;
        justify-content: space-between;
        width: 28%;
        height: 44px;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::after {
        right: -16px;
        width: 30px;
        left: unset;
    }
    .navbar.navbar-bottom.new__nav .booking-breadcrumbs li span {
        line-height: 1;
        padding-left: 0;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:last-child {
        padding-left: 44px;
    }
}
@media screen and (max-width: 649px) {
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:last-child {
        padding-left: 32px;
    }
}
@media screen and (max-width: 600px) {
    .navbar.navbar-bottom.new__nav .booking-breadcrumbs li {
        height: 44px;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:last-child {
        padding-left: 20px;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::after {
        right: -10px;
        width: 20px;
        left: unset;
    }
}
@media screen and (max-width: 500px) {
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:last-child {
        padding-left: 4px;
        padding-right: 0;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:nth-of-type(2) {
        padding-left: 4px;
    }
    .navbar.navbar-bottom.new__nav .booking-breadcrumbs li span {
        display: flex;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs:not(.progress-bar) li {
        width: unset !important;
        padding-right: 24px;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs:not(.progress-bar) li:last-child {
        padding-right: 0;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::after {
        right: 0;
    }
}
@media screen and (max-width: 400px) {
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li span {
        font-size: 14px;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::after {
        width: 12px;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li {
        padding-right: 16px !important;
    }
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li:last-child {
        padding-right: 0 !important;
    }
}

.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li.active::after {
    background-color: #1e1a1e;
}
.navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li.complete::after {
    background-color: #31815b;
}

table#card-prop-details th, table.card-prop-details th {
    width: 44px;
    padding: 0;
    text-align: left;
    
}

table#card-prop-details td {
    font-weight: 200;
    font-size: 15px;
}

fieldset p.row label {
    font-weight: 200;
    font-size: 15px; 
}

div.button-row span:first-child, div.button-row .back-link {
    font-weight: 500;
    font-size: 17px;
}

div.button-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.button-row a {
    margin-top: 24px;
    order: 1;
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    div.button-row {
        flex-direction: row;
        justify-content: space-between;
    }

    div.button-row a {
        order: 0;
        margin-top: 0;
    }
}

input#different-cardholder-address {
    background: #fff;
    border: 1px solid #aaa;
}

input#different-cardholder-address:checked {
    background-image: url(/static/images/tick-alt.svg);
    background-size: 10px 8px;
    background-position: 50%;
    background-repeat: no-repeat;
}
form#personal-details-form.rebrand input#different-cardholder-address:checked {
    background-image: url(/static/images/tick-blue.svg);
    background-size: 10px 8px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.property_available {
    color: #31815b !important;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    background-color: #e5ede9 !important;
    padding: 6px;
    text-align: left;
    border: 1px solid #31815b !important;
    margin-bottom: 24px;
    font-size: 17px !important;
}

.summary-table thead th[colspan="2"] {
    border-top: none !important;
}

.property_available svg .tick-block-icon-background {
    fill: #31815b !important;
}

div.sykes-card {
    background-color: transparent; 
    border-bottom: 1px solid #c4c0c0;
    border-style: none none solid none;
}

div.need-help-booking {
    background-color: transparent; 
    border-bottom: 1px solid #c4c0c0;
    border-style: none none solid none;
    text-align: center;
}

.need-help-booking p {
    font-size: 17px;
    color: #1e1a1e !important;
}

.make-booking-contents {
    color: #1e1a1e;
}

input.bigger-nav-button.cta-button-3269.cta-button-3269-blue {
    border-radius: 26px;
    background: var(--button-bg-color, #0349D6);
    padding: 0 15px;
    max-width: 282px;
    font-size: 20px;
}
input.bigger-nav-button.cta-button-3269.cta-button-3269-blue.rebrand {
    border-radius: 26px;
    background: #0349d6;
    padding: 0 15px;
    max-width: 282px;
    font-size: 20px;
    transition: all 0s;
}
input.bigger-nav-button.cta-button-3269.cta-button-3269-blue.rebrand:hover {
    background-color: #003194;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    transition: all ease-in 200ms;
}

ul.amount-to-pay-box li .price-to-pay, ul.amount-to-pay-box li span {
    font-size: 15px !important;
    font-weight: 300;
    color: var(--primary-color, #4D00DE) !important;
}


.back-link {
    color: #494949;
}

.gdpr-email input[type=checkbox]:checked + label {
    background-image: url(/static/images/gdpr/selected/email-bc.svg) !important;
    border: 1px solid #31815b !important;
    background-position: 1% 1%;
}

.summary-table tr [colspan="2"], table.personal-details tr td {
    border-top: 1px solid #c4c0c0 !important;
}

.household-party-thankyou-message .part-details-notice {
    background-color: #f9f431 !important;
    border-left: 4px solid #fa9b3c !important;
}

.household-party-thankyou-message .part-details-notice .part-btn {
    background-color: #66315d !important;
}

@media screen and (max-width: 746px) {
    
    .navbar.navbar-bottom.new__nav ol.booking-breadcrumbs li::before {
        left: 0;
    }

    .quick-view-content-3317 {
        margin: 16px auto;
    }

    .quick-view-prop-info li {
        width: 30% !important;
    }

    .quick-view-content {
        width: 91% !important;
    }
}

@media screen and (min-width: 747px) {
    .quick-view-content-3317 {
        margin-top: -12px;
        margin-left: -12px;
    }
}

ol.booking-breadcrumbs li span {
    padding-left: 8px;
}
/** quick view **/

.quick-view-content-3317 {
    border-radius: 4px;
    border: solid 1px var(--primary-color, #4D00DE);
    background-color: var(--primary-color, #4D00DE);
    width: 230px;
}

.quick-view-content-3317 img,
.quick-view-1753{
    cursor: pointer;
}

.quick-view-content-3317:hover {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 40, 0.15);
}

.quick-view-content-3317 img#card-property-image {
    margin: 0;
    width: 230px;
    height: auto;
    max-height: 173px;
    border: none;
    border-radius: 4px 4px 0 0;
}

.quick-view-content-3317 .quick-view-1753 {
    margin: 0;
    padding: 8px;
    text-decoration: none;
}

.quick-view-content-3317 .quick-view-1753 a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-right: 12px;
}

.quick-view-content-3317 .quick-view-1753 img {
    vertical-align: text-top;
}

img.enlarge-icon {
    margin-top: 5px;
    width: 15px;
}

div.main-sykes-card.rebrand .quick-view-content-3317 {
    border-color: #0349d6;
    border-radius: 4px;
}
div.main-sykes-card.rebrand .quick-view-content-3317 .quick-view-1753 {
    border-top: 1px solid #0349d6;
    background-color: #f6fbfe;
    border-radius: 0 0 4px 4px;
}
div.main-sykes-card.rebrand .quick-view-content-3317 .quick-view-1753 a {
    color: #0349d6;
}
div.main-sykes-card.rebrand .quick-view-content-3317 .quick-view-1753 svg {
    fill: #0349d6;
}

.braintree .pay-button, .braintree .pay-button:hover, .bt-modal-dialog {
    background-color: #31815b !important;
    color: white;
    border: none;
}
.braintree, .braintree-loading {
    color: #1e1a1e;
}

ul.quick-view-prop-info {
    display: table-footer-group;
}

input#back-to-site {
    background: #e31e26;
    font-size: 20px;
}
div.payment-content.rebrand input#back-to-site {
    background: #0349d6;
    font-size: 20px;
    border-radius: 26px;
    transition: all 0s;
}
div.payment-content.rebrand input#back-to-site:hover {
    background: #003194;
    text-decoration: underline;
    text-decoration-thickness: 0.7px;
    text-underline-offset: 1.5px;
    transition: all ease-in 200ms;
}
div.payment-content.rebrand input#back-to-site:focus {
    background: #003194;
    font-size: 20px;
}

input#back-to-site:focus {
    color: white;
    border-color: #e31e26;
}

div.payment-content.rebrand input#return-to-site-details-1 {
    background-color: #0349d6;
    border-radius: 26px;
    transition: all 0s;
}
div.payment-content.rebrand input#return-to-site-details-1:hover {
    background-color: #003194;
    text-decoration: underline;
    transition: all ease-in 200ms;
}
/** Cards, Panels **/
div.sykes-card {
    border-color: #c1c1bd;
}

div.sykes-card h2,
div.sykes-card h3 {
    color: var(--primary-color,#4D00DE);
    font-weight: 600;
    font-size: 17px;
}

div#account-information {
    margin-right: 0;
    border-radius: 5px;
}

div.wrap {
    margin: auto;
}

.notification-1-neutral {
    background-color: #eee8ed;
    border: 1px solid var(--primary-color, #4D00DE);
    color: var(--primary-color, #4D00DE);
    margin: 24px 0;
}

.notice-panel {
    margin: 0;
    padding: 8px;
    background-color: #eee8ed;
    border: 1px solid var(--primary-color, #4D00DE);
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 #ccc;
    color: var(--primary-color, #4D00DE);
    line-height: normal;
    overflow: hidden;
}

fieldset#booking-extras .notice-panel + p, fieldset#booking-extras .notice-panel + p.row {
    margin-top: 15px;
}

/** partial-payment **/

.partial-payment-row label {
    color: #1e1a1e;
}

.payment-box-selected {
    background: #eee8ed;
    border-color: var(--primary-color, #4D00DE);
}


/** Tables **/
table#card-breakdown thead td,
table#payment-totals thead td {
    color: var(--primary-color, #4D00DE);
}

/** Form Elements **/
.payment-content fieldset legend {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: var(--primary-color,#4D00DE);
}

span.required {
    color: #e31e26;
}
form#personal-details-form.rebrand span.required {
    color: #d62128;
}
form#personal-details-form.rebrand a {
    color: #0349d6;
    text-decoration: underline;
    text-underline-offset: 2px;
}

fieldset {
    border-color: #c1c1bd;
    border-radius: 5px;
}
fieldset#party-details p.error-background,
fieldset#booking-extras div.error-background {
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 4px;
    padding-right: 4px;
}

fieldset#booking-extras div.radio-group.error-background {
    padding-bottom: 4px;
    overflow: visible;
}

input,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid #979797;
    width: 100%;
    height: 40px;
    max-width: 300px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 8px;
    font-size: 15px;
    font-family: 'Calibre';
}

input:focus {
    color: #31815b;
    background: #e5ede9;
    border: 1px solid #31815b;
}


input:-webkit-autofill {
    background-color: #e5ede9 !important;
    -webkit-box-shadow: 0 0 0 50px #e5ede9 inset;
    border-color: #31815b !important;
    -webkit-text-fill-color: #31815b !important;
}

input[type=checkbox],
input[type=radio] {
    max-width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

input[type=radio] {
    opacity: 0;
}

input[type=radio] ~ .radio-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: -20px;
    border-radius: 100%;
}

input[type=checkbox]:checked {
    background-image: url('/static/images/tick-alt.svg');
    background-size: 10px 8px;
    background-repeat: no-repeat;
    background-position: 50%;
}
fieldset.amount-to-pay.rebrand input[type=checkbox]:checked {
    background-image: url('/static/images/tick-blue-rebrand.svg');
    background-size: 10px 8px;
    background-repeat: no-repeat;
    background-position: 50%;
}
fieldset.amount-to-pay.rebrand .amount-to-pay-opt.active > input[type=radio] ~ .radio-checkbox {
    background-color: #31815b;
    box-shadow: inset 0 0 0 3px #fff;
    border-color: #31815b;
}

.amount-to-pay-opt.active > input[type=radio] ~ .radio-checkbox {
    background-color: #8cc63f;
    box-shadow: inset 0 0 0 3px #fff;
    border-color: #8cc63f;
}

#return-to-site-1 > input[type=button] {
    width: auto;
    margin-top: 12px;
}
div.container.rebrand div#return-to-site-1 > input[type="button"] {
    background: #0349d6;
    border-radius: 26px;
    color: #fff;
    transition: all 0s;
}
div.container.rebrand div#return-to-site-1 > input[type="button"]:hover {
    background: #003194;
    border-radius: 26px;
    color: #fff;
    text-decoration: underline;
    transition: all ease-in 200ms;
}
div.container.rebrand div#return-to-site-1 > input[type="button"]:focus {
    outline-color: #66315d;
}

select {
    background-image: url('/static/images/select-arrow-bc.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - -261px) -6%;
    padding-right: 25px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.initially-hidden {
    display: none;
}

#optional-extras label > span.required {
    float: none;
}

.error-row {
    color: #e31e26;
    font-size: 15px;
    font-weight: 600;
}
.container.rebrand .error-row {
    color: #d62128;
    font-size: 15px;
    font-weight: 600;
}

.error-background {
    border: 1px solid #e31e26;
    background-color: #FCE8E9;
    overflow: hidden;
}
.container.rebrand .error-background {
    border: 1px solid #d62128;
    background-color: #feedec;
    overflow: hidden;
}

tr.row-error input,
tr.row-error select {
    border: 1px solid #e31e26;
    background-color: #FCE8E9;
}
.container.rebrand tr.row-error input,
.container.rebrand tr.row-error select {
    border: 1px solid #d62128;
    background-color: #feedec;
}

tr.row-error .error-row {
    display: block;
    margin-left: 8px;
}

.need-help-booking h3 {
    margin: 0 0 20px;
    color: var(--primary-color, #4D00DE);
}

.need-help-booking p {
    margin-bottom: 0;
}

.need-help-booking .tracking_phone {
    font-weight: bold;
}

.household-party-thankyou-message {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
}

.household-party-thankyou-message h2 {
    margin-top: -16px;
    font-size: 17px;
    font-weight: 600;
}

.household-party-thankyou-message p:last-child {
    margin-bottom: 0;
}

.booking-tables {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 20px;
}

.summary-table.booking-details,
.summary-table.personal-details {
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.summary-table.personal-details {
    order: 1;
}

.summary-table thead th, .summary-table tr.header-row th {
    color: var(--primary-color, #4D00DE);
}

#optional-extras input[type=radio] {
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
}

#optional-extras input[type=radio]:checked {
    background-color: #8cc63f;
    box-shadow: inset 0 0 0 3px #fff;
    border-color: #8cc63f;
}
#optional-extras.rebrand input[type=radio]:checked {
    background-color: #31815b;
    box-shadow: inset 0 0 0 3px #fff;
    border-color: #31815b;
}

#optional-extras .radio-group {
    display: flex;
    flex-direction: column;
}

#optional-extras .radio-group span {
    width: auto;
    padding-left: 12px;
}

#optional-extras .radio-group .option-row {
    padding: 4px 0;
    display: flex;
    align-items: center;
}

@media all and (min-width: 768px) and (max-width: 990px) {
    fieldset#booking-extras .row label {
        width: 102px !important;
    }
    fieldset#make-payment span, fieldset#booking-extras span, fieldset#travel-insurance span.tilabel {
        width: 95px;
    }
}
@media all and (max-width: 767px) {
    .notes-label-height {
        min-height: 0px !important;
    }
    #optional-extras .radio-group .option-row span {
        max-width: unset;
        width: unset;
    }
}

.info-tooltip {
    position: relative;
    margin-left: 8px;
}

.info-tooltip:before {
    background-color: #494949;
    content: '?';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 16px;
}

.info-tooltip p {
    display: none;
    position: absolute;
    top: calc(-50% + 8px);
    left: 32px;
    transform: translateY(-50%);
    width: 300px;
    border: 1px solid #c1c1bd;
    border-radius: 5px;
    padding: 6px 12px;
    background-color: #fff;
    line-height: 1.2;
}

.info-tooltip p:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    transform: translate(-7px, -50%) rotate(-45deg);
    top: 50%;
    border-top: 1px solid #c1c1bd;
    border-left: 1px solid #c1c1bd;
    background-color: white;
}

.info-tooltip:hover p {
    display: block;
}

.info-tooltip small {
    display: inline-block;
    margin-bottom: 16px;
}

.info-tooltip small:last-child {
    margin-bottom: 0;
}

#LoginForm {
    border: none;
}

#auth-balance-container .tr {
    display: flex;
}

#auth-balance-container .td:first-child {
    order: 1;
}

#auth-balance-container .td:last-child {
    display: flex;
    flex: 0 0 auto;
    width: 30px;
    padding: 0 15px;
    align-items: center;
}

.braintree .pay-button {
    height: auto;
    padding: 18px 48px;
    margin-top: 10px !important;
    max-width: none;
    margin-left: 0;
    font-weight: bold;
}

.button-row .bigger-nav-button {
    background-color: #e31e26;
    height: 55px;
    border-radius: 28px;
    padding: 0 35px;
    font-size: 18px;
    transition: background-color 0.3s ease 0s;
    cursor: pointer;
    box-shadow: none;
    max-width: 300px;
}

.button-row .bigger-nav-button:hover {
    background-color: #66315d;
}

div.dialog-content {
    z-index: 100;
}

div.ui-dialog {
    position: fixed;
    top: 5% !important;
    left: 5% !important;
    right: 5%;
    bottom: 5%;
    width: 90% !important;
    height: 90% !important;
    overflow: auto;
}

div.ui-dialog .container {
    width: 100%;
    box-sizing: border-box;
}

/** Footer **/
.site-footer {
    /* background-image: url('/assets/bachcare/images/banner-footer.jpg');
    background-size: cover;
    background-position: 50%; */
    margin-top: 75px;
    background: var(--secondary-color,#8A7BFF);
}

.site-footer > .wrap {
    padding-top: 75px;
    padding-bottom: 25px;
}

.site-footer-heading {
    font-weight: 500;
    font-size: 17px;
    color: white;
    margin: 0 0 15px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}

.footer-columns {
    display: flex;
    justify-content: space-evenly;
    flex: 1 0 auto;
    padding-bottom: 50px;
}

.footer-columns > ul {
    margin: 0;
}

.footer-columns > ul > li + li {
    margin-top: 17px;
}

.footer-columns a {
    color: white;
    font-weight: 500;
    font-size: 17px;
    transition: opacity 0.3s ease 0s;
    text-decoration: none;
}

.footer-columns a:hover {
    opacity: 0.6;
}

.footer-sub > small,
.footer-sub > a {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.footer-sub > a {
    margin-left: 30px;
    text-decoration: none;
    transition: opacity 0.3s ease 0s;
}

.footer-sub > a:hover {
    opacity: 0.6;
}

.site-footer.rebrand-236 a.social-link {
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #66315d;
    opacity: 1;
    transition: all 0s;
}
.site-footer.rebrand-236 a.social-link:hover {
    background-color: #66315d;
    border-color: #fff;
    opacity: 1;
    transition: all ease-in-out 200ms;
}
.site-footer.rebrand-236 a.social-link > svg {
    fill: var(--accent-color, #8C38FF);
    opacity: 1;
    transition: all 0s;
}
.site-footer.rebrand-236 a.social-link:hover > svg {
    fill: #fff;
    opacity: 1;
    transition: all ease-in-out 200ms;
}
.site-footer.rebrand-236 a {
    color: #fff;
    opacity: 1;
    transition: all 0s;
}
.site-footer.rebrand-236 a:hover {
    opacity: 0.6;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all ease-in-out 200ms;
}

/** Social Links **/
.social-links {
    display: flex;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    margin-right: 20px;
}

.social-link > svg {
    fill: var(--accent-color, #8C38FF);
}

/**
 * OLD STYLES BELOW
 */
#sykes-ratings img{
    width:100%;
}

#sykes-ratings span{
    font-size:10px;
    line-height:15px;
    display:block;
}

#sykes-ratings #logoholder{
    padding:0;
}

#sykes-ratings #logoholder .scaling-logo-box{
    display:inline-block;
    padding:6px 20px;
}

#sykes-ratings #logoholder #trip-advisor {
    width:240px;
}

#sykes-ratings #logoholder #feefo {
    width:200px;
}


#sykes-ratings #trip-advisor span{
    margin-top:-4px;
}

div.sykes-card ul li:last-child a {
    background-color: transparent;
    border-radius: 24px;
    color: #1e1a1e;
    line-height: 24px;
    padding: 12px 24px;
    text-align: center;
    font-weight: regular;
    margin-top: 20px;
    font-size: 15px;
}

.TES999 div#right-col div.safe-secure h3, div#right-col span.tracking_phone {
    color: #1e1a1e !important;
}

/*global */
.TES2377 .sykes-card .card-margin thead td,
.TES2377 .sykes-card .card-margin tbody td,
.TES2377 .sykes-card .card-margin #payment-totals thead span,
.TES2377 table#payment-totals thead td,
.TES2377 .sykes-card h2,
.TES2377 .sykes-card .card-margin h3,
.TES2377 .sykes-card .card-margin div,
.TES2377 .sykes-card .card-margin #card-prop-details,
.TES2377 .sykes-card .card-margin #card-breakdown td,
.TES2377 #repayment-totals dl,
.TES2377 table#balance-remaining thead td {
    line-height: 1;
    color: #233141;
}

.TES2377 .sidebar-content div.sykes-card {
    border-bottom: 1px solid rgba(35, 49, 65, .2);
}

/*line-spacing*/
.TES2377 table#card-prop-details th,
.TES2377 table#card-prop-details td,
.TES2377 table#payment-totals td,
.TES2377 table#balance-remaining td,
.TES2377 table#card-breakdown tbody td,
.TES2377 .sykes-card .card-margin tbody td{
    padding: 8px 0 0 0;
}

/*padding top*/
.TES2377 table#card-prop-details,
.TES2377 table#payment-totals thead td,
.TES2377 table#balance-remaining thead td,
.TES2377 table#card-breakdown thead td,
.TES2377 .sykes-card .card-margin h3 {
    padding-top: 4px;
}

.TES2377 table#card-prop-details {
    margin-top: 14px;
}

.TES2377 div#remaining-balance-container thead tr td,
.TES2377 table#payment-totals thead td,
.TES2377 .sykes-card .card-margin table thead tr td {
    padding-bottom: 12px;
    padding-top: 4px;
}

.TES2377 .sykes-card table#card-breakdown tbody:last-of-type {
    font-size: 16px;
    border-top-style: none;
}

/*cost breakdown total*/
.TES2377 table#card-breakdown tbody:last-of-type td {
    padding-top: 16px;
}

/*need help booking*/
.TES2377 div#right-col .need-help-booking{
    margin-top: -4px;
    padding: 0px;
    padding-bottom: 16px;
    margin-bottom: 0px;
}

.TES2377 .need-help-booking span {
    margin-top:8px;
    line-height: 1;
}

/*spacing*/
.TES2377 table#card-prop-details,
.TES2377 table#payment-totals,
.TES2377 table#balance-remaining,
.TES2377 .sykes-card .TES2377 {
    /*margin-bottom: 4px;*/
}

.TES2377 .sykes-card .card-margin {
    padding-bottom: 4px;
}

.TES2377 .sykes-card .card-margin td{
    padding: 0px;
}

/*from, to, ref*/
.TES2377 table#card-prop-details td
{
    padding-left: 10px;
}

.TES2377 table#card-prop-details td#card-property-ref,
.TES2377 table#card-prop-details td#card-booking-from,
.TES2377 table#card-prop-details td#card-booking-to {
    float: left;
}

.TES2377 .wrap .sidebar-content .sidebar-2144 {
    margin-bottom: 0px;
}

.TES2377 .cost-breakdown-toggle {
    position: absolute;
    top: 8px;
    right: 2px;
}

.TES2377 .sykes-card table#card-breakdown tbody:last-of-type {
    border-top-style: none;
}

.TES2377 .sykes-card table#card-breakdown tbody:last-of-type td{
    padding-top: 16px;
    font-size: 16px;
}

.TES2377 .card-margin dl {
    margin-bottom: 0px;
}

.TES547_insurance_block ul{
    padding: 0;
}

.TES547_insurance_block ul li{
    list-style: none;
    height:18px;
    position:relative;
}


.TES547_insurance_block ul li span{
    vertical-align: top;
}

.TES547_insurance_block .included ul li{
    padding:0 0 10px 0;
}

.TES547_insurance_block ul li:before{
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    margin: 1px 6px 0 0;
}

.TES547_insurance_block .included ul li:before{
    background-image: url('../images/icons/success-tick.png');
}

.TES547_insurance_block .excluded ul li{
    padding:0 0 6px 0;
}

.TES547_insurance_block .excluded ul li:before{
    background-image: url('../images/icons/minus.png');
}


.TES547_insurance_block .subtitle{
    font-size: 1.15em;
    font-weight: 800;
    color: #555;
}

.TES547_insurance_block .full-terms{
    clear:both;
    margin:5px 0 12px 0;
}


@media all and (min-width:675px){

    .TES547_insurance_block .col-md-6{
        width: calc(50% - 30px);
    }

}

@media all and (max-width:675px){

    .TES547_insurance_block ul li{
        list-style: circle;
    }

    .TES547_insurance_block p{
        margin:0;
    }

    .TES547_insurance_block ul{
        margin:0;
        margin-left:18px;

    }

    .TES547_insurance_block ul li:before{
        display:none;
    }

    .TES547_insurance_block .included ul li{
        padding:2px 0;
    }

    .TES547_insurance_block .excluded ul li{
        padding:2px 0;
    }

    .TES547_insurance_block .subtitle{
        margin-top: 10px;
    }

}



/** Simple BootStrap Cols **/

.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    width: calc(100% - 28px);
    float:left;
    padding:0 14px;
}

.col-md-6{
    width: calc(50% - 28px);
    float:left;
    padding:0 14px;
}


@media all and (max-width:950px){

    .col-md-6{
        width: calc(100% - 28px);
    }

}
@media all and (max-width:900px){

    .col-md-6{
        width: calc(50% - 28px);
    }

}

@media all and (max-width:675px){

    .col-md-6{
        width: calc(100% - 28px);
    }

}

@media all and (max-width: 350px){

    .col-md-6.included {
        width: 100%;
    }

}

.tes-873 {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    margin-bottom: 8px;
}

.tes-873 > div:not(:first-of-type) {
    display: none;
}

.tes-873 .slick-slide {
    text-align: center;
    padding-top: 21px;
    padding-left: 12px;
    padding-right: 12px;
}
div#right-col .tes-873 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 7px;
}

div#right-col .tes-873 div p {
    color: #333333;
}

.tes-873 .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    padding-bottom: 18px;
}

.tes-873 .slick-dots  li {
    display: inline-block;
    position: relative;
}

.tes-873 .slick-dots  li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    padding-right: 12px;
}

.tes-873 .slick-dots  li button:before {
    font-size: 48px;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: '•';
    text-align: center;
    color: #cccccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tes-873 .slick-dots  li.slick-active button:before {
    color: #699fc4;
}

/* Proof more than any that we need experiment classes */
.full_width_separator_461{
    margin-left: -12px;
    width: calc(100% + 24px);
    height: 0px;
    border: none;
    border-top: 1px #cccccc solid;
    margin-bottom:5px;
    display:inline-block;
}

/*Fieldset Code to make it collapsible.*/
.collapsible{
    overflow: hidden;
    transition: height 0.8s ease;
    height:14px;
}

.collapsible_expanded{
    height: 178px;
}

/*Code to make room for our collapse arrow*/
#container form fieldset.collapsible legend{
    width:calc(100% - 20px) !important;
    margin-bottom:0;
}

/*Classes for the arrows two states*/
.drop_down_arrow{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 0;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.drop_down_arrow_rotated{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/*Optional Text Styles.*/
.small_optional{
    font-size:14px;
    font-weight:200;
    margin:0 10px;
}

/*User friendly hand pointer for collapse hot area*/
.topInfo{
    cursor: pointer;
    position: relative;
}

#container form fieldset.TES-884 legend {
    font-size: 28px;
    color: #0076ff;
}

.TES-884 {
    font-size: 15px;
}

.TES-884 .blue {
    color: #0076ff;
}

.TES-884 .strong {
    font-weight: 800;
}

.TES-884 .mobile-show {
    display: none;
}

.TES-884 legend img {
    width: 80px;
    vertical-align: middle;
    margin-right: 24px;
}

.TES-884 .mobile-hidden {
    display: none;
    text-align: center;
    font-size: 18px;
}

.TES-884 .mobile-hidden .wholeparty {
    color: #699fc4;
}

.TES-884 .mobile-hidden .damage-activator {
    width: 75%;
    min-width: 260px;
}

.TES-884 .second-block {
    background-color: #f5f5f5;
    padding: 24px 36px;
}

.TES-884 .second-block img {
    margin: 0 12px;
    width: 30%;
}

.TES-884 .second-block img:first-of-type {
    margin-left: 0;
}

.TES-884 .second-block img:last-of-type {
    margin-right: 0;
}

.TES-884 .second-block .second-block-tabs {
    margin: 16px 0;
}

.TES-884 .second-block .second-block-tabs .tab {
    background-color: #f5f5f5;
    border: solid 1px #aaaaaa;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    padding: 8px;
    margin: 0;
    cursor: pointer;
    position: relative;
    color: #666;
    box-sizing: border-box;
}

.TES-884 .second-block .second-block-tabs .tab:last-of-type {
    border-right: solid 1px #aaaaaa;
}

.TES-884 .second-block .second-block-tabs .tab.active-tab {
    background-color: white;
}

.TES-884 .second-block .second-block-tabs .tab.active-tab:after {
    height: 1px;
    position: absolute;
    background-color: white;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: -48px;
    width: 100%;
    content: " ";
}

.TES-884 .second-block .second-block-tabs .tab-contents {
    background-color: #fff;
    padding: 16px;
    border: solid 1px #aaaaaa;
}

.TES-884 .second-block .second-block-tabs .tab-contents ul {
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.TES-884 .second-block .second-block-tabs .tab-contents ul li {
    padding-bottom: 16px;
}
.TES-884 .second-block .second-block-tabs .tab-contents ul li:last-of-type {
    padding-bottom: 0;
}

.TES-884 .second-block .second-block-tabs .tab-contents ul li:before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1px 6px 0 0;
    vertical-align: bottom;
}

.TES-884 .second-block .second-block-tabs .tab-contents.uncovered-tab-contents ul li:before {
    background-image: url(../images/icons/minus.png);
}

.TES-884 .second-block .second-block-tabs .tab-contents.covered-tab-contents ul li:before {
    background-image: url('../images/icons/success-tick.png');
}

.TES-884 .third-block p.damage-offset {
    margin-left: 36px;
    line-height: 18px;
    font-size: 14px;
}

.TES-884 .third-block p.damage-offset input {
    position: absolute;
    margin-left: -24px;
    margin-top: 5px;
}

.TES-884 .third-block p.damage-offset input:before {
    content: "*";
    color: #ab0f0f;
    margin-left: -12px;
    font-size: 14px;
}

.TES-884 .third-block p.damage-offset .please-select {
    color: #ab0f0f;
    margin: 12px 0;
    display: block;
}

.TES-884 .damage-activator {
    display: inline-block;
    width: 37%;
    min-width: 287px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    margin: 12px;
}

.TES-884 .damage-activator a {
    text-decoration: underline;
    color: #666;
}

.TES-884 .damage-button {
    background-color: #0076ff;
    padding: 6px;
    color: white;
    font-size: 21px;
    font-weight: 800;
    line-height: 100%;
    border: 2px solid #0076ff;
    min-width: 316px;
}

.TES-884 .damage-button svg {
    border-radius: 100%;
    border: 3px solid white;
    vertical-align: middle;
}

.TES-884 .damage-button svg circle {
    fill: none;
}

.TES-884 .damage-button svg polygon {
    fill: white;
}

.TES-884 .damage-button.selected {
    background-color: white;
    color: green;
    border-color: green;
}

.TES-884 .damage-button.selected svg polygon {
    fill: green;
}

.TES-884 .damage-button.selected svg {
    border-color: green;
}

.TES-884 .damage-button .text {
    font-size: 21px;
    font-weight: 800;
    line-height: 100%;
    padding: 12px;
    padding-right: 4px;
}

.TES-884 .damage-buttons .damage-button {
    float: right;
}

.TES-884 .damage-buttons .damage-link {
    text-align: center;
    float: left;
    line-height: 50px;
    min-width: 217px;
}

@media all and (max-width: 750px) {
    .TES-884 .mobile-hide {
        display: none;
    }

    .TES-884 .mobile-show {
        display: inline-block;
    }

    #container form fieldset.TES-884 legend {
        font-size: 18px;
    }

    .TES-884 legend .damage-price {
        font-size: 30px;
    }

    .TES-884 legend img {
        vertical-align: text-top;
        float: left;
        margin-right: 12px;
    }

    .TES-884 .damage-activator {
        width: 99%;
        max-width: 350px;
        text-align: left;
        margin: 6px 0;
    }

    .TES-884 .damage-button .text {
        font-weight: 200;
        font-size: 16px;
    }

    .TES-884 .mobile-hidden {
        display: block;
    }

    .TES-884 .first-block {
        width: calc(100% - 20px);
    }

    .TES-884 .second-block {
        background-color: white;
        padding: 0 2px;
    }

    .TES-884 .second-block p {
        margin: 0;
    }

    .TES-884 .second-block img {
        display: none;
    }

    .TES-884 .second-block .second-block-tabs .tab {
        width: 50%;
        text-align: center;
        padding: 10px 20px;
    }

    .TES-884 .second-block .second-block-tabs .tab:first-of-type {
        border-right: solid 1px #aaa;
    }

    .TES-884 .second-block .second-block-tabs .tab:last-of-type {
        border-left: none;
    }

    .TES-884 .second-block .second-block-tabs .tab.active-tab {
        background-color: white;
        border-color: #aaa;
    }

    .TES-884 .second-block .second-block-tabs .tab.active-tab a {
        color: #aaa;
        text-decoration: underline;
    }

    .TES-884 .second-block .second-block-tabs .tab.active-tab:after {
        margin-left: -20px;
    }

    .TES-884 .second-block .second-block-tabs .tab-contents {
        border-color: #aaa;
        padding: 6px;
    }

    .TES-884 .second-block .second-block-tabs .tab-contents ul li:before {
        margin-left: -33px;
    }

    .TES-884 .second-block .second-block-tabs .tab-contents ul li {
        margin-left: 33px;
    }

    .TES-884 .third-block p.damage-offset {
        width: 85%;
    }

    .TES-884 .third-block .damage-buttons {
        text-align: center; /*to center the buttons rather than the text. */
    }

    .TES-884 .third-block .damage-link {
        text-align: center; /*to center the buttons rather than the text. */
        float: none;
    }

    .TES-884 .third-block .damage-button {
        float: none;
        min-width: 200px;
    }

}

#TES750 {
    border-bottom: 1px solid #cccccc;
    width: 230px;
}

#TES750 .review-info {
    border-top: 4px solid #00b087;
    padding: 12px;
}

#TES750 .site-review h4{
    font-weight: 800;
    font-size:16px;
    width:100%;
    margin:0;
    margin-bottom:9px;
}

#TES750 .review-info{
    color: #00b087;
}

#TES750 .review-info .img-section{
    width:100%;
    margin-top:8px;
    display:block;
}

#TES750 .review-info .img-section .ta-logo{
    width:34px;
    vertical-align: sub;
}

#TES750 .review-info .img-section .ta-bubble{
    width:16px;
}

#TES750 .review-info .review-date{
    font-size:12px;
}


#TES750.tareview .site-review{
    border: none;
}

#TES750 .review-hidden {
    display: none;
}

#TES750.tareview .site-review a {
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    #TES750 {
        width: auto;
    }
}

div.make-booking-contents
{
    padding-top:0;
}

nav.navbar .navbar-right
{
    margin:0;
}

/* Header colour change experiment KEP4617TES833 */
nav.navbar.nav-color-change-4617
{
    background-color: #22313f;
}
/* End Header colour change experiment KEP4617TES833 */

nav.navbar .container-fluid
{
    margin:0 auto;
    max-width:980px;
    width:100%;
}

nav.navbar ul.navbar-left img
{
    height:30px;
    padding:10px 0;
}

nav.navbar ul.navbar-nav.navbar-left .rebrand-logo-desktop {
    padding: 0;
    height: 3rem;
}
nav.navbar ul.navbar-nav.navbar-left .rebrand-logo-mobile {
    height: 3rem;
    display: none;
    padding: 0;
}
@media all and (max-width: 767px) {
    nav.navbar ul.navbar-nav.navbar-left .rebrand-logo-desktop {
        display: none;
    }
    nav.navbar ul.navbar-nav.navbar-left .rebrand-logo-mobile {
        display: block;
    }
}

nav.navbar a
{
    text-decoration:none;
}

nav.navbar ul.navbar-right
{
    float:right;
}

nav.navbar ul.navbar-right li img
{
    height:16px;
    vertical-align:middle;
}

nav.navbar ul.navbar-right li>span
{
    padding:5px;
}

nav.navbar ul.navbar-right li span#telephone
{
    font-weight:800;
    padding-left:0;
}

nav.navbar ul.navbar-right>li
{
    border-left:#4c8cb8 1px solid;
}

nav.navbar ul.navbar-right>li:last-of-type
{
    border-right:#4c8cb8 1px solid;
}


/* Header colour change experiment KEP4617TES833 */
nav.navbar.nav-color-change-4617 ul.navbar-right>li
{
    border-left:#646f78 1px solid;
}

nav.navbar.nav-color-change-4617 ul.navbar-right>li:last-of-type
{
    border-right:#646f78 1px solid;
}
/* End Header colour change experiment KEP4617TES833 */

nav.navbar ul.navbar-right>li>a
{
    color:#fff;
    padding:15px 13px;
}

nav.navbar ul.navbar-right li.currency>a
{
    line-height:8px;
    padding:15px;
}

nav.navbar ul.navbar-right li.currency svg
{
    height:20px;
    vertical-align:middle;
}

nav.navbar ul.navbar-right li.currency .currency-icon
{
    fill:#fff;
}

nav.navbar ul.navbar-right li.currency:hover ul.dropdown-menu
{
    display:block;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu
{
    border:none;
    border-radius:0;
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.3);
    margin-top:1px;
    min-width:160px;
    padding:24px;

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li
{
    float:none;
    height:38px;
    width:152px;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li a:hover
{
    background-color:#e6f3fa;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li a
{
    color:#3c6f99;
    padding:0 13px;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li a .currency-icon
{
    fill:#699fc4;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li a span
{
    display:inline-block;
    line-height:38px;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li a span#pound
{
    padding-right:5px;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li a span#euro
{
    padding-right:7px;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li a span#dollar
{
    padding-right:10px;
}

nav.navbar ul.navbar-right li.currency ul.dropdown-menu li a:hover .currency-icon
{
    fill:#3c6f99;
}

nav.navbar ul.navbar-right li.tel img
{
    padding-right:4px;
}

nav.navbar ul li,nav.navbar ul.navbar-left
{
    float:left;
    margin:0;
}

nav.navbar ul.navbar-right>li>a:hover,
nav.navbar ul.navbar-right>li.dropdown:hover>a,
nav.navbar ul.navbar-right .open>a,
nav.navbar ul.navbar-right>li>a:focus
{
    background-color:#3c6f99;
}

nav.navbar ul.navbar-right>li>a:focus
{
    background-color:inherit;
}

div#container
{
    clear:both;
}

@media all and (max-width:1024px) {
    nav.navbar .container-fluid
    {
        max-width:94%;
    }
}

.logo-small-screen {
    display: none;
}

@media all and (max-width: 710px) {

    .logo-small-screen {
        height: 1.75em;
        display:block;
    }

    .logo-big-screen {
        display: none;
    }
}

nav.navbar {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

nav.navbar ul.navbar-left  {
    height: auto;
}

.header-experiment-1005 fieldset:first-of-type {
    margin-top: 0;
}

.TES999 div.sykes-card,
.TES999 div.safe-secure,
.TES999 div.need-help-booking,
.TES999 [id^="DigiCertClickID"],
.TES999 .tes-873 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin: 0;
}

.TES999 table#card-breakdown tbody:last-of-type {
    border-top-style: dotted;
}

.TES999 div#right-col div.safe-secure {
    background-image: none;
    padding-bottom: 12px;
    text-align: center;
}

.TES999 div.need-help-booking {
    text-align: center;
}

.TES999 div#right-col div.safe-secure svg {
    width: 40px;
    height: 48px;
}

/**
 * PARTIAL PAYMENTS!
 */
.booking-details.partial-payment {
    float: none;
    width: 100%;
}

.partial-payment-table {
    color: #1e1a1e;
    display: table;
    font-family: sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}

.partial-payment-row {
    display: table-row;
}

.remaining-balance label, .remaining-balance div {
    border-top: 1px solid #e0e1dd;
    border-bottom: 1px solid #e0e1dd;
}

.partial-payment-row label {
    cursor: pointer;
    display: table-cell;
    height: 24px;
    padding: 12px;
    vertical-align: middle;
    width: 50%;
    white-space: nowrap;
}

.partial-payment-row div:not(.booking-summary-spacing) {
    display: table-cell;
    height: 24px;
    padding: 12px 12px 12px 0;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

.partial-payment-row div.booking-summary-spacing {
    display: none;
}

.payment-boxes {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.payment-box {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 20px;
    opacity: 0.5;
}

.payment-box:hover {
    cursor: pointer;
}

/**
 * Give any direct children with a sibling some space
 */
.payment-box-content > * + * {
    margin-left: 10px;
}

.payment-box-left-content {
    display: flex;
}

.payment-box-right-content {
    width: 50%;
    text-align: right;
}

.payment-box-amount {
    color: #41a940;
    padding-right: 5px;
}

.payment-box-subtitle {
    font-size: 0.8em;
}

.payment-box-input {
    padding: 8px;
    width: 100px;
    text-align: right;
}

.payment-box-selected {
    background: #e3f4fd;
    opacity: initial;
}

.paybooking.account-balance,
.paybooking.due {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-balance.gift-voucher:not(.initially-hidden) {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.paybooking.account-balance > td:last-child,
.paybooking.due > .td:last-child {
    width: auto;
}

input.login-input {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

input.login-submit,
button.login-submit {
    padding: 10px 18px;
    float: right;
    background: var(--button-bg-color, #0349d6);
    border: none;
    border-radius: 26px;
    font-size: 20px;
    color: #fff;
}
form#personal-details-form.rebrand .login-submit,
form#personal-details-form.rebrand button.login-submit {
    padding: 10px 18px;
    float: right;
    background: #0349d6;
    border: none;
    border-radius: 26px;
    font-size: 20px;
    color: #fff;
    transition: all 0s;
}
form#personal-details-form.rebrand .login-submit:hover,
form#personal-details-form.rebrand button.login-submit:hover {
    background-color: #003194;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 0.5px;
    transition: all ease-in 300ms;
}

h2.section_title {
    margin-top: 0;
}

.make-booking-contents.updatecardcomplete {
    display: inherit;
}

.make-booking-contents.updatecardcomplete .payment-content {
    float: right;
}

.error.ng-binding {
    color: #e31e26;
}

ul.red-text {
    padding-left: 3px;
}
ul.red-text .important {
    color: #d62128;
}

@media (min-width: 768px) {
    .payment-boxes {
        flex-direction: row;
    }

    .payment-box + .payment-box {
        margin-left: 10px;
    }

    .payment-box-input {
        width: 90%;
    }

    .error-box-partial-payments {
        width: 50%;
    }
    .partial-payment-row label {
        width: 20%;
    }
    .partial-payment-row div:not(.booking-summary-spacing) {
        width: 10%;
    }
    .partial-payment-row div.booking-summary-spacing {
        display: table-cell;
        height: 24px;
        padding: 12px 12px 12px 0;
        vertical-align: middle;
        width: 50%;
    }
}

.error-box-partial-payments {
    display: none;
    color: #e31e26;
    padding-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
}

.minimum-error-partial-payment,
.outstanding-error-partial-payment {
    display: none;
    margin: 0;
}

.summary-and-payment {
    background-color: #ffffff;
    border: 1px solid silver;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 12px;
    width: 100%;
}

.summary-and-payment .partial-payment h1 {
    color: #1e1a1e;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
    margin-bottom: 24px;
    line-height: inherit;
    text-rendering: optimizelegibility;
}
/** error-pages **/

li::marker {
    color: transparent;
}

.make-booking-contents {
    display: flex;
    flex-direction: row;
}

.make-booking-contents .sidebar-content {
    width: 230px;
    margin-right: 20px;
}

#assistance_dogs {
    display: none;
}

.need-help-booking h3 {
    color: var(--primary-color, #4D00DE);
    font-size: 17px;
    font-weight: 600;
}

div#right-col {
    margin-right: 20px;
}

div#right-col div h3 {
    color: var(--primary-color, #4D00DE);
}

.summary-table {
    border-collapse: inherit;
}

.summary-table tr [colspan="2"], table.personal-details tr td {
    border-top: none;
}

.summary-table tr [colspan="2"] {
    color: var(--primary-color, #4D00DE);
}

div#right-col div p {
    font-size: 17px;
}


.summary-table tr td {
    color: #1e1a1e;
    font-size: 15px;
}
.summary-table tr td.header {
    font-weight: 700;
    color: #1e1a1e;
    font-size: 15px;
}
/** checkout-responsive **/

.large-only {
    display: block;
}

.mobile-only {
    display: none;
}
@media all and (min-width: 840px) and (max-width: 999px) {
    .container {
        width: unset;
    }
    div.payment-content {
        float: right;
        min-width: 570px;
        width: calc(100vw - 285px);
        min-height: 480px;
        margin-right: 15px;
    }
}
@media all and (min-width: 803px) and (max-width: 839px) {
    .container {
        width: unset;
    }
    div.payment-content {
        width: 530px;
    }
}
@media all and (min-width: 768px) and (max-width: 802px) {
    div.payment-content {
        float: right;
        width: 500px;
        min-height: 480px;
    }
    input, select, textarea {
        max-width: 270px;
    }
}
@media all and (max-width: 767px) {
    input, select, textarea {
        max-width: 264px;
    }
    input.login-input {
        max-width: 96%;
    }
    .large-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    div.wrap {
        width: 100% !important;
    }

    .make-booking-contents {
        display: block !important;
    }

    .make-booking-contents .sidebar-content {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .make-booking-contents .payment-content {
        float: none;
        width: 100%;
    }

    fieldset#booking-extras .row label {
        width: auto !important;
        float: none !important;
        display: block;
    }

    #optional-extras input[type=radio]:checked, #optional-extras input[type=radio] {
        position: relative;
        top: -2px;
    }

    #optional-extras .radio-group span {
        width: 220px; 
        padding-left: 12px;
        float: none;
    }

    fieldset#booking-extras span {
        float: none;
    }

    .navbar.navbar-bottom .booking-breadcrumbs {
        overflow: hidden;
    }

    .site-footer .footer-content {
        display: block;
    }

    .footer-content .footer-social {
        margin: 0 auto 20px;
        vertical-align: middle;
        display: table;
        text-align: center;
    }

    .footer-sub {
        padding: 0 15px;
        text-align: center;
    }

    fieldset { 
        min-width: 0; 
    }

    table, tbody, tr, td {
        display: block;
        width: 100%;
    }

    table#card-breakdown tr, table#card-prop-details tr, 
    table#payment-totals tr {
        display: table;
    } 

    table#card-breakdown td, table#card-prop-details td, 
    table#payment-totals td {
        display: table-cell;
        width: auto;
    }  

    td {
        text-align: left;
    }

    form#personal-details-form table td label {
        text-align: left;
    }

    form#personal-details-form table.rr-your-details td label span.required {
        float: left !important;
    }

    #account-information input[type='submit'] {
        width: 220px;
        margin: 0 auto;
        vertical-align: middle;
        display: table;
    }

    #account-information input[type=email],
     #account-information input[type=password], 
     #account-information input[type=text] {
         margin-bottom: 20px;
     }
     div#account-information {
        margin-right: 0;
        border-radius: 4px;
    }

    .mobile-summary {
        background: white;
        margin-bottom: 20px;
    }

    .mobile-summary .sidebar-content {
        display: none;
    }

    .mobile-summary .sidebar-content.show {
        display: block;
    }

    .mobile-summary .sidebar-content .sykes-card {
        border: none;
        margin-bottom: 0;
    }

    #card-holder-section input[type="checkbox"] {
        width: 16px;
        height: 16px;
        top: 5px;
    }

    .bachcare-mobile-summary .sykes-card-header {
        background: var(--secondary-color, #8A7BFF);
        color: white;
        padding: 10px 12px;
        border-radius: 3px;
    }
    .bachcare-mobile-summary.rebrand .sykes-card-header {
        background: #F6FBFE;
        color: #0349d6;
        padding: 10px 12px;
        border-radius: 3px;
        border: 1px solid #0349d6;
    }

    .bachcare-mobile-summary .sykes-card-header p {
        color: white;
        font-size: 12px;
        width: 90%;
    }
    .bachcare-mobile-summary.rebrand .sykes-card-header p {
        color: #0349d6;
        font-size: 12px;
        width: 90%;
    }

    .bachcare-mobile-summary .sykes-card-header svg {
        fill: white;
        position: absolute;
        margin-top: -14px;
        top: 50%;
        right: 24px;
    }
    .bachcare-mobile-summary.rebrand .sykes-card-header svg {
        fill: #0349d6;
        position: absolute;
        margin-top: -14px;
        top: 50%;
        right: 24px;
    }

    .bachcare-mobile-summary .sykes-card-header p.card-property-title {
        color: white;
        font-size: 15px;
    }
    .bachcare-mobile-summary.rebrand .sykes-card-header p.card-property-title {
        color: #0349d6;
        font-size: 15px;
    }

    .booking-tables {
        display: block !important;
    }

    .summary-table {
        margin: 0 0 20px 0 !important;
        width: 100% !important;
        padding: 15px !important;
    }

    .sidebar-content div.sykes-card, 
    .sidebar-content div.need-help-booking {
        width: 100% !important;
        margin-right: 0;
    }


    .button.primary {
        background: #ce3c3a;
        color: white;
        padding: 10px 12px;
        border-radius: 5px;
    }

 
}


@media all and (min-width: 747px) and (max-width: 1300px) {
    .make-booking-contents .payment-content {
        float: none;
    }

    .sidebar-content.show div.sykes-card{
        margin: 0 auto;
        vertical-align: middle;
        display: table;
    }

    .sidebar-content.show {
        background: white;
        margin-bottom: 20px;
    }

}

fieldset#booking-extras {
    margin-bottom: 24px;
}

.braintree .pay-button {
    font-size: 17px !important;
    font-family: 'Calibre';
    font-weight: 600 !important;
}

.card-type-icon {
    margin-right: 3px !important;
    vertical-align: middle !important;
}

.braintree .bt-text-field > * {
    font-family: 'Calibre' !important;
    font-size: 17px !important;
}

.bt-icon {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    vertical-align: middle !important;
    margin-top: 2px;
}

.safe-secure {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #cccccc !important;
}

.safe-secure .icon {
    background: url('../images/icons/support-secure.svg') 0 0 no-repeat;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    vertical-align: middle;
    display: table;
}

.safe-secure h3 {
    color: var(--primary-color, #4D00DE);
    font-family: 'Calibre';
    font-size: 18px;
    text-align: center;
}

.safe-secure p {
    color: #1e1a1e;
    font-family: 'Calibre';
    font-size: 16px;
    text-align: center;
}

fieldset.amount-to-pay.ng-scope, fieldset#declaration {
    margin-bottom: 32px;
}

div#return-to-site-2 {
    width: 300px;
    margin-top: 20px;
}

div#print-details {
    float: right;
    margin-top: 20px;
}

div#print-details input[type="button"], div#return-to-site-2 input[type="button"] {
    background-color: var(--button-bg-color, #0349d6);
    border: 0 none;
    border-radius: 26px;
    color: white;
}

div.container.rebrand div#return-to-site-2 input[type="button"] {
    background-color: #f6fbfe;
    border: 1px solid #0349d6;
    border-radius: 26px;
    color: #0349d6;
    transition: all 0ms;
}
div.container.rebrand div#return-to-site-2 input[type="button"]:hover {
    background-color: #003194;
    border: 1px solid #003194;
    border-radius: 26px;
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    transition: all ease-in-out 300ms;
}
div.container.rebrand div#print-details input[type="button"] {
    background-color: #0349d6;
    color: #fff;
    transition: all 0ms;
}
div.container.rebrand div#print-details input[type="button"]:hover {
    background: #003194;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 0.5px;
    transition: all ease-in-out 300ms;
}

@media all and (max-width: 767px) {

    div#return-to-site-2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    div#print-details {
        float: none;
        display: flex;
        justify-content: center;
    }
    input#print-booking-details{ 
        margin-bottom: 0;
    }
    div.safe-secure {
        margin: 0 auto;
    }
}

/**
 * UI Widget styles for modals (using Dialog - see dialog.js)
 */
.ui-dialog-titlebar {
    padding: 1rem;
    background-color: #66315d;
    color: white;
}

.ui-dialog-titlebar-close {
    width: 24px;
    height: 24px;
    padding: 0;
    position: relative;
    background-color: transparent;
    border: 0;
    float: right;
}

.ui-dialog-titlebar-close:before,
.ui-dialog-titlebar-close:after {
    content: "";
    width: 2px;
    height: 24px;
    background-color: white;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}

.ui-dialog-titlebar-close:before {
    transform: rotate(-45deg);
}

.ui-dialog-titlebar-close:after {
    transform: rotate(45deg);
}

.ui-dialog-titlebar-close > .ui-button-text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}

.ui-dialog-buttonset {
    padding: 1rem;
}

.ui-dialog-buttonset > .ui-button {
    padding: 1rem 2rem;
    border: 0;
    background-color: #e31e26;
    border-radius: 2rem;
    font-size: 16px;
    color: white;
}

/**
 * Price breakdown toggle HBT-1403 (cost-breakdown.html.twig)
 */
div#price-breakdown-toggle {
    margin-top: 5px;
}

div#price-breakdown-toggle a {
    color: #0349D6;
}

div#price-breakdown-toggle a:hover {
    text-decoration: none;
}

div#price-breakdown-toggle a img {
    width: 11px;
    margin-left: 10px;
}

div#price-breakdown-toggle a img.chevron-up {
    transform: rotate(180deg);
}

table#card-breakdown tbody#bachcare-price-breakdown {
    border-top: none;
}

table#card-breakdown tbody#bachcare-price-breakdown td {
    font-weight: normal;
}

table#card-breakdown tbody#bachcare-price-total td {
    font-weight: bold;
    padding-bottom: 12px;
}
