.page-template-template-child .container .container,
.page-template-template-parent .container .container {
	padding: 0;
}
.widget-side {
	margin-bottom: 20px;
}
.widget-side {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
}
.sidebar .widget-title {
	transition: .4s;
	background: var(--color1);
	border-radius: 24px;
	padding: 23px 28px;
	position: relative;
	font-size: 14px;
	color: #Fff;
	display: flex;
	font-family: var(--bold_font);
}
.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;
}
.widget-side > ul > li > a {
	padding: 10px 0;
	display: block;
	position: relative;
	font-size: 14px;
	font-family: var(--bold_font);
	line-height: 2;
	margin: 5px 0;
	border-radius: 12px;
	transition: 0.5s ease;
}
.widget-side > ul > li > a:hover {
	color: var(--color3);
}
.widget-side > ul > li > a.active {
	padding: 10px 14px;
	color: #fff;
	background: var(--color3);
}
.cta-box {
	background: linear-gradient(to top,#004B44, #6E98A2 );
	border-radius: 16px;
	padding: 47px 20px;
	text-align: center;
	position: relative;
}
.cta-box::before {
	content: '\e92e';
	font-family: icomoon;
	color: var(--bg_body);
	position: absolute;
	top: -10px;
	right: 50%;
	transform: translateX(50%);
	font-size: 18px;
}
.cta-box::after {
	content: '\e92e';
	font-family: icomoon;
	color: var(--bg_body);
	position: absolute;
	bottom: -10px;
	right: 50%;
	transform: translateX(50%) rotate(180deg);
	font-size: 18px;
}
.cta-box .title {
	font-size: 20px;
	line-height: 1;
	color: var(--color2);
	margin-bottom: 27px;
	font-family: var(--med_font);
	display: block;
}
.cta-btns {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}
.mobile-access {
	position: fixed;
	z-index: 2;
	width: 100%;
	right: 0;
	left: 0;
	background: var(--color1);
	margin-bottom: 0;
	bottom: 60px;
	transition: 0.4s ease;
}

.mobile-access.deactivate {
	bottom: 0;
	transform: translateY(calc(100% - 128px));
}
.mobile-access .widget-title {
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 16px 22px;
	align-items: center;
	position: relative;
}
.deactivate .widget-side {
	background: var(--color1);
}
.widget-title.deactivate:after {
	content: "\e922";
	font-family: 'icomoon';
	color: #fff;
	font-size: 20px;
	margin-right: auto;
	transition: 0.3s;
	max-width: 18px;
	line-height: 1;
}
.mobile-access ul {
	background: #FFFFFF;
	border-radius: 24px;
	margin: 21px;
}
.widget-title:not(.deactivate) {
	margin: 0;
	justify-content: center;
	background: none;
	font-size: 17px;
	color: var(--color1);
	padding: 7px 0;
	z-index: 0;
}
.mobile-widget .widget-title {
	color: #fff;
}
.widget-title:not(.deactivate)::before {
	content: "\e92e";
	font-family: icomoon;
	color: var(--bg_body);
	top: -1px;
	position: absolute;
	font-size: 48px;
	z-index: -1;
	line-height: 1;
}
.mobile-widget .widget-title::before {
	color: var(--color1);
}
.mobile-access.deactivate {
	border-radius: 0;
}
.mobile-access {
	border-radius: 24px 24px 0 0;
}
.mobile-access:not(.deactivate) .widget-side.mobile-widget {
	margin: 20px;
}
.widget-close {
	width: 38px;
	height: 38px;
	display: inline-flex;
	justify-content: center;
	background: var(--color1);
	border-radius: 100%;
	color: var(--color2);
	font-size: 20px;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -17px;
	align-items: center;
	transition: 0.4s ease;
}
.deactivate .widget-close {
	display: none;
}
@media screen and (min-width: 992px) {
	.sidebar .widget-side > ul {
		padding: 0 25px;
		margin-top: 4px;
	}
	.widget-side > ul > li > a {
		padding: 10px 0;
		display: block;
		position: relative;
		font-size: 14px;
		font-family: var(--bold_font);
		line-height: 2;
		margin: 15px 0;
		border-radius: 12px;
		transition: 0.5s ease;
	}
}
