.block-sections {
	margin-top: 64px;
	display: grid;
	gap: 32px;
}
.section-block.full-content {
	background: #fff;
	padding: 32px;
	border-radius: 24px;
}
.block-image {
	margin: 40px 0 0;
}
.section-block {
	position: relative;
}
.section-block.right {
	padding: 32px 30px 59px;
}
.section-block.left {
	padding: 59px 30px 32px;
}
.block-content {
	text-align: center;
}
.section-block.half-content::before {
	content: '';
	height: 63%;
	width: 100%;
	position: absolute;
	background: #fff;
	border-radius: 24px;
	right: 0;
	z-index: -1;
}
.section-block.half-content::after {
	content: '';
	height: calc(37% - 18px);
	width: 100%;
	position: absolute;
	background: rgba(215, 227, 229, 1);
	border-radius: 24px;
	right: 0;
	z-index: -1;
}
.section-block.left.half-content::after,
.section-block.right.half-content::before {
	top: 0;
}
.section-block.left.half-content::before,
.section-block.right.half-content::after {
	bottom: 0;
}
.block-image img {
	border-radius: 24px;
}
.section-block.left.half-content .block-image {
	text-align: left;
	margin: 0 0 40px;
}
#sidebar {
	margin-top: 34px;
}

	/* sidebar */
.sidebar.sidebar-blog.mobile-vr .widget-side:not(.widget_media_image) > ul {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
}
.sidebar.sidebar-blog:not(.mobile-vr) .widget-side:not(.widget_media_image) {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
}

.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);
	border-radius: 24px;
	padding: 23px 28px;
	position: relative;
	font-size: 14px;
	color: #Fff;
}

.sidebar.sidebar-blog .widget-title .caticon {
	left: 20px;
	top: 27px;
}
.sidebar.sidebar-blog .widget-title .caticon::before {
	color: #fff
}
.widget-side:not(.woocommerce-widget-layered-nav) > ul > li > a{
	padding: 15px 0;
	display: block;
	position: relative;
	font-size: 14px;
	font-family: var(--med_font);
}
.sidebar.sidebar-blog .widget-side > ul {
	padding: 0 15px;
	margin-top: 15px;
}

.widget-side > ul > li {
	position: relative;
}
.widget-side > ul > li:not(:last-child) {
	border-bottom: 1px solid #F5F5F5;
}
.cat-parent {
	position: relative;
}
.children .cat-item a {
	padding: 8px 0;
}
.cat-item a {
	display: block;
	color: var(--color_text);
}
.current-cat-parent > a {
	color: var(--color3);
}
li.current-cat > a,
.cat-item  a:hover{
	color:var(--color3);
}

.widget-side .children {
	font-size: 14px;
	padding: 10px 17px;
	background: #D7E3E53D;
	margin-bottom: 18px;
	margin-top: -8px;
}

.caticon {
	cursor: pointer;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 26px;
	color: var(--color1);
	font-size: 20px;
	transition: 0.4s ease;
	border-radius: 5px;
	line-height: 1;
	padding: 0px;
}
.caticon:before {
	content: "\e922";
	font-family: icomoon;
	transition: 0.4s ease;
}
.caticon.active{
	color:  var(--color3);
	transform: rotate(180deg);
}
.caticon:hover {
	color:  var(--color3);
}
.caticon.active:hover {
	color:  var(--color1);
}
.cat-parent.active > a {
	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;
}

#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: 20px;
	display: block;
	border-radius: 24px;
	overflow: hidden;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.page-numbers {
	width: 100%;
}


.page-numbers li {
	margin: 0 10px;
}
.page-numbers li a,
.page-numbers li span {
	line-height: 1;
	font-size: 18px;
	color: #787878;
	font-family: var(--med_font);
	transition: 0.4s ease;
	border-radius: 50%;
}

.page-numbers li span.current {
	color: var(--color3);
}
.page-numbers li .next.page-numbers,
.page-numbers li .prev.page-numbers {
	font-size: 26px;
	color: #C4C6C5;
	cursor: pointer;
	overflow: hidden;
}
.page-numbers li .prev.page-numbers {
	margin-left: 15px;
}
.page-numbers li .next.page-numbers {
	margin-right: 15px;
}
.page-numbers li .next.page-numbers:hover,
.page-numbers li .prev.page-numbers:hover {
	color: var(--color3);
}

.page-numbers li a:hover {
	color: var(--color3);
}

.widget-side {
	margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
	.slider-box::after {
		font-size: 33px;
	}
}
@media screen and (min-width: 992px) {
	#sidebar {
		margin-top: 0;
	}
	.block-sections {
		margin-top: 100px;
		display: grid;
		gap: 40px;
	}
	.col-cs-5 {
		-ms-flex: 0 0 40.666667%;
		flex: 0 0 40.666667%;
		max-width: 40.666667%;
	}
	.col-cs-6 {
		-ms-flex: 0 0 54%;
		flex: 0 0 54%;
		max-width: 54%;
	}
	.section-block.right.half-content .block-content {
		padding-right: 69px;
	}
	.section-block.left.half-content .block-content {
		padding-left: 69px;
	}
	.section-block.half-content::before {
		width: 70%;
		height: 100%;
		top: 0;
		right: unset;
	}
	.section-block.half-content::after {
		width: calc(30% - 18px);
		height: 100%;
		top: 0;
		right: unset;
	}
	.block-image {
		margin: 60px 0;
	}
	.section-block.left.half-content::after,
	.section-block.right.half-content::before {
		right: 0;
	}
	.section-block.left.half-content::before,
	.section-block.right.half-content::after {
		left: 0;
	}
	.section-block.full-content {
		padding: 40px;
	}
	.block-content {
		text-align: right;
	}
	.section-block.center .block-content {
		text-align: center;
	}
	.sidebar.sidebar-blog:not(.mobile-vr)  .widget-side > ul {
		padding: 0 25px;
		margin-top: 4px;
	}
	.widget-side:not(.woocommerce-widget-layered-nav) > ul > li > a{
		padding: 22px 0;
	}
	.sidebar.sidebar-blog:not(.mobile-vr) .widget-title {
		margin: 0;
		justify-content: center;
		background: none;
		font-size: 17px;
		color: var(--color1);
		padding: 7px 0;
		z-index: 0;
	}
	.sidebar.sidebar-blog:not(.mobile-vr)  .widget-title::before {
		content: "\e92e";
		font-family: icomoon;
		color: #d7e3e5;
		position: absolute;
		top: 0;
		font-size: 48px;
		z-index: -1;
		line-height: 1;
	}
	/*.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;
	}
}