.slider-box {
	position: relative;
	margin: 24px auto;
}

.swiper.swiper-slider {
	clip-path: polygon( 83.844% 0.305%,83.844% 0.305%,84.217% 0.326%,84.586% 0.389%,84.951% 0.493%,85.31% 0.637%,85.662% 0.82%,86.006% 1.043%,86.341% 1.304%,86.666% 1.603%,86.979% 1.939%,87.28% 2.311%,97.83% 16.298%,97.83% 16.298%,98.217% 16.86%,98.568% 17.474%,98.883% 18.136%,99.161% 18.84%,99.4% 19.582%,99.598% 20.358%,99.754% 21.161%,99.868% 21.989%,99.937% 22.835%,99.96% 23.696%,99.96% 76.492%,99.96% 90.595%,99.96% 90.595%,99.887% 92.121%,99.677% 93.568%,99.339% 94.917%,98.886% 96.149%,98.33% 97.245%,97.682% 98.185%,96.952% 98.95%,96.154% 99.52%,95.297% 99.877%,94.394% 100%,18.704% 100%,10.053% 100%,10.053% 100%,9.599% 99.968%,9.151% 99.876%,8.711% 99.723%,8.282% 99.511%,7.864% 99.242%,7.461% 98.918%,7.073% 98.539%,6.704% 98.107%,6.355% 97.625%,6.028% 97.092%,1.687% 89.414%,1.687% 89.414%,1.404% 88.873%,1.147% 88.299%,0.918% 87.697%,0.717% 87.069%,0.546% 86.418%,0.403% 85.746%,0.292% 85.058%,0.211% 84.355%,0.162% 83.641%,0.146% 82.918%,0.146% 9.709%,0.146% 9.709%,0.219% 8.184%,0.43% 6.737%,0.767% 5.387%,1.22% 4.155%,1.776% 3.059%,2.425% 2.119%,3.154% 1.355%,3.952% 0.784%,4.809% 0.428%,5.712% 0.305%);
}
.slider-box::after {
	content: '\e917';
	font-family: icomoon;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
	line-height: 1;
	color: var(--color1);
}
.slider-box::before {
	content: '';
	width: 88%;
	height: 100%;
	background: var(--color1);
	clip-path: polygon( 91.473% 0%,8.482% 0%,8.482% 0%,6.876% 0.22%,5.381% 0.85%,4.021% 1.847%,2.82% 3.166%,1.801% 4.764%,0.988% 6.597%,0.404% 8.62%,0.072% 10.789%,0.017% 13.061%,0.261% 15.391%,13.104% 90.353%,13.104% 90.353%,13.698% 92.761%,14.574% 94.853%,15.687% 96.604%,16.991% 97.992%,18.443% 98.991%,19.996% 99.579%,21.606% 99.732%,23.228% 99.426%,24.817% 98.637%,26.327% 97.342%,96.475% 22.38%,96.475% 22.38%,98.164% 20.035%,99.282% 17.338%,99.861% 14.428%,99.933% 11.448%,99.528% 8.539%,98.68% 5.842%,97.418% 3.498%,95.775% 1.649%,93.783% 0.436%);
	position: absolute;
	left: 10px;
	top: -8px;
}
.slider-item {
	display: block;
}
.slider-item img {
	width: 100%;
}
.slider-navigation.v2 {
	bottom: 16px;
	background: #FFFFFF80;
	backdrop-filter: blur(52px);
}

/* sidebar */
.sidebar.sidebar-blog .widget-side:not(.widget_media_image) {
	-webkit-border-radius: 22px 22px 10px 10px;
	-moz-border-radius: 22px 22px 10px 10px;
	border-radius: 22px 22px 10px 10px;
	overflow: hidden;
	border: 1px solid #F2F2F2;
	background: #FCFCFD;
}
.widget-side:has(.wp-block-image),
.widget-side img {
	-webkit-border-radius: 80px 0 80px 0;
	-moz-border-radius: 80px 0 80px 0;
	border-radius: 80px 0 80px 0;
}
.sidebar.sidebar-blog .widget-title {
	transition: .4s;
	background: var(--color1);
	margin: 8px 10px;
	border-radius: 15px;
	padding: 15px 10px;
	position: relative;
}
.sidebar.sidebar-blog .widget-title h4 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.sidebar.sidebar-blog .widget-title .caticon {
	left: 20px;
	top: 23px;
}
.sidebar.sidebar-blog .widget-title .caticon::before {
	color: #fff
}
.widget-side:not(.woocommerce-widget-layered-nav) > ul > li > a{
	padding: 15px 12px;
	display: block;
	position: relative;
	font-size: 14px;
}
.sidebar.sidebar-blog .widget-side > ul {
	padding: 0 15px;
	margin-top: 15px;
}

.widget-side > ul > li {
	background: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #F6F6F6;
	margin-bottom: 10px;
}
.cat-parent {
	position: relative;
}
.children .cat-item {
	border: none;
	padding: 5px 0;
}
.cat-item a {
	display: block;
}
.widget-side .children {
	padding-right: 13px;
	padding-bottom: 13px;
	font-size: 13px;
}

.caticon {
	cursor: pointer;
	min-width: 18px;
	height: 18px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 13px;
	top: 21px;
	border: 2px solid rgba(21, 38, 79, 0.3);
	color: var(--color1);
	font-size: 10px;
	transition: 0.4s ease;
	border-radius: 5px;
	line-height: 1;
	padding: 0px;
}
.caticon:before {
	content: "\e921";
	font-family: icomoon;
	transition: 0.4s ease;
}
.caticon.active{
	background: var(--color1);
	color: #fff;
	transform: rotate(180deg);
}
.caticon.active:before {
	content: "\e925";
}
.cat-parent.active > .caticon {
	transform: rotate(-135deg);
	color: var(--color3);
}
.children .caticon{
	top: 5px;
}
.widget-title .caticon {
	border-color: rgba(255, 255, 255, 0.3);
}
.widget_media_image{
	display:none;
	border-radius: 0;
	border: none;
	border-radius: 80px 0;
	filter: brightness(0.9);
	transition: 0.4s ease;
}
.widget_media_image img {
	width: 100%;
}
.widget_media_image:hover {
	filter: brightness(1.2);
}
.sidebar-blog .widget_categories .widget-title {
	display: flex;
}
#sidebar a{
	color:#252525;
}
#sidebar li.current-cat > a,
#sidebar a:hover{
	color:var(--color3);
}
#sidebar li.current-cat > a:before,
#sidebar a:hover:before{
	background:var(--color3);
}
#more-tax-desc {
	padding: 20px 17px;
	border-radius: 44px 44px 12px 12px;
	position: relative;
	display: block;
	background: var(--color1);
	z-index: 1;
	overflow: hidden;
	border-bottom: 10px solid #12BCFF;
	margin: 64px 0;
}
.section-faq {
	margin: 64px 0;
}
#more-tax-desc::before {
	content: "\e92c";
	font-family: 'icomoon';
	font-size: 127px;
	display: block;
	position: absolute;
	left: 16px;
	opacity: 10%;
	top: 75%;
	line-height: 1;
	transform: translateY(-40%);
}
#more-tax-desc .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #fff;
}
#more-tax-desc .main-title .title-heading {
	font-size: 22px;
}
#more-tax-desc .main-title .en-title {
	font-size: 16px;
}
#more-tax-desc .main-title.icon-title::before {
	height: 35px;
}
.slider-navigation {
	position: absolute;
	bottom: 41px;
}
.sidebar-banner img {
	width: 100%;
}
.sidebar-banner {
	margin-top: 29px;
	display: block;
	border-radius: 45px;
	overflow: hidden;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.page-numbers {
	margin-top: 24px;
	width: 100%;
}


.page-numbers li {
	margin: 0 6px;
}
.page-numbers li a,
.page-numbers li span {
	padding: 5px;
	line-height: 1;
	width: 40px;
	height: 40px;
	background: #F2F2F2;
	font-size: 16px;
	color: #333;
	transition: 0.4s ease;
	border-radius: 50%;
}

.page-numbers li span.current {
	background: var(--color2);
	color: #fff;
}

.page-numbers li .next.page-numbers,
.page-numbers li .prev.page-numbers {
	font-size: 26px;
	background: none;
	color: var(--color1);
	cursor: pointer;
	overflow: hidden;
}
.page-numbers li .next.page-numbers:hover,
.page-numbers li .prev.page-numbers:hover {
	background: none;
	color: var(--color2);
}

.page-numbers li a:hover {
	color: #fff;
	background: var(--color2);
}

.widget-side {
	margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
	.slider-box::after {
		font-size: 33px;
	}
}
@media screen and (min-width: 992px) {
	#more-tax-desc {
		margin-top: 90px;
		margin-bottom: 140px;
	}
	.section-faq {
		margin: 140px 0;
	}
	.sidebar.sidebar-blog .widget-side > ul {
		padding: 0 22px;
		margin-top: 24px;
	}
	.widget-side > ul > li {
		background: #FFFFFF;
		border-radius: 20px;
		border: 1px solid #F6F6F6;
		margin-bottom: 16px;
	}

	.sidebar.sidebar-blog .widget-title {
		margin: 13px 14px;
		justify-content: center;
	}
	/*.sidebar.sidebar-blog .widget-title .caticon {
		display: none;
	}*/
	.slider-box {
		flex: 0 0 50%;
		max-width: 50%;
	}
	#more-tax-desc::before {
		font-size: 174px;
		top: 50%;
	}
}
@media screen and (min-width: 1200px) {
	.slider-box::after {
		font-size: 44px;
	}
	.slider-box {
		flex: 0 0 42%;
		max-width: 42%;
		margin-right: 80px;
	}
}