﻿.site--header {
	background: #fff;
	left: 0;
	top: -10em;
	width: 100%;
	height: auto;
	z-index: 110;
	-webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);	
}

.site--header_inner {
	border-bottom: 5px solid #00A1DE;
	position: relative;
}

.scroll-start .site--header {
	position: fixed;
	top: 0;
}

.site--header .site--header_inner:after {
	content: '';
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #00843D;
    border-right: 3px solid #fff;
}

.top--bar {
	background: #018752;
	padding: 5px 0;
	color: #fff;
}

.top--bar .top--bar__links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top--bar .top--bar__links:before,
.top--bar .top--bar__links:after,
.site__wrapper:before,
.site__wrapper:after,
.site__container:before,
.site__container:after {
    display: table;
    content: " ";
}

.top--bar .top--bar__links:after,
.site__wrapper:after,
.site__container:after {
    clear: both;
}

.top--bar .top--bar__links li {
	float: left;
	padding: 0 8px;
    font-size: 12px;
	color: #fff;
	border-right: 1px solid #fff;
}

.top--bar__links li:last-child {
	padding-right: 0;
	border-right: 0;
}

.top--bar .top--bar__links li a {
	color: #fff;
	text-decoration: none;
}
.top--bar .top--bar__links li a:focus {
	border-bottom: 2px dotted #fff;
	padding:1px;
	border-radius: 0px;
	}
	.top--bar .top--bar__links li a:hover {
	border-bottom: 2px dotted #fff;
	padding:1px;
	border-radius: 0px;
	}



.site__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.site__container {
	max-width: 1200px;
	margin: 0 auto;
}

.site-columns:after, .site-columns:before {
    display: table;
    content: " ";
}

.site-columns:after {
    clear: both;
}

.header--wrapper .gr__bar {
	padding: 17px 0;
}

.site-branding {
	float: left;
}

.site-branding .brand {
	display: inline-block;
	background-image: url(logo.png);
	width: 155px;
	height: 48px;
	background-size: 100%;
}

.text-mute {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.site--navigation {
    float: left;
	margin-left: 50px;
	
}

.site--navigation .page__navigation {
    padding: 17px 0;
}

.site-columns {
	margin-left: -15px;
	margin-right: -15px;
}

.site-column {
	float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.site-column50 {
	width: 50%;
}

.site-column40 {
	width: 33.3333333%;
}

.offset-50 {
	margin-left: 50%;
}

.nav--main-desktop {
	float: left;
	margin-left: 110px;
}

.site--header__aside {
	float: right;
	padding-top: 5px;
}

/* breads */
.breads {
	background: #f6f8f7;
	padding: 23px 0 20px 0;
}

.breads .page--title {
	font-weight: bold;
	font-size: 26px;
	line-height: 31px;
	color: #4A4A4A;
	margin-bottom: 4px;
}

.breads .breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breads .breadcrumbs > li {
	display: inline-block;
	margin-right: 4px;
	color: #303030 !important;
	line-height: 16px;
	font-size: 13px;
	vertical-align: top;
	font-weight: bold;
}

.breads .breadcrumbs > li > a {
	text-decoration: none;
	display: block;
	color: #868F98;
	line-height: 1;
	font-size: 13px;
	font-weight: normal;
}

.breads .breadcrumbs > li:not(:first-child) > a:after {
	content: '\003e';
	margin-left: 7px;
	
}

.breads .breadcrumbs .home--icon {
	background: url(../images/home-icon.png) no-repeat left center;
	width: 19px;
	height: 16px;
	background-size: 100%;
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: top;
}

.xs-breads { 
	background: #8cc63e;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
}

.xs-breads a {
	color: #fff;
	text-decoration: none;
    display: inline-block;
    width: auto;
    padding: 0 20px 0 15px;
    border-right: 1px solid #79A646;
    background-image: url(../images/ico-back-buttom.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 9%;
}

/* breads */


.bg--secondary {
	background: #F6F8F7;
}

.search__btn {
	background: url(../images/search-icon.svg) no-repeat;
}

.search__field {
	background: #fff url(../images/search-icon.svg) no-repeat center;
	background-size: 16px auto;
    border: solid 1px #F1F1F1;
	padding: 4px;
	border-radius: 3px;    
    width: 32px;
	height: 32px;
	cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.aside__selectors ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.aside__selectors ul.border {
	border: solid 1px #F1F1F1 !important;
	border-radius: 3px !important;
	overflow: hidden;
	float: left;
	margin-left:5px;
	height:33px;
}

.aside__selectors ul li {
	float: left;
	line-height: 1;
}

.aside__selectors ul li a {
	display: block;
	line-height: 29px;
	padding: 1px 10px;
	font-size: 13px;
}

.aside__selectors ul li:nth-child(2) a {
	border-right: 1px solid #f1f1f1 !important;
	height:32px;
}

.aside__selectors .mobile--btns-holder {
	float: left;
}

.aside__selectors .mobile--btns-holder button {
	margin-left: 5px;
	float: left;
}

.footer__v3 .footer__bar1 {
    padding: 17px 0 13px;
}

.footer__v3 .copyright {
    padding-top: 10px;
    text-align: left;
}

.page__navigation--container--mobile > .navholder {
	z-index: 2;
}

.scroll-start .header-offset  {
	padding-top: 55px;
}

.alert-bg3 {
	display: none;
	background: #F6F8F7;
}

#search--box .search-group {
	max-width: 633px;
	margin: 10px auto;
	height: 40px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #DDDDDD;
	position: relative;
}

#search--box .search-group .search__field {
	position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background-size: 14px auto;
    border: 0;
    border-left: 1px solid #dddddd;
    padding: 0;
    background-color: transparent;
}

#search--box .input-search {
	height: 40px;
	width: calc(100% - 40px);
	background: none;
	padding: 6px 10px;
}

#region--box #desktop__options {
	padding: 24px 0 27px 155px;
	margin: 0 auto;
}

#region--box .title {
	font-size: 13px;
	line-height: 15px;
	color: #595F66;
	margin-bottom: 8px;
	display: block;
}

#region--box .list--style1 li {
	width: auto!important;
	max-width: 270px!important;
}

#region--box .change-name-divider input[type="text"] {
	height: 35px;
	font-size: 16px;
	color: #595F66; 
    line-height: 27px;
	margin-bottom: 12px;
}

#region--box .change-name-divider .button {
	font-size: 13px;
	line-height: 15px;
	width: 70px;
	height: 32px;
	padding: 0;
	display: block;
	margin-top:10px;
}

.mobile--menu {

    background-size: 16px auto;
    border-left: solid 1px #F1F1F1;
	width: 52px;
	height: 52px;
}

.sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	display: none;
}

.site--navigation li:hover .sub-menu,
.site--navigation li.hasubmenu:hover .sub-menu {
	display: block;
	position: absolute;
}

.site--navigation .nav > li, 
.site--navigation .inline > li {
	position: static;
}

.site--navigation .nav > li a, 
.site--navigation .inline > li a, .site--navigation .nav > li span, 
.site--navigation .inline > li span {
	position: relative;
	overflow: visible;
	display: block;
	z-index: 13;
}

.sub-menu {
	padding-top: 90px;	
}

.sub-menu .megamenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 26px 20px 26px 20px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.sub-menu .megamenu .mcol {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.sub-menu .megamenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-menu .megamenu li .menu-icon {
	display: block;
	width: 35px;
}

.sub-menu .megamenu li a {
	font-size: 13px;
	font-weight: normal;
	color: #59676b;
	display: inline-block;
	text-decoration: none;
}

.sub-menu .megamenu li:hover > a,
.sub-menu .megamenu li.active > a {
	color: #00843d;
}

.sub-menu .megamenu ul {
	max-width: 200px;
}

.sub-menu .megamenu ul:first-child > li > a {
	font-size: 18px;
	font-weight: bold;
	color: #00843d;
	margin-top: 17px;
}

.sub-menu .megamenu ul ul > li a {
	color: #595f66;
	font-weight: bold;
	margin-top: 7px;
}

.sub-menu .megamenu ul ul ul > li a {
	font-weight: normal;
	margin-top: 6px;
}

.sub-menu .megamenu ul ul ul {
	margin-bottom: 10px;
}

.sub-menu .megamenu ul:first-child > li {
	margin-bottom: 27px;
}

.sub-menu .megamenu ul:first-child > li:last-child {
	margin-bottom: 0;
}

.fclear:before,
.fclear:after {
	display: table;
	content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fclear:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	.text-sm-right {
		text-align: right;
	}
	
	.pull-sm-right {
		float: right;
	}
	
	.hidden-md {
		display: none!important;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
	.nav--main-desktop {
		margin-left: 25px;
	}
	
	.page__navigation > li {
		margin-right: 10px;
	}
}

@media screen and (min-width: 1025px) {
	.site--header .site--header_inner:after {
		width: 100px;
	}
	
	.page__navigation--button--mobile {
		display: none;
	}
	
	.scroll-start .header-offset  {
		padding-top: 114px;
	}
	
	.mobile--menu {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.site__wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.site--header .site--header_inner .gr__bar {
		position: relative;
	}
	
	.site--header .site--header_inner .gr__bar:after {
		content: '';
		height: 5px;
		position: absolute;
		top: 100%;
		left: 0;
		background: #00843D;
		width: 85px;
		border-right: 3px solid #fff;
		z-index: 5
	}
	
	.site--header .site--header_inner .gr__bar:before {
		content: '';
		height: 5px;
		position: absolute;
		top: 100%;
		left: 85px;
		background: #00A1DE;
		width: 50%;
		z-index: 5
	}
	
	.site--header .site--header_inner:after {
		width: 50%;
		border: 0;
	}
	
	#banca-page {
		padding-top: 114px;
	}
	
	.header--v2 .logo--main {
		margin-left: 30px;
	}
}

@media screen and (min-width: 1300px) {
	.site__wrapper {
		padding-left: 63px;
		padding-right: 63px;
	}
	
	.header--v2 .logo--main {
		margin-left: 63px;
	}
}

@media screen and (max-width: 1199px) {
	.site--navigation {
		margin-left: 15px;
	}
}

@media screen and (max-width: 1024px) {

.aside__selectors ul li a.select-lang{
    display:none;
}


	body {
		position: relative;
	}
	
	body.scroll-lock {
		overflow-y: hidden!important;
	}
	
	.hidden__sm {
		display: none!important;
	}
	
	.nav--main-desktop {
		display: none!Important;
	}
	
	.site-branding {
		border-right: 1px solid #f0f0f0;
		padding: 9px 16px 0px 0;
	}
		
	.site-branding .brand {
		width: 35px;
		height: 35px;
		background-image: url(../images/mobile/logo1.svg);
	}
	
	.header--wrapper .gr__bar {
		padding: 0;
	}
	
	#region--box #desktop__options {
		padding-left: 0;
	}
	
	.site--header .site--header_inner:after {
	    width: 70px;
	}
	
	.site--navigation {
		display: none;
		position: fixed;
		left: 0;
		top: 52px;
		width: 100%;
		height: 100%;
		z-index: 1001;
		margin: 0;
		background: #fff;
	}
	
	.site--navigation .page__navigation {
		padding: 0;
	}
	
	.site--navigation .page__navigation ul ul,
	.site--navigation .page__navigation .sub-menu {
		display: none!Important;
	}
	
	.site--navigation .page__navigation > li {
		float: none;
		display: block;
		margin: 0;
		border-bottom: 1px solid #c0c3c3;
	}
	
	.site--navigation .page__navigation > li > a, .site--navigation .page__navigation > li > span {
		color: #65656a;
		text-transform: uppercase;
		font-size: 15px;
		text-decoration: none;
		display: block;
		padding: 15px;
	}
	
	.site--header .gr__bar {
		position: relative;
	}
	
	.site--header__aside {
		overflow: hidden;
		padding: 0;
		float: none;
		right: 0;
		padding: 0 0 0 0;
		
	}
	
	.aside__selectors {
		width: 100%;
		float: left;
	}
	
	.aside__selectors .mobile--btns-holder {
		margin-left: 0;
		float: right;
	}
	
	.aside__selectors .mobile--btns-holder button {
		margin-left: 0px;
	}
	
	#region--box .list--style1 li {
		max-width: 100%!important;
	}
	
	#region--box .ccol-md-4 {
		margin-bottom: 20px;
	}
	
	#region--box .ccol-md-4:last-child {
		margin-bottom: 0;
	}


    #hamburg {
        width: 52px;
        height: 52px;
        position: relative;
        margin: 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
      }
      
      #hamburg span{
        display: block;
        /* position: absolute; */
        height: 4px;
        width: 100%;
        background: #0E845C;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 25px;
        margin-left: auto;
        margin-right:auto;
      }
      
      #hamburg span:nth-child(1) {
        top: 25px;
      }
      
      #hamburg span:nth-child(2) {
        top: 4px;
      }
      
      #hamburg span:nth-child(3) {
        top: 25px;
      }
      
      #hamburg.open span:nth-child(1) {
        top: 25px;
        left:13px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        position:absolute
      }
      
      #hamburg.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
      }
      
      #hamburg.open span:nth-child(3) {
        top: 21px;
        left:13px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        position:absolute
      }
  
      

}

@media (max-width: 767px) {
	.visible-md {
		display: none!important;
	}
	
	.breads { 
		padding: 0;
	}
	
	.breads .page--title {
		font-size: 20px;
		padding: 20px 0 10px;
	}
	
	.site-column {
		float: none;
	}
	
	.site-column50, .site-column40 {
		width: auto
	}
	
	.page__navigation--button--mobile {
		height: 32px;
		width: 32px;
		border: solid 1px #F1F1F1;
		padding: 4px;
		border-radius: 3px;    
		margin-top: 5px;
		right: 15px;
	}
	
	.page__navigation--button--mobile a {
		margin: 0;
	}
	
	.page__navigation--button--mobile a:before {
		background: transparent url(../images/nav.svg) no-repeat center;
		background-size: 20px auto;
		box-shadow: none;
		width: 20px;
		height: 26px;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	.page__navigation--button--mobile.active {
		border: 1px solid #fff;
	}
}






/* new menu 2021 */
.note--bar {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: -0.2px;
	color: #303030;
	padding: 0;
	background-color: #fbf1d8;
}

.note--bar .site__container {
	position: relative;
}

.note--bar a {
	color: #303030;
}

.note--bar .fa-exclamation-triangle {
	color: #F4BA47;
	margin-right: 13px;
	font-size: 18px;
}

.note--bar .fa-chevron-right {
	font-size: 14px;
	display:none;
}

.note--bar .close-button {
	box-sizing: content-box;
    width: 25px;
    height: 25px;
    padding: 0px;
    color: #000;
    background: #303030 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	background-size: 8px auto;
    border: 0;
    border-radius: 50%;	
	-webkit-appearance: button;
	margin: 10px 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;	
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.note--bar.alert-hide {
	padding: 0;
}

.top--bar {
	padding: 10px 0;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.02px;
	color: #fff;
}

.top--bar-right {
	float: right;
}

.top--bar-left .top--bar__links li:first-child {
	padding-left: 0;
}

.aside__selectors ul {
	border: 0;
	border-radius: 0;
}

.aside__selectors ul li a.select-lang {
	background: url() no-repeat center;
    background-size: 16px auto;
	text-indent: -9999px;
	width: 34px;
	height: 32px;
	padding: 4px;
	
	border-right: 0;
	border-radius: 3px;

}


.aside__selectors .mobile--btns-holder button#search-field { 
	margin-left: 0;
}

.mobile--btns-holder .search__field {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.sub-menu .megamenu li .menu-icon {
	display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.aside__selectors {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	.aside__selectors .mobile--btns-holder {
		display: flex;
		float: none;
	}
}

@media screen and (min-width: 1025px) {
	.site--navigation .page__navigation {
		padding: 0;
	}
	
	.header--wrapper .gr__bar {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.site--header__aside {
		margin-left: auto;
	}
	
	.page__navigation > li > a, .page__navigation > li > span {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: 0.04px;
		color: #000;
		padding-top: 34px;
		padding-bottom: 34px;
        font-weight: bold;
        text-transform: capitalize;
	}

   .page__navigation a:active, .page__navigation a:hover, .page__navigation a:active, .page__navigation span:hover {

        color: #0E845C;
    }
	
	.page__navigation > li {
		margin-right: 30px;
	}
	
	 .page__navigation > li.has-submenu > span:after, .page__navigation > li.has-submenu > a:after   {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		background: transparent url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230e845c' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center/1em no-repeat;
		background-size: 100%;
		margin-left: 10px;
	}
	
	.page__navigation > li:hover > span:before, 	.page__navigation > li:hover > a:before   {
		content: '';
		position: absolute;
		bottom: 0;
		left: -10px;
		right: 0;
		background: #8cc63e;
		height: 6px;
		width: calc(100% + 20px);
	}
	
	.site--navigation li:nth-child(2):hover > span:before, .site--navigation li:nth-child(2):hover > a:before {
		background: #68afe1;
	}
	
	.site--navigation li:nth-child(3):hover > span:before, .site--navigation li:nth-child(3):hover > a:before {
		background: #8154c1;
	}
	
	.sub-menu {
		padding-top: 86px;
	}
	
	.sub-menu .megamenu {
		border-radius: 0 0 6px 6px;
		box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
		background-color: #fff;
		padding: 40px 40px 30px 40px;
	}
	
	.sub-menu .megamenu ul:first-child > li > a, .sub-menu .megamenu ul:first-child > li > span {
		margin-top: 0;
		font-size: 15px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.125;
		letter-spacing: 0.04px;
		color: #0e845c;
		border-bottom: solid 1px #e7e7e7;
		margin: 0 0 8px;
		padding: 0 0 9px;
		display: block;
		text-transform: none;
		
	}
	
	.sub-menu .megamenu ul ul > li a {
		font-size: 13px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: 0.25px;
		color: #303030;
	}


    a.mmbox-cta{
        font-size:15px !important;
    }

    .mmbox-inner p {
        font-size:14px;
        margin-bottom: 10px;
		color: #303030;
    }
	
	.megaMenuRow {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.megaMenuRow .mmc1 {
		width: 60%;
	}
	
	.megaMenuRow .mmc2 {
		width: 40%;
	}
	
	.megaMenuRow .mmc2 {
		padding-left: 40px;
	}
	
	.mmc1 .ccol-4 {
		margin-bottom: 45px;
	}
	
	.header--wrapper {
		position: relative;
	}
	
	.mmbox {
		padding: 30px;
		border-radius: 5px;
		border: solid 1.5px #dcdcdc;
		background-color: #fefefe;
		text-transform: none;
		text-align: center;
		position: relative;
		margin-bottom: 20px;
	}
	
	.mmbox:last-child {
		margin-bottom: 0;
	}
	
	.mmbox:after {
		content: '';
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: -1px;
		left: 0;
		background: url(../images/home2021/line.jpeg) left bottom repeat-x;
		border-radius: 5px;
	}
	
	.mmbox-title {
		font-size: 20px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: -0.2px;
		color: #303030;
		text-align: center;
		margin-bottom: 19px;
	}

	
	.sub-menu .megamenu .mmbox ul {
		list-style: none;
		padding: 0;
		margin: 0 0 19px;
		font-size: 13px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.69;
		letter-spacing: normal;
		color: #303030;
		text-transform: none;
		text-align: left;
	}
	
	.mmbox ul li {
		position: relative;
		padding-left: 24px;
	}
	
	.mmbox ul li:before {
		content: '';
		background: url(../images/check2.svg) no-repeat left 2px;
		width: 16px;
		height: 16px;
		background-size: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.sub-menu .megamenu ul {
		max-width: 100%;
	}
	
	.mmbox-cta {
		font-size: 14px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: -0.14px;
		color: #0e845c;	
		text-align: center;
		padding-right: 16px;
		position: relative!important;
		display: inline-block!important;
	}
	
	.mmbox-cta:after {
		content: '';
		background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230e845c' class='bi bi-chevron-right' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center/1em no-repeat;
		background-size: 100%;
		width: 10px;
		height: 14px;
		display: block;
		position: absolute;
		right: 0;
		top: 3px;
	}
	
	.menu-after-menu {
		padding-top: 40px;
	}
	
	.mmbox.mmboxBanner {
		padding: 0;
		max-width: 360px;
		margin-left: auto;
		margin-bottom: 40px;
	}
	
	.mmbox-image {
		position: relative;
	}
	
	.mmboxBanner .mmbox-image img {
		width: 100%;
	}
	
	.mmbox-i-title {
		font-size: 26px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.15;
		letter-spacing: -0.35px;
		color: #0e845c;	
		position: absolute;
		top: 28px;
		left: 38px;
		text-align: left;
	}
	
	.white-text {
	color: #fff !important;	
			}

	.mmbox-i-content {
		font-size: 18px;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.15;
		letter-spacing: -0.35px;
		color: #0e845c;	
		position: absolute;
		top: 100px;
		
		left: 38px;
		text-align: left;
	}
	

	
	.mmbox-i-btn {
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
	}
	
	.page__navigation li .mmbox-i-btn > a {
		display: block;
		width: calc(100% - 72px);
		padding: 12px 81.5px 13px 81.5px;
		border-radius: 5px;
		border: solid 1px #0e845c;
		background-color: #0e845c;
		font-size: 15px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: -0.14px;
		text-align: center;
		color: #fff;
		margin: 0 auto;
	}

}

/* new menu 2021 END */