@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kelly+Slab&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body *,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--para_color);
}

.container {
  max-width: 1470px !important;
  width: 100% !important;
  padding: 0 15px !important;
}

img {
  max-width: 100%;
  height: auto;
}

:root {
  --white_clr: #fff;
  --black_clr: #000;
  --blue_clr: #0e7dc0;
  --orange_clr: #ef6a29;
  --yelow_clr: #f8bc13;
  --lightblue_clr: #98e0f8;
  --dark_blue_clr: #006099;
  --para_color: #343434;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
}

h1 {
  font-weight: 800;
  font-size: 83px;
  line-height: 96px;
  text-transform: uppercase;
}

h2 {
  font-weight: 800;
  font-size: 70px;
  line-height: 80px;
}

h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}

h4 {
  font-weight: 800;
  font-size: 50px;
  line-height: 64px;
}

h5 {
  font-weight: 700;
  font-size: 42px;
  line-height: 57px;
}

h6 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}

.cta1 {
  display: inline-block;
  padding: 18px 37px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none;
  border-radius: 12px 12px 12px 0 !important;
  color: var(--white_clr) !important;
  border-color: transparent !important;
  background-color: var(--yelow_clr) !important;
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/cta_bg.png");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-blend-mode: multiply;

  transition: all 0.3s ease;
}

.cta1:hover {
  background-color: var(--blue_clr);
}

/* page css start ///////////////////////////////////////////////////////////////////////////////// */
header.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    transition: transform 0.60s ease;
    will-change: transform;
}

header.site-header.hide-header {
    transform: translateY(-100%);
}

header.site-header.show-header {
    transform: translateY(0);
}




header.site-header .nav-logo {
  position: relative;
  z-index: 3;
  padding: 14px;
}
.banner_section_home {
  padding: 260px 0 210px 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}

.banner_section_home .banner_hding h1 {
  color: var(--orange_clr);
}

.banner_section_home .banner_hding h6 {
  max-width: 930px;
  width: 100%;
}

.banner_section_home .banner_hding h6 {
  max-width: 670px;
  width: 100%;
  color: var(--blue_clr);
}

.banner_hding p {
  font-weight: 500;
}

.hvac_sec {
  padding: 90px 0 30px 0;
  overflow: hidden;
  position: relative;
}

.abs_hvac {
  content: "";
  position: absolute;
  width: 300px;
  height: 200px;
  right: 0px;
  bottom: 5%;
  z-index: -1;
}

.footer-col ul li a:hover {
  color: var(--yelow_clr);
}
.hvac_carrer_start .hvac_parabox {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.hvac_sec .inside_sechvac h4 {
  text-align: center;
  max-width: 1020px;
  width: 100%;
  margin: auto !important;
  color: var(--dark_blue_clr);
}

.hvac_sec .inside_sechvac h4 span {
  color: var(--orange_clr);
}

.hvac_contant {
  margin-top: 40px;
}

.hvac_contant .hvac_contnt p {
  max-width: 617px;
  width: 100%;
}

.banner_btn {
  margin-top: 40px;
}

.hvac_contnt .hvac_arch {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  max-width: 640px;
  width: 100%;
  padding: 32px 56px 32px 48px;
  background-color: var(--yelow_clr);
  border-radius: 24px;
  color: var(--white_clr);
  margin-top: 40px;
}

.hvac_img img {
  max-width: 644px;
  width: 100%;
}

.insidecont_hvac_cnt {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.hvac_contnt .hvac_arch span {
  color: var(--orange_clr);
}

.our_servce {
  width: 100%;
  padding: 160px 0 0px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.serve_lft h2 {
  color: var(--white_clr);
}

.serve_lft h2 span {
  color: var(--orange_clr);
}

.serve_lft p {
  max-width: 300px;
  width: 100%;
  color: var(--white_clr);
  margin-top: 10px;
  margin-bottom: 0;
}

.emgry_box {
  margin-top: 34px;
  max-width: 340px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  border: 3px dashed rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 18px 20px;
  cursor: pointer;
}

.emgry_box p {
  margin: 0;
  color: var(--yelow_clr);
  max-width: 100%;
  width: 100%;
  font-weight: 600;
}

.emgry_box a {
  color: var(--white_clr);
  text-decoration: none;
}

.rgtexplore_crser .rgtexplore_crser {
  width: 100%;
}

.rgtexplore_crser .scroll-wrapper {
  height: 460px;
  overflow: visible;
  position: relative;
}

.rgtexplore_crser .scroll-content {
  height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-right: 10px;
}

.rgtexplore_crser .scroll-content::-webkit-scrollbar {
  display: none;
}

.rgtexplore_crser .item {
  display: block;
  text-decoration: none;
  padding: 0px;
  margin-bottom: 16px;
  color: #fff;
  border-radius: 0 30px 0 30px;
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/scroll_itmbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.crese_box .img_leftcers {
  max-width: 170px;
  width: 100%;
}

.crese_box {
  display: flex;
  align-items: center;
  gap: 46px;
}

.crese_box .img_leftcers img {
  border-radius: 0 30px 0 30px;
}

.trust_secotr {
  padding: 80px 0 140px 0;
  overflow: hidden;
  position: relative;
}

.trust_secotr .why_bg_trustab {
  max-width: 200px;
  width: 100%;
  max-height: 200px;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.trust_secotr .terst_hd h4 {
  text-align: center;
  color: var(--dark_blue_clr);
}

.service-slider {
  padding: 40px 0 0 0;
}

.service-card {
  border: 1px solid #0060991c;
  background: #fff;
  border-radius: 14px;
  padding: 40px 50px;
  margin: 0 12px;
  align-items: center;
  gap: 14px;

  transition: all 0.3s ease;
}

.service-card .slick-slide.active .service-card {
  border: 2px solid #2563eb;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.service-card p {
  margin: 24px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  line-height: 31px;
}

.service-card .slick-prev,
.service-card .slick-next {
  display: none !important;
}

.service-slider .slick-list {
  margin: 0 0 0 160px !important;
}

.trust_secotr .service-card.slick-slide.slick-current.slick-active.active {
  box-shadow: 60px 14px 33px -40px #00609914;
}

.service-slider .slick-track {
  display: flex !important;
  height: 100% !important;
}

.service-slider .slick-track .slick-slide {
  height: auto !important;
}

.service-slider .slick-track > div {
  height: 100% !important;
}

.lft_efficentr img {
  max-width: 440px;
  width: 100%;
  max-height: 440px;
  height: 100%;
}

.lft_efficentr {
  text-align: center;
}

.rgt_efficent .slick-arrow img {
  width: 20px;
}

.rgt_efficent .testimonial_wrap {
  max-width: 680px;
  width: 100%;
  position: relative;
}

.rgt_efficent .testimonial_card h4 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #343434;
}

.rgt_efficent .testimonial_card p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 14px;
}

.rgt_efficent .testimonial_card span {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark_blue_clr);
}

/* custom arrows //////////////////////////////////////////////////////////////////////////////*/
.rgt_efficent .testimonial_nav {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.rgt_efficent .testi_prev,
.rgt_efficent .testi_next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #6a707c;
  background: transparent;
  color: #ff7a18;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rgt_efficent .testi_prev:hover,
.rgt_efficent .testi_next:hover {
  border-color: #ff7a18 !important;
  color: #fff;
}

.rgt_efficent .testi_prev:hover img,
.rgt_efficent .testi_next:hover img {
  filter: invert(58%) sepia(43%) saturate(4320%) hue-rotate(349deg)
    brightness(104%) contrast(101%);
}

.testimonial_card {
  position: relative;
  padding: 10px 20px 0 20px;
}
.testimonial_card::after {
  position: absolute;
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/testimonial_cardab.png");
  content: "";
  width: 80px;
  height: 70px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.efficent_secotr {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.efficent_secotr::after {
  content: "";
  position: absolute;
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/Testimonials_abs.png");
  width: 980px;
  height: 100px;
  bottom: 13%;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  animation: moveLeftRight 12s linear infinite;
}

/* 🔁 Keyframes: LEFT → RIGHT */
@keyframes moveLeftRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.inside_installbox {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/repairs_bg.png");
  padding: 240px 30px 30px 30px;
  background-size: cover;
  border-radius: 23px;
  text-align: center;
  font-weight: 700;
  font-size: 37px;
  line-height: 100%;
  color: var(--white_clr);
}

.ductwrk_installbox {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/ductwrk_bg.png");
  padding: 240px 30px 30px 30px;
  background-size: cover;
  border-radius: 23px;
  text-align: center;
  font-weight: 700;
  font-size: 37px;
  line-height: 100%;
  color: var(--white_clr);
}

.ac_heatsec {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/ac_heatsecbg-1-scaled.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px 0 180px 0;
}

.minute__box img {
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
}

.minute__box {
  text-align: center;
}

.ac_leftbox h4 {
  color: var(--white_clr);
}

.ac_imglft img {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 20px;

  /* 🔁 circular rotation */
  animation: spinCircle 6s linear infinite;
  transform-origin: center center;
}

/* 🔄 Keyframes */
@keyframes spinCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.install_repairsecotr {
  padding-bottom: 100px;
  position: relative;
}

/* custom_css start  */

/* Announcement Bar */

.container-fluid {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 60px !important;
}

.announcement-bar {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/Group-59.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 12px 15px;
}

.announcement-bar p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #ef6a29;
  margin: 0;
}

.announcement-bar p span {
  color: #ffffff;
  padding-left: 5px;
  font-size: 17px;
}

/* Navbar */
.navbar {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  background: #fff;
}

/* Logo */
.nav-logo a {
  display: block;
  text-decoration: none;
  max-width: 180px;
  width: 100%;
}

.nav-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Menu */
.nav-menu ul {
  display: flex;
  list-style: none;
  gap: 72px;
  padding-left: 0;
  margin: 0;
  align-items: center;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #343434;
  font-weight: 500;
  font-family: Plus Jakarta Sans;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
}

.nav-menu ul li a.active {
  font-weight: 700;
  color: #0e7dc0;
  position: relative;
}

.nav-menu ul li a.active::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 3px;
  width: 8px;
  height: 8px;
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/nav_active.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-menu ul li a:hover {
  color: #0e7dc0;
}

/* Button */
.nav-bttn a {
  display: inline-block;
  padding: 18px 30px;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: center;
  border-radius: 12px 12px 12px 0;
  color: var(--white_clr) !important;
  background-color: var(--blue_clr);
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/btn-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  transition: all 0.3s ease;
}

.nav-bttn a:hover {
  background-color: var(--yelow_clr);
}

/* Hamburger */
.hamburger {
  width: 28px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: none;
}

.hamburger span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 9px;
}

.hamburger span:nth-child(3) {
  top: 18px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

/* header-end */
.team-section {
}

/* Background Box */
.team-bg-box {
  background-image: url("../img/image\ 2.png");
  /* replace image */
  background-size: cover;
  background-position: right center;
  border-radius: 20px;
  padding: 67px 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Heading */
.team-bg-box h4 {
  color: #ffffff;
  line-height: 60px;
  max-width: 473px;
  width: 100%;
  letter-spacing: 0;
}

.team-btn {
  margin-top: 27px;
}

/* Button */
.team-btn a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: center;
  border-radius: 12px 12px 12px 0;
  color: var(--white_clr) !important;
  background-color: var(--yelow_clr);
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/btn-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  transition: all 0.3s ease;
  text-decoration: none;
}

.team-btn a:hover {
  background-color: var(--blue_clr);
}

/* secton-end */

.service-slider-section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.service-slider-container {
  display: flex;
  max-width: 1695px;
  width: 100%;
  gap: 60px;
  padding-left: 15px;
  margin-left: auto;
}

.service-slider-track .slick-list.draggable {
  padding-right: 102px;
}

/* LEFT SIDE */
.service-slider-left {
  max-width: 360px;
  width: 100%;
}

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

.service-slider-left h4 {
  color: var(--dark_blue_clr);
  letter-spacing: 0;
}

.service-slider-arrows {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}

.aarrw {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.6px solid #6a707c;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.aarrw:hover {
  border-color: #ef6a29;
}

.aarrw:hover img {
  filter: invert(53%) sepia(36%) saturate(5145%) hue-rotate(347deg)
    brightness(100%) contrast(88%);
}

/* RIGHT SIDE */
.service-slider-right {
  overflow-x: auto;
  width: 100%;
}

.service-slider-track {
  display: flex;
  gap: 20px;
}

/* CARD */
.service-slider-right .service-card {
  margin: 0 15px;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.service-slider-right .service-card-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.service-slider-right .service-card-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

/* TEXT OVER IMAGE */
.service-slider-right .service-card-img p {
  position: absolute;
  bottom: 30px;
  left: 36px;
  color: #fff;
  z-index: 2;
  margin: 0;
  font-weight: 700;
}

/* footer */
.footer-top-outer {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 0;
}

.footer-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  color: #fff;
  gap: 30px;
}

.footer-col h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 57px;
  letter-spacing: 0;
  margin-bottom: 14px !important;
}

.footer-col-3 p:first-of-type,
.footer-col-4 ul:first-of-type {
  margin-bottom: 30px;
}

.footer-col p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  letter-spacing: 0;
  color: var(--white_clr);
}

.footer-col-3 p span {
  color: var(--yelow_clr);
}

.footer-col a {
  font-weight: 400;
  font-size: 18px;
  line-height: 47px;
  letter-spacing: 0;
  text-decoration: none;
  color: #ffffff;
}

.footer-col ul {
  font-family: "Plus Jakarta Sans", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col-4 ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
}

.footer-col-4 ul li:nth-child(2) {
  font-weight: 600;
}

.footer-col-1 .footer-logo {
  max-width: 314px;
  width: 100%;
  margin-bottom: 40px;
}

.footer-col-1 .footer-logo a {
  display: block;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  max-width: 50px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.8px solid #ffffff;
}

/* BOTTOM FOOTER */

.footer-bottom-outer {
  background: var(--white_clr);
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-links ul {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom-left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0;
}

.footer-bottom-links li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: none;
  color: var(--para_color);
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 120px;
}

.footer-bottom-logo {
  max-width: 193px;
  width: 100%;
}

.footer-bottom-logo img {
  width: 100%;
  height: 100%;
}

.team-section {
  padding-top: 120px;
}

.will_helpotr {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/wehelp_bg-1-scaled.png");
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: 100% 100%;
  padding: 160px 0 60px 0;
}

.home_formpg {
  margin-top: -100px !important;
}
.about_will {
  /* position: relative;
  z-index: 3; */
  margin: 0 !important;
}
.about_will .help_boxform::after {
  /* display: none; */
}
.help_boxform {
  background-color: var(--white_clr);
  max-width: 670px;
  margin: auto;
  width: 100%;
  border-radius: 30px 30px 0 30px;
  padding: 50px;
  text-align: center;
  box-shadow: 50px 34px 94px 0px #00609921;
  position: relative;
}

.help_boxform h5 {
  color: var(--lightblue_clr);
}

.help_boxform p {
  margin: 8px 0 24px 0;
}

.hlp_formfldbox .hlfbox_input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hlp_formfldbox .hlfbox_input div {
  width: 48%;
  padding-bottom: 20px;
}

.hlp_formfldbox .hlfbox_input div input {
  padding: 23px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #0060991c;
  outline: none;
}

.help_boxform .form_boxinisde input {
  padding: 23px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #0060991c;
  margin-bottom: 15px;
}

.help_boxform .form_boxinisde textarea {
  padding: 23px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #0060991c;
  margin-bottom: 15px;
  height: 120px;
}

.contant_formhlp p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  max-width: 526px;
  margin: auto;
}

.contant_formhlp p a {
  color: var(--yelow_clr);
}

.form_subtn {
  margin-top: 24px;
}

.will_helpotr .help_rgtcont h3 {
  max-width: 540px;
  width: 100%;
  color: var(--white_clr);
}

.will_helpotr .help_rgtcont h3 span {
  color: var(--yelow_clr);
}

.help_boxform::after {
  content: "";
  position: absolute;
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/help_boxformaftr.png");
  width: 160px;
  height: 270px;
  bottom: 0;
  left: 95%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

/* custom css end  */

/* 27 dec 25 */
/* about page */
.banner_section_home.inner-banner {
  padding: 220px 0 190px 0;
}
.banner_section_home.inner-banner .banner_hding h1 {
  text-transform: uppercase;
  color: #5fade4;
}
.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 20px;
}
.breadcrumb-item.home-icon {
  display: flex;
  margin-bottom: 4px;
}
.breadcrumb-item {
  color: var(--white_clr);
  font-size: 20px;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb-item.active {
  color: #f8bc13;
}
.breadcrumb {
  align-items: center;
}
.crumb-nav {
  margin-top: 15px;
}
.colored-h4 span {
  color: #ef6a29;
}
.h6-34 {
  font-size: 34px;
  line-height: normal;
}
.drk-blu {
  color: #006099;
}
.lgt-rd {
  color: #ef6a29;
}
.size-24 {
  font-size: 24px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-120 {
  padding-bottom: 120px;
}
.mt-15 {
  margin-top: 15px;
}
.p-130 {
  padding: 130px 0;
}
.p-70 {
  padding: 70px 0;
}
.pt-150 {
  padding-top: 150px;
}
.row-center {
  align-items: center;
}
.fw-800 {
  font-weight: 800;
}
.his-inn.imge img {
  width: 100%;
}
.his-inn p {
  max-width: 600px;
}
.his-inn p {
  max-width: 600px;
}
.pb-70 {
  padding-bottom: 70px;
}
.history-inner {
  align-items: center;
}
.dark h4,
.dark p {
  color: #fff;
}
.radius-24 {
  border-radius: 24px;
}
.commi-cntnt {
  text-align: center;
  max-width: 870px;
  margin: auto;
}
.why-cntnt {
  max-width: 610px;
}
.team-inn {
  max-width: 880px;
  margin: auto;
  text-align: center;
}
.team-sec {
  position: relative;
  overflow: hidden;
}
.fw-700 {
  font-weight: 700;
}
.size-18 {
  font-size: 18px;
}
.kami-list {
  padding: 0;
  margin: 0;
}
.kami-list li {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  padding-left: 30px;
  list-style: none;
  padding-bottom: 5px;
}
.kami-list li::after {
  position: absolute;
  content: "";
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/red-tick.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  left: 0;
  top: 5px;
}

.cntn2 .hvac_contnt {
  max-width: 680px;
  margin-left: auto;
}
.lgt-blue {
  color: var(--lightblue_clr);
}
.h-mx {
  max-width: 923px;
  padding-left: 110px;
}
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-h-cntnt {
  background-position: right;
}
.inner-h-cntnt p {
  color: #fff;
}
.review-slider p {
  margin-top: 20px;
}
.all-review-btn {
  margin-top: 40px;
}
.team-sl-inn {
  display: flex;
}
.lft-hdng-cntnt {
  width: 25%;
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.right-slider-wrp {
  width: 75%;
}
.team-sl-inn {
  position: relative;
}
.team-sl-inn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: -100%;
}
.team-sl-inn .slick-list.draggable {
  overflow: visible;
  padding-bottom: 90px;
}
.arrow-nextn {
  transform: rotate(180deg);
}
.slick-track {
  display: flex !important;
}
.team-card {
  margin: 0 13px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #0060991c;
  height: auto !important;
}
.team-card:hover {
  box-shadow: 50px 34px 94px 0px #00609921;
  border-bottom-right-radius: 0;
}
.person-img img {
  width: 100%;
}
.team-card .description h6 {
  font-size: 20px;
}
.team-card .description p {
  margin: 0;
  font-size: 16px;
}
.team-card .description {
  padding: 20px;
  background-color: #fff;
}
.our-team-slider {
  overflow: hidden;
}
/* form css */
.form-field .input-field {
  width: 100%;
  border: 1px solid #0060991c;
  border-radius: 6px;
  padding: 20px;
  color: #343434;
  margin-bottom: 15px;
}
.form-field .input-field::placeholder {
  color: #343434;
}
.get-started {
  box-shadow: 50px 34px 94px 0px #00609921;
  background-color: #fff;
  padding: 50px;
  border-radius: 35px;
  border-bottom-right-radius: 0;
  margin-top: 150px;
}
.frm-hd {
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
}
.form-btm {
  text-align: center;
}
.form-btm p {
  font-size: 14px;
  line-height: 1.5;
}
.form-btm p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 530px;
  margin: auto;
  margin-bottom: 20px;
}
.form-s-inn {
  align-items: center;
}
.rht-hdng {
  color: #fff;
  max-width: 600px;
  padding-left: 60px;
  margin-top: 100px;
}
.rht-hdng span,
.form-btm p a {
  color: var(--yelow_clr);
}
.form-sec {
  background-repeat: no-repeat;
  background-size: 100%;
}
.trust_secotr.why-choose-u {
  padding-bottom: 60px;
}
.posi-rel {
  position: relative;
}
.snow-im {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.snow-im img {
  object-fit: contain;
}

.hvac_carrer_start {
  padding: 60px 0;
}
.hding_hvaccarrer h4 {
  text-align: center;
  margin-bottom: 5px !important;
  color: var(--dark_blue_clr);
}

.hvac_parabox p {
  /* text-align: center; */
  max-width: 1070px;
  width: 100%;
  margin: auto;
}

.hvac_parabox p span {
  color: var(--orange_clr);
}
.btn_hvac {
  text-align: center;
  margin-top: 22px;
}

.hdg_applyform h4 {
  text-align: center;
  color: var(--dark_blue_clr);
}
.inside_applyfom {
  padding: 70px 50px;
  box-shadow: 50px 34px 94px 0px #00609921;
  border-radius: 35px 35px 0 35px;
  max-width: 1160px;
  margin: auto;
  width: 100%;
  background-color: var(--white_clr);
}
form.apply-form .row.name_box input {
  width: 100%;
  outline: none;
}
form.apply-form .row.name_box {
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
  gap: 20px;
  margin: auto;
}
form.apply-form input {
  outline: none;
  border: 1px solid rgba(0, 96, 153, 0.11);
  border-radius: 6px;
  padding: 23px 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 1);
  width: 100%;
}
.input_textform input {
  width: 100%;
  margin-bottom: 20px;
}
.input_textform {
  width: 100%;
}
.apply_form .left_side_snowbox {
  width: 280px;
  height: 180px;
}
form.apply-form .row.name_box > div {
  width: 49%;
  padding: 0;
  margin-bottom: 22px;
}
.choose_boxfile .upload-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
}
.choose_boxfile .upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 96, 153, 0.11);
  border-radius: 6px;
  padding: 28px 21px;
  margin-bottom: 30px;
}
.choose_boxfile .upload-box img {
  max-width: 36px;
  max-height: 33px;
  height: 100%;
  width: 100%;
}
.choose_boxfile .upload-box p {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}
.apply_form form.apply-form {
  margin-top: 20px;
}
.apply_form {
  padding: 60px 0 80px 0;
  position: relative;
}

.choose_boxfile .upload-box .cta1 {
  cursor: pointer;
}

.left_side_snowbox {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 140px;
  height: 140px;
}

/* text-section  */

.content-animate .animate {
  color: #000000;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
  font-size: 50px;
  line-height: 64px;
  margin: auto;
  text-align: center;
  max-width: 1040px;
  padding: 0 15px;
}
.content-animate {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.comunt_sec {
  max-width: 580px;
  width: 100%;
  margin-bottom: 10px !important;
}

.animate a {
  color: var(--orange_clr) !important;
}

.join_box p span {
  color: var(--orange_clr);
}

.join_box {
  padding: 60px 0 185px 0;
}

.hding_storybehid h4 {
  max-width: 600px;
  margin: auto !important;
  width: 100%;
  text-align: center;
  color: var(--dark_blue_clr);
}
.hding_storybehid h4 span {
  color: var(--orange_clr);
}
.inside_storybehid {
  padding-top: 36px;
}

.inside_storybehid .contant_behidstory p {
  color: rgba(52, 52, 52, 1);
}

.inside_storybehid .contant_behidstory {
  max-width: 590px;
  width: 100%;
}

.behid_imgbox img {
  max-width: 570px;
  width: 100%;
  max-height: 630px;
  height: 100%;
}
.inside_storybehid .contant_behidstory h6 {
  font-size: 24px;
  color: var(--dark_blue_clr);
}

.heatg_box .img_leftcers {
  max-width: 139px;
  width: 100%;
  max-height: 174px;
  height: 100%;
}

.heatg_box .curser_rgtscrllcont p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px 0 0;
  margin: 0;
}

.colum_heatg h6 {
  max-width: 530px;
  width: 100%;
}
.starge_profsnl {
  max-width: 700px !important;
  width: 100% !important;
}

/* today */
.radius-45 {
  border-radius: 45px;
}
.border-right-bottom {
  border-bottom-right-radius: 0 !important;
}
.coupon-sec .mid-hdng {
  margin: 7px 0 !important;
}

.yellow-cntnt {
  background-color: var(--yelow_clr);
  padding: 30px 44px;
  border-radius: 24px;
}
.yellow-cntnt p {
  color: var(--white_clr);
  margin: 0;
}
.fw-600 {
  font-weight: 600;
}
.faq-inn {
  max-width: 580px;
}
.faq-inn .yellow-cntnt {
  margin-top: 22px;
}
.drk-blu h5 {
  color: #006099;
}
/* faq section */
.faq-main-sec .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
  color: inherit;
}
.faq-main-sec .accordion-button {
  font-size: 22px;
  padding: 30px 40px;
  line-height: 1.2;
  font-weight: 500;
}
.faq-main-sec .accordion-body {
  padding: 30px 40px;
  padding-top: 0;
  font-size: 20px;
}
.faq-main-sec .accordion-item {
  margin-bottom: 30px;
  border: 1px solid #0060991c !important;
  border-radius: 5px !important;
}
.faq-main-sec .accordion-button::after,
.faq-main-sec .accordion-button:not(.collapsed)::after {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/orange-arrw.png");
}
.faq-main-sec .accordion-button:focus {
  box-shadow: unset;
}
.faq-wrp {
  max-width: 1200px;
  margin: auto;
  margin-top: 45px;
}
.faq-inner h4 {
  text-align: center;
}
.ques-sec .snw-btm img,
.faq-main-sec .snw-btm img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/* review -sec */
.review-hd {
  align-items: center;
  justify-content: space-between;
}
.reviw-crd {
  border: 1px solid #0060991c;
  padding: 60px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reviw-crd > h6 {
    font-size: 26px;
    line-height: 1.2;
    max-width: 350px;
    width: 100%;
}
.reviw-btm {
  gap: 15px;
  align-items: center;
}
.reviw-btm h6 {
  font-size: 20px;
  line-height: 1.2;
}
.comma-img {
  margin-bottom: 30px;
}

.reviw-btm {
  margin-top: auto;
}
.reviw-crd p {
  margin-top: 8px;
}
.review-row {
  gap: 20px 0;
}
.mt-40 {
  margin-top: 40px;
}
.pagi-row .pagination {
  justify-content: center;
  margin-top: 60px;
  align-items: center;
  gap: 5px;
}

.pagi-row .active > .page-link,
.page-link.active,
.page-link:hover {
  color: #006099;
  background-color: transparent;
  border: 1px solid #0060991c;
}

.pagi-row .page-link {
  border: 1px solid transparent;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.pagi-row .page-item.prv .cta1 {
  background: #0060990d;
  color: #000;
}
.pagi-row .page-item.prv {
  margin-right: 20px;
}
.pagi-row .page-item.nxt {
  margin-left: 20px;
}
.reviw-crd p {
  margin-bottom: 30px;
}
/* our team page  */
.ourteam-hd {
  max-width: 900px;
  margin: auto;
}
.h6-26 {
  font-size: 26px;
}
.mem-image img {
  border-radius: 30px;
}
.tm-cntnt {
  background-color: var(--dark_blue_clr);
  text-align: center;
  padding: 20px 50px;
  width: 380px;
  margin: auto;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transform: translateY(calc(-50% + 10px));
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  /* today */
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.desig {
  margin: 0;
  color: var(--white_clr);
  /* today */
  /* margin-top: 10px; */
}
.tm-cntnt h6 {
  color: var(--yelow_clr);
}
.colum_heatg .yellow-cntnt p {
  font-size: 22px;
  font-weight:600;
}
.colum_heatg .yellow-cntnt {
  max-width: 640px;
  width: 100%;
}
.colum_heatg .yellow-cntnt p span {
  color: var(--orange_clr);
}

.dependle_secotr .dependle_insidecontnt {
  text-align: center;
}
.dependle_secotr .dependle_insidecontnt .inside_hdgdepndle {
  max-width: 820px;
  width: 100%;
  margin: auto;
  color: var(--dark_blue_clr);
}
.dependle_secotr .dependle_insidecontnt .inside_hdgdepndle span {
  color: var(--orange_clr);
}
.dependle_secotr .dependle_insidecontnt .box_dpendletext p {
  max-width: 885px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.let_kaminerotr .his-inn p {
    max-width: 610px;
    width: 100%;
}

.kamier_imght img {
  max-width: 575px;
  width: 100%;
}
.let_kaminerotr {
  padding: 80px 0 60px 0;
}

/* today */
.ourteam-hd {
  margin-bottom: 30px;
}
.ourteam-hd {
  margin-top: 10px;
}
.breadcrumb {
  align-items: unset;
}
.breadcrumb-item.home-icon img {
  margin-bottom: 4px;
}
.breadcrumb {
  margin-top: 10px;
}
.rd-span span,
.a-ornage a {
  color: var(--orange_clr);
}
.cooling-first a {
  text-decoration: none;
}
.frst-cool {
  max-width: 560px;
}
.cool-cmmit .commi-cntnt {
  text-align: center;
  max-width: 920px;
  margin: auto;
}
.kami-list li {
  color: var(--para_color);
}
.lh-cmmn {
  line-height: 1.2;
}
.cnt-btm {
  margin-top: 15px;
}
.kami-list {
  margin-top: 12px;
}
.list-wrp-m {
  max-width: 460px;
}
.ovr-hdn {
  overflow: hidden;
}
.our-rvce-row {
  align-items: center;
}
.cool-srvce .rgtexplore_crser .scroll-wrapper {
  height: 290px;
}
.cool-srvce > h6 {
  margin-bottom: 20px !important;
}
.cool-srvce h6 span {
  color: var(--white_clr);
}
.cool-srvce {
  width: 100%;
  padding: 200px 0 160px 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.gas_furn .hding_storybehid h4 {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.gas_furn .behid_imgbox img {
  max-width: 620px;
  width: 100%;
  margin-right: 0;
  padding-left: 20px;
  max-height: 720px;
  height: 100%;
}

.gas_furn .contant_behidstory {
  max-width: 616px;
  width: 100%;
}
.gas_furn .contant_behidstory p span {
  color: var(--orange_clr);
}
.gas_furn .behid_imgbox {
  text-align: end;
}
.gas_ylowbx .commi-cntnt {
  max-width: 930px;
  width: 100%;
  margin: auto;
}
.gas_ylowbx {
  padding-top: 90px;
}
.other_issuebox .inside_sechvac h4 {
  max-width: 640px;
  width: 100%;
  margin: auto;
}
.other_issuebox .oter_decimalbox ul li {
  list-style: decimal;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.other_issuebox .oter_decimalbox p {
  font-size: 16px;
}
.gas_furnform h6 {
  font-size: 24px;
  font-weight: 800;
}

.gas_furnform .cta1 {
  margin-top: 30px;
}

.indor_airbox .his-inn img {
  max-width: 630px;
  width: 100%;
}

.indor_airbox .his-inn.imge {
  text-align: end;
}

.air_qualtiylow .commi-cntnt h4 {
  max-width: 580px;
  margin: auto !important;
  width: 100%;
}
.air_qualtiylow .commi-cntnt {
  max-width: 930px;
  width: 100%;
}

.air_qualtiylow .commi-cntnt p span {
  color: var(--orange_clr);
}

.benifits_secotr .inside_benifthd h4 {
  max-width: 800px;
  margin: auto !important;
  width: 100%;
  text-align: center;
  margin-bottom: 40px !important;
  color: var(--dark_blue_clr);
}
.benifits_secotr .inside_benifthd h4 span {
  color: var(--orange_clr);
}

.benifits_secotr .his-inn .yellow-cntnt {
  margin-top: 30px;
  max-width: 620px;
  width: 100%;
}
.benifits_secotr .his-inn .yellow-cntnt p {
  font-size: 22px;
  font-weight: 600;
}
.benifits_secotr .his-inn .yellow-cntnt p span {
  color: var(--orange_clr);
}
.benifits_secotr .his-inn p {
  font-weight: 500;
  max-width: 620px;
  width: 100%;
}

.air_qualtiylow {
  padding: 60px 0 40px 0;
}

.comn_sign .otrulcomnsign .kami-list {
  margin: 0;
}

/* today */
.radius-45 {
  border-radius: 45px;
}
.border-right-bottom {
  border-bottom-right-radius: 0 !important;
}
.coupon-sec .mid-hdng {
  margin: 7px 0 !important;
}
.coupon-sec .cntnt-inn {
  max-width: 570px;
  width: 100%;
}
.coupon-sec .cntnt-inn p {
  max-width: 520px;
  width: 100%;
}
.yellow-cntnt {
  background-color: var(--yelow_clr);
  padding: 30px 44px;
  border-radius: 24px;
}
.yellow-cntnt p {
  color: var(--white_clr);
  margin: 0;
}
.fw-600 {
  font-weight: 600;
}
.faq-inn {
  max-width: 580px;
}
.faq-inn .yellow-cntnt {
  margin-top: 22px;
}
.drk-blu h5 {
  color: #006099;
}
/* faq section */
.faq-main-sec .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
  color: inherit;
}
.faq-main-sec .accordion-button {
  font-size: 28px;
  padding: 30px 40px;
  line-height: 1.2;
  font-weight: 500;
}
.faq-main-sec .accordion-body {
  padding: 30px 40px;
  padding-top: 0;
  font-size: 23px;
}
.faq-main-sec .accordion-item {
  margin-bottom: 30px;
  border: 1px solid #0060991c !important;
  border-radius: 5px !important;
}
.faq-main-sec .accordion-button::after,
.faq-main-sec .accordion-button:not(.collapsed)::after {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/orange-arrw.png");
}
.faq-main-sec .accordion-button:focus {
  box-shadow: unset;
}
.faq-wrp {
  max-width: 1200px;
  margin: auto;
  margin-top: 45px;
}
.faq-inner h5 {
  text-align: center;
}
.ques-sec .snw-btm img,
.faq-main-sec .snw-btm img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/* review -sec */
.review-hd {
  align-items: center;
  justify-content: space-between;
}
.reviw-crd {
  border: 1px solid #0060991c;
  padding: 60px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reviw-btm {
  gap: 15px;
  align-items: center;
}
.reviw-btm h6 {
  font-size: 20px;
  line-height: 1.2;
}
.comma-img {
  margin-bottom: 30px;
}

.reviw-btm {
  margin-top: auto;
}
.reviw-crd p {
  margin-top: 8px;
}
.review-row {
  gap: 20px 0;
}
.mt-40 {
  margin-top: 40px;
}
.pagi-row .pagination {
  justify-content: center;
  margin-top: 60px;
  align-items: center;
  gap: 5px;
}

.pagi-row .active > .page-link,
.page-link.active,
.page-link:hover {
  color: #006099;
  background-color: transparent;
  border: 1px solid #0060991c;
}

.pagi-row .page-link {
  border: 1px solid transparent;
  border-radius: 100% !important;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.pagi-row .page-item.prv .cta1 {
  background: #0060990d;
  color: #000;
}
.pagi-row .page-item.prv {
  margin-right: 20px;
}
.pagi-row .page-item.nxt {
  margin-left: 20px;
}
.reviw-crd p {
  margin-bottom: 30px;
}
/* our team page  */
.ourteam-hd {
  max-width: 900px;
  margin: auto;
}
.h6-26 {
  font-size: 26px;
}
.mem-image img {
  border-radius: 30px;
}
.tm-cntnt {
  background-color: var(--dark_blue_clr);
  text-align: center;
  padding: 20px 50px;
  width: 380px;
  margin: auto;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transform: translateY(calc(-50% + 10px));
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  /* today */
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.desig {
  margin: 0;
  color: var(--white_clr);
  /* today */
  /* margin-top: 10px; */
}
.tm-cntnt h6 {
  color: var(--yelow_clr);
}
.colum_heatg .yellow-cntnt p {
  font-size: 22px;
}
.colum_heatg .yellow-cntnt {
  max-width: 640px;
  width: 100%;
}
.colum_heatg .yellow-cntnt p span {
  color: var(--orange_clr);
}

.dependle_secotr .dependle_insidecontnt {
  text-align: center;
}
.dependle_secotr .dependle_insidecontnt .inside_hdgdepndle {
  max-width: 820px;
  width: 100%;
  margin: auto;
  color: var(--dark_blue_clr);
}
.dependle_secotr .dependle_insidecontnt .inside_hdgdepndle span {
  color: var(--orange_clr);
}
.dependle_secotr .dependle_insidecontnt .box_dpendletext p {
  max-width: 880px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.kamier_imght img {
  max-width: 575px;
  width: 100%;
}
.let_kaminerotr {
  padding: 80px 0 60px 0;
}

/* today */
.ourteam-hd {
  margin-bottom: 30px;
}
.ourteam-hd {
  margin-top: 10px;
}
.breadcrumb {
  align-items: unset;
}
.breadcrumb-item.home-icon img {
  margin-bottom: 4px;
}
.breadcrumb {
  margin-top: 10px;
}
.rd-span span,
.a-ornage a {
  color: var(--orange_clr);
}
.cooling-first a {
  text-decoration: none;
}
.frst-cool {
  max-width: 560px;
}
.cool-cmmit .commi-cntnt {
  text-align: center;
  max-width: 920px;
  margin: auto;
}
.kami-list li {
  color: var(--para_color);
}
.lh-cmmn {
  line-height: 1.2;
}
.cnt-btm {
  margin-top: 15px;
}
.kami-list {
  margin-top: 12px;
}
.list-wrp-m {
  max-width: 460px;
}
.ovr-hdn {
  overflow: hidden;
}
.our-rvce-row {
  align-items: center;
}
.cool-srvce .rgtexplore_crser .scroll-wrapper {
  height: 290px;
}
.cool-srvce > h6 {
  margin-bottom: 20px !important;
}
.cool-srvce h6 span {
  color: var(--white_clr);
}
.cool-srvce {
  width: 100%;
  padding: 160px 0 160px 0 !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

/* today */
.kami-list span {
  color: var(--dark_blue_clr);
}
.cool-havac .hvac_parabox p {
  margin: unset;
}
.cool-havac h6 {
  line-height: 1.2;
}

.cool-havac .kami-list {
  max-width: 610px;
}
.cool-hav-list {
  margin-top: 14px;
  margin-bottom: 5px;
}
.mb-120 {
  margin-bottom: 120px;
}
.ductsec4 {
  padding: 180px 0 160px 0 !important;
}
.ductsec4 .rgtexplore_crser .scroll-wrapper {
  height: 307px;
}
.size-22 {
  font-size: 22px;
}
.lh-cmmn2 {
  line-height: 1.5;
}
.ductsec6 .abs_hvac {
  right: unset;
}

.conatct_secotr {
  padding: 80px 0;
}
.conatct_secotr .rgtside_contnt form .inside_conttform .hdg_contform h4 {
  color: var(--dark_blue_clr);
  text-align: center;
  margin-bottom: 20px !important;
}

.conatct_secotr .rgtside_contnt form {
padding: 19px 40px 0px 40px;
  border-radius: 50px 50px 0 50px;
  /* box-shadow: 50px 34px 94px 0px rgba(0, 96, 153, 0.13); */
}
.conatct_secotr .rgtside_contnt form .inside_conttform .half_wdthboxcont > div {
  width: 48%;
}
.conatct_secotr .rgtside_contnt form .inside_conttform .half_wdthboxcont {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conatct_secotr .rgtside_contnt form .inside_conttform > div input {
  width: 100%;
  border: 1px solid rgba(0, 96, 153, 0.11);
  padding: 23px 20px;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 1);
}
.conatct_secotr .rgtside_contnt form .fll_wdthboxinpt {
  margin-top: 20px;
}
.conatct_secotr .rgtside_contnt form .fll_wdthboxinpt textarea {
  width: 100%;
  border: 1px solid rgba(0, 96, 153, 0.11);
  padding: 23px 20px;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 1);
  min-height: 140px;
}
.conatct_secotr
  .rgtside_contnt
  form
  .inside_conttform
  > div
  input::placeholder {
  color: rgba(52, 52, 52, 1);
}
.conatct_secotr
  .rgtside_contnt
  form
  .inside_conttform
  > div
  textarea::placeholder {
  color: rgba(52, 52, 52, 1);
}
.conatct_secotr .rgtside_contnt form .lst_textform p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  max-width: 528px;
  width: 100%;
  margin: auto;
  padding: 17px 0;
}
.conatct_secotr .rgtside_contnt form .lst_textform {
  text-align: center;
}
.conatct_secotr .rgtside_contnt form .lst_textform p a {
  color: var(--orange_clr);
  text-decoration: none;
}
.conatct_secotr .leftside_contnt h4 {
  color: var(--dark_blue_clr);
}

.conatct_secotr .leftside_contnt {
  max-width: 624px;
  width: 100%;
}

.conatct_secotr .leftside_contnt p {
  margin-top: 14px;
}

.conatct_secotr .leftside_contnt .otr_loctionphone ul {
  font-family: "Plus Jakarta Sans", sans-serif;
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.conatct_secotr .leftside_contnt .otr_loctionphone ul li img {
  max-width: 60px;
  width: 100%;
  max-height: 60px;
  height: 100%;
}
.conatct_secotr .leftside_contnt .otr_loctionphone ul li a {
  text-decoration: none;
  color: #343434;
}
.conatct_secotr .leftside_contnt .otr_loctionphone ul li a:hover {
  color: var(--orange_clr);
}

.map-bw iframe {
  width: 100%;
  height: 620px;
  border: 0;
  border-radius: 30px;
  filter: grayscale(100%) contrast(1.1) brightness(1.05);
}
.embeddcodeotr {
  padding: 80px 0;
  position: relative;
}
.embeddcodeotr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.embeddcodeotr .abs_imgmap {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 180px;
  height: 180px;
}
.emergeny_box .cntnt-bx h6 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px !important;
}

.emergeny_box {
  max-width: 640px;
  width: 100%;
}
.hdg_emergyh4 h4 {
  text-align: center;
  margin-bottom: 30px !important;
  color: var(--dark_blue_clr);
}

/* site-sercha page  */

.help-section {
  padding: 78px 0 30px;
}

.help-box {
  max-width: 1220px;
  margin: 0 auto;
  padding: 84px 90px;
  text-align: center;
  background: #ffffff;
  box-shadow: 50px 34px 94px rgba(0, 96, 153, 0.13);
  border-radius: 30px 30px 0px 30px;
}

.help-box h4 {
  color: var(--dark_blue_clr);
}

.search-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  gap: 10px;
  border-radius: 8px;
  padding: 11px 15px;
  margin-top: 28px;
  border: 1px solid #0060991c;
}

.search-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  padding: 16px 18px;
  font-size: 16px;
  border-radius: 10px;
  color: var(--para_color);
}
.search-wrapper input::placeholder {
  color: var(--para_color);
}

/* privacy-policy */

.policy-section {
  padding: 60px 0 86px;
  position: relative;
}

.policy-wrapper {
  max-width: 1115px;
  width: 100%;
}

.policy-wrapper h4 {
  color: var(--dark_blue_clr);
  margin-bottom: 12px !important;
}

.policy-block {
  margin-bottom: 30px;
}

.policy-block h6 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--dark_blue_clr);
  margin-bottom: 12px !important;
}
.policy-block p a {
  text-decoration: none;
  color: var(--orange_clr);
}
.policy-block p span {
  color: var(--orange_clr);
}
.policy-block p {
  color: var(--para_color);
  font-weight: 500;
  margin-bottom: 20px !important;
}
.policy-block p:last-child {
  margin-bottom: 0 !important;
}
.policy-block ul {
  padding-left: 20px;
}

.policy-block ul li {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--para_color);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.policy-block ul li:last-child {
  margin-bottom: 0 !important;
}
.poliicy-yello {
  color: var(--yelow_clr) !important;
  max-width: 1026px;
  width: 100%;
}
/* site_mape */

.sitemap-section {
  padding: 63px 0 96px;
  position: relative;
}

.sitemap-head {
  padding: 15px 40px;
  background: rgba(248, 188, 19, 0.05);
  border-radius: 10px 10px 0px 10px;
  cursor: pointer;
}

.toggle-btn {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0;
font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--yelow_clr);
}

/* Hide by default */
.sitemap-conten {
  display: none;
}

/* Show on active */
.sitemap-conten.active {
  display: block;
  margin-top: 14px;
  padding-left: 40px;
}
.sitemap-section h4 {
  color: var(--dark_blue_clr);
  margin-bottom: 18px !important;
}
.sitemap-wrapper {
  margin-bottom: 40px;
}
.sitemap-wrapper:last-child {
  margin-bottom: 0 !important;
}
.sitemap-block h6 {
  color: var(--dark_blue_clr);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  position: relative;
  padding-left: 15px !important;
  margin-bottom: 14px !important;
}
.sitemap-block h6::after {
    content: "";
    top: 60%;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    left: -6px;
    background-color: var(--dark_blue_clr);
}
.list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.list-wrap ul li {
  width: 50%;
  margin-bottom: 8px;
  list-style: none;
}

.list-wrap ul li a {
  color: var(--para_color);
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 0;
  text-decoration: none;
}

.list-wrap ul li a:hover {
  color: var(--yelow_clr);
}

/* blog_details */
.Blog_Details_section {
  padding: 83px 0 96px;
  position: relative;
}
.blog_wraper {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
}
.blog_img {
  max-width: 1200px;
  width: 100%;
  height: 500px;
}
.blog_img img {
  width: 100%;
  height: 100%;
}
.blog-date {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--para_color);
  margin: 25px 0 17px;
}
.blog-date span {
  border-right: 1px solid var(--orange_clr);
  color: var(--orange_clr);
  padding-right: 15px;
  margin-right: 15px;
}
.blog_wraper > h6 {
  margin-bottom: 8px !important;
  color: var(--dark_blue_clr);
}
.yello-bg {
  padding: 70px;
  background: var(--yelow_clr);
  border-radius: 24px;
  margin: 42px 0 60px;
}
.yello-bg p {
  color: var(--white_clr);
  max-width: 943px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.blog-de_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.blog-de_btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.prev-btn {
  display: inline-block;
  padding: 18px 37px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 12px 12px 12px 0;
  color: var(--para_color);
  border-color: transparent;
  background-color: #0060990d;
  transition: all 0.3s ease;
}

.cta1:hover {
  background-color: var(--blue_clr) !important;
}
.blog_wraper .policy-block h6 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px !important;
}
.blog_wraper .policy-block ul {
    padding-left: 0px;
    margin-left: 0px !important;
}
.blog_wraper .policy-block ul li {
  list-style: none;
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  line-height: 26px;
}
.blog_wraper .policy-block ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 14px;
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/red-tick.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* blog-page */
.blog-section {
  padding: 83px 0 90px;
  position: relative;
}

.blog-section h4 {
  margin-bottom: 30px;
  color: var(--dark_blue_clr);
}

.blog-layout {
  display: flex;
  gap: 30px;
  align-items: start;
  justify-content: space-between;
  margin-top: 40px;
}

/* LEFT */
.blog-left {
  width: 66%;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #0060991c;
}
.blog-card:hover {
  box-shadow: 50px 34px 94px rgba(0, 96, 153, 0.13);
  border-color: transparent;
}
.blog-img {
  max-height: 337px;
  height: 100%;
}
.blog-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding: 25px 30px;
}

.blog-cards .blog-date {
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  color: var(--orange_clr);
  letter-spacing: 0;
}

.blog-title {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0;
  color: var(--dark_blue_clr);
  margin: 0;
  margin-top: 6px !important;
}

/* PAGINATION */
.pagination {
  margin-top: 60px;
  display: flex;
  gap: 22px;
  justify-content: center;
}

.page-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #092c471a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--dark_blue_clr);
  font-size: 18px;
}
.page-icon-img {
  transform: rotate(180deg);
}
.page-icon.active img {
  filter: invert(215%) sepia(0%) saturate(7490%) hue-rotate(183deg)
    brightness(100%) contrast(148%);
}
.page-icon.active {
  background: #f4a000;
  color: #fff;
  border-color: #f4a000;
}

/* RIGHT */
.blog-right {
  width: 30%;
  display: flex;
  align-items: start;
  gap: 30px;
  flex-direction: column;
}

.sidebar-box {
  border: 1px solid #0060991c;
  padding: 25px 30px;
  border-radius: 15px;
  width: 100%;
}

.sidebar-box p {
  line-height: 100%;
  font-weight: 700;
  color: var(--dark_blue_clr);
  margin-bottom: 8px;
}

.sidebar-box input {
    width: 100%;
    padding: 12px 40px 12px 20px; 
    border: 1px solid #0060991c;
    border-radius: 5px;
    background: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/sidebar_bgsrch.png") no-repeat right 10px center;
    background-size: 16px;
}

.sidebar-box a {
  display: block;
  text-decoration: none;
  margin-bottom: 6px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  color: var(--para_color);
}

.sidebar-box a:hover {
  color: #f4a000;
}
.line {
  width: 100%;
  height: 3px;
  background: #0060991c;
  margin-bottom: 30px;
}

.lin-width {
  width: 25%;
  height: 3px;
  background: var(--yelow_clr);
}
.trut_emgeryotr {
  padding: 60px 0;
}
.trut_emgeryotr h4 {
  color: var(--dark_blue_clr);
  text-align: center;
  margin-bottom: 24px !important;
}
.trut_emgeryotr .trustemgery_imgbox .left_trustemgrimg {
  text-align: center;
}

.trut_emgeryotr .trustemgery_imgbox .left_trustemgrimg img {
  max-width: 570px;
  width: 100%;
}
.trut_emgeryotr .trustemgery_imgbox .left_trustemgrcont {
  max-width: 616px;
  width: 100%;
  margin: 0 0 0 auto;
}
.emergy_box .commi-cntnt h4 {
  max-width: 720px !important;
  width: 100% !important;
}

.emrgy_secimgcont .imge img {
  max-width: 570px;
  width: 100%;
}

.emrgy_secimgcont .imge {
  text-align: center;
}
.emrgy_secimgcont .duct5hd h4 {
  color: var(--dark_blue_clr);
  max-width: 760px;
  margin: auto !important;
  width: 100%;
}
.emrgy_secimgcont .duct5hd h4 span {
  color: var(--orange_clr);
}
.emrgy_secimgcont .can_trustbox h6 {
  font-size: 24px;
  line-height: normal;
}
.emrgy_secimgcont .frst-cool {
  max-width: 600px;
  width: 100%;
}
.prevent_boxotr {
  background-image: url("https://sagmeticinfotech.com/wp/2026/kaminer/wp-content/uploads/2026/01/prevent_hvacbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 160px 0 160px 0 !important;
  color: #fff;
}
.prevent_boxotr .outer_hd_prevent h4 {
  max-width: 800px;
  text-align: center;
  margin: auto !important;
  width: 100%;
  padding-bottom: 20px !important;
}
.prevent_boxotr .outer_hd_prevent h4 span {
  color: var(--orange_clr);
}
.prevent_boxotr .left_preventtext p {
  color: var(--white_clr);
  font-size: 22px;
}
.prevent_boxotr .left_preventtext {
  max-width: 650px;
  width: 100%;
}

.prevent_boxotr .bg_rdsboxprevnt h6 {
  font-size: 30px;
  line-height: normal;
}
.prevent_boxotr .bg_rdsboxprevnt {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 60px 50px;
  max-width: 650px;
  width: 100%;
}
.prevent_boxotr .bg_rdsboxprevnt p {
  color: #fff;
  margin-top: 20px;
}
.prevent_boxotr .bg_rdsboxprevnt p span {
  color: var(--orange_clr);
}

.rgtexplore_crser {
  max-width: 820px;
  margin-left: auto;
}
.home_team .team-bg-box h4 {
  color: #98e0f8;
}
.slider_afterlftdiv {
  position: absolute;
  bottom: -20px;
  left: -40px;
  width: 240px;
  height: 180px;
  z-index: -1;
}
.histry_about .his-inn.imge {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
}
.about_choose .why-inn.imge img {
  max-width: 640px;
  width: 100%;
}

.about_satisfact .hvac_contnt p {
  margin: 0;
}
.about_satisfact ul.kami-list {
  font-family: "Plus Jakarta Sans", sans-serif;
  max-width: 644px;
  width: 100%;
}

.team-section .inner-h-cntnt p {
  font-size: 16px;
  line-height: 26px;
  max-width: 720px;
  width: 100%;
}

.indor_airbox .his-inn p {
  max-width: 620px;
  width: 100%;
}

.airquality_sec .hvac_img {
  text-align: center;
}
.airquality_sec .hvac_img img {
  max-width: 570px;
  width: 100%;
}
.airquality_sec .otr_rgttxtbox {
  margin-left: 30px;
}
.airquality_sec .otr_rgttxtbox .comn_signinsideh4 h4 {
  color: var(--dark_blue_clr);
}
.airquality_sec .otr_rgttxtbox .comn_signinsideh4 {
  max-width: 650px;
  width: 100%;
}

.airquality_sec .otr_rgttxtbox p {
  font-size: 16px;
  line-height: normal;
}
.straight_box {
  max-width: 936px;
  width: 100%;
}
.commity_part .commi-cntnt {
  max-width: 928px;
  width: 100%;
  margin: auto;
}
.couminty_box .animate {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.community_making .his-inn img {
  max-width: 690px;
  margin: auto !important;
  width: 100%;
}
.cooling-first .frst-cool {
  max-width: 630px;
  width: 100%;
}
.cooling-first .frst-cool .yellow-cntnt {
  max-width: 562px;
  width: 100%;
}

.inval-sec .why-inn .cnt-btm {
  max-width: 606px;
  width: 100%;
}
.inval-sec .why-inn.imge {
  text-align: center;
}
.inval-sec .why-inn.imge img {
  max-width: 570px;
  width: 100% !important;
}
.inval-sec .why-inn {
  margin: auto;
  max-width: 560px;
  width: 100%;
}
.coupon-sec .his-inn.imge img {
  max-width: 530px;
  width: 100%;
}
.coupon-sec .his-inn.imge {
  text-align: center;
}
.ductsec3 .why-cntnt {
  max-width: 100%;
  width: 100%;
}

.ductsec3 .why-inn {
  max-width: 620px;
  width: 100%;
}

.team-section .abs_hvac {
  left: -5%;
}
.ductsec5 .frst-cool .yellow-cntnt {
  max-width: 574px;
  width: 100%;
}
.ductsec5 .history-inner {
  max-width: 1270px;
  margin: auto;
  margin-top: 30px;
  width: 100%;
}

.ductsec3 {
  padding-bottom: 80px;
}
.ductwk_sldr .rgt_efficent .testimonial_wrap {
    max-width: 720px;
    width: 100%;
}
.gas_furn {
    padding-bottom: 20px;
}

.other_issuebox .hvac_contnt .oter_decimalbox {
    max-width: 654px;
    width: 100%;
}
.other_issuebox{
  padding: 60px 0 ;
}
.haeting_frst .his-inn.colum_heatg p {
    max-width: 620px;
    width: 100%;
}
.ductsec3 .invalue-hd h4 {
    margin-bottom: 10px !important;
}

.haeting_frst .his-inn.colum_heatg .yellow-cntnt p {
    max-width: 540px;
    width: 100%;
}
.let_kaminerotr .his-inn  .yellow-cntnt {
    max-width: 580px;
}
.review-sec{
  position: relative;
  overflow: hidden;
}

.review-sec .snw-btm{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.emery_duck .emergeny_box {
    max-width: 660px;
    width: 100%;
}
.emery_duck .emergeny_box .yellow-cntnt {
    max-width: 580px;
    width: 100%;
}
.reail_box .frst-cool {
    max-width: 616px;
    width: 100%;
}
.reail_box .frst-cool .can_trustbox h6{
  color: var(--dark_blue_clr);
}

.blog-de_btn.fadeInUp.wow.right-next {
    justify-content: end;
}






