html,
body {
     margin: 0;
     padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-style: normal;
    font-family: 'PoppinsRegular';
     font-size: 18px;
    color: #2B2B2B;
}

.nopadding {
    padding: 0;
}
a{
    text-decoration: none;;
}
ul{
    padding-left: 0;
}
ul li{
    list-style: none;
    margin:0 5px;
}

p{
    margin-bottom: 20px;
}


.img-center{
    margin: 0 auto;
    display: table;
}
.regular16{
       font-family: 'PoppinsRegular';
       font-size: 16px;
}
.semibold16{
      font-family: 'PoppinsSemiBold';
      font-size: 16px;
}
.titleWrap{}

.main-title{
    color: #2B2B2B;
    font-family: 'PoppinsExtraBold';
    font-size: clamp(22px, 2.5vw, 42px);
}

.bluefontColor span {
    color: #0061AF;
}
.swiper-pagination-bullet{
     background: #12824cd9;
    width: 15px;
    height: 15px;
    margin: 0 12px !important;
}
.swiper-pagination-bullet-active{
    background: #12824C;
}
.leaf_bgimg{
  background-image: url('../images/top-leaf-bg.webp'), url('../images/bottom-leaf-bg.webp');
  background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
}

 .centerSlide {
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 10px;
    transition: transform 0.3s ease;
     transform: scale(0.9) !important;
  }

  /* Make the active (center) slide larger */
  .swiper-slide-active {
    transform: scale(1) !important;
    z-index: 2;
  }

  .productSwiper .swiper-button-next{
    right: 35%;
  }
   .productSwiper .swiper-button-prev{
    left: 35%;
  }
    .productSwiper .swiper-button-next, .productSwiper .swiper-button-prev{
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  .sectionnav .swiper-button-next:after, .sectionnav .swiper-button-prev:after{
    font-size: 30px;
    color: #00ac4e;
    font-weight: 600;
  }
  .hadingColor{
    color: #0061AF;
  }
  /* .bottomleafimg{
    background-image: url('../images/top-leaf-bg.webp');
    background-size: 100%;
    background-position: bottom bottom 0;
    position: relative;
    z-index: 9;
  } */
 #singleacc ul{
  padding-left: 15px;
 }
  #singleacc ul li{
    list-style: disc;
  }
     #singleacc h2{
    font-size: 1.3rem;
        font-weight: bold;
  }
   #singleacc h3{
    font-size: 1.2rem;
        font-weight: bold;
  }
  #singleacc a{
    color: rgb(0 172 78);
  }
  #singleacc h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
  #singleacc h5 {
    font-size: 1rem;
    font-weight: bold;
}
.blog-card-cnt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    block-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
        margin-top: 15px;
}
.blog-title {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-size: 1.5rem;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0px;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.successMessage{
color:fff; 
width:100%; 
border: 2px solid green; 
padding: 3px 20px;
display: block;
}
 
.errorMessage{
color:#fff; 
width:100%;  
border: 2px solid #b00000; 
padding: 3px 20px;
display: block;  
}

/*------new-css----*/
.home-slider-1{
  /* -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9); */
}
/*------new-css----*/