.accounting-single-page .space{
    height: 50px;
}
.accounting-single-page .hero-section{
    background-color: transparent;
    background-image: radial-gradient(at top center, #39AAE1F5 -150%, #1E2434 49%);   
    display:flex;
    min-height: 500px;
}

.accounting-single-page .single-container{
  display: flex;
  max-width: min(100%,1140px);
  margin: auto auto;
    width: 100%;
    padding: 50px 0;
  
}
.accounting-single-page .hero-title{
    justify-content: center;
  display: flex;
  flex-direction: row;
  padding: 10px;
}
.hero-title-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;  
}
@media (min-width: 768px) {
.hero-title {
    width: 60%;
}
.hero-form {
    width: 40%;
    padding: 10px;
}
}

@media (max-width: 839px) {
 .hero-title {
    width: 100%;
}
.hero-form {
    width: 100%;
}
.accounting-single-page .hero-inner.single-container{
flex-direction: column;
gap:25px;
}
.hero-title-inner{
    gap:7px;
}
}


.accounting-single-page .hero-title .title1{
   color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Philosopher", Sans-serif;
font-size: 55px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 71.5px */
}
.accounting-single-page .hero-title .short1{
    color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}
.accounting-single-page .hero-title .title2{
    color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Philosopher", Sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 39px */
}
.accounting-single-page .hero-title .short2{
    color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.accounting-single-page .section-title .title-tax{
    color: #1E1E2D;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 41.6px */
align-self: center;
}

.accounting-single-page .section-title .title-subtax{
color: var(--Primary-Black, #333);
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
margin-top: 10px;
padding: 0 10px;
}
.accounting-single-page .section-title{
    width: 100%;
    align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 775px) and (max-width: 1025px) {
  .accounting-single-page .hero-title .title1{
    font-size: 40px;
  }
  .accounting-single-page .hero-title .short1{
    font-size: 16px;
  }
  .accounting-single-page .hero-title .title2 {
    font-size: 27px;
  }
  .accounting-single-page .hero-title .short2{
    font-size: 16px;
  }
}

@media (max-width: 775px) {
.accounting-single-page .hero-title .title1{
    font-size: 35px;
  }
  .accounting-single-page .hero-title .short1{
    font-size: 14px;
  }
  .accounting-single-page .hero-title .title2 {
    font-size: 20px;
  }
  .accounting-single-page .hero-title .short2{
    font-size: 14px;
  }
}

@media (min-width: 775px) and (max-width: 1025px) {
 .accounting-single-page .section-title .title-tax{
    font-size: 27px;
 }
 .accounting-single-page .section-title .title-subtax{
    font-size: 16px;
 }
}
@media (max-width: 775px) {
 .accounting-single-page .section-title .title-tax{
    font-size: 22px;
 }
 .accounting-single-page .section-title .title-subtax{
    font-size: 14px;
 }
}
.section-img {
    margin-top: 50px;
  padding: 40px;
}
@media (max-width: 775px) {
.section-img {
   padding: 10px;
}
}
.feature-inner{
    flex-direction: column;
}
.feature-comparison-inner{
    flex-direction: column;
}

.feature-comparison .table-section{
    margin-top: 30px;   
}
.feature-comparison .table-section .book-demo-wrap {
	background: none !important;
	border: none !important;
}
.feature-comparison .table-section .eael-data-table {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-collapse: separate;
  border: none;
}

.feature-comparison .table-section table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

.feature-comparison .table-section .eael-data-table thead tr {
	text-align: left;
}
.feature-comparison .table-section thead th {
    border-top: none !important;
}
.feature-comparison .table-section .eael-data-table tr {
	border-style: none;
}

.feature-comparison .table-section .eael-data-table thead tr th:first-child {
	border-radius: 0px 0px 0px 0px;
}



.feature-comparison .table-section .eael-data-table thead tr th {
	text-align: center;
}

.feature-comparison .table-section .eael-data-table thead tr th {
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat","sans-serif";
	line-height: 1;
	background-clip: padding-box;
}

.feature-comparison .table-section .eael-data-table thead tr th {
	color: #000;
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #c9c9c9;
}
.feature-comparison .table-section .eael-data-table thead > tr th .data-table-header-text {
	font-family: "Inter",Sans-serif;
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 775px) {
.feature-comparison .table-section .eael-data-table thead > tr th .data-table-header-text {
	font-size: 15px;
}
}
.feature-comparison .table-section .eael-data-table-th-img {
	display: inline-block;
	margin: 0 15px 0 0;
	line-height: 1;
}

.feature-comparison .table-section .wl-head-border {
	border-top: 2px solid #009ef7 !important;
	border-radius: 22px 20px 0px 0px !important;
}

.feature-comparison .table-section .wl-compare {
	border-left: 2px solid #009ef7 !important;
	border-right: 2px solid #009ef7 !important;
}   

.feature-comparison .table-section .eael-data-table tbody > tr:nth-child(2n+1) td {
	color: #000;
	background-color: rgba(243,243,243,.35);
}

.feature-comparison .table-section .eael-data-table tbody tr td {
	border-style: solid;
	border-width: 0px 0px .5px 0px;
	border-color: #c9c9c9;
	padding: 13px 13px 13px 13px;
	font-family: "Inter",Sans-serif;
	font-size: 18px;
	font-weight: 400;
}
@media (max-width: 1024px) {
.feature-comparison .table-section .eael-data-table tbody tr td {
	font-size: 14px;
}
}
@media (max-width: 775px) {
.feature-comparison .table-section .eael-data-table tbody tr td {
	font-size: 12px;
}
}
.feature-comparison .table-section .eael-data-table tbody .td-content-wrapper {
	text-align: center;
}

.feature-comparison .table-section .td-content{
    position: relative;
}
@media (max-width: 767px) {
   .feature-comparison .td-content {
        width: 100%;
    
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.feature-comparison .table-section .eael-data-table tbody > tr:nth-child(2n) td {
	color: #000;
	background: rgba(252,252,252,.23);
}

.feature-comparison .table-section .eael-data-table tbody .td-content-wrapper .eael-datatable-icon svg {
	height: 22px;
	width: 22px;
	fill: #c15959;
}

.feature-comparison .table-section .wl-footer-border {
	border-bottom: 2px solid #009ef7 !important;
	border-radius: 0px 0px 20px 20px !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}



.feature-comparison .table-section  table td a {
	color: #fff;
}

.feature-comparison .table-section .book-demo-link a {
	background: #009ef7;
	padding: 12px 17px;
	border-radius: 8px;
	font-size: 14px;
}
.feature-comparison .table-section .wl-free-color {
	color: #009ef7 !important;
}
@media (max-width: 767px){
.feature-comparison .td-content-wrapper {

    display: flex;
}
}

.testimonial-review{
    background-color: #f6f8f9;
}

.testimonial-review-inner{
    flex-direction: column;
}


.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 0;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #333;
}
    

.testim .arrow.left {
    left: -34px;
}

.testim .arrow.right {
    right: -34px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #333;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #333;
    border-color:  #333;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
color:  #333;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.testim .cont div h3 {
color: #84849A;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
}
.testim .cont div p {
color: #6D758F;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 22px;
font-style: italic;
font-weight: 400;
line-height: 40px; /* 166.667% */
}
@media (min-width: 775px) and (max-width: 1025px) {
.testim .cont div p{
    font-size: 20px
}
}
@media (max-width: 775px) {
.testim .cont div p{
    font-size: 18px
}
}
.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active h3 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}
.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}
.testim .cont div.inactive h3 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}
.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }
    to   { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
}

@-moz-keyframes testim-content-in {
     from { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }
    to   { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
}

@-ms-keyframes testim-content-in {
     from { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }
    to   { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
}

@-o-keyframes testim-content-in {
 from { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }
    to   { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
}

@keyframes testim-content-in {
 from { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }
    to   { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
}

@-webkit-keyframes testim-content-out {
       from { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
    to   { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }

}

@-moz-keyframes testim-content-out {
      from { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
    to   { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }

}

@-ms-keyframes testim-content-out {
       from { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
    to   { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }

}

@-o-keyframes testim-content-out {
      from { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
    to   { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }

}

@keyframes testim-content-out {
    from { opacity: 1; -webkit-transform: translateX(0);     transform: translateX(0); }
    to   { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); }

}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}


@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}




/* faq css */
.faq-section .faq-wrap{
    width: 100%;
    padding: 10px;
}
.faq-section .faq-wrap .faq-title {
    width:33%;
}
.faq-section .faq-wrap .faq-accordion {
    width:67%;
}
.faq-title .title-tax{
   text-align: left !important;
}
.faq-title .title-subtax{
   text-align: left !important;
   font-size: 16px !important;
}

.faq-section .faq-wrap {
    display: flex;
        gap: 10px;
}


.faq-section .faq-wrap .faq-title .section-title{
    align-items: start;
}
.faq-section .accordion {
  text-align: left;
}

.faq-section article {
  border: 1px solid #e1e4ed;
  padding: 8px 7px 11px 18px;
  margin: 1em auto;
  border-radius: 16px;
}

.faq-section input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: -100vh;
  left: -100vh;
}
.faq-section input[type=radio] ~ div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.faq-section input[type=radio]:checked ~ div {
  max-height: 200px;
}
.faq-section article:has(input[type="radio"]:checked) {
    background-color: #f6f8f9; 
   
}

.faq-accordion .accordion article h2{
color:  #333;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; 
margin:0;
}
.faq-accordion .accordion article div{
color:  #828282;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
padding-top: 3px;
}

@media (max-width: 839px) {
 .faq-section .faq-wrap {
    flex-direction: column;
    
}
.faq-wrap .faq-title .section-title{
    align-items: center;
}
.faq-section .faq-wrap .faq-title {
    width:100%;
}
.faq-section .faq-wrap .faq-accordion {
    width:100%;
}

}



.business-section {
    background-image: url("https://webledger.in/wp-content/uploads/2025/08/business-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.business-section .wrap-listing{
    display: flex;
    width: 100%;
}
.business-section .empty-space{
    width: 50%;
}
.business-section .listing-business{
    width: 50%;
}
.listing-business-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.accounting-single-page .business-section .section-title .title-tax{
    text-align: left;
    color: black;
}
.business-section .items .item-business{
    background-color: #FFFFFF59;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 14px;
    fill: #FFFFFFD9;
    color: #000000d9;
    border-style: none;
    border-radius: 32px 32px 32px 32px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    padding: 15px 22px 15px 22px;
}
.business-section .items{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    gap: 20px;
}
.business-section .wrap-listing{
    padding: 50px 0;
    justify-content: center;
}

@media (max-width: 1000px) {
.business-section .empty-space{
    width: 0%;
}
.business-section .listing-business{
    width: 80%;
}
}
@media (min-width: 1000px) and (max-width: 1300px) {
.business-section .empty-space{
    width: 30%;
}
.business-section .listing-business{
    width: 60%;
}
}

.pricing-section-inner {
    flex-direction: column;
}
.pricing-section{
    background: #f5f7f8;
}