#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    max-width: 820px;
    float: none !important;
    margin: 0 auto;
}
li.sub-custom {
    padding: 25px 0 !important;
    width: 260px !important;
}
li.sub-custom ul {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}
li.sub-custom ul li {
    padding: 0 !important;
}
li.sub-custom ul li a {
    padding: 5px 40px !important;
}
li.sub-custom > ul.mega-sub-menu > li.ser-default:first-child > ul.mega-sub-menu,
.sub-custom > ul.mega-sub-menu > li.ser-default:hover > ul.mega-sub-menu,
.sub-custom > ul.mega-sub-menu > li.mega-menu-item-has-children:hover > ul.mega-sub-menu {
    top: -25px !important;
    padding: 25px 0 !important;
}
.sub-custom > ul.mega-sub-menu > li.ser-default:first-child > ul.mega-sub-menu {
    padding: 25px 0 !important;
    width: 260px !important;
}
.sub-custom > ul.mega-sub-menu > li.ser-default:first-child > ul.mega-sub-menu > li.mega-menu-item-has-children > .mega-sub-menu {
    padding: 0 !important;
    width: 300px !important;
}
.sub-custom .content-right {
    height: 360px;
}


/* */
#page {
	overflow: hidden;
}
#masthead {
	position: relative;
}
.btn-schedule {
    background: linear-gradient(93.58deg, #FFD9E6 0%, #F9ECF9 50%, #BFEAFF 100%);
    font-family: 'SVN-Mont SemiBold';
    border-radius: 30px;
    padding: 13px 37px;
	min-width: 315px;
	border: 2px solid #fff !important;
}
@media (min-width: 1080px) {
	.btn-schedule {
		min-width: unset;
		border: none;
	}
}
.btn-schedule:hover,
.mega .col-t .btns-action a.btn-gradient:hover {
	background: linear-gradient(94deg, #FFBFD4 0%, #F9E0F9 50%, #B2E5FF 100%);
}
.mega .col-t .btns-action a.btn-gradient.outline:hover::before {
	content: none;
}
.ms-15 {
    margin-left: 0;
	width: 100%;
	text-align: center;
}
@media (min-width: 1080px) {
	.ms-15 {
		margin-left: 15px;
		width: unset;
	}
}
.main-menu {
	flex: 1;
}
@media (min-width: 1080px) {
	.main-menu {
		position: relative;
	}
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu .main-menu-inner {
	display: block;
	position: absolute;
	z-index: 100028;
	top: 88px;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 30px 20px;
	transition: all .4s ease;
	opacity: 0;
	transform: translateX(100%);
	flex-direction: column;
	align-items: start;
}
@media (min-width: 1080px) {
	.main-menu .main-menu-inner {
		display: block;
		position: relative;
		padding: 0;
		top: unset;
		left: unset;
		width: 100%;
		opacity: 1;
		transform: translateX(0);
		flex-direction: row;
		align-items: center;
		justify-content: end;
		background-color: transparent;
	}
}
@media (max-width: 1079.98px) {
	.main-menu .main-menu-inner > ul {
		width: 100%;
	}
	.main-menu .main-menu-inner > ul + .header__cta {
		margin: 0 auto;
	}
}
@media (min-width: 1080px) {
	.main-menu .main-menu-inner > ul,
	.main-menu .main-menu-inner > ul + div {
		display: block;
	}
	.main-menu .main-menu-inner > ul + div {
		margin-top: 0;
	}
}
.main-menu .main-menu-inner > ul > li {
    list-style: none;
    display: block;
}
@media (min-width: 1080px) {
	.main-menu .main-menu-inner > ul > li {
		list-style: none;
		float: left;
	}
}
.main-menu ul li a {
    padding: 10px 0;
    color: #000;
    font-size: 16px;
	line-height: 24px;
    position: relative;
}

.main-menu-inner > ul > li:hover > a {
	font-family: 'SVN-Mont SemiBold';
}
@media (min-width: 1080px) {
	.main-menu ul li a {
		padding: 30px 15px;
		font-size: 16px;
		line-height: 24px;
	}
}	
@media (max-width: 1079.98px) {
	.main-menu ul li a {
		display: block;
	}
}
.main-menu ul li:hover a {
    /* font-weight: 600; */
}
@media (min-width: 1080px) {
	.main-menu ul li.has-sub a {
		padding-right: 39px;
	}
}
.main-menu ul li.has-sub > a::after {
    content: '';
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../images/caret-down.png');
    background-size: contain;
    background-position: center;
	/* transform: rotate(-90deg) translateX(8px) translateY(0); */
}
@media (min-width: 1080px) {
	.main-menu ul li.has-sub > a::after {
		top: 50%;
		right: 16px;
		transform: rotate(0) translateX(0) translateY(-50%);
	}
}
.mega {
	display: none;
	position: absolute;
	top: calc(100% + 26px);
    left: -10%;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    width: 820px;
    background-color: #fafafa;
}
.mega::before {
	content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: transparent;
}
#wpadminbar + #page .mega {
	/* top: 112px; */
}
.mega-title {
	display: none;
	padding: 20px 50px;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-family: 'SVN-Mont SemiBold';
}
.mega-title > i {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 15px;
	background-image: url('../images/caret-left.png');
	background-size: contain;
	cursor: pointer;
}
.mega [class^="col-"] {
	float: left;
	position: relative;
	height: 360px;
}
.mega .col-f,
.mega .col-s {
	width: 260px;
}
.mega .col-t {
	width: 300px;
}
.mega .col-s {
	background-color: #f2f2f2;
}
.mega .col-s ul:not(:first-child) {
	display: none;
}
.mega .col-t .bcard:not(:first-child) {
	display: none;
}
.mega .col-t figure img {
	width: 100%;
}
.mega .col-t .btns-action {
	background: linear-gradient(79deg, rgba(255, 153, 187, 0.10) -14.07%, rgba(128, 212, 255, 0.10) 103.98%), #F2F2F2;
	padding: 30px 0;
	position: absolute;
    bottom: 0;
    width: 100%;
}
.mega .col-t .btns-action:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 160px;
	background-image: url('../images/btns-action-overlay.png');
	background-position: bottom center;
	background-size: contain;
}
.mega .col-t .btns-action a.btn-gradient {
	display: inline-block;
	width: 125px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 8px;
	font-family: 'SVN-Mont SemiBold';
	border-radius: 30px;
	background: linear-gradient(93.58deg, #FFD9E6 0%, #F9ECF9 50%, #BFEAFF 100%);
}
.mega .col-t .btns-action a.btn-gradient span {
	font-size: 14px;
	line-height: 24px;
}
.mega .col-t .btns-action a.btn-gradient.outline:before {
    content: '';
    position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 30px;
	z-index: 1;
	background: linear-gradient(79deg, rgba(255, 153, 187, 0.10) -14.07%, rgba(128, 212, 255, 0.10) 103.98%), #F2F2F2;
}
.mega .col-t .btns-action a.btn-gradient.outline span {
	z-index: 2;
	position: relative;
}
.mega .col-t .btns-action a.btn-gradient:after {
	
}
.mega .col-t .btns-action a.btn-gradient:not(:last-child) {
	margin-right: 10px;
}
.mega [class^="col-"] ul {
	margin: 25px 20px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 310px;
}
.mega [class^="col-"] ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	/* background-color: rgba(0, 0, 0, 0.10); */
	background-color: #e6e6e6;
	border-radius: 10px;
}
.mega [class^="col-"] ul::-webkit-scrollbar {
	width: 4px;
	background-color: #e6e6e6;
}
.mega [class^="col-"] ul::-webkit-scrollbar-thumb {
	background-color: #000;
	border: 1px solid #555;
	border-radius: 10px;
}
.mega [class^="col-"] ul li {
	
}
.mega [class^="col-"] ul li a {
	padding: 5px 20px;
	font-size: 14px;
	line-height: 1.5;
	display: block;
}
.mega [class^="col-"] ul li a:hover {
	font-family: 'SVN-Mont SemiBold';
}
.mega [class^="col-"] ul li a:after {
	
}
@media (min-width: 1080px) {
	.main-menu ul li.has-sub:hover .mega {
		display: block;
	}
}
.main-menu .toggler {
    cursor: pointer;
    height: 24px;
    width: 24px;
    opacity: 0;
    z-index: 2;
}
.main-menu .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}
@media (min-width: 1080px) {
	.main-menu .toggler,
	.main-menu .hamburger {
		display: none;
	}
}
.main-menu .hamburger > div {
    position: relative;
    top: 0;
    right: 0;
    background: #000;
    height: 2px;
    width: 16px;
	border-radius: 2px;
    transition: all 0.4s ease;
}
.main-menu .hamburger > div::before,
.main-menu .hamburger > div::after {
    content: "";
    position: absolute;
    top: -8px;
	right: 0;
    background: #000;
    width: calc(100% + 4px);
    height: 2px;
	border-radius: 2px;
    transition: all 0.4s ease;
}
.main-menu .hamburger > div::after {
    top: 8px;
}
@media (max-width: 1079.98px) {
	.main-menu .main-menu-inner > ul > li:not(:last-child) {
		margin-bottom: 20px;
	}
	.main-menu .main-menu-inner > ul > li > a {
		padding: 0 0 20px 0;
		border-bottom: 1px solid #F3F3F3;
	}
	.main-menu .toggler:checked + .hamburger > div {
		background: rgba(0, 0, 0, 0);
	}
	.main-menu .toggler:checked + .hamburger > div::before {
		top: 0;
		transform: rotate(45deg);
		background: black;
	}
	.main-menu .toggler:checked + .hamburger > div::after {
		top: 0;
		transform: rotate(135deg);
		background: black;
	}
	.main-menu .toggler:checked + .hamburger + .main-menu-inner {
		opacity: 1;
		row-gap: 30px;
		min-height:100vh;
		transform: translateX(0);
	}
	.mega.active {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1020;
		background: linear-gradient(215.67deg, #F8F8F8 0%, #F2ECEE 100%);
		display: block;
	}
	.mega.active .mega-title {
		display: block;
	}
	.mega.active .col-f {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		background: linear-gradient(215.67deg, #F8F8F8 0%, #F2ECEE 100%);
		height: calc(100vh - 220px);
    	overflow-y: scroll;
	}
	.mega.active .col-s,
	.mega.active .col-t {
		display: none;
	}
	.mega.active .col-f ul {
		margin: 0;
		height: unset;
	}
	.mega.active .col-f ul li a {
		padding: 10px 40px 10px 15px;
		font-size: 18px;
		line-height: 27px;
		position: relative;
		font-family: 'SVN-Mont Semibold';
	}
	.mega.active .col-f ul li a::after {
		-webkit-transition: -webkit-transform .8s ease-in-out;
		-ms-transition: -ms-transform .8s ease-in-out;
		transition: transform .8s ease-in-out;  
		transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
	}
	.mega.active .col-f ul li a.toggle-on::after {
		transform:rotate(270deg);
		-ms-transform:rotate(270deg);
		-webkit-transform:rotate(270deg);
	}
	.mega.active .col-f > ul > li > a::after {
		content: '';
		position: absolute;
		top: 18px;
		right: 15px;
		width: 16px;
		height: 16px;
		background-image: url('../images/caret-left.png');
		background-size: contain;
		transform: rotate(180deg);
		-webkit-transition: -webkit-transform .4s ease-in-out;
		-ms-transition: -ms-transform .4s ease-in-out;
		transition: transform .4s ease-in-out;
	}
	.mega.active .col-f > ul > li.toggle-on > a::after {
		transform: rotate(270deg);
	}
	.mega.active .col-f ul li.mega-accordion ul li a {
		font-size: 16px;
		line-height: 24px;
		padding-left: 35px;
		padding-right: 15px;
		font-family: 'SVN-Mont';
	}
}
@media (min-width: 1080px) {
	.mega ul li.hover-on a {
		font-family: 'SVN-Mont SemiBold';
	}
	.mega .mega-accordion .mega-accordion-child {
		display: none;
	}
}

.mega ul li.last a {
	font-family: 'SVN-Mont SemiBold';
	text-decoration: underline;
}

/* */
.dropdown.lang {
	display: none;
}
@media (min-width: 1080px) {
	.dropdown.lang {
		margin-left: 30px;
		display: block;
	}
}
.dropdown.lang.mobile {
	display: block;
	margin-right: 50px;
}
@media (min-width: 1080px) {
	.dropdown.lang.mobile {
		display: none;
	}
}
.dropdown.lang a {
	border: none !important;
	background: none !important;
	padding: 0 25px 0 0;
}
.dropdown.lang .dropdown-toggle::after {
	background-image: url('../images/caret-down.png');
	background-size: contain;
    background-position: center;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: none !important;
	position: absolute;
	right: 0;
	top: 4px 
}
.dropdown.lang .dropdown-menu {
	min-width: unset;
}
.dropdown.lang .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #0000001a
}
.dropdown.lang .dropdown-menu li a {
	min-width: unset;
	padding: 0 10px;
}
.dropdown.lang img {
	width: 20px !important;
	height: 14px !important;
}

@media (min-width: 992px) {
	.min-height-630 {
		min-height: 630px;
	}
}

.pum-close.popmake-close {
	background-image: url('../images/close-icon.png') !important;
	background-size: contain !important;
    background-position: center;
    width: 32px !important;
    height: 32px !important;
    color: transparent !important;
    opacity: 1;
    border: none !important;
    text-shadow: none !important;
    display: block;
}
@media(max-width: 1367px)
{
  .btn-schedule
  {
    padding: 13px 30px;
  }
}

.why-glo-sec .card-content .card-item p {
	padding: 0 5px;
}

@media (max-width: 767px) {
	#popmake-2437 {
		max-width: calc(100% - 80px) !important;
	}
}

#popmake-2437 {
	margin: 0 auto !important;
}

#pum-2437 .pum-content.popmake-content .d-md-flex.justify-content-between {
	align-items: stretch !important;
}
@media (min-width:1080px) and (max-width:1199px) {
  .main-menu ul li a {
	padding: 30px 10px;
	font-size: 15px;
  }
}​

/* 11.02 */
body #wpadminbar {
	position: fixed !important;
	top: 0;
}
body #content {
	padding-top: 132px;
}
body.home #content {
	padding-top: 41px;
}
@media (min-width: 1080px) {
	body #content {
		padding-top: 145px;
	}
}
@media (max-width: 767px) {
	body.home #content {
		padding-top: 130px;
	}
}
header#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 997;
}
body.admin-bar header#masthead {
	top: var(--wp-admin--admin-bar--height, 0);
}