#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    position: relative;
    left: -50px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    filter: brightness(0) invert(0);
  position: relative;
  right: -50px;
}

#main_showproducts .why_pest {
    background-size: cover !important;
  background-position: 100% 0 !important;
  padding-bottom: 2rem !important;
}

#main_showproducts .lifes_right .big_title {
    margin-left: 0 !important;
}

#main_showproducts .lifes_right .big_title span, #main_showproducts .lifes_right .big_title {
    font-size: 3.2vw !important;
}

@media screen and (max-width: 768px) {
    #main_showproducts .lifes_right .big_title span, #main_showproducts .lifes_right .big_title {
      font-size: 30px !important;
    }   
}

.toggle_btn {
    top: unset;
  bottom: 150px;
}

.toggle_btn .whatsapp {
    height: 90px;
    width: 90px;
    left: 70%;
    background-image: linear-gradient(to top, #61d63d, #12a100, #61d63d);
}

.toggle_btn .whatsapp i {
    font-size: 50px;
  animation: 1s pulse infinite;
}

.toggle_btn a {
  animation: unset;
}

.toggle_btn .whatsapp:before,
.toggle_btn .whatsapp:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}

.toggle_btn .whatsapp:before {
  top: -70%;
  background-image: radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #61d63d 20%, transparent 30%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #61d63d 15%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 1.5s ease infinite;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.toggle_btn .whatsapp::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #61d63d 15%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%),
    radial-gradient(circle, #61d63d 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 1.5s ease infinite;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.toggle_btn .whatsapp_float_title {
  max-width: 130px;
  white-space: wrap;
  text-align: center;
  border-radius: 50%;
  padding: 10px 30px;
  line-height: 1.2;
  color: #1e5233;
  box-shadow: none;
  filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.3));
  left: 50%;
  top: unset;
  background: rgba(255, 255, 255, 1);
  bottom: -95px;
  transform-origin: 50% -25%;
  animation: swingLeftRight 1.5s linear infinite;
  font-size: 16px;
}

@keyframes swingLeftRight {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}

.toggle_btn .whatsapp_float_title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 20px;
  height: 20px;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 1);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -2;
}

@media (max-width: 1200.5px) {
    .toggle_btn {
        bottom: 130px;
    }
    .toggle_btn .whatsapp {
        height: 75px;
        width: 75px;
        left: 50%;
    }
    .toggle_btn .whatsapp i {
        font-size: 45px;
    }
    .toggle_btn .whatsapp_float_title {
        font-size: 14px;
        left: 21%;
        bottom: -85px;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .toggle_btn {
        bottom: 110px;
    }
}

.hp_top_nav {
    background-color: #1e5233;
    color: #fff;
}

.font-call a {
    color: #fff;
}

.font-call a:hover {
    color: #fff;
    text-decoration: none;
}

.font-call {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
  margin: 0 auto;
  margin-top: 2rem;
}

.font-call span {
    display: block;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #1e5233 !important;
  background: #f1f6f0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    text-shadow: none;
}

.floating_btn_bottom {
    background-color: #000;
    height: 45px;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 30px;
}

.floating_btn_bottom_wrapper > li:nth-child(3) > a > i {
  font-size: 35px;
}

.floating_btn_bottom_block {
  height: 45px;
}

.side_menu .social_media i {
    font-size: 25px;
}

.video_group {
    position: relative;
}

.video {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0.7);
}

.hp_banner_inner {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.6);*/
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.product_nav_pill {
    display: none;
}

.pest_img {
  width: 25%;
  margin: 0 auto;
}

.pest6 {
    position: absolute;
    top: -17%;
    right: -20%;
    animation: hithere 2s ease infinite;
    transform: scale(0.8);
    z-index: 0;
}

.mi1 {
    width: 27%;
    top: -8%;
    left: 21%;
    position: absolute;
    animation: blink 0.8s 0.5s infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.spray_bottle {
    position: absolute;
    left: 34%;
    bottom: 2%;
}

.spray_bottle img {
    width: 20%;
  transform: rotate(35deg);
  filter: brightness(0.6);
}

/*.mist {*/
/*    position: absolute;*/
/*}*/

.spray {
    position: relative;
    display: flex;
    justify-content: center;
}
.sp2 {
    width: 45%;
}

.co_banner1 {
    width: 15% !important;
  position: relative;
  left: 1%;
  bottom: 6%;
  filter: brightness(0.2);
}

.co_banner2 {
  width: 13%;
  position: absolute;
  left: 7%;
  bottom: -75%;
  filter: brightness(0.2);
}

.co_banner3 {
  width: 12%;
  position: absolute;
  left: -2%;
  bottom: -43%;
  filter: brightness(0.2);
}

.cockroach_banner {
    position: absolute;
    left: 0;
    top: 0;
    animation: cockroachAnimation_banner 5s linear infinite;
}

@keyframes cockroachAnimation_banner {
  0% {
    transform: translate(-60%, -1080%) rotate(215deg);
  }
  100% {
    transform: translate(140%, -350%) rotate(185deg);
  }
}

/*homepage*/
#main_index{
    padding-bottom: 0!important;
    overflow: hidden;
    position: relative;
} 

.design_products {
    transition-delay: 0.8s;
}

.tyre_group {
    position: absolute;
      bottom: 10.5%;
      left: 30%;
}

.tyre_back {
    width: 6vw;
    position: relative;
    left: -8.6vw;
    animation: wheel 2s linear infinite;
}

.tyre_front {
    width: 6vw;
    position: relative;
    left: 11.7vw;
    animation: wheel 2s linear infinite;
}


.who_right_img img {
    opacity: 0;
}
/*.who_right_img {*/
/*    background-image: url('https://cdn1.npcdn.net/userfiles/25177/image/about_bg(5).png');*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 0% 50%;*/
/*    animation: moveBackground 30s linear infinite;*/
/*    position: relative;*/
/*}*/

@keyframes moveBackground {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes wheel {
    100% {
        transform: rotate(360deg);
    }
}

.cockroach {
    position: absolute;
    left: 0;
    top: 0;
    animation: cockroachAnimation 6s linear infinite;
}

.co1 {
   width: 15%;
   filter: brightness(0.8);
    
}

@keyframes cockroachAnimation {
  0% {
    transform: translate(-100%, 20%) rotate(-195deg);
  }
  50% {
    transform: translate(-34%, -35%) rotate(-185deg);
  }
  100% {
    transform: translate(40%, -20%) rotate(-170deg);
  }
}

.rat {
  position: absolute;
  left: 24%;
  bottom: -45%;
}

.rat img {
    width: 55%;
}

.flies {
    position: absolute;
    left: 8%;
    top: -5%;
}

.flies img {
    width: 45%;
}

.flies_trap {
    position: absolute;
  right: 10%;
  top: -13%;
  width: max-content;
  display: flex;
  justify-content: center;
  animation: hithere 2s ease infinite;
  display: none;
}

.flies_trap img {
    width: 25%;
  filter: brightness(1.3);
}


.pest5 {
    position: absolute;
  right: -45%;
  top: 25%;
}

.cockroaches_group img {
    width: 25%;
    filter: brightness(0.6);
}


/*homepage end*/
/*service*/
.hp_service .slider {
    max-width: 80%;
      width: 100%;
      margin: 15px auto;
      background: transparent;
      border-radius: 5px;
      padding: 15px 0;
}

.hp_service .slick-slider button{ 
    position: absolute;
    top: 50%;
    background: #fff;
    border: none;
    outline: none;
    z-index:100;
    width: 50px;
    height: 50px; 
    color: transparent;
    cursor: pointer;
    transform: translate(0%,-70%);
    border-radius: 36px;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.07);
}
.hp_service .slick-slider .slick-prev{
    left:-2vw;
}
.hp_service .slick-slider .slick-prev::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size:30px;
    color: #1e5233;
    left: 0;
    position: relative;
    z-index: 10;
}
.hp_service .slick-slider .slick-next{
    right:-2vw;
}
.hp_service .slick-slider .slick-next::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size:30px;
    color: #1e5233;
    right: 0;
    position: relative;
    z-index: 10;
}
.hp_service .slick-slide {
    color: #000;
      font-size: 17px;
      text-align: center;
}

.hp_service .slick-slide .desc {
    opacity: 0;
    margin-top: 0;
    height: auto;
}

.hp_service .slick-slide .desc>* {
    transition: all 900ms ease;
}

.hp_service .slick-slide .desc h2 {
    position: relative;
      left: 0;
      line-height: 1.2;
      font-size: 25px;
      font-weight: 600;
      color: #1e5233;
      margin-bottom: 1vw;
}

.hp_service .slick-slide .desc h2 span {
    display: block;
}
.hp_service .slick-slide .desc p {
    position: relative;
    font-size: 15px;
    color: #000;
    opacity: 0;
}

.cate_img {
    width: 100%;
    z-index: 99;
  position: relative;
}

.hp_service .slick-prev:before,
.hp_service .slick-next:before {
    color: black;
}
.hp_service .slick-dots {
    text-align: center;
}

.hp_service .slick-dots li {
    display: inline-block;
    padding: 1px;
    background: #ccc;
    margin: 10px 5px;
    width: 40px;
    height: 4px;
    border-radius: 10px;
    cursor: pointer;
}

.hp_service .slick-dots li.slick-active {
    background: #1e5233;
}

.hp_service .slick-dots button {
    display: none;
}
.hp_service .slick-slide {
    opacity: 0.4;
    transition: all 300ms ease;
}

.hp_service .slick-current {
    opacity: 1;
    transform: scale(1);
}

.hp_service .slick-current .desc {
    opacity: 1;
}

.hp_service .slick-current .desc h2 {
    left: 0; 
}

.hp_service .slick-current .desc p {
    top: 0;
    opacity: 1;
}

.hp_service .btn {
    border-radius: 0;
      padding: 10px 20px;
      text-decoration: none;
      background-color: #1e5233;
      color: #fff;
      font-size: 13px !important;
      margin: 0 auto;
      font-weight: 500;
      margin-top: 1vw;
}
.hp_service .credit{
    text-align: center;
    color: #fff;
}
.hp_service .credit a{
    text-decoration: none;
    color: #bcdee7;
    font-weight: bold;
}

.hp_coverage {
    margin-top: 7vw;
  margin-bottom: 3vw;
}

.hp_coverage .wrapper{
  display: grid;
  grid-gap: 2vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
@media (max-width: 700px) {
  .hp_coverage .wrapper{
    /*margin: 200px auto;*/
  }
}
.hp_coverage .wrapper .box{
  width: 100%;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
}
.hp_coverage .wrapper .box .front-face{
  background: #fff;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);*/
  transition: all 0.5s ease;
  /*padding: 10px;*/
  box-shadow: none;
    padding: 0;
}

.hp_coverage .box .front-face .icon2{
  /*height: 80px;*/
  text-align: center;
}
.hp_coverage .box .front-face .icon2 img {
    width: 100%;
    filter: brightness(1);
    transition: all 1s ease;
}
.hp_coverage .coverage_midle2 .box .front-face .icon2 img {
    border-radius: 0% 0 50% 50%;
}

.hp_coverage .coverage_bottom .box .front-face .icon2 img {
    border-radius: 0% 0 50% 50%;
}

.hp_coverage .coverage_bottom .box, .hp_coverage .coverage_midle2 .box {
    /*border-top: 5px solid #1e5233;*/
}

.hp_coverage .coverage_bottom .box .front-face, .hp_coverage .coverage_midle2 .box .front-face {
    padding:0;
}

.hp_coverage .coverage_bottom .box .front-face span, .hp_coverage .coverage_midle2 .box .front-face span {
    background-color: #1e5233;
    padding: 5px 0;
    margin-top: 0;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,.3);
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 17px;
}

.hp_coverage .coverage_bottom .box .front-face .icon2, .hp_coverage .coverage_midle2 .box .front-face .icon2 {
    padding: 0 10px;
}

.coverage_top2 .coverage_desc2, .galley_top .coverage_desc2 {
    font-size: 2.2vw;
    text-transform: uppercase;
}

/*.hp_coverage .wrapper:hover .icon2 img{*/
/*    transform: rotateY(360deg);*/
/*}*/
.hp_coverage .box .front-face span{
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  color: #444;
  margin-top: 1vw;
  text-transform: uppercase;
}

.hp_coverage.hp_coverage_m .box .front-face span {
    font-size: 17px;
}
/*.hp_coverage .box .front-face .icon i,*/
/*.hp_coverage .box .front-face span{*/
/*  background: linear-gradient(-135deg, #c850c0, #4158d0);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*}*/
.hp_coverage .box .front-face p {
    font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
  margin-top: 7px;
  color: #000;
}

.coverage_midle1 {
    margin-bottom: 2rem;
}

/*topspace*/
.topspace{
    position: fixed;
    z-index: 999;
    right: calc(20% - 205px - 2vw);
    top: 38px;
    /*position: relative;*/
}
.topspace form {
    background: #fff;
    line-height: 30px;
    border-radius: 35px;
    overflow: hidden;
    width: 200px;
}
.topspace input {
    border-radius: 35px;
    border: 1px solid #57bd40;
    width: 100%;
    padding-left: 12px;
    padding-right: 50px;
}
.topspace button{
    background: #37965e;
    border: transparent 1px solid;
    border-left: unset;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 25px 25px 0px;
}
.topspace .fas.fa-search{
    color: #fff;
}
/*topspace*/



/*navbar*/
#main_index .navbar_type8 {
    background-color: rgba(0, 0, 0, 0) !important;
}

#main_index .dark_nav {
    background-color: #fff !important;
}
.navbar_type8.navbar_height.dark_nav .nav_tab .nav_item {
    margin-top: 0px;
}
.navbar_type8.navbar_height.dark_nav{
    height: 110px;
    transition: all ease-in-out .35s;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 1px 1px 3px #000;
}

.dark_nav .nav_tab .nav_item a {
    color: #1e5233;
    text-shadow: none;
}

.dark_nav .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 {
    height: 150px;
    background-color: transparent;
}
.navbar_type8 .logo img {
    width: 100%;
    padding: 0;
}

#about-page .navbar_type8 .logo img {
    background-color: #1e5233;
    border-radius: 0.5em;
}
.navbar_type8 .logo {
    flex: 0 1 13%;
}
.navbar_type8 .nav_tab {
    flex: 0 1 87%;
    padding-right: 20%;
}
.navbar_type8 .nav_tab .nav_item {
    margin-top: -35px;
}
.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .logo {
  position: relative;
  overflow: visible;
}

.navbar_type8 .logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 180%;
  height: 180%;
  background-image: url('https://cdn1.npcdn.net/userfiles/25177/image/logobg.png');
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  display: none;
}

.dark_nav .logo {
    overflow: hidden;
}

.dark_nav .logo::before {
    display: none;
}

@media screen and (max-width:1500px) {
    .navbar_type8 .logo::before {
        left: -45%;
        width: 190%;
    }
}

@media screen and (max-width:1200px) {
    .navbar_type8 .logo::before {
        left: -60%;
        width: 230%;
    }
}
/*navbar end*/

/*banner*/
.container_banner{
    position: absolute;
    top: 40%;
    left: 6%;
    transform: translateY(-50%);
}
.banner_small_title {
  font-size: 3.2vw;
  line-height: 2.5;
  color: #eee;
  text-shadow: 1px 1px 5px #000;
  text-transform: uppercase;
  font-weight: 700;
}
.banner_big_title{
    font-weight: 700;
  line-height: 1;
  margin-top: -20px;
  font-size: 3.2vw;
  color: #eee;
  text-shadow: 1px 1px 5px #000;
  text-transform: uppercase;
}

.banner_small_title span {
    color: #fff;
}
.banner_big_title span{
    color: #57bd40;
    font-size: 5vw;
}
/*banner end*/

/*footer*/
/*.index_wrapper_6{*/
/*    position: relative;*/
/*        padding-top: 6%;*/
/*}*/
/*.index_wrapper_6:after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-color: #1e5233;*/
/*    height: 12%;*/
/*    z-index: -1;*/
/*    width: 100%;*/
/*}*/
.footer_type12 {
    background-color: #1e5233;
    background-image:url('https://cdn1.npcdn.net/userfiles/25177/image/whybg(4).png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: 50% 50%;
}
.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
    border-bottom: 1px solid #666;
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
    background: #37965e;
    border-radius: 10px;
}
.footer_type12 .title {
    color: #ddd;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.footer_type12 .all_font_md {
    font-size: 1rem !important;
}
.footer_type12 .title h6 {
    /*color: #c4bdab;*/
        color: #eee;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer_type12 {
    color: #c4bdab;
}
.footer_type12 a {
    color: #c4bdab;
}

.footer_type12 .list-unstyled li {
    width: max-content;
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
    height: max-content;
}
.footer_type12 .subscribe_new {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 700 !important;
    letter-spacing: 4px !important;
}
.footer_type12 .footer_subtitle {
    text-transform: capitalize;
}
.footer_type12 .input-container input {
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}
.footer_type12 .input-container .submit {
    border: 1px solid #999999;
    background: #22592a;
    color: #ffffff;
}

.footer_type12 p {
    color: #fff;
}
.footer_type12 a {
    color: #fff;
}
.footer_type12 a:hover {
    color: #ccc;
}
.footer_type12 .input-container input::placeholder {
    opacity: 0.5;
    color: #fff;
}

.footer_type12 .location p span {
    display: block;
}

.footer_type12 .location p b {
    font-weight: 600;
}

.footer_type12 .location p b {
    font-weight: 600;
}

.footer_type12 .contact-num p b{
    font-weight: 600;
}

.footer_type12 .contact-num li > p{
    display: flex;
    align-items: first baseline;
}


/*footer end*/


/*who*/

/*.row_who {*/
/*    margin-top: 5vw;*/
/*}*/

.who_inner_wrapper{
    display: flex;
    margin-top: 2rem;
    overflow: hidden;
    background-image: url('https://cdn1.npcdn.net/userfiles/25177/image/about_new2(2).png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.who_icon_lists{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10%;
    margin: 3% 20%;
    display: none;
}
.who_left,
.who_right{
    flex-basis: 50%;
}
.who_right {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon{
    max-width: 150px;
    margin: 0 auto;
    flex-basis: 33.3333333%;
}

.who_button a{
    border-radius: 0;
      padding: 10px 20px;
      text-decoration: none;
      background-color: #1e5233;
      color: #fff;
      font-size: 16px !important;
      margin: 0 auto;
      font-weight: 500;
}

.banner_button {
    margin-top: 1.5rem;
}

/*.banner_button a{*/
/*    border-radius: 0;*/
/*      padding: 10px 20px;*/
/*      text-decoration: none;*/
/*      background-color: #1e5233;*/
/*      color: #fff;*/
/*      font-size: 20px !important;*/
/*      margin: 0 auto;*/
/*      font-weight: 500;*/
/*}*/
.who_left{
    position: relative;
    display: flex;
      justify-content: center;
      align-items: center;
}
.who_button{
    /*transform: rotate(-90deg) translate(35.3%,180%);*/
    /*position: absolute;*/
    /*right: 0%;*/
    /*bottom: 0;*/
    transition: all ease 0.45s;
    text-align: center;
}
/*.button_span{*/
/*    opacity: 0;*/
/*}*/
/*.who_button:after{*/
/*     position: absolute;*/
/*    content: ">>";*/
/*    font-size: 17px;*/
/*      color: #fff;*/
/*      right: 13%;*/
/*      line-height: 42px;*/
/*    transition: all ease .45s;*/
/*}*/
/*.who_button:hover:after{*/
/*    right: 12%;*/
/*}*/

.who_left_bottom{
    /*color: #fff;*/
    background: transparent;
    padding-left: 3vw;
    padding-top: 0;
    padding-right: 6vw;
    padding-bottom: 0;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.who_smallTitle{
  font-size: 20px;
  text-align: end;
  color: #fff;
  background-color: #1e5233;
  /*width: fit-content;*/
  margin-bottom: 1rem;
  padding: 6px 15px 6px 40px;
  clip-path: polygon(100% 0%, 0% 0%, 15% 50%, 0% 100%, 100% 100%);
  border-radius: 0;
}

.who_companyName{
    font-size: 2.6vw;
  font-weight: 600;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      text-align: end;
      color: #1e5233;
      letter-spacing: 2px;
}
.who_content{
    font-size: 15px;
    line-height: 1.7;
    text-align: end;
    color: #000;
}

.about_keyword p {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    color: #000;
}

.design_smallTitle{
    /*font-size: 20px;*/
    /*text-align: center;*/
    /*color: #333;*/
    position: relative;
    font-size: 20px;
  text-align: right;
  color: #fff;
  background-color: #1e5233;
  width: fit-content;
  padding: 5px 15px;
  margin-bottom: 1rem;
  border-radius: 0 0.156em 0.156em 0;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
}
.design_companyName{
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
  color: #1e5233;
  letter-spacing: 2px;
  padding: 10px 60px;
  text-transform: uppercase;
}

.design_smallTitle:before, .design_smallTitle:after{
  position:absolute;
  content: '';
  display: block;
}

.design_smallTitle:before{
  width: 0.469em;
  height: 125%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.45em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
  filter: drop-shadow(-1.5px 0.5px 1px rgba(0, 0, 0, 0.5));
}

.design_smallTitle:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.30em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

.why_companyName{
    font-size: 2.6vw;
  font-weight: 600;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      text-align: end;
      color: #fff;
      letter-spacing: 2px;
}


.coverage_smallTitle{
    position: relative;
    font-size: 20px;
  text-align: right;
  color: #fff;
  background-color: #1e5233;
  width: fit-content;
  padding: 5px 15px;
  margin-bottom: 1rem;
  border-radius: 0 0.156em 0.156em 0;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
}
.coverage_companyName{
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
  color: #1e5233;
  letter-spacing: 2px;
  padding: 10px 60px;
  text-transform: uppercase;
}

.coverage_smallTitle:before, .coverage_smallTitle:after{
  position:absolute;
  content: '';
  display: block;
}

.coverage_smallTitle:before{
  width: 0.469em;
  height: 125%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.45em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
  filter: drop-shadow(-1.5px 0.5px 1px rgba(0, 0, 0, 0.5));
}

.coverage_smallTitle:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.30em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

/*.hp_pest .coverage_smallTitle::before {*/
/*    filter: drop-shadow(-1.5px 0.5px 1px rgba(0, 0, 0, 0.5));*/
/*}*/

/*.review_smallTitle{*/
/*    font-size: 20px;*/
/*    text-align: center;*/
/*    color: #333;*/
/*}*/
/*.review_companyName{*/
/*    font-size: 2.6vw;*/
/*  font-weight: 600;*/
/*      line-height: 1.2;*/
/*      margin-bottom: 1.5rem;*/
/*      text-align: center;*/
/*      color: #1e5233;*/
/*      letter-spacing: 2px;*/
/*}*/

.review_smallTitle{
    /*font-size: 20px;*/
    /*text-align: center;*/
    /*color: #333;*/
    position: relative;
    font-size: 20px;
  text-align: right;
  color: #fff;
  background-color: #1e5233;
  width: fit-content;
  padding: 5px 15px;
  margin-bottom: 1rem;
  border-radius: 0 0.156em 0.156em 0;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
}
.review_companyName{
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
  color: #1e5233;
  letter-spacing: 2px;
  padding: 10px 60px;
  text-transform: uppercase;
}

.review_smallTitle:before, .review_smallTitle:after{
  position:absolute;
  content: '';
  display: block;
}

.review_smallTitle:before{
  width: 0.469em;
  height: 125%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.45em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
  filter: drop-shadow(-1.5px 0.5px 1px rgba(0, 0, 0, 0.5));
}

.review_smallTitle:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.30em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

.who_left_inner_wrapper{
    margin-right: -10%;
    position: relative;
    z-index: 99;
}
/*who end*/
#main_index .hp_latest_new {
    display: flex;
  justify-content: center;
  align-items: center;
}
/*design*/
.product img{
    transition:  all 0.35s ease-in-out;
}
.product:hover img{
    transform: translateY(-10px);
}
.design_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.design_title {
   width: fit-content;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #f1f6f0;
}
.coverage_title {
   width: fit-content;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #f1f6f0;
  margin-bottom: 2rem;
}

/*.hp_pest .coverage_title, .hp_gallery .coverage_title {*/
/*    background-color: #fff;*/
/*}*/

/*.design_products{*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*    margin-top: -3%;*/
/*}*/
.row_design{
    position: relative;
    padding-bottom: 5rem;
}
.design_inner_wrapper{
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
  z-index: 1;
}
.row_design:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 17%;
    height: 100%;
    background-color: #ebeae6;
    z-index: -1;
    display: none;
}
.design_button a{
    color: #fff;
    background-color: #57bd40;
    padding: 10px 25px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
}
.design_button{
    position: relative;
    right: 2.2%;
}
.design_button:after{
    content: ">>";
    font-size: 20px;
    position: absolute;
    color: #fff;
    right: 15%;
    line-height: 52.4px;
    transition: all ease .45s;
}
.design_button:hover:after{
    right: 12%;
    
}
.design_mobile_button a{
    color: #fff;
    background-color: #57bd40;
    padding: 0.5rem 1.2rem;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}
.design_mobile_button{
    display: none;
    position: relative;
    width: fit-content;
}
.design_mobile_button:after{
    content: ">>";
    font-size: 15px;
    position: absolute;
    color: #fff;
    right: 15%;
    line-height: 38.5px;
}
.container_design{
    padding-top: 4rem;
}
/*design end*/

/*life*/
.row_life{
    position: relative;
    margin-top: 14rem;
}
.life_top {
    left: 37%;
    position: absolute;
    top: 10%;
}
.life_top_title{
    font-size: 3.7vw;
    line-height: 1.1;
    font-weight: 800;
}
.life_top_title p{
    -webkit-text-stroke: 0.1vw #000;
    color: white;
    margin-bottom: 10px;
    font-size: 3.6vw;
}
.life_top_content span{
    display: block;
}
.life_top_content{
    margin-left: 0;
}
.life_bottom_point{
    display: flex;
    align-items: center;
        margin-bottom: 15px;
}
.life_bottom_point_img{
        max-width: 45px;
    margin-right: 20px;
}
.life_bottom{
    position: absolute;
  left: 53%;
  top: 25vw;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2%;
  border-radius: 20px;
}
.life_bottom_point_content{
    font-size: 1.2vw;
}
/*life end*/

/*news*/
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-4{
    display: none;
}
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-8{
    flex: 0 0 100%;
    max-width: 100%;
        padding-left: 6vw;
    padding-right: 13vw;
}
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-4{
    display: none;
}
#main_index .hp_latest_new .latestnewsAjax .read_more{
    display: none;
}
#main_index .outerRow_6{
        padding: 0 6vw;
}
.news_img{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 597px;
    margin: 0 auto;
}
#index_7{
    display: flex;
    align-items: center;
}
.hp_latest_new .news_box {
    margin-bottom: 3vw !important;
}

/*news*/

.hp_why{
    background-image:url('https://cdn1.npcdn.net/userfiles/25177/image/whybg(4).png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    padding-top: 7rem;
      padding-bottom: 7rem;
      margin-top: 3rem;
}

.why_title {
    display: flex;
  flex-direction: column;
  justify-content: center;
}

.why_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0 3rem;
}

.why_content > * {
  flex: 1;
}


.why_point img {
    width: 35%;
    margin-bottom: 5px;
    filter: brightness(0) invert(1);
    transition: all 1s ease;
}

.hp_why:hover .why_point img{
    transform: rotateY(360deg);
}

.why_content p {
    font-size: 17px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}

.why_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.why_point {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
}

@media screen and (min-width:992px){
    /*banner*/
   .index_wrapper_2{
       margin-top: -150px;
   }
   /*banner*/
}
@media screen and (max-width:1300px){
    .index_wrapper_6:after {
    background-color: transparent;
}
}

@media screen and (max-width:1130px){
    
    /*topspace*/
    .topspace {
        right: calc(26% - 205px - 2vw);
    }
    /*topspace end*/
    
    /*navbar*/
    .navbar_type8 .nav_tab {
    padding-right: 26%;
    }
    /*navbar end*/
    
    /*who*/
    .who_companyName {
        font-size: 30px;
    }
    .who_content {
        font-size: 15px;
        line-height: 1.8;
    } 
    /*who end*/
    /*design*/
    .design_button a {
        padding: 8px 20px;
        font-size: 18px;
    }
    .design_button:after {
        line-height: 43px;
        right: 10%;
    }
    /*design end*/
   
}

@media screen and (max-width:992px){
    /*who*/
    .who_inner_wrapper {
        display: block;
    }
    .who_left_inner_wrapper {
        margin-right: 0;
    }
    .who_icon_lists {
        margin: 5vw;
    }
    .design_products {
        grid-template-columns: 1fr 1fr;
        gap: 1%;
    }
    /*.who_button {*/
    /*    transform: unset;*/
    /*    position: relative;*/
    /*    right: 0;*/
    /*    margin-top: 2rem;*/
    /*    width: fit-content;*/
    /*    bottom: 0;*/
    /*}*/
    .who_button a {
        padding: 8px 20px;
        font-size: 18px;
    }
    .who_button:after {
        line-height: 43px;
        right: 10%;
    }
    /*who end*/
    
    /* life*/
    .life_bottom_point_content {
        font-size: 14px;
    }
    /*life end*/
    /*news*/
    .outerRow_6 {
        padding: 0 15px;
    }
    /*news end*/
}

@media screen and (max-width:768px){
    /*who*/
    .who_companyName {
    font-size: 25px;
    margin-bottom: 1rem;
    }
    .who_content {
    font-size: 13.4px;
    }
    /*who end*/
    /*life*/
    .life_bottom {
    position: relative;
    left: 0;
    padding: 0 15px;
    top: 0;
    margin-top: 2rem;
    }
    .life_top_content {
        margin-left: 0;
    }
    .life_top_content span {
        display: inline;
    }
    .life_top_title {
        font-size: 25px;
    }
    .life_top_title p {
        font-size: 26px;
    }
    .life_top {
    padding: 0 15px;
    }
    /*life end*/
    /*footer*/
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    margin-bottom: 1rem;
    }
    .footer_type12 .list-unstyled li {
    margin: 0 auto 5px;
    }
    .container-fluid.footer_type12.py-5 .text-left.py-1{
    text-align: center!important;
    }
    /*footer*/
    /*new*/  
    .index_wrapper_6:after {
    background-color: transparent;
    }
    /*new end*/
}

@media screen and (max-width:600px){
    /*banner*/ 
    .banner_small_title {
    font-size: 27px;
    line-height: 2.5;
    }
    .container_banner {
    position: absolute;
    top: 20%;
    left: 3%;
    }
    .banner_big_title {
    font-size: 25px;
    }
    .item.slick-slide img {
    height: 250px !important;
    object-fit: cover;
    }
    /*banner end*/ 
    /*who*/
    .who_icon_lists {
    margin: 4% 15px;
    }
    /*who end*/
    /*life*/
    .life_top {
    left: 0;
    position: relative;
    top: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
    }
    /*life end*/
    /*design*/
    .design_products {
    margin-top: 0;
    }
    .design_title {
    max-width: 250px;
    margin-bottom: 1rem;
    }
    .design_top {
    display: block;
    }
    .design_button {
        position: relative;
        right: 0;
        margin-bottom: 1rem;
        width: fit-content;
    }
    .design_products {
        grid-template-columns: 1fr;
    }
    /*design end*/
      
}

.sec_banner_ebox {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.banner_content {
    overflow: hidden;
}


.banner-bg {
  height: 340px;
  margin-top: -150px;
  margin-bottom: 2rem;
  
}

.banner-bg2 {
  height: 340px;
  margin-top: -150px;
  margin-bottom: 2rem;
  
}

.main_contactus .banner-bg {
    margin-bottom: 0;
}

.about_header {
    background: url('https://cdn1.npcdn.net/userfiles/25177/image/header1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 100%;
}

.cate_header {
    background: url('https://cdn1.npcdn.net/userfiles/25177/image/header1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 100%;
}

.ourproducts_header {
    background: url('https://cdn1.npcdn.net/userfiles/25177/image/header3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 69%;
}

.showproducts_header {
    background: url('https://cdn1.npcdn.net/userfiles/25177/image/header2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 69%;
}

.latestnews_header {
    background: url('https://cdn1.npcdn.net/userfiles/25177/image/header4.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 36%;
}

.contact_header {
    background: url('https://cdn1.npcdn.net/userfiles/25177/image/header5.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 68%;
}

.photoalbum_header {
    background: url('https://cdn1.npcdn.net/userfiles/25177/image/header6(1).png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 68%;
}

.banner-bg h2 {
    color: #fff;
  font-weight: 700;
  font-size: 3em;
  text-shadow: 1px 1px 3px #000;
  height: 100%;
  position: absolute;
  top: 62%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.banner-bg2 h2 {
    color: #fff;
  font-weight: 700;
  font-size: 3em;
  text-shadow: 1px 1px 3px #000;
  height: 100%;
  position: absolute;
  top: 74%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.spray_group {
  width: 40%;
  display: flex;
  position: absolute;
  z-index: -1;
  top: 7vw;
  left: 0;
  transform: translateY(-50%);
  animation: hithere 1s ease infinite;
}

.mi_banner {
  position: relative;
  left: -12.6vw;
  bottom: 10vw;
  transform: scale(0.6);
  z-index: -1;
  animation: blink 1s infinite alternate;
}

.banner_pest  {
  width: 30%;
  display: flex;
  gap: 20px;
  display: none;
}

/*.ba_pe2 {*/
/*    transform: scale(0.9) translateY(10px);*/
/*}*/

@keyframes hithere {
  0% { 
      transform: translateY(-50%); 
  }
  50% { 
      transform: translateY(-52%); 
  }
  100% { 
      transform: translateY(-50%); 
  }
}

.about_why  {
}

.about_design2 .about_why {
    display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
}

.about_why i {
    font-size: 25px;
  color: #1e5233;
  margin-right: 15px;
}

.about_why p {
    font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #f4f4f4;
}

.about_design2 .about_why p {
    font-size: 20px;
    color: #000;
}

.about_right {
    display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.about_details .who_smallTitle, .about_details .who_button {
    text-align: center;
}

.about_details .who_companyName {
    text-align: center;
}

.about_details .who_content {
    font-size: 16px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.row_about {
    margin-bottom: 5rem;
  margin-top: 4rem;
}

.row_about2 {
    margin-bottom: 4rem;
}

/*.sp_banner {*/
/*    transform: scale(0.3);*/
/*}*/

/*.mi_banner {*/
/*    transform: scale(0.2);*/
/*}*/
.about_keyword {
    margin: 1rem;
    margin-top: 2rem;
}

.about_license {
    margin: 3rem 0rem;
}

.hp_license {
  padding: 5rem 0;
}

.hp_license .wrapper {
  width: fit-content;
  margin: 0 0 0 auto;
}



.license {
    width: 17%;
}

.license img {
    width: 100%;
    border-radius: 5px;
}

.license_group {
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 1rem 0;
}

.who_license {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.hp_license .content{
  width: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.5em;
  color: #000;
}

.hp_license .content::before {
    content: '';
    position: absolute;
     z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    filter: blur(50px);
    height: 100%;
    box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, 0.4);
}

.hp_license .content h2 {
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.hp_license .content h2 span {
    display: block;
}

.ribbon{
  position: relative;
  padding: 0 0.5em;
  font-size: 2vw;
  margin: 0 0 0 -0.625em;
  line-height: 1.875em;
  color: #fff;
  border-radius: 0 0.156em 0.156em 0;
  background: #1e5233;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ribbon:before, .ribbon:after{
  position:absolute;
  content: '';
  display: block;
}

.ribbon:before{
  width: 0.469em;
  height: 125%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.37em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.ribbon:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.22em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

.coverage_desc {
    text-align: center;
  font-size: 20px;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #555;
}

.coverage_desc2 {
  font-size: 1.8vw;
  font-weight: 700;
  color: #abcd00;
  color: #000;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.coverage_desc span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.coverage_top2 {
    margin-top: 3rem;
  margin-bottom: 1rem;
}

.hp_pest .coverage_desc {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.hp_pest .coverage_desc span {
    font-size: unset;
    font-weight: unset;
}

.hp_pest .wrapper{
  display: grid;
  grid-gap: 1vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.hp_pest .wrapper .box {
    padding: 7px;
  background-color: rgba(255, 255, 255);
  border-radius: 50%;
  border-radius: 50% 0 50px 0px;
  box-shadow: 1px 1px 5px #333;
}



.hp_pest .wrapper .box img {
    width: 100%;
    transition: all 0.25s ease-in-out;
    filter: drop-shadow(0.5px 0.5px 1px rgba(0, 0, 0, 0.3));
}

.hp_pest .wrapper .box:hover img {
    filter: drop-shadow(0.5px 0.5px 2px rgba(0, 0, 0, 0));
}

.hp_pest .wrapper .box span {
    font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  text-align: center;
  /*display: block;*/
  margin-top: 5px;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}

.hp_pest .wrapper .box a {
    color: #000;
}

.hp_pest .wrapper .box:hover a {
    color: #1e5233;
    text-decoration: none;
}

.hp_pest .wrapper .box:hover img, .hp_pest .wrapper .box:hover span {
    transform: scale(0.95);
}

.hp_license .coverage_desc {
    color: #000;
}

#main_index .index_wrapper_6 {
    background-image:url('https://cdn1.npcdn.net/userfiles/25177/image/whybg(4).png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 15%;
    padding: 7rem 0;
    background-attachment: fixed;
}

.autoplay {
    display: flex;
    justify-content: space-between;
}

.autoplay img {
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.pest_row {
    padding: 1rem;
}

#main_index .ws_contact .contact_map,
#main_index .ws_contact .page_title,
#main_index .ws_contact #v-pills-tabContent{
    display:none;
}

#main_index .col-md-4.ws_contact{
    margin-bottom: 10px;
    -ms-flex: 0 !important;
    flex: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
}

#main_index .ws_contact .col-12 .flex-md-row-reverse .col-md-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

#main_index .ws_contact .contact_form{
    max-width: 90%;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#main_index .ws_contact #v-pills-tab {
    display: none !important;
}

#main_index .ws_contact .contact_form label{
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #231f20;
    text-transform: uppercase;
}

#main_index .ws_contact .contact_form .float-label-control:nth-child(4){
    display:none;
}

#main_index .ws_contact button{
    line-height: 1.2rem;
    border-radius: 0px !important;
}

.hp_story .story_wrapper{
  display: grid;
  grid-gap: 2vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin: 0 auto;
}

.story_box {
    display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.story_box a {
    width: 55%;
}

.story_box img {
    width: 100%;
    margin-bottom: 1rem;
}

.story_box:hover img {
    animation: product .5s ease-in-out infinite alternate;
}

@keyframes product {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(10px);
  }
}

.story_box p {
    font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}

.story_box p span {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
}
.story_row {
    margin-top: 3rem;
}

.story_desc {
    text-align: center;
  font-size: 17px;
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
}

.hp_story {
  padding-top: 7rem;
  padding-bottom: 0rem;
}

.galley_top .coverage_desc {
    width: 100%;
    margin: 0 auto;
  margin-bottom: 1rem;
}

.galley_top {
    margin-top: 4rem;
}

#main_index .hp_photoGallerySlider_type3 {
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
  padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    transition: all 0.2s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box:hover {
    transform: scale(1.04);
}

.gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    padding: 5px !important;
}

.hp_gallery {
    padding-top: 5rem;
}

#main_index .index_wrapper_9 {
    padding-bottom: 5rem;
}

.hp_review {
    padding-top: 5rem;
}

#main_index .index_wrapper_12 {
    padding: 5rem;
    padding-top: 1rem;
}

.about_design2 .coverage_title {
    margin-bottom: 0;
}

.about_design2 .about_left {
    display: flex;
  justify-content: center;
  align-items: center;
}

#main_index #index_12 {
    display: flex;
  justify-content: center;
  align-items: center;
}

.about_design2 .license {
    width: 15%;
    margin-bottom: 1rem;
}

.about_design2 .about_license h2 {
  font-size: 22px;
  color: #000;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
}

.about_design2 .about_license h2 span {
  display: block;
  margin-top: 10px;
  margin-bottom: 3rem;
}

.about_design2 .coverage_desc {
    width: 85%;
    color: #1e5233;
    font-size: 22px;
  font-weight: 700;
}

.about_design2 .coverage_desc span {
    font-size: 18px;
  font-weight: unset;
}

.pest_title {
    font-size: 2.6vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.banner_btn {
    padding: 8px 15px;
  font-size: 18px;
  background-color: #1e5233;
  border: none;
  box-shadow: 0px 0px 5px #000;
  color: #fff;
  font-weight: 600;
  background-image: url('https://cdn1.npcdn.net/userfiles/25177/image/whybg(4).png');
  background-size: 300% 300%;
  animation: moveBackground 2s infinite linear;
}

@keyframes moveBackground {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.banner_btn:hover i {
    /*animation: hithere 2s ease infinite;*/
}

.btn_banner i {
    margin-right: 10px;
    transform: rotateY(180deg) rotateX(180deg);
}

.call_icon {
    display: none !important;
}

.btn_banner {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #1e5233;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, .8);
  box-sizing: border-box;
  padding: 10px 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn_banner:focus {
    outline: none;
}

.btn_banner:hover {
  transform: scale(1.05);
}

.btn_banner .animation {
  border-radius: 100%;
  animation: ripple 1s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.02), 0 0 0 20px rgba(255, 255, 255, 0.02), 0 0 0 40px rgba(255, 255, 255, 0.02), 0 0 0 60px rgba(255, 255, 255, 0.02);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.02), 0 0 0 40px rgba(255, 255, 255, 0.02), 0 0 0 60px rgba(255, 255, 255, 0.02), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes hithere {
  30% { transform: scale(1.05); }
  40%, 65% { transform: rotate(-5deg) scale(1.05); }
  53% { transform: rotate(5deg) scale(1.05); }
  75% { transform: rotate(0deg) scale(1.05); }
  100% { transform: scale(1); }
}

@media (max-width: 600px) {
  
  body{
    font-size:0.875em;
  }
  
  .ribbon{
    line-height: 1.143em;
    padding: 0.5em;
  }
  
  .ribbon:before, .ribbon:after{
    font-size: 0.714em;
  }
  
}
@media screen and (max-width:1370px) {
    .topspace form {
        width: 170px;
    }
    .navbar_type8 .nav_tab {
        padding-right: 20%;
    }
    .navbar_type8 .nav_tab .nav_item a {
      padding: 15px;
        font-size: 14px;
    }
}
@media screen and (max-width:1100px) {
    .navbar_type8 .logo img {
      padding: 0px;
    }
    .navbar_type8 .nav_tab .nav_item a {
      padding: 12px;
        font-size: 13px;
    }
    .who_icon_lists {
      margin: 2% 15%;
      gap: 15%;
    }
    .who_content, .who_button a, .design_button a, .hp_service .btn, .why_content {
        font-size: 12px !important;
    }
    .life_top_content  {
        font-size: 12px;
    }
    .life_bottom_point_content {
      font-size: 1.3vw;
    }
    .life_bottom {
      left: 50%;
      top: 21vw;
    }
    .life_top {
      left: 40%;
      top: 5%;
      width: 50%;
    }
    #main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-8 {
      padding-left: 3vw;
      padding-right: 3vw;
    }
    .banner_big_title {
        margin-top: -10px;
    }
    .container_banner {
        top: 40%;
    }
    .who_companyName, .design_companyName, .why_companyName, .coverage_companyName, .review_companyName {
        font-size: 27px;
        margin-bottom: 2%;
    }
    .hp_service .slick-slide .desc h2 {
        font-size: 17px;
    }
    .hp_service .slick-slide .desc p {
      font-size: 12px;
      margin-bottom: 0;
    }
    .hp_service .btn, .who_button a {
        padding: 7px 20px;
    }
    /*.hp_service .slick-slide .desc {*/
    /*    height: 17vw;*/
    /*}*/
    .why_point img {
        width: 30%;
    }
    .hp_coverage .box .front-face .icon2 img {
        width: 100%;
    }
    .why_content2 p {
        font-size: 13px;
    }
    .hp_why {
      padding-top: 3rem;
      padding-bottom: 3rem;
      margin-top: 2rem;
    }
    .hp_coverage .box .front-face span {
        font-size: 15px;
    }
    .news_img {
        width: 90%;
    }
    .banner-bg, .banner-bg2 {
        height: 300px;
    }
    .banner-bg h2, .banner-bg2 h2 {
        font-size: 2em;
    }
    .co1 {
        width: 10%;
    }
    .cockroach {
        top: 10%;
    }
    .rat img {
      width: 40%;
    }
    .rat {
      left: 22%;
      bottom: -50%;
    }
    .flies img {
      width: 30%;
    }
    .flies {
        left: 5%;
        top: -7%;
    }
    .cockroaches_group img {
        width: 15%;
    }
    .pest5 {
        right: -80%;
        top: 22%;
    }
    .cockroach_banner {
        top: 20%;
    }
    .co_banner1 {
        width: 11% !important;
    }
    .co_banner2 {
        width: 9% !important;
    }
    .co_banner3 {
        width: 8% !important;
    }
    .sp2 {
      width: 40%;
    }
    .mi1 {
        width: 23%;
        top: -6%;
        left: 25%;
    }
    .pest6 {
        top: -29%;
        right: -42%;
    }
    .spray_bottle img {
        width: 17%;
    }
    .spray_bottle {
        left: 32%;
        bottom: 1%;
    }
    .spray_group {
        top: 6vw;
    }
    .pest_img {
        bottom: 53%;
        left: 2%;
    }
    .banner-bg2 h2 {
        top: 70%;
    }
    .row_about {
      margin-bottom: 3rem;
      margin-top: 2rem;
    }
    .about_right {
        padding: 1rem;
    }
    .about_why i {
        font-size: 22px;
    }
    .hp_service .btn {
        margin-top: 2vw;
    }
    .autoplay img {
        max-width: 115px;
    }
    .hp_license {
        padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .who_right {
        padding-right: 1rem;
    }
    .hp_license .content h2 {
        font-size: 19px;
    }
    .about_keyword p {
        font-size: 14px;
    }
    .about_keyword, .about_license {
        margin: 5px;
        margin-top: 1rem;
    }
    .who_button {
        margin: 5px;
        margin-top: 2rem;
    }
    .design_smallTitle, .coverage_smallTitle, .review_smallTitle {
        font-size: 17px;
    }
    .font-call {
        font-size: 16px;
        margin-top: 5px;
    }
    .banner_small_title {
        line-height: 1.9;
    }
    .coverage_desc {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .hp_coverage .box .front-face span {
        font-size: 15px;
    }
    .hp_coverage .wrapper {
        grid-gap: 2vw;
    }
    .coverage_desc2 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .coverage_top2 {
        margin-top: 2rem;
    }
    .hp_license .content h2 {
        font-size: 16px;
    }
    .why_content {
        margin: 1rem 0;
    }
    .about_why p {
        font-size: 14px;
    }
    .who_right{
        padding-right: 0;
    }
    .container_design {
      padding-top: 4rem;
    }
    .row_design {
        padding-bottom: 4rem;
    }
    #main_index .index_wrapper_6 {
        padding: 5rem 0;
    }
    .pest_row {
        padding: 10px;
    }
    .hp_pest .wrapper span {
        font-size: 12px;
        height: 2.5rem;
    }
    .story_desc {
        font-size: 14px;
    }
    .story_box p {
        font-size: 16px;
    }
    .story_box p span {
        font-size: 14px;
    }
    .hp_story {
        padding: 4rem 0;
    }
    .hp_gallery {
        padding-top: 4rem;
    }
    #main_index .index_wrapper_9, #main_index .index_wrapper_11 {
      padding-bottom: 4rem;
    }
    .hp_review {
        padding-top: 4rem;
    }
    #main_index .index_wrapper_12 {
        padding: 4rem 1rem;
    }
    .who_content {
        font-size: 14px !important;
    }
    .banner_button {
        margin-top: 1rem;
    }
    /*.banner_button a {*/
    /*    padding: 8px 15px;*/
    /*    font-size: 15px !important;*/
    /*}*/
    .hp_pest .wrapper .box {
        padding: 5px;
    }
    .hp_coverage .box .front-face p {
        font-size: 13px;
    }
    .coverage_midle1 {
        margin-bottom: 3rem;
    }
    .why_content {
        margin: 0;
        padding: 0 0rem;
    }
    .about_license {
        margin-top: 2rem;
    }
    .container_design {
        padding-top: 3rem;
    }
    .hp_pest .wrapper .box span {
        font-size: 11px;
        height: 2rem;
    }
    .hp_story {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }
    #main_index .index_wrapper_11 {
        padding-bottom: 0;
    }
    #main_index .index_wrapper_12 {
        padding-top: 0;
    }
    .about_design2 .about_license h2 {
        font-size: 18px;
    }
    .about_design2 .about_license h2 span {
        font-size: 16px;
        margin-bottom: 2rem;
    }
    .about_design2 .about_why p {
        font-size: 16px;
    }
    .why_content {
        gap: 10px;
    }
    .hp_license .content h2 {
        margin-bottom: 15px;
    }
    .about_license {
        margin-top: 1rem;
    }
    .btn_banner {
        font-size: 18px;
    }
    .coverage_desc span {
        font-size: 14px;
        font-weight: 600;
    }
    .hp_pest .coverage_desc {
        font-size: 19px;
    }
    .pest_title {
        font-size: 3vw;
    }
    .galley_top .coverage_desc2 {
        margin-bottom: 0;
    }
    .hp_coverage .coverage_bottom .box .front-face span, .hp_coverage .coverage_midle2 .box .front-face span {
        font-size: 15px;
    }
    .topspace form {
        width: 145px;
    }
    .navbar_type8 .nav_tab {
        padding-right: 19%;
    }
}

.side_menu {
    background-color: #1e5233;
}

.side_menu .list-group .list-group-item a {
    color: #fff !important;
}

.navbar_mobile {
    background-color: #f1f6f0;
}

@media screen and (max-width:580px) {
    .container_banner {
        position: absolute;
        top: 20%;
        left: 0%;
      }
      .banner_small_title {
        line-height: 1.3;
    }
    .banner_big_title {
        margin-top: 2px;
    }
    .banner_big_title {
        font-size: 20px;
    }
    .who_button a, .design_button a {
        font-size: 13px;
      }
    .life_top_title, .life_top_title p, .footer_type12 .subscribe_new {
        font-size: 27px;
    }
    .footer_type12 .all_font_md {
      font-size: 1.1rem !important;
    }
    .item.slick-slide img {
        height: 100% !important;
    }
    .who_icon_lists {
        margin: 5% 15%;
    }
    .who_smallTitle {
      font-size: 17px;
      text-align: center;
    }
    .who_companyName, .design_companyName, .why_companyName, .coverage_companyName, .review_companyName {
        font-size: 25px;
        margin-bottom: 2%;
        text-align: center;
    }
    .who_content, .who_button {
        text-align: center;
    }
    .who_right {
      padding-left: 0;
      margin-top: 10vw;
    }
    .design_title {
        max-width: 100%;
    }
    .hp_service .slider {
      max-width: 100%;
      width: 100%;
      margin: 15px auto;
      padding: 10px 0;
    }
    /*.hp_service .slick-slide .desc {*/
    /*    height: 45vw;*/
    /*}*/
    .hp_service .btn {
        margin-top: 4vw;
    }
    .hp_service .slick-slide .desc h2 {
        font-size: 19px;
        margin-bottom: 3vw;
        margin-top: 0vw;
    }
    .why_content {
        text-align: center;
    }
    .why_content2 {
        margin-top: 7vw;
    }
    .hp_coverage {
      margin-top: 12vw;
      margin-bottom: 12vw;
    }
    .hp_coverage .wrapper {
      grid-gap: 5vw;
      grid-template-columns: 1fr 1fr;
    }
    #main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-8 {
      padding-left: 10vw;
      padding-right: 10vw;
      margin-top: 5vw;
    }
    .container_design {
      padding-top: 20%;
    }
    .banner-bg, .banner-bg2 {
        height: 200px;
      margin-top: 0;
    }
    .banner-bg h2, .banner-bg2 h2 {
        height: unset;
          top: 45%;
        font-size: 25px;
    }
    .banner_small_title span {
        display: block;
    }
    .cockroach {
        top: 5%;
    }
    .who_left_bottom {
        margin-top: 3rem;
    }
    .tyre_back {
        width: 18%;
        left: -26%;
    }
    .tyre_front {
        width: 18%;
        left: 37%;
    }
    .rat {
        left: 35%;
        bottom: -17%;
    }
    .hp_why {
        margin-top: 0rem;
    }
    .pest5 {
        right: 0;
        top: 25%;
    }
    .cockroaches_group img {
        width: 25%;
    }
    .cockroaches_group {
        display: flex;
        justify-content: end;
    }
    .cockroach_banner {
        top: 35%;
        left: -40%;
        animation: cockroachAnimation_banner 8s linear infinite;
    }
    .pest6 {
        top: -9%;
    }
    .spray_bottle {
        left: 9%;
    }
    .spray_group {
        top: 18vw;
        width: 75%;
    }
    .mi_banner {
        left: -23.3vw;
        bottom: 20vw;
    }
    .pest_img {
        bottom: 50%;
        left: 2%;
    }
    .wspages {
        overflow-x: hidden !important;
    }
    .row_about {
        margin-bottom: 2rem;
        margin-top: 0rem;
    }
    .banner-bg2 h2 {
        top: 21%;
    }
    .about_details .who_content {
        width: 93%;
    }
    .about_why p {
        font-size: 15px;
    }
    .about_right_bottom {
        width: 90%;
        margin: 0 auto;
    }
    .who_button {
        margin-top: 4vw;
    }
    .who_content, .who_button a, .design_button a, .hp_service .btn, .why_content, .hp_service .slick-slide .desc p {
        font-size: 14px !important;
    }
    .row_design {
        padding-bottom: 0;
    }
    .hp_service .slick-slider .slick-prev {
      left: 0;
    }
    .hp_service .slick-slider .slick-next {
      right: 0;
    }
    .why_content2 p {
        font-size: 15px;
    }
    .hp_coverage .box .front-face span {
        font-size: 16px;
    }
    .license_group {
        justify-content: center;
    }
    .license {
        width: 30%;
        margin: 5vw;
    }
    .hp_license {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .who_right {
        margin-top: 0;
        padding-right: 0;
    }
    .who_left {
        padding-top: 1rem;
    }
    .hp_license .content h2 {
        font-size: 21px;
    }
    .hp_license .content {
        padding-bottom: 2rem;
    }
    .about_keyword, .about_license {
        margin: 3vw;
        margin-top: 1rem;
    }
    .ribbon {
        font-size: 5vw;
    }
    .ribbon::after {
        left: 0.25em;
    }
    .ribbon::before {
        width: 0.8em;
        left: -0.2em;
    }
    .design_smallTitle, .coverage_smallTitle, .review_smallTitle {
        font-size: 15px;
    }
    .about_design2 .coverage_title {
      margin-bottom: 2rem;
    }
    .about_design2 .about_why p {
        font-size: 16px;
    }
    .about_design2 .about_why {
      margin: 1.5rem 0rem;
    }
    .video_group > video {
        min-height: 370px !important;
        object-fit: cover;
    }
    .font-call {
        font-size: 13px;
    }
    .coverage_title {
        margin-bottom: 1rem;
    }
    .coverage_desc {
        margin-bottom: 2rem;
    }
    .hp_coverage .box .front-face span {
        font-size: 14px;
    }
    .who_left {
        padding: 1rem;
    }
    .hp_license .content h2 {
        font-size: 15px;
    }
    .about_why p {
        font-size: 13px;
    }
    .license_group {
        gap: 1rem;
    }
    .coverage_companyName, .design_companyName {
        padding: 10px 60px;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .hp_service .slider {
        margin-bottom: 2rem;
    }
    #main_index .index_wrapper_6 {
        padding: 4rem 0;
    }
    .pest_row {
        padding: 5px;
    }
    .hp_pest .wrapper span {
        height: 3rem;
    }
    .story_desc {
        width: 100%;
    }
    .hp_story .story_wrapper {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 25px 15px;
    }
    .story_row {
        margin-top: 2rem;
    }
    .story_box p {
        font-size: 14px;
    }
    .story_box p span {
        font-size: 13px;
    }
    #main_index .index_wrapper_9, #main_index .index_wrapper_11 {
        padding-bottom: 3rem;
    }
    .hp_gallery {
        padding-top: 3rem;
    }
    .hp_pest .wrapper{
        grid-gap: 3vw;
        grid-template-columns: 1fr 1fr;
    }
    /*.banner_button a {*/
    /*    padding: 7px 13px;*/
    /*    font-size: 13px !important;*/
    /*}*/
    .banner_button {
        margin-top: 0.5rem;
    }
    .coverage_desc2 {
        font-size: 19px;
    }
    .hp_pest .wrapper span {
        font-size: 13px;
    }
    .hp_pest .wrapper .box {
        padding: 5px;
    }
    .about_design2 .about_license h2 {
        width: 100%;font-size: 17px;
        line-height: 1.6;
    }
    .about_design2 .license {
        width: 30%;
        margin: 2vw;
        margin-bottom: 2rem;
    }
    .coverage_desc2 {
        width: 100%;
        font-size: 17px;
    }
    .hp_coverage .box .front-face span {
        font-size: 16px;
    }
    .hp_coverage .wrapper .box {
        margin-bottom: 1rem;
    }
    .coverage_desc {
        width: 100%;
    }
    
    .hp_license .coverage_top {
        width: 90%;
        margin: 0 auto;
    }
    .coverage_desc {
        margin-bottom: 1rem;
        font-size: 15px;
    }
    .why_point img {
        width: 45%;
    }
    .about_why p {
        font-size: 14px;
    }
    .hp_license .content h2 {
        font-size: 17px;
        margin-top: 2rem;
    }
    .container_design {
        padding-top: 1rem;
    }
    .hp_pest .wrapper .box span {
        font-size: 13px;
        height: 3rem;
    }
    #main_index .index_wrapper_11 {
        padding-bottom: 0;
    }
    .pest_title {
        font-size: 25px;
        margin-bottom: 0rem;
    }
    .who_right_img img {
        opacity: 1;
    }
    .who_inner_wrapper {
        background: #fff;
    }
    .why_point img {
        filter: brightness(0) invert(0);
    }
    .about_why p {
        color: #000;
    }
    .hp_license .content h2 {
        color: #1e5233;
    }
    .hp_license .content::before {
        display: none;
    }
    .btn_banner {
        padding: 8px;
        font-size: 28px;
    }
    .coverage_desc2 {
        font-size: 19px;
    }
    .coverage_midle1 {
        margin-bottom: 2rem;
    }
    .coverage_desc span {
        font-size: 12px;
        font-weight: unset;
    }
    .pest_title {
        font-size: 27px;
    }
    .hp_pest .coverage_desc {
        font-size: 17px;
    }
    .about_design2 .coverage_desc {
        width: 100%;
        font-size: 20px;
    }
    .about_design2 .coverage_desc span {
        font-size: 16px;
    }
    .about_design2 .about_license h2 span {
        margin-top: 0;
    }
    .hp_coverage .coverage_midle1 .wrapper {
        grid-template-columns: 1fr;
        width: 90%;
        margin: 0 auto;
    }
    .hp_coverage .box .front-face span {
        font-size: 18px;
        margin-top: 1rem;
    }
    .hp_coverage .box .front-face p {
        font-size: 14px;
    }
    .coverage_top2 .coverage_desc2, .galley_top .coverage_desc2 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .hp_coverage .coverage_bottom .box .front-face .icon2, .hp_coverage .coverage_midle2 .box .front-face .icon2 {
        padding: 0 7px;
    }
    .banner_small_title {
        font-size: 35px;
    }
    .banner_big_title {
        font-size: 35px;
        margin-bottom: 1rem;
        margin-top: 0;
    }
    .font-call {
        font-size: 17px;
        margin-bottom: 1rem;
    }
    .hp_license.hp_license_m .why_point {
        padding: 0 5px;
    }
}

#showproducts_3 .product_detail {
    margin-left: 11%;
}
#showproducts_3 .product_share {
    margin-left: 11%;
}
#showproducts_2 .productDetailImageFancy .one_img div img {

    height: auto;
}