*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 25px;
  }
}

/*===================== Global ===================================== */
.dnd-section[class*="force-full-width-section"] .dnd-column {
    padding: 0;
}
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.f-space-bw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.row-flex .col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}
.row-flex .col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.row-flex .col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.row-flex .col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}
.row-flex .col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
ul.no-list {
    margin: 0;
    padding: 0;
}

.Custom_layout ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.Custom_layout .body-container-wrapper ul li { 
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}
.Custom_layout .body-container-wrapper ul li:before {
    content: "";
    background-image: url(https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/Nuffield_Dental_Jan_2021/Images/Ellipse.svg);
    display: block;
    height: 20px;
    width: 25px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 9px;
}

.Custom_layout ul.no-list li:before {
    display: none;
}
.Custom_layout ul.no-list li {
    padding: 0;
}


.slick-slide {
    outline: none;
}
/*===================== Resources Implant ===================================== */
.resources_main{
  margin-bottom:200px;
}
.body-container-wrapper.doctor-list {
    background-color: #f9f9f9;
}
/*===================== Dental Implant ===================================== */
.dental-implant_main {
    padding-top: 0px;
}
.Custom_layout .dnd-section {
    padding: 0;
}
.dental-implant_main .hs_cos_wrapper_type_header h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 56px !important;
    margin: 0 0 16px;
}
.dental-implant_main ul.no-list li {
    margin-bottom: 20px;
}
.dental-implant_main ul.no-list li  a {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}
.dental-implant_main .call-us_sec {
    margin-top: -135px;
}
.Custom_layout .dnd-column {
  padding: 0px;
}
/*===================== End Dental Implant ===================================== */


/*===================== Harbour Front Clinic Page ===================================== */
.HarbourFront_Clinic_Page .two-col-img-content .btn-group {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.HarbourFront_Clinic_Page .two-col-img-content .btn + .btn {
    margin-left: 0;
    margin-right: 20px;
}
.HarbourFront_Clinic_Page .an_appointment .col.left {
  padding-right: 62px;
}
.HarbourFront_Clinic_Page .hs_cos_wrapper_type_header h2 {
    font-family: Source Sans Pro;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 0 24px;
}
.HarbourFront_Clinic_Page main#main-content {
    margin-bottom: 50px;
}


/*===================== All Service layout ===================================== */
.All_Service_layout {
   background: #FBFBFB;
}


/*===================== Media ===================================== */

@media (max-width: 1300px){
  /*.Custom_layout .dnd-column,*/ .Custom_layout .dnd-module {
    padding: 0 25px;
  }
}

@media (max-width: 767px){
  .row-flex .col-4,
  .row-flex .col-6,
  .row-flex .col-8,
  .row-flex .col-7,
  .row-flex .col-5{
    flex: 0 0 auto;
    width: 100%;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  
  .dental-implant_main{
    padding-top:40px;
  }
  .dental-implant_main .call-us_sec {
    margin-top: 0;
  }
  .dental-implant_main .two-col-img-content .col-left {
    display: none;
  }
  
  
  .HarbourFront_Clinic_Page .two-col-img-content .btn-group {
    flex-direction: column-reverse;
  }
  .HarbourFront_Clinic_Page .two-col-img-content .btn + .btn {
    margin: 0 0 20px !important;
  }
  .HarbourFront_Clinic_Page .contact_us_mod {
    display: none;
  }
  .HarbourFront_Clinic_Page .an_appointment .col.left {
    padding-right: 0px;
  }
}


.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */
@font-face {
   font-family: 'Open Sans';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-regular-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-regular-webfont.eot#iefix') format('embedded-opentype'),
      /*          url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-regular-webfont.woff2') format('woff2'), */
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-regular-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-regular-webfont.ttf') format('truetype');
   font-style: normal;
   font-weight: 400;
   font-display: swap;
}
@font-face {
   font-family: 'Open Sans';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-light-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-light-webfont.eot#iefix') format('embedded-opentype'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-light-webfont.woff2') format('woff2'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-light-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-light-webfont.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'Open Sans';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-semibold-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-semibold-webfont.eot#iefix') format('embedded-opentype'),
      /*          url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-semibold-webfont.woff2') format('woff2'), */
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-semibold-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-semibold-webfont.ttf') format('truetype');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'Open Sans';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-bold-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-bold-webfont.eot#iefix') format('embedded-opentype'),
      /*          url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-bold-webfont.woff2') format('woff2'), */
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-bold-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-bold-webfont.ttf') format('truetype');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'Open Sans';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-extrabold-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-extrabold-webfont.eot#iefix') format('embedded-opentype'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-extrabold-webfont.woff2') format('woff2'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-extrabold-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/opensans-extrabold-webfont.ttf') format('truetype');
   font-weight: 900;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'Source Sans Pro';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-regular-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-regular-webfont.eot#iefix') format('embedded-opentype'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-regular-webfont.woff2') format('woff2'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-regular-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-regular-webfont.ttf') format('truetype');
   font-weight: 400;
   font-style: normal;
   font-display: swap;

}
@font-face {
   font-family: 'Source Sans Pro';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-semibold-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-semibold-webfont.eot#iefix') format('embedded-opentype'),
      /*          url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-semibold-webfont.woff2') format('woff2'), */
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-semibold-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-semibold-webfont.ttf') format('truetype');
   font-weight: 600;
   font-style: normal;
   font-display: swap;

}
@font-face {
   font-family: 'Source Sans Pro';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-bold-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-bold-webfont.eot#iefix') format('embedded-opentype'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-bold-webfont.woff2') format('woff2'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-bold-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-bold-webfont.ttf') format('truetype');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'Source Sans Pro';
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-black-webfont.eot');
   src: url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-black-webfont.eot#iefix') format('embedded-opentype'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-black-webfont.woff2') format('woff2'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-black-webfont.woff') format('woff'),
      url('https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/nuffield_holdings_2021/fonts/Source_Sans_Pro/sourcesanspro-black-webfont.ttf') format('truetype');
   font-weight: 900;
   font-style: normal;
   font-display: swap;
}

body {
   line-height:1.2;
   word-break: break-word;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}
/* Paragraphs */
p {
   font-size: 1rem;
   margin: 0 0 1.4rem;
}
/* Anchors */
a {
   cursor: pointer;
   text-decoration: none;
}
a:hover,
a:focus {
   text-decoration: underline;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1.2rem;
}
/* Lists */
ul,
ol {
   margin: 0 0 1.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}
ul.no-list {
   list-style: none;
}
/* Code blocks */
code {
   vertical-align: bottom;
}
/* Blockquotes */
blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}
img{
   height:auto;
   max-width:100%;
   vertical-align:middle
}
/* Horizontal rules */
hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
* + h1, * + h2 { margin-top:35px; }
* + h3, * + h4 { margin-top:30px; }
* + h5, * + h6  { margin-top:25px; }
* + p { margin-top:20px }
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

a.btn,
.btn a{
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 33px;
    background: #0e7d94;
    display: inline-block;
    padding: 13px 83px;
    color: #fff;
    border: 1px solid #0e7d94;
    box-sizing: border-box !important;
}
a.btn:hover,
.btn a:hover{
  color: #0e7d94;
  background:#ffffff;
}
a.btn-white,
.btn-white a{
  background: #fff;
  color:#229EB9;
}

a.btn-white:hover,
.btn-white a:hover{
  background: #fff;
  color:#229EB9;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 20px;
}
.hs-error-msg {
    margin: 0;
}
form ul.no-list.hs-error-msgs li {
    margin: 0 !important;
}
form ul.no-list.hs-error-msgs li label {
    font-size: 14px;
    color: red !important;
}
/* Labels */

form label {
  display: block;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin:0 0 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border:1px solid #C1C1C1;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
}
form fieldset {
  max-width: 100% !important;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline:none;
}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
body,html{overflow-x:hidden}.header_outer{min-height:74px}header.header{padding:13px 0;font-size:16px;line-height:14px;position:relative}header.header{position:fixed;width:100%;z-index:99;top:0;transition:.3s ease}.header_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.header_logo img{max-width:209px}.header_wrapper ul,.mobile-header ul{list-style:none;margin:0;padding:0}.button-group ul{display:flex;align-items:center;justify-content:center}.button-group .book{margin-left:20px}.button-group a{font-family:Open Sans;font-size:16px;font-weight:600;line-height:14px;border-radius:33px;padding:17px 25px;text-align:center;border:1.5px solid #0e7d94;background:0 0;color:#fff;height:48px;display:inline-block}.button-group a:hover{color:#fff}.button-group .book a{color:#229eb9;border:1px solid transparent;background:#fff;box-shadow:0 4px 4px #000;border-radius:33px;display:flex;justify-content:center;align-items:center;padding:14px 48px}.button-group .book img{margin-right:8px}.header_wrapper .search img{cursor:pointer;display:block}.site-search{transform:translate(0,-100%);transition:all .3s ease;position:fixed;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.8);z-index:999}.search_inner_wrap{max-width:600px;width:90%}.search_inner_wrap input.hs-search-field__input{background:0 0;border:0;border-bottom:2px solid #fff;border-radius:0;padding-left:0;outline:0;color:#fff;font-size:25px;width:100%;max-width:100%;display:block}.close-search{position:absolute;right:20px;top:20px;color:#fff;font-size:30px;cursor:pointer}.open-search .site-search{transform:translate(0,0)}@media(min-width:768px){.navigation-primary>ul{display:flex}.navigation-primary>ul>li.has-submenu>a:after{content:"";background-image:url(https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/Nuffield_Dental_Jan_2021/Images/downangle.svg);display:inline-block;width:9px;height:7px;margin-left:10px;vertical-align:middle;transition:all .3s ease}.navigation-primary>ul>li+li{margin-left:30px}.navigation-primary>ul>li{padding-top:10px;padding-bottom:10px}.navigation-primary ul ul{list-style:none;margin:0;padding:0}.child-trigger,.menu-trigger{display:none}.menu_outer_wrap{position:absolute;left:0;width:100%;background:#0e7d94;border-radius:0 0 0 2px;color:#fff;top:74px;box-shadow:0 4px 40px rgba(0,0,0,.1);visibility:hidden;opacity:0;transition:all .1s;z-index:999}nav.navigation-primary>ul>li>a{position:relative}nav.navigation-primary>ul>li>a:before{content:"";background:0 0;position:absolute;bottom:-27px;width:100%;height:30px}.menu_outer_wrap .level-5 a:hover{color:#229eb9}.navigation-primary>ul>li.has-submenu:hover .menu_outer_wrap{opacity:1;visibility:visible}.menu_outer_wrap>ul{display:flex}.menu_outer_wrap>ul>li:first-child{width:25%;color:#fff;padding:20px 27px;background:#0e7d94}.menu_outer_wrap>ul>li:first-child>ul>li:first-child>a{font-family:Source Sans Pro;font-size:24px;font-weight:600;line-height:25px;margin-bottom:32px;display:block}.menu_outer_wrap>ul>li:first-child>ul>li:last-child>a{font-family:Open Sans;font-size:14px;font-weight:400;line-height:30px}.menu_outer_wrap>ul>li:first-child a{color:#fff}.menu_outer_wrap>ul>li:last-child{width:75%;background:#fff}.menu_outer_wrap>ul>li:last-child>ul{padding:20px}.menu_outer_wrap .level-4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.menu_outer_wrap .level-4>li{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;position:relative}.menu_outer_wrap .level-3>li:first-child>a{font-size:14px;font-weight:600;line-height:26px;letter-spacing:.5px;display:inline-block;margin-bottom:10px}.menu_outer_wrap .level-5 a{display:flex;align-items:center;color:#1a292d;font-family:Open Sans;font-size:16px;font-weight:400;line-height:30px}.menu_outer_wrap .level-5 span.round{height:51px;width:51px;box-shadow:0 4px 40px rgba(0,0,0,.1);border-radius:100px;margin-right:27px;text-align:center;line-height:51px;vertical-align:middle}.menu_outer_wrap .level-5 span.round img{max-width:35px}.menu_outer_wrap .level-5 li{margin-bottom:10px}.doctors .menu_outer_wrap>ul>li:first-child{background:#0e7d94}.menu_outer_wrap>ul>li:first-child a b{font-weight:600}.doctors .menu_outer_wrap span.round,.menu_outer_wrap span.round{display:none}.navigation-primary>ul>li:first-child span.round{display:block}.doctors .menu_outer_wrap .level-4>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;position:relative}.doctors .menu_outer_wrap>ul>li:last-child>ul{padding:20px 33px}.doctors .menu_outer_wrap .level-5 a{line-height:21px}.doctors .menu_outer_wrap .level-5 li{margin-bottom:22px}.doctors .menu_outer_wrap .level-3>li:first-child>a{margin-bottom:30px}.menu_outer_wrap>ul>li:last-child .level-3>li:first-child>a{color:#0e7d94}.doctors .menu_outer_wrap>ul>li:last-child .level-3>li:first-child>a{color:#0e7d94;padding-left:0}.menu_outer_wrap>ul>li:last-child .level-3>li:first-child>a:after{content:"\f178";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:25px;line-height:26px;vertical-align:middle;margin-left:11px;color:inherit}.navigation-primary>ul>li.has-submenu:hover>a:after{transform:rotate(180deg)}}@media (max-width:1385px) and (min-width:1200px){.navigation-primary>ul>li+li{margin-left:10px}}@media (max-width:1385px) and (min-width:1200px){.navigation-primary>ul>li+li{margin-left:10px}}@media (max-width:1199px){.header_wrapper>div{order:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.header_wrapper>div.custom-menu-primary{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px}.header_logo{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.menu_outer_wrap{top:137px}.menu_outer_wrap:before{display:none}.header_wrapper .search{margin-right:20px}.header_outer{min-height:137px}}@media (max-width:1199px) and (min-width:900px){.menu_outer_wrap .level-5 span.round{margin-right:10px}.menu_outer_wrap .level-5 span.round{margin-right:10px;height:31px;width:31px;line-height:31px}.menu_outer_wrap .level-5 a{font-size:12px}.menu_outer_wrap .level-5 span.round img{width:21px}}@media (max-width:899px) and (min-width:768px){.doctors .menu_outer_wrap .level-4>li,.menu_outer_wrap .level-4>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:relative}.menu_outer_wrap .level-5 a{font-size:12px}.menu_outer_wrap .level-5 span.round{margin-right:10px;height:31px;width:31px;line-height:31px}.doctors .menu_outer_wrap .level-5 li{margin-bottom:10px}.menu_outer_wrap>ul>li:first-child{width:32%}.menu_outer_wrap>ul>li:last-child{width:68%}}@media (max-width:767px){.header_outer{min-height:80px}header.header .content-wrapper{padding:0 24px}header.header{padding:18px 0}.menu-trigger .line{height:0;width:30px;border-radius:0;background:#fff;display:block;border:2px solid #fff;position:absolute;border-radius:2px}.menu-trigger{width:30px;height:auto;position:relative;background:0 0;border:0;padding:0;outline:0;cursor:pointer;order:2}.menu-trigger .one{top:-10px}.menu-trigger .three{top:10px}.mobile-header{position:fixed;height:100%;background:#fff;top:0;overflow-y:auto;z-index:99;width:100%;padding:42px 0;left:-100%;transition:left .3s ease-in-out}.menuOpen .mobile-header{left:0}.mobile-wrapper{display:flex;flex-wrap:wrap;height:100%}.mobile-wrapper>div{width:100%}.mobile-logo{display:flex;justify-content:center;height:0}.mobile-logo img{max-width:143px}.mbutton-group{margin-top:auto;padding:0 18px 50px}.mbutton-group a{display:block;text-align:center;border-radius:33px;font-family:Open Sans;font-size:16px;font-weight:600;line-height:14px}.mbutton-group .c-locate a{border:1.5px solid #0e7d94;padding:17px;margin-bottom:38px;color:#333}.mbutton-group .book a{background:#229eb9;border:1px solid #229eb9;box-sizing:border-box;box-shadow:5px 5px 40px rgba(34,158,185,.25);border-radius:33px;color:#fff;padding:11px;line-height:26px;letter-spacing:.5px}.navigation-primary{position:relative}.mobile-menu .navigation-primary>ul>li>a{font-size:18px;font-weight:400;line-height:24px;color:#1a292d}.mobile-menu .navigation-primary>ul>li>a:hover{color:#229eb9}.navigation-primary>ul>li{margin-bottom:57px}.navigation-primary>ul>li:last-child{margin-bottom:50px}.menu_outer_wrap{display:none}.mobile-menu{padding-left:67px;padding-right:40px;margin-top:60px}.navigation-primary>ul>li>a{display:flex;justify-content:space-between;position:relative}.child-trigger{position:absolute;width:100%;height:100%}.child-trigger svg{float:right}.child-trigger svg{fill:currentColor}.navigation-primary{position:relative}.navigation-primary.open-menu>ul>li{display:none}.navigation-primary.open-menu>ul>li.child-open{display:block}.navigation-primary.open-menu>ul>li.child-open .menu_outer_wrap{display:block}.navigation-primary>ul>li{position:relative}.navigation-primary.open-menu>ul>li.child-open>a{margin-bottom:30px;font-weight:700;line-height:24px;color:#229eb9}.navigation-primary.open-menu>ul>li.child-open .child-trigger{display:none}.navigation-primary ul ul a{font-size:16px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:26px;color:#1a292d;display:flex;justify-content:space-between}.navigation-primary ul ul a:after{content:"";background-image:url(https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/Nuffield_Dental_Jan_2021/Images/menus/arrow-black.svg);width:18px;background-repeat:no-repeat;display:inline-block;vertical-align:middle;background-position:right center;transition:all .3s}.navigation-primary ul ul a:hover{color:#229eb9}.navigation-primary ul ul a:hover:after{background-image:url(https://8018733.fs1.hubspotusercontent-na1.net/hubfs/8018733/Nuffield_Dental_Jan_2021/Images/menus/mobile-arrow.svg)}
.inner-trigger{position:absolute}.inner-trigger .back-tirgger{position:absolute;left:36px;display:none;cursor:pointer}.inner-trigger .close-trigger{position:absolute;left:26px;cursor:pointer}.inner-trigger.back-show .back-tirgger{display:block}.inner-trigger.back-show .close-trigger{display:none}}.floated-icons{position:fixed;right:10px;top:160px;z-index:9999;background:#0e7d94;border-radius:37px;width:74px;height:285px}.floated-icons ul{padding:7px;position:absolute;right:0;display:flex;flex-direction:column;justify-content:right;align-items:flex-end}.floated-icons li{background:#fff;border-radius:30px;margin-bottom:10px;display:flex;height:59px;line-height:59px;width:59px;justify-content:center;align-items:center;transition:.3s all ease;cursor:pointer;overflow:hidden}.floated-icons li>a{display:flex;overflow:hidden;justify-content:center;align-items:center}.floated-icons li span{font-family:Open Sans;font-size:18px;font-style:normal;font-weight:600;line-height:70px;letter-spacing:0;text-align:left;color:#000;opacity:0;visibility:hidden}.floated-icons li:hover span{visibility:visible;opacity:1}.floated-icons li.phone-no span{margin-left:20px}.floated-icons li.whatsapp span{margin-left:18px}.floated-icons li.mail span{margin-left:12px}.floated-icons li.book_an span{margin-left:14px}.floated-icons li>a img{margin-left:30px}.floated-icons li:hover a>img{margin-left:0}.floated-icons li.phone-no:hover{width:182px}.floated-icons li.whatsapp:hover{width:189px}.floated-icons li.mail:hover{width:339px}.floated-icons li.book_an:hover{width:266px}@media(max-width:767px){.floated-icons{bottom:0;left:0;width:100%;background:0 0;height:70px;top:auto;top:auto}.floated-icons ul{position:static;flex-direction:row;padding:0;width:100%;justify-content:space-around}.floated-icons ul li{background:#fff;border:.6px solid #eaeaea;box-sizing:border-box;box-shadow:4px 4px 80px 10px rgb(255 255 255 / 15%);height:68px;width:100%;border-radius:0}.floated-icons ul li span{display:none}.floated-icons li:hover{width:100%!important}.floated-icons li>a img{margin:0}footer.footer{margin-bottom:70px}.floated-icons ul li:hover{box-shadow:0 1px 40px 0 rgb(167 167 167 / 30%)}body.menuOpen .floated-icons{display:none}body div#hubspot-messages-iframe-container{bottom:80px!important}}
footer.footer{padding:50px 0}.footer__copyright{font-size:12px;font-weight:400;line-height:26px}footer.footer ul{list-style:none;margin:0;padding:0}.social-group{border-bottom:1px solid rgba(255,255,255,.5);padding:45px 0 20px;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-group .right-sec{font-size:12px;font-weight:400;line-height:30px}.social-links{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.social-links li+li{margin-left:20px}.footer-menu .hs-menu-wrapper>ul{-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-menu .hs-menu-wrapper>ul>li>a{font-size:20px;font-weight:700;line-height:30px;text-transform:uppercase;color:#fff;margin-bottom:27px;display:inline-block}.footer-menu .hs-menu-wrapper>ul ul a{font-size:18px;line-height:21px;color:rgba(255,255,255,.8);display:inline-block;margin-bottom:20px}.footer-menu .hs-menu-wrapper>ul ul a:hover{color:#fff}.footer_logo{margin-bottom:60px}.footer_logo img{max-width:165px}.fchild-trigger{display:none}@media(min-width:768px){footer.footer ul ul{display:block!important}}@media(max-width:991px){.footer-menu .hs-menu-wrapper>ul ul a{font-size:14px;margin-bottom:10px}}@media(max-width:767px){section.footer-menu ul ul{display:none;margin-top:25px}footer.footer .footer__container{padding:0 34px}footer.footer{padding:25px 0}.footer-menu .hs-menu-wrapper>ul>li{position:relative;width:100%;margin-bottom:40px}.footer-menu .fchild-trigger{position:absolute;right:0;top:0;cursor:pointer;z-index:9;display:inline-block;color:#fff}.footer-menu .hs-menu-wrapper>ul>li>a{margin-bottom:0}.footer-menu .hs-menu-wrapper>ul ul a{font-size:18px;margin-bottom:20px}.fchild-trigger.child-open i{transform:rotate(180deg)}.footer_logo img{margin-left:-10px}}@media(max-width:479px){.social-group{flex-wrap:wrap;flex-direction:column;align-items:self-start;padding:25px 0 15px}.social-group .left-sec{margin-bottom:15px}}
@media(max-width:767px){
    .fchild-trigger.child-open svg {
        transform: rotate(180deg);
    }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}