*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body 
{
     font-family: "Poppins", sans-serif;
}

html
{
    scroll-behavior: smooth;
}

ul
{
    list-style: none;
}

a 
{
    text-decoration: none;
    color: #000000;
}

.blog-detail-para p a {
    color: #2c9f1c;
}
 .topbar {
      background: #2C9F1C; 
      color: #fff;
      padding: 6px 20px;
      display: flex;
      justify-content: right;
      align-items: center;
      font-size: 14px;
      padding-right: 185px;
      gap: 60px;
    }
    .topbar a {
      color: #fff;
      text-decoration: none;
      /* margin-left: 12px; */
      transition: color 0.3s;
    }
    .topbar a:hover {
      color: #000; /* hover effect */
    }
    .topbar .left i {
      margin-right: 6px;
    }
    .social-icons i {
      margin-left: 10px;
      background: #d7d7d77a;
      width: 22px;
      height: 22px;
      padding: 2px 6px;
      font-size: 12px;
      border-radius: 50%;
      line-height: 19px;
    }

    nav {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

header.sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background: #fff;
}

.menu-list ul {
    display: flex;
    gap: 35px;
    align-items: center;
    margin: 0 30px;
}

.menu-list {
    display: inline-flex;
}



section.bg-color-home {
    background: #003512;
    padding: 50px 0px; 
}   

.header-button {
    border: 2px solid #2C9F1C;
    padding: 6px 24px;
    border-radius: 23px;
}


.header-button i {
    color: #2C9F1C;
}


.banner-text h1 {
    font-weight: 600;
    color: #fff;
    padding-top: 15px;
}


.business-service p {
    margin: 0;
    background: #00BDD2;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
}

.banner-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.banner-btn a {
    background: #2C9F1C;
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 20px;
}


.banner-btn {
    display: flex;
    gap: 15px;
    align-items: center;
}


.banner-btn a:first-child {
    background: #2C9F1C;
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 20px;
}

.banner-btn a:last-child {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 20px;
    background: transparent;
}

.about-heading h2 {
    font-weight: 700;
    font-size: 36px;
}

.about-heading h3 {
    font-weight: 700;
    font-size: 2rem;
}
.about-text p {
    line-height: 2;
    text-align: justify;
}


.about-image img {
    width: 100%;
    height: 410px;
}

#counter .item p {
    margin: 0;
}


#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#counter .item{
  height: 100%;
  background: #E3FFE1;
  width: 100%;
  padding: 36px 40px;
  margin: 5px;
  text-align: center;
  border-radius: 20px;
  -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);

} 
#counter .item .count{
  color: #262626;
  margin-bottom: 5px;
  font-size: 72px;
}
#counter .item h3{
  color: #4f4e28;
  text-transform: capitalize;
}


.quickbook-desktop0heading h2 {
    text-align: center;
    font-weight: 700;
    padding-top: 16px;
}

.quickbook-desktop0heading h3 {
    text-align: center;
    font-weight: 700;
    padding-top: 16px;
    font-size: 2rem;
}

.quickbook-heading.text-center h2 {
    font-weight: 700;
    
}

.quickbook-heading.text-center h3 {
    font-weight: 700;
    font-size: 2rem;
}

.quickbook-heading.text-center p {
    font-weight: 500;
    padding: 0 60px;
}

.quic-card-text p {
    text-align: justify;
}

.card {
    position: relative;
    padding: 40px;
    height: 400px;
}

.card h5 {
    color: #2C9F1C;
    font-weight: 700;
}
.card h4 {
    color: #2C9F1C;
    font-weight: 700;
    font-size: 1.25rem;
}

.card p 
{
   padding-top: 8px;
   text-align: justify;
}

.service-heading h4 {
    font-size: 20px;
    color: #2C9F1C;
    font-weight: 600;
}

.service-text p 
{
    padding-top: 8px;
}

.service-card
{
        display: flex;
    align-items: center;
    gap: 10px;

}

.service-box {
    box-shadow: 0px 3px 6px #00000029;
    margin: 8px;
    padding: 15px;
        background: #fff;
}

.service-text a {
    color: #28a745;
    font-weight: 600;
}

.service-text i {
    color: #222;
}


.bring-shadow {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 12px;
    height: 100%;
}

.bring-heading-text h2
{
    font-weight: 700;
    padding-bottom: 16px;
}

.bring-heading-text h3
{
    font-weight: 700;
    padding-bottom: 16px;
    font-size: 2rem;
}

.bring-text.text-center h5:after {
    position: absolute;
    content: '';
    background: #28a745;
    height: 3px;
    width: 60%;
    left: 68px;
    bottom: -8px;
    border-radius: 22px;
}

.bring-text.text-center h4:after {
    position: absolute;
    content: '';
    background: #28a745;
    height: 3px;
    width: 60%;
    left: 68px;
    bottom: -8px;
    border-radius: 22px;
}

.bring-text h5 {
    position: relative;
    padding-top: 16px;
    font-weight: 600;
}

.bring-text h4 {
    position: relative;
    padding-top: 16px;
    font-weight: 600;
    font-size: 1.25rem;
}

.bring-text p {
    padding-top: 16px;
    margin: 0;
}



.quick-card {
    box-shadow: 0px 3px 12px #0000001F;
    padding: 30px;
    height: 100%;
	border-radius: 10px;
}

.quic-card-text h4 {
    color: #2C9F1C;
    font-weight: 600;
    font-size: 1.25rem;
}

.quic-card-text h5 {
    color: #2C9F1C;
    font-weight: 600;
}



.quick-book-bullets ul li {
    list-style: disc;
    line-height: 1.9;
    padding: 12px 12px;
}

.desktop-image {
    margin-left: 90px;
}

.quick-book-para h2 {
    font-weight: 700;
}

.quick-book-para h3 {
    font-weight: 700;
    font-size: 2rem;
}

.quick-book-para p {
    padding-right: 35px;
    text-align: justify;
    line-height: 2;
    padding-top: 16px;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    min-height: 240px;
    box-shadow: 0px 0px 10px #00000029;
    margin: 5px;
    border-radius: 20px;
}

.testimonial-text h6 {
    color: #19232D;
    font-weight: 600;
}

.testimonial-text p
{
    margin: 0;
}




.owl-theme .owl-dots .owl-dot span {
    background: #2c9f1c91;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #2c9f1c;
}



.accordion-item {
    box-shadow: 0px 0px 10px #00000029;
    margin-bottom: 10px;
    border-radius: 20px !important;
}

.bottom-border p {
    background: #2C9F1C;
    font-size: 18px;
    padding: 5px 0px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 400;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 20px;
    background: #fff;

}

.accordion-button:not(.collapsed){
    box-shadow:none;
}





.footer-text
{
    text-align: left;
    line-height: 32px;
}


.footer-text p {
    color: #fff;
    text-align: center;
}


footer.bg-color {background-color: #181918;}

.bottom-border {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.footer-service h4 {
    color: #fff;
    font-weight: 600;
    padding-top: 16px;
}

.copyright p {
    background: #2c9f1c;
    color: #fff;
    margin: 0;
}

/* .footer-service.mb-5 {
    margin: 0 80px;
} */

.testimonial-carousel .owl-nav {
    display: none !important;
}

.service-crowsel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav.disabled {
    display: flex;
    justify-content: space-between;
}

button.owl-prev span {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 40px;
    line-height: 1;
    border: 1px solid #0E7100;
    color: #2C9F1C;
    border-radius: 50%;
    position: absolute;
    right: 70px;
    top: -80px;
}


button.owl-next span
 {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 40px;
    line-height: 1;
    border: 1px solid #0E7100;
    color: #2C9F1C;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: 12px;
}

.owl-nav.disabled {
    position: absolute;
    top: -110px;
    right: 0;
}


.bg-color-service {
    background: #E3FFE1;
    padding: 20px;
}

.list-section {
  background-color: #e6ffe6;
  margin-top: 30px;
}
.list-section ul {
    background-color: #e6ffe6;
    margin-top: 30px;
}

.list-section ul  li {
    background-color: white;
    border-left: 5px solid green;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
}
.list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}



#accordionExample {
    margin-top: 30px;
}



.footer-service p
{
    margin: 0;
    color: #fff;
}



.footer-service a
{
    color: #fff;
}

.menu-list ul li ul.dropdown {
    position: absolute;
    background: #28a745;
    top: 100%;
    display: none;
    width: 340px;
    transition: 0.5s;
    margin-left: 0;
    padding: 16px 20px;
	z-index:99999;
}

.menu-list ul li:hover ul.dropdown {
    display: block;
}

.menu-list ul li ul.dropdown li a {
    color: #fff;
    /* padding: 45px 0px; */
    line-height: 45px;
}

.menu-list ul li ul.dropdown li a:hover {
    text-decoration: underline;
}


/* .banner-about.text-center {
    background: #2C9F1C;
    padding: 60px 0px;
}

.banner-about.text-center h1 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
}

.banner-about.text-center p {
    color: #fff;
    font-weight: 500;
} */

.explaining-heading h2
{
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
}

.explaining-heading h3
{
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
    font-size: 2rem;
}


.about-border
{
    height: 430px;
    box-shadow: 0px 0px 3px #0000001F;
}

.card.about-border-height {
    height: 285px;
}


.about-text h2 {
    font-weight: 700;
}



.banner-get
{
        background: #2C9F1C;
    padding: 60px 0px;

}

.banner-get p
{
    width: 50%;
    margin: 0 auto;
    color: #fff;
}

.banner-get h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}


.get-main {
    display: flex;
    /* align-items: center; */
    gap: 14px;
    margin-bottom: 30px;
}

.get-text h6 {
    margin: 0;
}

.icon-get i {
    background: #2c9f1c;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 1;
    padding: 17px;
    border-radius: 50%;
}

.get-text {
    padding-top: 6px;
}

.get-input input {
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 0 20px;
    box-shadow: 0px 0px 6px #00000029;
    border: none;
    border-radius: 5px;
}

.form-get-buttton a {
    background: #2C9F1C;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 15px;
}

.form-get-buttton {
    text-align: center;
}


.bg-color-form {
    background: #E3FFE1;
    padding: 30px;
}

.get-text p {
    margin: 0;
}

.get-input select {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 19px;
    border: none;
    color: gray;
}

.map-iamge img {
    width: 100%;
}

.quickbook-desktop0heading p {
    text-align: center;
    padding-top: 12px;
}

.improved-card-text h4
{
    color: #262626;
    font-weight: 600;
    position: relative;
    font-size: 1.25rem;
}

.improved-card-text h5
{
    color: #262626;
    font-weight: 600;
    position: relative;
}

.improved-card-text p
{
    padding-top: 40px;
}

.improved-card-text h4:after
{
position: absolute;
    content: '';
    background: #0E7100;
    bottom: -30px;
    width: 50%;
    height: 5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.improved-card-text h5:after
{
position: absolute;
    content: '';
    background: #0E7100;
    bottom: -30px;
    width: 50%;
    height: 5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.processor-shadow
{
	box-shadow: 0px 0px 10px #00000029;
    padding: 20px;
    border-radius: 12px;
}

section.bg-blog {
    background: #E3FFE1;
    padding: 50px;
}



.blog-card {
    box-shadow: 0px 0px 10px #00000024;
    padding: 13px;
    border-radius: 10px;
        background: #fff;
}


.flex-author {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.flex-author p {
    margin: 0;
}




.blog-image img {
    width: 100%;
}

.blog-content h4 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    padding-top: 16px;
}

.blog-content a {
    color: #2C9F1C;
    font-weight: 600;
}

.blog-content a i {
    color: #222;
}




    .search-container {
      border-radius: 13px;
      display: flex;
      align-items: center;
      width: 540px;
      height: 50px;
      position: relative;
      top: -90px;
      left: 33%;
    }

    .search-container input {
      border: none;
      outline: none;
      flex: 1;
      padding: 10px;
      font-size: 16px;
      border-radius: 30px;
	  width: 450px;
    }

    .search-icon {
      color: #2DA63C;
      font-size: 20px;
      margin-left: 15px;
    }

    .search-button {
      background-color: #2DA63C;
      color: white;
      border: 2px solid white;
      padding: 8px 20px;
      border-radius: 12px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s;
	  position:absolute;
	  right:0px;
    }

    .search-button:hover {
      background-color: #258b33;
    }
	
	.blog-detail-text p {
    color: #000000;
    margin:0;
    font-weight: 400;
    padding: 15px 0;
}

.blog-detail-image img {
    width: 100%;
}

.blog-detail-text h2 {
      padding-top: 15px;
    font-size: 45px;
    font-weight: 600;
}
	

.blog-detail-para p {
    color: #222;
    line-height: 32px;
    padding: 0;
}


.privacy-policy-text h2 {
    font-weight: 700;
}

.privacy-policy-text p {
    padding: 10px 0;
    line-height: 32px;
    text-align: justify;
	color: #000;
}

#popup_content_wrap {width: 100%;height: 100%;top: 0;left: 0;position: fixed;background: rgba(0, 0, 0, 0.74);z-index: 9999999;}
#popup_content {
      width: 70%;
      height: 370px;
      padding: 20px;
      position: relative;
      top: 25%;
      left: 16%;
      background: #fff;
      border-radius: 20px;
}

.popup-button a {
    background: #2C9F1C;
    padding: 10px 23px;
    color: #fff;
    border-radius: 10px;
}

.popup-text h2 {
    font-weight: 600;
}

.popup-main
{
	padding: 40px;
}


.improved-card-text a
{
	color: #28a745;
    font-weight: 600;
}


.box-shadow-processor {
    box-shadow: 0px 0px 10px #00000029;
    padding: 22px;
    border-radius: 15px;
}

.Processor-text h5 {
    font-weight: 600;
}

.Processor-text p {
    text-align: justify;
    line-height: 28px;
	    padding-right: 32px;
}

.Processor-text ul li {
    list-style: disc;
    line-height: 28px;
}

.blog-detail-text h2 {
    font-weight: 700;
    font-size: 38px;
}

.blog-detail-text p {
    /* font-weight: 600; */
}

.form-group {}

.blog-form .form-group input {
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 0 20px;
    box-shadow: 0px 0px 6px #00000029;
    border: none;
    border-radius: 5px;
}

.blog-form {background: #E3FFE1;padding: 30px;}

.blog-form .form-group textarea {
    width: 100%;
    outline: none;
    border: none;
}


.blog-form-button a {
    background: #2C9F1C;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 15px;
}

.recent-box-bg.mt-3 {
    background: #e3ffe1;
    padding: 30px;
}

.recent-heading h6 {
    font-weight: 600;
    font-size: 22px;
}


.recent-details {
    background: #fff;
    padding: 15px 8px;
}

.recent-details p {
    font-weight: 600;
    margin: 0;
}

.recent-details a {
    color: #2c9f1c;
    font-weight: 600;
}


.recent-details {
       background: #fff;
    padding: 15px 8px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 5px;
}

.recent-details p {
    font-weight: 600;
    margin: 0;
}

.recent-details a {
    color: #2c9f1c;
    font-weight: 600;
    padding-top: 5px;
    display: block;
}

.category-list p {
    background: #fff;
    padding: 8px 9px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 5px;
}

.author-bg {
    background: #E3FFE1;
    display: flex;
    gap: 20px;
    padding: 15px;
}

.author-text h2 {
    font-weight: 700;
    font-size: 32px;
}


.blog-detail-text h5 {
    font-weight: 700;
}

.blog-detail-para ul li {
    list-style: disc;
}

.popup-text span {
    color: #2c9f1c;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    font-size: 20px;
}

.search-container-blog
{
    background-color: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 6px 1px;
    width: 400px;
    height: 45px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
	position: relative;
}

.search-container-blog input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
}


  .search-container-blog .search-button {
      background-color: #2DA63C;
      color: white;
      border: 2px solid white;
      padding: 9px 25px;
      border-radius: 15px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s;
	  
    }


    .menu-list ul li {
    position: relative;
}

.text-error h2 {
    font-weight: 700;
}

.text-error p {
    color: #6E6E6E;
}

.text-error a {
    border: 1px solid #000000;
    padding: 6px 25px;
    border-radius: 15px;
    color: #2C9F1C;
    font-weight: 600;
}

.get-input textarea {
    padding: 20px;
    width: 100%;
	border:0px;
}

.banner-content {
    background: #28a745;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

.banner-content h1 {
    font-weight: 700;
    font-size: 42px;
        width: 50%;
    margin: 0 auto;
}

nav.breadcrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
}

nav.breadcrumb a,span {
    font-weight: 600;
    color: #fff;
}


.blog-detail-text span {
    color: #2c9f1c;
    padding-bottom: 10px;
    display: inline-block;
}

.author-detail p {
    color: #636161;
    font-weight: 400;
}

.author-detail span {
    color: #231C25;
}

.author-detail h5 {
    font-weight: 700;
}

button.close { 
 position: absolute;
    right: 16px;
    padding: 0px 12px;
     background: #2c9f1c;
    color: #fff;
    border: none;
    font-size: 27px;
    border-radius: 4px;
}

.table-box-bg.mt-3 {
    padding: 30px;
    background: #f7f7f7;
    height: auto;
    position: sticky;
    top: 0px;
}

.left {
    position: relative;
}

.left:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #ffffff;
    right: -35px;
    top: -1px;
}

.social-icons i:hover {
    background: #28a745;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../../assets/images/sub.png');
    position: absolute;
    right: 15px;
}

.accordion-button::after
{
     background-image: url('../../assets/images/add.png');
    position: absolute;
    right: 15px;

}

.accordion-button:focus
{
    box-shadow: none;
}

.services-carousel .owl-dots {display:none;}

.quick-book-bullets.pt-3 ol li {
    line-height: 1.9;
    padding: 12px 0px;
}


.eror-list p {
    background: #e3ffe1;
    padding: 20px 0px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.quickbook-headings h3 {
    padding-bottom: 30px;
    font-weight: 700;
        font-size: 36px;
}


.heading-choose h3 {
    font-weight: 700;
    font-size: 36px;
}

.choose-detail p {
    margin: 0;
    line-height: 26px;
}


.choose-card.mt-5 {
    display: flex;
    gap: 20px;
}

.choose-subheading h4 {
    color: #00254A;
    font-size: 20px;
    font-weight: 600;
}

.choose-subheading p {
    width: 80%;
}

.heading-help h3 {
    font-size: 36px;
    font-weight: 700;
}

.heading-help p {
    width: 48%;
    margin: 0 auto;
}

.agency-box {
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
}

.agency-image img {
    width: 100%;
}

.agency-detail {
    padding: 20px;
}

.agency-detail h4 {
    font-size: 20px;
    font-weight: 600;
}

.agency-detail a {
    color: #2C9F1C;
    font-weight: 600;
    position: relative;
}

.agency-detail a::after {
    content: "\00BB"; 
    color: #000000;
    font-size: 32px;
    top: -13px;
    right: -20px;
    position: absolute;
        font-weight: 400;
}



.heading-expert h3 {
    font-size: 36px;
    font-weight: 700;
}


.booking-card {
    box-shadow: 0px 0px 20px #00000029;
    padding: 40px;
        height: 100%;
}

.booking-icon h4 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
        line-height: 28px;
}


.explore {
    position: relative;
        top: 35px;
}

.explore a:after {
        content: "\00BB";
        color: #000000;
        font-size: 32px;
        top: -11px;
        right: 60px;
        position: absolute;
        font-weight: 400;
}

.explore a {
    color: #2C9F1C;
    font-size: 18px;
    font-weight: 600;
}

.blog-heading h3 {
    font-size: 36px;
    font-weight: 700;
        padding-bottom: 20px;
}

.connect p {
    background: #2C9F1C;
    padding: 20px 0;
    border-radius: 36px;
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.connect {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.accordion-header h5 {
    color: #262626;
    font-weight: 600;
}
