﻿/*========= FONT LINK HARE ========= */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap");

/*
========================
GOBAL CSS START
========================
*/

body {
  font-family: "Open Sans", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  background: #fff;
  color: #333333;
}
:root {
  --arial: Arial, Helvetica, sans-serif;
  --oswald: "Oswald", serif;
  --inter: "Inter", serif;
  --open-sans: "Open Sans", serif;
  --red-color: #ec1c24;
  --color-2: #00adee;
  --red-hover: rgb(160, 18, 24);
  --color-2-hover: rgb(1, 120, 163);
  --black-color-2: #231f20;
  --color-3: #eed705;
  --color-4: #fff0ee;
  --border-color: #e3e3e3;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button,
figure {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}

::selection {
  color: #fff;
  background: var(--color-2);
}

::-webkit-selection {
  color: #fff;
  background: var(--color-2);
}

::-moz-selection {
  color: #fff;
  background: var(--color-2);
}

.bg-red {
  background-color: var(--red-color) !important;
}

.color-red {
  color: var(--red-color) !important;
}

.font-arial {
  font-family: var(--arial) !important;
}

.weight-700 {
  font-weight: 700 !important;
}

/*===============
 GOBAL CSS END  
 ============== */

/*=========fixed button style ======== */

.fixed-action-btn {
  position: fixed;
  right: -3px;
  bottom: 50px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fixed-action-btn a {
  border: 3px solid #eed705;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  box-shadow: rgba(124, 124, 124, 0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(124, 124, 124, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(124, 124, 124, 0.25) 0 3px 11px 0 !important;
  width: 185px;
  height: 54px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--oswald);
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #000;
}
.fixed-action-btn a i {
  font-size: 18px;
  color: #eed705;
}

/*========== Header Style Start Hare ========== */

.site-header .header-top {
  background: #000;
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header-top-wrapper .topbar-left p {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--arial);
  color: #eed705;
}

.topbar-action-btn a {
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: var(--oswald);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.topbar-action-btn a i {
  font-size: 22px;
}

.topbar-action-btn a.call-btn {
  background: var(--red-color);
}
.topbar-action-btn a.call-btn:hover {
  background: var(--red-hover);
}

.topbar-action-btn a.free-estimate-btn {
  background: var(--color-2);
}
.topbar-action-btn a.free-estimate-btn:hover {
  background: var(--color-2-hover);
}

/* header top style end hare  */

/*========= site nav style start hare ====== */
.nav-area {
  padding: 8.5px 10px;
  transition: 0.3s;
}

.site-nav-wrapper {
  display: flex;
  align-items: center;
}
.site-nav-wrapper .navbar-logo {
  width: 16.666%;
  text-align: right;
}
.navbar-logo a {
  display: inline-block;
}
.navbar-logo a img {
  max-width: 188px;
  width: 100%;
  transition: 0.3s;
}

.site-nav-wrapper .site-navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66.66%;
}

.site-navbar-nav ul li a {
  display: block;
  padding-left: 16px;
  padding-right: 4px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--oswald);
  letter-spacing: 0.48px;
  color: var(--black-color-2);
  font-weight: 700;
  white-space: nowrap;
}
.site-navbar-nav ul li a:hover,
.site-navbar-nav ul li a.active {
  color: var(--red-color);
}

.main-nav-list li.dropdown-parent {
  position: relative;
}

.dropdown-nav {
  position: absolute;
  left: 10px;
  top: 100%;
  box-shadow: rgba(155, 155, 155, 0.25) 0 3px 11px 0 !important;
  display: none;
  z-index: 10;
  background: #fff;
}
.dropdown-nav li a {
  padding: 11px 20px 11px 16px !important;
  font-size: 15px !important;
}
.dropdown-nav li {
  border-top: 1px solid #ececec;
}
.main-nav-list ul li a:hover {
  background: var(--red-color);
  color: #fff;
}
.dropdown-nav li:first-child {
  border-top: none;
}

.inner-dropdown-parent {
  position: relative;
}
.inner-dropdown-parent .inner-dropdown-nav {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  box-shadow: rgba(155, 155, 155, 0.25) 0 3px 11px 0 !important;
  z-index: 10;
  background: #fff;
}

.main-nav-list li i {
  transition: transform 0.3s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
}

.rotate-right {
  transform: rotate(180deg);
}

.inner-dropdown-nav {
  max-height: 65vh;
  overflow-y: auto;
}
.main-nav-list {
  flex-wrap: wrap;
  justify-content: center;
}

.nav-social-icons {
  width: 16.666%;
  display: flex;
  align-items: center;
  gap: 11px;
}
.nav-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red-color);
  font-size: 17px;
  color: #fff;
  transition: 0.3s;
}
.nav-social-icons a .nextdoor {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.nav-social-icons a:hover {
  transform: translateY(-10px);
}

.nav-toggle-btn button {
  width: 52px;
  height: 52px;
  border: none;
  background: var(--black-color-2);
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
}

.nav-action-btns {
  width: calc(84% - 72px);
}

.nav-action-btns a {
  padding: 10px 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: var(--oswald);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: calc(100% / 3);
  height: 48px;
}
.nav-action-btns a i {
  font-size: 22px;
}

.nav-action-btns a.call-btn {
  background: var(--red-color);
}
.nav-action-btns a.call-btn:hover {
  background: var(--red-hover);
}

.nav-action-btns a.free-estimate-btn {
  background: var(--color-2);
}
.nav-action-btns a.free-estimate-btn:hover {
  background: var(--color-2-hover);
}

.site-header.nav-sticky {
  position: sticky;
  top: -50px;
  z-index: 999;
  background: #fff;
  box-shadow: rgba(146, 146, 146, 0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(146, 146, 146, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(146, 146, 146, 0.25) 0 3px 11px 0 !important;
}

.site-header.nav-sticky .navbar-logo img {
  max-width: 124px;
}

/*======== mobile nav style start hare ======== */

.mobile-nav {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 999;
  transition: 0.3s;
}
.nav-active.mobile-nav {
  left: 0;
}
.mobile-nav-wrapper {
  width: 400px;
  background: #fff;
  padding: 40px 20px 30px !important;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.mobile-nav-wrapper .logo img {
  max-width: 150px;
}

.mobile-nav-wrapper .free-estimate-btn {
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  font-family: var(--oswald);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  height: 48px;
  background: var(--color-2);
  margin-top: 8px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 5px;
}
.mobile-nav-wrapper .free-estimate-btn i {
  font-size: 24px;
}
.mobile-nav-wrapper .free-estimate-btn:hover {
  background: var(--color-2-hover);
}

.main-mb-nav-list li a {
  padding: 12px 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.main-mb-nav-list > li a {
  border-bottom: 1px solid #ececec;
}
.main-mb-nav-list li a:hover {
  color: var(--red-color);
}
.main-mb-nav-list ul {
  padding-left: 15px;
}
.main-mb-nav-list ul ul {
  padding-left: 15px;
}

.mb-dropdown-nav {
  display: none;
}
.mb-inner-dropdown-nav {
  display: none;
}
.mb-dropdown-btn,
.mb-inner-dropdown-btn {
  transition: 0.3s;
}
.mb-dropdown-btn.activate,
.mb-inner-dropdown-btn.activate {
  transform: rotate(180deg);
}

.manu-close-btn button {
  width: 52px;
  height: 52px;
  background: var(--color-2);
  border: none;
  margin-left: 15px;
  margin-top: 42px;
  color: #fff;
  font-size: 30px;
}

.mobile-hd-call-btn a {
  width: 38px;
  height: 38px;
  background-color: var(--red-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*=========== header area style end hare ======= */
/*========= site hero style start hare =========== */

.site-hero {
  background: url(images/hero-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.site-hero-overly {
  background: linear-gradient(
    270deg,
    rgba(2, 13, 28, 0.8) 20%,
    rgba(2, 13, 28, 0.65) 45%,
    rgba(255, 255, 255, 0) 70%
  ) !important;
}
.hero-shape-bg {
  background: url(images/hero-shape.svg) no-repeat;
  background-size: cover;
}
.hero-wrapper {
  padding: 120px 0;
}

.hero-rating-wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-rating-wp a {
  display: block;
  width: calc(100% / 3);
}
.hero-rating-wp a img {
  max-width: 203px;
}
.hero-content h2 {
  color: #fff;
  font-size: 50px;
  font-family: var(--oswald);
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
  margin-top: 25px;
}
.hero-content p {
  max-width: 561px;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}

.hero-action-btn a {
  display: inline-flex;
  min-height: 60px;
  max-width: 260px;
  width: 100%;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--red-color);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--oswald);
}
.hero-action-btn a:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
}

.hero-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: var(--oswald);
  margin: 25px 0 8px !important;
}
.hero-content h4 a {
  font-size: 24px;
  font-weight: 700;
  color: #eed705;
}

/*======== site hero style end hare ========== */
/*==== about company section start hare ====== */

.about-company-section {
  padding: 55px 0;
  background: url(images/about-us-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.about-company-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 30px;
  position: relative;
  margin-top: 30px;
  z-index: 5;
}
.about-company-card .about-text {
  position: absolute;
  left: 0;
  top: -30px;
  width: 600px;
  max-width: 100%;
  z-index: -1;
  opacity: 0.5;
}
.about-company-card > h4 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  font-family: var(--oswald);
  color: var(--red-color);
}
.about-company-card h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black-color-2);
  line-height: 1.2;
  font-family: var(--oswald);
}
.about-company-card p {
  font-size: 17px;
  font-family: var(--arial);
  line-height: 1.5;
}

.about-company-card hr {
  border-width: 2px;
  border-color: #00adee;
  border-style: solid;
  opacity: 1;
}

.about-bottom-cnt {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-bottom-cnt img {
  max-width: 93px;
}
.about-bottom-cnt h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--oswald);
}

.about-bottom-action {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-bottom-action .icons {
  width: 69px;
  height: 69px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-color);
  padding: 10px;
}
.about-bottom-action .icons svg {
  width: 75% !important;
  color: #fff !important;
  fill: #fff !important;
}

.call-any-time h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--oswald);
}

.call-any-time a {
  font-size: 24px;
  font-weight: 700;
  color: var(--red-color);
  font-family: var(--oswald);
}

.about-company-images {
  padding-left: ;
  height: 100%;
  position: relative;
}
.about-company-images .main-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-company-images .about-images-two {
  position: absolute;
  top: 90px;
  left: 0;
  width: 205px;
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
  border: 6px solid #fff;
}

.about-company-images .about-images-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expariance-card {
  position: absolute;
  left: 0;
  bottom: 90px;
  padding: 15px 35px;
  background: var(--color-2);
  border-radius: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 50%;
}
.expariance-card h2 {
  font-size: 45px;
  font-family: var(--oswald);
  color: var(--color-3);
  font-weight: 700;
}
.expariance-card p {
  font-family: var(--oswald);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.expariance-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: var(--oswald);
}

/*========== about us section style end hare ======== */

/*======== why us section style start hare ========= */

.why-us-top-card {
  position: relative;
}
.why-us-top-card .why-inner-top {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.why-inner-top h4 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  font-family: var(--oswald);
  color: var(--red-color);
}
.why-inner-top h2 {
  font-size: 55px;
  font-weight: 700;
  font-family: var(--oswald);
  text-transform: uppercase;
  color: #000000f5;
}

.why-us-main {
  background: url(images/why-us-bg.webp) no-repeat;
  padding: 40px 0;
  background-position: center;
  background-size: cover;
}

.why-us-top-card > img {
  opacity: 0.6;
}

.hvack-expertice-card {
  padding: 25px;
  padding-top: 0;
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  height: 100%;
}

.expertice-icon svg {
  width: 60px;
  height: 60px;
  color: var(--red-color);
  fill: var(--red-color);
}

.hvack-expertice-card .hvack-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hvack-content h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--oswald);
  text-transform: uppercase;
}
.hvack-expertice-card.border-right-0 {
  border-right: none;
}

.hvack-second-row {
  padding-top: 25px;
  padding-bottom: 0;
}

/*========= why us section style end hare ======== */
/*===== hvack quick help section style start hare ====== */

.hvack-quick-help {
  padding: 40px 0;
  background-image: url(images/hvack-help-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
  min-height: 320px;
}
.hvack-quick-help::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--red-color);
  opacity: 0.85;
  z-index: -1;
}

.hvack-help-content {
  max-width: 75%;
  padding-right: 65px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hvack-help-content h2 {
  font-size: 33px;
  font-family: var(--arial);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.hvack-help-content p {
  color: #fff;
  font-size: 17px;
  font-family: var(--arial);
}

.action-btn a,
.action-btn button {
  display: inline-flex;
  min-height: 60px;
  max-width: 285px;
  width: 100%;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--red-color);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--oswald);
  text-transform: uppercase;
  padding: 0 30px;
}
.action-btn a:hover,
.action-btn button:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
}

.action-btn button {
  font-size: 16px;
  display: block;
  margin: auto;
  max-width: 100%;
  padding: 14px 20px;
}

.action-btn.fill-white a {
  background: #fff;
  color: var(--black-color-2);
  border-width: 2px;
}
.action-btn.fill-white a:hover {
  background: var(--black-color-2);
  color: #fff;
  border-color: #fff;
}
.hvack-help-ven {
  position: absolute;
  right: 80px;
  top: 40px;
  max-width: 700px;
}

/*========== hvack help section end hare ======= */
/*======== our priority section style start hare ====== */

.our-priority-section {
  padding: 50px 0;
}

.our-priority-images {
  min-height: 628px;
  display: flex;
  position: relative;
  padding-right: ;
}
.our-priority-images > img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.our-priority-images .our-priority-inner-img {
  position: absolute;
  width: 50%;
  top: 50%;
  right: -20px;
  max-height: 358px;
  overflow: hidden;
  transform: translateY(-50%);
  border: 5px solid #fff;
  border-radius: 10px;
}
.our-priority-inner-img img {
  width: 100%;
  height: 100%;
}

.our-priority-content {
  padding-top: 50px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.our-priority-content h5 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  font-family: var(--oswald);
  color: var(--red-color);
}
.our-priority-content h2 {
  font-size: 39px;
  font-weight: 700;
  font-family: var(--oswald);
  text-transform: uppercase;
  color: #231f20;
}

.priority-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.priority-items .icons {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0ee;
  border: 3px solid var(--red-color);
}
.priority-items .icons svg {
  width: 50%;
  color: var(--red-color);
  fill: var(--red-color);
}

.priority-inner-cnt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.priority-inner-cnt h4 {
  font-family: var(--oswald);
  font-size: 23px;
  font-weight: 700;
  color: var(--black-color-2);
}
.priority-action-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.priority-action-box .action-btn {
  width: 100%;
  max-width: 260px;
}

/*=======priority section style end hare ====== */

/*===== our progress section style start hare ====== */

.our-progress-section {
  padding-top: 40px;
  padding-bottom: 125px;
  background: url(image.jp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.our-progress-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #020d1c;
  opacity: 0.85;
  z-index: -1;
}

.progress-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.progress-item .icons {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-2);
}
.progress-item .icons svg {
  width: 50%;
  color: #fff;
  fill: #fff;
  height: 100%;
}
.progress-content h2 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  font-family: var(--oswald);
}
.progress-content p {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  font-family: var(--oswald);
  text-transform: uppercase;
}

/*========= our progress section style end hare ======== */
/*======== air quality section style start hare ======== */

.air-quality-section {
  padding-top: 40px;
  padding-bottom: 55px;
  background: url(images/air-quality-section-bg.svg) no-repeat;
  margin-top: -85px;
  z-index: 15;
  position: relative;
}

.air-titile-bar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.air-titile-bar h2 {
  padding-top: 35px;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--oswald);
  color: var(--black-color-2);
  text-transform: uppercase;
}

.air-titile-bar p {
  padding-left: 20px;
  font-size: 17px;
  border-left: 4px solid var(--color-2);
}

.air-quality-topbar {
  display: flex;
  align-items: center;
}

.air-quality-btn {
  width: 195px;
}

.air-quality-content-wp {
  margin-top: 35px;
}
.air-quality-inner-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 35px 45px;
  background: url(images/AC1-1920w.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}
.air-quality-inner-card::before {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-2);
  opacity: 0.9;
  z-index: -1;
}

.air-quality-inner-card h2 {
  font-family: var(--oswald);
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  max-width: 463px;
}
.air-quality-inner-card p {
  color: #fff;
  line-height: 1.5;
}

.service-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-list ul {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-list ul li a {
  font-weight: 700;
  color: #fff;
}
.service-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
}
.air-quality-images {
  height: 100%;
  border-radius: 20px;
  width: 100%;
  background: url(images/mold-removal.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0;
}

/*========== air quality section end hare ======== */
/*==== heating service section style start hare ====== */

.heating-inner-card {
  padding: 50px 0;
  padding-right: 45px;
  background: url(images/Furnace32-1920w.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.heating-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 60px;
  border-left: 6px solid #e59da0;
}

.heating-inner-card::before {
  content: "";
  clear: both;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--red-color);
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.heating-content h2 {
  font-family: var(--oswald);
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  max-width: 100%;
  text-transform: uppercase;
}
.heating-content p {
  color: #fff;
  line-height: 1.5;
}

.service-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-list ul {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-list ul li a {
  font-weight: 700;
  color: #fff;
}
.service-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
}

.heater-images {
  width: 100%;
  height: 100%;
  background: url(images/Furnace2-1920w.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

/*=========heating section style end hare ======= */
/*======= faq section style start hare ======== */

.faq-section {
  padding-top: 45px;
  padding-bottom: 105px;
  background: url(images/faq-bg.webp) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.faq-section::before {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f4f4fa;
  opacity: 0.55;
  z-index: -1;
}
.faq-wrapper h2 {
  font-size: 45px;
  font-weight: 700;
  color: #191919;
  font-family: var(--oswald);
  text-align: center;
  text-transform: uppercase;
}
.faq-wrapper .faq-card {
  padding-top: 35px;
  max-width: 886px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-items .faq-header {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #ececec;
}
.faq-items .faq-header h4 {
  font-size: 17px;
  font-weight: 700;
  font-family: var(--inter);
  flex: 1;
}

.faq-header .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #00adee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.faq-content {
  padding: 18px 20px;
  display: none;
  font-size: 16px;
}

.icon i {
  transition: transform 0.3s ease;
}
.active .icon i {
  transform: rotate(180deg);
}
.faq-content ul {
  list-style: disc;
  padding-left: 40px;
}

.top-right-effect {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 300px;
  z-index: -1;
}

.bottom-left-effect {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 300px;
}

/*======== faq section style end hare ======== */
/*========= contact us section start hare ======= */

.contact-us-section {
  padding: 0 20px;
}
.contact-us-wrapper {
  padding: 50px 30px;
  max-width: 1550px;
  margin: 0 auto;
  margin-top: -65px;
  background: url(images/contact-us-bg.png) no-repeat;
  background-color: #fff;
  background-repeat: no-repeat !important;
  background-size: 600px !important;
  background-position: 0 0 !important;
  border-color: #ebebeb !important;
  border-bottom-color: rgb(235, 235, 235);
  border-width: 1px 1px 6px !important;
  border-style: solid !important;
  border-bottom-color: var(--color-2) !important;
  box-shadow: rgba(163, 163, 163, 0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(163, 163, 163, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(163, 163, 163, 0.25) 0 3px 11px 0 !important;
  border-radius: 15px;
  position: relative;
  z-index: 55;
}

.contact-us-images {
  max-width: 540px;
  border: 7px solid #fff;
  box-shadow: rgba(119, 119, 119, 0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(119, 119, 119, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(119, 119, 119, 0.25) 0 3px 11px 0 !important;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.contact-us-images img {
  width: 100%;
  height: 100%;
}

.contact-us-content {
  padding-left: 25px;
}
.contact-us-content h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--oswald);
  color: var(--black-color-2);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-form-wp {
  padding: 20px 25px;
}
.contact-form-wp form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-input input,
.single-input select,
.single-input textarea {
  display: block;
  width: 100%;
  padding: 18px 20px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  background-color: #eaeaea;
  border-color: #d9d9d9;
  font-size: 15px;
  outline: 2px solid transparent;
  transition: 0.3s;
}
.single-input input:focus,
.single-input textarea:focus {
  border-color: #0060df;
  outline-color: #0060df;
}

.group-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-input {
  flex: 1;
}

.single-input p {
  font-size: 15px;
  font-weight: 700;
  text-align: left !important;
}

.multi-check-input p {
  font-size: 15px;
  font-weight: 700;
  text-align: left !important;
}

.multi-check-input .checkbox-list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.multi-check-input .checkbox-list label {
  font-size: 15px;
  padding-left: 5px;
}
.single-input textarea {
  min-height: 80px;
}

.action-btn.button-submit a {
  max-width: 325px;
}

/*======= contact us section styl end hare ======== */

/*========= hvack commercial section start hare ===== */

.hvack-commercial-section {
  padding: 40px 0;
}
.hvack-commercial-content {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hvack-commercial-content h2 {
  font-family: var(--arial);
  font-size: 40px;
  color: var(--black-color-2);
  font-weight: 700;
}

.hvack-commercial-content .action-btn a {
  max-width: 190px;
}
.hvack-commercial-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}
.hvack-commercial-img img {
  width: 193px;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}
.hvack-com-image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========== hvack commercial section end hare ======= */
/*======= service area style start hare ============ */

.service-area-section {
  padding-top: 35px;
  padding-bottom: 45px;
  background: url(images/World-service-Area.webp) no-repeat;
  background-color: #fff0ee;
}
.map-in-ipad {
  width: 200px;
  height: 145px;
  margin: 0 auto;
}
.service-area-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service-area-wrapper h4 {
  font-size: 17px;
  font-weight: 800;
  font-family: var(--oswald);
  color: var(--red-color);
}

.service-area-wrapper h2 {
  font-size: 45px;
  font-weight: 700;
  font-family: var(--oswald);
}

.loaction-card .icons {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.loaction-card .icons svg {
  width: 100%;
  height: 100%;
  color: var(--red-color);
  fill: var(--red-color);
}

.loaction-card {
  padding: 25px 40px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.loaction-card h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--oswald);
  color: var(--black-color-2);
}
.loaction-card p {
  font-size: 15px;
  font-family: var(--arial);
  line-height: 1.5;
}

/*========= service area section style end hare ======= */

/*======= client review section start hare ============ */

.client-review-section {
  padding: 35px 0;
}
.client-review-top h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--red-color);
}
.client-review-top h2 {
  font-size: 45px;
  font-weight: 700;
  color: var(--black-color-2);
  font-family: var(--oswald);
  text-transform: uppercase;
}
.client-review-top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reivew-card .icons {
  width: 30px;
  height: 30px;
}
.reivew-card .icons svg {
  width: 100%;
  height: 100%;
  color: var(--red-color);
  fill: var(--red-color);
}
.reivew-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  padding: 25px 30px;
  border: 1px solid #ebebeb;
  background: #f4f4fa;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  height: 100%;
}

.reivew-card .line {
  height: 1px;
  width: 40px;
  display: block;
  background: var(--red-color);
}
.reviewer-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.reviewer-details h3 {
  font-size: 21px;
  font-weight: 700;
}
.reviewer-details p {
  font-size: 17px;
  font-weight: 400;
  color: var(--red-color);
}
.reviewer-details .star-img {
  max-width: 100px;
}
.reviewer-details .brand-img {
  max-width: 120px;
}

.client-review-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

/*======== client review section style end hare ====== */

.start-journery-top {
  padding: 40px 0;
  position: relative;
  background: url(images/global-bg-1920w.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.start-journery-top::before {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #020d1c;
  opacity: 0.8;
  z-index: -1;
}
.journery-top-wp {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.journery-top-wp h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  font-family: var(--oswald);
}
.journery-top-wp p {
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.journey-action-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.journey-call-btn .call-any-time h4 {
  color: #fff;
}
.journey-call-btn .call-any-time a {
  color: #fff;
}
.journey-call-btn .call-any-time a i {
  color: var(--red-color);
}
.journey-call-btn .call-any-time a:hover {
  color: var(--red-color);
}

/*========= jouerny start section end hare ======== */
/*========== our dealer section start hare ======== */

.our-dealer-wrappper {
  padding: 20px 0;
  text-align: center;
}

/*============= Site footer style start hare =========== */

.site-footer-main {
  padding: 35px 0;
  position: relative;
  background: url(images/footer.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.site-footer-main::before {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #020d1c;
  opacity: 0.8;
  z-index: -1;
}

.first-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-card .footer-logo img {
  max-width: 225px;
  border-radius: 7px;
}
.footer-card h4 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--oswald);
}
.footer-card .hr-line {
  height: 3px;
  width: 45px;
  display: block;
  background: var(--red-color);
  margin: 15px 0;
}

.footer-card ul {
  margin-top: 15px;
}
.footer-quick-link ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
}

.footer-quick-link ul li {
  position: relative;
}

.footer-quick-link ul li:after {
  content: "";
  display: block;
  width: 77%;
  height: 1px;
  background-color: var(--red-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-quick-link ul li a:hover {
  color: var(--red-color);
}

.footer-contact-info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contact-info ul li {
  display: flex;
  align-items: baseline;
  color: #fff;
  gap: 10px;
}
.footer-contact-info ul li h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--arial);
}
.footer-contact-info .footer-info p {
  font-size: 15px;
  font-family: var(--arial);
}
.footer-contact-info .footer-info p span {
  font-weight: 700;
}
.footer-contact-info .icons i {
  color: var(--color-2);
}

.footer-social-link {
  margin-top: 25px;
}
.working-hours ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.working-hours ul li {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  font-size: 15px;
  gap: 20px;
}
.working-hours ul li .day {
  font-size: 15px;
  word-wrap: break-word;
  flex: 1;
}

.payment-pertner ul {
  max-width: 275px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.payment-pertner ul li {
  width: calc((100% / 4) - 10px);
}

.copyright-content {
  background: #0a446c;
}

.copyright-wrapper {
  padding: 10px 0;
  text-align: center;
}
.copyright-wrapper p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-family: var(--arial);
}
.copyright-wrapper .copyright-links {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  font-family: var(--arial);
}
.copyright-links a {
  text-decoration: underline;
}
.copyright-links span {
  font-size: 13px;
  color: #eed705;
  font-weight: 700;
  font-style: italic;
}

/*=========== HEADTING PAGE STYLE START HARE ========= */

/*----------------------------------------------------
 Banner Section style start hare for similer all page  
------------------------------------------------------*/

.tag_line ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tag_line ul li {
  font-size: 13px;
  color: #fff;
}
.tag_line ul li:hover a {
  color: var(--red-color);
}

.banner-section {
  padding: 85px 0;
  background: url(images/Mini-split-2880w.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.banner-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(2, 13, 28, 0.75);
  z-index: -1;
}

.tag_line ul li.current-page {
  color: var(--red-color);
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section-title {
  max-width: 720px;
}
.section-title h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--oswald);
  color: #fff;
  text-transform: uppercase;
}

/*======= banner area style end hare ======= */
main {
  background: #fff0ee;
  padding: 40px 0;
}
.main-wrapper {
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.main-content-wp {
  flex: 1;
}

/*====== main content wp style start hare ===== */

.main-content-wp {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
}

.main-content-wp .top-images img {
  width: 100%;
  border-radius: 10px;
  height: 355px;
  object-fit: cover;
}

.main-content-wp .post-title {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--oswald);
  text-transform: uppercase;
  color: var(--black-color-2);
}

.max-572 {
  max-width: 572px;
}

.main-content-wp p {
  font-weight: 400;
  line-height: 1.5;
}

.post-inner-card {
  display: flex;
  align-items: stretch;
  gap: 35px;
}
.post-inner-card p {
  flex: 1;
}

.inner-images {
  width: 41.6%;
}
.post-inner-card .inner-images img {
  max-width: 316px;
  object-fit: cover;
  border-radius: 10px;
}

.post-inner-card-2 {
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--red-color);
  padding: 15px;
  border-radius: 10px;
}

.post-inner-card-2 .inner-img-2 {
  width: 41.6%;
}
.inner-post-content h4 {
  font-size: 23px;
  font-weight: 700;
  font-family: var(--oswald);
  color: #fff;
}

.inner-post-content p {
  color: #fff;
}

.post-inner-card-2 .inner-post-content {
  flex: 1;
}

.post-inner-card-2 .inner-images img {
  max-height: 393px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.post-inner-card.inner-post-3 {
  background: var(--color-4);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}

.flex-1 {
  flex: 1;
}
.inner-post-content2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inner-post-content2 h4 {
  color: var(--black-color-2);
  font-weight: 700;
  font-size: 35px;
  font-family: var(--oswald);
  text-transform: uppercase;
}

.accordion {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}

.accordion .link {
  font-family: var(--oswald);
  cursor: pointer;
  display: block;
  color: #4d4d4d;
  text-transform: uppercase;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid var(--border-color);
  color: var(--black-color-2);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i {
  position: absolute;
  top: 23px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  padding: 15px;
  border-bottom: 1px solid var(--border-color);
}

.doiNedd {
  padding-top: 25px;
}

.doiNedd h3 {
  font-weight: 700;
  font-size: 23px;
  font-family: var(--oswald);
  padding-bottom: 14px;
  text-transform: uppercase;
  color: var(--black-color-2);
}

.doiNedd ul.content-list {
  padding-top: 25px;
}

.doiNedd ul.content-list li {
  padding-left: 25px;
  position: relative;
  margin-left: 5px;
}

.doiNedd ul.content-list span {
  font-weight: 700;
}

.doiNedd ul.content-list li:after {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--red-color);
  font-weight: 900;
  content: "\f00c";
  font-family: FontAwesome;
}

.customise-hvac .inner-post-3 {
  gap: 22px;
  margin: 32px 0;
}

.customise-hvac .inner-post-3 img {
  max-height: 310px;
  object-fit: cover;
  width: 100%;
}

.customise-hvac .bg-red img {
  min-height: 328px;
}

.customise-hvac .bg-red h4,
.customise-hvac .bg-red p {
  color: #fff;
}

.single-pera-cnt02 p span {
  color: var(--red-color);
  font-weight: 700;
}

.lets-conquer p {
  padding-top: 25px;
  padding-bottom: 35px;
  font-weight: 700;
}

.schedule-service {
  display: flex;
  gap: 25px;
  align-items: center;
}

.schedule-service .action-btn a {
  min-width: 227px;
  border: 0;
}

.schedule-service h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 17px;
  font-family: var(--oswald);
  padding-bottom: 6px;
}

.schedule-service .content a {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  font-family: var(--oswald);
}

.schedule-service .content a:hover {
  color: var(--red-color);
}

.experience-total .start-journery-top {
  padding-bottom: 130px;
}

/* start-journery-middle */
.start-journery-middle {
  background-color: var(--red-color);
}

.start-journery-middle .sjm-left,
.start-journery-middle .sjm-right {
  padding: 65px 0;
}

.start-journery-middle .sjm-left h4 {
  color: #fff;
  font-weight: 400;
  font-family: var(--oswald);
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 17px;
  letter-spacing: 0.6px;
}

.start-journery-middle .sjm-left h2 {
  color: #fff;
  font-family: var(--oswald);
  text-transform: uppercase;
  font-size: 26px;
}

.start-journery-middle .sjm-middle {
  position: relative;
  z-index: 2;
}

.start-journery-middle .sjm-middle img {
  width: calc(100% - 36%);
  margin-top: -100px;
}

.start-journery-middle .sjm-right .icon {
  width: 70px;
  height: 67px;
  text-align: center;
  line-height: 67px;
  background-color: var(--color-3);
  border-radius: 8px;
}

.start-journery-middle .sjm-right .icon svg {
  width: 50%;
}

.start-journery-middle .sjm-right .icon svg {
  fill: #fff;
}

.start-journery-middle .sjm-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.start-journery-middle .sjm-right span {
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  font-family: var(--oswald);
  padding-bottom: 8px;
  text-transform: uppercase;
}

.start-journery-middle .sjm-right a {
  display: block;
  font-weight: 700;
  color: var(--color-3);
  font-size: 25px;
  font-family: var(--oswald);
}

/* sidebar style start hare  */

.sidebar-wrapper {
  width: calc(33% - 50px);
}

.sidebar-quoite-block {
  border: 3px solid var(--red-color);
  border-radius: 10px;
  background: #fff;
  margin-top: -112px;
  z-index: 5;
  position: relative;
}

.sidebar-quoite-block .quoite-top {
  padding: 20px 35px;
  background: var(--red-color);
}
.sidebar-quoite-block .quoite-top h3 {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  font-family: var(--oswald);
  text-align: center;
}

/*======= hvack block start hare ======= */

.sidebar-hvack-block {
  padding: 35px 30px;
  margin-top: 30px;
  background: url(images/HVAC3-2880w.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 125px;
}
.sidebar-hvack-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #020d1c;
  opacity: 0.8;
  border-radius: 10px;
  z-index: -1;
}
.sidebar-hvack-block .logo img {
  max-width: 210px;
}

.sidebar-hvack-block h2 {
  color: #fff;
  font-weight: 800;
  font-family: var(--oswald);
  font-size: 28px;
}
.sidebar-hvack-block p {
  font-size: 17px;
  font-family: var(--arial);
  color: #fff;
}

.sidebar-hvack-block .call-any-time h4 {
  color: #fff;
}
.sidebar-hvack-block .call-any-time a span {
  color: #fff;
  transition: 0.3s;
}
.sidebar-hvack-block .call-any-time a:hover span {
  color: var(--red-color);
}

.sidebar-hvack-block .ven-images {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 100%;
}

/* get direction block style  */

.get-direction-block {
  margin-top: 120px;
  border-radius: 10px;
  overflow: hidden;
}

.get-direction-block .direction-top {
  padding: 20px 35px;
  text-align: center;
  background: var(--color-2);
}
.direction-top h2 {
  font-family: var(--oswald);
  font-weight: 800;
  font-size: 25px;
  color: #fff;
}

/*======= follow social block start hare ===== */
.follow-social-block {
  margin-top: 30px;
  padding: 40px 30px;
  padding-bottom: 35px;
  background: url(images/sidebar-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 45px;
}

.follow-social-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #020d1c;
  opacity: 0.7;
  border-radius: 10px;
  z-index: -1;
}

.instragam-icon {
  background: var(--red-color);
  font-size: 36px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.instragam-icon:hover {
  transform: scale(1.05);
}

.follow-social-block h2 {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  font-family: var(--oswald);
}
.follow-social-block p {
  color: #fff;
}
.follow-social-block a img {
  max-width: 275px;
  transition: 0.3s;
}
.follow-social-block a:hover img {
  transform: scale(1.05);
}

/*============ ac-repair-and-service page design ============*/
.ac-repair-banner {
  background-image: url(images/coldfogging.jpg);
}

.ac-repair-banner .section-title {
  max-width: 100%;
}

.cheakmark-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding-bottom: 25px;
}

.cheakmark-list ul li {
  font-weight: 700;
  position: relative;
  padding-left: 24px;
  margin-left: 8px;
}

.cheakmark-list ul li:after {
  font-weight: 900;
  content: "\f00c";
  font-family: FontAwesome;
  color: var(--red-color);
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 3px;
}

.cheakmark-list p {
  padding-right: 50px;
}

.cheakmark-list p span {
  font-weight: 700;
}

.main-content-wrapper .post-inner-card-2 .inner-images img {
  max-height: 340px;
}

.main-content-wrapper .inner-post-content2 h4 {
  font-size: 26px;
}

.key-componets-block .font-700 {
  padding-top: 25px;
  font-weight: 700;
  padding-bottom: 10px;
}

.types-of-cooling {
  padding-top: 35px;
}

.ac-repair-card {
  margin-top: -10px;
}

.ac-repair-card .inner-post-content2 h4 {
  font-size: 23px;
}

.ac-repair-card03 .inner-images img {
  max-height: 220px;
}

/*============ heating repair page design ============*/
.heating-repair-banner {
  background-image: url(images/heating-reapair-bg.jpg);
}

.heating-repair-cnt-wrapper .list > p {
  padding-bottom: 20px;
}

.heating-repair-cnt-wrapper .post-inner-card-2 img {
  max-height: 245px;
}

.when-to-replace {
  padding-top: 25px;
}

.post-inner-card .border {
  border: 1px solid var(--border-color);
}

.heating-post-cs h4 {
  font-size: 23px;
  font-weight: 700;
  font-family: var(--oswald);
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heating-post-cs02 .inner-images img {
  min-height: 370px;
  max-width: 100%;
}

.heating-post-cs02 .inner-post-content2 {
  padding-left: 10px;
}

.dark-conanct-box {
  background-color: #020d1c;
  padding: 18px 30px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  margin: 30px 0;
}

.dark-conanct-box P {
  font-weight: 700;
}

.dark-conanct-box a {
  color: var(--red-color);
}

.dark-conanct-box:after {
  content: "";
  display: block;
  width: 5px;
  height: 46%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--red-color);
}

/*============ alta page design ============*/
.alta-hero-area {
  background-image: url(images/alta-hero-bg.jpg);
  padding: 70px 0;
}

.alta-hero-area .hero-content {
  text-align: center;
}

.duel-action-btn {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding-top: 35px;
}

.duel-action-btn .action-btn a {
  border: 2px solid #fff;
  gap: 22px;
  padding-left: 15px;
}

.duel-action-btn .action-btn a i {
  font-size: 25px;
}

.duel-action-btn .btn_01 a {
  animation: button-animate infinite 1.2s;
}

@keyframes button-animate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.duel-action-btn .btn_01 a:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 1);
  border-color: #fff;
}

.duel-action-btn .btn_01 a:hover i {
  color: var(--red-color);
}

.duel-action-btn .btn_02 a {
  background-color: #fff;
  color: rgba(0, 0, 0, 1);
}

.duel-action-btn .btn_02 a i {
  color: var(--red-color);
}

.duel-action-btn .btn_02 a:hover {
  background-color: var(--red-color);
  color: #fff;
  border-color: var(--red-color);
}

.duel-action-btn .btn_02 a:hover i {
  color: #fff;
}

/* servicing alta area hare */
.servicing-alta-area {
  padding: 50px 0;
}

.servicign-alta-img img {
  border-radius: 10px;
  min-height: 100%;
  object-fit: cover;
}

.servicign-alta-cnt {
  padding-left: 34px;
}

.servicign-alta-cnt span {
  font-weight: 800;
  color: var(--red-color);
  text-transform: uppercase;
  font-family: var(--oswald);
}

.servicign-alta-cnt h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--oswald);
  padding: 20px 0;
  text-transform: uppercase;
  color: #000;
}

.servicign-alta-cnt p {
  font-family: var(--arial);
  padding-top: 25px;
  line-height: 145%;
}

.servicign-alta-cnt p a {
  color: var(--red-color);
  font-weight: 700;
}

.servicign-alta-cnt .action-btn {
  padding-top: 35px;
}

/* lorenzo-heating */
.lorenzo-heating-secion {
  background-color: #fff0ee;
}

.lorenzo-heating-secion .our-priority-content {
  padding-right: 40px;
}

.lorenzo-heating-secion .our-priority-content h2 {
  margin-bottom: -15px;
}

.checkmark-lists ul li {
  position: relative;
  padding-left: 22px;
  line-height: 160%;
}

.checkmark-lists ul li:after {
  font-weight: 900;
  content: "\f00c";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--red-color);
  font-size: 16px;
}

.checkmark-lists ul li a {
  font-weight: 700;
  color: var(--red-color);
}

.lorenzo-heating-secion .our-priority-images {
  min-height: initial;
}

.lorenzo-heating-secion .our-priority-images img {
  object-fit: initial;
}

.lorenzo-heating-secion .call-any-time a {
  color: var(--bs-heading-color);
}

.lorenzo-heating-secion .call-any-time a i {
  color: var(--red-color);
}

.lorenzo-heating-secion .call-any-time a:hover {
  color: var(--red-color);
}

/* repair-in-alta */
.repair-in-alta {
  background-image: url(images/repair-in-alta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 47px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.repair-in-alta:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(1, 10, 27, 0.788);
  z-index: -1;
}

.repair-in-alta .repair-cnt-inner h3 {
  font-weight: 700;
  color: #fff;
  font-size: 40px;
}

.repair-in-alta .repair-cnt-inner p {
  padding: 30px 0;
}

.repair-in-alta .repair-cnt-inner span {
  font-weight: 700;
  display: block;
  padding-bottom: 30px;
}

.repair-in-alta .repair-cnt-inner span a {
  color: var(--red-color);
}

.repair-in-alta .repair-cnt-inner .action-btn a {
  max-width: 370px;
  border: 0;
}

.heating-services .our-priority-content {
  margin-left: 35px;
}

.heating-services .priority-call-btn a {
  color: #000;
}

.heating-services .priority-call-btn a i {
  color: var(--red-color);
}

.heating-services .priority-call-btn a:hover {
  color: var(--red-color);
}

.heating-services .our-priority-images {
  min-height: initial;
}

/* heat-pump-services */

.heat-pump-services .heater-images {
  background-image: url(images/heat-pump-left.jpg);
}

.heat-pump-services .heating-inner-card {
  background-image: url(images/ac-reapear-bg.jpg);
}

.heat-pump-services .service-list ul li {
  color: #fff;
  padding-left: 25px;
  position: relative;
  font-family: var(--arial);
}

.heat-pump-services .service-list ul li:before {
  position: absolute;
  margin-right: 0;
  left: 0;
  top: 3px;
}

.heat-pump-services .request-or-action {
  display: flex;
  align-items: center;
  gap: 30px;
}

.heat-pump-services .request-or-action {
  padding-top: 25px;
}

.heat-pump-services .call-any-time h4 {
  color: #fff;
}

.heat-pump-services .call-any-time a {
  color: #fff;
}

.heat-pump-services .call-any-time a:hover {
  opacity: 0.7;
}

/* why-us-alta */
.why-us-alta {
  padding-top: 50px;
  overflow: hidden;
}

.why-us-alta .why-us-top-card .why-inner-top {
  top: 75%;
}

.why-us-alta .why-us-top-card img {
  transform: scale(1.2);
}

.why-us-alta .why-us-main {
  margin-top: 100px;
  background-position: initial;
}

.why-us-alta .why-inner-top h2 {
  padding-bottom: 18px;
}

.why-us-alta .why-inner-top p {
  line-height: 145%;
}

/* contact-map-area */

.contact-map-area {
  position: relative;
  z-index: 1;
}

.contact-map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 1;
  display: block;
  margin: 0;
}

/* Contact page design */
.contact-info-wrapper {
  position: relative;
  padding-top: 400px;
}

.contact-components-left {
  font-family: var(--oswald);
  background-image: url(images/contact-left-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  background-color: rgba(0, 0, 0, 1);
  padding-top: 50px;
  padding-left: calc((100vw - 1290px) / 2);
  padding-bottom: 170px;
  padding-right: 100px;
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 0 40px 40px 0;
}

.contact-components-left:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 0 40px 40px 0;
}

.contact-components-left h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
}

.contact-components-left p {
  font-family: var(--open-sans);
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
}

.contact-single-card {
  display: flex;
  gap: 30px;
  align-items: center;
}

.contact-single-card .icon {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-color: var(--red-color);
  line-height: 80px;
  text-align: center;
}

.contact-single-card .icon svg {
  width: 58%;
  fill: #fff;
  height: 100%;
}

.contact-single-card h3 {
  font-size: 21px;
  padding-bottom: 8px;
  font-weight: 700;
}

.contact-info-wrapper .nav-social-icons {
  padding-top: 45px;
  gap: 8px;
}

.contact-info-wrapper .nav-social-icons a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 24px;
}

.contact-info-wrapper .contact-right-form {
  padding-right: calc((100vw - 1290px) / 2);
}

.contact-info-wrapper .contact-form-wp {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: rgba(111, 111, 111, 0.25) 0 3px 11px 0;
  border: 1px solid rgba(235, 235, 235, 1);
  padding: 30px 40px;
  margin-left: -45px;
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.contact-right-form .form-header span {
  color: var(--red-color);
  text-transform: uppercase;
  font-family: var(--oswald);
  font-weight: 700;
  font-size: 17px;
}

.contact-right-form .form-header h3 {
  color: #000;
  text-transform: uppercase;
  font-family: var(--oswald);
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 48px;
  font-size: 36px;
}

.contact-right-form form {
  padding-left: 25px;
  padding-right: 25px;
}

.footer-card .action-btn a {
  max-width: 234px;
}

/* About us page design */
.about-us-banner {
  background-image: url(images/about-us-banner.jpg);
}

.about-us-banner .section-title {
  max-width: 100% !important;
  text-align: center;
}

.about-repair-section {
  background-image: none;
}

.about-repair-section .about-company-card {
  margin-left: 40px !important;
  padding-top: 15px;
  margin-top: 15px !important;
}

.about-repair-section .main-img {
  max-width: 350px;
  width: 100%;
}

asdf {
  height: ;
}

.about-repair-section .about-company-images .about-images-two {
  position: absolute;
  top: 160px;
  right: 0px;
  width: 300px;
  height: 325px;
  overflow: hidden;
  border-radius: 10px;
  border: 6px solid #fff;
  left: auto;
  box-shadow: rgba(140, 140, 140, 0.25) 0 3px 11px 0;
  -moz-box-shadow: rgba(140, 140, 140, 0.25) 0 3px 11px 0;
  -webkit-box-shadow: rgba(140, 140, 140, 0.25) 0 3px 11px 0;
}

.about-repair-section .expariance-card {
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  padding: 20px 20px;
  background: #020d1c;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 160px;
  width: 100%;
  justify-content: center;
}

.about-repair-section .expariance-card h2 {
  color: #fff;
  text-align: center;
}

.about-repair-section .expariance-card h2 span {
  color: var(--red-color);
}

.about-repair-section .expariance-card h3 {
  font-weight: 700;
  font-size: 12px;
  font-family: var(--arial);
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
}

/* factory-authorized */

.factory-authorized {
  background-image: url(images/attic-mold-removal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 45px;
  border: 1px solid var(--border-color);
}
.factory-authorized-inner .factory-authorized-card {
  max-width: 650px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid var(--border-color);
  padding: 18px;
}

.factory-authorized-card .card-box {
  border: 6px solid var(--color-2);
  border-radius: 14px;
  padding: 32px;
  position: relative;
}

.factory-authorized-card .card-box:after {
  content: "";
  display: block;
  width: 55px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: 32px;
  top: -8px;
}

.factory-authorized-card h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--oswald);
  padding-bottom: 15px;
  color: #231f20;
  text-transform: uppercase;
}

.factory-authorized-card p {
  font-family: var(--arial);
  line-height: 145%;
}

.expert-staff-card {
  background-color: var(--red-color);
  padding: 37px 0;
  margin-top: 45px;
}

.expert-staff-card-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.expert-staff-card img {
  max-width: 170px;
}

.expert-staff-card h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--oswald);
  padding-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

.expert-staff-card p {
  color: #fff;
}

/* our-values-area */

.our-values-area .our-values-top {
  background-image: url(images/values-text.png);
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 0;
  background-size: 60%;
  position: relative;
  z-index: 1;
}

.our-values-area .our-values-top:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.our-values-area .our-values-top span {
  color: var(--red-color);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--oswald);
}

.our-values-area .our-values-top h2 {
  font-size: 55px;
  font-weight: 700;
  color: #231f20;
  text-transform: uppercase;
  font-family: var(--oswald);
  padding-top: 15px;
}

.our-values-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.our-values-cards .values-signle-card {
  padding: 42px 40px;
  text-align: center;
  background-image: url(images/value-bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.our-values-cards .values-signle-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(236, 28, 36, 0.85);
  z-index: -1;
}

.our-values-cards .values-card-second {
  background-image: url(images/value-bg02.jpg);
}

.our-values-cards .values-card-second:after {
  background-color: rgba(2, 13, 28, 0.73);
}

.our-values-cards .values-card-second svg {
  fill: var(--red-color) !important;
}

.our-values-cards .values-card-three {
  background-image: url(images/value-bg03.jpg);
}

.our-values-cards .values-card-three:after {
  background-color: rgba(0, 173, 238, 0.85);
}

.our-values-cards .values-signle-card .icon svg {
  width: 60px;
  height: auto;
  fill: #fff;
}

.our-values-cards .values-signle-card h3 {
  font-size: 23px;
  font-weight: 700;
  font-family: var(--oswald);
  padding-bottom: 18px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 22px;
}

.fully-stack-section .pera-card {
  background-color: #fff;
  border-radius: 14px;
  padding: 30px 25px;
  color: #333;
  position: relative;
}

.fully-stack-section .pera-card:after {
  content: "";
  display: block;
  width: 4px;
  height: 70%;
  background-color: var(--red-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fully-stack-section .our-priority-images {
  padding-left: 30px;
}

.fully-stack-section .our-priority-content h2 {
  margin-top: -10px;
}

/* faq page design */
.faq-banner {
  background-image: url(images/FAQ2-2880w.jpg);
}

.faq-banner:after {
  background: rgb(2, 13, 28, 0.82);
}

.faq-banner .section-title p {
  color: #fff;
  padding-top: 18px;
}

.faq-repair {
  background-color: #f4f4fa;
  background-image: none;
  padding-bottom: 65px;
}

.faq-repair .faq-content {
  background-color: #00adee;
  color: #fff;
}

.faq-repair:before {
  background-color: #f4f4fa;
}

.duel-action-btns .action-btn a {
  min-width: 250px;
  text-align: center;
  border: 0;
}

.faq-repair-second {
  background-color: #fff;
}

.faq-repair-second:before {
  background-color: #fff;
}

.faq-repair-second .faq-header {
  background-color: #f3f3f3;
}

/* air conditioning page design */
.rt-banner-section {
  background-image: url(images/Air-conditioning.jpg);
}

.rt-banner-section .section-title {
  max-width: initial;
  text-align: center;
}

.rt-banner-section .rt-banner-para {
  text-align: center;
}

.rt-banner-section .rt-banner-para p {
  font-size: 17px;
  font-family: var(--arial);
  line-height: 1.5;
  color: #fff;
}

.rt-banner-btn {
  text-align: center;
  padding-top: 12px;
}

.rt-banner-btn .hero-action-btn a:hover {
  background: var(--red-hover);
  border-color: #fff;
}

.rt-acrepair-section {
  overflow: hidden;
}

.rt-acrepair-area {
  display: grid;
  grid-template-columns: 55% 45%;
  margin: 0 -15px;
  align-items: center;
}
.rt-acrepair-section {
  padding: 60px 0;
}

.rt-acrepair-area-left h2 {
  padding-top: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #231f20;
  font-family: var(--oswald);
  text-transform: uppercase;
}

.rt-acrepair-area-left p {
  padding-top: 22px;
  font-size: 17px;
  font-family: var(--arial);
  line-height: 1.5;
  color: #333333;
}

.rt-acrepair-area-btn {
  padding-top: 35px;
}

.rt-acrepair-area--right img {
  border-radius: 12px;
}

.rt-acrepair-area-left,
.rt-acrepair-area--right {
  margin: 0 15px;
}

.rt-remote-image {
  width: 100%;
  height: 100%;
  background: url(images/rt-remot-image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

.rt-ac-para {
  padding: 12px 0;
}

.rt-heating-card .heating-inner-card {
  background-image: url(images/alta-hero-bg.jpg);
}

.rt-heating-card .action-btn a {
  max-width: 200px;
}

.rt-heating-card .action-btn a:hover {
  border-color: #231f20;
}

.ac-maintaice-wrapper .our-priority-content h2 {
  margin-bottom: -15px;
}

.ac-maintaice-wrapper .checkmark-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -8px;
  gap: 30px;
}

.ac-maintaice-wrapper .action-btn a {
  border: 0;
  max-width: 200px;
}

.residential-air {
  background-color: #f4f4fa;
}

.residential-air .our-priority-images {
  min-height: initial;
}

.residential-air p.font-arial {
  line-height: 145%;
}

.residential-air .call-any-time a {
  color: var(--black-color-2);
}

.residential-air .pera-card {
  border: 1px solid var(--border-color);
}

.residential-air .call-any-time a:hover {
  color: var(--red-color);
}

.residential-air .call-any-time a i {
  color: var(--red-color);
}

/* benifits-section */
.benifits-section {
  background-image: url(images/benifits-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}

.benifits-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(2, 13, 28, 0.75);
  z-index: -1;
}

.benifits-section .heading-top {
  text-align: center;
}

.benifits-section .heading-top h3 {
  font-family: var(--oswald);
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 40px;
}

.benifits-section .benifits-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 32px 0;
}

.benifits-section .single-benifits-card {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  gap: 20px;
  padding: 22px 25px 22px 0;
  border-radius: 10px;
  background-color: #fff;
}

.benifits-section .single-benifits-card h3 {
  color: var(--black-color-2);
  font-size: 17px;
  font-weight: 700;
}

.benifits-section .single-benifits-card .icon {
  height: 76px;
  width: 78px;
  text-align: center;
  line-height: 76px;
  border-radius: 0 7px 7px 0;
  background-color: var(--red-color);
}

.benifits-section .single-benifits-card .icon svg {
  fill: #fff;
  width: 60%;
  height: auto;
}

.benifits-left-img img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.benifits-right-content {
  background-color: #fff;
  border-radius: 15px;
  padding: 42px;
  color: var(--black-color-2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.benifits-right-content h3 {
  font-size: 40px;
  font-weight: 700;
  color: #231f20;
  font-family: var(--oswald);
  text-transform: uppercase;
}

.benifits-right-content .checkmark-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.benifits-right-content .checkmark-lists li {
  font-weight: 700;
}

.benifits-right-content .action-btn a {
  max-width: 200px;
}

.heigh-quality-air .our-priority-images {
  margin-left: 50px;
}

/* terms page design  */
.terms-conditon-content {
  background-color: #fff0ee;
  font-family: var(--arial);
  line-height: 145%;
  padding: 40px 0;
}

.terms-cnt-inner {
  background-color: #fff;
  border: 1px solid var(--border-color);
  padding: 30px 25px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.terms-cnt-inner h4 {
  font-weight: 700;
  padding-bottom: 6px;
  font-size: 17px;
}

.terms-cnt-inner ul li {
  position: relative;
  padding-left: 15px;
  margin-left: 18px;
}

.terms-cnt-inner ul li:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 9px;
}

/* site revesion code 01 */
.footer-logo {
  text-align: left !important;
  padding-left: 5px;
}

.mobile-nav-bottom-btns .red-button {
  background-color: var(--red-color);
}
.mobile-nav-bottom-btns .red-button:hover {
  background-color: #b8141a;
}

/* site updated header design */
.header-top {
  background-color: #0a446c;
  padding: 10px 0;
  color: #fff;
  border-bottom: 2px solid var(--red-color);
}

.header-middle-inner {
  padding: 18px 0;
}

.header-logo-area img {
  max-width: 325px;
}

.header-middle-middle {
  background-color: #fff;
}

.header-middle-middle span {
  color: var(--red-color);
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.header-middle-middle a {
  color: #0a446c;
  font-size: 45px;
  font-weight: 700;
}

.header-middle-middle a:hover {
  color: var(--red-color);
}

.header-middle-right .interest-fin a {
  font-size: 24px;
  font-weight: 700;
  color: #0a446c;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: var(--oswald);
}

.header-middle-right .interest-fin a span {
  text-decoration: underline;
}

.header-middle-right .interest-fin a i {
  height: 16px;
  width: 16px;
  border: 2px solid var(--red-color);
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  color: var(--red-color);
  transform: translateY(2px);
}

.header-middle-right .interest-fin a:hover {
  color: #ec1c24;
}

.header-middle.menu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 99;
  animation: slideDown 0.35s ease-out;
  background-color: #fff;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.header-nav {
  background-color: #000;
}

.header-nav-inner > ul {
  display: flex;
  justify-content: space-between;
}

.header-nav-inner > ul li a {
  padding: 20px 5px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--oswald);
  letter-spacing: 0.48px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}

.header-nav-inner > ul > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background-color: #ea2127;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.header-nav-inner > ul > li > a:hover:after {
  width: 100%;
}

.header-nav-inner > ul > li > a:hover {
  color: #ec383e;
}

.header-nav-inner ul li a i {
  color: #ec383e;
  font-size: 12px;
}

.header-nav-inner ul li {
  position: relative;
}

.header-nav-inner > ul ul {
  position: absolute;
  left: -5%;
  min-width: 220px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-top: 3px solid #ec383e;
  transform: translateY(14px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  z-index: 99;
}

.header-nav-inner ul li:hover > ul {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.header-nav-inner > ul ul li a {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  color: #3f3e3e;
  position: relative;
  z-index: 1;
}

.header-nav-inner > ul ul li a:hover {
  background-color: #ec383e;
  color: #fff;
}

.header-nav-inner > ul ul ul {
  left: 100%;
  top: -4px;
  max-height: 45vh;
  overflow: auto;
}

.header-nav-inner > ul ul li a:hover i {
  color: #fff;
}

.rsv-bottom-fixed-bar {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
}

.rsv-bottom-fixed-bar ul {
  display: flex;
  justify-content: space-between;
  padding: 14px 15px;
  align-items: center;
}

.rsv-bottom-fixed-bar ul li,
.rsv-bottom-fixed-bar ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 7px;
}

.menubar-icon {
  height: 28px;
  width: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  cursor: pointer;
}

.menubar-icon span {
  height: 5px;
  width: 100%;
  display: block;
  background-color: var(--black-color-2);
}

.rsv-bottom-fixed-bar ul li .text {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black-color-2);
}

.rsv-bottom-fixed-bar ul li i {
  color: var(--black-color-2);
  font-size: 34px;
}

.rsv-bottom-fixed-bar ul li .phone-icon {
  height: 65px;
  width: 65px;
  background-color: var(--red-color);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rsv-bottom-fixed-bar ul li .phone-icon i {
  color: #fff;
}

/* mobile sidebar offcanvas design  */
.offcanvas {
  min-width: 440px;
  width: 100%;
}

.offcanvas .offcanvas-header {
  padding-top: 28px;
  padding-bottom: 24px;
}

.offcanvas-header h3 img {
  max-width: 140px;
}

.offcanvas-header .btn-close {
  height: 22px;
  width: 22px;
  background-image: none;
  background-color: var(--red-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.offcanvas-header .btn-close i {
  color: #fff;
}

.offcanvas .offcanvas-body {
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.offcanvas ul li a {
  display: block;
  width: 100%;
  padding: 11px 20px;
  position: relative;
  font-weight: 600;
  font-family: var(--oswald);
  color: var(--black-color-2);
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
}

.offcanvas ul li:first-child a {
  border-top: 1px solid #d0d0d0;
}

.offcanvas ul li a i {
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 52%;
  transform: translateY(-50%);
}

.offcanvas ul ul li a {
  font-weight: 500;
}

.accordion-container .accordion-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 25px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--red-color);
  color: #fff;
  font-size: 16px;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-content {
  padding-left: 14px;
}

.accordion-content ul li a {
  font-size: 19px;
}

.accordion-content ul li:first-child a {
  border-top: 0;
}

.sub-accordion-title {
  font-size: 22px !important;
}

.brands-area {
  background-image: url(images/brand-section-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  margin-bottom: 50px;
}

.brands-area2 {
  background-image: url(images/brand-section-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  margin-bottom: 50px;
}

.brands-area h3 {
  text-align: center;
  padding-bottom: 50px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
}

.brand-grid img {
  max-width: 110px;
}

.offcanvas-body .action-btn a {
  gap: 10px;
  width: 100%;
  max-width: 100%;
}

.offcanvas-body .bg-blue-light a {
  background-color: var(--color-2);
}

.offcanvas-body .bg-blue-light a:hover {
  background-color: #0994c7;
}

.fcf-label {
  font-weight: 700 !important;
}

select.fcf-input {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.fcf-input,
.fcf-textarea {
  background-color: #eaeaea !important;
  height: auto !important;
  padding: 16px 20px !important;
  color: #333 !important;
}
.fcf-input::placeholde,
.fcf-input::textarear{
    color: #616161 !important;
}
.fcf-input:focus,
.fcf-input:textarea {
  border-color: #0060df !important;
  outline-color: #0060df !important;
}
