@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "proxima_novaregular";
  src: url("https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/new_fonts/proxima_nova_regular.eot");
  src: url("https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/new_fonts/proxima_nova_regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/new_fonts/proxima_nova_regular.woff2")
      format("woff2"),
    url("https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/new_fonts/proxima_nova_regular.woff")
      format("woff"),
    url("https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/new_fonts/proxima_nova_regular.svg#proxima_novaregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
  --themcolor: #000000;
  --themcolor2: #ff0000;
  --othercolor: #dddddd;
  --whitecolor: #ffffff;
  --btn-orange-clr: #f16f11;
  --btn-black-bg: #2a2a2a;
  --header-black: #0a0a0a;
  --body-txt: #616161;
  --specy-gray: #f5f5f5;
  --btn-bg-color: #c1c1c1;
  --review-card-bg: #f3f2f2;
  --author-bg: #d9d9d9;
  --parafont: "proxima_novaregular", sans-serif;
  --headingfont: "Rajdhani", sans-serif;

  --star-size: 23px;
  --star-color: #000;
  --star-background: #ff6900;
}

body {
  margin: 0;
  padding: 0;
  font-family: "proxima_novaregular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--body-txt);
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  counter-reset: my-sec-counter;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
.revwr-name,
h4,
h5,
h6 {
  font-family: var(--headingfont);
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--header-black);
  font-weight: 700;
}

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

h1,
.h1-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}

h3,
.revwr-name,
.h3-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 22px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
  color: #ecb61e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: red;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/assets/new_images/sort-down.svg)
    no-repeat calc(100% - 16px) center transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #eab71e;
  color: #000000;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #000;
  color: #eab71e;
}

figure {
  margin: 0;
}

::-webkit-input-placeholder {
  color: var(--body-txt);
  font-family: var(--parafont);
}

:-ms-input-placeholder {
  color: var(--body-txt);
  font-family: var(--parafont);
}

::-moz-placeholder {
  color: var(--body-txt);
  font-family: var(--parafont);
}

:-moz-placeholder {
  color: var(--body-txt);
  font-family: var(--parafont);
}

.cmn-gap {
  padding: 80px 0;
}

.cmn-btn {
  padding: 15px 18px;
  font-size: 18px;
  color: var(--whitecolor);
  background-color: var(--btn-orange-clr);
  line-height: 1;
  min-width: 205px;
  font-family: var(--headingfont);
  font-weight: 700;
  position: relative;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
  z-index: 2;
}

.cmn-btn span {
  position: relative;
  z-index: 2;
  color: var(--whitecolor);
}

.cmn-btn img {
  position: relative;
  z-index: 2;
}

/* .cmn-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border: 1px solid rgb(255 255 255 / 60%);
    transform: translate(-50%, -50%);
    border-radius: 0;
} */
/* .cmn-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--header-black);
} */
.cmn-btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  border: 1px solid rgb(255 255 255 / 60%);
  transform: translate(-50%, -50%);
  border-radius: 0;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.cmn-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #000;
}

.cmn-btn:hover:after {
  width: 100%;
}

.cmn-btn img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}

.reqst-btn-wppr {
  display: flex;
  align-items: center;
}

.black-btn {
  background-color: var(--themcolor);
  padding: 9px 23px;
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
  color: var(--whitecolor);
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.black-btn::after {
  background-color: var(--btn-orange-clr);
}

.black-btn span.big-number {
  display: block;
  font-family: var(--nunito-fnt);
  font-size: 16px;
  font-weight: 800;
}

.reqst-btn-wppr .cmn-btn {
  margin: 0 13px;
}

.reqst-btn-wppr .black-btn {
  padding: 11px 18px;
  margin: 0;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/assets/new_images/tick.svg)
    no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 147px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 20px;
  padding: 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--header-black);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b61dc;
  /* opacity: 0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--btn-orange-clr);
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* SD starts 15.07.2024  */

/* navbar*/
.navbar-nav .clickD {
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/assets/new_images/down-menu-arw.svg)
    center center no-repeat;
  display: block;
  background-size: 10px;
  cursor: pointer;
}

.navbar-nav .clickD.toggled {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub-menu > li.menu-item-has-children .clickD {
  top: 8px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sub-menu > li.menu-item-has-children .clickD.toggled {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav > li.menu-item-has-children {
  padding-right: 20px;
}

.sub-menu > li.menu-item-has-children > a {
  padding-right: 20px;
}

.sub-menu.show {
  display: block;
}

/* .navbar-nav > li{
        padding-top: 15px;
        padding-bottom: 15px;
    } */

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:after,
.navbar-nav > li.menu-item-has-children > a:after {
  width: 100%;
  opacity: 0;
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
  opacity: 1;
}

/* navbar end*/

/* .main-head{
    padding: 40px 0;
} */

.banner-sec {
  min-height: 514px;
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.bnr-txt p {
  color: var(--whitecolor);
  font-size: 40px;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 600;
}

.bnr-txt h1 {
  color: var(--whitecolor);
}

.logo-sec {
  padding: 50px 0;
}

/* splide slider  */
.sld-inner {
  padding: 15px;
  max-width: 157px;
  width: 100%;
}

.sld-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feture-tagauto-slider-rightleft .splide__list {
  align-items: center;
}

/* .splide-js-autoplay-section {
    padding: 30px 0;
} */

.splide-js-autoplay-section-inner {
  position: relative;
  z-index: 2;
}

.logo-slide-sec .splide__list {
  display: flex;
  align-items: center;
}

.cmn-heading {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.our-service-sec {
  padding: 0 0 80px;
}

.service-row {
  justify-content: center;
  --bs-gutter-y: 30px;
}

.serv-outer-wppr {
  background-color: var(--btn-black-bg);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.serv-outer-wppr:hover {
  background-color: var(--btn-orange-clr);
}

.serv-outer-wppr p {
  color: var(--whitecolor);
  font-weight: 500;
  margin-top: auto;
  text-align: center;
}

.serv-img-wppr {
  width: 100%;
  height: 100%;
}

.serv-img-wppr img {
  width: 100%;
  height: 100%;
  /* object-fit: none; */
  object-fit: contain;
}

.video-row {
  align-items: center;
}

.home-video-sec {
  padding: 60px 0;
  background-color: var(--specy-gray);
}

.rit-video-txt {
  padding-left: 50px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

/* SD ends 15.07.2024  */

/* SD starts 16007.2024  */
.home-video-wppr {
  width: 100%;
  position: relative;
  line-height: 0;
  z-index: 2;
}

.home-video-wppr figure {
  border-radius: 10px;
  overflow: hidden;
}

.home-video-wppr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video-wppr a img {
  position: relative;
  z-index: 2;
  width: 57px;
  height: 49px;
}

.banner-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background-color: var(--btn-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  z-index: 2;
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.25));
  -webkit-animation: btn-scale 2s linear infinite;
  animation: btn-scale 2s linear infinite;
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes btn-scale {
  0% {
    box-shadow: 0 0 0 0 rgba(202, 202, 202, 0.25),
      0 0 0 2px rgba(205, 205, 205, 0.25), 0 0 0 15px rgba(216, 216, 216, 0.25);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(219, 219, 219, 0.25),
      0 0 0 15px rgba(220, 220, 220, 0.25), 0 0 0 30px rgba(207, 207, 207, 0);
  }
}

.rit-video-txt p {
  width: 100%;
}

.get-tch-btn {
  padding: 22px 36px;
}

/* experience section */
.experience-sec {
  padding: 90px 0;
}

.experience-outer-wrapper {
  max-width: 1081px;
  margin: 0 auto;
}

.exp-col1,
.exp-col2,
.exp-col3,
.exp-col4,
.exp-col5 {
  width: 20%;
}

.exp-innr {
  text-align: center;
}

.exp-row {
  justify-content: center;
}

.exp-img {
  width: 86px;
  height: 86px;
  margin: 0 auto 24px;
}

.exp-img img {
  width: 100%;
  height: 100%;
}

.exp-para p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--header-black);
  font-family: var(--headingfont);
}

/* special offer section  */
.special-offer-sec {
  padding: 80px 0;
  background-color: var(--btn-orange-clr);
}

.spcl-head h2 {
  color: var(--whitecolor);
}

.spcl-head {
  margin-bottom: 50px;
}

.offer-card-btm {
  background-color: var(--btn-black-bg);
  padding: 22px 27px 37px 27px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.offer-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.offer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-txt .h4-title {
  color: var(--whitecolor);
  margin-bottom: 10px;
}

.card-txt .h3-title {
  color: var(--whitecolor);
  margin-bottom: 10px;
}

.card-txt p {
  font-size: 14px;
  color: var(--whitecolor);
}

.card-btn .cmn-btn {
  padding: 16px 15px;
}

.card-btn .cmn-btn:hover {
  background-color: var(--whitecolor);
  color: var(--btn-orange-clr);
}

.card-btn .cmn-btn img {
  margin-left: 30px;
}

.card-txt {
  margin-bottom: 25px;
}

.special-card-outer .col-md-4:nth-child(2) .offer-card-btm {
  text-align: center;
}

.special-card-outer .col-md-4:nth-child(3) .offer-card-btm {
  text-align: right;
}

/* key benefit section  */
.key-benefit-sec {
  padding: 90px 0;
}

.key-benefit-outer {
  max-width: 1060px;
  margin: 0 auto;
}

.benefit-logo {
  width: 87px;
  height: 87px;
  background-color: var(--btn-orange-clr);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 10px;
  margin: 0 auto 24px;
}

.benefit-innr-card {
  text-align: center;
  max-width: 295px;
  margin: 0 auto;
  height: 100%;
}

.benefit-txt .h4-title {
  margin-bottom: 30px;
}

/* faq section  */
.faq-sec {
  padding: 40px 0;
}

/* faq  */
/* .cmn-faq .each-faq {
    padding: 34px 0;
    border-bottom: 1px solid rgba(17, 40, 69, 0.11);
  } */
.each-faq {
  margin-bottom: 53px;
}

.each-faq.active {
  background-color: var(--accord-body-bg);
  border-bottom-color: transparent;
}

.faq-hading {
  font-size: 24px;
  transition: none;
  text-transform: none;
  position: relative;
  letter-spacing: normal;
  padding: 28px 60px 28px 40px;
  margin: 0;
  cursor: pointer;
}

.faq-hading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--btn-orange-clr);
}

.faq-hading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(270deg);
  background: url(https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/assets/new_images/down-arw.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 24px;
  height: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq-hading.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%) rotate(360deg);
  -moz-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq-answer {
  color: var(--para-clr);
  font-size: 15px;
  font-weight: 400;
  padding: 8px 60px 60px 40px;
  display: none;
}

.faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.each-faq.active {
  background-color: rgba(241, 111, 17, 10%);
}

.faq-answer-inner p {
  max-width: 553px;
  width: 100%;
}

/* faq  */

/* client review section  */
.client-review-sec {
  padding: 40px 0;
  overflow: hidden;
}

.client-card-innr {
  background-color: var(--review-card-bg);
  padding: 48px 40px 40px 40px;
  border-radius: 10px;
}

.author-img span {
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  display: flex;
  background-color: var(--author-bg);
  border-radius: 100%;
  overflow: hidden;
}

.author-img {
  display: flex;
  align-items: center;
}

.author-name {
  margin-left: 17px;
}

.review-para-top {
  margin-bottom: 52px;
}

.author-name .h5-title {
  margin-bottom: 3px;
  line-height: 1;
}

.author-name p {
  font-family: var(--able-fnt);
  font-size: 16px;
}

.review-author {
  display: flex;
  /* align-items: flex-end; */
  align-items: center;
}

.star-rating {
  margin-left: auto;
}

.client-review-slide {
  margin-bottom: 43px;
}

.client-review-card-each {
  margin: 0 20px;
}

.splide__pagination__page {
  display: none;
}

/* talk-to-us-sec */
.talk-to-us-sec {
  padding: 100px 0;
  overflow: hidden;
}

.talk-to-us-sec-innr {
  background-color: var(--review-card-bg);
}

.talk-us-lft-txt {
  padding: 60px 0 47px;
  max-width: 470px;
  width: 100%;
}

.talk-us-rit-img {
  margin-right: -30%;
}

.talk-us-rit-img img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
}

.talk-col2 {
  margin-top: 0;
}

.talk-us-lft-txt .h1-title {
  color: var(--btn-orange-clr);
  margin-bottom: 40px;
}

.talk-us-lft-txt p {
  margin-bottom: 30px;
}

/* our client section  */
.our-client-sec {
  padding-bottom: 100px;
}

.our-client-heading {
  margin-bottom: 31px;
  border-bottom: 1px solid var(--themcolor);
  text-align: center;
}

.our-client-heading .h2-title {
  padding-bottom: 35px;
  text-transform: uppercase;
}

.client-logo-img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 10px;
}

.our-client-logo-slide .slick-track {
  display: flex !important;
}

.our-client-logo-slide .slick-slide {
  height: inherit !important;
}

/* footer section  */
.footer-sec {
  background-color: var(--btn-black-bg);
}

.footer-top-part {
  padding: 55px 0;
}

.ftr-col1 {
  width: 28%;
  padding: 0 12px;
}

.ftr-col2,
.ftr-col3 {
  width: 25%;
  padding: 0 12px;
}

.ftr-col4 {
  width: 22%;
  padding: 0 12px;
}

.logo-wppr-innr {
  margin-bottom: 34px;
}

.logo-wppr-innr a {
  width: 220px;
}

.reg-no p {
  font-size: 14px;
  color: var(--whitecolor);
}

.reg-no {
  margin-bottom: 30px;
}

.social-logo {
  display: flex;
  align-items: center;
}

.social-logo li a {
  color: var(--themcolor);
  width: 35px;
  height: 35px;
  background-color: var(--whitecolor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 5px;
}

.social-logo li a:hover {
  background-color: var(--btn-orange-clr);
  color: var(--whitecolor);
}

.social-logo li:not(:last-child) {
  margin-right: 15px;
}

.footer-header p {
  margin-bottom: 18px;
  font-size: 20px;
  color: var(--btn-orange-clr);
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--headingfont);
}

.ftr-address li,
.ftr-address li a {
  color: var(--whitecolor);
  max-width: 172px;
  width: 100%;
  font-size: 14px;
}

.ftr-address li:not(:last-child) {
  margin-bottom: 20px;
}

.ftr-product li a {
  color: var(--whitecolor);
  font-size: 14px;
}

.ftr-product li:not(:last-child) {
  margin-bottom: 15px;
}

.ftr-links {
  display: flex;
  flex-wrap: wrap;
}

.ftr-links li {
  width: 50%;
}

.ftr-links li:not(:last-child) {
  margin-bottom: 15px;
}

.ftr-links li a {
  color: var(--whitecolor);
  font-size: 14px;
}

.footer-bottom-part {
  border-top: 2px solid var(--whitecolor);
  padding: 34px 0;
}

.footer-btm-txt {
  display: flex;
  align-items: center;
}

.footer-btm-txt > p {
  margin-bottom: 0;
  color: var(--whitecolor);
  font-weight: 700;
}

.copyrit-txt {
  margin-left: auto;
}

.copyrit-txt p,
.copyrit-txt p a {
  color: var(--whitecolor);
  font-size: 14px;
}

.copyrit-txt p a:hover,
.ftr-links li a:hover,
.ftr-product li a:hover,
.ftr-address li a:hover {
  color: var(--btn-orange-clr);
}

.black-btn-nav {
  padding: 8px 20px;
  display: none;
}

/* SD ends 16007.2024  */

/* sd starts 17.07.2024  */
/* --- vue page --- */
.vue-banner-sec {
  position: relative;
}

.vue-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    89.84deg,
    rgba(0, 0, 0, 0.6) 0.15%,
    rgba(0, 0, 0, 0) 99.88%
  );
}

.bnr-txt {
  position: relative;
  z-index: 2;
}

.cmn-bnr-txt h1 {
  margin-bottom: 30px;
}

.cmn-bnr-txt p {
  font-size: 16px;
  font-style: normal;
  max-width: 476px;
  width: 100%;
  font-weight: normal;
}

/* upgrade section */
.upgrade-sc-sec {
  padding: 0 0 90px;
}

.upgrade-rit-txt {
  width: 100%;
  padding-left: 40px;
}

.upgrade-rit-txt p {
  margin-bottom: 31px;
}

/* system install section */
.system-install-sec {
  padding: 0 0 80px;
}

.system-inst-img {
  border-radius: 10px;
  overflow: hidden;
}

.system-inst-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.system-row {
  align-items: center;
}

.system-lists li {
  position: relative;
  padding-left: 40px;
  font-style: italic;
  font-size: 24px;
}

.system-lists li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: var(--btn-orange-clr);
  border-radius: 100%;
}

.system-lists li:not(:last-child) {
  margin-bottom: 15px;
}

.system-rit-txt {
  padding-left: 40px;
}

.system-rit-txt h2 {
  margin-bottom: 30px;
}

/* save up section  */
.save-up-sec {
  padding-bottom: 90px;
}

.save-up-innr-wppr {
  padding: 50px;
  background-color: var(--btn-orange-clr);
  border-radius: 10px;
}

.save-up-txt {
  text-align: center;
  margin-bottom: 58px;
}

.save-up-txt .h1-title {
  color: var(--whitecolor);
}

.save-up-txt .h1-title span {
  width: 150px;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--whitecolor);
  color: var(--btn-orange-clr);
  font-size: 70px;
  font-weight: 900;
}

.save-up-btm-txt {
  max-width: 864px;
  margin: 0 auto;
  text-align: center;
}

.save-up-btm-txt p {
  font-weight: 600;
  margin-bottom: 40px;
  color: var(--whitecolor);
}

.save-up-btm-txt .cmn-btn::before,
.discount-lft-txt .cmn-btn::before,
.install-rit-txt .cmn-btn::before,
.repair-lft-txt .cmn-btn::before,
.service-talk-sec .cmn-btn::before {
  border: 1px solid rgba(241, 111, 17, 60%);
}

.save-up-btm-txt .cmn-btn:hover:before,
.discount-lft-txt .cmn-btn:hover:before,
.install-rit-txt .cmn-btn:hover:before,
.repair-lft-txt .cmn-btn:hover:before,
.service-talk-sec .cmn-btn:hover:before {
  border: 1px solid rgb(255 255 255 / 60%);
}

.white-bg-btn {
  color: var(--btn-orange-clr);
  background-color: var(--whitecolor);
}

.save-up-btm-txt .cmn-btn:hover img,
.discount-lft-txt .cmn-btn:hover img,
.install-rit-txt .cmn-btn:hover img,
.repair-lft-txt .cmn-btn:hover img,
.service-talk-sec .cmn-btn:hover img {
  filter: brightness(0) invert(1);
}

.save-up-btm-txt .cmn-btn span,
.discount-lft-txt .cmn-btn span,
.install-rit-txt .cmn-btn span,
.repair-lft-txt .cmn-btn span,
.service-talk-sec .cmn-btn span {
  color: var(--btn-orange-clr);
}

.save-up-btm-txt .cmn-btn:hover span,
.discount-lft-txt .cmn-btn:hover span,
.install-rit-txt .cmn-btn:hover span,
.repair-lft-txt .cmn-btn:hover span,
.service-talk-sec .cmn-btn:hover span {
  color: var(--whitecolor);
}

/* vue our secvice section  */
.vue-our-service-sec {
  padding-bottom: 90px;
}

.vue-our-service-sec .cmn-heading {
  text-align: left;
}

/* talk section  */
.talk-section {
  padding: 60px 0;
  background-color: var(--btn-black-bg);
  text-align: center;
}

.talk-section-wppr {
  max-width: 760px;
  margin: 0 auto;
  color: var(--whitecolor);
}

.talk-section-wppr .h1-title {
  color: var(--whitecolor);
  margin-bottom: 40px;
  text-transform: uppercase;
}

.talk-section-wppr p {
  margin-bottom: 40px;
}

.talk-section-wppr .cmn-btn:hover {
  background-color: var(--whitecolor);
  color: var(--btn-orange-clr);
}

/* process work section  */

header .container {
  max-width: 1520px;
}

.process-work-sec {
  padding: 90px 0;
}

.process-work-innr {
  background-color: var(--specy-gray);
  padding: 80px 0;
}

.process-work-context {
  max-width: 1000px;
  margin: 0 auto;
}

.work-process-list li {
  padding-left: 70px;
  position: relative;
}

.work-process-list li:not(:last-child) {
  padding-bottom: 60px;
}

.work-process-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background-color: var(--btn-orange-clr);
  border-radius: 100%;
}

.work-process-list li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 10px;
  left: 19px;
  width: 2px;
  height: 100%;
  background-color: var(--btn-orange-clr);
}

/* sd ends 17.07.2024  */

/* sd starts 18.07.2024  */
.author-img .ifTitle {
  font-weight: 900;
}

/* --- veu page --- */
.iheat-benefit-sec {
  padding-bottom: 80px;
}

.iheat-benefit-innr .cmn-heading {
  text-align: left;
}

.i-benefit-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.i-benefit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-points-wppr {
  display: flex;
}

.benefit-left-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 87px;
  height: 87px;
  padding: 10px;
  border: 2px solid var(--btn-orange-clr);
  border-radius: 100%;
}

.benefit-rit-txt {
  padding-left: 40px;
}

.benefit-rit-txt h3 {
  margin-bottom: 15px;
}

.benefit-points-wppr:not(:last-child) {
  margin-bottom: 50px;
}

/* special offer section  */
.special-discount-sec {
  padding: 80px 0;
  background-color: var(--btn-orange-clr);
}

.discount-lft-txt {
  max-width: 400px;
  width: 100%;
}

.discount-lft-txt h2 {
  color: var(--whitecolor);
}

.discount-lft-txt p {
  color: var(--whitecolor);
  font-weight: 600;
}

.spcl-discount-wppr {
  background-color: var(--whitecolor);
  padding: 20px 40px;
  border-radius: 10px;
}

.discount-innr-txt .card-txt .h4-title,
.discount-innr-txt .card-txt .h3-title {
  color: var(--header-black);
  margin-bottom: 15px;
}

.discount-innr-txt .card-txt p {
  font-size: 14px;
  color: var(--header-black);
}

.discount-innr-txt .card-btn .cmn-btn {
  min-width: 170px;
}

.spcl-discount-wppr:not(:last-child) {
  margin-bottom: 40px;
}

.discount-innr-txt .card-txt {
  margin-bottom: 25px;
}

/* veu faq section  */
.veu-faq-sec {
  padding-top: 80px;
}

/* veu happy clients section  */
.veu-happy-client-sec {
  padding: 40px 0 80px;
  overflow: hidden;
}

.veu-client-slider .slick-list {
  overflow: visible;
}

.client-card1 {
  padding: 30px 25px;
  background-color: var(--whitecolor);
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 20px;
}

.veu-client-slider .slick-slide {
  padding: 50px 0;
}

.client-qt-img {
  width: 36px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-qt-img img {
  filter: brightness(0) saturate(100%) invert(84%) sepia(0%) saturate(325%)
    hue-rotate(139deg) brightness(92%) contrast(94%);
}

.card-rev {
  margin-bottom: 20px;
}

.veu-client-slide-innr .cmn-heading {
  margin-bottom: 0;
}

.client-card1 .author-img {
  display: flex;
  align-items: flex-start;
}

.client-card1 .author-name p {
  margin-bottom: 5px;
}

.client-cards-each.slick-slide.slick-current.slick-active .client-card1 {
  background: rgba(241, 111, 17, 0.1);
  box-shadow: 0px 0px 4px 5px rgba(241, 111, 17, 0.38);
}

.client-cards-each.slick-slide.slick-current.slick-active
  .client-card1
  .client-qt-img
  img {
  filter: none;
}

.client-cmn-arw {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 55px;
  height: 55px;
  border: 2px solid var(--btn-orange-clr);
  border-radius: 100%;
  cursor: pointer;
}

.client-cmn-arw img {
  width: 25px;
  height: 25px;
}

.client-slider-card-btn {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 340px;
  margin: 0 auto;
}

.progress-wpr {
  max-width: 166px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.progress {
  display: block;
  max-width: 160px;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  border-radius: 0;
  overflow: hidden;

  background-color: var(--author-bg);
  background-image: linear-gradient(
    to right,
    var(--btn-orange-clr),
    var(--btn-orange-clr)
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;

  transition: background-size 0.4s ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.client-rit {
  margin-left: auto;
}

/* --- installation page --- */
.installation-key-benefit {
  padding-top: 40px;
}

.installation-key-benefit .key-benefit-outer {
  max-width: 100%;
}

.installation-key-benefit .benefit-innr-card {
  max-width: 100%;
}

.installation-process-sec {
  padding: 90px 0;
}

.install-process-steps:not(:last-child) {
  margin-bottom: 50px;
}

.install-process-txt {
  max-width: 400px;
}

/* installation save section  */
.installation-save-sec {
  background-color: var(--btn-orange-clr);
}

.install-rit-txt p {
  color: var(--whitecolor);
  font-weight: 600;
}

.install-save-heading .h1-title {
  color: var(--whitecolor);
}

.install-save-heading .h1-title span {
  width: 150px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: var(--whitecolor);
  color: var(--btn-orange-clr);
  font-size: 70px;
  font-weight: 900;
}

.installation-save-innr {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.install-save-heading {
  max-width: 480px;
  width: 100%;
}

/* installation special offer section */
.special-card-outer .cmn-btn {
  min-width: 170px;
}

.installation-our-process-sec {
  padding-bottom: 80px;
}

.step-txt-wppr {
  max-width: 500px;
  padding: 0 20px;
}

.step-img-rit {
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  width: 420px;
  height: 100%;
}

.step-img-rit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.install-rit-txt-wppr {
  display: flex;
  margin-left: 15px;
  width: 100%;
}

.list-innr-wppr {
  display: flex;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}

.number-list {
  width: 87px;
  height: 87px;
  background-color: var(--btn-orange-clr);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex: 0 0 auto;
  font-size: 35px;
  color: var(--whitecolor);
  font-weight: 700;
  position: relative;
}

.list-innr-wppr {
  position: relative;
}

.list-innr-wppr:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 45px;
  width: 2px;
  height: 100%;
  background-color: var(--btn-orange-clr);
}

.list-innr-wppr:not(:last-child) {
  padding-bottom: 40px;
}

.step-txt-wppr .h4-title {
  margin-bottom: 10px;
}

.installation-process-lists-wppr .cmn-heading {
  text-align: left;
}

/* sd ends 18.07.2024  */

/* SD starts 19.07.2024  */

.number-list::before {
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter) ". ";
}

.step-txt-wppr .h3-title {
  margin-bottom: 15px;
}

.cool-diff-lists {
  display: flex;
  flex-wrap: wrap;
  padding-left: 60px;
}

.cool-diff-lists li {
  width: 50%;
  margin-bottom: 30px;
}

.cool-diff-lists li span.diff-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--btn-orange-clr);
  border-radius: 100%;
  flex: 0 0 auto;
  padding: 6px;
}

.diff-innr-wppr {
  max-width: 260px;
  display: flex;
  align-items: center;
  width: 100%;
}

.diff-txt {
  display: block;
  padding-left: 13px;
  font-style: italic;
}

.cool-diff-row {
  align-items: center;
}

/* quote form section  */
.quote-frm-innr {
  background-color: var(--review-card-bg);
  border-radius: 10px;
}

.quote-txt {
  padding: 60px 80px;
}

.quote-form-row {
  --bs-gutter-y: 0;
}

.quote-img-rit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.quote-img-rit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-col1 {
  align-self: center;
}

/* --- repair page --- */
.repairing-title-sec {
  padding: 80px 0 40px;
}

.repair-rit-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.repair-rit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repaqir-title-txt {
  max-width: 600px;
  width: 100%;
}

.repair-to-us-sec-innr {
  background-color: var(--btn-orange-clr);
}

.repair-us-row {
  --bs-gutter-y: 0;
}

.repair-lft-txt .h1-title {
  color: var(--whitecolor);
}

.repair-lft-txt p {
  color: var(--whitecolor);
}

.repair-faq-sec {
  padding-top: 80px;
}

.repair-talk-outer .talk-section {
  border-radius: 10px;
}

.repair-key-benefit .key-benefit-outer {
  max-width: 100%;
}

.repair-key-benefit .benefit-innr-card {
  max-width: 100%;
  padding: 40px 30px;
  background-color: var(--specy-gray);
  border-radius: 10px;
}

.repair-key-benefit .benefit-txt .h4-title {
  margin-bottom: 20px;
}

.repair-card-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.repair-card-logo img {
  width: 100%;
  height: 100%;
}

.repair-cmn-issue-sec .faq-hading::before {
  display: none;
}

.repair-cmn-issue-sec .each-faq.active {
  background-color: transparent;
}

.repair-cmn-issue-sec .each-faq {
  border-bottom: 2px solid var(--btn-bg-color);
}

.repair-cmn-issue-sec .each-faq {
  margin-bottom: 0;
}

.repair-cmn-issue-sec .faq-lft-txt {
  max-width: 430px;
}

.repair-cmn-issue-sec .faq-lft-txt p {
  font-style: italic;
}

.repair-process-sec {
  padding: 40px 0 80px;
}

.rep-process-innr-wppr {
  display: flex;
  justify-content: center;
}

.repair-process-rit {
  padding-left: 40px;
  max-width: 500px;
  width: 100%;
}

.repair-process-rit h3 {
  margin-bottom: 15px;
}

.repair-process-row {
  --bs-gutter-y: 50px;
}

.repair-key-benefit {
  padding: 80px 0;
}

.repair-talk-sec {
  padding: 40px 0 80px;
}

.repair-cmn-issue-sec .each-faq:first-child {
  border-top: 2px solid var(--btn-bg-color);
}

.key-benefit-row {
  justify-content: center;
}

.repair-talk-outer .talk-section-wppr {
  padding: 0 20px;
}

.repair-cmn-issue-sec .faq-answer {
  padding: 8px 60px 40px 40px;
}

/* SD ends 19.07.2024  */

/* SD starts 22.07.2024 */
/* --- service page --- */
.service-title-sec {
  padding: 80px 0;
  overflow: hidden;
}

.service-rit-img {
  display: flex;
}

.service-innr-title .cmn-heading {
  text-align: left;
  margin-bottom: 40px;
}

.service-context-rit {
  margin-bottom: 40px;
}

.service-title-txt,
.service-context-rit {
  max-width: 600px;
  width: 100%;
}

.service-rit-img figure:not(:last-child) {
  margin-right: 40px;
}

.service-rit-img figure {
  width: 60%;
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.service-rit-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* service key benefit section  */
.serv-key-benefit-sec {
  padding: 80px 0;
  background-color: var(--review-card-bg);
}

.serv-benefit-logo-img {
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--btn-orange-clr);
  border-radius: 100%;
  padding: 10px;
  flex: 0 0 auto;
}

.serv-rit-txt {
  display: flex;
}

.serv-rit-each-txt:not(:last-child) {
  margin-bottom: 40px;
}

.serv-head-txt {
  padding-left: 30px;
  max-width: 350px;
  width: 100%;
}

.installation-process-sec.sub-service-process-sec {
  padding-bottom: 0;
}

.sub-service-process-sec .install-process-steps:not(:last-child) {
  margin-bottom: 30px;
}

.service-talk-sec {
  background-color: var(--btn-orange-clr);
}

.service-happy-slient-sec
  .client-cards-each.slick-slide.slick-current.slick-active
  .client-card1 {
  background: none;
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.service-client-slider .slick-slide {
  padding: 50px 0;
}

.service-happy-slient-sec
  .client-cards-each.slick-slide.slick-current.slick-active
  .client-card1
  .client-qt-img
  img {
  filter: brightness(0) saturate(100%) invert(84%) sepia(0%) saturate(325%)
    hue-rotate(139deg) brightness(92%) contrast(94%);
}

.serv-slider-card-btn .client-cmn-arw {
  border: none;
}

.serv-slider-card-btn {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

.serv-client-slide-innr {
  position: relative;
}

.serv-client-slide-innr .cmn-heading {
  margin-bottom: 0;
}

.serv-slider-card-btn .serv-lft-arw {
  position: absolute;
  left: -50px;
  top: 0;
}

.serv-slider-card-btn .serv-rit-arw {
  position: absolute;
  right: -50px;
  top: 0;
}

.serv-head-txt .h4-title {
  margin-bottom: 15px;
}

/* --- areas we serve page --- */
.suburb-sec {
  padding: 20px 0 80px;
}

.suburb-head-wppr .cmn-heading {
  text-align: left;
  margin-bottom: 0;
}

.suburb-head-wppr {
  display: flex;
  margin-bottom: 60px;
}

.suburb-frm-wppr {
  margin-left: auto;
}

.suburb-frm-wppr .suburb-srch-wppr {
  position: relative;
}

.suburb-frm-wppr .suburb-srch-wppr input[type="text"] {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--body-txt);
  border: 2px solid var(--btn-bg-color);
  height: 45px;
  padding: 0 65px 0 30px;
  outline: none !important;
  width: 340px;
  font-family: var(--parafont);
  font-size: 16px;
}

.suburb-frm-wppr .suburb-srch-wppr input[type="submit"] {
  background: var(--btn-bg-color);
  color: #000000;
  height: 45px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 0;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  background-image: url(https://iheatandcoostg.wpenginepowered.com/wp-content/themes/iheatandcool/assets/new_images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.suburb-frm-wppr .suburb-srch-wppr input[type="submit"]:hover {
  background-color: var(--btn-orange-clr);
}

.suburb-list-innr a {
  display: block;
  color: var(--header-black);
  background-color: var(--btn-bg-color);
  padding: 20px 22px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}

.suburb-list-innr :hover {
  background-color: var(--btn-orange-clr);
  color: var(--whitecolor);
}

.suburb-row {
  --bs-gutter-x: 40px;
}

.areas-talk-sec-innr {
  background-color: var(--review-card-bg);
}

.areas-talk-sec {
  padding: 0;
}

.area-serve-spcl-discount-sec {
  padding-bottom: 80px;
}

.area-serve-spcl-discount-sec .special-discount-sec {
  background-color: var(--btn-black-bg);
}

.area-disc-img {
  margin-left: auto;
  width: 60%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.area-disc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-serve-spcl-discount-sec .spcl-discount-wppr {
  padding: 0px 0px 0px 40px;
  display: flex;
  align-items: center;
}

.area-serve-spcl-discount-sec .discount-lft-txt {
  max-width: 500px;
}

/* SD ends 22.07.2024 */

/* support starts 25.07.2024  */
.no_areas_found_wrapper {
  margin: 0;
}

.no_areas_found_wrapper p {
  font-size: 20px;
  color: var(--btn-orange-clr);
  font-weight: 600;
}

.menu-link .new_header_menu li#menu-item-1151 .submenu li a,
.menu-link .new_header_menu li#menu-item-1900 .submenu li a {
  border: none;
}

.menu-link .new_header_menu .submenu li {
  margin-bottom: 10px;
}

.new_header_menu .submenu {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%) !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.menu-link .submenu li .menu-img,
.menu-link .submenu li .menu_text {
  width: 100%;
  float: left;
}

.new_header_menu .submenu li .menu-img {
  height: 121px;
  background-color: #d9d9d9;
}

.new_header_menu .submenu li .menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* support ends 25.07.2024  */

/* / star rating  - start / */
.pricini-sec {
  overflow: hidden;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: var(--avenir-regular-font);
  line-height: 1;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 0px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--avenir-regular-font);
  font-style: normal;
  line-height: 1;
}

/* / star rating end  / */

.menu-link ul li {
  margin-right: 28px !important;
}

.menu-link ul li a {
  font-size: 15px;
}

/* Banner Brand Start */
.new_home_bnr_brandlist {
  margin: -5px;
  margin-top: 25px;
}

.new_home_bnr_brandlist li {
  padding: 5px;
  max-width: 174px;
}

/* Banner Brand End */

.system-rit-txt ul.system-lists li a {
  color: var(--body-txt);
}

.system-rit-txt ul.system-lists li:hover a {
  color: #ecb61e;
}

/* support starts 17.09.2024  */
.reqst-btn-wppr .hd_phone {
  display: none;
}

.hd_phone .call_icon_hide_mbl {
  display: none;
}

/* support ends 17.09.2024  */
.page-template-page-areasSubpage .bnr-txt a {
  color: #ffffff;
}
.page-template-page-areasSubpage .bnr-txt a:hover {
  color: var(--btn-orange-clr);
}

.sub_menulink.flexdiv {
  justify-content: center;
}
/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: block;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

/* ---- container ---- */

@media (min-width: 1440px) {
  .container {
    max-width: 1453px;
    margin: 0 auto;
  }

  /* support starts 25.07.2024  */
  /* .menu-link ul li {
    margin-right: 40px;
  } */
  /* support ends 25.07.2024  */
}

@media (max-width: 1500px) {
  .menu-link .submenu li {
    width: 22.5% !important;
  }
}
@media (max-width: 1423px) {
  .menu-link ul li {
    margin-right: 10px !important;
  }
}

@media (max-width: 1399px) {
  /* sd starts 17.07.2024  */
  .cmn-btn {
    min-width: 190px;
  }

  .navbar-nav > li {
    margin: 0 10px;
  }

  .reqst-btn-wppr .cmn-btn {
    margin: 0 8px;
  }

  .navbar-nav > li > a {
    font-size: 14px;
  }

  /* sd ends 17.07.2024  */
  /* sd starts 18.07.2024  */
  .client-card1 {
    margin: 0 15px;
  }

  /* sd ends 18.07.2024  */

  /* sd starts 19.07.2024  */
  .cool-diff-lists {
    padding-left: 20px;
  }

  .installation-save-innr {
    max-width: 900px;
  }

  .each-faq {
    margin-bottom: 40px;
  }

  /* sd ends 19.07.2024  */

  /* sd starts 22.07.2024 */
  .service-rit-img figure:not(:last-child) {
    margin-right: 30px;
  }

  .suburb-row {
    --bs-gutter-x: 20px;
  }

  /* sd ends 22.07.2024 */
}

@media (max-width: 1366px) {
  .menu-link ul li {
    margin-right: 9px !important;
  }

  .menu-link ul li a {
    font-size: 14px;
  }
}

/* @media (max-width: 1366px) {
  .menu-link ul li {
    margin-right: 9px !important;
  }
} */
@media (max-width: 1199px) {
  /* sd starts 16.07.2024  */
  .main-head {
    padding: 30px 0;
  }

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
    margin-right: 0;
    margin-left: 20px;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  /* support 25.07.2024  */
  .navbar-collapse {
    background: #0073bc;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  /* support 25.07.2024  */
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 20px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */

  .reqst-btn-wppr {
    margin-left: auto;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .bnr-txt p {
    font-size: 32px;
  }

  .cmn-gap {
    padding: 60px 0;
  }

  .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .banner-play-btn {
    width: 80px;
    height: 80px;
  }

  .home-video-wppr a img {
    width: 35px;
    height: 30px;
  }

  .cmn-btn img {
    width: 16px;
    height: 16px;
  }

  .black-btn span {
    font-size: 14px;
  }

  .rit-video-txt {
    padding-left: 30px;
  }

  /* .cmn-btn {
    font-size: 16px;
} */
  .get-tch-btn {
    padding: 18px 28px;
  }

  .experience-sec {
    padding: 80px 0;
  }

  .exp-para p {
    font-size: 18px;
  }

  .exp-img {
    width: 66px;
    height: 66px;
    margin: 0 auto 15px;
  }

  .spcl-head {
    margin-bottom: 25px;
  }

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

  .card-txt .h4-title,
  .card-txt .h3-title {
    margin-bottom: 10px;
  }

  .card-txt {
    margin-bottom: 20px;
  }

  .card-btn .cmn-btn img {
    margin-left: 15px;
  }

  .key-benefit-sec {
    padding: 60px 0;
  }

  .cmn-heading {
    margin-bottom: 40px;
  }

  .benefit-logo {
    width: 70px;
    height: 70px;
    padding: 15px;
  }

  .benefit-txt .h4-title {
    margin-bottom: 15px;
  }

  .faq-sec {
    padding: 40px 0;
  }

  .faq-lft-txt h2 {
    font-size: 32px;
  }

  .faq-hading {
    font-size: 20px;
    padding: 20px 60px 22px 40px;
  }

  .faq-answer {
    padding: 8px 60px 35px 40px;
  }

  .each-faq {
    margin-bottom: 30px;
  }

  .faq-hading::after {
    background-size: 14px;
    width: 16px;
  }

  .client-review-sec {
    padding: 0 0 40px;
  }

  .client-review-card-each {
    margin: 0 10px;
  }

  .client-card-innr {
    padding: 40px 25px 33px;
  }

  .client-review-slide {
    margin-bottom: 30px;
  }

  .talk-to-us-sec {
    padding: 80px 0;
  }

  .talk-us-rit-img {
    margin-right: -35%;
  }

  .our-client-sec {
    padding-bottom: 60px;
  }

  .our-client-heading .h4-title {
    padding-bottom: 25px;
  }

  .ftr-col1 {
    width: 25%;
  }

  .ftr-col4 {
    width: 25%;
  }

  .logo-wppr-innr a {
    width: 190px;
  }

  .logo-wppr-innr {
    margin-bottom: 20px;
  }

  .footer-top-part {
    padding: 45px 0 30px;
  }

  .footer-bottom-part {
    padding: 24px 0;
  }

  .serv-img-wppr img {
    object-fit: contain;
  }

  /* sd ends 16.07.2024  */
  /* sd starts 17.07.2024  */
  .reqst-btn-wppr .black-btn {
    padding: 9px 18px;
    margin: 0;
  }

  .logo-sec {
    padding: 40px 0;
  }

  .our-service-sec {
    padding: 0 0 60px;
  }

  .special-offer-sec {
    padding: 60px 0;
  }

  .talk-us-lft-txt .h1-title {
    margin-bottom: 25px;
  }

  /* sd ends 17.07.2024  */
  /* sd starts 18.07.2024 */
  .cmn-bnr-txt p {
    font-size: 16px;
  }

  .upgrade-sc-sec {
    padding: 0 0 70px;
  }

  .upgrade-rit-txt {
    padding-left: 20px;
  }

  .system-lists li::before {
    width: 20px;
    height: 20px;
  }

  .system-lists li:not(:last-child) {
    margin-bottom: 10px;
  }

  .system-lists li {
    padding-left: 30px;
    font-size: 22px;
  }

  .system-rit-txt {
    padding-left: 30px;
  }

  .system-install-sec {
    padding: 0 0 70px;
  }

  .save-up-innr-wppr {
    padding: 40px;
  }

  .save-up-sec {
    padding-bottom: 70px;
  }

  .vue-our-service-sec {
    padding-bottom: 70px;
  }

  .talk-section-wppr .h1-title {
    margin-bottom: 30px;
  }

  .process-work-sec {
    padding: 70px 0;
  }

  .work-process-list li:not(:last-child) {
    padding-bottom: 40px;
  }

  .work-process-list li::before {
    width: 28px;
    height: 28px;
  }

  .work-process-list li:not(:last-child):after {
    left: 14px;
  }

  .work-process-list li {
    padding-left: 60px;
  }

  .process-work-innr {
    padding: 70px 0;
  }

  .benefit-rit-txt {
    padding-left: 30px;
  }

  .benefit-rit-txt h3 {
    margin-bottom: 10px;
  }

  .benefit-left-img {
    width: 75px;
    height: 75px;
    padding: 15px;
  }

  .iheat-benefit-sec {
    padding-bottom: 70px;
  }

  .special-discount-sec {
    padding: 70px 0;
  }

  .veu-faq-sec {
    padding-top: 70px;
  }

  .client-cmn-arw {
    padding: 10px;
    width: 45px;
    height: 45px;
  }

  .client-cmn-arw img {
    width: 20px;
    height: 20px;
  }

  .veu-happy-client-sec {
    padding: 40px 0 60px;
  }

  /* sd ends 18.07.2024 */

  /* sd starts 19.07.2024 */
  .installation-key-benefit {
    padding-top: 20px;
  }

  .install-process-steps:not(:last-child) {
    margin-bottom: 30px;
  }

  .install-process-steps h3 {
    margin-bottom: 15px;
  }

  .installation-process-sec {
    padding: 60px 0;
  }

  .list-innr-wppr:not(:last-child) {
    padding-bottom: 25px;
  }

  .installation-our-process-sec {
    padding-bottom: 60px;
  }

  .cool-diff-lists li {
    width: 100%;
    margin-bottom: 20px;
  }

  .diff-innr-wppr {
    max-width: 100%;
  }

  .cool-diff-lists {
    padding-left: 0;
  }

  .quote-form-row {
    --bs-gutter-y: 0;
  }

  .quote-txt {
    padding: 40px;
  }

  .number-list {
    width: 65px;
    height: 65px;
    font-size: 25px;
  }

  .list-innr-wppr:not(:last-child)::before {
    left: 32px;
  }

  .repairing-title-sec {
    padding: 60px 0 20px;
  }

  .repair-process-rit {
    padding-left: 20px;
  }

  .repair-faq-sec {
    padding-top: 60px;
  }

  .repair-talk-sec {
    padding: 40px 0 60px;
  }

  /* sd ends 19.07.2024 */

  /* sd starts 22.07.2024 */

  .serv-slider-card-btn {
    position: relative;
    max-width: 50px;
    margin: 0 auto;
  }

  .service-client-slider .slick-slide {
    padding: 30px 0;
  }

  .serv-slider-card-btn .serv-rit-arw {
    right: -20px;
  }

  .serv-slider-card-btn .serv-lft-arw {
    left: -20px;
  }

  .serv-benefit-logo-img {
    width: 65px;
    height: 65px;
    padding: 15px;
  }

  .service-title-sec {
    padding: 60px 0;
  }

  .service-rit-img figure {
    width: 52%;
  }

  .serv-head-txt {
    padding-left: 20px;
    max-width: 100%;
    width: 100%;
  }

  .serv-rit-each-txt:not(:last-child) {
    margin-bottom: 30px;
  }

  .suburb-head-wppr {
    margin-bottom: 45px;
  }

  .suburb-list-innr a {
    padding: 16px 22px;
    font-size: 20px;
  }

  .suburb-sec {
    padding: 20px 0 40px;
  }

  .areas-talk-sec {
    padding-bottom: 0;
  }

  .area-serve-spcl-discount-sec .discount-innr-txt .card-txt {
    margin-bottom: 10px;
  }

  .area-serve-spcl-discount-sec .discount-innr-txt .card-txt .h4-title,
  .area-serve-spcl-discount-sec .discount-innr-txt .card-txt .h3-title {
    color: var(--header-black);
    margin-bottom: 7px;
  }

  .area-serve-spcl-discount-sec .discount-innr-txt .card-btn .cmn-btn {
    min-width: 150px;
  }

  /* sd ends 22.07.2024 */

  /* support starts 25.07.2024  */
  .menu-link {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 12px;
    top: 58px;
    position: absolute;
    z-index: 9999;
  }

  .new_header_menu .submenu {
    width: 100%;
    left: 0;
    transform: translateX(0) !important;
  }

  .stick.open:before {
    background-color: var(--whitecolor);
  }

  .stick.open:after {
    background-color: var(--whitecolor);
  }

  /* support ends 25.07.2024  */

  /* support starts 17.09.2024  */
  .menu-link .menu {
    overflow: hidden;
  }

  /* support ends 17.09.2024  */
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  /* SD starts 16.07.2024  */
  .main-head {
    padding: 20px 0;
  }

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

  .bnr-txt p {
    font-size: 28px;
  }

  .cmn-gap {
    padding: 40px 0;
  }

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

  .rit-video-txt {
    padding-left: 10px;
  }

  .get-tch-btn {
    padding: 15px 20px;
  }

  .experience-sec {
    padding: 50px 0;
  }

  .special-offer-sec {
    padding: 60px 0;
  }

  h3,
  .revwr-name,
  .h3-title {
    font-size: 25px;
  }

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

  .card-txt p {
    font-size: 14px;
  }

  .card-btn .cmn-btn {
    padding: 12px 15px;
    min-width: 100px;
  }

  .cmn-btn {
    font-size: 15px;
  }

  .offer-card-btm {
    padding: 18px 20px 30px 20px;
  }

  .key-benefit-sec {
    padding: 60px 0;
  }

  .faq-lft-txt h2 {
    font-size: 28px;
  }

  .faq-sec {
    padding: 20px 0;
  }

  .talk-to-us-sec {
    padding: 40px 0;
  }

  .talk-us-lft-txt .h1-title {
    margin-bottom: 20px;
  }

  .talk-us-rit-img {
    margin-right: -92%;
  }

  .logo-wppr-innr a {
    width: 140px;
  }

  .ftr-col1,
  .ftr-col2 {
    width: 50%;
  }

  .ftr-col3,
  .ftr-col4 {
    width: 50%;
  }

  .ftr-address li:not(:last-child) {
    margin-bottom: 10px;
  }

  .ftr-product li:not(:last-child) {
    margin-bottom: 10px;
  }

  .ftr-links li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-btm-txt > p {
    font-size: 12px;
  }

  .footer-bottom-part {
    padding: 15px 0;
  }

  /* SD ends 16.07.2024  */
  /* sd starts 17.07.2024  */
  .cmn-heading {
    margin-bottom: 30px;
  }

  .cmn-btn {
    min-width: 170px;
  }

  .logo-sec {
    padding: 30px 0;
  }

  .sld-inner {
    padding: 10px;
    max-width: 130px;
    width: 100%;
  }

  .exp-para p {
    font-size: 16px;
  }

  .benefit-logo {
    margin: 0 auto 15px;
  }

  .copyrit-txt p,
  .copyrit-txt p a {
    font-size: 12px;
  }

  /* sd ends 17.07.2024  */
  /* sd starts 18.07.2024  */
  .cmn-bnr-txt p {
    font-size: 16px;
  }

  .upgrade-rit-txt {
    padding-left: 0;
  }

  .system-rit-txt h2 {
    margin-bottom: 20px;
  }

  .system-lists li {
    font-size: 20px;
  }

  .system-rit-txt {
    padding-left: 20px;
  }

  .save-up-innr-wppr {
    padding: 30px;
  }

  .save-up-txt .h1-title span {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }

  .save-up-txt {
    margin-bottom: 30px;
  }

  .save-up-btm-txt p {
    margin-bottom: 25px;
  }

  .talk-section {
    padding: 50px 0;
  }

  .process-work-innr {
    padding: 50px 0;
  }

  .benefit-left-img {
    width: 65px;
    height: 65px;
  }

  .benefit-rit-txt {
    padding-left: 20px;
  }

  .benefit-points-wppr:not(:last-child) {
    margin-bottom: 25px;
  }

  .special-discount-sec {
    padding: 60px 0;
  }

  .veu-faq-sec {
    padding-top: 60px;
  }

  .client-slider-card-btn {
    max-width: 280px;
  }

  .progress {
    max-width: 140px;
  }

  .veu-client-slider .slick-slide {
    padding: 30px 0;
  }

  /* sd ends 18.07.2024  */

  /* sd starts 19.07.2024  */
  .installation-key-benefit {
    padding-top: 20px;
  }

  .install-save-heading .h1-title span {
    width: 110px;
    height: 65px;
    border-radius: 15px;
    font-size: 55px;
  }

  .step-txt-wppr {
    padding: 0 10px;
  }

  .number-list {
    width: 50px;
    height: 50px;
  }

  .list-innr-wppr:not(:last-child)::before {
    left: 25px;
  }

  .list-innr-wppr:not(:last-child) {
    padding-bottom: 20px;
  }

  .step-txt-wppr .h3-title {
    margin-bottom: 10px;
  }

  .step-img-rit {
    border-radius: 5px;
  }

  .installation-our-process-sec {
    padding-bottom: 40px;
  }

  .install-process-steps:not(:last-child) {
    margin-bottom: 20px;
  }

  .quote-txt {
    padding: 25px;
  }

  .quote-txt h1,
  .quote-txt .h1-title {
    font-size: 35px;
  }

  .repair-key-benefit .benefit-innr-card {
    padding: 30px 20px;
  }

  .repair-card-logo {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }

  .repaqir-title-txt {
    max-width: 100%;
    width: 100%;
  }

  .repair-process-sec {
    padding: 30px 0 50px;
  }

  .repair-faq-sec {
    padding-top: 60px;
  }

  .repair-lft-txt .h1-title {
    font-size: 35px;
  }

  /* sd ends 19.07.2024  */

  /* sd starts 22.07.2024 */
  .service-title-txt,
  .service-context-rit {
    max-width: 100%;
  }

  .service-rit-img figure {
    width: 100%;
    flex: 1;
  }

  .service-innr-title .cmn-heading {
    margin-bottom: 20px;
  }

  .serv-key-benefit-sec {
    padding: 60px 0;
  }

  .sub-service-process-sec .install-process-steps:not(:last-child) {
    margin-bottom: 20px;
  }

  .serv-slider-card-btn {
    max-width: 50px;
  }

  .suburb-list-innr a {
    font-size: 16px;
  }

  .area-serve-spcl-discount-sec .discount-innr-txt .card-btn .cmn-btn {
    min-width: 120px;
  }

  .area-serve-spcl-discount-sec .spcl-discount-wppr {
    padding: 0px 0px 0px 20px;
  }

  .area-serve-spcl-discount-sec .discount-innr-txt .card-txt .h4-title,
  .area-serve-spcl-discount-sec .discount-innr-txt .card-txt .h3-title {
    margin-bottom: 3px;
  }

  .area-serve-spcl-discount-sec .spcl-discount-wppr:not(:last-child) {
    margin-bottom: 25px;
  }

  .area-serve-spcl-discount-sec .card-btn .cmn-btn img {
    margin-left: 8px;
  }

  .area-serve-spcl-discount-sec {
    padding-bottom: 60px;
  }

  .ftr-col2 {
    margin-top: 60px;
  }

  /* sd ends 22.07.2024 */
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  /* sd starts 16.07.2024  */
  .navbar-brand {
    width: 115px;
  }

  .reqst-btn-wppr .cmn-btn {
    margin: 0 8px;
  }

  .black-btn span {
    font-size: 12px;
  }

  .black-btn {
    padding: 7px 15px;
  }

  .cmn-btn img {
    width: 14px;
    height: 14px;
  }

  .banner-sec {
    min-height: 400px;
  }

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

  .bnr-txt p {
    font-size: 24px;
  }

  .cmn-gap {
    padding: 20px 0;
  }

  .home-video-sec {
    padding: 50px 0;
  }

  h2,
  .h2-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .rit-video-txt p {
    max-width: 100%;
    width: 100%;
  }

  .exp-col1,
  .exp-col2,
  .exp-col3,
  .exp-col4,
  .exp-col5 {
    width: 33.33%;
  }

  .sp-card-row {
    justify-content: center;
  }

  .special-offer-sec {
    padding: 40px 0;
  }

  .card-txt {
    margin-bottom: 10px;
  }

  .offer-card-btm {
    text-align: center;
  }

  .special-card-outer .col-md-4:nth-child(3) .offer-card-btm {
    text-align: center;
  }

  .key-benefit-sec {
    padding: 40px 0;
  }

  .benefit-innr-card {
    text-align: center;
    max-width: 100%;
  }

  .faq-hading {
    font-size: 18px;
    padding: 15px 60px 15px 40px;
  }

  .each-faq {
    margin-bottom: 20px;
  }

  .client-review-sec {
    padding: 30px 0;
  }

  .client-card-innr {
    padding: 30px 20px;
  }

  .author-img {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }

  .author-name {
    margin-left: 0;
    margin-top: 10px;
  }

  h5,
  .h5-title {
    font-size: 16px;
  }

  .author-name p {
    font-size: 14px;
  }

  .talk-us-rit-img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .talk-us-lft-txt {
    padding: 30px 0;
    max-width: 100%;
    width: 100%;
  }

  .our-client-heading .h4-title {
    padding-bottom: 15px;
  }

  .our-client-heading {
    margin-bottom: 20px;
  }

  .our-client-sec {
    padding-bottom: 30px;
  }

  .footer-header p {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .footer-btm-txt > p {
    padding: 0 5px;
    margin-bottom: 5px;
  }

  .footer-btm-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .copyrit-txt {
    margin-left: 0;
  }

  .footer-top-part {
    padding: 30px 0;
  }

  .ftr-links li a {
    color: var(--whitecolor);
    font-size: 14px;
  }

  .ftr-links li:not(:last-child) {
    margin-bottom: 5px;
  }

  .ftr-product li a {
    color: var(--whitecolor);
    font-size: 14px;
  }

  .ftr-product li:not(:last-child) {
    margin-bottom: 5px;
  }

  .ftr-address li:not(:last-child) {
    margin-bottom: 5px;
    font-size: 14px;
  }

  /* sd ends 16.07.2024  */

  /* sd starts 17.07.2024  */
  .black-btn span.big-number {
    font-size: 12px;
  }

  .reqst-btn-wppr .black-btn {
    margin: 0;
  }

  .our-service-sec {
    padding: 0 0 50px;
  }

  /* sd ends 17.07.2024  */

  /* sd starts 18.07.2024  */
  .cmn-bnr-txt h1 {
    margin-bottom: 20px;
  }

  .cmn-bnr-txt p {
    font-size: 16px;
  }

  .upgrade-sc-sec {
    padding: 0 0 60px;
  }

  .system-install-sec {
    padding: 0 0 60px;
  }

  .system-lists li {
    font-size: 18px;
  }

  .save-up-txt .h1-title span {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }

  .save-up-innr-wppr {
    padding: 20px;
  }

  .save-up-sec {
    padding-bottom: 50px;
  }

  .vue-our-service-sec {
    padding-bottom: 60px;
  }

  .talk-section {
    padding: 40px 0;
  }

  .talk-section-wppr .h1-title {
    margin-bottom: 20px;
  }

  .talk-section-wppr p {
    margin-bottom: 20px;
  }

  .process-work-sec {
    padding: 50px 0;
  }

  .work-process-list li:not(:last-child) {
    padding-bottom: 25px;
  }

  .work-process-list li {
    padding-left: 40px;
  }

  .work-process-list li h3 {
    margin-bottom: 15px;
  }

  .work-process-list li::before {
    width: 22px;
    height: 22px;
  }

  .work-process-list li:not(:last-child):after {
    left: 10px;
  }

  .iheat-benefit-sec {
    padding-bottom: 60px;
  }

  .discount-innr-txt .card-btn .cmn-btn {
    min-width: 130px;
  }

  .discount-innr-txt {
    text-align: center;
  }

  .veu-happy-client-sec {
    padding: 20px 0 60px;
  }

  .system-lists {
    display: flex;
    flex-wrap: wrap;
  }

  .system-lists li {
    width: 50%;
  }

  /* sd ends 18.07.2024  */

  /* sd starts 19.07.2024  */
  .install-save-heading {
    max-width: 100%;
    width: 100%;
  }

  .install-save-heading .h1-title span {
    width: 90px;
    height: 60px;
    font-size: 45px;
  }

  .installation-special-offer {
    padding: 40px 0;
  }

  .step-txt-wppr .h3-title {
    font-size: 22px;
  }

  .install-rit-txt-wppr {
    margin-left: 5px;
  }

  .installation-save-sec {
    padding: 40px 0;
  }

  .step-txt-wppr p {
    font-size: 14px;
  }

  .number-list {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .list-innr-wppr:not(:last-child)::before {
    left: 20px;
  }

  .install-rit-txt-wppr {
    margin-left: 0;
  }

  .cool-diff-lists li {
    margin-bottom: 15px;
  }

  .quote-form-row {
    flex-direction: column-reverse;
  }

  .quote-img-rit {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .step-img-rit {
    width: 100%;
  }

  .repairing-title-sec {
    padding: 40px 0 20px;
  }

  .repair-key-benefit .benefit-txt .h4-title {
    margin-bottom: 10px;
  }

  .repair-cmn-issue-sec .faq-lft-txt {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .repair-process-sec {
    padding: 20px 0 40px;
  }

  .repair-process-rit h3 {
    font-size: 22px;
  }

  .repair-faq-sec {
    padding-top: 50px;
  }

  /* sd ends 19.07.2024  */

  /* sd starts 22.07.2024  */
  .service-rit-img figure:not(:last-child) {
    margin-right: 20px;
  }

  .service-context-rit {
    margin-bottom: 20px;
  }

  p {
    margin: 0 0 10px 0;
  }

  .serv-head-txt .h4-title {
    margin-bottom: 10px;
  }

  .installation-process-sec.sub-service-process-sec {
    padding: 40px 0 30px;
  }

  .serv-key-benefit-sec {
    padding: 40px 0;
  }

  .suburb-frm-wppr .suburb-srch-wppr input[type="text"] {
    width: 300px;
  }

  .suburb-row [class*="col-"] {
    width: 50%;
  }

  /* sd starts 22.07.2024  */
  /* Banner Brand Start */
  .new_home_bnr_brandlist {
    margin-top: 20px;
  }

  .new_home_bnr_brandlist li {
    max-width: 121px;
  }

  /* Banner Brand End */
}

@media (max-width: 575px) {
  /* sd starts 16.07.2024  */
  .black-btn {
    padding: 7px 10px;
  }

  .navbar-expand-lg .navbar-toggler {
    margin-left: 15px;
  }

  .banner-sec {
    padding: 80px 0;
  }

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

  .bnr-txt p {
    font-size: 20px;
    margin-bottom: 0;
  }

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

  .exp-para p {
    font-size: 14px;
  }

  .client-review-sec {
    padding: 10px 0;
  }

  .black-btn-nav {
    display: block;
    margin-top: 20px;
  }

  .reqst-btn-wppr .black-btn {
    display: none;
  }

  /* sd ends 16.07.2024  */

  /* sd starts 17.07.2024  */
  .review-author {
    flex-direction: column;
    align-items: flex-start;
  }

  .star-rating {
    margin-left: 0;
  }

  body {
    font-size: 14px;
  }

  /* sd ends 17.07.2024  */
  /* sd starts 18.07.2024  */
  .author-img {
    align-items: flex-start;
  }

  .cmn-bnr-txt p {
    font-size: 14px;
  }

  .cmn-bnr-txt h1 {
    margin-bottom: 10px;
  }

  .system-rit-txt h2 {
    margin-bottom: 10px;
  }

  .system-lists li {
    font-size: 16px;
  }

  .system-lists li::before {
    width: 15px;
    height: 15px;
  }

  .system-lists li:not(:last-child) {
    margin-bottom: 7px;
  }

  .system-install-sec {
    padding: 0 0 40px;
  }

  .save-up-sec {
    padding-bottom: 40px;
  }

  .work-process-list li h3 {
    margin-bottom: 10px;
  }

  .benefit-left-img {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .client-slider-card-btn {
    max-width: 220px;
  }

  .progress-wpr {
    max-width: 100px;
  }

  .client-cmn-arw {
    width: 35px;
    height: 35px;
  }

  .client-cmn-arw img {
    width: 15px;
    height: 15px;
  }

  /* sd ends 18.07.2024  */

  /* sd starts 19.07.2024  */
  .install-rit-txt-wppr {
    flex-wrap: wrap;
  }

  .step-txt-wppr {
    margin-bottom: 20px;
  }

  .quote-form-sec {
    padding: 40px 0;
  }

  .repair-process-rit {
    padding-left: 15px;
  }

  .repair-lft-txt .h1-title {
    font-size: 30px;
  }

  /* sd starts 19.07.2024  */
  /* sd starts 22.07.2024  */
  .serv-slider-card-btn {
    max-width: 50px;
  }

  .installation-process-sec.sub-service-process-sec {
    padding: 40px 0 0px;
  }

  .serv-rit-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .serv-head-txt {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .serv-benefit-logo-img {
    margin-bottom: 20px;
  }

  .serv-lft-txt {
    text-align: center;
  }

  .suburb-head-wppr {
    flex-direction: column;
  }

  .suburb-head-wppr .cmn-heading {
    margin-bottom: 20px;
  }

  .suburb-frm-wppr {
    margin-left: 0;
  }

  .suburb-frm-wppr .suburb-srch-wppr input[type="text"] {
    width: 100%;
  }

  .suburb-head-wppr {
    margin-bottom: 30px;
  }

  .suburb-frm-wppr .suburb-srch-wppr input[type="text"] {
    padding: 0 65px 0 20px;
  }

  .area-serve-spcl-discount-sec {
    padding-bottom: 40px;
  }

  .no_areas_found_wrapper p {
    font-size: 16px;
  }

  /* sd ends 22.07.2024  */

  /* support starts 17.09.2024  */
  .hd_phone {
    outline: 1px solid rgb(255 255 255 / 60%) !important;
  }

  .hd_phone .call_icon_hide_mbl {
    display: block;
  }

  .reqst-btn-wppr .hd_phone {
    display: block;
  }

  /* support ends 17.09.2024  */
}

@media (max-width: 479px) {
  /* sd starts 16.07.2024  */
  .exp-col1,
  .exp-col2,
  .exp-col3,
  .exp-col4,
  .exp-col5 {
    width: 50%;
  }

  .ftr-col1,
  .ftr-col2,
  .ftr-col3,
  .ftr-col4 {
    width: 100%;
  }

  .footer-btm-txt > p {
    font-size: 12px;
  }

  .main-head .cmn-btn img {
    width: 10px;
    height: 10px;
    margin-top: -3px;
  }

  .banner-sec {
    min-height: 280px;
  }

  .banner-sec {
    padding: 40px 0;
  }

  /* sd ends 16.07.2024  */

  /* sd starts 17.07.2024  */
  h2,
  .h2-title {
    font-size: 22px;
  }

  .faq-lft-txt h2 {
    font-size: 24px;
  }

  .faq-hading {
    font-size: 16px;
    padding: 10px 55px 10px 20px;
  }

  .faq-answer {
    padding: 8px 55px 20px 20px;
  }

  .navbar-brand {
    width: 90px;
  }

  .cmn-btn {
    min-width: 140px;
    padding: 12px;
    font-size: 12px;
  }

  .reqst-btn-wppr .cmn-btn {
    margin: 0;
  }

  .reqst-btn-wppr {
    margin-left: 5px;
  }

  .logo-sec {
    padding: 20px 0;
  }

  .cmn-heading {
    margin-bottom: 20px;
  }

  .our-service-sec {
    padding: 0 0 40px;
  }

  .banner-play-btn {
    width: 60px;
    height: 60px;
  }

  .home-video-wppr a img {
    width: 28px;
    height: 23px;
  }

  .faq-answer {
    font-size: 14px;
    line-height: 1.2;
  }

  .faq-answer-inner p {
    max-width: 100%;
    width: 100%;
  }

  .faq-answer {
    padding: 8px 30px 20px 20px;
  }

  .talk-us-lft-txt {
    padding: 20px 0;
  }

  .footer-btm-txt > p {
    font-size: 11px;
  }

  .copyrit-txt p,
  .copyrit-txt p a {
    font-size: 11px;
  }

  .reg-no {
    margin-bottom: 15px;
  }

  .ftr-address li,
  .ftr-address li a {
    max-width: 100%;
    width: 100%;
  }

  /* sd ends 17.07.2024  */

  /* sd starts 18.07.2024  */
  .exp-img {
    width: 50px;
    height: 50px;
  }

  .upgrade-sc-sec {
    padding: 0 0 40px;
  }

  .system-lists li {
    width: 100%;
  }

  .vue-our-service-sec {
    padding-bottom: 40px;
  }

  .work-process-list li {
    padding-left: 30px;
  }

  .work-process-list h3,
  .work-process-list .h3-title {
    font-size: 20px;
  }

  .work-process-list li::before {
    width: 18px;
    height: 18px;
  }

  .work-process-list li:not(:last-child):after {
    left: 8px;
  }

  .benefit-rit-txt {
    padding-left: 15px;
  }

  h3,
  .revwr-name,
  .h3-title {
    font-size: 22px;
  }

  .iheat-benefit-sec {
    padding-bottom: 40px;
  }

  .special-discount-sec {
    padding: 40px 0;
  }

  .spcl-discount-wppr:not(:last-child) {
    margin-bottom: 20px;
  }

  .veu-faq-sec {
    padding-top: 40px;
  }

  .veu-client-slider .slick-list {
    overflow: hidden;
  }

  .client-slider-card-btn {
    max-width: 200px;
  }

  .veu-happy-client-sec {
    padding: 20px 0 40px;
  }

  .client-card1 {
    margin: 0 10px;
  }

  .client-card1 {
    padding: 20px 15px;
  }

  /* sd ends 18.07.2024  */

  /* sd starts 19.07.2024  */
  .install-process-steps h3 {
    margin-bottom: 10px;
  }

  .installation-process-sec {
    padding: 40px 0;
  }

  .step-txt-wppr .h3-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .step-txt-wppr .h4-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .number-list {
    font-size: 18px;
  }

  .quote-txt h1,
  .quote-txt .h1-title {
    font-size: 25px;
  }

  .installation-save-sec {
    padding: 30px 0;
  }

  .install-save-heading .h1-title span {
    width: 75px;
    height: 50px;
    font-size: 40px;
    border-radius: 10px;
  }

  .installation-key-benefit {
    padding: 20px 0 40px;
  }

  .cool-diff-lists li span.diff-img {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .repaqir-title-txt p {
    margin-bottom: 10px;
  }

  /* sd ends 19.07.2024  */

  /* sd starts 22.07.2024  */
  .serv-slider-card-btn {
    max-width: 30px;
  }

  .service-title-sec {
    padding: 40px 0;
  }

  .service-rit-img figure {
    border-radius: 5px;
  }

  .service-rit-img figure:not(:last-child) {
    margin-right: 10px;
  }

  .service-happy-slient-sec {
    padding: 20px 0 60px;
  }

  .suburb-row [class*="col-"] {
    width: 100%;
  }

  .area-serve-spcl-discount-sec .spcl-discount-wppr {
    flex-direction: column-reverse;
    padding: 0;
  }

  .area-disc-img {
    margin-left: 0;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
  }

  .area-serve-spcl-discount-sec .discount-innr-txt {
    padding: 20px 0;
    width: 100%;
  }

  .ftr-col2 {
    margin-top: 30px;
  }

  /* sd ends 22.07.2024  */
  /* Banner Brand Start */
  .new_home_bnr_brandlist {
    margin-top: 20px;
  }

  .new_home_bnr_brandlist li {
    max-width: 100px;
  }

  /* Banner Brand End */

  /* support starts 17.09.2024  */
  .menu_btn .btn_orange,
  .hd_phone {
    width: 32px;
    height: 32px;
  }

  .reqst-btn-wppr .hd_phone {
    margin-left: 2px;
  }

  .reqst-btn-wppr .cmn-btn {
    padding: 11px 10px !important;
    margin: 0 3px !important;
    min-width: 120px !important;
  }

  .navbar-brand {
    width: 74px !important;
  }

  /* support ends 17.09.2024  */
}
