/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/* Missing Template at Path: \'EnergySmart_2023_Rebrand\/css\/generic\/_reset.css\' */
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  /* 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 {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* place a hover-animated ES logo after any element (expected use is for links)  */
a.white-logo-after-text:after,
a.green-logo-after-text:after {
  width: 0.7rem;
  display: inline-block;
  margin-left: 0.5rem;
  box-sizing: content-box;
  transition: .16s;
  filter: drop-shadow(0px 1px 2px #0003);
}

a.green-logo-after-text:after {
  content: url('https://www.energysmart.co.nz/hubfs/Resources/Logos/EnergySmart%20Icon_Lime.svg');
}

a.white-logo-after-text:after {
  content: url('https://www.energysmart.co.nz/hubfs/Resources/Logos/EnergySmart%20Icon_White.svg');
}

a.white-logo-after-text:hover:after,
a.green-logo-after-text:hover:after {
  margin-left: 1rem;
  margin-right: -.5rem;
}

@media screen and (max-width: 820px) {
  a.white-logo-after-text:after,
  a.green-logo-after-text:after {
    width: 2.2vw;
    margin-left: 1.5vw;
  }

  a.white-logo-after-text:hover:after,
  a.green-logo-after-text:hover:after {
    margin-left: 3vw;
    margin-right: -1.5vw;
  }
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* 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 */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */
img {
  aspect-ratio: attr(width) / attr(height);
}
img {
  font-size: 14px;
  word-break: normal;
}
/* Form fields */

.hs-form-field { margin-bottom:32px; position: relative; 
  width: 100%; 
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { 
  /* color:#d6f700; 
  position: relative; 
  font-size: 14px; 
  line-height: 16px; 
  text-align: left; 
  margin: -0.75rem 0 0.5rem;
  width: 100%; 
  transition: 0.4s; */
  display: none;
}

ul.no-list.hs-error-msgs.inputs-list li{display:none;}
ul.no-list.hs-error-msgs.inputs-list li:first-child{display:block;}
form fieldset { max-width: 100% !important; display: flex; flex-wrap: wrap; }
form fieldset .input{margin-right:0!important;}
form fieldset .hs-dependent-field{width:100%!important;}
fieldset.form-columns-2 .hs-form-field{width:49%!important;margin-right:2%;}
fieldset.form-columns-2 .hs-form-field:last-child,fieldset.form-columns-3 .hs-form-field:last-child{margin-right:0;}
fieldset.form-columns-3 .hs-form-field{width:30.66%!important;margin-right:4%;}
/* Labels */

form label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.333;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form select { appearance: none; background:#fff url(https://kiwi.energysmart.co.nz/hubfs/EnergySmart_2021/Images/Icon/arrow-point-to-right.svg); background-position: center right 23px; background-repeat: no-repeat; }

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 {
  font-family: 'Aeonik-Regular', sans-serif;
  background-color: #FFF;
  border: 0px solid;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.333;
  padding: 1rem 1rem;
  height: 3.6rem;
  width: 100% !important;
  margin-bottom: 1rem;

  @media(max-width:820px) {
    height: 12vw;
  }
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
  padding-block: 1rem;
}

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

form .inputs-list > li label input {
  height: 1.45rem;
  accent-color: #d6f700;
}

form .inputs-list > li label input:checked {
  color: red;
}


form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
  /* padding: 0 1.25rem 0 0.5rem; */
}

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;
  @media (max-width:820px) {
    margin: 0;
  }
}

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 {
  box-shadow: 0 6px 0 red;
  @media(max-width:820px) {
    box-shadow: 0 1.3vw 0 red;
  }
}

select.is-placeholder{
  color: #A2BFAC !important;
   font-family: inherit;
}

ul.no-list.hs-error-msgs.inputs-list li{
  margin:0;
  padding:0;
}

body .container-fluid .row-fluid form label.hs-error-msg {
  color: #EF6B51;
  font-weight:400;
  margin-top: 0.35rem;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width:1024px){
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg{font-size:12px;}
}

@media (max-width:640px){
fieldset.form-columns-2 .hs-form-field{width:100%!important;margin-right:0;}
  fieldset.form-columns-3 .hs-form-field{width:100%!important;margin-right:0;}
}
/* Missing Template at Path: \'EnergySmart_2023_Rebrand\/css\/elements\/_tables.css\' */



/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.top-header-content {
  padding: 15px 0px;
}

.top-header-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.top-header-content-left {
  width: 210px;
}

.header-top-phone a {
  font-size: 30px;
  font-weight: 700;
}

.header-top-phone a:hover {
  text-decoration: none;
}

.header-top-cta .hs-menu-wrapper ul {
  justify-content: flex-end;
}

.header-top-cta .hs-menu-wrapper ul li {
  margin-left: 10px;
}

.header-top-cta .hs-menu-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-weight: 500;
  background: #EFEFEF;
  border-radius: 6px;
  padding: 5px 15px;
}

.header-top-cta .hs-menu-wrapper ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top-cta .hs-menu-wrapper ul li a:hover {
  text-decoration: none;
}

.header-top-cta .hs-menu-wrapper ul li a img {
  margin-right: 10px;
  position: relative;
  left: 0;
  transition: all 0.5s ease;
}

.header-top-cta .hs-menu-wrapper ul li:first-child a img {
  height: 36px;
}

.header-top-cta .hs-menu-wrapper ul li a:hover img {
  left: -3px;
}

.top-header-content .search-click {
  display: none;
}


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

.header__row-2 {
  width: 271px;
}

.header__row-1 {
  width: calc(100% - 272px);
}

.mobile-location {
  display: none;
}

body.mac .header-top-cta .hs-menu-wrapper ul li:first-child {
  max-width: 220px;
  width: 100%;
}

body.mac .header-top-cta .hs-menu-wrapper ul li:first-child a {
  width: 100%;
}



@media (max-width: 1400px) {
  .sticky-header .sticky_header__logo img {
    width: 182px !important;
  }
}

header.header .deskcallus-sticky-header {
  position: absolute;
  top: 207px;
  right: 0;
  z-index: 2;
  display: block;
}

header.header .deskcallus-sticky-header a {
  background: #f37021;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 9px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

header.header .deskcallus-sticky-header a:hover,
header.header .deskcallus-sticky-header a:focus {
  text-decoration: none;
}

header.header .deskcallus-sticky-header a span {
  font-size: 27px;
  font-weight: 700;
  margin: 0px 11px;
  white-space: nowrap;
}

@media (max-width: 1500px) {
  header.header .deskcallus-sticky-header {
    top: 207px;
  }
}

@media (max-width: 1400px) {
  header.header .deskcallus-sticky-header {
    top: 203px;
  }

  header.header .deskcallus-sticky-header a {
    font-size: 27px;
  }

  header.header .deskcallus-sticky-header a span {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  header.header .deskcallus-sticky-header {
    top: 160px;
  }

  header.header .deskcallus-sticky-header a {
    font-size: 24px;
    padding: 0 20px;
  }

  header.header .deskcallus-sticky-header a span {
    font-size: 18px;
    margin: 12px
  }

  header.header .deskcallus-sticky-header a img {
    height: 23px;
  }
}

@media (max-width: 520px) {
  header.header .deskcallus-sticky-header {
    top: 162px;
  }

  header.header .deskcallus-sticky-header a {
    font-size: 18px;
  }

  header.header .deskcallus-sticky-header a span {
    font-size: 14px;
    margin: 8px
  }

  header.header .deskcallus-sticky-header a img {
    height: 20px;
  }
}

@media (max-width: 340px) {
  header.header .deskcallus-sticky-header {
    top: 160px;
  }
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/*
.header-wrapper
position: fixed;
top: 0;
z-index: 999;
background-color: #fff;
left: 0;
right: 0;
}
*/



/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}


.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  min-height: 40px;
}

.header__search .hs-search-field__input {
  background-image: url(https://kiwi.energysmart.co.nz/hubfs/EnergySmart_2021/Images/Icon/search.svg);
  background-size: 20px;
  background-position: center right 12px;
  background-repeat: no-repeat;
  outline: 0;
  height: 44px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  padding: 0 40px 0px 20px;
}

.header__search .hs-search-field__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 1200px) {
  .header-top-phone a img {
    display: none;
  }


  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: 100%;
  }
}





/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 1200px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}



@media (max-width: 1500px) {
  .top-header-content {
    padding: 15px 0px;
  }

}

@media (max-width: 1500px) {
  .top-header-content {
    padding: 15px 0px;
  }

}



@media (max-width: 1200px) {
  .top-header-content {
    padding: 13px 0px;
  }

  .header-top-phone {
    display: flex;
    justify-content: flex-end;
  }

  .header-top-phone a {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    font-weight: 900;
    background: #efefef;
    padding: 7px 12px;
    margin-left: 6px;
  }

  .header-top-phone a img {
    width: 12px;
    margin-right: 10px;
  }

  .mobile-location {
    display: inline-flex;
  }

  .header-top-phone .mobile-location {
    color: #000;
    font-weight: 500;
    border-radius: 6px
  }

  .header-top-phone .mobile-location img {
    width: 16px;
    margin-top: -12px;
    margin-bottom: -11px;
  }


  .top-header-content-left {
    width: 165px;
  }

  .top-header-flex {
    align-items: center;
    padding-right: 35px;
  }


  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  /* .header__column { position: relative; }  */
  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 12px 0px;
    width: 100%;
  }


  .header__search .hs-search-field__input {
    border-radius: 22px;
    height: 40px;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

/* Mobile toggles */

@media (max-width: 1200px) {

  .header__navigation,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .top-header-content-left img {
    max-width: 100%;
    height: auto;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #71BF45;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 160px;
    z-index: 3;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle i {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #348B48;
    content: '';
    top: 15px;
  }

  .header__navigation--toggle i:before {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #348B48;
    content: '';
    top: -8px;
  }

  .header__navigation--toggle i:after {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #348B48;
    content: '';
    top: 8px;
  }

  .header__close--toggle i {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #348B48;
    content: '';
    top: 15px;
    background: transparent;
  }

  .header__close--toggle i:before {
    transform: rotate(45deg);
    background: #348B48;
    width: 25px;
    height: 3px;
    content: '';
    top: 0px;
    position: absolute;
  }

  .header__close--toggle i:after {
    transform: rotate(-45deg);
    background: #348B48;
    width: 25px;
    height: 3px;
    content: '';
    top: 0px;
    position: absolute;
  }

  /*   .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
  display: block;
  margin-left: 0;
  margin-right: auto;
} */

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 31px;
    margin: 0 auto 0 0;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    position: absolute;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {

    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 31px;
    margin: 0 0 0 auto;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* 
@media (max-width:500px){
.header-top-phone { flex-wrap: wrap; }
.header-top-phone a { margin: 3px 0px 3px 6px; min-width: 147px; }
.header__navigation--toggle,.header__close--toggle {  top: 41px;}
.header__navigation.open, .header__search.open, .header__language-switcher.open{top: 177px;}
} */


@media (max-width: 520px) {
  .top-header-content-left {
    width: 165px;
  }

  .header-top-phone {
    display: block;
  }

  .header-top-phone a {
    min-width: 121px;
    padding: 7px 10px;
    font-size: 12px;
    margin: 3px 0px 3px 0px;
  }

  .header-top-phone a img {
    margin-right: 6px;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    top: 36px;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    top: 168px;
  }

}

@media (max-width:340px) {
  .header-top-phone a {
    min-width: 110px;
    padding: 5px;
    font-size: 12px;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    top: 34px;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    top: 160px;
  }

}
/* Menu and simple menu */


.footer .hs-menu-wrapper ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding-left: 0;
}

footer .hs_email input[type="email"]::placeholder {
  color: #a2bfac !important;
  font-family: "Aeonik-Regular", sans-serif !important;
}

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


.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 {
  right: 0;
  opacity: 0;
  position: absolute;
  display: none;
  top: 0;
}

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
  z-index: 100;
  display: list-item;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  right: 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;
  }
}
.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 */
::selection {
  color: #053539;
  background-color: #d6f700;
  transition: all .2s;
}

/* slick dots starts*/
ul.slick-dots {
  padding: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 73px 0px 0px;
}

ul.slick-dots li {
  margin: 0px 8px;
}

ul.slick-dots li.slick-active button {
  background-color: #d6f700;
}

ul.slick-dots button {
  cursor: pointer;
  background: #C9C9C9;
  border: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
}

button.slick-arrow {
  z-index: 1;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
}

button.slick-arrow:hover,
button.slick-arrow:focus {
  position: unset;
  transition: none !important;
  padding: 0;
}

button.slick-prev.slick-arrow {
  background-color: transparent;
  background: #fff url(https://kiwi.energysmart.co.nz/hubfs/EnergySmart_2021/Images/Icon/back.svg);
  width: 61px;
  height: 61px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

button.slick-next.slick-arrow {
  background-color: transparent;
  background: url("https://www.energysmart.co.nz/hubfs/Resources/Logos/slider_arrow.svg");
  width: 61px;
  height: 61px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.white-slide-icon button.slick-prev.slick-arrow {
  background-color: transparent;
  background: url("https://www.energysmart.co.nz/hubfs/Resources/Logos/slider_arrow.svg");
  width: 61px;
  height: 61px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.white-slide-icon button.slick-next.slick-arrow {
  background-color: transparent;
  background: url("https://www.energysmart.co.nz/hubfs/Resources/Logos/slider_arrow.svg");
  width: 61px;
  height: 61px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.white-slide-icon ul.slick-dots button {
  background: #fff;
}

/* slick dots ends*/

/* Panel Background Choice starts*/
.grey_curvedtop-bg {
  background: #f8f8f8;
  position: relative;
  margin-top: 107px;
  padding-top: 0 !important;
}

.grey_curvedtop-bg:after {
  -o-clip-path: ellipse(53% 38% at 50% 57%);
  -moz-clip-path: ellipse(53% 38% at 50% 57%);
  -ms-clip-path: ellipse(53% 38% at 50% 57%);
  -webkit-clip-path: ellipse(53% 38% at 50% 57%);
  clip-path: ellipse(53% 38% at 50% 57%);
  height: 397px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: -180px;
  background: #f8f8f8;
  z-index: -1;
}

.white-bg {
  background: #fff;
}

.grey-bg {
  background: #F8F8F8;
}

/* Panel Background Choice ends */

.subtext p {
  line-height: 1.333;
}

/* Navigation - Breadcrumb starts*/
.breadcrumb {
  padding: 13px 0px;
}

.breadcrumb a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding-right: 10px;
  padding-left: 5px;
}

.breadcrumb span {
  padding-left: 5px;
}

.breadcrumb a:after {
  position: absolute;
  content: "-";
  right: 0px;
}

.breadcrumb a:first-child {
  padding-left: 0px;
}

.breadcrumb a,
.breadcrumb {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb a:last-child {
  text-decoration: none;
}

/* Navigation - Breadcrumb starts*/


/* Panel Heading starts*/

.panel-common-heading h3 {
  /* margin: 0;
  font-weight: 700;
  font-size: 18px; */
}

.panel-common-heading h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 7px;
  margin-top: -1px;
}

/* Panel Heading ends */


/* Content | Left Hand Image with Text starts */
.content-leftimage-righttext {
  padding: 30px 0px;
}

.content-leftimage {
  width: 593px;
  text-align: Center;
}

/* .content-leftimage img{width:100%;} */
.content-righttext {
  width: calc(100% - 593px);
  padding-left: 59px;
}

.content-righttext h2.thirtypx {
  margin-bottom: 5px;
}

/* Content | Left Hand Image with Text ends */


/* Content | Right Hand Image with Text starts */
.dis-flex.reverside-column .content-righttext {
  order: 1;
  padding-left: 0;
  padding-right: 59px;
}

.dis-flex.reverside-column .content-leftimage {
  order: 2;
}

@media screen and (max-width: 640px) {
  .left-img-text__wrapper .left-img-text__content-wrapper {
    flex-direction: column-reverse;
  }
}

/* Content | Right Hand Image with Text ends */


/* Content | Text starts */
.content-text-wrap {
  padding: 20px 0px 8px;
}

/* .content-text-list { max-width: 1026px; } */
/* Content | Text ends */

.form-general .form-freehome-left p,
.form-general .form-freehome-left li {
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  .form-freehome-wrap .form-freehome-innter {
    display: flex;
    flex-direction: column-reverse;
  }

  .form-freehome-wrap .form-freehome-innter .form-freehome-right {
    padding-bottom: 32px;
  }
}

/* Form - Free In Home Assessment ends*/


/* Gallery - Brands starts*/
.galler-brands-wrap {
  padding: 75px 0px 30px;
}

.galler-brands-wrap .panel-common-heading {
  margin: 0 auto 41px;
}

.galler-brands-slidelist {
  padding: 26px 20px;
}

.galler-brands-slidelist img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.galler-brands-slidelist:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.galler-brands-slide .slick-track {
  display: flex;
  align-items: center;
}

/* Gallery - Brands ends*/

/* Carousel - Blog Articles starts*/
.carousalblog-wrap {
  padding: 51px 0px 84px;
}

.carousalblog-wrap.grey_curvedtop-bg {
  margin-top: 73px;
}

.carousalblog-wrap.grey_curvedtop-bg:after {
  -moz-clip-path: ellipse(36% 27% at 51% 47%);
  -ms-clip-path: ellipse(36% 27% at 51% 47%);
  -webkit-clip-path: ellipse(36% 27% at 51% 47%);
  clip-path: ellipse(53% 38% at 50% 57%);
  height: 290px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: -125px;
  background: #f8f8f8;
  z-index: -1;
}

.featured-post-image {
  height: 327px;
  margin-bottom: 27px;
  display: block;
}

.featured-post-image span {
  display: none;
}

.featured-post-wrap .slick-slide {
  height: auto;
  position: relative;
  padding-bottom: 130px;
  margin: 0px 13.5px;
}

.featured-post-wrap .slick-track {
  display: flex;
}

.featured-post-wrap .slick-slide>div,
.featured-post-wrap .slick-slide>div>.featured-post-item {
  height: 100%;
}

.featured-post-header a {
  color: #000;
}

.featured-post-header a:hover {
  text-decoration: none;
}

.post-body-featured ol,
.post-body-featured,
.post-body-featured p,
.post-body-featured div,
.post-body-featured i,
.post-body-featured h1,
.post-body-featured h2,
.post-body-featured h3,
.post-body-featured h4,
.post-body-featured h5,
.post-body-featured h6,
.post-body-featured a,
.post-body-featured span,
.post-body-featured strong,
.post-body-featured em,
.post-body-featured li {
  font-weight: 400;
  margin: 0;
  padding: 0;
  float: none;
  color: #272727;
  font-size: 18px;
  font-style: normal;
  line-height: 1.75;
  display: inline;
  font-family: Lato, sans-serif;
  list-style: none;
}

.featured-post-tags a {
  background: #ebebeb;
  border-radius: 5px;
  padding: 6px 27px;
  color: #434343;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  margin: 0px 4px 7px 0px;
}

.featured-post-tags a {
  text-decoration: none;
}

.featured-post-tags {
  position: absolute;
  bottom: 0;
}

.carousalblog-wrap button.slick-arrow {
  position: absolute;
  top: -120px;
  right: 10px;
  transition: none !important;
}

.carousalblog-wrap button.slick-prev.slick-arrow {
  right: 82px;
}

.carousalblog-wrap .panel-common-heading {
  padding: 0px 135px;
  max-width: 824px;
}

/* Carousel - Blog Articles ends*/


/* Card - Sub-section Standard Images starts*/

.card-subsection-wrap {
  padding: 51px 0px 45px;
}

.card-subsection-wrap.grey_curvedtop-bg {
  margin-top: 73px;
}

.card-subsection-wrap.grey_curvedtop-bg:after {
  -webkit-clip-path: ellipse(53% 38% at 50% 57%);
  -moz-clip-path: ellipse(53% 38% at 50% 57%);
  -ms-clip-path: ellipse(53% 38% at 50% 57%);
  clip-path: ellipse(53% 38% at 50% 57%);
  height: 290px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: -125px;
  background: #f8f8f8;
  z-index: -1;
}

.featured-post-image {
  height: 327px;
  margin-bottom: 27px;
  display: block;
}

.card-featured-wrap .slick-slide {
  height: auto;
  position: relative;
  padding-bottom: 130px;
  margin: 0px 13.5px;
}

.card-featured-wrap .slick-track {
  display: flex;
}

.card-featured-wrap .slick-slide>div,
.card-featured-wrap .slick-slide>div>.featured-post-item {
  height: 100%;
}

.featured-post-header a {
  color: #000;
}

.featured-post-header a:hover {
  text-decoration: none;
}

.post-body-featured ol,
.post-body-featured,
.post-body-featured p,
.post-body-featured div,
.post-body-featured i,
.post-body-featured h1,
.post-body-featured h2,
.post-body-featured h3,
.post-body-featured h4,
.post-body-featured h5,
.post-body-featured h6,
.post-body-featured a,
.post-body-featured span,
.post-body-featured strong,
.post-body-featured em,
.post-body-featured li {
  font-weight: 400;
  margin: 0;
  padding: 0;
  float: none;
  color: #272727;
  font-size: 18px;
  font-style: normal;
  line-height: 1.75;
  display: inline;
  font-family: Lato, sans-serif;
  list-style: none;
}

.featured-post-tags a {
  background: #ebebeb;
  border-radius: 5px;
  padding: 6px 27px;
  color: #434343;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  margin: 0px 4px 7px 0px;
}

.featured-post-tags a {
  text-decoration: none;
}

.featured-post-tags {
  position: absolute;
  bottom: 0;
}

.card-subsection-wrap button.slick-arrow {
  position: absolute;
  top: -120px;
  right: 0;
  transition: none !important;
}

.card-subsection-wrap button.slick-prev.slick-arrow {
  right: 72px;
}

.card-subsection-wrap .panel-common-heading {
  padding: 0px 100px;
  max-width: 779px;
}

body .row-fluid .card-subsection-wrap .three-col-adjust span>.hs_cos_wrapper {
  flex-basis: 32%;
  -webkit-flex-basis: 32%;
  margin-right: 1.5%;
  margin-bottom: 30px;
  margin-top: 0;
}

.card-subsection-wrap .post-body-featuredcard {
  min-height: 124px;
}

/* Card - Sub-section Standard Images ends*/



/* Carousel - Testimonials starts*/
.carousal-testimonial-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.carousal-testimonial-heading {
  text-align: center;
  margin-bottom: 94px;
}

.carousal-testimonial-heading h2.thirtsix {
  color: #fff;
}

.carousal-testimonial-wrap .slick-list {
  padding: 0px 300px 0px 300px !important;
}

.carousal-testimonial-wrap .slick-slide>div {
  height: 100%;
}

.carousal-testimonial-list {
  padding: 2rem;
  height: 100%;
}

.carousal-testimonial-imgt .carousal-imgt-left {
  width: 72px;
}

.carousal-testimonial-imgt .carousal-imgt-right {
  width: calc(100% - 72px);
}


.carousal-imgt-right h4,
.carousal-imgt-right p {
  margin: 0;
}

.carousal-testimonial-content .slick-slide {
  margin: 0 2rem;
}

/* .carousal-testimonial-content { max-width: 1523px; margin: 0 0 0 auto; } */
.carousal-testimonial-list p {
  font-weight: 400;
  margin: 0;
}

.carousal-testimonial-wrap ul.slick-dots button {
  background: #fff;
}

.carousal-testimonial-wrap .slick-track {
  display: flex;
}

.carousal-testimonial-wrap .slick-slide {
  height: auto;
}

.carousal-testimonial-wrap .slick-list:after {
  border-radius: 10px;
  position: absolute;
  content: "";
  right: -10px;
  top: 0;
  height: 100%;
  width: 10%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=1);
  background: linear-gradient(90deg, rgba(5, 53, 57, 0) 0%, rgba(5, 53, 57, 1) 100%);
}

.carousal-testimonial-wrap .slick-list:before {
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  height: 100%;
  width: 10%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=1);
  background: linear-gradient(270deg, rgba(5, 53, 57, 0) 0%, rgba(5, 53, 57, 1) 100%);
}

.carousal-testimonial-content button.slick-arrow {
  position: absolute;
  top: -140px;
  right: 80px;
  transition: none !important;
}

.carousal-testimonial-content button.slick-prev.slick-arrow {
  right: 152px;
}

/* Carousel - Testimonials ends*/

/* Content - UVP Statement starts*/
.content-uvpstatements {
  text-align: center;
  padding: 67px 0px 35px;
}

.content-uvpstatements {
  text-align: center;
}

.content-uvpstatements .content-wrapper {
  max-width: 1237px;
  margin: 0 auto;
}

.content-uvpstatements h4 {
  color: #707070;
}

.content-uvpstatements h3 {
  line-height: 55px;
  font-weight: 400;
  margin: 0;
}

.content-uvpstatements h4 {
  color: #707070;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Content - UVP Statement ends*/


/* Carousel - Page Intro Banner starts */
.carousal-banner-wrap.white-slide-icon button.slick-arrow {
  background-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-color: transparent;
  padding: 0;
}

.carousal-banner-wrap.white-slide-icon button.slick-next.slick-arrow {
  right: 0;
  transform: translateY(-50%);
}

.carousal-banner-inner {
  padding: 0 0 0 4.8rem;
  align-items: flex-end;
  align-items: center;
}

.carousal-banner-right {
  text-align: center;
  padding: 30px;
  width: 322px;
  height: 322px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

a.carousal-banner-right:hover,
a.carousal-banner-right:focus {
  text-decoration: none;
}

.carousal-banner-left {
  width: calc(100% - 322px);
  padding-bottom: 112px;
}

.carousal-banner-left h1,
.carousal-banner-left p,
.heading1 {
  color: #fff;
}

.carousal-banner-left h1 {
  font-family: 'ReplicaLLWeb-Heavy', sans-serif;
  font-size: 3.75rem;
  line-height: .8666;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.carousal-banner-left p {
  font-size: 1.5rem;
  line-height: 1.333;
  letter-spacing: .24px;
}

.carousal-banner-right.dark-bg * {
  color: #fff;
}

.carousal-banner-right>div {
  width: 100%;
}

.carousal-banner-right h4,
.carousal-banner-right .heading1,
.carousal-banner-right h3 {
  margin: 0;
}

.carousal-banner-right .heading1 {
  font-weight: 700;
}

.carousal-banner-right h4 {
  font-weight: 400;
  font-size: 20px;
}

.carousal-banner-right .heading1 {
  line-height: 48px;
  margin: 4px 0px 7px;
  font-size: 50px;
}

.carousal-banner-right h3 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.carousal-banner-cta a {
  background-color: #d6f700;
  padding: 1rem 1.5rem;
  width: auto;
  align-items: center;
  justify-content: center;
  display: inline-flex !important;
}

.carousal-banner-cta a.transparent-icon {
  padding: 17px 17px;
}

.carousal-banner-cta a:focus {
  text-decoration: none;
}

.carousal-banner-cta a img {
  display: inline-block;
  margin-left: .5rem;
  height: .625rem;
}

.carousal-banner-leftinner {
  width: 66vw;
  max-width: 600px;
  padding: 2rem;
}

.carousal-banner-cta {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.carousal-banner-list {
  position: relative;
  padding: 166px 0px 50px;
  z-index: 1;
}

.carousal-banner-list:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#053638aa,transparent 70%), #6665;
  z-index: -1;
}

.carousal-banner-wrap ul.slick-dots {
  margin: 0;
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
}

.carousal-banner-wrap ul.slick-dots li {
  margin: 0px 5px;
}

.carousal-banner-wrap ul.slick-dots button {
  width: 10px;
  height: 10px;
}

.carousal-banner-leftinner h4 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}

.carousal-banner-wrap .slick-track {
  display: flex;
}

.carousal-banner-wrap .slick-track .slick-slide {
  height: auto;
}

.carousal-banner-wrap .slick-track .slick-slide>div,
.carousal-banner-wrap .slick-track .slick-slide>div>div {
  height: 95svh;
}

.carousal-banner-leftinner h2 {
  font-weight: 700;
  margin-bottom: 18px;
}

.carousal-banner-list.full-width .carousal-banner-left {
  padding-bottom: 0;
  width: 100%;
}

.carousal-banner-list.full-width {
  padding: 153px 0px;
}

/* Carousel - Page Intro Banner ends */

/* Gallery | Warranty & Badges  starts */


.warranty-badges-list {
  width: 25%;
  text-align: center;
  padding: 1.25rem 3vw;
}

.warranty-badges-list:hover {
  text-decoration: none;
}

.warranty-badges-list p {
  color: rgba(0, 0, 0, .7);
  font-size: 1.125rem;
  line-height: 1.333;
  letter-spacing: 0.01em;
  /* margin: 26px 0 0; */
}

.warranty-badges-image {
/*   height: 13rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.warranty-badges-wrap {
  padding: 59px 0px;
}

.warranty-badges-content {
  padding: 0px 15px;
}

.warranty-badges-wrap .heading-cont {
  max-width: 920px;
  margin: 0 auto;
}

/* Gallery | Warranty & Badges ends */

/* Card - Sub-section Standard Images starts*/
.card-subsection-wrap {}

.card-subsection-wrap .slick-slide {
  padding-bottom: 0;
}

.card-subsection-wrap .featured-post-image {
  height: 313px;
}

.card-subsection-wrap .featured-post-tags a {
  background: none;
  border-radius: 0px;
  position: relative;
  padding: 0;
  padding-left: 20px;
  color: #747474;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 0px 0px 8px 0px;
}

.card-subsection-wrap .featured-post-tags a:hover {
  color: #38974c;
}

.card-subsection-wrap .featured-post-tags {
  position: relative;
  bottom: 0;
  margin: 33px 0px 0px;
  padding-top: 32px;
  border-top: 1px dashed rgba(112, 112, 112, 0.3);
  /* opacity: 0.3; */
}

.card-subsection-wrap .featured-post-tags a span {
  margin-right: 0;
  position: absolute;
  left: 0px;
}

.post-body-featuredcard ol,
.post-body-featuredcard,
.post-body-featuredcard p,
.post-body-featuredcard div,
.post-body-featuredcard i,
.post-body-featuredcard h1,
.post-body-featuredcard h2,
.post-body-featuredcard h3,
.post-body-featuredcard h4,
.post-body-featuredcard h5,
.post-body-featuredcard h6,
.post-body-featuredcard a,
.post-body-featuredcard span,
.post-body-featuredcard strong,
.post-body-featuredcard em,
.post-body-featuredcard li {
  font-weight: 300;
  margin: 0;
  padding: 0;
  float: none;
  color: #272727;
  font-size: 18px;
  font-style: normal;
  line-height: 1.75;
  display: inline;
  font-family: Lato, sans-serif;
  list-style: none;
}

/* Card - Sub-section Standard Images ends*/



/* @media (min-width: 993px){
.carousal-testimonial-content.testtwo .slick-track { display: flex; justify-content: center;transform: translate3d(0px, 0px, 0px)!important; width: 100%!important; }
.carousal-testimonial-content.testtwo .slick-slide { margin:0px 16px; }
}
*/

@media (min-width: 1367px) {
  body.mac .carousal-banner-cta a.transparent-icon {
    width: 100%;
    max-width: 270px;
  }

}

/* @media (min-width: 1921px){
.carousal-testimonial-content { max-width:2043px; margin: 0 0 0 auto; }
} */


@media (max-width: 1500px) {
  .content-leftimage {
    width: 41.24%;
  }

  .content-righttext {
    width: 58.76%;
    padding-left: 40px;
  }

}

@media (max-width: 1367px) {

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    width: 51px;
    height: 51px;
  }

  .carousalblog-wrap button.slick-prev.slick-arrow {
    right: 62px;
  }

  .carousalblog-wrap button.slick-prev.slick-arrow {
    right: 72px;
  }



  .carousal-testimonial-heading {
    margin-bottom: 76px;
  }

  .carousal-testimonial-content button.slick-arrow {
    top: -117px;
  }

  .carousal-testimonial-content button.slick-prev.slick-arrow {
    right: 96px;
  }

  .carousal-testimonial-content button.slick-next.slick-arrow {
    right: 35px
  }


  .carousal-banner-list.full-width {
    padding: 93px 0px;
  }

  .carousal-banner-cta a {
    font-size: 14px;
  }



  .carousal-banner-cta a.cta_button:after,
  .carousal-banner-cta a.grey-cta:after,
  .carousal-banner-cta a.transparent-cta:after {
    right: 13px;
    top: 39%;
    width: 9px;
    height: 9px;
  }

  .content-uvpstatements h3 {
    line-height: 49px;
  }

  .carousal-banner-right .heading1 {
    line-height: 35px;
    font-size: 35px;
  }

  .carousal-banner-right h3 {
    font-size: 25px;
    line-height: 28px;
  }

  .carousal-banner-right h4 {
    font-weight: 400;
    font-size: 18px;
  }


  .panel-common-heading h2 {
    font-size: 30px;
  }

  .panel-common-heading h3.panel-headinglast {
    /* font-size: 20px;
    line-height: 28px; */
  }

  .warranty-badges-wrap {
    padding: 63px 0px;
  }
}

@media (max-width: 1280px) {
  .featured-post-image {
    height: 245px;
  }

  .form-freehome-left {
    /*     padding-right: 67px; */
  }

  .card-subsection-wrap .featured-post-image {
    height: 229px;
  }

  .featured-post-tags a {
    padding: 5px 16px;
  }

  .carousal-testimonial-content .slick-slide {
  	margin: 0 1rem;
  }

  .carousal-testimonial-wrap .slick-list {
    padding: 0px 100px !important;
  }

  .carousal-testimonial-wrap .slick-list:before,
  .carousal-testimonial-wrap .slick-list:after {
    width: 6%;
  }

  .carousal-testimonial-list {
/*     padding: 65px 30px; */
  }
}

@media (max-width: 1024px) {
  .carousal-banner-right h4 {
    font-size: 10px;
    line-height: 18px;
  }

  .carousal-banner-right .heading1 {
    font-size: 16px;
    line-height: 11px;
  }

  .carousal-banner-right h3 {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
  }

  .carousal-banner-leftinner h4 {
    font-size: 17px;
  }

  .carousal-banner-left {
    width: calc(100% - 166px);
  }

  .carousal-banner-right {
    padding: 21px 10px;
    width: 166px;
    height: 166px;
  }

  .carousal-banner-list {
    padding: 66px 0px;
  }

  .carousal-banner-cta {
    margin-top: 35px;
  }

  .carousal-banner-list.full-width {
    padding: 66px 0px;
  }

}

@media (max-width: 992px) {
  /*   .carousal-testimonial-wrap .slick-track { display: block; }
  .carousal-testimonial-wrap .slick-slide { height: 100%; }
  .carousal-testimonial-wrap .slick-slide>div { height: auto; } */
  /*   .carousal-testimonial-list,  .carousal-testimonial-content.testtwo .carousal-testimonial-list {  height: auto;width:100%!important; } */
}

@media (max-width: 767px) {
  .panel-common-heading h2 {
    font-size: 24px;
    line-height: 28px;
  }


  .content-leftimage {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-righttext {
    width: 100%;
    padding-left: 0px;
  }

  .dis-flex.reverside-column .content-righttext {
    order: 2;
    padding-right: 0px;
  }

  .dis-flex.reverside-column .content-leftimage {
    order: 1;
  }

  .form-freehome-left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .form-freehome-right {
    width: 100%;
  }

  .form-freehome-right .hs_submit.hs-submit {
    text-align: center;
    width: auto;
  }

  .warranty-badges-list {
    /* width attribute removed to solve horizontal alignment issues between badges and associated text */
    /* width: 50%; */
  }

  .warranty-badges-list p {
    /* font-size: 18px; */
  }

  .warranty-badges-wrap {
    padding: 43px 0px;
  }

  .warranty-badges-wrap .heading-cont {
    max-width: 100%;
    margin: 0 auto;
  }

  .card-subsection-wrap .featured-post-tags a {
    display: block;
  }

  .card-subsection-wrap .post-body-featuredcard {
    min-height: auto;
  }

  .carousal-banner-left p {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (max-width: 700px) {
  ul.slick-dots button {
    width: 11px;
    height: 11px;
  }

  ul.slick-dots li {
    margin: 0px 6px;
  }

  ul.slick-dots {
    margin: 23px 0px 0px;
  }

  .panel-common-heading {
    margin-bottom: 37px;
  }


  .grey_curvedtop-bg {
    margin-top: 58px;
  }

  .grey_curvedtop-bg:after {
    clip-path: ellipse(53% 19% at 50% 57%);
    -webkit-clip-path: ellipse(53% 19% at 50% 57%);
    -ms-clip-path: ellipse(53% 19% at 50% 57%);
    -moz-clip-path: ellipse(53% 19% at 50% 57%);
    height: 324px;
  }


  .carousal-banner-inner {
    /* padding: 0px; */
  }

  .carousal-banner-wrap.white-slide-icon button.slick-arrow,
  .carousal-banner-wrap ul.slick-dots {
    /* display: none !important; */
  }

  .carousal-banner-wrap {
    background: #F0F0F0;
  }

  .carousal-banner-list {
    -webkit-clip-path: ellipse(104% 60% at 50% 39%);
    -ms-clip-path: ellipse(104% 60% at 50% 39%);
    -moz-clip-path: ellipse(104% 60% at 50% 39%);
    clip-path: ellipse(104% 60% at 50% 39%);
  }

  .carousal-banner-list.full-width {
    clip-path: none;
  }

  .content-uvpstatements {
    padding: 27px 0px;
  }

  .content-uvpstatements h3 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 30px;
  }

  .content-leftimage-righttext {
    padding: 20px 0px;
  }

  .carousal-testimonial-content button.slick-arrow {
    display: none !important;
  }

  .carousal-testimonial-wrap {
    padding: 34px 0px 44px;
  }

  /*   .carousal-testimonial-list {  padding: 62px 27px;} */
  .carousal-testimonial-heading {
    margin-bottom: 29px;
  }

  /*   .carousal-testimonial-wrap:after {  bottom: -89%;} */

  .carousalblog-wrap button.slick-arrow {
    display: none !important;
  }

  .carousalblog-wrap .content-wrapper {
    padding: 0;
  }

  .carousalblog-wrap .panel-common-heading {
    padding: 0px 20px;
    max-width: 100%;
  }

  .featured-post-wrap .slick-slide {
    margin: 0px;
    padding: 0;
  }

  .featured-post-tags {
    position: relative;
    margin-top: 30px;
  }

  .featured-post-content {
    padding: 0px 20px;
    text-align: center;
  }

  .featured-post-tags a {
    padding: 5px 24px;
    font-size: 12px;
    margin: 0px 2px 4px 2px;
  }

  .carousalblog-wrap {
    padding: 41px 0px;
  }

  .carousalblog-wrap.grey_curvedtop-bg:after {
    clip-path: ellipse(53% 19% at 50% 57%);
    height: 194px;
  }


  .carousalblog-wrap.card-subsection-wrap .content-wrapper {
    padding: 0px 20px;
  }

  .card-subsection-wrap .featured-post-tags {
    margin: 23px 0px 0px;
    padding-top: 22px;
  }

  .card-subsection-wrap .featured-post-tags {
    text-align: left;
  }

  .galler-brands-wrap {
    padding: 45px 0px 30px;
  }

  .galler-brands-wrap .panel-common-heading {
    margin: 0 auto 37px;
  }

  .carousal-testimonial-wrap .slick-list {
    padding: 0px 0px 0px 0px !important;
  }

  .carousal-testimonial-content .slick-slide {
    margin: 0 20px;
  }

  .carousal-testimonial-wrap .slick-list:after,
  .carousal-testimonial-wrap .slick-list:before {
    display: none;
  }

}

/* @media (max-width: 699px) {
  .featured-post-wrap .slick-slide {
    height: 100%;
  }

  .featured-post-wrap .slick-slide>div,
  .featured-post-wrap .slick-slide>div>.featured-post-item {
    height: auto;
  }

  .featured-post-wrap .slick-track {
    display: block;
  }

  .featured-post-header h3 {
    height: auto !important
  }
} */

/* @media (max-width:640px) {
  .warranty-badges-image img {
    /* max-width: 95px !important; */
  }

  .warranty-badges-list p {
    margin: 6px 0 0;
  }

  .warranty-badges-list {
    padding: 10px;
  }

  .warranty-badges-image {
    /* height: 107px; */
  }

  .carousal-banner-cta a {
    /*     padding: 5px 14px !important;
    font-size: 11px !important; */
  }

  .carousal-banner-cta {
    margin-top: 35px;
    flex-wrap: wrap;
  }

  .carousal-banner-cta a.cta_button:after,
  .carousal-banner-cta a.grey-cta:after,
  .carousal-banner-cta a.transparent-cta:after {
    right: 10px;
    opacity: 1;
    width: 7px;
    height: 7px;
    top: 39%;
  }

} */

/* @media (max-width: 400px) {
  .carousal-banner-left {
    width: 100%;
    padding-bottom: 0;
  }

  .carousal-banner-right {
    margin: 30px auto 0px;
  }

  .carousal-banner-cta {
    display: flex;
    flex-wrap: wrap;
  }

  .carousal-banner-cta a {
    /*     margin: 8px 3px; */
  }

  .carousal-banner-cta {
    margin-top: 0;
  }

  .warranty-badges-list {
    width: 100%;
    display:flex;
    justify-content: center;
    height: 100%;
  }

  .warranty-badges-list p {
    /* font-size: 16px; */
  }

} */


.hours {
  font-family: "Aeonik-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}