/*
Theme Name: Pest Control Treatment Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: pest-control-treatment-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Pest Control Treatment Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
Pest Control Treatment Pro WordPress Theme is released under the terms of GNU GPL
*/


@import url('https://fonts.googleapis.com/css2?family=Protest+Riot&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

 :root {
     --green: #339D55;
     --yellow: #FCB900;
     --black: #000000;
     --white: #ffffff;

}

/* Basic Style */

 html body {
     margin: 0;
     padding: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     background-color: white;
     position: relative;
     font-size: 14px;
     color: #000;
 font-family: "Rubik", sans-serif;
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     /* line-height: 1.4; */
     color: #000;
 font-family: "Rubik", sans-serif;
     font-weight: bold;
}
 p {
     margin: 0 0 15px;
     padding: 0;
     font-size: 14px;
     font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
       font-family: "Rubik", sans-serif;
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black1);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}

 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea , .form-group input, .form-group select{
     border: 1px solid #bdbdbd;
     font-size: 14px;
     padding: 10px 10px;
     margin: 0 0 0px 0;
     height: auto;
     width: 100%;
     background: #FFFFFF;
     border-radius: 5px;
}
 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 60px 0;
     background-attachment: scroll;
}

.theme-btn{
  background: var(--green);
  border-color:var(--green);
  border-radius: 4px;
  padding: 10px 30px;
  font: 500 14px / 19px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: all 0.5s;
  display: inline-block;
  width: max-content;
}
.theme-btn-yellow{
    background: var(--yellow);
    color: #000;
}
.theme-btn:hover{
  box-shadow: inset 6em 0 0 0 #000, inset -6em 0 0 0 #000;
  border-color: var(--black);
  color: #fff;
}
.theme-para{
  font: 400 15px/25px Rubik;
  letter-spacing: 0px;
  color: #000000;
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}


/*------------------------- Headings --------------------------*/
 section h2 {
   font: 700 30px / 44px Rubik;
   color: #000000;

}
 section h3 {
   font-weight: 500;
   color: #000;
   font-size: 26px;
}
 section h5 {
     color: #000;
     font-weight: bold;
     padding: 0;
}

/*----------------- Section Title--------------*/

/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll ;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
     position: fixed;
     bottom: 10px;
     right: 20px;
     background:var(--green);
     width: 65px;
    height: 65px;
    line-height: 55px;
     display: block;
     text-align: center;
     text-decoration: none;
     border-radius: 50%;
     border: 10px solid rgb(243 243 243 / 69%);
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     z-index: 2;
}
 #return-to-top i {
     position: relative;
     font-size: 25px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: #fff !important;
     font-weight: 800;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}


.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background:var(--yellow);
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var( --green);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}
.loader{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #FFF;
  left: -100px;
  -webkit-animation: shadowRolling 2s linear infinite;
  animation: shadowRolling 2s linear infinite;
}
@keyframes shadowRolling  {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
      box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
      box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
      box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
      box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }
  62% {
      box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }
  75% {
      box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }
  87% {
      box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }
  100% {
      box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}
 .woocommerce div.product form.cart .variations tr{
     display: block !important;
}
 .woocommerce div.product form.cart table td{
     padding-left: 18px !important;
}


.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
.slider-right-mask-img{
  position: relative;
      top: 45px;
}
.slider-right-mask-img .img-man{
  position: relative;
  z-index: 8;
  max-width: 85%;
  right: -24%;
  top: -61px;
  width: 541px;
height: 735px;
}
.slider-right-mask-img::after{
  content: '';
  position: absolute;
  -webkit-mask-image: url(assets/images/slider/Slider-right-mask.png);
  mask-image: url(assets/images/slider/Slider-right-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--green);
  top: 35px;
  left: 25px;
  right: 0px;
  bottom: 0;
  z-index: 1;
}
#counter-offer>.container::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:url(assets/images/counter-offer/counter-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}

/* blog css */
.blog-img-outer{
  height: 250px;
}
.blog-img-outer img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;

}
.blog-detail{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
}
.blog-category a{
  background: #339D55;
  width: max-content;
  padding: 9px 20px;
  border-radius: 4px;
  color: #fff;
  font: 500 14px / 15px Rubik;
      display: inline-block;
}
.blog-title a{
  font: 500 22px / 24px Rubik;
color: #000000;
}
.blog-admin::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -9px;
  bottom: 0;
  border-right: 2px solid #000;
  height: 20px;
}
.blog-admin p, .post-month{
  font: 400 14px / 19px Rubik;
  color: #000000;
  text-transform: capitalize;
}
.blog-detail:hover{
  background-color: #339D55;
  color:#fff;
}
.blog-detail:hover .blog-category a{
  background-color: #FCB900;
  color: #000;
}
.blog-detail:hover .blog-title a,.blog-detail:hover .blog-admin p,.blog-detail:hover .post-month{
  color: #fff;
}
.blog-detail:hover .blog-admin::after{
  border-color:#fff;
}



.blog-img-outer{
	position: relative;
  overflow: hidden;
}
.blog-img-outer::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.blog-img-outer:hover::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		/* left: 125%; */
    right: 0;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
body:not(.home) header{
  background: #FEF4D8;
  position: relative;
}



/* -----------about us--------------- */
#about-us h6{
  font: 700 16px / 25px Rubik;
  letter-spacing: 0px;
  color: #000000;
}
#about-us .abt-iner-img{
  height: 100%;
  width: 100%;
  max-width: 40px;
}
#about-us .about-images-main{
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(10, 50px);
}
#about-us .about-images-main .abot-img-one{
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 4;
  grid-row-end: 10;
  z-index: 0;
  border: 10px solid #fff;
      border-top-right-radius: 10px;
}
#about-us .about-images-main .abot-img-two{
  grid-column-start: 5;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 6;
}
#about-us .about-images-main .abot-img-three{
  grid-column-start: 8;
  grid-column-end: 13;
  grid-row-start: 6;
  grid-row-end: 12;
      border-top: 10px solid #fff
}
#about-us .about-images-main  img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
        border-radius: 10px 10px 10px 10px;
}
#about-us .abot-img-one img{
      border-top-right-radius: 0;
}
.about-year{
  background: #FCB900;
  width: max-content;
  position: absolute;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 22%;
  top: 9%;

}
.about-year h4{
  font: 800 40px / 40px Rubik;
  color: #000000;
}
.about-year p{
  font: 600 18px / 18px Rubik;
  color: #000000
}
.about-contact-main{
  position: absolute;
  left: 26%;
  bottom: 13px;
  background: #339D55;
  padding: 8px 19px;
  gap: 25px;
  border-radius: 6px;
}
.about-contact-main i{
  font-size: 30px;
  color: #fff;
}
.about-contact-main h5{
  font: 400 16px / 20px Rubik;
  color: #fff;
  margin-bottom: 2px;
}
.about-contact-main a{
  font: 500 20px / 20px Rubik;
  color: #fff;
}
#about-us .manager-img{
  width: 70px;
height: 70px;
    border-radius: 50%;
}



/* ----------Gallery Section------------- */
#gallery .gallery-items.magnific-img{
  position: relative;
}
#gallery i.gallery-icon {
  opacity: 0;
  display: flex;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FCB900;
  color: #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  -webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
#gallery .gallery-items.magnific-img:hover i.gallery-icon{
  opacity: 1;
}
#gallery .gallery-items.magnific-img:hover img.gallery-img{
  filter: brightness(0.5);
}
#gallery .gallery-items.magnific-img:hover i.gallery-icon {
    -webkit-transform: translateX(-4px);
    transform: translateX(-8px);
}
#gallery .mfp-close{
  cursor: pointer;
}
#gallery .gallery-main{
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 74px);
  grid-gap: 10px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 15px;
}
#gallery img.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.grid-items.magnific-img{
  position: relative;
}
.gallery-main .gallery-items:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery-main .gallery-items:nth-child(2){
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 7;
}
.gallery-main .gallery-items:nth-child(3){
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}
.gallery-main .gallery-items:nth-child(4){
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 4;
  grid-row-end: 7;
}
.gallery-main .gallery-items:nth-child(5){
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 7;
}
.gallery-main .gallery-items:nth-child(6){
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery-main .gallery-items:nth-child(7){
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 7;
}


/* ----our Client section--- */
#our-client .slick-slider{
      overflow: unset;
}
#our-client .slick-arrow{
  display: none !important;
}
#our-client .cleint-img  img{
  max-width: 90%;
  margin: 0 auto;
  border-radius: 15px;
}
#our-client .slick-dots{
  display: flex;
}
#our-client .slick-dots li button{
  background: #000000;
  border: none;
  height: 15px;
  width: 16px;
  border-radius: 2px;
  margin: 4px;
}
#our-client  .slick-active button{
  background: #339D55 !important;
}
#our-client  .slick-dots li button::before {
  content: unset;
}
#our-client .testi-title a{
  font: 600 16px / 24px Rubik;
  letter-spacing: 0px;
  color: #000;
}
#our-client .testi-image img{
      border-radius: 50%;

}
#our-client .testi-image, #our-client .cleint-img{
        position: relative;
}
.client-img-quote{
  text-align: center;
  position: absolute;
  border: 7px solid #FFFFFF;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #339D55;
  bottom: 25px;
  left: -7px;
   transition: all .35s;
   z-index: 2;
   animation: flipInY 4s infinite;
}

#our-client .container:hover  .quote-img{
  transition: 1s;
-webkit-transition: 0.70s;
-moz-transition: 0.70s;
-ms-transition: 0.70s;
-o-transition: 0.70s;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.client-img-quote svg{
  height: 52px;
width: 50px;
margin-top: 6px;
}
 #our-client .container:hover  .testi-image:after{
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #339D55;
   opacity: 0.4;
   height: 100%;
   width: 100%;
   border-radius: 50%;
 }
 #our-client .container:hover .cleint-img::after{
   position: absolute;
     content: '';
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #339D55;
     opacity: 0.4;
     height: 100%;
     width: 90%;
     border-radius: 15px;
     transition: 1s;
     margin: 0 auto;
 }

/* ------------Pests Problem--------------- */
#pests-problem  .pests-problem-inner-content, #pests-library  .pests-problem-inner-content{
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 8px;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#pests-problem .pests-problem-img, #pests-library .pests-problem-img{
  height: 100%;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
  background: #FEF4D8;
  padding: 13px;
  border-radius: 50%;
}
/* #pests-problem .pests-problem-img img,#pests-library .pests-problem-img img {
  filter: invert(1);
} */
#pests-problem .pests-problem-inner-content:hover .pests-problem-img, #pests-library .pests-problem-inner-content:hover .pests-problem-img{
  background: #339D55;
}
#pests-problem .pests-problem-inner-content:hover .pests-problem-img img, #pests-library .pests-problem-inner-content:hover .pests-problem-img img{
    filter: invert(1);
}
 .pests-problem-inner-content:hover .pests-problem-title a{
  color: #339D55 !important;
}
#pests-problem  .owl-stage-outer{
  padding-top: 2%;
}
#pests-problem .owl-dots, #professional-services .owl-dots,#professionals-team  .owl-dots{
  text-align: center;
      margin-top: 20px;
}
#pests-problem  .owl-dots button, #professional-services .owl-dots button, #professionals-team .owl-dots button{
  background: #000000;
  border: none;
  height: 15px;
  width: 16px;
  border-radius: 2px;
    margin: 4px;
}
#pests-problem  button.owl-dot.active, #professional-services .owl-dots button.active,#professionals-team  .owl-dots button.active {
  background: #339D55;
}
#pests-problem  button.owl-dot:hover, #professional-services  button.owl-dots:hover,#professionals-team button.owl-dots:hover{
  background: #339D55;
}
#pests-problem .pests-problem-title,  #pests-library .pests-problem-title{
  border-bottom: 2px solid #000;
}
#pests-problem .pests-problem-title a,  #pests-library .pests-problem-title a{
  font: normal normal 600 22px / 30px Rubik;
  color: #000000;
  margin-bottom: 6px;
  display: inline-block;
}
#pests-problem .pests-problem-inner-content:hover .pests-problem-title{
    border-bottom: 2px solid #339D55;
}
#pests-problem .pests-problem-inner-content:hover .pests-problem-img{
    transition: 1s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/* Faq section */
#faq-sec .accordion-button:hover{
      z-index: 1;
}
#faq-sec .accordion, #faq-page .accordion{
  background: #F1F1F1;
  border-radius: 15px;
  padding: 23px 23px 15px 23px;
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  background-color:unset;
  box-shadow:unset;
}
#faq-sec .accordion-button, #faq-page  .accordion-button{
  font: 500 16px / 25px Rubik;
  border-radius: 6px;
    padding: 10px 1.25rem;
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  color: #339D55;
}
#faq-sec .accordion-item, #faq-page .accordion-item{
  margin-bottom: 12px;
  border-radius: 6px;
  border:unset;
}
#faq-sec  .accordion-header{
    border-radius: 6px;
}
#faq-sec .accordion-button:not(.collapsed)::after , #faq-page  .accordion-button:not(.collapsed)::after{
    content: '\f068';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
    color: #000;
}
#faq-sec .accordion-button::after, #faq-page .accordion-button::after{
    content: '\f067';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
}
#faq-sec .que-img{
  position: absolute;
  right: -69px;
  bottom: 22%;
  width: 128px;
  height: 192px;
  z-index: -1;
}
#faq-sec label{
  width: 100%;
}
#faq-sec form{
  margin-top: 20px;
}
#faq-sec textarea{
  height: 110px;
}
#faq-sec form .theme-btn p,.news-form-main .theme-btn p , .contac_form .theme-btn p {
  margin-bottom: 0;
}
#faq-sec form .theme-btn p input,.news-form-main .theme-btn p input, #appoinment .theme-btn p input,  .contac_form .theme-btn p input{
  background: transparent;
  border: none;
  font: 500 14px / 19px Rubik;
      color: #fff;
}
#faq-sec form .theme-btn .wpcf7-spinner, .news-form-main .wpcf7-spinner , #appoinment .wpcf7-spinner, .contac_form  .wpcf7-spinner{
  position: absolute;
}
#faq-sec form .theme-btn{
  margin-left: 10px;
  padding: 8px 18px;
}
#appoinment .theme-btn p{
  margin-bottom: 0
}

.our-partner-img:hover img {
    transition: 1s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/* -----------Professional Services--------------- */
#professional-services .nav-link{
  background: var(--green);
  border-color: var(--green);
  border-radius: 4px;
  padding: 10px 25px;
  font: 500 14px / 19px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: max-content;
}
#professional-services .nav-link.active{
  background: #000;
}
#professional-services .services-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 8px;
  padding: 10px;
}
#professional-services .services-box:hover .services-img-main .services-img{
  background:#FCB900;
  transform: scale(1.2);
}
#professional-services .owl-stage-outer{
  padding-top: 25px;
}
#professional-services  .services-img-main .services-img{
  background: #FEF4D8;
  width: 60px;
  height: 60px;
  padding: 14px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
      transition: all 0.5s ease 0s;
      z-index: 3;
}
#professional-services  .service-title::after{
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: 0 auto;
  border-bottom: 2px solid #000000;
}
#professional-services  .service-title  a{
  font: 600 22px / 25px Rubik;
  letter-spacing: 0px;
  color: #000000;
}
#professional-services  .theme-btn{
      padding: 7px 25px;
}
.services-box  .services-img-main img{
      transition: all 0.5s ease 0s;
}
.services-img-main {
  overflow: hidden;
}
#professional-services .services-box:hover .services-img-main img{
transform: scale(1.08);
}
.services-img-main{
  position: relative;
}
#professional-services .services-box:hover .services-img-main:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #339D55;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}

/* ----------------Counter Section---------------- */
#counter-sec .counter-inner{
  background: #FFFFFF;
  box-shadow: inset 0px 0px 10px #00000029;
  border-radius: 10px;
  margin: 6px;
  padding: 18px;
}
#counter-sec .counter-inner:hover{
    box-shadow: inset 0px 0px 10px #339D55;
}
#counter-sec .recrd_inner{
  font: normal normal bold 36px / 29px Rubik;
  color: #000000;
  margin-bottom: 5px;
}
#counter-sec .record_title{
  font: 400 18px / 29px Rubik;
  letter-spacing: 0px;
  color: #000000;

}
body:not(.home) #counter-sec .counter-inner{
  background: #F1F1F1;
  box-shadow:unset;
}
body:not(.home) #counter-sec{
  background: unset !important;
}
/* ----------------Popular Section---------------- */
.wishlist-items-wrapper .product-add-to-cart, .wishlist_table.mobile li .product-add-to-cart{
      right: 0px;
}
 .pro-img, .wishlist-items-wrapper  .product-thumbnail,.wishlist_table.mobile li .item-wrapper .product-thumbnail, .related.products li img{
  text-align: center;
  background: #FFF3DB;
  padding: 20px;
  height: 240px;
}
  .pro-img img,  .wishlist-items-wrapper .product-thumbnail img, .wishlist_table.mobile li .item-wrapper .product-thumbnail img{
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
  .popular-pro-box, .related.products li{
  border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 10px !important;
}
  .product-title a, .product-name a, .related.products li a{
  font:600 18px / 30px Rubik;
  color: #000;
}
  .product-content p{
  margin-bottom: 0
}

del .woocommerce-Price-amount bdi,  .product-price del .woocommerce-Price-amount.amount, .item-details-table del .woocommerce-Price-amount.amount, .wc-block-components-product-price__regular{
  font: 500 14px / 24px Rubik;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
}
ins{
  text-decoration: none;
}
ins .woocommerce-Price-amount bdi, .product-price ins .woocommerce-Price-amount.amount, .item-details-table ins .woocommerce-Price-amount.amount,ins.wc-block-components-product-price__value.is-discounted{
  font: normal normal 600 18px / 22px Rubik;
  color: #000000;
}
 ins .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol{
  padding-right:3px;
}
.cart-btn{
  background: #FCB900;
  border-radius: 6px;
}
.cart-btn, .wishlist_text{
    height: 32px;
  isolation: isolate;
  width: 33px;
  background: #FCB900;
  border-radius: 6px;
}
.cart-btn a, .wishlist-items-wrapper .product-add-to-cart a,  .wishlist_table.mobile li .product-add-to-cart a{
  font-size: 0 !important;
  position: relative !important;
  display: block !important;
  background: transparent !important;
  padding: 0 !important;
}

.cart-btn a:before ,  .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before{
    content: "\f07a";
}
.cart-btn a:before,  .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 0;
  line-height: 33px;
  height: 32px;
  width: 33px;

  color: #000;
}
.wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before{
  background: #FCB900 !important;
  border-radius: 6px;
}
.cart-btn:hover{
background:#000;
color:#fff;
}
.cart-btn:hover a:before{
  color: #fff;
}
.yith-wcwl-add-to-wishlist{
  margin-top: unset;
}
 .wishlist_text i{
   margin-right: unset !important;
   line-height: 33px;
  font-size: 14px;
  height: 32px;
  width: 33px;
  background: #FCB900;
  text-align: center;
  border-radius: 6px;
  color: #000;
   position: relative;
 }
 .yith-wcwl-add-to-wishlist.exists .yith-wcwl-icon{
   font-weight: 800;
 }
.yith-wcwl-wishlistaddedbrowse a{
  position: absolute;
  top: left;
  font-size: 8px;
  left: 3px;
  top: 5px;
  opacity: 0;
 }
 .feedback{
   font-size: 0;
 }
 .product-icon , .wishlist-items-wrapper .product-add-to-cart,.wishlist_table.mobile li .product-add-to-cart {
   position: absolute;
    top: 44%;
    left: 0;
    right: 0;
   opacity: 0;
 }
 .wishlist-items-wrapper .product-add-to-cart ,.wishlist_table.mobile li .product-add-to-cart{
       top: 32%;
       right: 31px;
 }
 .popular-pro-box:hover{
   background: #339D55;
 }
 .popular-pro-box:hover  .product-icon, table.wishlist_table tr:hover .product-add-to-cart {
      opacity: 1;
 }
 .popular-pro-box:hover  .cart-btn, table.wishlist_table tr:hover  .product-add-to-cart a{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translatey(-10px);
}
100% {
    opacity: 1;
    transform: translatey(0);
  }
}
 .popular-pro-box:hover  .wishlist_text{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
 .content-overlay {
    background-color: #339D55;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
 .popular-pro-box:hover .content-overlay{
    display: block;
}
.wishlist_text i:hover, .cart-btn:hover{
  background:#000;
      color: #fff;
}
.popular-pro-box:hover .product-title a, .popular-pro-box:hover .product-content p,
 .popular-pro-box:hover del .woocommerce-Price-amount bdi, .popular-pro-box:hover ins .woocommerce-Price-amount bdi, .popular-pro-box:hover{
  color: #fff;
}
 .popular-pro-box:hover del{
  text-decoration-color: #fff;
}
.shop.shop-product .popular-pro-box{
    width: 300px;
}
.shop.shop-product .woocommerce-ordering,.yith-wcwl-add-button span{
  display: none;
}
.shop-page-filters input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}
.shop-page-filters input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.shop-page-filters .form-control + .form-control {
  margin-top: 1em;
}
.shop-page-filters input[type="checkbox"] {
  display: grid;
  place-content: center;
}

.shop-page-filters input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.shop-page-filters input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.shop-page-filters input[type="checkbox"]::before {
  background-color: #339D55;
}
.yith-wcwl-wishlistexistsbrowse a{
  position: absolute;
  top: 5px;
  font-size: 9px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}
.wishlist-items-wrapper {
  gap: 10px;

}
.page-template-page-templateabout-php .about-page-btn,.woocommerce .loader::before{
  display: none;
}
/* .yith-wcwl-add-button span{
  font-size: 0;
} */


/* JSon Css */

/* JSon Css */
#ive-vw-pest-control-pro-main p{
  margin-bottom: 0;
}
.ive-pest-control-slider-heading strong{
  color: #339D55;
font-weight: 700 !important;
}
.ive-pest-control-slider-mosquito-img{
  position: absolute;
top: 10%;
left: 0%;
}
.ive-vw-pest-control-right-small-img{
  width: max-content;
position: absolute;
bottom: 29%;
left: -7%;
}
#ive-vw-pest-control-slider-main .wp-block-cover .wp-block-cover__image-background,#vw-pest-control-pro-counter-offer .wp-block-cover .wp-block-cover__image-background{
  object-fit: fill;
}
#ive-vw-pest-control-pro-our-newsletter .wp-block-cover .wp-block-cover__image-background{
  object-fit: contain;
}
#ive-vw-pest-control-slider-main .ive-vw-pest-control-slider-cock-img{
  position: absolute;
left: 0;
bottom: 9%;
}
#ive-vw-pest-control-slider-main .wp-block-cover{
      padding-bottom: 5rem;
}
.ive-vw-pest-control-slider-spider-img{
  position: absolute;
z-index: 1;
top: -15%;
left: 0;
z-index: 2;
}
.ive-vw-pest-control-bottom-social-icons{
  position: absolute;
bottom: 6%;
width: 100%;
max-width: 22%;
left: 30px;
z-index: 1;
}
.ive-vw-pest-control-slider-review>div{
  display: flex;
bottom: 0px;
left: -51px;
gap: 10px;
z-index: 1;
align-items: center;
position: absolute;
}
.ive-vw-pest-control-bottom-social-icons i{
  background: #000000;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
color: #fff;
border-radius: 5px;
}
.ive-vw-pests-problem-inner-content figure{
  object-fit: cover !important;;
width: 80px !important;
height: 80px;
background: #FEF4D8;
padding: 13px;
border-radius: 50%;
text-align: center;
margin: 0 auto !important;
}

.ive-vw-pests-problem-inner-content hr{
  opacity: 1;
  margin: 0rem 0
}
.ive-vw-pests-problem-inner-content{
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 8px;
  padding: 25px 30px;
  margin: 5px;
}
.ive-vw-pests-problem-inner-content:hover figure{
  background: #339D55;
}
.ive-vw-pests-problem-inner-content:hover figure img{
      filter: invert(0);
}
.ive-vw-pests-problem-inner-content:hover h4   {
  color:#339D55;
}
#ive-vw-pest-control-gallery .ive-gallery-ul {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 74px);
  grid-gap: 10px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 15px;
  margin-top: 30px;
}
#ive-vw-pest-control-gallery  .ive-gallery-ul .ibtana-blocks-gallery-item .ibtana-blocks-gallery-item-inner figure .ive-gallery-image-ratio-land32{
  padding-bottom: unset !important;
}
#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item{
  height: 100% !important;
width: 100%  !important;;
}
#ive-vw-pest-control-gallery  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item-inner .ive-gallery-figure,#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item-inner .ive-gal-image-radius,#ive-vw-pest-control-gallery .ibtana-blocks-gallery-item-inner .ive-gallery-image-contain  {
  height: 100%;
}
#ive-vw-pest-control-gallery  .ibtana-blocks-gallery-item:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
#ive-vw-pest-control-gallery  .ibtana-blocks-gallery-item:nth-child(2){
  grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 3;
grid-row-end: 7;
}
#ive-vw-pest-control-gallery  .ibtana-blocks-gallery-item:nth-child(3){
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}
#ive-vw-pest-control-gallery  .ibtana-blocks-gallery-item:nth-child(4){
  grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
}
#ive-vw-pest-control-gallery  .ibtana-blocks-gallery-item:nth-child(5){
  grid-column-start: 7;
grid-column-end: 10;
grid-row-start: 1;
grid-row-end: 7;
}
#ive-vw-pest-control-gallery  .ibtana-blocks-gallery-item:nth-child(6){
  grid-column-start: 10;
grid-column-end: 13;
grid-row-start: 1;
grid-row-end: 3;
}
#ive-vw-pest-control-gallery  .ibtana-blocks-gallery-item:nth-child(7){
  grid-column-start: 10;
grid-column-end: 13;
grid-row-start: 3;
grid-row-end: 7;
}
#ive-vw-pest-control-pro-partners-main img{
  width: max-content;
}
.ive-vw-pest-control-about-points>div{
  display: flex;
gap: 20px;
}
.ive-vw-pest-control-abt-small-img{
  width: 100px;
text-align: center;
}
.ive-vw-pest-control-pro-abt-main-img{
  max-width: 90%;
margin: 0 auto;
margin-right: 0;
}
.ive-vw-pest-control-pro-about-year{
  background: #FCB900;
width: max-content;
position: absolute;
padding: 15px;
border-radius: 10px;
text-align: center;
display: flex;
flex-direction: column;
gap: 10px;
left: 19%;
top: 9%;
}
.ive-vw-pest-control-about-contact-main{
  position: absolute;
  left: 26%;
  bottom: 14px;
  background: #339D55;
  padding: 8px 19px;
  gap: 25px;
  border-radius: 6px;
}
.ive-vw-pest-control-about-contact-main>div, .ive-vw-pest-control-pro-abt-bottom-content>div{
  display: flex;
align-items: center;
    justify-content: space-between;
}
#ive-vw-pest-control-pro-about-sec .owl-dots{
      margin-top: 20px;
}
#ive-vw-pest-control-pro-about-sec .wp-block-ive-carousel .owl-theme .owl-dots .owl-dot,#ive-vw-pest-control-client-main .wp-block-ive-carousel .owl-theme .owl-dots .owl-dot{
  border: none;
padding: 0;
}
#ive-vw-pest-control-pro-about-sec .wp-block-ive-carousel .owl-theme .owl-dots .owl-dot span,#ive-vw-pest-control-client-main .wp-block-ive-carousel .owl-theme .owl-dots .owl-dot span{
  width: 15px;
height: 15px;
    border-radius: 2px !important;
}
#ive-vw-pest-control-client-main .owl-dots{
      position: absolute !important;
}
#vw-pest-control-pro-counter-offer .suzuki-digit{
  padding: 0;
}
.ive-vw-pest-control-pro-choose-points-main  .wp-block-media-text__media img{
  height: 20px;
width: 20px;
}
.ive-vw-pest-control-pro-choose-points-main .wp-block-media-text{
  display: flex;
gap: 10px;
}
.ive-vw-pest-control-pro-choose-points-main .wp-block-media-text .wp-block-media-text__content{
  padding: unset;
}
.ive-vw-pest-control-pro-choose-points-main>.wp-block-group__inner-container{
  display: grid;
grid-template-columns: repeat(2, 1fr);
margin-top: 20px;
grid-gap: 15px;
}
.ive-pest-control-choose-images-main>.wp-block-group__inner-container{
  display: grid;
position: relative;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(8, 50px);
}
.ive-pest-control-choose-img-three{
  background: #FCB900;
border-radius: 50%;
height: 100%;
width: 100%;
max-height: 100px;
max-width: 100px;
position: absolute;
right: 40px;
top: 7%;
z-index: 1;
}

.ive-vw-pest-control-pro-choose-points-main>.wp-block-group__inner-container{
      height: 100%;
}
.ive-pest-control-choose-img-two img,.ive-pest-control-choose-img-one img {
  width: 100%;
height: 100%;
    border-radius: 12px;
}
.ive-pest-control-choose-img-one{
  grid-column-start: 1;
grid-column-end: 10;
grid-row-start: 1;
grid-row-end: 8;
z-index: 1;
z-index: 2;
position: relative;
}
.ive-pest-control-choose-img-two{
  grid-column-start: 6;
  grid-column-end: 13;
  grid-row-start: 4;
  grid-row-end: 9;
  z-index: 2;
  position: relative;
}
.ive-pest-control-choose-img-two:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #339D55;
  opacity: 0.6;
  border-radius: 12px;
}
.ive-pest-control-choose-img-one:after{
  content: '';
position: absolute;
left: -24px;
bottom: -22px;
width: 320px;
height: 252px;
background: #FCB900;
z-index: -1;
border-radius: 15px;
}
#ive-vw-pest-control-pro-choose-sec .wp-block-ive-popup {
  position: absolute;
top: 70%;
right: 23%;
}
#ive-vw-pest-control-pro-choose-sec .wp-block-ive-popup .ive-popup-icon-parent  i{
font-size: 29px;
border-radius: 50%;
background: rgb(255 255 255 / 35%);
border: 4px solid #fff;
transition: .3s;
z-index: 2;
color: #fff;
height: 65px;
width: 65px;
line-height: 60px;
text-align: center;
}
.ive-vw-pest-control-pro-counter-inner{
  background: #FFFFFF;
  box-shadow: inset 0px 0px 10px #00000029;
  border-radius: 10px;
  margin: 6px;
  padding: 18px;

}

#ive-vw-pest-control-product .slider-product-item{
  border: 1px solid #DEDEDE;
border-radius: 8px;
padding: 10px !important;
    width: 315px;
}
#ive-vw-pest-control-product .row{
  justify-content: space-between;
}

#ive-vw-pest-control-product .woo-prod-img{
  text-align: center;
    background: #FFF3DB;
    padding: 20px;
}
#ive-vw-pest-control-product .woo-prod-img img{
      object-fit: contain;
}
#ive-vw-pest-control-product .price-regular-sale-ibtana-parent{
  flex-direction: row-reverse;
gap: 10px;
}
#ive-vw-pest-control-product .price-meta-regular-price{
  color: #000000;
opacity: 0.5;
}
#ive-vw-pest-control-pro-faq .ive-accordion-inner-wrap{
  background: #F1F1F1;
border-radius: 15px;
padding: 23px 23px 15px 23px;
}
#ive-vw-pest-control-pro-faq label , #ive-vw-pest-control-pro-faq input{
  width: 100%;
}
#ive-vw-pest-control-pro-faq textarea {
    height: 135px;
    width: 100%;
}
#ive-vw-pest-control-pro-faq p{
  margin-bottom: 20px;
}
#ive-vw-pest-control-pro-faq .wpcf7-spinner{
  position: absolute;
}
#ive-vw-pest-control-pro-faq .theme-btn p{
  margin-bottom: 0
}
#ive-vw-pest-control-pro-faq .theme-btn input{
  background: transparent;
border: none;
font: 500 14px / 19px Rubik;
color: #fff;
padding: 0;
}
.ive-vw-pest-control-team-inner{
      padding: 10px;
}
.ive-vw-pest-control-team-inner::after{
  content: '';
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 10px;
  height: 88%;
  z-index: -1;
}
#ive-vw-pest-control-pro-team-main .ive-svg-icon-wrap  i{
  background: #000000;
height: 30px;
width: 30px;
text-align: center;
line-height: 30px;
border-radius: 6px;
color: #fff;
}
#ive-vw-pest-control-pro-team-main .ive-svg-icon-wrap{
  height: 0;
overflow: hidden;
transition: height 0.5s ease-in-out;
}
.ive-vw-pest-control-team-inner:hover .ive-svg-icon-wrap{
      height: 35px !important;
}
.ive-vw-pest-control-team-inner:hover::after{
  background: #319852;
}
.ive-vw-pest-control-team-inner:hover , .ive-vw-pest-control-team-inner:hover .ive-heading-parent {
  color: #fff;
}
#ive-vw-pest-control-client-main .wp-block-media-text {
  display: flex;
gap: 20px;
}
#ive-vw-pest-control-client-main .wp-block-media-text .wp-block-media-text__content{
  padding: 0;
}
#ive-vw-pest-control-client-main .wp-block-media-text__media img{
      border-radius: 50%;
}
.ive-vw-pest-control-pro-client-main-img img{
  border-radius: 12px;
}
.ive-vw-pest-control-pro-quote-color{
  position: absolute;
  bottom: 20%;
  left: -40px;
}
#ive-vw-pest-control-pro-blog .post-image img{
    object-fit: cover;
}
#ive-vw-pest-control-pro-blog .post-item {
  background: #FFFFFF;
border-radius: 10px;
padding: 15px;

}
#ive-vw-pest-control-pro-blog .blog-category{
  background: #339D55;
  width: max-content;
  padding: 7px;
  border-radius: 6px;

}
#ive-vw-pest-control-pro-blog .ive-inner-post-content{
    padding: 15px 0;
}
/* #ive-vw-pest-control-pro-blog .post-image img{
  height: 100%;
  width: 100%;
} */


/* -------------our Client section--------------- */
.appoinment-content-main,.news-content-main{
  position: relative;
}
.news-content-main::after{
  content: '';
  background-color: #339D55;
  inset: 0 0.5% 0 0;
  position: absolute;
  z-index: -9;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
.news-man-img {
  margin-top: -30%;
  max-width: 90%;

}
.appoinment-content-main-inner{
  gap: 10%;
}

.appoinment-content-main::after {
  content: '';
  background-color: #FCB900;
  inset: 0 0 0 -3.7%;
  position: absolute;
  z-index: -9;
  clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
}
.newsletter-content {
  max-width: 80%;
    height: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 6%;
}
.newsletter-content  h2, .newsletter-content .theme-para{
  color: #FFFFFF;
}
.news-form-main p{
  margin-bottom: 0;
}
.news-form-main{
  display: flex;
  gap: 12px;
}
.news-form-main input[type="email"]{
  font-size: 14px;
  padding: 8px 10px;
}
.news-form-main .theme-btn {
  background: #FCB900;
  padding: 10px 20px;
  border-radius: 8px;
  height: max-content;
}
.news-form-main .theme-btn p input{
  color: #000;
}
.news-form-main .theme-btn:hover input{
  color: #fff;
}
.apoinment-content {
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-img::after{
  content: '';
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  background: #339D55;
  height: 100%;
  width: 350px;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 36% 100%);
  z-index: -1;

}
.news-beetle-img{
  position: absolute;
  top: 30%;
  left: unset;
  right: -20px;
  background: #000;
  border-radius: 50%;
  padding: 10px;
  border: 7px solid #fff;
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: 100%;
}

#ive-vw-pest-control-pro-blog .ive-inner-post-content {
      padding: 9px !important;
}

@media (min-width: 1400px){
#vw-pest-control-pro-counter-offer .container {
      max-width: 1400px;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1441px){
.ive-vw-pest-control-slider-social-heading h4{
  font-size: 17px;
}
}
@media screen and (max-width: 1440px) and (min-width: 992px){
.ive-vw-pest-control-slider-social-heading{
  display: none;
}
}
@media screen and (max-width: 1024px) and (min-width: 992px){

.ive-vw-pest-control-slider-review>div{
      left: -21%;
}
.ive-vw-pest-control-slider-social-heading{
  display: none;
}
.ive-vw-pest-control-bottom-social-icons{
      left: 48px;
          bottom: 9%;
}
.ive-vw-pest-control-slider-spider-img{
  display: none;
}
}
@media screen and (max-width:991px){
  .ive-vw-pest-client-quote-main{
    flex-wrap: nowrap !important
  }
  .ive-vw-pest-control-bottom-social-icons{
    position: unset;
    max-width: 100%;
    gap: 0;
    margin-top: 20px;
  }
  #ive-vw-pest-control-slider-main .ive-vw-pest-control-slider-cock-img,.ive-vw-pest-control-slider-spider-img,.ive-vw-pest-control-slider-review>div, .ive-vw-pest-control-right-small-img{
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  #ive-vw-pest-control-pro-main .ive-vw-pest-heading-main{
        flex-wrap: nowrap !important;
  }

  .ive-vw-pest-control-right-small-img{
        left: 40px;
  }  #vw-pest-control-pro-counter-offer .suzuki-dash_title{
          font-size: 14px !important;
    }
      #vw-pest-control-pro-counter-offer .suzuki-dash{
      height: 60px;
      padding: 10px;
      text-align: center !important;
    }
    #vw-pest-control-pro-counter-offer .wp-block-cover.is-light{
    background: #339D55;
  }
  #vw-pest-control-pro-counter-offer .wp-block-cover .wp-block-cover__image-background,.ive-pest-control-choose-img-three{
    display: none;
  }
  #ive-vw-pest-control-pro-counter-sec .wp-block-media-text__media img{
        width: auto;
  }
  #ive-vw-pest-control-product .row {
    justify-content: space-around;
}
}
@media screen and (max-width:767px){
  #ive-vw-pest-control-product .row{
    justify-content: center;
  }
  #vw-pest-control-pro-counter-offer .suzuki-dash_title{
        font-size: 14px !important;
  }
    #vw-pest-control-pro-counter-offer .suzuki-dash{
    height: 60px;
    padding: 10px;
    text-align: center !important;
  }
  #ive-vw-pest-control-slider-main .alignfull{
    width: 100% !important;
  }
.ive-vw-pest-control-pro-about-year{
  left: 8%;
  top: 2%;
  padding: 10px;
  }
  .ive-vw-pest-control-about-contact-main{
        left: 12%;
            bottom: -18px;
  }
    #vw-pest-control-pro-counter-offer .wp-block-cover.is-light{
    background: #339D55;
  }
  #vw-pest-control-pro-counter-offer .wp-block-cover .wp-block-cover__image-background,.ive-pest-control-choose-img-three{
    display: none;
  }
  .ive-pest-control-choose-images-main>.wp-block-group__inner-container{
    grid-template-rows: repeat(8, 35px);
  }
  #ive-vw-pest-control-pro-counter-sec .wp-block-media-text__media img{
        width: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px){
  .ive-vw-pest-control-pro-slider-man-img {
    max-width: 85%;
    margin: 0 auto;
  }
  .ive-vw-pest-control-right-small-img{
    left: -1%;
  }
}
@media screen and (max-width:575px){
  #ive-vw-pest-control-pro-partners-main img {
    width: max-content !important;
}
  #ive-vw-pest-control-pro-blog .blog-category{
    margin: 0 auto;

  }
.ive-vw-pest-control-about-contact-main>div, .ive-vw-pest-control-pro-abt-bottom-content>div{
      display: block;
}
#ive-vw-pest-control-pro-about-main .wp-block-media-text__media img{
  width: unset;
}
#ive-vw-pest-control-pro-about-main figure,#ive-vw-pest-control-pro-counter-sec figure, #ive-vw-pest-control-pro-team-main figure{
  text-align: center;
}
  .ive-vw-pest-control-about-points>div{
    display: block;
  }
  .ive-vw-pest-control-abt-small-img, #ive-vw-pest-control-pro-counter-sec .wp-block-media-text__media img{
        width: auto;
  }
  .ive-pest-control-slider-mosquito-img {
    top: 3%;
    left: -8%;
}
  .ive-vw-pest-control-right-small-img,.ive-vw-pest-control-slider-review>div,#ive-vw-pest-control-slider-main .ive-vw-pest-control-slider-cock-img,.ive-vw-pest-control-slider-spider-img{
    display: none;
  }

  #ive-vw-pest-control-gallery .ive-gallery-ul{
        grid-template-rows: repeat(5, 20px);
  }
}
@media screen and (max-width:575px){
  .ive-vw-pest-control-pro-about-year,.ive-vw-pest-control-about-contact-main,.ive-vw-pest-control-pro-quote-color{
    display: none;
  }
}
