/*!
Theme Name: greenleaf-mosquito-and-pest
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenleaf-mosquito-and-pest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

greenleaf-mosquito-and-pest is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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"); */
@import url("https://use.typekit.net/txl1ysp.css");

/* font-family: "Poppins", sans-serif; */
/* font-family: "Montserrat", sans-serif; */
/* font-family: "myriad-pro",sans-serif; */
/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
  --primarycolor: #40ae49;
  --secondarycolor: #58585a;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --paraColor: #5c5c5c;
  --placeholderColor: #767676;
  --headingColor: #333333;
  --poppinsFont: "Poppins", sans-serif;
  --montserratFont: "Montserrat", sans-serif;
  --myriadpro: "myriad-pro", sans-serif;
  --site-blue: #1A3F7E;
  --site-grey-dark: #58595B;
  --site-green: #8DC63F;
  --site-blue-dark: #002257;
  --site-brown: #97282E;
  --site-yellow: #FFD24F;
  --site-black: #231F20;
  --site-light-grey: #939598;
  scroll-behavior: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--myriadpro);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: var(--site-grey-dark);
  font-size: 18px;
  line-height: 1.5;
  background-color: var(--whitecolor);
  letter-spacing: -0.01em;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--myriadpro);
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--site-black);
  font-weight: 900;
  text-transform: capitalize;
}

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

h1,
.h1-title {
  font-size: 81px;
  line-height: 1;
}

h2,
.h2-title {
  font-size: 65px;
  line-height: 1.2;
}

h2 span,
.h2-title span,
h1 span,
.h1-title span {
  color: var(--site-green);
}

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

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

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

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

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--site-grey-dark);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--site-green)
}

figure {
  margin: 0;
}

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

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: var(--whitecolor);
  width: 100%;
  color: var(--site-light-grey);
  border: 1px solid #d9d9d9;
  height: 62px;
  padding: 0 20px;
  border-radius: 10px;
  outline: none !important;
  opacity: 1;
  transition: 0.3s all;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus-visible,
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="password"]:focus-visible,
input[type="email"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border: 1px solid var(--site-green);
}

textarea {
  background-color: var(--whitecolor);
  width: 100%;
  color: var(--site-light-grey);
  border: 1px solid #d9d9d9;
  height: 230px;
  padding: 26px 20px;
  border-radius: 10px;
  outline: none !important;
  opacity: 1;
  resize: none;
  transition: 0.3s all;
}

select {
  background: url(images/select-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 13px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: var(--whitecolor);
  width: 100%;
  color: var(--site-light-grey);
  border: 1px solid #d9d9d9;
  height: 62px;
  padding: 0 27px 0 20px;
  border-radius: 10px;
  transition: 0.3s all;
  cursor: pointer;
}

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

input[type="submit"] {
  background: var(--site-yellow);
  color: var(--site-black);
  height: 58px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--site-green);
  /* color: var(--whitecolor); */
}

::-webkit-input-placeholder {
  /* opacity: 0.7; */
  color: var(--site-light-grey);
}

:-ms-input-placeholder {
  /* opacity: 0.7; */
  color: var(--site-light-grey);
}

::-moz-placeholder {
  /* opacity: 0.7; */
  color: var(--site-light-grey);
}

:-moz-placeholder {
  /* opacity: 0.7; */
  color: var(--site-light-grey);
}

/* 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(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);
}

/* custom css */
.cmn-gap {
  padding: 100px 0;
}

.section-head {
  margin-bottom: 40px;
}

.cmn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: var(--whitecolor);
  padding: 21px 33px;
  letter-spacing: initial;
  border-radius: 6px;
  overflow: hidden;
}

.cmn-btn span {
  position: relative;
  z-index: 1;
}

.cmn-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--secondarycolor);
  transition: 0.5s;
  border-radius: 6px;
}

.cmn-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.cmn-btn:hover {
  color: var(--whitecolor);
}

.cmn-btn.secondary {
  background-color: var(--secondarycolor);
}

.cmn-btn.secondary:after {
  background-color: var(--primarycolor);
}

.lg-para {
  font-size: 18px;
}

.white {
  color: var(--whitecolor);
}

/* custom css */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 258px;
  display: 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;
}

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

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

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

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

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

.navbar-nav>li>a {
  color: var(--whitecolor);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  letter-spacing: initial;
  padding: 15.5px 0;
}

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

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

.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: 20px;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  width: 200px;
  padding: 28px 0;
  box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.13);
}

.sub-menu>li>a {
  color: var(--headingColor);
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 21px;
  padding: 2px 25px;
}

.sub-menu>li:last-child>a {
  margin-bottom: 0;
}

.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 {
  color: var(--primarycolor);
}

.menu-arrow {
  background: url(images/dropdown-arr.svg) no-repeat center center / 10px;
  margin-left: 5px;
  width: 12px;
  display: inline-block;
  height: 10px;
  transition: 0.6s;
}

li.menu-item-has-children:hover .menu-arrow {
  transform: rotate(180deg);
}

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

/* 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*/

/* Header Css Start */
.hdr-upper {
  padding: 15px 0;
}

.hdr-upper-btn-outer {
  margin-left: auto;
}

.hdr-upper-inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hdr-upper-rgt {
  display: flex;
  align-items: center;
}

.hdr-upper-btn-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px;
}

.hdr-upper-btn-list li {
  padding: 10px;
}

.hdr-upper-btn-list li:nth-child(1) a {
  padding: 21px 30px;
}

.hdr-upper-btn-list li:nth-child(2) a {
  padding: 21px 34px;
}

.hdr-call {
  margin-left: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--secondarycolor);
}

.hdr-call i {
  width: 32px;
  margin-right: 10px;
  transition: 0.4s;
  margin-top: -4px;
}

.hdr-call:hover i {
  transform: translateX(3px);
}

.hdr-lower {
  background-color: var(--primarycolor);
}

/* Mega menu Css Start */
.menu-item-has-children.mega-menu {
  position: static;
}

.sub-menu.mega-menu {
  max-width: 1440px;
  width: 100%;
  padding: 0;
}

.mega-menu-row,
.mega-menu-rgt-row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.mega-menu-lft {
  width: 28%;
  padding: 30px;
}

.mega-menu-rgt {
  width: 72%;
  background-color: rgba(64, 174, 73, 0.1);
  padding: 19px 19px 19px 27px;
}

.mega-menu-rgt-text {
  width: 37.4%;
  padding-right: 15px;
}

.mega-menu-rgt-img {
  width: 62.6%;
}

.mega-menu-rgt-lft-title {
  font-family: var(--montserratFont);
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  color: var(--headingColor);
  margin-bottom: 13px;
}

.mega-menu-rgt-text ul li:not(:last-child) {
  margin-bottom: 12px;
}

.mega-menu-rgt-img figure {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}

.mega-menu-inr {
  position: relative;
  min-height: 400px;
}

.mega-menu-lft ul li {
  position: static;
}

.mega-menu-rgt-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu-lft>ul>li:not(:last-child) {
  margin-bottom: 31px;
}

.mega-menu-lft>ul>li>a {
  font-family: var(--montserratFont);
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--headingColor);
  line-height: 1.3;
}

.mega-menu-lft ul li.active>a {
  color: var(--primarycolor);
}

.mega-menu-lft ul li a:hover {
  color: var(--primarycolor);
}

.mobile-megamenu-list {
  display: none;
}

.mega-menu-each-card {
  display: none;
}

.mega-menu-each-card.active {
  display: block;
}

.mega-menu-each-card {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 403px);
  padding: 19px 19px 19px 27px;
  background-color: rgba(64, 174, 73, 0.1);
  height: 100%;
}

/* Mega menu Css End */

.hero-sec {
  /* min-height: calc(100vh - 150px); */
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 50px 0;
}

.hero-img-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero-img-wpr:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

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

.hero-inr {
  position: relative;
  z-index: 1;
  max-width: 1226px;
  margin: 0 auto;
  text-align: center;
}

.hero-inr h1 {
  line-height: 1.2;
  text-transform: capitalize;
}

/*===========  prithanuka  paul  09/02/26.   =============*/
/*=========   quote section   ==========*/

.qt-card-in {
  padding: 70px 82px;
  height: 100%;
  text-align: center;
  min-height: 460px;
}

.qt-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qt-cont .cmn-btn {
  margin-top: auto;
  min-width: 190px;
}

.row.qt-cards-row {
  --bs-gutter-x: 0;
  justify-content: center;
}

/*============    service section   ===============*/
.service-sec.cmn-gap {
  padding: 90px 0 100px;
}

.service-sec .section-head {
  max-width: 1051px;
  margin: 0 auto 40px;
}

.row.serv-sec-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  justify-content: center;
}

.serv-card {
  padding: 32px 24px;
  border-radius: 15px;
  background: var(--whitecolor);
  box-shadow: 0px 2px 25px 0 rgba(64, 174, 73, 0.12);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cmn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: linear-gradient(180deg, #ecf7ed 0%, rgba(236, 247, 237, 0) 100%);
  padding: 27px;
  margin-bottom: 20px;
}

/*==========   testimonial section   ==============*/
.testimonials-sec.cmn-gap {
  padding: 90px 0 85px;
}

.testimonials-sec .section-head {
  margin-bottom: 25px;
}

.tst-slider {
  margin: 0 -15px;
}

.tst-slider .slick-list {
  padding: 15px 0;
}

.tst-slider .slick-track {
  display: flex !important;
}

.tst-slider .slick-slide {
  height: inherit !important;
}

.tst-item {
  padding: 0 15px;
}

.tst-card {
  height: 100%;
  background: var(--whitecolor);
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
  border-radius: 15px;
  padding: 34px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qt-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  margin-bottom: 18px;
}

.qt-icon img {
  width: 100%;
}

.tst-cont h3 {
  margin-bottom: 14px;
}

/*===============   insights    page    =============*/

/*========   banner  section   ===========*/
.hero-sec.hero-sec-two {
  min-height: 420px;
  position: relative;
}

/*========    blogs  section  ==========*/

.blogs-sec .section-head {
  margin-bottom: 30px;
}

.row.blog-sec-row {
  display: block;
  --bs-gutter-x: 30px;
  /* --bs-gutter-y:30px; */
  column-count: 2;
}

.row.blog-sec-row .blog-item {
  margin-bottom: 30px;
}

.blog-col-wrp,
.blog-col-in,
.blog-item {
  height: 100%;
}

.blog-card {
  display: flex;
  flex-wrap: wrap;
}

.blog-card .blg-img {
  width: 33.8%;
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card .blg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card .blg-cont {
  width: 66.2%;
  flex: 0 0 auto;
  padding: 22px 0 22px 32px;
  display: flex;
  flex-direction: column;
}

.blg-cont h3 {
  margin-bottom: 12px;
}

.blg-cont .rd-mr {
  margin-left: auto;
  color: var(--headingColor);
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.blg-cont .rd-mr:hover {
  color: var(--primarycolor);
}

.row.blog-col-in {
  --bs-gutter-y: 30px;
}

.blogs-sec .pagination-wrp {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.cust-pagination {
  margin: 0 -5px;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}

.cust-pagination li {
  margin: 0 5px;
}

.pg-item .prev-arr img {
  margin-right: 5px;
}

.pg-item .next-arr img {
  margin-left: 5px;
}

.acc-pg-item span {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  color: var(--whitecolor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.pg-btn .pg-link:hover {
  background: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  color: var(--whitecolor);
}

.pg-btn .pg-link {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: var(--whitecolor);
  border: 1px solid var(--headingColor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.pg-item a:hover span {
  color: var(--primarycolor);
}

.pg-item a:hover img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(95%) saturate(387%) hue-rotate(74deg) brightness(92%) contrast(75%);
}

.pg-item .pg-link,
.pg-item .pg-link span,
.pg-item span {
  font-size: 16px;
}

/*==============   blog details  page   ===============*/
.blg-det-sec.cmn-gap {
  padding: 50px 0 118px;
}

.row.blg-det-row .blg-item-left {
  width: 37.15%;
  flex: 0 0 auto;
}

.row.blg-det-row .blg-item-right {
  width: 62.85%;
  flex: 0 0 auto;
}

.row.blg-det-row .blg-item-left .blg-det-card {
  padding-right: 36px;
}

.blg-det-img {
  position: relative;
  padding-top: 53.6%;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 22px;
}

.blg-det-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blg-det-cont h3 {
  margin-bottom: 15px;
}

.blg-det-wrp>*:not(:last-child) {
  margin-bottom: 24px;
}

/*===========  prithanuka  paul  09/02/26.  end  =============*/

/* pp */

/* sp 9-2-26 starts */

.footer-sec {
  position: relative;
  padding: 80px 0 20px 0;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.85);
}

.top-footer {
  position: relative;
  z-index: 2;
}

.footer-logo {
  max-width: 258px;
  margin-bottom: 30px;
  display: inline-block;
}

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

.footer-row {
  --bs-gutter-y: 12px;
  justify-content: space-between;
}

.footer-first-col {
  max-width: 341px;
  width: 100%;
  padding: 12px;
  flex: 0 0 auto;
}

.footer-first-inr {
  width: 100%;
  height: 100%;
  color: var(--whitecolor);
}

.cmn-footer-title {
  color: var(--whitecolor);
  margin-bottom: 10px;
  font-weight: 700;
}

.eachday-time>*:not(:last-child) {
  margin-bottom: 8px;
}

.eachday-time {
  margin-bottom: 10px;
}

.footer-first-inr>*:last-child {
  margin-bottom: 0;
}

.eachday-time .days {
  font-weight: 600;
}

.bold-address {
  margin-bottom: 20px;
  display: block;
}

.footer-second-inr {
  width: 100%;
  height: 100%;
}

.footer-second-col {
  max-width: 349px;
  padding: 12px;
  width: 100%;
  flex: 0 0 auto;
}

.footer-second-inr {
  width: 100%;
  height: 100%;
}

.each-footer-linkwrp ul>*:not(:last-child) {
  margin-bottom: 12px;
}

.each-footer-linkwrp ul li a {
  color: var(--whitecolor);
}

.each-footer-linkwrp ul li.current-menu-item>a,
.each-footer-linkwrp ul li a.current-menu-item,
.each-footer-linkwrp ul li a:hover {
  color: var(--primarycolor);
}

.menu.bold_menu .menu {
  margin-top: 12px;
}

.menu.bold_menu .menu a {
  font-weight: 400;
}

.each-footer-linkwrp .cmn-footer-title {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.footer-second-inr>*:not(:last-child),
.footer-third-inr>*:not(:last-child),
.footer-fourth-inr>*:not(:last-child) {
  margin-bottom: 28px;
}

.footer-third-col {
  max-width: 282px;
  width: 100%;
  flex: 0 0 auto;
  padding: 12px;
}

.footer-forth-col {
  max-width: 149px;
  width: 100%;
  padding: 12px;
  flex: 0 0 auto;
}

.footer-fourth-inr {
  width: 100%;
  height: 100%;
}

.cmn-footerankor-title a {
  color: var(--whitecolor);
  font-weight: 700;
}

.cmn-footerankor-title a:hover {
  color: var(--primarycolor);
}

.cmn-footerankor-title>*:not(:last-child) {
  margin-bottom: 20px;
}

.topfooter-inr {
  padding-bottom: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mid-footer-inr {
  text-align: center;
  max-width: 1065px;
  margin: 0 auto;
}

.mid-footer {
  position: relative;
  z-index: 2;
  padding: 30px 0 38px 0;
}

.mid-footer-para-wrp>*:not(:last-child) {
  margin-bottom: 10px;
}

.mid-footer-para-wrp {
  margin-bottom: 18px;
  color: var(--whitecolor);
}

.footer-social-wrp {
  display: flex;
  justify-content: center;
}

.footer-social-wrp>*:not(:last-child) {
  margin-right: 20px;
}

.footer-icon-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 12px;
}

.footer-icon-wrp:hover {
  background-color: var(--primarycolor);
}

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

.footer-copywrp {
  padding-top: 21px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-copywrp p,
.footer-copywrp a {
  color: var(--whitecolor);
}

.footer-copywrp a:hover {
  color: var(--primarycolor);
}

.bottom-footer {
  position: relative;
  z-index: 2;
}

.houston-area-sec {
  position: relative;
  background-color: rgba(64, 174, 73, 0.05);
}

.housten-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
  align-items: center;
}

.houston-right-wrp {
  max-width: 363px;
}

.houston-right-wrp p {
  line-height: 2.2;
}

.each-housing-wrp {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.each-housing-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.housing-left-row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}

.housten-row .houston-left-col {
  width: 58.7%;
}

.housten-row .houston-right-col {
  width: 41.3%;
}

.houston-btn-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}

.houston-btn-wrp>*:not(:last-child) {
  margin-right: 10px;
}

.houston-inr-wrp {
  position: relative;
  z-index: 2;
}

.moscuto-catchimg {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  width: 47.6%;
  max-width: 907px;
  pointer-events: none;
}

.betterlife-sec {
  position: relative;
}

.betterlife-inr-wrp {
  position: relative;
  z-index: 2;
}

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

.betterlife-sec {
  background-color: rgba(64, 174, 73, 0.05);
}

.each-inputrow {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 30px;
}

.cmn-input-check {
  display: flex;
  align-items: center;
}

.cmn-input-check label {
  margin-right: 18px;
  position: relative;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.cmn-input-check label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cmn-input-check label input:checked+span {
  border: 1px solid var(--primarycolor);
  background-color: var(--primarycolor);
}

.cmn-input-check label input:checked+span::before {
  opacity: 1;
}

.cmn-input-check span {
  transition: 0.3s all;
  width: 24px;
  height: 24px;
  border: 1px solid #333333;
  display: inline-block;
  border-radius: 6px;
  position: relative;
}

.cmn-input-check span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("images/checked-tic.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  transition: 0.3s all;
  opacity: 0;
}

.cmn-input-wrp {
  width: 100%;
}

.submit-btn-wrp {
  text-align: center;
}

/* sp 9-2-26 ends */
/* misting starts */

.misting-right-inr {
  border-radius: 15px;
  background-color: var(--whitecolor);
  padding: 30px 30px 49px 30px;
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
}

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

.misting-row .misting-left-col {
  width: 46.1%;
}

.misting-row .misting-right-col {
  width: 53.9%;
}

.misting-sec-head {
  max-width: 1176px;
  margin: 0 auto 45px;
}

.misting-left-inr {
  width: 100%;
  height: 100%;
  max-width: 613px;
}

.each-mosquto-wrp h3 {
  margin-bottom: 12px;
}

.misting-para-wrp>*:not(:last-child) {
  margin-bottom: 10px;
}

.each-mosquto-wrp {
  margin-bottom: 30px;
}

.each-mosquto-wrp:last-child {
  margin-bottom: 37px;
}

.new-system-wrp h3 {
  margin-bottom: 20px;
}

.system-ul li {
  padding-left: 28px;
  position: relative;
  /* font-size: 18px; */
}

.system-ul>*:not(:last-child) {
  margin-bottom: 26px;
}

.system-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--primarycolor);
}

.system-ul li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/system-tic.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  width: 10px;
  height: 7px;
}

.new-system-wrp h3 {
  margin-bottom: 30px;
}

.systemcard-sec {
  position: relative;
  background-color: rgba(64, 174, 73, 0.05);
}

.systemcard-inr {
  position: relative;
  z-index: 2;
}

.system-card {
  border-radius: 15px;
  background-color: var(--whitecolor);
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
  width: 100%;
  height: 100%;
  padding: 32px 32px 41px;
}

.system-icon-wrp {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #ecf7ed 0%, rgba(236, 247, 237, 0) 100%);
  padding: 28px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.system-icon-wrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.system-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.systemcard-sec .moscuto-catchimg {
  width: 42.1%;
  max-width: 808px;
}

.system-main-row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
}

/* misting ends */

/* 10-2-26 starts */

.outspace-btn-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.outspace-btn-wrp>*:not(:last-child) {
  margin-right: 10px;
}

.moscuto-missing-sec {
  position: relative;
  background-color: rgba(64, 174, 73, 0.05);
}

.moscuto-missing-inr {
  position: relative;
  z-index: 2;
}

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

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

.leftmoscuto-two h2,
.leftmoscuto-two h3 {
  margin-bottom: 15px;
}

.moscuto-para-wrp>*:not(:last-child),
.rightmoscuto-two>*:not(:last-child) {
  margin-bottom: 10px;
}

.moscuto-missing-inr .new-system-wrp {
  max-width: 415px;
  margin: 0 auto;
}

.new-system-wrp h3 {
  margin-bottom: 20px;
}

.instalation-each {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  padding: 40px;
  padding-top: 80px;
  min-height: 360px;
}

.instalation-each span {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 100px;
  color: rgba(64, 174, 73, 0.1);
  font-weight: 700;
  line-height: 1;
}

.instalation-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  justify-content: center;
}

.moscuto-solutions-banner-sec {
  position: relative;
  background-color: rgba(64, 174, 73, 0.1);
}

.banner-moscuto-solutions {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  max-width: 915px;
}

.hero-inr-left {
  max-width: 710px;
  position: relative;
  z-index: 2;
}

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

.business-home-wrp {
  margin-bottom: 40px;
}

.castomers-say-sec {
  position: relative;
  background-color: rgba(64, 174, 73, 0.05);
}

.castomers-say-inr {
  position: relative;
  z-index: 2;
}

.each-galary-inr {
  border-radius: 15px;
  overflow: hidden;
}

.each-galary-inr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galary-slider .each-galary-outer {
  padding: 15px;
}

.galary-slider .slick-list {
  margin: -15px;
}

.galary-slider-outer {
  position: relative;
}

.slick-eachbtns {
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--headingColor);
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  z-index: 2;
  background-color: var(--whitecolor);
}

.slick-eachbtns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s all;
}

.slick-eachbtns:hover {
  background-color: var(--primarycolor);
}

.slick-eachbtns:hover {
  border: 1px solid var(--primarycolor);
}

.slick-eachbtns:hover img {
  filter: brightness(0) invert(1);
}

.previous-galary {
  top: 50%;
  transform: translateY(-50%);
  left: -82px;
}

.next-galary {
  top: 50%;
  transform: translateY(-50%);
  right: -82px;
}

.issue-row {
  align-items: center;
  --bs-gutter-y: 30px;
}

.issue-left-wrp {
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.issue-left-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.issue-right-wrp {
  width: 100%;
  height: 100%;
  padding-left: 19px;
}

.issue-right-wrp>*:not(:last-child) {
  margin-bottom: 18px;
}

.pest-issues-sec .section-head {
  max-width: 1145px;
  margin: 0 auto 30px;
}

.issue-row .issue-left-col,
.hire-greenleaf-row .issue-left-col {
  width: 58.2%;
}

.issue-row .issue-right-col,
.hire-greenleaf-row .issue-right-col {
  width: 41.8%;
}

.hire-leaf-left-wrp {
  width: 100%;
  height: 100%;
  max-width: 788px;
}

.hire-leaf-left-wrp>*:not(:last-child) {
  margin-bottom: 20px;
}

.system-ul li strong {
  font-weight: 600;
}

.hire-greenleaf-row {
  align-items: center;
  --bs-gutter-y: 30px;
}

.hire-green-row {
  --bs-gutter-x: 30px;
  /* --bs-gutter-y: 30px; */
}

.hire-green-row>*:nth-child(odd) .system-card {
  margin-bottom: 30px;
}

.hire-green-row>*:nth-child(even) .system-card {
  margin-top: 30px;
}

.each-hirepart-wrp:not(:last-child) {
  margin-bottom: 47px;
}

.each-hirepart-wrp .system-card {
  height: auto;
  min-height: 239px;
  padding: 32px;
}

.each-pestcard {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 10-2-26 ends */

/* 11-2-26 starts */

.application-form-wrp {
  border-radius: 15px;
  padding: 45px 33px 55px 40px;
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
}

.application-form-fieldwrp {
  width: 100%;
  height: 100%;
}

.application-form-wrp .section-head {
  margin-bottom: 25px;
}

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

.application-form-fieldwrp textarea {
  height: 127px;
}

.application-submit-wrp {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.application-submit-wrp input[type="submit"] {
  min-width: 160px;
}

.file-upload-wrp label {
  border: 1px dashed var(--primarycolor);
  padding: 34px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.file-upload-wrp label input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-upload-wrp label span {
  width: 30px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file-upload-wrp label span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.file-upload-wrp label>*:not(:last-child) {
  margin-bottom: 11px;
}

.file-upload-wrp label .bold-para {
  color: var(--headingColor);
  font-weight: 700;
}

.hero-inr-title h1 {
  margin-bottom: 15px;
}

.banner-loaction-wrp {
  display: flex;
  /* align-items: center; */
  color: var(--whitecolor);
  justify-content: center;
  text-align: left;
}

.banner-loaction-wrp span {
  width: 24px;
  height: 28px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.job-title-left-wrp {
  width: 100%;
  border-radius: 15px;
  padding: 30px 30px 39px 30px;
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
}

.job-details-wrp {
  display: flex;
}

.jobdetails-wrp-inr {
  display: flex;
  align-items: center;
}

.jobdetails-wrp-inr>* {
  margin-bottom: 0;
}

.jobdetails-wrp-inr>*:first-child {
  color: var(--headingColor);
  font-weight: 700;
  min-width: 172px;
  margin-right: 20px;
}

.job-details-wrp {
  display: flex;
  flex-direction: column;
}

.job-details-wrp>*:not(:last-child) {
  margin-bottom: 18px;
}

.job-details-apply-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.job-details-apply-btns>*:not(:last-child) {
  margin-right: 10px;
}

.jobtitle-right-btnwrp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}

.jobtitle-right-btnwrp>*:not(:last-child) {
  margin-right: 10px;
}

.jobtitle-right-txtwrp h2 {
  display: none;
}

.jobtitle-right-txtwrp h3 {
  font-size: 22px;
  margin-bottom: 18px;
  margin-top: 28px;
}

.jobtitle-right-txtwrp p {
  margin-bottom: 15px;
}

.job-title-rightwrp {
  padding-left: 5px;
}

.job-title-row {
  --bs-gutter-y: 40px;
}

/* sp 11-2-26 ends */

/*===== p.paul 10/2/26 starts =======*/

.abt-tst-sec .section-head {
  margin-bottom: 27px;
}

.tst-map-img {
  position: relative;
  padding-top: 48.6%;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 50px;
}

.tst-map-img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.abt-tst-card {
  height: 100%;
  padding: 40px 17px 20px 35px;
  border-radius: 15px;
  background: var(--whitecolor);
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
  display: flex;
  flex-direction: column;
}

.abt-tst-card .btn-wrp a {
  color: #474747;
  font-weight: 500;
  text-decoration: underline !important;
}

.abt-tst-card .btn-wrp a:hover {
  color: var(--primarycolor);
}

.str-grp {
  margin: 0 -3px;
  padding: 0;
  list-style: none;
  display: flex;
}

.str-grp li {
  width: 24px;
  padding: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.str-grp li img {
  display: block;
  width: 100%;
}

.abt-tst-card ul {
  margin-bottom: 18px;
}

.abt-tst-cont {
  padding-right: 43px;
}

.abt-tst-cont {
  margin-bottom: 19px;
}

.btn-wrp>*:not(:last-child) {
  margin-right: 10px;
}

.tst-pst-tm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.tst-pst-tm p {
  margin-bottom: 0;
  padding-right: 12px;
}

.tst-pst-tm i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  flex: 0 0 auto;
}

.tst-pst-tm i img {
  width: 100%;
}

/*===========    faq  page   =============*/
.faq-sec .section-head {
  margin-bottom: 34px;
}

.faq-tab-list-wrp {
  margin: 0 auto 45px;
  text-align: center;
}

.faq-tab-list {
  /* margin: 0 -20px; */
  list-style: none;
  padding: 5px;
  display: inline-flex;
  border: 1px solid rgba(64, 174, 73, 0.3);
  border-radius: 6px;
  justify-content: center;
}

.faq-tab-list li {
  padding: 0 5px;
  border-radius: 6px;
}

.faq-tab-list li:first-child {
  padding-left: 0;
}

.faq-tab-list li:last-child {
  padding-right: 0;
}

.faq-tab-list li .fq-li {
  display: block;
  padding: 22px 20px 21px;
  font-family: var(--montserratFont);
  font-style: normal;
  font-weight: 700;
  /* font-size: 22px; */
  font-size: 18px;
  line-height: 1;
  background: transparent;
  color: var(--headingColor);
  text-align: center;
  border-radius: 6px;
}

.faq-wrp .faq-box:not(:last-child) {
  margin-bottom: 25px;
}

.faq-box {
  border: 1px solid #dedede;
  border-radius: 15px;
}

.faq-btn {
  display: flex;
  padding: 33px 24px 33px 32px;
  transition: all 0.3s ease-in-out;
}

.faq-title {
  padding-right: 15px;
  flex: 1;
}

.faq-arr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
}

.faq-arr img {
  display: block;
  width: 100%;
}

.faq-panel {
  padding: 24px 32px 0;
  display: none;
}

.faq-panel p {
  max-width: 1273px;
}

.faq-box.open {
  background: var(--whitecolor);
  box-shadow: 0px 2px 25px 0 rgba(64, 174, 73, 0.12);
  border: 1px solid var(--whitecolor);
}

.faq-box.open .faq-panel {
  padding-bottom: 35px;
}

.faq-btn.faq-acc {
  padding: 33px 24px 0px 32px;
}

.faq-btn.faq-acc h3 {
  color: var(--primarycolor);
}

.faq-btn.faq-acc .faq-arr {
  transform: rotate(45deg);
  filter: brightness(0) saturate(100%) invert(53%) sepia(57%) saturate(513%) hue-rotate(74deg) brightness(95%) contrast(90%);
}

.faq-tab-list li .fq-li.active,
.faq-tab-list li .fq-li:hover {
  background: var(--primarycolor);
  color: var(--whitecolor);
}

.faq-wrp {
  display: none;
}

.faq-wrp.acc-tab-item {
  display: block;
}

/*=========   thank you page  ==========*/
.thnk-main-sec.cmn-gap {
  padding: 95px 0 97px;
}

.thnk-main-sec .section-head {
  margin-bottom: 15px;
}

.thnk-cont {
  max-width: 1031px;
  margin: 0 auto;
}

.thnk-cont p {
  font-size: 18px;
}

/*=========   career   page  ==========*/
.job-open-sec.cmn-gap {
  padding: 95px 0 100px;
}

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

.job-opn-card {
  padding: 30px 30px 38px;
  background: var(--whitecolor);
  border: 1px solid #dedede;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.job-opn-card h3 {
  margin-bottom: 14px;
}

.job-cont {
  margin-bottom: 25px;
  padding-right: 72px;
}

.job-cont p {
  font-size: 18px;
}

.pagination-wrp {
  margin-top: 50px;
}

.job-opn-card:hover {
  box-shadow: 0px 2px 25px 0px rgba(64, 174, 73, 0.12);
  border: 1px solid var(--whitecolor);
}

/*===== p.paul 10/2/26 end =======*/

/* 13-2-26 starts */

.footer-number-tel {
  color: var(--whitecolor);
}

.footer-number-tel:hover {
  color: var(--primarycolor);
}

.blg-item-left .blg-det-card {
  padding-top: 100px;
}

.jobdetails-wrp-inr>*:nth-child(2) {
  font-size: 18px;
}

.cust-pagination-mdfy {
  justify-content: center;
}

/* 13-2-26 ends */

/* 23.02.26 sprt css start */

.site-main {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 12px;
}

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

.gform_body .gform_fields .gfield .ginput_container input[type="text"],
.gform_body .gform_fields .gfield .ginput_container input[type="tel"],
.gform_body .gform_fields .gfield .ginput_container input[type="password"],
.gform_body .gform_fields .gfield .ginput_container input[type="email"],
.gform_body .gform_fields .gfield .ginput_container select {
  background-color: var(--whitecolor) !important;
  width: 100%;
  color: var(--placeholderColor) !important;
  border: 1px solid #d9d9d9 !important;
  height: 62px !important;
  padding: 0 20px !important;
  border-radius: 10px !important;
  outline: none !important;
  opacity: 1 !important;
  transition: 0.3s all;
  font-size: 16px;
  align-items: center;
}

.gform_body .gform_fields .gfield .ginput_container textarea {
  background-color: var(--whitecolor);
  width: 100%;
  color: var(--placeholderColor);
  border: 1px solid #d9d9d9;
  height: 230px;
  padding: 26px 20px;
  border-radius: 10px;
  outline: none !important;
  opacity: 1;
  resize: none;
  transition: 0.3s all;
  font-size: 16px;
}


.betterlife-inr-wrp .gform_fields {
  display: flex !important;
  gap: 0;
}

/*.betterlife-inr-wrp #gform_fields_1 {
  display: flex;
  gap: 0;
}*/

.betterlife-inr-wrp .gform_fields .custom-wrapper-top,
.betterlife-inr-wrp .gform_fields .custom-wrapper-bottom {
  width: 50%;
}

.betterlife-inr-wrp .gform_fields .custom-wrapper-top {
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
}

.betterlife-inr-wrp .gform_fields .custom-wrapper-bottom {
  padding-left: 15px;
}

.betterlife-inr-wrp .gform_body .gform_fields .gfield .ginput_container {
  margin-bottom: 30px;
}

/* .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_1,
.betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_3,
.betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_9 {
  width: 100%;
} */

.betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--type-text,
.betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--type-html {
  width: 100%;
}

/* .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_10,
.betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_11,
.betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_12 {
  width: 33.3%;
  padding: 0 10px;
} */

.betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
  width: 31.8% !important;
  padding: 0 10px !important;
}

.betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third:last-child {
  padding: 0 !important;
  margin: 0;
}

/* .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_10 {
  padding-left: 0;
} */

.betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
  padding-left: 0 !important;
}

.betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_12 {
  padding-right: 0;
}

/* .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_10 .ginput_container,
.betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_11 .ginput_container,
.betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_12 .ginput_container,
.betterlife-inr-wrp .gform_fields .custom-wrapper-bottom #field_1_16 .ginput_container {
  margin-bottom: 0;
} */

.betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third,
.betterlife-inr-wrp .gform_fields .custom-wrapper-bottom #field_1_16 .ginput_container {
  margin-bottom: 0;
}

.betterlife-inr-wrp .gfield--type-checkbox .gchoice label {
  transition: 0.3s all;
  width: 24px;
  height: 24px;
  border: 1px solid #333333;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  background: transparent;
  margin-left: 0;
}

.betterlife-inr-wrp .gform_fields .custom-wrapper-top .gchoice input {
  display: none;
}

/* #field_1_3,
#field_1_14 {
  font-family: var(--montserratFont);
  margin: 0 0 30px 0;
  padding: 0;
  color: var(--headingColor);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.2;
} */

.gform_fields .gfield_html {
  font-family: var(--montserratFont);
  margin: 0 0 30px 0;
  padding: 0;
  color: var(--headingColor);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.2;
}

.application-form-sec .custom-upload-box {
  border: 1px dashed var(--primarycolor);
  padding: 34px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.upload-icon img {
  width: 30px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-form-sec .custom-upload-box strong {
  color: var(--headingColor);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.application-form-sec span#gfield_upload_rules_2_9 {
  display: none;
}

.gform-footer input[type="submit"] {
  background: var(--primarycolor) !important;
  color: #fff7f7;
  height: 58px !important;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  border-radius: 6px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 400 !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.application-form-sec .gform-footer input[type="submit"] {
  min-width: 160px !important;
}

.application-form-sec .gform-footer {
  justify-content: center;
}

.application-form-sec textarea {
  height: 127px !important;
}

.betterlife-inr-wrp fieldset {
  width: 30px;
  margin-top: 20px;
}

/* .betterlife-inr-wrp fieldset#field_1_4,
.betterlife-inr-wrp fieldset#field_1_6 {
  margin-top: 20px;
} */

.betterlife-inr-wrp fieldset.gfield--type-checkbox,
.betterlife-inr-wrp fieldset.gfield--type-checkbox {
  margin-top: 20px;
}

/* .betterlife-inr-wrp #field_1_5,
.betterlife-inr-wrp #field_1_7 {
  width: calc(100% - 30px);
  padding-left: 12px;
} */

.betterlife-inr-wrp .gfield--type-email,
.betterlife-inr-wrp .gfield--type-phone {
  width: calc(100% - 30px);
  padding-left: 12px;
}

.error-page-outer,
.error-btn-wrrp {
  text-align: center;
}

.betterlife-inr-wrp .gform-footer.gform_footer.top_label {
  width: 50%;
  padding-left: 15px;
  margin-left: auto;
  margin-top: -70px;
  justify-content: center;
}

.entry-content {
  text-align: left;
}

.application-form-wrp .gform_confirmation_message,
.betterlife-inr-wrp .gform_confirmation_message {
  text-align: center;
  font-family: var(--montserratFont);
  padding: 0;
  color: var(--headingColor);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
}

.error-btn-wrrp.cmn-gap {
  padding-top: 30px;
}

/* .gfield--type-checkbox .gchoice .gfield-choice-input{
  opacity: 0;
} */
.gfield--type-checkbox .gchoice label {
  position: relative;
}

.gfield--type-checkbox .gchoice label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(images/checked-tic.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  transition: 0.3s all;
  opacity: 0;
}

.gfield--type-checkbox .gchoice label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--primarycolor);
  background-color: var(--primarycolor);
  opacity: 0;
  border-radius: 6px;
}

.gfield--type-checkbox .gchoice input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.gfield--type-checkbox .gchoice input[type="checkbox"]:checked+label:before {
  opacity: 1;
  z-index: 1;
}

/* 23.02.26 sprt css end */

/* 25.2.26 */

#gform_3 #field_3_5,
#gform_3 #field_3_7 {
  width: calc(100% - 30px);
  padding-left: 12px;
  margin-bottom: 26px;
}

#gform_3 fieldset#field_3_6,
#gform_3 fieldset#field_3_4 {
  margin-top: 20px;
  width: 30px;
}

#gform_3 .gform-theme--framework .gfield--type-choice .gfield_checkbox,
#gform_3 .gform-theme--framework .gfield--type-choice .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: var(--gf-field-choice-gap);
}

#gform_3 .gform-theme--framework .gfield--type-choice .gchoice,
#gform_3 .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  display: inline-grid;
  gap: var(--gf-field-choice-meta-space) 0;
  grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto;
}

#gform_3 #choice_3_4_1,
#gform_3 #choice_3_6_1 {
  display: none;
}

#gform_3 .gfield--type-checkbox .gchoice label {
  transition: 0.3s all;
  width: 24px;
  height: 24px;
  border: 1px solid #333333;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  background: transparent;
  margin-left: 0;
}

#gform_3 .gfield--type-checkbox .gchoice label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(images/checked-tic.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  transition: 0.3s all;
  opacity: 0;
}

#gform_3 .gfield--type-checkbox .gchoice label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--primarycolor);
  background-color: var(--primarycolor);
  opacity: 0;
  border-radius: 6px;
}

#gform_3 #field_3_1,
#gform_3 #field_3_3,
#gform_3 #field_3_9,
#gform_3 #field_3_14,
#gform_3 #field_3_15,
#gform_3 #field_3_16 {
  width: 100%;
  margin-bottom: 26px;
}

/* #gform_3 #field_3_10,
#gform_3 #field_3_11,
#gform_3 #field_3_12 {
  width: 31.8%;
  padding: 0;
  margin-bottom: 26px;
  margin-right: 14px;
} */

.betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
  width: 31.8%;
  padding: 0;
  margin-bottom: 26px;
  margin-right: 14px;
}



#gform_3 #field_3_12 {
  margin-right: 0 !important;
}

#gform_3 .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

#gform_3 .gchoice input[type="checkbox"]:checked+label:before {
  opacity: 1;
  z-index: 1;
}

#gform_3 .gchoice input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

#gform_3 .gform-footer.gform_footer.top_label {
  display: flex;
  align-items: center;
  justify-content: center;
}

#field_3_3,
#field_3_14 {
  font-family: var(--montserratFont);
  padding: 0;
  color: var(--headingColor);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.2;
}

.page-id-352 div#gform_confirmation_message_3 {
  font-weight: 600;
  font-size: 20px;
}

/* 25.2.26 */
.abt-tst-item .tst-pst-tm {
  color: #474747;
}

#field_2_9.gfield--input-type-fileupload {
  cursor: pointer;
}

.blg-cont .h5-title a {
  color: #333333;
}

.slick-eachbtns img {
  width: auto;
}

/* start 27-02-26 */

.cmn-btn {
  color: #fff7f7;
}

.cmn-btn.secondary {
  color: var(--whitecolor);
}

.betterlife-inr-wrp .gform_body .gform_fields .gfield .ginput_container {
  margin-bottom: 0px;
}

.betterlife-inr-wrp .gfield {
  margin-bottom: 30px;
}

/* end 27-02-26 */
/* 2.3.26 */
.qt-cont .cmn-btn.secondary {
  color: #fff7f7;
}

.abt-tst-card .abt-tst-cont {
  color: #474747;
}

/* 2.3.26 */

/* 06-03-2026 m.m css */
.page-template-template-mosquito-misting-system .hero-inr {
  max-width: 1256px;
}

.system-theme-ul li:not(:last-child) {
  margin-bottom: 12px;
}

.system-theme-ul li {
  position: relative;
  padding-left: 16px;
}

.system-theme-ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #5c5c5c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.page-template-template-mosquito-misting-system .instalation-row>* {
  display: flex;
  flex-direction: column;
}

.instalation-each-details {
  border-radius: 15px;
  background-color: var(--whitecolor);
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.2);
  width: calc(100% - 20px);
  padding: 32px 32px 41px;
  text-align: center;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
}

.page-template-template-mosquito-misting-system .instalation-each {
  height: auto;
  padding-top: 60px;
  padding-bottom: 55px;
}

.instalation-each-details p {
  max-width: 170px;
  margin: 0 auto;
}

.page-template-template-mosquito-misting-system .instalation-row {
  --bs-gutter-y: 24px;
}

.banner-moscuto-solutions {
  width: 45%;
}

.page-template-template-mosquito-solution .hero-inr-left {
  max-width: 710px;
  text-align: right;
}


.safe-effective-head {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.system-theme-ul:not(:last-child) {
  margin-bottom: 22px;
}

.system-main-row-new {
  justify-content: center;
}

.system-main-row-new>* {
  width: 16.66%;
}


/* 06-03-2026 m.m css */
/* 9.3.26 */
.gel-box {
  border-radius: 10px;
  position: relative;
  padding-top: 76.25%;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
}

.gel-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gellery-slider .slick-list {
  margin: 0px -10px;
}

.gellery-slider .slick-slide {
  padding: 0px 10px;
}

.gellery-page-inr .moscuto-missing-inr .new-system-wrp {
  max-width: 1000px;
}

.wrap-btnshero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mt-gap-gellery {
  margin-top: 30px;
}

.hdr-call.white-hdr {
  color: #fff;
}

.hdr-call.white-hdr:hover {
  color: var(--primarycolor);
}

/* 11.3.26 */
.col-three .tst-card {
  display: flex;
  flex-direction: column;
  align-items: inherit;
}

.new-up-img {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}

.new-up-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  object-fit: cover;
}

/* 25-03-26 supp */

.new-up-img h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}

.new-up-img::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0000004a;
  position: absolute;
  left: 0;
  top: 0;
}

/* 25-03-26 supp */

.col-three {
  margin-bottom: 20px;
}

.row-three {
  margin-bottom: -20px;
}

.circle-sec .instalation-each {
  height: auto;
  padding: 40px;
  padding-top: 40px;
  min-height: 360px;
}

.circle-sec .instalation-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 30px;
}

.wrap-ini {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrap-para-index {
  margin-top: 30px;
}

.wrap-rgtbanner {
  border-radius: 20px;
  overflow: hidden;

}

.wrap-rgtbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

.rowbanner-new {
  align-items: center;
}

.hero-sec.for-small-baner .rowbanner-new h1 {
  text-align: right;
  color: var(--headingColor);
}

.hero-sec.for-small-baner {
  min-height: auto;
}

/* 11.3.26 */
/*support css update 12/3/2026*/
.instalation-each span {
  color: var(--whitecolor);
}

.srv-top-moscutosec .section-head h2 {
  margin-bottom: 50px;
}

.srv-top-moscutosec.cmn-gap {
  padding-bottom: 45px;
}

.serv-bnefitimg {
  width: 100%;
  padding-top: 60%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}

.serv-bnefitimg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.index-two-serv-sec .serv-card>a {
  width: 100%;
  display: block;
}

.index-two-serv-sec .serv-card:hover .serv-bnefitimg img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.free-qute-btn-wrp {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.fst-msq-para {
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
}

.page-id-488 .moscuto-scndsec-fog .rightmoscuto-two ul li:not(:last-child),
.page-id-488 .moscuto-scndsec-fog .leftmoscuto-two ul li:not(:last-child) {
  margin-bottom: 5px;
}

.thrd-para-upper {
  margin-top: 20px !important;
}

.page-id-488 .moscuto-missing-inr .misting-two-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-id-488 .moscuto-mis-optionsec .leftmoscuto-two .h4-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  color: var(--paraColor);
}

.page-id-488 .moscuto-scndsec-fog .h4-title {
  margin-top: 20px;
}

.page-id-488 .moscuto-mis-option-colnew {
  width: 37%;
}

.page-id-488 .moscuto-scndsec-fog .section-head h2 {
  margin-bottom: 16px;
}

.chs-mosquto-sytem-wrpr {
  background: var(--whitecolor);
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 40px;
}

.chs-mosquto-sytem-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chs-mosquto-sytm-inrhd {
  margin-bottom: 15px;
  font-size: 24px;
}

.chs-mosquto-sytem-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chs-mosquto-sytm-h3 {
  line-height: 1.4;
}

.chs-mosquto-sytm-lftcol {
  width: 40%;
  padding: 0 15px;
}

.chs-mosquto-sytm-rgtcol {
  width: 60%;
  padding: 0 15px;
}

.chs-mosquto-sytm-inrbx ul li {
  position: relative;
  list-style: none;
  padding-left: 15px;
}

.chs-mosquto-sytm-inrbx ul li:not(:last-child) {
  margin-bottom: 8px;
}

.chs-mosquto-sytm-inrbx ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: var(--paraColor);
  border-radius: 100%;
}

.chs-mosquto-sytm-lftbx {
  padding-right: 50px;
}

.chs-mosquto-sytem-btnwrpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 30px auto 0 auto;
}

.chs-mosquto-sytem-btnwrpr a:not(:last-child) {
  margin-right: 15px;
}

.index-two-serv-sec .serv-sec-row {
  --bs-gutter-x: 24px;
}

.index-two-serv-sec .serv-item {
  width: 16.66%;
}

.index-two-serv-sec .serv-item .serv-card {
  padding: 30px 18px;
}

/*support css update 12/3/2026*/
/* CSS Modification 19.03.26 */
.hero-inr h1 {
  line-height: 1;
}

.cmn-btn {
  font-size: 18px;
  letter-spacing: 0;
  color: var(--site-black);
  background: var(--site-yellow);
}

.qt-cont .cmn-btn.secondary {
  color: var(--site-black);
}

.cmn-btn.secondary {
  color: var(--site-black);
  background: var(--site-yellow);
}

.cmn-btn:hover,
.cmn-btn.secondary:hover,
.cmn-btn.secondary:after,
.cmn-btn:after {
  background: var(--site-green);
}

.sub-menu>li>a {
  color: var(--site-black);
}

.cmn-btn:hover,
.cmn-btn.secondary:hover {
  color: var(--whitecolor);
}

.hdr-lower {
  background: var(--site-blue);
}

.mega-menu-lft>ul>li>a {
  font-weight: 900;
  font-family: var(--myriadpro);
  color: var(--site-black);
}

.mega-menu-lft ul li.active>a,
.mega-menu-lft ul li a:hover,
.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  color: var(--site-green);
}

.mega-menu-lft>ul>li:not(:last-child) {
  margin-bottom: 25px;
}

.mega-menu-each-card {
  background: rgba(141, 198, 63, 0.10);
}

.mega-menu-rgt-lft-title {
  font-size: 25px;
  font-weight: 900;
  font-family: var(--myriadpro);
  color: var(--site-black);
}

.qt-card-in {
  background: var(--site-green);
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 8px 45px rgba(26, 63, 126, 0);
  box-shadow: 0px 8px 45px rgba(26, 63, 126, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.qt-cards-sec {
  padding: 17px 0;
}

.qt-cards-row {
  margin: 0 -9px;
}

.qt-cards-row>* {
  padding: 0 9px;
}

.qt_icon_box {
  height: 94px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 28px;
}

.qt_icon_box img {
  max-width: 94px;
  max-height: 94px;
  object-fit: contain;
}

.qt-card-in .h3-title {
  color: var(--whitecolor);
}

.qt-card-in:hover {
  -webkit-box-shadow: 0px 8px 45px rgba(26, 63, 126, 0.4);
  box-shadow: 0px 8px 45px rgba(26, 63, 126, 0.4);
}

.qt_card_wrppr {
  padding: 0 17px;
}

.cmn-icon {
  width: 123px;
  height: 123px;
  background: var(--site-brown);
}

.cmn-icon img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}

.qt-cont .cmn-btn:hover::after {
  background: var(--site-brown);
}

.qt-cont .cmn-btn:hover {
  background: var(--site-brown);
  color: var(--whitecolor);
}

.houston-area-sec,
.betterlife-sec,
.castomers-say-sec,
.moscuto-missing-sec {
  background: rgba(26, 63, 126, 0.05);
}

.tst-card {
  font-size: 16px;
}

.gform_body .gform_fields .gfield .ginput_container input[type="text"],
.gform_body .gform_fields .gfield .ginput_container input[type="tel"],
.gform_body .gform_fields .gfield .ginput_container input[type="password"],
.gform_body .gform_fields .gfield .ginput_container input[type="email"],
.gform_body .gform_fields .gfield .ginput_container select,
.gform_body .gform_fields .gfield .ginput_container textarea {
  font-size: 18px;
  color: var(--site-light-grey) !important;
}

.gfield--type-checkbox .gchoice label:after {
  background: var(--site-green);
  border-color: var(--site-green);
}

.betterlife-inr-wrp .gfield--type-checkbox .gchoice input[type=checkbox]:checked+label {
  border-color: var(--site-green);
}

.gform-footer input[type="submit"] {
  color: var(--site-black) !important;
  background: var(--site-yellow) !important;
  font-size: 18px !important;
  transition: all 0.3s ease-in-out;
}

.gform-footer input[type="submit"]:hover {
  background: var(--site-green) !important;
  color: var(--whitecolor) !important;
}

/* #field_1_3,
#field_1_14 {
  font-size: 25px;
  font-family: var(--myriadpro);
  font-weight: 900;
  color: var(--site-black);
} */

.gform_fields .gfield_html {
  font-size: 25px;
  font-family: var(--myriadpro);
  font-weight: 900;
  color: var(--site-black);
}

.cmn-footer-title {
  font-weight: 900;
}

.footer-first-col {
  max-width: 340px;
}

.footer-second-col {
  max-width: 350px;
}

.footer-icon-wrp:hover,
.system-ul li::before {
  background: var(--site-green);
}

.each-footer-linkwrp ul li a:hover,
.footer-copywrp a:hover,
.abt-tst-card .btn-wrp a:hover {
  color: var(--site-green);
}

.abt-tst-card .abt-tst-cont,
.abt-tst-card .btn-wrp a {
  color: var(--site-grey-dark);
}

.abt-tst-item .tst-pst-tm {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.abt-tst-card .btn-wrp a {
  font-weight: 400;
  text-decoration: none !important;
}

.each-footer-linkwrp ul li.current-menu-item>a,
.each-footer-linkwrp ul li a.current-menu-item,
.each-footer-linkwrp ul li a:hover,
.faq-btn.faq-acc h3 {
  color: var(--site-green);
}

.faq-tab-list li .fq-li {
  font-family: var(--myriadpro);
  color: var(--site-black);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.faq-tab-list li .fq-li.active,
.faq-tab-list li .fq-li:hover {
  background: var(--site-green);
  color: var(--site-black);
}

.faq-tab-list li .fq-li {
  padding: 20px 20px 20px;
}

.faq-btn.faq-acc .faq-arr {
  -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(76%) saturate(358%) hue-rotate(43deg) brightness(98%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(62%) sepia(76%) saturate(358%) hue-rotate(43deg) brightness(98%) contrast(90%);
}

.hero-sec.hero-sec-two {
  background: rgba(141, 198, 63, 0.10);
}

.slick-eachbtns {
  border-color: var(--site-black);
}

.slick-eachbtns:hover {
  background: var(--site-green);
  border-color: var(--site-green);
}

.slick-eachbtns:hover img {
  -webkit-filter: none;
  filter: none;
}

.instalation-each {
  background: var(--site-blue-dark);
}

.instalation-each h3 {
  color: var(--whitecolor);
}

.instalation-each span {
  font-size: 120px;
  color: var(--site-yellow);
}

.page-template-template-mosquito-misting-system .instalation-each {
  padding-top: 38px;
}

/* CSS Modification 19.03.26 */
/* 20.3.26 */

.hero-sec.hero-sec-two {
  background: #8DC63F;
}

.hero-sec.hero-sec-two h1 span,
.hero-sec.hero-sec-two h1 {
  color: #fff;
}

.acc-pg-item span {
  color: #231F20;
  background: #8DC63F;
  border-color: #8DC63F;
}

.page-template-template-contact-us .betterlife-inr-wrp {
  padding: 60px 30px;
  box-shadow: 0px 2px 25px rgba(64, 174, 73, 0.12);
  border-radius: 15px;
  background: var(--whitecolor);
}

/* 20.3.26 */



/* 23-03-26 Css Start */
.mega-menu-lft>ul>li>a {
  color: var(--site-green);
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
}

.mega-menu-lft>ul>li:not(:last-child) {
  margin-bottom: 10px;
}

.mega-menu-lft ul li.active>a,
.mega-menu-lft ul li a:hover {
  color: var(--site-black);
  background: #f3f9eb;
}

.mega-menu-rgt-lft-title {
  font-size: 0 !important;
  height: 37px;
}

.greenleaf-stry-lft-clm {
  width: 48%;
}

.greenleaf-stry-rgt-clm {
  width: 52%;
}

.greenleaf-stry-txt {
  padding-left: 20px;
}

.greenleaf-stry-txt p {
  margin-bottom: 12px;
}

.greenleaf-stry-lft-clm figure {
  padding-top: 85%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.greenleaf-stry-lft-clm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.greenleaf-lwr-wpr {
  max-width: 1130px;
  margin: 0 auto;
  padding-top: 80px;
}

.cmn-icon img,
.greenleaf-lwr-card-txt .h5-title,
.complete-outdoor-lwr-card-txt .h5-title {
  transition: 0.4s;
}

.greenleaf-lwr-card:hover .cmn-icon img,
.complete-outdoor-lwr-card:hover .serv-bnefitimg img {
  transform: scale(1.1);
}

.greenleaf-lwr-card:hover .greenleaf-lwr-card-txt .h5-title,
.complete-outdoor-lwr-card:hover .complete-outdoor-lwr-card-txt .h5-title {
  color: var(--site-green);
}

.complete-outdoor-lwr {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

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

.page-template-general-template-for-parent-service .hero-inr-left {
  text-align: right;
}

.page-id-624 .service-sec .serv-item {
  width: 25%;
}

.page-id-606 .new-system-wrp .wrap-para-index h2 {
  text-align: center;
}





/* 23-03-26 Css End */


/* 25-03-26 Supp */

/* Wholesale Section */

/* .greenleaf-stry-row {
  gap: 30px;
} */

.whle-pg-wrp {
  display: flex;
  /* gap: 40px; */
}

.whle-pg-wrp .mult-img-clm {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.whle-pg-wrp div {
  width: 50% !important;
}

.whle-pg-wrp div .greenleaf-stry-lft-clm,
.whle-pg-wrp div .greenleaf-stry-rgt-clm,
.whle-pg-wrp .greenleaf-stry-rgt-clm .greenleaf-stry-txt {
  width: 100% !important;
}

/* .whle-pg-wrp .greenleaf-stry-rgt-clm .greenleaf-stry-txt{
  width: 100% !important;
} */

.right-clmn-cnt ul li {
  margin-bottom: 0 !important;
}

.right-clmn-cnt h2 {
  margin-bottom: 0 !important;
}

/* 25-03-26 Supp */

/*support css update 9/4/2026*/
.each-glry-inrcardnew {
  padding-top: 100%;
  position: relative;
}

.each-glry-inrcardnew>img {
  position: absolute;
  top: 0;
  left: 0;
}

/*support css update 9/4/2026*/
/*support css update 23/4/2026*/
p a {
  text-decoration: underline !important;
}

/*support css update 23/4/2026*/

/* 24.04.26 */
.main-head .mega-menu-rgt-img figure {
  padding-top: 58.3%;
}

.main-head .mega-menu-rgt-img figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.pest-issues-sec .issue-row {
  align-items: flex-start;
}

.pest-issues-sec .issue-left-outer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blg-det-sec .blg-det-img {
  padding-top: 64%;
}

.blogs-sec .blog-card .blg-img {
  width: 320px;
}

.blogs-sec .blog-card .blg-cont {
  width: 100%;
  flex: 1;
}

.pest-issues-sec .issue-left-wrp {
  position: relative;
  padding-top: 62.8%;
}

.pest-issues-sec .issue-left-wrp img {
  position: absolute;
  top: 0;
  left: 0;
}

/* 28/4/26 work start */
.greenleaf-stry-txt h3 {
  font-size: 24px;
  margin-top: 30px;
}

.greenleaf-stry-txt ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px !important;
}

.greenleaf-stry-txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--primarycolor);
}

.greenleaf-stry-txt ul li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  background-image: url("images/system-tic.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  width: 10px;
  height: 7px;
}

.greenleaf-stry-txt ul {
  margin-bottom: 15px;
}

.greenleaf-stry-txt>*:first-child {
  margin-top: 0px;
}

/* 28/4/26 work end */
/* 30-apr-2026  */
.greenleaf-stry-txt .cmn-btn {
  text-decoration: none !important;
}

.greenleaf-stry-txt .cmn-btn strong {
  position: relative;
  z-index: 1;
  font-weight: 400;
}


/* 30-apr-2026  */


/*support css update 4/5/2026*/
.page-id-352 .betterlife-inr-wrp .gform_fields .custom-wrapper-bottom {
width: 100%;
padding-left: 0;
}
.page-id-352 .betterlife-inr-wrp .gform_fields .custom-wrapper-top{
  padding-right: 0;
  width: 100%;
}
.page-id-352 .betterlife-inr-wrp #gform_3 .gform-footer.gform_footer.top_label{
  margin-top: 0;
      justify-content: flex-end;
}
.page-id-352 .betterlife-inr-wrp form#gform_3 #field_3_5, .page-id-352 .betterlife-inr-wrp form#gform_3 #field_3_7{
 width: calc(50% - 37px);
}
.page-id-352 .betterlife-inr-wrp form#gform_3 #field_3_6{
  margin-left: auto;
}
/*support css update 4/5/2026*/
/* 6.5.26 */


/* 6.5.26 */

/* ========== responsive css =========== */

@media (min-width: 991px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

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

@media (min-width: 1500px) {
  .container {
    max-width: 1464px;
  }
}

@media (max-width: 1799px) {
  .qt-card-in {
    padding: 60px 55px;
    min-height: 430px;
  }

  .cmn-icon {
    width: 90px;
    height: 90px;
    padding: 24px;
  }

  .qt-icon {
    width: 55px;
  }

  /*==== p.paul 10/02/26. starts  ====*/
  .faq-tab-list li a {
    font-size: 20px;
    padding: 22px 30px 22px;
  }

  .faq-btn {
    padding: 26px 20px 26px 30px;
  }

  .faq-panel {
    padding: 12px 26px 0;
  }

  .faq-box.open .faq-panel {
    padding-bottom: 30px;
  }

  .faq-btn.faq-acc {
    padding: 26px 20px 0px 30px;
  }

  /*==== p.paul 10/02/26. ends  ====*/
  /*support css update 12/3/2026*/
  .prnt-srv-gllry-two-wrp .previous-galary {
    left: -60px;
  }

  .prnt-srv-gllry-two-wrp .next-galary {
    right: -60px;
  }

  /*support css update 12/3/2026*/
  /* CSS Modification 19.03.26 */
  .cmn-icon img {
    max-width: 45px;
    max-height: 45px;
  }

  /* CSS Modification 19.03.26 */
}

@media (max-width: 1599px) {

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

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

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

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

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

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

  .navbar-brand {
    width: 200px;
  }

  .mega-menu-lft ul li:not(:last-child) {
    margin-bottom: 18px;
  }

  .mega-menu-rgt-lft-title {
    font-size: 18px;
  }

  .mega-menu-rgt-text ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .hero-inr {
    max-width: 1086px;
  }

  .hero-sec {
    /* min-height: calc(100vh - 138px); */
    min-height: 350px;
  }

  /* pp */
  .qt-card-in {
    padding: 50px 30px;
    min-height: 400px;
  }

  .cmn-icon {
    width: 80px;
    height: 80px;
    padding: 23px;
  }

  .tst-item {
    padding: 0 10px;
  }

  .blog-card .blg-cont {
    padding: 22px 0 22px 26px;
  }

  .row.blg-det-row .blg-item-left .blg-det-card {
    padding-right: 20px;
  }

  /* pp */

  /* 10-2-26 starts */

  .previous-galary {
    left: -12px;
  }

  .next-galary {
    right: -12px;
  }

  .hero-inr-left {
    max-width: 610px;
  }

  /* 10-2-26 ends */

  /*==== p.paul 10/02/26. starts  ====*/
  .faq-tab-list li a {
    font-size: 18px;
    padding: 18px 26px;
  }

  .faq-tab-list-wrp {
    margin: 0px auto 35px;
  }

  .faq-btn {
    padding: 22px 20px 22px 25px;
  }

  .faq-arr {
    width: 15px;
  }

  .faq-title h3 {
    font-size: 18px;
  }

  .faq-panel p {
    max-width: 1173px;
  }

  .faq-wrp .faq-box:not(:last-child) {
    margin-bottom: 20px;
  }

  /*==== p.paul 10/02/26. ends  ====*/

  /* 03-06-2026 m.m css */
  .page-template-template-mosquito-misting-system .hero-inr {
    max-width: 980px;
  }

  /* 03-06-2026 m.m css */
  /*support css update 12/3/2026*/
  .prnt-srv-gllry-two-wrp .slick-eachbtns {
    width: 35px;
    height: 35px;
    padding: 10px;
  }

  .prnt-srv-gllry-two-wrp .previous-galary {
    left: -27px;
  }

  .prnt-srv-gllry-two-wrp .next-galary {
    right: -27px;
  }

  .prnt-srv-gllry-two-wrp .galary-slider .each-galary-outer {
    padding: 10px;
  }

  .prnt-srv-gllry-two-wrp .galary-slider .slick-list {
    margin: -10px;
  }

  /*support css update 12/3/2026*/
  /* CSS Modification 19.03.26 */
  .cmn-icon img {
    max-width: 40px;
    max-height: 40px;
  }

  .qt_icon_box img {
    max-width: 80px;
    max-height: 80px;
  }

  .qt_icon_box {
    height: 80px;
  }

  .gform_fields .gfield_html {
    font-size: 20px;
  }

  /* CSS Modification 19.03.26 */
}

/* 10-2-26 starts */

@media (max-width: 1499px) {
  .instalation-each {
    padding-top: 45px;
    min-height: 324px;
  }

  .instalation-each span {
    font-size: 90px;
  }

  /* 25.2.26 */
  #gform_3 #field_3_10,
  #gform_3 #field_3_11,
  #gform_3 #field_3_12 {
    margin-bottom: 18px;
    margin-right: 14px;
  }

  #gform_3 #field_3_1,
  #gform_3 #field_3_3,
  #gform_3 #field_3_9,
  #gform_3 #field_3_14,
  #gform_3 #field_3_15,
  #gform_3 #field_3_16 {
    margin-bottom: 18px;
  }

  #gform_3 #field_3_5,
  #gform_3 #field_3_7 {
    margin-bottom: 18px;
  }

  /* 25.2.26 */

  /* 06-03-2026 m.m css */
  .faq-tab-list li .fq-li {
    padding: 18px 12px 17px;
    font-size: 16px;
  }

  /* 06-03-2026 m.m css */

  /* 25-03-26 */

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
    margin-right: 10px;
  }
}

/* 10-2-26 ends */

@media (max-width: 1399px) {

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

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

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

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

  .lg-para {
    font-size: 16px;
  }

  .cmn-gap,
  .service-sec.cmn-gap,
  .testimonials-sec.cmn-gap {
    padding: 80px 0;
  }

  .sub-menu {
    padding: 22px 0;
  }

  .sub-menu>li>a {
    margin-bottom: 13px;
    padding: 2px 18px;
  }

  .navbar-brand {
    width: 190px;
  }

  .hdr-upper-btn-list li:nth-child(2) a,
  .hdr-upper-btn-list li:nth-child(1) a {
    padding: 16px 21px;
  }

  .cmn-btn {
    padding: 16px 20px;
  }

  .hdr-call {
    margin-left: 20px;
    font-size: 20px;
  }

  .hdr-call i {
    width: 26px;
  }

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

  .mega-menu-lft,
  .mega-menu-rgt {
    padding: 20px;
  }

  .mega-menu-lft ul li a {
    font-size: 17px;
  }

  .mega-menu-lft ul li:not(:last-child) {
    margin-bottom: 12px;
  }

  .mega-menu-rgt-text {
    width: 44%;
  }

  .mega-menu-rgt-img {
    width: 56%;
  }

  .hero-inr {
    max-width: 970px;
  }

  .hero-sec {
    /* min-height: calc(100vh - 131px); */
    min-height: 350px;
  }

  .mega-menu-each-card {
    width: calc(100% - 312px);
  }

  /* pp */
  .qt-card-in {
    padding: 40px 20px;
    min-height: 370px;
  }

  .serv-card {
    padding: 26px 20px;
  }

  .cmn-icon {
    width: 70px;
    height: 70px;
    padding: 20px;
  }

  .qt-icon {
    width: 50px;
    margin-bottom: 14px;
  }

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

  .blog-card .blg-cont {
    padding: 20px 0 20px 22px;
  }

  .acc-pg-item span,
  .pg-btn .pg-link {
    width: 40px;
    height: 40px;
  }

  .acc-pg-item span,
  .pg-btn .pg-link,
  .pg-item .pg-link span {
    font-size: 14px;
  }

  /* pp */

  /* 10-2-26 starts */

  .instalation-each h3 {
    font-size: 24px;
  }

  .instalation-each {
    min-height: 279px;
  }

  .instalation-each span {
    font-size: 80px;
    margin-bottom: 20px;
  }

  .instalation-row>* {
    width: 33.33%;
  }

  .instalation-each {
    min-height: 371px;
    padding-top: 65px;
  }

  .hero-inr-left {
    max-width: 540px;
  }

  /* 10-2-26 ends */

  /* 11-2-26 starts */

  .job-title-left-wrp {
    padding: 20px;
  }

  .jobdetails-wrp-inr>*:first-child {
    margin-right: 10px;
  }

  /* 11-2-26 ends */

  /*===== p.paul  10/02/26  start ========*/
  .tst-map-img {
    margin-bottom: 40px;
  }

  .str-grp li {
    width: 22px;
    margin: 0px 2px;
  }

  .str-grp {
    margin: 0 -2px;
  }

  .abt-tst-card ul {
    margin-bottom: 14px;
  }

  .abt-tst-card {
    padding: 30px 15px 18px 25px;
  }

  .tst-pst-tm i {
    width: 28px;
  }

  .row.abt-tst-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .faq-panel p {
    max-width: 973px;
  }

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

  .thnk-cont {
    max-width: 931px;
  }

  /*===== p.paul  10/02/26  end ========*/

  /*==== p.paul  11/02/26  start   =======*/
  .job-opn-card h3 {
    margin-bottom: 10px;
  }

  .job-cont {
    margin-bottom: 20px;
  }

  .row.job-opn-row {
    --bs-gutter-y: 24px;
  }

  /*==== p.paul  11/02/26  end   =======*/

  /* 13-2-26 starts */

  .blg-item-left .blg-det-card {
    padding-top: 80px;
  }

  .jobdetails-wrp-inr>*:nth-child(2) {
    font-size: 16px;
  }

  /* 13-2-26 ends */
  /* 25.2.26 */
  #gform_3 #field_3_10,
  #gform_3 #field_3_11,
  #gform_3 #field_3_12 {
    margin-right: 12px;
  }

  /* 25.2.26 */
  /* 06-03-2026 m.m css */
  .faq-tab-list li .fq-li {
    padding: 14px 12px 13px;
    font-size: 15px;
  }

  .faq-tab-list li {
    padding: 0 2px;
  }

  .page-template-template-mosquito-misting-system .hero-inr {
    max-width: 860px;
  }

  .system-main-row-new>* {
    width: 25%;
  }

  /* 06-03-2026 m.m css */
  /*support css update 12/3/2026*/
  .page-id-488 .moscuto-mis-option-colnew {
    width: 50%;
  }

  .chs-mosquto-sytm-lftcol {
    width: 37%;
  }

  .chs-mosquto-sytm-rgtcol {
    width: 63%;
  }

  .chs-mosquto-sytm-lftbx {
    padding-right: 20px;
  }

  .index-two-serv-sec .serv-item .serv-card {
    padding: 26px 18px;
  }

  /*support css update 12/3/2026*/
  /* CSS Modification 19.03.26 */
  .cmn-icon img {
    max-width: 35px;
    max-height: 35px;
    object-fit: contain;
  }

  .qt_icon_box img {
    max-width: 70px;
    max-height: 70px;
  }

  .qt_icon_box {
    height: 70px;
    margin-bottom: 20px;
  }

  .qt-card-in .h3-title br {
    display: none;
  }

  /* CSS Modification 19.03.26 */


  /* 23-03-26 Css Start */
  .greenleaf-stry-txt {
    padding-left: 0;
  }

  .complete-outdoor-lwr-row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
  }

  .complete-outdoor-lwr {
    padding-top: 60px;
  }

  /* 23-03-26 Css End */

}

@media (max-width: 1199px) {

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

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

  .mega-menu-each-card {
    width: calc(100% - 262px);
  }

  .navbar-brand {
    width: 150px;
  }

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

  .hdr-upper-btn-list li {
    padding: 5px;
  }

  .hdr-upper-btn-list {
    margin: -5px;
  }

  .hdr-upper-btn-list li:nth-child(2) a,
  .hdr-upper-btn-list li:nth-child(1) a,
  .hdr-upper-btn-list li:nth-child(3) a {
    padding: 12px 13px;
  }

  .hero-sec {
    /* min-height: calc(100vh - 120px); */
    min-height: 350px;
  }

  .hero-inr {
    max-width: 860px;
  }

  /* pp */
  .qt-card-in {
    padding: 35px 18px;
    min-height: 300px;
  }

  .qt-card-in .h3-title {
    font-size: 22px;
  }

  .row.blog-sec-row {
    --bs-gutter-x: 24px;
  }

  .row.blog-col-in {
    --bs-gutter-y: 24px;
  }

  .blg-cont h3 {
    margin-bottom: 8px;
  }

  .blog-card .blg-img {
    width: 36.8%;
  }

  .blog-card .blg-cont {
    width: 63.2%;
  }

  .blog-card .blg-cont {
    padding: 20px 0 20px 18px;
  }

  .blogs-sec .pagination-wrp {
    margin-top: 20px;
  }

  .row.blg-det-row .blg-item-left {
    width: 40.15%;
  }

  .row.blg-det-row .blg-item-right {
    width: 59.85%;
  }

  /* pp */

  /* sp 9-2-26 starts */
  .each-housing-wrp {
    border-radius: 13px;
  }

  .footer-first-col {
    max-width: 280px;
  }

  .footer-second-col {
    max-width: 280px;
  }

  .footer-third-col {
    max-width: 240px;
  }

  /* .bold-address br {
        display: none;
    } */

  .topfooter-inr {
    padding-bottom: 60px;
  }

  .footer-logo {
    max-width: 220px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 58px;
  }

  .form-row {
    --bs-gutter-x: 24px;
  }

  .each-inputrow {
    --bs-gutter-y: 22px;
  }

  /* sp 9-2-26 ends */

  /* misting starts */

  .system-icon-wrp {
    width: 80px;
    height: 80px;
    padding: 22px;
  }

  /* misting ends */

  /* 10-2-26 starts */

  .hero-inr-left {
    max-width: 450px;
  }

  .system-main-row>* {
    width: 50%;
  }

  .system-main-row .d-none-col {
    display: none;
  }

  .issue-row .issue-left-col,
  .hire-greenleaf-row .issue-left-col,
  .issue-row .issue-right-col,
  .hire-greenleaf-row .issue-right-col {
    width: 50%;
  }

  .issue-right-wrp {
    padding-left: 0;
  }

  /* 10-2-26 ends */

  /* 11-2-26 starts */

  .job-title-row .jobtitle-left-col {
    width: 40%;
  }

  .job-title-row .jobtitle-right-col {
    width: 60%;
  }

  .jobtitle-right-txtwrp h3 {
    font-size: 20px;
  }

  .instalation-each {
    min-height: 311px;
  }

  /* 11-2-26 ends */

  /*===== p.paul  10/02/26  start ========*/
  .abt-tst-card {
    padding: 22px 15px 18px 20px;
  }

  .abt-tst-card ul {
    margin-bottom: 10px;
  }

  .str-grp li {
    width: 20px;
  }

  .abt-tst-cont {
    padding-right: 35px;
  }

  .faq-tab-list li a {
    font-size: 16px;
  }

  .faq-tab-list li {
    padding: 0 6px;
  }

  .faq-tab-list-wrp {
    margin: 0px auto 30px;
  }

  .faq-title h3 {
    font-size: 16px;
  }

  .faq-btn {
    padding: 20px 15px 20px 20px;
  }

  .faq-arr {
    width: 13px;
  }

  .faq-panel p {
    font-size: 14px;
  }

  .faq-btn.faq-acc {
    padding: 20px 15px 0px 20px;
  }

  .faq-panel {
    padding: 10px 20px 0;
  }

  .faq-box.open .faq-panel {
    padding-bottom: 25px;
  }

  .faq-panel p {
    max-width: 850px;
  }

  .faq-tab-list li .fq-li {
    padding: 10px 9px;
    font-size: 13px;
  }

  .faq-tab-list li {
    padding: 0 2px;
  }

  .hero-sec.hero-sec-two {
    min-height: 350px;
  }

  .thnk-cont {
    max-width: 831px;
  }

  .thnk-cont p {
    font-size: 17px;
  }

  /*===== p.paul  10/02/26  end ========*/

  /* 13-2-26 starts */

  .blg-item-left .blg-det-card {
    padding-top: 60px;
  }

  /* 13-2-26 ends */
  /* 25.2.26 */
  #gform_3 #field_3_10,
  #gform_3 #field_3_11,
  #gform_3 #field_3_12 {
    margin-right: 9px;
  }

  /* 25.2.26 */
  /* 06-03-2026 m.m css */
  .page-template-template-mosquito-misting-system .hero-inr {
    max-width: 790px;
  }

  /* 06-03-2026 m.m css */
  /*support css update 12/3/2026*/
  .fst-msq-para {
    font-size: 18px;
  }

  .chs-mosquto-sytem-wrpr {
    padding: 30px;
  }

  .chs-mosquto-sytm-lftcol,
  .chs-mosquto-sytm-rgtcol {
    width: 100%;
  }

  .chs-mosquto-sytm-lftbx {
    text-align: center;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .chs-mosquto-sytm-inrhd {
    font-size: 20px;
  }

  .index-two-serv-sec .serv-item {
    width: 25%;
  }

  /*support css update 12/3/2026*/
  /* CSS Modification 19.03.26 */
  body {
    font-size: 16px;
  }

  .footer-second-col {
    max-width: 291px;
  }

  .gform-footer input[type="submit"] {
    font-size: 16px !important;
    height: 48px !important;

  }

  .qt_icon_box {
    height: 60px;
  }

  .qt_icon_box img {
    max-width: 60px;
    max-height: 60px;
  }

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

  .gform_body .gform_fields .gfield .ginput_container input[type="text"],
  .gform_body .gform_fields .gfield .ginput_container input[type="tel"],
  .gform_body .gform_fields .gfield .ginput_container input[type="password"],
  .gform_body .gform_fields .gfield .ginput_container input[type="email"],
  .gform_body .gform_fields .gfield .ginput_container select,
  .gform_body .gform_fields .gfield .ginput_container textarea {
    font-size: 16px;
    color: var(--site-light-grey) !important;
  }

  .abt-tst-item .tst-pst-tm {
    font-size: 15px;
  }

  /* CSS Modification 19.03.26 */
  /* 20.3.26 */
  .circle-sec .instalation-each {
    min-height: 300px;
  }

  /* 20.3.26 */

  /* 25-03-26 */

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
    margin-right: 9px;
  }

  /* 24.04.26 */
  .row.blog-sec-row {
    column-count: 1;
  }
  /*support css update 4/5/2026*/
  .page-id-352 .betterlife-inr-wrp form#gform_3 #field_3_5, .page-id-352 .betterlife-inr-wrp form#gform_3 #field_3_7{
 width: calc(100% - 30px);
}
.page-id-352 .betterlife-inr-wrp form#gform_3 #field_3_6{
  margin-left: auto;
}
/*support css update 4/5/2026*/
}

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

@media (max-width: 991px) {

  /* navbar*/
  .navbar-nav .clickD,
  .clickS {
    position: absolute;
    right: 0;
    top: 17px;
    width: 40px;
    height: 20px;
    background: url(images/dropdown-arr.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
    z-index: 2;
  }

  .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*/

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

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: var(--primarycolor);
    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;
    color: var(--whitecolor);
  }

  .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 */

  .navbar-collapse {
    background: var(--primarycolor);
    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;
  }

  .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 40px 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;
  }

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

  /* push nav end */
  h1,
  .h1-title {
    font-size: 38px;
  }

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

  .cmn-gap,
  .service-sec.cmn-gap,
  .testimonials-sec.cmn-gap {
    padding: 70px 0;
  }

  .menu-item-has-children.mega-menu {
    position: relative;
  }

  .sub-menu {
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0;
  }

  .mega-menu-rgt {
    display: none;
  }

  .mega-menu-lft {
    width: 100%;
    padding: 10px 0;
  }

  .navbar-nav>li>a:after {
    display: none;
  }

  .mega-menu-lft ul li {
    padding-left: 30px;
  }

  .mega-menu-lft ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--whitecolor);
    font-family: var(--poppinsFont);
  }

  .mega-menu-lft ul li a:hover,
  .mobile-megamenu-list ul li a:hover,
  .mega-menu-lft ul li.active a,
  .navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .mobile-megamenu-list {
    padding-top: 12px;
  }

  .mobile-megamenu-list.active {
    display: block;
  }

  .clickS {
    top: 3px;
    right: 10px;
  }

  .mobile-megamenu-list ul li a,
  .mega-menu-lft ul li.active a {
    color: var(--whitecolor);
  }

  .mobile-megamenu-list ul li {
    padding-left: 20px;
  }

  .hdr-call {
    margin-left: 15px;
    font-size: 0;
  }

  .hdr-upper-btn-list li:nth-child(2) a,
  .hdr-upper-btn-list li:nth-child(1) a,
  .hdr-upper-btn-list li:nth-child(3) a {
    padding: 11px 9px;
  }

  .hero-sec {
    /* min-height: calc(100vh - 70px); */
    min-height: 300px;
  }

  .hdr-call-wpr {
    align-items: center;
    display: flex;
  }

  .mega-menu-inr {
    min-height: 1px;
  }

  .mega-menu-lft ul li {
    position: relative;
  }

  .mega-menu-each-card {
    width: 100%;
    position: relative;
    padding: 12px 0 0;
  }

  .mega-menu-rgt-img,
  .mega-menu-rgt-lft-title {
    display: none;
  }

  .mega-menu-rgt-text {
    width: 100%;
  }

  .mega-menu-lft ul li.active .clickS {
    transform: rotate(180deg);
  }

  .mega-menu-lft ul li a {
    padding-right: 30px;
    display: block;
  }

  .hdr-call i {
    margin-top: 0;
  }

  /* sp 9-2-26 starts */
  .footer-first-col,
  .footer-second-col,
  .footer-third-col,
  .footer-forth-col {
    max-width: inherit;
    width: 50%;
  }

  .footer-logo {
    max-width: 180px;
  }

  .footer-sec {
    padding-top: 60px;
  }

  .housten-row {
    --bs-gutter-x: 0;
  }

  .housten-row .houston-left-col,
  .housten-row .houston-right-col {
    width: 100%;
  }

  .housing-left-row>* {
    width: 33.33%;
  }

  .form-row {
    --bs-gutter-x: 0;
  }

  .each-inputrow .col-lg-4 {
    width: 33.33%;
  }

  textarea {
    height: 200px;
  }

  /* sp 9-2-26 ends */

  .qt-cont .cmn-btn {
    min-width: 150px;
  }

  .qt-card-in .h3-title {
    font-size: 18px;
  }

  .qt-card-in {
    padding: 35px 18px 20px;
    min-height: 240px;
  }

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

  .topfooter-inr {
    padding-bottom: 35px;
  }

  /*==========  p.paul 09/02/26. start =============*/
  .row.blog-sec-row {
    column-count: 1;
  }

  .row.blog-sec-row .blog-item {
    margin-bottom: 24px;
  }

  .acc-pg-item span,
  .pg-btn .pg-link {
    width: 36px;
    height: 36px;
  }

  .acc-pg-item span,
  .pg-btn .pg-link,
  .pg-item .pg-link span {
    font-size: 13px;
  }

  .row.blg-det-row .blg-item-left,
  .row.blg-det-row .blg-item-right {
    width: 100%;
  }

  .blg-det-sec .blg-det-wrp .section-head {
    text-align: center;
  }

  .row.blg-det-row .blg-item-left .blg-det-card {
    padding-right: 0px;
  }

  /*=============.  p.paul 09/02/26 end ================*/
  /* misting strats */

  .misting-row .misting-right-col,
  .misting-row .misting-left-col {
    width: 100%;
  }

  .misting-left-inr {
    max-width: inherit;
  }

  .system-main-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .system-main-row>* {
    width: 50%;
  }

  .misting-row {
    --bs-gutter-x: 0;
  }

  /* misting ends */

  /* 10-2-26 starts */

  .instalation-row>* {
    width: 50%;
  }

  .instalation-each {
    min-height: 348px;
    padding-top: 80px;
  }

  .misting-system-row,
  .misting-two-row {
    --bs-gutter-x: 0;
  }

  .hero-inr-left {
    max-width: inherit;
    text-align: center;
  }

  .hero-inr-left h1 {
    color: var(--whitecolor);
  }

  .banner-moscuto-solutions {
    max-width: inherit;
    width: 100%;
  }

  .issue-row .issue-left-col,
  .hire-greenleaf-row .issue-left-col,
  .issue-row .issue-right-col,
  .hire-greenleaf-row .issue-right-col {
    width: 100%;
  }

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

  .hire-green-row>* {
    width: 50%;
  }

  .hire-green-row>*:nth-child(odd) .system-card {
    margin-bottom: 0;
  }

  .hire-green-row>*:nth-child(even) .system-card {
    margin-top: 0;
  }

  .pestcard-row>* {
    width: 50%;
  }

  /* 10-2-26 ends */

  /* 11-2-26 starts */

  .application-form-row .col-lg-4 {
    width: 50%;
  }

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

  .application-form-wrp {
    padding: 30px;
  }

  .job-title-row .jobtitle-left-col,
  .job-title-row .jobtitle-right-col {
    width: 100%;
  }

  .job-title-left-wrp {
    max-width: 460px;
  }

  .job-title-rightwrp {
    padding-left: 0;
  }

  /* 11-2-26 ends */

  /*=============.  p.paul 10/02/26 start ================*/
  .abt-tst-cont {
    margin-bottom: 15px;
  }

  .faq-tab-list li a {
    font-size: 15px;
    padding: 14px 15px;
  }

  .faq-tab-list li {
    padding: 0px 4px;
  }

  .faq-tab-list-wrp {
    margin: 0px auto 25px;
  }

  .faq-panel p {
    max-width: 620px;
  }

  .faq-wrp .faq-box:not(:last-child) {
    margin-bottom: 16px;
  }

  .faq-tab-list li .fq-li {
    padding: 12px 9px;
    font-size: 14px;
  }

  .hero-sec.hero-sec-two {
    min-height: 300px;
  }

  .thnk-main-sec.cmn-gap {
    padding: 70px 0;
  }

  .thnk-cont p {
    font-size: 16px;
  }

  /*=============.  p.paul 10/02/26 end ================*/
  /*==== p.paul  11/02/26  start   =======*/

  .job-cont {
    padding-right: 25px;
  }

  /*==== p.paul  11/02/26  end   =======*/

  /* 13-2-26 starts */

  .blg-item-left .blg-det-card {
    padding-top: 0;
  }

  /* 13-2-26 ends */

  .sub-menu>li>a:hover,
  .sub-menu>li.menu-item-has-children:hover>a,
  .sub-menu>li.current-menu-item>a {
    color: var(--headingColor);
  }

  /* 23.02.26 css strt */
  .application-form-wrp #field_2_3,
  .application-form-wrp #field_2_1 {
    grid-column: span 12 !important;
  }

  .application-form-wrp #field_2_4,
  .application-form-wrp #field_2_5,
  .application-form-wrp #field_2_6 {
    grid-column: span 6 !important;
  }

  .site-main {
    padding: 50px 12px;
  }

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top,
  .betterlife-inr-wrp .gform_fields .custom-wrapper-bottom {
    width: 100%;
  }

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top {
    padding-right: 0px;
  }

  .betterlife-inr-wrp .gform_fields .custom-wrapper-bottom {
    padding-left: 0px;
  }

  .betterlife-inr-wrp .gform-theme--foundation .gform_fields {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .betterlife-inr-wrp #gform_fields_1 {
    flex-wrap: wrap;
    gap: 30px;
  }

  .betterlife-inr-wrp .gform-footer.gform_footer.top_label {
    padding-left: 0;
    margin-top: 30px;
    margin: 30px auto 0 !important;
  }

  .moscuto-missing-inr .new-system-wrp {
    max-width: 100%;
  }

  .navbar-nav>li.current-menu-item>a,
  .navbar-nav>li>a:hover,
  .navbar-nav>li.menu-item-has-children:hover>a {
    color: rgba(255, 255, 255, 0.5);
  }

  .mega-menu-lft ul li a {
    padding-right: 54px;
  }

  .clickS {
    top: -8px;
    right: 6px;
    z-index: 10;
    height: 40px;
  }

  /* 03-06-2026 m.m css */
  .page-template-template-mosquito-solution .hero-inr-left {
    max-width: 100%;
    text-align: left;
  }

  .page-template-template-mosquito-solution .hero-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  /* 03-06-2026 m.m css */
  /* 9.3.26 */
  .mobile-light .hdr-call {
    font-size: 20px;
  }

  /* 11.3.26 */
  .col-three {
    width: 50%;
  }

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

  /* 11.3.26 */
  /*support css update 12/3/2026*/
  .srv-top-moscutosec .section-head h2 {
    margin-bottom: 30px;
  }

  .srv-top-moscutosec.cmn-gap {
    padding-bottom: 30px;
  }

  .page-id-488 .moscuto-mis-option-colnew {
    width: 100%;
  }

  .free-qute-btn-wrp {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .fst-msq-para {
    font-size: 16px;
  }

  .chs-mosquto-sytem-wrpr {
    padding: 25px;
  }

  .chs-mosquto-sytm-inrhd {
    font-size: 18px;
  }

  .index-two-serv-sec .serv-item {
    width: 33.33%;
  }

  /*support css update 12/3/2026*/
  /* CSS Modification 19.03.26 */
  .qt-cards-row {
    margin-top: -16px;
  }

  .qt-cards-row>* {
    width: calc(100% / 3);
    margin-top: 16px;
  }

  .navbar-collapse {
    background: var(--site-green);
  }

  /* CSS Modification 19.03.26 */
  /* 20.3.26 */
  .circle-sec .instalation-each {
    min-height: 340px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* 20.3.26 */


  /* 23-03-26 Css Start */
  .mega-menu-lft ul li.active>a,
  .mega-menu-lft ul li a:hover {
    color: var(--blackcolor);
    background: transparent;
  }

  .mega-menu-lft>ul>li>a {
    padding: initial;
    border-radius: 0;
  }

  .mega-menu-lft ul li:not(:last-child) {
    margin-bottom: 14px;
  }

  .mega-menu-lft ul li a {
    padding-right: 54px;
  }

  .greenleaf-stry-lft-clm,
  .greenleaf-stry-rgt-clm {
    width: 100%;
  }

  .greenleaf-stry-txt {
    padding: 30px 0 0 0;
  }

  .greenleaf-lwr-clm {
    width: 50%;
  }

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

  .greenleaf-lwr-wpr {
    padding-top: 40px;
  }

  .complete-outdoor-wpr {
    text-align: center;
  }

  .complete-outdoor-lwr {
    padding-top: 50px;
  }

  .complete-outdoor-lwr-clm {
    width: 50%;
  }

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

  .complete-outdoor-row {
    --bs-gutter-y: 15px;
  }

  .page-id-624 .service-sec .serv-item {
    width: 33.33%;
  }



  /* 23-03-26 Css End */

  /* 24.04.26 */
  .blogs-sec .blog-card .blg-img {
    width: 100%;
  }

  .blogs-sec .blog-card .blg-cont {
    padding: 15px 0;
  }
  /* 6.5.26 */
  .betterlife-inr-wrp .gform_fields { 
    flex-wrap: wrap;
}
  /* 6.5.26 */
}

@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;
  }

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

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

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

  .cmn-gap,
  .service-sec.cmn-gap,
  .testimonials-sec.cmn-gap {
    padding: 60px 0;
  }

  .hdr-upper-inr {
    flex-wrap: wrap;
  }

  .hdr-upper-inr .navbar-brand {
    order: 1;
  }

  .hdr-call-wpr {
    order: 2;
  }

  .hdr-upper-btn-outer {
    order: 3;
    width: 100%;
  }

  .hdr-call i {
    width: 32px;
    margin-right: 13px;
    margin-top: 0;
  }

  .hdr-upper-btn-outer {
    padding-top: 20px;
  }

  .hdr-upper-btn-list {
    justify-content: center;
  }

  .hero-sec {
    /* min-height: calc(100vh - 128px); */
    min-height: 250px;
  }

  /* pp */
  .qt-icon {
    width: 45px;
  }

  /* pp */

  /* sp 9-2-26 starts */
  .footer-sec {
    padding-top: 40px;
  }

  .housing-left-row>* {
    width: 50%;
  }

  .cmn-input-check span {
    width: 20px;
    height: 20px;
  }

  /* sp 9-2-26 ends */

  /* 10-2-26 starts */

  .instalation-each {
    min-height: 258px;
    padding: 20px;
    padding-top: 40px;
  }

  .instalation-each span {
    font-size: 70px;
    margin-bottom: 15px;
  }

  .slick-btn-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .slick-btn-wrp>*:not(:last-child) {
    margin-right: 10px;
  }

  .slick-eachbtns {
    position: static;
  }

  .previous-galary,
  .next-galary {
    transform: none;
  }

  .galary-slider .each-galary-outer {
    padding: 12px;
  }

  .galary-slider .slick-list {
    margin: -12px;
  }

  .each-pestcard {
    padding: 40px;
  }

  /* 10-2-26 ends */

  /* 11-2-26 starts */

  .application-form-row .col-lg-4 {
    width: 100%;
  }

  .file-upload-wrp label {
    padding: 26px;
  }

  .file-upload-wrp label span {
    width: 24px;
    height: 28px;
  }

  .file-upload-wrp label .bold-para {
    font-size: 18px;
  }

  .banner-loaction-wrp span {
    width: 20px;
    height: 24px;
  }

  /* 11-2-26 ends */

  /*=============.  p.paul 10/02/26 start ================*/
  .tst-map-img {
    margin-bottom: 30px;
  }

  .faq-tab-list {
    flex-wrap: wrap;
  }

  .faq-tab-list li {
    width: 100%;
  }

  .faq-tab-list li .fq-li {
    width: 100%;
  }

  .faq-panel p {
    max-width: 450px;
  }

  .hero-sec.hero-sec-two {
    min-height: 250px;
  }

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

  .thnk-main-sec .section-head {
    margin-bottom: 10px;
  }

  /*=============.  p.paul 10/02/26 end ================*/
  /*==== p.paul  11/02/26  start   =======*/

  .job-opn-card {
    padding: 24px 24px 34px;
  }

  /*==== p.paul  11/02/26  end   =======*/

  /* sp 13-2-26 starts */

  /* .jobdetails-wrp-inr>*:nth-child(2){
    font-size: 16px;
} */

  /* sp 13-2-26 ends */
  .job-cont p {
    font-size: 16px;
  }

  /* 23.02.26 */
  .application-form-wrp #field_2_4,
  .application-form-wrp #field_2_5,
  .application-form-wrp #field_2_6 {
    grid-column: span 12 !important;
  }

  .application-form-wrp .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .gform_body .gform_fields .gfield .ginput_container input[type="text"],
  .gform_body .gform_fields .gfield .ginput_container input[type="tel"],
  .gform_body .gform_fields .gfield .ginput_container input[type="password"],
  .gform_body .gform_fields .gfield .ginput_container input[type="email"],
  .gform_body .gform_fields .gfield .ginput_container select {
    height: 54px !important;
  }

  .site-main {
    padding: 30px 12px;
  }

  .entry-content .wp-block-heading {
    margin-bottom: 15px;
  }

  .entry-content p {
    margin-bottom: 12px;
    font-size: 13px;
  }

  /* 25.2.26 */
  #gform_3 #field_3_10,
  #gform_3 #field_3_11,
  #gform_3 #field_3_12 {
    width: 100%;
    margin-right: 0;
  }

  .page-id-352 div#gform_confirmation_message_3 {
    font-size: 17px;
  }

  /* 25.2.26 */
  /* 03-06-2026 m.m css */
  .page-template-template-mosquito-misting-system .instalation-each {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  /* 03-06-2026 m.m css */
  /* 11.3.26 */
  .circle-sec .instalation-each {
    min-height: 250px;
  }

  .col-three {
    width: 100%;
  }

  .hero-sec.for-small-baner .rowbanner-new h1 {
    text-align: center;
    margin-bottom: 20px;
  }

  /* 11.3.26 */
  /*support css update 12/3/2026*/
  .prnt-srv-gllry-two-wrp .slick-eachbtns {
    width: 50px;
    height: 50px;
    padding: 15px;
  }

  .chs-mosquto-sytm-h3 {
    font-size: 23px;
  }

  .chs-mosquto-sytm-inr-rw {
    --bs-gutter-y: 25px;
  }

  .index-two-serv-sec .serv-item {
    width: 50%;
  }

  /*support css update 12/3/2026*/
  /* CSS Modification 19.03.26 */
  .qt-cards-row>* {
    width: calc(100% / 2);
  }

  .hdr-upper-btn-list li:nth-child(2) a,
  .hdr-upper-btn-list li:nth-child(1) a,
  .hdr-upper-btn-list li:nth-child(3) a {
    padding: 11px 15px;
  }

  .qt_icon_box img {
    max-width: 50px;
    max-height: 50px;
  }

  .qt_icon_box {
    height: 50px;
  }

  /* CSS Modification 19.03.26 */
  /* 20.3.26 */
  .circle-sec .instalation-each {
    min-height: 250px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* 20.3.26 */

  /* 23-03-26 css Start */
  .page-id-624 .service-sec .serv-item {
    width: 50%;

  }

  .thrd-para-upper {
    margin-top: 15px !important;
  }


  /* 23-03-26 css End */


  /* 25-03-26 css End */

  .whle-pg-wrp {
    display: flex;
    flex-direction: row;
  }

  .whle-pg-wrp .mult-img-clm {
    gap: 20px;
    display: flex;
  }

  .whle-pg-wrp div {
    width: 100% !important;
  }

  .whle-pg-wrp div .greenleaf-stry-lft-clm,
  .whle-pg-wrp div .greenleaf-stry-rgt-clm,
  .whle-pg-wrp .greenleaf-stry-rgt-clm .greenleaf-stry-txt {
    width: 100% !important;
  }

  /* 25-03-26 css End */

  /* 28/4/26 work start */
  .greenleaf-stry-txt h3 {
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 12px;
  }

  /* 28/4/26 work end */

}

@media (max-width: 575px) {

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

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

  .cmn-gap,
  .service-sec.cmn-gap,
  .testimonials-sec.cmn-gap {
    padding: 50px 0;
  }

  /* pp */
  .qt-card-in {
    padding: 30px;
    min-height: 240px;
  }

  .blog-card .blg-cont {
    padding: 16px 0 16px 16px;
  }

  .row.blog-sec-row .blog-item {
    margin-bottom: 20px;
  }

  /* pp */

  /* sp 9-2-26 starts */

  .footer-first-col {
    width: 100%;
  }

  .each-inputrow {
    --bs-gutter-y: 20px;
  }

  .each-inputrow .col-lg-4 {
    width: 50%;
  }

  .tst-slider {
    margin: 0 -10px;
  }

  /* sp 9-2-26 ends */
  /* misting starts */

  .system-main-row {
    --bs-gutter-x: 0;
  }

  .system-main-row>* {
    width: 100%;
  }

  .misting-right-inr {
    padding: 20px;
  }

  /* misting ends */

  /* 10-2-26 starts */

  .instalation-each {
    min-height: 228px;
  }

  .instalation-each h3 {
    font-size: 20px;
  }

  .pestcard-row>* {
    width: 100%;
  }

  /* 10-2-26 ends */

  /*=============.  p.paul 10/02/26 start ================*/
  .tst-map-img {
    border-radius: 20px;
  }

  .faq-btn {
    padding: 18px 12px 18px 15px;
  }

  .faq-box {
    border-radius: 12px;
  }

  .faq-arr {
    width: 12px;
  }

  .faq-btn.faq-acc {
    padding: 18px 12px 0px 15px;
  }

  .faq-panel {
    padding: 10px 26px 0 15px;
  }

  .faq-box.open .faq-panel {
    padding-bottom: 20px;
  }

  .hero-sec.hero-sec-two {
    min-height: 225px;
  }

  .thnk-main-sec.cmn-gap {
    padding: 50px 0;
  }

  /*=============.  p.paul 10/02/26 end ================*/
  .footer-forth-col:last-child .each-footer-linkwrp ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-forth-col:last-child .each-footer-linkwrp ul li {
    width: 100%;
  }

  .footer-forth-col:last-child {
    width: 100%;
  }

  .footer-forth-col:last-child .cmn-footer-title.cmn-footerankor-title {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
  }

  .footer-forth-col:last-child .cmn-footer-title.cmn-footerankor-title a {
    margin-bottom: 0px;
  }

  .footer-first-col:first-child .footer-first-inr {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-first-col:first-child .footer-first-inr .cmn-footer-title {
    display: block;
    width: 100%;
  }

  .footer-first-col:first-child .footer-first-inr {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-first-col:first-child .footer-first-inr .cmn-footer-title {
    display: block;
    width: 100%;
  }

  .footer-first-col:first-child .footer-first-inr .eachday-time {
    width: 50%;
  }

  .footer-first-col:first-child .footer-first-inr .eachday-time {
    padding-right: 10px;
  }

  .footer-first-col:first-child .footer-first-inr .eachday-time+.eachday-time {
    padding-left: 10px;
  }

  .mid-footer-para-wrp p {
    font-size: 16px;
  }

  .blg-det-sec.cmn-gap {
    padding: 50px 0 50px;
  }

  /* 23.02.26 */
  /* .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_10,
  .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_11,
  .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_12 {
    width: 50%;
  } */

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
    width: 50%;
  }

  /* .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_10,
  .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_11 {
    padding-bottom: 20px;
  } */

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
    padding-bottom: 20px;
  }

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third:last-child {
    padding-bottom: 20px;
  }

  .betterlife-inr-wrp .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_12 {
    padding: 0;
  }

  /* 25.2.26 */
  /* #field_1_3,
  #field_1_14,
  #field_3_3,
  #field_3_14 {
    font-size: 16px;
  } */

  .gform_fields .gfield_html {
    font-size: 16px;
  }

  /* .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_10,
  .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_11,
  .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  } */

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;

  }



  /* 25.2.26 */
  .betterlife-inr-wrp .gform_body .gform_fields .gfield .ginput_container {
    margin-bottom: 20px;
  }

  .footer-forth-col:last-child .cmn-footer-title.cmn-footerankor-title {
    flex-direction: column;
  }

  /* 03-06-2026 m.m css */
  .instalation-each span {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .instalation-each-details {
    padding: 22px 12px 20px;
    margin-top: -30px;
  }

  .page-template-template-mosquito-misting-system .instalation-each {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .outspace-btn-wrp {
    margin-top: 30px;
  }

  /* 03-06-2026 m.m css */
  /* 9.3.26 */
  .mobile-light .hdr-call {
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px;
  }

  .wrap-btnshero {
    flex-direction: column;
  }

  .betterlife-inr-wrp .gfield {
    margin-bottom: 15px;
  }

  /*support css update 12/3/2026*/
  .chs-mosquto-sytem-btnwrpr a:not(:last-child) {
    margin-right: 5px;
  }

  .chs-mosquto-sytem-btnwrpr .cmn-btn {
    padding: 16px 12px;
  }

  .chs-mosquto-sytem-wrpr {
    padding: 19px;
  }

  /*support css update 12/3/2026*/
  /* 20.3.26 */
  .circle-sec .instalation-each {
    min-height: 210px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* 20.3.26 */


  /* 23-03-26 Css Start */
  .greenleaf-lwr-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .complete-outdoor-lwr {
    padding-top: 40px;
  }

  .complete-outdoor-lwr-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .section-head {
    margin-bottom: 35px;
  }

  /* 23-03-26 Css End */
  /* 24.04.26 */
  .pest-issues-sec .issue-left-outer {
    gap: 20px;
  }

}

@media (max-width: 479px) {
  .navbar-brand {
    width: 130px;
  }

  .hdr-call i {
    width: 25px;
  }

  /* .hero-sec {
    min-height: 540px;
  } */

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

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

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

  .cmn-gap,
  .service-sec.cmn-gap,
  .testimonials-sec.cmn-gap {
    padding: 40px 0;
  }

  .hdr-upper-btn-list {
    margin: -2px;
  }

  .hdr-upper-btn-list li {
    padding: 2px;
  }

  .hdr-upper-btn-list li a {
    font-size: 10px;
  }

  .hdr-upper-btn-list li:nth-child(2) a,
  .hdr-upper-btn-list li:nth-child(1) a,
  .hdr-upper-btn-list li:nth-child(3) a {
    padding: 11px 10px;
  }

  /* pp */
  .row.qt-cards-row .qt-cards-item {
    width: 100%;
    flex: 0 0 auto;
  }

  .qt-card-in {
    padding: 25px;
    min-height: 200px;
  }

  .row.serv-sec-row .serv-item {
    width: 100%;
    flex: 0 0 auto;
  }

  .blog-card .blg-img,
  .blog-card .blg-cont {
    width: 100%;
  }

  .blog-card .blg-cont {
    padding: 15px 0;
  }

  .row.blog-sec-row .blog-item {
    margin-bottom: 10px;
  }

  .pg-item .pg-link span {
    display: none;
  }

  .blogs-sec .pagination-wrp {
    margin-top: 10px;
  }

  .cust-pagination li {
    margin: 0 3px;
  }

  .cust-pagination {
    margin: 0 -3px;
  }

  .acc-pg-item span,
  .pg-btn .pg-link {
    width: 34px;
    height: 34px;
  }

  .acc-pg-item span,
  .pg-btn .pg-link,
  .pg-item .pg-link span {
    font-size: 12px;
  }

  /* pp */

  /* sp 9-2-26 starts */

  .topfooter-inr {
    padding-bottom: 40px;
  }

  .footer-logo {
    max-width: 160px;
    margin-bottom: 20px;
  }

  textarea {
    padding: 12px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    padding: 0 12px;
    height: 54px;
  }

  input[type="submit"] {
    height: 54px;
  }

  textarea {
    height: 160px;
  }

  /* sp 9-2-26 ends */

  /* 10-2-26 starts */

  .instalation-row>* {
    width: 100%;
  }

  .instalation-each {
    max-width: 290px;
    min-height: 290px;
    margin: 0 auto;
    padding-top: 60px;
  }

  .hire-green-row>* {
    width: 100%;
  }

  /* 10-2-26 ends */

  /* 11-2-26 starts */
  .application-form-wrp {
    padding: 20px;
  }

  .file-upload-wrp label span {
    width: 20px;
    height: 24px;
  }

  .jobdetails-wrp-inr {
    flex-direction: column;
    align-items: flex-start;
  }

  .jobdetails-wrp-inr>*:first-child {
    margin: 0 0 10px 0;
  }

  .jobtitle-right-txtwrp p {
    margin-bottom: 12px;
  }

  .jobtitle-right-txtwrp h3 {
    margin-bottom: 15px;
    margin-top: 22px;
  }

  /* 11-2-26 ends */

  /*=============.  p.paul 10/02/26 start ================*/
  .tst-map-img {
    margin-bottom: 24px;
  }

  .str-grp li {
    width: 18px;
  }

  .abt-tst-card ul {
    margin-bottom: 8px;
  }

  .tst-pst-tm i {
    width: 25px;
  }

  .faq-btn {
    align-items: flex-start;
  }

  .faq-arr {
    padding-top: 5px;
  }

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

  .thnk-cont p {
    font-size: 15px;
  }

  /*=============.  p.paul 10/02/26 end ================*/
  .job-cont {
    padding-right: 0;
  }

  .job-opn-card {
    padding: 20px 15px;
    border-radius: 12px;
  }

  .application-form-wrp .gform_confirmation_message,
  .betterlife-inr-wrp .gform_confirmation_message {
    font-size: 16px;
  }

  .gform-footer input[type="submit"] {
    height: 54px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 15px !important;
  }

  .footer-first-col,
  .footer-second-col,
  .footer-third-col,
  .footer-forth-col {
    width: 100%;
  }

  /*support css update 12/3/2026*/
  .chs-mosquto-sytem-btnwrpr .cmn-btn {
    width: 100%;
  }

  .chs-mosquto-sytem-btnwrpr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chs-mosquto-sytem-btnwrpr a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .chs-mosquto-sytm-h3 {
    font-size: 22px;
  }

  .index-two-serv-sec .serv-item {
    width: 100%;
  }

  /*support css update 12/3/2026*/
  /* CSS Modification 19.03.26 */
  .qt-card-in {
    border-radius: 16px;
  }

  .gform-footer input[type="submit"] {
    font-size: 16px !important;
    height: 48px !important;
  }

  .betterlife-inr-wrp .gform-footer.gform_footer.top_label {
    width: 100%;
  }

  /* CSS Modification 19.03.26 */
  /* 20.3.26 */
  .circle-sec .instalation-each {
    min-height: 280px;
  }

  /* 20.3.26 */


  /* 23-03-26 Css Start*/
  .greenleaf-lwr-clm {
    width: 100%;
  }

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

  .complete-outdoor-lwr-clm {
    width: 100%;
  }

  .complete-outdoor-lwr-row {
    --bs-gutter-y: 20px;
  }

  .page-id-624 .service-sec .serv-item {
    width: 100%;

  }

  /* 23-03-26 Css End*/






}

@media (max-width: 374px) {

  .footer-second-col,
  .footer-third-col,
  .footer-forth-col {
    width: 100%;
  }

  .housing-left-row>* {
    width: 100%;
  }

  .houston-btn-wrp>*:not(:last-child) {
    margin: 0 0 10px 0;
  }

  .each-inputrow .col-lg-4 {
    width: 100%;
  }

  .each-inputrow {
    --bs-gutter-x: 0;
  }

  /* 23.02.26 */
  /* .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_10,
  .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_11,
  .betterlife-inr-wrp .gform_fields .custom-wrapper-top #field_1_12 {
    width: 100%;
    padding: 0 0 20px;
  } */

  .betterlife-inr-wrp .gform_fields .custom-wrapper-top .gfield--width-third {
    width: 100% !important;
    padding: 0 0 20px;
  }
}