/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); 
@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');

@font-face {
  font-family: 'CarosSoftBold';
  src: url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftBold.eot?#iefix') format('embedded-opentype'),  url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftBold.otf')  format('opentype'),
	     url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftBold.woff') format('woff'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftBold.ttf')  format('truetype'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftBold.svg#CarosSoftBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'CarosSoft';
  src: url('https://content.accommodation.co.uk/hubfs/Font/CarosSoft.eot?#iefix') format('embedded-opentype'),  url('https://content.accommodation.co.uk/hubfs/Font/CarosSoft.otf')  format('opentype'),
	     url('https://content.accommodation.co.uk/hubfs/Font/CarosSoft.woff') format('woff'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoft.ttf')  format('truetype'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoft.svg#CarosSoft') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Brighter';
  src: url('https://content.accommodation.co.uk/hubfs/Font/Brighter.eot?#iefix') format('embedded-opentype'),  url('https://content.accommodation.co.uk/hubfs/Font/Brighter.otf')  format('opentype'),
	     url('https://content.accommodation.co.uk/hubfs/Font/Brighter.woff') format('woff'), url('https://content.accommodation.co.uk/hubfs/Font/Brighter.ttf')  format('truetype'), url('https://content.accommodation.co.uk/hubfs/Font/Brighter.svg#Brighter') format('svg');
  font-weight: normal;
  font-style: normal;
}




@font-face {
font-family: 'Caros Soft Regular';
font-style: normal;
font-weight: normal;
src: local('Caros Soft Regular'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoft-1.woff') format('woff');
}


@font-face {
font-family: 'Caros Soft Thin';
font-style: normal;
font-weight: normal;
src: local('Caros Soft Thin'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftThin.woff') format('woff');
}


@font-face {
font-family: 'Caros Soft ExtraLight';
font-style: normal;
font-weight: normal;
src: local('Caros Soft ExtraLight'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftExtraLight.woff') format('woff');
}


@font-face {
font-family: 'Caros Soft Light';
font-style: normal;
font-weight: normal;
src: local('Caros Soft Light'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftLight.woff') format('woff');
}


@font-face {
font-family: 'Caros Soft Medium';
font-style: normal;
font-weight: normal;
src: local('Caros Soft Medium'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftMedium.woff') format('woff');
}


@font-face {
font-family: 'Caros Soft Bold';
font-style: normal;
font-weight: normal;
src: local('Caros Soft Bold'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftBold-1.woff') format('woff');
}


@font-face {
font-family: 'Caros Soft ExtraBold';
font-style: normal;
font-weight: normal;
src: local('Caros Soft ExtraBold'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftExtraBold.woff') format('woff');
}


@font-face {
font-family: 'Caros Soft Heavy';
font-style: normal;
font-weight: normal;
src: local('Caros Soft Heavy'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftHeavy.woff') format('woff');
}


@font-face {
font-family: 'Caros Soft Black';
font-style: normal;
font-weight: normal;
src: local('Caros Soft Black'), url('https://content.accommodation.co.uk/hubfs/Font/CarosSoftBlack.woff') format('woff');
}







/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child {
    display: none !important;
}


html, 
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */

body {
	background: #fff;
  color: #666;
  font-family: 'CarosSoft';
  font-size: 14px;
  line-height: 1.5;
}

/* Page Center */

.container-fluid .row-fluid .page-center {
    max-width: 90% !important;
    padding: 0px !important;
    margin: 0 auto !important;
    float: none !important;
}

.month-3-full .container-fluid .row-fluid .page-center {
    max-width: 1100px !important;
    padding: 0px !important;
    margin: 0 auto !important;
    float: none !important;
}

.header-logo1 img {
    margin: 0 auto;
}
.form-section {
    background: #f5f7fa;
    padding: 100px 0px;
}

.form-section .row-fluid form .hs-button.primary {
    height: auto;
    background-color: #ee5723;
    background-position: 30% 50%;
    background-repeat: no-repeat;
    background-size: 22px auto;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    padding: 15px 25px;
    text-align: center;
    text-indent: unset;
}
.form-section .row-fluid form .field>label {
    display: block !important;
}

.form-section h3
{
  text-align:center;
}
.form-section form{
    max-width: 800px;
    margin: 0 auto;
}


.unsubscribe,.form-btm *{
 color:#000; 
}


/* Header
   ========================================================================== */

.header-outer-wrap {
	width: 100%;
}

.header-outer-wrap {
	left: 0;
	top: 0;
	position: relative;
	padding: 30px 0;
	transition: all 400ms ease;
	z-index:9;
}
.header-cta-desktop-mobile {
    display: none !important;
}
.header-outer-wrap {
    background-color: transparent;
    position: relative;
    min-height: 0px !important;
    z-index: 9; 
}

.header-logo img {
	width: 250px !important;
	height: auto;
  margin-top: 10px;
}
.section-video {
    padding: 50px 0px;
}
 
.application-form .actions {
    text-align: left !important;
    padding-top: 20px;
}

.header-menu li.hs-menu-item.hs-menu-depth-1:last-child a {
	  display: inline-block;
    text-align: center;
    background: #ee5723;
    border-radius: 6px;
    font-size: 14px;
    font-family: "Caros Soft",sans-serif;
    color: #f1f4f5;
    line-height: 1;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: background-color .15s ease-in;
    padding: 16px 28px;
}

.header-menu li.hs-menu-item.hs-menu-depth-1:last-child a:hover {
	color: #f1f4f5; 
	background-color: #e1440c;
}

.header-menu li.hs-menu-item.hs-menu-depth-1:nth-child(5) a {
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px #e4e6ec;
    color: #ee5723;
    font-size: 16px;
    margin-left: 40px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding: 16px 28px;
}

.header-menu li.hs-menu-item.hs-menu-depth-1:nth-child(5) a:hover {
    
}

.ebook-section2 select{
      padding: 0px !important;
}



a.cta_button1 {
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    font-family: 'Nunito',sans-serif;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #ee5723;
    color: #fff;
    letter-spacing: 0px;
    padding: 19px 51px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: -webkit-linear-gradient(right,#ee5723 50%,#ef523c 50%);
    background: linear-gradient(to left,#ee5723 50%,#ef523c 50%);
    background-position: right bottom;
    background-size: 200% 100%;
  font-weight: 700;
}

.desc-cont p {
    font-size: 19px;
}
.desc-cont li {
    font-size: 19px;
}

.form-bottom-image img {
    max-width: 200px !important;
    float:left;
}
  
  .haeder-cta p {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin:0px;
}
  .haeder-cta .hs-cta-wrapper {
   padding-left:5px;
}

  .form-bottom-image {
    padding: 170px 0px 0px 0px;
}

a.header-chat {
    width: auto;
    background-color: #ee5723;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 10px;
    font-weight: bold;
    height: auto;
    padding: 20px 35px;
    text-align: center;
    text-indent: unset;
    margin: 0px 30px;
}

a#cta_button_3956515_4248212a-f04a-498e-b3b4-648a72f5fc75 {
    color: #fff;
}

.banner-text h2 img{
  margin-bottom: 2rem !important;
}

.banner-text-mobile {
    display: none !important;
}

.banner-text-mobile .lp-bg-img{
    display: flex !important;
}

/* Footer
   ========================================================================== */


/* Footer Menu
   ========================================================================== */

.footer-logo { 
}

.footer-logo img { 
}

.footer-col { 
}

.footer-logo img {
    height: 3rem;
}

.footer-menu ul {
	min-width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-menu ul li {
    min-width: 100%;
    padding-right: 70px;
}

.footer-menu ul li a {
	width: auto !important;
	white-space: normal !important;
}

.footer-menu a { 
    margin-bottom: 7px;
    padding: 0px 0 !important;
    display: inline-block !important;
    max-width: 100% !important;
    width: 100% !important;
    font-size: 18px;
    line-height: 28px;
    color: #606060;
    font-style: normal !important;
    font-weight: normal !important;
    font-family: 'Caros Soft Light';
}

.footer-menu a:hover {
}

.footer-header h2 {
  color: #323648;
  margin-bottom: 9px;
  font-size: .875rem;
  line-height: 1.1428;
  font-weight:600;
}

.footer-outer-wrap { 
	padding: 50px 0px 20px; 
	position: relative;
	z-index: 99;
  overflow: hidden;
} 

a.footer_button {
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px #e4e6ec;
    color: #ee5723;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    margin-left: 40px;
    width: 120px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}

.footer-top-header {
    text-align: right;
    padding: 20px 0px;
}

a.footer_button:hover {
    background-color: #ee5723;
    border: solid 1px #ee5723;
    color: #fff;
}

.footer-copyright p {
    font-size: 14px;
    line-height: 28px;
    color: #606060;
    font-family: 'Caros Soft Light';
}

.footer-text p {
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    color: #606060;
    font-family: 'Caros Soft Light';
}

/* Social */

.footer-social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-bottom: 15px;
}


.footer-social ul li a g#footer {
    fill: #606060;
}

.footer-social li {
    float: left;
    padding-right: 18px;
}

.footer-social li:hover {
    opacity: .5;
}

.footer-social ul li span {
    display: none;
}

.footer-social ul li a {
    font-size: 16px;
}
.agent-outer-wrap:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.agent-outer-wrap{
 position:relative; 
}
.agent-outer-wrap .page-center{
    position: relative;
}
.footer-social ul li a i {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin-right: 8px;
    text-align: center;
    width: 28px;
}

.footer-social p a {
    color: #1F3847; 
	  font-size: 14px;
    font-weight: 300;
}

.footer-social p a:hover { 
    color: #3C87FF;
}


/* Footer Form
   ========================================================================== */


.footer-form :focus {
	outline: -webkit-focus-ring-color auto 0px !important;
}

.footer-form .hs-email.field.hs-form-field {
	min-height: 70px;
}

.footer-form .hs-form label {
	display: none;
}

.footer-form .hs-form {
	position: relative;
}

.footer-form .hs-form .field .input input {
	padding: 0 23px 0 25px;
	line-height: 50px;
	height: 50px;
	color: #323648;
  font-size: 12px;
	border: solid 1px #e4e6ec;
	background-color: transparent;
	border-radius: 5px;
}

.footer-form .hs-form .hs_submit {
	position: absolute;
	right: 0;
	top: 0;
}

.footer-form .hs-form .hs_submit .actions {
	margin: 0;
}

.footer-form .hs-form .hs_submit .actions .hs-button {
  border-radius: 0px 4px 4px 0px;
  border-left: 1px solid !important;
  background-color: transparent;
  border: 0px;
  line-height: 30px;
  background-image: url(https://3956515.fs1.hubspotusercontent-na1.net/hubfs/3956515/Global%20Module/right.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  padding: 10px 30px 10px 50px;
  font-size: 0px;
  background-position: center;
  border: 0px !important;
}

.footer-form .hs-form .hs_submit .actions .hs-button:hover { 
}

.footer-menu ul.hs-menu-children-wrapper {
	display: none;
}


/* Form error
   ========================================================================== */

.footer-form .hs-form .hs-error-msgs {
	padding: 8px 8px 10px;
	margin: 0;
  background-color: rgba(249, 62, 5, 0.28);
}

.footer-form .hs-form .hs-error-msgs li {
	display: block;
	line-height: normal;
}

.footer-form .hs-form .hs-error-msgs label {
	display: inline-block;
	color: red;
	font-size: 12px;
}

.footer-form ul.hs-error-msgs {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

.footer-form .hs_error_rollup {
	display: none;
}
 
.footer-form .hs-form .field .input input:focus {
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.13);
    border-color: transparent;
}

/* ==========================================================================
   Input Placeholders
   ========================================================================== */

/* Footer Placeholder
   ========================================================================== */
.footer-form ::-webkit-input-placeholder { /* Webkit Browsers */
   color: #666;
   opacity: 1; 
}
.footer-form :-moz-placeholder { /* Firefox 18- */
   color: #666;
   opacity: 1;
}
.footer-form ::-moz-placeholder { /* Firefox 19+ */
   color: #666;
   opacity: 1;
}
.footer-form :-ms-input-placeholder { /* IE10 */
   color: #666;
   opacity: 1; 
}








/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

.header-menu .mobile-menu span.mobile-toggle {
	width: 55px;
	height: 56px;
	position: absolute;
	right: 0px;
	top: 0;
	background-color: transparent;
	transition: all 400ms ease;
	border-left: 1px dotted rgba(255, 255, 255, 0.35);
}

.header-menu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before {
	content: "";
	background-color: ;
	height:11px;
	width:1px;
	position:absolute;
	left:27px;
	top:22px;
	transition:all 400ms ease;
}

.header-menu .mobile-menu span.mobile-toggle:before {
	transform:rotate(90deg);
	transition:all 400ms ease;
}

.header-menu .mobile-menu span.mobile-toggle.ebiz-subopen:after {
	transform:rotate(90deg);
}

.header-menu .mobile-menu span.mobile-toggle.ebiz-subopen:before {
	opacity: 0;
	background-color: ;
	transform:rotate(180deg);
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	float: left;
	padding: 0;
	width: 100%;
	min-width: 250px;
	margin-top: 5px;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
	display: inline-block;
	float: none;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:not(:first-child) {
	margin: 0 0 0 22px;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
	max-width: none;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #323648;
  width: auto !important;
    white-space: normal !important;
    line-height: 1;
    font-weight: 600;
	  padding: 15px 0;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a:hover {
	color: #ee5723;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a:after {
	background-color: #fff;
	content:'';
	height:1px;
	left:0;
	position:absolute;
	top:5px;
	width:100%;
	opacity:0;
	transition:all 400ms ease;
}

.header-menu .hs-menu-wrapper>ul>li.active a {
	color: #ee5723; 
}

.header-menu {
	text-align: right;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	font-size: 14px;
	font-weight: 700;
	color: #323648;
	display:block;
	max-width:none;
	min-width:auto;
  padding: 0 23px 0 20px;
  line-height: 2.29;
	overflow:visible;
	text-align:left;
	text-overflow:inherit;
	white-space:inherit;
	width:auto;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
	color: #ee5723;
  background-color: #f6f8fa;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
	  left: 100%;
    transform: translateX(-50%) translatey(0px);
    border-radius: 5px;
    z-index: 9999;
}

/* .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    background-image: url(https://3956515.fs1.hubspotusercontent-na1.net/hubfs/3956515/Global%20Module/arrow-orange-down.svg);
    background-position: right 10px;
    background-repeat: no-repeat;
    padding-right: 15px;
}
 */
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.1);
	background-color: #fff;
	min-width: 190px;
	border-radius: 5px;
/* 	overflow:hidden; */
	padding:15px 0;
}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 12px;
    left: 20px;
}


.header-menu li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    top: 50%;
    right: 11px;
    position: absolute;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #ee5723;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .15s;
}


.header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    position: relative;
    padding-right: 10px;
}

.header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: -5px;
    z-index: -1;
    background: url(https://3956515.fs1.hubspotusercontent-na1.net/hubfs/3956515/Global%20Module/arrow-orange-down.svg);
    /* transform: rotate(180deg); */
    background-position: right 10px;
    background-repeat: no-repeat;
}

.header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before {
    transform: rotate(180deg);
    right: -15px;
    top: 16px;
}


















.banner-bg img , .agent-bg img {
   display: none;
}

.banner-bg .hs-editor-editable img , 
.agent-bg .hs-editor-editable img {
   display: block;
}

.u-header{
  padding:20px 0px; 
}
.banner-wrap {
    background-image: url(https://content.accommodation.co.uk/hubfs/Landing_page_2020/Logos/banner-7.png);
    background-size: cover;
    background-position: center;
}
.banner-wrap>div {
    padding: 100px 0px;
    background-color: rgba(255, 255, 255, 0.5);
}
#email-prefs-form input#submitbutton {
    padding: 8px 20px;
    border-radius: 8px;
    border: 2px solid #e8572b;
    background-color: #e8572b;
    color: #ffffff;
}
.form-btm{
  padding:20px 0px; 
}
.banner-form span {
    color: #fff;
}
.banner-outer-wrap {
    padding: 200px 0px 70px;
    margin-top: -130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-outer-wrap1{
  padding: 140px 0px 40px;
}

.banner-outer-wrap:before {
    content: "";
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    background: rgba(0,0,0,.1);
    background: -webkit-linear-gradient(to left,rgba(0,0,0,.1),rgba(0,0,0,.1));
    background: linear-gradient(to right,rgba(0,0,0,.1),rgba(0,0,0,.1));
}


.banner-outer-wrap > div {
  position: relative;
  z-index: 99;
}

.banner-left .banner-text {
    position: absolute;
    bottom: 0px;
    max-width: 45%;
}

.banner-text h2 {
    color: #fff;
    font-size: 43.6667px;
    line-height: 59px;
    font-style: normal;
    font-weight: bold;
}

.banner-text {
    padding-right: 50px;
}
.banner-text h2 span {
    font-family: Brighter;
    font-size: 80px;
    font-style: normal;
    font-weight: normal;
}

a.three-months-free-btn {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-decoration: underline;
}


p.three-months-free-text {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 0px;
}

p.lp-bg-img img {
    max-width: 170px;
}


a.banner-cta {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Caros Soft Light';
}

.banner-form {
    max-width: 430px !important;
    padding: 0px;
    float: right !important;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 99;
}
.footer-social {
    text-align: right;
}
.banner-form img {
  margin-bottom: 1rem;
}

.banner-form .input {
  display: block;
  border: none;
}
.banner-form ul.inputs-list {
    padding: 0px 0px 5px;
    /* padding: 10px 0px; */
}
.banner-form input[type="text"],
.banner-form input[type="password"],
.banner-form input[type="email"],
.banner-form input[type="tel"], textarea,
.banner-form select{
  border: 1px solid rgb(225, 225, 225);
  box-sizing: border-box;
  display: block;
  font-weight: normal;
  margin: 5px auto 10px;
  text-align: left;
  text-indent: 16px;
  border-radius: 4px;
  width: 100% !important;
  font-size: 14.4366px;
  line-height: 30px;
  color: #323648;
  height: 63px;
}

.banner-form .legal-consent-container p {
    color: #fff;
    padding: 10px 0px 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Caros Soft Light';
}

.banner-form .hs-form-required {
  display: none;
}

.hero-three-months-lp input.hs-button {
    font-size: 18px;
    font-weight: 400;
}

.banner-form .hs-button {
    width: 100%;
    background-color: #ee5723;
    background-position: 30% 50%;
    background-repeat: no-repeat;
    background-size: 22px auto;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 17.2944px;
    height: auto;
    padding: 18px 5px;
    text-align: center;
    text-indent: unset;
}

::-webkit-input-placeholder { /* Edge */
  color: #323648;
}

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

::placeholder {
  color: #323648;
}

.banner-form label.hs-error-msg {
    color: #fff;
}

.banner-form ul, .banner-form ol {
  list-style: none !important;
  padding-left: 0;
}
.banner-form input[type="checkbox"],.banner-form input[type="radio"] {
  margin-right: 10px;
  width: auto !important;
}

.banner-text p {
    text-align: center;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    padding: 20px 0px 30px;
}


span.lp-img-text {
    font-family: CarosSoft;
    font-style: normal;
    font-weight: bold;
    font-size: 18.9972px;
    line-height: 25px; 
    color: #fff;
    padding: 16px 0px 0px 15px; 
}

.why-outer-wrap {
    padding: 30px 0px 10px;
}


.text-blurb-image {
    padding-bottom: 15px;
}

.logos-outer-wrap {
    padding: 50px 0px;
    text-align: center;
}

.logo-image img {
    margin: 0px auto !important;
}

.why-us-header h2 {
    padding-bottom: 30px;
    font-size: 36px;
    line-height: 34px; 
    text-align: center;
    color: #323648;
    font-style: normal;
    font-weight: bold;
}


.text-blurb-image img {
    border-radius: 10px;
}

.text-blurb-header h3 {
    color: #323648;
    text-align: left;
    margin: 0px;
    padding: 10px 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 46px;

}


/*********** 3 lp **********/

.partners-logo-with-label__wrap {
    padding: 37px 0px;
    text-align: center;
}

.partners-logo-with-label__inner {
    text-align: center;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.partners-logo-with-label__item {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
/*     opacity: .6; */
}

.partners-logo-with-label__item img {
    margin: 0px auto;
}

.partners-logo-with-label__wrap {
    background-color: #F8F8F8;
}

.vertical-slider-wrap {
    padding: 138px 0px 119px;
}

.vertical-slider__top h2 {
    font-size: 36px;
    color: #323648;
    line-height: 47px;
}

.vertical-slider__item--con {
    width: 100%;
    max-width: 351px;
}

.zero-hassle {
    padding-bottom: 125px;
}

.vertical-slider__top-inner {
    max-width: 500px;
    margin: 0px auto;
}
.vertical-slider__top {
    text-align: center;
    padding-bottom: 108px;
}

.vertical-slider__top h2 span {
    color: #EE5723;
      font-family: 'CarosSoftBold';
}

.vertical-slider__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.vertical-slider__item--text {
    width: 46%;
}

.vertical-slider__item--img {
    width: 50%;
}


.three-months-cta {
    display: none !important;
}


.vertical-slider__item--text p {
    font-size: 36px;
    line-height: 48px;
    color: #323648;
}

.text-with-cta-popup__wrap {
    background: #F8F8F8;
    padding: 114px 0px;
}

.text-with-cta-popup {
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
}

.text-with-cta-popup__text h2 {
    font-size: 36px;
    line-height: 48px;
    color: #323648;
}

.text-with-cta-popup__text h2 span {
    color: #ee5723;
      font-family: 'CarosSoftBold';
}

.text-with-cta-popup__text {
    padding-bottom: 40px;
}

.text-with-cta-popup__btn a {
    padding: 15px 34px;
    background: #fff;
    border: 1px solid #ee5723;
    border-radius: 6px;
    color: #ee5723;
    display: inline-block;
    font-size: 16px;
}

.text-with-cta-popup__btn a.orange-btn {
    background-color: #ee5723;
    color: #fff;
}

.text-with-cta-popup__btn a:first-child {
    margin-right: 30px;
}

.popup-form .hs-form-field input { border: 1px solid #A7A7A7; padding: 15px 20px !important; border-radius: 5px; }

.popup-form .hs-form-field {
    margin-bottom: 8px;
}


.popup-form .hs-form-field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #323648;
  opacity: 1; /* Firefox */
}

.popup-form form input.hs-button {
    background: #ee5723;
    width: 100%;
    padding: 14px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.pop-header h2 { color: #323648; font-size: 28px; }

.pop-header {
    text-align: center;
}

.review-rating__wrap {
    padding: 125px 0px;
}

.review-rating__left--inner {
    max-width: 445px;
}

.review-rating__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.review-rating__left {
    width: 47%;
}

.review-rating__right {
    width: 47%;
}
.review-rating__item-wrap {
    display: flex;
    flex-wrap: wrap;
}

.review-rating__item {
    width: calc(50% - 7px);
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    margin-bottom: 14px;
}

.review-rating__item:nth-child(2n+1) {
    margin-right: 14px;
}

.review-rating__item-inner {
    padding: 14px 17px;
}

.review-rating__item-text p {
    color: #323648;
    font-size: 16px;
}

.review-rating__item-text h3 {
    color: #BDBDBD;
    font-size: 10px;
    margin-bottom: 7px;
}

.review-rating__item-text {
    padding-bottom: 16px;
}

.review-rating__star .checked {
    color: #EE5723;
}

.review-rating__left h2 {
    font-size: 42px;
    line-height: 54px;
    color: #323648;
}

.review-rating__left h2 span {
    color: #ee5723;
    font-family: 'CarosSoftBold';
}

.review-rating__logo {
    padding-top: 30px;
}

.text-editorial-with-bg__wrap {
    padding: 172px 0px 147px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.text-editorial-with-bg__text h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
    padding-bottom: 30px;
}


.text-editorial-with-bg__text p {
    font-size: 16px;
    color: #fff;
}

.text-editorial-with-bg__text {
    max-width: 300px;
    width: 100%;
    position: relative;
}

.list-content__wrap {
    padding: 118px 0px 64px;
}

.list-content__heading {
    text-align: center;
    padding-bottom: 60px;
    max-width: 480px;
    margin: 0px auto;
}

.list-content__heading h2 {
    font-size: 36px;
    line-height: 48px;
    color: #323648;
}

.list-content__text-inner {
    max-width: 750px;
}

.list-content__text-inner {
    max-width: 750px;
    margin: 0px auto;
    background: #F8F8F8;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.list-content__text-inner {
    max-width: 750px;
    margin: 0px auto;
    background: #f8f8f8;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 54px 60px;
}

.list-content__text ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0px;
    color: #323648;
    background-image: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Orange%20Tick.svg);
    background-repeat: no-repeat;
    background-position: top 23px right;
}

.list-content__text ul li:last-child {
    border: 0px;
}

.list-content__heading h2 span {
    color: #ee5723;
    font-weight: 800;
}

.text-with-image-module {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-with-image-module__left {
    width: 47%;
}

.text-with-image-module__right {
    width: 47%;
}



.text-with-image-module__left h2 {
    font-size: 36px;
    line-height: 48px;
    color: #323648;
}

.text-with-image-module__left h2 span {
    color: #ee5723;
    font-weight: 800;
      font-family: 'CarosSoftBold';
}

.text-with-image-module__left-content {
    max-width: 310px;
    padding-bottom: 40px;
}

.text-with-image-module__left-line {
    padding-bottom: 40px;
}

.text-with-image-module__wrap {
    padding: 64px 0px 124px;
}

.partners-logo-with-top-label__wrap {
    background: #F8F8F8;
    padding: 59px 0px;
}

.partners-logo-with-top-label__heading p {
    font-size: 22px;
    color: #939393;
}

.partners-logo-with-top-label__heading {
    text-align: center;
    padding-bottom: 33px;
}

.hero-three-months-lp:before {
    content: "";
    background-image: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Logo/Hero-btm.png);
    background-size: cover;
    background-position: bottom left;
}

.hero-three-months-lp:after {
    content: "";
    background-image: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Logo/Hero%20Top.png);
    background-size: cover;
    background-position: top right;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


.text-editorial-with-bg__wrap:before {
    content: "";
    background-image: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Logo/Rectangle%20168.png);
    background-size: cover;
    background-position: center left;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.what-you-see .text-with-cta-popup__main-wrap {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 129px;
}

.what-you-see {
    padding-bottom: 0px;
      padding-top: 118px;
}

.three-months-lp h2 {
    font-size: 70px;
    font-weight: 400;
    line-height: 71px;
}

.partners-logo-with-label__item p {
    font-size: 18px;
    color: #939393;
    line-height: 23px;
}

.three-months-lp p {
    padding: 0px;
    font-size: 18px;
}

.hero-three-months-lp .form-title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 17px;
}

.hero-three-months-lp .hs-form-field input {
    box-sizing: border-box !important;
    line-height: 34px !important;
    height: auto !important;
}

.hero-three-months-lp form .hs-form-field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #323648;
  opacity: 1; /* Firefox */
}

.text-with-image-module__right-mb {
    display: none;
}

.three-months-free-ty {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.three-months-free-ty__left h1 {
    color: #323648;
    font-size: 36px;
    padding-bottom: 15px;
}

.three-months-free-ty__left h1 {
    color: #323648;
    font-size: 36px;
    padding-bottom: 15px;
}

.three-months-free-ty__left h2 {
    font-size: 22px;
    color: #323648;
}

.three-months-free-ty__left {
    width: 47%;
}

.three-months-free-ty__right {
    width: 47%;
}

.three-months-free-ty__lf-inner {
    width: 100%;
    max-width: 340px;
}

.three-months-free-ty__left h2 span {
    color: #ee5723;
    font-family: 'CarosSoftBold';
}

.three-months-free-ty__cta:first-child {
    padding-bottom: 20px;
}

.three-months-free-ty__cta--wrap {
    padding-top: 61px;
}

.three-months-free-ty__wrap {
    padding: 140px 0px 30px;
}
ul.lp-thank-you li {
    display: inline-block;
    padding-right: 25px;
}
ul.lp-thank-you li a {
    color: #323648;
    font-size: 14px;
}

.header-ty-wrap p {
    color: #323648;
}

.header-ty-wrap .cta_button.Test {
    color: #323648 !important;
}

/********** Landing Page ***********/
.text-blurb-text ul li {
    text-align: left;
    margin: 0px;
    padding: 0px 10px 0px 30px;
    background-image: url(https://content.accommodation.co.uk/hubfs/Landing_page_2020/Check.svg);
    background-repeat: no-repeat;
    background-position: left;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 44px;
    color: #323648;
    font-family: 'Caros Soft Light';
}

.text-blurb-item {
    padding: 10px 20px;
    transition: all .2s linear; 
    background: #fff;
    position: relative;
    border-radius: 5px;
    transition: border .2s linear;
    overflow: hidden;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.text-blurb-outer {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}





.text-blurb-image1 img {
    border-radius: 10px;
    margin: 0px auto;
}

.text-blurb-header1 h3 {
    margin: 0px;
    padding: 15px 0px 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #323648;

}

.text-blurb-text1 p {
    margin: 0px;
    padding: 0px 0px 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #323648;
    font-weight: normal;
    font-family: 'Caros Soft Light';
}



.text-blurb-text1 p strong { 
    font-family: 'CarosSoft';
}


.text-blurb-text1 ul li {
    text-align: left;
    margin: 0px;
    padding: 0px 10px 0px 30px;
    background-image: url(https://content.accommodation.co.uk/hubfs/Landing_page_2020/Check.svg);
    background-repeat: no-repeat;
    background-position: left;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 44px;
    color: #323648;
}

.text-blurb-item1 {
    padding: 10px 20px;
    transition: all .2s linear; 
    background: #fff;
    position: relative;
    border-radius: 5px;
    transition: border .2s linear;
    overflow: hidden;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

.text-blurb-outer1 {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}





.lp-sec-6 .icon-blurb-text {
    max-width: 310px !important;
    margin: 0px auto !important;
    float: none !important;
}






.review-outer-wrap {
    padding: 70px 0px;
}

.review-image img {
    border-radius: 10px;
}

.icon-main-header h2 {
    padding-bottom: 30px;
    max-width: 580px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #323648;

}

.icon-blurb-header h3 {
    margin: 0px;
    padding: 0px 0px 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #323648;
    
}

.icon-blurb-header {
    min-height: 80px !important;
}

.icon-image {
    min-height: 140px;
}

.icon-blurb-text p {
    margin: 0px;
    padding: 0px 0px 20px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #323648;
    font-weight: normal;
    font-family: 'Caros Soft Light';
}
.banner-right {
    min-height: 450px !important;
}

.banner-right p{
    color:#fff
}
.icon-blurb-text p strong { 
  font-family: 'CarosSoft';
}


.icon-outer-wrap {
    padding: 20px 0px 50px;
}

.grtyoutube-popup-content {
    margin-top: 50px !important;
}

.icon-blurb-item {
    padding: 10px 20px;  
    transition: all .2s linear;
    cursor: pointer;
    background: #fff;
    position: relative;
    border-radius: 5px;
    transition: border .2s linear;
    cursor: default;
    overflow: hidden;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

.icon-blurb-outer {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cta-outer-wrap {
    padding: 80px 0px 50px;
    text-align: center;
}

.icon-image img {
    margin: 0px auto;
    padding-bottom: 20px;
    
}

.cta-text h2 {
    font-family: Brighter;
    font-size: 75px;
    line-height: 58px;
    text-align: center;
    color: #EE5826;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
    padding-bottom: 40px;
    font-style: normal;
    font-weight: normal;
}

.cta-text p {
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.0075em;
    color: #323648;
    font-style: normal;
    font-weight: normal;
    font-family: 'Caros Soft Light';
}

.cta-text p strong { 
  font-family: 'CarosSoft';
}


.cta-btn a {
    width: auto;
    background-color: #ee5723;
    border: 2px solid #ee5723;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    padding: 20px 35px;
    text-align: center;
    text-indent: unset;
    margin: 0px 5px;
    position: relative;
    z-index: 999;
  min-width:175px;
}

.cta-btn.cta-btn2 a { 
    background-color: #fff; 
    color: #ee5723; 
    border: 2px solid #ee5723;
}

.cta-btn.cta-btn1 {
    text-align: right;
}

.cta-btn.cta-btn2 {
    text-align: left;
}
.agent-outer-wrap.agent-outer-wrap1{
  padding: 160px 0px 100px;
}
.agent-outer-wrap {
    padding: 110px 0px 70px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.agent-info {
    position: absolute;
    width: 320px !important;
    right: 0px;
    bottom: -30px;
}

.agent-text h2 {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
  max-width:600px;
}
.agent-text h2 span {
    font-family: Brighter;
    font-size: 65px;
    line-height: 58px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}

.agent-text {
    padding-bottom: 30px;
}

.agent-text p { 
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.0075em;
    color: #FFFFFF;
    max-width: 450px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Caros Soft Light';
}

 
.curve-image img {
    width: 100% !important;
}

.curve-image {
    margin-top: -140px;
}

.agent-info h4 {
    margin: 0px !important;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-family: 'CarosSoft';
}

.agent-info h3 { 
    margin: 0px !important;
    padding: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
}

span.youtube-link p {
    display: flex;
    cursor: pointer;
}

span.youtube-link p span {
    padding: 23px 20px;
    font-size: 23.3846px;
    line-height: 25px;
    letter-spacing: -0.0075em;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-family: 'Caros Soft Light';
}










/******** Landing Page 2 *********/

.banner-outer-wrap.lp-banner-wrap {
    padding: 250px 0px 50px;
    margin-top: -130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-outer-wrap.lp-banner-wrap:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    background: linear-gradient(0deg, #161617 2.53%, rgb(0 0 0 / 20%) 95.95%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.lp-banner-wrap .banner-left .banner-text {
    position: relative;
    bottom: initial !important;
    max-width: 100% !important;
    padding-bottom: 30px;
}

.ban-cta.ban-cta1 {
    margin-right: 25px;
}

.banner-cta-inner {
    display: flex !important;
}

.lp-banner-wrap .banner-left-inner {
    position: relative;
    bottom: -50px;
}

.lp-banner-wrap .banner-text h2 span {
    font-family: Brighter;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 59px;
}

.ban-cta a {
    width: auto;
    background-color: #ee5723;
    border: 2px solid #ee5723;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    padding: 20px 35px;
    text-align: center;
    text-indent: unset;
    margin: 0px 5px;
    position: relative;
    z-index: 999;
  min-width:175px;
}


.ban-cta.ban-cta2 a {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 50px;
     min-width: 248px;
}


.ban-rgt-text {
    position: absolute;
    max-width: 220px;
    right: 20px;
    bottom: 0px;
}

p.lp-img-right img {
    max-width: 200px;
}

.ban-rgt-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 10px;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 0px;
    font-family: 'Caros Soft Light';
}

.why-outer-wrap.lp-sec-2 {
    padding: 70px 0px 0px;
}

.lp-sec-7 .cta-btn.cta-btn1 {
    text-align: center;
}

.icon-outer-wrap.lp-sec-6 {
    padding: 70px 0px 20px;
}

.lp-blurb-inner .icon-blurb-header h3 {
    margin: 0px;
    padding: 0px 0px 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #323648;
}

.lp-blurb-inner .icon-blurb-header {
    min-height: auto !important;
}

 

.icon-slider-image img {
    margin: 0px auto;
    padding-bottom: 20px;
    height: 94px;
}

.icon-slider-header h3 {
    margin: 0px;
    padding: 0px 0px 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #323648;
}

.icon-slider-text p {
    margin: 0px;
    padding: 0px 0px 20px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #323648;
    font-weight: normal;
    font-family: 'Caros Soft Light';
}

.icon-slider-text p strong {
  font-family: 'Caros Soft Bold';
}


.icon-slider-item {
    padding: 0px 20px 40px 20px;
}

.agent-cta a {
    width: auto;
    background-color: #ee5723;
    border: 2px solid #ee5723;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    padding: 20px 35px;
    text-align: center;
    text-indent: unset;
    margin: 0px 0px;
    position: relative;
    z-index: 999;
  min-width:175px;
}

.agent-text1 h2 {
    max-width: 520px;
}
.agent-cta.agent-cta2 a {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 50px;
}


.lp-sec-5 .agent-text p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.0075em;
    color: #fff;
    max-width: 550px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Caros Soft Light';
}


.lp-sec-5 .agent-text p strong { 
    font-family: 'CarosSoft';
}



.lp-sec-3 .review-text p {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #323648;
    padding: 20px 0px 30px;
    max-width: 550px;
}

.lp-sec-3 .review-text h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 186.6%;
  color: #323648;
  font-family: 'Caros Soft Light';
}

.lp-sec-3 .review-right {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

.lp-sec-3 .review-left {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

.lp-sec-3 .review-text {
    padding-left: 50px;
}


.lp-sec-2 .why-us-header h2 {
    padding-bottom: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #323648;

}

.agent-cta-inner {
    display: flex !important;
}

.agent-cta.agent-cta1 {
    margin-right: 25px;
}

.review-outer-wrap.lp-sec-3 {
    padding: 70px 0px;
    width: 100% !important;
    display: table !important;
    max-width: 3100px !important;
    margin: 0px auto !important;
    float: none !important;
}























/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:770px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 770px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    border-radius:0px;
		box-shadow:none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */
  

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -35px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: 1px solid ;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: ; 
    border-color: ;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: ; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
		border-radius:1px;
    background-color: #ee5723; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ee5723;/* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  
  .header-menu li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:after{display:none}
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ee5723; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    transform:rotate(-90deg);
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
    box-shadow: none;
}
  
  .child-trigger.child-open i:after{
		transform:rotate(-180deg);
  }
  .child-trigger.child-open i{
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  


  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 20px; /* Font size of top level list items */
    line-height: 25px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .header-menu li.hs-menu-item.hs-menu-depth-1:nth-child(5) a{
    margin-left: 0px;
  }
  
}



.three-months-free-ty__right { margin-top: -60px; }



/******** Responsive code starts here *******/
@media (min-width: 1500px) {
  .banner-outer-wrap1.hero-three-months-lp { background-image: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Hero_image_4k.svg) !important; }
  .hero-three-months-lp:before{ content:none !important; }
  .hero-three-months-lp:after{ content:none !important; }
  .month-3-full .container-fluid .row-fluid .page-center { max-width: 1326px !important; }
  .banner-outer-wrap1.hero-three-months-lp { padding-top: 200px; padding-bottom: 170px; }
  .hero-three-months-lp .form-title { font-size: 34px; }
  .hero-three-months-lp .hs-form-field input { line-height: 42px !important; font-size: 16px; }
  .partners-logo-with-label__wrap { padding: 57px 0px; text-align: center; }
  .review-rating__right { display: flex; flex-wrap: wrap; justify-content: flex-end; }
  .review-rating__item-wrap { display: flex; flex-wrap: wrap; max-width: 560px; }
  .what-you-see .text-with-cta-popup__main-wrap { padding-bottom: 142px; }
  .vertical-slider-wrap { padding: 169px 0px 175px; }
  .vertical-slider__top h2 { font-size: 40px; line-height: 52px; }
  .vertical-slider__item--text p { font-size: 40px; line-height: 52px; color: #323648; }
  .vertical-slider__slide .slick-slide img { max-width: 600px; width: 100%; }
  .text-with-cta-popup__wrap { padding: 170px 0px 184px; }
  .text-with-cta-popup__text h2 { font-size: 40px; line-height: 52px; }
  .text-with-cta-popup { max-width: 570px; }
  .review-rating__wrap { padding: 183px 0px; }
  .review-rating__left h2 { font-size: 54px; line-height: 70px; color: #323648; }
  .review-rating__left--inner { max-width: 564px; }
  .review-rating__logo { padding-top: 70px; }
  .review-rating__item-text h3 { font-size: 14px; line-height: 18px; }
  .review-rating__item-text p { color: #323648; font-size: 24px; line-height: 30px; }
  .review-rating__item-text { padding-bottom: 24px; }
  .text-editorial-with-bg__text h2 { font-size: 40px; line-height: 52px; font-weight: 400; }
  .text-editorial-with-bg__text { max-width: 343px; width: 100%; position: relative; }
  .text-editorial-with-bg__text p { font-size: 24px; color: #fff; }
  .text-editorial-with-bg__wrap { padding: 254px 0px 228px; }
  .benefits-comparision__top h2 { font-size: 44px; line-height: 57px; max-width: 560px; }
  .benefits-comparision__wrap { padding: 160px 0px 80px; }
  .benefits-comparision__top { text-align: center; padding-bottom: 154px; }
  .benefits-comparision__table { max-width: 890px; }
  .bc-head__item1.bc-head__item h3 { font-size: 18px; }
  .bc-head__item h3 { font-size: 18px; }
  .bc-col-item p { font-size: 18px; }
  .text-with-image-module__left h2 { font-size: 54px; line-height: 70px; }
  .text-with-image-module__left-content { max-width: 420px; padding-bottom: 40px; }
  .text-with-image-module__wrap { padding: 64px 0px 188px; }
  .partners-logo-with-top-label__wrap { background: #f8f8f8; padding: 91px 0px; }
  .partners-logo-with-top-label__heading p { font-size: 30px; }
   .partners-logo-with-top-label__heading { text-align: center; padding-bottom: 40px; }
  .text-with-cta-popup__btn a { font-size: 18px; }
  
  
}


@media (max-width: 1340px) {
  
  .icon-blurb-text p br ,
  .icon-blurb-header h3 br ,
  .icon-slider-text p br {
      display: none;
  }

  
}

@media only screen and (min-width:1350px) and (max-width: 1470px) {
  
  .icon-blurb-text p br ,
  .icon-blurb-header h3 br ,
  .icon-slider-text p br {
      display: none;
  }

  
}

@media (max-width: 1080px) {
  .month-3-full .container-fluid .row-fluid .page-center {
      max-width: 90% !important;
  }
  
}

/************** ipad ***************/

@media (max-width: 1080px) {

  body a#cta_button_3956515_c960e4ed-d340-4e59-b668-f437269f6555 {
      font-size: 14px !important;  
  }
  
 .logo-image img {
      text-align: center;
      margin: 0px auto;
      padding: 15px 0px;
  }
  
  .banner-text h2 {
      color: #fff;
      font-size: 34px;
      line-height: 50px;
  }
  
  .banner-text h2 span {
      font-family: Brighter;
      font-size: 58px;
  }  
  
  a.banner-cta {
      color: #fff;
      margin-top: 20px;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 30px;
      width: 90%;
  }  

  .banner-form .legal-consent-container p {
      color: #fff;
      padding: 5px 0px 10px;
      font-size: 12px;
      line-height: 15px;
        font-family: 'Caros Soft ExtraLight';
  }  
  .banner-form .legal-consent-container p strong {
    font-family: 'CarosSoft';
}
  .why-us-header h2 {
      padding-bottom: 30px;
      font-size: 30px; 
  }


  .text-blurb-item {
      padding: 10px 12px; 
  }  

.text-blurb-header h3 {
    font-size: 18px;
    padding: 5px 0px 0px 0px;
} 

  .text-blurb-text ul li {
      padding: 0px 10px 0px 30px;
      font-size: 17px;
      line-height: 34px;
  }  

  .icon-outer-wrap {
      padding: 0px 0px 50px;
  }  

  .icon-main-header h2 {
      font-size: 28px;
      line-height: 40px;
  }  

  .icon-blurb-header h3 {
      padding: 0px 0px 10px;
      font-size: 17px;
      line-height: 25px;
  }  

  .icon-blurb-text p {
      padding: 0px 0px 20px;
      font-size: 16px;
      line-height: 23px;
  }  

  .agent-text h2 {
      padding-bottom: 20px; 
      font-size: 30px;
      line-height: 30px; 
  }  

  .agent-text p { 
      font-size: 16px;
      padding-bottom: 20px;
  }  

  .agent-text {
      padding-bottom: 30px;
  }  

  span.youtube-link p span {
      padding: 23px 21px;
      font-size: 19.3846px;
      line-height: 25px;
      letter-spacing: -0.0075em;
      color: #fff;
  }  

  .cta-text h2 {
      font-size: 55px;
      line-height: 40px;
      padding-bottom: 30px;
  }  

  .cta-text p {
      padding-bottom: 40px;
      font-size: 18px;
      line-height: 25px; 
  }  

  .footer-menu a { 
      margin-bottom: 7px;
      font-size: 16px; 
  }  

  .footer-menu ul li {
      min-width: 100%;
      padding-right: 20px;
  }

  .curve-image {
      margin-top: -100px;
  }  
  
  .banner-form input[type="text"],
  .banner-form input[type="password"],
  .banner-form input[type="email"],
  .banner-form input[type="tel"],
  textarea {
      height: 57px;
  }
  
  .lp-banner-wrap .banner-left .banner-text { 
      padding-right: 0px;
  }
  
  .ban-cta.ban-cta2 a { 
      padding: 19px 30px;
  }
  
  .banner-outer-wrap.lp-banner-wrap {
      padding: 170px 0px 50px;
      margin-top: -130px;
  }
  
  .lp-sec-2 .why-us-header h2 { 
      font-size: 26px; 
  }
  
  .banner-text h2 { 
      line-height: 30px;
  }
  
  .lp-sec-3 .review-text p { 
      font-size: 26px;
      line-height: 40px;  
  }
  
  .lp-sec-3 .review-text h5 { 
      font-size: 18px;
      line-height: 1.4; 
  }
  
  .icon-slider-item {
      padding: 0px 10px 20px 10px;
  }
  
  
  .lp-banner-wrap .banner-left {
      width: 100% !important;
  }
  
  
  .lp-banner-wrap.ban-rgt-text {
      position: relative;
      max-width: 220px;
      right: initial;
      bottom: 0px;
      padding-top: 20px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  
  

  .header-menu {
      width: 100% !important;
  }
  
  .header-outer-wrap {
      background-color: ;
      padding: 20px 0px 20px;
  }  
  
   
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
      padding: 20px 0px;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
      border-bottom: 2px solid transparent;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      color: ;
    	margin-bottom: 5px;
  }
  
  .header-menu li.hs-menu-item.hs-menu-depth-1:last-child a {
      margin-top: 20px;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
      background-color: transparent;
    	padding: 5px 0;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
      left:0;
    	transform:translateX(0) translatey(0);
      box-shadow:none;
  }
  
  .header-logo { 
    padding-top: 0px;
  }
  
  .header-cta {
      position: absolute;
      top: 14px;
      right: 17%;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
      display: inline-block;
      float: none;
      margin: 0 0 0 0px !important;
      border: 0px;
      border-bottom: 0px solid ;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    	color: ;
  }
 
  .text-blurb-item {
      padding: 10px 20px; 
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  
  
  .text-blurb-item1 {
      padding: 10px 20px; 
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  
  .slick-dots {
      position: absolute;
      bottom: -25px;
      display: block;
      width: 98%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
  }
  
  .review-left {
      width: 100% !important;
      padding-bottom: 30px;
  }
  
  .review-right {
      width: 100% !important;
      margin: 0px !important;
  }
  
  .icon-blurb-item { 
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
  }
  
  .icon-blurb-header {
      min-height: 100% !important;
  }
  
  .lp-sec-3 .review-left {
      width: 50% !important;
      padding-bottom: 30px;
  }
  
  .agent-left {
      width: 100% !important;
  }
  
  .agent-info {
      position: relative;
      bottom: initial;
      padding-top: 30px;
  }

  .agent-info h3 {
      font-size: 18px;
      line-height: 24px;
  }
  
  .agent-info h4 { 
      font-size: 18px;
      line-height: 24px; 
      padding-bottom: 0px;
  }
  
  .lp-sec-3 .review-text p {
      font-size: 24px;
      line-height: 34px;
  }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.banner-outer-wrap.banner-outer-wrap1.hero-three-months-lp {
    background-image: url(https://content.accommodation.co.uk/hubfs/Hero_image_tablet.png)!important;
}
  .vertical-slider__top h2 { font-size: 28px; line-height: 36px; }
  .text-with-cta-popup__text h2 { font-size: 28px; line-height: 36px; color: #323648; }
  .three-months-lp p { font-size: 14px; line-height: 22px; }
  .partners-logo-with-label__item p { font-size: 15px; }
  .partners-logo-with-label__item { padding-right: 6px; padding-left: 6px; }
  .vertical-slider__item--text p { font-size: 28px; line-height: 36px; color: #323648; padding-right: 30px; }
  .vertical-slider__slide .slick-dots { right: -20px; }
  .review-rating__left h2 { font-size: 34px; line-height: 44px; color: #323648; }
  .banner-left { width: 54% !important; }
  .banner-left .banner-text { max-width: 54%; padding-right: 0px; }
  .banner-text h2 { font-size: 50px !important; line-height: 55px !important; width: 90%;}
  .banner-right { width: 40% !important; }
  .hero-three-months-lp .form-title { font-size: 24px; line-height: 31px; padding-bottom: 14px; }
  .hero-three-months-lp input.hs-button { padding-top: 16px; padding-bottom: 16px; font-size: 15px; }
  .banner-form .legal-consent-container p { color: #fff; padding: 5px 0px 10px; font-size: 10px; line-height: 17px; font-family: 'Caros Soft ExtraLight'; }
  .hero-three-months-lp .hs-form-field input { line-height: 19px !important; height: auto !important; padding-top: 10px; padding-bottom: 10px; font-size: 12px; }
  a.three-months-free-btn { font-size: 10px; line-height: 20px; color: #fff; text-decoration: underline; }
  .partners-logo-with-label.only-label .partners-logo-with-label__item:nth-child(3) img { max-width: 80px !important; }
  .partners-logo-with-label.only-label .partners-logo-with-label__item:nth-child(4) img { max-width: 86px !important; }
  .partners-logo-with-label.only-label .partners-logo-with-label__item:nth-child(2) { -ms-flex: 0 0 22.66%; flex: 0 0 22.66%; max-width: 22.66%; }
  .partners-logo-with-label.only-label .partners-logo-with-label__item:nth-child(2) img { max-width: 165px; }
  .vertical-slider-wrap { padding: 82px 0px 102px; }
  
  
  
   }


/************** iphone roatate***************/

@media (max-width: 767px) {
  
  .banner-outer-wrap1.hero-three-months-lp {
    background-image: url(https://content.accommodation.co.uk/hubfs/Hero_image_mobile.png)!important;
 }
 .banner-left .span12 {
    min-height: 0px !important;
} 
.text-with-image-module__left-line {
    display: none;
}

  
  .three-months-free-ty__right {
      width: 100%;
  }

  .three-months-free-ty__left {
      width: 100%;
  }
  
  
  .three-months-free-ty__right {
      width: 100%;
      text-align: center;
      padding-bottom: 60px;
  }
  
  .three-months-free-ty__wrap {
      padding: 90px 0px 30px;
  }
  
  .three-months-free-ty__right img {
      display: inline-block;
  }
  
  .three-months-free-ty__lf-inner {
      width: 100%;
      max-width: 340px;
      margin: 0px auto;
      text-align: center;
  }

  .three-months-free-ty {
      flex-direction: column-reverse;
  }
  
  .three-months-lp h2 {
    font-size: 48px !important;
    font-weight: 400 !important;
  }
  
  .text-with-cta-popup__wrap {
      padding: 94px 0px;
  }
  
  .text-with-image-module__wrap {
      padding: 60px 0px 60px;
  }
  
  
  .list-content__wrap {
      padding: 90px 0px;
  }
  
  
  .review-rating__wrap {
      padding: 90px 0px;
  }
  
  .review-rating__left h2 {
      font-size: 30px;
      line-height: 44px;
      color: #323648;
  }
  
  .review-rating__left {
      width: 46%;
  }
  
  .review-rating__right {
      width: 50%;
  }
  
  .review-rating__item-text p {
      color: #323648;
      font-size: 20px;
  }
  
  .only-label .partners-logo-with-label__item:first-child {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }
  
  .vertical-slider-wrap {
      padding: 90px 0px 90px;
  }
  
  .vertical-slider__slide .slick-dots {
      right: -20px;
  }
  
  .vertical-slider__item--text {
      width: 45%;
      padding-right: 6%;
  }
  
  .vertical-slider__item--text p {
    font-size: 36px;
    line-height: 48px;
    color: #323648;
    max-width: 430px;
  }


  
  .only-label .partners-logo-with-label__item {
      -ms-flex: 0 0 43%;
      flex: 0 0 43%;
      max-width: 43%;
      margin-bottom: 30px;
  }
   
  .header-cta-desktop-mobile{
    display:block !important;
  }
  
  .header-cta-desktop{
    display:none  !important;
  }
  
  .slider-left-img{
   display:none; 
  }
  
  img.logo-mobile {
      min-width: 160px;
  }
  
  .header-chat {
      font-size: 13px  
      padding: 10px 8px!important; 
      margin: 0px 8px!important; 
  }
  .agent-info {
    display: none !important;
}
  .header-cta-desktop-mobile p {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }
  .cta-btn a {
    width: 100%;
    display: inline-block;
    max-width: 250px;
}
  .header-logo img {
      margin: 10px auto 20px auto;
  }
  
  .header-logo img {
      margin: 10px auto 20px auto;
  }
  
  .slider-main-header {
      padding-top: 0px !important;
  } 
  
  .form-bottom-image {
      padding: 20px 0px 0px 0px;
  }

  .haeder-cta {
      text-align: center !important;
  }
  
  .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children::before{
    display:none;
  }
  
  body.ebook-3 .row-fluid .ebook-section2 .form-container {
  }
  
  body .row-fluid .ebook-section2 form .hs-button {
    margin-top: 30px;
  }
 body input.hs-input.email-edit {
    width: 100%!importaant;
    max-width: 100%;
}
  .click-text{
     margin:10px 0px !important; 
  }
  .footer-top-col2 {
      float: none !important;
  }

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
      padding: 20px 0px;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
      border-bottom: 2px solid transparent;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      color: ;
    	margin-bottom: 5px;
  }
  
  .header-menu li.hs-menu-item.hs-menu-depth-1:last-child a {
      margin-top: 20px;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
      background-color: transparent;
    	padding: 5px 0;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
      left:0;
	    transform:translateX(0) translatey(0);
      box-shadow: none;
  }
  
  .header-logo { 
    padding-top: 0px;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
      display: inline-block;
      float: none;
      margin: 0 0 0 0px !important;
      border: 0px;
      border-bottom: 0px solid ;
  }
  
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    	color: ;
  }
  
  .header-outer-wrap {
      background-color: ;
      padding: 20px 0px 20px;
      position: relative;
  }
  
  .footer-outer-wrap {
      margin-top: -8px;
      text-align: center;
      padding: 50px 0px 20px;
  }
  
  .footer-menu-wrap {
      padding: 30px 0px;
  }
  
  .footer-form {
      max-width: 340px;
      margin: 0 auto !important;
	}
  
  .footer-logo img {
      max-width: 150px !important;
      height: auto;
  }
  
  .footer-col {
      width: 100% !important;
  }
 
  .footer-logo img {
      max-width: 215px !important;
      text-align: center;
      float: none;
      margin: 0px auto;
  }
  
  .footer-logo {
      text-align: center !important;
      width: 100% !important;
      float: none;
      padding-top: 20px;
  }

  .footer-top-header {
      text-align: center;
      padding: 20px 0px;
  }

  a.footer_button {
      margin-left: 0px;
  }
  
  .haeder-cta p { 
      font-size: 17px;
      line-height: 1.5;
      margin: 0px;
  }
    
  .text-blurb-item , 
  .text-blurb-item1  {
      padding: 10px 20px; 
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  
  .slick-dots {
      position: absolute;
      bottom: -45px;
      width: 98%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
  }
  
  .review-left {
      width: 100% !important;
      padding-bottom: 30px;
  }
  
  .review-right {
      width: 100% !important;
      margin: 0px !important;
  }
  
  .icon-blurb-item { 
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
  }
  
  .icon-blurb-header {
      min-height: 100% !important;
  }
  
  .agent-left {
      width: 100% !important;
  }
  
  .agent-info {
      position: relative;
      bottom: initial;
      padding-top: 30px;
  }
  
  .banner-form {
      max-width: 100% !important; 
  }
  
  .banner-left .banner-text {
      position: relative;
      bottom: initial;
      max-width: 100%;
     
      padding-bottom: 40px;
  }
  
  .logos-outer-wrap {
      display: none !important;
  }
  
  .cta-btn.cta-btn1 {
      text-align: center;
      padding-bottom: 30px;
  }
  
  .cta-btn.cta-btn2 {
      text-align: center;
  }
  
  .footer-menu ul li {
      min-width: 100%;
      padding-right: 0px;
  }
  
  .footer-text p { 
      text-align: left;
      color: #606060;
  }
  
  .footer-logo img { 
      margin: 0px !important;
      padding-bottom: 30px;
  }
  
  .footer-outer-wrap { 
      text-align: left;
      padding: 50px 0px 20px;
  }
  
  .banner-text {
      padding-right: 0px;
  }
  
  .banner-text h2 {
      color: #fff;
      font-weight: bold;
      line-height: 50px;
      font-size: 30px;
  }
  
  .why-outer-wrap {
      padding: 50px 0px 0px;
  }
  
  .slider-left-img { 
      float: none !important;
      padding: 20px 0px;
  }
  
  .curve-image {
      margin-top: -20px;
  }
  
  .agent-info h3 {
      font-size: 18px;
      line-height: 24px;
  }
  
  .agent-info h4 { 
      font-size: 18px;
      line-height: 24px; 
      padding-bottom: 0px;
  }
  
  .banner-outer-wrap {
      padding: 220px 0px 70px;
      margin-top: -160px; 
  }
  
  a.header-chat { 
      font-size: 15px;
      line-height: 20px; 
  }
  
.text-blurb-image {
    padding-bottom: 0px;
}
  
  .review-outer-wrap.lp-sec-3 {
      padding: 50px 0px;
      width: 100% !important;
      display: inline-block !important;
      max-width: 100% !important;
      margin: 0px auto !important;
      float: none !important;
  }

  .lp-sec-3 .review-left {
      display: inline-block !important; 
  }
  
  .lp-sec-3 .review-right {
      display: inline-block !important; 
  }
  
  .lp-sec-3 .review-text {
      padding-left: 0px;
  }
 
  .ban-rgt-text {
      position: relative;
      max-width: 100%;
      right: 0px;
      bottom: 0px;
  }

  .lp-banner-wrap .banner-left .banner-text {
      position: relative;
      bottom: initial;
      max-width: 100%;
      text-align: left;
      padding-bottom: 40px;
  }
  
  
  .lp-banner-wrap .banner-text p {
      justify-content: left;
  }

  
  .lp-banner-wrap .banner-text h2 {
      color: #fff;
      font-weight: bold;
      font-size: 28.7838px;
      line-height: 41px;
  }
  
  .lp-banner-wrap .banner-text h2 span { 
      font-size: 52.7703px;
      line-height: 41px;
  }
  
  .banner-cta-inner {
    display: inline-block !important;
  }
  
  .ban-cta a {
      display: block !important;
  }
  
  .ban-cta.ban-cta1 {
      margin-right: 0px;
      margin-bottom: 20px;
  }
  
  .banner-cta-inner {
      display: inline-block !important;
      width: 80% !important;
  }
  
  .ban-cta.ban-cta2 a {
      padding: 19px 35px;
  }
  
  .ban-rgt-text {
      position: relative;
      max-width: 100%;
      right: initial;
      bottom: initial;
      display: inline-block !important;
      padding-top: 30px;
  }
  
  .agent-cta-inner {
      display: block !important;
  }
  
  .agent-cta a {

    display: block;
    
}
  
  .agent-cta.agent-cta1 {
      margin-right: 0px;
      margin-bottom: 20px;
      width: 100%;
  }
  

  .icon-outer-wrap.lp-sec-6 {
      padding: 70px 20px 20px;
  }
  
  .agent-cta.agent-cta2 a { 
      padding: 20px 35px;
  }
  
  
  p.lp-img-right img {
      max-width: 200px;
      margin: 0px auto;
  }
  
  .ban-rgt-text { 
      padding-top: 30px;
      text-align: center;
      width: 100% !important;
  }
  
  .lp-sec-3 .review-text p {
      font-size: 26px;
      line-height: 34px;
  }
  
  .lp-sec-3 .review-text h5 { 
      font-size: 16px;
      line-height: 32px;
  }
  
  .icon-main-header h2 { 
      font-size: 26px;
      line-height: 34px;
  }
  
  .agent-outer-wrap.lp-sec-5 {
      padding: 260px 0px 20px;
      background-size: cover;
      background-position: 62% 0px;
      position: relative;
  }
  
  .haeder-cta p {
    font-weight: 700;
    font-family: 'Nunito',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 15px !important;
}
  
  
  
  
}


@media (max-width: 279px) {
  .safe-hands .pl-item1 { order: 4; -ms-flex: 0 0 45% !important; flex: 0 0 45% !important; max-width: 45% !important; }
  .safe-hands .pl-item2 { order: 5; -ms-flex: 0 0 45% !important; flex: 0 0 45% !important; max-width: 45% !important; }
  .safe-hands .pl-item3 { order: 1; }
  .safe-hands .pl-item4 { order: 2; -ms-flex: 0 0 33.3% !important; flex: 0 0 33.3% !important; max-width: 33.3% !important; }
  .safe-hands .pl-item5 { order: 3; -ms-flex: 0 0 33.3% !important; flex: 0 0 33.3% !important; max-width: 33.3% !important; }
  .partners-logo-with-label__inner { 
    justify-content: center;
  }
  .three-months-cta {
      display: block !important;
  }
  
  .three-months-cta .get-started-hero {
      width: 100%;
      box-sizing: border-box !IMPORTANT;
      text-align: center;
      font-size: 16px !important;
  }
  
  .banner-outer-wrap {
      padding: 360px 0px 70px;
      margin-top: -160px;
  }
  
  .vertical-slider__item--text p {
      max-width: 100%;
  }
  
  .vertical-slider__item--con {
      width: 100%;
      max-width: 100%;
  }
  
  .review-rating__left--inner {
      max-width: 100%;
  }
  
  .banner-right {
      display: none !important;
  }

  .three-months-lp p {
      text-align: left;
       padding: 0px !important;
      font-size: 14px;
  }

  .vertical-slider__item--text {
      width: 100%;
      padding-right: 0px;
      text-align: center;
  }
  
  .vertical-slider__item--img {
      width: 100%;
      padding-bottom: 30px;
  }
  
  .vertical-slider__item {
      flex-direction: column-reverse;
  }

  .vertical-slider__slide .slick-dots {
      right: 0px;
      bottom: -90px;
      transform: unset;
      top: unset;
      width: 100%;
  }

  .vertical-slider__slide .slick-dots li {
      display: inline-block;
      margin: 0px 4px !important;
  }

  .review-rating__main {
      flex-direction: column-reverse;
  }

  .review-rating__left {
      width: 100%;
      text-align: center;
  }

  .review-rating__right {
      width: 100%;
      padding-bottom: 50px;
  }
  
  
  .review-rating__logo {
      text-align: center;
  }
  
  .review-rating__logo img {
      display: inline-block;
  }
  
  .text-editorial-with-bg__wrap {
      padding: 300px 0px 40px;
  }
  
  .list-content__text-inner {
      background: #fff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
      padding: 44px 0px;
  }
  
  .list-content__text ul li {
      padding-right: 30px;
  }
  
  
  .list-content__heading {
      text-align: center;
      padding-bottom: 40px;
  }
  
  .text-with-image-module__left {
      width: 100%;
      text-align: center;
  }
  

  .text-with-image-module__left-content {
      max-width: 310px;
      padding-bottom: 60px;
      margin: 0px auto;
  }
  
  .text-with-image-module__left-img {
      display: none;
  }  
  
  .text-with-image-module__right {
      width: 100%;
      text-align: center;
  }
  
  .text-with-image-module__right-mb {
      display: block;
      text-align: center;
      padding-top: 40px;
  }

  .text-with-image-module__right-mb img {
      display: inline-block;
  }
  
  .partners-logo-with-top-label__wrap .partners-logo-with-label__item {
      -ms-flex: 0 0 33.3%;
      flex: 0 0 33.3%;
      max-width: 33.3%;
      margin-bottom: 30px;
  }
  
  .text-editorial-with-bg__text {
      max-width: 100%;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0px;
      right: 0px;
      padding: 18px 35px 25px;
      text-align: center;
      min-height: 150px;
  }
  .text-editorial-with-bg__text-inner h2 span {
      font-family: 'CarosSoftBold';
  }
  .text-editorial-with-bg__text h2 {
      font-size: 22px;
      color: #fff;
      font-weight: 400;
  }

  .text-editorial-with-bg__wrap {
    padding: 440px 0px 120px;
    background-image: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Logo/HELEN.png) !important;
    background-size: cover;
    background-position: right center;
    position: relative;    
  }

  .list-content__text ul li:last-child {
      border-bottom: 1px solid #e5e5e5;
  }
  
  .vertical-slider-wrap {
      padding-top: 94px;
      padding-bottom: 217px;
  }
  
  
  .text-editorial-with-bg:before {
      background-image: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Black_gradient.png);
      content: "";
      width: 100%;
      height: 300px;
      position: absolute;
      left: 0px;
      top: 230px;
      background-size: cover;
  }
  
  
  .text-editorial-with-bg__wrap:before{
    content: none;
  }
  
  .partners-logo-with-top-label__wrap .partners-logo-with-label__item:nth-child(4) ,
    .partners-logo-with-top-label__wrap .partners-logo-with-label__item:nth-child(5) {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 30px;
  }
  
 
  .get-started-hero {
      padding: 15px 34px;
      background: #ee5723;
      border: 1px solid #ee5723;
      border-radius: 6px;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      cursor: pointer;
  }
  
  .vertical-slider-wrap .slick-arrow {
      opacity: 1 !important;
      width: 25px;
      font-size: 0px;
      height: 25px;
      outline: 0px !important;
  }
  
  .vertical-slider__slide .slick-dots button {
      width: 10px;
      height: 10px;
  }
  
  .vertical-slider-wrap .slick-prev {
      background: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Prev.svg);
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      transform: translate(-50%, -50%);
      top: 33%;
      position: absolute;
      left: 0px;
  }
   
  
  .vertical-slider-wrap .slick-next {
      background: url(https://content.accommodation.co.uk/hubfs/3%20Months%20Free%20-%20LP/Next.svg);
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      transform: translate(0%,-50%);
      top: 33%;
      position: absolute;
      right: -20px;
  }
  
  .vertical-slider__item {
      flex-direction: column-reverse;
      padding: 0px 20px;
  }
}

@media (max-width: 575.98px) { 
    .banner-outer-wrap1 {
        padding: 110px 0px 40px !important;
    }

    .banner-text-mobile {
        margin-top: 2rem;
        display: flex !important;
        justify-content: center;
    }

    .banner-text {
        padding-bottom: 16px !important;
    }

    .banner-text img{
        margin: auto;
    }
    .banner-text h2 {
        text-align: center;
    }
  
    .banner-text h2 img{
        margin-bottom: 1rem !important;
    }

    .banner-text .lp-bg-img {
        display: none;
    }
     
    a.banner-cta {
        display: none;
    }
}

@media (max-width: 540px) {
  .text-with-cta-popup__btn a:first-child {
      margin-bottom: 20px;
  }
  
  .text-with-cta-popup__btn a {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px !important;
  }
  
  .only-label .partners-logo-with-label__item:nth-child(2) { -ms-flex: 0 0 62%; flex: 0 0 62%; max-width: 62%; }
  .only-label .partners-logo-with-label__item:nth-child(3) { -ms-flex: 0 0 27%; flex: 0 0 27%; max-width: 27%; }
}


/************** iphone ***************/

@media (max-width: 479px) {
  .partners-logo-with-top-label__wrap.safe-hands .pl-item3 img { max-width: 86px; }
  .partners-logo-with-top-label__wrap.safe-hands .pl-item4 img { max-width: 66px; }
  .partners-logo-with-top-label__wrap.safe-hands .pl-item5 img { max-width: 79px; }
  .partners-logo-with-top-label__wrap.safe-hands .pl-item1 img { max-width: 132px; }
  .partners-logo-with-top-label__wrap.safe-hands .pl-item2 img { max-width: 87px; }
  .review-rating__item:nth-child(2n+1) {
      margin-right: 0px;
  }
  
  .text-editorial-with-bg__text {
      display: flex;
      align-items: center;
  }

  .text-editorial-with-bg:before {
      top: 171px;
  }
  
  .text-editorial-with-bg__text {
      min-height: 210px;
  }
  
  .text-with-cta-popup__btn a {
      display: inline-block;
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
  
  .list-content__wrap {
      padding-top: 95px;
  }
  
  .review-rating__item-text h3 {
      color: #bdbdbd;
      font-size: 14px;
      margin-bottom: 7px;
  }

  .review-rating__right {
      width: 100%;
      padding-bottom: 90px;
  }

  .review-rating__wrap {
      padding: 99px 0px;
  }
  
  .review-rating__item-text p {
      color: #323648;
      font-size: 22px;
  }
  
  .text-editorial-with-bg__text h2 {
      font-size: 26px;
      color: #fff;
      font-weight: 400;
      line-height: 34px;
  }
  
  .text-editorial-with-bg__text p {
      font-size: 20px;
      color: #fff;
  }
  
  .zero-hassle .text-with-cta-popup {
      max-width: 70%;
  }

  .hero-three-months-lp .three-months-lp {
      padding-bottom: 27px;
  }


  .vertical-slider__top h2 {
      line-height: 31px;
  }
  
  
  .only-label .partners-logo-with-label__item p {
      font-size: 14px;
  }
  
  
  .hero-three-months-lp {
      padding-bottom: 37px !important;
  }

  .modal-content {
      margin: 8% auto;
      padding: 45px 20px;
      width: 90%;
      max-width: 500px;
      background: #f7f7f7;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
      border-radius: 10px;
  }

  
  .list-content__text-inner {
      padding-bottom: 0px;
  }

 
  .list-content__wrap {
      padding-bottom: 45px;
  }

  .list-content__heading h2 {
      font-size: 26px;
      line-height: 36px;
  }

  .partners-logo-with-label__wrap {
      padding: 28px 0px;
      text-align: center;
  }

  .list-content__text ul li {
      font-size: 16px;
  }
  
  
  .vertical-slider__top {
      text-align: center;
      padding-bottom: 86px;
  }
  
  .text-with-cta-popup__text h2 {
      font-size: 30px;
      line-height: 42px;
      color: #323648;
  }
  
  
  .vertical-slider__item--text p {
      font-size: 24px;
      line-height: 32px;
  }
  
  .vertical-slider__top h2 {
      font-size: 24px;
      color: #323648;
  }

  .text-with-cta-popup__btn a {
      width: 100%;
  }
  
  .review-rating__item {
      width: 100%;
      background: #fff;
      box-shadow: 0px 0px 4px rgba(0,0,0,0.18);
      border-radius: 5px;
       margin-bottom: 20px;
  }
  
  .what-you-see .text-with-cta-popup__main-wrap {
      border-bottom: 1px solid #bdbdbd;
      padding-bottom: 120px;
  }
  
  .text-with-cta-popup__btn a:first-child {
      margin-right: 0px;
      margin-bottom: 25px;
  }

  .haeder-cta p { 
      font-size: 15px;
      line-height: 1.5; 
  }
  
  a.header-chat { 
      font-size: 15px;
      line-height: 20px;
      font-weight: bold;
      height: auto;
      padding: 12px 10px;
      text-align: center;
      margin: 0px 10px;
  }
  
  a.banner-cta {
      display: none;
  }
  
  .banner-text p { 
      padding: 20px 0px 0px;
  }
  
  .agent-outer-wrap {
      padding: 200px 0px 70px;
      background-size: cover;
      background-position: 80% 0px;
      position: relative;
  }
  
  .agent-outer-wrap:before { 
      position: absolute;
      content: "";
      bottom: 0px;
      top: 0px;
      left: 0px;
      right: 0px;
      background-color: #000;
      opacity: 0.3;
  }
  
  .agent-outer-wrap > div { 
      position: relative;
  }
  
  .lp-sec-2 .why-us-header h2 br {
    display: none !important;
  }
  
  
  .lp-sec-2 .why-us-header h2 {
    font-size: 26px;
    line-height: 30px;
  }
  
  
  
  
  
  
  
}



/************** iphone ***************/

@media (max-width: 379px) {

  span.lp-img-text { 
      font-size: 15.9972px;
      line-height: 25px;
  }

}