/*
	Theme Name: Custom css
	Version: 2.0
	Template: Future Health Biobank
	Template Version: 2.0

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Buttons
# Headline
# Carousel
# Prices


# Segment one
# Segment two
# Segment three
# Segment four
# Segment five
# Segment six
# Segment seven
# Segment eight
# Segment nine
# Segment ten
# Segment eleven
# Segment twelve
# Segment thirteen
# Segment fourteen
# Segment fifteen
# Segment sixteen
# Segment seventeen
# Segment eighteen


# Global

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# MyTestforms
--------------------------------------------------------------*/


#fhbb_form {
    margin: 0 auto;
    width: 73%;
    padding: 2% 4%;
}

.fhbb_form_fields {
  display: inline-block;
  margin: 1%;
  width: 40%;
}

.fhbb_form_fields input:focus {
  border: 1px solid #e5426a;
  -webkit-box-shadow: 0 0 10px 1px #e5426a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(229, 66, 106, 0.4);
}

.fhbb_form_fields_radio_wrapper {
  text-align: left;
}

.fhbb_form_fields_dropdown_wrapper {
  margin-bottom: 0.5em;
}

.fhbb_form_label_dropdown, .fhbb_form_dropdown, .fhbb_form_label_radio, .fhbb_form_fields_radio_inside_wrapper {
  width: 82%;
  display: block;
  margin: 0 auto;
}

.fhbb_form_label_dropdown, .fhbb_form_label_radio {
  text-align: left;
}

.fhbb_form_dropdown {
  border: 1px solid #cabfae;
  border-radius: 4px;
  font-size: 0.875em;
  font-weight: normal;
  padding: 1.4em 0 1.3em 1em;
}

.fhbb_form_label, .fhbb_form_label_dropdown, .fhbb_form_label_radio {
  text-align: left;
  display: block;
  font-weight: bold;
}

.fhbb_form_fields > label::after, .fhbb_form_fields_dropdown_wrapper > label::after, .fhbb_form_fields_radio_wrapper > label::after {
  background-color: transparent;
  border-bottom: 0 none;
  border-radius: 0;
  left: inherit;
  padding: inherit;
  top: inherit;
}

.fhbb_form_radio {
  display: inline-block;
  margin-right: 1.5em;
}

#dateofcollection {
  width: 100%;
}

.fhbb_form_btn {
  border-radius: 100px;
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.8em 1.375em;
  text-align: center;
  background-color: #e5426a;
  border: 1px solid #fff;
  color: #ffffff;
}


.required:after {
  content:"*" !important;
  color: red !important;
  top: -4px !important;
}

.acf-form {
  margin: 0 auto;
}

.acf-form-fields {
    margin: 0 auto;
    width: 65%;
}

.acf-field {
  display: inline-block;
  text-align: left;
}

.acf-input-wrap input {
  height: 50px !important;
  padding: 8px 20px !important;
}

.acf-input-wrap {
  overflow: visible !important;
}

.acf-input-wrap input:focus {
  border: 1px solid #e5426a;
  -webkit-box-shadow: 0 0 10px 1px #e5426a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(229, 66, 106, 0.6);
}

.acf-fields > .acf-field {
  width: 40%;
}

.acf-field-checkbox {
  width: 80% !important;
}

.acf-field-58d552099dc4d {
  border-top: 1px solid #cabfae !important;
}

.acf-label > label::after, .acf-checkbox-list label::after {
  display: none;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

/*-- Button style --*/

.button_style {
    border-radius: 100px;
    padding: 0.8em 1.375em;
    font-weight: bold;
    font-size: 0.875em;
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3em;
    display: inline-block;
    overflow: hidden;
}

.header_btn {
    float: left;
    line-height: 1.3em;
    margin: 0;
    text-align: center;
    margin-right: 1em;
}

.header_btn:last-of-type {
    margin-right: 0;
}

.button_style a {
    color: #FFFFFF;
    line-height: 1.1em;
}

.pay_now_btn {
    background-color: #00D49B;
}

.pay_now_btn:hover {
    background-color: #00B282;
}

/*-- End Button style  --*/

/*-- Request a free brochure --*/
.request_a_brochure, #newsletter_btn {
    background-color: #E5426A;
    color: #FFFFFF;
    border: 1px solid #fff;
}

.request_a_brochure:hover, #newsletter_btn:hover  {
    background-color: #A50343;
    color: #FFFFFF;
}

/*-- End request a free brochure --*/

/*-- White buttons --*/
.white_button {
    border: 1px solid #FFFFFF;
}

.white_button:hover {
    background-color: rgba(165, 3, 67, 0.3);
}

/*-- End White buttons --*/

/*-- Pink buttons --*/

.pink_button, .submit {
    border: 1px solid #E5426A;
}

.pink_button a {
    color: #E5426A;
}

.pink_button:hover {
    color: #a50343;
    border: 1px solid #a50343;
}

/*-- End Pink buttons --*/

/*-- Find out more --*/

.find_out_more {
    font-size: 1.000em;
}

/*-- End Find out more --*/

/*-- Jump to buttons --*/

.jump_btn {
    border-radius: 100px;
    line-height: 15px;
    padding: 20px 16px;
    width: 228px;
    font-weight: bold;
    font-size: 1.125em;
    border: 0;
    display: inline-block;
}

.pink_bkg {
    background-color: #E5426A;
    color: #FFFFFF;
}

.grey_bkg {
    background-color: #CABFAE;
    color: #FFFFFF;
}

.grey_bkg:hover {
    background-color: #B8AB99;
}

/*-- End Jump to buttons --*/


/*-- H3 header buttons --*/

.h3_btns {
    margin-top: 10px;
}

/*-- End H3 header buttons --*/


/*-- Carousel navigations --*/

.carousel_btns {
    position: absolute;
}

.carousel_btn_style {
    width: 50px;
    padding: 17px;
    position: absolute;
    height: 50px;
    font-size: 1.286em;
    background-color: #ffffff;
    border: 0 none;
    border-radius: 100px;
    bottom: 226px;
}

.left_carousel_btn {
    left: 40px;

}

.right_carousel_btn {
    left: 1300px;
}


.form_submit .wpcf7-submit {
    border-radius: 100px !important;
    padding: 0.7em 2em 0.7em 1em;
    width: 12em;
    font-weight: bold;
    font-size: 1em;
    background-color: transparent !important;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #E5426A !important;
    color: #E5426A !important;
    position: relative;
}
.form_submit {
    position: relative;
}


.form_submit:before {
    font-family: FontAwesome;
    font-size: 1em;
    left: 8em;
    padding-right: 10px;
    position: absolute;
    top: 0.7em;
    content: "\f054";
    color: #e5426a;
 }

 div.wpcf7-validation-errors {
    background-color: #ffffff;
    border: 2px solid #e5426a;
    text-align: center;
    color: #e5426a;
}

 div.wpcf7-response-output {
    margin: 0;
    padding: 1.5em;
    background-color:#ffffff;
    border: 2px solid #E5426A;

}

.prices_button {
    display: inline-block;
    font-size: 1em;
    padding: 1em;
    background-color: #f1eae0;
    color: #4a4a4a;
    width: 15em;
}

.prices_button a {
     color: #4a4a4a;
}
/*-- End Carousel navigations --*/

/*--------------------------------------------------------------
# Headline
--------------------------------------------------------------*/

h2 {
    font-family: 'cocon-regularregular';
    color: #E5426A;
    font-weight: normal;
    margin: 0 0.5em 0.2em;
    line-height: 1em;
    font-size: 2em;

}

h2 a {
    color: #E5426A;
    font-family: 'cocon-regularregular';
}

.h2_trade_font {
    font-size: 1.8em;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.main_banner_message {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    height: 350px;
    left: 230px;
    padding: 60px 40px 40px;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 550px;
}

.slide_container {
    height: 550px;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: #F1EAE0;
    position: relative;
    margin-top: 10.8em;
}

.slide {
    float: left;
    width: 33%;
}

.slide img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

#wrapper {
    left: 0;
    position: absolute;
    width: 367%;
    display:inline;
}

/*--------------------------------------------------------------
# Segment two
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Segment three
--------------------------------------------------------------*/

.segment_three, .segment_thirteen, .segment_eleven, .segment_five {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.segment_three img, .segment_thirteen img, .segment_eleven img {
    border-radius: 8px;
}

.segment_three h5, .segment_thirteen h5, .segment_eleven .segment_eleven_container {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    padding: 1em;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.segment_three:first-of-type, .segment_eleven:first-of-type, .segment_five:first-of-type, .segment_thirteen:first-of-type {
    border-bottom: 0 none;
    margin-right: 1.250em;
}

/*--------------------------------------------------------------
# Segment four and twenty
--------------------------------------------------------------*/

.segment_four {
    vertical-align: top;
}

.segment_four_container, .segment_twenty_container {
    padding: 1em 3em 1.125em;
}

.segment_four, .segment_twenty_container, .segment_twentyfour {
    background-color: #FFFFFF;
    border: 1px solid #CABFAE;
    border-radius: 8px;
    width: 21.3em;
    overflow: hidden;
    display: inline-block;
}

article.segment_four:nth-of-type(2), article.segment_twenty:nth-of-type(2) {
    margin: 0 0.95em;
}

.segment_twenty_container h5 {
    font-size: 1.250em;
}

.segment_twenty_container {
    padding: 1em 3.5em 1.125em;
}

.segment_twenty_inner {
    display: table-cell;
    vertical-align: middle;
    height: 16em;
    text-align: center;
}

.segment_twenty_inner_class {
    vertical-align: middle;
    height: 18em;
    text-align: center;
    width: 16em;
    padding-top: 1em;
    display: inline-block;
}

.segment_twenty_inner_class h5 {
  height: 4em;
}

.segment_twenty {
    display: inline-block;
}



/*--------------------------------------------------------------
# Segment five
--------------------------------------------------------------*/

.segment_five {
    border-radius: 8px;
    padding: 3em 4em;
}

.segment_five_request_a_brochure {
    background-color: #F1EAE0;
    float: left;
}

.segment_five_price_plan {
    background-color: #E5426A;
    float: left;
    color: #FFFFFF;
}

.segment_five_price_plan a {
    color: #FFFFFF;
}

.segment_five_price_plan .h2_trade_font {
    color: #FFFFFF;
}

.segment_five_icons {
    width: 6em;
    height: 6em;
    box-shadow: 0 0 5px 0 #B1B1B1;
    border-radius: 100px;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Segment six
--------------------------------------------------------------*/

.segment_six {
    background-color: #f1eae0;
    border-radius: 8px;
    border: 1px solid #CABFAE;
    padding: 40px;
}

.segment_six_img {
    display: inline-block;
    margin: 2em 2em 0;
    width: 16em;
}

.segment_six_img p {
    font-size: 1em !important;
}

/*.segment_six_icon {
    position:relative;
    margin-top: 0;
    margin-bottom: 1em;
}*/
/*.segment_six_icon:after {
    font-family: FontAwesome;
    font-size: 1.8em;
    left: 9.5em;
    padding-right: 10px;
    position: absolute;
    top: 3.5em;
    content: "\f0a9";
 }*/

.sectionstepstitle {
    margin-top: 2.5em;
    border-bottom: 1px solid #CABFAE;
    margin-bottom: 1em;
}

.sectionstepstitle p {
    font-size: 1.5em;
    margin-top: 2em;
}

/*--------------------------------------------------------------
# Segment seven
--------------------------------------------------------------*/
.segment_seven p {
    margin-bottom: 2em;
}

.seg_seven-pink-white-white {
    background-color: #e5426a;
    color: #FFFFFF;

}

.seg_seven-grey-white-white {
    background-color: #f6f6f6;
    color: #FFFFFF;
    
}
.segment_seven.full_width.seg_seven-grey-white-white {
    margin-bottom:1em;
}
.seg_seven-beige-pink-black {
    background-color: #f1eae0;
    color: #4a4a4a;
}

.seg_seven-beige-pink-black .h2_trade_font {
    color: #4a4a4a;
}

.seg_seven-pink-white-white .h2_trade_font a, .seg_seven-grey-white-white .h2_trade_font  {
    color: #FFFFFF;
}

.seg_seven-pink-white-white .request_a_brochure a, .seg_seven-grey-white-white .request_a_brochure {

}

.seg_seven-grey-white-white .request_a_brochure a {
    background-color: transparent;
}

/*--------------------------------------------------------------
# Segment eight
--------------------------------------------------------------*/

.segment_eight {
    background-color: #fff;
}

.segment_eight figure {
    margin-bottom: 2em;
}

.segment_eight figure a img {
    width: 22em;
}

.segment_eight figure a:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Segment nine
--------------------------------------------------------------*/
.segment_nine p {
    padding: 0 8em;
    margin: 0 0 2em;
}

.segment_nine {
	background-color:#f6f6f6;
	margin:0 auto;
}

.review_text {
    font-family: 'cocon-regularregular';
    font-size: 1.8em;
    color: #4A4A4A;
    font-weight: lighter;
    margin: 1.2em 0;
}

.blog_quote {
    text-align: center;
    padding: 2em;
}

.textwidget blockquote:before {
    left: 0.3em;
    top: 0.2em;
}

.textwidget blockquote:after {
    bottom: -0.2em;
    right: 0.5em;
}

.testimonial-quote blockquote:before {
    left: 0.5em;
}

.testimonial-quote blockquote:after {
    right: 0.5em;
    top: 1em;
}

.testimonials {
    width: 10em;
    display: inline-block;
}

.testimonials_container {
    height: 90px;
    margin: 0 auto;
    width: 750px;
}

.testimonials_container span:last-of-type {
    margin-right: 0px;
}

.testimonials_container span img {
    margin-right: 10px;
    float: left;
}

.testimonial_text {
    font-size: 0.8em;
    line-height: 1em;
}

.testimonial_text h4 {
    margin: 0.1em 0;
}

.slick-slider-testimonials-customers .slick-track .slick-slide {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.slick-slider-testimonials-customers .slick-track .slick-active {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.testimonial-customer {
    overflow: auto;
}

.testimonial-customer img {
    margin: 0 auto;
}

.testimonial-customer img:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Segment ten
--------------------------------------------------------------*/

.segment_ten {
    padding-bottom: 1em;
}

blockquote {
    font-family: 'cocon-regularregular';
    font-size: 1.25em;
    line-height: 1.250em;
    margin: 0 0em;
    padding: 0.35em 0.875em;
    position: relative;
    font-weight: lighter;
}

/*blockquote {
    font-family: CoconPro;
    font-size: 18px;
    line-height: 1.45;
    margin: 0 5em;
    padding: 0.35em 40px;
    position: relative;
    font-weight: lighter;
}*/

blockquote:before {
    color: #e2315c;
    content: "“";
    display: block;
    font-size: 3em;
    left: 0.1em;
    position: absolute;
    /*top: 0em;*/
}

/*blockquote:before {
    color: #e2315c;
    content: "“";
    display: block;
    font-size: 80px;
    left: 10px;
    position: absolute;
    top: -40px;
}*/

blockquote:after {
    color: #e2315c;
    content: "”";
    display: block;
    font-size: 3em;
    position: absolute;
    right: 0.2em;
    /*bottom: 0.4em;*/
}

blockquote cite {
    display: block;
    font-size: 0.750em;
    font-style: normal;
    margin-top: 0.425em;
    font-family: sans-serif !important;
}

.segment_ten_image {
    width: auto;

}

/*--------------------------------------------------------------
# Segment eleven
--------------------------------------------------------------*/

.segment_eleven_container {

}

/*--------------------------------------------------------------
# Segment twelve
--------------------------------------------------------------*/
.segment_twelve {

}

.segment_twelve_container {
    border: 1px solid #DADADA;
    border-radius: 8px;
    padding: 2em;
}

/*--------------------------------------------------------------
# Segment fourteen
--------------------------------------------------------------*/
.segment_fourteen {
    position: relative;
}

.segment_fourteen_box {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 8px;
    padding: 1.98em;
    position: absolute;
    left: 4em;
    text-align: center;
    top: 8em;
    width: 29em;
}

/*--------------------------------------------------------------
# Segment fifteen
--------------------------------------------------------------*/
.segment_fifteen {
    position: relative;
}

.segment_fifteen blockquote {
    padding: 0.35em 0;
}

.segment_fifteen blockquote p {
    font-family: sans-serif;
}

.segment_fifteen cite {
    font-family: sans-serif;
    font-style: normal;
    font-size: 0.8em;
}

.segment_fifteen blockquote::before {
    left: -0.3em;
    top: -0.1em;
    font-size: 7em;
}

.segment_fifteen blockquote::after {
    right: -0.3em;
    top: 1.8em;;
    font-size: 7em;
}

.banner_quote {
    padding: 3em 3.7em;
}

.banner_quote blockquote p {
    margin: 0;
}

.banner_quote {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 3em 4em;
    position: absolute;
    right: 4em;
    text-align: center;
    top: 8em;
    width: 30em;
    box-shadow: 0 0 4px 0 #eeecec;
}

/*--------------------------------------------------------------
# Segment sixteen
--------------------------------------------------------------*/

.segment_sixteen {
    position: relative;
}


.segment_sixteen_title_text {
    background:#FFFFFF;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    left: 2em;
    padding: 1em;
    position: absolute;
    text-align: center;
    top: 23em;
    width: 62em;
}

/*--------------------------------------------------------------
# Segment seventeen and eighteen
--------------------------------------------------------------*/

.segment_seventeen_container, .segment_eighteen_container, .segment_twentythree_container {
    padding-bottom: 1em;
}

.segment_seventeen, .segment_twentythree {
    width: 21.3em;
    display: inline-block;
    margin-right: 0.72em;
    vertical-align: top;
    position: relative;
}

.overlay_meettheteam {
    background:rgba(255,255,255, 0.8);
    text-align:center;
    padding:9.8em 5em;
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    position: absolute;
    width: 100%;
    font-weight: bold;
    color: #e5426a;
}

.segment_twentythree {
   width: 17em;
}

.segment_twentythree .overlay_meettheteam {
    padding:7.7em 0em;
}

.btn_meettheteam a {
    color:#e5426a;
    font-size:1em;
    padding: 1em 2em;
}

.segment_seventeen:hover .overlay_meettheteam {
    opacity: 2;
}

.segment_twentythree:hover .overlay_meettheteam {
    opacity: 2;
    border-radius: 330px;
    height: 17.5em;
    left: 3.75em;
    position: absolute;
    width: 17.5em;
}

.segment_seventeen img  {
   box-shadow: 0px 0px 10px 0px #dcd5cb;
}

.segment_seventeen:nth-of-type(3n), segment_eighteen:nth-of-type(3n), segment_twentythree:last-of-type {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Segment eighteen
--------------------------------------------------------------*/

.segment_eighteen {
    background-color: #f1eae0;
    border-radius: 8px;
    display: inline-block;
    padding: 8em 5em 2em;
    position: relative;
    width: 32.2em;
    margin-top: 2em;
    vertical-align: top;
    margin-right: 1em;
    margin-bottom: 2em;
    height: 45em;
}

.segment_eighteen:nth-of-type(2n) {
    margin-right: 0;
}

.segment_eighteen img {
    left: 182px;
    position: absolute;
    top: -36px;
    z-index: 99;
}

.segment_eighteen_title {
    border-bottom: 1px solid #CABFAE;
    padding-bottom: 1em;
}

/*--------------------------------------------------------------
# Segment nineteen
--------------------------------------------------------------*/

.segment_nineteen img {
    margin-top: 1em;
}

.segment_nineteen p {
    padding: 0 3em;
}

/*--------------------------------------------------------------
# Segment twentyone
--------------------------------------------------------------*/

.segment_twentyone_container {
    padding-bottom: 1em;
}

.segment_twentyone {
    width: 21.3em;
    display: inline-block;
    margin-right: 0.72em;
    vertical-align: top;
    position: relative;
    margin-bottom: 2em;
}

.overlay_meettheteam {
    background:rgba(255,255,255, 0.8);
    text-align:center;
    padding:9.8em 5em;
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    position: absolute;
    width: 100%;
    font-weight: bold;
    color: #e5426a;
}

.segment_twentyone img  {
   box-shadow: 0px 0px 10px 0px #dcd5cb;
}

.segment_twentyone:nth-of-type(3n)  {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Segment twentytwo
--------------------------------------------------------------*/

.segment_twentytwo {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #dadada;
}

.question {
    border-bottom: 1px solid #dadada;
    padding: 2em;
}

.question:last-of-type {
    border-bottom: none;
}

/*--------------------------------------------------------------
# Segment twentythree
--------------------------------------------------------------*/

.segment_twentyone_container {
    padding-bottom: 1em;
}

/*--------------------------------------------------------------
# Segment twentyfour
--------------------------------------------------------------*/

.segment_twentyfour_header {
    font-size: 1.1em;
    margin: 0;
    height: 4em;
}

.segment_twentyfour {
    box-shadow: 0px 0px 4px 0px #CABFAE;
    padding: 2em;
    border: 0;
    width: 21em;
    margin-right: 1em;
    position: relative;
    vertical-align: top;
    height: 20em;
}

.segment_twentyfour:last-of-type {
    margin: 0;
}

.twentyfour_icon p {
    padding-bottom: 1em;
    margin: 0;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.cd-primary-nav ul li.cd-gallery-item a {
    padding-left: 90px;
    height: 80px;
    line-height: 80px;
}

.cd-primary-nav ul li.cd-gallery-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.megamenu_quote_wrapper {
    display: none;
}

@media (max-width: 1169px) {
    .no-js .nav-is-fixed .cd-primary-nav {
        position: fixed !important;
    }
}

@media only screen and (min-width: 1170px) {
    .no-js .nav-is-fixed .cd-primary-nav {
        position: fixed;
    }
    .cd-primary-nav a, .cd-primary-nav ul a {
        padding:0;
    }
    ul.cd-primary-nav li ul:not(.cd-nav-gallery) li:not(.cd-gallery-item):not(.see-all):not(.go-back) a:only-child {
        height: 30px;
        line-height: 30px;
        /*padding: 0 18% 0 0;*/
        color: #2e3233;
        border-bottom: none;
        font-size: 1.4rem;
        font-weight: normal;
    }

    ul.list {
        list-style: none !important;
    }

    ul.list > li:not(.see-all):not(.megamenu_quote_wrapper) {
        float: none !important;
        height:auto !important;
        border-right: 1px solid #e2e3df !important;
    }

    .cd-primary-nav ul li.cd-gallery-item {
        width: 24%;
        float: left;
        margin: 0 1% 0px 0;
        border-right: none;
    }

    .cd-primary-nav ul li.cd-gallery-item a {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2;
    }

    .cd-primary-nav ul li.cd-gallery-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em;
        border: 1px solid #e2e3df;
        margin-top: 0.5em;
    }

    .cd-primary-nav .cd-secondary-nav > li {
        height:auto;
    }

    .megamenu_quote_wrapper {
        display: block;
        position: absolute;
        /*top: 12px;
        left: 23%;*/
        margin-left: 2.66%;
        border-right: none !important;
        width: 42em !important;
        border-right: none !important;
        text-align: center;
    }

    .megamenu_quote {
        font-size: 1em;
        /*left: 1em;*/
        padding: 1em 3em;
        text-align: center;
        top: -7px;
        width: 40em;
    }

    .megamenu_quote_wrapper figure img {
        width: 5em;
        height: 5em;
    }

    blockquote::before .megamenu_quote {
        left: 0.6em;
    }

    blockquote::after .megamenu_quote {
        right: 0.6em;
    }

    ul.list > li:not(.see-all) .megamenu_quote {
        border-right: none 0;
    }

    .cd-primary-nav .cd-nav-gallery li {
        margin-bottom: 0px !important;
    }
}

/*--------------------------------------------------------------
# Prices
--------------------------------------------------------------*/

.price_container {
    padding: 30px;
    border-radius: 8px;
}

/* STANDARD */
.price_container_0 {
    background-color: transparent;
    background-color: transparent;
    border: 1px solid #cabfae;
    margin-bottom: 2em;
    margin-top: 2em;
}

/* PREMIUM */
.price_container_1 {
    background-color: #F1EAE0;
}

.prices_box {
    background-color: #FFFFFF;
    padding: 2em;
    width: 20em;
    display: inline-block;
    margin-bottom: 1em;
    border-radius: 8px;
    text-align: center;
    margin: 0 -0.16em 0;
}

.price_container_1 .prices_box_3:nth-of-type(2) div, .price_container_1 .prices_box_3:nth-of-type(2) i {
    color: #FFFFFF;
}

/*This applies to all standard boxes*/
.price_container_0 .prices_box {
    border: 1px solid #dadada;
}

/*This makes certain boxes larger*/
.prices_box_1, .prices_box_2:nth-of-type(1), .prices_box_3:nth-of-type(2) {
    background-color: #CABFAE;
    padding: 3em 2em;
    position: relative;
    top: 0em;
}

/*This applies to larger premium boxes*/
.price_container_1 .prices_box_1, .price_container_1 .prices_box_2:nth-of-type(1), .price_container_1 .prices_box_3:nth-of-type(2) {
    background-color: #e5426a;
    color: #FFFFFF;
}

.prices_box_3:nth-of-type(1) {
    border-radius: 8px 0px 0px 8px;
}

.prices_box_2:nth-of-type(2), .prices_box_3:nth-of-type(3) {
    border-radius: 0px 8px 8px 0px;
    vertical-align: top;
}

.prices_box_3:nth-of-type(1) > div > p {
    margin: 0;
}

.prices_box_3:nth-of-type(3) > div > p, .prices_box_3:nth-of-type(1) > div > p  {
    color: #e5426a;
    font-family: "cocon-regularregular";
    font-size: 2.1em;
    margin: 0;
}

.prices_box.prices_box_3 img {

}

.prices_box h6 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.1em;
}

.prices_value {
    font-family: "cocon-regularregular";
    font-size: 4em;
    height: 1em;
    line-height: 1em;
}

.basket_btn {
    margin: 1em auto;
    border: 1px solid #e5426a;
    cursor: pointer;
    color: #e5426a;
}

.prices_box_1 .basket_btn, .prices_box_2:nth-of-type(1) .basket_btn, .prices_box_3:nth-of-type(2) .basket_btn {
    border: 1px solid #FFFFFF;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.navigation.post-navigation {
    border-bottom: 1px solid #cabfae;
    border-top: 1px solid #cabfae;
    margin: 2em auto;
    padding: 1em 0;
    width: 66em;
}

.comments-area {
    background-color: #f1eae0;
    border-radius: 8px;
    margin: 0 auto 2em;
    padding: 2em 15em;
    width: 66em;
}

.comment-form p label::before, .comment-form p label::after {
    display: none;
}

.comment-form p label {
    text-align: left;
}

.nav-previous > i.fa, .nav-next > i.fa {
    color: #4a4a4a;
    margin-bottom: 0.15em;
}

/*--------------------------------------------------------------
# woocommerce
--------------------------------------------------------------*/

.woocommerce {
    width: 77em;
    margin: 0 auto;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #E5426A;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 100px;
}

.input-text {
    width: 98px !important;
    padding: 10px 6px 8px !important;
}

.woocommerce .woocommerce-message::before {
    color: #e5426a !important;
}

.woocommerce .woocommerce-message {
    border-top-color: #e5426a;
}

.product-thumbnail {
    display: none;
}

.woocommerce a.remove {
    float: left;
}

.fhbb_basket {
    float: left;
    line-height: 45px;
}

.fa.fa-shopping-basket {
    font-size: 1em;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #4c5f6f;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
}

.site-footer a {
    color: #FFFFFF;
}

.footer_links {
    display: inline-block;
    margin-bottom: 2em;
    width: 18em;
    border-right: 1px solid #f1eae0;
}

.footer_links:last-of-type {
    border-right: none;
}

.footer_links ul {
    margin: 0px;
    padding-left: 0;
    list-style:none;
}

.footer_links ul li {
    line-height: 1.286em;
    padding: 0;
}

.footer_links:last-of-type {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

.full_width {
    max-width: 100%;
    padding: 2.5em 7.75em;
    margin: 2em 0 0;
    border-bottom: medium none;
}

.find_out_more {
    margin-top: 2em;
}

.segment_two img, .segment_fourteen img, .segment_fifteen img, .segment_sixteen img, .contact_us_container img, .segment_nineteen img, .segment_seventeen img, .segment_paragraph img {
    background: #F1EAE0;
    border: 8px solid #FFFFFF;
    box-shadow: 0px 0px 10px 0px #dcd5cb;
}

.newletter_container {
  text-align: center;
  font-size: 1em;
  padding: 0 1.5em;
}

.footer_signoff {
  position: relative;
}

.countries {
  margin-top: 1em;
}

.countries > a {
  line-height: 2.1em;
  padding-left: 1em;
  vertical-align: top;
}

.country_section {
  background-color: #ffffff;
  border: 1px solid #cabfae !important;
  border-radius: 8px;
  margin-bottom: 2em;
  margin-top: 1em;
}

.country_section tbody {
  text-align: center;
}

.countries_row {
    height: 100px;
}

.countries_row td {
  display: inline-block;
  max-width: 150px;
  padding-right: 0;
  width: 50%;
}

.country_section h2 {
  padding-bottom: 0.5em;
  margin: 0.5em 1em;
  border-bottom: 1px solid #cabfae !important;
}

.country_section table {
  text-align: left;
}

.country_flags {
  display: inline-block;
  text-align: left;
  font-size: 0.8em;
}

.country_flags_inner {
  display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.country_flags_inner figcaption {
  margin-left: 0px;
  line-height: 1em;
  display: table-caption;
}

.countries_row {
  height: 70px;
}



.legal_text, .countries {
    font-size: 0.625em;
    display: inline-block;
}

.legal_text {
    position: absolute;
    left: 0;
}

.countries {
    position: absolute;
    right: 0;
}

.countries img {
    width: auto;
}

.menu_quote figure img {
    width: 80px;
    height: 80px;
}

.menu_quote blockquote {
    padding: 0 3em;
}

.menu_quote {
    margin-right: 5em;
    text-align: center;
    width: 38em;
}

.menu_quote blockquote::before {
    left: 0;
}

.menu_quote blockquote::after {
    right: 0;
}

.slick-slide {
    position: relative;
    overflow: hidden;
}

.slick-slider .slide,
.slick-slider .slide img {
	width: 100%;
}

.slick-slider p:hover {
	cursor: pointer;
}

.slick-slider .left-arrow {
	text-align: left;
}

.slick-slider .right-arrow {
	text-align: right;
}

.slick-dots {
    display: block;
    list-style: outside none none;
    padding: 1em 0 0;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}

.slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}

.slick-dots li button::before {
    -moz-osx-font-smoothing: grayscale;
    color: #e5426a;
    content: "•";
    font-family: "cocon-regularregular";
    font-size: 35px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.slick-dots li.slick-active button::before {
    color: #e5426a;
    opacity: 1;
    font-size: 50px;
}

.slick-list {
    height: auto;
}

.subcategory-template {
    margin-top: 3em;
}

.breadcrumb, .yoastbreadcrumb  {
    font-size: 0.625em;
    color: #979797;
}

.breadcrumb span a  {
    color: #979797;
}

.breadcrumb, .page_heading {
    margin: 0 auto;
}

.left-arrow, .right-arrow  {
    color: #FFFFFF;
    display: block;
    font-size: 2em;
    position: absolute;
    top: 4.5em;
}

.right-arrow  {
    right: 180px;
}

.left-arrow  {
    left: 180px;
}

.message_box {
    background:#FFFFFF;
    background:rgba(255,255,255,0.9);
    border-radius: 8px;
    padding: 2.4em 2em;
    text-align: center;
    height: 25em;
}

.message_box h1 a {
    font-family: 'cocon-regularregular';
    color: #e5426a;
}

.message_box h1 a:hover {
    color: #a50343;
}

.message_box_inner {
    height: 20em;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.fa {
    font-size: 7.85em;
    color: #e5426a;
}

.fa-chevron-right, .fa-chevron-left {
    vertical-align: text-bottom;
    font-size: 0.9em;
    color: #FFFFFF;
}

.fa-check {
    background-color: #24c87f;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 2em;
    margin-bottom: 0.8em;
    padding: 0.5em;
    box-shadow: 0px 0px 11px 0px #CABFAE;
}
.find_out_more .fa-chevron-right {
    color: #4a4a4a;
}

.pink_button .fa.fa-chevron-right {
    color: #e5426a;
}

.has-children ul {
    margin-left: 0;
}

.menu_title {
    margin-bottom: 0.8em;
    font-size: 1em;
}

.seen_at, .accred_image {
    display: inline-block;
    width: 10em;
    padding-bottom: 0;
}

.seen_at {
    width: 15em;
}

.accreditation {
    /*background-color: #F1EAE0;*/
    border-radius: 8px;
    padding: 40px 40px 0;
    margin-top: 2em;
    border-bottom: 0 none;
    text-align: center;
}

.accred_image:after {
    background: #4A4A4A none repeat scroll 0 0;
    border-right: 1px none white;
    bottom: 4em;
    content: "";
    display: block;
    height: 10px;
    left: 10em;
    position: relative;
    width: 1px;
}

.accred_image:last-of-type:after  {
    display: none;
}

input[type="text"], input[type="date"],
input[type="email"], input[type="tel"], textarea, .dropdown_form  {
    border: 0 none;
    font-size: 0.875em;
    padding: 1.4em 0 1.3em 1em;
    border: 1px solid #CABFAE;
    width: 100%;
    border-radius: 4px;
    font-weight: normal;
}

input[type="date"] {
    width: 54%;
}

.dropdown_form  {
    width: 100%;
}

.contact_us_form {
    text-align: left;
    width: 100%;
    border-right: 1px solid #dadada;
    padding-right: 2em;

}

#newsletter_btn {
    border: 0 none;
    border-radius: 100px;
    font-size: 1em;
    padding: 1.125em 2em;
}

.newsletter_form {
    margin-bottom: 1em;
}

.newsletter_form .wpcf7-form-control-wrap {

}

.newsletter_inputs {
    border: 0 none !important;
    width: 20em;
    margin-right: 1em;
}

select {
    padding:3px;
    margin: 0;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

label {
  position:relative
}

label:after {
   /*background-color: #CABFAE;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #ffffff;*/
    content: ">";
    font: 26px "Consolas",monospace;
    left: 435px;
    padding: 0.95em;
    pointer-events: none;
    position: absolute;
    top: 8px;
    transform: rotate(90deg);
}

label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}

#what_we_do {
    /*background-color: #F1EAE0;*/
    padding: 0 0 2em;
    width: 100%;
}

div.jump_btn:nth-of-type(2n) {
    background-color: #CABFAE;
    margin-top: 0.5em;
}


/*.what_we_do_service figure img {
    box-shadow: 0px 0px 11px 0px #CABFAE;*/
}
#what_we_do_button {
    border-bottom: 1px solid #cabfae;
    padding-bottom: 1em;
}

#what_we_do_button p {
    margin-bottom: 10px;
}

.what_we_do_service_container {
    padding-bottom: 2em;
    border-bottom: 1px solid #cabfae;
}

.what_we_do_service_container:last-of-type {
    border-bottom: none 0;
    padding-bottom: 0;
}

.what_we_do_service {
    display: inline-block;
    margin-right: 2em;
    width: 19em;
    vertical-align: top;
    border-right: 1px solid #cabfae;
    padding-right: 2em;
    margin-top: 1em;
}

.what_we_do_service_box h5 {
    margin-bottom: 1em;
}

.what_we_do_service figure img {
    border-radius: 8px;
}

.what_we_do_service_box {
    margin-top: 1em;
}

.what_we_do_service:last-of-type {
    margin-right: 0;
    border-right: 0;
}

.ticks_description, .ticks_usp {
    display: inline-block;
    vertical-align: top;
}

.ticks_description {
    width: 40em;
    margin-right: 4em;
}

.ticks_description h2 {
    margin-bottom: 1em;
    line-height: 1.125em;
}

.ticks_description p {
    line-height: 1.4em;
}

.ticks_container {
    display: inline-flex;
}

.ticks_usp {
    background-color: #F1EAE0;
    border: 1px solid #CABFAE;
    border-radius: 8px;
    padding: 2em;
    width: 21.3em;
    line-height: 1.3em;
}

.ticks_usp ul {
    margin: 0;
}

.tick_points {
    border-bottom: 1px solid #CABFAE;
    padding: 1em 0;
}

.tick_points:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.contact_us_banner {
    position: relative;
}

.contact_us_quote {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0.4em;
    padding: 1em;
    top: 10.8em;
    width: 95%;
}

.headline_no_link {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact_us_form_container, .contact_us_details_container, .left-column-form, .right-column-form {
    display: inline-block;
    width: 32.8em;
    vertical-align: top;
}

.left-column-form {
    margin-right: 2.5em;
    text-align: left;
    width: 43em;
}

.right-column-form {
    text-align: center;
    width: 20em;
}

.contact_us_details_container {
    text-align: left;
    padding-left: 2em;
}

.acf-map {
	width: 100%;
	height: 304px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

#requestabrochure_form {
    width: 100%;
    border-radius: 4px;
    text-align: left;
}

#requestabrochure_form p label::after {
    left: 288px;
}

#requestabrochure_form .wpcf7-form-control-wrap .dropdown_form {
   /* width: 50%;*/
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.other_information {
    background-color: #F1EAE0;
    text-align: center;
    border-radius: 8px;
    padding: 2em;
    margin-bottom: 1em;
    overflow: hidden;
}

.site-branding {
    margin-left: 1em;
    width: 69em;
    margin: 1em auto;
}

.site-logo {
    width: 10em;
}

.social {
    text-align: center;
    border-bottom:0;
}

.social .fa {
    font-size: 1em;
    padding: 0 0.750em;
}

.social a {
    color: #4A4A4A;
}

.segment_sixteen_title_text p, .segment_sixteen_title_text p, .banner_quote blockquote p {
    margin-bottom: 0;
}

.message_box {
    left: 11em;
    overflow: hidden;
    position: absolute;
    top: 7%;
    width: 31.2em;
}

.message_box  h1 {
    font-size: 2em;
    line-height: 1.125em;
}

.msg_btn {
    display: inline-block;
    margin-right: 1em;
}

.msg_btn:last-of-type {
    margin-right: 0;
}

.main-navigation {
    border-top: 1px solid #dadada;
}

.usps_request {
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #CABFAE;
}

.usps_request:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.page-id-1927 section.accreditation {
    display: none;
}

.segment_paragraph {
    margin: 0 auto;
    width: 57em;
}

.segment_paragraph p {
    margin-top: 0;
}

.paragraph_link {
    background-color: #FFFFFF;
    padding: 1em 2em;
    border: 1px solid #cabfae;
    border-left: 8px solid #cabfae;
    box-shadow: 0 0 2px 0 #cabfae;
    color: #cabfae;
}

.paragraph_link .fa.fa-chevron-right {
    color: #4a4a4a;
}

.segment_paragraph img {
    margin: 1em 0 2em;
}

.segment_paragraph blockquote {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 13px 0 #cabfae;
    margin: 2em auto;
    padding: 2em 6em;
    width: 44em;
}

.segment_paragraph blockquote:before {
    left: 0.6em;
    top: 41px;
}

.segment_paragraph blockquote:after {
    right: 0.6em;
}

.fhbb_blog_container article.post {
    margin: 0 auto;
    width: 43em;
}

article.post {
    margin: 2em auto 0;
    width: 68em;
}

article.post img {
    background: #f1eae0 none repeat scroll 0 0;
    border: 8px solid #ffffff;
    box-shadow: 0 0 10px 0 #dcd5cb;
    margin: 1em auto;
}

.fhbb_post_info {
}

.fhbb_post_info h2 {
    margin-left: 0;
}

.fhbb_blog_container {
    display: inline-block;
}

.post-filters {
	margin: 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	padding:22px;
	background-color: #F1EAE0;
}

.post-filters select {
    font-size: 1em;
    padding: 0.8em 1em;
    border: 1px solid #CABFAE;
    margin-right: 1em;
}

.post-filters input {
    padding: 1em 4em;
    border-radius: 100px;
    font-size: 1em;
    background-color: #CABFAE;
    color: #FFFFFF;
    font-weight: bold;
    border: 0 none;
}

.navigation.posts-navigation {
    margin: 0 auto;
    width: 66em;
}

.left_col, .left_col_singlepost {
    float: left;
    width: 44em;
    margin-right: 2em;
}

/*.left_col_singlepost {
    padding-top: 1.5em;
}*/

.right_col, .right_col_singlepost {
    float: left;
    width: 20em;
   /* padding-top: 3.5em;*/
}

#nav_menu-2 {
    border: 1px solid #CABFAE;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

/*.widget {
    border: 1px solid #CABFAE;
    border-radius: 8px;
    text-align: left;
    padding: 0;
    overflow: hidden;
}*/

/*.widget-title {
    background-color: #F1EAE0;
    margin: 0;
    font-family: sans-serif;
    font-weight: bold;
    text-align: left;
    color: #4A4A4A;
    font-size: 1.250em;
    padding: 1em;
    border-bottom: 1px solid #CABFAE;
}*/

.menu-item, .widget_archive ul li {
    padding: 0.8em 1.5em;
    border-bottom: 1px solid #CABFAE;
}

.widget_archive ul li:last-child, .menu-item:last-of-type {
    border-bottom: 0;
}

.fa-facebook, .fa-twitter, .fa-google-plus, .fa-linkedin, .fa-instagram  {
    background-color: #3b5998;
    border-radius: 100px;
    padding: 0.8em 1em !important;
    color: #FFFFFF !important;
    margin-right: 1em;
}

.fa-twitter {
    background-color: #55acee;
    margin: 0 1em;
    padding: 0.8em 0.9em !important;
}

.fa-google-plus{
    background-color: #dd4b39;
    margin: 0 0 0 1em;
    padding: 0.8em 0.85em !important
}
.fa-linkedin{
    background-color: #0077B5;
    margin: 0 0 0 1em;
    padding: 0.8em 0.85em !important;
    color:white;
     
}
.fa-instagram{
    background-color: #CA2664;
    margin: 0 0 0 1em;
    padding: 0.8em 0.85em !important;
    color:white;
     
}
.factfiles {
    background-color: #ffffff;
    border: 1px solid #e5426a;
    border-radius: 8px;
    box-shadow: 10px 11px 10px 0 #cabfae;
    margin: 2em 10em;
    padding: 2em 5em;
    position: relative;
    overflow: visible;
}

.factfiles img {
    box-shadow: none;
    border: 0;
    background: none;
    position: absolute;
    top: -55px;
    z-index: 999;
    display: inline-block;
    left: 24em;
}

.factfile_title {
    border-bottom: 1px solid #dadada;
    display: inline-block;
    padding-bottom: 0.5em;
    width: 20%;
}

.factfile_text {
    color: #4A4A4A;
    font-family: sans-serif;
    font-size: 1.5em;
    margin: 1em auto 0;
}

section.segment_paragraph {
    border-bottom: none;
}

section.segment_paragraph:last-of-type {
    border-bottom: 1px solid #CABFAE;
    padding-top: 0;
}

.prices_cta_container {
    display: inline-block;
}

.prices_cta_container_inner {
    display: table-cell;
    height: 16em;
    text-align: center;
    vertical-align: middle;
}

.prices_cta_container_inner h2 {
    font-size: 1.6em;
}

.prices_cta_container_inner p {
    font-size: 1.4em;
    margin: 0;
}

.prices_cta {
    font-size: 1.3em;
}

.conditions_container {
    border-radius: 8px;
    border: 1px solid #cabfae !important;
    background-color: #FFFFFF;
    padding: 2em;
    margin: 2em auto;
}

.conditions_container h2 {
    margin-bottom: 1em;
}

.conditions {
    border-top: 1px solid #CABFAE;
    padding: 1em 8em;
}

.conditions h4 {
    font-weight: normal;
}

.conditions p {
    font-size: 1em;
    margin-bottom: 0em;
    line-height: 1.375em;
}

.hospital_list {
    background-color: #f6f6f6;
    display: inline-block;
    margin-bottom: -0.2em;
    padding: 2em 1em;
}

.hospital_list_inner {
    display: table-cell;
    height: 43em;
    text-align: center;
    width: 23.12em;
    vertical-align: top;
}

.hospital_list_inner h6 {
    font-size: 2em;
}

.woocommerce-billing-fields p label::after, .woocommerce-shipping-fields p label::after, .payment_box p label::after, .wc_payment_method label::after, .wc-terms-and-conditions label::after {
    display: none;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields, #order_review_heading {
    text-align: left;
}

.woocommerce-billing-fields p input, .woocommerce-shipping-fields p textarea {
    width: 100% !important;
}

.left-arrow {
    padding: 0.4em 0.7em 0.4em 0.6em;
    left: 20px;
    }

.right-arrow {
    padding: 0.4em 0.6em 0.4em 0.7em;
    right: 20px;
}

.left-arrow, .right-arrow {
    background-color: #e5426a;
    border-radius: 99px;
}

.search_sections {
    background-color: #FFFFFF;
    padding: 2em 4em 1em;
    margin-bottom: 1em;
    border: 1px solid #CABFAE;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0 #cabfae;
    font-size: 1.5em;
}

.search_sections p {
    margin: 0;
    vertical-align: middle;
}

.conditions_box {
    background-color: #ffffff;
    display: inline-block;
    color: #FFFFFF;
    padding: 2em;
    margin-right: 1em;
    position: relative;
}

.conditions_box_inner {
    display: table-cell;
    height: 10em;
    vertical-align: middle;
    width: 9em;
}

.conditions_box:last-of-type {
    margin-right: 0;
}

.table_style {
    border: 1px solid #CABFAE;
}

.site-branding {
    display: none;
}

.responsive-above-hide {
    display: block;
}

.nav-buttons {
    float: left;
    width: 50%;
    padding: 1em;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
    /*height: 60px;*/
}

.nav-buttons a {
   color: white;
}

.cd-main-header {
    height: 60px !important;
}

.cd-header-buttons {
    top: 9px !important;
}

#mobile-logo {
    vertical-align: middle;
}

#mobile-logo img {
    height: 48px;
    margin: 3px 10px;
}

/* 320px wide screen iPhone 4 & 5 portrait */

@media (min-width: 320px), handheld and (orientation: portrait) {

    .colour_size {
        background-color: red;
        height: 10px;
    }

    .breadcrumb {
        display: none;
    }

    #primary {
        margin: 6.4em auto 0;
    }

    .subcategory-template {
        margin: 7.5em auto 0;
    }

    .has-children ul {
        top: 0;
    }

    .page_heading {
        border-bottom: 1px solid #dadada;
        margin: 0 1em;
    }

    .site-branding {
        width: 10em;
    }

    .fa.fa-phone {
        font-size: 1.6em;
        color: #4A4A4A;
        vertical-align: text-bottom;
        position: relative;
        top: -0.4em;
        left: -0.1em;
    }

    .page-id-2817 #page #content #primary #main .price_container section .prices_box:nth-of-type(2) h6:nth-of-type(2), .page-id-659 #page #content #primary #main .price_container section .prices_box:nth-of-type(2) h6:nth-of-type(2), .page-id-960 #page #content #primary #main .price_container section .prices_box:nth-of-type(2) h6:nth-of-type(2), .page-id-959 #page #content #primary #main .price_container section .prices_box:nth-of-type(2) h6:nth-of-type(2), .page-id-629 #page #content #primary #main .price_container section .prices_box:nth-of-type(2) h6:nth-of-type(2), .page-id-897 #page #content #primary #main .price_container section .prices_box:nth-of-type(2) h6:nth-of-type(2), .page-id-629 #page #content #primary #main .price_container section .prices_box:nth-of-type(2) h6:nth-of-type(2), .page-id-800 #page #content #primary #main .price_container section .prices_box:nth-of-type(2) h6:nth-of-type(2) {
        display: none;
    }

    .header_btn {
        margin-bottom: 0.5em;
        margin-right: 0;
    }

    .left-arrow, .right-arrow {
        top: 1.5em;
        font-size: 1em;
    }

    .cta {
        position: absolute;
        top: 10em;
        left: 0em;
        padding: 1em 3.5em;
        background-color: #F6F6F6;
        box-shadow: 0 0 8px 0 #979797;
    }

    .page_heading h1 {
        text-align: center;
        font-size: 1.5em;
        padding-bottom: 0.3em;
    }

    #phone, .fhbb_basket {
        display: none;
    }

    .cd-search {
        top: 60px;
    }

    section {
        margin: 0 1em;
        border-bottom: 1px solid #f1eae0;
        max-width: 66em;
        padding: 1em 0;
    }

    footer section:last-child {
        border-bottom: 0;
    }

    h2 {
        font-size: 1.4em;
    }

    .message_box {
        position: relative;
        width: 20em;
        left: 0;
        width: 100%;
        display: inline-table;
    }

    .message_box h1 {
        font-size: 1.7em;
    }

    .left-arrow, .right-arrow {
        top: 0.8em;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 17.8em;
    }

    .segment_three:first-of-type, .segment_eleven:first-of-type, .segment_thirteen:first-of-type  {
        margin-right: 0;
        margin-bottom: 2em;
    }

    .segment_three img, .segment_eleven img, .segment_thirteen img {
        border-radius: 0 0 8px 8px;
    }

    .segment_three h5, .segment_eleven .segment_eleven_container, .segment_thirteen h5 {
        position: relative;
    }

    article.segment_four:nth-of-type(2), .segment_five:first-of-type {
        margin: 1em 0;
    }

    .segment_four_container {
        padding: 1em 2em 1.125em;
    }

    .segment_five {
        padding: 3em 2em;
    }

    .segment_six {
        padding: 2em 1em 0em;
    }

    .segment_six_img, article.segment_twenty:nth-of-type(2) {
        margin: 0;
    }

    .sectionstepstitle p {
        margin-top: 0;
        border-bottom: 1px solid #CABFAE;
        padding-bottom: 1em;
    }

    .sectionstepstitle:last-of-type, .sectionstepstitle p:last-of-type {
        border: none;
    }

    .full_width {
        padding: 2.5em 2em;
    }

    .segment_eight figure a img {
        width: 15em;
    }

    .segment_nine p {
        padding: 0;
    }

    .review_text {
        font-size: 1.3em;
    }

    .testimonial-customer {
        margin-right: 0.9em;
    }

    .testimonial-quote blockquote:before {
        left: 0.1em;
        top: -0.1em;
    }

    .testimonial-quote blockquote:after {
        right: 0.3em;
        top: 2.8em;
    }

    .segment_fourteen_box {
        background:none;
        left: 0;
        position: relative;
        top: 0;
    }

    .banner_quote {
        padding: 3em 2em;
        position: relative;
        right: 0;
        top: 0;
    }

    .segment_fifteen blockquote::after {
        top: 1.85em;
    }

    .segment_sixteen_title_text {
        background: none;
        left: 0;
        padding-top: 0;
        position: relative;
        top: 0;
    }

    .overlay_meettheteam {
        padding: 8em 3em;
    }

    .segment_eighteen {
        padding: 8em 2em 2em;
        height: 60em;
    }

    .segment_eighteen img {
        left: 73px;
    }

    .segment_nineteen p {
        padding: 0 1em;
    }

    .segment_twenty_container {
        padding: 1em 2em 1.125em;
    }

    .segment_twentyone {
        margin-bottom: 0;
    }

    .segment_twentyfour {
        margin-right: 0;
    }

    .segment_twentyfour:nth-of-type(2n) {
        margin: 1em 0;
    }

    .factfile_title {
        width: 14em;
    }

    .factfiles {
        margin: 0;
        padding: 2em;
        box-shadow: 0px 0px 5px 0 #cabfae;
    }

    .factfile_text {
        font-size: 1em;
    }

    .what_we_do_service {
        width: 18em;
        margin-right: 0;
        border-right: 0 none;
        padding-right: 0;
    }

    .segment_twentythree:hover .overlay_meettheteam {
        width: 17em;
        height: 17em;
        left: 0em;
    }

    .ticks_description {
        margin-right: 0;
    }

    .accreditation {
        padding: 2em 1em 0;
        margin-top: 0;
    }

    .seen_at {
        width: 6em;
    }

    .accred_image {
        width: 5em;
    }

    .accred_image:after {
        display: none;
    }

    .contact_us_form {
        border-right: 0;
        padding-right: 0;
    }

    .contact_us_form_container, .contact_us_details_container, .left-column-form, .right-column-form {
        width: 17.8em;
    }

    .contact_us_form label:after {
        left: 429px;
        padding: 1.1em;
    }

    .contact_us_details_container {
        padding-left: 0;
    }

    #requestabrochure_form p label:after {
        left: 273px;
        padding: 1.1em;
    }

    .left-column-form {
        margin-right:0;
    }

    .prices_box {
        padding: 1em;
        width: 15em;
        border-radius: 8px;
    }

    .price_container {
        padding: 30px 0px;
        border-radius: 8px;
        margin-bottom: 1em;
    }

    .prices_box_3:nth-of-type(1) {
        border-radius: 8px;
    }

    .prices_box_3:nth-of-type(2) {
        margin: 1em 0;
        padding: 3em 1em;
        height: 22em;
        position: relative;
        top: -20em;
    }

    .prices_box_2:nth-of-type(2), .prices_box_3:nth-of-type(3) {
        border-radius: 8px;
        vertical-align: top;
    }

    .price_container_1 .prices_box_1, .price_container_1 .prices_box_2:nth-of-type(1), .price_container_1 .prices_box_3:nth-of-type(2) {
        position: relative;
        top: -20em;
    }

    .prices_box_3:nth-of-type(1) {
        position: relative;
        top: 23em;
    }

    .newsletter_form {
        margin-bottom: 0;
    }

    .newsletter_inputs {
        width: 17em;
        margin-bottom: 0.5em;
    }

    #newsletter_btn {
        padding: 1.125em 4em;
    }

    .footer_links {
        border-bottom: 1px solid #f1eae0;
        border-right: 0;
        padding-bottom: 2em;
    }

    .footer_links:last-of-type {
        margin-bottom: 0;
    }

    .legal_text, .countries {
        text-align: center;
        position: relative;
    }

    .woocommerce {
        width: 18em;
    }

    .woocommerce a.remove {
        line-height: 1;
    }

    .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
        width: 10em;
    }

    #requestabrochure_form p label:after {
    left: 220px;
    padding: 1.1em;
 }
 	.contact_us_form label:after {
    left: 217px;
    padding: 1.1em;
}
}

/* 360px wide screen galaxy s5 portrait */

@media (min-width: 360px), handheld and (orientation: portrait) {

    .colour_size {
        background-color:fuchsia;
        height: 10px;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 20em;
    }

}

/* 375px wide screen iPhone 6 portrait */

@media (min-width: 375px), handheld and (orientation: portrait) {

    .colour_size {
        background-color: blue;
        height: 10px;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 21em;
    }

    .segment_eight figure a img {
        width: 20em;
    }

    .prices_box {
        width: 18em;
    }
}

/* 414px wide screen iPhone 6 plus portrait */

@media (min-width: 400px), handheld and (orientation: portrait) {
    .colour_size {
        background-color: green;
        height: 10px;
    }

    .prices_box_2:nth-of-type(2), .prices_box_3:nth-of-type(3) {
        border-radius: 8px;
    }

    #primary {
        margin: 6.4em auto 0;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 23.6em;
    }

    .what_we_do_service {
        width: 24em;
        margin-bottom: 2em;
        margin-right: 0;
        border-right: 0;
        padding-right: 0;
    }

    .button_style {
        margin-bottom: 0.5em;
    }

    .overlay_meettheteam {
        padding: 10.5em 3em;
    }

    .segment_fifteen blockquote::after {
        top: 2.4em;
    }

    .segment_eight figure a img {
        width: 22em;
    }

    .segment_eighteen img {
        left: 122px;
    }

    .accred_image {
        width: 7em;
    }

    .legal_text, .countries {
        width: 100%;
    }

    .left-column-form {
        width: 22em;
    }

    .woocommerce {
        width: 22em;
    }

    .contact_us_form label:after {
        left: 272px;
    }

    .contact_us_form_container, .contact_us_details_container, .left-column-form, .right-column-form {
        width: 20.9em;
    }

    input[type="text"], input[type="date"], input[type="email"], input[type="tel"], textarea, .dropdown_form {
        padding: 1.5em 0 1.2em 1em;
    }

    .prices_box_3:nth-of-type(2) {
        top: -20em;
    }
    #requestabrochure_form p label:after {
    left: 266px;
    padding: 1.1em;
}
}

/* 480px wide screen iPhone 4 landscape */

@media (min-width: 480px), handheld and (orientation: landscape) {

    .colour_size {
        background-color: purple;
        height: 10px;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 28em;
    }
}

/* 568px wide screen iPhone 5 landscape */

@media (min-width: 568px), handheld and (orientation: landscape) {

    .colour_size {
        background-color: darksalmon;
        height: 10px;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 33.5em;
    }
}

/* 640px wide screen galaxy s5 landscape */

@media (min-width: 640px), handheld and (orientation: landscape) {
    .colour_size {
        background-color: yellow;
        height: 10px;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 38em;
    }

    .prices_box {
        width: 12em;
        margin: 0 -0.25em 0;
    }

    .prices_cta_container_inner h2 {
        font-size: 1.6em;
    }

    .prices_cta_container_inner p {
        font-size: 1em;
    }

    .prices_box_2:nth-of-type(2), .prices_box_3:nth-of-type(3) {
        vertical-align:inherit;
        border-radius: 0px 8px 8px 0px;
    }

    .price_container_1 .prices_box_1, .price_container_1 .prices_box_2:nth-of-type(1), .price_container_1 .prices_box_3:nth-of-type(2) {
        top: 0;
    }

    .prices_box_3:nth-of-type(1) {
        top: 0;
        border-radius: 8px 0px 0px 8px;
    }

    .prices_value {
        font-size: 3em;
    }

    .prices_box_3:nth-of-type(2) {
        height: 24em;
    }

    .prices_box_3:nth-of-type(2) {
        top: 0em;
    }
}

/* 667px wide screen iPhone 6 landscape */

@media (min-width: 667px), handheld and (orientation: landscape) {

    .colour_size {
        background-color: chocolate;
        height: 10px;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 40em;
    }

    .segment_three:first-of-type, .segment_eleven:first-of-type, .segment_thirteen:first-of-type  {
        margin-right: 1em;
        margin-bottom: 0;
    }

    article.segment_four:nth-of-type(2), .segment_five:first-of-type {
        margin: 0 1em;
    }

    .segment_eight figure a img {
        width: 12em;
    }

    .segment_four, .segment_twenty_container, .segment_twentyfour {
        width:12em;
    }

    .prices_box_3:nth-of-type(2) {
        top: 0;
    }

    .accreditation {
        width: 39em;
    }
}

/* 736px wide screen iPhone 6plus landscape */

@media (min-width: 736px), handheld and (orientation: landscape) {
    .colour_size {
        background-color:aqua;
        height: 10px;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 44em;
    }

    .segment_eight figure a img {
        width: 13em;
    }

    .segment_four, .segment_twenty_container, .segment_twentyfour {
        width:13.8em;
    }

    .segment_six, .segment_twelve {
        width: 46em;
    }

    .segment_six_img {
        width: 14em;
        vertical-align: top;
    }

    .segment_fourteen_box {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        border-radius: 8px;
        padding: 1.98em;
        position: absolute;
        left: 4em;
        text-align: center;
        top: 7em;
    }

    .prices_box {
        width: 14em;
        margin: 0 -0.25em 0;
    }

    .prices_box_3:nth-of-type(1) {
        border-radius: 8px 0px 0px 8px;
    }

    .prices_box_3:nth-of-type(2) {
        height: inherit;
        top: 0;
    }

    .prices_box_2:nth-of-type(2), .prices_box_3:nth-of-type(3) {
        vertical-align: inherit;
    }

    .accreditation {
        width: 44em;
    }

    .footer_links {
        width: 15em;
        margin-bottom: 0;
        margin-right: 1px solid #cabfae;
    }


}

/* 768px wide screen iPad & iPad mini portrait */

@media (min-width: 768px), handheld and (orientation: portrait) {


    .colour_size {
        background-color: orange;
        height: 10px;
    }

    .breadcrumb {
        width: 106em;
    }

    .h2_trade_font {
        font-size: 1.7em;
    }

    .site-logo {
        width: 8em;
    }

    .site-branding {
        width: 45em;
    }

    #phone, .fhbb_basket {
        display: block;
    }

    #phone p {
        margin: 0;
        padding-left: 0.2em;
    }

    .header_btn {
        margin-right: 0.5em;
    }

    #primary {
        margin: 6.4em auto 0;
    }

    .left-arrow, .right-arrow {
        top: 3em;
        font-size: 1.5em;
    }

    .cta {
        float: right;
        position: relative;
        top: -4em;
        left: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 46em;
    }

    .what_we_do_service {
        width: 13em;
        margin-right: 1em;
        margin-top: 0;
    }

    .segment_paragraph {
        width: 43em;
    }

    .testimonial-quote blockquote:after {
        right: 0.3em;
        top: 1.5em;
    }

    .segment_four {
        width: 14.4em;
    }

    .segment_five:first-of-type, article.segment_four:nth-of-type(2) {
        margin: 0 1em;
    }

    .segment_eight figure a img {
        width: 14em;
    }

    .segment_eleven, .segment_five {
        width: 22em;
    }

    .segment_eleven:first-of-type {
        margin-right: 1em;
        margin-bottom: 0;
    }

    .accreditation {
        width: 46em;
    }

    .prices_box {
        padding: 2em 1em;
        width: 14em;
        border-radius: 8px;
        margin: 2em -0.4em 0;
    }

    .prices_cta_container_inner h2 {
        font-size: 1.6em;
    }

    .prices_cta_container_inner p {
        font-size: 1.4em;
    }

    .prices_box_3:nth-of-type(1) {
        border-radius: 8px 0 0 8px;
        vertical-align: top;
        height: 22em;
    }

    .ticks_usp {
        width: 16em;
    }

    .left-column-form {
        width: 26em;
        margin-right: 2em;
    }

    #requestabrochure_form .wpcf7-form-control-wrap .dropdown_form {
        width: 100%;
    }

    #requestabrochure_form p label:after {
        left: 350px;
        padding: 1.1em;
    }

    .woocommerce {
        width: 40em;
    }

    .footer_links {
        width: 17em;
        margin-bottom: 0;
        margin-right: 1px solid #cabfae;
    }

    .contact_us_details_container {
        padding-left: 2em;
    }
}

/* 1024px wide screen iPad landscape */
@media (min-width: 1024px), handheld and (orientation: portrait) {
    .colour_size {
        background-color:cornflowerblue;
        height: 10px;
    }

    .fa.fa-phone {
        display: none;
    }

    .site-branding {
        width: 57em;
    }

    .cta {
        top:-3em;
    }

    #phone {
        float: left;
        font-size: 1.25em;
        margin: 9px 14px;
    }

    .segment_three, .segment_four, .segment_five, .segment_six, .segment_eleven, .segment_twelve, .segment_thirteen, .segment_fourteen_box, .banner_quote, .segment_sixteen_title_text, .segment_seventeen, .segment_eighteen, .segment_nineteen, .segment_twenty, .segment_twenty_container, .segment_twentyone, .segment_twentytwo, .segment_twentyfour, .factfiles, .accreditation, .segment_paragraph, .ticks_description, .ticks_usp {
        width: 62em;
    }

    .segment_eleven, .segment_five {
        width: 30em;
    }

    .segment_eight figure a img {
        width: 19em;
    }

    .segment_four {
        width: 19em;
    }

    .prices_box {
        width: 19em;
    }

    .prices_cta_container_inner h2 {
        font-size: 2.1em;
    }

    .prices_cta_container_inner p {
        font-size: 1.6em;
    }

    .accreditation {
        width: 62em;
    }
}

/* 1170px wide screen */
@media (min-width: 1170px) {

  ul.cd-secondary-nav li.has-children::after {
    border-right: 1px solid #e2e3df;
    content: "";
    height: 249px;
    margin-left: 14em;
    position: absolute;
    top: 30px;
    width: 1px;
  }

  .responsive-above-hide {
      display: none !important;
  }

  .site-branding {
      display: block !important;
  }

  .cd-primary-nav {
    visibility: inherit;
  }

  .cd-primary-nav > li {
    margin-left: 2em;
  }

  .megamenu_quote_wrapper {
    left: 38%;
    top: 25px;
  }

  #primary {
    margin: 11em auto 0;
  }

  .page_heading {
    margin: 0 9em;
  }

  .fhbb_blog_container {
      width: 68em;
  }

}

/* 1280px wide screen */

@media (min-width: 1280px) {

    .colour_size {
        background-color: pink;
        height: 10px;
    }

    .site-branding {
        margin: 1em auto;
        width: 67em;
    }

    .site-logo {
        width: 10em;
    }

    #primary {
      margin: 10.9em auto 0;
    }

    .subcategory-template {
        margin: 12em auto 0;
    }

    .page-id-3068 #page #content #primary #main section.price_container section article div.prices_cta_container {
        position: relative;
        margin: 0;
    }

    .left-arrow, .right-arrow {
        top: 5em;
        font-size: 2em;
    }

    .message_box {
      display: inline-table;
        position: absolute;
        width: 32em;
        left: 7em;
        top: 8%;
        height: 21em;
    }

    .message_box_inner {
        height: 16em;
    }

    h2 {
        font-size: 2em;
    }

    .breadcrumb {
        display: block;
    }

    .page_heading {
        margin: 0 7em;
    }

    .page_heading h1 {
        text-align: left;
    }

    section {
        margin: 0 auto;
    }

    .header_btn {
        margin-bottom: 0em;
        margin-right: 0.5em;
    }

    .cta {
        float: right;
        position: relative;
        top: -3.5em;
        left: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .fa.fa-phone {
        display: none;
    }

    #phone {
        float: left;
        font-size: 1.25em;
        margin: 9px 14px;
    }

    a.ctanostyle:hover {
      color: #4a4a4a;
      cursor: default;
    }

    .fhbb_basket {
        float: left;
        line-height: 45px;
    }

    .segment_three h5, .segment_eleven .segment_eleven_container, .segment_thirteen h5 {
        position: absolute;
    }

    .segment_three, .segment_eleven, .segment_thirteen {
        width: 32.3em;
    }

    .segment_three:first-of-type, .segment_five:first-of-type, .segment_eleven:first-of-type, .segment_thirteen:first-of-type {
        margin: 0 1em 0 0;
    }

    .segment_four {
        width: 21.1em;
    }

    .segment_five {
        width: 32.5em;
    }

    .segment_six, .segment_twelve, .segment_nineteen, .segment_twentytwo, .factfiles, .accreditation {
        width: 66em;
    }

    .segment_eight figure a img {
        width: 20em;
    }

    .segment_eight figure a:nth-of-type(2) img {
        margin: 0 1em;
    }

    .segment_fourteen_box {
        position: absolute;
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        border-radius: 8px;
        padding: 1.98em;
        left: 4em;
        top: 6em;
        width: 25em;
    }

    .segment_fourteen_box_inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 16em;
    }

    .testimonial-quote blockquote:after {
        right: 0.3em;
        top: 1.3em;
    }

    .banner_quote {
        box-shadow: 0 0 4px 0 #eeecec;
        padding: 3em 4em;
        position: absolute;
        right: 3em;
        text-align: center;
        top: 4em;
        width: 22em;
    }

    .banner_quote_inner {
        height: 13em;
        display: table-cell;
        vertical-align: middle;
    }

    .segment_fifteen blockquote::after {
        top: 2.4em;
    }

    .segment_fifteen .banner_quote {
        width: 30em;
    }

    .segment_sixteen_title_text {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        border-radius: 8px;
        left: 2em;
        padding: 1em;
        position: absolute;
        text-align: center;
        top: 23em;
        width: 62em;
    }

    .segment_seventeen {
        width: 21.3em;
    }

    .paragraph_section_style {
        margin-top: 2em;
    }
    .segment_paragraph {
        width: 60em;
    }

    .overlay_meettheteam {
        padding: 8em 3em;
    }

    .what_we_do_service {
        width: 19em;
        border-right: 1px solid #cabfae;
        padding-right: 2em;
        margin-right: 2em;
        margin-bottom: 0;
    }

    #what_we_do_button a button.pink_bkg:nth-of-type(2) {
        background-color: #CABFAE;
    }

    .segment_eighteen {
        width: 32.3em;
    }

    .segment_eighteen img {
        left: 180px;
    }

    .segment_twenty, .segment_twenty_container {
        width: 21em;
    }

    .segment_twenty {
        width: 64em;
    }

    article.segment_twenty:nth-of-type(2) {
        margin: 0 1em;
    }

    .segment_twentyone {
        width: 21em;
    }

    .segment_twentyfour {
        width: 21.1em;
    }

    .segment_twentyfour:nth-of-type(2n) {
        margin: 0 1em;
    }

    .twentyfour_icon p img {
        height: 120px;
        width: 120px;
    }

    .newsletter_form span input {
        width: 17em;
    }

    .seen_at {
        width: 14em;
    }

    .ticks_description {
        margin-right: 2em;
        width: 43em;
    }

    .ticks_description, .ticks_usp {
        display: inline-block;
        vertical-align: top;
    }

    .ticks_usp {
        width: 20em;;
    }

    .woocommerce {
        width: 66em;
    }

    .page-id-2368 h1 {
        text-align: left;
        width: 32em;
        margin: 2em auto 0;
    }

    .page-id-2816 #page #main section article .segment_twentyone {
        width: 18em;
    }

    .page-id-1708 #page #main section.segment_eight div, .page-id-2811 #page #main section.segment_eight div, .page-id-2815 #page #main section.segment_eight div, .page-id-1707 #page #main section.segment_eight div {
        display: none;
    }

    .contact_us_form_container, .contact_us_details_container, .left-column-form {
        display: inline-block;
        vertical-align: top;
        width: 32.8em;
    }

    .right-column-form {
        width: 20em;
    }

    .contact_us_form {
        border-right: 1px solid #dadada;
        padding-right: 2em;
        text-align: left;
        width: 100%;
    }

    .contact_us_details_container {
        padding-left: 2em;
        text-align: left;
    }

    #requestabrochure_form {
        width: 33em;
    }

    #requestabrochure_form p label::after {
        left: 466px;
    }

    .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
        padding: 30px 156px 100px 180px;
    }

    .cd-header-buttons {
        top: 1px;
        right: 7em;
    }

    .cd-primary-nav {
        padding: 0 70px 0 0;
    }

    .newsletter_form span input {
        width: 17.5em;
    }

    .hospital_list_inner {
        width: 19em;
    }

    .prices_box {
        width: 20em;
    }

    .prices_cta_container_inner h2 {
        font-size: 1.8em;
    }

    .prices_cta_container_inner p {
        font-size: 1.4em;
    }

    .prices_box_3:nth-of-type(1) {
        height: 21em;
    }

    .left_col, .left_col_singlepost {
        width: 46em;
    }

    .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
      padding: 30px 76px 100px 110px;
    }

    ul.cd-secondary-nav li.has-children::after {
      margin-left: 16em;
    }

    .page_heading {
      margin: 0 9em;
    }

    .fhbb_blog_container {
        width: 68em;
    }
     .contact_us_form label:after {
        left: 430px;
    }
}

/* 1366px wide screen */

@media (min-width: 1366px) {
    .colour_size {
        background-color:darkviolet;
        height: 10px;
    }

    .site-branding {
        margin: 1em auto;
    }

    .message_box {
        top: 6%;
        height: 24em;
    }

    .twentyfour_icon p img {
        height: 120px;
        width: 120px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .colour_size {
        background-color:grey;
        height: 10px;
    }

    .site-branding {
        margin: -1em auto;
    }

    .cta {
        top: -6em;
    }

    .message_box {
        top: 13%;
    }

    .page_heading {
      margin: 0 19em;
    }

    .fhbb_blog_container {
        width: 67em;
    }
}

/* 1440px wide screen */

@media (min-width: 1440px) {

    .colour_size {
        background-color: black;
        height: 10px;
    }

    .site-branding {
        margin: 1em auto;
    }

    .page_heading {
        margin: 0 12em;
    }

    .fa.fa-phone {
        display: none;
    }

    .message_box {
        top: 4%;
        left: 11em;
        height: 25em;
    }

    .message_box_inner {
        height: 20em;
    }

    .segment_eight figure:nth-of-type(2) a img {
        margin: 0 1em;
    }

    .segment_fourteen_box {
        top: 6em;
        width: 24em;
    }

    .segment_twenty {
        width: 63em;
    }

    article.segment_twenty:nth-of-type(2) {
        margin: 0 0 1em;
    }

    article.segment_twenty {
        margin: 0 0 1em;
    }

    .segment_twenty_container {
        display: inline-block;
        width: 20em;
    }

    .segment_twenty_container:nth-of-type(2) {
        margin: 0 1em;
    }

    .cd-primary-nav {
        padding: 0 250px 0 0;
    }

    .cd-header-buttons {
        right: 11em;
    }

    .cd-search {
        height: 60px;
        top: 163px;
    }

    .cd-search input {
        padding: 0 5.8em;
    }

    .prices_cta_container_inner h2 {
        font-size: 1.6em;
    }

    .prices_cta_container_inner p {
        font-size: 1.4em;
    }

    .prices_box_3:nth-of-type(1) {
        height: 20.5em;
    }

    .left_col, .left_col_singlepost {
        width: 45em;
    }

    .footer_links {
        border-right: 1px solid #f1eae0;
        margin-bottom: 2em;
        border-bottom: 0 none;
        vertical-align: top;
    }

    .page-header.page_heading {
        margin: 0 0 1em;
    }

    .right-column-form {
        width: 25em;
    }

    .twentyfour_icon p img {
        height: 120px;
        width: 120px;
    }

    .page-id-2368 h1 {
        width: 28em;
    }

    .woocommerce {
        width: 67em;
    }

    .ubermenu-active {
        box-shadow: inset 0 -2px 0 #E5426A !important;
    }

    div.ubermenu-submenu {
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05) !important;
    }

    input[type="text"], input[type="date"], input[type="email"], input[type="tel"], textarea, .dropdown_form {
        padding: 1.4em 0 1.3em 1em;
    }

    .contact_us_form label:after {
        left: 430px;
    }

    ul.cd-secondary-nav li.has-children::after {
      height: 269px;
      margin-left: 16em;
    }
}

/*li.ubermenu-current-menu-item {
    color:red;
    background-color:blue;
}*/


@media (min-width: 1680px) {

  ul.cd-secondary-nav li.has-children::after {
    border-right: 1px solid #e2e3df;
    content: "";
    height: 269px;
    margin-left: 16em;
    position: absolute;
    top: 30px;
    width: 1px;
  }

  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
      padding: 30px 246px 100px 310px;
  }

  .page_heading {
    margin: 0 19em;
  }

}

/* 1920px wide screen */

@media (min-width: 1920px) {
    .colour_size {
        background-color:forestgreen;
        height: 10px;
    }

    .cd-primary-nav {
        padding: 0 555px 0 0;
    }

    .cd-header-buttons {
        top: 5px;
    }

    .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
      padding: 30px 396px 100px 430px;
  }

  .page_heading {
    margin: 0 27em;
  }
}

