/*
Theme Name: Enigma Healthcare 2025
Theme URI: http://theodagency.com
Description: Enigma Healthcare 2025
Author: Ollie Stott
Author URI: http://theodagency.com
Version: 1.0.0
*/

body {
  font-family: "DM Sans", serif;
  font-weight: 300;
  font-style: normal;
}

section {
	position: relative;
}

/* COOKIE BANNER */

.cookie-banner, .cookie-banner-alt {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
}

.cookie-banner .close, .cookie-banner-alt .closer {
  height: 20px;
  background-color: transparent;
  border: none;
    color: #fff;
  border-radius: 2px;
  cursor: pointer;
    top: 20px;
    position: absolute;
    right: 20px;
    font-size: 2em;	
}

.cookie-banner button.close, .cookie-banner-alt button.closer {
    color: #1a1938!important;
    opacity: 1;
    font-size: 2em!important;
    border: none!important;
    font-family: 'font awesome 6 pro';
    background: #fff;
    display: block;
    height: auto;
    padding: 10px;
    line-height: 1em;
}

#popUp {
    border-radius: 25px;
}

/* MAILCHIMP */

#mc_embed_signup .mc-field-group input, .mc-field-group select {
    padding: 8px!important;
    border-radius: 30px;
	border: 1px solid #ABB0B2;
}

/* GENERAL STYLES */

.nav-item a {
    font-weight: 500;
}

.bg-dark {
	background: #666!important;
}

.bg-primary {
	background: #211356!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #211356!important;
}
.nav-pills .nav-link {
    padding: 10px;
	color: #666;
}
.bg-secondary {
	background: rgba(20,171,195,0.15)!important;
}

.bg-tertiary {
    background: #e6e6e6;
}

#header > header {
background: #fff;
}

a {
	color: #211357;
}

.text-secondary {
	color: #15abc3!important;
}

.btn, input[type=submit], button[type=submit], .button {
	border-radius: 50px!important;
	padding: 10px 20px!important;
	margin-right: 20px;
	font-weight: 600;
}

.btn-group {
    border-radius: 0;
    border-bottom: thin solid #211356;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.btn-group .btn, .btn-group .btn:hover {
	border-radius: 0!important;
	margin-right: 0;
	border: none!important;
}

.btn-primary, div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), li.product .button, .field-wrap input[type=submit] {
	background: #15abc3!important;
	border-color: #15abc3;
	color: #fff!important;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: 500;
}

/* FORMS */
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 5px 0!important;
}

.nf-field-element input, .nf-field-element textarea {
    background: none !important;
    padding: 10px 15px;
    border-radius: 25px;
    border: thin solid #4d4d4d;
}

footer .nf-field-element input, footer .nf-field-element textarea {
    border: thin solid #fff;
	color: #fff;
}

.nf-field-label, .nf-form-fields-required {
    display: none;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 15px!important;
}

footer .nf-field-element textarea {
    height: 100px!important;
}

/* END FORMS */

.btn:hover {
	background: #fff!important;
	border: thin solid #15abc3!important;
	color: #15abc3!important;
}

.btn-outline-primary {
	border: 2px solid #15abc3!important;
	color: #15abc3!important;
}

.btn-outline-primary:hover {
	background: #15abc3!important;
	color: #FFF!important;
}

.btn-outline-light {
	border: 2px solid #fff;
	color: #fff;
}

.bg-light {
	background: #f2f2f2!important;
}

.accordion-item, .accordion-button {
    background: none;
}

.bg-dark .accordion-button:after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
}


.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #8a57c8;
	transform-origin: center;
}

#specification .accordion-button:not(.collapsed) {
    background: none;
}

#specification .accordion-button.no-sec:after {
    display: none;
}

#specification .accordion-button {
    padding-left: 35px;
    color: #211356;
    font-weight: 500;
}

.accordion-button {
	box-shadow: none!important;
}

#specification .accordion-button:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f00c';
    position: absolute;
    left: 10px;
}

#specification .accordion-button:not(.collapsed)::after {
	transform: rotate(45deg);
}

.bgimg {
    background-size: cover;
    background-position: 50%;
}

.vh-50 {
	height: 50vh;	
}

ol li {
    margin-bottom: 10px;
}

b, strong, .strong {
    font-weight: 500;
}
	
.lead {
	font-size: 1.25em;
}

.text-primary {
	color: #15abc3!important;
}

/* SELECT */

.field-wrap select {
    padding: 12px 20px 12px 10px;
    border-radius: 50px;
}

/* BOOK BUTTON */

a#bookBtn {
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    position: fixed;
    top: 50%;
    right: 0px;
	font-weight: 500;
    transform-origin: right bottom;
    transform: rotate(-90deg) translateX(50%);
    z-index: 999999999;
    background: #15abc3;	
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

a#bookBtn:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f073';
	margin-left: 10px;
	color: #fff;
}

.mega-menu-wrapper li > a {
	display: none;
}

.mega-menu-wrapper.show li > a {
	display: block;
}

.mega-menu-wrapper li.hide > a {
	display: none;
}

.mega-menu-wrapper a, .nav-item ul.sub-menu a {
	font-family: "DM Sans", serif;
    text-decoration: none !important;
    color: #666;
	font-size: 0.9em;
}

header ul.sub-menu > li > a {
    font-family: "DM Serif Display", serif !important;
    color: #211357 !important;
    font-size: 1.2em !important;
}

header ul.sub-menu ul.sub-menu li > a {
    font-family: "DM Sans", serif !important;
    text-decoration: none !important;
    color: #666 !important;
    font-size: 0.9em !important;
}

/* HEADINGS */

h1,h2,h3,h4,h5,h6 {
	font-family: "DM Serif Display", serif;
	color: #211357;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
	color: #211357;
}

#titleHold {
	position: relative;
}

#titleHold:before, #mulcard:before {
    width: 30px;
    display: inline-block;
    height: 50px;
    content: '';
    background-image: url(/wp-content/uploads/2023/02/icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-bottom: -10px;
	position: absolute;
	left: 0;
}

#mulcard:before {
	width: 20px;
	left: 15px;
	top: 5px;
}

.home h1 {
    font-size: calc(1.375rem + 2.25vw);
}

h2 {
    font-size: calc(1.375rem + 1.2vw);
}

h3 {
    font-size: calc(1.1rem + 1vw);
}

h4 {
    font-size: calc(1.275rem);
    font-weight: 300;
}

h6 {

}

h6.pill {
    display: inline-block;
    position: relative;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.9em;
    color: #fff;
}

.form-group input, .form-group textarea, .wpforms-field-container input, .wpforms-field-container textarea  {
    padding: 20px !important;
    border-radius: 25px !important;
}

footer .form-group input, footer .form-group textarea, footer .wpforms-field-container input, footer .wpforms-field-container textarea  {
    background: none !important;
    border: thin solid #fff ! Important;
    color: #fff !important;
}

footer .form-control::placeholder, footer input::placeholder, footer textarea::placeholder {
	color: #fff!important;	
}

#header, #masblock img, .readMore:after , .btn {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.readMore {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
    color: #15abc3;
	position: relative;
}

.readMore:after {
	font-family: 'Font Awesome 6 Pro';
	content: '\f178';
	position: absolute;
	right: -25px;
}

.readMore:hover:after {
	right: -30px;
}

/* HEADER */

#alert a {
	text-decoration: none;
	color: #fff;
	display: inline-block!important;
	margin-right: 10px;
}

#header.headroom--not-top {
	top: -60px;
}

.nav-item a {
    position: relative;
    padding: 5px 0;
    margin: 0 3px;
}

.navbar-nav > .nav-item > a {
    padding: 25px 0;
}
.current_page_item a, .nav-item:hover > a { 
	color:#15abc3; 
}

#carts a {
    text-decoration: none;
    font-weight: 500;
}

header li > .nav-item a:hover::after {
	width: 100%;
    transition: 0.25s ease all;
	padding-left: 0;
}

.nav-item.current-menu-item a::after {
	width: 100%;
}

#notice {
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
}

.dropdown-toggle::after {
	border: none;
}

/* ANIMATE BURGER */



.animated-bar {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -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;
}

.animated-bar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  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;
}

.animated-bar span {
    background: #211356;
}


.animated-bar span:nth-child(1) {
  top: 0px;
}

.animated-bar span:nth-child(2) {
  top: 10px;
}

.animated-bar span:nth-child(3) {
  top: 20px;
}

.animated-bar.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-bar.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-bar.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* BLOG */

#blog img {
	margin: 25px 0;
}

.wp-block-button__link {
	background: #15abc3;
}

#help-widget {
	border-radius: 30px;
}

.sticky-top {
	top: 100px;
}

/* FEES */

#feeDesc h4 {
	font-size: 1.5em;
}

/* MASONRY BLOCK */

#masonry [class*='col-'] {
	position: relative;
}

#masonry h2, #masonry h3 {
	margin: 15px 0 25px;
	padding-left: 40px;
}

#masonry h3:before {
    width: 20px;
    display: inline-block;
    height: 40px;
    content: '';
    background-image: url(/wp-content/uploads/2023/02/icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-top: 5px;
    position: absolute;
	margin-left: 15px;
    left: 0;
}

#masonry img {
	position: relative;
}

#masblock {
    overflow: hidden;
}
#masblock:hover > img {
	transform: scale(1.2);
}

#masLink {
	text-decoration: none;
}

/* PROFILES */

ul.available {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.available li {
	margin: 10px 0;	
}

ul.available li:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f058';
	color: #14abc3;
	font-weight: 800;
	position: absolute;
    margin-left: -25px;
}

#quote {
	font-family: "DM Serif Display", serif;
	font-style: italic;
	font-size: 1.25em;	
	color: #211357;
}
.appTitle {
	font-size: 1.75em;
}
/* IMAGE + TEXT BLOCK */

#imgTxt [class*='col-'] {
	position: relative;
}

/* FULL IMAGE */

#fullimg {
	height: 500px;
	background-size: cover;
	background-repeat: none;
	background-position: 50%;
}

/* CARD BLOCK */

.card {
	border: none;
}

.card-header {
    background: #f9f9f9;
    border: none;
    border-bottom: thin solid #ccc;
    font-weight: bold;
    text-decoration: none;
}

.card-header.collapsed:after {
	font-family: 'Font Awesome 6 Pro';
    content: '\f054';
}

.card-header:after {
	font-family: 'Font Awesome 6 Pro';
    content: '\f078';
    right: 20px;
    position: absolute;
}

.card .img-fluid {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.card-body {
	padding: 2em;
}

/* ICONS BLOCK */

#icons i, #icons svg {
	font-size: 3.5em;
	color: #15abc3;
}

#icons.wimg {
	position: relative;
	overflow: hidden;
}

#iconsImg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1.25);
    right: -10%;
}


/* NEWSLETTER */

.inside {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-10px, -50%);
}

/* --- SEARCH --- */


.searchs span {
    font-size: 2em!important;
	text-decoration: none!important;
	margin-top: 5px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background: rgba(256,256,256,0.85);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
	z-index: -1;
}

#search.open {
    opacity: 1;
    z-index: 9999999;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#searchform {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 90%;
    max-width: 600px;
    height: 150px;
    transform: translate(-50%);
    background: none;
	padding-right: 100px;
}

#search h4 {
	color: #6a7786;
}

#search input[type=submit] {
	background: #fff!important;
	color: #274056!important;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border: thin solid #ccc;
    margin: 0px auto;
    margin-top: -51px;
	padding: 10px 20px;
    outline: none;
    color: #fff;
    width: 50%;
    margin-left: calc(50% / 2);
}

#searchform input {
    padding: 10px;
}

.product-search input[type="text"].product-search-field, .product-search input[type="text"].product-filter-field {
	padding: 5px 10px;
}

#search input::-webkit-input-placeholder {
	color: #274056!important;
}

#search input:-moz-placeholder {
	color: #274056!important;
}

#search input::-moz-placeholder {
	color: #274056!important;
}

#search input:-ms-input-placeholder {
	color: #274056!important;
}

#search .search-results a {
	color: #000!Important;
}
#search .btn {
    position: absolute;
    right: 0;
    top: 0;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
	background: none;
    border: none;
}

del .amount {
	text-decoration: line-through!important;
}

#mobSearch i {
    font-size: 1.5em;
    margin-left: 5px;
}

.vh-90 {
	height: 90vh
}

/* HERO */

#hero {
	background-size: cover;
	background-position: 50%;
	position: relative;
	margin-bottom: -25vh;
}

#heroImg {
	transform: scale(1.5) translateX(20%) translateY(-180px);
}

.overlay {
	position: absolute;
	background-color: rgba(42,42,101,0.5);
	height: 100%;
	width: 100%;
}

#banCon {
	z-index: 9;
	position: relative;
}

/* MULTICARDS */

#multicards .container {
    border-radius: 20px;
}

#mulcard {
	position: relative;
}

#multi.col h4:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #15abc3;
    margin: 15px auto;
    display: block;
}

/* CAROUSEL */

#carouselFull .carousel-item {
	background-size: cover;
	background-position: 50%;
}

#carouselBtns {
    z-index: 999999;
    position: absolute;
    margin-left: 8.33333333%;
    top: 25%;
}

.carousel-control-next, .carousel-control-prev {
    width: 30px;
    opacity: 1;
    padding: 20px 10px;
	font-size: 2rem;
	text-decoration: none;
	color: #211357;
}

/* VIDEOS */

.video {
  aspect-ratio : 1 / 1;
  width:100%;
	transform: scale(1.5) translateX(10%) translateY(220px)!important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.home .videoWrapper {
  padding-bottom: 80%; /* 16:9 */
}

.videoWrapper iframe {
	transform: scale(1.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* NEWS */

#post .card {
	background: #f2f2f2;
	color: #1b1464;
	border: none;
}
.post a {
	color: #1b1464;
	text-decoration: none;
}

.page-item .current, .page-item .page-link {
    padding: 0.375em 0.8em;
    display: block;
    background: #15abc3;
    color: #fff;
    border-radius: 50px !important;
    border: thin solid #15abc3;
    margin: 0 8px;
    font-size: 1.2em;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 1.75em;
}

.page-item .page-link {
    background: #fff;
    color: #15abc3;
}

.page-item .page-link:hover {
	background: #15abc3;
    color: #fff;	
}

/* CONTACT */

#tel {
    font-weight: 600;
    text-decoration: none;
}

#location a {
	text-decoration: none;
	color: #fff;
}

#country {
    text-transform: uppercase;
    color: #15abc3;
    font-size: 1em;
}

#country:before, #phone:before, #email:before, #address:before {
	font-family: 'Font Awesome 6 Pro';
	color: #15abc3;
	position: absolute;
	font-weight: 800;
    margin-left: -1.5em;
}

#map a {
	font-weight: 500;
	color: #15abc3;
}

#address:before {
    content: '\f3c5';
}

#phone:before {
    content: '\f095';
}

#email:before {
    content: '\f0e0';
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0 0 30px;
}

.acf-map img {
   max-width: inherit !important;
}

/* FOOTER */

footer ul {
	list-style: none;
	padding-left: 0;
}

footer ul li {
	margin: 0;
}

footer a {
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}

footer h4 {
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#menu-legal-menu {
    margin-bottom: 0;
}
#copyright ul li {
	display: inline-block;
	padding-left: 10px;
}

/* MEGA MENU */

@media (min-width: 1400px) {
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    float: none;
    min-width: 10rem;
    padding: 1rem;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    visibility:hidden;
    min-width: 150px;
    transition: all  0.2s ease-in-out;
    display: none;
  }
  .dropdown:hover > .dropdown-menu {
    visibility:visible;
    display: block;
    opacity: 1;
    margin-top: 5px !important; 
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all  0.2s ease-in-out;
  }
    .mega-menu-parent.dropdown .dropdown-menu {
        position: absolute!important;
        left: 50%;
        background: rgba(242, 242, 242, 0.95);
        transform: translateX(-50%);
		top: auto!important;
    }
	.dropdown:hover > .dropdown-menu {
	  visibility:visible;
	  display: block;
	  opacity: 1;
	  margin-top: -1px !important; 
	  border-bottom-right-radius: 8px;
	  border-bottom-left-radius: 8px;
	  transition: all  0.2s ease-in-out;
}	
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: 1rem;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    display: block;
    visibility:hidden;
    min-width: 150px;
    transition: all  0.2s ease-in-out;
  }	
	.navbar-nav, .navbar .collapse, .navbar-nav li {
		position: static
	}
	header ul.menu {
		list-style: none;
		padding-left: 0;
	}	
	header ul.menu > li {
		float: left;
		width: 20%;
		margin: 0;
		padding-right: 20px;
	}
	header ul.sub-menu {
		padding: 0 0 15px;
	    list-style: none;
	}
.mega-menu-wrapper a, .nav-item ul.sub-menu a, header ul.sub-menu ul.sub-menu li > a {
    display: block;
}	
}

@media screen and (min-width: 768px) {
	.nav-item a::after, .nav-item.current-menu-item a::after {
		content: "";
	    position: absolute;
		bottom: -5px;
		left: 0;
		height: 3px !important;
		width: 0%;
		background-color: #211357;
	    transition: 0.24s ease-out all;
	}
	#hero h1 {
		font-size: 5rem;
		line-height: 0.9em;
	}
	#imgTxt .imgr:after {
	    content: '';
	    width: 100px;
	    height: 100px;
	    border: 3px solid #2a2c65;
	    position: absolute;
	    transform: translate(25px,-65px);
	    top: 100%;
	    right: 0;
	}
	.navbar-nav li a i {
	    transform: rotate(90deg);
		margin-left: 5px;
	}	
}

@media screen and (max-width: 1399px) {
	#logo img {
		padding: 8px;
	}
	.navbar-toggler {
	    border: none;
	    margin-right: 10px;
		z-index: 9999;
	}	
	.navbar-toggler:focus {
		box-shadow: none;
		outline: 0;
	}	
}

@media screen and (max-width: 991px) {
	#hero h1 {
	    font-size: 3em;
		line-height: 1em;
	}
}

@media screen and (max-width: 1399px) {
	#logo svg, #logo i {
		width: 2.2em!Important;
	}
	#notice {
		font-size: 0.7em
	}
	#hero {
		padding-top: 50px;
	}
	#heroImg {
    	transform: scale(1.5) translateX(10%) translateY(80px)!important;
	}		
	#imgTxt {
	    overflow-x: hidden;
	}
	.offcanvas-body {
        background: #fff;
        padding: 80px 20px 80px 50px;
    }
	.nav-item a {
	    font-size: 1.2em;
	}
	#iconsImg {
        position: relative;
        top: 90%;
		right: 0;
    }
	.vh-50 {
		height: 35vh;	
	}
	.cky-btn-revisit-wrapper {
	    bottom: 80px!important;
	}
	#bookBtn {
	    transform: none !important;
	    top: auto !important;
	    bottom: 0;
	    left: 0;
	    text-align: center;
	    border-radius: 0 !important;
	}

	h3 {
	    font-size: calc(1.45rem + 1vw);
	}
	#mulcard:before {
		top: 0;
	}
	#masonry h3:before {
		margin-top: 0;
	}

	#header.headroom--not-top {
		top: -40px;
	}
	header .btn {
		padding: 5px 15px!important
	}
	#hero {
		margin-bottom: -15vh;
	}
	.mega-menu-parent ul {
	    padding-left: 0;
	    list-style: none;
		border: none;
	}
	.navbar-nav > .nav-item > a {
		padding: 10px;
		word-wrap: break-word;
        white-space: pre-wrap;
        word-break: break-word;
	}
	#titleHold:before, #mulcard:before {
    	width: 20px;
	}
	ul.dropdown-menu > li {
	    padding: 0 20px;
	}
	ul.dropdown-menu > li a {
	    font-family: "DM Serif Display", serif !important;
	    color: #211357 !important;
	    font-size: 1.2em !important;
	}	
	.navbar-nav .dropdown-menu {
	    position: static;
	    border: 0;
		padding: 0!important;
	}
.nav-item i {
    position: absolute;
    right: 0;
    top: 15px;
}	
	.navbar-nav li a.show i {
	    transform: rotate(90deg);
	}
}

@media screen and (max-width: 600px) {
#tel span {
	display: none;
}
}