.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
color-scheme: light only;
}
html, body {
background-color: #ffffff !important;
}
:root {
--mainfont: "Raleway", sans-serif;
--primary: #1A7261;
--secoundery: #C20626;
--hover: #C20626;
}
body, p, a {
font-family: var(--mainfont);
line-height: 28px;
margin: 0;
padding: 0;
font-style: normal;
font-optical-sizing: auto;
font-style: normal;
}
h1, h2, h3, h4, h5 {
font-family: var(--mainfont);
font-weight: 700;
color: var(--primary);
margin-top: 0px;
margin-bottom:20px;
}
h1, h2 {
font-size: 40px;
line-height: 50px !important;
}
h1 span, h2 span {
color: var(--secoundery);
}
a:hover {
color: var(--secoundery) !important;
}
a {
text-decoration: none !important;
}
main#content {
overflow: hidden;
}
ul, ol {
margin:0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}
@media (max-width: 2200px) {
.e-con>.e-con-inner, .cust-container, .inner-header {
max-width: 1500px !important;
}
}
@media (max-width: 1670px) {
.e-con>.e-con-inner, .cust-container, .inner-header {
max-width: 1200px !important;
}
}
@media (max-width: 1280px) {
.e-con>.e-con-inner, .cust-container, .inner-header {
max-width: 1150px !important;
}
}
.cust-container, .inner-header {
margin: 0 auto;
padding: 0 0px;
width: 100%;
}
header {
position: fixed;
top:0;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
z-index: 999999;
transition: all 0.5s;
}
.scroll-down header {
top: -150px;
}
.scroll-up header {
top: -44px;
}
.inner-header {
display: flex;
justify-content: space-between;
align-items: center;
background: #ffffff;
border-radius: 20px;
}
.brand-logo {
padding-left: 30px;
}
.brand-logo a {
display: block;
padding: 0px 0 10px;
}
.brand-logo a img {
display: block;
position: relative;
max-width: 150.02px;
}
.top-bar-inner ul {
display: flex;
gap: 30px;
}
.top-bar-inner {
display: flex;
justify-content: flex-end;
padding-right: 50px;
}
.top-bar-inner a {
color: #ffffff;
}
.top-bar {
padding: 8px 0;
background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.theme-main-menu {
padding-right: 20px;
display: flex;
align-items: center;
}
.hdrbtn {
background: #1A7261;
color: #ffffff;
border-radius: 50px;
padding: 8px 25px;
font-size: 15px;
margin-left: 15px;
}
.hdrbtn:hover {
color: #ffffff !important;
} .main-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.main-menu li {
position: relative;
} .main-menu li ul {
display: none;
position: absolute;
top: 54px;
left: 0;
list-style: none;
padding: 0;
margin: 0;
width: 250px;
z-index: 999;
box-shadow: 10px 10px 15px #00000069;
} .main-menu li:hover > ul {
display: block;
} .main-menu li ul li {
width: 100%;
}
nav.main-nav a {
font-size: 15px;
color: #000000;
text-decoration: none;
padding: 37px 10px;
}
.main-menu li ul li a {
padding: 10px;
display: block;
width: 100%;
position: relative;
border-bottom: 1px solid #ddd;
background: #ffffff;
}
.sub-menu .menu-arrow {
position: absolute;
right: 10px;
top: 21px;
transform: rotate(-90deg);
}
ul.sub-menu .sub-menu {
left: auto;
right: -271px;
top: 0;
}
.mainlinks a {
color: var(--primary) !important;
font-weight: 700;
}
li#menu-item-29 a {
padding-left: 40px;
}
li#menu-item-29 a:before {
position: absolute;
content: '';
left: 18px;
top: 5px;
width: 1px;
height: 20px;
background: #000000;
}
footer {
background: #D9EAE7;
padding: 60px 0px 0;
overflow: hidden;
}
.footer-inner {
display: flex;
justify-content: space-between;
}
.ftr-col.ftradd {
width: 30%;
}
.ftr-col.ftrapp {
width: 20%;
}
.ftr-col.ftrdealer {
width: 15%;
}
.ftr-col.ftrlinks {
width: 15%;
}
.ftr-col.ftrquicklinks {
width: 12%;
}
footer h3 {
font-size: 18px;
margin-bottom: 10px;
}
footer h3 a {
color: var(--primary);
}
.ftr-col ul li a {
font-size: 15px;
color: #585858;
line-height: 32px;
}
.ftr-col.ftradd p {
font-size: 15px;
line-height: 24px;
margin-top: 20px;
margin-bottom: 20px;
}
.copyright-wrap {
display: flex;
font-size: 15px;
justify-content: space-between;
padding: 20px 0;
}
.copyright-blank {
width: 30%;
}
.privacy-links {
width: 20%;
}
.copyright-text {
width: 46%;
}
ul.ftrpolicymenu {
display: flex;
gap: 14px;
}
ul.ftrpolicymenu a {
font-size: 14px;
color: #585858;
}
.copyright-text p {
font-size: 14px;
text-align: right;
color: #585858;
} .hambergermenu {
display: none !important;
}
.hambergermenu {
width: 35px;
position: relative;
height: 22px;
align-items: center;
cursor: pointer;
}
.hambergermenu span {
height: 2px;
width: 100%;
background: var(--secoundery);
display: block;
}
.hambergermenu:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 2px;
background: var(--secoundery);
}
.hambergermenu:after {
content: '';
position: absolute;
bottom: 0;
top: auto;
left: 0;
right: 0;
width: 100%;
height: 2px;
background: var(--secoundery);
}
.hambergermenumob {
position: fixed;
top: 0;
right: -150%;
left: auto;
z-index: 999;
background: #ebf2f6;
height: 100%;
width: 100%;
max-width: 767px;
border: 1px solid #ddd;
box-shadow: 5px 5px 15px #00000029;
transition: all 0.5s;
overflow: hidden;
overflow-y: scroll !important;
}
.activemenu {
right: 0;
}
.hambergermenu-inner {
position: relative;
padding: 0 30px 50px;
top: 40px;
}
.hambergermenu-inner ul {
margin: 0;
padding: 0;
list-style: none;
}
.menu-item {
position: relative;
}
.hambergermenu-inner ul li a {
font-size: 20px;
color: var(--primary);
line-height: 50px;
border-bottom: 1px solid #dddddd7a;
display: block;
position: relative;
font-weight: 600;
}
.hambergermenu-inner ul li a:hover {
color: var(--secoundery);
}
.closebutton {
width: 25px;
height: 25px;
position: absolute;
right: 10px;
top: 10px;
transition: all 0.5s;
cursor: pointer;
}
.closebutton span {
position: absolute;
width: 100%;
background: #000000;
height: 2px;
transition: all 0.5s;
transform: rotate(45deg);
top: 15px;
right: 0;
left: 0;
}
.closebutton:after {
width: 100%;
background: #000000;
height: 2px;
transition: all 0.5s;
transform: rotate(-45deg);
position: absolute;
content: '';
top: 15px;
left: 0;
right: 0;
}
.hambergermenumob .accordion-toggle::after {
content: '+';
margin-left: 10px;
color: var(--secoundery);
font-weight: 700;
font-size: 18px;
}
.hambergermenumob .accordion-toggle.active::after {
content: '-';
}
.hambergermenumob .submenu {
display: none;
padding-left: 0;
}
.hambergermenumob .submenu li {
position: relative;
}
.hambergermenumob .submenu li a {
font-size: 15px;
line-height: 40px;
display: block;
width: 100%;
position: relative;
color: #000000;
}
.hambergermenumob .submenu.open {
display: block;
}
.hambergermenumob .accordion-toggle {
background: none;
border: none;
cursor: pointer;
float: right;
width: 100%;
height: 51px;
position: absolute;
right: 0;
top: 0;
font-size: 20px;
display: flex;
justify-content: flex-end;
align-items: center;
}
ul.submenu.depth-0 .accordion-toggle {
height: 37px;
} .themebtn {
border-radius: 50px;
background: transparent;
padding: 11px 30px 11px 44px;
border: 1px solid #ffffff;
position: relative;
color: #ffffff;
font-weight: 600;
transition: all 0.5s;
width: auto;
display: inline-block;
}
.themebtn:after {
position: absolute;
content: '';
left: 25px;
top: 20px;
background: url(https://www.mosquitofreeworld.com/wp-content/uploads/2025/08/bulleticon.svg) no-repeat;
width: 9px;
height: 9px;
background-size: 100%;
}
.themebtn:hover {
background: var(--secoundery) !important;
color: #ffffff !important;
}
.themebtn input.wpcf7-form-control.wpcf7-submit.has-spinner {
padding: 0;
background: transparent;
display: inline-block;
width: auto;
font-size: 16px;
cursor: pointer;
font-weight:600;
}
.form-field .themebtn:hover input.wpcf7-form-control.wpcf7-submit.has-spinner {
color:#ffffff;
}
.form-field .themebtn {
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.themebtn p {
display: inline-block;
width: auto;
line-height: 0;
}
.drkbtncta {
color: #000000 !important;
border: 1px solid #000000;
} .home-banner-slider img {
display: block;
}
.banner-content {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
width: 100%;
}
.banner-content h2 {
color: #ffffff;
}
.banner-content p {
color: #ffffff;
font-size: 18px;
max-width: 550px;
margin-bottom: 30px;
}
.banner-content .themebtn {
color: #ffffff;
}
.swiper-pagination-bullet {
width: 12px !important;
height: 12px !important;
opacity: 0.5 !important;
background: var(--secoundery) !important;
margin: 0 8px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1 !important;
}
.swiper-pagination {
bottom: 50px !important;
} .elmtabs .e-n-tabs-heading {
width: max-content;
margin: 0 auto;
background: #E3E3E3;
border-radius: 100px;
}
.elementor-widget-n-tabs .e-n-tab-title {
cursor: pointer;
}
.case-study-post {
background: #D9EAE7;
overflow: hidden;
border-radius: 20px 20px 0 0;
}
.cs-img {
overflow: hidden;
height: 100% !important;
transition: all 0.5s;
position:relative;
}
.cs-img img {
display: block;
width: 100%;
transform: scale(1);
transition: all 0.5s;
height: 100%;
}
.case-study-post:hover .cs-img img {
transform: scale(1.1);
}
.cs-meta {
padding: 30px;
}
.cs-meta h3 {
font-size: 22px;
color: #000000;
}
.cs-meta p {
margin-bottom: 20px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.swiper-slide-active .case-study-post {
background: #1A7261;
}
.swiper-slide-active .cs-meta, .swiper-slide-active .cs-meta h3 {
color: #ffffff;
}
.cs-meta .readmorebtn {
visibility: hidden;
opacity: 0;
position: absolute;
transition: all 0.5s;
transition-delay: 0.5s;
}
.swiper-slide.swiper-slide-active .cs-meta .readmorebtn {
visibility: visible;
opacity: 1;
position: relative;
}
.case-study-slider {
overflow: visible !important;
}
.darkbtn.swiper-button-next, .darkbtn.swiper-button-prev {
filter: contrast(0);
top: -70px !important;
}
.darkbtn.swiper-button-prev {
right: 45px !important;
}  .case-study-slider .swiper-slide {
transition: all 0.5s;
background: #007362;
height: auto;
border-radius: 20px 20px 0 0;
}
.mfwl-img {
position: relative;
overflow: hidden;
border-radius: 20px;
}
.mfwl-img img {
display: block;
width: 100%;
}
.mfwl-img h3 {
color: #ffffff;
position: absolute;
left: 25px;
bottom: 20px;
margin-bottom: 0;
margin-top: 0;
font-size: 22px;
}
.mfwl-img:before {
position: absolute;
width: 100%;
height: 120px;
left: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #064237 100%);
content: '';
}
.mfw-location-post {
padding: 20px;
border-radius: 20px;
background: #008171;
color: #ffffff;
}
.mfwl-meta {
padding: 20px 10px;
}
.mfwl-meta p {
margin-bottom: 20px;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}
.mfw-location-slider {
overflow: visible !important;
}
.mfw-location-slider .swiper-slide {
border-radius: 20px;
background: #008271;
height: auto;
}
.citycasestudy .swiper-slide {
background: #d6eae7;
}
.swiper-button-next, .swiper-button-prev {
padding: 0 !important;
background: url(https://www.mosquitofreeworld.com/wp-content/uploads/2025/08/swiper-arrow-next.svg) no-repeat;
width: 40px !important;
height: 40px !important;
background-size: 40px;
top: -80px !important;
right: 0 !important;
left: auto !important;
}
.swiper-button-prev {
right: 60px !important;
transform: rotate(180deg) !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
display: none !important;
}
.shadowbtm .e-con-inner:after {
position: absolute;
content:'';
width: 100%;
height: 86px;
left: 0;
bottom:0;
background: linear-gradient(0deg, #FFFFFF 0%, #D9EAE7 100%);
}
.shadowbtm .e-con-inner {
position: relative;
}
.custom-form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 4%;
}
.form-field {
width: 48%;
margin-bottom: 20px;
}
.form-field.fullw {
width: 100%;
}
.form-field label {
display: block;
color: #555555;
}
input, select, textarea {
border: 0;
box-sizing: border-box;
width: 100%;
border-radius: 10px;
padding: 15px;
font-family: var(--mainfont);
}
textarea.wpcf7-form-control.wpcf7-textarea {
height: 107px;
}
span.wpcf7-spinner {
position: absolute;
}
.wpcf7-response-output {
font-size: 12px !important;
margin: 0 !important;
} .inner-banner {
border-radius: 0 0 20px 20px;
position: relative;
width: 100%;
overflow: hidden;
}
.inner-banner img {
display: block;
height: 100vh;
width: 100%;
object-fit: cover;
border-radius: 0 0 20px 20px;
}
.mobile-banner {
display: none !important;
}
.banner-text {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
display: flex;
align-items: center;
}
.banner-text h1 {
font-size: 50px;
line-height: 60px !important;
color: #ffffff;
max-width: 500px;
}
.custom-breadcrumbs {
position: absolute;
bottom: 40px;
left: 0;
right: 0;
color: #FF1039;
}
.custom-breadcrumbs a {
color: #ffffff;
}
.inner-banner:before {
position: absolute;
width: 60%;
height: 100%;
left: 0px;
top: 0px;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
content: '';
}
span.seprator {
color: #ffffff;
margin: 0 7px;
} .customimgbox {
background: #1A7261;
border-radius: 15px;
color: #ffffff;
overflow: hidden;
border: 1px solid #1A7261;
}
.customimgbox figure.elementor-image-box-img {
min-width: 100%;
background: #ffffff;
display: block;
}
.customimgbox figure.elementor-image-box-img img {
height: 300px;
width: auto;
margin: 0 auto;
}
.customimgbox h3 {
color: #ffffff;
font-size: 22px;
}
.customimgbox .elementor-image-box-content {
padding: 20px 40px 40px;
}
.statscenter .elementor-counter-title {
text-align: center;
}
.testimonials-section {
border: 1px solid #000000;
border-radius: 30px;
padding: 50px;
position: relative;
}
.testimonials-slider p {
font-size: 25px;
text-align: center;
line-height: 35px;
margin-bottom: 20px;
}
.testimonials-slider span {
display: block;
text-align: center;
color: #1A7261;
font-size: 20px;
font-weight: 500;
}
.testimonials-section:before {
position: absolute;
content: '';
width: 150px;
height: 150px;
background: url(https://www.mosquitofreeworld.com/wp-content/uploads/2025/08/quotation.svg) no-repeat;
left: -8px;
top: -20px;
background-size: 100%;
}
.swiper-pagination.swiper-pagination-clickable {
display: flex;
}
.testimonials-section .swiper-pagination.swiper-pagination-clickable {
left: 0 !important;
right: 0 !important;
margin: 0 auto;
bottom: -80px !important;
justify-content: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: linear-gradient(180deg, #FFFFFF 0%, #FF8EA2 33%, #FF1039 66%, #990A22 100%) !important;
}
.swiper-pagination-bullet {
background: rgba(0, 0, 0, 0.2) !important;
}
.testimonials-slider {
overflow: visible !important;
}
.testimonials-slider .swiper-slide {
opacity: 0;
transition: all 0.5s;
}
.testimonials-slider .swiper-slide.swiper-slide-active {
opacity: 1;
}
.process-container {
position: absolute;
top: 60px;
left: 0;
right: 0;
color: #ffffff;
}
.process-container h2 {
color: #ffffff;
}
.process-container p {
max-width: 700px;
}
.process-tabs-wrap {
position: absolute;
bottom: 60px;
color: #ffffff;
left: 0;
right: 0;
}
.proces-tabs .swiper-slide {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
padding: 20px 15px;
display: flex;
gap: 20px;
align-items: flex-start;
min-height: 120px;
cursor: pointer;
transition: all 0.5s;
background: #1a726100;
}
.proces-tabs .swiper-slide .thtxt {
display: block;
font-size: 16px;
font-weight: 700;
line-height: 26px;
}
.proces-tabs .swiper-slide .thno {
display: block;
line-height: 22px;
}
.proces-tabs .swiper-slide.swiper-slide-thumb-active {
background: #1A7261;
border-radius: 20px;
border-color: transparent;
}
.bfcactive {
display: block !important;
}
.hidebfcon {
display: none !important;
}
.activebtlink {
color: red;        
}
.benefits-section {
display: flex;
gap: 40px;
}
.benefits-tab {
width: 53%;
background: #EEF8F6;
border-radius: 20px;
}
.benefits-content {
width: 47%;
}
.bfcontainer img {
display: block;
border-radius: 20px !important;
}
.btlink a {
display: block;
width: 100%;
padding: 20px 40px;
color: #000000;
font-size: 20px;
line-height: 30px;
transition: all 0.5s;
background: transparent;
position:relative;
}
.btlink a strong {
display: block;
width: 100%;
}
.btlink:last-child a {
border: 0;
}
.btlink a.activebtlink {
background: #1A7261;
border-radius: 20px 0 0 20px;
color: #ffffff !important;
}
.btlink a:after {
background: #1A7261 url(https://www.mosquitofreeworld.com/wp-content/uploads/2025/08/arrowwhite.svg) no-repeat;
position: absolute;
content: '';
right: -105px;
top: 0;
width: 106px;
height: 100%;
background-size: 40px;
border-radius: 0 20px 20px 0;
background-position: 80% center;
transition: all 0.5s;
opacity: 0;
}
.btlink a span {
display: block;
font-size: 16px;
}
.btlink a.activebtlink:after {
opacity: 1;
}
.btlink a:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #00000059;
}
.clientlogos .swiper-slide-inner {
background: #EEF8F6;
border-radius: 20px;
padding: 20px;
}
.team-grid {
display: flex;
gap: 1%;
flex-wrap: wrap;
}
.team-item {
width: 24.2%;
background: #1A7261;
overflow: hidden;
border-radius: 20px 20px 0 0;
margin-bottom: 30px;
position: relative;
padding-bottom: 100px;
}
.team-img {
background: #1A7261;
}
.team-img img {
display: block;
border-radius: 20px !important;
transition: all 0.5s;
object-fit: cover;
height: 100%;
width: 100%;
}
.team-content {
color: #ffffff;
height: 100px;
transition: all 0.5s;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: #1A7261;
}
.team-content span {
display: block;
}
.team-name {
font-weight: 700;
font-size: 20px;
}
.team-meta {
padding: 25px;
position: relative;
}
.team-meta p {
font-size: 15px;
line-height: 23px;
position: relative;
}
.team-designation {
font-size: 14px;
}
.team-meta a {
position: absolute;
right: 20px;
top: 25px;
width: 30px;
}
.team-designation {
margin-bottom: 20px;
}
.team-item:hover .team-content {
height: 300px;
}
.bulleticon .elementor-icon {
top: 7px;
position: relative;
}
.elementor-counter-title {
text-align: center;
}
.other-case-study {
display: flex;
gap: 30px;
}
.other-case-study .cs-img {
height: auto !important;
}
.case-study-post .cs-meta .readmorebtn {
visibility: visible;
opacity: 1;
position: relative;
color: #ffffff;
}
.case-study-post .cs-meta {
background: #1A7261;
color: #ffffff;
}
.case-study-post h3 {
color: #ffffff;
}
.txtwrap {
word-wrap: break-word;
}
summary.e-n-accordion-item-title {
justify-content: space-between !important;
}
.redbullet .elementor-icon {
top: 8px;
position: relative;
}
.imgdarkbox .elementor-image-box-content {
padding: 20px 25px;
font-size: 15px;
}
.imgdarkbox .elementor-image-box-content span {
display: block;
margin-bottom: 15px;
}
.imgdarkbox .elementor-image-box-content .readmorebtn {
margin-top: 10px;
display: block;
}
.galleryslider figcaption.elementor-image-carousel-caption {
padding: 10px 20px 20px 20px;
}
.galleryslider figure.swiper-slide-inner {
background: #EEF8F6;
border-radius: 15px 15px 0 0;
overflow:hidden;
}
.galleryslider .elementor-image-carousel-wrapper.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
overflow: visible;
}
.twocoltxt {
display: flex;
gap: 50px;
margin-bottom: 30px;
}
.twocoltxt h2 {
width: 32%;
}
.twocoltxt p {
width: 65%;
}
.other-case-study-sec {
padding: 60px 0;
background-color: transparent;
background-image: linear-gradient(180deg, #EEF8F6 0%, #FFFFFF 100%);
overflow: hidden;
}
.other-case-study-sec h2 {
margin-bottom: 10px;
}
.other-case-study-sec p {
margin-bottom: 30px;
max-width: 80%;
}
.readmorebtn {
color: #ffffff;
font-weight: 700 !important;
position: relative;
text-decoration: underline !important;
padding: 2px 40px 5px 0;
background: url(https://www.mosquitofreeworld.com/wp-content/uploads/2026/01/whiterm.svg) no-repeat;
background-position: right top;
}
.citycasestudy .darkbtn {
top: -40px !important;
}
.citycasestudy {
padding-top: 0px;
}
.citycasestudy .case-study-post h3 {
color: #000000;
}
.citycasestudy .case-study-post .cs-meta .readmorebtn {
color: #000000;
}
.citycasestudy .case-study-post .cs-meta {
background: #D9EAE7;
color: #000000;
}
.citycasestudy .darkbtn {
filter: contrast(1) !important;
}
.app-casestudy .darkbtn {
top: -40px !important;
}
.app-casestudy {
padding-top:40px;
}
.web-cta-form {
padding: 60px 0;
}
.cta-form-wrap {
background: #D9EAE7;
max-width: 1100px;
margin: 0 auto;
display: flex;
justify-content: space-between;
border-radius: 15px;
overflow: hidden;
}
.ctaform-img {
width: 45%;
background: url(https://www.mosquitofreeworld.com/wp-content/uploads/2025/08/form-img.jpg) no-repeat;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.cta-form-cf7 {
width: 55%;
padding: 40px;
}
.cta-form-cf7 h4 {
font-size: 25px;
line-height: 30px;
color: #000000;
}
.cta-form-cf7 > p {
line-height: 25px;
margin-bottom: 30px;
}
.page-id-26 .web-cta-form {
display:none;
}
.numfont p, .numfont, .cityctasec li.elementor-icon-list-item:first-child {
font-family: "Roboto", sans-serif !important;
}
.bg-product-table {
width: 100%;
border-collapse: collapse;
}
.bg-product-table th {
background: #007a6f;
color: #fff;
text-align: center;
}
.bg-product-table td {
vertical-align: top;
}
.bg-product-table th,
.bg-product-table td {
border: 1px solid #ccc;
}
.case-study-slider-section.citycasestudy .readmorebtn {
background-blend-mode: difference !important;
}
.megamenu {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
width: 100%;
height: 150%;
background: #00000073;
transition: all 0.5s;
}
.mm-inner {
background: #1A7261;
border-radius: 15px;
padding: 60px;
color: #ffffff;
transition: all 0.5s;
position: relative;
top: 125px;
display: flex;
justify-content: space-between;
gap: 60px;
}
.mm-text {
width: 50%;
}
.mm-link {
width: 50%;
}
.mm-text h4 {
color: #ffffff;
font-size: 30px;
font-weight: 600;
}
.mm-text p {
margin-bottom: 20px;
}
#applicationmegamenu,
#casestudymegamenu,
#citymegamenu {
display: none;
opacity: 0;
visibility: hidden;
}
.scroll-up .megamenu {
top: -44px;
}
.scroll-down .megamenu {
top: -123px;
}
.mm-menu li a {
background: url(https://www.mosquitofreeworld.com/wp-content/uploads/2026/01/whiterm.svg) no-repeat;
color: #ffffff;
font-size: 20px;
font-weight: 500;
line-height: 40px;
padding-left: 45px;
}
ul.mm-menu {
margin-left: 70px;
}
.cityslidbtn {
top: -45px !important;
}
.cityslidbtn.swiper-button-prev {
right: 50px !important;
}
.mobacctitle {
display:none;
}
.stickyicon {
position: fixed;
right: 10px;
bottom: 10px;
z-index: 9;
transition-delay: 1s !important;
}
.stickyicon a {
background: #007362;
margin-bottom: 5px;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 5px 20px;
border: 1px solid #ddd;
gap: 10px;
color: #ffffff;
font-size: 15px;
transition: all 0.5s;
}
.stickyicon a img {
width: 20px;
display: block;
}
.stickyicon a:hover {
color: #ffffff !important;
background: #00483e;
} .enqformpopup {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 999999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
} .enqformpopup.active {
opacity: 1;
visibility: visible;
} .popup-inner {
background: #007362;
width: 100%;
max-width: 300px;
padding: 20px;
border-radius: 12px;
position: relative;
animation: popupZoom 0.3s ease;
} .popup-inner h4 {
margin-bottom: 20px;
color: #ffffff;
font-size: 20px;
} .popup-close {
position: absolute;
top: 12px;
right: 15px;
font-size: 26px;
cursor: pointer;
line-height: 1;
color: #ffffff;
}
.enqpopup .form-field {
margin-bottom: 10px;
}
.enqpopup input, .enqpopup textarea {
font-size: 15px;
}
.wpcf7-response-output {
line-height: 21px;
color: #ffffff;
}
.page-id-26 .wpcf7-response-output {
color: #000000 !important;
}
span.wpcf7-not-valid-tip {
font-size: 13px;
} @keyframes popupZoom {
from {
transform: scale(0.9);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
} @media (max-width: 600px) {
.popup-inner {
margin: 15px;
padding: 20px;
}
}
.ftrsmlink {
display: flex;
gap: 7px;
margin: 10px 0;
}
.ftrsmlink li img {
width: 31px !important;
display: block;
}
@media(max-width:1024px) {
.casestudytabs .e-n-tab-title span {
display: block !important;
text-align: left !important;
width: 100%;
color: #000000 !important;
font-family: var(--mainfont);
line-height: 25px;
font-size: 18px;
font-weight: 600;
}
.casestudytabs .e-n-tab-title {
background: #ecf8f6 !important;
padding: 10px 15px !important;
border-color: #ecf8f6 !important;
border-radius: 16px !important;
}
.casestudytabs .e-n-tab-title[aria-selected="true"], .casestudytabs .e-n-tab-title[aria-selected="false"]:hover {
background: #007362 !important;
color: #ffffff !important; 
}
.casestudytabs .e-n-tab-title[aria-selected="true"] span, .casestudytabs .e-n-tab-title[aria-selected="false"]:hover span {
color: #ffffff !important; 
}
.single-blog-page {
padding: 30px 20px !important;
}
html .blog-banner.inner-banner img {
height: 400px !important;
}
.blog-banner .banner-text h1 {
margin-top: 0px !important;
font-size: 30px !important;
line-height: 37px !important;
}
.blog-banner .banner-text {
height: 100% !important;
background: transparent !important;
}
.ftrsmlink {
margin: 0 0 30px;
}
.other-blogs-post {
width: 49% !important;
margin-bottom: 20px !important;
}
footer {
padding: 30px 20px 0 !important;
}
.footer-inner {
flex-wrap: wrap;
}
.ftr-col.ftradd {
width: 100% !important;
}
.ftr-col.ftrapp {
width: 30% !important;
}
.ftr-col.ftrdealer {
width: 25% !important;
}
.ftr-col.ftrlinks {
width: 20% !important;
}
.ftr-col.ftrquicklinks {
width: 25% !important;
}
.copyright-blank {
display: none;
}
.privacy-links {
width: 30% !important;
}
.copyright-text {
width: 70% !important;
}
.team-item {
width: 48%;
}
.team-grid {
gap: 3%;
}
.benefits-section {
flex-wrap: wrap;
}
.benefits-tab { display:none;
}
.mobacctitle {
display: flex;
line-height: 25px;
font-size: 18px;
background: #ecf8f6;
padding: 10px 15px;
font-weight: 600;
border-radius: 16px;
margin-bottom: 10px;
}
.bfcontainer {
margin-bottom: 20px;
}
.mobacctitle.activebtlink {
background: #007362;
color: #ffffff;
}
.btlink a:after {
display: none;
}
.btlink a.activebtlink {
border-radius: 20px !important;
}
.benefits-content {
width: 100% !important;
}
.hidebr br {
display:none;
}
.twocoltxt {
gap: 20px !important;
flex-wrap: wrap !important;
}
.twocoltxt h2 {
width: 100% !important;
margin-bottom: 0 !important;
}
.twocoltxt p {
width: 100% !important;
}
html .app-tab-link a, html .app-tab-link a:hover {
padding: 15px 20px !important;
}
.applications-tabs .cust-container {
gap: 20px !important;
flex-wrap: wrap !important;
}
ul.app-tabs {
width: 100% !important;
display: flex;
white-space: nowrap;
overflow: scroll;
}
.app-container {
width: 100% !important;
}
.latest-blogs {
padding: 20px !important;
}
.latest-blogs-post {
flex-wrap: wrap !important;
}
.latest-blog-img {
width: 100% !important;
margin-bottom: 30px;
}
.latest-blog-meta {
width: 100% !important;
}
html .latest-blogs-slider .darkbtn {
right: -70px !important;
}
html .latest-blogs-slider .darkbtn.swiper-button-prev {
left: -70px !important;
}
.shadowbtm .e-con-inner:after {
display:none; 
}
.mfw-location-post .mfwl-meta {
padding: 20px 0 10px;
}
.cityslidbtn {
top: -35px !important;
}
.elmtabs .case-study-slider-section .darkbtn {
top: -35px !important;
}
.elmtabs .case-study-slider-section {
padding-top: 40px;
padding-bottom:30px;
}
.other-case-study-sec {
padding: 30px 20px;
}
.brand-logo {
padding-left: 20px;
}
.inner-header {
border-radius: 10px;
}
.web-cta-form {
padding: 30px 20px;
}
.cta-form-wrap {
flex-wrap: wrap;
}
.ctaform-img {
width: 100%;
height: 500px !important;
}
.cta-form-cf7 {
width: 100%;
padding: 20px;
}
.process-slider .swiper-slide:after {
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: #0000008c;
}
.process-tabs-wrap {
padding: 0 20px;
bottom: 20px;
}
.process-slider img {
height: 500px !important;
object-fit: cover;
display: block;
}
.process-container {
padding: 20px;
top: 20px;
z-index: 9;
}
.process-section.cust-container {
padding: 0px 20px 20px;
}
main {
overflow: hidden;
}
.banner-text {
width: auto;
bottom: 0;
height: auto !important;
top: auto !important;
padding: 60px 20px 40px;
background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-text h1 {
max-width: 100%;
font-size: 35px !important;
line-height: 45px !important;
margin-bottom: 0 !important;
}
.inner-banner {
border-radius: 0px !important;
}
.seprator {
color: #000000 !important;
}
.custom-breadcrumbs a {
color: #000000;
}
.custom-breadcrumbs {
position: relative;
bottom: 0;
padding: 20px 20px 0 !important;
}
.mobile-banner {
height: auto !important;
display: block !important;
}
.desktop-banner {
display: none !important;
}
.scroll-up header {
top: 0;
}
header {
padding: 15px;
width: auto;
}
.hambergermenu {
display: flex !important;
}
.top-bar, nav.main-nav, .inner-banner:before {
display:none;
}
h1, h2 {
font-size: 35px;
line-height: 45px !important;
}
}
@media(max-width:767px) {
.bulleticon p {
font-size: 16px !important;
line-height: 25px !important;
}
.single-cb_citypages summary.e-n-accordion-item-title {
padding: 15px !important;
}
.single-cb_citypages .e-n-accordion-item-title-text {
font-size: 16px !important;
line-height: 22px !important;
}
.single-cb_citypages .e-n-accordion-item .elementor-element {
padding: 0px 8px 10px !important;
}
.single-cb_citypages .e-n-accordion-item .elementor-element .elementor-widget-text-editor {
line-height: 22px !important;
}
.single-cb_citypages .elementor-icon {
font-size: 40px;
}
.single-cb_citypages .elementor-icon-box-wrapper {
gap: 10px !important;
}
.hideicontxt .elementor-image-box-content {
display: none;
}
.mobiconleft .elementor-image-box-wrapper {
display: flex;
gap: 15px;
}
.cs-ecofsec .elementor-icon-box-wrapper {
flex-wrap: nowrap !important;
display: flex !important;
flex-direction: row !important;
}
.clientlogos .swiper-slide-inner {
background: transparent !important;
border-radius: 0px !important;
padding: 0px !important;
}
.elementor-background-video-hosted {
-webkit-playsinline: true;
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
.team-grid {
gap: 2% !important;
justify-content: space-between;
}
.team-item {
width: 49% !important;
padding-bottom: 60px !important;
}
.team-meta {
padding: 10px !important;
}
.team-name {
font-size: 14px !important;
}
.team-content span {
font-size: 14px !important;
line-height: 20px !important;
}
.team-meta a {
right: 5px !important;
top: 15px !important;
width: 20px !important;
}
.team-meta p {
font-size: 10px !important;
line-height: 14px !important;
}
.team-item:hover .team-content {
height: 200px !important;
}
.team-content {
height: 76px !important;
}
span.team-designation {
margin-bottom: 25px !important;
}
.stickycall span {
display: none;
}
.stickywa span {
display: none;
}
.single-blog-page h2 {
font-size: 25px !important;
line-height: 32px !important;
}
.postfeaturedimg {
float: none !important;
width: 100% !important;
margin: 0 !important;
}
.other-blog-meta {
padding: 20px !important;
}
.scroll-down .stickyicon {
bottom: 0;
}
.stickyicon {
right: 0;
left: 0;
display: flex;
justify-content: center;
bottom: -63px;
padding: 10px;
gap: 10px;
background: #ecf8f6;
box-shadow: 0px 0px 10px #0000004a;
transition: all 0.5s;
}
.ftr-col.ftradd img {
width: 120px;
display: block;
}
.ftr-col ul li a {
line-height: 15px;
}
.process-slider img {
height: 440px !important;
}
.cs-ecofsec .efbox1, .cs-ecofsec .efbox2, .cs-ecofsec .efbox3, .cs-ecofsec .efbox4 {
padding: 15px;
}
.cs-ecofsec .efbox1 .elementor-icon, .cs-ecofsec .efbox2 .elementor-icon, .cs-ecofsec .efbox3 .elementor-icon, .cs-ecofsec .efbox4 .elementor-icon {
font-size: 50px !important;
}
.other-blogs-post {
width: 100% !important;
}
.latest-blog-meta h3 {
font-size: 23px !important;
line-height: 31px !important;
}
.ftr-col.ftrapp, .ftr-col.ftrdealer {
width: 100% !important;
margin-bottom: 20px;
}
.ftr-col.ftrlinks, .ftr-col.ftrquicklinks {
width: 50% !important;
margin-bottom: 20px;
}
.copyright-wrap {
padding: 10px 0 !important;
flex-wrap: wrap !important;
}
.privacy-links {
width: 100% !important;
}
.copyright-text {
width: 100% !important;
}
.copyright-text p {
text-align: left !important;
}
.ftr-col.ftrdealer ul {
display: flex;
flex-wrap: wrap;
}
.ftr-col.ftrdealer ul li {
width: 50%;
}
.btlink a {
padding: 20px !important;
}
.benefits-section {
gap: 20px !important;
}
.team-item {
width: 100%;
}
.customimgbox .elementor-image-box-content {
padding: 20px !important;
}
.customimgbox figure.elementor-image-box-img img {
height: auto !important;
}
.cs-meta {
padding: 20px;
}
.latest-blogs-slider .swiper-slide {
opacity: 0 !important;
}
.latest-blogs-slider .swiper-slide.swiper-slide-active {
opacity: 1 !important;
}
.latest-blogs-section {
padding: 60px 0 0 0 !important;
}
.latest-blog-img img {
height: auto !important;
}
html .latest-blogs-slider .darkbtn {
right: -15px !important;
top: -50px !important;
}
html .latest-blogs-slider .darkbtn.swiper-button-prev {
right: 35px !important;
left: auto !important;
}
.app-tab-link a {
font-size: 18px!important;
}
.app-inner-wrap img {
object-fit: cover;
display: block !important;
}
.app-inner-txt {
position: relative !important;
background: #126a5d;
padding: 15px!important;
}
.app-inner-txt p {
font-weight: 400 !important;
}
.other-case-study-sec p {
max-width: 100%;
}
.other-case-study-sec .swiper.case-study-slider {
padding-top: 30px !important;
}
.other-case-study-sec .darkbtn {
top: 0 !important;
}
.csdarcol .e-con-inner {
padding-bottom: 30px !important;
}
.csstatssec .elementor-element.e-con-full.e-flex.e-con.e-child {
border: 0;
}
.citycasestudy {
padding-top: 30px;
}
.table-wraper {
overflow-y: scroll;
}
table.bg-product-table {
width: 1000px !important;
}
.testimonials-section .swiper-pagination.swiper-pagination-clickable {
bottom: -50px !important;
}
.testimonials-slider span {
font-size: 16px;
line-height: 22px;
}
.form-field {
width: 100%;
margin-bottom: 10px;
}
.ctaform-img {
height: 400px !important;
}
.testimonials-section {
padding: 20px;
}
.testimonials-slider p {
font-size: 20px;
line-height: 28px;
}
.brand-logo a img {
max-width: 100px;
}
h1, h2 {
font-size: 27px;
line-height: 35px !important;
}
}