@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");

/*font-family: 'Roboto',sans-serif;*/
@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?1332134");
  src: url("fonts/fontello.eot?1332134#iefix") format("embedded-opentype"),
    url("fonts/fontello.woff2?1332134") format("woff2"),
    url("fonts/fontello.woff?1332134") format("woff"),
    url("fonts/fontello.ttf?1332134") format("truetype"),
    url("fonts/fontello.svg?1332134#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad_probold";
  src: url("fonts/myriadpro-bold.eot");
  src: url("fonts/myriadpro-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/myriadpro-bold.woff2") format("woff2"),
    url("fonts/myriadpro-bold.woff") format("woff"),
    url("fonts/myriadpro-bold.ttf") format("truetype"),
    url("fonts/myriadpro-bold.svg#myriad_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad_probold_condensed";
  src: url("fonts/myriadpro-boldcond.eot");
  src: url("fonts/myriadpro-boldcond.eot?#iefix") format("embedded-opentype"),
    url("fonts/myriadpro-boldcond.woff2") format("woff2"),
    url("fonts/myriadpro-boldcond.woff") format("woff"),
    url("fonts/myriadpro-boldcond.ttf") format("truetype"),
    url("fonts/myriadpro-boldcond.svg#myriad_probold_condensed") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad_proBdCnIt";
  src: url("fonts/myriadpro-boldcondit.eot");
  src: url("fonts/myriadpro-boldcondit.eot?#iefix") format("embedded-opentype"),
    url("fonts/myriadpro-boldcondit.woff2") format("woff2"),
    url("fonts/myriadpro-boldcondit.woff") format("woff"),
    url("fonts/myriadpro-boldcondit.ttf") format("truetype"),
    url("fonts/myriadpro-boldcondit.svg#myriad_proBdCnIt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad_procondensed";
  src: url("fonts/myriadpro-cond.eot");
  src: url("fonts/myriadpro-cond.eot?#iefix") format("embedded-opentype"),
    url("fonts/myriadpro-cond.woff2") format("woff2"),
    url("fonts/myriadpro-cond.woff") format("woff"),
    url("fonts/myriadpro-cond.ttf") format("truetype"),
    url("fonts/myriadpro-cond.svg#myriad_procondensed") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad_prolight";
  src: url("fonts/myriadpro-light.eot");
  src: url("fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"),
    url("fonts/myriadpro-light.woff2") format("woff2"),
    url("fonts/myriadpro-light.woff") format("woff"),
    url("fonts/myriadpro-light.ttf") format("truetype"),
    url("fonts/myriadpro-light.svg#myriad_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad_proregular";
  src: url("fonts/myriadpro-regular.eot");
  src: url("fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/myriadpro-regular.woff2") format("woff2"),
    url("fonts/myriadpro-regular.woff") format("woff"),
    url("fonts/myriadpro-regular.ttf") format("truetype"),
    url("fonts/myriadpro-regular.svg#myriad_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad_prosemibold";
  src: url("fonts/myriadpro-semibold.eot");
  src: url("fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"),
    url("fonts/myriadpro-semibold.woff2") format("woff2"),
    url("fonts/myriadpro-semibold.woff") format("woff"),
    url("fonts/myriadpro-semibold.ttf") format("truetype"),
    url("fonts/myriadpro-semibold.svg#myriad_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--open-sans-frnt);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 300;
  font-style: normal;
  color: var(--black-clr);
  font-size: 19px;
  line-height: 1.5;
  background-color: var(--white-clr);
}

:root {
  scroll-behavior: inherit;
  --blue-clr: #003f6b;
  --white-clr: #ffffff;
  --black-clr: #000000;
  /* --light-green-clr: #81c241; */
  --light-green-clr: #5f912f;
  --grey-clr: #e9e9e9;
  --off-white-clr: #f7f7f7;
  --off-white-clr1: #f1eae3;
  --grey-clr1: #9c9c9c;
  --grey-clr2: #f6f6f6;
  --grey-clr3: #706d6d;
  --border-clr: #b2b2b2;
  --border-clr2: #ededed;
  --light-clr1: #f5efea;
  --deep-grn-txt: #2e9e46;
  --deep-blue: #0f2b4d;
  --open-sans-frnt: "Open Sans", sans-serif;
  --roboto-fnt: "Roboto", sans-serif;
  --fontello-fnt: "fontello";
  --myrid-bold: "myriad_probold";
  --myrid-regular: "myriad_proregular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--black-clr);
  font-weight: 700;
  font-family: var(--open-sans-frnt);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-size: 80px;
}

h2,
.h2-title {
  font-size: 45px;
}

h3,
.h3-title {
  font-size: 40px;
}

h4,
.h4-title {
  font-size: 36px;
}

h5,
.h5-title {
  font-size: 30px;
  color: var(--black-clr);
  font-weight: 400;
  line-height: 1.2;
}

h6,
.h6-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--black-clr);
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--blue-clr);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--light-green-clr);
}

/* a:visited,
h1,
h2 {
  color: var(--light-green-clr);
} */

img {
  max-width: 100%;
}

/*a:visited{color: #16669f;}*/

address,
blockquote,
dfn {
  font-style: italic;
}

.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption,
button,
embed,
iframe,
input,
object,
select,
textarea,
video {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"],
legend {
  padding: 0;
}

pre,
textarea {
  overflow: auto;
}

hr,
img,
legend {
  border: 0;
}

.screen-reader-text:focus,
.site-header .home-link,
a,
ins {
  text-decoration: none;
}

.page-links,
h2,
.home .main_content h1,
th {
  text-transform: uppercase;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

/* body {
  line-height: 1.5;
  margin: 0;
  font-size: 17px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
} */

a:focus {
  outline: 0;
}

a:active,
a:hover {
  color: #ed6800;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h1 {
  margin: 0 0 50px;

  font-weight: 600;
  text-align: center;
}

h2,
.home .main_content h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

h2 {
  margin: 0 0 50px;
  font-weight: 600;
  text-align: center;
}

.home .main_content h1 {
  margin: 30px 0;
  font-weight: 600;
  text-align: center;
}

h2.sub_heading {
  font-size: 22px;
  font-family: Bitter, Georgia, serif;
  text-align: left;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
dt,
strong {
  font-weight: 700;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 20px;
  font-size: 19px;
  font-weight: 300;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

.entry-content,
.widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote b,
blockquote strong,
caption,
td,
th {
  /* font-weight: 400; */
  font-weight: 600;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 10px;
}

ul {
  list-style-type: none;
}

nav ol,
nav ul {
  list-style: none;
}

.block4_inner ul,
.footer_bot ul,
.footer_links ul,
.magazine_articel ul,
.our_services ul,
.video_case ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure,
form,
li > ol,
li > ul {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  /* font-size: 14px; */
  font-size: 18px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
td,
th {
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: 700;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
}

hr {
  /*background: url(images/dotted-line.png) center top;*/
  background: gray;
  background-size: 4px 4px;
  height: 1px;
  margin: 0 0 24px;
}

.attachment .entry-title:before,
.attachment-meta a:before,
.attachment-meta:before,
.bypostauthor > .comment-body .fn:before,
.categories-links a:first-child:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.comments-link a:before,
.date a:before,
.edit-link a:before,
.entry-meta .author a:before,
.error404 .page-title:before,
.featured-post:before,
.format-audio .entry-content:before,
.genericon:before,
.menu-toggle:after,
.tags-links a:first-child:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: 400 16px/1 Genericons;
  vertical-align: text-bottom;
}

.attachment .entry-header:after,
.clear:after,
.comment-body:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.entry-content:after,
.gallery:after,
.nav-links:after,
.navigation:after,
.page-content:after,
.site-footer .widget-area:after {
  clear: both;
}

.attachment .entry-header:after,
.attachment .entry-header:before,
.clear:after,
.clear:before,
.comment-body:after,
.comment-body:before,
.comment-form-author:after,
.comment-form-author:before,
.comment-form-email:after,
.comment-form-email:before,
.comment-form-url:after,
.comment-form-url:before,
.entry-content:after,
.entry-content:before,
.gallery:after,
.gallery:before,
.nav-links:after,
.nav-links:before,
.navigation:after,
.navigation:before,
.page-content:after,
.page-content:before,
.site-footer .widget-area:after,
.site-footer .widget-area:before {
  content: "";
  display: table;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

button,
input,
textarea {
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
}

input,
textarea {
  color: #141412;
}

input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #e05d22;
  background: -webkit-linear-gradient(top, #e05d22 0, #d94412 100%);
  background: linear-gradient(to bottom, #e05d22 0, #d94412 100%);
  border: none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #d94412;
  background: -webkit-linear-gradient(top, #d94412 0, #e05d22 100%);
  background: linear-gradient(to bottom, #d94412 0, #e05d22 100%);
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px;
}

::-webkit-input-placeholder {
  color: #454335;
  opacity: 1;
}

:-moz-placeholder {
  color: #454335;
  opacity: 1;
}

::-moz-placeholder {
  color: #454335;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #454335;
  opacity: 1;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="wp-image-"],
img[class*="attachment-"],
img[class*="align"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

.alignleft {
  float: left;
}

.alignright,
div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
  /*width: 100%;
    object-fit: cover;
    height: 100%;*/
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

.rsswidget img,
img.wp-smiley {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ol,
.wp-caption.alignleft + ul {
  list-style-position: inside;
}

.site {
  background-color: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.site-main {
  position: relative;
}

.site-main .sidebar-container {
  height: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1;
}

.site-main .sidebar-inner {
  margin: 0 auto;
  max-width: 1040px;
}

.site-header {
  position: relative;
}

.site-header .home-link {
  color: #141412;
  display: block;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 230px;
  padding: 0 20px;
  width: 100%;
}

.site-header .site-title:hover {
  text-decoration: underline;
}

.articel_button a:hover,
.comment-reply-title small a:hover,
.format-quote .entry-content cite a:hover,
.header_top a:hover,
.image-navigation a:hover,
.nav-menu li a,
.our_services ul li a:hover h3,
.page-links a,
.page-links > span,
.paging-navigation a:hover .meta-nav {
  text-decoration: none;
}

.site-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 58px 0 10px;
}

.site-description {
  font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
}

.main-navigation {
  clear: both;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 45px;
  position: static;
}

div.nav-menu > ul,
ul.nav-menu {
  margin: 0;
  padding: 0 0 0 25px;
}

.nav-menu li {
  display: inline-block;
  position: relative;
  background: url(images/li_bg.jpg) right 15px no-repeat;
}

.nav-menu li:last-child {
  background: 0 0;
}

.nav-menu li:last-child a {
  padding-right: 0;
}

.nav-menu li a {
  color: #0d5333;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 15px 22px 15px 14px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.menu-toggle,
.single-author .entry-meta .author,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-gallery .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-standard .entry-meta .date {
  display: none;
}

.nav-menu li a:focus,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li:hover > a {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.nav-menu li.current_page_item {
  color: #fff;
}

.nav-menu .children,
.nav-menu .sub-menu {
  background-color: #220e10;
  border: 2px solid #f7f5e7;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .children ul,
.nav-menu .sub-menu ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

.nav-menu .focus > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
ul.nav-menu li:hover > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

.nav-menu .current-menu-ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current_page_item > a {
  color: #bc360a;
  /*font-style: italic*/
}

.navbar {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.site-header .search-form {
  position: absolute;
  right: 20px;
  top: 1px;
}

.site-header .search-field {
  background-color: transparent;
  background-image: url(images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 0.4s ease, background 0.4s ease;
  transition: width 0.4s ease, background 0.4s ease;
  width: 1px;
}

.site-header .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;
}

#accordion h2,
.search {
  cursor: pointer;
}

.hentry {
  padding: 40px 0;
}

.entry-content,
.entry-header,
.entry-meta,
.entry-summary {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}

.sidebar .entry-content,
.sidebar .entry-header,
.sidebar .entry-meta,
.sidebar .entry-summary {
  max-width: 1040px;
  padding: 0 376px 0 60px;
}

.sidebar .entry-header .entry-meta {
  padding: 0;
}

.entry-title {
  font-weight: 400;
  margin: 0 0 5px;
}

.entry-title a {
  color: #141412;
}

.entry-title a:hover {
  color: #ea9629;
}

.entry-meta {
  clear: both;
  font-size: 14px;
}

.entry-meta > span {
  margin-right: 20px;
}

.entry-meta > span:last-child {
  margin-right: 0;
}

.featured-post:before {
  content: "\f308";
  margin-right: 2px;
}

.entry-meta .date a:before {
  content: "\f303";
}

.comments-link a:before {
  content: "\f300";
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.entry-meta .author a:before {
  content: "\f304";
  position: relative;
  top: -1px;
}

.categories-links a:first-child:before {
  content: "\f301";
}

.tags-links a:first-child:before {
  content: "\f302";
  position: relative;
  top: -1px;
}

.edit-link a:before {
  content: "\f411";
  position: relative;
  top: -1px;
}

.comment-content a,
.entry-content a {
  color: #bc360a;
}

.comment-content a:hover,
.entry-content a:hover {
  color: #ea9629;
}

.entry-content .more-link {
  white-space: nowrap;
}

.entry-content blockquote {
  font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small,
.page-links {
  font-size: 16px;
}

.entry-content .wp-caption.alignleft,
.entry-content img.alignleft {
  margin-left: -60px;
}

.entry-content .wp-caption.alignright,
.entry-content img.alignright {
  margin-right: -60px;
}

footer.entry-meta {
  margin-top: 24px;
}

.format-standard footer.entry-meta {
  margin-top: 0;
}

.page-links {
  clear: both;
  font-style: italic;
  font-weight: 400;
  line-height: 2.2;
  margin: 20px 0;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
}

.format-chat .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.format-status .entry-content .page-links a,
.page-links a {
  background: #e63f2a;
  border: 1px solid #e63f2a;
  color: #fff;
}

.format-audio .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-gallery .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.page-links a:hover {
  background: #fff;
  color: #e63f2a;
}

.format-quote .entry-content .page-links > span,
.format-status .entry-content .page-links > span {
  background: 0 0;
}

.page-links .page-links-title {
  background: 0 0;
  border: none;
  margin-right: 20px;
  padding: 0;
}

.hentry .mejs-container .mejs-controls,
.hentry .mejs-mediaelement {
  background: #220e10;
}

.hentry
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ea9629;
}

.hentry
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #595959;
}

.hentry
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.hentry
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-time-rail span {
  border-radius: 0;
}

.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.format-chat .entry-meta .author,
.format-image .categories-links,
.format-image .tags-links,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.blog .format-aside:first-of-type,
.blog .format-link:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside,
.single .format-aside:first-of-type,
.single .format-link:first-of-type {
  box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.format-aside {
  background-color: #f7f5e7;
}

.format-aside .entry-meta {
  margin-top: 0;
}

.format-aside blockquote {
  font-size: 100%;
  font-weight: 400;
}

.format-aside cite {
  font-size: 100%;
  text-transform: none;
}

.format-aside cite:before {
  content: "\2014";
  margin-right: 5px;
}

.format-audio {
  background-color: #db572f;
}

.format-audio .entry-title {
  font-size: 28px;
  font-weight: 700;
}

.format-audio .entry-content:before {
  content: "\f109";
  float: left;
  font-size: 64px;
  position: relative;
  top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a,
.format-audio .entry-meta a:hover {
  color: #fbfaf3;
}

.format-chat .entry-content a,
.format-chat .entry-meta a,
.format-gallery .entry-content a,
.format-gallery .entry-meta a {
  color: #722d19;
}

.format-audio .audio-content {
  background: url(images/dotted-line.png) left top repeat-y;
  background-size: 4px 4px;
  float: right;
  padding-left: 35px;
  width: 80%;
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
  height: 30px !important;
  margin: 20px 0;
  max-width: 400px !important;
}

.format-audio audio {
  max-width: 100% !important;
}

.format-chat {
  background-color: #eadaa6;
}

.format-chat .entry-title {
  font-size: 28px;
  font-weight: 700;
}

.format-chat .entry-meta .date a:before {
  content: "\f108";
  margin-right: 2px;
}

.format-chat .chat {
  margin: 0;
}

.format-chat .chat .chat-timestamp {
  color: #722d19;
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 10px 0;
}

.format-chat .chat .fn {
  font-style: normal;
}

.format-gallery {
  background-color: #fbca3c;
}

.format-gallery .entry-header {
  margin-bottom: 15px;
}

.format-gallery .entry-title {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
}

.format-image .entry-title {
  font-size: 28px;
  font-weight: 700;
}

.format-link {
  background-color: #f7f5e7;
}

.format-link .entry-content p:last-child,
.format-link .entry-header {
  margin-bottom: 0;
}

.format-link .entry-title {
  color: #ca3c08;
  display: inline;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin-right: 20px;
}

.format-link .entry-title a {
  color: #bc360a;
}

.format-link div.entry-meta {
  display: inline;
}

.format-audio .wp-audio-shortcode,
.format-standard .video-player,
.format-standard .wp-audio-shortcode,
.format-standard .wp-video {
  margin-bottom: 24px;
}

.format-quote {
  background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
  color: #f7f5e7;
}

.format-quote .entry-content blockquote {
  font-size: 28px;
  margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
  color: #e63f2a;
}

.format-quote .entry-content cite a {
  border-bottom: 1px dotted #fff;
  color: #fff;
}

.format-quote blockquote cite,
.format-quote blockquote small {
  display: block;
  font-size: 16px;
}

.format-quote blockquote {
  font-style: italic;
  font-weight: 300;
  padding-left: 75px;
  position: relative;
}

.format-quote blockquote:before {
  content: "\201C";
  font-size: 140px;
  font-weight: 400;
  line-height: 0.8;
  padding-right: 25px;
  position: absolute;
  left: -15px;
  top: -3px;
}

.format-quote .entry-meta .author {
  display: none;
}

.format-status {
  background-color: #722d19;
  padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
  padding-left: 35px;
  position: relative;
}

.format-status .entry-content a {
  color: #eadaa6;
}

.format-status .entry-meta a {
  color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
  padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
  background: url(images/dotted-line.png) left bottom repeat-y;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
  left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
  display: none;
}

.format-status .entry-meta:before {
  background-position: left top;
}

.format-status .entry-content {
  color: #f7f5e7;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 40px;
  position: relative;
}

.format-status .entry-content p:first-child:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  height: 3px;
  margin-top: 13px;
  position: absolute;
  left: 4px;
  width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
  left: 64px;
}

.format-status .entry-content p:last-child {
  margin-bottom: 0;
}

.format-status .entry-meta {
  margin-top: 0;
  padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
  content: "\f105";
}

.format-video {
  background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-content a:hover,
.format-video .entry-meta a,
.format-video .entry-meta a:hover {
  color: #fbfaf3;
}

.format-video .entry-title {
  font-size: 50px;
  font-weight: 400;
}

.format-video .entry-meta {
  color: #220e10;
}

.attachment .hentry {
  background-color: #e8e5ce;
  margin: 0;
  padding: 0;
}

.attachment .entry-header {
  margin-bottom: 0;
  max-width: 1040px;
  padding: 30px 0;
}

.attachment .entry-title {
  display: inline-block;
  float: left;
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
}

.attachment .entry-title:before {
  content: "\f416";
  font-size: 32px;
  margin-right: 10px;
}

.attachment .entry-meta {
  clear: none;
  color: inherit;
  float: right;
  max-width: 604px;
  padding: 9px 0 0;
  text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
  max-width: 104px;
}

.attachment footer.entry-meta {
  display: none;
}

.attachment-meta:before {
  content: "\f307";
}

.full-size-link a:before {
  content: "\f402";
}

.full-size-link:before {
  content: none;
}

.attachment .entry-meta .edit-link:before,
.attachment .entry-meta a,
.attachment .full-size-link:before {
  color: #ca3c08;
}

.attachment .entry-content {
  background-color: #fff;
  max-width: 100%;
  padding: 40px 0;
}

.image-navigation {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}

.image-navigation .nav-next,
.image-navigation .nav-previous {
  position: absolute;
  top: 50px;
}

.image-navigation .nav-previous {
  left: 0;
}

.image-navigation .nav-next {
  right: 0;
}

.image-navigation .meta-nav {
  font-size: 32px;
  font-weight: 300;
  vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
  margin: 0 auto;
  max-width: 724px;
  text-align: center;
}

.attachment .entry-attachment .attachment {
  display: inline-block;
}

.attachment .entry-caption {
  text-align: left;
}

.attachment .entry-description {
  margin: 20px auto 0;
  max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
  margin: 0;
}

.attachment .site-main .sidebar-container {
  display: none;
}

.attachment .entry-content .mejs-audio {
  max-width: 400px;
  margin: 0 auto;
}

.attachment .entry-content .wp-video {
  margin: 0 auto;
}

.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}

.navigation .nav-previous {
  float: left;
}

.navigation .nav-next {
  float: right;
}

.navigation a {
  color: #bc360a;
}

.navigation a:hover {
  color: #ea9629;
  text-decoration: none;
}

.paging-navigation {
  background-color: #e8e5ce;
  padding: 40px 0;
}

.paging-navigation .nav-links {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}

.sidebar .paging-navigation .nav-links {
  max-width: 1040px;
  padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
  padding: 13px 0;
}

.paging-navigation a {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}

.paging-navigation .meta-nav {
  background-color: #e63f2a;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  padding: 3px 0 8px;
  text-align: center;
  width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
  margin-right: 10px;
  padding: 17px 0 23px;
  width: 80px;
}

.paging-navigation .nav-next .meta-nav {
  margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
  background-color: #ea9629;
}

.post-navigation {
  background-color: #fff;
  color: #ca3c08;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 20px 0;
}

.post-navigation .nav-links {
  margin: 0 auto;
  max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
  padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
  float: right;
  text-align: right;
}

.author-info {
  margin: 0 auto;
  max-width: 604px;
  padding: 30px 0 10px;
  text-align: left;
  width: 100%;
}

.author.sidebar .author-info {
  max-width: 1040px;
  padding: 30px 376px 10px 60px;
}

.single .author-info {
  padding: 50px 0 0;
}

.author-avatar .avatar {
  float: left;
  margin: 0 30px 30px 0;
}

.single-format-status .author-description {
  color: #f7f5e7;
}

.author-description .author-title {
  clear: none;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 8px;
}

.author-link {
  color: #ca3c08;
  margin-left: 2px;
}

.author.archive .author-link {
  display: none;
}

.archive-header {
  background-color: #e8e5ce;
}

.archive-meta,
.archive-title {
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
}

.archive-meta {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: -15px;
  padding: 0 0 11px;
}

.sidebar .archive-meta {
  padding-right: 316px;
}

.page-title {
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1040px;
  padding: 30px 0;
  width: 100%;
}

.page-content {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}

.sidebar .page-content {
  margin: 0 auto;
  padding: 40px 60px;
}

.error404 .page-header {
  background-color: #fff;
}

.error404 .page-title {
  line-height: 0.6;
  margin: 0;
  padding: 300px;
  position: relative;
  text-align: center;
  width: auto;
}

.error404 .page-title:before {
  color: #e8e5ce;
  content: "\f423";
  font-size: 964px;
  line-height: 0.6;
  overflow: hidden;
  position: absolute;
  left: 7px;
  top: 28px;
}

.error404 .page-wrapper {
  background-color: #e8e5ce;
}

.error404 .page-content,
.error404 .page-header {
  margin: 0 auto;
  max-width: 1040px;
  padding-bottom: 40px;
  width: 100%;
}

.comment-list,
.comment-reply-title,
.comment-respond .comment-form,
.comment-respond iframe,
.comments-title,
.must-log-in {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}

.sidebar .comment-list,
.sidebar .comment-navigation,
.sidebar .comment-reply-title,
.sidebar .comment-respond .comment-form,
.sidebar .comments-title,
.sidebar .must-log-in {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}

.comments-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.comment-list .children {
  margin-left: 20px;
}

.comment-list .children > li:before,
.comment-list > li:after {
  background: url(images/dotted-line.png) left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 24px 0;
  position: relative;
}

.comment-author {
  float: left;
  max-width: 74px;
}

.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-content,
.no-avatars .comment-list .reply,
.no-avatars .comment-metadata {
  width: 100%;
}

.bypostauthor > .comment-body .fn:before {
  content: "\f408";
  vertical-align: text-top;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  float: right;
  width: 79%;
  width: -webkit-calc(100% - 124px);
  width: calc(100% - 124px);
  word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}

.comment-meta a:hover {
  color: #ea9629;
}

.comment-awaiting-moderation,
.ping-meta {
  color: #a2a2a2;
}

.comment-metadata {
  margin-bottom: 20px;
}

.ping-meta {
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation:before {
  content: "\f414";
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 3px;
}

.comment-respond {
  background-color: #f7f5e7;
  padding: 30px 0;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}

.comment-reply-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}

#wpstats,
.widget_calendar a,
.widget_rss .rss-date {
  display: block;
}

.comment-reply-title small a:hover {
  color: #ed331c;
}

.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}

.comment-form .required {
  color: #ed331c;
}

.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="text"] {
  max-width: 270px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
}

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}

.comment-navigation,
.no-comments {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}

.no-comments {
  background-color: #f7f5e7;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}

.site-main .mu_register {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}

.mu_alert {
  margin-top: 25px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #blogname,
.site-main .mu_register #user_email,
.site-main .mu_register #user_name,
.site-main .mu_register input[type="submit"] {
  font-size: inherit;
  width: 270px;
}

.site-main .mu_register input[type="submit"] {
  width: auto;
}

.site-main .widget-area {
  float: right;
  width: 300px;
}

.widget {
  background-color: rgba(247, 245, 231, 0.7);
  font-size: 14px;
  hyphens: auto;
  padding: 20px;
}

.widget .widget-title {
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 10px;
}

.widget .children li:last-child {
  padding-bottom: 0;
}

.widget li > ol,
.widget li > ul {
  margin-left: 20px;
}

.widget_rss .rss-date,
.widget_rss li > cite {
  color: #a2a2a2;
}

.site-footer,
.site-footer a {
  color: #686758;
}

.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
}

.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  padding: 0;
  text-align: center;
}

.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.05);
}

.site-footer .widget_calendar tbody .pad,
.widget_calendar tbody .pad {
  background-color: transparent;
}

.site-footer {
  background-color: #e8e5ce;
  font-size: 14px;
  text-align: center;
}

.sidebar .site-footer,
.site-footer .widget-area {
  text-align: left;
}

.site-footer .sidebar-container {
  background-color: #220e10;
  padding: 20px 0;
}

.site-footer .widget-area {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}

.sidebar .site-footer .widget-area {
  max-width: 724px;
  position: relative;
  left: -158px;
}

.site-footer .widget {
  background: 0 0;
  color: #fff;
  float: left;
  margin-right: 20px;
  width: 245px;
}

.sidebar .site-footer .widget {
  width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(3),
.sidebar .site-footer .widget:nth-of-type(4) {
  margin-right: 0;
}

.site-footer .widget a {
  color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
  color: #fff;
}

.site-info {
  margin: 0 auto;
  max-width: 1040px;
  padding: 30px 0;
  width: 100%;
}

#wpstats {
  margin: -10px auto 0;
}

.parallax-window {
  min-height: 1000px;
  background: 0 0;
}

.fixed_bg {
  background: url(2.jpg) no-repeat fixed;
  width: 100%;
  height: 400px;
  background-size: cover;
}

.parallax-window2 {
  min-height: 528px;
  background: 0 0;
}

.parallax-window3 {
  min-height: 430px;
  /* min-height: 733px; */
  background: 0 0;
}

/*.header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1;
}*/
.header_right {
  width: 55%;
  float: right;
  padding: 0 0 90px;
}

.header_top {
  float: right;
  border-bottom: 2px solid #fff;
  padding: 0 0 12px;
  position: relative;
  margin-right: 6px;
  /*width: 203px;*/
}

.header_top p {
  margin: 0;
}

.banner_text1,
.banner_text2,
.banner_text3 {
  position: absolute;
  left: 0;
}

.header_top a {
  color: #002a48;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.articel_button a,
.banner_text p,
.header h2,
.our_services ul li a h3 {
  font-family: "Open Sans", sans-serif;
}

.header_top a:hover {
  color: #fff;
}

.banner_text1 {
  background: url(images/banner_text1.png) no-repeat;
  width: 239px;
  height: 143px;
  top: 300px;
  padding: 15px 0 0 87px;
}

.banner_text2 {
  background: url(images/banner_text2.png) no-repeat;
  width: 442px;
  height: 147px;
  top: 415px;
  padding: 35px 0 0 290px;
}

.banner_text3 {
  background: url(images/banner_text3.png) no-repeat;
  width: 239px;
  height: 143px;
  top: 527px;
  padding: 0 0 0 90px;
}

.outer,
.products,
.who_we_are {
  position: relative;
}

.banner_text p {
  font-size: 30px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
}

.banner_text3 p {
  padding: 15px 0 0;
}

.banner_text p span {
  font-size: 24px;
}

.header h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  text-align: right;
  text-transform: inherit;
}

.header h2 span,
.header_white a,
.header_white p,
.white_menu li a {
  color: #fff;
  text-shadow: 1px 1px 1px black;
}

.header_white.header_top a,
.header_white.header_top p,
.header_white.header_top li a {
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  a {
  text-shadow: none;
}

.white_menu li {
  background: url(images/nav_bg_white.jpg) right 15px no-repeat rgba(0, 0, 0, 0);
}

.fixed .white_menu li {
  background: url(images/li_bg.jpg) right 15px no-repeat rgba(0, 0, 0, 0);
}

.main_content {
  max-width: 1198px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.our_services {
  background: #e8dfd4;
  padding: 46px 0 51px;
}

.our_services ul {
  text-align: center;
  padding: 0 0 0 210px;
}

.our_services ul li {
  text-align: center;
  border: 2px solid #cec5bb;
  float: left;
  margin: 0 30px 0 0;
  width: 240px;
  height: 280px;
  padding: 36px 0 0;
}

.our_services ul li .service_img img {
  text-align: center;
  padding-bottom: 23px;
}

.our_services ul li:hover .service_img img {
  -webkit-filter: grayscale(100%);
}

.our_services ul li a h3 {
  color: #4b4b4b;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.industry_express {
  padding: 50px 0 29px;
}

.industry_express_left {
  width: 50%;
  float: left;
  margin-bottom: 35px;
}

.industry_express_right {
  width: 49%;
  float: left;
  margin-left: 10px;
  margin-bottom: 35px;
}

.industry_express_left1 {
  width: 41%;
  float: left;
  margin: 0 60px 0 0;
}

.industry_express_left1 img {
  transition: all 0.2s ease 0s;
}

.industry_express_left1:hover img {
  -webkit-filter: grayscale(100%);
  transition: all 0.2s ease 0s;
}

.articel_button a,
.articel_button a:hover,
.fixed,
.fixed a.logo img,
.fixed a.logo2 img,
.page-id-12 .wpcr3_button_1 {
  transition: all 0.5s ease 0s;
}

.industry_express_left .industry_express_left1:nth-child(2) {
  margin-right: 0;
}

.articel_button {
  text-align: center;
}

.articel_button a {
  padding: 8px 40px;
  border: 2px solid #025334;
  font-size: 18px;
  color: #025334;
  font-weight: 600;
  display: inline-block;
}

#div1,
.fixed .header_top,
.logo2 {
  display: none;
}

.articel_button a:hover {
  background: #025334;
  color: #fff;
}

.who_we_are {
  background: url(images/who_we_are.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 30px 0;
}

.who_inner {
  width: 100%;
  padding: 30px 0 0;
}

.who_we_left {
  width: 40%;
  float: left;
}

.who_we_right {
  width: 60%;
  float: right;
  padding: 68px 0 0;
}

.who_we_right h2 {
  text-align: left;
  padding: 0 0 0 22px;
  margin-bottom: 50px;
}

.who_we_right p {
  padding: 0 0 0 28px;
}

.who_button {
  text-align: left;
}

.our_customer {
  padding: 63px 0 70px;
  background: #f2e9e0;
}

.our_customer_left {
  width: 49%;
  float: left;
  border: 2px solid #cec5bb;
  padding: 24px 29px;
  height: 319px;
}

.our_customer_right {
  width: 49%;
  float: right;
}

#div1,
.block4 {
  position: absolute;
}

.block4 {
  padding: 47px 0 122px;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
}

.block4_inner li {
  border-right: 1px solid #fff;
  float: left;
  min-height: 260px;
  padding: 20px;
  text-align: center;
  width: 25%;
}

.block4_inner li img {
  transition: 0.3s all ease-in-out 0s;
  -moz-transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -ms-transition: 0.3s all ease-in-out 0s;
}

.block4_inner li:hover img {
  opacity: 0.8;
}

.form_left textarea,
.form_right input {
  width: 100%;
}

.block4_inner li:last-child {
  border: none;
}

.block4 h2 {
  color: #fff;
  margin-bottom: 100px;
  text-transform: uppercase;
  font-weight: 400;
}

.contact_team {
  padding: 65px 0;
}

.inner_page .block5 .form_outer input,
.inner_page .block5 .form_outer textarea {
  background: #fff;
}

.form_outer textarea {
  height: 100px;
}

.form_outer input,
.form_outer textarea {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #cec5bb;
}

.form_inner input:nth-child(1) {
  margin-right: 1%;
}

.form_outer input[type="submit"],
.inner_page .block5 .form_outer input[type="submit"] {
  background: #025334;
  border: 0;
  border-radius: 0;
}

#div1 {
  top: 39px;
  width: 250px;
  height: 108px;
  background: #fff;
  right: -2px;
  z-index: 999;
  padding: 10px;
}

.search_button {
  padding: 5px 0;
  color: #fff;
  background: #025334 !important;
  width: 100%;
  border-bottom: 0 !important;
  margin: 5px 0 0;
}

.insulation_left ul li,
.magazine_articel li {
  font-size: 20px;
  color: #4b4b4b;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.insulation_left ul li,
.magazine_articel li {
  position: relative;
  padding-left: 30px;
}

.insulation_left ul li:before,
.magazine_articel li:before {
  content: "";
  width: 13px;
  height: 13px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #0d5233;
  position: absolute;
  left: 0;
  top: 9px;
}

#accordion .content,
#accordion h2,
.insulation_left,
.video_case ul li {
  border: 2px solid #cec5bb;
}

.inner_main {
  padding: 46px 0 0;
}

/*.insulation {
    padding-bottom: 52px
}*/
.insulation_left {
  width: 49%;
  float: left;
  padding: 35px 0 35px;
  height: auto;
}

.insulatio_inner {
  padding: 0 0 35px;
}

.insulation_left h2 {
  text-align: left;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}

.insulation_right {
  width: 49%;
  float: right;
}

.insulation_right img {
  width: 100%;
}

.insulation_left ul {
  padding: 0 0 0 10px;
  list-style: none;
  margin-bottom: 0;
}

.insulation_left ul li {
  /* background: url(images/insulation_bullet_img.jpg) 0 11px no-repeat; */
  padding-bottom: 15px;
}

.insulation_left ul li:last-child {
  padding-bottom: 0;
}

.bottom_insu_left {
  float: left;
}

.bottom_insu_right {
  float: right;
}

.magazine_articel {
  background: #f0e8dd;
  padding: 64px 0 46px;
  margin-bottom: 67px;
  margin-top: 67px;
}

.magazine_articel ul {
  padding: 0 0 0 /*157px*/;
}

.magazine_articel li {
  /* background: url(images/insulation_bullet_img.jpg) 0 10px no-repeat; */
  padding-bottom: 18px;
}

#accordion .content p,
#accordion h2 {
  font-family: "Work Sans", sans-serif;
  text-align: left;
}

.video_case {
  padding: 0;
}

.video_case ul {
  margin: 0 -6px;
}

.video_case ul li {
  width: 47%;
  float: left;
  margin: 0 15px;
}

.video_case ul li .vdo_sec {
  border: 2px solid #cec5bb;
}

#accordion,
.video_case ul li img {
  width: 100%;
}

.video_case ul li h2 {
  padding: 15px 0;
  margin-bottom: 0;
  font-size: 30px;
}

.page-id-40 .video_case ul li img {
  border: 1px solid #666666;
}

.page-id-40 .video_case ul li {
  border: 0px solid #cec5bb;
}

.page-id-40 .video_case ul li h2 {
  padding: 15px 0;
  margin-bottom: 0;
  font-size: 30px;
  border: 1px solid #666666;
  border-top: 0;
}

.white_bar {
  color: #fff;
}

#accordion {
  margin: 10px auto;
  padding: 0;
}

#accordion h2 {
  margin: 0 0 15px;
  padding: 16px 15px 16px 62px;
  color: #0d5333;
  font-size: 24px;
  font-weight: 400;
  background: url(images/article_plus.jpg) 21px 18px no-repeat #fff;
  text-transform: none;
}

h2.accordion_lastheading {
  margin-bottom: 0;
}

#accordion .content {
  background-color: #fff;
  padding: 0 15px 0 65px;
  color: #000;
  margin: 0 0 15px;
  border-top: 0;
}

#accordion .content p {
  color: #4b4b4b;
  font-size: 18px;
  padding: 0;
  font-weight: 500;
  margin-bottom: 10px;
}

#accordion .content ul {
  padding: 0;
}

.article_table {
  border: 1px solid var(1px solid var(--border-clr2));
  border-right: 0;
  width: 100%;
}

.article_table tr td:last-child {
  border-right: 0;
}

.article_table tr td,
.article_table tr th {
  font-size: 18px;
  text-align: center;
  border-right: 1px solid var(--border-clr2);
  border-bottom: 1px solid var(--border-clr2);
}

.article_table tr th {
  background: var(--light-green-clr);
  color: #fff;
  font-family: "Work Sans", sans-serif;
}

#accordion .content ul li,
.article_table tr td {
  color: #4b4b4b;
  font-family: "Work Sans", sans-serif;
}

#accordion .content ul li {
  font-size: 17px;
  text-align: left;
  padding: 0;
  font-weight: 500;
  margin-bottom: 10px;
}

#accordion .content p img {
  float: left;
  padding: 0 27px 0 0;
}

#accordion h2.active {
  background: url(images/article_minus.jpg) 21px 27px no-repeat #fff;
  color: #0d5333;
  margin: 0;
  border-bottom: 0;
}

.article_box {
  width: 30%;
  float: left;
  color: #4b4b4b;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
}

#faq-sec .faq-subject,
.address-sec h3,
.footer_top p {
  font-family: "Open Sans", sans-serif;
}

.article_box img {
  margin-bottom: 10px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-bottom: 2px solid #025334;
}

#navbar .white_menu.nav-menu ul li a:hover,
.fixed #navbar .nav-menu ul li a:hover {
  color: #878a8f;
}

.fixed a.logo img {
  width: 50%;
  padding: 10px 0;
}

.fixed .header_right {
  padding-bottom: 0;
}

.fixed .nav-menu {
  padding: 20px 0 0;
}

.fixed .nav-menu ul li a:hover {
  color: #878a8f;
}

.fixed .white_menu ul li a {
  color: #0d5333;
}

.logo2 {
  float: left;
  width: 32%;
}

.fixed .logo2 {
  display: block;
}

.fixed .logo,
.lightbox,
.who_accordion {
  display: none;
}

.fixed a.logo2 img {
  width: 50%;
  padding: 10px 0;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.page-id-12 .wpcr3_button_1 {
  background: #025334;
  color: #fff;
  padding: 10px 30px;
}

.page-id-12 .wpcr3_button_1:hover {
  border: 1px solid var(--blue-clr);
  background: var(--white-clr);
  color: var(--blue-clr) !important;
  transition: all 0.5s ease 0s;
}

.wpcr3_respond_1 .wpcr3_respond_3 {
  text-align: center;
}

.page-id-12 .wpcr3_item_name a {
  color: #025334;
}

.page-id-12 .wpcr3_content {
  margin-left: 0;
}

.page-id-12 .wpcr3_review_item .wpcr3_review:before {
  background: url(images/comma.svg) no-repeat;
  content: "";
  height: 70px;
  left: 28px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 85px;
  background-size: 100% auto;
}

.page-id-12 .wpcr3_review {
  border: 1px solid var(--blue-clr);
  margin: 0 0 20px;
  padding: 15px 28px 15px 157px;
  position: relative;
  font-size: 14px;
}

.page-id-12 .wpcr3_review_title {
  font-size: 15px !important;
  font-weight: 600;
}

.page-id-12 .wpcr3_content {
  border-left: 5px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 10px !important;
  padding-left: 10px;
}

.footer_tel,
.footer_top h2 {
  color: #595b5b;
  margin-bottom: 20px;
}

.page-id-12 .wpcr3_respond_2 input[type="text"] {
  min-width: 373px;
}

div.wpcf7-validation-errors {
  border: 2px solid red;
  margin-left: 0;
  margin-right: 0;
}

.footer_top {
  background: #f1eae3;
  border-top: 8px solid #025334;
  font-size: 16px;
  padding: 30px 0;
  color: #595b5b;
}

.footer_links {
  float: left;
  padding-right: 0;
  width: 25%;
}

.footer_top h2 {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
}

.footer_top a {
  color: #0378cc;
}

.footer_top a:hover {
  color: #025334;
}

.footer_tel {
  display: table;
}

.footer_top p {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 13px;
  margin-bottom: 0;
}

.footer_links ul li {
  padding-bottom: 10px;
}

.footer_bot {
  background: #025334;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 0;
  text-align: center;
}

.footer_bot li {
  display: inline-block;
  margin-right: 10px;
}

.footer_bot li a {
  border-right: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding-right: 10px;
}

.footer_bot li:nth-child(3) a {
  border-right: 0;
}

.form_right input[type="submit"] {
  border: 2px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  text-transform: uppercase;
  margin: 0 3px;
  width: 99%;
  border-radius: 35px;
}

.form_right input[type="submit"]:hover {
  border: 2px solid #025334;
  color: #025334;
  background: #fff;
}

.white_menu li a:hover {
  color: #888b90;
}

.header_white a:hover {
  color: #fff;
}

.map_sec {
  position: relative;
  display: inline-block;
}

.map_sec ul li.fourtextsec,
.map_sec ul li.onetextsec,
.map_sec ul li.threetextsec,
.map_sec ul li.twotextsec {
  position: absolute;
  display: inline-block;
  pointer-events: none;
}

.content_sec ul,
.map_sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map_sec ul li.onetextsec {
  left: 100px;
  top: 70px;
  background: url(images/img1.png) no-repeat;
  width: 96px;
  height: 83px;
}

.map_sec ul li.onetextsec.changeimg,
.map_sec ul li.onetextsec.click-changeimg {
  background: url(images/img11.png) no-repeat;
}

.map_sec ul li.twotextsec {
  background: url(images/img2.png) no-repeat rgba(0, 0, 0, 0);
  height: 158px;
  right: 48px;
  top: 72px;
  width: 131px;
}

.map_sec ul li.twotextsec.changeimg,
.map_sec ul li.twotextsec.click-changeimg {
  background: url(images/img22.png) no-repeat;
}

.map_sec ul li.threetextsec {
  right: 90px;
  bottom: 70px;
  background: url(images/img3.png) no-repeat;
  width: 90px;
  height: 83px;
}

.map_sec ul li.threetextsec.changeimg,
.map_sec ul li.threetextsec.click-changeimg {
  background: url(images/img33.png) no-repeat;
}

.map_sec ul li.fourtextsec {
  left: 75px;
  bottom: 75px;
  background: url(images/img4.png) no-repeat;
  width: 91px;
  height: 130px;
}

.map_sec ul li.fourtextsec.changeimg,
.map_sec ul li.fourtextsec.click-changeimg {
  background: url(images/img44.png) no-repeat;
}

.common {
  display: none;
}

#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary,
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu {
  position: static;
}

.mega-sub-menu {
  padding: 26px !important;
  width: 1198px !important;
  left: 50% !important;
  top: 90px !important;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#navbar .menu {
  margin: 0;
  padding: 0;
}

#navbar .menu li a {
  font-weight: 600;
  font-size: 18px !important;
  color: #0d5333 !important;
  width: auto;
  padding: 0 !important;
}

#navbar .menu li a:hover {
  color: #878a8f !important;
}

#navbar .menu li {
  padding: 0 0 20px 14px !important;
  position: relative;
  width: 100%;
}

.vd-title {
  font-size: 18px !important;
}

#navbar .menu li.menu-item-object-services,
#navbar .menu li.menu-item-object-custom,
#navbar .menu li.menu-item-object-page {
  background: url(images/drop_down_bullet.jpg) no-repeat 0 5px !important;
}

#navbar .menu li:first-child {
  background: none !important;
  padding-left: 0 !important;
}

#navbar .menu li:first-child a {
  color: #4b4b4b !important;
}

#navbar .menu li:first-child a:hover {
  color: #025334 !important;
}

.page-id-44 .magazine_articel ul li a {
  text-decoration: underline;
  color: #0378cc;
}

.page-id-44 .magazine_articel ul li a:hover {
  color: #025334;
}

.page-id-41 .magazine_articel ul li a {
  text-decoration: underline;
  color: #0378cc;
}

.page-id-41 .magazine_articel ul li a:hover {
  color: #025334;
}

.page-id-40 .magazine_articel ul li a {
  text-decoration: underline;
  color: #0378cc;
}

.page-id-40 .magazine_articel ul li a:hover {
  color: #025334;
}

#navbar .menu li:first-child {
  margin-bottom: 15px !important;
  text-transform: uppercase;
}

#navbar .menu li:first-child:after {
  width: 85%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0d5333;
}

.cont-lft,
.cont-rht,
.cont-mdl {
  /* width: 47%;
    display: inline-block; */
  margin: 0 2.5% 5% 2.5%;
  background: url(images/mapnavicon.svg) no-repeat 40px center #f5f5f5;
  padding: 20px 30px 20px 230px;
  position: relative;
  min-height: 225px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.cont-lft:after,
.cont-rht:after,
.cont-mdl:after {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  content: "";
  border: 3px solid #eee;
}

.cont-rht,
.cont-mdl {
  margin-right: 0;
}

#navbar .menu li:first-child a {
  font-size: 20px;
}

.fixed .mega-sub-menu {
  top: 68px !important;
}

.white_menu li a {
  color: #fff !important;
}

.white_menu #mega-menu-primary li {
  background: url(images/nav_bg_white.jpg) right 12px no-repeat !important;
}

.fixed .white_menu #mega-menu-primary li:last-child,
.white_menu #mega-menu-primary li li,
.white_menu #mega-menu-primary li:last-child {
  background: 0 0 !important;
}

#navbar .menu li:last-child {
  background: url(images/drop_down_bullet.jpg) no-repeat 0 5px !important;
}

.fixed .white_menu li a {
  color: #0d5333 !important;
}

.cont-lft {
  float: left;
}

.address-sec h3 {
  color: #22570d;
  line-height: 1.3;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 400;
}

.cont-lft ul li {
  width: 300px;
}

.cont-lft ul {
  display: inline-block;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
  width: 230px;
}

.cont-rht strong,
.search-form .search-submit {
  display: block;
}

.address-sec {
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form_left {
  float: left;
  padding-right: 0;
  width: 75.5%;
  padding-bottom: 30px;
}

.form_inner input,
textarea.wpcf7-textarea {
  border: 2px solid #cec5bb;
  font-size: 16px;
  padding: 10px;
}

.wpcf7-form-control-wrap.Name {
  display: inline-block;
  margin: 0 1% 1% 0;
  width: 48%;
}

.wpcf7-form-control-wrap.fname {
  display: inline-block;
  margin: 0 0 1% 0;
  width: 32.4%;
  vertical-align: top;
}

.wpcf7-form-control-wrap.lname {
  display: inline-block;
  margin: 0 0 1% 1%;
  width: 32.4%;
  vertical-align: top;
}

.wpcf7-form-control-wrap.Email {
  display: inline-block;
  margin: 0 0 1% 1%;
  width: 32.4%;
  vertical-align: top;
}

.wpcf7-form-control-wrap.PhoneNumber {
  display: inline-block;
  margin: 0 0 2% 1%;
  vertical-align: top;
}

[id*="wpcf7-f1854"] .wpcf7-form-control-wrap.PhoneNumber {
  width: 32.4%;
}

.employment .form_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.employment .form_inner .wpcf7-form-control-wrap {
  flex-basis: 25%;
  padding: 0 15px;
  width: auto;
  margin: 0;
  margin-bottom: 20px;
}

.employment p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 -15px;
}

.employment p .wpcf7-form-control-wrap {
  flex-basis: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.employment textarea.wpcf7-textarea {
  width: 100%;
}

.employment .wpcf7-submit {
  width: 130px;
  margin-left: 15px;
}

.page-id-1181 .wpcf7-form .wpcf7-validation-errors {
  position: static;
}

.employment input[type="file"] {
  border: none;
}

.employment p .wpcf7-form-control-wrap.file-label {
  margin-bottom: 8px;
}

.navbar-nav {
  padding-left: 0;
}

.product-list-section .section-title {
  text-align: left !important;
}

.product-list-section .total-items {
  float: right;
}

.literature-item .circle {
  padding: 8px 5px;
  font-size: 15px;
}

.literature-item {
  background: transparent;
  border: 0;
  padding: 0 !important;
}

.literature-item {
  width: 100% !important;
}

.literature-item .circle {
  display: none;
}

.literature-item a {
  text-align: left;
  padding: 0;
  padding-left: 30px;
  background: url(images/pdf.png) no-repeat left center;
  font-size: 17px;
  color: #4b4b4b;
}

.literature-item a:hover {
  color: #025334;
}

.literature .literature-lbl {
  margin-bottom: 10px;
}

.llen-logo-outer {
  text-align: right;
  margin-bottom: 91px;
}

.contact_team .form_right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 99% !important;
  padding: 10px;
  background: transparent url(images/down-arrow.svg) no-repeat right 7px center;
  padding-right: 26px;
  background-size: 15px;
  border-radius: 0;
}

.contact_team .form_right .ServiceNeeded {
  margin-left: 1%;
}

.header .search input[type="image"] {
  width: 40px;
  border: 0;
  padding: 0;
}

form.form-inline {
  display: none;
}

.search-section .form-inline {
  position: absolute;
  width: 310px;
  right: 0;
  top: 30px;
  background: var(--blue-clr);
  padding: 10px 8px;
  z-index: 10;
  display: none;
  padding-right: 110px;
}

.form-inline input[type="submit"] {
  width: auto;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  font-size: 15px;
  padding: 8px 20px;
  background: var(--blue-clr);
  border: 1px solid #fff;
}

.form-inline input[type="submit"]:hover {
  background: #fff;
  color: var(--blue-clr);
}

.form-inline input[type="text"] {
  width: 100%;
  color: #0d5233;
}

a.search-icon {
  width: 23px;
  display: inline-block;
}

.header .navbar_menu {
  z-index: 999;
}

.Appointment_sec .Appointment_cont h2 {
  color: #0d5233;
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.Appointment_cont h2 span {
  font-size: 25px;
  line-height: 29px;
  color: #222423;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}

h2.search.headline span {
  color: #fff;
}

.Appointment_sec {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(240, 233, 225, 0.85);
}

.Appointment_sec .Appointment_cont {
  padding: 47px 0;
}

.Appointment_cont .tranperent_btn {
  background: #ffffff;
  font-weight: 700;
}

.Energy_box a:hover img {
  transform: scale(1.1);
}

.Energy_box a {
  overflow: hidden;
  border-radius: 7px;
}

.Energy_box a img {
  transition: 0.3s all ease-in-out 0s;
}

.finance_box.left_finance {
  display: inline-block;
  width: 50%;
  margin-right: 17px;
}

.finance_box.right_finance {
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
  width: 40%;
}

.finance_box.right_finance h2 {
  margin-bottom: 16px;
  text-align: left;
  color: #000;
  font-size: 18px;
  text-transform: none;
}

.finance_box.right_finance ul {
  margin: 10px 0 40px 5px;
}

.finance_box.right_finance ul li {
  position: relative;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}

.finance_box.right_finance ul li:before {
  position: absolute;
  left: -14px;
  top: 9px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--light-green-clr);
  border-radius: 100%;
}

.headline.bold-title {
  font-weight: 700;
}

.hm-blog p {
  text-align: justify;
  text-align-last: left;
  font-size: 16px;
}

.insulatn-intro .cultute-lft {
  order: 1;
}

.insulatn-intro .cultute-right img {
  width: 100%;
}

/* 01/02/2023 dm */

.new_header .right_nav_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_header .right-head ul {
  display: flex;
  align-items: center;
}

.new_header .right-head ul li:not(:last-child) {
  margin-right: 15px;
}

.new_header .right-head ul li figure {
  max-width: 140px;
  margin: 0;
}

.new_header .right-head ul li figure img {
  width: 100%;
}

.new_header .right-head .green_btn {
  line-height: 1.2;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
}

.new_header .navbar_menu .navbar_nav {
  margin-right: 15px;
}

.new_header .navbar_nav li a {
  text-transform: uppercase;
}

.new_header .right_nav_menu ul.navbar_nav > li {
  margin: 0 13px;
}

.home .main_content h1 {
  max-width: 750px;
}

.new_header .navbar_menu {
  align-items: center !important;
}

.energy_sec .new_btn_wht:hover {
  border-color: #fff;
}

.banner_sec_new .new_btn {
  border: 2px solid var(--light-green-clr);
}

.banner_sec_new .new_btn:hover {
  background: transparent;
  color: var(--light-green-clr);
}

/* 01/02/2023 dm */
.new_energy_sec_wrp h2 {
  text-transform: uppercase !important;
}

.new_energy_sec_wrp h2 span {
  /* color: #81c241; */
  color: #5f912f;
}

@media only screen and (max-width: 767px) {
  .finance_box.right_finance {
    padding-left: 0;
  }

  .employment.emp-form .form_inner .wpcf7-form-control-wrap {
    margin-bottom: 0 !important;
  }

  .literature-item a {
    font-size: 15px;
    line-height: 22px;
  }

  .wpcf7-form-control-wrap.PhoneNumber {
    margin: 0;
    width: 100% !important;
  }

  .employment.emp-form .form_inner .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
}

.wpcf7-form-control-wrap.ServiceNeeded {
  display: inline-block;
  margin: 0 0 1% 1%;
}

/*.contact_team .form_right select{width: 100% !important;}*/
.wpcf7-form-control-wrap.ServiceNeeded {
  margin: 1% 0;
  width: 100%;
}

.wpcf7-form-control.wpcf7-select {
  width: 100%;
  height: 44px;
  margin: 0 0 10px;
}

.wpcf7-form-control-wrap.City {
  display: inline-block;
  margin: 0 0 2% 0;
}

.wpcf7-form-control-wrap.City input {
  height: 44px;
}

.wpcf7-form-control-wrap.Address textarea {
  height: 44px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  clear: both;
  display: block;
}

.wpcf7-form label.error {
  color: red;
  float: none;
  font-size: 15px;
  padding-left: 5px;
}

.form_inner input {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

textarea.wpcf7-textarea {
  width: 99.3%;
  margin-bottom: 10px;
  height: 106px;
  resize: none;
}

.form_right {
  float: left;
  width: 24.5%;
}

.form_right .PhoneNumber input,
.form_right .ServiceNeeded input {
  float: none;
  border: 2px solid #cec5bb;
  padding: 10px;
  font-size: 16px;
}

.form_right .PhoneNumber input {
  width: 100%;
}

.form_right .ServiceNeeded input {
  width: 100%;
  margin-bottom: 10px;
}

.form_right .wpcf7-submit {
  background: #025334;
}

.wpcf7-validation-errors {
  border: 1px solid red;
  clear: both;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: -260px;
  left: 0;
  color: red;
  width: 100%;
}

form.wpcf7-form {
  position: relative;
  width: 100%;
}

.page-id-12 .wpcr3_respond_2 label {
  font-size: 16px;
}

.search-box {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.search-box-inn h2 {
  text-align: center;
  padding-top: 150px;
}

.search-box-inn h2 img {
  width: 24%;
}

.search1 .search-box a.searchClose {
  background: url(images/cross-icon.png) no-repeat rgba(0, 0, 0, 0);
  display: block;
  font-size: 0;
  height: 50px;
  line-height: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
}

.search-form input.search-field,
.search-form input.search-submit {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #025334;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 2px;
  float: left;
  height: 60px;
  margin: 0;
  padding: 0;
}

#searchform {
  clear: both;
  width: 100%;
}

.contact_panel textarea::-webkit-input-placeholder,
.search-form input.search-field::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contact_panel textarea:-moz-placeholder,
.search-form input.search-field:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact_panel textarea::-moz-placeholder,
.search-form input.search-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact_panel textarea:-ms-input-placeholder,
.search-form input.search-field:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-form input.search-field {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 30px;
  width: 80%;
}

.search-form input.search-submit {
  background: url(images/search-icon-2.png) 90% 50% no-repeat;
  font-size: 0;
  line-height: 0;
  width: 20%;
}

.search-box-inn {
  width: 1170px;
  margin: 0 auto;
}

.search1 {
  display: inline-block;
  vertical-align: middle;
}

.srch-titl {
  margin-bottom: 8px;
  text-align: left;
  color: var(--blue-clr);
}

.textwidget {
  display: inline-block;
  vertical-align: middle;
}

.textwidget p {
  /*color: white;*/
}

.search-results .page-header {
  background: 0 0;
}

.search-results a.more-link {
  color: var(--light-green-clr);
}

.search-results a.more-link:hover {
  text-decoration: underline !important;
}

.pagination {
  padding-bottom: 20px;
}

.page-numbers {
  background: var(--blue-clr);
  color: var(--white-clr) !important;
  padding: 5px 10px;
  font-size: 14px;
}

.search-results span.current,
.span.current,
.page-numbers:hover {
  background: var(--light-green-clr);
  color: #fff !important;
}

.search-results .textwidget p {
  padding-bottom: 10px !important;
  font-size: 16px !important;
}

.white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #fff !important;
}

.fixed
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #025334 !important;
}

.fixed .white_menu #mega-menu-primary li {
  background: url(images/li_bg.jpg) right 12px no-repeat !important;
}

.fixed .white_menu #mega-menu-primary .mega-sub-menu li,
.fixed .white_menu #mega-menu-primary li .menu li {
  background: none !important;
}

.fixed .white_menu #mega-menu-primary .mega-sub-menu li:first-child,
.fixed .white_menu #mega-menu-primary .menu li:first-child {
  background: none !important;
}

.search-no-results .page-content p {
  text-align: center;
}

.home
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #fff !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover,
.fixed
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover,
.home
  .fixed
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  /*color: #878a8f!important*/
  color: #053617;
}

.page-header h2 {
  margin-bottom: 0;
}

/*******************27.12.16**inner pages ****************/
/*.inner_page #main {
    background: hsl(32, 35%, 92%) none repeat scroll 0 0;
}*/
.video_sec {
  float: left;
  margin: 0 30px 30px 0;
  width: 40%;
}

h1.inner_heading {
  clear: none;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.wpcr3_required {
  resize: none !important;
}

.video_sec + h1.inner_heading {
  text-align: left;
}

.single-services .inner_page #main {
  background: 0 0;
}

.blockquote {
  border: 1px solid #025434;
  height: 95px;
  margin-bottom: 50px;
}

.blockquote > p {
  color: #025434;
  font-size: 33px;
  font-style: italic;
  font-weight: bolder;
  line-height: 38px;
  text-align: center;
}

.ifrm-side iframe {
  margin: 34px 24px 0;
}

.inner_page #main.services_details {
  background: #fff;
}

.blog_left {
  float: left;
  padding-right: 10px;
  width: 70%;
}

.blog_right {
  float: left;
  width: 30%;
}

.block_sec {
  float: left;
  padding-right: 20px;
  width: 50%;
}

.block_sec .entry-header {
  position: relative;
}

.block_sec .entry-meta,
.hover_element {
  color: #fff;
  font-size: 15px;
  position: absolute;
}

.entry-header {
  margin-bottom: 20px;
}

.block_sec img {
  width: 100%;
}

.entry-thumbnail img {
  display: block;
  margin: 0 auto 10px;
}

.hover_element {
  background: hsla(0, 0%, 0%, 0.8);
  display: none;
  font-weight: 300;
  height: 100%;
  left: 0;
  padding: 50px 20px 20px;
  top: 0;
  width: 100%;
  z-index: 1;
}

.block_sec .entry-header:hover .hover_element {
  display: block;
}

.block_sec .entry-meta {
  background: hsla(157, 95%, 17%, 0.8);
  padding: 2px 15px;
  right: 0;
  top: 10px;
  width: auto;
  z-index: 2;
}

.widget a,
.widget a:hover {
  color: #025434;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 2px;
  padding: 3px 5px;
  text-decoration: none;
}

.wp-pagenavi {
  clear: both;
  margin-bottom: 20px;
}

.widget {
  margin: 0 0 24px;
}

.widget .widget-title {
  color: #025434;
  font-size: 30px;
}

.widget ol,
.widget ul {
  background: #f1f1f1;
  list-style-type: none;
  margin: 0;
  padding: 20px;
}

.widget li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

.widget a {
  font-size: 15px;
}

.hover_element h1,
.hover_element h1 a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
  text-transform: none;
}

.entry-content {
  hyphens: auto;
  overflow-wrap: break-word;
}

.entry-meta a,
.entry-meta a:hover {
  color: #fff;
}

.blog_right .widget {
  background: 0 0;
}

.entry-content p {
  color: #fff;
}

.post-link a.read-mre {
  display: inline-block;
  width: auto;
  color: #fff;
}

.post-link a.read-mre:hover {
  color: #fff;
  text-decoration: underline;
}

.hover_element .entry-title a:hover {
  color: #fff;
}

aside.widget h3.widget-title {
  font-style: normal;
}

.hover_element .entry-content p {
  font-size: 16px;
  font-weight: 400;
}

.blog_right .widget li:last-child {
  border-bottom: none;
}

.wp-pagenavi span.current {
  background: var(--light-green-clr);
  color: #fff;
  border: 1px solid var(--light-green-clr);
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid var(--light-green-clr);
  color: var(--blue-clr);
}

#faq-sec .faq-subject {
  display: inline-block;
  margin: 0 1% 2% 0;
  vertical-align: top;
  width: 32%;
}

#faq-sec .faq-subject a {
  background: var(--light-green-clr);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  min-height: 78px;
  padding: 18px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#faq-sec .faq-subject a:hover {
  background: #fff;
  border: 2px solid var(--light-green-clr);
  color: var(--blue-clr);
  text-decoration: none;
}

h3 {
  clear: none;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 14px;
}

.form_inner input {
  margin: 0;
}

.post .entry p {
  font-weight: normal;
}

.more-link:hover {
  color: hsl(0, 0%, 29%);
}

.postmetadata {
  font-weight: 600;
}

h2 {
  clear: none;
}

.blog_left h2 {
  text-align: left;
}

.view_all_btn {
  color: #fff !important;
  display: inline-block;
  padding: 10px 24px 9px;
  text-decoration: none;
  background: #025334;
  transition: all 0.5s ease 0s;
  border: 2px solid #025334;
  margin: 10px 0 0 0;
}

.view_all_btn:hover {
  border: 2px solid #025334;
  color: #025334 !important;
  background: #f1eae3;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

ul.homelist li {
  background: url("images/insulation_bullet_img.jpg") no-repeat scroll 0 11px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 15px 24px;
}

ul.homelist li a {
  color: #4b4b4b;
  text-decoration: none;
}

ul.homelist li a:hover {
  color: #025334;
}

ul.homelist li a:hover {
  text-decoration: underline;
}

.p2 {
  margin-bottom: 25px;
  font-weight: normal;
}

/************************29.12.16*********************/
.form_inner input,
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  border: 1px solid #0d5333;
}

.form_right .PhoneNumber input,
.form_right .ServiceNeeded input {
  border: 1px solid #0d5333;
}

.archive .post p {
  font-size: 16px;
}

.archive .post .postmetadata {
  padding-bottom: 8px;
}

.archive .inner_main {
  padding: 46px 0;
}

.archive a.more-link {
  font-size: 18px;
  font-weight: 600;
}

.archive .post .entry p {
  margin-bottom: 10px;
}

.archive .post {
  border-bottom: 1px solid;
  padding: 30px 0 20px 0;
}

.archive .post:last-child {
  border-bottom: none;
}

.archive .post h3 {
  margin: 0 0 15px 0;
}

/*******************05.01.2017************/

ul.homelist li a {
  color: #025334;
}

ul.homelist li a:hover {
  text-decoration: none;
  color: #4b4b4b;
}

/*.address-sec h3{float:left; width:200px;}*/

/*========================Start:09-01-2016==================*/

#accordion .content ul {
  list-style: disc inside;
  margin-left: 20px;
}

.inner_sub_heading {
  font-size: 22px;
}

.content_sub_hd {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.accr-cont-img img {
  margin-right: 22px;
}

.accr_cont_img figure {
  display: inline-block;
  margin-right: 24px;
}

/****************13.01.2017***************/

.our_sapproach {
  /*background:#f2e9e0;*/
  background: #ffffff;
  padding: 5.5% 0;
}

.our_sapproach_right {
  float: right;
  width: 54%;
  border: 2px solid #cfc5bc;
  padding: 1.4% 2%;
  min-height: 265px;
}

.our_sapproach_right p:last-child {
  margin-bottom: 0;
}

.our_sapproachleft {
  float: right;
  width: 40%;
  margin-right: 2%;
}

.our_sapproachleft img {
  width: 100%;
}

.our_sapproachleft a {
  position: relative;
  display: block;
}

/*.our_sapproachleft a:after{ content: ''; position: absolute; right: 2.3%; bottom: 4%; background: url( images/video_ic.png) no-repeat 0 0; width: 88px; height: 62px;}*/
.our_sculture .our_sapproachleft {
  float: right;
  margin-right: 0;
}

.our_sculture .our_sapproach_right {
  float: left;
  margin-right: 2%;
  width: 58%;
}

.our_sculture {
  padding: 5.5% 0;
}

/*------------------ 7.02.2017 ---------------*/
.page-id-14 .header,
.page-id-12 .header,
.page-id-1273 .header,
.page-id-1276 .header,
.page-id-1286 .header,
.search-results .header,
.search-no-results .header {
  position: relative;
}

.page-id-14
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link,
.page-id-12
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link,
.page-id-1273
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link,
.page-id-1276
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link,
.page-id-1279
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link,
.page-id-1286
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link,
.search-results
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link,
.search-no-results
  .white_menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #053617 !important;
}

.page-id-14 .white_menu #mega-menu-primary li.mega-menu-item,
.page-id-12 .white_menu #mega-menu-primary li.mega-menu-item,
.page-id-1273 .white_menu #mega-menu-primary li.mega-menu-item,
.page-id-1276 .white_menu #mega-menu-primary li.mega-menu-item,
.page-id-1279 .white_menu #mega-menu-primary li.mega-menu-item,
.page-id-1286 .white_menu #mega-menu-primary li.mega-menu-item,
.search-results .white_menu #mega-menu-primary li.mega-menu-item,
.search-no-results .white_menu #mega-menu-primary li.mega-menu-item {
  background: url("images/li_bg.jpg") no-repeat scroll right 12px !important;
}

.page-id-14 .white_menu #mega-menu-primary li.mega-menu-item:last-child,
.page-id-12 .white_menu #mega-menu-primary li.mega-menu-item:last-child,
.page-id-1273 .white_menu #mega-menu-primary li.mega-menu-item:last-child,
.page-id-1276 .white_menu #mega-menu-primary li.mega-menu-item:last-child,
.page-id-1279 .white_menu #mega-menu-primary li.mega-menu-item:last-child,
.page-id-1286 .white_menu #mega-menu-primary li.mega-menu-item:last-child,
.search-results .white_menu #mega-menu-primary li.mega-menu-item:last-child,
.search-no-results .white_menu #mega-menu-primary li.mega-menu-item:last-child {
  background: none !important;
}

.page-id-14
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
.page-id-12
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
.page-id-1273
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
.page-id-1276
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
.page-id-1279
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
.page-id-1286
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
.search-results
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
.search-no-results
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item {
  background: none !important;
}

.page-id-14 .header_white a,
.page-id-12 .header_white a,
.page-id-1273 .header_white a,
.page-id-1276 .header_white a,
.page-id-1279 .header_white a,
.page-id-1286 .header_white a,
.search-results .header_white a,
.search-no-results .header_white a {
  color: #0378cc;
  /*color: #053617;*/
  text-shadow: none;
}

.page-id-14 .header_white p,
.page-id-12 .header_white p,
.page-id-1273 .header_white p,
.page-id-1276 .header_white p,
.page-id-1279 .header_white p,
.page-id-1286 .header_white p,
.search-results .header_white p,
.search-no-results .header_white p {
  color: #4b4b4b;
  /*color: #053617;*/
  text-shadow: none;
}

.page-id-14 .white_menu li a,
.page-id-12 .white_menu li a,
.page-id-1273 .white_menu li a,
.page-id-1276 .white_menu li a,
.page-id-1279 .white_menu li a,
.page-id-1286 .white_menu li a,
.search-results .white_menu li a,
.search-no-results .white_menu li a {
  text-shadow: none;
}

/*------------------ 08.02.2017 ---------------*/
.our_sapproach_center {
  width: auto;
  display: table;
  margin: 0 auto;
}

.our_customer_left .bx-wrapper .bx-viewport {
  background: none !important;
}

.our_customer_left .bxslider li a {
  font-size: 18px !important;
}

#mega-menu-primary li.mega-one-col-mega .mega-sub-menu {
  width: 250px !important;
  left: 62% !important;
}

#mega-menu-primary li.mega-one-col-mega .mega-sub-menu li {
  width: 100% !important;
}

.downld-article {
  background: #025334 url("images/down.png") no-repeat scroll 21px 13px;
  color: #fff !important;
  padding: 14px 25px 14px 58px;
  border-radius: 27px;
  /* background: ; */
}

.downld-article:hover,
.downld-article:active,
.downld-article:focus {
  background: #002c1b url("images/down.png") no-repeat scroll 21px 13px;
  color: #fff;
  text-decoration: none;
}

.accr-cont-bgclr {
  background: #fbd4b4;
}

.location_map {
  margin-bottom: 50px;
}

.location_map iframe {
  border: none !important;
}

body.search {
  cursor: auto !important;
}

.block4 {
  background: url(images/car_img.jpg) no-repeat center center;
  background-size: cover;
}

#accordion .content img {
  padding: 0 0 15px 0;
}

/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{padding: 0px 9px 64px 9px;}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{margin-top: 20px;}

.page-id-5 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, .page-id-5 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, .page-id-5 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, .page-id-5 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{margin-top: 55px;}


.page-id-5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 9px 92px 9px;
}
.page-id-5 .sitemenu.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 7px 72px 9px !important;
}

.page-id-5 .sitemenu.fixed  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, .page-id-5 .sitemenu.fixed #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, .page-id-5 .sitemenu.fixed #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, .page-id-5 .sitemenu.fixed #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    margin-top: 36px !important;
}
*/

/*.ytp-thumbnail-overlay .ytp-large-play-button{ top: 18%; left: auto; right: 19px;}*/

.header_top.clear > span {
  display: inline-block;
  margin-bottom: 1px;
  vertical-align: middle;
}

.header_white.header_top.clear > span {
  color: #fff;
}

.main_content .footer_links:nth-child(3) h2 {
}

.main_content .footer_links:nth-child(3) {
  width: 50%;
}

.street a,
.cont-rht a {
  z-index: 99;
  position: relative;
}

/* .no-results.not-found {
  min-height: 500px;
} */

div.wpcf7-validation-errors {
  color: #2f2f2f !important;
}

.content-ol li,
.empl-txt u {
  font-weight: 600;
}

.page-id-1177 ol {
  margin: 0 0 40px;
}

.footer_links.thank-you .textwidget {
  display: block;
}

.footer_links.thank-you p,
.footer_links.thank-you h2 {
  text-align: right;
}

/*.content-ol li{padding: 5px 0;}*/
.contactpage_top_number h4 {
  margin: 0;
  text-align: center;
}

.contactpage_top_number h4 a {
  display: block;
  padding: 0 0 30px 0;
}

.contactpage_top_number h4 a:hover {
  text-decoration: none;
}

.content_ol > li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.accrd-cont-img {
  text-align: center;
}

.accrd-cont-img figure {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

/*************************16.03.2017******************/

.page-id-12 .wpcr3_button_1 {
  padding: 13px 50px;
  font-size: 17px;
  display: table;
  width: auto;
  margin: 0 auto 20px;
}

div.wpcr3_review blockquote.wpcr3_content p {
  font-size: 15px;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-flyout.mega-menu-item-has-children
  > a.mega-menu-link:after,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-flyout
  li.mega-menu-item-has-children
  > a.mega-menu-link:after,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item-has-children
  > a.mega-menu-link:after {
  color: #850808;
}

/***********************17.03.2017****************/
.green_anchor.magazine_articel ul li a,
.green_anchor a {
  color: #025334;
}

.our_services ul li:hover a {
}

.our_services ul li:hover {
  background: #025334;
}

.our_services ul li:hover h3 {
  color: #e8dfd4;
}

.our_services ul li:hover a {
  text-decoration: none;
}

.our_services ul li .service_img_hvr {
  display: none;
}

.our_services ul li .service_img {
  display: block;
}

.our_services ul li:hover .service_img_hvr {
  display: block;
}

.our_services ul li:hover .service_img {
  display: none;
}

.our_services ul li .service_img_hvr img {
  padding-bottom: 23px;
}

.our_services ul li,
.our_services ul li img,
.our_services ul li h3 {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.page-id-12 table .wpcr3_button_1 {
  display: inline-block;
}

.page-id-12 table .wpcr3_button_1.wpcr3_submit_btn {
  line-height: 18px;
  padding: 13px 35px;
}

.page-id-12 table .wpcr3_button_1.wpcr3_cancel_btn {
  line-height: 18px;
  padding: 13px 35px;
}

/***********************21.03.2017**play-button**************/
.ytbtn-holdrimg {
  position: relative;
  display: block;
}

/*.yt-redbtn{ width: 50px; height: 37px; background: url("images/play1.png") no-repeat 0 0; position: absolute; right: 20px;
top: 40px;}*/
.ytbtn-holdrimg img {
  width: 100%;
}

/***********************27.04.2017**get a free estimate button**************/

.free-estimate {
  background: url(images/free-estimate-bttn.png) no-repeat center top;
  background-size: 100% auto;
  width: 434px;
  height: 125px;
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  font-size: 0 !important;
}

.Rname,
.remail,
.rphone {
  display: inline-block;
  margin: 0 5px 1% 0;
  width: 32.4%;
  vertical-align: top;
}

.rmessage textarea.wpcf7-textarea {
  width: 98.5%;
  margin-bottom: 10px;
  height: 106px;
  resize: none;
}

.linux.firefox .rmessage textarea.wpcf7-textarea {
  height: 115px;
}

.linux.chrome .rmessage textarea.wpcf7-textarea {
  height: 101px;
}

.rpropertyaddress,
.rsubject,
.rtime {
  margin: 0 0 10px 1%;
  display: block;
}

.rpropertyaddress input,
.rsubject input,
.rtime select {
  float: none;
  padding: 10px;
  font-size: 16px;
}

.rtime select {
  width: 100%;
  line-height: 40px;
}

.page-id-1703 .wpcf7-validation-errors {
  border: 1px solid red;
  clear: both;
  margin-left: 0;
  margin-right: 0;
  position: static;
  bottom: -260px;
  left: 0;
  color: red;
  width: 100%;
}

/*---------05.09.19----------*/
.common_gap {
  padding: 80px 0;
}

.header .top_cont_head {
  background: var(--blue-clr);
  text-align: center;
  padding: 20px 0;
}

.header .top_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.header .user_cont ul {
  margin: 0;
}

.header .user_cont ul > li {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.header .user_cont ul > li:before {
  position: absolute;
  content: "|";
  top: -4px;
  right: -8px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.header .user_cont ul > li:last-child:before {
  display: none;
}

.header .user_cont ul > li > a,
.header .user_cont ul > li > span {
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #fff;
  transition: 0.4s all ease-in-out;
}

.header .user_cont ul > li > a:hover {
  color: #b0adad;
}

.navbar_menu .navbar_nav {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  margin-right: 83px;
}

.navbar_nav li {
  padding: 0 15px;
}

.navbar_nav li > ul {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.navbar_nav li:hover > ul {
  display: block;
}

.banner_sec {
  position: relative;
}

/*.banner_sec figure:before{position: absolute;content: ""; top: 0;left: 0;right: 0;top: 0;width: 100%;height: 100%;background:rgba(0, 0, 0, 0.3);}*/
.banner_sec figure img {
  width: 100%;
}

.banner_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner_cont h2 {
  color: #006750;
  text-transform: uppercase;
  text-align: center;
}

/*.Appointment_sec {background-color: #707070;padding: 31px 0;}*/
.Appointment_sec .Appointment_cont {
  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;
}

.Appointment_cont h2 {
  margin-bottom: 0;
  color: #fff;
}

.allBTN {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0d5333;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 60px 15px 60px;
  border: 2px solid #fff;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  color: #fff !important;
  display: inline-block;
}

.allBTN:hover {
  background-color: #0d5333;
  border-color: #0d5333;
  text-decoration: none;
}

.headline {
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  color: #000;
  text-transform: capitalize;
}

.headline span {
  color: var(--light-green-clr);
  text-transform: uppercase;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}

.main_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.main_area .main_area_cont_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}

.main_area .main_area_cont_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}

.Trusted_sec .main_area_cont_right h2 {
  text-align: center;
  color: #707070;
}

.main_area_cont_right figure {
  margin-bottom: 20px;
}

.main_area_cont_right figure img {
  width: 100%;
}

.commpany_cont {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(13, 83, 51, 0.95);
}

.Company_main_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.Company_main_area h2,
.Company_main_area p,
.Company_main_area a {
  color: #fff;
  text-align: left;
}

.main_area_cont_left .headline {
  text-align: left;
}

.Company_box_right,
.Company_box_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.Company_sec {
  background: url(images/trans-logo.png) no-repeat bottom left;
}

/*.Company_sec{background-color: #0d5333;}*/

.Company_box_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  height: 100%;
}

.Company_box_right ul li figure {
  height: 100%;
}

.Company_box_right ul li figure img {
  height: 100%;
  object-fit: cover;
}

.Company_box_right ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.Company_box_right .right_box {
  position: relative;
  height: 100%;
}

.right_box .box_cont {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.box_cont .headline {
  color: #fff;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}

.main_cont {
  max-width: 590px;
  margin-left: auto;
  padding: 70px 0;
}

.main_cont a {
  transition: 0.4s all ease-in-out;
}

.main_cont a:hover {
  color: #878b8f;
}

.promise_sec .promise_inner {
  text-align: center;
}

.promise_inner .headline {
  font-size: 48px;
  line-height: 52px;
}

.promise_inner figure {
  margin-bottom: 40px;
}

.promise_inner .allBTN {
  background: #ed6800 !important;
}

.promise_inner .allBTN:hover {
  color: #ffffff;
  background-color: #0d5333 !important;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 60px 15px 60px;
  transform: scale(1.1);
}

.promise_sec {
  background-color: #f1eae3;
}

.Customers_right iframe,
.better_main_left iframe {
  height: 327px;
  width: 100%;
  border: 0;
}

.Customers_sec .Customers_main,
.Better_sec .better_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Customers_main .Customers_left,
.Customers_main .Customers_right,
.better_main .better_main_left,
.better_main .better_main_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.Better_sec .headline {
  text-align: center;
}

.Customers_sec {
  background-color: #0d5333;
}

.sub_head {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.slider_box p {
  color: #fff;
}

.Customers_left .slider_box {
  text-align: center;
}

.Customers_left .slick-dots li button:before {
  display: none;
}

.Customers_left .slick-dots li button {
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.location_sec {
  background-color: #f1eae3;
}

.location_sec .location_left {
  margin-bottom: 60px;
}

.location_right > ul,
.location_left > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 0;
}

.location_right > ul > li,
.location_left > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.location_right > ul > li > ul {
  padding-left: 0;
}

.location_right > ul > li > ul > li {
  color: #3e3e3e;
  margin-bottom: 10px;
}

.location_right > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.location_right > ul > li > ul > li > a {
  color: #3e3e3e;
}

.location_right > ul > li > ul > li > a:hover {
  color: #0d5333;
}

ul.social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.social_icon li {
  margin-right: 10px;
}

ul.social_icon li a:hover {
  background: #ed6800;
}

ul.social_icon li a {
  font-size: 20px;
  display: inline-block;
  background: #0d5333;
  color: #fff !important;
  padding: 3px 5px;
  min-width: 39px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.location_right .headline {
  margin-bottom: 20px;
  min-height: 82px;
  text-align: left;
}

.location_main {
  margin-bottom: 40px;
}

.footer_menu a,
.Copyright {
  color: #0d5333;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

.footer_menu_wrap .footer_menu {
  display: inline-block;
}

.footer_menu_wrap {
  text-align: center;
}

.Copyright a {
  color: #0d5333;
}

.footer_menu a:hover,
.Copyright a:hover {
  color: #333333;
}

.navbar_menu ul {
  margin: 0;
}

.navbar_menu ul.navbar-nav > li.current-menu-item > a {
  color: #006750;
}

.navbar_menu ul.navbar-nav > li.current-menu-item {
  background: #fff;
}

.navbar_menu ul.navbar-nav > li {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}

.navbar_menu ul.navbar-nav > li > a {
  padding: 13px 0;
  display: inline-block;
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: 0.3s all ease-in-out 0s;
}

/*.navbar_menu ul li a:before{position: absolute;content: "";content: '';width: 0;height: 0;border-bottom: 5px solid rgba(135, 139, 144, 1);border-left: 5px solid transparent;border-right: 5px solid transparent;left: 45%;bottom: 0px;margin: 0px;}*/
.navbar_menu ul.navbar-nav > li > a:hover {
  color: #006750;
  cursor: pointer;
}

.navbar_menu ul.navbar-nav > li:hover {
  background: #fff;
  cursor: pointer;
}

.navbar_menu ul.navbar-nav > li:hover a {
  color: #006750;
}

.header .tranperent_btn a {
  padding: 12px 25px;
  border-radius: 35px;
  background: transparent;
  color: var(--blue-clr) !important;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
}

.header .tranperent_btn a:hover {
  background: #0d5233;
  border-color: #0d5233;
  color: #fff !important;
}

.header .tranperent_btn {
  padding: 0 !important;
  border: 0 !important;
}

.wpcr3_button_1.wpcr3_show_btn,
.tranperent_btn {
  padding: 16px 38px;
  /* border: 2px solid #0d5233 !important; */
  border-radius: 35px;
  background: transparent;
  color: var(--blue-clr) !important;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
}

.wpcr3_button_1.wpcr3_show_btn,
.tranperent_btn:hover {
  background: var(--light-green-clr);
  border-color: var(--light-green-clr);
  color: #fff !important;
}

.header .search {
  position: absolute;
}

.navbar_nav li:last-child {
  padding-right: 0;
}

.header .navbar_menu {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0 26px 0;
}

.header .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.header .right_nav_menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.header .search {
  position: absolute;
  /* top: 50%; */
  right: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 53px;
}

.header_content {
  max-width: 1760px !important;
  padding: 0 15px;
}

.header .navbar_nav li a {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
}

.header .navbar_nav > li > a {
  display: inline-block;
}

.header .navbar_nav li a:hover {
  color: var(--light-green-clr);
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu,
.navbar_menu ul.navbar-nav > li > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #878b90;
  z-index: 1;
  padding-left: 0;
  width: 10em;
  font-family: "Open Sans", Sans-serif;
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu {
  left: 80%;
  top: 10%;
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu > li > a,
.navbar_menu ul.navbar-nav > li > ul.sub-menu > li > a {
  display: block;
  padding: 13px 0;
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
  position: relative;
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu > li > a:hover,
.navbar_menu ul.navbar-nav > li > ul.sub-menu > li > a:hover {
  display: block;
  background: #fff;
  color: #006750;
}

#myMenu > ul.navbar-nav {
  font-size: 0;
  line-height: 0;
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu > li > a,
.navbar_menu ul.navbar-nav > li > ul.sub-menu > li > a {
  display: block;
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu > li {
  display: block;
  font-size: 13px;
  border-right: 0;
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu > li:hover ul.sub-menu,
.navbar_menu ul.navbar-nav > li:hover ul.sub-menu {
  display: block;
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu li:hover {
  background: #fff;
}

.navbar_menu ul.navbar-nav > li > ul.sub-menu li a:hover {
  color: #006750;
}

.header .navbar-collapse {
  text-align: center;
}

.navbar_menu button {
  background: none;
  padding: 0;
}

.navbar_menu button img {
  width: 43px;
}

.Customers_sec .headline {
  color: #fff;
}

.logo a {
  display: inline-block;
}

.inner_page_banner .banner_cont {
  position: relative;
  bottom: inherit;
  left: inherit;
  right: inherit;
  padding: 45px 0;
  border-top: 3px solid var(--blue-clr);
}

.inner_page_banner .headline {
  margin-bottom: 0;
}

/*.footer_menu a{position: relative;padding-right: 10px;}
.footer_menu a:before{position: absolute;content: "|";right: -2px;top: 0;}
.footer_menu a:last-child:before{display: none;}
*/
.footer_menu ul li {
  position: relative;
  padding-right: 10px;
  display: inline-block;
}

.footer_menu ul li:before {
  position: absolute;
  content: "|";
  right: -2px;
  top: 0;
}

.footer_menu ul li:last-child:before {
  display: none;
}

.footer_menu ul {
  padding: 0;
}

.footer_menu_wrap .Copyright {
  position: relative;
  padding-right: 10px;
}

.footer_menu_wrap .Copyright:before {
  position: absolute;
  content: "|";
  right: -2px;
  top: 0;
}

.navbar_menu .navbar-toggler {
  display: none;
}

/*10.09.19*/
.blog_sec {
  text-align: center;
}

.blog_sec .blog_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  text-align: left;
  margin-bottom: 40px;
}

.blog_main .each_blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.each_blog .blog_heading {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: left;
  min-height: 73px;
}

.blog_main .each_blog figure {
  margin-bottom: 10px;
}

.blog_short_content p {
  margin-bottom: 10px;
  min-height: 112px;
}

/*..sk..*/
.Energy_sec .h5-title {
  text-align: center;
  margin-bottom: 31px;
  text-transform: capitalize;
}

.Energy_sec .Energy_box {
  text-align: center;
}

.Energy_box figure {
  margin-bottom: 28px;
}

.Energy_box figure img {
  border-radius: 7px;
  width: 100%;
}

.Energy_box a {
  display: block;
  color: var(--black-clr);
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.Energy_box a:hover {
  color: var(--light-green-clr);
}

.Energy_box {
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 15px 25px;
  height: 100%;
}

.Advantage_sec .Advantage_inner,
.heating_sec .heating_inner {
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.Advantage_sec .advantage_box,
.heating_inner .headting_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  /* max-width: 49%; */
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.heating_inner .headting_box:first-child {
  padding-right: 40px;
}

.heating_inner .headting_box:last-child {
  padding-left: 40px;
}

.heating_sec {
  background-repeat: no-repeat;
  background-size: cover;
}

.headting_box h2 {
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.Advantage_sec .Advantage_inner {
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.left_advantage > figure img {
  width: 500px;
}

.right_advantage figure {
  margin-bottom: 20px;
}

.advantage_box h2 {
  text-align: left;
  margin-bottom: 12px;
  color: #000;
}

.review_box_cont figure img,
.review_box_cont figure {
  border-radius: 50%;
  height: 107px;
  width: 107px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.Review_sec .review_inner_area {
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 140px;
}

.review_inner_area .review_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.review_box_cont h4 {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.review_box .review_box_cont {
  background: #e5ded8;
  padding: 46px 36px;
  border-radius: 15px;
  position: relative;
  padding-bottom: 73px;
}

.Review_sec {
  background-size: cover;
}

.review_box .review_box_cont:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 56px solid #e5ded8;
  border-right: 37px solid transparent;
  bottom: -32px;
  right: 20%;
  transform: rotate(23deg);
}

.review_box.active .review_box_cont:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 56px solid #fff;
  border-right: 37px solid transparent;
  bottom: -32px;
  right: 24%;
  transform: rotate(23deg);
}

.review_box.active .review_box_cont {
  background: #fff;
  -webkit-box-shadow: 0px 6px 12.6px 2.4px rgba(24, 22, 25, 0.28);
  box-shadow: 0px 6px 12.6px 2.4px rgba(24, 22, 25, 0.28);
  width: 460px;
  position: relative;
  z-index: 1;
  margin-left: -40px;
  margin-top: -56px;
}

.review_box .client_img {
  position: absolute;
  bottom: -42%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.white_btn {
  background: #fff;
  border-radius: 35px;
  border: 2px solid transparent;
  color: #0d5233;
  transition: 0.4s all ease-in-out;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  padding: 17px 45px;
  font-weight: 600;
}

.white_btn:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.review_inner {
  text-align: center;
}

.review_inner h2 {
  color: #fff;
  text-transform: uppercase;
}

.cooling_sec.blog_sec {
  background: var(--off-white-clr);
}

.footer_top_area ul {
  text-align: center;
  margin: 0;
}

.footer_top_area ul li {
  display: inline-block;
  margin-right: 68px;
}

.footer_top_area ul li a {
  color: var(--black-clr);
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  transition: 0.4s all ease-in-out;
}

.footer_top_area ul li a:hover {
  color: var(--light-green-clr);
}

.footer_top_area ul li:last-child {
  margin-right: 0;
}

.footer_top_area {
  background: var(--grey-clr);
  padding: 31px 0;
  margin-bottom: 55px;
}

.footer_inner_box a {
  display: inline-block;
}

.footer_inner_box ul.socail_icon li {
  display: inline-block;
  margin-right: 5px;
}

.footer_inner_box ul.socail_icon li:last-child {
  margin-right: 0;
}

.footer_inner_box ul.socail_icon li a {
  font-size: 18px;
  color: #fff;
  background: #0d5333;
  width: 33px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.footer_inner_box ul.socail_icon li a:hover {
  background: #000;
}

.footer_inner {
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.footer_inner .footer_inner_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.footer {
  background: var(--off-white-clr);
}

.footer_inner_box .ftr-hd {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: var(--blue-clr);
  margin: 0;
  text-align: center;
}

.footer_inner_box address {
  color: var(--black-clr);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: inherit;
  text-align: center;
}

.footer_inner_box address a {
  color: var(--black-clr);
  -webkit-transition: 0.4s all ease-in-out 0s;
  -o-transition: 0.4s all ease-in-out 0s;
  transition: 0.4s all ease-in-out 0s;
}

.footer_inner_box address a:hover {
  color: #0d5233;
}

.copyright p a {
  -webkit-transition: 0.4s all ease-in-out 0s;
  -o-transition: 0.4s all ease-in-out 0s;
  transition: 0.4s all ease-in-out 0s;
}

.copyright p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--blue-clr);
}

.copyright p a {
  color: var(--blue-clr);
}

.copyright p a:hover {
  color: var(--light-green-clr);
}

.copyright {
  text-align: center;
  padding: 20px 0;
}

.cooling_sec .cooling_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 50px;
}

.cooling_box .cooling_box_cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  text-align: left;
}

.cooling_box_cont figure {
  margin-bottom: 15px;
}

.cooling_box_cont h3 {
  margin-bottom: 22px;
  margin-top: 0;
  color: var(--blue-clr);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.cooling_box_cont p {
  display: inline-block;
}

.read_more_btn {
  display: inline-block;
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
}

/* .cooling_inner h2 {
  color: #363636;
  text-transform: capitalize;
}

.cooling_inner h2 span {
  display: inline-block;
  color: #0d5233;
  text-transform: uppercase;
} */

.green_btn {
  padding: 18px 88px;
  color: var(--white-clr) !important;
  background: var(--light-green-clr);
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  border: 2px solid transparent;
  -webkit-transition: 0.4s all ease-in-out 0s;
  -o-transition: 0.4s all ease-in-out 0s;
  transition: 0.4s all ease-in-out 0s;
  font-weight: 700;
}

.cooling_btn {
  text-align: center;
}

.green_btn:hover {
  background: transparent;
  border-color: var(--blue-clr);
  color: var(--blue-clr) !important;
}

.inner_page_banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.inner_page_banner_cont h2 {
  color: #fff;
  margin: 0;
}

.inner_page_banner_cont {
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.artcle_inner .artcle_main_area {
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.artcle_main_area .artcle_left_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 15px;
}

.artcle_main_area .article_right_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px;
}

.artcle_left_box_cont {
  border-bottom: 1px solid #808080;
}

.artcle_left_box h4 {
  margin-top: 0;
  color: #0d5233;
}

.contact_form {
  background: #f1eae3;
  padding: 40px 20px;
  position: relative;
  border-radius: 10px;
}

.contact_form figure {
  padding: 15px;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 3px 24px 0px rgba(24, 22, 25, 0.33);
  border-radius: 10px;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
}

.contact_form h4 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 200;
  color: #006750;
  text-align: center;
  margin: 19px 0;
}

.contact_form p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #006750;
  text-align: center;
}

.contact_form select,
.contact_form ul li input[type="text"],
.contact_form ul li input[type="tel"],
.contact_form ul li input[type="email"] {
  width: 100%;
  border: 1px solid #006750;
  border-radius: 10px;
  height: 44px;
  padding: 0 13px;
  color: #424242;
}

.contact_form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(images/angle-arrow-down.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% 16px;
}

.contact_form ul {
  margin-bottom: -12px;
}

.contact_form ul li input[type="submit"] {
  display: block;
  width: 100%;
  background: #0d5233;
  color: #fff;
  border-radius: 35px;
  padding: 14px 8px;
  border: 2px solid transparent;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 20px;
  line-height: 24px;
}

.contact_form ul li input[type="submit"]:hover {
  background: transparent;
  border-color: #0d5233;
  color: #0d5233;
}

.contact_form textarea {
  width: 100%;
  height: 103px;
  border: 1px solid #006750;
  border-radius: 10px;
  resize: none;
  padding: 13px;
}

.contact_form ul li {
  margin-bottom: 12px;
}

.contact_form ul li:first-child label {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.contact_form ul li label {
  font-size: 16px;
  line-height: 20px;
  color: #006750;
  display: block;
  margin-bottom: 5px;
}

.contact_form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #424242;
  opacity: 1;
}

.contact_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242;
  opacity: 1;
}

.contact_form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #424242;
  opacity: 1;
}

.contact_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #424242;
  opacity: 1;
}

.inner_page_footer {
  padding-top: 34px;
}

.form2_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  align-items: center;
}

.form2_cont {
  padding: 40px 32px;
}

.form2_cont li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 5px;
}

.form2_cont > label {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}

.form2_cont p {
  margin-bottom: 10px;
}

.bottom_form ul > li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 5px;
}

.bottom_form ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 5px;
}

.bottom_form .submit_btn_contact2 {
  text-align: center;
}

.submit_btn_contact2 input[type="submit"] {
  display: inline-block;
  background: #0d5233;
  color: #fff;
  border-radius: 35px;
  padding: 16px 70px;
  border: 2px solid transparent;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 20px;
  line-height: 24px;
}

.submit_btn_contact2 input[type="submit"]:hover {
  border-color: #0d5233;
  color: #0d5233;
  background: transparent;
}

.free-qt .wpcf7-form {
  display: inline-block;
}

.free-qt input[type="email"],
.free-qt input[type="text"] {
  width: 100%;
  border: 1px solid #006750;
  border-radius: 10px;
  height: 44px;
  padding: 0 13px;
  color: #424242;
}

.free-qt textarea {
  height: 103px;
  border: 1px solid #006750;
  border-radius: 10px;
  resize: none;
  padding: 13px;
  padding: 8px 13px;
  width: 100%;
}

.free-qt select {
  padding: 3px 11px !important;
  border-radius: 10px !important;
  border: 1px solid #006750 !important;
  background: #fff url(images/down-arrow.svg) no-repeat right 7px center !important;
  background-size: 15px !important;
  padding-right: 26px !important;
}

/*************************** added 10-09-2019 ********************************/
.common_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.content_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  max-width: 68%;
  padding-left: 15px;
  padding-right: 15px;
}

.default_sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  padding-left: 15px;
  padding-right: 15px;
}

span.clickD {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(images/down-button-grn.svg) center no-repeat;
  background-size: 9px;
  display: inline-block;
  right: -7px;
  z-index: 9;
  top: 0;
}

.navbar_menu ul li.menu-item-has-children {
  position: relative;
}

.clickD.toggled {
  transform: rotate(180deg);
}

.navbar_menu ul li ul li ul {
  padding-left: 15px !important;
}

.blog_main .each_blog figure img {
  width: 100%;
}

.location_right > ul > li figure img {
  width: 100%;
}

.Company_box_right ul li figure img {
  width: 100%;
}

.navbar-nav .menu-item {
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0 11px;
  font-weight: 600;
  text-transform: uppercase;
}

footer .location_right .headline {
  font-weight: 800;
}

.Better_sec .headline {
  text-transform: capitalize;
}

/*.Better_sec .headline span {
    text-transform: capitalize;
}*/

.promise_inner .headline {
  font-weight: 700;
}

.right_bar {
  background-image: url(images/banner_img_guarantee.jpg);
  background-position: -200px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 20px 45px 20px;
  position: relative;
}

.right_bar:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(222, 222, 222, 0.4);
}

.right_bar > h2 {
  margin-bottom: 12px;
  text-transform: capitalize;
  position: relative;
}

.right_bar p {
  position: relative;
  text-align: center;
  color: #323232;
}

.right_bar .contact-form input[type="email"],
.right_bar .contact-form input[type="number"],
.right_bar .contact-form input[type="password"],
.right_bar .contact-form input[type="reset"],
.right_bar .contact-form input[type="search"],
.right_bar .contact-form input[type="tel"],
.right_bar .contact-form input[type="text"],
.right_bar .contact-form input[type="url"],
.right_bar .contact-form select,
.right_bar .contact-form textarea {
  color: #666;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  height: 45px;
  padding: 0.75em;
  width: 100%;
  border: 1px solid #eaeaea !important;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.right_bar .contact-txtarea {
  margin-bottom: 10px;
}

.right_bar .contact-form textarea {
  height: 90px !important;
  margin-bottom: 0;
}

.right_bar .contact-form .contact-info {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.right_bar .contact-form .contact-info h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  color: #242323;
}

.right_bar .contact-form .contact-button input[type="submit"] {
  background: #0d5333;
  width: 100%;
}

.right_bar .contact-form .contact-button input[type="submit"]:hover {
  background: #ed6800;
  border-color: #ed6800;
}

.right_bar .gform_wrapper.gravity-theme input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--grey-clr1);
  opacity: 1;
}

.right_bar .gform_wrapper.gravity-theme input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--grey-clr1);
  opacity: 1;
}

.right_bar .gform_wrapper.gravity-theme input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--grey-clr1);
  opacity: 1;
}

.right_bar .gform_wrapper.gravity-theme input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--grey-clr1);
  opacity: 1;
}

.right_bar textarea::-webkit-input-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.right_bar textarea:-ms-input-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.right_bar textarea:-moz-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.right_bar textarea:-moz-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.right_bar .contact-form .contact-select,
.right_bar .contact-form .contact-txtarea,
.right_bar .contact-form .contact-button {
  position: relative;
  z-index: 1;
}

.blog_main .each_blog a {
  color: #025334;
}

.blog_main .each_blog a:hover {
  color: #ed6800;
}

.contact-form span {
  width: 100% !important;
  display: inline-block;
  margin: 0 !important;
}

.page-template-default .inner_main {
  padding: 24px 0 40px;
}

.page-template-default .inner_main ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.page-template-default .inner_main ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--light-green-clr);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

#menu-new-header-menu li:last-child {
  border-right: 0;
}

.Company_sec .allBTN:hover {
  background-color: #fff;
  border-color: #0d5333;
  text-decoration: none;
  color: #0d5333 !important;
}

.wpcf7-form select {
  color: #424141;
  font-size: 16px;
}

.cf7_buttom .wpcf7-validation-errors {
  position: relative;
  bottom: 0;
}

/*9.10.19*/
.row-ryno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.colum-lg-auto,
.colum-lg-1,
.colum-lg-2,
.colum-lg-3,
.colum-lg-4,
.colum-lg-5,
.colum-lg-6,
.colum-lg-7,
.colum-lg-8,
.colum-lg-9,
.colum-lg-10,
.colum-lg-11,
.colum-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.colum-lg-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.colum-lg-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.colum-lg-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.colum-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.colum-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.colum-lg-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.colum-lg-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.colum-lg-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.colum-lg-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.colum-lg-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.colum-lg-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.colum-lg-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.colum-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.colum-md-auto,
.colum-md-1,
.colum-md-2,
.colum-md-3,
.colum-md-4,
.colum-md-5,
.colum-md-6,
.colum-md-7,
.colum-md-8,
.colum-md-9,
.colum-md-10,
.colum-md-11,
.colum-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.colum-md-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.colum-md-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.colum-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.colum-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.colum-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.colum-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.colum-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.colum-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.colum-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.colum-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.colum-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.colum-md-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.colum-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.ryno-header-sec {
  padding: 65px 45px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.ryno-header-sec:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.6));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ryno-header-wrap {
  background-color: hsla(0, 0%, 100%, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 34px;
  min-height: 165px;
  max-width: 550px;
}

.ryno-header-sec .row-ryno {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.brand-name {
  font-size: 26px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 3px;
  display: block;
}

.lennox_right p {
  font-size: 14px;
  line-height: 18px;
}

.lennox_right p:last-child {
  margin-bottom: 0;
}

.ryno-category-name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #606060;
  margin-bottom: 10px;
}

.ryno-category-desc p {
  color: #606060;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}

.ryno-category-desc p:last-child {
  margin-bottom: 0;
}

.category-boxes {
  background-color: #f6f6f6;
  padding: 40px 163px 40px 25px;
  min-height: 230px;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #4b4b4b;
  cursor: pointer;
}

.category-boxes:hover {
  background: #fff;
  box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.alax-loader {
  margin-bottom: 24px;
}

.alax-loader {
  /*   margin-bottom: 24px;
    background: #fff;
    padding: 14px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    */

  margin-bottom: 24px;
  background: #fff;
  padding: 0;
  text-align: center;
  position: absolute;
  width: calc(100% + 30px);
  height: 100%;
  z-index: 99999;
  left: -15px;
}

.alax-loader-wrapper {
  position: relative;
}

.category-list-section ul#category-list-accordion > .category-list-item > a {
  cursor: pointer;
}

.view-products-images {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.view-products-images img {
  max-height: 130px;
  max-width: 137px;
}

.view-products {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #4b4b4b;
}

.ryno-category-desc {
  margin-bottom: 10px;
}

.category_part {
  margin-bottom: 30px;
}

.category-box .row-ryno {
  margin-bottom: -30px;
}

.lennox_left .ryno-brand-logo {
  margin: 0 auto;
  display: block;
  max-width: 160px;
  max-height: 100%;
}

.lennox_left,
.lennox_right {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/*11.10.19*/
.lennox-product-layout .product-layout-right h2.category-title,
.lennox-product-layout .product-layout-right div.section-title {
  display: none;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin-bottom: 0;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li.product-list-item
  a
  .list-item-wrapper {
  background: transparent;
  text-align: left;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;

  align-items: baseline;

  padding: 13px 10px 13px 110px;
  overflow: hidden;
  position: relative;
}

.list-item-wrapper .list-item-image {
  /*    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    padding-left:15px;
    padding-right:15px;*/
  transform: translateY(-50%);
  left: 30px;
  position: absolute;
  top: 50%;
  max-width: 90px;
  max-height: 100px;
}

.list-item-wrapper .list-item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.list-item-wrapper .list-item-attr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.item-attr-list {
  padding: 12px 0;
  min-height: 100px;
  padding: 15px;
  margin-bottom: 0;
  color: #616161;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .item-attr-list
  li {
  padding-left: 20px;
  padding-bottom: 6px;
}

.item-attr-list li.item-attr-model-number {
  background: url(images/settings.svg) 0 2px no-repeat;
  background-size: 16px;
}

.item-attr-list li.item-attr-efficiency {
  background: url(images/plant-leaf.svg) 0 2px no-repeat;
  background-size: 16px;
}

.item-attr-list li.item-attr-qualifying-tax {
  background: url(images/dollar-symbol.svg) 0 2px no-repeat;
  background-size: 16px;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li.product-list-item
  a
  h5 {
  margin-top: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li.product-list-item
  a
  p {
  font-size: 12px;
  color: #333;
  font-weight: 400;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li.product-list-item
  a
  p:last-child {
  margin-bottom: 0;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li.product-list-item
  a {
  padding: 13px 10px 13px 10px;
  border-top: 1px solid #d8d8d8;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li.product-list-item
  a:hover {
  background-color: #f6f6f6;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li.product-list-item:last-child
  a {
  border-bottom: 1px solid #d8d8d8;
}

.lennox-product-layout
  .product-layout-right
  .product-list-section
  .product-list
  li.product-list-item
  .list-item-image
  figure
  img {
  max-width: 100%;
  max-height: 100px;
}

.lennox-product-layout
  .product-layout-left
  .category-list-section
  .section-title {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
}

.lennox-product-layout
  .product-layout-left
  .category-list-section
  .section-title
  a {
  color: #616161;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
}

.lennox-product-layout
  .product-layout-left
  .category-list-section
  .section-title
  a:hover {
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
}

.lennox-product-layout
  .product-layout-left
  .category-list-section
  #category-list-accordion.category-list {
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
}

.lennox-product-layout
  .product-layout-left
  .category-list-section
  #category-list-accordion.category-list
  li.category-list-item
  a {
  color: #616161;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}

.lennox-product-layout
  .product-layout-left
  .category-list-section
  #category-list-accordion.category-list
  li.category-list-item.active
  a,
.lennox-product-layout
  .product-layout-left
  .category-list-section
  #category-list-accordion.category-list
  li.category-list-item
  a:hover {
  border-left: 3px solid #006750;
  background-color: #fff;
  font-weight: 700;
}

.lennox-product-layout .product-layout-left .category-list-section {
  background-color: #f6f6f6;
  padding: 20px;
}

.lennox-product-layout
  .product-layout-left
  .category-list-section
  #category-list-accordion.category-list
  li.category-list-item {
  margin-bottom: 0;
}

.alax-loader img {
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
}

/*---------23.10.19 sk--------*/
.default_sidebar h6 {
  font-size: 16px;
  line-height: 20px;
  color: #006750 !important;
  display: block;
  margin-bottom: 5px;
}

.default_sidebar .wpcf7 input[type="email"],
.default_sidebar .wpcf7 input[type="text"] {
  width: 100%;
  border: 1px solid #006750 !important;
  border-radius: 10px;
  height: 44px;
  padding: 0 13px;
  color: #424242;
}

.default_sidebar h2 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 200;
  color: var(--light-green-clr);
  margin: 19px 0;
}

.default_sidebar .wpcf7 textarea {
  width: 100%;
  height: 103px !important;
  border: 1px solid #006750 !important;
  border-radius: 10px;
  resize: none;
  padding: 13px;
}

.default_sidebar p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--light-green-clr);
  text-align: center;
}

.default_sidebar .contact-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(images/angle-arrow-down.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% 16px;
  border-radius: 10px;
  border: 1px solid #006750 !important;
  padding: 7px 10px;
}

.contact-button input[type="submit"] {
  display: block;
  width: 100%;
  background: #0d5233;
  color: #fff;
  border-radius: 35px;
  padding: 14px 8px;
  border: 2px solid transparent;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 20px;
  line-height: 24px;
}

.contact-button input[type="submit"]:hover {
  background: transparent !important;
  border-color: #0d5233 !important;
  color: #0d5233;
}

.contact-button {
  position: relative;
}

.contact-button .ajax-loader {
  position: absolute;
  right: 0;
  right: 33px;
  top: 18px;
}

.stickyform {
  position: fixed;
  top: 0px;
  right: 0px;
}

.right-side-form .right_bar {
  background: var(--off-white-clr1);
  padding: 40px 20px;
  position: relative;
  border-radius: 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: 25px;
}

.right-side-form .right_bar:before {
  content: "";
  background: #fff url(images/email_box.svg) no-repeat;
  box-shadow: 0px 3px 24px 0px rgba(24, 22, 25, 0.33);
  border-radius: 10px;
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  background-position: center center;
  height: 78px;
  width: 78px;
}

.form_left.frst-lvl {
  float: none;
  width: 100%;
}

.frst-lvl .form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

.frst-lvl .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  width: auto;
}

.form_right.scnd-lvl {
  float: none;
  width: inherit;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
  width: auto;
  flex-wrap: wrap;
}

.scnd-lvl .wpcf7-form-control-wrap.Message {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 5px;
}

.scnd-lvl .wpcf7-form-control-wrap.ServiceNeeded {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
  padding: 0 5px;
}

.scnd-lvl .wpcf7-form-control-wrap select,
.frst-lvl .wpcf7-form-control-wrap input[type="email"],
.frst-lvl .wpcf7-form-control-wrap input[type="text"] {
  width: 100%;
  border: 1px solid #006750;
  border-radius: 10px;
  height: 44px;
  padding: 0 13px;
  color: #424242;
  margin: 0;
}

.contact_team .cf7_buttom {
  background: var(--off-white-clr1);
  position: relative;
  border-radius: 10px;
  padding: 40px 32px;
}

.scnd-lvl select {
  background-color: #fff !important;
}

.form-sbmit {
  text-align: center;
}

.form-sbmit input[type="submit"] {
  display: inline-block;
  background: #0d5233;
  color: #fff;
  border-radius: 35px;
  padding: 16px 70px;
  border: 2px solid transparent;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 20px;
  line-height: 24px;
}

.scnd-lvl .Message textarea {
  width: 100%;
  height: 103px;
  border: 1px solid #006750;
  border-radius: 10px;
  resize: none;
  padding: 13px;
}

.contact_team .cf7_buttom:before {
  content: "";
  background: #fff url(images/email_box.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  box-shadow: 0px 3px 24px 0px rgba(24, 22, 25, 0.33);
  border-radius: 10px;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  background-position: center center;
  height: 78px;
  width: 78px;
  background-size: 50px;
}

.contact_team.cta .cf7_buttom {
  padding-top: 80px;
}

.contact_team.cta h2 {
  margin-bottom: 35px;
  color: var(--light-green-clr);
}

.form-sbmit input[type="submit"]:hover {
  border-color: #0d5233;
  color: #0d5233;
  background: transparent;
}

.insu-scnd .wpcf7-form-control-wrap.ServiceNeeded,
.insu-scnd .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
}

.insu-scnd .Address textarea {
  width: 100%;
  border: 1px solid #006750;
  border-radius: 10px;
  resize: none;
  padding: 8px 13px;
}

.submit-frm textarea {
  width: 100%;
  height: 103px;
  border: 1px solid #006750;
  border-radius: 10px;
  resize: none;
  padding: 13px;
}

.submit-frm input[type="submit"] {
  display: inline-block;
  background: #0d5233;
  color: #fff;
  border-radius: 35px;
  padding: 16px 70px;
  border: 2px solid transparent;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 20px;
  line-height: 24px;
  margin-top: 13px;
}

.submit-frm input[type="submit"]:hover {
  border-color: #0d5233;
  color: #0d5233;
  background: transparent;
}

.cf7_buttom .submit-frm {
  text-align: center;
}

.navbar_nav li > ul.sub-menu {
  background: #f1eae3;
  width: 190px;
  text-align: left;
  padding: 12px 9px;
}

.navbar_nav li > ul.sub-menu::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #f1eae3;
}

.navbar_nav li .sub-menu li a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.employment input[type="email"],
.employment input[type="text"] {
  width: 100%;
  border: 1px solid #006750;
  border-radius: 10px;
  height: 44px;
  padding: 0 13px;
  color: #424242;
}

.employment textarea {
  width: 100%;
  height: 103px;
  border: 1px solid #006750;
  border-radius: 10px;
  resize: none;
  padding: 13px;
  padding: 8px 13px;
}

.employment input.wpcf7-submit[type="submit"] {
  display: inline-block;
  background: #0d5233;
  color: #fff;
  border-radius: 35px;
  padding: 16px 70px;
  border: 2px solid transparent;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 20px;
  line-height: 24px;
  width: 217px;
}

.employment input.wpcf7-submit[type="submit"]:hover {
  border-color: #0d5233;
  color: #0d5233;
  background: transparent;
}

.clickD {
  position: relative;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(images/sort-down.svg) center center no-repeat;
  cursor: pointer;
  display: block;
  background-size: 10px;
  float: right;
  margin-top: 7px;
}

/*.stickyform {
    position: fixed;
    top: 0;
    right: 0;
}*/
.navbar-nav > li {
  position: relative;
}

/*04.11.19 sk*/
.header_content ul.navbar_nav > li {
  margin: 0 45px;
  padding: 10px 0;
}

.header_content ul.navbar_nav > li:first-child {
  margin-left: 0;
}

.header_content ul.navbar_nav > li:last-child {
  margin-right: 0;
}

.navbar_nav li > ul.sub-menu li {
  padding: 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.navbar_nav li > ul.sub-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.navbar_nav li > ul.sub-menu > li a {
  display: block;
  text-align: center;
}

.header .user_cont ul {
  padding-left: 0;
}

.review-btn-wrapper {
  text-align: center;
}

.galleryid-2584 {
  display: table;
  margin: 0 auto;
}

.inner_page_banner .banner_cont {
  padding-bottom: 0;
}

.inner_main {
  padding-top: 24px;
}

.page-template-spray_foam_insulation .inner_main {
  padding-top: 64px;
}

.torch-award-wrapp p:empty {
  display: none;
}

.torch-award-wrapp img.align-left {
  float: left;
  width: 23%;
  margin: 0 20px 20px 0;
}

.Appointment_cont .headline a {
  text-decoration: underline;
}

.Appointment_cont .headline a:hover {
  color: #15597b;
}

.header .navbar_nav li a {
  font-size: 22px;
  line-height: 24px;
}

.single-post .default_sidebar.right-side-form {
  margin-top: 35px;
}

/*--7.11.2019--*/
.review_box_rt {
  display: block;
  margin-bottom: 22px;
}

.Review_sec_new .review_box_rt img {
  width: 100%;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  filter: drop-shadow(2px 4px 6px transparent);
  -webkit-filter: drop-shadow(2px 4px 6px transparent);
}

.Review_sec_new .review_box_rt img:hover {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}

.Review_sec_new .review_inner h2 {
  color: #000000;
  text-transform: capitalize;
}

.Review_sec_new .review_inner_area {
  padding-bottom: 0;
}

.fest-image img {
  height: auto;
}

/* 11.11.2019 */

.single-post .content_wrap .f-img {
  margin-bottom: 30px;
}

.content_wrap h2 {
  font-size: 24px;
  font-weight: normal;
  color: var(--blue-clr);
  padding-bottom: 10px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--grey-clr1);
  text-align: left;
  text-transform: none;
  margin-top: 30px;
}

.content_wrap h2:first-child {
  margin-top: 0;
}

.content_wrap ul,
.content_wrap ol {
  padding-left: 10px;
}

.content_wrap ul li,
.content_wrap ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.content_wrap ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: var(--blue-clr);
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100%;
}

.content_wrap ol {
  counter-reset: my-awesome-counter;
  list-style: none;
}

.content_wrap ol li {
  counter-increment: my-awesome-counter;
}

.content_wrap ol li::before {
  content: counter(my-awesome-counter) ".";
  color: #0d5233;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.content_wrap blockquote {
  margin: 0;
  padding: 18px 60px;
  background: #f1eae3;
  border: 1px solid #0d5233;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-style: normal;
  max-width: 90%;
  margin: 0 auto;
}

.content_wrap blockquote p:last-child {
  margin-bottom: 0 !important;
}

.content_wrap blockquote {
  position: relative;
}

.content_wrap blockquote:before {
  content: "";
  position: absolute;
  left: 7px;
  width: 40px;
  height: 40px;
  color: #0a3f27;
  top: 7px;
  opacity: 0.7;
  background: url(images/q1.png) no-repeat center center;
}

.content_wrap blockquote:after {
  content: "";
  position: absolute;
  right: 7px;
  width: 40px;
  height: 40px;
  color: #0a3f27;
  bottom: 7px;
  opacity: 0.7;
  background: url(images/q2.png) no-repeat center center;
}

.content_wrap blockquote cite {
  text-align: right;
  font-size: 18px;
  text-transform: none;
  color: #0a3f27;
  display: block;
  font-style: normal;
}

.post-note {
  margin: 0;
  padding: 18px 18px;
  background: #f1eae3;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-style: normal;
  max-width: 100%;
}

.post-note h4 {
  font-size: 24px;
  font-weight: normal;
  color: #0d5233;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #0d5233;
  text-align: left;
  text-transform: none;
  margin-top: 30px;
}

.post-note h4:first-child {
  margin-top: 0;
}

.post-note p:last-child {
  margin-bottom: 0;
}

.single-post .inner_main {
  padding-bottom: 60px;
  padding-top: 30px;
}

.single-post .inner_page_banner .banner_cont {
  padding: 45px 0 !important;
  background: #f5efea;
}

.single-post .inner_page_banner .banner_cont h2 {
  font-size: 36px;
  text-transform: none;
}

.headting_box h2 {
  margin-bottom: 30px;
}

/*--14.11.2019--*/
.green {
  /* color: var(--light-green-clr) !important; */
  color: #5f912f !important;
}

.tourch-y-video img,
.fest-image img {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  filter: drop-shadow(2px 4px 6px transparent);
  -webkit-filter: drop-shadow(2px 4px 6px transparent);
  width: 100%;
}

.tourch-y-video img:hover,
.fest-image img:hover {
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.5));
}

#gallery-2.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 4px !important;
}

.tourch-y-video {
  text-align: center;
  margin: 25px 0 0;
}

.tourch-y-video a {
  display: block;
  vertical-align: top;
}

.headline {
  font-size: 36px;
}

.finduubutton {
  color: var(--black-clr);
  font-size: 16px;
  border: 1px solid var(--blue-clr);
  background-color: var(--white-clr);
  border-radius: 25px;
  padding: 4px 13px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  margin-top: 15px;
}

.finduubutton:hover {
  background: var(--blue-clr);
  border-color: var(--blue-clr);
  color: var(--white-clr) !important;
}

/*--end--*/

.group-blog .team-sec .row,
.group-blog .feature-additional .row,
.group-blog .culture-customersec .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.group-blog .culture-customersec .row {
  align-items: flex-start;
}

.team-sec .team-sec-lft,
.team-sec .team-sec-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.team-sec .team-sec-right h2 {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
  text-align: left;
  text-transform: capitalize;
  color: var(--black-clr);
}

.gapsec {
  padding: 42px 0;
}

.feature-additional .feature-article,
.feature-additional .addtional-help {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}

.feature-additional h2 {
  margin-bottom: 0;
  font-weight: 700;
  border-bottom: 1px solid var(--blue-clr);
  text-align: left;
  text-transform: capitalize;
  margin-right: 18px;
  padding-bottom: 8px;
  color: var(--light-green-clr);
}

.feature-additional h2 span {
  display: block;
  font-weight: 400;
}

.feature-additional .tranperent_btn {
  background: var(--white-clr);
  width: 100%;
  border-width: 1px;
  text-align: center;
  border: 2px solid var(--blue-clr);
  font-weight: 700;
  color: var(--grey-clr1) !important;
}

.feature-additional .tranperent_btn:hover {
  background: var(--blue-clr);
  border-color: var(--blue-clr);
  color: var(--white-clr) !important;
}

.feature-additional .tranperent_btn i {
  display: inline-block;
  margin-right: 15px;
}

.fea-add-button-group ul li {
  margin-bottom: 6px;
}

.feature-additional .tranperent_btn:hover i img {
  filter: brightness(0) invert(1);
}

.feature-additional .tranperent_btn i img {
  transition: 0.3s all ease-in-out 0s;
}

.culture-customersec .cultute-lft,
.culture-customersec .cultute-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  padding: 0 15px !important;
}

.culture-customersec h4 {
  font-weight: 700;
  font-size: 18px;
}

.culture-customersec .row:nth-child(even) {
  flex-direction: row-reverse;
}

.group-blog .culture-customersec .row {
  margin-bottom: 75px;
}

.group-blog .culture-customersec .row:last-child {
  margin-bottom: 0;
}

.customer-say {
  text-align: center;
  background: #f5efea;
}

.customer-say h2 {
  text-align: center;
  margin-top: 0;
  color: var(--light-green-clr) !important;
  font-weight: 700;
  font-size: 30px;
}

.rating-tagsec a {
  margin: 0 17px;
}

.rating-tagsec a:first-child {
  margin-left: 0;
}

.rating-tagsec a:last-child {
  margin-right: 0;
}

.contact_team_top h2 {
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  color: var(--light-green-clr);
  margin-bottom: 18px;
  font-size: 30px;
}

.contact_team_top {
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}

.about-banner {
  background: rgba(241, 234, 227, 0.75);
}

.inner_page_banner.about-banner .banner_cont {
  padding-bottom: 45px;
}

.finance_inner {
  margin: 50px 0;
}

.finance-content {
  padding: 50px 0;
}

.finance-content h2 {
  text-transform: initial;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--light-green-clr);
}

.inner_main .finance-made-easy {
  padding: 50px 0 20px;
  background: var(--light-clr1);
  text-align: center;
}

.inner_main .finance-made-easy h2 {
  margin: 0;
  text-transform: initial;
  font-weight: 300;
  color: var(--light-green-clr);
}

.finance_box.right_finance .tranperent_btn {
  background-color: var(--light-green-clr);
  color: var(--white-clr) !important;
  transition: 0.4s all ease-in-out;
}

.finance_box.right_finance .tranperent_btn:hover {
  background-color: var(--blue-clr);
  color: var(--white-clr) !important;
  transition: 0.4s all ease-in-out;
}

.finance-made-easy ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 20px;
  flex-wrap: wrap;
}

.finance-made-easy ul li {
  width: calc(33.33% - 20px);
}

.finance-made-easy ul li img {
  margin-bottom: 25px;
}

.main_content .row.finance-bottom {
  display: flex;
  margin: 60px 0 50px;
  align-items: flex-start;
}

.main_content .row.finance-bottom div {
  width: 50%;
}

/* .main_content .finance-sec-lft {
  margin-right: 30px;
} */
.main_content .finance-sec-lft h2 {
  font-size: 16px;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
  margin-bottom: 23px;
}

.main_content .finance-sec-lft li {
  position: relative;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}

.main_content .finance-sec-lft li:before {
  position: absolute;
  left: -14px;
  top: 12px;
  width: 15px;
  height: 15px;
  content: "";
  background: url("images/dot.png") no-repeat;
}

.insulatn-intro .row {
  display: -webkit-box !important;
}

.contact_team.cta.gapsec .cf7_buttom {
  margin-top: 70px;
}

/*5.12.19*/

.hnac-intro.culture-customersec h4 {
  font-size: 16px;
  margin-bottom: 16px;
}

.hnacsec .cultute-lft,
.hnacsecsec .cultute-lft {
  order: 1;
}

.culture-customersec.hnacsecsec.gapsec {
  margin-bottom: 50px;
}

.hnac-intro .cultute-right img {
  width: 100%;
}

.header .navbar_nav li a {
  font-size: 18px;
  line-height: 24px;
}

.header_content ul.navbar_nav > li {
  margin: 0 21px;
}

.group-blog .torch-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-left: 15px;
}

.group-blog .bbb-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-left: 15px;
}

.awards_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}

.torch-right {
  margin-top: 50px;
}

.group-blog .torch-award-wrapp img.align-left {
  float: right;
  width: 72%;
  margin: 0 20px 20px 0;
}

.group-blog .torch-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.group-blog .tourch-y-video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-left: 15px;
  margin-top: 0px;
}

.group-blog .torch-right .gallery {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
}

.group-blog .gallery-icon img {
  width: 100%;
}

.group-blog .gallery-columns-4 .gallery-item {
  max-width: 32%;
  width: 100%;
}

.group-blog .tourch-y-video {
  margin-top: 0px;
}

.gallery-columns-4 .gallery-item {
  max-width: 31%;
  width: 100%;
}

.tourch-y-video img {
  width: 100%;
  margin-top: 0px;
}

/*22.01.20*/
.main_part {
  display: inline-block;
  margin-bottom: 48px;
}

.main_part_left {
  width: 46%;
  float: left;
}

.main_part_right {
  width: 50%;
  float: right;
}

.main_part_left img {
  width: 100% !important;
}

.main_part:nth-child(even) .main_part_left {
  float: right;
}

.main_part:nth-child(even) .main_part_right {
  float: left;
}

.company_biggest_assest_sec h4 {
  font: 400 30px "Source Sans Pro", Helvetica, sans-serif;
  color: #0d5233;
  text-align: center;
  text-transform: uppercase;
}

.company_asseset_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 50px;
  margin-bottom: 23px;
}

.left_com_ast_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.right_com_ast_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}

.right_com_ast_icon h5 {
  margin-bottom: 19px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.company_biggest_assest_sec {
  padding: 60px 0px;
}

.see_our_work_section {
  width: 100%;
  background: var(--light-clr1);
  padding: 40px 0px;
}

.see_our_work_section h5 {
  font: 400 30px "Source Sans Pro", Helvetica, sans-serif;
  color: #0d5233;
  text-align: center;
  text-transform: uppercase;
}

.see_our_works_pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}

.see_pic_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.core_mag.contact_team_top {
  margin-bottom: 0px;
}

/**mini-splits-new-css**/

.spilts_sec .cultute-lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding: 0 15px !important;
}

.spilts_sec .cultute-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
  padding: 0 15px !important;
}

.spilts_sec .cultute-lft img {
  width: 100%;
}

.spilts_sec .cultute-right p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.spilts_sec .cultute-right a {
  font-size: 18px;
  padding: 16px 39px;
}

.split_video_sec {
  background: #f5efea;
  text-align: center;
}

.split_vid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.split_video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 22px;
}

.split_video_sec span {
  margin-bottom: 35px;
  display: block;
  font-size: 17px;
  font-weight: 400;
}

.splits_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.splits_txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
  padding-left: 15px;
  padding-right: 15px;
}

.splits_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}

.splits_content h4 {
  text-align: center;
}

.splits_content h3 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0px 15px;
}

.splits_content p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.splits_img img {
  width: 100%;
}

.cntcthdng h4 {
  text-align: center;
}

/***************Abhisek start***************/

.banner_sec_new {
  padding: 100px 0;
  min-height: 870px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_wrap .hvac_banner_subheading {
  color: var(--light-green-clr);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.banner_wrap h1 {
  font-size: 80px;
  color: var(--light-green-clr);
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.new_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  padding: 25px 45px;
  background: var(--light-green-clr);
  border-radius: 50px;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.new_btn:hover {
  background: transparent;
  border: 2px solid var(--light-green-clr);
  color: #fff;
}

.new_btn:visited {
  color: #fff;
}

.banner_wrap {
  max-width: 700px;
}

.effective_wrap_rgt.noImg {
  width: 100%;
}

.effective_wrap_rgt.noImg h5 {
  max-width: 100%;
}

.energy_wrap p a {
  color: var(--light-green-clr);
}

.energy_wrap p a:hover {
  text-decoration: underline !important;
}

.main_container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.banner_logo_img {
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 5;
}

.cmn_gap_new {
  padding: 200px 0;
}

.contact_us_sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_us_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.contact_us_left {
  width: 55%;
  padding: 0 20px;
}

.contact_us_rgt {
  width: 45%;
  padding: 0 20px;
}

.contact_us_content {
  padding-left: 100px;
}

.contact_us_content h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.1;
  letter-spacing: 0.3px;
  max-width: 590px;
  text-align: left;
  text-transform: capitalize;
}

.contact_us_content p {
  font-size: 24px;
  max-width: 690px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 0.24px;
}

.new_btn_wht {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 18px 33px;
  background: var(--white-clr);
  border-radius: 50px;
  border: 2px solid var(--blue-clr);
  transition: all 0.5s ease;
  color: var(--light-green-clr);
}

.new_btn_wht:hover {
  color: #fff !important;
  background: var(--blue-clr);
}

.grn_span {
  color: var(--light-green-clr);
}

.contact_title .cont_title {
  color: var(--light-green-clr);
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 50px;
}

.contact_us_form {
  text-align: center;
  padding: 70px 50px;
  background: #f6f3ef;
  border-radius: 25px;
  margin-top: -350px;
}

div#__lpform_input_idx_0 {
  display: none;
}

input.form_control {
  font-size: 24px;
  font-weight: 600;
  color: #8c8c8c;
  width: 100%;
  line-height: 1;
  height: 80px;
  padding: 0 25px;
  border-radius: 20px;
  border: 2px solid #0d5233;
  background: #fff !important;
}

textarea.form_textarea {
  font-size: 24px;
  font-weight: 600;
  color: #8c8c8c;
  width: 100%;
  line-height: 1;
  height: 190px;
  padding: 20px 25px;
  resize: none;
  border-radius: 20px;
  border: 2px solid #0d5233;
  background: #fff !important;
}

.form_group:not(last-child) {
  margin-bottom: 30px;
}

input.grn_submit_btn {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  padding: 0 55px;
  height: 65px;
  min-width: 300px;
  background: #0d5233;
  border-radius: 50px;
}

input.grn_submit_btn:hover {
  background: #000;
  color: #fff;
}

.effective_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
}

.effective_wrap > * {
  width: 50%;
  padding: 0 20px;
}

.effective_wrap_content h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  max-width: 590px;
  text-align: left;
  text-transform: capitalize;
}

.effective_wrap_content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.effective_sec:nth-child(even) .effective_wrap {
  flex-direction: row-reverse;
}

.effective_sec:nth-child(even) {
  background-image: url(images/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.energy_sec {
  background: var(--blue-clr);
}

.energy_wrap {
  text-align: center;
  color: #fff;
}

.energy_wrap h2 {
  font-size: 80px;
  margin: 0 0 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.energy_wrap p {
  font-size: 25px;
  font-weight: 600;
  max-width: 1340px;
  margin: 0 auto 70px;
}

/***************Abhisek End***************/

/* support 27/1/23 */

.contact_us_form .gform_wrapper.gravity-theme .gfield_label input,
.contact_us_form .gform_wrapper.gravity-theme .gfield_label textarea {
  border: 2px solid var(--blue-clr) !important;
  border-radius: 10px;
  height: 175px;
  color: #0d5233;
  font-weight: 700;
}

.contact_us_form .gform-body .ginput_container input {
  border: 2px solid var(--blue-clr) !important;
  border-radius: 10px;
  height: 57px;
  color: #0d5233;
  font-weight: 700;
  font-size: 16px !important;
}

.contact_us_form .gform_wrapper.gravity-theme .gfield textarea {
  border: 2px solid var(--blue-clr) !important;
  border-radius: 10px;
  height: 115px !important;
  font-weight: 700;
  font-size: 16px !important;
}

.contact_us_form .gform_footer {
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-top: 19px;
}

.contact_us_form .gform_footer input[type="submit"] {
  border: 2px solid var(--light-green-clr);
  color: #ffffff;
  background: var(--light-green-clr);
  border-radius: 25px;
  margin: 0;
  padding: 11px 53px;
  font-weight: 700;
  font-size: 15px;
}

.contact_us_form .gform_footer input[type="submit"]:hover {
  background: transparent;
  color: var(--light-green-clr);
}

.contact_us_form ::-webkit-input-placeholder {
  color: var(--grey-clr1);
  opacity: 1;
}

.contact_us_form :-moz-placeholder {
  color: var(--grey-clr1);
  opacity: 1;
}

.contact_us_form ::-moz-placeholder {
  color: var(--grey-clr1);
  opacity: 1;
}

.contact_us_form :-ms-input-placeholder {
  color: var(--grey-clr1);
  opacity: 1;
}

.contact_us_form .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  text-align: left !important;
}

.contact_us_form .gform_wrapper .gform_validation_errors {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: 0 !important;
  color: transparent !important;
  box-shadow: none !important;
  display: none !important;
}

.contact_us_form .gform_wrapper .gform-icon {
  display: none;
}

/* .instruction.validation_message */

.contact_us_form {
  padding: 25px 25px;
}

.contact_us_form .contact_title h3 {
  margin-top: 25px !important;
}

.banner_sec_new.new_b {
  position: relative;
  padding: 0;
  min-height: inherit;
  display: block;
}

.banner_sec_new.new_b .banner_sec_new_figr {
  width: 100%;
}

.banner_sec_new.new_b .banner_sec_new_figr img {
  width: 100%;
}

.banner_sec_new_b_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* support 3/1/23 */

.contact_team .frst-lvl .form_inner p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.contact_team .frst-lvl .form_inner p .wpcf7-form-control-wrap {
  max-width: 50%;
  flex: 0 0 50%;
  width: 100%;
  padding: 12px 12px;
}

.contact_team
  .frst-lvl
  .form_inner
  p
  .wpcf7-form-control-wrap
  input[type="text"],
.contact_team
  .frst-lvl
  .form_inner
  p
  .wpcf7-form-control-wrap
  input[type="email"],
.contact_team .frst-lvl .form_inner p .wpcf7-form-control-wrap select {
  border: 2px solid #0d5233 !important;
  border-radius: 10px;
  height: 57px;
  color: #0d5233;
  font-weight: 700;
  font-size: 16px !important;
  color: #141412;
}

.contact_team ::-webkit-input-placeholder {
  opacity: 0.7;
  color: #0d5233;
}

.contact_team :-ms-input-placeholder {
  opacity: 0.7;
  color: #0d5233;
}

.contact_team ::-moz-placeholder {
  opacity: 0.7;
  color: #0d5233;
}

.contact_team :-moz-placeholder {
  opacity: 0.7;
  color: #0d5233;
}

.contact_team textarea,
.contact_team select {
  border: 2px solid var(--blue-clr) !important;
  border-radius: 10px;
  height: 115px !important;
  color: #0d5233 !important;
  font-weight: 700;
  font-size: 16px !important;
  color: #141412 !important;
  border-radius: 10px !important;
  padding: 12px 12px;
  width: 100% !important;
  margin-bottom: 0;
}

.contact_team .wpcf7-form-control-wrap {
  padding: 12px 12px !important;
  display: block;
}

.contact_team .form_right.scnd-lvl.insu-scnd p {
  margin: 0 -12px;
}

.contact_team .submit-frm p {
  margin: 0 -12px;
}

.contact_team select {
  height: 57px !important;
  color: var(--grey-clr1) !important;
  margin-top: 0 !important;
}

.contact_team .form_right.scnd-lvl.insu-scnd {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 0 !important;
}

.contact_team .form_right p {
  width: 100%;
}

.contact_team .form_left.frst-lvl {
  padding-bottom: 0;
}

.contact_team p {
  margin-bottom: 0;
}

.contact_team .form_right.scnd-lvl.insu-scnd .wpcf7-form-control-wrap {
  padding: 0;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: inline-block;
}

.contact_team .submit-frm textarea {
  margin-top: 0 !important;
}

.contact_team .form_right.scnd-lvl.insu-scnd .wpcf7-form-control-wrap {
  padding: 0;
}

.contact_team .form_right select {
  width: 100% !important;
}

.contact_team .form_right.scnd-lvl.insu-scnd p {
  margin: 0;
}

.contact_team .form_right.scnd-lvl.insu-scnd .wpcf7-form-control-wrap {
  padding: 12px 0 !important;
}

.contact_team .submit-frm .wpcf7-form-control-wrap {
  text-align: left;
}

.submit-frm input[type="submit"] {
  font-weight: bold;
}

/* end support 3/1/23 */

/* 08-03-2023-new-home-page-css-start */

.home-top-banner-sec {
  position: relative;
  width: 100%;
  padding: 160px 0;
}

.home-bannerRw-wrap {
  max-width: 720px;
  margin: 0 auto 0 0;
}

.home-bannrWrap-item {
  max-width: 1680px;
  padding: 0 15px;
  margin: 0 auto;
}

.home-bannrWrap-item h1 {
  text-align: left;
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
  color: #0d5233;
}

.home-bannrWrap-item p {
  font-size: 40px;
  color: #0d5233;
  max-width: 530px;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}

/* homeTax-credits-section */
.homeTax-credits-sec {
  position: relative;
  padding: 40px 0 100px;
}

.custom-wrapperMain {
  max-width: 1680px;
  padding: 0 15px;
  margin: 0 auto;
}

.homeTax-credits-rw {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.homeTax-credits-clm {
  width: 33.33%;
  padding: 0 15px;
}

.homeTax-credits-wrapCrt {
  padding: 50px;
  background: #ffffff;
  border-radius: 36px;
  height: 100%;
  text-align: center;
}

.homeTax-credits-wrapCrt figure {
  width: 100%;
  margin-bottom: 30px;
}

.homeTax-credits-wrapCrt figure img {
  width: 100%;
  border-radius: 16px;
}

.homeTax-credits-wrapCrt h3 {
  color: #000000;
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 700;
}

.homeTax-credits-wrapCrt p {
  font-weight: 400;
  color: #000000;
  max-width: 396px;
  margin-left: auto;
  margin-right: auto;
}

.section-tittleNew {
  position: relative;
  margin-bottom: 40px;
}

.section-tittleNew h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}

/* home-secndNew-section */

.home-secndNew-sec {
  position: relative;
  padding: 100px 0;
}

.home-secndNew-wrapInnr {
  width: calc(100% - (50% - 1660px / 2));
  margin-right: auto;
  margin-left: 0px;
  max-width: 100%;
  padding: 0 15px 0 0;
}

.home-secndNew-rw {
  display: flex;
  flex-wrap: wrap;
}

.home-secndNew-clmOn {
  width: 25%;
}

.home-secndNew-clmCntct {
  width: 20%;
  position: relative;
}

.home-secndNew-clmtxt {
  width: 55%;
  padding: 0 20px 0 100px;
}

.home-secndNew-clmtxt h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
}

.home-secndNew-clmtxt a {
  border: 2px solid var(--blue-clr);
  padding: 20px 40px;
  font-size: 21px;
  font-weight: 700;
  color: var(--light-green-clr);
  border-radius: 36px;
  display: inline-block;
  transition: 0.5s ease-in-out;
}

.home-secndNew-clmtxt a:hover {
  background: var(--light-green-clr);
  color: #ffffff;
  border-color: var(--light-green-clr);
}

.home-secndNew-clmtxt p {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 40px;
}

.home-secndNew-clmCntct .wrp-form-top {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  padding: 50px 10px;
}

.home-secndNew-clmCntct .wrp-form-top .conwrap {
  background: #f1eae3;
  border-radius: 24px;
  padding: 70px 20px 100px;
  position: relative;
}

.home-secndNew-clmCntct .wrp-form-top .conwrap::before {
  content: "";
  background: #fff url("images/iamjsemml.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  box-shadow: 0px 3px 24px 0px rgb(24 22 25 / 33%);
  border-radius: 10px;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  background-position: center center;
  height: 48px;
  width: 48px;
}

.home-secndNew-clmCntct .wrp-form-top a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.home-secndNew-clmCntct .wrp-form-top a img {
  width: 100%;
  height: 100%;
}

.home-secndNew-clmOn figure {
  height: 100%;
}

.home-secndNew-clmOn figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.home-secndNew-clmCntct .wrp-form-top h4 {
  text-align: center;
  font-size: 30px;
  color: #0d5233;
  margin: 0 0 15px;
  font-weight: 600;
}

.home-secndNew-clmCntct .wrp-form-top p {
  font-size: 20px;
  color: #0d5233;
  text-align: center;
  font-weight: 500;
}

.singl-ghmnws-inpt {
  position: relative;
  margin-bottom: 20px;
}

.contactustoday input {
  border: 2px solid #0d5233;
  border-radius: 10px;
  height: 57px;
  color: #0d5233;
  font-weight: 500;
  font-size: 16px;
  color: #141412;
  width: 100%;
  padding: 0 15px;
}

.contactustoday textarea {
  border: 2px solid #0d5233;
  height: 120px;
  border-radius: 10px;
  color: #0d5233;
  font-weight: 500;
  font-size: 16px;
  color: #141412;
  width: 100%;
  padding: 10px 15px;
  resize: none;
}

.contactustoday select {
  border: 2px solid #0d5233;
  height: 57px;
  border-radius: 10px;
  color: #0d5233;
  font-weight: 500;
  font-size: 16px;
  color: #141412;
  width: 100%;
  padding: 10px 15px;
}

.contactustoday label {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 0 15px;
  color: #0d5233;
}

/* tax-credit-examples-section */
.tax-credit-examples-sec {
  position: relative;
  padding: 80px 0;
}

.tax-credit-examples-sec .section-tittleNew {
  margin-bottom: 60px;
}

.tax-credit-examples-sec .section-tittleNew h2 {
  color: var(--light-green-clr);
  text-align: center;
}

.tax-credit-examples-btnWrap {
  position: relative;
  margin-bottom: 90px;
}

.tax-credit-examples-btnWrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -30px;
}

.tax-credit-examples-btnWrap ul li {
  padding: 0 30px;
  cursor: inherit;
}

.tax-credit-examples-btnWrap ul li a {
  display: inline-block;
  border: 2px solid var(--blue-clr);
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 700;
  color: var(--grey-clr1);
  border-radius: 36px;
  transition: 0.5s ease-in-out;
}

.tax-credit-examples-btnWrap ul li a:hover {
  background: var(--blue-clr);
  color: #ffffff;
}

.tax-credit-examplesWrap-singl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 35px;
}

.tax-credit-examplesWrap-singl figure {
  width: 30%;
  flex-basis: 30%;
}

.tax-credit-examplesWrap-singlTxt {
  width: 70%;
  flex-basis: 70%;
  padding-left: 60px;
}

.tax-credit-examplesWrap-singlTxt h3 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #000000;
  font-weight: 500;
}

.tax-credit-examplesWrap-singlTxt h3 span {
  color: var(--light-green-clr);
}

.tax-credit-examplesWrap-singlTxt p {
  font-size: 24px;
}

.common-btn {
  display: inline-block;
  border: 2px solid var(--blue-clr);
  padding: 15px 40px;
  font-size: 21px;
  font-weight: 700;
  color: var(--light-green-clr);
  border-radius: 36px;
  transition: 0.5s ease-in-out;
}

.common-btn:hover {
  background: var(--light-green-clr);
  color: #ffffff;
  border-color: var(--light-green-clr);
}

/* tax-credit-limits-section */
.tax-credit-limits-sec {
  position: relative;
  padding: 100px 0 80px;
}

.tax-credit-limits-sec .section-tittleNew h2 span {
  color: var(--light-green-clr);
}

.tax-credit-limits-sec .section-tittleNew p {
  font-size: 24px;
  margin-bottom: 30px;
}

.tax-credit-limits-sec .section-tittleNew figure {
  margin: 60px 0 0;
  width: 100%;
}

.tax-credit-limits-sec .section-tittleNew figure img {
  width: 100%;
}

.heatpump-home-sec {
  position: relative;
  padding: 120px 0;
}

.wrap-heatpump-home {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.heatpump-home-clmTxt {
  width: 45%;
  padding: 0 15px;
}

.heatpump-home-clmTxt .heatpump_hding_txt {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
}

.heatpump-home-clmTxt p {
  font-size: 24px;
  color: #000000;
  margin-bottom: 25px;
}

.heatpump-home-clmImg {
  width: 55%;
  padding: 0 15px;
}

.home-efeciency-btm-sec {
  position: relative;
}

.home-efeciency-btm-sec .cutom-wraperLeft {
  width: calc(100% - (50% - 1660px / 2));
  margin-right: auto;
  margin-left: 0px;
  max-width: 100%;
  padding: 0 15px 0 0;
}

.home-efeciency-btm-sec {
  position: relative;
  background: #f1eae3;
  padding: 100px 0;
}

.home-efeciency-btm-sec .heatpump-home-clmTxt {
  padding-left: 40px;
}

.cutom-wraperRight {
  width: calc(100% - (50% - 1660px / 2));
  margin-right: 0;
  margin-left: auto;
  max-width: 100%;
  padding: 0 0 0 15px;
}

.home-efeciencyTax-btm-sec {
  position: relative;
  padding: 100px 0;
}

.home-efeciencyTax-btm-sec .heatpump-home-clmTxt {
  padding-right: 40px;
}

.home-lastNew-taxWrap-sec {
  position: relative;
  padding: 180px 0;
  background: #0d5233;
}

.tittle-wrapHome-wrapBtm {
  text-align: center;
  color: #ffffff;
}

.tittle-wrapHome-wrapBtm h2 {
  margin: 0 0 48px;
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.tittle-wrapHome-wrapBtm p {
  font-size: 27px;
  max-width: 1298px;
  margin: 0 auto 30px;
  font-weight: 500;
}

.wrap-btn-allBtm-new {
  position: relative;
  margin-top: 60px;
}

.wrap-btn-allBtm-new ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}

.wrap-btn-allBtm-new ul li {
  padding: 0 20px;
}

.wrap-btn-allBtm-new ul li a {
  display: inline-block;
  border: 2px solid var(--light-green-clr);
  background: #ffffff;
  padding: 15px 40px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--light-green-clr);
  border-radius: 36px;
  transition: 0.5s ease-in-out;
}

.wrap-btn-allBtm-new ul li a:hover {
  color: #ffffff;
  background: transparent;
}

.home-new-sbtn-btnWrap {
  margin-top: 30px;
}

.contactustoday input[type="submit"] {
  width: 100%;
  height: 57px;
  border-radius: 36px;
  background: #0d5233;
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  border: 1px solid #0d5233;
  transition: 0.5s ease-in-out;
}

.contactustoday input[type="submit"]:hover {
  background: #ffffff;
  color: #0d5233;
}

.tax-credit-examples-btnWrap {
  margin-bottom: 0 !important;
}

/* 08-03-2023-new-home-page-css-end */
/* CSS Modification 27.03.23 */
.newwrapheader .main_content {
  max-width: 1760px !important;
  padding: 0 15px;
}

.wrapcontbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newwrapheader .user_cont ul > li {
  padding: 0 15px;
  text-transform: uppercase !important;
}

.newwrapheader .user_cont ul > li:first-child {
  padding-left: 0;
}

.newwrapheader .user_cont ul > li:last-child {
  padding-right: 0;
}

.newwrapheader.header .user_cont ul > li:before {
  font-size: 15px;
  line-height: 1.3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newwrapheader.header .user_cont ul > li > a,
.newwrapheader.header .user_cont ul > li > span {
  font-size: 16px;
  font-weight: 700;
}

.newwrapheader .tranperent_btn {
  background: #fff;
  padding: 8px 25px !important;
  font-weight: 400;
}

.newwrapheader .tranperent_btn:hover {
  background: #000;
}

.newwrapheader .navbar_nav li a {
  line-height: 1.2;
  color: var(--grey-clr3);
}

.newwrapheader .logo img {
  max-width: 242px;
  width: 100%;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-megamenu.mega-menu-item,
.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-flyout.mega-menu-item {
  position: relative;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu,
.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  left: 0 !important;
  padding: 0 15px !important;
  width: 193px !important;
  top: 100% !important;
  transform: translateY(0);
  background: var(--white-clr);
  box-shadow: 5px 7px 24px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 7px 24px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 7px 24px 0px rgba(0, 0, 0, 0.3);
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item {
  width: 100%;
  padding: 7px 0px;
  border-bottom: 1px solid var(--border-clr);
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item:last-child,
.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item:last-child {
  border-bottom: 0;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  a,
.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  > li.mega-menu-item
  a {
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 1.3;
  text-transform: capitalize;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  display: none;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  background: transparent;
}

.newwrapheader .mega-search-icon .mega-menu-link {
  background: url(images1/search.svg) !important;
  background-size: 18px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  font-size: 0 !important;
  width: 23px !important;
  padding: 0 !important;
}

.header.newwrapheader .search {
  top: 100%;
  left: 50%;
  right: inherit;
  transform: translateX(-50%);
  bottom: inherit;
  max-width: 1070px;
  width: 100%;
  z-index: 2;
}

.newwrapheader .header_content ul.navbar_nav > li {
  margin: 0 15px;
}

.newwrapheader .header_content ul.navbar_nav > li:first-child {
  margin-left: 0;
}

.newwrapheader .header_content ul.navbar_nav > li:last-child {
  margin-right: 0;
}

/* CSS Modification 27.03.23 */
.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  display: flex;
  flex-wrap: wrap;
  width: 590px !important;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item {
  width: 25%;
  padding: 7px 0;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item {
  margin-right: 12px;
  width: calc(calc(100% / 4) - 9px);
  border-bottom: 1px solid #fff;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item:nth-child(4n + 4) {
  margin-right: 0;
}

.newwrapheader .navbar_menu .navbar_nav {
  margin-right: 0;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-item {
  margin: 0 34px;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-item:first-child {
  margin-left: 0;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-item:last-child {
  margin-right: 0;
}

.newwrapheader
  #mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 600 !important;
  padding: 0;
}

.onlyformobileview {
  display: none;
}

.newwrapheader .search-section .form-inline {
  position: relative;
  top: inherit;
  width: 100%;
}

.newwrapheader {
  position: relative;
}

.page-template-new-home-d4nav .main_content h1 {
  margin: 30px 0;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  max-width: 750px;
}

.mobile-search {
  display: none;
}

/* CSS Modification 28.03.23 */

/* support start 30/1/24 */
/* header start */
.new-home-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-home-hdr-lft {
  /*  width: 50%;*/
  flex: 0 0 auto;
  padding-right: 20px;
}

.new-home-hdr-rit {
  /*  width: 50%;*/
  flex: 0 0 auto;
}

.new-home-hdr-rit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.new-home-hdr-rit .right_btn {
  padding-left: 36px;
}

.new-home-hdr-lft ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new-home-hdr-mdl {
  display: none;
}

.newwrapheader.header .user_cont .new-home-hdr-rit ul li a {
  font-size: 18px;
  font-weight: 400;
}

.other-header .collapse:not(.show) {
  display: block;
}

.no_text_wrap {
  color: var(--black-clr);
  font-size: 17px;
  font-weight: 400;
}

#mega-menu-wrap-megamenu #mega-menu-megamenu.mega-menu {
  background: var(--grey-clr2);
}

#mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: var(--light-green-clr);
}

/* header end */

/* main banner start */
.main-banner {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 834px;
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.main-banner-content ul {
  display: flex;
  align-items: center;
}

.main-banner-content ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #00406e;
  color: #00406e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.main-banner-content p {
  color: #00406e;
  font-size: 24px;
  font-weight: 700;
}

.main-banner-content ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.main-banner .right_btn {
  width: 301px;
}

.Appointment_cont-lft {
  width: calc(100% - 301px);
  text-align: center;
}

.Appointment_cont-lft .h6-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.Appointment_cont-lft .h6-title a {
  color: var(--blue-clr);
}

.Appointment_cont-lft .h6-title a:hover {
  color: var(--light-green-clr);
}

.money-back-link {
  color: var(--blue-clr);
  font-weight: 400;
  line-height: 1;
  text-decoration-line: underline !important;
  text-transform: uppercase;
}

.money-back-link:hover {
  color: var(--light-green-clr);
}

.cmn-btn {
  display: inline-block;
  border-radius: 35px;
  border: 2px solid var(--light-green-clr);
  background: var(--white-clr);
  color: var(--blue-clr);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 19px;
  min-width: 301px;
  text-align: center;
}

.cmn-btn:hover {
  background: var(--light-green-clr);
  color: var(--white-clr);
  border: 2px solid var(--light-green-clr);
}

.main-ban-logos {
  max-width: 448px;
}

.main-ban-logos img {
  width: 100%;
}

/* main banner end */

/* energy sec start */
.Energy_box-row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 40px;
}

/* energy sec end */

/* cooling sec start */
.heading_text_wrap {
  color: var(--black-clr);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.text_cont_wrap p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}

.text_read_more {
  color: var(--light-green-clr);
  font-weight: 700;
  font-size: 16px;
}

.cooling_box_cont a:hover {
  color: var(--blue-clr);
}

.heading_read_more {
  font-size: 30px;
  text-align: center;
  display: block;
  line-height: 1;
  color: var(--light-green-clr);
  font-weight: 700;
}

.notext_readmore {
  display: block;
  text-align: center;
}

/* cooling sec end */

/* about page start */
.team-sec-right p a {
  color: var(--light-green-clr);
}

.team-sec-right p a:hover {
  color: var(--blue-clr);
}

.cultute-lft-heading {
  color: var(--black-clr);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 18px 0;
}

.contact_team_top p a {
  color: var(--black-clr);
}

.contact_team_top p a:hover {
  color: var(--blue-clr);
}

.about-us-culture-sec {
  display: none;
}

.about-team-sec {
  padding-bottom: 175px;
}

.cf7_buttom .gform_wrapper.gravity-theme input[type="text"],
.cf7_buttom .gform_wrapper.gravity-theme input[type="tel"],
.cf7_buttom .gform_wrapper.gravity-theme input[type="email"] {
  height: 57px;
  border-radius: 10px;
  border: 2px solid var(--blue-clr);
  background: var(--white-clr);
  color: var(--grey-clr1);
  font-family: var(--open-sans-frnt);
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.contact_us_form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.cf7_buttom .gform_wrapper.gravity-theme input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.cf7_buttom .gform_wrapper.gravity-theme input:-ms-input-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.cf7_buttom .gform_wrapper.gravity-theme input:-moz-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.cf7_buttom .gform_wrapper.gravity-theme input:-moz-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.contact_team textarea::-webkit-input-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.contact_team textarea:-ms-input-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.contact_team textarea:-moz-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.contact_team textarea:-moz-placeholder {
  opacity: 1;
  color: var(--grey-clr1);
}

.contact_team .gform_wrapper.gravity-theme textarea {
  padding: 20px 15px 20px 15px;
}

.contact_team .gform_wrapper.gravity-theme select {
  padding: 0 15px;
  padding-right: 30px;
  background-image: url("images/darw.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 9px center;
  background-color: var(--white-clr);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cf7_buttom .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  border-radius: 35px;
  background: var(--light-green-clr);
  min-width: 215px;
  text-align: center;
  height: 60px;
  color: var(--white-clr);
  font-family: var(--open-sans-frnt);
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cf7_buttom
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"]:hover {
  background: var(--blue-clr);
  color: var(--white-clr);
}

.cf7_buttom .gform_footer {
  justify-content: center;
}

#mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  color: var(--black-clr);
}

#mega-menu-wrap-megamenu
  #mega-menu-megamenu
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link:hover {
  color: var(--light-green-clr);
}

/* about page end */

/* about team page start */
.meet-the-team-paras p a {
  color: var(--light-green-clr);
  text-decoration: underline !important;
}

.main_content p a:hover {
  color: var(--blue-clr);
}

.team_img_wrp img {
  width: 100%;
}

.team_img_wrp {
  margin-top: 30px;
}

.meet-the-team-paras p {
  margin-bottom: 5px;
}

/* about team page end */

/* torch page start */
.bbb-logo img {
  margin: 0;
}

/* torch page end */

/* our core values start */
.company_biggest_assest_sec h2,
.see_our_work_section .main_content > h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: var(--light-green-clr);
  margin-bottom: 30px;
}

.right_com_ast_icon h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.right_com_ast_icon p:last-child {
  margin-bottom: 0;
}

/* our core values end */
/* footer start */
.copyright p a:hover {
  color: var(--light-green-clr);
}

/* footer end */
.insulatn-intro.culture-customersec .cultute-lft p:last-child {
  margin-bottom: 0;
}

/* guarantee page start */
.after_banner_sec h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.after_banner_sec ol li {
  font-size: 17px;
  font-weight: 400;
}

.page-template-default .after_banner_sec ol {
  margin-bottom: 30px;
}

.after_banner_sec p a {
  color: var(--light-green-clr);
}

.after_banner_sec p a:hover {
  color: var(--blue-clr);
}

/* guarantee page end */

.cultute-right img {
  width: 100%;
}

.common-insulation-gap {
  padding: 76px 0 100px 0;
}

.after_banner_sec h2 .theme_green_title {
  font-size: 24px;
  font-weight: 600;
  color: var(--light-green-clr);
}

.galleryid-4346 {
  display: flex;
  align-items: flex-start;
}

.galleryid-4346 .gallery-item {
  float: none;
}

.services .service_list_item {
  margin-bottom: 38px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--blue-clr);
}

.services .service_list_item:last-child {
  margin-bottom: 0;
}

.services {
  padding-bottom: 80px;
}

.page-template-attic_insulation ul li {
  font-weight: 400;
  font-weight: 17px;
}

.service_heading {
  margin-bottom: 25px;
  color: var(--light-green-clr);
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.service_list_item p a,
.service_list_item li a {
  color: var(--light-green-clr);
}

.service_list_item p a:hover,
.service_list_item li a:hover {
  color: var(--blue-clr);
}

.right_bar .gform_wrapper.gravity-theme input[type="text"],
.right_bar .gform_wrapper.gravity-theme input[type="tel"],
.right_bar .gform_wrapper.gravity-theme input[type="email"] {
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--blue-clr);
  background: var(--white-clr);
  color: var(--grey-clr1);
  font-family: var(--open-sans-frnt);
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
}

.right_bar .gform_wrapper.gravity-theme textarea {
  padding: 20px 15px 20px 15px;
  border: 1px solid var(--blue-clr);
  height: 103px !important;
  color: #0d5233;
  font-weight: 700;
  font-size: 16px;
  color: #141412;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
}

.right_bar .gform_wrapper.gravity-theme select {
  padding: 0 15px;
  padding-right: 30px;
  background-image: url("images/darw.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 9px center;
  background-color: var(--white-clr);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 44px;
  color: var(--grey-clr1);
  margin-top: 0;
  border: 1px solid var(--blue-clr);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
}

.right_bar .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  border-radius: 35px;
  background: var(--light-green-clr);
  width: 100%;
  text-align: center;
  height: 56px;
  color: var(--white-clr);
  font-family: var(--open-sans-frnt);
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.right_bar
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"]:hover {
  background: var(--blue-clr);
  color: var(--white-clr);
}

.right_bar .gform_wrapper.gravity-theme .gfield_label {
  color: var(--light-green-clr);
}

.next.page-numbers {
  background: url(images/next-ic.png) no-repeat;
  background-size: 20px;
  background-position: right center;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.prev.page-numbers {
  background: url(images/prev-ic.png) no-repeat;
  background-size: 20px;
  background-position: left center;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.nav-links .page-numbers:not(:last-child) {
  margin-right: 10px;
}

.next.page-numbers:hover,
.prev.page-numbers:hover {
  opacity: 0.7;
}

.contact_us_content p a,
.effective_wrap_content p a {
  color: var(--light-green-clr);
}

.contact_us_content p a:hover,
.effective_wrap_content p a:hover {
  color: var(--blue-clr);
}

.hvac_top_footer_sec.cooling_sec.blog_sec {
  background: var(--off-white-clr1);
  margin-top: 100px;
}

.no-results .inner_heading {
  color: var(--blue-clr);
}

.no-results .page-content {
  padding-top: 0;
}

/* support end 30/1/24 */

/* support start 2/2/24 */
.banner_wrap .hvac-h1-title {
  font-size: 45px;
  display: block;
  margin-bottom: 25px;
}

.split_video_sec h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
}

.split_video_title {
  font-size: 17px;
  font-weight: 400;
}

.splits_content h2 {
  font-size: 40px;
  font-weight: 700;
}

.mini_contsec_hding {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.resp-tab-active a {
  background: var(--blue-clr);
  font-weight: 21px;
}

.heatpump-home-clmImg figure img {
  width: 100%;
}

.hvac_new_tax_wrap p:not(:last-child) {
  margin-bottom: 38px;
}

.tax_credit_right_form {
  position: absolute !important;
  right: 0;
  top: -33%;
  z-index: 1;
}

.tax_credit_right_form .right_bar > h2 {
  font-weight: 300;
  color: var(--light-green-clr);
}

.tax_credit_right_form .right_bar p {
  font-size: 16px;
  font-weight: 400;
  color: var(--light-green-clr);
}

.tax_credit_right_form .right_bar {
  padding-top: 60px;
}

.finance_btn_wrap {
  text-align: center;
  margin-bottom: 20px;
}

.finance_btn_wrap .finance-btn {
  border: 2px solid var(--blue-clr);
  color: var(--light-green-clr) !important;
}

.finance_btn_wrap .finance-btn:hover {
  background: var(--light-green-clr);
  color: var(--white-clr) !important;
  border-color: var(--light-green-clr);
}

.blog-item-wrapper .post-thumbnail {
  height: 100% !important;
}

.blog_left .rowspan {
  --bs-gutter-y: 50px;
  --bs-gutter-x: 24px;
}

.blog-item-wrapper .post-thumbnail img {
  width: 100%;
}

.single-magazine_articles .downld-article {
  background: #003f6b url("images/down.png") no-repeat scroll 21px 13px;
  margin: 20px 0;
}

.single-magazine_articles .downld-article {
  background: #81c241 url("images/down.png") no-repeat scroll 21px 13px;
}

.single.single-lennox_product .product-title {
  color: var(--blue-clr);
  margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_asterisk {
  color: var(--light-green-clr);
}

.wpcr3_pagination .wpcr3_a.wpcr3_current,
.wpcr3_pagination .wpcr3_a:hover {
  background: var(--light-green-clr);
}

.wpcr3_pagination .wpcr3_a {
  background: var(--blue-clr);
}

.wpcr3_pagination .wpcr3_a.wpcr3_disabled {
  color: var(--blue-clr);
}

div.wpcr3_review_item div.wpcr3_item_name,
div.wpcr3_aggregateRating {
  font-weight: 400;
  font-size: 14px;
}

.contact-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3px;
}

.address-wrap,
.phone_wrap {
  font-size: 17px;
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}

.phone_wrap,
.phone_wrap a {
  color: var(--light-green-clr);
}

.phone_wrap a:hover {
  color: var(--blue-clr);
}

.fax-wrap {
  font-size: 17px;
  font-weight: 400;
}

/* support end 2/2/24 */

/* support start 5/2/24 */
.product-category span {
  font-weight: 700;
}

.product-category {
  font-weight: 300;
}

.product-infos .product-description,
.product-infos .product-series {
  margin-bottom: 10px;
}

.literature .literature-item a {
  color: var(--light-green-clr);
}

.literature .literature-0 a:hover {
  color: var(--blue-clr);
}

.product-image-main img {
  width: 100%;
}

.lennox-product-layout {
  margin: 0;
  margin-top: 30px;
}

.com_ast_pic img {
  max-height: 130px;
  object-fit: contain;
  object-position: center;
}

.after_banner_sec .thankyou_btn {
  border: 2px solid var(--light-green-clr);
}

.after_banner_sec .thankyou_btn:hover {
  border-color: var(--light-green-clr);
  background: var(--light-green-clr);
  color: var(--white-clr);
}

.footer_top_area ul {
  padding-left: 0;
}

.page-list .page_item a,
.after_banner_sec ul li a {
  color: var(--light-green-clr);
}

.page-list .page_item a:hover,
.after_banner_sec ul li a:hover {
  color: var(--blue-clr);
}

/* support end 5/2/24 */

/* support css start 29-03-2024 */

/* support css end 29-03-2024 */

/* support starts 18.09.2024  */
.page-id-4674 .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.page-id-4674 .gform_confirmation_message {
  text-align: center;
  font-weight: 500;
}

/* .page-id-4674 .banner_cont {
  display: none;
} */

/* energy rebets page  */
.home-energy-sec {
  padding-top: 80px;
}

.page-template-homeEnergyRabetes .banner_cont {
  display: none;
}

.enrgy-top-part {
  margin-bottom: 80px;
}

.energy-row {
  --bs-gutter-y: 30px;
}

.home-energy-txt {
  max-width: 350px;
  width: 100%;
}

.home-energy-txt h1 {
  text-align: left;
  color: var(--deep-blue);
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 100px;
  font-family: var(--myrid-bold);
}

.home-energy-txt span {
  font-size: 30px;
  font-weight: 700;
  color: var(--light-green-clr);
  display: block;
  font-family: var(--myrid-regular);
}

.home-energy-txt a {
  width: 400px;
  display: block;
}

.home-energy-txt a img {
  width: 100%;
}

/* .energy-innr-content {
  column-count: 2;
  column-gap: 67px;
} */

.energy-innr-content {
  margin-bottom: 30px;
}

.energy-innr-content .wp-image-4692.size-full {
  width: 200px;
  /* margin: 30px auto 10px; */
  margin: 0 auto 10px;
}

.energy-innr-content h2 {
  margin-bottom: 10px;
  text-align: left;
  color: var(--deep-grn-txt);
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--myrid-regular);
  line-height: 1.1;
  font-size: 28px;
  letter-spacing: 0.03em;
}

.energy-innr-content h3 {
  color: var(--deep-blue);
  margin-bottom: 10px;
  font-size: 22px;
  font-family: var(--myrid-regular);
  font-weight: 700;
  line-height: 1.1;
}

.energy-innr-content p,
.energy-innr-content ul li {
  color: var(--deep-blue);
  font-family: var(--myrid-regular);
}

.energy-innr-content ul li {
  margin-bottom: 8px;
}

.energy-innr-content h2 span {
  font-weight: 400;
}

.energy-innr-content a {
  color: var(--deep-grn-txt);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.energy-innr-content a.cmn-btn {
  color: var(--blue-clr) !important;
}

.energy-innr-content a.cmn-btn:hover {
  color: #ffffff !important;
}

.energy-innr-content a:hover {
  color: var(--deep-blue);
}

.energy-innr-content ul {
  list-style-type: disc;
  padding-left: 25px;
}

.enrgy-btm-link1 {
  text-align: center;
}

.enrgy-link-outer {
  max-width: 550px;
  margin: 0 auto 40px;
}

.enrgy-link-outer a {
  display: block;
}

.enrgy-btm-link1 p {
  font-size: 22px;
  color: var(--deep-blue);
  font-family: var(--myrid-bold);
}

.ftr-gradient {
  position: relative;
  padding: 40px 0;
  text-align: center;
}

.ftr-gradient::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2E9E46, #62BB46, #DAE255; */
  background: linear-gradient(
    80deg,
    rgba(46, 158, 70, 1) 0%,
    rgba(98, 187, 70, 1) 40%,
    rgba(218, 226, 85, 1) 100%
  );
}

.ftr-gradient a {
  text-align: center;
  position: relative;
  z-index: 2;
  color: var(--deep-blue);
  font-family: var(--myrid-bold);
  font-size: 26px;
  letter-spacing: 0.1em;
  font-style: italic;
}

.ftr-gradient a:hover {
  color: var(--white-clr);
}

.energy-btm-part {
  padding-top: 30px;
}

/* support ends 18.09.2024  */

.energy-innr-cnt-col {
  width: 47.5%;
}

.energy-innr-content {
  column-gap: 50px;
}

.anchr-spcing {
  letter-spacing: 1px;
}

/*26.12.24 start */

.main-banner-content ul {
  max-width: 420px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.main-banner-content ul li {
  margin-right: 0;
  padding: 0 10px;
  margin-bottom: 5px;
  width: 50%;
}

.main-banner-content ul li:nth-child(odd) {
  text-align: right;
}

.main-banner-content ul li:nth-child(even) {
  border-right: none;
}

.extra-bnnr-wrppr {
  max-width: 448px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.extra-new .Appointment_cont-lft {
  text-align: left;
  width: auto;
  flex: 0 0 auto;
}

.extra-new .Appointment_cont-lft img:not(:last-child) {
  margin-right: 30px;
}

.extra-new .Appointment_cont-lft img {
  max-width: 120px;
  width: 100%;
}

.extra-new .right_btn {
  flex-grow: 1;
  padding-left: 40px;
  width: auto;
}

.Appointment_sec .Appointment_cont.extra-new {
  padding: 25px 0;
}

.logo-img-wrppr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.logo-img-wrppr figure:not(:last-child) {
  margin-right: 25px;
}

/*26.12.24 end */

/*support starts 27.12.2024 */
.coupons-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 50px;
}

.coupon-card-sec .card-body .ico {
  width: 110px;
  height: 100%;
  margin: -50px auto 20px;
}

.coupon-card-sec .card-body .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coupon-card-sec .card-body .gb-button-wrapper {
  text-align: center;
}

.coupon-card-sec .card-body .gb-button-wrapper .green_btn {
  padding: 15px 20px;
  line-height: 1;
}

.coupon-card-sec .card-body {
  background-color: var(--off-white-clr1);
  border-radius: 5px;
}

.coupon-card-sec .gb-inside-container {
  text-align: center;
}

.coupon-card-sec .card-body h2.gb-headline {
  color: var(--light-green-clr);
  margin-bottom: 0;
}

.coupon-card-sec .card-body h3.gb-headline {
  font-size: 22px;
  color: #013f69;
}

.frm-btm-txt {
  margin: 10px 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.reedem-frm-outer .gform_confirmation_message_8.gform_confirmation_message {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

/*support ends 27.12.2024 */

button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f151";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

/*CSS Modification 02.01.25*/
.prdct_dtls_cntnt {
  line-height: 1.8;
}

.prdct_dtls_cntnt p strong {
  color: var(--light-green-clr);
}

.prdct_dtls_cntnt h1 {
  text-align: left;
  margin-bottom: 15px;
}

.prdct_dtls_cntnt .accordion {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #4d5454 !important;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: var(--white-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prdct_dtls_cntnt .accordion::after {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  background: url(images/circle-info-solid.svg) no-repeat center center;
  background-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}

.prdct_dtls_cntnt .accordion.is-open::after {
  background: url(images/minus-solid-n.svg) no-repeat center center;
  background-size: 16px;
}

.prdct_dtls_cntnt .accordion.is-open {
  background: var(--light-green-clr) !important;
}

.accrdn_cntnt_innr {
  padding: 15px 0;
}

.prdct_dtls_cntnt .accordion-content {
  border: 1px solid #eee;
}

.prdct_dtls_bttm_dscrptn h2 {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 15px;
  font-weight: 700;
}

.prdct_dtls_bttm_dscrptn h2:first-child {
  padding-top: 0;
}

.prdct_dtls_bttm_dscrptn h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.prdct_dtls_bttm_dscrptn ul {
  padding: 0;
  list-style: none;
}

.prdct_dtls_bttm_dscrptn ul li {
  padding-left: 32px;
  margin-bottom: 12px;
  background: url(images/check-solid.svg) no-repeat left 3px;
  background-size: 18px;
}

.prdct_dtls_bttm_dscrptn ul li:last-child {
  margin-bottom: 0;
}

.prdct_dtls_cntnt h1 {
  font-size: 26px;
}

.prdct_dtls_sngle_img {
  text-align: center;
}

.prdct_dtls_cntnt ul li {
  padding-left: 32px;
  margin-bottom: 12px;
  background: url(images/check-solid.svg) no-repeat left 3px;
  background-size: 18px;
}

/*CSS Modification 02.01.25*/

/* support starts 27.01.2025  */
.tablepress tr td {
  border: 1px solid var(--white-clr);
  background-color: var(--blue-clr);
  color: var(--white-clr);
}

.tablepress .row-child-tr-cls td.column-1 {
  padding-left: 40px;
}

.tablepress .row-child-tr-cls td {
  background-color: rgba(0, 63, 107, 0.6);
}

.tablepress thead tr th {
  background-color: var(--blue-clr);
  border: 1px solid var(--white-clr);
  text-align: center;
  color: var(--white-clr);
}

.page-template-heating-cooling-energy-needs .effective_wrap h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

/* support ends 27.01.2025  */

/* SM 28-01-25 Css Start */
.Appointment_sec {
  background: #f2ece6;
}

.extra-new .right_btn {
  text-align: center;
}

.extra-new .right_btn .money-back-link {
  margin-left: 0 !important;
}

.Appointment_sec .right_wpr-inr {
  max-width: 500px;
  margin-left: auto;
}

.appointment_title-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.appointment_title-top img {
  width: 58px;
}

.appointment_title-top h1 {
  max-width: 100% !important;
  margin: 0 !important;
  width: calc(100% - 98px);
}

.hm-guaranteed-sec {
  background: #f2ece6;
}

.hm-guaranteed-inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hm-guaranteed-inr figure {
  /* width: 150px; */
  flex: 0 0 auto;
}

.hm-guaranteed-inr figure img {
  width: 100%;
}

.hm-guaranteed-txt {
  flex: 1;
  padding-left: 20px;
}

.hm-guaranteed-txt p {
  margin: 0;
  font-weight: 600;
}

.main-banner-inr .mb-bnr-img {
  display: none;
}

/* SM 28-01-25 Css End */

/* SM 28-01-25 Css Start */
/* .hm-guaranteed-inr figure {
  width: 220px;
} */

.Energy_logo-wpr {
  padding: 100px 0 0;
}

.Energy_logo-wpr ul {
  display: flex;
  /* align-items:center; */
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  justify-content: center;
}

.Energy_logo-wpr ul li {
  width: 33.33%;
  text-align: center;
  min-height: 129px;
  padding: 10px;
}

.Energy_logo-wpr ul li .Energy_logo-lwr-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.Energy_logo-wpr ul li .Energy_logo-lwr-card:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}

.Energy_logo-wpr ul li .Energy_logo-lwr-card a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.heating-cool-bnr-lwr-logo {
  position: absolute;
  bottom: -240px;
  left: 0;
  max-width: 550px;
}

.banner_wrap {
  position: relative;
}

.Energy_logo-wpr ul li .Energy_logo-lwr-card img {
  /* max-width: 190px; */
  max-width: 300px;
}

/* SM 28-01-25 Css End */

/* 07-feb-2025 */

.hvac-eqip-btn-wpr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.hvac-eqip-clm-lft-wpr p {
  color: #053f67;
  margin-bottom: 50px;
  font-weight: 400;
}

.row.hvac-eqip-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 50px;
}

.hvac-eqip-btn-wpr .cmn-btn {
  min-width: 222px;
  color: var(--light-green-clr);
  border-color: var(--blue-clr);
}

.hvac-eqip-btn-wpr .cmn-btn:hover {
  border-color: var(--light-green-clr);
  color: var(--white-clr);
}

.hvac-eqip-btn-wpr > img {
  max-width: 228px;
}

.hvac-eqip-clm-rt-wpr figure img {
  width: 100%;
}

/* 07-feb-2025 */

/* support starts 19.02.2025  */
.hm-guaranteed-inr figure {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.left_advantage > figure img {
  width: 430px;
  width: 390px;
}

.guarantee-lft-col {
  width: 42%;
}

.hm-guaranteed-sec.common_gap {
  padding: 100px 0;
}

.guarantee-rit-col {
  /* width: 50%; */
  width: 48%;
}

/* support ends 19.02.2025  */
.new_energy_sec_wrp .review_inner p {
  text-align: justify;
}

/* pro 13/3/25 start */
.prescott-hvac-page-bnr.banner_sec_new.new_b {
}

.prescott-hvac-page-bnr.banner_sec_new.new_b .banner_wrap {
  padding: 80px 0;
}

.prescott-hvac-page-bnr.banner_sec_new.new_b .banner_sec_new_b_wrapper {
  position: static;
  transform: none;
}

.prescott-hvac-page-bnr.banner_sec_new.new_b .banner_sec_new_figr {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.prescott-hvac-page-bnr.banner_sec_new.new_b .banner_sec_new_figr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prescott-hvac-page-bnr.banner_sec_new.new_b .banner_sec_new_figr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prescott-hvac-page-bnr.banner_sec_new.new_b .prescott-hvac-bnr-linked-logo {
  display: block;
  width: max-content;
}
.prescott-hvac-page-bnr.banner_sec_new.new_b .heating-cool-bnr-lwr-logo {
  position: static;
  object-fit: contain;
  margin: 0;
}

.prescott-hvac-page-bnr.banner_sec_new.new_b .new_btn {
  margin-bottom: 20px;
}

.prescott-hvac-page-bnr.banner_sec_new.new_b .new_btn:last-child {
  margin-bottom: 0;
}

/* pro 13/3/25 end */




/* S.Mv Css Start 15-04-25 */
.customer-sec{
  padding-bottom:100px;
  background:#f1eae3b5;
  padding-top: 5vw;
}
.customer-sec .sec-head{
  text-align:center;
  margin-bottom:50px;
}
.customer-sec .sec-head h2{
  margin-bottom:20px;
  text-transform:initial;
  font-weight:700;
}
.customer-sec .sec-head h2 span{
  text-transform:initial;
}
.customer-sec  .upr-google-image{
  max-width: 180px;
  margin: 0 auto 8px;
}
.upr-google-image a{
  display:block;
}
.upr-google-image img{
  width:100%;
}

/* star rating  - start */
  :root {
  --star-size: 25px;
  --star-color: #000;
  --star-background: #ef7201;
  }

  .Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: var(--avenir-regular-font);
  line-height: 1;
  }
  .Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
      90deg,
      var(--star-background) var(--percent),
      var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--avenir-regular-font);
  font-style: normal;
  line-height: 1;
  }
  /* star rating end  */

  .g-review-star-outer{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .rating-txt{
    font-size: 40px;
    font-weight: 600;
    color: #ef7201;
    margin-right: 10px;
    line-height: 0.9;
  } 
  .rating-txt a{
    color: #ef7201;
    display:inline-block;
  }
.rating-star{
  line-height:1;
}
.customer-review-sldr-card{
  border-radius: 7px;
    background: #fff;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    padding: 35px 15px 25px;
    height: 100%;
}
.customer-img-wpr figure,.customer-img-wpr .customer-img-txt{
  width:80px;
  height:80px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto;
  background-color:var(--light-green-clr);
}
.customer-img-wpr figure img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.customer-img-wpr .customer-img-txt span{
  font-size:25px;
  font-weight:700;
  color:var(--white-clr);
}
.customer-txt-wpr{
  padding-top:20px;
  text-align:center;
}
.customer-txt-wpr h3{
  margin-bottom:10px;
  font-size:22px;
}
.customer-txt-wpr P:last-child{
  margin-bottom:0;
}

.customer-rvw-sldr .slick-track{
  display:flex !important;
}
.customer-rvw-sldr .slick-list{
  margin:-30px -10px;
}
.customer-rvw-sldr .slick-slide{
  height:inherit;
  margin:30px 10px;
}
.customer-rvw-sldr .slick-slide > div{
  height:100%;
}
.customer-rvw-sldr .customer-review-sldr-item{
  height:100%;
}

.customer-rvw-arr-outer{
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:50px;
}
.customer-rvw-arr-outer .customer-rvw{
    margin: 5px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:0.5s;
    border-radius:50%;
}
.customer-rvw-arr-outer .customer-rvw:hover{
  /* background-color:var(--deep-grn-txt); */
  background-color:var(--light-green-clr);
  border-color:var(--light-green-clr);
}
.customer-rvw-arr-outer .customer-rvw:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(134deg) brightness(106%) contrast(102%);
}


/* S.Mv Css End 15-04-25 */

/* support starts 09.05.2025  */
.content-iframe-wrapper {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
  width: 100%;
}
.content-iframe-wrapper iframe{
  width: 100%;
}
.yt-main-wppr{
  max-width: 300px;
  width: 100%;
}
.yt-button-wppr li a{
  display: inline-block;
  width: 80px;
}
.yt-button-wppr li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yt-button-wppr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.yt-button-wppr span {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #5f912f;
  font-weight: 600;
}

/* support ends 09.05.2025  */


/************************responsive start here*******************/

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/**************Abhisek**************/
@media (min-width: 1000px) {
  .navbar_menu ul.navbar-nav > li > ul.sub-menu > li > a {
    white-space: nowrap;
  }

  .navbar_menu ul.navbar-nav > li > ul.sub-menu {
    left: 0;
    right: auto;
    min-width: 10em;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .main_content {
    max-width: 1140px;
  }

  .main_container {
    max-width: 1140px;
  }

  .main_area_cont_left p:last-child {
    margin-bottom: 0;
  }

  .main_cont {
    max-width: 564px;
  }

  .navbar_nav li {
    padding: 0 10px;
  }
}

@media (max-width: 1499px) {
  .header .navbar_nav li a {
    font-size: 14px;
    line-height: 24px;
  }

  .header_content ul.navbar_nav > li {
    margin: 0 20px;
  }

  /* CSS Modification 28.03.23 */
  .newwrapheader
    #mega-menu-wrap-megamenu
    #mega-menu-megamenu
    > li.mega-menu-item {
    margin: 0 27px;
  }

  .newwrapheader
    #mega-menu-wrap-megamenu
    #mega-menu-megamenu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 16px;
  }

  .newwrapheader .search {
    max-width: 960px;
  }

  /* CSS Modification 28.03.23 */

  /* support start 2/2/24 */
  .hvac_new_bnr_wrap .home-bannerRw-wrap {
    max-width: 580px;
  }

  /* support start 2/2/24 */
}

@media (min-width: 1599px) {
  .who_we_are {
    background-size: cover;
    background-position: right top;
  }
}

@media (min-width: 1700px) {
  .main_container {
    max-width: 1600px;
  }
}

@media (max-width: 1700px) and (min-width: 1500px) {
  .header_content ul.navbar_nav > li {
    margin: 0 21px;
  }

  /* support start 2/2/24 */
  .hvac_new_bnr_wrap .home-bannerRw-wrap {
    max-width: 620px;
  }

  /* support start 2/2/24 */
}

@media (max-width: 1319px) and (min-width: 1200px) {
  .header_content ul.navbar_nav > li {
    margin: 0 14px;
  }
}

@media (max-width: 1899px) {
  .home-top-banner-sec {
    padding: 100px 0;
  }

  .wrap-btn-allBtm-new ul li a {
    font-size: 21px;
  }

  .heating-cool-bnr-lwr-logo {
    bottom: -160px;
  }
}

@media (max-width: 1699px) {
  .contact_us_content {
    padding-left: 0;
  }

  .banner_logo_img {
    max-width: 200px;
  }

  .banner_wrap h1 {
    font-size: 65px;
  }

  .banner_wrap h3 {
    font-size: 35px;
  }

  .new_btn {
    font-size: 18px;
    padding: 17px 35px;
  }

  .cmn_gap_new {
    padding: 100px 0;
  }

  .contact_us_form {
    padding: 40px 25px;
    margin-top: -250px;
  }

  .contact_us_content p {
    font-size: 18px;
  }

  .new_btn_wht {
    font-size: 18px;
    padding: 14px 28px;
  }

  input.form_control {
    font-size: 18px;
    height: 60px;
    padding: 0 15px;
    border-radius: 10px;
  }

  textarea.form_textarea {
    font-size: 18px;
    height: 120px;
    padding: 15px;
    border-radius: 10px;
  }

  .form_group:not(last-child) {
    margin-bottom: 20px;
  }

  input.grn_submit_btn {
    font-size: 18px;
    padding: 0 35px;
    height: 50px;
    min-width: 200px;
  }

  .effective_wrap_content p {
    font-size: 18px;
    line-height: 1.3;
  }

  .energy_wrap h2 {
    font-size: 65px;
  }

  .energy_wrap p {
    font-size: 20px;
    margin: 0 auto 50px;
  }

  .contact_us_form {
    padding: 20px 25px;
  }

  /* support start 1/2/24 */
  .new_header .right-head .green_btn {
    padding: 15px 18px;
  }

  .header .new_header .navbar_nav li a {
    font-size: 16px;
  }

  .new_header .right-head ul li:not(:last-child) {
    margin-right: 5px;
  }

  /* support end 1/2/24 */

  /* support start 2/2/24 */
  .tax_credit_right_form .right_bar .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0;
  }

  .tax_credit_right_form
    .right_bar
    .gform_wrapper.gravity-theme
    .gform_footer
    input {
    margin-bottom: 0;
  }

  .wrap-btn-allBtm-new ul li a {
    font-size: 16px;
  }

  .custom-wrapperMain {
    max-width: 1400px;
  }

  /* support end 2/2/24 */

  /* support start 5/4/24 */
  .com_ast_pic img {
    max-height: 100px;
  }

  /* support end 5/4/24 */
}

@media (max-width: 1599px) {
  .site {
    border: 0;
  }

  img {
    max-width: 100%;
  }

  /* 08-03-2023-css-html-new-page */

  .home-secndNew-clmtxt {
    width: 35%;
    padding: 0 20px 0 20px;
  }

  .home-secndNew-clmCntct {
    width: 28%;
  }

  .home-secndNew-clmtxt p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .homeTax-credits-wrapCrt {
    padding: 20px;
  }

  .homeTax-credits-wrapCrt p {
    font-size: 18px;
  }

  .tax-credit-examples-btnWrap ul li a {
    padding: 12px 30px;
    font-size: 16px;
  }

  .tax-credit-examplesWrap-singl figure {
    width: 35%;
    flex-basis: 35%;
  }

  .tax-credit-examplesWrap-singlTxt {
    width: 65%;
    flex-basis: 65%;
    padding-left: 30px;
  }

  .heatpump-home-clmTxt p {
    font-size: 18px;
  }

  .wrap-btn-allBtm-new ul li a {
    font-size: 16px;
    padding: 12px 20px;
  }

  .common-btn {
    font-size: 16px;
    padding: 12px 30px;
  }

  .home-secndNew-clmCntct .wrp-form-top {
    padding: 30px 10px;
    top: 48%;
  }

  .home-bannrWrap-item h1 {
    font-size: 50px;
  }

  .home-bannrWrap-item p {
    font-size: 24px;
  }

  .home-bannerRw-wrap {
    max-width: 450px;
  }

  .home-secndNew-clmtxt a {
    padding: 12px 25px;
    font-size: 16px;
  }

  .homeTax-credits-wrapCrt h3 {
    font-size: 26px;
  }

  .tax-credit-examplesWrap-singlTxt h3 {
    font-size: 22px;
  }

  .tax-credit-examplesWrap-singlTxt p {
    font-size: 16px;
  }

  .tax-credit-examples-sec {
    padding: 60px 0;
  }

  .homeTax-credits-sec {
    padding: 40px 0 60px;
  }

  .home-secndNew-clmtxt h3 {
    font-size: 26px;
    margin-top: 0;
  }

  .tax-credit-limits-sec {
    padding: 60px 0;
  }

  .tax-credit-limits-sec .section-tittleNew p {
    font-size: 20px;
  }

  .tax-credit-limits-sec .section-tittleNew figure {
    margin-top: 40px;
  }

  .heatpump-home-sec {
    padding: 80px 0;
  }

  .home-efeciency-btm-sec {
    padding: 60px 0;
  }

  .home-lastNew-taxWrap-sec {
    padding: 100px 0;
  }

  .tittle-wrapHome-wrapBtm h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .tittle-wrapHome-wrapBtm p {
    font-size: 22px;
    max-width: 1032px;
  }

  .home-efeciencyTax-btm-sec {
    padding: 60px 0;
  }

  .wrap-btn-allBtm-new {
    margin-top: 40px;
  }

  .home-secndNew-clmCntct .wrp-form-top h4 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .home-secndNew-clmCntct .wrp-form-top p {
    font-size: 15px;
  }

  .home-secndNew-clmCntct .wrp-form-top form:before {
    width: 35px;
    height: 35px;
  }

  .singl-ghmnws-inpt {
    margin-bottom: 10px;
  }

  .home-bannrWrap-item {
    max-width: 1140px;
  }

  .home-secndNew-wrapInnr {
    width: calc(100% - (50% - 1140px / 2));
  }

  .home-secndNew-sec {
    padding: 60px 0;
  }

  .custom-wrapperMain {
    max-width: 1140px;
  }

  .home-efeciency-btm-sec .cutom-wraperLeft {
    width: calc(100% - (50% - 1140px / 2));
  }

  .cutom-wraperRight {
    width: calc(100% - (50% - 1140px / 2));
  }

  .home-efeciencyTax-btm-sec {
    padding: 60px 0;
  }

  .home-secndNew-clmOn {
    width: 37%;
  }

  .singl-ghmnws-inpt input,
  .singl-ghmnws-inpt select {
    height: 50px;
  }

  .singl-ghmnws-inpt textarea {
    height: 80px;
    resize: none;
  }

  .home-new-sbtn-btnWrap input[type="submit"] {
    height: 48px;
    font-size: 16px;
  }

  .home-secndNew-clmCntct .wrp-form-top .conwrap {
    padding: 25px 20px 40px;
  }

  .contactustoday input {
    height: 48px;
  }

  .contactustoday select {
    height: 48px;
  }

  .contactustoday textarea {
    height: 80px !important;
  }

  .contactustoday input[type="submit"] {
    height: 48px;
    font-size: 18px;
  }

  .home-secndNew-clmCntct .wrp-form-top .conwrap:before {
    width: 35px;
    height: 35px;
  }

  /* 08-03-2023-css-html-new-page */

  /* support start 1/2/24 */
  .new_header .right_nav_menu ul.navbar_nav > li {
    margin: 0 10px;
  }

  .new_header .logo a {
    width: 200px;
  }

  header .new_header .right_nav_menu {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
  }

  header .new_header .logo {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
  }

  .new_header .right-head ul li figure {
    max-width: 125px;
  }

  .new_header .right-head .green_btn {
    padding: 15px 14px;
  }

  .new_header .right-head .green_btn {
    padding: 15px 15px;
    font-size: 13px;
  }

  .header .new_header .navbar_nav li a {
    font-size: 14px;
  }

  /* support end 1/2/24 */

  /* SM Css Start 03-02-25 */
  .heating-cool-bnr-lwr-logo {
    bottom: -140px;
  }

  /* SM Css End 03-02-25 */
}

@media (max-width: 1399px) {
  /* .energy-innr-content {
    column-gap: 34px;
  } */

  .heating-cool-bnr-lwr-logo {
    position: relative;
    bottom: 0;
    max-width: 530px;
    margin-top: 25px;
  }
}

@media (max-width: 1290px) {
  .new_header .right-head ul li:not(:last-child) {
    margin-right: 10px;
  }

  .new_header .right-head .green_btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .new_header .right-head ul li figure {
    max-width: 120px;
  }

  .new_header .right_nav_menu ul.navbar_nav > li {
    margin: 0 10px;
  }

  .new_header .navbar_menu .navbar_nav {
    margin-right: 10px;
  }

  /* 08-03-2023-css-html-new-page */

  .home-bannrWrap-item h1 {
    font-size: 50px;
  }

  .home-bannrWrap-item p {
    font-size: 24px;
  }

  .home-bannerRw-wrap {
    max-width: 450px;
  }

  .tax-credit-examplesWrap-singlTxt p {
    font-size: 20px;
  }

  .tax-credit-examples-btnWrap ul li a {
    font-size: 20px;
    padding: 15px 30px;
  }

  .tax-credit-examples-btnWrap {
    margin-bottom: 40px;
  }

  .tax-credit-examples-sec .section-tittleNew {
    margin-bottom: 30px;
  }

  .tax-credit-limits-sec .section-tittleNew p {
    font-size: 20px;
  }

  /* 08-03-2023-css-html-new-page */
  .newwrapheader.header .user_cont ul > li > a,
  .newwrapheader.header .user_cont ul > li > span {
    font-size: 14px;
  }

  .guarantee-lft-col {
    /* width: 40%; */
    width: 45%;
  }

  .guarantee-rit-col {
    /* width: 60%; */
    width: 45%;
  }
}

/* support start 30/1/24 */
@media (max-width: 1280px) {
  .new-home-hdr-rit .right_btn {
    padding-left: 20px;
  }

  .newwrapheader .user_cont ul > li {
    padding: 0 10px;
  }

  .newwrapheader.header .user_cont .new-home-hdr-rit ul li a {
    font-size: 16px;
  }

  /* support start 1/2/24 */
  .header .new_header .navbar_nav li a {
    font-size: 12px;
  }

  /* support end 1/2/24 */
  /* support start 2/2/24 */
  .tax_credit_right_form {
    top: -23%;
  }

  /* support end 2/2/24 */
}

/* support end 30/1/24 */
@media (max-width: 1199px) {
  .header_content ul.navbar_nav > li {
    margin-left: 0;
  }

  .header .right_nav_menu {
    padding-right: 20px;
  }

  .navbar_nav li {
    margin: 0 8px;
  }

  .header .navbar_nav li a {
    font-size: 13px;
    line-height: 22px;
  }

  .Appointment_sec .Appointment_cont {
    padding: 15px 0;
  }

  .Energy_box figure {
    margin-bottom: 12px;
  }

  .header .search {
    right: 0;
  }

  .Appointment_cont .allBTN {
    padding-left: 40px;
    padding-right: 40px;
  }

  .Appointment_cont .right_btn {
    min-width: 300px;
    text-align: right !important;
  }

  /* .group-blog .blog_left .row {
    margin-right: 18px !important;
  } */

  .blog_short_content p {
    min-height: 136px;
  }

  .block4 h2 {
    margin-bottom: 20px;
  }

  .block4 {
    padding: 47px 0 58px;
  }

  .vd-title {
    font-size: 16px !important;
  }

  .Company_sec {
    background: inherit;
  }

  #mega-menu-primary li.mega-one-col-mega .mega-sub-menu {
    left: 54% !important;
  }

  .accr-cont-img img {
    margin-right: 19px;
    width: 30%;
  }

  .cont-lft,
  .cont-rht,
  .cont-mdl {
    padding: 20px 20px 20px 190px;
    background: url("images/mapnavicon.svg") #f5f5f5 no-repeat scroll 20px
      center;
  }

  .main_content {
    max-width: 1000px;
  }

  #mega-menu-primary li {
    padding: 0 13px;
  }

  .search-box-inn {
    width: 1000px;
    margin: 0 auto;
  }

  .mega-sub-menu {
    width: 1000px !important;
  }

  .header_right {
    width: 68%;
  }

  .logo > img {
    max-width: 100%;
  }

  .our_services ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .industry_express_left img,
  .industry_express_right img {
    width: 100%;
  }

  .industry_express_left1 {
    margin: 0 28px 0 0;
    width: 46%;
  }

  .industry_express_left {
    width: 44%;
  }

  .industry_express_right {
    width: 51%;
  }

  .our_customer .bxslider li span {
    width: 12%;
  }

  .bxslider li p {
    width: 88%;
    padding: 24px 0 0 2px;
    margin-bottom: 10px;
  }

  .our_customer .bx-wrapper .bx-pager {
    padding: 0;
  }

  h2 {
    margin-bottom: 40px;
  }

  #accordion h2 {
    padding: 10px 10px 12px 55px;
    background-position: 12px 14px;
  }

  .insulation_left h2,
  .insulation_left ul {
    padding: 0 10px 0 60px;
  }

  #accordion h2.active {
    background-position: 12px 20px;
  }

  .insulation_left h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .insulation_left {
    padding: 20px 0 0;
  }

  .insulation_left ul li {
    /* padding: 0 0 15px 17px; */
    /* background: url(images/insulation_bullet_img.jpg) 0 11px no-repeat */
  }

  .video_case ul li h2 {
    font-size: 22px;
  }

  .our_services ul {
    text-align: center;
    padding: 0 0 0 26px;
  }

  .industry_express_left {
    margin: 0 0 0 19px;
  }

  .who_we_left {
    padding: 30px 0 0;
  }

  .who_we_right h2 {
    margin-bottom: 10px;
  }

  .our_customer_left {
    height: 267px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .bx-wrapper .bx-controls-auto,
  .bx-wrapper .bx-pager {
    bottom: -10px !important;
  }

  .insulation_left {
    height: 358px;
  }

  div.nav-menu > ul,
  ul.nav-menu {
    margin: 0;
    padding: 0 0 0 46px;
  }

  h1.inner_heading {
    font-size: 24px;
  }

  .blog_left {
    padding-right: 0;
  }

  .widget {
    padding: 10px;
  }

  .accr-cont-img.img_2 img {
    width: 46%;
  }

  .our_sapproach_right {
    min-height: 223px;
  }

  .content-ol {
    font-size: 16px;
  }

  .main_cont {
    max-width: 500px;
  }

  .header .user_cont ul > li > span,
  .header .user_cont ul > li > a {
    font-size: 23px;
    line-height: 26px;
  }

  .main_area {
    align-items: inherit;
    display: block;
    flex-wrap: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
  }

  .main_area .main_area_cont_right,
  .main_area .main_area_cont_left {
    flex: inherit;
    max-width: inherit;
  }

  .Trusted_sec .main_area_cont_right h2 {
    margin-bottom: 0;
  }

  .Company_main_area {
    -webkit-box-align: inherit;
    flex-wrap: inherit;
    display: inherit;
  }

  .Company_box_right,
  .Company_box_left {
    flex: inherit;
    max-width: inherit;
  }

  .main_cont {
    max-width: inherit;
    margin: inherit;
  }

  .commpany_cont {
    padding: 0 15px;
  }

  .headline {
    font-size: 28px;
    line-height: 30px;
  }

  .location_right .headline {
    margin-bottom: 24px;
  }

  .location_left ul li figure img {
    width: 128px;
  }

  .location_left ul li:last-child figure img {
    width: 72px;
  }

  .location_sec .location_left {
    margin-bottom: 25px;
  }

  .Company_box_right ul li figure img {
    width: 100%;
  }

  .location_sec .location_left {
    margin-bottom: 25px;
  }

  .common_gap {
    padding: 60px 0;
  }

  .Customers_sec .Customers_main {
    display: inherit;
    flex-wrap: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
  }

  .Customers_main .Customers_left,
  .Customers_main .Customers_right {
    -webkit-box-flex: inherit;
    flex: inherit;
    max-width: inherit;
  }

  .better_main .better_main_left {
    margin-bottom: 35px;
  }

  .Customers_sec .headline {
    margin-bottom: 3px;
  }

  .Customers_main .Customers_left {
    margin-bottom: 65px;
  }

  .navbar_menu ul.navbar-nav > li {
    font-size: 14px;
    line-height: 18px;
  }

  /*19.9.19*/
  .literature-item {
    width: 30%;
    padding: 31px 9px;
    font-size: 12px;
  }

  .navbar_nav li .sub-menu li a {
    font-size: 15px;
    line-height: 20px;
  }

  .header .user_cont ul > li::before {
    font-size: 20px;
    top: -3px;
  }

  .footer_top_area ul li {
    margin-right: 48px;
  }

  .navbar_menu .navbar_nav {
    margin-right: 49px;
  }

  /* .group-blog .blog_left .row {
    width: 45%;
  } */

  .main_part .green_btn {
    padding: 18px 72px;
  }

  .main_container {
    max-width: 960px;
  }

  .effective_wrap figure img {
    width: 100%;
  }

  .banner_sec_new {
    padding: 50px 0;
    min-height: 600px;
  }

  .banner_logo_img {
    max-width: 150px;
    right: 10px;
    top: 20px;
  }

  .banner_wrap h1 {
    font-size: 45px;
  }

  .banner_wrap h2,
  .banner_wrap .h2-title {
    font-size: 30px;
  }

  .contact_us_left {
    width: 100%;
    padding: 20px;
  }

  .contact_us_rgt {
    width: 100%;
    padding: 20px;
  }

  .contact_us_wrap {
    margin: -20px;
  }

  .contact_us_form {
    margin-top: 0;
  }

  .effective_wrap > * {
    width: 100%;
    padding: 20px;
  }

  .effective_wrap {
    margin: -20px;
  }

  .energy_wrap h2 {
    font-size: 45px;
  }

  .new_header .right-head .green_btn {
    font-size: 12px;
    padding: 9px;
  }

  .new_header .right_nav_menu {
    padding-right: 0 !important;
  }

  .new_header .right-head ul li figure {
    max-width: 110px;
  }

  .new_header .navbar_menu .navbar_nav {
    margin-right: 0;
  }

  .home .main_content h1 {
    max-width: 687px;
  }

  /* 08-03-2023-css-html-new-page */

  .home-bannrWrap-item h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .home-bannrWrap-item p {
    font-size: 20px;
  }

  .home-secndNew-clmtxt {
    width: 33%;
    padding: 0 15px;
  }

  .home-secndNew-clmCntct {
    width: 30%;
  }

  .homeTax-credits-wrapCrt {
    padding: 20px 15px;
  }

  .homeTax-credits-wrapCrt h3 {
    font-size: 24px;
  }

  .homeTax-credits-wrapCrt p {
    font-size: 16px;
  }

  .tax-credit-examples-btnWrap ul li {
    padding: 0 10px;
  }

  .tax-credit-examples-btnWrap ul {
    margin: 0 -10px;
  }

  .tax-credit-examples-btnWrap ul li a {
    font-size: 16px;
    padding: 12px 30px;
  }

  .home-secndNew-clmtxt a {
    font-size: 16px;
    padding: 15px 30px;
  }

  .common-btn {
    font-size: 16px;
    padding: 12px 30px;
  }

  .tax-credit-examplesWrap-singlTxt p {
    font-size: 16px;
  }

  .tax-credit-examplesWrap-singlTxt h3 {
    font-size: 24px;
  }

  .tax-credit-limits-sec .section-tittleNew p {
    font-size: 16px;
  }

  .heatpump-home-clmTxt p {
    font-size: 16px;
  }

  .heatpump-home-clmTxt h3 {
    font-size: 24px;
    margin-top: 0;
  }

  .home-efeciency-btm-sec .heatpump-home-clmTxt {
    padding-left: 15px;
  }

  .home-efeciencyTax-btm-sec .heatpump-home-clmTxt {
    padding-right: 15px;
  }

  .tittle-wrapHome-wrapBtm h2 {
    font-size: 60px;
  }

  .tittle-wrapHome-wrapBtm p {
    font-size: 18px;
  }

  .wrap-btn-allBtm-new ul {
    flex-wrap: wrap;
  }

  .wrap-btn-allBtm-new ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
  }

  .wrap-btn-allBtm-new ul li a {
    font-size: 16px;
    padding: 12px 20px;
  }

  .home-lastNew-taxWrap-sec {
    padding: 80px 0;
  }

  .home-efeciencyTax-btm-sec {
    padding: 60px 0;
  }

  .home-efeciency-btm-sec {
    padding: 60px 0;
  }

  .heatpump-home-sec {
    padding: 60px 0;
  }

  .tax-credit-limits-sec {
    padding: 60px 0;
  }

  .tax-credit-examples-sec {
    padding: 60px 0;
  }

  .homeTax-credits-sec {
    padding: 40px 0 60px;
  }

  .home-secndNew-sec {
    padding: 60px 0;
  }

  .home-bannerRw-wrap {
    max-width: 440px;
  }

  .section-tittleNew h2 {
    font-size: 30px;
  }

  .home-secndNew-clmtxt h3 {
    font-size: 24px;
    margin-top: 0;
  }

  /* 08-03-2023-css-html-new-page */
  /* CSS Modification 28.03.23 */
  .page-template-new-home-d4nav .main_content h1 {
    max-width: 687px;
  }

  .header.newwrapheader .navbar_menu #myMenu {
    padding: 0;
  }

  .header.newwrapheader .logo {
    position: static;
    width: auto;
  }

  .header.newwrapheader .navbar_menu {
    padding: 20px 0;
  }

  .header.newwrapheader .navbar_menu .navbar-toggler {
    display: none;
    position: static;
  }

  .header.newwrapheader .navbar_menu #myMenu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: unset;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .header.newwrapheader .navbar_menu .navbar_nav {
    padding: 0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header.newwrapheader .search {
    max-width: 930px;
  }

  .search-icon.mobile-search {
    display: none;
  }

  /* CSS Modification 28.03.23 */

  /* support start 30/1/24 */
  .new-home-hdr-lft {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .new-home-hdr-rit {
    width: 100%;
  }

  .new-home-hdr-rit {
    justify-content: center;
  }

  .new-home-hdr-lft ul {
    justify-content: center;
  }

  .Energy_box-row {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
  }

  .Energy_box a {
    font-size: 17px;
  }

  .main-banner {
    min-height: 650px;
    padding: 50px 0;
  }

  .main-ban-logos {
    max-width: 300px;
  }

  .main-banner-content ul li {
    font-size: 20px;
  }

  h5,
  .h5-title {
    font-size: 27px;
  }

  h6,
  .h6-title {
    font-size: 20px;
  }

  .cmn-btn {
    font-size: 16px;
  }

  .better_main .better_main_left,
  .better_main .better_main_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .text_cont_wrap {
    font-size: 20px;
  }

  .cooling_box .cooling_box_cont:first-child a {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  body {
    font-size: 16px;
  }

  .footer_top_area ul li a {
    font-size: 17px;
  }

  .footer_inner_box address a {
    display: block;
  }

  .finduubutton {
    max-width: 215px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 15px;
  }

  .footer_inner_box figure {
    text-align: center;
  }

  .text_cont_wrap p {
    text-align: center;
    text-align-last: center;
  }

  .cooling_box .cooling_box_cont a {
    display: block;
    text-align: center;
  }

  .about-team-sec {
    padding-bottom: 42px;
  }

  .cultute-lft-heading {
    margin: 0 0 18px 0;
  }

  /* support end 30/1/24 */

  /* support start 1/2/24 */
  .contact_team_top {
    margin-bottom: 0;
  }

  .culture-customersec.gapsec {
    padding-bottom: 0;
  }

  .contact_team_top h2 {
    font-size: 27px;
  }

  .customer-say h2 {
    font-size: 27px;
  }

  .page-template-default .inner_main {
    padding: 24px 0 0;
  }

  .team_img_wrp {
    margin-top: 18px;
  }

  .contact_team.cta h2 {
    margin-bottom: 20px;
  }

  .company_biggest_assest_sec h2,
  .see_our_work_section .main_content > h2 {
    font-size: 27px;
  }

  .company_biggest_assest_sec .company_asseset_lists:last-child {
    margin-bottom: 0;
  }

  .core_mag.contact_team_top {
    padding-bottom: 0;
  }

  .page-template-core-value .contact_team.cta.gapsec .cf7_buttom {
    margin-top: 35px;
  }

  .see_our_work_section {
    text-align: center;
  }

  .culture-customersec.gapsec.insulatn-intro {
    padding-bottom: 66px;
  }

  .common-insulation-gap {
    padding: 36px 0 60px 0;
  }

  .services {
    padding-bottom: 60px;
  }

  .services .service_list_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .page-template-attic_insulation ul li {
    font-weight: 16px;
  }

  .hvac_top_footer_sec.cooling_sec.blog_sec {
    margin-top: 40px;
  }

  .header .top_cont_head {
    padding: 13px 0;
  }

  .new_header .logo a {
    width: 150px;
  }

  .new_header .right-head ul li figure {
    max-width: 90px;
  }

  .new_header .right_nav_menu ul.navbar_nav > li {
    margin: 0 6px;
  }

  /* .header .new_header .navbar_nav li a{font-size: 12px;} */
  /* support end 1/2/24 */

  /* support start 2/2/24 */
  .cmn_gap_new {
    padding: 60px 0;
  }

  .contact_us_content h2 {
    font-size: 27px;
  }

  .contact_us_content p,
  .effective_wrap_content p,
  .energy_wrap p {
    font-size: 17px;
  }

  .contact_title .cont_title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .contact_us_content p {
    margin-bottom: 25px;
  }

  .wpcr3_button_1.wpcr3_show_btn,
  .tranperent_btn {
    padding: 16px 20px;
  }

  .banner_wrap .hvac-h1-title {
    font-size: 30px;
  }

  .culture-customersec.gapsec.spilts_sec {
    padding-bottom: 42px;
  }

  .splits_content h2 {
    font-size: 35px;
  }

  /* support start 2/2/24 */
  .hvac_new_bnr_wrap .home-bannerRw-wrap {
    max-width: 440px;
  }

  .heatpump-home-clmTxt .heatpump_hding_txt,
  .home-secndNew-clmtxt h2 {
    font-size: 27px;
  }

  .wrap-btn-allBtm-new ul li a {
    min-width: 423px;
  }

  .tax_credit_right_form {
    top: -14%;
  }

  .blog_left .rowspan {
    --bs-gutter-y: 30px;
  }

  .blog_left .srch-titl {
    margin-bottom: 24px;
  }

  /* support start 2/2/24 */
  /* support end 2/2/24 */

  /* support starts 19.09.2024  */
  .home-energy-txt h1 {
    font-size: 80px;
  }

  .home-energy-txt span {
    font-size: 25px;
  }

  .home-energy-txt a {
    width: 300px;
  }

  .enrgy-top-part {
    margin-bottom: 50px;
  }

  .enrgy-link-outer {
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .enrgy-btm-link1 p {
    font-size: 18px;
  }

  .ftr-gradient {
    padding: 30px 0;
  }

  .ftr-gradient a {
    font-size: 22px;
  }

  .energy-innr-content .wp-image-4692.size-full {
    width: 140px;
    margin: 20px auto 10px;
  }

  .energy-innr-content {
    margin-bottom: 20px;
  }

  .energy-innr-content h2 {
    font-size: 24px;
  }

  /* support ends 19.09.2024  */

  .energy-innr-cnt-col {
    width: 48%;
  }

  .energy-innr-content {
    column-gap: 40px;
  }

  /*  support starts 27.12.2024 */
  .coupons-row {
    --bs-gutter-x: 20px;
  }

  .coupon-card-sec .card-body .ico {
    width: 90px;
  }

  /*  support ends 27.12.2024 */

  /* SM 28-01-25 Css Start */
  .extra-new .Appointment_cont-lft img {
    max-width: 70px;
  }

  .extra-new .Appointment_cont-lft img:not(:last-child) {
    margin-right: 20px;
  }

  .Appointment_sec .right_wpr-inr {
    max-width: 100%;
    text-align: center;
  }

  .appointment_title-top img {
    width: 48px;
  }

  .appointment_title-top h1 {
    width: calc(100% - 58px);
  }

  /* SM 28-01-25 Css End */

  /* SM 28-01-25 Css Start */
  .Energy_logo-wpr ul li {
    min-height: 110px;
  }

  .hm-guaranteed-inr figure {
    width: 250px;
  }

  /* SM 28-01-25 Css End */

  /* SM 03-02-25 Css End */
  .heating-cool-bnr-lwr-logo {
    max-width: 350px;
    display: block;
  }

  /* SM 03-02-25 Css End */
  .Energy_logo-wpr ul li .Energy_logo-lwr-card img {
    /* max-width: 190px; */
    max-width: 250px;
  }

  /* sg-07-02-2025 */
  .hvac-eqip-btn-wpr .cmn-btn {
    min-width: 172px;
    padding: 15px 10px;
  }

  .hvac-eqip-btn-wpr > img {
    max-width: 178px;
  }

  .hvac-eqip-btn-wpr {
    justify-content: space-between;
  }

  /* sg-07-02-2025 */

  /* S.Mv Css Start 15-04-25 */
  .customer-sec {
    padding-bottom: 60px;
  }
  /* S.Mv Css End 15-04-25 */
}

@media (max-width: 1025px) {
  .navbar-nav > li:hover > .sub-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  .navbar_menu .navbar_nav {
    margin-right: 20px;
    justify-content: flex-end;
  }

  .header_content ul.navbar_nav > li {
    margin: 0;
    margin-right: 20px;
  }

  .header .tranperent_btn a {
    padding: 12px 19px;
  }

  .header .top_cont_head .user_cont {
    width: 100%;
  }

  .header .user_cont ul > li > span,
  .header .user_cont ul > li > a {
    font-size: 20px;
    line-height: 23px;
  }

  /*.header .right_nav_menu{padding-right: 66px;}*/
  .tranperent_btn a {
    padding: 13px 26px;
  }

  .navbar_nav li {
    padding: 0 8px;
  }

  .main_content {
    max-width: 960px;
  }

  /*.main_cont{max-width: 468px;}*/
  .box_cont .headline {
    font-size: 20px;
    line-height: 24px;
  }

  .header .user_cont {
    width: 50%;
  }

  .Customers_right iframe,
  .better_main_left iframe {
    height: 254px;
  }

  .headline {
    font-size: 24px;
    line-height: 36px;
  }

  .location_left ul li figure img {
    width: 160px;
  }

  .location_left ul li:last-child figure img {
    width: 89px;
  }

  .location_sec .location_left {
    margin-bottom: 41px;
  }

  .promise_inner .headline {
    font-size: 41px;
    line-height: 45px;
  }

  .ryno-header-sec {
    background: transparent !important;
    padding: 0;
  }

  .ryno-header-wrap {
    min-height: inherit;
    max-width: 100%;
    background-color: #383838;
  }

  .ryno-header-wrap .row-ryno {
    width: 100%;
  }

  .lennox_right {
    color: #fff;
  }

  .lennox_right span,
  .lennox_right p {
    color: #fff;
  }

  span.clickD {
    right: -15px;
    top: 10px;
  }

  .footer_top_area ul li {
    margin-right: 12px;
  }

  /* .group-blog .blog_left .row {
    width: 45% !important;
  } */

  /* support start 2/2/24 */
  .finance-made-easy ul li p br {
    display: none;
  }

  /* support end 2/2/24 */

  /*  26.12.24 start */

  .right_advantage figure {
    margin-bottom: 20px;
    max-width: 170px;
    width: 100%;
  }

  /*26.12.24 end */
  .Energy_logo-wpr ul li .Energy_logo-lwr-card img {
    max-width: 170px;
  }
}

@media (max-width: 1069px) {
  .tranperent_btn a {
    padding: 15px 20px;
  }

  .logo a {
    width: 200px;
  }

  .header .logo {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
  }

  .header .right_nav_menu {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 40px;
  }

  .sidebar .wp-caption.alignleft,
  .sidebar img.alignleft {
    margin-left: 0;
  }

  .sidebar .wp-caption.alignright,
  .sidebar img.alignright {
    margin-right: 0;
  }

  .error404 .page-header {
    margin-left: auto;
    max-width: 604px;
    width: 100%;
  }

  .archive .page-content,
  .archive .page-header,
  .archive-header,
  .attachment .entry-content,
  .attachment .entry-header,
  .blog .page-header,
  .error404 .page-content,
  .post-navigation .nav-links,
  .search .page-content,
  .search .page-header,
  .sidebar .site-info,
  .site-footer .widget-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error404 .page-title {
    font-size: 24px;
    padding: 180px;
  }

  .error404 .page-title:before {
    font-size: 554px;
  }

  .attachment .image-navigation {
    max-width: 724px;
  }

  .image-navigation .nav-next,
  .image-navigation .nav-previous {
    position: static;
  }

  .site-main .widget-area {
    margin-right: 60px;
  }

  .header .search {
    bottom: 39px;
  }
}

@media (max-width: 1024px) {
  .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 5px;
    width: 19px;
    height: 20px;
    background: url(images/menuarr.svg) center 47% no-repeat;
    background-size: auto;
    cursor: pointer;
    display: block;
    background-size: 10px;
  }

  .each_blog .blog_heading {
    min-height: 98px;
  }

  .blog_short_content p {
    min-height: 137px;
  }

  .who_accordion {
    display: block;
    padding: 30px 0;
    width: 100%;
  }

  .who_inner {
    display: none;
  }

  .who_button {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .who_heading_acc {
    cursor: pointer;
    margin: 0 0 15px;
    padding: 20px 15px 20px 62px !important;
    font-family: "Work Sans", sans-serif;
    color: #025334 !important;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    background: url(images/article_plus.jpg) 20px 18px no-repeat #fff !important;
    border: 2px solid #cec5bb;
    text-transform: none;
  }

  .who_accordion #accordion h2.active {
    color: #fff !important;
    background: url(images/article_minus_who_we.jpg) 21px 27px no-repeat #025334 !important;
  }

  .navbar_menu ul.navbar-nav > li.menu-item-has-children {
    padding-right: 19px;
  }

  .navbar_menu ul.navbar-nav > li {
    font-size: 13px;
  }

  .group-blog .content_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;

    width: 100%;
  }

  .group-blog .default_sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_inner_box address {
    font-size: 15px;
    line-height: 20px;
  }

  /* support start 31/1/24 */
  .team-sec .team-sec-right h2 {
    margin: 0 0 20px 0;
  }

  .team-sec .row {
    align-items: center !important;
  }

  /* support end 31/1/24 */
  .energy-innr-cnt-col {
    width: 47.5%;
  }

  .energy-innr-content {
    column-gap: 30px;
  }
}

@media (max-width: 1023px) {
  .main_content .footer_links:nth-child(3) {
    width: 34%;
  }

  .heating_inner .headting_box:first-child {
    padding-right: 15px;
  }

  .heating_inner .headting_box:last-child {
    padding-left: 15px;
  }

  .employment .form_inner .wpcf7-form-control-wrap {
    flex-basis: 50%;
  }

  .main_content .footer_links:nth-child(3) h2 {
    font-size: 14px !important;
  }

  .block4 h2 {
    margin-bottom: 17px;
  }

  .block4 {
    padding: 31px 0;
  }

  .vd-title {
    font-size: 12px !important;
  }

  .accr_cont_img figure {
    display: inline-block;
    margin-right: 24px;
    vertical-align: top;
    width: 43% !important;
  }

  .cont-lft,
  .cont-rht,
  .cont-mdl {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    background-color: #eee !important;
  }

  .map_sec ul li.onetextsec,
  .map_sec ul li.twotextsec {
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
  }

  .map_sec ul li.fourtextsec,
  .map_sec ul li.onetextsec,
  .map_sec ul li.twotextsec {
    pointer-events: none;
    position: absolute;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  }

  .mega-sub-menu {
    width: 750px !important;
  }

  .main_content {
    max-width: 713px;
  }

  .nav-menu li a {
    padding: 15px;
    font-size: 14px;
  }

  .header_right {
    width: 70%;
  }

  .search-box-inn {
    width: 750px;
    margin: 0 auto;
  }

  .search-box-inn h2 img {
    width: 54%;
  }

  .logo {
    width: 28%;
  }

  .fixed a.logo2 img {
    width: 80%;
  }

  .logo2 {
    width: 30%;
  }

  .header h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .banner_text p {
    font-size: 25px;
  }

  .banner_text p span {
    font-size: 22px;
  }

  .our_services ul li {
    width: 28%;
  }

  .industry_express_left1 {
    margin: 0 20px 0 0;
  }

  .who_we_right {
    padding: 18px 0 0;
  }

  .who_we_right h2 {
    margin-bottom: 18px;
  }

  .parallax-window2 {
    min-height: 530px;
  }

  .our_customer_left {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .our_customer_right {
    float: none;
    width: 100%;
  }

  .block4 h2 {
    margin-bottom: 50px;
  }

  .block4 {
    padding: 50px 0;
  }

  .our_customer .bx-wrapper .bx-controls-auto,
  .our_customer .bx-wrapper .bx-pager {
    bottom: 0;
  }

  .our_customer_right img {
    width: 100%;
  }

  .footer_top h2 {
    line-height: 24px;
    margin-bottom: 14px;
  }

  .footer_links {
    padding-right: 15px;
  }

  .insulation_left h2,
  .insulation_left ul {
    padding: 0 10px 0 20px;
  }

  .footer_top {
    font-size: 15px;
  }

  #accordion h2 {
    font-size: 20px;
  }

  #accordion .content p {
    font-size: 17px;
  }

  .insulation_left h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .insulation_left ul li {
    font-size: 16px;
    padding-bottom: 9px;
  }

  .insulation {
    padding-bottom: 30px;
  }

  .magazine_articel ul {
    padding: 0 0 0 50px;
  }

  .magazine_articel h2 {
    font-size: 25px;
  }

  .video_case ul li {
    margin: 0 10px;
  }

  .video_case ul li h2 {
    font-size: 20px;
  }

  .our_services ul {
    padding: 0;
  }

  .bx-wrapper .bx-controls-auto,
  .bx-wrapper .bx-pager {
    bottom: 10px !important;
  }

  .block4_inner li img {
    width: 75%;
  }

  .block4_inner li {
    padding: 40px 20px 20px;
  }

  .footer_top h2 {
    font-size: 17px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  .footer_top p {
    font-size: 14px;
  }

  .footer_top p {
    font-family: "Open Sans", sans-serif;
  }

  .insulation_left {
    height: 279px;
  }

  #accordion h2 {
    background-position: 12px 11px;
  }

  .industry_express_left {
    margin: 0 0 0 14px;
  }

  .map_sec ul li.onetextsec {
    height: 83px;
    left: 51px;
    top: 27px;
    width: 96px;
    transform: scale(2.5);
    -webkit-transform: rotate(-4deg);
  }

  .map_sec ul li.twotextsec {
    height: 80px;
    right: 39px;
    top: 46px;
    width: 65px;
    -webkit-transform: rotate(-4deg);
  }

  .map_sec ul li.threetextsec {
    bottom: 30px;
    display: inline-block;
    height: 83px;
    pointer-events: none;
    position: absolute;
    right: 45px;
    width: 90px;
  }

  .map_sec ul li.fourtextsec {
    bottom: 15px;
    display: inline-block;
    height: 130px;
    left: 24px;
    width: 91px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
  }

  .blog_left,
  .blog_right {
    float: none;
    width: 100%;
  }

  .blockquote > p {
    font-size: 28px;
  }

  .blog_left {
    margin-bottom: 5%;
  }

  .blog_right .widget {
    margin-bottom: 5px;
  }

  .hover_element p {
    margin-bottom: 20px;
  }

  #faq-sec .faq-subject {
    width: 48%;
  }

  .our_services ul li {
    margin: 0 10px;
  }

  .footer_top p {
    font-size: 13px;
  }

  .footer_top a {
    font-size: 13px;
  }

  .header_top {
    margin-right: 10px;
  }

  .our_sapproach_right,
  .our_sapproachleft,
  .our_sculture .our_sapproach_right {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .who_we_are {
    background-size: cover;
    background-position: right top;
  }

  .footer_links {
    width: 33%;
  }

  #accordion .content p {
    word-break: break-all;
    word-wrap: break-word;
  }

  .cont-lft,
  .cont-rht {
    margin-right: 0;
  }

  .address-sec {
    padding: 0 10px 32px;
  }

  .default_sidebar,
  .content_wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .default_sidebar {
    margin-bottom: 40px;
  }

  .footer_menu ul.menu {
    margin-top: 0;
  }

  .allBTN {
    padding: 15px 40px 15px 40px;
  }

  .inner_banner .headline {
    font-size: 36px;
    line-height: 40px;
  }

  .hm_ban .inner_banner .headline {
    font-size: 25px;
    line-height: 30px;
  }

  .headline {
    font-size: 25px;
    line-height: 30px;
  }

  .right_bar p {
    font-size: 19px;
    line-height: 28px;
  }

  .contact-form input[type="email"],
  .contact-form input[type="number"],
  .contact-form input[type="password"],
  .contact-form input[type="reset"],
  .contact-form input[type="search"],
  .contact-form input[type="tel"],
  .contact-form input[type="text"],
  .contact-form input[type="url"],
  .contact-form select,
  .contact-form textarea {
    font-size: 15px;
  }

  .lennox-product-layout
    .product-layout-right
    .product-list-section
    .product-list
    li.product-list-item
    a
    .list-item-wrapper
    .list-item-image {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .lennox-product-layout
    .product-layout-right
    .product-list-section
    .product-list
    li.product-list-item
    a
    .list-item-wrapper
    .list-item-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .list-item-wrapper .list-item-attr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lennox-product-layout
    .product-layout-left
    .category-list-section
    #category-list-accordion.category-list
    li.category-list-item
    a {
    font-size: 12px;
    padding: 8px;
  }

  .group-blog .team-sec .row,
  .group-blog .feature-additional .row,
  .group-blog .culture-customersec .row {
    align-items: flex-start;
  }

  .feature-additional h2 span {
    display: inline-block;
  }

  .feature-additional h2 {
    margin-bottom: 20px;
  }

  .feature-additional h2,
  .fea-add-button-group {
    flex-basis: 100%;
    width: 100%;
  }

  .group-blog .culture-customersec .row {
    margin-bottom: 50px;
  }

  .rating-tagsec a {
    margin: 0 0 10px 0;
    width: 100%;
    display: inline-block;
  }

  .team-sec .team-sec-right h4,
  .culture-customersec h4 {
    margin-top: 0;
  }

  .finance_box.left_finance {
    width: 38%;
  }

  .finance_box.right_finance {
    width: 50%;
  }

  .main_content .row.finance-bottom {
    display: block;
  }

  .main_content .row.finance-bottom div {
    width: auto;
  }

  .footer_inner .footer_inner_box {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .Appointment_cont .tranperent_btn {
    text-align: center;
    font-size: 14px;
  }

  /***** 17-11-2023 *****/

  .cont-lft,
  .cont-rht,
  .cont-mdl {
    /* width: 47%;
        display: inline-block; */
    margin: 0 0% 5% 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 999px) {
  .header .user_cont ul > li > span,
  .header .user_cont ul > li > a {
    font-size: 16px;
    line-height: 21px;
  }

  .Advantage_sec .advantage_box,
  .heating_inner .headting_box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .heating_inner {
    margin-bottom: -20px;
  }

  .left_advantage > figure img {
    width: 100%;
  }

  .Advantage_sec .advantage_box {
    margin-bottom: 40px;
  }

  .Advantage_sec .Advantage_inner {
    margin-bottom: -40px;
  }

  .right_advantage figure {
    margin-bottom: 10px;
  }

  .review_inner_area .review_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 0 15px;
  }

  .Review_sec .review_inner_area {
    margin: 0 -15px;
    justify-content: center;
  }

  .review_box.active .review_box_cont {
    width: 100%;
    margin-left: inherit;
    margin-top: inherit;
  }

  .review_box .client_img {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }

  .review_box.active .review_box_cont::before {
    display: none;
  }

  .review_box_cont h4 {
    color: #000;
  }

  .review_box .review_box_cont::before {
    display: none;
  }

  .review_box .review_box_cont {
    padding-bottom: 46px;
  }

  .review_box.active .review_box_cont {
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    background: #e5ded8;
  }

  .review_inner_area .review_box {
    margin-bottom: 40px;
  }

  .Review_sec .review_inner_area {
    margin-bottom: -40px;
    padding-bottom: 40px;
  }

  .green_btn {
    padding: 13px 68px;
  }

  .copyright p {
    font-size: 15px;
    line-height: 19px;
  }

  .footer_top_area ul li a {
    font-size: 18px;
    line-height: 22px;
  }

  .author.sidebar .author-info,
  .sidebar .comment-list,
  .sidebar .comment-navigation,
  .sidebar .comment-reply-title,
  .sidebar .comment-respond .comment-form,
  .sidebar .entry-content,
  .sidebar .entry-header,
  .sidebar .entry-meta,
  .sidebar .entry-summary,
  .sidebar .featured-gallery,
  .sidebar .post-navigation .nav-links {
    max-width: 604px;
    padding-left: 0;
    padding-right: 0;
  }

  .attachment .entry-header,
  .blog.sidebar .page-content,
  .search.sidebar .page-content,
  .sidebar .comments-title,
  .sidebar .site-info {
    max-width: 604px;
  }

  .attachment .entry-header,
  .blog.sidebar .page-content,
  .search.sidebar .page-content,
  .sidebar .archive-meta,
  .sidebar .comments-title,
  .sidebar .no-comments,
  .sidebar .site-info {
    padding-left: 0;
    padding-right: 0;
  }

  .attachment .entry-meta {
    float: left;
    text-align: left;
    width: 100%;
  }

  .attachment .entry-content {
    max-width: 100%;
    padding: 40px 0;
  }

  .format-status .entry-content {
    padding-top: 40px;
  }

  .format-status .entry-meta {
    padding-bottom: 40px;
  }

  .sidebar .format-status .entry-content,
  .sidebar .format-status .entry-meta {
    padding-left: 35px;
  }

  .sidebar .format-status .entry-content:before,
  .sidebar .format-status .entry-meta:before {
    left: 10px;
  }

  .sidebar .format-status .entry-content p:first-child:before {
    left: 4px;
  }

  .sidebar .paging-navigation .nav-links {
    padding: 0 60px;
  }

  .site-main .sidebar-container {
    height: auto;
    margin: 0 auto;
    max-width: 604px;
    position: relative;
    top: 20px;
  }

  .site-main .widget-area {
    float: none;
    margin: 0;
    width: 100%;
  }

  .sidebar .site-footer .widget-area {
    max-width: 100%;
    left: 0;
  }

  .location_right > ul > li,
  .location_left > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }

  .location_left ul li {
    text-align: center;
    margin-bottom: 40px;
  }

  .promise_inner .headline {
    font-size: 35px;
    line-height: 40px;
  }

  .location_right .headline {
    min-height: inherit;
  }

  .better_main_right p {
    margin-bottom: 0;
  }

  .location_main {
    margin-bottom: 0;
  }

  .location_right > ul,
  .location_left > ul {
    margin-bottom: 0;
  }

  .location_sec .location_left {
    margin-bottom: 0;
  }

  .Appointment_cont h2 {
    font-size: 21px;
    line-height: 26px;
  }

  /*.navbar_menu ul{padding-left: 0;}*/
  .navbar_menu ul.navbar-nav > li {
    display: block;
  }

  .navbar_menu ul.navbar-nav > li {
    text-align: left;
  }

  .navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu > li > a,
  .navbar_menu ul.navbar-nav > li > ul.sub-menu > li > a,
  .navbar_menu ul.navbar-nav > li > a {
    display: block;
    padding: 5px 15px;
  }

  .navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu,
  .navbar_menu ul.navbar-nav > li > ul.sub-menu {
    position: relative;
    background: #999ea4;
    right: inherit;
    right: inherit;
    width: inherit;
  }

  .navbar_menu ul li a::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }

  /*    .header .navbar_menu {background-color: #fff;margin-bottom: 12px;}*/
  .navbar_menu button:active {
    background: none;
    border: 0;
  }

  .navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu {
    left: inherit;
    top: inherit;
  }

  .navbar_menu ul.navbar-nav > li > ul.sub-menu > li {
    display: block;
  }

  .navbar_menu button {
    margin: auto;
    background: #fff;
    line-height: 0;
    display: block;
    padding: 5px 5px;
    margin-bottom: 11px;
  }

  .header .navbar_menu {
    padding: 50px 0;
  }

  .footer_menu a {
    font-size: 15px;

    line-height: 24px;
  }

  .navbar_menu .main_content {
    position: relative;
  }

  .navbar_menu .navbar-toggler {
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    top: 36px;
  }

  .navbar_menu #myMenu {
    display: none;
    padding-top: 40px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .navbar_menu ul.navbar-nav > li > ul.sub-menu > li ul.sub-menu,
  .navbar_menu ul.navbar-nav > li > ul.sub-menu {
    display: none;
    /*display: block;*/
  }

  .blog_short_content p {
    font-size: 17px;
    line-height: 20px;
  }

  .each_blog .blog_heading {
    font-size: 18px;
    line-height: 22px;
  }

  .navbar-nav .menu-item {
    border-right: 0;
  }

  span.clickD {
    right: auto;
    background-size: 15px;
    margin-left: 10px;
  }

  .navbar_menu ul.navbar-nav > li:hover {
    background: transparent;
    cursor: pointer;
  }

  .navbar_nav ul.sub-menu li {
    padding: 0 8px 10px 8px;
    text-align: center;
  }

  .navbar_menu ul.navbar-nav > li:hover a {
    color: #fff;
  }

  .navbar_menu ul.navbar-nav > li > ul.sub-menu > li > a {
    padding: 5px 0;
    margin: 0;
    position: static;
  }

  .navbar_menu ul.navbar-nav > li {
    padding: 6px 0;
  }

  .navbar_menu ul li a:before {
    bottom: -6px;
  }

  .navbar_menu ul li a:before {
    bottom: -6px;
  }

  .navbar_menu ul.navbar-nav > li > ul.sub-menu li a:before {
    bottom: 0;
  }

  .navbar_menu .navbar_nav {
    display: block;
  }

  .header .logo {
    position: absolute;
    top: 8px;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }

  .header .search {
    top: 40px;
    transform: inherit;
    bottom: inherit;
  }

  /* .navbar_nav {
    padding: 20px 10px;
    background: #e2dbdb;
  } */

  .navbar_nav > li {
    padding: 0 0 10px 0;
  }

  .navbar_nav li > ul.sub-menu {
    position: static;
    left: inherit;
    top: inherit;
    width: 100%;
    transform: inherit;
    -webkit-transform: inherit;
  }

  .navbar_nav li > ul.sub-menu::before {
    display: none;
  }

  .new_header .right-head {
    padding: 20px 10px;
    background: #e2dbdb;
  }

  /* support start 30/1/24 */
  .new-home-hdr-rit .navbar_nav {
    padding: 0;
    background: transparent;
  }

  /* support end 30/1/24 */
  /* support start 1/2/24 */
  header .new_header .logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  header .new_header .logo a {
    width: 200px;
  }

  header .new_header .navbar_menu .navbar-toggler {
    top: 23px;
  }

  .header .new_header .navbar_menu {
    padding: 37px 0;
  }

  /* support end 1/2/24 */
}

@media (max-width: 991px) {
  .free-qt .Rname,
  .free-qt .remail,
  .free-qt .rphone {
    width: 100%;
  }

  .free-qt .form_right {
    float: none;
    width: 100%;
  }

  .free-qt .form_left {
    float: none;
    width: 100%;
    margin-bottom: 13px;
  }

  .free-qt .rmessage textarea.wpcf7-textarea {
    margin-bottom: 0;
    width: 100%;
  }

  .free-qt .rpropertyaddress {
    margin: 0 0 10px 0;
  }

  .free-qt .form_right select {
    width: 100% !important;
  }

  .free-qt .rtime {
    margin-left: 0;
  }

  .employment.emp-form .form_inner .wpcf7-form-control-wrap {
    flex-basis: 100%;
    margin-bottom: 13px;
  }

  .employment.emp-form p .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }

  .employment.emp-form textarea.wpcf7-textarea {
    padding: 8px 10px;
  }

  .employment.emp-form input.wpcf7-submit[type="submit"] {
    padding: 12px 28px;
    width: 176px;
    margin-top: 10px;
  }

  .employment.emp-form .Address textarea {
    margin-bottom: 13px;
  }

  .employment.emp-form .file-label label {
    font-size: 13px;
    line-height: 24px;
  }

  .contact-button input[type="submit"] {
    margin-top: 20px;
  }

  /* .services {
    margin-bottom: 100px;
  } */

  .form_left {
    padding: 0;
    margin-bottom: 11px;
  }

  .form_right.scnd-lvl {
    margin-bottom: 6px;
  }

  /*.form_left.frst-lvl{padding-bottom: 20px;}*/
  .insu-scnd .wpcf7-form-control-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .scnd-lvl .wpcf7-form-control-wrap.Message {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .scnd-lvl .wpcf7-form-control-wrap.ServiceNeeded {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .frst-lvl .wpcf7-form-control-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .frst-lvl .form_inner {
    margin-bottom: -20px;
  }

  .colum-lg-auto,
  .colum-lg-1,
  .colum-lg-2,
  .colum-lg-3,
  .colum-lg-4,
  .colum-lg-5,
  .colum-lg-6,
  .colum-lg-7,
  .colum-lg-8,
  .colum-lg-9,
  .colum-lg-10,
  .colum-lg-11,
  .colum-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .Appointment_sec .Appointment_cont h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .Appointment_cont h2 span {
    font-size: 22px;
    line-height: 25px;
  }

  .header .navbar-collapse {
    text-align: left;
  }

  span.clickD {
    right: 0;
  }

  .single-post .default_sidebar.right-side-form {
    margin-top: 45px;
    margin-bottom: 0 !important;
  }

  .header .user_cont ul > li::before {
    font-size: 17px;
    top: -2px;
    right: -7px;
  }

  /*15.01.20*/
  a.finduubutton {
    display: table;
    margin: 20px auto;
  }

  .Appointment_cont .tranperent_btn {
    text-align: center;
    font-size: 14px;
  }

  .main_part_right {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 25px;
    text-align: center;
  }

  .main_part_left {
    width: 60%;
    float: none;
    margin: 0 auto 25px;
  }

  .main_part {
    display: block;
  }

  .main_part:nth-child(even) .main_part_left {
    float: none;
  }

  .main_part:nth-child(even) .main_part_right {
    float: none;
  }

  .company_biggest_assest_sec {
    padding: 40px 0px;
  }

  .core_mag.contact_team_top {
    max-width: 90%;
  }

  .core_mag.contact_team_top p br {
    display: none;
  }

  .main_container {
    max-width: 720px;
  }

  .banner_sec_new_b_wrapper {
    position: static;
    transform: inherit;
    background: #f0f0f0;
    padding: 40px 0;
  }

  .banner_sec_new_b_wrapper .banner_wrap h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .banner_sec_new_b_wrapper .banner_wrap h3 br {
    display: none;
  }

  .banner_sec_new_b_wrapper .banner_wrap h1 br {
    display: none;
  }

  .energy_wrap,
  .energy_wrap h2 {
    text-align: left;
  }

  .contact_team .frst-lvl .form_inner p .wpcf7-form-control-wrap {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .contact_team .frst-lvl .form_inner p .wpcf7-form-control-wrap {
    padding: 5px 0;
    margin-bottom: 0;
  }

  .contact_team .frst-lvl .form_inner p .wpcf7-form-control-wrap input {
    margin-bottom: 0;
  }

  .contact_team textarea,
  .contact_team select {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .contact_team
    .frst-lvl
    .form_inner
    p
    .wpcf7-form-control-wrap
    input[type="text"],
  .contact_team
    .frst-lvl
    .form_inner
    p
    .wpcf7-form-control-wrap
    input[type="email"],
  .contact_team .frst-lvl .form_inner p .wpcf7-form-control-wrap select {
    height: 45px;
    margin-bottom: 0 !important;
  }

  .contact_team textarea {
    height: 91px !important;
  }

  .contact_team select {
    height: 45px !important;
  }

  .contact_team .frst-lvl .form_inner p {
    margin: 0 !important;
  }

  .contact_team .frst-lvl .form_inner {
    margin-left: 0;
    margin-right: 0;
  }

  .contact_team .frst-lvl .form_inner p .wpcf7-form-control-wrap {
    padding: 12px 0 !important;
    margin-bottom: 0;
  }

  .frst-lvl .form_inner {
    margin-bottom: -10px;
  }

  /* 08-03-2023-css-html-new-page */

  .home-bannrWrap-item h1 {
    font-size: 30px;
  }

  .home-bannrWrap-item p {
    font-size: 18px;
  }

  .home-secndNew-wrapInnr {
    padding: 0 15px;
  }

  .home-secndNew-clmOn {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-secndNew-clmtxt {
    width: 100%;
  }

  .home-secndNew-clmCntct .wrp-form-top {
    position: relative;
    transform: inherit;
    top: inherit;
  }

  .home-secndNew-clmCntct {
    width: 100%;
    margin-top: 50px;
  }

  .homeTax-credits-rw {
    justify-content: center;
  }

  .homeTax-credits-clm {
    width: 50%;
    margin-bottom: 20px;
  }

  .homeTax-credits-wrapCrt h3 {
    margin-top: 0;
  }

  .homeTax-credits-wrapCrt figure {
    margin-bottom: 20px;
  }

  .tax-credit-examplesWrap-singl figure {
    width: 100%;
    flex-basis: 100%;
  }

  .tax-credit-examplesWrap-singl figure img {
    width: 100%;
    margin-bottom: 20px;
  }

  .tax-credit-examplesWrap-singlTxt {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }

  .wrap-heatpump-home {
    flex-direction: column-reverse;
  }

  .heatpump-home-clmImg {
    width: 100%;
    margin-bottom: 20px;
  }

  .heatpump-home-clmTxt {
    width: 100%;
  }

  .home-efeciency-btm-sec .wrap-heatpump-home {
    flex-direction: column;
  }

  .cutom-wraperRight {
    padding: 0 15px;
  }

  .cutom-wraperLeft {
    padding: 0 15px;
  }

  .home-efeciency-btm-sec .cutom-wraperLeft {
    padding: 0 15px;
  }

  .tittle-wrapHome-wrapBtm h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .home-lastNew-taxWrap-sec {
    padding: 60px 0;
  }

  /* 08-03-2023-css-html-new-page */
  /* CSS Modification 28.03.23 */
  .newwrapheader
    #mega-menu-wrap-megamenu
    .mega-menu-toggle
    + #mega-menu-megamenu {
    display: none;
    background: #f1e9e0;
    padding: 10px 0;
  }

  .newwrapheader
    #mega-menu-wrap-megamenu
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-megamenu {
    display: block;
  }

  .newwrapheader #mega-menu-wrap-megamenu .mega-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .newwrapheader
    #mega-menu-wrap-megamenu
    #mega-menu-megamenu
    > li.mega-menu-item {
    display: block;
  }

  .newwrapheader
    #mega-menu-wrap-megamenu
    #mega-menu-megamenu
    > li.mega-menu-item
    > ul.mega-sub-menu {
    width: 100% !important;
    position: static;
    display: none;
  }

  .newwrapheader
    #mega-menu-wrap-megamenu
    #mega-menu-megamenu
    > li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu {
    display: block;
  }

  .onlyformobileview {
    display: block;
  }

  .header.newwrapheader .top_cont_head,
  .header.newwrapheader .header_content .right_nav_menu,
  .header.newwrapheader .mega-menu-wrap,
  .header.newwrapheader .navbar_menu #myMenu {
    display: none !important;
  }

  .header.newwrapheader .navbar_menu .navbar-toggler.mobiletoggler {
    display: block;
    position: relative;
    top: inherit;
    padding: 0;
  }

  .mobilemenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1000;
    background: var(--off-white-clr1);
    display: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 20px;
    overflow-y: auto !important;
    color: var(--black-clr);
  }

  .open-nav .mobilemenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .header.newwrapheader .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 15px;
  }

  .search-icon.mobile-search {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 20px;
    margin-left: auto;
  }

  .mobiletoggler {
    position: relative;
    width: 33px;
    height: 28px;
    padding: 0;
    overflow: hidden;
  }

  .mobiletoggler > span {
    display: inline-block;
  }

  .mobiletoggler > span,
  .mobiletoggler > span::before,
  .mobiletoggler > span::after {
    width: 30px;
    height: 2px;
    background: var(--blue-clr);
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .mobiletoggler > span::before {
    content: "";
    top: -10px;
    left: 0;
  }

  .mobiletoggler > span::after {
    content: "";
    top: 10px;
    left: 0;
  }

  .mobiletoggler.open > span {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: #fff;
  }

  .mobiletoggler.open > span::before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .mobiletoggler.open > span::after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .header.newwrapheader .mobilemenu .mobiletoggler {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .header.newwrapheader .mobiletoggler img {
    display: none;
  }

  .mobilemenu .mobiletoggler {
    background: transparent;
  }

  .mobilemenu .mobiletoggler > span,
  .mobilemenu .mobiletoggler > span::before,
  .mobilemenu .mobiletoggler > span::after {
    background: #fff;
  }

  .newwrapheader .wrapcontbutton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newwrapheader .wrapcontbutton ul li {
    color: #fff;
    text-align: center;
  }

  .newwrapheader .wrapcontbutton ul li a {
    color: #fff;
  }

  .navbar_nav.mobilenavbar {
    margin: 0 30px;
    padding: 0;
    background: transparent;
  }

  .contentsecmobile {
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .header.newwrapheader .contentsecmobile .logo {
    margin: 0;
  }

  .mobilemenu .navbar_nav > li {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
  }

  .mobilemenu .navbar_nav > li:last-child {
    margin-bottom: 0;
  }

  .mobilemenu .navbar_nav > li a {
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    color: #fff;
    background: var(--blue-clr);
    text-align: center;
  }

  .mobilemenu .navbar_nav > li.menu-item-has-children > a {
    /*padding-right: 40px;*/
  }

  .mobilemenu .navbar_nav > li .clickD {
    display: inline-block;
    background: url(images1/menu_lnk_dwn.svg) no-repeat center center;
    background-size: 16px;
    width: 35px;
    top: 0;
    z-index: 1;
    right: 0;
    margin: 0;
    height: 38px;
  }

  .mobilemenu .navbar_nav li > ul.sub-menu {
    padding: 0;
    background: #e0d9d2;
  }

  .mobilemenu .navbar_nav li > ul.sub-menu > li {
    margin: 0;
    padding: 0;
    border-color: #000;
  }

  .mobilemenu .navbar_nav li > ul.sub-menu > li > a {
    font-size: 14px;
    background: transparent;
    color: #000;
  }

  .mobilemenu .navbar_nav li > ul.sub-menu > li > a:hover {
    opacity: 0.8;
  }

  .header.newwrapheader .search {
    max-width: 100%;
  }

  /* CSS Modification 28.03.23 */
  /*support 30/3/2023*/
  .page-template-new-home-d4 .Energy_sec .Energy_box a {
    font-size: 20px;
  }

  /*support 30/3/2023*/

  /* support start 30/1/24 */
  .new-home-hdr-mdl {
    display: block;
  }

  /* support end 30/1/24 */

  /* support start 31/1/24 */
  /* better sec start */
  .better_main_left a img {
    width: 100%;
  }

  .better_main .better_main_left,
  .better_main .better_main_right {
    -webkit-box-flex: inherit;
    flex: inherit;
    max-width: inherit;
  }

  .Better_sec .better_main {
    display: inherit;
    flex-wrap: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
  }

  /* better sec end */
  .left_advantage > figure img {
    max-height: 400px;
    object-fit: contain;
  }

  .heating_inner,
  .headting_box h2,
  .Advantage_inner,
  .advantage_box h2,
  .better_main_right {
    text-align: center;
  }

  .feature-additional h2,
  .fea-add-button-group {
    text-align: center;
  }

  /* support end 31/1/24 */

  /* support start 1/2/24 */
  .group-blog .culture-customersec .row {
    margin-bottom: 30px;
  }

  .newwrapheader .wrapcontbutton ul li a,
  .newwrapheader .wrapcontbutton ul li {
    color: var(--black-clr);
  }

  /* support end 1/2/24 */

  /* support start 2/2/24 */
  .cmn_gap_new {
    padding: 50px 0;
  }

  .contact_us_content p,
  .effective_wrap_content p,
  .energy_wrap p {
    font-size: 16px;
  }

  .contact_title .cont_title,
  .effective_wrap_content h2 {
    font-size: 27px;
  }

  .energy_wrap h2 {
    font-size: 35px;
  }

  #energysec .energy_wrap,
  #energysec .energy_wrap h2,
  .banner_sec_new,
  .banner_sec_new .banner_wrap h1,
  .contact_us_content h2,
  .contact_us_content,
  .effective_wrap_content h2,
  .effective_wrap_content {
    text-align: center;
  }

  .effective_wrap_content h2,
  .contact_us_content h2 {
    margin: 0 auto 20px;
  }

  .banner_wrap .hvac-h1-title,
  .banner_wrap h2,
  .banner_wrap .h2-title {
    font-size: 27px;
  }

  .banner_wrap h1 {
    font-size: 37px;
  }

  .tax_credit_right_form {
    position: relative !important;
    right: 0;
    top: 0;
  }

  .tax-credit-examplesWrap-singl {
    margin-bottom: 0;
  }

  .hvac_new_tax_wrap p:not(:last-child) {
    margin-bottom: 22px;
  }

  .hvac_new_bnr_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
  }

  .hvac_new_bnr_wrap .main_container {
    position: relative;
    z-index: 1;
  }

  /* support end 2/2/24 */
  /* support start 5/2/24 */
  .com_ast_pic img {
    max-height: 75px;
  }

  /* support end 5/2/24 */

  /* support starts 19.09.2024  */
  .home-energy-txt h1 {
    font-size: 60px;
  }

  .home-energy-txt a {
    width: 250px;
  }

  .home-energy-sec {
    padding-top: 50px;
  }

  .energy-btm-part {
    padding-top: 20px;
  }

  .energy-innr-content .wp-image-4692.size-full {
    width: 100px;
    margin: 10px auto;
  }

  .energy-innr-content p {
    margin-bottom: 15px;
  }

  /* support ends 19.09.2024  */

  /*  26.12.24 start */

  .logo-img-wrppr {
    justify-content: center;
  }

  /*  26.12.24 end */

  /*support starts 27.12.2024 */
  .coupons-row {
    justify-content: center;
  }

  .coupon-card-sec .card-body .gb-button-wrapper .green_btn {
    padding: 10px 17px;
    font-size: 15px;
  }

  .coupon-card-sec .card-body h3.gb-headline {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  /*support ends 27.12.2024 */
  /*CSS Modification 02.01.25*/
  .prdct_dtls_cntnt h1 {
    font-size: 40px;
  }

  .prdct_dtls_sngle_img {
    text-align: center;
  }

  /*CSS Modification 02.01.25*/

  /* SM 03-02-25 Css Start */
  .hm-guaranteed-inr figure {
    width: 220px;
  }

  .Energy_logo-wpr {
    padding: 50px 0 0;
  }

  .heating-cool-bnr-lwr-logo {
    max-width: 270px;
    margin: 20px auto 0;
  }

  /* SM 03-02-25 Css End */

  /* sg-07-02-2025 */
  .row.hvac-eqip-row {
    --bs-gutter-x: 20px;
  }

  .hvac-eqip-clm-lft-wpr p {
    margin-bottom: 40px;
  }

  /* sg-07-02-2025 */
  /* pro 13/3/25 start */
  .prescott-hvac-page-bnr.banner_sec_new.new_b .banner_wrap {
    padding: 0;
  }

  .prescott-hvac-page-bnr.banner_sec_new.new_b .prescott-hvac-bnr-linked-logo {
    margin: 0 auto;
    display: block;
  }

  .prescott-hvac-page-bnr.banner_sec_new.new_b .heating-cool-bnr-lwr-logo {
    margin: 0 auto;
  }

  .prescott-hvac-page-bnr.banner_sec_new.new_b .banner_sec_new_figr {
    position: static;
    height: auto;
    pointer-events: auto;
  }

  .prescott-hvac-page-bnr.banner_sec_new.new_b .banner_sec_new_figr img {
    width: 100%;
    height: auto;
  }

  /* pro 13/3/25 end */

  /* S.Mv Css Start 15-04-25 */
  .customer-sec  .upr-google-image {
    max-width: 140px;
}
.rating-txt {
  font-size: 30px;
  margin-right: 8px;
}


  /* S.Mv Css End 15-04-25 */

  /* support starts 09.05.2025  */
  .content-iframe-wrapper {
    float: none;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .yt-main-wppr {
    margin: 0 auto;
}
    /* support ends 09.05.2025  */
}

@media (max-width: 767px) {
  .split_video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .splits_txt,
  .splits_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .splits_img {
    margin-bottom: 30px;
  }

  .splits_content.common_gap {
    padding-bottom: 0px;
  }

  .culture-customersec.hnacsecsec.gapsec {
    margin-bottom: 0;
  }

  .form_right.scnd-lvl {
    padding: 0;
    margin: 0;
  }

  .frst-lvl .wpcf7-form-control-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .insu-scnd .wpcf7-form-control-wrap.ServiceNeeded,
  .insu-scnd .wpcf7-form-control-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .Appointment_sec .Appointment_cont h2 {
    text-align: center;
    margin-bottom: 14px;
  }

  .contact_team .form_right.scnd-lvl.insu-scnd textarea {
    margin-top: 3px !important;
  }

  .contact_team textarea,
  .contact_team select {
    margin-bottom: 14px !important;
  }

  .Energy_sec h3 {
    margin-bottom: 40px;
  }

  .Energy_inner {
    margin-bottom: -32px;
  }

  .footer_links.thank-you p,
  .footer_links.thank-you h2 {
    text-align: left;
  }

  .headting_box h2 {
    font-size: 27px;
    line-height: 32px;
  }

  .Energy_box a {
    font-size: 21px;
    line-height: 25px;
  }

  .Customers_.contact_team .form_right.scnd-lvl.insu-scnd textarea {
    margin-top: 3px !important;
  }

  .contact_team textarea,
  .contact_team select {
    margin-bottom: 14px !important;
  }

  .remail,
  .rphone {
    display: block;
    margin: 0 0 1% 0;
    width: 100%;
    vertical-align: top;
  }

  .cooling_box_cont figure img {
    width: 100%;
  }

  .cooling_box .cooling_box_cont {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .cooling_sec .cooling_box {
    margin-bottom: -15px;
  }

  .cooling_inner h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer_top_area ul li {
    margin-bottom: 8px;
  }

  .footer_top_area {
    padding: 19px 0;
  }

  .review_inner_area .review_box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .free-estimate {
    width: 50%;
    height: 200px;
    display: block;
    position: static;
  }

  .footer_links:nth-child(3) {
    width: 100% !important;
  }

  #navbar .menu li:first-child::after {
    width: 50%;
  }

  .search
    #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1::before {
    color: #000000;
    content: "";
    font-family: "dashicons";
    font-size: 24px;
    margin: 0 0 0 5px;
  }

  .search
    #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1::after {
    color: #000000;
    content: "MENU";
    float: left;
  }

  .postid-802 .screen-reader-text:focus,
  .postid-802 .site-header .home-link,
  .postid-802 a,
  .postid-802 ins {
    text-decoration: none;
    word-wrap: break-word;
  }

  .accr_cont_img figure {
    width: 100% !important;
  }

  .accr-cont-img img {
    margin-right: 0;
    width: 100%;
  }

  .ifrm-side iframe {
    margin: 10px 0;
  }

  .blockquote > p {
    font-size: 18px;
    line-height: 25px;
  }

  .blockquote {
    height: 65px;
  }

  .video_sec {
    margin: 0 0 20px;
    width: 100%;
  }

  .block_sec {
    padding: 0;
    width: 100%;
  }

  #faq-sec .faq-subject {
    width: 100%;
    margin: 0 0 1%;
  }

  div.wpcf7-validation-errors {
    font-size: 14px;
    bottom: 0;
  }

  .mega-menu.mega-menu-horizontal {
    text-align: center !important;
  }

  .page-id-12 .wpcr3_table_2 td,
  .wpcr3_table_2 td {
    text-align: left;
  }

  table.wpcr3_table_2,
  table.wpcr3_table_2 tbody,
  table.wpcr3_table_2 tbody tr,
  table.wpcr3_table_2 tbody tr td {
    width: 100%;
    display: block;
  }

  table.wpcr3_table_2 tbody tr td input,
  table.wpcr3_table_2 tbody tr td textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  table.wpcr3_table_2 tbody tr td input[type="checkbox"] {
    width: auto;
    min-width: inherit;
    max-width: inherit;
  }

  .page-id-12 .wpcr3_button_1 {
    padding: 10px 25px;
  }

  .wpcr3_div_2 {
    width: 100%;
  }

  .page-id-12 .wpcr3_review_item .wpcr3_review:before {
    left: 98px;
    top: 20%;
  }

  .page-id-12 .wpcr3_review {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 115px 50px 15px;
    position: relative;
  }

  .page-id-12 .wpcr3_div_2 .wpcr3_table_2 td {
    display: block;
    width: 100%;
  }

  .gallery-caption,
  .who_inner {
    display: none;
  }

  .page-id-12 .wpcr3_respond_2 input[type="text"] {
    min-width: 50%;
  }

  .who_accordion {
    width: 100%;
  }

  .who_heading_acc {
    background-color: rgb(255, 255, 255, 0.5);
    color: #025334 !important;
  }

  .who_content {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .site-header .home-link {
    min-height: 0;
  }

  .site-title {
    font-size: 36px;
    padding: 8px 0 10px;
  }

  .entry-content .wp-caption.alignleft,
  .entry-content img.alignleft {
    margin-left: 0;
  }

  .entry-content .wp-caption.alignright,
  .entry-content img.alignright {
    margin-right: 0;
  }

  .attachment .entry-attachment .attachment,
  .attachment .image-navigation {
    max-width: 604px;
    padding: 0;
    width: 100%;
  }

  .menu-toggle {
    cursor: pointer;
    display: inline-block;
    font: 700 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
  }

  .menu-toggle,
  .menu-toggle:active,
  .menu-toggle:focus,
  .menu-toggle:hover {
    background: 0 0;
    border: none;
    color: #fff;
    padding: 12px;
  }

  .menu-toggle:after {
    content: "\f502";
    font-size: 12px;
    padding-left: 8px;
    vertical-align: -4px;
  }

  .toggled-on .menu-toggle:after {
    content: "\f500";
    vertical-align: 2px;
  }

  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
  }

  .toggled-on .children,
  .toggled-on li {
    display: block;
  }

  .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 20px;
    position: relative;
    left: auto;
    top: auto;
  }

  .toggled-on .nav-menu li > ul a {
    color: #fff;
    width: auto;
  }

  .toggled-on .nav-menu .children a,
  .toggled-on .nav-menu li:hover > a {
    background-color: transparent;
    color: #fff;
  }

  .toggled-on .nav-menu > li a:focus,
  .toggled-on .nav-menu > li a:hover,
  .toggled-on .nav-menu > ul a:focus,
  .toggled-on .nav-menu > ul a:hover {
    background: #46816a;
    color: #fff;
  }

  div.nav-menu > ul,
  ul.nav-menu {
    display: none;
  }

  .fixed .nav-menu {
    background: rgba(0, 0, 0, 0);
  }

  .footer_bot li:nth-child(1) {
    display: block;
    margin-bottom: 5px;
  }

  .footer_bot li a {
    line-height: 12px;
  }

  body
    .fixed
    .white_menu
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  body
    .white_menu
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #025334 !important;
  }

  .mega-sub-menu {
    width: 460px !important;
  }

  .cont-lft,
  .cont-rht,
  .cont-mdl {
    width: 100% !important;
    float: none !important;
    text-align: left;
  }

  .wpcf7-validation-errors {
    bottom: -10px;
  }

  .fixed {
    border-bottom: 0;
    background: 0 0;
    overflow: inherit;
    position: static;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 999;
  }

  .cont-lft ul li {
    width: auto;
  }

  .form_right {
    padding-bottom: 60px;
  }

  .form_inner input {
    float: none;
    margin-bottom: 10px;
  }

  .form_inner input,
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border: 1px solid #0d5333;
  }

  .wpcf7-form-control-wrap.Name {
    display: inline-block;
    margin: 0 1% 1% 0;
    width: 100%;
  }

  .form_left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .fixed .header_right,
  .header_right {
    padding-bottom: 60px;
  }

  .form_left p {
    margin-bottom: 0;
  }

  .ttle strong {
    font-size: 16px;
  }

  .form_right .PhoneNumber input {
    margin-bottom: 14px;
  }

  .wpcf7-form-control-wrap.Email,
  .wpcf7-form-control-wrap.lname,
  .wpcf7-form-control-wrap.fname {
    display: inline-block;
    margin: 0 0 1%;
    width: 100%;
  }

  textarea.wpcf7-textarea {
    margin-bottom: 13px;
    width: 100%;
  }

  .form_right .ServiceNeeded input {
    margin-bottom: 14px;
  }

  .search-box-inn {
    width: 440px;
    margin: 0 auto;
  }

  .fixed,
  .fixed a.logo img,
  .fixed a.logo2 img,
  .navbar {
    width: 100%;
  }

  .main_content {
    max-width: 460px;
  }

  .menu {
    display: block;
  }

  .fixed .logo2 {
    display: none;
  }

  .fixed .header_top,
  .fixed .logo {
    display: block;
  }

  .navbar {
    position: absolute;
    top: 50%;
    max-width: inherit;
    left: 0;
    text-align: center;
  }

  .menu {
    position: relative;
  }

  .header h2 {
    font-size: 29px;
    line-height: 36px;
  }

  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    width: 96%;
    margin: 0 auto;
    background: #fff;
  }

  .nav-menu li {
    background: 0 0;
  }

  .nav-menu {
    background: rgba(255, 255, 255, 0.9);
  }

  .our_services ul li {
    width: 100%;
    /*margin-right: 0; last css*/
    margin-left: auto !important;
    /*css written 08-02-2017*/
    margin-right: auto !important;
    /*css written 08-02-2017*/
    margin-bottom: 5%;
    display: block;
  }

  .fixed .nav-menu ul li a:hover {
    color: #fff;
  }

  .industry_express_right {
    width: 100%;
    margin: 20px 0;
  }

  .who_we_left {
    width: 100%;
    float: none;
    text-align: center;
  }

  .who_we_left img {
    max-width: 40%;
    margin: 0 auto;
  }

  .who_inner {
    font-size: 15px;
  }

  .who_we_right h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .who_we_right p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .who_we_right {
    width: 100%;
  }

  .block4_inner li {
    min-height: 145px;
  }

  .main-navigation {
    max-width: inherit;
    min-height: inherit;
  }

  .industry_express_left {
    width: 99%;
    margin-bottom: 0;
  }

  .footer_links,
  .form_left {
    float: none;
    margin-bottom: 5%;
    width: 100%;
  }

  .form_right {
    float: none;
    width: 100%;
  }

  .footer_links {
    padding: 0;
  }

  .who_we_are .parallax-window2 {
    min-height: 600px;
  }

  .products .parallax-window2 {
    min-height: 330px;
  }

  #accordion h2 {
    font-size: 17px;
  }

  #accordion .content p {
    font-size: 15px;
    margin-bottom: 10px;
    word-break: inherit;
  }

  #accordion .content {
    padding: 0 15px 0 55px;
  }

  #accordion h2,
  #accordion h2.active {
    background-size: 4% auto;
  }

  /*.contact_team {
        padding: 30px 0
    }*/
  .footer_bot {
    font-size: 12px;
    line-height: 18px;
  }

  h1.inner_heading {
    font-size: 26px;
  }

  h2 {
    margin-bottom: 25px;
  }

  .bottom_insu_left,
  .insulation_left {
    margin-bottom: 10px;
    float: none;
  }

  .insulation_left {
    width: 100%;
    margin-left: 0;
  }

  .insulation_right {
    float: none;
    width: 100%;
  }

  .magazine_articel ul {
    padding: 0 0 0 20px;
  }

  .magazine_articel li {
    font-size: 15px;
  }

  .magazine_articel h2 {
    font-size: 21px;
  }

  .video_case ul li {
    float: none;
    margin: 10px 0;
    width: 100%;
  }

  .magazine_articel {
    padding: 40px 0;
    margin-bottom: 30px;
  }

  .white_menu li a {
    color: #46816a;
  }

  .inner_main .menu-toggle,
  .inner_main .menu-toggle:active,
  .inner_main .menu-toggle:focus,
  .inner_main .menu-toggle:hover {
    color: #fff;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  table {
    width: 100% !important;
  }

  .service table {
    width: 100% !important;
  }

  .bx-wrapper .bx-controls-auto,
  .bx-wrapper .bx-pager {
    bottom: 0 !important;
  }

  .wpcf7-form .form_right .wpcf7-form-control-wrap {
    width: 100%;
    margin-left: 0;
  }

  .archive .post p {
    font-size: 15px;
  }

  .archive .post .postmetadata {
    font-size: 16px;
  }

  .archive a.more-link {
    font-size: 17px;
  }

  .archive .post h3 {
    font-size: 20px;
  }

  #mega-menu-primary li {
    padding: 0 10px;
  }

  .accr-cont-img.img_2 img {
    width: 100%;
  }

  #navbar .menu li.menu-item-object-services,
  #navbar .menu li.menu-item-object-custom,
  #navbar .menu li.menu-item-object-page {
    background: url(images/drop_down_bullet.jpg) no-repeat 0 3px !important;
  }

  #navbar .menu li:first-child {
    background: none !important;
    padding-left: 0 !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary {
    position: relative !important;
    z-index: 99999;
    background: #f9f9f9 !important;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::after {
    color: #fff;
    font-size: 18px;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::before {
    color: #fff;
  }

  .white_menu
    #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1::after {
    color: #fff;
    font-size: 18px;
  }

  .white_menu
    #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1::before {
    color: #fff;
  }

  .main_content table td img {
    display: table;
    margin: 0 auto;
  }

  .article_table tr td,
  .article_table tr th {
    font-size: 12px;
    line-height: 16px;
  }

  .article_box {
    width: 100%;
    margin: 0 0 15px;
    float: none;
    font-size: 14px;
  }

  #mega-menu-wrap-primary {
    background: hsl(157, 95%, 17%);
  }

  .form_right {
    padding-bottom: 20px;
  }

  .home div.wpcf7-validation-errors {
    position: static;
    margin: 0;
  }

  .content-ol {
    font-size: 14px;
  }

  .contactpage_top_number h4 a {
    display: block;
    padding: 0 0 25px 0;
  }

  .yt-redbtn {
    top: 12px;
    right: 12px;
  }

  .blog_main .each_blog {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }

  .blog_sec .blog_main {
    justify-content: center;
    margin-bottom: 0;
  }

  .blog_short_content p {
    margin-bottom: 10px;
    min-height: inherit;
  }

  .each_blog .blog_heading {
    min-height: inherit;
  }

  /*.inner_page_banner .banner_cont{    padding: 45px 0;}*/

  .Appointment_cont .right_btn {
    text-align: center !important;
  }

  .colum-md-auto,
  .colum-md-1,
  .colum-md-2,
  .colum-md-3,
  .colum-md-4,
  .colum-md-5,
  .colum-md-6,
  .colum-md-7,
  .colum-md-8,
  .colum-md-9,
  .colum-md-10,
  .colum-md-11,
  .colum-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fest-image {
    margin-top: 30px;
  }

  .Review_sec_new .review_inner h2 {
    font-size: 28px;
  }

  .Review_sec_new .review_box_rt img {
    max-width: 270px;
  }

  .team-sec .team-sec-lft,
  .team-sec .team-sec-right,
  .feature-additional .feature-article,
  .feature-additional .addtional-help,
  .culture-customersec .cultute-lft,
  .culture-customersec .cultute-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .team-sec .team-sec-lft,
  .feature-additional .feature-article,
  .culture-customersec .cultute-right {
    margin-bottom: 30px;
  }

  .culture-customersec .cultute-right {
    order: -1;
  }

  .contact_team_top h2 br {
    display: none;
  }

  .finance_box.left_finance {
    width: auto;
  }

  .finance_box.right_finance {
    width: auto;
    margin-top: 50px;
  }

  .footer_inner .footer_inner_box {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .form_inner .wpcf7-form-control {
    margin-bottom: 10px !important;
  }

  .scnd-lvl .wpcf7-form-control-wrap.Message {
    padding: 5px 0 0;
  }

  .scnd-lvl .wpcf7-form-control-wrap.ServiceNeeded {
    padding: 0 0 12px;
  }

  .group-blog .blog_left .row {
    width: 100% !important;
  }

  .footer_inner_box address {
    font-size: 15px;
    line-height: 20px;
  }

  .group-blog .tourch-y-video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .group-blog .gallery-columns-4 .gallery-item {
    max-width: 49%;
    width: 100%;
  }

  .group-blog .torch-right .gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .group-blog .tourch-y-video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .group-blog .torch-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .group-blog .bbb-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main_part_left {
    width: 100%;
  }

  .company_asseset_lists {
    margin-top: 35px;
    text-align: center;
  }

  .left_com_ast_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .right_com_ast_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .com_ast_pic {
    width: 90px;
    margin: 0 auto 10px;
  }

  .banner_wrap h1 {
    font-size: 35px;
  }

  .main_container {
    max-width: 540px;
  }

  .banner_logo_img {
    max-width: 120px;
  }

  .banner_wrap h3 {
    font-size: 22px;
  }

  .new_btn {
    font-size: 16px;
    padding: 15px 28px;
  }

  .cmn_gap_new {
    padding: 50px 0;
  }

  .new_btn_wht {
    font-size: 16px;
    padding: 13px 25px;
  }

  .contact_us_content h5 {
    font-size: 26px;
    line-height: 1.3;
  }

  .contact_title h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .effective_wrap_content h5 {
    font-size: 26px;
    line-height: 1.3;
  }

  .effective_wrap_content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .contact_us_content p {
    font-size: 16px;
  }

  .energy_wrap h2 {
    font-size: 30px;
  }

  .energy_wrap p {
    font-size: 16px;
    margin: 0 auto 30px;
  }

  .contact_us_form {
    padding: 15px 25px;
  }

  .banner_sec_new.new_b .banner_logo_img {
    right: inherit;
    left: 10px;
  }

  .contact_team .form_right.scnd-lvl.insu-scnd textarea {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
  }

  .footer_links,
  .form_left {
    margin-bottom: 2%;
  }

  .contact_team .form_right select {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  /* 08-03-2023-css-html-new-page */

  .home-bannrWrap-item h1 {
    font-size: 24px;
  }

  .home-bannrWrap-item p {
    font-size: 16px;
  }

  .home-bannerRw-wrap {
    max-width: 320px;
  }

  .home-secndNew-sec {
    padding: 40px 0;
  }

  .home-secndNew-clmtxt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .home-secndNew-clmtxt p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .home-secndNew-clmtxt a {
    padding: 12px 20px;
    font-size: 14px;
  }

  .home-secndNew-clmCntct .wrp-form-top h4 {
    font-size: 20px;
    margin: 0 0 5px;
  }

  .home-secndNew-clmCntct .wrp-form-top p {
    font-size: 16px;
  }

  .home-secndNew-clmCntct .wrp-form-top {
    padding: 30px 10px;
  }

  .homeTax-credits-clm {
    width: 100%;
  }

  .homeTax-credits-wrapCrt p {
    max-width: 100%;
  }

  .homeTax-credits-sec {
    padding: 40px 0;
  }

  .tax-credit-examples-sec {
    padding: 40px 0;
  }

  .section-tittleNew h2 {
    font-size: 24px;
  }

  .tax-credit-examples-btnWrap ul {
    margin: 0 -4px;
  }

  .tax-credit-examples-btnWrap ul li {
    padding: 0 4px;
  }

  .tax-credit-examples-btnWrap ul li a {
    font-size: 11px;
    padding: 8px 15px;
  }

  .tax-credit-examplesWrap-singlTxt h3 {
    font-size: 20px;
  }

  .tax-credit-examplesWrap-singlTxt p {
    font-size: 14px;
  }

  .common-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .tax-credit-limits-sec {
    padding: 40px 0;
  }

  .tax-credit-limits-sec .section-tittleNew p {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .tax-credit-limits-sec .section-tittleNew figure {
    margin: 30px 0 0;
  }

  .heatpump-home-sec {
    padding: 40px 0;
  }

  .home-efeciency-btm-sec {
    padding: 40px 0;
  }

  .home-efeciencyTax-btm-sec {
    padding: 40px 0;
  }

  .heatpump-home-clmTxt p {
    font-size: 14px;
  }

  .tittle-wrapHome-wrapBtm h2 {
    font-size: 30px;
  }

  .tittle-wrapHome-wrapBtm p {
    font-size: 16px;
  }

  .wrap-btn-allBtm-new ul li a {
    font-size: 11px;
    padding: 9px 27px;
  }

  .home-new-sbtn-btnWrap input[type="submit"] {
    font-size: 18px;
  }

  /* 08-03-2023-css-html-new-page */

  /*support 30/3/2023*/
  .page-template-new-home-d4 .Energy_sec .Energy_box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*support 30/3/2023*/

  /***** 17-11-2023 *****/

  .address-sec {
    display: block;
  }

  /* support start 31/1/24 */
  .cooling_btn {
    margin-top: 25px;
  }

  .Appointment_cont-lft {
    width: 100%;
  }

  .main-banner .right_btn {
    width: 100%;
    margin-top: 10px;
  }

  .main-ban-logos {
    margin: 0 auto;
    max-width: 200px;
  }

  .main-banner-content ul {
    justify-content: center;
    padding-left: 0;
  }

  .main-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 55%);
  }

  .main-banner .main_content {
    position: relative;
    z-index: 1;
  }

  h5,
  .h5-title {
    font-size: 24px;
  }

  .main-banner-content ul li {
    padding-right: 6px;
    /*    margin-right: 6px;*/
  }

  /* support end 31/1/24 */

  /* support start 1/2/24 */
  .contact_team_top h2 {
    font-size: 24px;
  }

  .customer-say h2 {
    font-size: 24px;
  }

  .contact_team .gform_wrapper.gravity-theme textarea,
  .contact_team .gform_wrapper.gravity-theme select {
    margin-bottom: 0 !important;
  }

  .cf7_buttom .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  .feature-additional .tranperent_btn {
    font-size: 16px;
  }

  .group-blog .bbb-logo {
    padding-left: 0;
  }

  .company_biggest_assest_sec h2,
  .see_our_work_section .main_content > h2 {
    font-size: 24px;
  }

  .right_com_ast_icon h3 {
    margin-bottom: 10px;
  }

  .company_biggest_assest_sec,
  .culture-customersec {
    text-align: center;
  }

  .right_com_ast_icon h3 {
    font-size: 20px;
  }

  .insulatn-intro.culture-customersec .cultute-lft {
    margin-bottom: 20px;
  }

  .insulatn-intro.culture-customersec .cultute-right {
    margin-bottom: 0;
  }

  .wpcr3_button_1.wpcr3_show_btn,
  .tranperent_btn {
    padding: 16px 20px;
  }

  .after_banner_sec ol li {
    font-size: 16px;
  }

  .after_banner_sec p img {
    float: none;
    margin: 0 auto 20px;
  }

  .after_banner_sec p {
    text-align: center;
  }

  .after_banner_sec table tr {
    display: grid;
  }

  .after_banner_sec table tr td {
    width: 100%;
  }

  .after_banner_sec table tr td iframe {
    width: 100%;
  }

  .galleryid-4346 .gallery-item {
    width: 100% !important;
  }

  .galleryid-4346 {
    flex-wrap: wrap;
  }

  .services {
    padding-bottom: 50px;
  }

  .services .article_box img,
  .service_list_item p img {
    width: 100%;
  }

  .inner_main .services h2 {
    padding-bottom: 0;
  }

  /* support end 1/2/24 */

  /* support start 2/2/24 */
  .contact_us_content h2,
  .contact_title .cont_title,
  .effective_wrap_content h2 {
    font-size: 24px;
  }

  .page-template-page-templatehnac-php .contact_team_top {
    margin-top: 50px;
  }

  .mini_split_content_wrap p img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .splits_content h2 {
    font-size: 30px;
  }

  .heatpump-home-clmTxt .heatpump_hding_txt,
  .home-secndNew-clmtxt h2 {
    font-size: 24px;
  }

  .homeTax-credits-wrapCrt h3 {
    font-size: 20px;
  }

  .page-template-furnace_installation_repair .culture-customersec .row {
    flex-direction: column-reverse;
  }

  .page-template-furnace_installation_repair
    .culture-customersec
    .row
    .cultute-lft {
    margin-bottom: 25px;
  }

  .page-template-furnace_installation_repair
    .culture-customersec
    .row
    .cultute-right {
    margin-bottom: 0;
  }

  .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    flex: auto;
    margin-bottom: 16px;
  }

  .gform_wrapper.gravity-theme .ginput_complex span:last-child {
    margin-bottom: 0 !important;
  }

  .finance_inner {
    margin: 10px 0 50px 0;
  }

  .finance_box.left_finance {
    margin-right: 0;
  }

  .finance-made-easy ul li {
    width: 100%;
    margin-bottom: 25px;
  }

  .finance-made-easy ul {
    flex-wrap: wrap;
  }

  .finance-made-easy ul li img {
    margin-bottom: 20px;
  }

  .finance-made-easy ul li:last-child {
    margin-bottom: 0;
  }

  .main_content .row.finance-bottom {
    margin: 45px 0;
  }

  .finance-sec-right img {
    margin: 0;
  }

  .finance-lower-sec .finance-sec-lft {
    padding-bottom: 20px;
  }

  .finance_btn_wrap .finance-btn {
    font-size: 16px;
  }

  /* support end 2/2/24 */

  /* support start 5/2/24 */
  .com_ast_pic img {
    max-height: 60px;
  }

  /* support end 5/2/24 */

  /* support starts 19.09.2024  */
  .home-energy-txt {
    max-width: 100%;
    width: 100%;
  }

  /* .energy-innr-content {
    column-count: 1;
    column-gap: 0;
  } */

  .enrgy-btm-link1 p {
    font-size: 15px;
  }

  .energy-innr-content {
    margin-bottom: 0;
  }

  .enrgy-link-outer {
    max-width: 300px;
    margin: 0 auto 15px;
  }

  .ftr-gradient {
    padding: 22px 0;
  }

  .ftr-gradient a {
    font-size: 20px;
  }

  .energy-innr-content .wp-image-4692.size-full {
    width: 100px;
    margin: 0 0 10px;
  }

  .home-energy-txt h1 {
    font-size: 47px;
  }

  .enrgy-top-part {
    margin-bottom: 30px;
  }

  /* support ends 19.09.2024  */

  /*  26.12.24 start */

  .right_advantage figure {
    max-width: 120px;
  }

  /*  26.12.24 end */
  /*support starts 27.12.2024 */
  .coupon-card-sec .card-body .ico {
    width: 80px;
    margin: -50px auto 10px;
  }

  /*support ends 27.12.2024 */
  /*CSS Modification 02.01.25*/
  .prdct_dtls_cntnt h1 {
    font-size: 34px;
  }

  .prdct_dtls_bttm_dscrptn h2 {
    margin-bottom: 20px;
  }

  .prdct_dtls_row {
    --bs-gutter-y: 30px;
  }

  /*CSS Modification 02.01.25*/

  /* support starts 27.01.2025  */
  .custm-table-wrap {
    width: 100%;
    overflow-x: auto;
  }

  .custm-table-wrap table {
    min-width: 600px;
  }

  .page-template-heating-cooling-energy-needs .effective_wrap h3 {
    font-size: 20px;
  }

  .home-page-desktop-banner {
    display: block !important;
  }

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

  .extra-new .Appointment_cont-lft {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-banner .right_btn {
    padding: 0;
  }

  .appointment_title-top h1 {
    font-size: 22px !important;
  }

  .appointment_title-top h1 {
    width: calc(100% - 108px);
  }

  /* support ends 27.01.2025  */

  /* SM 28-01-25 Css Start */
  .Energy_logo-wpr ul li {
    width: 50%;
  }

  .Energy_logo-wpr ul li .Energy_logo-lwr-card img {
    /* max-width: 160px; */
    max-width: 200px;
  }

  /* SM 28-01-25 Css End */
  /* sg-07-02-2025 */
  .hvac-eqip-clm-rt-wpr figure {
    max-width: 370px;
    margin: 0 auto;
  }

  .hvac-eqip-clm-lft-wpr p {
    text-align: center;
  }

  /* sg-07-02-2025 */
  /* support starts 19.02.2025  */
  .hm-guaranteed-inr {
    --bs-gutter-y: 20px;
  }

  .guarantee-lft-col,
  .guarantee-rit-col {
    width: 100%;
  }

  .hm-guaranteed-txt p {
    text-align: center;
  }

  /* support ends 19.02.2025  */
}

@media (max-width: 643px) {
  .site-title {
    font-size: 30px;
  }

  /*testimonial-slider-issue-fix-08-02-2017*/

  .our_customer_left .bxslider li p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
    padding: 5px 0 0 !important;
    width: 100%;
  }

  .our_customer_left .bxslider li a {
    font-size: 15px !important;
  }

  #content .author-info,
  #content .entry-content,
  #content .entry-header,
  #content .entry-summary,
  #content .featured-gallery,
  #content footer.entry-meta,
  .blog.sidebar .page-content,
  .comment-respond,
  .comments-area .comment-list,
  .comments-area .comment-navigation,
  .comments-area .comments-title,
  .paging-navigation .nav-links,
  .search.sidebar .page-content,
  .sidebar .paging-navigation .nav-links,
  .sidebar .post-navigation .nav-links,
  .sidebar .site-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  #content .format-status .entry-content,
  #content .format-status .entry-met {
    padding-left: 35px;
  }

  #content .featured-gallery {
    padding-left: 24px;
  }

  .gallery-columns-1 .gallery-item {
    margin-right: 0;
    width: 100%;
  }

  .entry-title,
  .format-chat .entry-title,
  .format-gallery .entry-title,
  .format-image .entry-title,
  .format-video .entry-title {
    font-size: 22px;
    font-weight: 700;
  }

  .format-quote blockquote,
  .format-status .entry-content {
    font-size: 18px;
  }

  .format-quote blockquote cite,
  .format-quote blockquote small {
    font-size: 13px;
  }

  .error404 .page-title {
    padding: 40px 0 0;
  }

  .error404 .page-title:before {
    content: normal;
  }

  .comment-author {
    margin-right: 30px;
  }

  .comment-author .avatar {
    height: auto;
    max-width: 100%;
  }

  .comment-content,
  .comment-list .reply,
  .comment-metadata {
    width: 70%;
    width: -webkit-calc(100% - 104px);
    width: calc(100% - 104px);
  }

  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form input[type="text"] {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }

  .comment-form textarea {
    height: 80px;
  }

  .format-audio .entry-content:before {
    display: none;
  }

  .format-audio .audio-content {
    background-image: none;
    float: none;
    padding-left: 0;
    width: auto;
  }

  ol {
    padding-left: 20px;
  }

  .group-blog .gallery-columns-4 .gallery-item {
    max-width: 100%;
    width: 100%;
  }

  .main_part .green_btn {
    padding: 13px 33px;
    font-size: 17px;
  }

  .company_biggest_assest_sec h4 {
    font: 400 23px "Source Sans Pro", Helvetica, sans-serif;
  }

  .right_com_ast_icon h5 {
    font-size: 21px;
    line-height: 26px;
  }

  .see_our_work_section h5 {
    font: 400 21px "Source Sans Pro", Helvetica, sans-serif;
  }

  .see_pic_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .see_our_works_pics {
    display: block;
  }

  .contact_team .form_right.scnd-lvl.insu-scnd textarea {
    margin-top: 3px !important;
  }

  .contact_team textarea,
  .contact_team select {
    margin-bottom: 14px !important;
  }
}

@media (max-width: 575px) {
  .main_container {
    max-width: 100% !important;
    padding: 0 15px;
  }

  .contact_us_sec .contact_us_rgt,
  .contact_us_sec .contact_us_left,
  .effective_sec .effective_wrap_left,
  .effective_sec .effective_wrap_rgt {
    padding: 0;
  }

  .contact_us_wrap,
  .effective_wrap {
    margin: 0;
  }

  .effective_wrap_left {
    padding-bottom: 20px !important;
  }

  .contact_us_left {
    padding-bottom: 35px !important;
  }

  .wrap-btn-allBtm-new ul li a {
    min-width: auto;
    width: 100%;
  }

  .wrap-btn-allBtm-new ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-btn-allBtm-new ul li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  body,
  html {
    overflow-x: hidden;
  }

  .contact_title h3 {
    font-size: 28px;
  }

  input.form_control {
    font-size: 14px;
    height: 45px;
  }

  textarea.form_textarea {
    font-size: 14px;
    height: 100px;
  }

  .banner_wrap h1 {
    font-size: 34px;
  }

  .employment.emp-form input.wpcf7-submit[type="submit"] {
    width: 90%;
    font-size: 17px;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .frst-lvl .form_inner {
    margin-bottom: -3px;
  }

  .split_video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .spilts_sec .cultute-right a {
    font-size: 15px;
    padding: 16px 39px;
  }

  .cntcthdng h4 {
    font-size: 17px;
  }

  .contact_team.cta.gapsec.cntcthdng {
    padding-top: 0;
  }

  .culture-customersec.gapsec.hnac-intro.spilts_sec {
    padding-top: 0;
  }

  .employment.emp-form .file-label label {
    text-align: center;
    display: block;
  }

  .scnd-lvl .wpcf7-form-control-wrap.Message {
    margin-bottom: 13px;
    padding: 0;
  }

  .scnd-lvl .wpcf7-form-control-wrap.ServiceNeeded {
    padding: 0;
  }

  .submit-frm input[type="submit"],
  .form-sbmit input[type="submit"] {
    padding: 11px 53px;
  }

  .insu-scnd .Address {
    margin-bottom: 10px;
  }

  .contact_team.cta h2 {
    margin-bottom: 12px;
  }

  .submit-frm input[type="submit"] {
    margin-top: 20px;
    padding: 14px 53px;
  }

  .Appointment_sec .Appointment_cont h2 {
    font-size: 19px;
    line-height: 25px;
  }

  .Appointment_cont h2 span {
    font-size: 16px;
    line-height: 20px;
  }

  .contact_team .cf7_buttom {
    padding: 40px 17px;
    padding-top: 60px;
  }

  .Appointment_cont .tranperent_btn {
    padding: 9px 12px;
  }

  .group-blog .blog_left .row p {
    word-wrap: break-word;
    white-space: break-spaces;
  }

  .page-id-12 .wpcr3_review_item .wpcr3_review::before {
    left: 98px;
    top: 13%;
  }

  .vd-title {
    font-size: 14px !important;
  }

  .cont-lft,
  .cont-rht,
  .cont-mdl {
    padding: 12px;
    background-image: none !important;
    background-color: #eee !important;
    margin: 15% 0;
    text-align: center;
  }

  .search1 {
    display: inline;
    float: none;
  }

  .search-box-inn {
    width: 300px;
    margin: 0 auto;
  }

  .search-box-inn h2 img {
    width: 54%;
  }

  .main_content {
    max-width: 300px;
  }

  div.wpcf7-validation-errors {
    font-size: 14px;
    bottom: -565px;
  }

  .mega-sub-menu {
    width: 300px !important;
  }

  /*.logo {*/
  /*    display: block;*/
  /*    width: 65%;*/
  /*    margin: 0 auto 15px;*/
  /*    float: none*/
  /*}*/
  .banner_text1,
  .banner_text2,
  .banner_text3,
  .magazine_articel h2 br,
  .video_case ul li h2 br,
  .who_inner {
    display: none;
  }

  .logo > img {
    max-width: inherit;
    width: 100%;
  }

  .header_right {
    width: 100%;
    float: none;
  }

  .header_top {
    float: none;
    text-align: center;
  }

  .navbar {
    top: 75%;
  }

  .fixed .nav-menu {
    padding: 0;
  }

  .header h2 {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    padding-top: 50px;
  }

  .banner_text p {
    font-size: 16px;
  }

  .banner_text p span {
    font-size: 17px;
  }

  .banner_text2 {
    left: -45%;
    top: 500px;
  }

  .industry_express_left1 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .who_we_right h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .who_we_right p {
    font-size: 14px;
    padding-left: 0;
  }

  .articel_button a {
    font-size: 16px;
    padding: 8px 30px;
  }

  .our_customer_left .bxslider li p {
    padding: 12px 0 0;
    width: 100%;
  }

  .block4_inner li {
    min-height: 88px;
  }

  .products .parallax-window2 {
    min-height: 200px;
  }

  .banner_text1 {
    padding: 31px 0 0 87px;
  }

  .banner_text3 {
    top: 680px;
    padding: 30px 10px 0 90px;
  }

  .our_customer_left .bxslider li a {
    padding: 12px 0 0;
  }

  .our_customer_left ul {
    margin: 0;
  }

  h2 {
    font-size: 20px;
  }

  .block4 {
    padding: 0 0 50px;
  }

  .block4 h2 {
    margin-bottom: 30px;
  }

  .block4 h2.center {
    padding: 20px 0 0;
  }

  .footer_top p {
    font-size: 14px;
  }

  .footer_top h2 {
    font-weight: 400;
  }

  .footer_bot li {
    padding: 3px 0;
  }

  #accordion h2 {
    padding: 10px 10px 12px 40px;
  }

  #accordion .content {
    padding: 0 15px 0 40px;
    word-wrap: break-word;
  }

  h1.inner_heading {
    font-size: 22px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .insulation_left h2 {
    font-size: 19px;
  }

  .insulation_left ul li {
    font-size: 15px;
  }

  .magazine_articel h2 {
    font-size: 16px;
  }

  .magazine_articel li {
    font-size: 13px;
    padding-block: 10px;
  }

  .video_case ul li h2 {
    font-size: 15px;
  }

  .form_inner input:nth-child(1) {
    margin-right: 0;
  }

  .parallax-window3 {
    min-height: 420px;
  }

  .our_services ul {
    padding: 0 0 0 1px;
  }

  .industry_express_left {
    margin-left: 0;
  }

  .who_we_left {
    padding: 0;
  }

  .our_customer .bx-wrapper .bx-controls-auto,
  .our_customer .bx-wrapper .bx-pager {
    bottom: 0 !important;
  }

  .block4_inner li img {
    width: 100%;
  }

  .cont-lft,
  .cont-rht,
  .cont-mdl {
    width: 94% !important;
    float: none !important;
    text-align: center;
    margin-left: 10px;
  }

  .block4_inner li {
    padding: 19px 20px 20px;
  }

  .footer_bot li {
    font-size: 10px;
  }

  .who_button,
  .who_we_right,
  .who_we_right h2 {
    text-align: center;
  }

  .who_inner {
    padding-top: 20px;
  }

  .form_left {
    margin-bottom: 3.5%;
  }

  .form_outer textarea {
    margin-bottom: 0;
  }

  .cont-lft ul li {
    width: auto;
  }

  .form_left {
    float: left;
    padding-right: 0;
    width: 100%;
  }

  .form_right {
    float: left;
    width: 100%;
  }

  .form_inner input {
    float: none;
    margin-bottom: 10px;
  }

  .form_inner input,
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border: 1px solid #0d5333;
  }

  .wpcf7-form-control-wrap.Email {
    display: inline-block;
    margin: 0 0 1%;
    width: 100%;
  }

  .wpcf7-form-control-wrap.Name {
    display: inline-block;
    margin: 0 1% 1% 0;
    width: 100%;
  }

  .form_left {
    padding-bottom: 0;
  }

  .form_left p {
    margin-bottom: 0;
  }

  textarea.wpcf7-textarea {
    margin-bottom: 0;
    width: 100%;
  }

  .ttle strong {
    font-size: 16px;
  }

  .blockquote {
    height: 82px;
  }

  .blockquote > p {
    font-size: 16px;
  }

  .hover_element p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .hover_element h1,
  .hover_element h1 a {
    font-size: 16px;
    line-height: 20px;
  }

  #faq-sec .faq-subject a {
    font-size: 16px;
    min-height: inherit;
  }

  .hover_element {
    padding: 35px 20px 20px;
  }

  .service table {
    width: 100% !important;
  }

  .our_customer .bx-wrapper .bx-controls-auto,
  .our_customer .bx-wrapper .bx-pager {
    bottom: -7px !important;
  }

  .parallax-window {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    min-height: 460px;
  }

  #mega-menu-primary li {
    background: none;
  }

  .header_top {
    width: auto;
  }

  .lennox-product-layout
    .product-layout-right
    .product-list-section
    .product-list
    li.product-list-item
    a
    h5 {
    font-size: 13px;
  }

  .header .user_cont ul > li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }

  .header .user_cont ul > li:last-child {
    margin-bottom: 0;
  }

  .torch-award-wrapp img.align-left {
    width: 100%;
    margin: 0 auto;
    display: table;
    margin-bottom: 25px;
  }

  .single-post .inner_page_banner .banner_cont h2 {
    font-size: 25px;
  }

  .header .logo {
    top: 17px;
  }

  .group-blog .torch-award-wrapp img.align-left {
    float: none;
    width: 100%;
  }

  /* .company_biggest_assest_sec {
    padding: 9px 0px;
  } */
  .right_com_ast_icon h5 {
    margin-top: 9px;
  }

  .contact_us_form .gform-body .ginput_container input {
    height: 40px;
  }

  .contact_us_form .gform_wrapper.gravity-theme .gfield textarea {
    height: 95px !important;
  }

  .banner_sec_new.new_b .banner_logo_img {
    max-width: 70px;
  }

  .contact_us_form .gform_footer input[type="submit"] {
    padding: 6px 43px;
  }

  .effective_wrap > * {
    padding-bottom: 10px;
  }

  .contact_team .cf7_buttom {
    padding: 40px 17px 20px;
  }

  .page-template-default.page-id-12 .inner_main {
    padding: 24px 0 0px;
  }

  .form_left {
    margin-bottom: 0;
  }

  .contact_team .form_right.scnd-lvl.insu-scnd textarea {
    margin-top: 0 !important;
  }

  /* 08-03-2023-css-html-new-page */

  .home-top-banner-sec {
    padding: 60px 0;
  }

  .home-bannerRw-wrap {
    max-width: 217px;
  }

  .tax-credit-examples-btnWrap ul li {
    margin-bottom: 10px;
  }

  .wrap-btn-allBtm-new ul li a {
    font-size: 10px;
    padding: 9px 10px;
  }

  .home-lastNew-taxWrap-sec {
    padding: 40px 0;
  }

  /* 08-03-2023-css-html-new-page */

  /* support start 31/1/24 */
  .main-banner-content ul li {
    font-size: 16px;
  }

  .cmn-btn {
    min-width: auto;
  }

  .left_advantage > figure img {
    max-height: none;
  }

  .green_btn {
    padding: 13px 30px;
  }

  /* support end 31/1/24 */

  /* support start 1/2/24 */
  .contact_team_top h2,
  .company_biggest_assest_sec h2,
  .see_our_work_section .main_content > h2,
  .customer-say h2,
  .after_banner_sec h2 .theme_green_title,
  .inner_main .services h2,
  .service_heading {
    font-size: 20px;
  }

  .main_content {
    max-width: 100%;
    padding: 0 15px;
  }

  .common-insulation-gap {
    padding: 21px 0 45px 0;
  }

  /* support end 1/2/24 */

  /* support start 2/2/24 */
  .contact_us_content h2,
  .contact_title .cont_title,
  .effective_wrap_content h2 {
    font-size: 20px;
  }

  .energy_wrap h2 {
    font-size: 24px;
  }

  .banner_wrap h1 {
    font-size: 30px;
  }

  .banner_wrap .h2-title,
  .banner_wrap .hvac-h1-title {
    font-size: 25px;
  }

  header .new_header .logo a {
    width: 150px;
  }

  .footer_inner .footer_inner_box {
    width: 100%;
  }

  .footer_inner_box figure {
    margin-top: 20px;
  }

  .splits_content h2 {
    font-size: 24px;
  }

  .heatpump-home-clmTxt .heatpump_hding_txt,
  .home-secndNew-clmtxt h2 {
    font-size: 20px;
  }

  .cont-lft {
    padding: 100px 12px 12px 12px;
    background: url("images/mapnavicon.svg") #f5f5f5 no-repeat scroll !important;
    background-position: top 22px center !important;
    background-size: 60px !important;
  }

  /* support end 2//2/24 */
  /* support starts 19.09.2024 */
  .ftr-gradient a {
    letter-spacing: 0.01em;
    font-size: 16px;
  }

  .energy-innr-content a {
    font-size: 15px;
  }

  .enrgy-link-outer {
    max-width: 250px;
  }

  .energy-innr-content h2 {
    font-size: 22px;
    letter-spacing: 0;
  }

  /* support ends 19.09.2024 */
  /*CSS Modification 02.01.25*/
  .prdct_dtls_cntnt h1 {
    font-size: 26px;
  }

  .prdct_dtls_cntnt .accordion {
    font-size: 15px;
  }

  .prdct_dtls_bttm_dscrptn h3 {
    font-size: 17px;
  }

  .prdct_dtls_bttm_dscrptn ul li {
    padding-left: 22px;
    background-size: 14px;
  }

  .prdct_dtls_bttm_dscrptn h2 {
    margin-bottom: 15px;
  }

  /*CSS Modification 02.01.25*/

  /* SM 28-01-25 Css Start */
  .hm-guaranteed-inr {
    text-align: center;
  }

  .hm-guaranteed-txt {
    flex: auto;
    padding-left: 0;
    padding-top: 16px;
  }

  .mb-bnr-img {
    filter: inherit !important;
  }

  .main-banner-inr {
    position: relative;
    padding: 0 0 40px;
  }

  .main-banner-inr .mb-bnr-img {
    display: block;
  }

  .home-page-desktop-banner {
    padding: 0;
    min-height: inherit;
  }

  .Appointment_sec {
    position: relative;
  }

  .appointment_title-top h1 {
    font-size: 18px !important;
    line-height: 1.1;
  }

  /* SM 28-01-25 Css End */

  /* SM 03--02-25 Css End */
  .Energy_logo-wpr ul li {
    width: 100%;
  }

  /* SM 03-02-25 Css End */
  /* sg-07-02-2025 */

  .hvac-eqip-btn-wpr > img {
    max-width: 158px;
  }

  .hvac-eqip-btn-wpr .cmn-btn {
    min-width: 150px;
    padding: 12px 10px;
  }

  .hvac-eqip-clm-rt-wpr figure {
    max-width: 260px;
  }

  /* sg-07-02-2025 */

  /* support starts 09.05.2025  */

.yt-button-wppr li a {
  width: 60px;
}
}

@media (max-width: 359px) {
  .site-title {
    font-weight: 400;
  }

  .site-description {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
  }

  .gallery {
    margin-left: 0;
  }

  .gallery .gallery-item,
  .gallery-columns-2.gallery-size-thumbnail .gallery-item {
    max-width: none;
    width: 49%;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }

  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }

  .gallery-columns-1 .gallery-item,
  .gallery-columns-1.gallery-size-medium .gallery-item,
  .gallery-columns-1.gallery-size-thumbnail .gallery-item {
    text-align: center;
    width: 98%;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
  }

  .gallery-columns-3 .gallery-item:nth-of-type(3n),
  .gallery-columns-5 .gallery-item:nth-of-type(5n),
  .gallery-columns-7 .gallery-item:nth-of-type(7n),
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 4px;
  }

  .gallery br {
    display: none;
  }

  .gallery .gallery-item:nth-of-type(even) {
    margin-right: 0;
  }

  .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
  }

  .comment-author .avatar {
    display: inline;
    margin: 0 5px 0 0;
    max-width: 20px;
  }

  .comment-content,
  .comment-list .reply,
  .comment-metadata {
    width: 100%;
  }

  /* CSS Modification 28.03.23 */
  .header.newwrapheader .logo a {
    width: 145px;
  }

  /* CSS Modification 28.03.23 */

  /* support start 2/2/24 */
  .banner_wrap h1 {
    font-size: 25px;
  }

  .banner_wrap .h2-title,
  .banner_wrap .hvac-h1-title {
    font-size: 22px;
  }

  /* support end 2/2/24 */
  /* sg-07-02-2025 */
  .hvac-eqip-btn-wpr {
    justify-content: center;
    flex-direction: column;
  }

  .hvac-eqip-btn-wpr > img {
    margin-bottom: 20px;
  }

  /* sg-07-02-2025 */
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
  .site-header .search-field {
    background-image: url(images/search-icon-2x.png);
  }

  .comment-list .children > li:before,
  .comment-list > li:after,
  .format-audio .audio-content,
  .format-status .entry-content:before,
  .format-status .entry-meta:before {
    background-image: url(images/dotted-line-2x.png);
  }
}

@media print {
  body {
    background: 0 0 !important;
    color: #000;
    font-size: 10pt;
  }

  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] ";
  }

  .site {
    max-width: 98%;
  }

  .site-header {
    background-image: none !important;
  }

  .site-header .home-link {
    max-width: none;
    min-height: 0;
  }

  .site-title {
    color: #000;
    font-size: 21pt;
  }

  .site-description {
    font-size: 10pt;
  }

  .author-avatar,
  .comment-respond,
  .comments-area .comment-edit-link,
  .comments-area .reply,
  .comments-link,
  .entry-meta .edit-link,
  .main-navigation,
  .more-link,
  .navbar,
  .page-links,
  .site-content nav,
  .site-footer,
  .widget-area {
    display: none;
  }

  .entry-content,
  .entry-header,
  .entry-meta,
  .entry-summary {
    margin: 0;
    width: 100%;
  }

  .entry-title,
  .page-title {
    font-size: 21pt;
  }

  .entry-meta,
  .entry-meta a {
    color: #444;
    font-size: 10pt;
  }

  .entry-content .wp-caption.alignleft,
  .entry-content img.alignleft {
    margin-left: 0;
  }

  .entry-content .wp-caption.alignright,
  .entry-content img.alignright {
    margin-right: 0;
  }

  .format-image .entry-content .size-full {
    margin: 0;
  }

  .hentry {
    background-color: #fff;
  }

  .comments-area > li.comment {
    background: 0 0;
    position: relative;
    width: auto;
  }

  .comment-metadata {
    float: none;
  }

  .comment-author .fn,
  .comment-reply-link,
  .comment-reply-login {
    color: #333;
  }
}

.services {
}

.services h2 {
  margin: 0 0 15px;
  padding: 16px 0px;
  color: var(--light-green-clr);
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
}

.cta h2 {
  margin-bottom: 15px;
}

.subhead {
  text-align: center;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 400;
}

span.phone {
  font-weight: 700;
}

.parallax-mirror::after {
  /*content: "";*/
  display: block;
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(
    -95deg,
    rgba(255, 255, 255, 0.45) 10%,
    rgba(255, 255, 255, 0) 52%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -95deg,
    rgba(255, 255, 255, 0.45) 10%,
    rgba(255, 255, 255, 0) 52%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    185deg,
    rgba(255, 255, 255, 0.45) 10%,
    rgba(255, 255, 255, 0) 52%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.group-blog .outer::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.group-blog .row::after {
  content: "";
  display: table;
  clear: both;
}

.group-blog .row .post-thumbnail {
  display: block;
  width: 100%;
  padding-right: 30px;
}

.blog_left .srch-titl {
  font-size: 19px;
  text-transform: none;
  margin-top: 20px;
  color: var(--light-green-clr);
  font-weight: 400;
  border-bottom: 1px solid var(--light-green-clr);
  margin-bottom: 22px;
}

.blog_left .srch-titl a,
.blog-item-wrapper p a {
  color: var(--light-green-clr);
}

.blog_left .srch-titl a:hover,
.blog-item-wrapper p a:hover {
  font-variant: var(--blue-clr);
}

.social-media a {
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;

  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;

  margin: 0 7.5px 0 0;
  color: #0d5333;
}

.social-media a:hover {
  color: #0378cc;
}

.social-media a::before {
  font-family: "fontello";
  font-size: 28px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.social-media a[href*="facebook"]::before {
  content: "\f051";
}

.social-media a[href*="twitter"]::before {
  content: "\f057";
}

.social-media a[href*="yelp"]::before {
  content: "\e80f";
}

.mobile_phone {
  display: none;
}

@media only screen and (max-width: 767px) {
  .group-blog .blog_left .row {
    width: 100% !important;
    display: block;
    /* margin-right: 0; */
  }

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

  .mobile_phone {
    display: block;
    background: #015636;
    text-align: center;
    top: -30px;
    position: relative;
  }

  .textwidget {
    width: 100%;
  }

  a[href*="tel"].mobile-link {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 0;
    display: block;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }

  .mobile_phone p {
    margin: 0;
  }

  .fixed .header_top,
  .header_top {
    display: none;
  }

  .fixed .header_right,
  .header_right {
    /*padding-bottom: 170px;*/
  }

  /*.logo {*/
  /*    display: block;*/
  /*    width: 65%;*/
  /*    margin: 0 auto 15px;*/
  /*    float: none;*/
  /*}*/

  .home .navbar {
    top: 38% !important;
  }

  .header .main_content {
    max-width: 300px;
  }

  .header_top a[href*="tel"].mobile-link {
    color: white;
  }

  .material-icons {
    font-size: 15px;
    margin: 0 5px;
    line-height: 21px;
  }

  .header .main_content {
    max-width: 100%;
  }

  .header .user_cont ul > li > span,
  .header .user_cont ul > li > a {
    font-size: 16px;
    line-height: 20px;
  }

  .header .user_cont {
    width: 51%;
  }

  .logo {
    width: 36%;
  }

  .headline {
    font-size: 22px;
    line-height: 26px;
  }

  .common_gap {
    padding: 50px 0;
  }

  .Appointment_sec .Appointment_cont {
    display: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
    text-align: center;
  }

  .Appointment_cont .headline {
    margin-bottom: 20px;
  }

  .allBTN {
    padding: 11px 40px 11px 40px;
  }

  .main_cont {
    padding: 42px 0;
  }

  .promise_inner .headline {
    font-size: 27px;
    line-height: 32px;
  }

  .promise_inner .allBTN:hover {
    padding: 11px 40px 11px 40px;
    transform: scale(1.01);
  }

  .slider_box p {
    margin-bottom: 0;
  }

  .location_left ul li figure img {
    width: 126px;
  }

  .location_left ul li:last-child figure img {
    width: 76px;
  }

  .location_left ul li {
    margin-bottom: 30px;
  }

  .location_right > ul,
  .location_left > ul {
    margin-top: 0;
  }

  .Customers_main .Customers_left {
    margin-bottom: 50px;
  }

  .single-post .content_wrap blockquote::before,
  .single-post .content_wrap blockquote::after {
    background-size: 20px;
    width: 30px;
    height: 30px;
  }

  .single-post .content_wrap blockquote {
    padding: 18px 39px;
  }

  .single-post .content_wrap blockquote cite {
    font-size: 15px;
  }

  .post-note h4,
  .single-post .content_wrap h2 {
    font-size: 20px;
  }

  .finance-content {
    padding-top: 0;
  }

  .footer_inner_box address {
    font-size: 14px;
  }

  .energy-innr-cnt-col {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .finance-made-easy ul {
    display: block;
  }

  .finance-made-easy ul li {
    width: auto;
  }

  .finance_box.right_finance {
    padding: 0;
  }

  .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-bottom: 14px;
  }

  .footer_inner .footer_inner_box {
    flex: auto;
    max-width: 100%;
  }

  /* .header .logo {
        left: 40%;
    } */

  .Energy_sec h3 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
  }

  .footer_top_area ul li {
    margin-right: 14px;
  }

  .footer_top_area ul {
    margin-bottom: -8px;
  }

  .footer_inner_box a img {
    width: 208px;
  }

  .socail_icon {
    margin-bottom: 0;
  }

  .footer_inner_box address {
    margin-bottom: 0;
  }

  /* .logo a img {
    width: 126px;
} */

  .Energy_box a {
    font-size: 18px;
    line-height: 23px;
  }

  .headting_box h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .header .user_cont ul > li::before {
    display: none;
  }

  .white_btn {
    font-size: 18px;
    line-height: 22px;
    padding: 14px 34px;
  }

  .cooling_inner h2 {
    font-size: 23px;
    line-height: 28px;
  }

  .home .navbar {
    top: 48% !important;
  }

  .header .top_header {
    display: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit;
  }

  /* .header .logo {
        width: 100%;
        text-align: center;
        float: none;
        left: 33%;
        transform: translateX(-50%);
    } */

  .header .logo a {
    width: 170px;
  }

  .header .user_cont {
    width: 100%;
    text-align: center;
  }

  .header .user_cont ul {
    justify-content: space-around;
  }

  .inner_banner .headline {
    font-size: 25px;
    line-height: 30px;
  }

  .hm_ban .inner_banner .headline {
    font-size: 16px;
    line-height: 26px;
  }

  .Appointment_cont h2 {
    font-size: 21px;
    line-height: 24px;
  }

  .allBTN {
    font-size: 14px;
    line-height: 20px;
  }

  .headline {
    font-size: 21px;
    margin-bottom: 13px;
    line-height: 27px;
  }

  .promise_inner .headline {
    font-size: 21px;
    line-height: 24px;
  }

  .Customers_right iframe,
  .better_main_left iframe {
    height: 172px;
  }

  .sub_head {
    margin-bottom: 10px;
  }

  .location_right ul {
    display: inherit;
  }

  .location_right ul > li {
    flex: inherit;
    max-width: inherit;
    margin-bottom: 30px;
  }

  .location_right .headline {
    margin-bottom: 11px;
  }

  ul.social_icon li {
    display: inline-block;
  }

  location_sec {
    padding-bottom: 20px;
  }

  .location_right ul > li:last-child {
    margin-bottom: 10px;
  }

  .location_right > ul > li > ul > li {
    margin-bottom: 5px;
  }

  .footer_menu a,
  .Copyright {
    font-size: 12px;
    line-height: 17px;
  }

  .contact_us_form .contact_title h3 {
    margin-top: 15px !important;
  }

  /* SM 28-01-25 Css Start  */
  .Appointment_sec .right_wpr-inr {
    text-align: left;
  }

  .appointment_title-top img {
    width: 28px;
  }

  .home .main_content h1 {
    width: calc(100% - 28px);
    padding-left: 5px;
    text-align: left;
  }

  .appointment_title-top {
    align-items: flex-start;
  }

  .extra-new .right_btn .money-back-link {
    margin-left: 35px !important;
  }

  /* SM 28-01-25 Css End  */
}

.review-links {
  display: none;
}

.review-links {
  padding: 63px 0 70px;
  border-bottom: 1px solid lightgray;
}

.review-links .link-row {
  width: calc((100% / 4) - 2px);
  background: #025334;
  padding: 15px 20px;
  margin: 1px;
  float: left;
  min-height: 120px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .review-links .link-row {
    width: calc(50% - 2px);
  }

  .page-template-spray_foam_insulation .inner_main {
    padding-top: 44px;
  }
}

@media only screen and (max-width: 768px) {
  .review-links .link-row {
    width: calc(100% - 2px);
    float: none;
  }
}

.review-links .link-row h3 {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.review-links .link-row h3 a {
  color: inherit;
  display: block;
}

.review-links .link-row h3 a:hover {
  color: #3fa1e7;
  text-decoration: none;
}

.review-links .link-row h3 a::before {
  font-family: "fontello";
  font-size: 38px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  display: block;
  margin: auto;
}

.review-links .link-row h3 a[href*="facebook"]::before {
  content: "\f051";
}

.review-links .link-row h3 a[href*="google"]::before {
  content: "\f059";
}

.review-links .link-row h3 a[href*="yelp"]::before {
  content: "\e80f";
}

@media (max-width: 360px) {
  .literature-item {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-12 .wpcr3_review_item .wpcr3_review:before {
    width: 58px !important;
    top: 80px !important;
  }
}


.newwrapheader .user_cont ul > li {
  text-transform: uppercase !important;
}
