

/**************************************
*************SERVICES TAX**************
***************************************

1.SERVICES TAX CONTENT#1
2.SERVICES TAX POSTS
3.SERVICES TAX CONTENT#2
4.SERVICES TAX FAQ
5.SERVICES TAX CONTENT#3
**************************************/














/**************************************
*********SERVICES TAX CONTENT**********
***************************************/


@media (min-width: 1024px) {	

	.tax-services-content {
		padding: 0 0 80px 0;
	}




	.tax-services-content-description {
		padding: 40px 20px 30px 20px;

		display: flex;
		flex-flow: column nowrap;
		gap:15px;
	}

	.tax-services-content-description-text {
		width: 100%;
		max-width: 920px;
		margin: 0 auto;

		display: flex;
		flex-flow: column nowrap;
		gap:5px;
	}

	.tax-services-content-description-text-title {
		padding: 15px 0 0 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.tax-services-content-description-text-desc {
		padding: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}






	.tax-services-content-posts-inner {
		margin: 0 auto;
		max-width: 1240px;
		padding: 40px 20px;
	}


	.tax-services-content-items {
		position: relative;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 60px;
		grid-column-gap: 20px;
	}


	.tax-services-content-items .tax-services-content-item {
		position: relative;
		height: 600px;
		max-width: 600px;
		background-color: #f6f6f8;
		border-radius: 20px;
		overflow: hidden;
	}

	.tax-services-content-item::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
		border-radius: 20px;
		border: 1px solid rgba(215, 215, 215, .3);
	}

	.tax-services-content-item-part:first-child {
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		display: block;
	}

	.tax-services-content-item-part:first-child .tax-services-content-item-part-inner {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap:20px;
	}

	.tax-services-content-item-img {
		padding: 10px 10px 0 10px;
	}

	.tax-services-content-item-img img {
		width: 100%;
		max-width: 270px;
	
		height: auto;
	}


	.tax-services-content-item-title {
		margin: 0;
		padding: 0 20px;

		font-family: 'Gotham Pro';
		font-weight: 900;
		font-size: 22px;
		line-height: 1.2;
		color: #233748;
		letter-spacing: 1.5px;
	}

	.tax-services-content-item-description {
		padding: 0 20px;
		overflow: hidden;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
		text-decoration: none;
	}

	.tax-services-content-item-part-inner a {
		position: absolute;
		display: block;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
	}

	


	.tax-services-content-item-part:last-child {
		position:absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
	}

	.tax-services-content-item-part:last-child .tax-services-content-item-part-inner {
		position: relative;
		width: 100%;
		background-color: #f6f6f8;
		border-bottom-left-radius: 20px;
		padding-top: 10px;

		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.tax-services-content-item-part:last-child .tax-services-content-item-part-inner::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-bottom-left-radius: 20px;
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
	}

	.tax-services-content-item-btn {
		position: relative;
		margin-right: auto;
	}

	.tax-services-content-item-btn-inner {
		position: relative;
		background-color: #fff;
		padding: 6px 6px 0 0;
		border-top-right-radius: 38px;
		border-right: 1px solid rgba(215, 215, 215, .5);
		border-top: 1px solid rgba(215, 215, 215, .5);
	}

	.tax-services-content-item-btn-inner::before {
		position: absolute;
		content: "";
		top: -21px;
		left: 0;
		background: transparent;
		width: 20px;
		height: 20px;
		transform: rotate(90deg);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		z-index: 1;
	}

	.tax-services-content-item-btn-inner::after {
		position: absolute;
		content: "";
		bottom: 0;
		right: -21px;
		background: transparent;
		width: 20px;
		height: 20px;
		transform: rotate(90deg);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		z-index: 1;
	}

	.tax-services-content-item-btn-inner-wrap {
		position: relative;
		width: 70px;
		transition: width .3s ease-in-out;
		background-color: #00A79D;
		border-radius: 35px;
		overflow: hidden;
		z-index: 2;
	}

	.tax-services-content-item:hover .tax-services-content-item-btn-inner-wrap {
		width: 200px;
		transition: width .3s ease-in-out;
	}

	.tax-services-content-item-btn-inner-wrap a {
		position: absolute;
		display: block;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
	}


	.tax-services-content-item-btn-text {
		position: absolute;
		top:calc(50% - 10px);
		left: 20px;
		color: #fff;
		font-family: 'Gotham Pro';
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.4;
		white-space: nowrap;

	}

	.tax-services-content-item-btn-arrow {
		position: relative;
		width: 70px;
		height: 70px;
		background-color: #00A79D;
		border-radius: 50%;
		margin-left: auto;

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.tax-services-content-item-btn-arrow span {
		display: block;
		position: relative;
		width: 18px;
		height: 18px;	
	}

	.tax-services-content-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.tax-services-content-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 20px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}


	.tax-services-content-item-link a {
		position: absolute;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 3;
	}

}





@media (min-width: 768px) and (max-width: 1023px){	

	.tax-services-content {
		padding: 0 0 80px 0;
	}




	.tax-services-content-description {
		padding: 40px 20px 30px 20px;

		display: flex;
		flex-flow: column nowrap;
		gap:15px;
	}

	.tax-services-content-description-text {
		width: 100%;
		max-width: 920px;
		margin: 0 auto;

		display: flex;
		flex-flow: column nowrap;
		gap:5px;
	}

	.tax-services-content-description-text-title {
		padding: 15px 0 0 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.tax-services-content-description-text-desc {
		padding: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}






	.tax-services-content-posts-inner {
		margin: 0 auto;
		max-width: 1240px;
		padding: 40px 20px;
	}


	.tax-services-content-items {
		position: relative;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 60px;
		grid-column-gap: 20px;
	}


	.tax-services-content-items .tax-services-content-item {
		position: relative;
		height: 600px;
		max-width: 600px;
		background-color: #f6f6f8;
		border-radius: 20px;
		overflow: hidden;
	}

	.tax-services-content-item::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
		border-radius: 20px;
		border: 1px solid rgba(215, 215, 215, .3);
	}

	.tax-services-content-item-part:first-child {
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		display: block;
	}

	.tax-services-content-item-part:first-child .tax-services-content-item-part-inner {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap:20px;
	}

	.tax-services-content-item-img {
		padding: 10px 10px 0 10px;
	}

	.tax-services-content-item-img img {
		width: 100%;
		max-width: 270px;
	
		height: auto;
	}


	.tax-services-content-item-title {
		margin: 0;
		padding: 0 20px;

		font-family: 'Gotham Pro';
		font-weight: 900;
		font-size: 22px;
		line-height: 1.2;
		color: #233748;
		letter-spacing: 1px;
	}

	.tax-services-content-item-description {
		padding: 0 20px;
		overflow: hidden;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
		text-decoration: none;
	}

	.tax-services-content-item-part-inner a {
		position: absolute;
		display: block;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
	}

	


	.tax-services-content-item-part:last-child {
		position:absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
	}

	.tax-services-content-item-part:last-child .tax-services-content-item-part-inner {
		position: relative;
		width: 100%;
		background-color: #f6f6f8;
		border-bottom-left-radius: 20px;
		padding-top: 10px;

		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.tax-services-content-item-part:last-child .tax-services-content-item-part-inner::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-bottom-left-radius: 20px;
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
	}

	.tax-services-content-item-btn {
		position: relative;
		margin-right: auto;
	}

	.tax-services-content-item-btn-inner {
		position: relative;
		background-color: #fff;
		padding: 6px 6px 0 0;
		border-top-right-radius: 38px;
		border-right: 1px solid rgba(215, 215, 215, .4);
		border-top: 1px solid rgba(215, 215, 215, .4);
	}

	.tax-services-content-item-btn-inner::before {
		position: absolute;
		content: "";
		top: -21px;
		left: 0;
		background: transparent;
		width: 20px;
		height: 20px;
		transform:rotate(90deg);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		z-index: 1;
	}

	.tax-services-content-item-btn-inner::after {
		position: absolute;
		content: "";
		bottom: 0;
		right: -21px;
		background: transparent;
		width: 20px;
		height: 20px;
		transform: rotate(90deg);
		border-bottom-right-radius: 20px;
		box-shadow: 5px 5px 0 5px #fff;
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		z-index: 1;
	}

	.tax-services-content-item-btn-inner-wrap {
		position: relative;
		width: 200px;
		background-color: #00A79D;
		border-radius: 35px;
		z-index: 2;
	}


	.tax-services-content-item-btn-inner-wrap a {
		position: absolute;
		display: block;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
	}


	.tax-services-content-item-btn-text {
		position: absolute;
		top:calc(50% - 10px);
		left: 20px;
		color: #fff;
		font-family: 'Gotham Pro';
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.4;
		white-space: nowrap;

	}

	.tax-services-content-item-btn-arrow {
		position: relative;
		width: 70px;
		height: 70px;
		background-color: #00A79D;
		border-radius: 50%;
		margin-left: auto;

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.tax-services-content-item-btn-arrow span {
		display: block;
		position: relative;
		width: 18px;
		height: 18px;	
	}

	.tax-services-content-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.tax-services-content-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 20px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}



	.tax-services-content-item-link a {
		position: absolute;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 3;
	}

}






@media (max-width: 767px){	

	.tax-services-content {
		padding: 0 0 80px 0;
	}




	.tax-services-content-description {
		padding: 40px 20px 30px 20px;

		display: flex;
		flex-flow: column nowrap;
		gap:15px;
	}

	.tax-services-content-description-text {
		width: 100%;
		max-width: 920px;
		margin: 0 auto;

		display: flex;
		flex-flow: column nowrap;
		gap:5px;
	}

	.tax-services-content-description-text-title {
		padding: 15px 0 0 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.8;
		color: #233748;
		letter-spacing: 1px;
	}

	.tax-services-content-description-text-desc {
		padding: 0;
		margin: 0;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		color: #3F3F3F;
		letter-spacing: 1px;
	}






	.tax-services-content-posts-inner {
		margin: 0 auto;
		max-width: 1240px;
		padding: 40px 20px;
	}


	.tax-services-content-items {
		position: relative;

		display: grid;
		grid-template-columns: 1fr;
		grid-row-gap: 60px;
	}


	.tax-services-content-items .tax-services-content-item {
		position: relative;
		height: 600px;
		max-width: 600px;
		background-color: #f6f6f8;
		border-radius: 10px;
		overflow: hidden;
	}

	.tax-services-content-item::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
		border-radius: 10px;
		border: 1px solid rgba(215, 215, 215, .3);
	}

	.tax-services-content-item-part:first-child {
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		display: block;
	}

	.tax-services-content-item-part:first-child .tax-services-content-item-part-inner {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap:20px;
	}

	.tax-services-content-item-img {
		padding: 10px 10px 0 10px;
	}

	.tax-services-content-item-img img {
		width: 100%;
		max-width: 270px;
	
		height: auto;
	}


	.tax-services-content-item-title {
		margin: 0;
		padding: 0 10px;

		font-family: 'Gotham Pro';
		font-weight: 900;
		font-size: 22px;
		line-height: 1.6;
		color: #233748;
		letter-spacing: 1px;
	}

	.tax-services-content-item-description {
		padding: 0 10px;
		overflow: hidden;
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 16px;
		line-height: 1.8;
		color: #4B4B4B;
		letter-spacing: 1px;
		text-decoration: none;
	}

	.tax-services-content-item-part-inner a {
		position: absolute;
		display: block;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
	}

	


	.tax-services-content-item-part:last-child {
		position:absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
	}

	.tax-services-content-item-part:last-child .tax-services-content-item-part-inner {
		position: relative;
		width: 100%;
		background-color: #f6f6f8;
		border-bottom-left-radius: 10px;
		padding-top: 20px;

		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.tax-services-content-item-part:last-child .tax-services-content-item-part-inner::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border-bottom-left-radius: 10px;
		border-left: 1px solid rgba(215, 215, 215, .3);
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
	}

	.tax-services-content-item-btn {
		position: relative;
		margin-right: auto;
	}

	.tax-services-content-item-btn-inner {
		position: relative;
		background-color: #fff;
		padding: 6px 6px 0 0;
		border-top-right-radius: 25px;
		border-right: 1px solid rgba(215, 215, 215, .4);
		border-top: 1px solid rgba(215, 215, 215, .4);
	}

	.tax-services-content-item-btn-inner::before {
		position: absolute;
		content: "";
		top: -11px;
		left: 0;
		background: transparent;
		width: 10px;
		height: 10px;
		transform: rotate(90deg);
		border-bottom-right-radius: 10px;
		box-shadow: 2.5px 2.5px 0 2.5px #fff;
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		z-index: 1;
	}

	.tax-services-content-item-btn-inner::after {
		position: absolute;
		content: "";
		bottom: 0;
		right: -11px;
		background: transparent;
		width: 10px;
		height: 10px;
		transform: rotate(90deg);
		border-bottom-right-radius: 10px;
		box-shadow: 2.5px 2.5px 0 2.5px #fff;
		border-right: 1px solid rgba(215, 215, 215, .3);
		border-bottom: 1px solid rgba(215, 215, 215, .3);
		z-index: 1;
	}

	.tax-services-content-item-btn-inner-wrap {
		position: relative;
		width: 180px;
		background-color: #00A79D;
		border-radius: 22px;
		z-index: 2;
	}


	.tax-services-content-item-btn-inner-wrap a {
		position: absolute;
		display: block;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
	}


	.tax-services-content-item-btn-text {
		position: absolute;
		top:calc(50% - 10px);
		left: 20px;
		color: #fff;
		font-family: 'Gotham Pro';
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.4;
		white-space: nowrap;

	}

	.tax-services-content-item-btn-arrow {
		position: relative;
		width: 44px;
		height: 44px;
		background-color: #00A79D;
		border-radius: 50%;
		margin-left: auto;

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.tax-services-content-item-btn-arrow span {
		display: block;
		position: relative;
		width: 16px;
		height: 16px;	
	}

	.tax-services-content-item-btn-arrow span::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.tax-services-content-item-btn-arrow span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 16px;
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		background-color: #fff;
	}



	.tax-services-content-item-link a {
		position: absolute;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 3;
	}

}




























/**************************************
***********SERVICES TAX FAQ************
***************************************/


@media (min-width: 768px) {

	.tax-services-content-faq {
		max-width: 1540px;
		margin: 0 auto ;
		padding: 0 20px 60px 20px;
	}

	.tax-services-content-faq-title {
		max-width: 920px;
		margin: 20px auto 40px auto;

		font-family: 'Gotham Pro';
		font-weight: 900;
		font-size: 28px;
		line-height: 1.2;
		color: #233748;
		letter-spacing: 1.5px;
	}

	.tax-services-content-faq-items {
		position: relative;
		background-color: #f6f6f8;
		padding: 30px 20px;
		border-radius:20px;
		box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);

		display: flex;
		flex-flow: column nowrap;
		gap:30px;
	}

	.tax-services-content-faq-items::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
		border:1px solid rgba(215, 215, 215, .3);
		border-radius:20px;
	}

	.tax-services-content-faq-item {
		position: relative;
		margin: 0;
		background-color: #fff;
		border-radius:20px;
		overflow: hidden;
	}

	.tax-services-content-faq-item::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border:1px solid rgba(215, 215, 215, .5);
		border-radius:20px;
	}


	.tax-services-content-faq-item-title {
		position: relative;
		min-height: 70px;

		display: flex;
		justify-content: space-between;
	}

	.tax-services-content-faq-item-title-text span {
		position: relative;
		margin: 0;
		padding: 0 20px;
		display: block;

		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.6;
		color: #233748;
		letter-spacing: 1px;
	}

	.tax-services-content-faq-item-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 70px;
		max-width: 70px;
	}


	.tax-services-content-faq-item-btn-inner {
		position: relative;
		background-color: #00A79D;
		width: 44px;
		height: 44px;
		border-radius: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.tax-services-content-faq-item-btn span {
		position: relative;
		display: block;
		transition: transform 0.4s;
	}

	.tax-services-content-faq-item-btn span::before {
		content:"+";
		position: relative;
		color:#fff;
		font-weight: 900;
		font-size: 22px;
	}





	.tax-services-content-faq-item-desc {
		max-height: 0;
		opacity: 0;
		padding: 0;
		margin: 0;
		transform-origin: center top;
		transition: none;
		box-sizing: border-box;
	}

	.tax-services-content-faq-item-desc span {
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 18px;
		line-height: 1.6;
		color: #3F3F3F;
		letter-spacing: 1px;
		padding: 20px;
		display: block;
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}

	.tax-services-content-faq-item-desc span ul {
		margin-inline-start: 0;
		padding-inline-start: 0;
		list-style-position: inside;
	}


	.tax-services-content-faq-item-trigger {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
		cursor: pointer;
	}

	.tax-services-content-faq-item-trigger:checked ~ .tax-services-content-faq-item-title .tax-services-content-faq-item-btn span {
		transform: rotate(135deg);
	}

	.tax-services-content-faq-item-trigger:checked ~ .tax-services-content-faq-item-desc {
		max-height: 1000px;
		opacity: 1;
		transition: all 0.3s 0.2s;
		margin: 0;
		padding: 0;
	}

}




@media (max-width: 767px) {

	.tax-services-content-faq {
		max-width: 1540px;
		margin: 0 auto ;
		padding: 0 10px 60px 10px;
	}

	.tax-services-content-faq-title {
		padding: 0 10px;
		margin: 20px auto 40px auto;

		font-family: 'Gotham Pro';
		font-weight: 900;
		font-size: 28px;
		line-height: 1.2;
		color: #233748;
		letter-spacing: 1.5px;
	}

	.tax-services-content-faq-items {
		position: relative;
		background-color: #f6f6f8;
		padding: 10px;
		border-radius:10px;
		box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);

		display: flex;
		flex-flow: column nowrap;
		gap:30px;
	}

	.tax-services-content-faq-items::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left:0;
		border:1px solid rgba(215, 215, 215, .3);
		border-radius:20px;
	}

	.tax-services-content-faq-item {
		position: relative;
		margin: 0;
		background-color: #fff;
		border-radius:10px;
		overflow: hidden;
	}

	.tax-services-content-faq-item::before {
		content:"";
		position: absolute;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		border:1px solid rgba(215, 215, 215, .5);
		border-radius:10px;
	}


	.tax-services-content-faq-item-title {
		position: relative;
		min-height: 70px;

		display: flex;
		justify-content: space-between;
	}

	.tax-services-content-faq-item-title-text span {
		position: relative;
		margin: 0;
		padding: 0 10px;
		display: block;

		font-family: 'Gotham Pro';
		font-weight: 700;
		font-size: 18px;
		line-height: 1.6;
		color: #233748;
		letter-spacing: 1px;
	}

	.tax-services-content-faq-item-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 60px;
		max-width: 60px;
	}
	



	.tax-services-content-faq-item-btn-inner {
		position: relative;
		background-color: #00A79D;
		width: 44px;
		height: 44px;
		border-radius: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.tax-services-content-faq-item-btn span {
		position: relative;
		display: block;
		transition: transform 0.4s;
	}

	.tax-services-content-faq-item-btn span::before {
		content:"+";
		position: relative;
		color:#fff;
		font-weight: 900;
		font-size: 22px;
	}







	.tax-services-content-faq-item-desc {
		max-height: 0;
		opacity: 0;
		padding: 0;
		margin: 0;
		transform-origin: center top;
		transition: none;
		box-sizing: border-box;
	}

	.tax-services-content-faq-item-desc span {
		font-family: 'Gotham Pro';
		font-weight: 300;
		font-size: 17px;
		line-height: 1.6;
		color: #3F3F3F;
		letter-spacing: 1px;
		padding: 10px;
		display: block;
		max-width: calc(100% - 20px);
		margin: 0 auto;
	}

	.tax-services-content-faq-item-desc span ul {
		margin-inline-start: 0;
		padding-inline-start: 0;
		list-style-position: inside;
	}


	.tax-services-content-faq-item-trigger {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
		cursor: pointer;
	}

	.tax-services-content-faq-item-trigger:checked ~ .tax-services-content-faq-item-title .tax-services-content-faq-item-btn span {
		transform: rotate(135deg);
	}

	.tax-services-content-faq-item-trigger:checked ~ .tax-services-content-faq-item-desc {
		max-height: 1000px;
		opacity: 1;
		transition: all 0.3s 0.2s;
		margin: 0;
		padding: 0;
	}

}

