@charset "utf-8";
/* CSS Document */
/*
====================================================
font-family:'Open Sans', Arial, Helvetica, sans-serif;
====================================================
Light			300
Regular			400
Semi-Bold		600
Bold			700
====================================================
*/

/* @import url("font-awesome/css/font-awesome.css"); */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/**** Infinite Scroll ****/

#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: hsla(0, 0%, 100%, 0.9);
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

body {
  color: #000;
  background: #f5f0ea;
  font-size: 62.5%;
  line-height: 1.2;
  -webkit-text-size-adjust: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*html{overflow-y:scroll; _overflow-y:auto;}*/
a {
  color: #000;
  text-decoration: underline;
  outline: none; /*transition:0.5s; -webkit-transition::0.5s;*/
}
a:hover {
  text-decoration: none;
}
p {
  color: #000;
  font-size: 1.5em;
  padding: 10px 0;
}
ul {
  color: #000;
  font-size: 1.5em;
}
ol {
  color: #000;
  font-size: 1.5em;
}
input,
textarea,
select {
  color: #000;
  outline: none;
  font-size: 1.5em;
  vertical-align: middle;
  font-weight: normal;
}
/*input[type=text], textarea, select{-webkit-appearance:none; border-radius:0;}*/
.select2-selection__rendered {
  color: #000 !important;
}
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
}
.btn,
a.btn,
.cms p a.btn {
  color: #000 !important;
  background-color: #ffcb05;
  padding: 10px 15px;
  font-weight: 700;
}
.btn.button-big {
  font-size: 30px;
  padding: 15px 25px;
}

.quick_quote_single .form_row .frm_col .txtbox,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #676767 !important;
  font-weight: 300 !important;
}

#close_menu {
}
.pg_holder {
}
.tb {
  width: 100%;
  height: 100%;
  display: table;
}
.tb .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  opacity: 0.5;
}
input::-moz-placeholder {
  opacity: 0.5;
}
input:-ms-input-placeholder {
  opacity: 0.5;
}
input:-moz-placeholder {
  opacity: 0.5;
}

textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  opacity: 0.5;
}
textarea:-ms-input-placeholder {
  opacity: 0.5;
}
textarea:-moz-placeholder {
  opacity: 0.5;
}

.show_menu {
  height: 34px;
  width: 34px;
  text-align: center;
  display: none;
  z-index: 999;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
  margin-left: 10px;
  float: left;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
}
.close_menu {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  transform: scale(0.9, 0.9);
}
.hamburger:hover {
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 41px;
  margin: 0;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-left: 2px;
  margin-top: -5px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #363636;
}
.hamburger-inner:after {
  height: 3px;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
  background-color: #363636;
  height: 3px;
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
  background-color: #363636;
  height: 3px;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  background-color: #363636;
  height: 3px;
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
  height: 3px;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
  height: 3px;
}

.close_menu {
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}
.close_menu .hamburger {
}
.close_menu .hamburger-inner,
.close_menu .hamburger-inner:after,
.close_menu .hamburger-inner:before {
  background-color: #414042;
}
.close_menu .hamburger--spin.is-active-close .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
  background-color: #fff;
  height: 3px;
}
.close_menu .hamburger--spin.is-active-close .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
  background-color: #fff;
  height: 3px;
}
.close_menu .hamburger--spin.is-active-close .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  background-color: #fff;
  height: 3px;
}

.close_menu .hamburger--spin.is-active-close .hamburger-inner {
  background-color: #414042;
}
.close_menu .hamburger--spin.is-active-close .hamburger-inner:before {
  background-color: #414042;
}
.close_menu .hamburger--spin.is-active-close .hamburger-inner:after {
  background-color: #414042;
}

.desk_hide {
  display: none !important;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.narrow-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}
/* .narrow-wrapper.super_narrow_contents ul,  */
/* .narrow-wrapper.super_narrow_contents p {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
} */
.narrow-wrapper.super_narrow_contents ul,
.narrow-wrapper.super_narrow_contents p {
  max-width: 820px;
  margin-left: auto;
  margin-right: unset;
}
.narrow-wrapper.very_narrow_contents ul,
.narrow-wrapper.very_narrow_contents p,
.narrow-wrapper.very_narrow_contents h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
/*===================================================================================*/
/*HOMEPAGE START=====================================================================*/
/*===================================================================================*/
/* Home Page Design June 2021 STYLES START */
.page-template-homepage_dev .home_slider_inner_text h1 {
  font-weight: 900 !important;
  font-size: 57px !important;
  max-width: 600px !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.page-template-homepage_dev .home_slider_inner_text h1:after {
  width: 423px !important;
}
.page-template-homepage_dev .home_slider_inner_text p {
  text-transform: uppercase;
  letter-spacing: 8px;
  max-width: 600px !important;
}
.page-template-homepage_dev .home_slider_inner_text .findmore {
  width: 393px !important;
  font-size: 24px !important;
  padding: 15px !important;
}
.page-template-homepage_dev .home_slider .hslider .hslide .hslide_contents {
  top: -90px !important;
}
.page-template-homepage_dev .homepage_trust_signals {
  margin-top: -154px;
  z-index: 1;
  background: rgb(255 255 255 / 75%);
  position: relative;
}
.page-template-homepage_dev .home_slider {
  background-color: #fff;
}
.page-template-homepage_dev .homepage_trust_signals.four_cols_points {
  padding: 45px 0;
}
@media only screen and (max-width: 1024px) {
  .page-template-homepage_dev .homepage_trust_signals {
    margin-top: 0;
    padding: 10px 0 15px;
  }
  .page-template-homepage_dev .homepage_trust_signals .fr_col:last-child,
  .page-template-homepage_dev
    .homepage_trust_signals
    .fr_col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .page-template-homepage_dev
    .home_slider
    .hslider
    .hslide
    .hslide_contents
    .hs_contents {
    top: 220px !important;
    bottom: 60px !important;
  }
}
@media only screen and (max-width: 899px) {
  .page-template-homepage_dev .homepage_trust_signals {
    margin-top: 0;
    padding: 15px 0 12px;
  }
  .page-template-homepage_dev .homepage_trust_signals .fr_col {
    margin-bottom: 10px !important;
  }
  .page-template-homepage_dev .home_slider .hslider .hslide .hslide_contents {
    top: 0 !important;
  }
  .page-template-homepage_dev
    .home_slider
    .hslider
    .hslide
    .hslide_contents
    .hs_contents {
    top: 160px !important;
    bottom: 30px !important;
  }
}
@media only screen and (min-width: 541px) and (max-width: 767px) {
  .page-template-homepage_dev .home_slider .hslider .hslide .hslide_contents {
    top: 0 !important;
  }
  .page-template-homepage_dev
    .home_slider
    .hslider
    .hslide
    .hslide_contents
    .hs_contents {
    bottom: 50px !important;
    top: 10px !important;
  }
}
@media only screen and (max-width: 540px) {
  .page-template-homepage_dev .homepage_trust_signals.four_cols_points {
    max-width: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-homepage_dev .home_slider_inner_text h1 {
    max-width: unset;
    font-size: 50px !important;
    font-size: 11vw !important;
  }
  .page-template-homepage_dev .home_slider_inner_text h1:after {
    width: 100% !important;
  }
  .page-template-homepage_dev .home_slider_inner_text p {
    max-width: unset;
    letter-spacing: 6px;
  }
  .page-template-homepage_dev .home_slider_inner_text .findmore {
    font-size: 20px;
    width: 80% !important;
    width: calc(100% - 30px) !important;
  }
  .page-template-homepage_dev .home_slider_inner_text,
  .page-template-homepage_dev .home_slider_inner_text p,
  .page-template-homepage_dev .home_slider_inner_text h1 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 430px) {
  .page-template-homepage_dev .home_slider_inner_text p {
    max-width: unset;
    letter-spacing: 2px;
  }
}
/* Home Page Design June 2021 STYLES END */

.frow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.frow_space_between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.frow_center_align {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.frow_reverse {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.frow_vcenter {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.frow_vbottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.frow_bottom_align {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.frow_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.frow_column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.frow_wrap_mob {
}
.frow > nav {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.frow > div {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.frow > a {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.frow > li {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.rounded {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.moveup-hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.moveup-hover:hover {
  transform: translate(0, -5px);
}
@media only screen and (max-width: 767px) {
  .frow_wrap_mob {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .frow_wrap_mob > nav,
  .frow_wrap_mob > div,
  .frow_wrap_mob > a,
  .frow_wrap_mob > li {
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.header {
  background: #004730;
}
.header .logo {
  float: left;
  width: 210px;
  height: auto;
  margin: 20px 0;
}
.header .header_right {
  padding: 20px 0;
  float: right;
}
.header .header_right .trustpl {
  float: left;
  width: 151px;
  background: #fff;
  padding: 8px;
}
.header .header_right .trustpl iframe {
  height: 90px !important;
}
.header .header_right .trustpl img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header .header_right .ph_em {
  float: left;
  padding: 0 0 0 16px;
  width: 175px;
}
.header .header_right .ph_em a {
  display: block;
  font-size: 1.6em;
  text-align: center;
  text-decoration: none;
  background: #fff;
  padding: 6px 0;
}
.header .header_right .ph_em a.get_quote_btn {
  background: #ffcb05;
  margin: 0;
  color: #000;
}

.checkbox {
  width: 33px;
  height: 38px;
  padding: 0 5px 0 0;
  background: url(../images/checkbox.png) 0 0 no-repeat;
  display: block;
  clear: left;
  float: left;
  cursor: pointer;
  margin: -5px 0 0 -10px;
}
.agree .wpcf7-list-item-label {
  display: none;
}
.frm_page .frm_row.agree {
  clear: both;
}
.quick_quote .form_holder .frm_main .frm_row.agree {
  clear: both;
}
.frm_page .frm_row.agree .agree {
  float: left;
}
.frm_page .frm_row.agree label {
  display: block;
  text-align: left;
  padding: 0 0 0 55px;
}
.agree_cf .wpcf7-form-control-wrap.agree {
  float: left;
}
.agree_cf label {
  color: #fff;
  display: block;
  text-align: left;
  padding: 0 0 0 55px;
}
.cms .agree_cf label a,
.agree_cf label a {
  color: #fff;
  text-decoration: none;
}

.form_holder p {
  text-align: left;
}
.form_holder .wpcf7-form-control-wrap.agree {
  float: left;
}
.form_holder label {
  color: #fff;
  display: block;
  text-align: left;
  padding: 0 0 0 55px;
}
.form_holder label a {
  color: #fff;
  text-decoration: none;
}

.header .top_navi {
  background: #024824;
}
.header .top_navi_mob {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #024824;
}

.header .top_navi ul {
  text-align: center;
  font-size: 1.6em;
}
.header .top_navi ul li {
  display: inline-block;
  padding: 0 2px;
  position: relative;
  z-index: 9999;
  vertical-align: middle;
}
.header .top_navi ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 22px 10px 21px;
}
.header .top_navi ul li:hover a,
.header .top_navi ul li.current a,
.header .top_navi ul li.current-menu-item a,
.header .top_navi ul li.current-page-ancestor a,
.header .top_navi ul li.current_page_item a,
.header .top_navi ul li.current_page_parent a,
.header .top_navi ul li a:hover {
  background: #004730;
  border-top: 1px solid #ffcb05;
  padding: 21px 10px;
}
.header .top_navi ul li ul {
  position: absolute;
  left: 5px;
  top: 100%;
  background: #004730;
  font-size: 1em;
  width: 480px;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #ffcb05;
  display: none;
}
.header .top_navi ul li ul:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #fff;
  content: "";
  z-index: 10;
  margin-left: -2px;
}
.header .top_navi ul li:hover ul {
  display: block;
}
.header .top_navi ul li ul li {
  padding: 0;
  width: 49%;
}
.header .top_navi ul li:hover ul li a,
.header .top_navi ul li ul li a {
  padding: 8px 30px;
  margin-top: 0;
  border: none;
}
/*.header .top_navi ul li ul li:nth-child(even) a{border-left:1px solid #ffcb05;}*/
.header .top_navi ul li ul li a:hover {
  margin-top: 0;
  border: none;
  background: none;
}
/*.header .top_navi ul li ul li:nth-child(even) a:hover{border-left:1px solid #ffcb05;}*/
.header .top_navi ul li.main_site_link a {
  background: #ffcb05;
  color: #000;
}

.header .top_navi ul li.home_icon {
  margin-right: 10px;
}
.header .top_navi ul li.home_icon a {
  padding: 0;
  width: 30px;
  height: 30px;
  background: url(../images/home_icon.png) center no-repeat;
  background-size: 22px 22px;
  font-size: 0;
  line-height: 999px;
  overflow: hidden;
}
.header .top_navi ul li.home_icon:hover a,
.header .top_navi ul li.home_icon a:hover {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .header .top_navi ul li.home_icon a {
    padding: 4px;
    width: auto;
    height: auto;
    background: none;
    font-size: 1em;
    line-height: 1.2;
  }
}

#mob_navi ul {
  font-size: 1.8em;
  padding: 25px;
}
#mob_navi ul li {
}
#mob_navi ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}
#mob_navi ul li a:hover {
}
#mob_navi ul li ul {
  font-size: 0.9em;
  padding: 5px 10px 25px;
}

.home_slider {
  position: relative;
  background: #f6f6f6;
}
.home_slider .header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: none;
  z-index: 99;
}
.slider_option .header .header_option {
  background: #004730;
}
.home_slider .header .top_navi {
  background: url(../images/navi_overlay.png) repeat;
}
.home_slider .hslider {
}
.home_slider .hslider .hslide {
  position: relative;
  z-index: 90;
}
.home_slider .hslider .hslide img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.home_slider .hslider .hslide .hslide_contents {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/banner_overlay.png) repeat;
  text-align: center;
}
.home_slider .hslider .hslide .hslide_contents_darker_overlay {
  background: url(../images/banner_overlay_darker.png) repeat;
}
.home_slider .hslider .hslide .hslide_contents .hs_contents {
  position: absolute;
  left: 0;
  top: 190px;
  right: 0;
  bottom: 80px;
}
.home_slider .hslider .hslide .hslide_contents span,
.home_slider .hslider .hslide .hslide_contents h3 {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  font-weight: 400;
  padding: 0 0 10px;
}
.home_slider .hslider .hslide .hslide_contents h1,
.home_slider .hslider .hslide .hslide_contents h3 {
  text-align: center;
  color: #fff;
  font-size: 3.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.home_slider .hslider .hslide .hslide_contents p {
  text-align: center;
  color: #fff; /*font-size:1.5em;*/
  font-size: 1.6em;
  max-width: 815px;
  margin: 0 auto 10px;
}
.home_slider .hslider .hslide .hslide_contents .findmore {
  display: inline-block;
  font-size: 1.6em;
  background: #ffcb05;
  text-decoration: none;
  padding: 12px 50px;
  color: #000;
}
.home_slider .hslider .hslide .hslide_contents .findmore:hover {
  background-color: #ffb614;
}

.slider_holder {
  position: relative;
}
.slider_holder_full {
  padding-top: 140px;
}
.home_slider
  .slider_holder_full
  .hslider
  .hslide
  .hslide_contents
  .hs_contents {
  top: 90px;
  bottom: 80px;
}
.banner_logos {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 5;
  left: 0;
  text-align: right;
}
.banner_logos.banner_logos_moveup {
  bottom: 100px;
}
@media only screen and (max-width: 1250px) {
  .banner_logos.banner_logos_moveup {
    bottom: 40px;
  }
  .quick_quote_single {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner_logos.banner_logos_moveup {
    bottom: 10px;
  }
}
.banner_logos .wrapper {
  max-width: 1290px;
}
.banner_logos img {
  height: 90px;
}
.column_bullets {
  text-align: left;
  max-width: 850px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.column_bullets ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media only screen and (max-width: 1500px) {
  .banner_logos .wrapper {
    max-width: none;
  }
}
@media only screen and (max-width: 1120px) {
  .banner_logos {
    bottom: 80px;
  }
  .banner_logos img {
    height: 80px;
    margin: 0 -2px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner_logos {
    bottom: 5px;
  }
  .banner_logos img {
    height: 70px;
  }
  .home_slider .hslider_shorter .hslide {
    overflow: hidden;
  }
  .home_slider .hslider_shorter .hslide img {
    max-width: none;
    width: 120%;
    margin: 0 -10%;
  }
}
@media only screen and (max-width: 540px) {
  .banner_logos {
    bottom: auto;
    top: 5px;
  }
}

/* Fix Banner Logos */
@media only screen and (max-width: 540px) {
  .banner_logos {
    top: 10px;
    bottom: unset !important;
    right: 15px;
  }
}
@media only screen and (min-width: 1301px) {
  .banner_logos {
    width: 250px;
    left: unset;
    right: calc((100% - 1160px) / 2);
  }
}
@media only screen and (min-width: 541px) and (max-width: 1300px) {
  .banner_logos {
    width: 250px;
    left: unset;
    right: calc((100% - 90vw) / 2);
  }
}

.quick_quote {
  position: relative;
  margin-top: -60px;
  text-align: center;
  z-index: 10;
}
.quick_quote .quote_width {
  background: #004730;
  max-width: 697px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.quick_quote .close_quick_quote {
  position: absolute;
  right: 10px;
  top: 5px;
  display: block;
  padding: 2px;
  font-size: 1.7em;
  font-weight: 600;
  text-decoration: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: none;
}
.quick_quote h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5em;
  padding: 15px 15px 0;
  font-weight: 600;
}
.quick_quote p {
  text-align: center;
  color: #fff;
}
.quick_quote .start_now_btn {
  display: inline-block;
  font-size: 1.6em;
  background: #ffcb05;
  padding: 15px 45px;
  text-decoration: none;
  margin: 4px 0 0;
  color: #000;
}
.quick_quote .form_holder {
  display: none;
}
.quick_quote .form_holder .frm_padding {
  padding: 20px 25px 10px;
}
.quick_quote .form_holder ul.frm_tabs {
  font-size: 2.2em;
}
.quick_quote .form_holder ul.frm_tabs li {
  float: left;
  width: 32%;
  margin: 0 2% 15px 0;
}
.quick_quote .form_holder ul.frm_tabs li.last {
  margin-right: 0;
}
.quick_quote .form_holder ul.frm_tabs li a {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.quick_quote .form_holder ul.frm_tabs li.current a {
  background: #ffcb05;
  border: 1px solid #ffcb05;
  color: #414042;
}

.quick_quote .form_holder .frm_main {
}
.quick_quote .form_holder .frm_main .frm_left {
  width: 49.14%;
  float: left;
}
.quick_quote .form_holder .frm_main .frm_right {
  width: 49.14%;
  float: right;
}
.quick_quote .form_holder .frm_main .frm_row {
  padding: 0 0 15px;
}
.quick_quote .form_holder .frm_main .frm_row .txtbox {
  font-size: 1.6em;
  border: none;
  outline: none;
  width: 95%;
  padding: 10px 2.5%;
}
.quick_quote .form_holder .frm_main .frm_row .select2 {
  width: 100% !important;
  text-align: left;
}
.quick_quote .form_holder .frm_main .frm_row .frm_sub {
  float: left;
  width: 48.5%;
  position: relative;
}
.quick_quote .form_holder .frm_main .frm_row .frm_sub .ui-datepicker {
  left: 0 !important;
  top: 100% !important;
  position: absolute !important;
}
.quick_quote .form_holder .frm_main .frm_row .frm_sub_alt {
  float: right;
}
.quick_quote
  .form_holder
  .frm_main
  .frm_row
  .frm_sub
  .select2-selection__rendered {
  padding-left: 5% !important;
}
.quick_quote .form_holder .frm_main .frm_row .frm_sub .txtbox {
  padding: 10px 5%;
  width: 90%;
}
.quick_quote .form_holder .frm_main .frm_row .frm_sub .ui-datepicker {
  left: 0 !important;
  top: 100% !important;
}
.quick_quote .form_holder .frm_main .request_quote_btn {
  border: none;
  outline: none;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  background: #ffcb05;
  width: 423px;
  height: 43px;
  display: block;
  margin: 0 auto;
  clear: both;
}

#quick_quote_popup {
  max-width: 920px;
  position: relative;
  margin: 0 auto;
}

.frm_page {
  max-width: 800px;
  margin: 0 auto;
}
.frm_page .frm_left {
  width: 49.14%;
  float: left;
}
.frm_page .frm_right {
  width: 49.14%;
  float: right;
}
.frm_page .frm_row {
  padding: 0 0 15px;
}
.frm_page .frm_row .txtbox {
  font-size: 1.6em;
  border: none;
  outline: none;
  width: 95%;
  padding: 10px 2.5%;
  border: 1px solid #414042;
}
.frm_page .frm_row .txtarea {
  font-size: 1.6em;
  border: none;
  outline: none;
  width: 95%;
  padding: 10px 2.5%;
  height: 110px;
  border: 1px solid #414042;
  resize: none;
}
.frm_page .frm_row .select2-selection__rendered {
  border: 1px solid #414042 !important;
}
.frm_page .frm_row .select2 {
  width: 100% !important;
  text-align: left;
}
.frm_page .frm_row .frm_sub {
  float: left;
  width: 48.5%;
  position: relative;
}
.frm_page .frm_row .frm_sub_alt {
  float: right;
}
.frm_page .frm_row .frm_sub .select2-selection__rendered {
  padding-left: 5% !important;
}
.frm_page .frm_row .frm_sub .txtbox {
  padding: 10px 5%;
  width: 90%;
}
.frm_page .frm_row .frm_sub .ui-datepicker {
  left: 0 !important;
  top: 100% !important;
}
.frm_page .request_quote_btn {
  border: none;
  outline: none;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  background: #ffcb05;
  width: 423px;
  height: 43px;
  display: block;
  margin: 0 auto;
  clear: both;
}

.testi_slider {
  clear: both;
  padding: 10px 0;
}
.testi_slider h2 {
  text-align: center;
  font-size: 2.5em; /*text-transform:uppercase;*/
  letter-spacing: 1px;
  padding: 0 0 20px;
}
.testi_slider .trustp_slider {
  max-width: 1025px;
  margin: 0 auto;
  padding: 0 15px;
}
.testi_slider .trustp_slider img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.testi_slider_gray {
  background: #f6f6f6; /*padding:45px 0 30px;*/
}
.testi_slider .rewiew_box {
  max-width: 880px;
  padding: 0 15px 20px 105px;
  background: url(../images/quote_mark.svg) 10px 10px no-repeat;
  background-size: 67px auto;
  margin: 0 auto;
}
.testi_slider .rewiew_box p {
  padding: 5px 0;
}

.serv_list {
}
.serv_list .serv_box {
  float: left;
  width: 25%;
  position: relative;
}
.serv_list .serv_box img {
  display: block;
  width: 100%;
  height: auto;
}
.serv_list .serv_box .serv_contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.serv_list .serv_box .serv_contents .serv_title {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner_overlay.png) repeat;
  position: absolute;
}
.serv_list .serv_box .serv_contents .serv_txts {
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: url(../images/serv_overlay.png) repeat;
  position: absolute;
}
.serv_list .serv_box .serv_contents h2 {
  font-size: 2.2em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 5px;
}
.serv_list .serv_box .serv_contents h2 a {
  color: #fff;
  text-decoration: none;
}
.serv_list .serv_box .serv_contents p {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.serv_list .serv_box .serv_contents .find_more {
  display: inline-block;
  font-size: 1.6em;
  background: #ffcb05;
  padding: 12px 52px;
  text-decoration: none;
  margin: 10px 0 0;
  color: #000;
}

.page-id-200 .serv_list .serv_box .serv_contents .serv_txts {
  top: 100% !important;
}

.page-id-199 .column_contents .col_right img,
.page-id-14618 .column_contents .col_right img {
  max-height: 360px;
  width: auto !important;
}

.serv_list.no_hover .serv_box .serv_contents .serv_txts {
  top: 100% !important;
}

.white_bg {
  background-color: #fff !important;
  color: #000 !important;
}

.white_bg .serv_list.image_links .service-info,
.white_bg .serv_list.image_links .service-info h3,
.white_bg .serv_list.image_links .service-info p {
  color: #000 !important;
}

.serv_list_three,
.serv_list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.serv_list_three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.serv_list_three .serv_box {
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box: 0 0 33.33%;
  -moz-box: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  float: none;
}

.content_slider {
  background: #f6f6f6;
}
.content_slider .content_slider_width {
  max-width: 1400px;
  margin: 0 auto;
}
.content_slider .cslide {
  position: relative;
}
.content_slider .cslide .cs_img {
  /*position:absolute; right:0; top:0; bottom:0;*/
  width: 50%;
  float: right;
}
.content_slider .cslide .cs_img img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.content_slider .cslide .cs_img_1 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.content_slider .cslide .cs_img_1 .cs_slider_mini {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.content_slider .cslide .cs_img_1 .cs_slider_mini .slick-list {
  height: 100% !important;
}
.content_slider .cslide .cs_img_1 .cs_slider_mini .slick-list .slick-track {
  height: 100%;
}
.content_slider .cslide .cs_img_1 .cs_slider_mini .csl {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.content_slider .cslide .cs_img_1 .cs_slider_mini .csl .csl_inner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.content_slider .cslide .cs_txt {
  float: left;
  width: 50%;
  padding: 0 0 35px;
  min-height: 500px;
}
.content_slider .cslide .cs_txt h1,
.content_slider .cslide .cs_txt h2 {
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 50px 65px 10px 15px;
}
.content_slider .cslide .cs_txt h1 a,
.content_slider .cslide .cs_txt h2 a {
  text-decoration: none;
}
.content_slider .cslide .cs_txt p {
  padding: 10px 65px 10px 15px;
}
.content_slider .cslide .cs_txt .find_more {
  display: inline-block;
  font-size: 1.6em;
  background: #ffcb05;
  padding: 12px 52px;
  text-decoration: none;
  margin: 15px 0 0 15px;
  color: #000;
}

.content_slider_alt .cslide .cs_img {
  float: left;
}
.content_slider_alt .cslide .cs_img_1 {
  right: auto;
  left: 0;
  width: 50%;
}
.content_slider_alt .cslide .cs_txt {
  float: right;
}
.content_slider_alt .cslide .cs_txt h1,
.content_slider_alt .cslide .cs_txt h2 {
  padding: 50px 15px 10px 70px;
}
.content_slider_alt .cslide .cs_txt p {
  padding: 10px 15px 10px 70px;
}
.content_slider_alt .cslide .cs_txt .find_more {
  margin: 15px 0 0 70px;
}

.latest_news {
  padding: 78px 0 84px;
}
.latest_news h2 {
  text-align: center;
  font-size: 3em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 63px;
}
.latest_news .news_list {
}
.latest_news .news_list .news_box {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}
.latest_news .news_list .news_box_last {
  margin-right: 0;
}
.latest_news .news_list .news_box .news_img {
}
.latest_news .news_list .news_box .news_img img {
  display: block;
  width: 100%;
  height: auto;
}
.latest_news .news_list .news_box .news_txt {
  background: #f6f6f6;
  border-bottom: 1px solid #fcc311;
}
.latest_news .news_list .news_box .news_txt .news_padding {
  padding: 27px 22px 34px;
}
.latest_news .news_list .news_box .news_txt .news_dt {
  font-size: 1.5em;
  font-weight: 600;
  color: #056735;
  padding: 0 0 22px;
}
.latest_news .news_list .news_box .news_txt h3 {
  font-size: 2.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 9px;
}
.latest_news .news_list .news_box .news_txt h3 a {
  text-decoration: none;
}
.latest_news .news_list .news_box .news_txt p {
}
.latest_news .news_list .news_box .news_txt .readmore {
  display: inline-block;
  font-size: 1.6em;
  background: #ffcb05;
  padding: 12px 40px;
  text-decoration: none;
  margin: 15px 0 0;
  color: #000;
}

.blog_pg {
  padding: 25px 0;
}
.blog_pg .news_list .news_box {
  margin-bottom: 54px;
}
.pagination {
}
.pagination ol {
  text-align: center;
  font-size: 1.6em;
}
.pagination ol li {
  display: inline-block;
}
.pagination ol li:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}
.pagination ol li:last-child:after {
  display: none;
}
.pagination ol li a {
  text-decoration: none;
}

.blog_back {
  text-align: center;
  padding-top: 40px;
}

.cta_row {
  /*background:#004730;*/
  padding: 10px 0;
}
.wrapper_full,
.cta_row .wrapper {
  max-width: none;
  padding: 0 100px;
}
.cta_row .cta_btn {
  /*float:right; width:215px;*/
  text-align: center; /*height:44px; line-height:44px;*/
  display: block;
  text-align: center;
  color: #000;
  background: #ffcb05;
  font-size: 2.4em;
  text-decoration: none;
  width: 100%;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.cta_row .cta_btn.desk_hide {
  margin-top: 15px;
}
.cta_row h2 {
  color: #fff;
  font-size: 2.5em; /*text-transform:uppercase;*/
  padding: 20px;
  text-align: center;
  font-weight: 700;
}
.cta_row h3 {
  color: #fff;
  font-size: 2.5em; /*text-transform:uppercase;*/
  padding: 20px;
  font-weight: 700;
}
.cta_row h2 storng {
  font-weight: 500;
}
.cta_row .cta_left {
  background: #004730;
  max-width: 67.6%;
  width: 67.6%;
  -webkit-box: 0 0 67.6%;
  -moz-box: 0 0 67.6%;
  -webkit-flex: 0 0 67.6%;
  -ms-flex: 0 0 67.6%;
  flex: 0 0 67.6%;
}
.cta_row .cta_right {
  max-width: 31.08%;
  width: 31.08%;
  -webkit-box: 0 0 31.08%;
  -moz-box: 0 0 31.08%;
  -webkit-flex: 0 0 31.08%;
  -ms-flex: 0 0 31.08%;
  flex: 0 0 31.08%;
  background: #ffcb05;
}
.cta_row .cta_no_btn {
  background: #004730;
}
@media only screen and (max-width: 1400px) {
  .wrapper_full,
  .cta_row .wrapper {
    max-width: none;
    padding: 0 50px;
  }
  .cta_row h2,
  .cta_row h3 {
    font-size: 2.3em;
  }
  .cta_row .cta_btn {
    font-size: 2.1em;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_full,
  .cta_row .wrapper {
    max-width: none;
    padding: 0 25px;
  }
  .tablet_wrapper_full {
    padding: 0 !important;
  }
  .cta_row h2,
  .cta_row h3 {
    font-size: 2.2em;
  }
  .cta_row .cta_btn {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper_full,
  .cta_row .wrapper {
    max-width: none;
    padding: 0 15px;
  }
  .cta_row .cta_left,
  .cta_row .cta_right {
    max-width: 100%;
    width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cta_row .cta_left {
    margin-bottom: 8px;
  }
  .cta_row h2 {
    padding: 16px;
  }
  .cta_row .cta_right {
    background: none;
  }
  .cta_row h2,
  .cta_row h3 {
    font-size: 2.1em;
  }
  .cta_row .cta_btn {
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 550px) {
  .cta_row h2,
  .cta_row h3 {
    font-size: 1.7em;
  }
  .cta_row .cta_btn {
    font-size: 1.5em;
  }
}

.cta_row_2 {
  background: #004730;
  padding: 20px 0;
  text-align: center;
}
.cta_row_2 .cta_left {
  display: inline-block;
  width: auto;
  max-width: none;
  padding: 0 25px;
  vertical-align: middle;
}
.cta_row_2 h2 {
  font-size: 3em;
}
.cta_row_2 .cta_right {
  display: inline-block;
  width: auto;
  max-width: none;
  padding: 0 25px;
  vertical-align: middle;
}
@media only screen and (max-width: 1400px) {
  .cta_row_2 h2 {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 1024px) {
  .cta_row_2 {
    padding: 15px 0;
  }
  .cta_row_2 h2 {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 767px) {
  .cta_row_2 {
    padding: 10px 0 30px;
  }
  .cta_row_2 h2 {
    font-size: 2.2em;
  }
  .cta_row .cta_left,
  .cta_row .cta_right {
    display: block;
  }
}

.cta_row_footer {
  padding: 0;
  background: #004730;
}
.cta_space {
}
.sticky_cta_fixed {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  z-index: 9999;
}
/* @media only screen and (max-width: 767px) {
  .sticky_cta_fixed {
    position: static;
  }
} */

.cta_row_centered {
  text-align: center;
}
.cta_row_centered .cta_btn {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.cta_row_centered h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px 0 0;
  font-weight: 700;
}
.cta_row a {
  text-decoration: none;
  color: #fff;
}
.cta_row strong {
  color: #ffcb05;
  font-weight: 700;
}

/*Clean CTA Styles - cta_row_3_clean*/
.cta_row.cta_row_3_clean {
  padding: 0;
}
.cta_row a {
  color: #ffcb05;
}
.cta_row.cta_row_3_clean .cta_btn {
  font-weight: 700;
}
.cta_row.cta_row_3_clean .cta_left {
  max-width: 50%;
  width: 50%;
  -webkit-box: 0 0 50%;
  -moz-box: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 0;
}
.cta_row.cta_row_3_clean .cta_right {
  max-width: 50%;
  width: 50%;
  -webkit-box: 0 0 50%;
  -moz-box: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 0;
}
@media only screen and (max-width: 590px) {
  .cta_row.cta_row_3_clean .full_wrap .cta_left {
    max-width: 100%;
    width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cta_row.cta_row_3_clean .full_wrap .cta_right {
    max-width: 100%;
    width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.cta_row_3_clean a {
  position: relative;
}

.cta_row_3_clean .cta_left a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -40px;
  background-image: url(/wp-content/uploads/2021/06/phone-solid-white.svg);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.cta_row_3_clean .cta_right a span {
  position: relative;
  display: inline-block;
}
.cta_row_3_clean .cta_right a span:after {
  content: "";
  position: absolute;
  top: 1px;
  left: -50px;
  background-image: url(/wp-content/uploads/2021/06/cta-envelope-solid.svg);
  height: 25px;
  width: 30px;
  background-repeat: no-repeat;
  transition: 0.3s;
}

@media only screen and (min-width: 1000px) {
  .cta_row_3_clean .cta_left:hover a:after {
    height: 30px;
    width: 30px;
    top: 2px;
    right: -43px;
    transition: 0.2s;
  }
  .cta_row_3_clean .cta_right a:hover span:after {
    height: 30px;
    width: 35px;
    top: -1px;
    left: -53px;
    transition: 0.2s;
  }
}

@media only screen and (min-width: 1400px) {
  .cta_row_3_clean .cta_right a span:after {
    top: 4px !important;
  }
  .cta_row_3_clean .cta_right a:hover span:after {
    top: 2px !important;
  }
}

@media only screen and (min-width: 590px) and (max-width: 767px) {
  .cta_row_3_clean .cta_left a:after,
  .cta_row_3_clean .cta_right a span:after {
    content: unset;
  }
}

@media only screen and (max-width: 590px) {
  .cta_row_3_clean .cta_left a:after {
    left: unset;
    right: -43px;
    top: 0;
  }
  .cta_row_3_clean .cta_right a span:after {
    left: unset;
    right: -60px;
    top: 0;
  }
}

.column_contents {
  background: #f5f0ea;
  padding: 10px 0;
}
.column_contents.column_contents_white {
  background: none;
  padding: 20px 0;
}
.column_contents.column_contents_green {
  background: #004730;
  padding: 20px 0;
  color: #fff;
}
.column_contents.column_contents_green .cms,
.column_contents.column_contents_green .cms p,
.column_contents.column_contents_green .cms ul {
  color: #fff;
}
.column_contents .col_left {
  float: left;
  width: 48%;
}
.column_contents .col_right {
  float: right;
  width: 48%;
}

.four_column_contents {
  padding: 10px 0;
  background: #f5f0ea;
}
.four_column_contents .col {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  padding: 0 2% 0 0;
  max-width: 22%;
}

.cms {
}
.cms h2 {
  font-size: 2.2em;
  text-transform: uppercase;
  padding: 25px 0;
}
.cms h2 a {
  text-decoration: none;
}
/* .cms_loc h2, */
.cms h1 {
  font-size: 3em;
  text-transform: uppercase;
  padding: 10px 0 20px;
}
.cms_loc h2 {
  font-size: 4em;
  padding: 60px 0 10px 0;
  text-transform: none;
}

.cms h3 {
  font-size: 2em;
  text-transform: uppercase;
  padding: 15px 0;
}
.cms h4 {
  font-size: 1.8em;
  text-transform: uppercase;
  padding: 15px 0;
}
.cms h5 {
  font-size: 1.6em;
  text-transform: uppercase;
  padding: 15px 0;
}
.cms h6 {
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 15px 0;
}

.cms p a {
  font-weight: 600;
  text-decoration: none;
  color: #056735;
}
.cms table {
  width: 100%;
  margin: 10px 0;
}
.cms table th {
  background: #004730;
  font-size: 1.6em;
  padding: 12px;
  border: 3px solid #fff;
  color: #fff;
  font-weight: 400;
}
.cms table td {
  background: #f6f6f6;
  font-size: 1.6em;
  padding: 12px;
  border: 3px solid #fff;
}
.cms table td label {
  display: none;
}
.cms table tr {
  display: table-row !important;
}

/* new_design_table */
table.new_design_table th {
  background-color: #ffcb05;
  color: #000;
  font-weight: bold;
  border: none;
  padding-top: 18px;
  padding-bottom: 16px;
}
table.new_design_table td {
  background-color: #fff;
  color: #000;
  border: none;
}
table.new_design_table tr:nth-child(even) td {
  background-color: #eee;
}
table.new_design_table tr:nth-child(even) td:nth-child(even) {
  background-color: #e0e0e0;
}
table.new_design_table tr:nth-child(odd) td:nth-child(even) {
  background-color: #efefef;
}

.cms ul {
  padding: 10px 0;
}
.cms ul li {
  padding: 0 0 8px 15px;
  background: url(../images/bullet_li.png) 0 7px no-repeat;
}
.green_bg ul li {
  padding: 0 0 8px 15px;
  background: url(https://www.armishaws.com/wp-content/uploads/2021/04/white_bullet_li.png)
    0 7px no-repeat;
}
.column_contents_green ul li {
  padding: 0 0 8px 15px;
  background: url(https://www.armishaws.com/wp-content/uploads/2021/04/white_bullet_li.png)
    0 7px no-repeat;
}
ul.custom_bullet_li_house li {
  padding: 0 0 8px 20px;
  background: url(https://www.armishaws.com/wp-content/uploads/2021/04/house_bullet_li.svg);
  background-size: 13px;
  background-position: top 3px left;
  background-repeat: no-repeat;
}
ul.custom_bullet_li_pound li {
  padding: 0 0 8px 20px;
  background: url(https://www.armishaws.com/wp-content/uploads/2021/04/pound_bullet_li.svg);
  background-size: 8px;
  background-position: top 3px left;
  background-repeat: no-repeat;
}
ul.custom_bullet_li_paintbrush li {
  padding: 0 0 8px 20px;
  background: url(https://www.armishaws.com/wp-content/uploads/2021/04/paintroller_bullet_li.svg);
  background-size: 11px;
  background-position: top 5px left;
  background-repeat: no-repeat;
}
ul.custom_bullet_li_tree li {
  padding: 0 0 8px 20px;
  background: url(https://www.armishaws.com/wp-content/uploads/2021/11/bigtree_bullet_li.svg);
  background-size: 11px;
  background-position: top 5px left;
  background-repeat: no-repeat;
}
ul.custom_bullet_li_platinum li {
  padding: 0 0 0 25px;
  background: url(https://www.armishaws.com/wp-content/uploads/2022/06/diamond_bullet_li.svg);
  background-size: 17px;
  background-position: top 3px left;
  background-repeat: no-repeat;
}

ul.no_bullets li {
  background: none !important;
}
.cms ul li ul {
  font-size: 1em;
}
.cms ul li a {
}
.cms blockquote {
  background: #f6f6f6;
  max-width: 90%;
  margin: 0 auto;
  padding: 15px 20px;
}
.para_18 p {
  font-size: 1.8em;
}
.para_18 li {
  font-size: 18px;
}

.cms_centered,
.cms_centered * {
  text-align: center;
}

.cms_white,
.cms_white h1,
.cms_white h2,
.cms_white h3,
.cms_white h4,
.cms_white h5,
.cms_white h6,
.cms_white p,
.cms_white ul,
.cms_white ul li,
.cms_white ol,
.cms_white ol li,
.cms_white * {
  color: #fff;
}

.accre_list {
  padding: 40px 0 65px;
  text-align: center;
}
.accre_list h2 {
  text-align: center;
  font-size: 2.2em;
  text-transform: uppercase;
  padding: 0 0 35px;
  clear: both;
}
.accre_list .accre_logos {
  text-align: center;
}
.accre_list .accre_logos img {
  height: 120px;
  width: auto;
  margin: 0 2px 0 1px;
}
.accre_list .accre_logos a {
  text-decoration: none;
}

.home_tabs {
  background: #f6f6f6;
  padding: 0 0 20px;
}
.home_tabs .wrapper {
  max-width: 834px;
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
.home_tabs .tabs_menu {
  background: #f5f0ea;
}
.home_tabs .tabs_menu .tab_link {
  float: left;
  width: 25%;
  cursor: pointer;
  background: #f6f6f6;
  position: relative;
  height: 120px;
}
.home_tabs .tabs_menu .tab_link:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e6e6e6;
}
.home_tabs .tabs_menu .tab_link_last:before {
  display: none;
}

.home_tabs .tabs_menu .tab_link.active:after,
.home_tabs .tabs_menu .tab_link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  background: #e6e6e6;
  -webkit-animation: tab-normal 0.6s;
  -moz-animation: tab-normal 0.6s;
  -o-animation: tab-normal 0.6s;
  animation: tab-normal 0.6s;
}

.home_tabs .tabs_menu .tab_link.active:after,
.home_tabs .tabs_menu .tab_link:hover:after {
  background: #004730;
  height: 5px;
  opacity: 1;
  -webkit-animation: tab-hover 0.6s;
  -moz-animation: tab-hover 0.6s;
  -o-animation: tab-hover 0.6s;
  animation: tab-hover 0.6s;
}

.home_tabs .tabs_menu .tab_link .tab_icon {
  width: 80px;
  height: 80px;
  margin: 4px auto 0;
  position: relative;
  z-index: 1;
}
.home_tabs .tabs_menu .tab_link .tab_icon img {
  display: block;
  width: 61px;
  height: 61px;
  margin: 0 auto;
}
.home_tabs .tabs_menu .tab_link .tab_icon .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.home_tabs .tabs_menu .tab_link .tab_icon .tb .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.home_tabs .tabs_menu .tab_link h2 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.home_tabs .tabs_menu .tab_link h2 a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.home_tabs .tabs_menu .tab_link .active_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #f5f0ea;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.home_tabs .tabs_menu .tab_link.active .active_bg {
  height: 100%;
}

@-webkit-keyframes tab-hover {
  from {
    height: 100%;
    opacity: 0;
    background: #e6e6e6;
  }
  to {
    height: 5px;
    opacity: 1;
    background: #004730;
  }
}
@-moz-keyframes tab-hover {
  from {
    height: 100%;
    opacity: 0;
    background: #e6e6e6;
  }
  to {
    height: 5px;
    opacity: 1;
    background: #004730;
  }
}
@-o-keyframes tab-hover {
  from {
    height: 100%;
    opacity: 0;
    background: #e6e6e6;
  }
  to {
    height: 5px;
    opacity: 1;
    background: #004730;
  }
}
@keyframes tab-hover {
  from {
    height: 100%;
    opacity: 0;
    background: #e6e6e6;
  }
  to {
    height: 5px;
    opacity: 1;
    background: #004730;
  }
}

@-webkit-keyframes tab-normal {
  from {
    height: 5px;
    opacity: 1;
    background: #004730;
  }
  to {
    height: 100%;
    opacity: 0;
    background: #e6e6e6;
  }
}
@-moz-keyframes tab-normal {
  from {
    height: 5px;
    opacity: 1;
    background: #004730;
  }
  to {
    height: 100%;
    opacity: 0;
    background: #e6e6e6;
  }
}
@-o-keyframes tab-normal {
  from {
    height: 5px;
    opacity: 1;
    background: #004730;
  }
  to {
    height: 100%;
    opacity: 0;
    background: #e6e6e6;
  }
}
@keyframes tab-normal {
  from {
    height: 5px;
    opacity: 1;
    background: #004730;
  }
  to {
    height: 100%;
    opacity: 0;
    background: #e6e6e6;
  }
}

.home_tabs .tab_contents_main {
  position: relative;
}
.home_tabs .tab_contents {
  background: #f5f0ea;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.home_tabs .tab_contents_active {
  display: block;
}
.home_tabs .tab_contents .tab_padding {
}
.home_tabs .tab_contents .tab_img {
  float: right;
  width: 43.2%;
}
.home_tabs .tab_contents .tab_left {
  padding: 0 50% 0 60px;
}
.home_tabs .tab_contents .tab_left h2 {
  font-size: 2.8em;
  padding: 40px 0 0;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.home_tabs .tab_contents .tab_left h2:after {
  content: "";
  display: block;
  background: #004730;
  width: 125px;
  height: 5px;
  margin: 10px 0 0;
}
.home_tabs .tab_contents .tab_left p {
  font-size: 1.5em;
}
.home_tabs .tab_contents .tab_left .find_more {
  display: inline-block;
  font-size: 1.6em;
  color: #000;
  background: #ffcb05;
  padding: 9px 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  margin: 15px 0 20px;
}

.footer {
  background: #414143;
  padding: 45px 0;
}
.footer .f_left {
  float: left;
}
.footer .f_left .logo {
  width: 145px;
  height: auto;
  display: block;
  margin: 4px 0 0;
}
.footer .f_left .call_footer {
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
  padding: 16px 0 3px;
}
.footer .f_left .call_footer a {
  color: #fff;
  text-decoration: none;
}
.footer .f_left .socialize {
  padding: 15px 0 0;
}
.footer .f_left .socialize a {
  background: #f5f0ea;
  color: #414143;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  text-decoration: none;
  text-align: center;
  margin: 0 12px 0 0;
  font-size: 1.5em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.footer .f_left ul.social-list {
  padding-top: 3px;
  color: #fff;
}
.footer .f_left .social-list a {
  color: #fff;
  text-decoration: none;
}
.footer .f_right {
  float: right;
  padding: 25px 0 18px;
}
.footer .f_right .f_col {
  float: left;
  padding: 0 18px;
}
@media only screen and (max-width: 1010px) {
  .footer .f_right .f_col {
    padding: 0 8px;
  }
}
.footer .f_right .f_col ul {
  font-size: 1.3em;
}
.footer .f_right .f_col ul li {
}
.footer .f_right .f_col ul li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.footer .f_right .f_col ul li ul {
  font-size: 1em;
  padding: 15px 0 0;
}
.footer .f_right .f_col ul li ul li {
}
.footer .f_right .f_col ul li ul li a {
  font-weight: 400;
}

/* NEW FOOTER STYLES BY TATE */
.footer_contact_lite {
  background-color: #538e4e !important;
  color: #fff;
  width: 100%;
  padding: 35px 0 30px;
}
.footer_contact_lite a,
.footer_contact_lite p {
  color: #fff;
  text-decoration: none;
}
.footer_contact_lite h4 {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: normal;
}
.footer_contact_lite h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #ffcb05;
}
.footer_contact_lite_col {
  width: 25%;
  float: left;
  display: inline-block;
}
footer.footer {
  background-color: #00472f !important;
  padding: 30px 0 0px !important;
}
.footer_contact_full {
  width: 100%;
  padding: 10px 0 30px;
}

.footer_contact_full a,
.footer_contact_full p {
  color: #000;
  text-decoration: none;
}
.footer_contact_full ul {
  padding-top: 10px;
  font-size: 15px;
}
.footer_contact_full h4 {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: normal;
}
.footer_contact_full h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #ffcb05;
}
.footer_contact_full_col {
  width: 25%;
  float: left;
  display: inline-block;
}
.accre_list {
  padding: 30px 0 20px;
}

@media only screen and (max-width: 767px) {
  .footer_contact_full li {
    margin-bottom: 8px;
  }
}
/* END NEW FOOTER STYLES BY TATE */

.page-404 {
  margin-top: 40px;
  margin-bottom: 90px;
  text-align: center;
}
.page-404 h1 {
  padding-bottom: 0;
  text-transform: unset;
  font-size: 1.8em;
  color: #757575;
  font-weight: 400;
}
.page-404 h4 {
  text-transform: unset;
  font-size: 3em;
}
.page-404 p {
  font-size: 20px;
}
.page-404 .btn {
  display: inline-block;
  font-size: 1.6em;
  text-decoration: none;
  background-color: #ffcb05;
  margin-top: 10px;
  padding: 10px 15px;
  color: #000;
  font-weight: bold;
}

/*===================================================================================*/
/*HOMEPAGE END=======================================================================*/
/*===================================================================================*/

/*===================================================================================*/
/*ABOUT START========================================================================*/
/*===================================================================================*/
.main_content_body {
  padding-top: 20px;
}
.static_banner {
  overflow: hidden;
  position: relative;
  height: 350px;
  margin-bottom: 0;
}
.static_banner img {
  display: block;
  width: 100%;
  height: auto;
}
.static_banner .banner_contents {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/banner_overlay.png) repeat;
  text-align: center;
}
.static_banner .banner_contents h1,
.static_banner .banner_contents h2 {
  color: #fff;
  font-size: 3.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.static_banner .banner_contents p {
  color: #fff;
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
  word-spacing: 1px;
}
.static_banner .banner_contents .gen_btn {
  margin-bottom: 0;
}

/* New Static Banner START - Enabled 27th September */
.static_banner .banner_contents {
  background: rgba(0, 0, 0, 0.45) !important;
  text-align: left !important;
}
.static_banner .banner_contents h2 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 400;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.static_banner .banner_contents h1 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 400;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.static_banner .banner_contents h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #ffcb05;
}
.static_banner .banner_contents h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #ffcb05;
}
.static_banner .banner_contents p {
  max-width: 660px;
  font-weight: 500;
  text-align: left !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1025px) {
  /* .header {background: transparent !important;} */
  .static_banner {
    overflow: unset !important;
    position: relative;
    margin-top: 0px;
    z-index: -1;
    height: unset !important;
  }
  .static_banner .wrapper {
    margin-top: 60px;
  }
  .static_banner img {
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    margin-top: -60px !important;
    z-index: -1 !important;
  }
  .static_banner .banner_contents {
    bottom: 2px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .static_banner {
    height: unset;
  }
}
/* New Static Banner END */

.map_banner {
  height: 550px;
  position: relative;
}
.map_banner #map_banner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f6f6f6;
}

.gen_btn {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 12px 55px;
  text-decoration: none;
  background: #ffcb05;
  margin: 25px 0;
}
.cms table .gen_btn {
  margin: 0;
}

.breadcrumbs {
  text-align: center;
  padding: 37px 0 20px;
  font-size: 13px;
  color: #ffcb05;
}
.breadcrumbs span {
  font-size: 13px;
  color: #414042;
}
.breadcrumbs ul {
  text-align: center;
  font-size: 1.3em;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li:after {
  content: "|";
  color: #ffcb05;
  display: inline-block;
  padding: 0 4px 0 7px;
}
.breadcrumbs ul li.last:after {
  display: none;
}
.breadcrumbs a {
  text-decoration: none;
}

.content_centered {
  text-align: center;
}
.content_centered_loc {
  padding: 45px 0;
}
@media only screen and (max-width: 1024px) {
  .content_centered_loc {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content_centered_loc {
    padding: 25px 0;
  }
}
.contents {
}

.vid_row {
  position: relative;
}
.vid_row .vid_img {
  display: block;
  width: 100%;
  height: auto;
}
.vid_row .pl_btn {
  width: 135px;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -67px 0 0 -67px;
}

.two_columns {
  padding: 20px 0;
}
.two_columns h2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 3em;
  padding: 0 0 70px;
}
.two_columns .col {
  float: left;
  width: 48.9%;
}
.two_columns .col_last {
  float: right;
}
.two_columns .col .col_img {
}
.two_columns .col .col_img img {
  display: block;
  width: 100%;
  height: auto;
}
.two_columns .col .col_txt {
  background: #f6f6f6;
  border-bottom: 1px solid #ffcb05;
  padding: 45px 20px 5px;
}
.two_columns .col .col_txt h3 {
  font-size: 2.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 23px;
}

.two_columns .col .col_txt p {
}
@media only screen and (max-width: 600px) {
  .two_columns .col .col_txt p {
    padding: 6px 60px 3px 60px;
  }
}
@media only screen and (max-width: 475px) {
  .two_columns .col .col_txt p {
    padding: 5px 40px 2px 40px;
  }
}
@media only screen and (max-width: 375px) {
  .two_columns .col .col_txt p {
    padding: 3px 15px 0px 15px;
  }
}

.two_columns .col .col_txt .gen_btn {
  padding-left: 27px;
  padding-right: 27px;
}

.two_columns_opt_1 .col .col_txt {
  background: #f5f0ea;
  padding: 0;
  border: none;
}

.two_col_lists ul {
  width: 45%;
  display: inline-block;
}

.three_columns .col {
  float: left;
  width: 32%;
  margin: 0 2% 15px 0;
}
.three_columns .col_last {
  margin-right: 0;
}
/*===================================================================================*/
/*ABOUT END==========================================================================*/
/*===================================================================================*/

/*===================================================================================*/
/*CONTACT START======================================================================*/
/*===================================================================================*/
.contact_pg_contents {
  padding-top: 25px;
}
.contact_pg {
  padding: 45px 0;
}
.contact_pg .contact_left {
  width: 48.9%;
  float: left;
}
.contact_pg .contact_left .contact_box {
  background: #f6f6f6;
  border-bottom: 1px solid #ffcb05;
  margin: 0 0 18px;
}
.contact_pg .contact_left .contact_box .contact_padding {
  padding: 20px 20px 10px;
}
.contact_pg .contact_left .contact_box h2 {
  font-size: 3em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 20px;
}
.contact_pg .contact_left .contact_box h3 {
  font-size: 2.2em;
  text-transform: uppercase;
  padding: 0 0 5px;
}
.contact_pg .contact_left .contact_box .ho_add {
  float: left;
  width: 45%;
}
.contact_pg .contact_left .contact_box .ho_add address {
  font-size: 1.5em;
}
.contact_pg .contact_left .contact_box .ho_ph_em {
  float: right;
  width: 45%;
}
.contact_pg .contact_left .contact_box p {
  padding: 0 0 22px;
}
.contact_pg .contact_left .contact_box p a {
  text-decoration: none;
}
.contact_pg .contact_left .contact_box .off_title {
  float: left;
}
.contact_pg .contact_left .contact_box .off_title p {
  padding: 0 0 17px;
}
.contact_pg .contact_left .contact_box .branch_details_btn {
  float: right;
  font-size: 1.6em;
  padding: 12px 22px;
  background: #ffcb05;
  color: #000;
  text-decoration: none;
  margin: 5px 0 0;
}
.contact_pg .contact_left.branches_left {
  width: 43%;
}
.contact_pg .contact_left .branch_box {
  background: #f6f6f6;
  border-bottom: 1px solid #ffcb05;
  margin: 0 0 10px;
}
.contact_pg .contact_left .branch_box a {
  display: block;
  text-decoration: none;
  font-size: 2.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
}
.contact_pg .contact_left .contact_left_contents {
  padding: 20px 0 50px;
}

.contact_pg .contact_right {
  width: 48.9%;
  float: right;
  background: #004730;
  border-bottom: 1px solid #ffcb05;
}
.contact_pg .contact_right .contact_padding {
  padding: 25px 25px 12px;
}
.contact_pg .contact_right h2 {
  color: #fff;
  font-size: 3em;
  letter-spacing: 1px;
  padding: 0 0 25px;
}
.contact_pg .contact_right .cf_row {
  padding: 0 0 12px;
}
.contact_pg .contact_right .cf_row .txtbox {
  font-size: 1.6em;
  border: none;
  outline: none;
  width: 95%;
  padding: 10px 2.5%;
}
.contact_pg .contact_right .cf_row .txtarea {
  font-size: 1.6em;
  border: none;
  outline: none;
  width: 95%;
  padding: 10px 2.5%;
  height: 70px;
}
.contact_pg .contact_right .cf_row .cf_left {
  float: left;
  width: 48.6%;
}
.contact_pg .contact_right .cf_row .cf_right {
  float: right;
  width: 48.6%;
}
.contact_pg .contact_right .cf_row .cf_left .txtbox,
.contact_pg .contact_right .cf_row .cf_right .txtbox {
  padding: 10px 5%;
  width: 90%;
}
.contact_pg .contact_right .cf_row .select2 {
  width: 100% !important;
}
span.date_of_move {
  position: static !important;
}
.datepicker {
  background: #fff url(../images/select_arrow.png) right no-repeat;
  position: relative;
}
.contact_pg .contact_right .cf_row .cf_left .select2-selection__rendered,
.contact_pg .contact_right .cf_row .cf_right .select2-selection__rendered {
  padding-left: 5% !important;
}
.contact_pg .contact_right .cf_row .submit_btn {
  float: left;
  font-size: 1.6em;
  color: #000;
  background: #ffcb05;
  width: 215px;
  height: 44px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 10px 0 0;
}
.contact_pg .contact_right .cf_row .req {
  float: left;
  color: #fff;
  font-size: 1.4em;
  padding: 8px 14px;
}

.contact_pg .contact_right.branches_right {
  width: 54.2%;
}
.contact_pg .contact_right.branches_right h4 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 3em;
  background: #f6f6f6;
  padding: 17px 15px 14px;
}
.contact_pg .contact_right.branches_right .contact_map {
  min-height: 400px;
  background: #ccc;
}

.module_form {
  padding: 0;
}
.module_form .contact_right {
  width: auto;
  max-width: 600px;
  float: none;
  margin: 0 auto;
}
.module_form .contact_right h2 {
  text-align: left;
  font-size: 2.2em;
}

.select2-selection__arrow,
.select2-selection__rendered,
.select2-selection,
.selection,
.select2-container {
  height: 42px !important;
  border: none !important;
  font-weight: 300;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  border-top-right-radius: 0px !important;
  background: #fff;
  font-size: 16px;
  color: #414042;
}
.select2-container--open {
  z-index: 99999;
}
.ui-datepicker {
  z-index: 99999 !important;
}
.select2 ul li {
  font-size: 14px;
}
.select2-selection__arrow {
  background: url(../images/select_arrow.png) left no-repeat;
  width: 32px !important;
  height: 40px !important;
}
.select2-selection__arrow b {
  display: none !important;
}
.select2-selection__rendered {
  line-height: 41px !important;
  font-weight: 300;
  color: #adadad !important;
  padding-left: 2.5% !important;
}
.select2-results__options {
  font-size: 16px;
  color: #414042;
}
/*.select2-selection__arrow{background:url(../images/bullet_sel.png) center no-repeat;}*/

div.ui-datepicker {
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  background: #222 !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 8px 5px;
  border: none !important;
  clear: both;
}
.ajax-loader {
  background: #fff;
  border: 5px solid #fff !important;
}
/*===================================================================================*/
/*CONTACT END========================================================================*/
/*===================================================================================*/

/*===================================================================================*/
/*REMOVALS START=====================================================================*/
/*===================================================================================*/
.contact_row {
  position: relative;
}
.contact_row .cmap_row {
  height: 446px;
  background: #f2f1ef;
}
.contact_row .contact_info {
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 340px;
  background: url(../images/contact_bg.png) repeat;
  border-bottom: 1px solid #ffcb05;
}
.contact_row .contact_info .c_info_padding {
  padding: 26px 20px;
}
.contact_row .contact_info h3,
.contact_row .contact_info h2 {
  text-align: center;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 25px;
}
.contact_row .contact_info h3 {
  padding: 18px 0 12px;
}
.contact_row .contact_info address {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  padding: 0 0 8px;
}
.contact_row .contact_info p {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
}
.contact_row .contact_info p a {
  text-decoration: none;
  color: #fff;
}
/*===================================================================================*/
/*REMOVALS END=======================================================================*/
/*===================================================================================*/

/*===================================================================================*/
/*PRODUCTS START=====================================================================*/
/*===================================================================================*/
.filter_checkout {
  background: url(../images/filter_title_bg.png) center top repeat-y;
}
.filter_checkout .filter_title {
  float: left;
  width: 63%;
  background: #004730;
}
.filter_checkout .filter_title h2 {
  font-size: 2.2em;
  color: #fff;
  text-transform: uppercase;
  padding: 32px 0;
}
.filter_checkout .filter_title h2 a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 33px;
  background: url(../images/bullet_back.png) left no-repeat;
}
.filter_checkout .cart_checkout {
  float: right;
  width: 37%;
  background: #96979b;
}
.filter_checkout .cart_checkout .c_checkout {
  float: right;
  padding: 22px 0;
}
.filter_checkout .cart_checkout .c_checkout .arm_cart {
  float: left;
  font-size: 2.2em;
  font-weight: 700;
}
.filter_checkout .cart_checkout .c_checkout .arm_cart a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0 10px 55px;
  background: url(../images/icon_cart.png) left no-repeat;
  display: block;
  text-transform: uppercase;
}
.filter_checkout .cart_checkout .c_checkout .chkout {
  float: left;
  color: #000;
  text-decoration: none;
  background: #ffcb05;
  font-size: 1.6em;
  padding: 12px 34px;
  margin-left: 14px;
}

.pro_cats {
  background: #f6f6f6;
  padding: 33px 0;
}
.pro_cats .wrapper {
  max-width: none;
}
.pro_cats ul {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
}
.pro_cats ul li {
  display: inline;
  padding: 0 20px;
}
.pro_cats ul li a {
  text-transform: uppercase;
  text-decoration: none;
}
.pro_cats ul li.current a,
.pro_cats ul li a:hover {
  color: #004730;
}

ul.product_list {
  padding: 45px 0 0;
  font-size: 1em;
}
ul.product_list li {
  float: left;
  width: 31.3%; /*margin:0 2% 80px 0;*/
  margin: 0 1% 80px;
}
/*ul.product_list li.last{margin-right:0;}*/
ul.product_list li .pro_box {
}
ul.product_list li .pro_box .pro_img {
  border: 1px solid #f6f6f6;
}
ul.product_list li .pro_box .pro_img img {
  display: block;
  width: 100%;
  height: auto;
}
ul.product_list li .pro_box .pro_details {
  padding: 35px 15px 20px 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ffcb05;
}
ul.product_list li .pro_box .pro_details h2 {
  font-size: 2.2em;
  text-transform: uppercase;
}
ul.product_list li .pro_box .pro_details h2 a {
  text-decoration: none;
}
ul.product_list li .pro_box .pro_details .price_details {
  padding: 25px 0 12px;
}
ul.product_list li .pro_box .pro_details .price_details .pro_price {
  float: left;
  font-size: 3.3em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 0;
}
ul.product_list li .pro_box .pro_details .price_details .pro_price a {
  text-decoration: none;
}
ul.product_list li .pro_box .pro_details .details_btn {
  float: right;
  font-size: 1.6em;
  color: #000;
  background: #ffcb05;
  width: 50%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
ul.product_list li .pro_box .pro_details .qty_btn {
}
ul.product_list li .pro_box .pro_details .qty_btn .qty_pro {
  float: left;
  width: 50%;
  background: #ffcb05;
}
ul.product_list li .pro_box .pro_details .qty_btn .qty_pro a {
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  background: #eceded;
  border: 1px solid #95979a;
  text-decoration: none;
  width: 32%;
}
ul.product_list li .pro_box .pro_details .qty_btn .qty_pro input[type="number"],
ul.product_list li .pro_box .pro_details .qty_btn .qty_pro .qtybox {
  float: left;
  width: 32%;
  border: none;
  outline: none;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-top: 1px solid #95979a;
  border-bottom: 1px solid #95979a;
  font-weight: 700;
  font-size: 2.2em;
}
ul.product_list
  li
  .pro_box
  .pro_details
  .qty_btn
  .qty_pro
  input[type="number"]::-webkit-inner-spin-button,
ul.product_list
  li
  .pro_box
  .pro_details
  .qty_btn
  .qty_pro
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul.product_list
  li
  .pro_box
  .pro_details
  .qty_btn
  .qty_pro
  input[type="number"] {
  -moz-appearance: textfield;
}

.product_details {
  padding: 0 0 45px;
}
.product_details .product_img {
  float: left;
  width: 32%;
  margin: 8px 0 0;
}
.product_details .product_img img {
  display: block;
  width: 100%;
  height: auto;
}
.product_details .pro_details {
  padding: 0 0 0 36.6%;
}
.product_details .pro_details h1 {
  letter-spacing: 1px;
  padding: 0 0 18px;
}
.product_details .pro_details .cms {
  padding: 0 0 30px;
}

.product_details .pro_details .pro_price {
  float: left;
  font-size: 3.3em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 0;
}
.product_details .pro_details .pro_price p {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.product_details .pro_details .details_btn {
  float: right;
  font-size: 1.6em;
  color: #000;
  background: #ffcb05;
  width: 50%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.product_details .pro_details .qty_btn {
  float: right;
  width: 280px;
}
.product_details .pro_details .qty_btn .qty_pro {
  float: left;
  width: 50%;
  background: #ffcb05;
}
.product_details .pro_details .qty_btn .qty_pro a {
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  background: #eceded;
  border: 1px solid #95979a;
  text-decoration: none;
  width: 32%;
}
.product_details .pro_details .qty_btn .qty_pro input[type="number"],
.product_details .pro_details .qty_btn .qty_pro .qtybox {
  float: left;
  width: 32%;
  border: none;
  outline: none;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-top: 1px solid #95979a;
  border-bottom: 1px solid #95979a;
  font-weight: 700;
  font-size: 2.2em;
}
.product_details
  .pro_details
  .qty_btn
  .qty_pro
  input[type="number"]::-webkit-inner-spin-button,
.product_details
  .pro_details
  .qty_btn
  .qty_pro
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_details .pro_details .qty_btn .qty_pro input[type="number"] {
  -moz-appearance: textfield;
}
/*===================================================================================*/
/*PRODUCTS END=======================================================================*/
/*===================================================================================*/

.blog_single {
  padding: 0 0 30px;
}

/*===================================================================================*/
/*ABOUT START========================================================================*/
/*===================================================================================*/
.about_pg {
  padding: 0 0 70px;
}
.about_pg .abt_left {
  float: left;
  width: 48%;
}
.about_pg .abt_right {
  float: right;
  width: 48%;
  height: 450px;
  margin: 15px 0;
}
.about_pg .abt_right #abt_map {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
}
.about_pg h1 {
  text-align: center;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .about_pg .abt_left {
    float: none;
    width: auto;
  }
  .about_pg .abt_right {
    float: none;
    width: auto;
    height: 450px;
  }
}
/*===================================================================================*/
/*ABOUT END==========================================================================*/
/*===================================================================================*/
.header .top_navi ul {
  font-size: 1.8em;
}
.header .top_navi ul li a {
  padding-left: 30px !important;
}
@media only screen and (max-width: 1350px) {
  .header .top_navi ul {
    font-size: 1.7em;
  }
  .header .top_navi ul li {
    padding: 0 3px;
  }
  .header .top_navi ul li a {
    padding: 22px 10px 21px;
  }
  .header .top_navi ul li a {
    padding-left: 20px !important;
  }
  .header .top_navi ul li:hover a,
  .header .top_navi ul li.current a,
  .header .top_navi ul li.current-menu-item a,
  .header .top_navi ul li.current-page-ancestor a,
  .header .top_navi ul li.current_page_item a,
  .header .top_navi ul li.current_page_parent a,
  .header .top_navi ul li a:hover {
    padding: 21px 5px;
  }
}
@media only screen and (max-width: 1170px) {
  .header .top_navi ul {
    font-size: 1.5em;
  }
  .header .top_navi ul li {
    padding: 0 1px;
  }
  .header .top_navi ul li a {
    padding: 22px 3px 21px;
  }
  .header .top_navi ul li a {
    padding-left: 10px !important;
  }
  .header .top_navi ul li:hover a,
  .header .top_navi ul li.current a,
  .header .top_navi ul li.current-menu-item a,
  .header .top_navi ul li.current-page-ancestor a,
  .header .top_navi ul li.current_page_item a,
  .header .top_navi ul li.current_page_parent a,
  .header .top_navi ul li a:hover {
    padding: 21px 3px;
  }
}
@media only screen and (max-width: 1170px) {
  .home_tabs .wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1250px) {
  .quick_quote_single {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 1100px) {
  .header .top_navi ul li {
    padding: 0 2px;
  }

  .home_slider .hslider .hslide .hslide_contents span,
  .home_slider .hslider .hslide .hslide_contents h3 {
    font-size: 2em;
  }
  .home_slider .hslider .hslide .hslide_contents h1,
  .home_slider .hslider .hslide .hslide_contents h3 {
    font-size: 3.4em;
  }

  .quick_quote {
    margin-top: -70px;
  }
  .quick_quote_single {
    margin-top: -30px;
  }
  .quick_quote .quote_width {
    padding: 0 0 20px;
  }
  .quick_quote h2 {
    font-size: 2.3em;
    padding: 15px 15px 0;
  }
  .quick_quote .start_now_btn {
    padding: 12px 45px;
  }

  .serv_list .serv_box .serv_contents h2 {
    font-size: 2em;
  }
  .serv_list .serv_box .serv_contents p {
    font-size: 1.4em;
    padding: 5px 15px;
  }
  .serv_list .serv_box .serv_contents .find_more {
    padding: 8px 50px;
    margin: 5px 0 0;
  }

  .pro_cats ul li {
    display: inline;
    padding: 0 10px;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px) {
  input[type="text"],
  textarea,
  select,
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .wrapper {
  }
  /*
	.cms p{font-size:1.6em;}
	.cms h2{font-size:2.4em;}
	.cms h3{font-size:2.4em;}
	.cms h5{font-size:1.6em;}
	.cms ul{font-size:1.6em;}
	*/
  /*===================================================================================*/
  /*HOMEPAGE START=====================================================================*/
  /*===================================================================================*/

  .header {
  }
  .header .logo {
    width: 210px;
    margin: 12px 0;
  }
  .header .header_right {
    padding: 15px 0;
  }
  /*
	.header .header_right .trustpl{float:left; width:167px;}
	.header .header_right .trustpl img{display:block; max-width:100%; height:auto;}
	.header .header_right .ph_em{float:left; padding:0 0 0 12px; width:175px;}
	.header .header_right .ph_em a{display:block; font-size:1.6em; text-align:center; text-decoration:none; background:#fff; padding:8px 0;}
	.header .header_right .ph_em a.get_quote_btn{background:#ffcb05; margin:15px 0 0; color:#000;}
	*/

  .show_menu {
    display: block;
  }
  #wpfront-notification-bar.wpfront-fixed {
    z-index: 99 !important;
  }
  .header .top_navi {
    /*padding:10px 15px;*/
    position: fixed;
    left: -320px;
    top: 0;
    bottom: 0;
    width: 320px;
    z-index: 99999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #004730 !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header .top_navi_mob {
    position: static;
    padding: 10px 15px;
    display: block;
    width: auto;
    overflow: visible;
  }
  .home_slider .header .top_navi_mob {
    background: url(../images/navi_overlay.png) repeat !important;
  }
  .header .top_navi_open {
    left: 0;
  }
  .header .top_navi ul {
    /*display:none;*/
  }
  .header .top_navi ul {
    font-size: 1.8em;
    padding: 50px 20px;
    text-align: left;
  }
  .header .top_navi ul li {
    float: none;
    display: block;
    padding: 0;
  }
  .header .top_navi ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    text-align: left;
  }
  .header .top_navi ul li a:hover {
    padding: 8px 0;
  }
  .header .top_navi ul li ul {
    font-size: 0.9em;
    padding: 5px 10px 15px;
    position: static;
    display: none;
    width: auto;
    margin-bottom: 10px;
  }
  .header .top_navi ul li ul li {
    width: auto;
    padding: 0;
  }
  .header .top_navi ul li:hover ul li a,
  .header .top_navi ul li ul li a {
    padding: 5px 15px !important;
  }
  .header .top_navi ul li ul:after {
    display: none;
  }

  .header .top_navi ul li.home_icon a,
  .header .top_navi ul li a {
    padding: 8px 0;
  }
  .header .top_navi ul li.home_icon:hover a,
  .header .top_navi ul li:hover a,
  .header .top_navi ul li.current a,
  .header .top_navi ul li.current-menu-item a,
  .header .top_navi ul li.current-page-ancestor a,
  .header .top_navi ul li.current_page_item a,
  .header .top_navi ul li.current_page_parent a,
  .header .top_navi ul li a:hover {
    background: #004730;
    border-top: none;
    padding: 8px 0;
  }

  .slider_holder_full {
    padding-top: 135px;
  }

  .home_slider {
    position: relative;
  }
  /*.home_slider .header{position:static; background:#004730;}
	.home_slider .header .top_navi{background:#024824;}
	.home_slider .hslider{}
	.home_slider .hslider .hslide{position:relative; z-index:90;}
	.home_slider .hslider .hslide img{display:block; max-width:100%; height:auto; width:100%;}
	.home_slider .hslider .hslide .hslide_contents{position:absolute; left:0; top:0; right:0; bottom:0; background:url(../images/banner_overlay.png) repeat; text-align:center;}
	*/
  .home_slider .hslider .hslide .hslide_contents .hs_contents {
    top: 165px;
    right: 0;
    bottom: 10px;
  }
  .home_slider
    .slider_holder_full
    .hslider
    .hslide
    .hslide_contents
    .hs_contents {
    top: 65px;
    bottom: 10px;
  }
  .home_slider .hslider .hslide .hslide_contents span,
  .home_slider .hslider .hslide .hslide_contents h3 {
    font-size: 2.2em;
    padding: 0 0 5px;
  }
  .home_slider .hslider .hslide .hslide_contents h1,
  .home_slider .hslider .hslide .hslide_contents h3 {
    font-size: 3.4em;
  }
  .home_slider .hslider .hslide .hslide_contents p {
    max-width: 815px;
    margin: 0 auto 5px;
  }
  .home_slider .hslider .hslide .hslide_contents .findmore {
    padding: 10px 45px;
  }

  .quick_quote {
    position: static;
    margin-top: 0px;
  }

  .quick_quote .form_holder .frm_padding {
    padding: 20px 25px 10px;
  }
  .quick_quote .form_holder ul.frm_tabs {
    font-size: 1.7em;
  }
  .quick_quote .form_holder ul.frm_tabs li a {
    padding: 10px 5px;
  }
  /*
	.quick_quote .form_holder ul.frm_tabs li{float:left; width:32%; margin:0 2% 15px 0;}
	.quick_quote .form_holder ul.frm_tabs li.last{margin-right:0;}
	.quick_quote .form_holder ul.frm_tabs li a{border:1px solid #fff; color:#fff; text-decoration:none; display:block; text-align:center; padding:10px; letter-spacing:1px; font-weight:700; text-transform:uppercase;}
	.quick_quote .form_holder ul.frm_tabs li.current a{background:#ffcb05; border:1px solid #ffcb05; color:#414042;}
	
	
	
	.quick_quote .form_holder .frm_main{}
	.quick_quote .form_holder .frm_main .frm_left{width:49.14%; float:left;}
	.quick_quote .form_holder .frm_main .frm_right{width:49.14%; float:right;}
	.quick_quote .form_holder .frm_main .frm_row{padding:0 0 15px;}
	.quick_quote .form_holder .frm_main .frm_row .txtbox{font-size:1.6em; border:none; outline:none; width:95%; padding:10px 2.5%;}
	.quick_quote .form_holder .frm_main .frm_row .select2{width:100% !important; text-align:left;}
	.quick_quote .form_holder .frm_main .frm_row .frm_sub{float:left; width:48.5%;}
	.quick_quote .form_holder .frm_main .frm_row .frm_sub_alt{float:right;}
	.quick_quote .form_holder .frm_main .frm_row .frm_sub .select2-selection__rendered{padding-left:5% !important;}
	.quick_quote .form_holder .frm_main .frm_row .frm_sub .txtbox{padding:10px 5%; width:90%;}
	.quick_quote .form_holder .frm_main .request_quote_btn{border:none; outline:none; cursor:pointer; color:#000; font-size:1.6em; background:#ffcb05; width:423px; height:43px;}
	*/

  .quick_quote .quote_width {
    max-width: none;
  }
  .quick_quote h2 {
    font-size: 2.3em;
    padding: 12px 15px 0;
  }
  .quick_quote .start_now_btn {
    padding: 10px 45px;
  }

  .testi_slider {
    padding: 10px 0;
  }
  /*.testi_slider_gray{padding:35px 0 20px;}*/
  .testi_slider h2 {
    font-size: 2.5em;
    padding: 0 0 25px;
  }
  .testi_slider .rewiew_box {
    padding: 0 15px 20px 85px;
    background: url(../images/quote_mark.svg) 10px 10px no-repeat;
    background-size: 47px auto;
  }

  .serv_list {
  }
  .serv_list .serv_box {
    float: left;
    width: 25%;
    position: relative;
  }
  .serv_list .serv_box .serv_contents h2 {
    font-size: 2em;
  }
  .serv_list .serv_box .serv_contents p {
    font-size: 1.4em;
    padding: 5px 15px;
  }
  .serv_list .serv_box .serv_contents .find_more {
    padding: 8px 50px;
    margin: 5px 0 0;
  }

  /*
	.serv_list_three{}
	.serv_list_three .serv_box{width:33.33%;}
	.serv_list_three .serv_box_last{float:none; margin:0 auto; clear:both;}
	*/
  .serv_list_three .serv_box {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box: 0 0 33.33%;
    -moz-box: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    float: none;
  }

  .content_slider .cslide .cs_txt {
    padding: 0 0 25px;
  }
  .content_slider .cslide .cs_txt h1,
  .content_slider .cslide .cs_txt h2 {
    font-size: 2.3em;
    padding: 52px 45px 10px 15px;
  }
  .content_slider .cslide .cs_txt p {
    padding: 10px 45px 10px 15px;
  }
  .content_slider .cslide .cs_txt .find_more {
    padding: 10px 52px;
    margin: 12px 0 0 15px;
  }

  /*
	.content_slider_alt .cslide .cs_img{float:left;}
	.content_slider_alt .cslide .cs_img_1{right:auto; left:0; width:50%;}
	.content_slider_alt .content_slider .cslide .cs_txt{float:right;}*/
  .content_slider_alt .cslide .cs_txt h1,
  .content_slider_alt .cslide .cs_txt h2 {
    padding: 52px 15px 10px 15px;
  }
  .content_slider_alt .cslide .cs_txt p {
    padding: 10px 15px 10px 15px;
  }
  .content_slider_alt .cslide .cs_txt .find_more {
    margin: 15px 0 0 15px;
  }

  .latest_news {
    padding: 50px 0;
  }
  .latest_news h2 {
    font-size: 2.5em;
    padding: 0 0 50px;
  }
  /*
	.latest_news .news_list .news_box{float:left; width:32%; margin:0 2% 0 0;}
	.latest_news .news_list .news_box_last{margin-right:0;}
	.latest_news .news_list .news_box .news_img{}
	.latest_news .news_list .news_box .news_img img{display:block; width:100%; height:auto;}
	.latest_news .news_list .news_box .news_txt{background:#f6f6f6; border-bottom:1px solid #fcc311;}
	*/
  .latest_news .news_list .news_box .news_txt .news_padding {
    padding: 20px 15px 30px;
  }
  .latest_news .news_list .news_box .news_txt .news_dt {
    padding: 0 0 17px;
  }
  .latest_news .news_list .news_box .news_txt h3 {
    font-size: 2em;
  }
  .latest_news .news_list .news_box .news_txt .readmore {
    padding: 10px 35px;
    margin: 10px 0 0;
  }

  /* 
	.cta_row{padding:20px 0;}
	.cta_row .cta_btn{float:none; display:block; margin:0 auto;}
	.cta_row h2{padding:15px 0 0; text-align:center;}
	.cta_row h3{font-size:1.8em; padding:0;}
	
	.cta_row_centered{}
	.cta_row_centered .cta_btn{margin:10px auto 0; display:block;}
	.cta_row_centered h2{padding:0; display:block;}
	*/

  .column_contents {
    padding: 35px 0;
  }
  /*
	.column_contents .col_left{float:left; width:48%;}
	.column_contents .col_right{float:right; width:48%;}
	
	*/
  .cms h2 {
    font-size: 2em;
  }
  .cms_loc h2,
  .cms h1 {
    font-size: 2.8em;
  }

  .cms h3 {
    font-size: 1.9em;
  }
  .cms h4 {
    font-size: 1.7em;
  }
  .cms h5 {
    font-size: 1.5em;
  }
  .cms h6 {
    font-size: 1.4em;
  }

  .cms p a {
    font-weight: 600;
    text-decoration: none;
    color: #056735;
  }

  .cms ul li {
    background: url(../images/bullet_li_2x.png) 0 7px no-repeat;
    background-size: 6px 6px;
  }
  .green_bg ul li {
    padding: 0 0 8px 15px;
    background: url(https://www.armishaws.com/wp-content/uploads/2021/04/white_bullet_li.png)
      0 7px no-repeat;
  }
  .column_contents_green ul li {
    padding: 0 0 8px 15px;
    background: url(https://www.armishaws.com/wp-content/uploads/2021/04/white_bullet_li.png)
      0 7px no-repeat;
  }

  .four_column_contents {
    padding: 10px 0;
  }
  .four_column_contents .col {
    width: 22%;
    padding: 0 2% 0 0;
    max-width: 22%;
  }

  .accre_list {
    adding: 25px 0 45px;
  }
  .accre_list h2 {
    font-size: 2em;
    padding: 0 0 25px;
  }
  /*
	.accre_list .accre_logos{text-align:center;}
	.accre_list .accre_logos img{height:100px; width:auto; margin:0 2px 0 1px;}
	*/

  .home_tabs {
    padding: 0 0 20px;
  }

  /*
	.home_tabs .tabs_menu{background:#fff;}
	.home_tabs .tabs_menu .tab_link{float:left; width:25%; cursor:pointer; background:#f6f6f6; position:relative; height:120px;}
	.home_tabs .tabs_menu .tab_link:before{content:""; display:block; position:absolute; right:0; top:0; bottom:0; width:1px; background:#e6e6e6;}
	.home_tabs .tabs_menu .tab_link_last:before{display:none;}
	
	.home_tabs .tabs_menu .tab_link .tab_icon{width:80px; height:80px; margin:4px auto 0; position:relative; z-index:1;}
	.home_tabs .tabs_menu .tab_link .tab_icon img{display:block; width:61px; height:61px; margin:0 auto;}
	.home_tabs .tabs_menu .tab_link .tab_icon .tb{display:table; width:100%; height:100%;}
	.home_tabs .tabs_menu .tab_link .tab_icon .tb .td{display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center;}
	.home_tabs .tabs_menu .tab_link h2{text-align:center; font-size:1.6em; font-weight:400; position:relative; z-index:1;}
	.home_tabs .tabs_menu .tab_link h2 a{display:block; text-align:center; text-decoration:none;}
	
	.home_tabs .tabs_menu .tab_link .active_bg{position:absolute; left:0; top:0; right:0; height:0; background:#fff; transition:0.5s; -webkit-transition::0.5s;}
	.home_tabs .tabs_menu .tab_link.active .active_bg{height:100%;}
	
	
	.home_tabs .tab_contents_main{position:relative;}
	.home_tabs .tab_contents{background:#fff; display:none; position:absolute; left:0; top:0; right:0;}
	.home_tabs .tab_contents_active{display:block;}
	.home_tabs .tab_contents .tab_padding{}
	.home_tabs .tab_contents .tab_img{float:right; width:43.2%;}
	*/
  .home_tabs .tab_contents .tab_left {
    padding: 0 47% 0 35px;
  }
  .home_tabs .tab_contents .tab_left h2 {
    font-size: 2.6em;
    padding: 30px 0 0;
    margin-bottom: 12px;
  }
  .home_tabs .tab_contents .tab_left h2:after {
    width: 100px;
    height: 4px;
    margin: 8px 0 0;
  }
  .home_tabs .tab_contents .tab_left p {
    font-size: 1.4em;
  }
  .home_tabs .tab_contents .tab_left .find_more {
    padding: 9px 25px;
    margin: 10px 0 20px;
  }

  .footer {
    padding: 30px 0;
  }
  /*
	.footer .f_left{float:left;}
	.footer .f_left .logo{width:145px; height:auto; display:block; margin:4px 0 0;}
	.footer .f_left .call_footer{font-size:1.6em; font-weight:700; color:#fff; padding:16px 0 0;}
	.footer .f_left .call_footer a{color:#fff; text-decoration:none;}
	.footer .f_left .socialize{padding:15px 0 0;}
	.footer .f_left .socialize a{background:#fff; color:#414143; width:29px; height:29px; text-align:center; line-height:29px; text-decoration:none; text-align:center; margin:0 12px 0 0; font-size:1.5em; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
	.footer .f_right{float:right; padding:25px 0 18px;}
	*/
  .footer .f_right .f_col {
    padding: 0 8px;
  }
  /*
	.footer .f_right .f_col ul{font-size:1.3em;}
	.footer .f_right .f_col ul li{}
	.footer .f_right .f_col ul li a{color:#fff; font-weight:700; text-decoration:none;}
	.footer .f_right .f_col ul li ul{font-size:1em; padding:15px 0 0;}
	.footer .f_right .f_col ul li ul li{}
	.footer .f_right .f_col ul li ul li a{font-weight:400;}
	*/
  /*===================================================================================*/
  /*HOMEPAGE END=======================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*ABOUT START========================================================================*/
  /*===================================================================================*/
  /*
	.static_banner{overflow:hidden; position:relative;}
	.static_banner img{display:block; width:100%; height:auto;}
	*/
  .static_banner .banner_contents {
    left: 0px;
    right: 0px;
  }
  .static_banner .banner_contents h1,
  .static_banner .banner_contents h2 {
    color: #fff;
    font-size: 3em;
    padding-left: 15px;
    padding-right: 15px;
  }
  .static_banner .banner_contents p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .map_banner {
    height: 450px;
  }

  .gen_btn {
    font-size: 15px;
    padding: 10px 45px;
    margin: 20px 0;
  }
  .cms table .gen_btn {
    margin: 0;
  }

  .breadcrumbs {
    padding: 30px 0 20px;
  }
  /*
	.breadcrumbs ul{text-align:center; font-size:1.3em;}
	.breadcrumbs ul li{display:inline-block;}
	.breadcrumbs ul li:after{content:"|"; color:#ffcb05; display:inline-block; padding:0 4px 0 7px;}
	.breadcrumbs ul li.last:after{display:none;}
	.breadcrumbs ul li a{text-decoration:none;}
	*/

  .vid_row .pl_btn {
    width: 100px;
    margin: -50px 0 0 -50px;
  }

  .two_columns {
    padding: 20px 0;
  }
  .two_columns h2 {
    font-size: 2.5em;
    padding: 0 0 50px;
  }
  /* 
	.two_columns .col{float:left; width:48.9%;}
	.two_columns .col_last{float:right;}
	.two_columns .col .col_img{}
	.two_columns .col .col_img img{display:block; width:100%; height:auto;}
	.two_columns .col .col_txt{background:#f6f6f6; border-bottom:1px solid #ffcb05; padding:45px 20px 5px;}
	*/
  .two_columns .col .col_txt h3 {
    font-size: 2em;
    padding: 0 0 18px;
  }
  .two_columns .col .col_txt .gen_btn {
    padding-left: 25px;
    padding-right: 25px;
  }

  /*
	.three_columns .col{float:left; width:32%; margin:0 2% 15px 0;}
	.three_columns .col_last{margin-right:0; float:none;}
	*/
  /*===================================================================================*/
  /*ABOUT END==========================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*CONTACT START======================================================================*/
  /*===================================================================================*/
  .contact_pg {
    padding: 35px 0;
  }
  /*
	.contact_pg .contact_left{width:48.9%; float:left;}
	.contact_pg .contact_left .contact_box{background:#f6f6f6; border-bottom:1px solid #ffcb05; margin:0 0 18px;}
	*/
  .contact_pg .contact_left .contact_box .contact_padding {
    padding: 15px 15px 10px;
  }
  .contact_pg .contact_left .contact_box h2 {
    font-size: 2.5em;
    padding: 0 0 20px;
  }
  .contact_pg .contact_left .contact_box h3 {
    font-size: 2em;
    padding: 0 0 5px;
  }
  .contact_pg .contact_left .contact_box .ho_add {
    float: none;
    width: auto;
    padding: 0 0 17px;
  }
  .contact_pg .contact_left .contact_box .ho_ph_em {
    float: none;
    width: auto;
  }
  .contact_pg .contact_left .contact_box p {
    padding: 0 0 17px;
  }
  .contact_pg .contact_left .contact_box .off_title {
    float: none;
  }
  .contact_pg .contact_left .contact_box .off_title p {
    padding: 0 0 12px;
  }
  .contact_pg .contact_left .contact_box .branch_details_btn {
    float: left;
    font-size: 1.5em; /*padding:12px 22px; background:#ffcb05; color:#000; text-decoration:none; margin:5px 0 0;*/
  }

  /*.contact_pg .contact_right{width:48.9%; float:right; background:#414143; border-bottom:1px solid #ffcb05;}*/
  .contact_pg .contact_right .contact_padding {
    padding: 15px 15px 12px;
  }
  .contact_pg .contact_right h2 {
    font-size: 2.5em;
    padding: 0 0 20px;
  }
  .contact_pg .contact_right .cf_row {
    padding: 0 0 10px;
  }
  /*
	.contact_pg .contact_right .cf_row .txtbox{font-size:1.6em; border:none; outline:none; width:95%; padding:10px 2.5%;}
	.contact_pg .contact_right .cf_row .txtarea{font-size:1.6em; border:none; outline:none; width:95%; padding:10px 2.5%; height:70px;}
	*/
  .contact_pg .contact_right .cf_row .cf_left {
    float: none;
    width: auto;
    margin-bottom: 10px;
    clear: both;
    position: relative;
  }
  .contact_pg .contact_right .cf_row .ui-datepicker {
    left: 0 !important;
    top: 100% !important;
  }
  .contact_pg .contact_right .cf_row .cf_right {
    float: none;
    width: auto;
    clear: both;
  }
  .contact_pg .contact_right .cf_row .cf_left .txtbox,
  .contact_pg .contact_right .cf_row .cf_right .txtbox {
    padding: 10px 2.5%;
    width: 95%;
  }
  .datepicker {
    background: #fff url(../images/select_arrow_2x.png) right no-repeat;
    background-size: 32px auto;
  }
  .contact_pg .contact_right .cf_row .cf_left .select2-selection__rendered,
  .contact_pg .contact_right .cf_row .cf_right .select2-selection__rendered {
    padding-left: 2.5% !important;
  }

  .contact_pg .contact_left .branch_box a {
    font-size: 1.8em;
    padding: 8px 18px;
  }
  .contact_pg .contact_right.branches_right h4 {
    font-size: 2.5em;
    padding: 15px;
  }

  .select2-selection__arrow,
  .select2-selection__rendered,
  .select2-selection,
  .selection,
  .select2-container {
    height: 43px !important;
    border: none !important;
    font-weight: 300;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-right-radius: 0px !important;
    background: #fff;
    font-size: 16px;
    color: #414042;
  }
  .select2 ul li {
    font-size: 14px;
  }
  .select2-selection__arrow {
    background: url(../images/select_arrow_2x.png) left no-repeat;
    background-size: 32px auto;
  }
  /*===================================================================================*/
  /*CONTACT END========================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*REMOVALS START=====================================================================*/
  /*===================================================================================*/
  .contact_row .cmap_row {
    height: 446px;
    background: #f2f1ef;
  }
  .contact_row .contact_info {
    left: 50px;
    top: 0;
    bottom: 0;
    width: 300px;
  }
  .contact_row .contact_info .c_info_padding {
    padding: 20px 15px;
  }
  .contact_row .contact_info h3,
  .contact_row .contact_info h2 {
    font-size: 2em;
  }
  /*===================================================================================*/
  /*REMOVALS END=======================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*PRODUCTS START=====================================================================*/
  /*===================================================================================*/
  .filter_checkout {
  }
  .filter_checkout .filter_title {
    width: 55%;
  }
  /*.filter_checkout .filter_title h2{font-size:2.2em; padding:32px 0;}*/
  .filter_checkout .cart_checkout {
    width: 45%;
  }
  /*
	.filter_checkout .cart_checkout .c_checkout{float:right; padding:22px 0;}
	.filter_checkout .cart_checkout .c_checkout .arm_cart{float:left; font-size:2.2em; font-weight:700;}
	*/
  .filter_checkout .cart_checkout .c_checkout .arm_cart a {
    /*padding:10px 0 10px 55px;*/
    background: url(../images/icon_cart_2x.png) left no-repeat;
    background-size: 44px auto;
  }
  /*.filter_checkout .cart_checkout .c_checkout .chkout{float:left; color:#000; text-decoration:none; background:#ffcb05; font-size:1.6em; padding:12px 34px; margin-left:14px;}*/

  .pro_cats {
    padding: 30px 0;
  }
  .pro_cats ul {
    font-size: 1.6em;
  }
  .pro_cats ul li {
    padding: 0 7px;
  }

  ul.product_list {
    padding: 40px 0 0;
  }
  ul.product_list li {
    /*float:left; width:32%;*/
    margin: 0 0.8% 60px;
  }
  /*
	ul.product_list li.last{margin-right:0;}
	ul.product_list li .pro_box{}
	ul.product_list li .pro_box .pro_img{border:1px solid #f6f6f6;}
	ul.product_list li .pro_box .pro_img img{display:block; width:100%; height:auto;}
	*/
  ul.product_list li .pro_box .pro_details {
    padding: 20px 15px 20px;
  }
  ul.product_list li .pro_box .pro_details h2 {
    font-size: 2em;
  }
  ul.product_list li .pro_box .pro_details .price_details {
    padding: 20px 0 12px;
  }
  ul.product_list li .pro_box .pro_details .price_details .pro_price {
    font-size: 2.6em;
  }
  ul.product_list li .pro_box .pro_details .details_btn {
    font-size: 1.3em;
    width: 49%;
    height: 46px;
    line-height: 46px;
  }
  ul.product_list li .pro_box .pro_details .qty_btn .qty_pro {
    width: 51%;
  }
  ul.product_list li .pro_box .pro_details .qty_btn .qty_pro a {
    height: 44px;
    line-height: 44px;
    font-size: 2em;
  }
  ul.product_list li .pro_box .pro_details .qty_btn .qty_pro .qtybox {
    height: 44px;
    line-height: 44px;
    font-size: 2em;
  }

  .product_details {
    padding: 0 0 30px;
  }
  .product_details .product_img {
    width: 37%;
  }
  .product_details .pro_details {
    padding: 0 0 0 41.6%;
  }
  .product_details .pro_details .cms {
    padding: 0 0 20px;
  }

  .product_details .pro_details .pro_price {
    font-size: 3em;
  }
  /*
	.product_details .pro_details .details_btn{float:right; font-size:1.6em; color:#000; background:#ffcb05; width:50%; height:46px; line-height:46px; text-align:center; text-decoration:none;}
	.product_details .pro_details .qty_btn{float:right; width:280px;}
	.product_details .pro_details .qty_btn .qty_pro{float:left; width:50%; background:#ffcb05;}
	.product_details .pro_details .qty_btn .qty_pro a{float:left; height:44px; line-height:44px; text-align:center; font-size:2.5em; font-weight:700; background:#eceded; border:1px solid #95979a; text-decoration:none; width:32%;}
	.product_details .pro_details .qty_btn .qty_pro .qtybox{float:left; width:32%; border:none; outline:none; text-align:center; height:44px; line-height:44px; border-top:1px solid #95979a; border-bottom:1px solid #95979a; font-weight:700; font-size:2.2em;}
	*/

  /*===================================================================================*/
  /*PRODUCTS END=======================================================================*/
  /*===================================================================================*/
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 980px) {
  .serv_list .serv_box {
    width: 50%;
  }
  .serv_list .serv_box .serv_contents h2 {
    font-size: 2em;
  }
  .serv_list .serv_box .serv_contents p {
    font-size: 1.4em;
    padding: 5px 15px;
  }
  .serv_list .serv_box .serv_contents .find_more {
    padding: 8px 50px;
    margin: 5px 0 0;
  }

  .serv_list_three {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .serv_list_three .serv_box {
    width: 50%;
    max-width: 50%;
    -webkit-box: 0 0 50%;
    -moz-box: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 910px) {
  .footer {
    padding: 15px 0;
  }

  .footer .f_left {
    float: none;
    max-width: 145px;
    margin: 0 auto;
  }
  .footer .f_left .call_footer {
    padding: 10px 0 5px;
    text-align: center;
  }
  .footer .f_left .socialize {
    padding: 15px 0 0;
    text-align: center;
  }
  .footer .f_left .socialize a {
    margin: 0 5px;
  }
  .footer .f_left ul.social-list {
    padding: 10px 0 0;
    text-align: center;
  }
  .footer .f_left .social-list a {
    padding: 10px 0 0;
    text-align: center;
  }
  .footer .f_right {
    float: none;
    text-align: center;
  }

  .footer .f_right .f_col {
    padding: 0 10px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /*
	.footer .f_right .f_col ul{font-size:1.3em;}
	.footer .f_right .f_col ul li{}
	.footer .f_right .f_col ul li a{color:#fff; font-weight:700; text-decoration:none;}
	.footer .f_right .f_col ul li ul{font-size:1em; padding:15px 0 0;}
	.footer .f_right .f_col ul li ul li{}
	.footer .f_right .f_col ul li ul li a{font-weight:400;}
	*/
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
.header .top_navi_open {
  left: 0;
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .wrapper {
    border: none;
  }
  .desk_hide {
    display: block !important;
  }
  .mob_hide {
    display: none !important;
  }
  /*===================================================================================*/
  /*HOMEPAGE START=====================================================================*/
  /*===================================================================================*/

  .header {
    padding: 10px 0 0;
  }
  .header .logo {
    width: 180px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .header .header_right {
    padding: 15px 0 5px;
    float: none;
  }

  .header .header_right .trustpl {
    display: none;
  }
  .header .header_right .ph_em {
    float: none;
    display: block;
    padding: 0;
    width: auto;
    text-align: center;
  }
  .header .header_right .ph_em a {
    display: inline-block;
    font-size: 1.6em;
    padding: 8px 10px;
    margin: 0 2px 10px;
  }
  .header .header_right .ph_em a.get_quote_btn {
    margin: 0 2px 10px;
  }

  .header .top_navi {
    left: -280px;
    width: 280px;
  }
  .header .top_navi_open {
    left: 0;
  }

  .header .top_navi {
    /*padding:10px 15px;*/
  }
  /*.header .top_navi ul{display:none;}*/

  .home_slider {
    position: relative;
  }
  .home_slider .header {
    position: static;
    background: #004730;
  }
  .home_slider .header .top_navi {
    background: #004730;
  }
  /*.home_slider .hslider{}
	.home_slider .hslider .hslide{position:relative; z-index:90;}
	.home_slider .hslider .hslide img{display:block; max-width:100%; height:auto; width:100%;}
	.home_slider .hslider .hslide .hslide_contents{position:absolute; left:0; top:0; right:0; bottom:0; background:url(../images/banner_overlay.png) repeat; text-align:center;}
	*/
  .home_slider .hslider .hslide .hslide_contents .hs_contents {
    top: 0;
    right: 0;
    bottom: 10px;
  }
  .home_slider .hslider .hslide .hslide_contents span,
  .home_slider .hslider .hslide .hslide_contents h3 {
    font-size: 2em;
  }
  .home_slider .hslider .hslide .hslide_contents h1,
  .home_slider .hslider .hslide .hslide_contents h3 {
    font-size: 2.8em;
  }
  .home_slider .hslider .hslide .hslide_contents p {
    max-width: 815px;
    margin: 0 auto 5px;
  }
  .home_slider .hslider .hslide .hslide_contents .findmore {
    padding: 8px 30px;
  }

  .slider_holder_full {
    padding-top: 0;
  }

  .quick_quote {
    position: static;
    margin-top: 0px;
  }

  .quick_quote .quote_width {
    max-width: none;
  }
  .quick_quote h2 {
    font-size: 2.3em;
    padding: 12px 15px 0;
  }
  .quick_quote .start_now_btn {
    padding: 10px 45px;
  }

  .quick_quote .form_holder .frm_padding {
    padding: 15px 15px 10px;
  }
  .quick_quote .form_holder ul.frm_tabs {
    font-size: 1.5em;
  }
  .quick_quote .form_holder ul.frm_tabs li {
    width: 32%;
    margin: 0 2% 15px 0;
  }
  .quick_quote .form_holder ul.frm_tabs li.last {
    margin-right: 0;
  }
  .quick_quote .form_holder ul.frm_tabs li a {
    padding: 8px 4px;
    letter-spacing: 0;
  }

  .quick_quote .form_holder .frm_main {
  }
  .quick_quote .form_holder .frm_main .frm_left,
  .quick_quote .form_holder .frm_main .frm_right {
    width: auto;
    float: none;
  }
  .quick_quote .form_holder .frm_main .frm_row {
    padding: 0 0 15px;
  }
  .quick_quote .form_holder .frm_main .frm_row .txtbox {
    font-size: 1.5em;
  }
  /*
	.quick_quote .form_holder .frm_main .frm_row .select2{width:100% !important; text-align:left;}
	.quick_quote .form_holder .frm_main .frm_row .frm_sub{float:left; width:48.5%;}
	.quick_quote .form_holder .frm_main .frm_row .frm_sub_alt{float:right;}
	.quick_quote .form_holder .frm_main .frm_row .frm_sub .select2-selection__rendered{padding-left:5% !important;}
	.quick_quote .form_holder .frm_main .frm_row .frm_sub .txtbox{padding:10px 5%; width:90%;}
	*/
  .quick_quote .form_holder .frm_main .request_quote_btn {
    width: 270px;
    height: 43px;
  }

  .frm_page .frm_left,
  .frm_page .frm_right {
    width: auto;
    float: none;
  }
  .frm_page .frm_row {
    padding: 0 0 15px;
  }
  .frm_page .frm_row .txtbox {
    font-size: 1.5em;
  }
  .frm_page .frm_row .txtarea {
    font-size: 1.5em;
  }
  .frm_page .request_quote_btn {
    width: 270px;
    height: 43px;
  }

  .testi_slider {
    padding: 10px 15px;
  }
  /*.testi_slider_gray{padding:30px 0 20px;}*/
  .testi_slider h2 {
    font-size: 2.2em;
    padding: 0 0 20px;
  }
  .testi_slider .rewiew_box {
    padding: 0 15px 15px 70px;
    background: url(../images/quote_mark.svg) 10px 10px no-repeat;
    background-size: 37px auto;
  }

  .serv_list {
  }
  .serv_list .serv_box {
    width: 50%;
  }
  .serv_list .serv_box .serv_contents h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .serv_list .serv_box .serv_contents h2 {
    font-size: 1.8em;
  }
  .serv_list .serv_box .serv_contents p {
    font-size: 1.2em;
    padding: 5px 15px;
  }

  .serv_list_three .serv_box {
    width: 50%;
    max-width: 50%;
    -webkit-box: 0 0 50%;
    -moz-box: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .content_slider .cslide .cs_txt {
    padding: 0 0 45px;
    width: auto;
    float: none;
    min-height: 0;
  }
  .content_slider .cslide .cs_txt h1,
  .content_slider .cslide .cs_txt h2 {
    font-size: 2.3em;
    padding: 25px 15px;
  }
  .content_slider .cslide .cs_txt p {
    padding: 10px 15px;
  }
  .content_slider .cslide .cs_txt .find_more {
    padding: 10px 35px;
    margin: 10px 0 0 15px;
  }

  /*
	.content_slider .cslide .cs_img{width:100%; float:none;}
	.content_slider .cslide .cs_img img{display:block; opacity:1;}
	.content_slider .cslide .cs_img_1{display:none;}
	
	
	.content_slider_alt .cslide .cs_img{float:none;}
	.content_slider_alt .cslide .cs_img_1{display:none;}
	.content_slider_alt .content_slider .cslide .cs_txt{float:none;}
	*/
  .content_slider_alt .cslide .cs_txt h1,
  .content_slider_alt .cslide .cs_txt h2 {
    padding: 25px 15px;
  }
  .content_slider_alt .cslide .cs_txt p {
    padding: 10px 15px;
  }
  .content_slider_alt .cslide .cs_txt .find_more {
    margin: 15px 0 0 15px;
  }

  .content_slider .cslide .cs_img_1 {
    position: static;
    width: 100%;
  }
  .content_slider .cslide .cs_img_1 .cs_slider_mini {
    position: static;
  }
  .content_slider .cslide .cs_img_1 .cs_slider_mini .slick-list {
  }
  .content_slider .cslide .cs_img_1 .cs_slider_mini .slick-list .slick-track {
    position: relative;
  }
  .content_slider .cslide .cs_img_1 .cs_slider_mini .csl {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: static;
  }
  .content_slider .cslide .cs_img_1 .cs_slider_mini .csl .csl_inner {
    position: static;
    padding-bottom: 65%;
  }

  .latest_news {
    padding: 30px 0;
  }
  .latest_news h2 {
    font-size: 2.2em;
    padding: 0 0 30px;
  }

  .latest_news .news_list .news_box {
    float: none;
    width: auto;
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .latest_news .news_list .news_box_last {
    margin-right: auto;
  }
  .latest_news .news_list .news_box .news_txt .news_padding {
    padding: 20px 15px;
  }
  .latest_news .news_list .news_box .news_txt h3 {
    height: auto !important;
  }
  .latest_news .news_list .news_box .news_txt p {
    height: auto !important;
  }
  .latest_news .news_list .news_box .news_txt .readmore {
    padding: 10px 30px;
    margin: 10px 0 0;
  }

  /*
	.cta_row{padding:20px 0;}
	.cta_row .cta_btn{float:none; display:block; margin:0 auto;}
	.cta_row h2{padding:15px 0 0; text-align:center;}
	.cta_row h3{font-size:1.8em; padding:0;}
	
	.cta_row_centered{}
	.cta_row_centered .cta_btn{margin:10px auto 0; display:block;}
	.cta_row_centered h2{padding:0; display:block;}
	*/

  .column_contents {
    padding: 20px 0;
  }

  .column_contents .col_left,
  .column_contents .col_right {
    float: none;
    width: auto;
  }

  .four_column_contents {
    padding: 5px 0;
  }
  .four_column_contents .col {
    width: auto;
    padding: 0 0 5px 0;
    max-width: none;
    display: block;
  }

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

  .cms h1 {
    font-size: 2.7em;
  }
  .cms_loc h2 {
    font-size: 3em;
    padding: 40px 0 10px 0;
    text-transform: none;
  }

  .cms table,
  .cms tbody {
    display: block;
    width: 100%;
  }
  .cms table tr {
    display: block !important;
    width: 100% !important;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #004730;
  }
  .cms table tr:after {
    content: "";
    display: block;
    clear: both;
  }
  .cms table td {
    border: none;
    border-bottom: 3px solid #fff;
    display: block;
    text-align: left;
    width: auto !important;
    text-align: left !important;
  }
  .cms table td label {
    display: inline-block;
    font-weight: 700;
  }
  .cms table th {
    display: none;
  }

  .accre_list {
    padding: 25px 0 45px;
  }
  .accre_list h2 {
    font-size: 2em;
    padding: 0 0 25px;
  }
  /*
	.accre_list .accre_logos{text-align:center;}
	.accre_list .accre_logos img{height:100px; width:auto; margin:0 2px 0 1px;}
	*/

  .home_tabs {
    padding: 0 0 15px;
  }
  .home_tabs .tabs_menu .tab_link {
    width: 25%;
    height: 85px;
  }
  /*
	.home_tabs .tabs_menu .tab_link:before{content:""; display:block; position:absolute; right:0; top:0; bottom:0; width:1px; background:#e6e6e6;}
	.home_tabs .tabs_menu .tab_link_last:before{display:none;}
	*/

  .home_tabs .tabs_menu .tab_link .tab_icon {
    width: 50px;
    height: 50px;
    margin: 4px auto 0;
  }
  .home_tabs .tabs_menu .tab_link .tab_icon img {
    width: 41px;
    height: 41px;
  }
  .home_tabs .tabs_menu .tab_link h2 {
    font-size: 1.4em;
  }

  /*
	.home_tabs .tab_contents_main{position:relative;}
	.home_tabs .tab_contents{background:#fff; display:none; position:absolute; left:0; top:0; right:0;}
	.home_tabs .tab_contents_active{display:block;}
	.home_tabs .tab_contents .tab_padding{}
	.home_tabs .tab_contents .tab_img{float:right; width:43.2%;}
	*/
  .home_tabs .tab_contents .tab_left {
    padding: 0 45% 0 15px;
  }
  .home_tabs .tab_contents .tab_left h2 {
    font-size: 2.2em;
    padding: 25px 0 0;
    margin-bottom: 10px;
  }
  .home_tabs .tab_contents .tab_left p {
    font-size: 1.3em;
  }
  .home_tabs .tab_contents .tab_left .find_more {
    padding: 9px 20px;
    margin: 10px 0 20px;
  }

  .footer {
    padding: 20px 0 0;
  }
  .footer .f_right .f_col {
    padding: 0 15px 40px;
    display: block;
  }
  .footer .f_right .f_col ul li ul {
    padding: 10px 0 0;
  }
  /*===================================================================================*/
  /*HOMEPAGE END=======================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*ABOUT START========================================================================*/
  /*===================================================================================*/
  /*
	.static_banner{overflow:hidden; position:relative;}
	*/
  .static_banner img {
    width: 150%;
    margin: 0 -25%;
  }
  .static_banner .banner_contents {
  }
  .static_banner .banner_contents h1,
  .static_banner .banner_contents h2 {
    color: #fff;
    font-size: 2.2em;
  }
  .static_banner .banner_contents p {
    font-size: 1.4em;
  }
  .static_banner .banner_contents .gen_btn {
    margin: 5px 0 0;
  }

  .map_banner {
    height: 250px;
  }

  .gen_btn {
    font-size: 15px;
    padding: 10px 45px;
    margin: 20px 0;
  }
  .cms table .gen_btn {
    margin: 0;
  }

  .breadcrumbs {
    padding: 20px 0 15px;
  }

  .vid_row .pl_btn {
    width: 60px;
    margin: -30px 0 0 -30px;
  }

  .two_columns {
    padding: 20px 0;
  }
  .two_columns h2 {
    font-size: 2.5em;
    padding: 0 0 50px;
  }

  .two_columns .col {
    float: none;
    width: auto;
    max-width: 480px;
    margin: 0 auto 25px;
  }
  .two_columns .col_last {
    float: none;
  }
  .two_columns .col .col_txt {
    padding: 25px 15px 5px;
  }
  .two_columns .col .col_txt h3 {
    font-size: 1.8em;
    padding: 0 0 15px;
  }
  .two_columns .col .col_txt .gen_btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .two_columns_opt_1 .col .col_txt {
    background: #f5f0ea;
    padding: 0;
    border: none;
  }

  /*
	.three_columns .col{float:left; width:32%; margin:0 2% 15px 0;}
	.three_columns .col_last{margin-right:0; float:none;}
	*/
  /*===================================================================================*/
  /*ABOUT END==========================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*CONTACT START======================================================================*/
  /*===================================================================================*/
  .contact_pg {
    padding: 20px 0;
  }

  .contact_pg .contact_right.branches_right,
  .contact_pg .contact_left.branches_left,
  .contact_pg .contact_right,
  .contact_pg .contact_left {
    width: auto;
    float: none;
    max-width: 480px;
    margin: 0 auto;
  }

  .contact_pg .contact_left .contact_box h2 {
    font-size: 2.2em;
  }
  .contact_pg .contact_left .contact_box h3 {
    font-size: 1.8em;
  }
  .contact_pg .contact_right h2 {
    font-size: 2.2em;
  }
  .contact_pg .contact_right .cf_row .req {
    float: none;
    padding: 10px 0 0;
    clear: both;
  }

  .contact_pg .contact_left .branch_box a {
    font-size: 1.8em;
    padding: 8px 18px;
  }
  .contact_pg .contact_right.branches_right h4 {
    font-size: 2.5em;
    padding: 15px;
  }
  .contact_pg .contact_right.branches_right .contact_map {
    max-height: 400px;
  }

  .contact_pg .contact_right .cf_row .submit_btn {
    -webkit-appearance: none;
    border-radius: 0;
  }
  /*===================================================================================*/
  /*CONTACT END========================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*REMOVALS START=====================================================================*/
  /*===================================================================================*/
  .contact_row {
  }
  .contact_row .cmap_row {
    height: 300px;
  }
  .contact_row .contact_info {
    position: static;
    background: url(../images/contact_bg.png) repeat;
    border-bottom: 1px solid #ffcb05;
    width: auto;
  }
  .contact_row .contact_info .c_info_padding {
    padding: 20px 15px;
  }
  .contact_row .contact_info h3,
  .contact_row .contact_info h2 {
    font-size: 1.8em;
    padding: 0 0 20px;
  }
  .contact_row .contact_info h3 {
    padding: 18px 0 12px;
  }
  /*===================================================================================*/
  /*REMOVALS END=======================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*PRODUCTS START=====================================================================*/
  /*===================================================================================*/
  .filter_checkout {
  }
  .filter_checkout .wrapper {
    padding: 0;
  }
  .filter_checkout .filter_title {
    width: auto;
    float: none;
    clear: both;
    text-align: center;
  }
  .filter_checkout .filter_title h2 {
    font-size: 1.8em;
    padding: 18px 0;
  }
  .filter_checkout .cart_checkout {
    width: auto;
    float: none;
    clear: both;
  }

  .filter_checkout .cart_checkout .c_checkout {
    float: none;
    padding: 22px 0;
    max-width: 280px;
    margin: 0 auto;
  }
  .filter_checkout .cart_checkout .c_checkout .arm_cart {
    font-size: 1.8em;
  }
  .filter_checkout .cart_checkout .c_checkout .arm_cart a {
    padding: 10px 0 10px 45px;
    background: url(../images/icon_cart_2x.png) left no-repeat;
    background-size: 34px auto;
  }

  .pro_cats {
    padding: 15px 0;
  }
  .pro_cats ul {
    font-size: 1.6em;
  }
  .pro_cats ul li {
    padding: 0 7px;
  }
  .pro_cats ul li a {
    display: inline-block;
    padding: 4px;
  }

  ul.product_list {
    padding: 30px 0 0;
  }
  ul.product_list li {
    width: 47.8%;
    margin: 0 1% 40px;
  }
  ul.product_list li.last {
    margin-right: 1%;
  }
  /*
	ul.product_list li .pro_box{}
	ul.product_list li .pro_box .pro_img{border:1px solid #f6f6f6;}
	ul.product_list li .pro_box .pro_img img{display:block; width:100%; height:auto;}
	*/
  /*
	ul.product_list li .pro_box .pro_details{padding:20px 15px 20px;}
	ul.product_list li .pro_box .pro_details h2{font-size:2em;}
	ul.product_list li .pro_box .pro_details .price_details{padding:20px 0 12px;}
	ul.product_list li .pro_box .pro_details .price_details .pro_price{font-size:2.6em;}
	ul.product_list li .pro_box .pro_details .details_btn{font-size:1.4em; width:50%; height:46px; line-height:46px;}
	ul.product_list li .pro_box .pro_details .qty_btn .qty_pro{width:50%;}
	ul.product_list li .pro_box .pro_details .qty_btn .qty_pro a{height:44px; line-height:44px; font-size:2em;}
	ul.product_list li .pro_box .pro_details .qty_btn .qty_pro .qtybox{height:44px; line-height:44px; font-size:2em;}
	*/

  .product_details {
    padding: 20px 0 30px;
  }
  .product_details .product_img {
    width: auto;
    float: none;
    max-width: 350px;
    margin: 0 auto;
  }
  .product_details .pro_details {
    padding: 15px 0 0;
  }
  .product_details .pro_details .cms {
    padding: 0 0 20px;
  }

  .product_details .pro_details .pro_price {
    font-size: 2.6em;
    padding: 0 15px 15px 0;
  }
  .product_details .pro_details .qty_btn {
    float: none;
    width: auto;
    max-width: 280px;
    clear: both;
  }
  /*
	.product_details .pro_details .details_btn{float:right; font-size:1.6em; color:#000; background:#ffcb05; width:50%; height:46px; line-height:46px; text-align:center; text-decoration:none;}
	
	.product_details .pro_details .qty_btn .qty_pro{float:left; width:50%; background:#ffcb05;}
	.product_details .pro_details .qty_btn .qty_pro a{float:left; height:44px; line-height:44px; text-align:center; font-size:2.5em; font-weight:700; background:#eceded; border:1px solid #95979a; text-decoration:none; width:32%;}
	.product_details .pro_details .qty_btn .qty_pro .qtybox{float:left; width:32%; border:none; outline:none; text-align:center; height:44px; line-height:44px; border-top:1px solid #95979a; border-bottom:1px solid #95979a; font-weight:700; font-size:2.2em;}
	*/

  /*===================================================================================*/
  /*PRODUCTS END=======================================================================*/
  /*===================================================================================*/
}

@media only screen and (max-width: 640px) {
  .home_tabs {
    padding: 0 0 20px;
  }

  .home_tabs .tabs_menu .tab_link {
    width: 25%;
    height: 85px;
  }
  /*
	.home_tabs .tabs_menu .tab_link:before{content:""; display:block; position:absolute; right:0; top:0; bottom:0; width:1px; background:#e6e6e6;}
	.home_tabs .tabs_menu .tab_link_last:before{display:none;}
	*/

  .home_tabs .tabs_menu .tab_link .tab_icon {
    width: 50px;
    height: 50px;
    margin: 4px auto 0;
  }
  .home_tabs .tabs_menu .tab_link .tab_icon img {
    width: 35px;
    height: 35px;
  }
  .home_tabs .tabs_menu .tab_link h2 {
    font-size: 1.1em;
  }

  /*
	.home_tabs .tab_contents_main{position:relative;}
	.home_tabs .tab_contents{background:#fff; display:none; position:absolute; left:0; top:0; right:0;}
	.home_tabs .tab_contents_active{display:block;}
	.home_tabs .tab_contents .tab_padding{}
	*/
  .home_tabs .tab_contents .tab_img {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }
  .home_tabs .tab_contents .tab_left {
    padding: 0 15px;
  }
  .home_tabs .tab_contents .tab_left h2 {
    font-size: 2em;
    padding: 20px 0 0;
    margin-bottom: 10px;
  }
  .home_tabs .tab_contents .tab_left p {
    font-size: 1.3em;
  }
  .home_tabs .tab_contents .tab_left .find_more {
    padding: 9px 10px;
    margin: 10px 0 20px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 540px) {
  .wrapper {
  }

  .home_slider {
  }
  .home_slider .hslider .hslide .hslide_contents {
    position: static;
    background: #024824;
    padding-bottom: 35px;
    padding-top: 15px;
  }
  .home_slider .hslider .hslide .hslide_contents .hs_contents {
    position: static;
  }
  .home_slider .hslider .hslide .hslide_contents span,
  .home_slider .hslider .hslide .hslide_contents h3 {
    font-size: 1.8em;
  }
  .home_slider .hslider .hslide .hslide_contents h1,
  .home_slider .hslider .hslide .hslide_contents h3 {
    font-size: 2.4em;
  }

  /*===================================================================================*/
  /*ABOUT START========================================================================*/
  /*===================================================================================*/
  /*
	.static_banner{overflow:hidden; position:relative;}
	*/
  .static_banner img {
    width: 170%;
    margin: 0 -35%;
  }
  .static_banner .banner_contents {
  }
  .static_banner .banner_contents h1,
  .static_banner .banner_contents h2 {
    color: #fff;
    font-size: 1.8em;
  }
  .static_banner .banner_contents p {
    /*font-size:1.1em;*/
    padding: 5px 8px;
  }
  .static_banner .banner_contents .gen_btn {
    margin: 0;
  }

  .gen_btn {
    font-size: 14px;
    padding: 8px 30px;
    margin: 10px 0;
  }
  .cms table .gen_btn {
    margin: 0;
  }
  /*===================================================================================*/
  /*ABOUT END==========================================================================*/
  /*===================================================================================*/

  /*===================================================================================*/
  /*PRODUCTS START=====================================================================*/
  /*===================================================================================*/
  ul.product_list {
    max-width: 320px;
    margin: 0 auto;
  }
  ul.product_list li {
    width: 100%;
    margin: 0 0 40px;
  }
  ul.product_list li.last {
    margin-right: 0;
  }
  /*===================================================================================*/
  /*PRODUCTS END=======================================================================*/
  /*===================================================================================*/
}

@media only screen and (max-width: 600px) {
  .quick_quote .form_holder ul.frm_tabs {
    font-size: 1.5em;
    text-align: center;
  }
  .quick_quote .form_holder ul.frm_tabs li {
    width: auto;
    margin: 0 2% 15px 0;
    display: inline-block;
    float: none;
  }
  .quick_quote .form_holder ul.frm_tabs li.last {
    margin-right: 0;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .serv_list .serv_box {
    width: 100%;
  }
  .serv_list_three .serv_box {
    width: 100%;
    max-width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .quick_quote .form_holder ul.frm_tabs {
    font-size: 1.2em;
  }
  .quick_quote .form_holder ul.frm_tabs li {
    margin: 0 1% 15px 0;
  }
  .quick_quote .form_holder ul.frm_tabs li a {
    padding: 8px 4px;
  }

  .quick_quote .form_holder .frm_main .frm_row .frm_sub {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .quick_quote .form_holder .frm_main .frm_row .frm_sub_alt {
    float: none;
    margin-bottom: 0;
  }
  .quick_quote
    .form_holder
    .frm_main
    .frm_row
    .frm_sub
    .select2-selection__rendered {
    padding-left: 2.5% !important;
  }
  .quick_quote .form_holder .frm_main .frm_row .frm_sub .txtbox {
    padding: 10px 2.5%;
    width: 95%;
  }

  .quick_quote .form_holder .frm_main .request_quote_btn {
    width: 270px;
    height: 43px;
  }
}

.quote_form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
.quote_form .frm_row {
  padding: 0 0 10px;
}
.quote_form .three_cols .label,
.quote_form .frm_row .label {
  float: left;
  width: 38%;
  font-size: 1.5em;
  padding: 7px 2% 7px 0;
}
.quote_form .three_cols .input,
.quote_form .frm_row .input {
  float: left;
  width: 60%;
}
.quote_form .three_cols input,
.quote_form .frm_three_col input,
.quote_form .frm_row .input input {
  font-size: 1.5em;
  border: 1px solid #414143;
  padding: 7px 3%;
  width: 94%;
}
.quote_form .three_cols textarea,
.quote_form .frm_three_col textarea,
.quote_form .frm_row .input textarea {
  font-size: 1.5em;
  border: 1px solid #414143;
  padding: 7px 3%;
  width: 94%;
  height: 100px;
}
.quote_form .frm_three_cols {
  padding: 30px 0;
}
.quote_form .frm_three_col {
  padding: 0 0 10px;
}
.quote_form .frm_three_col .frm_col_1 {
  float: left;
  width: 36%;
  padding: 7px 2% 7px 0;
  font-size: 15px;
}
.quote_form .frm_three_col .frm_col_2 {
  float: left;
  width: 30%;
  margin-left: 2%;
}
.quote_form .frm_three_col .frm_col_3 {
  float: left;
  width: 28%;
  margin-left: 2%;
}
.quote_form .frm_three_header {
  font-size: 1.5em;
}
.quote_form .frm_three_header .frm_col_1 {
  padding: 0 2% 7px 0;
}
.quote_form .three_cols {
  padding: 0 0 10px;
}
.quote_form .three_cols .col_1 {
  float: left;
  width: 33.33%;
  padding: 0 0 10px;
}
.quote_form .three_cols .label {
  padding: 2px 2% 2px 0;
  width: 50%;
}
.quote_form .three_cols .input {
  width: 48%;
}
.quote_form .three_cols .input input {
  padding: 2px 3%;
  text-align: center;
  max-width: 50px;
  float: left;
}
.quote_form .three_cols h4 {
  font-weight: 700;
  font-size: 1.6em;
  padding: 20px 0 15px;
  clear: both;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.quote_form .frm_last_row {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #eee;
}
.quote_form .frm_last_row p {
  padding: 5px 0;
}
.quote_form .frm_last_row p strong {
  display: inline-block;
  width: 145px;
}
.quote_form .frm_last_row input {
  width: auto;
  max-width: 50px;
  vertical-align: middle;
  padding: 2px 2%;
  font-size: 15px;
}
.quote_form .submit_btn {
  border: none;
  outline: none;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  background: #ffcb05;
  width: 250px;
  height: 43px;
  display: block;
}

hr {
  clear: both;
}

.two_cols_bullets {
  max-width: 700px;
  margin: 0 auto;
}
.two_cols_bullets ul {
  text-align: left;
}
.two_cols_bullets ul li {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.two_cols_bullets ul li:nth-child(odd) {
  margin-right: 1.5%;
}

.two_cols_bullets_loc {
  max-width: 900px;
}
.two_cols_bullets_loc ul li {
  padding-left: 80px;
  position: relative;
  background: none;
  margin-top: 10px;
  margin-bottom: 40px;
  min-height: 70px;
}
.two_cols_bullets_loc ul li .bullet_icon {
  width: 70px;
  position: absolute;
  left: 0;
  top: -6px;
}
.two_cols_bullets_loc ul li .bullet_icon img {
  width: 100%;
  height: auto;
  display: block;
}

.two_cols_bullets_loc strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
}

/* START 4x3 icon styling for larger screens - Location Page - Whats included icon list - ajax section */
@media only screen and (min-width: 1050px) {
  section.content_centered.content_centered_loc.services_icon_bullets.check-template-location_pg
    > .wrapper,
  .services_icon_bullets .two_cols_bullets_loc {
    max-width: 1200px;
  }

  .services_icon_bullets .two_cols_bullets ul li {
    text-align: center;
    padding-top: 80px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 170px;

    width: 25%;
  }

  .services_icon_bullets .two_cols_bullets_loc ul li .bullet_icon {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

  .services_icon_bullets .two_cols_bullets ul li:nth-child(odd) {
    margin-right: 0 !important;
  }

  .services_icon_bullets .two_cols_bullets_loc ul li:nth-last-child(2),
  .services_icon_bullets .two_cols_bullets_loc ul li:last-child {
    margin-bottom: 10px !important;
  }

  .ajax_1 .loctaion_facts .loc_facts .facts_icon_col {
    position: relative;
    width: 25%;
    max-width: 25%;
    -webkit-box: 0 0 25%;
    -moz-box: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    padding-top: 80px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .ajax_1 .loctaion_facts .armishaws_icon {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 70px;
    position: absolute;
  }
  .ajax_1 .loctaion_facts .loc_facts .facts_icon_col .cms h3 {
    margin-top: 10px;
  }
  .ajax_1 .loctaion_facts .loc_facts .facts_icon_col .cms {
    padding: 0 5px;
  }
}
/* END 4x3 icon styling for larger screens - Location Page - Whats included icon list - ajax section */

/* Location Page Spacing Fixes */
.services_icon_bullets {
  padding: 90px 0 90px;
}
/* .two_cols_bullets_loc ul li:nth-last-child(2), */
.two_cols_bullets_loc ul li:last-child {
    margin-bottom: 0px; 
}
.services_icon_bullets .cms_loc h2 {
  padding-top: 0;
  padding-bottom: 0;
}
.services_icon_bullets .cms_loc p:first-child {
  padding-top: 0;
}
.services_icon_bullets .cms ul {
  padding-bottom: 0;
}
.cms h3 {
  padding-top: 10px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .two_cols_bullets ul li {
    width: auto;
    margin-right: 0;
    display: block;
  }
}

/*DATA COLLECTION FORM*/
#data_collection_form .contact_right {
  float: none;
  margin: 0 auto;
}
.find_address #postcode_lookup #getaddress_input {
  width: 55%;
  float: left;
  font-size: 1.6em;
  border: none;
  outline: none;
  padding: 6px 2.5%;
}
.find_address #postcode_lookup #getaddress_button {
  width: 38%;
  float: right;
  padding: 8px 0;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ffcb05;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  display: block;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#getaddress_dropdown {
  max-width: 100%;
  width: 100%;
  margin: 10px 0 0;
}
.find_address #postcode_lookup .select2 {
  margin-top: 10px;
}
.submit_address {
  text-align: center;
  text-decoration: none;
  line-height: 44px;
}
.submit_btn_hide {
  display: none !important;
}
#data_collection_form p {
  color: #fff;
}

.lwa {
  max-width: 100%;
  width: 450px;
  margin: 0 auto;
  background: #414143;
  padding: 25px;
  margin-bottom: 70px;
}
.lwa a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.lwa table,
.lwa tbody,
.lwa td,
.lwa th,
.lwa tr {
  color: #fff;
  font-size: 15px;
  display: block;
  clear: both;
  width: 100%;
}
.lwa #lwa_wp-submit {
  width: 150px;
  padding: 8px 0;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 10px;
  background: #ffcb05;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  display: block;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lwa input[type="text"],
.lwa input[type="password"] {
  border: none;
  outline: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  color: #414042;
  padding: 8px 10px;
}
.login_title {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}
.logout_link {
  text-align: center;
}
.logout_link {
  padding: 10px 0;
}
.logout_link a {
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .login_title {
    width: 280px;
  }
  .lwa {
    width: 230px;
  }
}

#data_collection_form h3 {
  color: #fff;
  padding-bottom: 0;
}
.contact_pg .contact_right .cf_row.cf_row_business:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.contact_pg .contact_right .cf_row.cf_row_business .bname_dd {
  float: left;
  width: 60%;
}
.contact_pg .contact_right .cf_row.cf_row_business .bname_add {
  float: right;
  width: 38%;
}
.contact_pg .contact_right .cf_row.cf_row_business .bname_add a {
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ffcb05;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  display: block;
  color: #000;
}
.contact_pg .contact_right .cf_row.cf_row_business .bname_input {
  display: none;
  float: left;
  width: 60%;
}

/*NEW MODULES START*/
.bar_text {
  background: #09652e;
  text-align: center;
  padding: 15px 0;
}
.bar_text h3 {
  font-size: 2em;
  color: #fff;
}
.bar_text h3 strong {
  color: #fcc500;
}
.bar_text h3 .que {
  display: inline-block;
  width: 53px;
  height: 53px;
  background: url(../images/que.svg) center no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .bar_text {
    padding: 20px 0;
  }
  .bar_text h3 .que {
    display: block;
    margin: 0 auto 8px;
  }
}

.best_of_loc {
  padding: 30px 0 50px;
}
.best_of_loc .best_intro {
  padding: 0 0 15px;
}
.best_of_loc .bloc_row {
  padding: 15px 0;
}
.best_of_loc .bloc_row .bloc_img {
  width: 95px;
  max-width: 95px;
  -webkit-box: 0 0 95px;
  -moz-box: 0 0 95px;
  -webkit-flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  overflow: hidden;
}
.best_of_loc .bloc_row .bloc_txt {
  padding: 0 0 0 35px;
}
.best_of_loc .bloc_row .bloc_txt h3 {
  text-transform: none;
  padding: 5px 0;
}
.best_of_loc .bloc_row .bloc_txt p {
  padding: 5px 0;
}
.best_of_loc .bloc_row .bloc_txt a {
  text-decoration: none;
  color: #09652e;
}
.best_of_loc .bloc_row .bloc_img .bloc_img_1 {
  overflow: hidden;
}
.best_of_loc .bloc_row .bloc_img .bloc_img_1 img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .best_of_loc .bloc_row .bloc_img {
    width: 75px;
    max-width: 75px;
    -webkit-box: 0 0 75px;
    -moz-box: 0 0 75px;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
  }
  .best_of_loc .bloc_row .bloc_txt {
    padding: 0 0 0 20px;
  }
}

.four_cols_points {
  padding: 40px 0 0;
}
/*.four_cols_points_gray{background:#f6f6f6; padding:40px 0;}*/
.four_cols_points .fr_col {
  max-width: 23.75%;
  width: 23.75%;
  -webkit-box: 0 0 23.75%;
  -moz-box: 0 0 23.75%;
  -webkit-flex: 0 0 23.75%;
  -ms-flex: 0 0 23.75%;
  flex: 0 0 23.75%;
}
.four_cols_points .fr_col .fr_icon {
  max-width: 54px;
  width: 54px;
  -webkit-box: 0 0 54px;
  -moz-box: 0 0 54px;
  -webkit-flex: 0 0 54px;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
}
.four_cols_points .fr_col .fr_icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.four_cols_points .fr_col .fr_txt {
  padding: 0 12px;
}
.four_cols_points .fr_col h2 {
  font-size: 1.8em;
}
@media only screen and (min-width: 1330px) {
  .four_cols_points .fr_col:first-child {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 980px) {
  .four_cols_points {
    /*padding-bottom:0;*/
    padding: 30px 0;
  }
  .four_cols_points_gray {
    padding: 30px 0;
  }
  .four_cols_points .frow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four_cols_points .fr_col {
    max-width: 48%;
    width: 48%;
    -webkit-box: 0 0 48%;
    -moz-box: 0 0 48%;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .four_cols_points {
    max-width: 350px;
    margin: 0 auto;
    padding: 25px 0;
  }
  .four_cols_points_gray {
    max-width: none;
    padding: 25px 0;
  }
  .four_cols_points .fr_col {
    max-width: 100%;
    width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

/*narrow_content_with_icons Module Styles - Tate Theme*/
.narrow-icon-list.overlap_images {
  padding: 20px 0;
  position: relative;
  border-bottom: 35px solid #004730;
  overflow-x: clip;
}
.narrow-icon-list.overlap_images .overlap_image_left {
  position: absolute;
  left: 10px;
  bottom: -50px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 300px 170px;
}
.narrow-icon-list.overlap_images .overlap_image_right {
  position: absolute;
  right: 60px;
  bottom: -50px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 240px 170px;
}
@media only screen and (max-width: 1525px) {
  .narrow-icon-list.overlap_images .overlap_image_left,
  .narrow-icon-list.overlap_images .overlap_image_right {
    background-image: unset !important;
  }
}

/*location_finder Module Styles - Tate Theme*/
.location_finder.green_bg,
.location_finder.green_bg p {
  color: #fff;
}
.county_list.location_finder_feature {
  margin-bottom: 10px;
}
.location_finder {
  padding-top: 60px;
  padding-bottom: 60px;
}
.location_finder_feature select {
  padding: 15px 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #ffcb05;
  border: 3px solid #ffcb05;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
}
.location_finder_feature select.selection_made {
  background-color: #eee;
  border: 3px solid #eee;
  appearance: none;
}
.location_finder_feature option {
  background: #f5f0ea;
}
.location_finder_feature_wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
#county_select_wrap,
.town_list.location_finder_feature.show_town_list {
  position: relative;
  display: inline-block;
}
#county_select_wrap.selection_made:before {
  content: unset;
}
/* #county_select_wrap:before,
.town_list.location_finder_feature.show_town_list:before{
    content: "";
    position: absolute;
    right: 20px;
    top: 28px;
    background: url(https://www.armishaws.com/wp-content/uploads/2021/05/select-arrow.svg) right no-repeat;
    width: 5px;
    height: 5px;
    padding: 5px;
    z-index: 1;
} */

/*services_three_imagelinks Module Styles - Tate Theme*/
.section_wrap.green_bg {
  background-color: #004730;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 30px;
}
.section_wrap.dark_grey_bg {
  background-color: #888888;
  color: #fff;
}
.imagelinks_title {
  text-align: center;
  margin-bottom: 20px;
}
.imagelinks_title h2 {
  font-size: 22px;
}
.serv_link_col {
  margin-left: 10px;
  margin-right: 10px;
}
.serv_link_col .serv_box {
  width: 100%;
  max-width: 100%;
}
.serv_list.image_links .service-info,
.serv_list.image_links .service-info h3,
.serv_list.image_links .service-info p {
  color: #fff;
}
.serv_list.image_links .service-info h3 {
  position: relative;
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.serv_list.image_links .service-info h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 1px 50px;
  background-color: #ffcb05;
}
.serv_list.image_links .serv_box .serv_contents .serv_txts {
  background: rgb(5, 103, 54 / 0.8);
}
.serv_list.image_links .serv_box .serv_contents p {
  color: #000;
  padding-bottom: 0;
}
@media only screen and (max-width: 980px) {
  .serv_list.serv_list_three.image_links .serv_link_col {
    margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
  }
}

.loctaion_facts {
  padding: 20px 0;
}
.loctaion_facts .loc_facts {
  padding: 30px 0;
}
.loctaion_facts .loc_facts ol {
  /*columns:2; -webkit-columns:2; -moz-columns:2;*/
  counter-reset: my-awesome-counter;
}
.loctaion_facts .loc_facts ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 67px;
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin: 10px 0;
  min-height: 50px;
}
.loctaion_facts .loc_facts ol li:nth-child(odd) {
  margin-right: 2%;
}
/*.loctaion_facts .loc_facts ol li::marker{color:#fff; background:#09652e; font-size:30px;}*/
.loctaion_facts .loc_facts ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  background: #09652e;
  font-size: 30px;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 0;
}
.loctaion_facts.one_column_list .loc_facts ol li {
  width: 90%;
}
.loctaion_facts.one_column_list .loc_facts ol li::before {
  top: 0;
}
.parallax_bg p,
.parallax_bg li {
  font-weight: 500;
}
.parallax_bg strong,
.parallax_bg li strong {
  font-weight: 700;
}

.parallax_bg.float_box {
  min-height: 290px;
}

.parallax_bg.float_box .cms.cms_loc {
  margin: 30px auto;
  background: rgb(255 255 255 / 90%);
  padding: 30px;
  max-width: 450px;
}

.static_bg_image {
  background-attachment: unset;
  background-position: top center;
}

.loctaion_facts h2 {
  letter-spacing: 1px;
}
.loctaion_facts .loc_facts.frow {
  padding: 10px 0;
}
.loctaion_facts .loc_facts .facts_icon_col {
  width: 47.5%;
  max-width: 30%;
  -webkit-box: 0 0 47.5%;
  -moz-box: 0 0 47.5%;
  -webkit-flex: 0 0 47.5%;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
	padding: 15px 0;
}
.loctaion_facts .loc_facts .facts_icon_col .f_icon {
  width: 50px;
  max-width: 50px;
  -webkit-box: 0 0 50px;
  -moz-box: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin: 10px 20px 0;
}
.loctaion_facts .loc_facts .facts_icon_col .f_icon span {
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background: #004730;
}
.loctaion_facts .loc_facts .facts_icon_col .f_icon img {
  display: block;
  width: 100%;
  height: auto;
}
.loctaion_facts .loc_facts .facts_icon_col .cms {
  padding: 0 0 0 0px;
}
.loctaion_facts .loc_facts .facts_icon_col .cms h3 {
  font-size: 2.2em;
  padding-bottom: 0;
  text-transform: none;
}

.narrow-icon-list.loctaion_facts .loc_facts .facts_icon_col .armishaws_icon {
  width: 80px;
  max-width: 80px;
}
.narrow-icon-list.loctaion_facts
  .loc_facts
  .facts_icon_col
  .armishaws_icon
  span {
  display: block;
  width: 80px;
  max-width: 80px;
}
.narrow-icon-list.loctaion_facts
  .loc_facts
  .facts_icon_col
  .armishaws_icon
  img {
  display: block;
  width: 60%;
  height: auto;
}
.parallax_bg.narrow-icon-list.loctaion_facts
  .loc_facts
  .facts_icon_col
  .armishaws_icon {
  max-width: 80px;
  height: 80px;
  width: 80px;
  padding: 0;
}
.parallax_bg.narrow-icon-list.loctaion_facts
  .loc_facts
  .facts_icon_col
  .armishaws_icon
  span {
  display: block;
  max-width: 80px;
  width: 80px;
}
.narrow-icon-list.loctaion_facts .facts_icon_col {
  margin-bottom: 10px;
}
@media (min-width: 124px) {
  .narrow-icon-list.loctaion_facts .facts_icon_col {
    margin-bottom: 10px;
	  margin-left: 0px;
	  margin-right: 10px;
  }
}



.narrow-icon-list.loctaion_facts .section_title h2 {
  font-size: 2.6em;
}
.narrow-icon-list.loctaion_facts .loc_facts .facts_icon_col .cms h3 {
  padding-top: 4px;
  font-size: 1.8em;
}
.narrow-icon-list.loctaion_facts .loc_facts .facts_icon_col .cms h3:after {
  display: none !important;
}
.narrow-icon-list h3:after {
  display: none !important;
}

.narrow-icon-list.loctaion_facts .loc_facts.frow {
  margin-top: 20px;
}
.narrow-icon-list.loctaion_facts .facts_icon_col:last-child {
  margin-bottom: 20px;
}
.loctaion_facts.one_icon_column .loc_facts .facts_icon_col {
  width: 100%;
  max-width: 100%;
  -webkit-box: 0 0 100%;
  -moz-box: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.section_outro,
.section_outro p {
  color: #004730;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 0;
}

@media only screen and (max-width: 1200px) {
  .loctaion_facts .loc_facts ol li {
    width: 38%;
  }
  .loctaion_facts .loc_facts ol li:nth-child(odd) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .loctaion_facts .loc_facts ol li {
    width: auto;
    margin: 5px 0 30px;
    min-height: 40px;
    padding: 0 0 0 52px;
  }
  .loctaion_facts .loc_facts ol li:nth-child(odd) {
    margin-right: 0;
  }
  .loctaion_facts .loc_facts ol li::before {
    font-size: 25px;
    width: 40px;
    height: 40px;
    top: -4px;
    padding: 5px 0 0;
  }
  .loctaion_facts .loc_facts .facts_icon_col {
    width: 100%;
    max-width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.three_cols_v2 {
  padding: 50px 0 25px;
}
.three_cols_v2 .tc_col {
  width: 30%;
  max-width: 30%;
  -webkit-box: 0 0 30%;
  -moz-box: 0 0 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.three_cols_v2 .tc_col .tc_img {
}
.three_cols_v2 .tc_col .tc_img img {
  display: block;
  width: 100%;
  height: auto;
}
.three_cols_v2 .tc_col h3 {
  text-align: center;
  font-size: 3em;
  padding: 25px 0;
}
.three_cols_v2 .tc_col h3 a {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .three_cols_v2 {
    padding: 40px 0 15px;
  }
  .three_cols_v2 .tc_col {
    width: 31%;
    max-width: 31%;
    -webkit-box: 0 0 31%;
    -moz-box: 0 0 31%;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
  .three_cols_v2 .tc_col h3 {
    font-size: 2.5em;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .three_cols_v2 {
    padding: 20px 0 15px;
  }
  .three_cols_v2 .tc_col {
    width: 32%;
    max-width: 32%;
    -webkit-box: 0 0 32%;
    -moz-box: 0 0 32%;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
  .three_cols_v2 .tc_col h3 {
    font-size: 2.2em;
    padding: 17px 0;
  }
}
@media only screen and (max-width: 600px) {
  .three_cols_v2 .frow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .three_cols_v2 .tc_col {
    width: 100%;
    max-width: 400px;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto 15px;
  }
}

.two_cols_txt_imgs {
  padding: 40px 0;
}
.two_cols_txt_imgs .cms {
}
.two_cols_txt_imgs .cms h3 {
  text-transform: none;
  padding: 20px 0 10px;
  font-size: 2.2em;
}
.two_cols_txt_imgs .right_col_imgs {
  width: 350px;
  max-width: 350px;
  margin-left: 85px;
  -webkit-box: 0 0 350px;
  -moz-box: 0 0 350px;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  margin-top: 20px;
}
.two_cols_txt_imgs .right_col_imgs img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.two_cols_txt_imgs .right_col_imgs img:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .two_cols_txt_imgs {
    padding: 30px 0;
  }
  .two_cols_txt_imgs .right_col_imgs {
    width: 300px;
    max-width: 300px;
    margin-left: 55px;
    -webkit-box: 0 0 300px;
    -moz-box: 0 0 300px;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-top: 20px;
  }
  .two_cols_txt_imgs .right_col_imgs img {
    margin-bottom: 30px;
  }
  .two_cols_txt_imgs .right_col_imgs img:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .two_cols_txt_imgs {
    padding: 25px 0;
  }
  .two_cols_txt_imgs .right_col_imgs {
    width: 225px;
    max-width: 225px;
    margin-left: 35px;
    -webkit-box: 0 0 225px;
    -moz-box: 0 0 225px;
    -webkit-flex: 0 0 225px;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    margin-top: 15px;
  }
  .two_cols_txt_imgs .right_col_imgs img {
    margin-bottom: 20px;
  }
  .two_cols_txt_imgs .right_col_imgs img:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .two_cols_txt_imgs .frow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .two_cols_txt_imgs .right_col_imgs {
    width: 100%;
    max-width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 15px 0 0;
    text-align: center;
  }
  .two_cols_txt_imgs .right_col_imgs img:last-child,
  .two_cols_txt_imgs .right_col_imgs img {
    margin: 10px;
    max-width: 200px;
    height: auto;
  }
}

.two_cols_v2 {
}
.two_cols_v2 .col_v2_image,
.two_cols_v2 .col_v2_txt {
  max-width: 50%;
  width: 50%;
  -webkit-box: 0 0 50%;
  -moz-box: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.two_cols_v2 .col_v2_image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.two_cols_v2 .col_v2_txt .col_v2_txt_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.two_cols_v2 .col_v2_txt .cms h2 {
  text-transform: none;
}
.two_cols_v2 .col_v2_txt .cms ul {
}
.two_cols_v2 .col_v2_txt .cms ul li {
  padding: 0 0 8px 17px;
  background: none;
  position: relative;
}
.two_cols_v2 .col_v2_txt .cms ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #09652e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
@media only screen and (max-width: 1024px) {
  .two_cols_v2 .col_v2_txt .col_v2_txt_padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .two_cols_v2 .col_v2_txt .col_v2_txt_padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .two_cols_v2 .col_v2_image,
  .two_cols_v2 .col_v2_txt {
    max-width: 100%;
    width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .two_cols_v2.section_retheme .col_v2_txt .col_v2_txt_padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* two_cols_v2 section_retheme - New Design by Tate */
@media only screen and (min-width: 768px) {
  .two_cols_v2.section_retheme {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1040px) {
  .two_cols_v2.section_retheme {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
  }
}
.two_cols_v2.section_retheme .col_v2_txt .cms h2 {
  position: relative;
}
.two_cols_v2.section_retheme .col_v2_txt .cms h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #ffcb05;
}
.two_cols_v2.section_retheme .col_v2_image {
  background-size: contain !important;
}
.two_cols_v2.section_retheme .col_v2_txt .col_v2_txt_padding {
  padding-left: 0;
  padding-right: 30px;
}

.three_col_contents h3 {
  position: relative;
  padding-bottom: 15px !important;
}
.three_col_contents h3:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  padding: 1px 50px;
  background-color: #ffcb05;
}

/* single_column_section */
.single_column_section ul {
  padding-left: 15px;
}
.single_column_section h3 {
  position: relative;
}
.single_column_section h3:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  padding: 1px 50px;
  background-color: #ffcb05;
}
.content_centered.single_column_section h3:after {
  right: 0;
  max-width: 0px;
  margin: 0 auto;
}
/* 2 columns column_contents */
.column_contents h3 {
  position: relative;
}
.column_contents h3:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  padding: 1px 50px;
  background-color: #ffcb05;
}
.content_centered.column_contents h3:after {
  right: 0;
  max-width: 0px;
  margin: 0 auto;
}

.ratings {
}
.ratings img {
  display: block;
  width: 96px;
  height: auto;
}

.three_col_contents {
  padding: 20px 0 20px;
}
.three_col_contents .cms {
  padding: 0 20px 0 0;
}
.three_col_contents .cms h2 {
  text-transform: none;
  font-size: 3em;
}
.three_col_contents .cms h3 {
  text-transform: none;
  font-size: 2.2em;
  padding: 5px 0 0;
}
.three_col_contents .col_contents {
  padding: 10px 0 0;
}
.three_col_contents .cms ul {
  padding: 20px 0;
}
.three_col_contents .cms ul li {
  padding-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .three_col_contents .cms h2 {
    font-size: 2.7em;
  }
  .three_col_contents .cms h3 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .three_col_contents .cms h2 {
    font-size: 2.4em;
  }
  .three_col_contents .cms h3 {
    font-size: 1.8em;
  }
}

.search_item_list {
  overflow: hidden;
}
.search_item_list .wrap {
  margin: 0 -0.757%;
}
.search_item_list .s_box {
  max-width: 11.7%;
  width: 11.7%;
  -webkit-box: 0 0 11.7%;
  -moz-box: 0 0 11.7%;
  -webkit-flex: 0 0 11.7%;
  -ms-flex: 0 0 11.7%;
  flex: 0 0 11.7%;
  position: relative;
  margin: 0 0.357% 0.914%;
}
.search_item_list .s_box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search_item_list .s_box:hover:after {
  opacity: 0.7;
}
/*.search_item_list .s_box:nth-child(8n){margin-right:0;}*/
.search_item_list .s_box img {
  display: block;
  width: 100%;
  height: auto;
}
.search_item_list .s_box .s_title {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  z-index: 10;
}
@media only screen and (max-width: 1280px) {
  .search_item_list .s_box {
    max-width: 19%;
    width: 19%;
    -webkit-box: 0 0 19%;
    -moz-box: 0 0 19%;
    -webkit-flex: 0 0 19%;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    margin: 0 1.25% 1.25% 0;
  }
  .search_item_list .s_box:nth-child(8n) {
    margin-right: 1.25%;
  }
  .search_item_list .s_box:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .search_item_list .s_box {
    max-width: 24%;
    width: 24%;
    -webkit-box: 0 0 24%;
    -moz-box: 0 0 24%;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    margin: 0 1.33% 1.33% 0;
  }
  .search_item_list .s_box:nth-child(8n) {
    margin-right: 1.33%;
  }
  .search_item_list .s_box:nth-child(5n) {
    margin-right: 1.33%;
  }
  .search_item_list .s_box:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .search_item_list .s_box {
    max-width: 32.5%;
    width: 32.5%;
    -webkit-box: 0 0 32.5%;
    -moz-box: 0 0 32.5%;
    -webkit-flex: 0 0 32.5%;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    margin: 0 1.25% 1.25% 0;
  }
  .search_item_list .s_box:nth-child(8n) {
    margin-right: 1.25%;
  }
  .search_item_list .s_box:nth-child(5n) {
    margin-right: 1.25%;
  }
  .search_item_list .s_box:nth-child(4n) {
    margin-right: 1.25%;
  }
  .search_item_list .s_box:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .search_item_list .s_box {
    max-width: 49.25%;
    width: 49.25%;
    -webkit-box: 0 0 49.25%;
    -moz-box: 0 0 49.25%;
    -webkit-flex: 0 0 49.25%;
    -ms-flex: 0 0 49.25%;
    flex: 0 0 49.25%;
    margin: 0 1.5% 1.5% 0;
  }
  .search_item_list .s_box:nth-child(8n) {
    margin-right: 1.5%;
  }
  .search_item_list .s_box:nth-child(5n) {
    margin-right: 1.5%;
  }
  .search_item_list .s_box:nth-child(4n) {
    margin-right: 1.5%;
  }
  .search_item_list .s_box:nth-child(3n) {
    margin-right: 1.5%;
  }
  .search_item_list .s_box:nth-child(2n) {
    margin-right: 0;
  }
}

.quick_quote_single {
  text-align: left;
}
.quick_quote_single .quote_width {
  max-width: none;
}
.quick_quote_single .form_holder {
  display: block;
}
.quick_quote_single .form_holder .frm_padding {
  padding: 0px 40px;
}
.quick_quote_single .form_row {
  margin-bottom: 0.7%;
}
.quick_quote_single .form_row .frm_col {
  position: relative;
}
.quick_quote_single .form_row .frm_col .ui-datepicker {
  left: 0 !important;
  top: 100% !important;
}
.quick_quote_single .form_row .frm_col .txtbox {
  width: 100%;
  /* height: 47px; */
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 1.6em;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.quick_quote_single .form_row .frm_col .frm_label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 14px 0 0 15px;
  font-size: 1.6em;
  font-weight: 300;
  color: #414042;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.quick_quote_single .form_row .frm_col.frm_focus .frm_label {
  padding: 4px 0 0 15px;
  font-size: 1.2em;
  z-index: 1;
  opacity: 0.5;
}
.quick_quote_single .form_row .frm_col.frm_focus .txtbox {
  padding: 17px 15px 3px;
}
.quick_quote_single .form_row .frm_col_1 {
  width: 30.575%;
  max-width: 30.575%;
  -webkit-box: 0 0 30.575%;
  -moz-box: 0 0 30.575%;
  -webkit-flex: 0 0 30.575%;
  -ms-flex: 0 0 30.575%;
  flex: 0 0 30.575%;
}
.quick_quote_single .form_row .frm_col_2 {
  width: 18.435%;
  max-width: 18.435%;
  -webkit-box: 0 0 18.435%;
  -moz-box: 0 0 18.435%;
  -webkit-flex: 0 0 18.435%;
  -ms-flex: 0 0 18.435%;
  flex: 0 0 18.435%;
}
.quick_quote_single .form_row .custom_dd,
.quick_quote_single .form_row .select2 {
  width: 100% !important;
}
.quick_quote_single .form_row .select2-selection {
  height: 47px !important;
}
.quick_quote_single .form_row .select2-selection__rendered {
  line-height: 47px !important;
}
.quick_quote_single
  .form_row
  .select2-container--default
  .select2-selection--single {
  border-radius: 0 !important;
}
.quick_quote_single .form_row .select2-selection__arrow {
  height: 45px !important;
}
.quick_quote_single .form_row_bottom {
  padding-top: 5px;
}
.quick_quote_single .form_row .frm_agree {
  padding-right: 20px;
  position: relative;
}
.quick_quote_single .form_row .frm_submit {
  width: 33.273%;
  max-width: 33.273%;
  -webkit-box: 0 0 33.273%;
  -moz-box: 0 0 33.273%;
  -webkit-flex: 0 0 33.273%;
  -ms-flex: 0 0 33.273%;
  flex: 0 0 33.273%;
  position: relative;
}
.quick_quote_single .form_row .frm_submit .ajax-loader {
  position: absolute;
  right: 0;
  top: 0;
}
.quick_quote_single .form_row .frm_submit .request_quote_btn {
  width: 100%;
  background: #ffcb05;
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  height: 47px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
}
.quick_quote_single .form_row .wpcf7-form-control-wrap {
  position: static;
}
.quick_quote_single .form_row .wpcf7-list-item-label {
  display: none;
}

.custom_chk {
  display: block;
  position: relative;
  padding-left: 35px !important;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.custom_chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_chk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
}
.custom_chk:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom_chk input:checked ~ .checkmark {
  background-color: #fff;
}
.custom_chk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom_chk input:checked ~ .checkmark:after {
  display: block;
}
.custom_chk .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #08652e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1180px) {
  .quick_quote_single .form_row .frm_col_1,
  .quick_quote_single .form_row .frm_col_2 {
    width: 24.5%;
    max-width: 24.5%;
    -webkit-box: 0 0 24.5%;
    -moz-box: 0 0 24.5%;
    -webkit-flex: 0 0 24.5%;
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
  }
}
@media only screen and (max-width: 980px) {
  .quick_quote_single .form_holder .frm_padding {
    padding: 10px 20px;
  }
  .quick_quote_single .form_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .quick_quote_single .form_row .frm_col_1,
  .quick_quote_single .form_row .frm_col_2 {
    width: 49.2%;
    max-width: 49.2%;
    -webkit-box: 0 0 49.2%;
    -moz-box: 0 0 49.2%;
    -webkit-flex: 0 0 49.2%;
    -ms-flex: 0 0 49.2%;
    flex: 0 0 49.2%;
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 550px) {
  .quick_quote_single .form_holder .frm_padding {
    padding: 10px 15px;
  }
  .quick_quote_single .form_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .quick_quote_single .form_row .frm_col_1,
  .quick_quote_single .form_row .frm_col_2 {
    width: 100%;
    max-width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
  .quick_quote_single .form_row .frm_submit {
    width: 100%;
    max-width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 1px !important;
  }
  .quick_quote_single .form_row .select2-selection {
    height: 43px !important;
  }
}

/*ajax columns*/
.two_cols_v2 .col_v2_txt .cms .columns_ajax ul li {
  padding-left: 160px;
}
.two_cols_v2 .col_v2_txt .cms .columns_ajax ul li:before {
  display: none;
}
.two_cols_v2 .col_v2_txt .cms .columns_ajax ul li .label {
  display: inline-block;
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  color: #004730;
}

/*NEW MODULES END*/

/*Tate Theme*/
.parallax_bg {
  height: 100%;
  min-height: 420px;
  padding-top: 20px;
  padding-bottom: 20px;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_bg p {
  font-weight: 500;
}

@media only screen and (max-device-width: 1000px) {
  .parallax_bg {
    background-attachment: scroll;
  }
}

.gray_bg {
  background: #f6f6f6;
}
.green_bg {
  background: #004730;
  color: #fff;
}
.green_bg p,
.green_bg .cms p a,
.green_bg .cms li {
  color: #fff;
}
.yellow {
  color: #ffcb05;
}
.cms .yellow_links p a,
.yellow_links a {
  color: #ffcb05;
}

.trust_pilot_section.green_bg {
  color: #fff;
}
.trust_pilot_section.green_bg h2 {
  color: #fff;
}

.header .wrapper {
  max-width: 1160px;
}
.header .logo {
  width: 260px;
}
.header_wide .header_map {
  float: left;
  width: 320px;
  padding: 22px 0 0 110px;
}
.header_wide .header_map img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1180px) {
  .header_wide .header_map {
    float: left;
    width: 320px;
    padding: 22px 0 0 8%;
  }
}
@media only screen and (max-width: 1100px) {
  .header .logo {
    width: 220px;
  }
  .header_wide .header_map {
    width: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    width: 210px;
    margin-top: 18px;
  }
  .header_wide .header_map {
    width: 225px;
    padding: 22px 0 0 9%;
  }
}
@media only screen and (max-width: 950px) {
  .header_wide .header_map {
    width: 225px;
    padding: 22px 0 0 6.5%;
  }
}
@media only screen and (max-width: 905px) {
  .header_wide .header_map {
    width: 225px;
    padding: 22px 0 0 4%;
  }
}
@media only screen and (max-width: 890px) {
  /*
	.header_wide .logo{width:210px; margin-top:30px;}
	.header_wide .header_map{width:225px; padding:22px 0 0 25px;}
	*/
  .header .header_right .trustpl {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_wide .logo {
    margin-top: 5px;
  }
  .header_wide {
    position: relative !important;
  }
  .header_wide .header_map {
    position: static; /*left:50%; bottom:10px; width:180px; margin-left:-90px;*/
    padding: 0 20px;
    float: none;
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header_wide .header_right {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 48%;
    display: inline-block;
    vertical-align: middle;
  }
  .header_wide .header_right .ph_em {
    padding: 0;
  }
  .header_wide .top_navi_mob {
    padding: 0;
  }
  .header_wide .header_right .ph_em a {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .header_wide .header_right {
    padding-right: 0;
    padding-left: 5px;
  }
  .header_wide .header_map {
    padding-left: 0;
    padding-right: 5px;
  }
}

/* Tate Theme - New Design Quote Forms, Standardized styles, and Fixes for older forms below. */
.wpcf7 {
  padding: 22px 15px;
  background-color: #00472f;
  color: #fff;
}

.wpcf7 a,
.wpcf7 p {
  color: #fff !important;
}

.wpcf7 a {
  text-decoration: underline !important;
  font-weight: normal !important;
}

.frm_label,
.wpcf7-list-item-label,
.wpcf7 .ajax-loader,
.wpcf7 .req {
  display: none;
}

.txtbox {
  margin: 5px 2.5%;
  width: 95%;
  height: 45px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 1.6em;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

.select2-container {
  margin: 5px 2.5%;
  width: 95% !important;
  height: 45px !important;
}

.wpcf7-textarea {
  margin: 5px 2.5%;
  width: 95% !important;
  font-size: 1.6em;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

.wpcf7-submit {
  margin: 5px 2.5%;
  width: 95% !important;
  height: 45px !important;
  background: #ffcb05;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.txtbox,
.select2-container,
.wpcf7-submit {
  margin: 5px 2.5%;
  width: 95% !important;
  height: 45px !important;
  border: none !important;
}

.wpcf7-form-control-wrap {
  position: initial;
}

.custom_chk {
  margin-left: 2.5%;
}

.frm_row.agree {
  width: 95%;
  margin: 0 2.5%;
}

.wpcf7-list-item {
  margin: 0;
}

.checkbox {
  width: 36px;
  height: 36px;
  padding: 0;
}

.cf_row.agree_cf {
  width: 95%;
  margin: 0 2.5%;
}

.agree_cf label {
  padding-left: 35px;
}

.frm_row.row-of-2 .txtbox,
.frm_row.row-of-2 .select2-container {
  margin: 5px 1%;
  width: 47.85% !important;
}
.frm_row.row-of-3 .txtbox,
.frm_row.row-of-3 .select2-container {
  margin: 5px 1%;
  width: 31.3% !important;
}
.frm_row.row-of-4 .txtbox,
.frm_row.row-of-4 .select2-container {
  margin: 5px 1%;
  width: 23% !important;
}

.frm_main_popup .txtbox,
.frm_main_popup .select2-container,
.frm_main_popup .wpcf7-submit {
  margin: 0 !important;
  width: 100% !important;
}

/* Responsive Styling form Design */
@media only screen and (max-width: 980px) {
  .frm_row.row-of-2 .txtbox,
  .frm_row.row-of-2 .select2-container,
  .frm_row.row-of-4 .txtbox,
  .frm_row.row-of-4 .select2-container {
    margin: 5px 1%;
    width: 47% !important;
  }

  .form_row_bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .form_row_bottom .frm_agree,
  .form_row_bottom .trustpilot-widget-wrapper,
  .form_row_bottom .frm_submit {
    margin: 5px 1%;
    width: 98% !important;
    width: 100%;
    max-width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 98% !important;
  }
}

@media only screen and (max-width: 550px) {
  .frm_row.row-of-2 .txtbox,
  .frm_row.row-of-2 .select2-container,
  .frm_row.row-of-3 .txtbox,
  .frm_row.row-of-3 .select2-container,
  .frm_row.row-of-4 .txtbox,
  .frm_row.row-of-4 .select2-container {
    margin: 5px 1%;
    width: 98% !important;
  }
}

/* Existing Form Fixes */
/* #wpcf7-f6491-o1 ---- UK Location Page Template Quick Quote Single Forms */
/* #wpcf7-f38-o1 ---- Contact Page Form */
/* #wpcf7-f86-o3 ---- CTA Pop-up form - UK Removals */
/* #wpcf7-f87-o4 ---- CTA Pop-up form - Overseas */
/* #wpcf7-f88-o5 ---- CTA Pop-up form - Storage */
/* #wpcf7-f989-o1 ---- Request Call Back Form */
/* #wpcf7-f8872-p8883-o1 ---- RCS CLaim Form */
#wpcf7-f6491-o1.wpcf7,
#wpcf7-f38-o1.wpcf7,
#wpcf7-f86-o3.wpcf7,
#wpcf7-f87-o4.wpcf7,
#wpcf7-f88-o5.wpcf7,
#wpcf7-f8872-p8883-o1 {
  padding: 0 !important;
}
#wpcf7-f6491-o1 .txtbox,
#wpcf7-f6491-o1 .select2-container,
#wpcf7-f6491-o1 .wpcf7-submit,
#wpcf7-f38-o1 .txtbox,
#wpcf7-f38-o1 .select2-container,
#wpcf7-f38-o1 .txtbox,
#wpcf7-f86-o3 .txtbox,
#wpcf7-f86-o3 .select2-container,
#wpcf7-f86-o3 .wpcf7-submit,
#wpcf7-f87-o4 .txtbox,
#wpcf7-f87-o4 .select2-container,
#wpcf7-f87-o4 .wpcf7-submit,
#wpcf7-f88-o5 .txtbox,
#wpcf7-f88-o5 .select2-container,
#wpcf7-f88-o5 .wpcf7-submit,
#wpcf7-f8872-p8883-o1 .txtbox,
#wpcf7-f8872-p8883-o1 .select2-container,
#wpcf7-f8872-p8883-o1 .wpcf7-submit {
  margin: 0 !important;
  width: 100% !important;
  /* height: 47px !important; */
}
.frm_row.row-of-1 .txtbox,
.frm_row.row-of-1 .select2-container {
  margin: 5px 1%;
  width: 98% !important;
}

.frm_row.row-of-1 .wpcf7-textarea {
  margin: 5px 1% 5px;
  width: 96.3% !important;
  padding: 10px 15px;
  padding-right: 0;
}
@media only screen and (max-width: 979px) {
  .frm_row.row-of-1 .wpcf7-textarea {
    width: calc(96% - 30px) !important;
    padding: 10px 15px !important;
  }
}

#wpcf7-f38-o1 .wpcf7-textarea,
#wpcf7-f8872-p8883-o1 .wpcf7-textarea {
  margin: 0 !important;
  width: 95% !important;
  height: 47px !important;
}
#wpcf7-f6491-o1 .custom_chk,
#wpcf7-f38-o1 .custom_chk {
  margin-left: 0 !important;
}
#wpcf7-f8872-p8883-o1 {
  background-color: initial !important;
  color: initial !important;
}
#wpcf7-f8872-p8883-o1 a,
#wpcf7-f8872-p8883-o1 p {
  color: initial !important;
}

/* Blog Listing New Styles */
.latest_news .news_list .news_box .news_txt h3 {
  text-transform: initial !important;
}

.latest_news .news_list .news_box .news_txt {
  border-bottom: 2px solid #fcc311 !important;
}

.latest_news .news_list .news_box .news_txt .news_padding {
  padding: 15px 20px 20px !important;
}

.latest_news .news_list .news_box .news_txt .readmore {
  margin-top: 5px !important;
}

/* New Graphic Section Styles */
#arrow_graphics .service-info h3,
#arrow_graphics .service-info p {
  text-align: center;
}

#arrow_graphics .service-info h3 {
  font-size: 24px;
  margin-bottom: 0;
}

#arrow_graphics .serv_list.image_links .service-info h3:after {
  display: none;
}

#arrow_graphics .serv_list .serv_box .serv_contents {
  display: none;
}

#arrow_graphics {
  position: relative;
  padding: 35px 0 40px;
}

#arrow_graphics:before,
#arrow_graphics:after {
  background-image: url("https://www.armishaws.com/wp-content/uploads/2021/10/armishaws-graphic-arrow1.svg");
  content: "";
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 33%;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130px;
  width: 130px;
  height: 60px;
}

#arrow_graphics:after {
  left: 57%;
}

@media only screen and (min-width: 1500px) {
  #arrow_graphics:before {
    left: 38%;
  }
  #arrow_graphics:after {
    left: 55%;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1130px) {
  #arrow_graphics:before {
    left: 28%;
  }
  #arrow_graphics:after {
    left: 60%;
  }
}

@media only screen and (max-width: 980px) {
  #arrow_graphics:before {
    top: 50vw;
    left: unset;
    right: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  #arrow_graphics:after {
    top: 100vw;
    right: unset;
    left: 30px;
    -webkit-transform: rotate(90deg) scaleY(-1);
    transform: rotate(90deg) scaleY(-1);
  }
}

@media only screen and (max-width: 580px) {
  #arrow_graphics:before {
    top: 65vw;
    left: unset;
    right: 3px;
  }
  #arrow_graphics:after {
    top: 125vw;
    right: unset;
    left: 3px;
  }
}

@media only screen and (max-width: 440px) {
  #arrow_graphics:before,
  #arrow_graphics:after {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  #arrow_graphics:before {
    left: 36% !important;
  }
  #arrow_graphics:after {
    left: 58% !important;
  }

  #arrow_graphics:before,
  #arrow_graphics:after {
    top: 90px !important;
    background-size: 90px !important;
    width: 90px !important;
    height: 45px !important;
  }

  #arrow_graphics .serv_list .serv_box img {
    margin: 0 auto;
    max-width: 90%;
  }
}

@media only screen and (min-width: 1650px) {
  #arrow_graphics:before {
    left: 40% !important;
  }
  #arrow_graphics:after {
    left: 55% !important;
  }
}

/* New Sitewide Banner Overlay Text Font Size */
@media only screen and (min-width: 1350px) {
  .static_banner .banner_contents p,
  .page-template-location_pg .home_slider .hslider .hslide .hslide_contents p {
    font-size: 21px;
  }
  /* 	Banner Text Fix just for France Removals Page */
  .page-id-1330 .banner_contents h2,
  .page-id-1330 .banner_contents p {
    text-shadow: 1px 2px #000000;
  }
}

/* #repeat-background-leaves {
    background-image: url(https://www.armishaws.com/wp-content/uploads/2021/10/armishaws-leaf_icon_background-repeat.png);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center;
} */

.four_cols_points.step_by_step4 .fr_col h2 {
  font-size: 17px !important;
  font-weight: normal !important;
}

.four_cols_points.graphic_icons {
  padding: 20px 0;
}

.four_cols_points.graphic_icons .fr_col h2 {
  font-size: 24px;
  margin-bottom: 15px;
  padding: 10px 3px 0;
}

.four_cols_points.graphic_icons .fr_col .fr_icon {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
}

.four_cols_points.graphic_icons .fr_col .fr_txt {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  text-align: center !important;
}

.four_cols_points.graphic_icons .fr_col .fr_icon img {
  margin: 0 auto !important;
}

@media only screen and (min-width: 981px) {
  .four_cols_points.graphic_icons .wrapper_full {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
  }

  .four_cols_points.graphic_icons .fr_col {
    display: inline-block !important;
    width: 24% !important;
    max-width: 24% !important;
    margin: 0 !important;
  }

  .four_cols_points.graphic_icons .fr_col .fr_icon img {
    width: 50%;
  }
}

@media only screen and (max-width: 980px) {
  .four_cols_points.graphic_icons .fr_col {
    display: inline-block !important;
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 540px) {
  .four_cols_points.graphic_icons .fr_col {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
  }
  .four_cols_points .fr_col h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .page-template-location_pg
    .four_cols_points.location_page_trust_signals
    .wrapper_full {
    padding: 20px 0 20px 40px !important;
  }
}

.fourcolpoints_title {
  text-align: center;
}
.fourcolpoints_title h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .overlap-form,
  .overlap_form,
  .enquiry_form_module .overlap_form {
    margin-top: -90px;
  }
}

.page-template-location_pg .four_cols_points.location_page_trust_signals {
  max-width: none !important;
  padding: 0 100px !important;
}

.page-template-location_pg
  .four_cols_points.location_page_trust_signals
  .wrapper_full {
  /*background: #dddddd !important;*/
  max-width: none !important;
  padding: 20px 0 !important;
}

@media only screen and (max-width: 1400px) {
  .page-template-location_pg .four_cols_points.location_page_trust_signals {
    padding: 0 50px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-location_pg .four_cols_points.location_page_trust_signals {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .three_cols_bullets li {
    width: 30% !important;
    display: inline-block;
  }
}

@media only screen and (min-width: 1460px) {
  #homepage-greener-parallax .wrapper.narrow-wrapper,
  #offset-greener-parallax .wrapper.narrow-wrapper {
    max-width: 700px !important;
  }

  #homepage-greener-parallax .wrapper.narrow-wrapper .section_intro,
  #offset-greener-parallax .wrapper.narrow-wrapper .section_intro {
    max-width: 700px !important;
    margin: 0 auto !important;
  }

  #homepage-greener-parallax .wrapper.narrow-wrapper .section_outro,
  #offset-greener-parallax .wrapper.narrow-wrapper .section_outro {
    max-width: 700px !important;
    margin: 0 auto !important;
  }

  #homepage-greener-parallax .wrapper.narrow-wrapper .narrow-icon-list-icons,
  #offset-greener-parallax .wrapper.narrow-wrapper .narrow-icon-list-icons {
    max-width: 700px !important;
  }
}

/* START Layout Widths - 1200 Container and Full Width Design */
#width-1200-wrapper .wrapper,
.width-1200-wrapper .wrapper,
.testi_slider .trustp_slider,
#width-1200-wrapper .serv_list_three.wrapper {
  max-width: 1200px !important;
}


@media only screen and (max-width: 700px) {
  #full-width-wrapper .wrapper,
  .full-width-wrapper .wrapper,
  #full-width-wrapper .serv_list_three.wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}



@media only screen and (min-width: 700px) {
#full-width-wrapper .wrapper,
.full-width-wrapper .wrapper,
#full-width-wrapper .serv_list_three.wrapper {
  max-width: none !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
}
/* End Layout Widths - 1200 Container and Full Width Design */

.single_column_section.contents {
  min-height: min-content;
  display: flow-root;
}

.three_columns.section_retheme {
  padding: 0 !important;
}
.three_columns.section_retheme .col {
  margin-bottom: 0 !important;
}

/* New Blog Template Styling START */
.blog-article-title {
  text-align: center;
}

.blog_single .wrapper {
  max-width: 1200px !important;
}

.blog-single-sidebar .serv_list_three {
  display: block !important;
}

.blog-single-sidebar .serv_link_col {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.blog-single-sidebar .serv_list.image_links .service-info h3 {
  margin-top: 0;
  padding-bottom: 0;
}

.blog-single-sidebar .serv_list.image_links .service-info h3,
.blog-single-sidebar .serv_list.image_links .service-info p {
  color: #000;
}

.blog-single-sidebar .find_more {
  font-size: 1.6em;
  background: #ffcb05;
  padding: 12px 40px;
  text-decoration: none;
  color: #000;
  display: block;
  margin: 0 0 10px;
  text-align: center;
}

.blog-single-sidebar .serv_list .serv_box img {
  position: relative;
}

.blog-single-sidebar .serv_list .serv_box .thumbnail-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 20%);
  transition-duration: 0.3s;
}
.blog-single-sidebar .serv_list .serv_box a:hover .thumbnail-overlay {
  background: rgb(5 103 54 / 80%);
  transition-duration: 0.3s;
}

.blog-single-sidebar .serv_list .serv_box h3 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  padding: 10px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1501px) {
  .blog-single-sidebar .serv_list .serv_box h3 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 921px) and (max-width: 1500px) {
  .blog-single-sidebar .serv_list .serv_box h3 {
    font-size: 2.5vw;
  }
}

@media only screen and (min-width: 921px) {
  .blog-single-main-content {
    width: 72%;
    float: left;
    padding-right: 6%;
  }

  .blog-single-sidebar {
    width: 22%;
    float: left;
  }

  .blog-single-sidebar .latest_news .news_list .news_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .blog-single-sidebar .latest_news .news_list .news_box .news_txt h3 {
    height: unset !important;
  }
}

@media only screen and (max-width: 920px) {
  .blog-single-sidebar .serv_list_three {
    margin-top: 30px;
    margin-bottom: 30px !important;
    background-color: #eeeeee;
  }
  .blog-single-sidebar .latest_news.blog_pg.blog_single_template {
    display: none;
  }

  .blog-single-sidebar .serv_list .serv_box h3 {
    top: unset !important;
    font-size: 22px;
    padding: 15px;
  }
}
/* New Blog Template Styling END */

.image-link-cta a {
  text-decoration: none;
}
.image-link-cta,
.image-link-cta img {
  position: relative;
  width: 100%;
  background: #ffcb05;
}
.image-link-cta .image-link-cta-overlay h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
.image-link-cta p {
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .image-link-cta .image-link-cta-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    transition-duration: 0.3s;
  }
  .image-link-cta a:hover .image-link-cta-overlay {
    background: rgb(5 103 54 / 80%);
    transition-duration: 0.3s;
  }
  .image-link-cta .image-link-cta-overlay h3 {
    color: #fff;
    font-size: 35px;
  }
}

/* BAR Logos Overlay on Banner Images */
@media only screen and (min-width: 1025px) {
  .page-template-default .bar-banner-logos {
    bottom: 80px;
  }
}
.bar-banner-logos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}

.bar-banner-logos .wrapper {
  margin-top: 0 !important;
  max-width: 1160px !important;
}

.bar-banner-logos img {
  height: 90px !important;
  width: auto !important;
  margin: 0 0 5px !important;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .bar-banner-logos img {
    height: 70px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .static_banner .wrapper {
    max-width: 1160px !important;
  }
}

/* Mobile Styles BAR Banner Logos */
@media only screen and (max-width: 540px) {
  .static_banner .banner_contents {
    position: relative !important;
    padding: 20px 5px 20px;
    background: #004730 !important;
  }
  .static_banner .banner_contents h1,
  .static_banner .banner_contents h2 {
    font-size: 2.4em !important;
  }
  .bar-banner-logos {
    top: 10px;
  }
  .static_banner {
    background-color: #000;
    margin-bottom: 0 !important;
    z-index: -1;
  }
  .static_banner > img {
    opacity: 0.65;
  }
}
/* End of BAR Banner Logos */

.main_content_body {
  padding-top: 20px;
}

.page-id-2042 .bar-banner-logos,
.page-id-13463 .bar-banner-logos {
  display: none;
}

.calc_slide {
}
.calc_slide .slide_title {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  font-weight: 400;
  padding: 10px;
  margin: 0;
}
.calc_slide .option_boxes {
  padding: 30px 0 50px;
}
.calc_slide .option_boxes .opt_box {
  background: #f5f0ea;
  width: 140px;
  height: 140px;
  max-width: 140px;
  -webkit-box: 0 0 140px;
  -moz-box: 0 0 140px;
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
}

.calc_slide .option_boxes .opt_box.opt_box_active .active_overlay {
  top: 0;
}

.calc_slide .option_boxes .opt_box {
  position: relative;
}
.calc_slide .option_boxes .opt_box .active_overlay {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.calc_slide .option_boxes .opt_box .active_overlay:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #004730;
  opacity: 0.7;
  z-index: 1;
}
.calc_slide .option_boxes .opt_box .active_overlay:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 15px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -20px 0 0 -20px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.calc_slide .option_boxes .opt_box h3 {
  text-align: center;
  font-size: 1.7em;
  color: #004730;
  padding: 10px;
  overflow-wrap: break-word;
}
.calc_form .next_slide {
  text-align: center;
  padding-bottom: 12px;
}
.calc_form .next_slide .gen_btn {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.calc_form .next_slide #back_slide {
  display: none;
}

.progress_bar {
  background: #024624;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.progress_bar .bar_percent {
  background: #ffcb05;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  width: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.progress_bar .bar_percent span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #000;
  font-size: 1.5em;
  line-height: 30px;
}

.last_slide_form,
.enter_postcode {
  padding-bottom: 15px;
}
.enter_postcode .txtbox {
  text-align: center;
}
.last_slide_form .frm_row.row-of-3 .txtbox,
.last_slide_form .frm_row.row-of-3 .select2-container {
  width: 31.1% !important;
}

.last_slide_form .wpcf7-checkbox {
  display: block;
}
.last_slide_form .frm_agree .wpcf7-form-control-wrap {
  position: absolute;
  left: -2px;
  top: -5px;
}
.last_slide_form .recaptcha-holder {
  display: none !important;
}
.last_slide_form .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 15px;
}
.last_slide_form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 9px;
  top: 100%;
  width: 150px;
  margin-top: 14px;
}
.last_slide_form .frm_row.row-of-3 {
  padding-bottom: 25px;
}
.last_slide_form .wpcf7-response-output {
  margin: 0 !important;
}

#summary__ {
  padding: 25px 0;
  font-size: 1.5em;
}
@media only screen and (max-width: 800px) {
  .calc_slide .option_boxes .opt_box {
    width: 110px;
    height: 110px;
    max-width: 110px;
    -webkit-box: 0 0 110px;
    -moz-box: 0 0 110px;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    margin-bottom: 25px;
  }
  .calc_slide .option_boxes .opt_box h3 {
    font-size: 1.5em;
    padding: 5px;
  }
  .calc_slide .option_boxes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7_calc {
    padding-left: 0;
    padding-right: 0;
  }
  .progress_bar {
    max-width: 90%;
    margin: 0 auto;
  }
  .last_slide_form .wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .last_slide_form .frm_row.row-of-3 .txtbox,
  .last_slide_form .frm_row.row-of-3 .select2-container {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .last_slide_form .wpcf7-form-control-wrap {
    margin-bottom: 5px;
  }
  .last_slide_form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: 0;
    right: -3px;
    top: 3px;
    font-size: 12px;
    width: 120px;
    left: auto;
  }
}

/* When current page is listed in two main menu dropdowns it shows 2 parent nav items as current/active and therefor yellow. This makes one of them white. */
.header .top_navi ul li.current-page-ancestor a {
  color: #ffffff !important;
}

.company-logo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-right: 20px;
}
.company-logo h4 {
  font-size: 20px;
}
.company-logo img {
  width: 100%;
  display: block;
  max-width: 320px;
}
@media only screen and (min-width: 630px) {
  .company-logo {
    width: 33%;
    display: inline-block;
    margin-bottom: 10px;
  }
}

.blog-single-main-content .frm_row.row-of-2 .select2-container {
  width: 47.8% !important;
}

.ui-datepicker-calendar a {
  color: #000 !important;
}

.wp-caption p.wp-caption-text {
  border: none !important;
  margin: 0 0 10px 0 !important;
  padding: 8px 0 0 0 !important;
  font-size: 15px !important;
}

.select2-container--open {
  width: auto !important;
}

/*search fix
.quick_quote_single .form_row .wpcf7-form-control-wrap.enquiry_source,
.quick_quote_single .form_row .wpcf7-form-control-wrap.noofbeds{display:block; position:relative;}
.quick_quote_single .form_row .wpcf7-form-control-wrap.enquiry_source .wpcf7-not-valid-tip,
.quick_quote_single .form_row .wpcf7-form-control-wrap.noofbeds .wpcf7-not-valid-tip{position:absolute; left:0; top:100%; right:0;}
@media only screen and (max-width: 550px) {
}
*/
.wpcf7-not-valid-tip {
  display: none !important;
}
input.wpcf7-not-valid {
  border: 1px solid red !important;
}
select.wpcf7-not-valid {
  border: 1px solid red !important;
}
textarea.wpcf7-not-valid {
  border: 1px solid red !important;
}
span.wpcf7-not-valid .checkmark {
  border: 1px solid red !important;
}
.not_valid_select2 .select2 {
  border: 1px solid red !important;
}

@media only screen and (max-width: 767px) {
  .single_column_section img {
    max-width: 100% !important;
  }
}

.four_cols_points.trust_signals_box div > div:last-child {
  margin-bottom: 0 !important;
}
.four_cols_points.trust_signals_box {
  background: #dddddd !important;
  padding: 20px !important;
  max-width: none !important;
}
@media only screen and (max-width: 540px) {
  .four_cols_points.trust_signals_box .wrapper_full {
    max-width: 350px !important;
    margin: 0 auto !important;
  }
}

.page-template-default .main_content_body {
  padding-top: 0 !important;
}

.page-template-default .static_banner {
  margin-bottom: -2px;
}

.btn,
.gen_btn,
.wpcf7-submit,
.header .header_right .ph_em a,
.home_slider .hslider .hslide .hslide_contents .findmore,
.location_finder_feature select {
  -webkit-box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 50%) !important;
  box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 50%) !important;
}
.btn:hover,
.gen_btn:hover,
.wpcf7-submit:hover,
.header .header_right .ph_em a:hover,
.home_slider .hslider .hslide .hslide_contents .findmore:hover,
.location_finder_feature select:hover {
  -webkit-box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 30%) !important;
  box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 30%) !important;
  background-color: #f7be0c !important;
}
.location_finder_feature select:hover {
  border: 3px solid #f7be0c;
}

/*  Testimonial Styles 2022 */
.quote-row {
  margin-bottom: 20px;
}
.quote-content {
  position: relative;
  background-color: #eee;
  border-radius: 20px;
  padding: 20px;
}
.quote-content:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #eee;
  position: absolute;
  bottom: -20px;
  left: 50px;
}
.quote-author {
  text-align: left;
  margin-top: 14px;
  padding-left: 20px;
  color: #000000;
  font-weight: bold;
}

#photos-only p,
#photos-only img {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  #display-mobile-only,
  .display-mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.frm_agree,
.frm_row.agree {
  position: relative;
}
.frm_agree .wpcf7-form-control-wrap,
.frm_row.agree .wpcf7-form-control-wrap,
.frm_agree .custom_chk .wpcf7-form-control-wrap {
  position: absolute !important;
  left: 0;
  top: 0;
}
.frm_row.agree .wpcf7-form-control-wrap {
  left: 10px;
  top: 8px;
}
.frm_agree .wpcf7-form-control-wrap {
  left: 17px;
  top: -4px;
}

/* Survey Page */
.page-id-15345 .static_banner .bar-banner-logos {
  display: none;
}
.page-id-15345 .cms img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-id-15345 .smaller-graph {
  max-height: 250px;
  width: auto !important;
}

.page-id-15345 h2 {
  font-size: 25px;
}

@media only screen and (min-width: 920px) {
  /* .page-id-15345 .column_contents .col_left,
.page-id-15345 .column_contents .col_right {
	width: 50%;
} */
  .page-id-15345 .column_contents .col_left > .cms,
  .page-id-15345 .column_contents .col_right > .cms {
    width: 300px;
  }
  .page-id-15345 .column_contents .col_left > .cms {
    float: right;
  }
}
/* Survey Page */

.testimonial_module {
}
.testimonial_module .wrapper {
}
.testimonial_module .testi_box {
  min-height: 400px;
  max-width: 32.73%;
  width: 32.73%;
  -webkit-box: 0 0 32.73%;
  -moz-box: 0 0 32.73%;
  -webkit-flex: 0 0 32.73%;
  -ms-flex: 0 0 32.73%;
  flex: 0 0 32.73%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.3%;
}
.testimonial_module .testi_box.wide_box {
  max-width: 66.07%;
  width: 66.07%;
  -webkit-box: 0 0 66.07%;
  -moz-box: 0 0 66.07%;
  -webkit-flex: 0 0 66.07%;
  -ms-flex: 0 0 66.07%;
  flex: 0 0 66.07%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.3%;
}

.testimonial_module .testi_box .cms {
  padding: 20px;
}
.testimonial_module .testi_box .cms p {
  font-size: 20px;
  font-style: italic;
}
.testimonial_module .testi_box .cms h6 {
  font-size: 15px;
  padding-top: 35px;
  text-transform: none;
}

.testimonial_module .testi_box:nth-child(1) {
  background: #efefef;
}
.testimonial_module .testi_box:nth-child(2) {
  background: #c8c8c8;
}
.testimonial_module .testi_box:nth-child(3) {
  background: #004730;
}
.testimonial_module .testi_box:nth-child(4) {
  background: #dedede;
}
.testimonial_module .testi_box:nth-child(5) {
  background: #c8c8c8;
}
.testimonial_module .testi_box:nth-child(6) {
  background: #efefef;
}
.testimonial_module .testi_box:nth-child(7) {
  background: #fbfbfb;
}

@media only screen and (max-width: 1024px) {
  .testimonial_module .testi_box .cms p {
    font-size: 18px;
  }
  .testimonial_module .testi_box .cms h6 {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_module .testi_box.wide_box,
  .testimonial_module .testi_box {
    max-width: 49.4%;
    width: 49.4%;
    -webkit-box: 0 0 49.4%;
    -moz-box: 0 0 49.4%;
    -webkit-flex: 0 0 49.4%;
    -ms-flex: 0 0 49.4%;
    flex: 0 0 49.4%;
    min-height: 0;
  }
  .testimonial_module .testi_box_full_mob {
    max-width: 99.4%;
    width: 99.4%;
    -webkit-box: 0 0 99.4%;
    -moz-box: 0 0 99.4%;
    -webkit-flex: 0 0 99.4%;
    -ms-flex: 0 0 99.4%;
    flex: 0 0 99.4%;
  }

  .testimonial_module .testi_box .cms p {
    font-size: 16px;
  }
  .testimonial_module .testi_box .cms h6 {
    font-size: 12.9px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 525px) {
  .testimonial_module .testi_box.wide_box,
  .testimonial_module .testi_box,
  .testimonial_module .testi_box_full_mob {
    max-width: 100%;
    width: 100%;
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 5px 0;
  }
}

/* STYLE CODE FOR OUR HEADER OVERLAYS TO FADE IN - animated logo is in quick quote single */
#fade-out-black-overlay {
  transition: opacity 0.8s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0; /* Aligns the overlay to the top */
  left: 0; /* Aligns the overlay to the left */
  right: 0; /* Aligns the overlay to the right */
  bottom: 0; /* Aligns the overlay to the bottom */
  background-color: #0a0a0a;
}

#fade-out-black-overlay.fading-in {
  opacity: 0.1;
  transition: opacity 0.5s ease-in;
}

#fade-out-black-overlay.fading-out {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.opacity-0 {
  opacity: 0; /* Makes the element fully transparent */
  transition: opacity 1.3s ease-in-out;
}

.transition-opacity {
  transition: opacity 1s; /* Smooth transition for opacity changes */
}

.headerbar-opacity-0 {
  opacity: 0; /* Makes the element fully transparent */
  transition: opacity 1.3s ease-in-out;
}

.headerbar-transition-opacity {
  transition: opacity 1s; /* Smooth transition for opacity changes */
}

@media only screen and (max-width: 899px) {
  .headerbar-opacity-0 {
    transition: none; /* Instant transition on mobile */
  }
  .headerbar-transition-opacity {
    transition: opacity 0.1s; /* Smooth transition for opacity changes */
  }
}

.halo-text {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9),
    /* White glow */ 0px 0px 10px rgba(0, 0, 0, 0.7),
    0px 0px 15px rgba(0, 0, 0, 0.5);
}

.formWrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}


@media screen and (max-width: 500px) {
	.loctaion_facts {
        /* background-image: url('/wp-content/uploads/2025/02/book-case-bg.png') !important; */
		background-color: #f5f0ea !important; /* Sets the background color */
		background-attachment: scroll !important; /* Disables parallax */
        background-size: cover !important; /* Ensures it covers the area */
        background-position: center !important; /* Centers the image */
    }
    .loctaion_eco {
      /* background-image: url('/wp-content/uploads/2025/02/stock-tree-mobile-bg-1.jpg') !important; */
      background-color: #f5f0ea !important; /* Sets the background color */
  background-attachment: scroll !important; /* Disables parallax */
      background-size: cover !important; /* Ensures it covers the area */
      background-position: center !important; /* Centers the image */
  }
}

#localHeader::after {
    left: 50%;
    transform: translateX(-50%);
}