*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;
overflow-x: hidden;

}

a
{
    text-decoration: none;
	color:#048222;
}

html{
scroll-behavior: smooth;
}


p{
    color: #717171;   
}



header {padding: 8px 10px;position: relative;width: 100%;top: 0px;left: 0;z-index: 100;background: #fff;box-shadow: 0px 7px 20px #00000029;}

.header-container {display: flex;justify-content: space-between;align-items: center;margin: 0 auto;}


header.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.right-menu {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}


.right-menu ul {
display: flex;
list-style: none;
padding: 0;
margin: 0;
}



.right-menu a {text-decoration: none;padding: 15px 20px;font-size: 16px;color: #161616;font-weight: 400;position: relative;}



.right-menu a:hover {
    color: #048222;
}




.header-button {background: #048222;padding: 10px 0px;border-radius: 15px;}


.header-button a {
    color: #fff;
    font-weight: 500;
}


.header-button a:hover {
    color: #fff;
}



.toggle-btn {
display: none;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 30px;
width: 30px;
cursor: pointer;
}


.toggle-btn .bar {
width: 25px;
height: 4px;
background-color: #fff;
border-radius: 3px;
}

.mobile-logo
{
display:none;
}

.close-btn
{
display:none;
}

.right-menu ul li ul.dropdown {
  position: absolute;
  top: 40px;
  left: 15px;
  width: 300px;
  background-color: #048222;
  display: none;
  padding: 0;
  margin: 0;
  z-index: 9999;
}



.right-menu ul li ul.dropdown li a:hover {
    color: #fff;
}


.right-menu ul li ul.dropdown li a {
    color: #fff;
}


li.dropdown {
  position: relative;
}

li.dropdown > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  position: relative;
  color: #000000;
  font-size: 18px;
  margin-left: 6px;
  vertical-align: middle;
}

.right-menu ul li.active > ul.dropdown {
display: block;
}



.right-menu ul li {
  position: relative;
}

.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover {
  display: block;
}


.right-menu ul li.dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
}


.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
  display: block;
}


.right-menu ul li ul.dropdown,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list {
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
}



.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover,
.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
  opacity: 1;
  visibility: visible;
}

.right-menu ul li ul.dropdown li a {
    line-height: 32px;
}



/*section.bg-banner {*/
/*    background: #161616;*/
/*}*/


section.bg-banner_home {
    background: #161616;
    position: relative;
    background-image: url(../../assets/image/qb-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
}





.about-txt h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}

.about-txt p {
    color: #161616;
    line-height: 32px;
}


.about-txt {
    margin-left: -50px;
}


.bg-service {
    background: #E2FEE8;
    padding: 30px;
}

.service-heading h3 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 25px;
}

.tech-txt h3 {
    font-size: 36px;
    font-weight: 700;
}

.tech-txt p {
    line-height: 34px;
}


.service-card {
    background: #fff;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
    min-height:480px;
}

.service-txt p {
    padding: 10px 0;
}


.service-txt h4 {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

footer.bg-image {
    position: relative;
    z-index: 999;
    background:#161616;
    padding: 30px;
}

.flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.flex-footer:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #828282;
    bottom: 0;
    width: 66%;
    left: 202px;
}

.footer-logo {
    margin: 0px;
    padding: 0px;
}

.footer-logo img {
    margin-left: -18px;
}

.social-links-footer ul {
    display: inline-flex;
    gap: 15px;
    margin: 0px;
    padding: 0px;
}

.social-links-footer ul li {
    list-style: none;
}

.social-links-footer ul li a {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    background: rgb(209, 209, 209);
    padding: 2px 5px;
}

.servie-list h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
}

.servie-list ul {
    padding: 0px;
}

.servie-list ul li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 32px;
    position: relative;
}

.servie-list ul li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #048222;
    left: -20px;
    font-size: 16px;
}


.servie-list ul li {
    list-style: none;
}

.servie-list p {
    color: #fff;
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
    font-size: 14px;
}

.servie-list i {
    padding: 3px 8px 0px 0px;
}


.servie-list a {
    color: #fff;
}

.disclaimer-txt p {
    color: rgb(255, 255, 255);
    line-height: 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 8px 0px;
}



.footer-copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.footer-copyright p {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.privacy-policy {
    display: inline-flex;
    position: relative;
    gap: 10px;
}



.privacy-policy ul {
    display: flex;
    gap: 15px;
}

.privacy-policy ul li {
    list-style: none;
}

.footer-copyright p {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.privacy-policy a {
    color: rgb(255, 255, 255);
}

.box-hurdles p {
    margin: 0;
        color: #161616;
}

.box-hurdles {
    background: #fff;
    box-shadow: 0px 3px 10px #00000029;
    padding: 25px;
    border-radius: 15px;
	height: auto;
    margin: 5px;
}

.box-hurdles p a {
    color: #000000;
}

.tech-hurdles h3 {
    font-weight: 700;
    font-size: 36px;
}

.hurdels-txt p {
    color: #161616;
    line-height: 34px;
}

.txtt p {
    color: #161616;
    line-height: 32px;
}

.testimonial-bg {
    background-image: url('../../assets/image/testimonial-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.textimonial-box {
    /* text-align: center; */
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 20px #0482222E;
    border-radius: 15px;
}

.testimonial-image p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #17212D;
        padding-bottom: 20px;
}

.testimonial-card-txt p {
    color: #595A5A;
    line-height: 28px;
}


.testimonial-txt h3 {
    font-size: 36px;
    font-weight: 700;
    width: 35%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    position: absolute;
    right: 20px;
    color: #048222;
    font-size: 24px;
    border: 2px solid #048222;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: #ffffff1f;
}

.accordion-button::after {
    background-image: none;
    content: '+';
    position: absolute;
    right: 20px;
    color: #048222;
    font-size: 24px;
    border: 2px solid #048222;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
}


.accordion singleblog-faq {
    background: #fff;
    box-shadow: 0px 0px 20px #000;
    padding: 17px;
}



.w-lg-50.mx-auto.mb-5 {
    box-shadow: 0px 0px 15px #00000029;
    padding: 30px;
    border-radius: 30px;
}

.faq-heading h3 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 35px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-header button {
    border-radius: 20px !important;
    background: none !important;
}

.bg-city {
    position: relative;
    z-index: 9;
}

/* .bg-city:after {
    position: absolute;
    content: '';
    background: url('../../assets/image/footer-shadow.png');
    height: 100%;
    width: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center;
} */

.servie-list ul li a:hover {
    color: #048222;
}

.chat-txt {
    text-align: center;
}

.chat-txt h3 {
    font-size: 36px;
    font-weight: 700;
}

.chat-txt p {
    color: #161616;
    line-height: 28px;
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
}

support-section {
    display: flex;
    height: 100vh;
    width: 100%;
}

.image-side {
    width: 50%;
    height: 100%;
}

.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-side {
    width: 50%;
    position: relative;
    margin: 0 auto;
    float: right;
}

.overlay {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0px; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: #161616; */
    /* opacity: 0.7; */
}
.content-wrapper {
    position: relative;
    color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    z-index: 2;
}

.info-box {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    line-height: 1.5;
}

.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    font-size: 20px;
}

.support-section {
    position: relative;
    background: url('../../assets/image/chat-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center;
}

.info-box p {
    color: #fff;
    font-weight: 300;
}

.banner-service {
    text-align: center;
    padding: 50px 0;
    color: #fff;
    background: transparent linear-gradient(110deg, #048222 0%, #024111 100%) 0% 0% no-repeat padding-box;
}

.banner-service h1 {
    font-size: 42px;
    font-weight: 600;
}

.service-image img {
    width: 100%;
}

nav.breadcrumb-nav {
    display: flex;
    justify-content: center;
}

nav.breadcrumb-nav ol {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 0;
}

nav.breadcrumb-nav ol li {
    list-style: none;
    color: #fff;
}

nav.breadcrumb-nav ol li a {
    color: #fff;
}

.social-links-footer ul li a:hover {
    background: #048222;
    color: #fff;
}

.privacy-policy a:hover {
    color: #048222;
}


.about-para {
    text-align: center;
}

.about-para h2 {
    font-size: 36px;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.about-para p {
    color: #161616;
    line-height: 32px;
}


.harvesting-txt h3 {
    font-size: 36px;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 25px;
}

.harvesting-txt {
    text-align: center;
}

.harvesting-txt p {
    color: #161616;
    line-height: 32px;
}


.quick-support h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.support-icon {
    text-align: center;
}

.quicksupport-box {
    box-shadow: 0px 0px 10px #00000029;
    padding: 15px;
    border-radius: 15px;
    margin-top: 30px;
    height: 300px;
}

.support-icon h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
}

.support-icon p {
    color: #161616;
    padding-top: 10px;
}

.contact-text h2 {
    font-size: 36px;
    font-weight: 700;
}

.contact-text p {
    color: #414141;
    width: 70%;
    line-height: 28px;
}

.get-main {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.icon-get i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 1;
    padding: 17px;
    border-radius: 50%;
    background: #048222;
}

.gets-text p {
    margin: 0;
    color: #161616;

}

.contact-form {
    background: #E2FEE8;
    padding: 30px;
    border-radius: 20px;
}


.contact-form .field input {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 20px;
    border: none;
    outline: none;
    border-radius: 15px;
}

.contact-form .field textarea {
    width: 100%;
    height: 113px;
    margin-bottom: 16px;
    padding: 15px 20px;
    border: none;
    outline: none;
    border-radius: 15px;
}

.contact-form .field-button input {
    background: #048222;
    padding: 8px 50px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
}

.field label {
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 400;
}

.field-button {
    text-align: center;
}

.gets-text a {
    color: #161616;
}

.gets-text a:hover {
    color: #048222;
}

.tech-hurdless h2{
    font-weight: 700;
    font-size: 36px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.tech-hurdless p {
    padding-top: 20px;
    text-align: center;
    line-height: 32px;
    color: #161616;
}

.payroll-txt p {
    color: #161616;
    line-height: 32px;
}

.payroll-txt a {
    background: #048222;
    padding: 16px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
}

.leverage-box {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
    min-height: 320px;
}

.leverage-box:hover {
    background: #048222;
    color: #fff;
}

.leverage-box:hover p {
    color: #fff;
}

.leverage-box h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}


.leverage-txt h2 {
    font-size: 36px;
    font-weight: 700;
}

.leverage-txt p {
    color: #222;
}

.leverage-button a {
    background: #048222;
    color: #fff;
    padding: 13px 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px;
}

.leverage-button {
    margin-top: 45px;
    text-align: center;
}


.tech-image img {
        border-radius: 20px;
}

.booking-txt h3{
    font-size: 36px;
    font-weight: 700;
}


.booking-txt p {
  color: #161616;
  line-height: 32px;
}

.booking-txt {
    margin-top: 60px;
}

.tech-image {
    margin-top: 60px;
}


.professional-txt h3 {
    font-size: 36px;
    font-weight: 700;
}

.professional-txt p {
    color: #161616;
    padding-top: 10px;
    line-height: 30px;
}

.pr-70
{
    padding-right: 70px;
}

.pl-90
{
    padding-left: 90px;

}




bg-banner {
    position: relative;
    padding: 80px 0;
    background: #000;
    overflow: hidden;
}



/* Ensure content stays above background */
.bg-banner .container, 
.banner-txt, 
.right-banner {
    position: relative;
    z-index: 2;
}

/* Left Text Styling */
.banner-txt span {
    color: #fff;
    font-size: 22px;
}

.banner-txt h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.banner-txt p {
    color: #ccc;
    margin-top: 15px;
    max-width: 90%;
}

/* Buttons */
.banner-button {
    margin-top: 30px;
}

.btn-meeting {
    background: #048222;
    padding: 12px 26px;
    color: #fff;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-block;
}

.btn-chat {
    background: #fff;
    padding: 12px 26px;
    color: #333;
    border-radius: 30px;
    display: inline-block;
}






.box-blog {
    background: #fff;
    box-shadow: 0px 0px 12px #0040A133;
    padding: 10px;
    border-radius: 12px;
    margin: 10px;
    /* min-height: 500px; */
}

.blog-image img {
    width: 100%;
}

.blog-admin {
    display: flex;
    gap: 6px;
    padding-top: 10px;
}

.blog-admin p {
    color: #161616;
    font-size: 14px;
}

.blog-card-txt h4 {
    font-weight: 600;
    font-size: 20px;
    /* width: 70%; */
}

.search-container-blog {
       border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 6px 20px;
    box-shadow: 0px 0px 12px #0040A133;
    margin-bottom: 18px;
}

.search-container-blog input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
    width: 100%;
}

.search-container-blog .search-button {
    border: 2px solid white;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #fff;
    padding: 6px 15px;
    position: relative;
    right: 0px;
    text-transform: uppercase;
    background: #048222;
    display: flex;
    align-items: center;
}

.search-container-blog .search-button i {
    padding-right: 10px;
    font-size: 18px;
}


.recent-box-bg.position-sticky {
    position: sticky;
    top: 0;
}

.recent-heading h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.main-flex-blog {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 5px;
    /* box-shadow: 0px 0px 10px #00000029; */
    border-radius: 10px;
}

.blog-recent-txt p {
     margin: 0;
    color: #231C25;
    font-weight: 600;
    font-size: 18px;
    /* width: 95%; */
}

.blog-recent-txt a {
    color: #0063c6;
    position: relative;
    font-weight: 500;
}

.recent-detail-txt img {
    width: 100%;
}


.blog-recent-txt p:nth-child(2) {
    color: #048222;
    font-weight: 400;
    font-size: 14px;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #048222;
    margin-left: -255px;
}
#counter .item {
    height: 100%;
    /* background: #E3FFE1; */
    /* width: 100%; */
    padding: 40px 20px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
}

#counter .item .count {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item p {
    margin: 0;
    color: #fff;
}

.finacial-bg {
    background-image: url(../../assets/image/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
    position: relative;
    z-index: 9;
    background-position: center;

}

.finacial-heading h3 {
    font-size: 36px;
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
        line-height: 48px;
}

.finacial-bg:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background: transparent radial-gradient(closest-side at 50% 50%, #00252C66 0%, #00252CD6 100%) 0% 0% no-repeat padding-box;
    left: 0;
    z-index: -1;
}


.finacial-button {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    /* background: var(--unnamed-color-d8f7ff) 0% 0% no-repeat padding-box; */
    background: #d8f7ff2b 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 59px;
    opacity: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
     margin-top: 50px;
}

.finacial-button i {
    color: #fff;
    font-size: 22px;
    border: 2px solid #e2fee8;
    border-radius: 50%;
    /* padding: 5px 11px; */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finacial-button p {
    margin: 0;
}

.finacial-button p {
    color: #fff;
    font-size: 18px;
}

.request-btn {
    text-align: center;
    margin-top: 45px;
}

.request-btn a {
    color: #fff;
    background: #048222;
    padding: 12px 45px;
    font-weight: 500;
    border-radius: 20px;
}


.overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 51%;
    background: #161616c7;
    top: 0px;
    left: 49%;
}


.info-box i {
    color: #fff;
    font-size: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.about-image img {
    width: 536px;
}

.servie-list h4:before {
    position: absolute;
    content: '';
    background: #048222;
    height: 2px;
    width: 50px;
    bottom: -10px;
}

.disclaimer-txt {
    text-align: center;
    padding-top: 30px;
}

.disclaimer-txt h4 {
    color: #fff;
    font-size: 22px;
    position: relative;
    font-weight: 600;
}

.disclaimer-txt h4:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    border: 1px solid #828282;
    width: 44%;
}

.disclaimer-txt h4:after {
    position: absolute;
    content: '';
    top: 12px;
    right: 0;
    border: 1px solid #828282;
    width: 44%;
}

.bg-copyright {
    background: #363636;
}

.quckbook-sidebar h2 {
   font-size: 29px;
    font-weight: 700;
    line-height: 42px;
    padding: 15px 0;
}

.blog-card-txt a {
    border: 1px solid #161616;
    padding: 7px 30px;
    border-radius: 20px;
    color: #161616;
    display: inline-block;
}

.quckbook-sidebar img {
    box-shadow: 0px 0px 12px #00000029;
    width: 100%;
    border: 8px solid #D8F7FF;
}

.blog-sidebar ul li {
    list-style: none;
    line-height: 34px;
    position: relative;
}


.blog-sidebar ul li:before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #048222;
    left: -20px;
    font-size: 22px;
}

.blog-sidebar p {
    color: #161616;
    line-height: 34px;
}

.blog-sidebar h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px;
}

.book-logo {
    text-align: center;
}

.book-logo ul li {text-align: left;line-height: 32px;}


.manage-border {
    border: 1px solid #222;
    padding: 30px;
}

.book-logo h4 {
    padding-top: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}


.button-manage {
    display: grid;
}

.button-manage a {
    background: #048222;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

a.btn-manage {
    background: none;
    color: #222;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    border: 1px solid #048222;
    margin-top: 10px;
}

a.btn-manage:hover {
    background: #048222;
    color: #fff;
    border: none;
}

.author-bg {
    background: #fff;
    display: flex;
    gap: 20px;
    padding: 15px;
    box-shadow: 0px 0px 10px #00000029;
}

.author-detail h5 {
    font-weight: 700;
}

.author-detail span {
    font-weight: 500;
}

.author-detail p {
    color: #595A5A;
    padding-top: 10px;
}

.flex-author {
    display: flex;
    justify-content: space-between;
}

.flex-author ul {
    display: inline-flex;
    gap: 15px;
}

.flex-author ul li {
    list-style: none;
}

.flex-author ul li a {
    background: #000;
    width: 36px;
    height: 35px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-txt h3 {
    font-size: 32px;
    font-weight: 700;
}


.author-txt p {
    color: #161616;
}


.flex-user {display: grid; grid-template-columns: repeat(2, auto); gap: 25px; justify-content: space-between;background: #76ff9614;padding: 20px;}

.ratingbook i {
    color: #048222;
}

.ratingbook p {
    color: #222;
}

.service-txt a {
    color: #222;
}

.service-txt a:hover{
    color: #048222;
}

.blog-card-txt a:hover {
    background: #048222;
    color: #fff;
    border: none;
}

.blog-recent-txt a {
    color: #222;
    font-weight: 600;
}

.finacial-button p a {
    color: #ffffff;
}

.box-hurdles:hover {
    background: #048222;
    color: #fff;
}

.box-hurdles:hover a {
    color: #fff;
}

.txt-table h3 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
}

 table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 45px;
}

  /*table th {*/
  /*  background: #def6d9;*/
  /*  color: #117c32;*/
  /*  font-weight: 700;*/
  /*  font-size: 22px;*/
  /*   padding: 10px 0px;*/
  /*  border: 1px solid #8ac57c;*/
  /*  text-align: center;*/
  /*}*/
  
  
   tbody th {
    border-left: 1px solid #8ac57c;
    border-right: 1px solid #8ac57c;
    border-bottom: 1px solid #8ac57c;
    border-top: 1px solid #8ac57c;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.4;

  }
  
  
  tbody td {
    border-left: 1px solid #8ac57c;
    border-right: 1px solid #8ac57c;
    border-bottom: 1px solid #8ac57c;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.4;

  }
  
  
  
  
  
  /* tbody tr:last-child td {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  } */


  tbody td i {
    font-size: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
}


.award-txt {
    background: #F1F1F1;
    padding: 20px;
    margin-top: 20px;
}

.award-txt p {
   width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #048222;
    font-weight: 600;
    font-size: 19px;
}

.award-txt span {
    font-weight: 600;
}

.data-migratuon {
    text-align: center;
    background: #048222;
    color: #fff;
    padding: 15px;
    margin-top: 20px;
}

.data-migratuon p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.form-blog-bg {
    background: #F1F1F1;
    padding: 5px;
    text-align: center;
}

.form-blog-bg .field input {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    outline: none;
    border: 1px solid #E2E2E2;
    padding: 0px 20px;
    color: #222;
}

.form-blog-bg .field textarea {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #E2E2E2;
        padding: 10px 20px;
}

.form-blog-bg .field select {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    outline: none;
    border: 1px solid #E2E2E2;
    color: #747474;
     padding: 0px 20px
}

.field-button input {
    width: 100%;
    background: #161616;
    color: #048222;
    border: none;
    outline: none;
    padding: 10px 0px;
    font-size: 22px;
    font-weight: 600;
}

.form-blog-bg h4 {
    background: #000;
    color: #fff;
    font-size: 22px;
    padding: 15px 0;
    font-weight: 600;
    width: 100%;
}

.check {
    display: flex;
    align-items: flex-start;
    padding: 0 5px;
    margin-bottom: 35px;
}

.check label {
    text-align: left;
    color: #161616;
}

input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px;
    margin-top: 6px;
}

.field {
  display: flex;
  align-items: center;
  gap: 10px;
}

select, input {
  padding: 8px;
  font-size: 16px;
}

.field p {
    color: #161616;
    text-align: left;
    padding: 0 5px;
}


.booking-txt.table-txt h3 {
    text-align: center;
    font-size: 36px;
}

table tbody tr:first-child td {
    background: #def6d9;
    color: #117c32;
    font-weight: 600;
    font-size: 24px;
    padding: 5px 16px;
    border: 1px solid #8ac57c;
    text-align: center;
}


.fixfooter {
    text-align: center;
    color: #fff;
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: #048222;
    font-size: 22px;
    box-shadow: 0 0 10px #0000006b;
    z-index: 9999;
}

.fixfooter a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: .3s 
ease;
}


.banner-Curious {
    text-align: center;
    padding: 50px 0;
    color: #fff;
    background: transparent linear-gradient(110deg, #048222 0%, #024111 100%) 0% 0% no-repeat padding-box;
}

.banner-Curious h1 {
    font-size: 42px;
    font-weight: 600;
}

.banner-Curious p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
        line-height: 28px;
}

.btn-curious {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.btn-curious a {
    background: #fff;
    color: #048222;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 10px;
    font-size: 18px;
}


.curious-choose h2 {
    font-size: 36px;
    font-weight: 700;
}

.curious-choose p {
    color: #161616;
    line-height: 32px;
}

.choose_curious img {
    width: 100%;
}


.txt-ebetter h3 {
    font-size: 36px;
    font-weight: 600;
    padding-top: 40px;
}

.txt-ebetter p {
    color: #161616;
    line-height: 28px;
}

.what-we-txt h3 {
    font-size: 36px;
    font-weight: 600;
}

.what-we-txt p {
    color: #3B4053;
    width: 50%;
    margin: 0 auto;
}


.card-curious {
    box-shadow: 0px 0px 11px #00000029;
    padding: 20px;
    height: 100%;
    border-radius: 30px;
    margin-top: 40px;
}

.booking_service_icon h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
}

.booking_service_icon p {
    color: #3B4053;
}


.bg-finacel-service {
background: url(../image/finacial-service.png);
    position: relative;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9; 
}


.bg-finacel-service::before {
    position: absolute;
    content: '';
    background: #00000063;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.finacial-service-txt h3 {
    font-size: 36px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
        padding-bottom: 30px;
        color:#fff;
}

.finacial-service-txt a {
    background: #048222;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}


.boxshadow-local {
    box-shadow: 0px 0px 10px #00000029;
    padding: 30px;
    border-radius: 15px;
}

.booking-local-card a {
    color: #222;
    font-weight: 500;
    line-height: 36px;
}

.local-booking-txt h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.harvesting-heading h3 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 15px;
}

.harvesting-heading p {
    color: #161616;
    line-height: 30px;
}

.harvesting-heading h4 {
    font-weight: 500;
    padding-top: 10px;
}

.harvesting-heading ul li {
    list-style: none;
    line-height: 32px;
    position: relative;
}

.harvesting-heading ul li::before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #000;
    left: -20px;
    font-size: 22px;
}








#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: auto;
      padding: 20px;
      position: relative;
      top: 15%;
      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;
}


button.close {
    position: absolute;
    right: 16px;
    padding: 0px 12px;
    background: #2c9f1c;
    color: #fff;
    border: none;
    font-size: 27px;
    border-radius: 4px;
}



.popup-text span {
    color: #2c9f1c;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    font-size: 20px;
}


.popup-text p {
    color: #222;
}


