/* @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 { 
}


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: 1340px !important;
    padding: 0px 30px !important;
    margin: 0 auto !important;
    float: none !important;
}

.container-fluid .row-fluid .page-center1 {
    max-width: 1800px !important;
    margin: 0 auto !important;
    float: none !important; 
}

.ucFeatureImageBg:before {
    content: "";
    background: linear-gradient(271deg, rgb(0 0 0 / 69%) 0%, rgb(0 0 0 / 28%) 35%, rgb(0 212 255 / 0%) 100%);
    position: absolute;
    top: 0;
}
.blog-left h2{
  font-family: 'Caros Soft Bold'; 
  font-size: 44px;
  align-items: center;
  color: #323648;
}


.blog-left h2 span{
   font-family: 'CarosSoft';
}
.header-logo1 img {
    margin: 0 auto;
}
.form-section {
    background: #f5f7fa;
    padding: 100px 0px;
}
b, strong {
    font-family: 'CarosSoftBold';
}
.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;
}

.post-img-slider .slick-track {
   
    align-items: center;
}
.rld-post-body {
    padding-top: 20px;
}
.post-content .post-body li, .post-small-body li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #323648;
    padding-bottom:10px;
    font-family: 'Caros Soft light';
}
.post-content .post-body img, .post-small-body img {
    border-radius: 5px;
}
.post-content .post-body ul, .post-small-body ul {
    padding-bottom: 10px;
    list-style: disc;
    padding-left: 20px;
}
.blog-list-wrap.blog-list-item .ucPostItem .ucFeatureImageBg img
{
 max-height:400px; 
}
.post-content .post-body ol, .post-small-body ol {
    padding-bottom: 10px;
    list-style-type: decimal;
    padding-left: 0px;
    list-style-position: inside;
}

.post-content .post-body h2, .post-small-body h2 {
  font-size: 36px;
  line-height: 44px;
  color: #323648;
  font-family: 'CarosSoftBold';
}

.post-content .post-body h3, .post-small-body h3 {
  font-size: 30px;
  line-height: 36px;
  color: #323648;
  padding-bottom:20px;
  font-family: 'CarosSoftBold';
}

.post-content .post-body h4, .post-small-body h4 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Caros Soft Regular';
  color: #323648;
  padding-bottom:20px;
}
.rld-featured-image .rel-image {
    overflow: hidden;
    border-radius: 8px;
}
.post-content .post-body h5, .post-small-body h5 {
 font-size: 24px;
  line-height: 30px;
  color: #323648;
  padding-bottom:20px;
  font-family: 'CarosSoftBold';
}
.hs-featured-image-wrapper.hs-featured-image-wrapperratio {
    padding-top: calc(400 / 580 * 100%);
    border-radius: 8px;
    background-size: cover;
    margin-bottom: 10px;
   position: relative;
      background-position: center;
}

.hs-featured-image-wrapper.hs-featured-image-wrapperratio>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  top:0px;
  left:0px;
}

.post-content .post-body h6, .post-small-body h6 {
  font-size: 24px;
line-height: 29px;
  font-family: 'Caros Soft Regular';
  color: #323648;
  padding-bottom:20px;
}

a.rld-post-title:hover {
    text-decoration: underline;
}

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

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

.header-outer-wrap {
	left: 0;
	top: 0;
	position: relative;
	padding: 10px 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: 9999; 
}

.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:nth-child(3) a {
	  display: inline-block;
    text-align: center;
    background: #ee5723;
    border-radius: 6px;
    font-size: 14px;
    font-family: "Caros Soft",sans-serif;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: background-color .15s ease-in;
    padding: 16px 20px;
}

.header-menu li.hs-menu-item.hs-menu-depth-1:nth-child(3) a:hover {
	color: #fff; 
	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 {
    
}
.desktop-display {
    max-width: 1210px;
    margin: 0 auto !important;
    float: none !important;
}
.ebook-section2 select{
      padding: 0px !important;
}

.post-img-slider .slick-slide img {
    border-radius: 8px;
    overflow: hidden;
}

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;
}

/* 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;
  background-color: #fff;
  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 {
  font-weight: bolder;
}

.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;
}


.mob-display {
  display: none !important;
}















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

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


.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: 110px 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;
}

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 input[type="text"],
.banner-form input[type="password"],
.banner-form input[type="email"],
.banner-form input[type="tel"], textarea {
  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: 14px;
    line-height: 20px;
    font-family: 'Caros Soft Light';
}

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

.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;

}



.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;
}



















.blog-list-hero .ucPostItem:first-child {
    display: inline-block !important;
}

.blog-list-hero .ucPostItem {
    display: none !important;
}





.blog-list-item .ucPostItem:first-child {
   /* display: none !important; */
}

.blog-list-item .ucPostItem {
    display: inline-block !important;
}




.ucPostItem {
    padding: 0 0 5px;
    margin-bottom: 50px;
    margin-bottom: 0;
    display: inline-block;
    width: 46%; 
    padding: 40px 0px;
}

.ucPostListing {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ucFeatureImageBg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    border-radius: 10px;
}

.ucPostItem .ucFeatureImageBg img {
    margin-bottom: 15px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.ucFeatureImageBg:before {
    background: rgba(38,40,45,.3);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ucPostHeader h2 a {
    padding: 10px 0px;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    font-family: 'Caros Soft Regular';
    color: #323648;
}

.ucPostItem:hover {
}



.custom-blog-pagination {
    text-align: center;
    padding: 30px 0px;
}


.custom-blog-pagination a.next-posts-link {
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #323648;
}
 
  
.blog-banner {
    padding: 100px 60px;
}
 
/* Numbered Pagination */


.blog-pagination {
    display: block;
    text-align: center;
    padding: 70px 0px;
}

.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}

.blog-pagination a {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 5px 12px;
    font-family: 'Caros Soft Light';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    border: 2px solid transparent;
    line-height: 27px;  
    margin: 0px 20px;
}

.blog-pagination a:hover,
.blog-pagination a:focus {
    border: 2px solid #EE5826;
    color: #EE5826;
}

.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active { 
    border: 2px solid #EE5826;
    color: #EE5826;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    background-color: transparent;
    color: #a7a7a7;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover { 
}



.dropbtn {
    border: 0px solid #ee5723;
    cursor: pointer;
    background-color: transparent;
    padding: 0px 0px;
    color: #ee5723;
    text-transform: capitalize;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}

button.dropbtn.nodropbtn {
      border: 0px solid #ee5723;
    background-color: transparent;
    color: #7b7b7b;
    font-family: 'Caros Soft Light';
    font-weight: 200;
}

.blog-tag-wrap {
    position: absolute;
    z-index: 999;
}

.dropbtn i {
    display: none;
}
.blog-list-wrap.blog-list-item {
    padding-top: 120px;
}

.blog-tags ul li a {
    border: 0px solid #ee5723;
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    padding: 0px 10px;
    color: #7B7B7B;
    text-transform: capitalize;
    border-radius: 4px;
    display: inline-block;
    margin: 0px 50px 0px 0px;
      font-family: 'Caros Soft Light';
}
#infscr-loading{
 display:none !important;  
}
.blog-tags ul li.active a { 
      background-color: transparent;
    color: #ee5723;
}

.blog-tags ul li {
    float: left;
}
.ucPostHeader h2 a:hover {
    text-decoration: underline;
    font-family: 'Caros Soft Regular'; !important;
}
.blog-tags span.filter-link-count {
    display: none;
}
.mob-featured{
 display:none !important; 
}
.dropdown h3 {
    width: 150px;
    float: left;
}

.blog-list-hero .ucPostItem:first-child {
    width: 100% !important;
    max-width: 100%;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 20px;
}

.blog-list-hero .ucPostItem:first-child .ucPostItemContent {
    width: 50%;
    float: right;
    margin-top: -250px;
   padding-left: 50px;
      z-index: 99;
}

.blog-list-hero .ucPostItem:first-child .ucPostItemContent {
    width: 50%;
    float: right;
    margin-top: 250px;
}


.blog-list-hero .ucPostItem:first-child .ucFeatureImageBg {
    width: 50%;
    float: left;
}

.blog-list-hero .ucPostItem:first-child .ucPostHeader h2 a { 
    font-size: 32px;
  font-family: 'Caros Soft Regular';
  padding-top:0px;
}


.blog-list-hero .ucPostItem:first-child .ucFeatureImageBg {
    width: 100%;
    position:relative;
    /*
     * float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
   /* min-height: 531px; */
}
.header-outer-wrap .row-fluid .page-center {
    max-width: 100% !important;
}
.blog-list-hero .ucPostItem:first-child .ucPostHeader h2 a,
.blog-list-hero .ucPostItem:first-child .PostBody_read a {
  color: #fff;
}


.blog-list-hero .ucPostItem:first-child .PostBody_read a:before { 
    background-color: #fff; 
}

.blog-list-hero .ucPostItem:first-child .ucPostItemContent {
    max-width: 40%;
    margin-top: 0;
    margin-right: 50px;
    min-width: 400px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}



a.ucTopicLink {
    background-color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #323648;
    padding: 5px 20px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.PostBody_read a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%; 
    color: #C4C4C4;
    position: relative;
    padding-left: 40px;
  font-family: 'Caros Soft Light';
}

.PostBody_read a:before {
    content: "";
    width: 28px;
    height: 1px;
    background-color: #C4C4C4;
    left: 0px;
    right: 0px;
    top: 8px;
    position: absolute;
}
.blog-tags ul li a:hover {
    color: #555555;
}
.blog-tags.sticky {
    position: fixed;
    top: -20px;
    width: 100% !important;
    background-color: #fff;
    z-index: 9999;
    left: 0;
}

.blog-tags.sticky  .dropdown {
    margin: 0 auto;
    max-width: 1340px !important;
    padding: 0px 30px !important;
}

.blog-list-wrap {  
    width: 100%; 
    position: relative;  
}

.blog-list-wrap:before {
/*     content: "";
    background-image: url(https://content.accommodation.co.uk/hubfs/Blog_2020/Vector%2015-1.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 150px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;max-height: 1350px; */
}

.blog-banner .span12.widget-span.widget-type-cell.page-center {
    max-width: 1300px !important;
}

.blog-list-wrap:after {
/*     content: "";
    background-image: url(https://content.accommodation.co.uk/hubfs/line-bottom1.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 20px;
    background-size: 100% 1400px; 
    background-position: bottom;
    background-repeat: no-repeat; */
}

.nolistcount .blog-list-wrap:after {
  display:none;
}

.list-content {
    position: relative;
    z-index: 99;
}












.blog-post-wrap {
    padding-top: 100px;
}

.post-content .post-body h2 , .post-small-body h2 {
    font-style: normal;
    font-family: 'CarosSoftBold';
    font-size: 36px;
    line-height: 131%;
    color: #323648;
    padding-bottom: 40px; 
}
.rld-featured-image {
    max-width: 100%;
    margin: 0 auto;
}
.post-img-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.post-small-body p:last-child,.post-body  p:last-child{
    padding-bottom: 0;
}
.post-image_layout_1 ,
.post-image_layout_2 ,
.post-image_layout_3 ,
.post-large-body ,
.post-full_image ,
.post-pull-quote , 
.social-share-outer ,
.post-video-outer ,
.post-small-body {
    padding-top: 80px;
}
.blog-tags {
    max-width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0px 0px;
    margin-bottom: 40px;
}
.full_image-img img {
    border-radius: 5px;
}
.container-fluid .row-fluid .social-share-outer .page-center {
    padding: 0px !important;
}


.post-image_layout_1 {
    max-width: 1150px;
    margin: 0px auto;
}
.section.post-body ,
.post-small-body , .post-large-body ,
.post-image_layout_2 , .social-share-outer ,
.post-img-slider , .post-video-outer , 
.post-image_layout_1 , .post-large-body1 {
    max-width: 846px !important;
    margin: 0px auto !important;
}

.post-listing.blog-list-inner.ucPostListing .post-item:first-child {
    display: none !important;
}




body .container-fluid .row-fluid .post-small-body .page-center {
    padding: 0px !important;
}
.imglyt1-img.imglyt1-img2 {
    width: 50%;
}

.imglyt1-inner {
    display: flex;
    align-items: baseline;
    justify-content: end;
    flex-wrap: wrap;
}

.imglyt1-img.imglyt1-img1 {
    padding-right: 30px;
    width: 50%;
}


.imglyt2-img img , .imglyt1-img img , .imglyt3-img img {
    border-radius: 5px;
}


.post-content .post-body p , .post-small-body p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #323648;
    padding-bottom: 20px;
  font-family: 'Caros Soft light';
}   

.large-body-content p strong {
    font-weight: 100;
    font-family: 'Caros Soft Regular';
}

.large-body-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 160%;
    color: #303030;
    padding-bottom: 20px;
      font-family: 'Caros Soft Light';
}

.pull-quote-content blockquote , .post-content .post-body blockquote  {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 160%;
    color: #323648;
    padding-top: 50px;
    background-image: url(https://content.accommodation.co.uk/hubfs/Blog_2020/%E2%80%9C.png);
    background-repeat: no-repeat;
    background-position: top left;
}


.post-rss-header h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 32pt;
    line-height: 65px;
    color: #323648;
    text-align: center;
    padding-bottom: 70px;
}


.blog-rld-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: baseline;
}

.blog-rld-inner {
    width: 33%;
    padding: 0px 50px;
}

.rld-post-body h2 {
        font-family: 'Caros Soft Regular';
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #323648;
    padding-bottom: 30px;
    min-height: 80px;
}

.post-rss-wrap {
    padding: 100px 0px;
}

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

ul.social_icons_container li a {
    color: #C4C4C4;
    font-size: 25px;
}

ul.social_icons_container li {
    float: left;
    margin-right: 25px;
}

ul.social_icons_container {
    display: inline-block;
    width: 100%;
}

.share-header h4 {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #c4c4c4;
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.share-header h4:before {
    content: "";
    width: 28px;
    height: 1px;
    background-color: #c4c4c4;
    left: 0px;
    right: 0px;
    top: 8px;
    position: absolute;
}

.post-video-img img {
    border-radius: 5px;
}

.post-video-img {
    position: relative;
    display: inline-block;
}

.post-video-img span.youtube-link.post-video-link {
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 34px);
}

































/* ==========================================================================
   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:1080px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  .span8.widget-span.widget-type-custom_widget.header-menu.custom-menu-primary.js-enabled {
    position: relative;
    right: -30px;
}
  
  }


/* ==========================================================================
   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: 1080px){

  .banner-post-left {
    width: 50%;
    display: flex;
}
  
  .banner-hero-outer {
    max-width: 280px;
}
  
 .post-small-body, .post-img-slider, .post-video-outer, .blog-post-wrapper .post-body {
    padding-left:30px ;
    padding-right:30px ;

}
  
  
  .post-hero-topic h3:before {
    top: 8px;
}
  

  /* 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: 26px; /* Icon line width */
    height: 3px; /* Icon line height */
		border-radius:1px;
    background-color: #323648; /* 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;
  }
  
}


.social-share-outer {
    border-top: 1px solid #C4C4C4;
    margin-top: 80px !important;  
}

button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

h2.mob-display , .menu-mob {
    display: none;
}

.menu-mob {
    display: none !important;
}

.ucPostItemContent.mob-list-first {
    display: none !important;
}

.hs-blog-post .span12.widget-span.widget-type-custom_widget {
    min-height: 0px;
}


/******** Responsive code starts here *******/



@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:1150px) and (max-width: 2000px){
  

  .ucPostItem {
      width: 46%;   
  }
  
  .header-outer-wrap .row-fluid .page-center {
    max-width: 100% !important;
}
}



@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 only screen and (min-width:1750px) and (max-width: 5470px) {
/*  
  .ucPostItem:first-child .ucPostHeader h2 a {
      font-size: 36px; 
  }
  
  .ucPostHeader h2 a {
    font-size: 26px;
  }
  */
  
  
  
}


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

@media (max-width: 1080px) {  

  body a#cta_button_3956515_c960e4ed-d340-4e59-b668-f437269f6555 {
      font-size: 14px !important; 
  }
  .blog-list-wrap.blog-list-item {
    padding-top: 80px;
}
  .blog-list-hero .ucPostItem:first-child {
    width: 100% !important;
    max-width: 100%;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 0px;
}

  .banner-hero-title h1 {
      font-size: 20px;
  }

  .rld-post-body h2 {
    font-family: 'Caros Soft Regular';
    font-size: 14px;
    line-height: 124%;
    text-align: center;
    color: #323648;
    padding-bottom: 0px;
    min-height: 50px;
}
  .blog-tags ul li a {
    font-size: 12px;
  }
  
  body .container-fluid .row-fluid .post-small-body .page-center,.container-fluid .row-fluid .social-share-outer .page-center 
  {
      padding: 0px 30px !important;
}
  .banner-hero-content {
    padding: 20px 50px;
}
  .container-fluid .row-fluid .page-center {
    padding: 0px 30px !important;
}
  
  .section.post-body, .post-small-body, .post-large-body, .post-image_layout_2, .social-share-outer {
    max-width: 80%;
}
  
   
 .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;
  }  

  .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;
  }
  
  .blog-banner {
      padding: 50px 0px;
  }
  
  .blog-left h2 { 
      font-size: 36px; 
  }
  

 .blog-list-hero .ucPostItem:first-child .ucPostHeader h2 a {  
      font-size: 22px;
  }
  
  .blog-list-wrap:before , .blog-list-wrap:after {
      display: none !important;
  }
  
  .post-content .post-body h2 { 
      font-size: 30px;
      line-height: 131%; 
      padding-bottom: 20px;
  }
  
  .post-content .post-body p { 
      font-size: 18px;
      line-height: 140%;
  }
  
  .large-body-content p { 
      font-size: 24px;  
  }
  
  .pull-quote-content blockquote , .post-content .post-body blockquote { 
      font-size: 30px; 
  }
  
  .imglyt1-img.imglyt1-img1 {
      padding-right: 30px;
      width: 50%;
  }
  
  .imglyt1-img.imglyt1-img2 {
      width: 50%;
  }
  .post-content .post-body p, .post-small-body p, .post-small-body li,.post-content .post-body li
  {
       font-size: 16px;
    line-height: 160%;
  }
  
  .post-rss-header h2 { 
      font-size: 31px;
      line-height: 41px; 
      padding-bottom: 30px;
  }
  
  .blog-rld-inner {
      width: 33%;
      padding: 0px 20px;
  }
  
  .blog-post-wrap {
      padding-top: 70px;
  }

  
  .dropbtn { 
      font-size: 12px;
      line-height: 22px;
  }
  
  .blog-tags ul li a { 
      font-size: 12px; 
      padding: 0px 10px; 
      margin: 0px 30px 0px 0px;
  }
  
  .dropdown h3 {
      width: 120px;
      float: left;
  }
  
  .blog-tags {
      max-width: 100%;
      margin-top: 0px; 
      margin-bottom: 0px;
  }

  .ucFeatureImageBg { 
      min-height: auto; 
  }
  
  .blog-list-hero .ucPostItem:first-child .ucFeatureImageBg { 
      /*min-height: 300px !important; */
  }

  
  .ucPostHeader h2 a {
      font-size: 18px;
  }

  .blog-tags.sticky {
      position: fixed;
      top: 0px; 
  }
  
  
  .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: 0px 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: ;
  }
 
   
  .menu-desktop {
      display: none !important;
  }
  
  .header-logo img {
      width: 35px !important; 
      margin-top: 0px;
  }
  
  .custom-menu-primary.js-enabled {
      position: relative;
      min-height: 0px;
  }
  
  
}

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

@media only screen and (min-width:768px) and (max-width: 1080px)  {
.custom-menu-primary.js-enabled {
    margin-left: 5px;
}
  
  .header-logo-mob{
   display:none !important; 
  }
  .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: 0px 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;
  }
  
  .blog-left h2 {
      font-size: 28px;
  }
  
  
  
  .ucPostHeader h2 a { 
      font-size: 20px; 
  }
  
  a.ucTopicLink { 
      font-size: 12px;
      line-height: 20px; 
      padding: 3px 10px; 
  }
  
 
  .blog-pagination a { 
      padding: 3px 10px; 
      font-size: 18px; 
      margin: 0px 10px;
  }
   
  
  .blog-pagination { 
      padding: 40px 0px;
  }
  
  .menu-mob {
      display: block !important;
  }
  
  .menu-desktop {
      display: none !important;
  }
  
  .header-logo img {
      width: 200px !important; 
      margin-top: 0px;
  }
  
  .custom-menu-primary.js-enabled {
      position: relative;
      min-height: 0px;
  }
  
    .ucFeatureImageBg {
      position: relative;
      min-height: 250px !important;
  }
  
  .blog-list-hero .ucPostItem:first-child .ucPostItemContent {
         width: 53%;
    float: right;
    margin-top: 0px;
    margin-right: 20px;
    min-width:300px;
  }
  .footer-top {
    padding-top: 40px;
    border-top: 1px solid #E5E5E5;
}
  
  
  
  
  
}

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

@media (max-width: 767px) {
  
.blog-list-hero {
    padding-bottom: 20px;
}
  .blog-list-hero .ucPostItem:first-child {
    padding-top: 0px;
}
  .banner-post-image {
    min-height: 350px;
    background-size: cover;
}
  
 .social-share-outer {
    margin-top: 40px !important;
} 
.post-content .post-body h2, .post-small-body h2 {
  font-size: 30px;
  line-height: 38px;
  color: #323648;
  font-family: 'CarosSoftBold';
}

.post-content .post-body h3, .post-small-body h3 {
  font-size: 24px;
  line-height: 30px;
  color: #323648;
  padding-bottom:20px;
  font-family: 'CarosSoftBold';
}

.post-content .post-body h4, .post-small-body h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Caros Soft Regular';
  color: #323648;
  padding-bottom:20px;
}

.post-content .post-body h5, .post-small-body h5 {
 font-size: 20px;
  line-height: 26px;
  color: #323648;
  padding-bottom:20px;
  font-family: 'CarosSoftBold';
}

.post-content .post-body h6, .post-small-body h6 {
  font-size: 20px;
line-height: 26px;
  font-family: 'Caros Soft Regular';
  color: #323648;
  padding-bottom:20px;
}
.post-content .post-body li, .post-small-body li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 10px;
    font-family: 'Caros Soft light';
}
  
  .ucPostItem .ucFeatureImageBg img{
   border-radius:6px; 
  }
.blog-tags:before {
    content: "";
    width: 66px;
    height: 63px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 1px;
    background-image: url(https://content.accommodation.co.uk/hubfs/Gradient%20overlay.svg);
}
  
  .sticky.blog-tags:before {
    right: 0px;
  } 
  
   .blog-tags.sticky .dropdown {
    margin: 0 auto;
    max-width: 1340px !important;
    padding: 0px 20px !important;
}
  .mob-featured{
 display:block !important;
}
  
  .desk-featured{
 display:none !important; 
}
  
  
  .banner-hero-content {
    margin: 0;
}
  .banner-hero-outer {
    max-width: 100%;
}
.post-hero-tag a.ucTopicLink1 {
    border: 1px solid #323648;
    text-align: center;
    color: #323648;
    font-size: 10px;
    padding: 4px 15px;
}
  .blog-tags {
    border-top: 1px solid #E7E7E7;
}

  
body .post-img-slider, body .post-video-outer {
    padding-top: 40px;
}
  .header-logo-Ipad {
    display: none !important;
}
  .post-img-slider .slick-dots li button{
        width: 10px;
    height: 10px;
  }
  .post-img-slider .slick-dots li {

    margin: 0px 15px 0px 15px !important;

}
  .post-img-slider .slick-dots li.slick-active button:before,.post-img-slider .slick-dots li button:before{
    width: 18px;
    height: 18px;
  }
  .container-fluid .row-fluid .social-share-outer .page-center {
    padding: 0px 0px !important;
}
  .post-img-slider .slick-dots li button:before { 
    font-size: 7px;
    line-height: 16px;
  }
  .post-img-slider .slick-dots li {

    width: 10px;
    height: 10px;
  }
    .section.post-body, .post-small-body, .post-large-body, .post-image_layout_2, .social-share-outer {
        max-width: 100%;
    }
  
  .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: 0px;
  }
  
  .header-logo img {
      margin: 0px;
  }
  
  .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;
  }
 
  .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;
  }

   h2.mob-display , .menu-mob {
      display: block;
  } 
  
  h2.desk-display , .menu-desktop {
      display: none;
  } 
  
  .blog-left h2 {
      font-size: 30px;
      line-height: 130%;
      color: #323648;
      font-family: 'Caros Soft Light';
      padding-bottom: 10px;
  }
  
  .blog-list-hero .ucPostItem:first-child .ucFeatureImageBg {
      width: 100%;
      float: left;
  }
  
  .blog-list-hero .ucPostItem:first-child .ucPostItemContent {
      width: 100%;
      float: right;
      margin-top: 0px;
      padding-left: 0px;
  }
  
  .blog-list-hero .ucPostItem:first-child .ucPostHeader h2 a {
      font-size: 16px;
      line-height: 140%;
      color: #323648;
  }
   
  .ucPostItem {
      padding: 0 0 40px; 
  }
   
   
  .blog-pagination { 
      padding: 30px 0px;
  }
  
  .blog-pagination a { 
      padding: 3px 10px; 
      font-size: 18px; 
      margin: 0px 10px;
  }
  
  .container-fluid .row-fluid .page-center { 
      padding: 0px 20px !important; 
  }
  
  .footer-social {
      text-align: left;
  }
  
  .ban-post-inner {
        display: -webkit-box !important;   
        display: -moz-box !important;      
        display: -ms-flexbox !important;   
        display: -webkit-flex !important;  
        display: flex !important;
        -webkit-flex-flow: row wrap !important;
        -moz-flex-flow: row wrap !important;
        -ms-flex-flow: row wrap !important;
        flex-flow: row wrap !important;
    }
  
    .banner-post-left {
        order: 2 !important;
        -webkit-order: 2 !important;
        -moz-order: 2 !important;
        -ms-order: 2 !important;
        width: 100% !important;
    }
  
    .banner-post-right{
        order: 1 !important;
        -webkit-order: 1 !important;
        -moz-order: 1 !important;
        -ms-order: 1 !important;
        width: 100% !important;
    }

  .banner-hero-title h1 {
      font-size: 20px;
      line-height: 140%;
  }
  
  .post-hero-topic h3 { 
      font-size: 12px;
      line-height: 140%; 
  }
  
  .post-content .post-body h2 { 
      font-size: 22px;
      line-height: 131%;
  }
  
  .post-content .post-body p { 
      font-size: 16px;
      line-height: 170%;
  }
  
  .post-image_layout_1, .post-image_layout_2, 
  .post-image_layout_3, .post-large-body,
  .post-full_image, .post-pull-quote,
  .social-share-outer, .post-video-outer {
      padding-top: 40px;
  }
  
  .large-body-content p {
      font-size: 18px;
  }
  
  .pull-quote-content blockquote , .post-content .post-body blockquote {
      font-size: 24px;
      line-height: 160%;
  }
  
  .imglyt1-img.imglyt1-img1 {
      padding-right: 0px;
      width: 100%;
      padding-bottom: 30px;
  }
  
  .imglyt1-img.imglyt1-img2 {
      width: 100%;
  }
  
  
  .post-video-img span.youtube-link.post-video-link {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  
  .blog-rld-inner {
      width: 100%;
      padding: 0px 15px;
      margin-bottom: 40px;
  }
  
  .post-rss-header h2 {
      font-size: 24px;
      line-height: 65px;
      padding-bottom: 30px;
  }
  
  .post-rss-wrap {
      padding: 50px 0px 0px;
  }
  
  .banner-post-wrap {
     margin-top: 0px;
  }
    
.social-share-inner {
    padding: 40px 0px 20px 0px;
}
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { 
      padding: 0 0px 0 0px !important; 
  }
  
  .mob-display {
    display: block !important;
  }

  .desktop-display {
    display: none !important;
  }
  
  .menu-mob {
      display: block !important;
  }
  
  .menu-desktop {
      display: none !important;
  }
  
  

  .rld-post-body h2 {
      text-align: left;
      padding: 20px 0px 5px;
      min-height: 80px;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 140%;
      color: #323648;
  }
  
  .post-rss-header h2 {
      padding-bottom: 30px;
      font-size: 24px;
      line-height: 30px;
      text-align: left;
  }
  
  .rld-post-more a {
      font-style: normal;
      font-weight: 100;
      font-size: 14px;
      line-height: 140%;
      color: #c4c4c4;
      position: relative;
      padding-left: 45px;
  }
  
  .rld-post-more a:before {
       content: "";
    width: 35px;
    height: 1px;
    background-color: #c4c4c4;
    left: 0px;
    right: 0px;
    top: 8px;
    position: absolute;
  }
  
  .header-logo img {
      width: 35px !important; 
  }
  
  .custom-menu-primary.js-enabled { 
      min-height: 0px;
  }
  
 .ucFeatureImageBg {
      position: relative;

  }
  
  .ucPostItem {
      margin-bottom: 50px;
      max-width: 100%;
      margin-bottom: 0;
      width: 100%;
      display: inline-block;
  }
   
  .ucPostListing:after {
      width: 0px;
  }
  
  .ucPostHeader h2 a { 
      font-size: 16px;
  }
  
  .ucPostItemContent.mob-list-first {
      display: block !important;
  }
  .blog-list-hero .ucPostItem:first-child .PostBody_read a::before {
    content: "";
    width: 28px;
    height: 1px;
    background-color: #c4c4c4;
    left: 0px;
    right: 0px;
    top: 8px;
    position: absolute;
}
 .blog-list-hero .ucPostItem:first-child .PostBody_read a{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #c4c4c4;
    position: relative;
    padding-left: 40px;
  }
  .ucPostHeader h2 a {
    padding: 10px 0px;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    font-family: 'Caros Soft Regular';
    color: #323648 !important;
}
  .blog-list-hero .ucPostItem:first-child .ucPostItemContent {
      width: 100%;
      float: right;
      margin-top: 0px;
      margin-right: 0px;
    min-width:100%;
    position:relative;
    transform: translate(0%, 00%);
  }

  
  .ucPostItemContent.dek-list-first {
      display: none;
  }
  
  div#myDropdown ul {
      display: flex;
  }
  
  .dropdown {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  
  div#myDropdown {
        padding-left: 15px;
  }
  

  .dropdown ::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .dropdown ::-webkit-scrollbar
  {
    width: 12px;
    background-color: #F5F5F5;
        height: 4px;
  }

  .dropdown ::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #39464E;
  }

   .blog-list-item {
      padding-top: 20px;
  }
  
  .banner-hero-content {
      padding: 35px 20px;
  }
  
  
  .section.post-body, .post-small-body, .post-large-body, .post-image_layout_2, .social-share-outer, .post-img-slider, .post-video-outer, .post-image_layout_1, .post-large-body1 {
      padding: 0px 20px;
  }
  
  .small-body-content {
      padding-top: 40px;
  }
  
  .blog-post-wrap .row-fluid .page-center {
      padding: 0px 0px !important;
  }
  
  .blog-tag-wrap {
      width: 100% !important;
  }
  
  
  
}

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

@media (max-width: 479px) {

  .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;
  }
  
  
.blog-tags ul li a {
    font-size: 12px;
    padding: 0px 10px;
    margin: 2px 10px 0px 10px;
}

  .dropbtn {
      font-size: 12px;
      line-height: 22px;
  }
  
  
  
}



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

@media (max-width: 379px) {

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

}