body {
  font-family: Inter, serif;
  color: #000;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Onest, serif;
  font-weight: 600;
}
h1 {
  font-size: 56px;
  line-height: 67px;
}
h2 {
  font-size: 46px;
  line-height: 56px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
}
h4 {
  font-size: 24px;
  line-height: 29px;
}
h5 {
  font-size: 20px;
  line-height: 24px;
}
h6 {
  font-size: 16px;
  line-height: 19px;
}
.sec-pad {
  padding: 100px 0;
}
.sec-pad-top {
  padding-top: 100px;
}
.sec-pad-bottom {
  padding-bottom: 100px;
}
.dark-green-btn,
.light-green-btn {
  position: relative;
  font-size: 16px;
  transition: 0.4s ease-in-out;
  padding: 12px 20px !important;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  z-index: 1;
  outline: 0;
  overflow: hidden;
}
.foot-links ul a:hover,
.light-green-color,
.mega-menu .dropdown-menu .mega-column a:hover h6,
header .navbar-nav li a:hover {
  color: #d8e28c;
}
.light-green-bg {
  background-color: #d8e28c;
}
.dark-green-color,
.faq-right .accordion-button:not(.collapsed),
.mega-menu .dropdown-menu .mega-column h5 {
  color: #114a43;
}
.dark-green-bg,
.mega-menu .dropdown-menu .mega-column a:hover {
  background-color: #114a43;
}
.dark-grey-bg {
  background-color: #282f3b;
}
.footer-mid,
.main-slider {
  background: radial-gradient(
        45.15% 42.05% at 49.04% 57.08%,
        rgba(17, 74, 67, 0) 0.01%,
        #114a43 100%
      )
      center center/cover no-repeat,
    url(../images/section-bg.svg) center center/cover no-repeat;
}
.light-green-btn {
  background-color: #d8e28c;
  color: #114a43 !important;
  border-radius: 100px;
  border: 0;
}
.copyright a:hover,
.dark-green-btn,
header .navbar-nav li .mega-menu-foot a:hover {
  color: #d8e28c !important;
}
.dark-green-btn:hover,
.light-green-btn:hover {
  color: #fff !important;
}
.dark-green-btn:before,
.light-green-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.dark-green-btn:hover:before,
.light-green-btn:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.dark-green-btn.rounded,
.light-green-btn.rounded {
  border-radius: 50% !important;
  padding: 0 !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-green-btn {
  background-color: #114a43;
  border-radius: 100px;
  border: 0;
}
.hm-serv-bx,
.hm-serv-bx .service-bg-image,
.hm-serv-bx .service-front-image,
.hm-serv-bx:before,
.mega-menu .dropdown-menu {
  transition: 0.3s ease-in-out;
}
.border-color-dark-green {
  border-color: #14534b !important;
}
input[type="email"], input[type="submit"], input[type="tel"], input[type="text"], input[type="password"], textarea {
    border: 1px solid #cccccc;
    outline: 0;
    border-radius: 0;
	box-shadow:none !important;
}
#togglePassword {
    border-radius: 0;
}
.foot-abt img,
header .navbar .navbar-brand img {
  max-width: 250px;
}
.dropdown-toggle::after {
  content: "\f078";
  font-family: FontAwesome;
  margin: 0 0 0 3px;
  vertical-align: inherit;
  border: 0;
}
.asterisk-title:before,
.mega-menu .dropdown-menu .mega-column h5:before,
.scrolling-content span:before {
  margin-right: 10px;
  content: "\2a";
  font-family: FontAwesome;
}
header {
  border-bottom: 1px solid #14534b;
}
.mega-menu {
  position: inherit;
}

header .navbar-nav li .mega-menu-foot a {
  padding: 10px !important;
  display: inline-block;
}

.mega-menu .dropdown-item {
  padding: 5px 10px;
}
.mega-menu .dropdown-item:hover {
  background-color: #e9ecef;
}
.hm-key-warp ul li p,
.mega-menu .dropdown-menu .row {
  margin: 0;
}
.hm-key-warp ul,
.mega-menu .dropdown-menu .mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu .dropdown-menu .mega-column h6 {
  color: #000;
  margin: 0;
}
.mega-menu .dropdown-menu .mega-column p {
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
.mega-menu .dropdown-menu .mega-column a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #c4cd7d;
  margin-bottom: 5px;
  padding: 5px !important;
}
.mega-menu .dropdown-menu .mega-column a:hover p {
  color: #fff;
}
header nav {
  position: inherit !important;
}
header .navbar-nav li a {
  padding: 40px;
  color: #fff;
  font-family: Onest, serif;
  font-weight: 500;
}
header .navbar-nav li a.btn {
  padding: 10px 20px !important;
  line-height: normal;
}
header .navbar-nav li.dropdown .dropdown-menu a {
  padding: 0;
}
.two-col {
  column-count: 2;
}
.z-index-99 {
  z-index: 99;
}
.main-slider form {
  border: 2px solid #d8e28c;
  border-radius: 60px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 0;
  overflow: hidden;
}
.main-slider form input[type="email"] {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  width: 55%;
  padding-left: 15px;
}
.main-slider form input[type="email"]::placeholder {
  color: #fff;
}
.foot-top-right form input[type="email"]::placeholder {
  color: #000;
}
.hero-image img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}
.hero-image {
  border-radius: 220px 220px 0 0;
  overflow: hidden;
}
.scrolling-content {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.scrolling-content span {
  display: inline-block;
  padding: 10px 40px;
  white-space: nowrap;
  font-size: 20px;
  flex-shrink: 0;
  font-weight: 600;
  position: relative;
}
.scrolling-content span:before {
  position: absolute;
  left: -5px;
}
.service-bx img {
  border-radius: 20px 20px 0 0;
}
.hm-approach-wrap {
  background: url(../images/approach-bg-shape.svg) center/cover no-repeat
    #114a43;
}
.asterisk-title {
  position: relative;
  text-transform: capitalize;
}
.approch-bx .light-green-btn.rounded {
  position: absolute;
  right: 10px;
  top: 10px;
}
.approch-bx {
  position: relative;
  padding-top: 15px;
}
.approch-bx img {
  margin-bottom: 20px;
}
.foot-top-left,
.foot-top-right form {
  border-color: #114a43 !important;
  overflow: hidden;
}
.foot-top-right form input[type="email"] {
  padding: 12px 20px;
  background-color: transparent;
  color: #000;
      border: 0;
}
.foot-top-right form .light-green-btn {
  margin-right: -1px;
}
.foot-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot-links ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.foot-abt p {
  font-size: 14px;
}
.foot-links ul li {
  margin-bottom: 5px;
}
.foot-links-title:before {
  content: "\2a";
  font-family: FontAwesome;
  margin-right: 5px;
}
.copyright i {
  font-family: FontAwesome !important;
  color: #fff;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.hm-key-warp ul li,
.key-feat-right img {
  border-radius: 30px;
}
.copyright i:hover {
  color: #d8e28c;
  border-color: #d8e28c;
}
.copyright .container {
  padding: 10px;
  border-top: 1px solid #0f3d37;
}
.copyright p {
  margin: 0;
  font-size: 12px;
}
.hm-key-warp ul li {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 25px;
}
.hm-key-warp ul li.light-green-bg,
.light-green-progress {
  background-color: #d8e28c !important;
}
.hm-key-warp ul li.light-green-bg i {
  background-color: #fff;
  color: #114a43;
}
.hm-key-warp ul li.light-green-bg:hover i {
  color: #fff;
}
.hm-key-warp ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8e28c;
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
.hm-key-warp ul li:hover i {
  background-color: transparent;
}
.hm-key-warp ul li i:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #114a43;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  transition: transform 0.3s ease-in-out;
  transform: scale(0);
  border-radius: 10px;
}
.hm-key-warp ul li:hover i:after {
  transform: scale(1);
}
.try-free-image img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 50%;
  border: 20px solid #10453e;
  margin: 0 auto;
  display: block;
}
.service-bx > i,
.service-review-bx i {
  display: flex;
  font-size: 30px;
  background-color: #d8e28c;
}
.reviewer-link {
  position: absolute;
  width: 50%;
  right: -50px;
  bottom: -50px;
}
.reviewer-link .light-green-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 99;
}
.reviewer-link img {
  border: 5px solid #fff;
  border-radius: 20px;
}
.service-review-bx i {
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 15px;
  position: relative;
}
#videoModal .btn-close {
  position: absolute;
  right: -35px;
  background-color: #fff;
  opacity: 1;
  filter: invert(1);
  padding: 10px;
  border-radius: 0;
  top: 0;
}
#videoModal .btn-close:hover {
  background-color: #0ff;
}
#videoModal iframe {
  min-height: 350px;
  width: 100%;
}
.light-green-btn.btn-sm {
  font-size: 12px;
  padding: 5px 10px !important;
  line-height: normal;
  width: max-content;
}
.btn-group {
  gap: 5px;
  flex-wrap: wrap;
}
.service-bx > i {
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #114a43;
}
.theme-form,
.try-free-form form {
  display: flex;
  border: 2px solid #d8e28c;
}
.service-bx.light-green-bg > i {
  background-color: #114a43;
  color: #d8e28c;
}
.theme-form input[type="email"],
.try-free-form form input[type="email"] {
  background-color: transparent;
  padding-left: 15px;
   border: 0;
}
.faq-progress img {
  height: 360px;
  object-fit: cover;
}
.dark-green-progress {
    background-color: #114a43;
}
.faq-right .accordion-item {
  margin-bottom: 2px;
}
.faq-right .accordion-button {
  background-color: #d8e28c;
  border: 0;
  outline: 0;
  box-shadow: none;
  line-height: normal;
}
.service-bx.news-temp-bx > i {
  width: 120px;
  height: 120px;
  font-size: 80px;
  margin: 20px 0;
}
.news-bx img {
  margin-top: -50px;
}
.try-free-form form {
  border-radius: 60px;
  justify-content: space-between;
}
.try-free-form form input[type="email"] {
  color: #fff;
}
.try-free-form form input[type="email"]::placeholder {
  color: #fff;
}
.mega-menu-foot {
  box-shadow: 0 0 0 100vmax #212529;
  clip-path: inset(0 -100vmax);
}
.theme-form {
  justify-content: center;
  width: fit-content;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
}
.hm-serv-bx {
  position: relative;
  border: 2px solid #d8e28c;
  overflow: hidden;
}
.hm-serv-bx h4 {
  position: absolute;
  top: 15px;
  margin: 0;
  width: 100%;
  color: #000;
  z-index: 9;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.hm-serv-bx:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #d8e28c, transparent);
  z-index: 9;
}
.hm-serv-bx .service-front-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.hm-serv-bx:hover .service-bg-image,
.hm-serv-bx:hover .service-front-image {
  transform: scale(1.05);
}
.hm-serv-bx:hover {
  border-color: #114a43;
}
.hm-serv-bx:hover:before {
  background: linear-gradient(180deg, #114a43, transparent);
}
.hm-serv-bx:hover h4 {
  color: #fff;
}
header .navbar .navbar-nav {
  gap: 20px;
}
.hm-key-warp {
  background: radial-gradient(
        45.15% 42.05% at 49.04% 57.08%,
        rgba(17, 74, 67, 0) 0.01%,
        #114a43 100%
      )
      center center/cover no-repeat,
    url(../images/section-bg.svg) center center/cover no-repeat;
  overflow: hidden;
}
.hm-service-wrap .service-bx {
  position: relative;
  transition: 0.3s ease-in-out;
}
.hm-service-wrap .service-bx:hover {
  box-shadow: 5px 5px 10px -5px #000;
}
.main-header {
  transition: top 0.3s;
}
.main-header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 1px 1px 10px -5px #000;
  animation: slideDown 0.6s ease forwards;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main-header.sticky a.nav-link {
  padding: 20px 8px;
}

.sign-up-form button img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.sign-up-form {
    background-image: linear-gradient(90deg, #f5f5f5 50%, #114a43 50%);
}
.signup-cont{
	position:relative;
	z-index:1;
}
.signup-cont:before {
    position: absolute;
    z-index: 1;
    content: '';
    left: -20px;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #114a43;
}
.sign-up-form input[type="text"],
.sign-up-form input[type="email"],
.sign-up-form input[type="password"]{
    border: 1px solid #114a43;
    box-shadow: none !important;
    background-color: transparent;
    border-radius: 0;
}
.sign-up-form input[type="checkbox"]{
    box-shadow: none !important;
    border-radius: 0;
}
.sign-up-form .form-divider {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
}
.sign-up-form .form-divider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color:#ebebeb;
    left: 0;
    z-index: -1;
    top: 18px;
}
.sign-up-form .form-divider span {
    background-color: #f5f5f5;
    display: inline-block;
    padding: 10px;
    text-align: center;
	color:#555;
}
.sign-up-form .sign-up-btns button {
    border: 0;
    outline: 0;
    box-shadow: none;
    line-height: normal;
    padding: 10px 15px;
    font-weight: 600;
	    margin-bottom: 4px;
		background-color:#fff;
}
.sign-up-form .sign-up-btns button img {
    margin-right: 5px;
}
.signup-bx {
    color: #114a43;
    border-radius: 5px;
    width: 100%;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.pricing-box {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #eee;
}
.pricing-box p {
    margin: 0;
}
.pricing-box .pricing-box-price {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pricing-box .pricing-box-title {
    margin-bottom: 10px;
}
.pricing-box .pricing-box-price del {
    color: #cb0000;
    font-weight: 600;
}
.pricing-box .pricing-box-price  h4 {
    line-height: normal;
}
.pricing-box .pricing-box-price sub {
    bottom: 0;
}
.pricing-box.dark-green-bg {
    background-color: #114a43;
    color: #fff;
    border-color: #0c332e;
}
.pricing-box.dark-green-bg del {
    color: #ff3232;
}
.team-carousel .col-lg-3 img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}
.team-carousel .col-lg-3 {
    text-align: center;
}

.hm-approach-wrap .team-carousel .col-lg-3,
.hm-approach-wrap .team-carousel .col-lg-9 {
    color: #fff;
}
.team-carousel .item {
    padding: 20px;
    border-radius: 10px;
}
.hm-approach-wrap .team-carousel .item {
    background-color: rgba(12, 53, 48, 0.4);
}
.team-carousel h5,.team-carousel h6 {
    margin: 0;
}
.team-carousel h6 {
    font-weight: 400;
}
.white-testimony .item {
    background-color: #f5f5f5;
}
.input-pswrd-eye #togglePassword {
    position: absolute;
    top: 0;
    right: 0;
}
.login-form img {
    width: 150px;
    background-color:#114a43;
    padding: 10px 20px;
    border-radius: 150px;
}
    .login-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
	  margin:60px 0;
    }
    .login-form {
      max-width: 400px;
      width: 100%;
      padding: 20px;
      border: 1px solid #ccc;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    login-form .divider {
      text-align: center;
      margin: 20px 0;
    }
	.form-label {
    font-weight: 500;
}
.login-form .login-btn {
    background-color: #114a43;
    border: 0;
    padding: 10px;
    border-radius: 0;
}
.login-form .divider {
    text-align: center;
    margin: 5px 0 20px 0;
    color: #444;
    font-weight: 600;
}
.login-form .btn {
    border-radius: 0;
    padding: 10px;
}
.login-form input[type="email"],
.login-form input[type="password"]{
	padding:10px;
}
.google-btn {
    background-color:#EA4335;
    border-color: #EA4335
}
.intuit-btn {
    background-color: #fff;
    color: #000;
    border-color: #236cff;
}
.login-form  .intuit-btn img {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
	background-color:#fff;
}	
.intuit-btn {
    background-color: #fff;
    color: #236cff;
    border-color: #236cff;
}
.foot-logo img {
    height: 30px;
    display: block;
    margin-bottom: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #014a43;
    border-radius: 0;
}
.nav-pills .nav-link {
    background-color: #d6e49b;
    margin-bottom: 5px;
    border-radius: 0;
    color: #014a43;
    font-weight: 700;
    box-shadow: none !important;
    outline: 0 !important;
}
.accordion-item .accordion-button {
    background-color: #eee;
    border-radius: 0;
    color: #004a43;
    padding: 15px;
    line-height: normal;
    font-weight: 600;
    box-shadow: none !important;
    outline: 0 !important;
}
.accordion-item .accordion-button:not(.collapsed) {
    background-color: #004a43;
    color: white;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}
input:-internal-autofill-selected{
  background-color: transparent !important;
}
.hero-count .rating-stars i {
    color: #d7e394;
    font-size: 20px;
}
.hm-key-warp ul li ul {
    padding-left: 20px;
}
.hm-key-warp ul li li {
    background-color: transparent;
    padding: 0;
    margin: 0 0 5px 0;
    list-style: disc;
}
.hm-abt-cnt .service-review-bx p {
    font-weight: 500;
}
.mega-menu .dropdown-menu {
    overflow-y: auto;
    max-height: 77vh;
}
/* Chrome, Edge, Safari */
.mega-menu .dropdown-menu::-webkit-scrollbar {
  width: 100px;
}

.mega-menu .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.mega-menu .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 4px;
}

.mega-menu .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
.mega-menu .dropdown-menu {
  scrollbar-width: thin;  
  scrollbar-color: #888 #f1f1f1; 
}
.custom-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-lists li{
  position: relative;
  padding-left: 25px;
      margin-bottom: 10px;
}
.custom-lists li:last-child{
      margin-bottom:0;
}
.custom-lists li:before {
    position: absolute;
    left: 0;
    content: "\f05d";
    font-family: FontAwesome;
    color: #114a43;
}

.clnt-srv-ftr {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
/* For Chrome, Edge, Safari */
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #000 !important;
}

/* Optional focus + hover states */
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #000 !important;
}
.hm-approach-wrap .faq-right {
    box-shadow: 0px 2px 10px 0px #000;
}
.zzl-wht-bg {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zzl-wht-bg li {
    background-color: #d7e394;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: box-shadow 0.6s ease-in-out;
}
.zzl-wht-bg li:hover {
    box-shadow: 5px 10px 10px -10px #000, -5px 0px 10px -10px #000;
}
.zzl-wht-bg li i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    min-width: 70px;
    min-height: 70px;
    font-size: 30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    color: #014a43;
    z-index: 1;
    transition: transform 0.6s ease-in-out;
}
.zzl-wht-bg li:hover i {
    transform: rotate(360deg);
}
.zzl-wht-bg li:nth-child(even) {
    background-color: #014a43;
    color: #fff;
}
.suprt-form form {
    padding: 30px;
    height: 100%;
}
.suprt-form form input[type="text"],
.suprt-form form input[type="tel"],
.suprt-form form input[type="email"],
.suprt-form form select,
.suprt-form form textarea {
    border: 2px solid #d7e394;
    border-radius: 70px;
    background-color: transparent;
    padding: 10px;
    color:#fff;
}

.suprt-form form input[type="text"]:focus,
.suprt-form form input[type="tel"]:focus,
.suprt-form form input[type="email"]:focus,
.suprt-form form select:focus,
.suprt-form form textarea:focus {
    background-color: transparent;
    color:#fff;
    box-shadow: none;
    outline: 0;
    border-color: #fff;
}
.suprt-form form input[type="text"]::placeholder,
.suprt-form form input[type="tel"]::placeholder,
.suprt-form form input[type="email"]::placeholder,
.suprt-form form textarea::placeholder{
  color: #fff;
}
.suprt-form form select option{
  color:#000;
}
.suprt-form form textarea {
    padding: 20px;
    border-radius: 30px;
}
.zzl-wht-bg .zzl-cont strong {
    display: block;
}
.zzl-wht-bg.cnt-pg-lst li {
    padding: 15px;
}
.prt-stck-btn {
    position: sticky;
    top: 64px;
    background-color: #f8f9fa;
    padding: 10px;
}
#cleaning,
#green,
#contracting {
  scroll-margin-top: 133px;
}
.prt-sec-wrp .prt-bx {
    margin-bottom: 20px;
    background-color: #fff;
    border-color: #efefef !important;
    box-shadow: 0 0 10px -8px #000;
    height: 100%;
}
.prt-sec-wrp .prt-bx a {
    color: #000;
}
.prt-sec-wrp .prt-bx i {
    width: 20px;
    height: 20px;
    background-color: #014a43;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    min-width: 20px;
}
.prt-sec-wrp .prt-bx li {
    display: flex;
    align-items: center;
    flex-direction: row;
        font-size: 13px;
}
.category-grid .category-card {
    background-color: #fff;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.category-grid .category-card:hover {
    box-shadow: 0 0 15px -10px #000;
}
.category-grid .category-card i {
    width: 70px;
    height: 70px;
    background-color: #d6e49b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    color: #014a43;
    font-size: 30px;
    transition: 0.6s ease-in-out;
}
.category-grid .category-card:hover i {
  transform: scale(1.1) rotate(360deg);
}
.main-slider.sec-pad-top {
    padding-top: 50px;
}
.hm-abt-cnt .service-review-bx {
    display: flex;
    align-items: center;
    gap: 20px;
}
.copyright{
  overflow: hidden;
}
.partners-carousel {
    margin: 20px 0;
}
.blog-pg .row .col-lg-3 {
    margin-top: 80px !important;
}
.blog-pg .row .col-lg-3:nth-child(1),
.blog-pg .row .col-lg-3:nth-child(2),
.blog-pg .row .col-lg-3:nth-child(3),
.blog-pg .row .col-lg-3:nth-child(4){
    margin-top: 0 !important;
}
/* responsive */

@media(max-width:1199px){
  .prt-sec-wrp .prt-bx {
    margin-bottom: 20px;
    height: auto;
}
  .try-free-form form input[type="email"] {
    width: 40%;
}
.try-free-form form .light-green-btn {
    width: 60%;
}
.foot-top-right form button {
    width: 56%;
}
.foot-top-right form input[type="email"] {
    width: 44%;
}
}
@media(max-width:991px){
  .blog-pg .row .col-lg-3 {
    margin-top: 30px !important;
}
  .container{
    max-width: 95%;
  }
  .hero-count p {
    margin: 0;
}
  .hero-image {
    border-radius: 350px 350px 0 0;
}
  .hero-image img {
    height:500px;
}
  .service-review-bx i {
    min-width: 70px;
}
  .service-review-bx {
    display: flex;
    gap: 10px;
    align-items: center;
}
  .foot-top-right form button {
    width: 38%;
}
.foot-top-right form input[type="email"] {
    width: 62%;
}
   .try-free-form form input[type="email"] {
    width: 60%;
}
  .try-free-form form .light-green-btn {
    width: 40%;
}
  .prt-stck-btn {
    top: 46px;
}
  .mega-menu .dropdown-menu {
    max-height: none;
}
}
@media(min-width:992px){
  .mega-menu:hover .dropdown-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.mega-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  background-color: #d8e28c;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  display: block;
}
}
@media (max-width: 1199px) {
  .dark-green-btn, .light-green-btn {
    font-size: 15px;
}
  .sec-pad {
    padding: 80px 0;
  }
  .sec-pad-top {
    padding-top: 80px;
  }
  .sec-pad-bottom {
    padding-bottom: 80px;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .main-slider form input[type="email"] {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .mega-menu .dropdown-menu {
  padding: 0;
  background-color: #d8e28c;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
}
	.signup-cont:before {
    left: 50%;
    top: -6%;
    transform: rotate(90deg);
}
	.sign-up-form {
    background-image: linear-gradient(180deg, #f5f5f5 50%, #114a43 50%);
}
  .reviewer-link {
    right: -30px;
  }
  body {
    overflow-x: hidden;
  }
  header .navbar .navbar-nav {
    max-height: 90vh;
    overflow: scroll;
    gap: 5px;
  }
  .top-bar span {
    font-size: 11px;
  }
  header .start-btn {
    margin-left: auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .navbar .navbar-brand img {
    max-width: 160px;
  }
  .start-btn .light-green-btn {
    font-size: 11px;
    padding: 6px 10px !important;
  }
 header #navbarNav {
    position: absolute;
    top: 48px;
    width: 100%;
    left: 0;
    padding: 0;
    box-shadow: 0 10px 10px -10px #000;
}
  .sec-pad {
    padding: 60px 0;
  }
  .sec-pad-top {
    padding-top: 60px;
  }
  .sec-pad-bottom {
    padding-bottom: 60px;
  }
  header .navbar-nav li a {
    padding: 10px 15px;
    position: relative;
  }
  header button.navbar-toggler {
    filter: invert(1);
    opacity: 1;
    outline: 0;
    box-shadow: none !important;
    padding: 0;
    border: 0;
  }
  header .navbar-nav li a:after {
    position: absolute;
    right: 20px;
    top: 20%;
  }
  .mega-menu-foot,
  .mega-menu-foot .col-12 {
    padding: 0;
  }
  .two-col {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  /* bootstrap start */
  /* .try-free-form .light-green-btn.mb-5 {
    margin-bottom: 1rem !important;
}
  .try-free-form h1.mb-5 {
    margin-bottom: 1rem !important;
}
  .about-service .row.mt-5 {
    margin-top: 0 !important;
}
  .try-free-form form {
    margin-bottom: 1rem !important;
}
  .try-free-form p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
} */
/* bootstrap end */
.service-bx.news-temp-bx > i {
    width: 50px;
    height: 50px;
    font-size: 30px;
    margin: 10px 0;
}
.custom-lists li {
    margin-bottom: 3px;
}
.foot-top-right form input[type="email"] {
    padding: 8px 10px;
}
.team-carousel .col-lg-9 h3 {
    text-align: center;
    margin: 0;
}
.team-carousel .col-lg-3 img {
    width: 50px !important;
    height: 50px;
}
.team-carousel .item {
    padding: 15px;
}
.try-free-form form input[type="email"] {
    padding: 8px;
}
.zzl-wht-bg li {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
}
.hm-service-wrap .service-bx h4,
.hm-service-wrap .service-bx p{
    margin-bottom: 0;
}
.service-bx > i {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}
.hm-key-warp ul li h5 {
    margin: 0;
}
.category-grid .category-card h4 {
    margin: 0;
}
.category-grid .category-card i {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
    font-size: 20px;
}
.zzl-wht-bg li i {
    min-width: 50px;
    min-height: 50px;
    font-size: 20px;
    border-radius: 10px;
}
 .zzl-wht-bg.cnt-pg-lst li {
    gap: 5px;
    padding: 5px;
    border-radius: 10px;
}
.blog-pg .row .my-5,
.blog-pg .row .col-lg-3:nth-child(1),
.blog-pg .row .col-lg-3:nth-child(2),
.blog-pg .row .col-lg-3:nth-child(3),
.blog-pg .row .col-lg-3:nth-child(4) {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}
.blog-pg .row .my-5:last-child {
    margin-bottom: 0 !important;
}

  .about-service .key-fet-left .foot-top-left img {
    width: 50px;
}
  .dark-green-btn, .light-green-btn {
    font-size: 13px;
    padding: 10px 15px !important;
}
  .hm-serv-bx h4 {
        top:10px;
    font-size: 16px;
}
  .footer-mid.sec-pad {
    padding-bottom: 0;
}
  .approch-bx.approch-bx-lst img {
    margin-bottom: 0;
}
  .pt-x-0 {
    padding-top: 0 !important;
  }
  .approch-bx-img-lft {
    padding: 0;
}

.hm-key-warp ul li i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
}
.approch-bx img {
    max-width: 180px;
    display: block;
    margin: 0 auto 10px;
}
.approch-bx.approch-bx-img-lft img {
    margin: 0 0 10px auto;
}
  .asterisk-title {
    margin-bottom: 5px;
}
  .service-review-bx i {
    min-width: 55px;
    height: 55px;
    font-size: 20px;
    border-radius: 10px;
    width: 55px;
}
  .hm-abt-cnt .service-review-bx {
    gap: 10px;
}
  p {
    margin-bottom: 10px;
}
.scrolling-content span {
    padding: 0px 20px;
    font-size: 14px;
}
  .hero-count h1 {
    margin: 0;
}
  .hero-image img {
    height: auto;
}
.service-review-bx.y-rvw-bx i {
    min-width: 40px;
    min-height: 40px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 5px !important;
}
  .foot-top-right form button {
    width: 50%;
}
.foot-top-right form input[type="email"] {
    width: 50%;
}
  .try-free-form form input[type="email"] {
    width: 44%;
}
  .try-free-form form .light-green-btn {
    width: 56%;
}
  .prt-stck-btn .light-green-btn {
    padding: 6px 10px !important;
    font-size: 12px;
}
  .prt-stck-btn {
    padding: 10px 5px;
}
.prt-stck-btn.gap-3 {
    gap: 0.1rem !important;
}
  .suprt-form form {
    padding: 20px;
}

	.login-form {
    max-width: 300px;
}
	.signup-cont:before {
    left: 46%;
    top: -4%;
}

	.sign-up-form {
    background-image: linear-gradient(180deg, #f5f5f5 42%, #114a43 42%);
}
h1 {
    font-size: 30px;
    line-height: 32px;
}
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
h3 {
    font-size: 24px;
    line-height: 28px;
}
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
  h6 {
    font-size: 14px;
    line-height: 18px;
  }
 .sec-pad {
    padding: 40px 0;
}
  .sec-pad-top {
    padding-top: 30px;
  }
  .main-slider.sec-pad-top {
    padding-top: 20px;
}
  .sec-pad-bottom {
    padding-bottom: 50px;
  }
  .main-slider form input[type="email"] {
    width: 54%;
    padding-left: 15px;
  }

.hm-key-warp ul li {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
}
  .try-free-image img {
    width: 300px;
    height: 300px;
  }
}
@media(max-width:575px){
  .faq-progress img {
    height: auto;
}
  .foot-logo img {
    margin-bottom: 8px;
}
  .container {
    max-width: 100%;
}
  .theme-form  button {
    width: 100%;
}
  .theme-form input[type="email"] {
    width: 100%;
    border: 2px solid #d8e28c;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 6px;
}
  .theme-form {
    flex-direction: column;
    border: 0;
    border-radius: 0;
}
  .service-review-bx.y-rvw-bx h6 {
    font-size: 16px;
}
  .try-free-form form input[type="email"] {
    width: 100%;
    border: 2px solid #d7e394;
}
  .try-free-form form .light-green-btn {
    width: 100%;
}
  .foot-top-right form input[type="email"],
  .foot-top-right form .dark-green-btn {
    width: 95%;
}

.foot-top-right form input[type="email"] {
    border: 2px solid #014a43;
}
  .foot-top-right form input[type="email"],
  .try-free-form form input[type="email"] {
    margin-bottom: 5px;
    border-radius: 60px !important;
    outline: 0 !important;
}
 .foot-top-right form,
 .try-free-form form {
    flex-direction: column;
    border: 0 !important;
}
  header .navbar .navbar-brand img {
    max-width: 115px;
}
	.signup-cont:before {
    display:none;
}
	.sign-up-form {
    background-image: linear-gradient(180deg, #f5f5f5 43%, #114a43 42%);
}
	.sign-up-form .sign-up-btns button {
    font-size: 11px;
}
}
@media (max-width: 430px) {
  .hm-approach-wrap .service-bx .light-green-btn {
    font-size: 11px;
  }
}

/* pricing page */
.plans-section .pricing-box {
    background: #f9f9f9;
    border-radius: 18px;
    padding: 32px 24px 28px 24px;
    box-shadow: 0 2px 16px 0 rgba(17,74,67,0.06);
    border: 2px solid #e9e9e9;
    transition: box-shadow 0.2s, border 0.2s, transform 0.2s;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.plans-section .pricing-box:hover {
  box-shadow: 0 8px 32px 0 rgba(17,74,67,0.13);
  border-color: #d8e28c;
}

.plans-section .pricing-box .badge {
  font-size: 0.85rem;
  padding: 0.5em 1em;
  border-radius: 12px;
  letter-spacing: 0.03em;
  font-weight: 600;
  animation: zoomPulse 2s ease-in-out infinite;
    -webkit-animation: zoomPulse 2s ease-in-out infinite;
    -moz-animation: zoomPulse 2s ease-in-out infinite;
    -o-animation: zoomPulse 2s ease-in-out infinite;
}
@-webkit-keyframes zoomPulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}

@-moz-keyframes zoomPulse {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}

@-o-keyframes zoomPulse {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}

@keyframes zoomPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.plans-section .pricing-box h3 {
  font-size: 2rem;
  color: #114a43;
  margin-bottom: 0.25em;
  letter-spacing: -0.5px;
}

.plans-section .pricing-box p {
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.plans-section .pricing-box .mb-2 {
  margin-bottom: 0.7em !important;
}

.plans-section .pricing-box .price-monthly,
.plans-section .pricing-box .price-annual {
  display: flex;
  align-items: baseline;
      line-height: normal;
}

.plans-section .pricing-box .fa-dollar-sign {
  color: #d8e28c;
  margin-right: 2px;
  font-size: 1.1em;
}

.plans-section .pricing-box .price-annual .text-danger {
  font-size: 1rem !important;
  opacity: 0.7;
  margin-right: 0.5em;
}

.plans-section .pricing-box .billing-text {
  font-size: 0.95rem;
  color: #6c757d;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.plans-section .pricing-box .custom-lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plans-section .pricing-box .custom-lists li {
    position: relative;
    padding-left: 1.6em;
    font-size: 1rem;
}
.plans-section .pricing-box .custom-lists li:last-child {
  margin-bottom: 0;
}
.plans-section .pricing-box .custom-lists li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 1.1em;
}

.plans-section .pricing-box small.text-muted {
  font-size: 0.95em;
  color: #6c757d !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.plans-section .form-switch {
   width: 50px;
       padding: 0;
}
.plans-section input[type="checkbox"] {
    font-size: 26px;
    outline: 0;
    box-shadow: none;
    width: 100%;
    float: none;
    margin: 0;
    background-color: #d5e5a1 !important;
    border-color: #b2cb73;
}
.mon-yr-swtch .text-dark {
    color: #014a43 !important;
}
.mon-yr-swtch {
    font-size: 18px;
    width: 100%;
    justify-content: end;
}
.mon-yr-swtch .text-muted {
    color: #aaa !important;
}
.form-switch .form-check-input:focus,
.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}
.plans-section .pricing-box button {
    width: 20px;
    height: 20px;
    background-color: #d5e5a1;
    font-size: 10px;
}

@media (max-width: 991.98px) {
  .plans-section .pricing-box {
    padding: 28px 16px 24px 16px;
  }
}

@media (max-width: 767.98px) {
  .plans-section {
    padding: 40px 0 20px 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .plans-section .pricing-box {
    margin-bottom: 18px;
    min-height: unset;
  }
}

@media (max-width: 575.98px) {
  .plans-section .pricing-box {
    padding: 18px 8px 16px 8px;
  }
  .plans-section .pricing-box h3 {
    font-size: 1.3rem;
  }
}
/* compare plans section */

#comparePlansTable .light-green-btn {
    padding: 5px 15px !important;
    font-size: 13px;
    margin-top: 5px;
}
.compare-plans-section .compare-toggle-btn[aria-expanded="true"] {
  background: #000;
  box-shadow: 0 4px 24px 0 rgba(17,74,67,0.13);
}
.compare-plans-section .compare-table th,
.compare-plans-section .compare-table td {
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  background: #fff;
  border-color: #e9ecef;
}
.compare-plans-section .compare-table th:first-child,
.compare-plans-section .compare-table td:first-child {
  text-align: left;
}
.compare-plans-section .compare-table th {
    background-color: #014a43 !important;
    color: #fff;
}
.compare-plans-section .compare-table .table-category td {
    background: #d7e394 !important;
    color: #004a43;
    font-size: 1.08rem;
    letter-spacing: 0.01em;
    border-top: 2px solid #d8e28c;
}
.compare-plans-section .compare-table .btn-link.feature-collapse-btn {
    color: #114a43;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.compare-plans-section .compare-table .btn-link.feature-collapse-btn:hover {
  text-decoration: underline;
}
.compare-plans-section .compare-table .fa-check-circle {
  color: #6bbf59;
  font-size: 1.3em;
}
.compare-plans-section .compare-table .fa-times-circle {
  color: #e74c3c;
  font-size: 1.3em;
}
.compare-plans-section .compare-table .badge.bg-dark {
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.4em 0.8em;
  margin-bottom: 0.2em;
}
.compare-plans-section .compare-table .btn-success {
  font-size: 0.95em;
  border-radius: 1em;
  padding: 0.3em 1.2em;
}
@media (max-width: 991.98px) {
  .compare-plans-section .compare-table th,
  .compare-plans-section .compare-table td {
    font-size: 0.97rem;
    padding: 0.6em 0.3em;
  }
}
@media (max-width: 767.98px) {
  .compare-plans-section .compare-table,
  .compare-plans-section .table-responsive {
    font-size: 0.95rem;
  }
  .compare-plans-section .compare-table th,
  .compare-plans-section .compare-table td {
    padding: 0.5em 0.2em;
  }
  .compare-plans-section .compare-table th,
  .compare-plans-section .compare-table td {
    min-width: 80px;
  }
  .compare-plans-section .compare-table th:first-child,
  .compare-plans-section .compare-table td:first-child {
    min-width: 120px;
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .compare-plans-section .compare-table th,
  .compare-plans-section .compare-table td {
    font-size: 0.93rem;
    padding: 0.4em 0.1em;
  }
  .compare-plans-section .compare-table th,
  .compare-plans-section .compare-table td {
    min-width: 60px;
  }
  .compare-plans-section .compare-table th:first-child,
  .compare-plans-section .compare-table td:first-child {
    min-width: 100px;
    font-size: 0.98rem;
  }
  .compare-plans-section .compare-table .fa-check-circle,
  .compare-plans-section .compare-table .fa-times-circle {
    font-size: 1.1em;
  }
}