@font-face {
  font-family: 'CeraProMedium';
  src: url('/assets/webfonts/cerapromedium.woff') format('woff')
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
}

.lpm0 p:last-child {
	margin-bottom: 0;
}

html {
	scroll-behavior: smooth;
}

/* colour scheme */

:root {
  --neda-blue: #2f3e4f;
  --steel-blue: #96adb5;
  --cool-grey: #dadada;
  --neutral: #f9f2ea;
}

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
}

body.solo {
	background-color: var(--neda-blue);
	color: #fff;
	margin: 1rem;
}

/* navbar */

.nav-burger {
	display: none;
}

.navbar {
	display: block;
	width: 100%;
}

.navbar-nav {
	display: block;
	float: right;
}

.navbar-nav li {
	float: left;
}

.navbar-nav li a {
	color: var(--steel-blue);
	font-size: 1rem;
	font-weight: 500;
	margin-left: 2rem;
	text-transform: uppercase;
}

.navbar-nav li a:hover {
	color: var(--cool-grey);
	text-decoration: none;
}

.navbar-nav li.active a {
	color: var(--neda-blue);
}

.navbar-nav li a.portal {
	background-color: var(--neda-blue);
	color: #fff;
	margin-left: 1.5rem;
	padding: 0 10px;
}

.navbar-nav li a.portal:hover {
	background-color: var(--steel-blue);
}

/* image rows */

.img-top {
	display: block;
	height: 100%;
	overflow: hidden;
	padding-top: 30%;
	position: relative;
	width: 100%;
}

.logo-type {
	height: auto;
	left: 50%;
	position: absolute;
	top: 25%;
	width: 40%;
	z-index: 5;
}

.img-centre {
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.t50 {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.img-txt a {
	color: var(--steel-blue);
	font-weight: bold;
}

.row-dblue {
	background: var(--neda-blue);
	color: var(--steel-blue);
}

.row-sblue {
	background: var(--steel-blue);
	color: #fff;
}

.row-sblue a {
	color: var(--cool-grey);
	font-weight: 500;
}

.row-sblue a:hover {
	color: var(--neda-blue);
	text-decoration: none;
}

.img-txt {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-weight: 300;
	justify-content: space-between;
	width: 100%;
}

.img-txt.row-centre {
	justify-content: center;
}

@media screen and (min-width: 769px) {
	.img-txt.txt-sm {
		font-size: .8em;
	}
}

.button-float-area {
	bottom: 1rem;
	left: 50%;
	position: absolute;
	text-align: center;
	z-index: 2;
	
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.button-float {
	background: var(--neda-blue);
	color: var(--steel-blue);
	display: inline-block;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	margin: .25rem;
	padding: .5rem 1.5rem .6rem;
	text-align: center;
	text-transform: uppercase;
}

.button-float:hover {
	background-color: var(--steel-blue);
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
	.button-float-area {
		bottom: 1rem;
		-webkit-transform: translate(-50%, 0%) scale(0.7);
		-moz-transform: translate(-50%, 0%) scale(0.7);
		-ms-transform: translate(-50%, 0%) scale(0.7);
		-o-transform: translate(-50%, 0%) scale(0.7);
		transform: translate(-50%, 0%) scale(0.7);
	}
}

@media screen and (max-width: 768px) {
	.button-float-area {
		bottom: .25rem;
		-webkit-transform: translate(-50%, 0) scale(0.5);
		-moz-transform: translate(-50%, 0) scale(0.5);
		-ms-transform: translate(-50%, 0) scale(0.5);
		-o-transform: translate(-50%, 0) scale(0.5);
		transform: translate(-50%, 0) scale(0.5);
		width: 100%;
	}
}

.img-txt .box-logo {
	padding: 4em 0 4em 6em;
}

.img-txt .box-logo .logo-square {
	height: 10em;
	width: 10em;
}

.img-txt .box-txt {
	flex-grow: 1;
	padding: 1em 6em;
}

.img-txt .box-txt.quote {
	font-size: 115%;
	position: relative;
	z-index: 2;
}

.img-txt .box-txt.quote::before , .img-txt .box-txt.quote::after {
	height: auto;
	opacity: .5;
	position: absolute;
	width: 9rem;
	z-index: -1;
}

.img-txt .box-txt.quote::before {
	content: url(/assets/img/quote-66.svg);
	left: 2rem;
	top: 2rem;
}

.img-txt .box-txt.quote::after {
	bottom: 2rem;
	content: url(/assets/img/quote-99.svg);
	right: 2rem;
}

.img-txt .box-txt p:first-child {
	font-weight: 500;
}

.img-txt .row-img {
	max-height: 30em;
}

.img-txt .box-txt video {
	display: block;
	height: auto;
	margin: 2em auto;
	max-height: 450px;
	max-width: 800px;
	width: 100%;
}

.img-txt h1 {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.img-txt h2 {
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-weight: 300;
}

.img-txt .box-txt .b-a {
	display: block;
	margin: .5rem auto;
	max-height: 150px;
	width: auto;
}

.img-txt .box-txt .lasers {
	display: block;
	margin: .5rem auto;
	max-height: 250px;
	width: auto;
}

@media screen and (max-width: 1280px) {
	.img-txt .box-txt.quote::before , .img-txt .box-txt.quote::after {
		width: 4rem;
	}
}

/* booking page */

.booking-row {
	padding: 2em 0;
}

.booking-row .form-control , .img-txt .form-control , .solo .form-control {
	background-color: transparent;
	border: 1px solid var(--cool-grey);
	border-radius: 0;
	color: var(--neda-blue);
	font-weight: 500;
	
	-webkit-transition: border .5s ease-in-out;
	-moz-transition: border .5s ease-in-out;
	-ms-transition: border .5s ease-in-out;
	-o-transition: border .5s ease-in-out;
	transition: border .5s ease-in-out;
}

.booking-row.row-dblue .form-control , .img-txt.row-dblue .form-control , .solo .form-control {
	color: var(--neutral);
}

.booking-row .form-control:focus , .img-txt .form-control:focus {
	border: 1px solid var(--steel-blue);
	box-shadow: none;
}

.booking-row .form-control:read-only , .img-txt .form-control:read-only , .solo .form-control:read-only , .booking-row .form-control:read-only:focus , .img-txt .form-control:read-only:focus , .solo .form-control:read-only:focus {
	border: 1px dotted var(--neutral);
}

.booking-row p {
	font-size: 1.2rem;
	font-weight: 300;
	margin: 0;
}

.booking-row.terms p {
	margin-bottom: 1rem;
}

.regular-checkbox , .checkboxes input[type=checkbox] {
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid var(--cool-grey);
	box-shadow: none;
	padding: 9px;
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	float: left;
	margin-right: 10px;
}

.regular-checkbox:active, .regular-checkbox:checked:active , .checkboxes input[type=checkbox]:active , .checkboxes input[type=checkbox]:checked:active {
	box-shadow: none;
}

.regular-checkbox:checked , .checkboxes input[type=checkbox]:checked {
	background-color: var(--steel-blue);
	border: none;
	color: #99a1a7;
}

.row-sblue .regular-checkbox:checked , .row-sblue .checkboxes input[type=checkbox]:checked {
	background-color: var(--neda-blue);
}

.regular-checkbox:checked:after , .checkboxes input[type=checkbox]:checked:after {
	background-color: transparent;
	border: 3px solid #fff;
	border-right-color: transparent;
	border-top-color: transparent;
	content: '';
	display: block;
	height: 12px;
	left: 8px;
	position: absolute;
	top: 9px;
	transform: rotate(-45deg);
	width: 22px;
}

.checkboxes {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.checkboxes li {
	flex-basis: 25%;
	float: left;
	margin-bottom: 1rem;
	margin-right: 2rem;
}

.checkboxes li label , .radio-replace {
	font-size: 1.2rem;
	line-height: 38px;
	margin: 0;
}

.form-prefilled {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	background-clip: padding-box;
	border: 1px solid var(--neutral);
}

.btn-submit {
	background-color: transparent;
	border: 1px solid var(--steel-blue);
	border-radius: 0;
	color: var(--neda-blue);
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	height: 38px;
	text-transform: capitalize;
	width: 100%;
}

.row-dblue .btn-submit , .solo .btn-submit {
	color: var(--neutral);
}

.radios {
	display: flex;
	flex-wrap: wrap;
}

.radio-replace {
	display: block;
	flex-basis: 25%;
	float: left;
	margin-bottom: 1rem;
    margin-right: 2rem;
}

.skincol .radio-replace {
	flex-basis: calc(16.6% - 2rem);
}

.radio-replace input[type=radio] {
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid var(--cool-grey);
	border-radius: 50%;
	box-shadow: none;
	padding: 9px;
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	float: left;
	margin-right: 10px;
}

.radio-replace input[type=radio]:active , .radio-replace input[type=radio]:checked:active {
	border: none;
	box-shadow: none;
}

.radio-replace input[type=radio]:checked {
	background-color: var(--steel-blue);
	border: none;
	border-radius: 50%;
	color: #99a1a7;
}

.radio-replace input[type=radio]:checked:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border-radius: 50%;
	height: 18px;
	width: 18px;
}

.row-sblue .radio-replace input[type=radio]:checked {
    background-color: var(--neda-blue);
}

.checkboxes li {
    flex-basis: 25%;
    float: left;
    margin-bottom: 1rem;
    margin-right: 2rem;
}

/* price list */

.pricelist {
	width: 100%;
}

table.pricelist {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

table.pricelist tr {
  background-color: #fff;
  border: none;
  color: var(--neda-blue);
  padding: .35em;
}

table.pricelist th,
table.pricelist td {
  padding: .5em;
  text-align: center;
  border: 5px solid #fff;
}

table.pricelist .red {
	color: #f00;
}

@media screen and (min-width: 769px) {
	table.pricelist td[data-label="Area"] , table.pricelist th:first-child {
		text-align: left;
		width: 60%;
	}
}

table.pricelist th {
	background-color: var(--cool-grey);
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
}

table.pricelist td.full-body {
	background-color: var(--cool-grey);
	text-align: left;
}

table.pricelist td.full-body p {
	margin: 0;
}

table.pricelist td.full-body p:first-child {
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
}

@media screen and (max-width: 768px) {
  table.pricelist thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.pricelist tr {
    border-bottom: 3px solid var(--cool-grey);
    display: block;
    padding: 0;
  }
  
  table.pricelist td {
  	border: none;
    border-bottom: 1px solid var(--cool-grey);
    display: block;
    padding: .25em 0;
    text-align: right;
  }
  
  table.pricelist td.full-body {
  	padding: .25em .5em;
  }
  
  table.pricelist td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
  }
}

.nav-tabs {
	background-color: var(--steel-blue);
	border-bottom: 0;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-weight: 500;
	margin: 0 5px 14px;
}

.nav-tabs .nav-item {
	border-right: 5px solid #fff;
	margin: 0;
}

.nav-tabs .nav-link {
	background-color: var(--steel-blue);
	border: 0;
	border-radius: 0;
	color: #fff;
}

.nav-tabs .nav-link.active {
	background-color: var(--cool-grey);
}

.packages {
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	padding: 0 5px;
}

.packages li {
	background-color: var(--cool-grey);
	flex-basis: calc(50% - 1rem);
	padding: 1rem;
}

.packages li h3 {
	margin-top: 0;
}

.packages li h5 {
	margin-bottom: 0;
	margin-top: .25rem;
}

.packages li h5 strong {
	color: #f00;
}

.packages li h6 {
	margin-bottom: 0;
	margin-top: .25rem;
}

.packages li table td:last-child {
	width: 4rem;
}

.packages li .priceblock {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 2rem;
}

.packages li .priceblock div {
	flex-basis: calc(50% - 1rem);
}

.packages li .priceblock .payments {
	background-color: rgba(255,255,255,.25);
	padding: 1rem;
}

.packages li .priceblock .payments h4 , .packages li .priceblock .payments h5 {
	text-align: center;
}

.packages li .priceblock .summary h5 , .packages li .priceblock .summary h6 {
	text-align: right;
}

.packages li .priceblock .summary  h5 strong , .packages li .priceblock .summary  h6 strong {
	display: inline-block;
	text-align: left;
	width: 4rem;
}

.packages li .priceblock .payments .breakdown {
	align-content: center;
	display: flex;
	flex-direction: row;
	gap: 2rem;
	justify-content: center;
	margin-top: .5rem;
}

.packages li .priceblock .payments .breakdown p {
	line-height: 1.2;
	margin-bottom: 0;
	text-align: center;
}

.packages li .priceblock .payments .breakdown p span , .packages li .priceblock .payments .breakdown p strong {
	display: block;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	position: relative;
}

.packages li .priceblock .payments .breakdown p span {
	background-color: transparent;
	background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
	background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #000 50%, transparent 52%, transparent 100%);
}

.packages li .priceblock .payments .breakdown p strong {
	color: #f00;
}

@media screen and (max-width: 1280px) {
	.packages li {
		/*flex-basis: calc(25% - .75em);*/
		flex-basis: 100%;
	}
}

@media screen and (max-width: 1199px) {
	/*.packages li {
		flex-basis: calc(33% - .54em);
	}*/
}

@media screen and (max-width: 768px) {
	/*.packages li {
		flex-basis: calc(50% - .5em);
	}*/
	.packages li .priceblock {
		flex-direction: column;
	}
	.nav-tabs {
		margin: 0 0 14px;
	}
	.nav-tabs .nav-item , .nav-tabs .nav-link {
		width: 100%;
	}
	.nav-tabs .nav-item {
		border-bottom: 5px solid #fff;
		border-right: none;
	}
}

@media screen and (max-width: 600px) {
	/*.packages li {
		flex-basis: 100%;
	}*/
}

/* contact form */

p.form-row {
	position: relative;
}

p.form-row .error {
	border: 1px solid var(--neda-blue);
	display: block;
	background: var(--steel-blue);
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 .5rem;
	text-transform: uppercase;
}

/* area pages */

.btn-regular {
    background-color: transparent;
    border: 1px solid var(--steel-blue);
    border-radius: 0;
    color: var(--neda-blue);
    font-family: 'CeraProMedium', 'Quicksand', sans-serif;
    height: 38px;
    line-height: 38px;
    padding: 0 2rem;
    text-transform: capitalize;
}

.row-sblue .btn-regular {
	border-color: var(--neda-blue);
}

.row-sblue .btn-regular:hover {
	border-color: #fff;
}

.row-dblue .btn-regular {
	color: #fff;
}

.row-dblue .btn-regular:hover {
	border-color: #fff;
	color: var(--steel-blue);
}

/* footer */

.footer {
	
}

.footer .footer-logo-box {
	padding: 2em 4em;
	width: 100%;
}

.footer .footer-logo-box .footer-logo {
	display: block;
	height: auto;
	margin: auto;
	max-width: 600px;
	width: 100%;
}

.footer .footer-block {
	background: var(--steel-blue);
	padding: 2em;
}

.footer .footer-block p {
	color: #fff;
	font-size: .75em;
	margin: .5rem 0;
	text-align: center;
}

.footer .footer-block p span {
	display: inline-block;
	padding: .3rem .75rem;
}

.footer .footer-block .locations {
	color: #fff;
	font-size: .6em;
	font-weight: 300;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.footer .footer-block .locations li {
	display: inline-block;
	padding: 0 .25rem;
}

.footer .footer-block .locations a , .footer .footer-block p a {
	color: var(--cool-grey);
	font-weight: 500;
}

.footer .footer-block .locations a:hover , .footer .footer-block p a:hover {
	color: var(--neda-blue);
	text-decoration: none;
}

/* responsive */

.call-icon {
	display: none;
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1280px) {
	body {
		font-size: 16px;
	}
	.img-txt .box-txt {
		padding: 1em 4em;
	}
}

@media screen and (max-width: 1199px) {
	.checkboxes li label, .radio-replace {
		font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {
	body {
		margin-top: 50px;
	}
	.h1, h1 {
		font-size: 1.5rem;
	}
	.h2, h2 {
		font-size: 1.25rem;
	}
	.img-txt {
		flex-direction: column;
	}
	.img-txt.mob-flip {
		flex-direction: column-reverse;
	}
	.img-txt .box-txt {
		padding: 1em 1.5em;
	}
	.hide-mob {
		display: none;
	}
	.checkboxes li , .radio-replace {
		flex-basis: 40%;
	}
	.img-top {
		padding-top: 50%;
	}
	.logo-type {
		width: 75%;
	}
	.navbar {
		background-color: #fff;
		height: 50px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 25;
	}
	.navbar-nav {
		background-color: #fff;
		left: 0;
		padding: 1em 2em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 50;

		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.navbar-nav.active {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
	.navbar-nav li {
		width: 80%;
	}
	.navbar-nav li a {
		display: block;
		float: left;
		font-size: 2rem;
		margin-left: 0;
		padding: .25em .5em;
	}
	.nav-burger {
		background-color: #fff;
		border: none;
		display: block;
		height: 40px;
		padding: 0;
		position: fixed;
		right: 15px;
		top: 15px;
		width: 40px;
		z-index: 100;
	}
	.nav-burger:before , .nav-burger:after {
		background-color: var(--neda-blue);
		content: '';
		height: 2px;
		left: 20px;
		position: absolute;
		width: 40px;
		
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);

		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.nav-burger:before {
		top: 10px;
	}
	.nav-burger:after {
		top: 30px;
	}
	.nav-burger:focus {
		outline: none;
	}
	.nav-burger span {
		background-color: var(--neda-blue);
		display: block;
		height: 2px;
		margin: 19px 0;
		width: 40px;
		
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.nav-burger.active span {
		opacity: 0;
	}
	.nav-burger.active:before {
		left: 0px;
		top: 20px;
		transform: rotate(-45deg);
	}
	.nav-burger.active:after {
		left: 0px;
		top: 20px;
		transform: rotate(45deg);
	}
	.call-icon {
		color: var(--neda-blue);
		display: block;
		height: 40px;
		font-size: 1.5rem;
		line-height: 40px;
		position: fixed;
		right: 80px;
		text-align: center;
		top: 15px;
		width: 40px;
		z-index: 100;
	}
}

@media screen and (max-width: 600px) {
	.img-txt .row-img {
		height: auto;
		max-height: none;
		width: 100%;
	}
}

.cpd {
	height: 100px;
	width: auto;
}

/* styles for Franchise Portal */

.fr-logo {
	display: block;
	height: 4rem;
	margin: 2rem auto;
	width: auto;
}

@media screen and (max-width: 600px) {
	.fr-logo {
		height: auto;
		width: 80%;
	}
}

.click-large {
	border: 1px solid var(--cool-grey);
	height: 40px;
	width: 40px;
}

.radio-large {
	align-items: center;
	display: flex;
	float: left;
	font-size: 1.5rem;
	margin-right: 20px;
}

.radio-large input[type=radio] {
	height: 40px;
	margin-right: 10px;
	width: 40px;
}

.portal-link , .btn-exp {
	border: 1px solid var(--cool-grey);
	color: var(--steel-blue);
	display: block;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 25px;
	font-weight: 300 !important;
	height: 50px;
	line-height: 48px;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.portal-link:hover , .btn-exp:hover {
	border: 1px solid #000;
	color: var(--steel-blue);
	text-decoration: none;
}

.btn-exp {
	background-color: #fff;
	margin-bottom: 2rem;
	width: 100%;
}

.franchise-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.franchise-list a {
	color: var(--neda-blue);
}

.form-price {
	border: 1px solid var(--neutral);
	border-bottom: 2px solid var(--steel-blue);
}

.portal-access {
	background-color: var(--steel-blue);
	color: var(--neda-blue);
	display: block;
	font-size: 1.5rem;
	margin: 2rem 0;
	padding: .51rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.portal-access:hover {
	background-color: var(--neutral);
	color: var(--neda-blue);
	text-decoration: none;
}

.previous-links {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.previous-links li {
	padding-bottom: 1rem;
}

.previous-links a {
	border: 1px solid var(--cool-grey);
	display: block;
	font-weight: normal;
	padding: .5rem ;
	text-align: center;
}

.previous-links a:hover {
	border: 1px solid #000;
	text-decoration: none;
}

/* files formatting */

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

ul.files li {
	font-size: 1rem;
	padding-bottom: .5rem;
}

ul.files li a {
	color: #000;
	font-weight: 300;
}

ul.files input {
	border: 0;
	padding: 0;
}

/* offer pop-up */

#offer .modal-content {
	background-image: url('/assets/img/offer-bg.jpg');
	background-position: center bottom;
	background-size: cover;
	padding-bottom: 225px;
}

#offer .modal-content .btn-close {
	background: transparent;
	border: none;
	clear: both;
	float: right;
	font-size: 1.5rem;
	padding: 0;
}

#offer .modal-content h2 {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	clear: both;
	text-align: center;
}

#offer .modal-content h2 i {
	font-size: 1rem;
	font-style: normal;
	text-transform: uppercase;
}

#offer .modal-content h2 span {
	display: block;
	font-size: 4.5rem;
}

#offer .modal-content a {
	background-color: var(--neda-blue);
	clear: both;
	color: var(--neutral);
	display: block;
	font-size: 1rem;
	margin: auto;
	margin-top: 1.25rem;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	width: 260px;
}

#offer .modal-content a:hover {
	background-color: var(--steel-blue);
	color: var(--neda-blue);
	text-decoration: none;
}

#offer .modal-content p.disclaimer {
	bottom: -225px;
	font-size: .9rem;
	margin-bottom: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: calc(100% - 2rem);
}

/* dropdown form styling */

.form-row .form-drop {
	border: 1px solid var(--cool-grey);
	border-radius: 0;
	color: var(--neda-blue);
	font-size: 1rem;
	padding: 0.375rem 0.6rem;
	width: 100%;
}

/* blog */

.blog-logo {
	display: block;
	height: 5rem;
	margin: 3rem auto;
	width: auto;
}

.blog {
	font-weight: 400;
}

.blog .box-txt {
	padding: 4em 6em;
}

.blog a {
	color: var(--steel-blue);
	font-weight: 500;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.blog a:hover {
	color: var(--neda-blue);
	text-decoration: none;
}

.blog .blog-back {
	background: var(--cool-grey);
	color: #000;
	display: inline-block;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 2rem;
	padding: 0.15rem 1rem .2rem;
	text-transform: uppercase;
}

.blog .blog-back:hover {
	background: var(--neda-blue);
	color: var(--steel-blue);
	text-decoration: none;
}

.blog-head {
	align-items: center;
	background: var(--neda-blue);
	color: var(--steel-blue);
	display: flex;
	flex-direction: row;
	width: 100%;
}

.blog-head .blog-img {
	aspect-ratio: 3/2;
	flex-basis: 60%;
	overflow: hidden;
}

.blog-head .blog-img img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-head .blog-intro {
	flex-basis: 40%;
	font-size: .9em;
	padding: 4rem;
}

#posts {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 3rem 6rem;
	width: 100%;
}

#posts li {
	flex-basis: calc(25% - 1.5rem);
	flex-grow: 0;
	flex-shrink: 0;
}

#posts li a {
	align-content: stretch;
	aspect-ratio: 4/3.5;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}

#posts li a:hover {
	text-decoration: none;
}

#posts li a h3 , #posts li a p {
	/*left: 0;*/
	flex-grow: 0;
	margin: 0;
	padding: .5rem;
	/*position: absolute;*/
	width: 100%;
	
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#posts li a h3 {
	background: var(--steel-blue);
	color: #000;
	font-size: 1.25rem;
	line-height: .9;
	padding-top: .5rem;
	position: relative;
	top: 0;
	z-index: 2;
}

#posts li a:hover h3 {
	background: var(--neda-blue);
	color: var(--steel-blue);
}

#posts li a p {
	background-color: var(--cool-grey);
	bottom: 0;
	color: #000;
	font-size: .75rem;
	line-height: 1.1;
	padding-bottom: .5rem;
	z-index: 1;
}

#posts li a .post-img {
	flex-grow: 1;
	overflow: hidden;
	position: relative;
}

#posts li a .post-img img {
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.blog-head .blog-intro {
		font-size: .75em;
		padding: 3rem;
	}
	#posts li a {
		aspect-ratio: 1/1;
	}
	#posts li a h3 {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1280px) {
	.blog-head .blog-intro {
		padding: 2rem;
	}
	#posts {
		padding: 2rem 4rem;
	}
	#posts li a {
		aspect-ratio: 1/1.25;
	}
	#posts li a p {
		font-size: .65rem;
	}
}

@media screen and (max-width: 991px) {
	.blog-head {
		align-items: stretch;
		flex-direction: column;
	}
	.blog-head .blog-img {
		aspect-ratio: 2/1;
	}
	.blog-head .blog-intro {
		font-size: .9em;
		padding: 2rem 4rem;
	}
	.blog .box-txt {
		padding: 3em 4em;
	}
	#posts li {
		flex-basis: calc(50% - 1rem);
	}
	#posts li a {
		aspect-ratio: 4/3;
	}
}

@media screen and (max-width: 768px) {
	#posts li a {
		aspect-ratio: 1/1;
	}
	.blog-logo {
		height: 4rem;
		margin: 2rem auto;
	}
	.blog .box-txt {
		font-size: .9em;
		padding: 2em 3em;
	}
}

@media screen and (max-width: 600px) {
	#posts {
		padding: 2rem;
	}
	#posts li {
		flex-basis: 100%;
	}
	.blog-logo {
		height: auto;
		margin: 1rem auto;
		width: 100%;
	}
}

/* homepage franchise link */

.franchise-link {
	background: var(--neda-blue);
	color: var(--steel-blue);
	display: block;
	font-weight: 400;
	margin: .5rem auto;
	padding: .5rem 1rem;
	text-align: center;
}

.franchise-link h3 {
	color: var(--steel-blue);
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
}

.franchise-link h4 {
	color: var(--steel-blue);
	font-family: 'Quicksand', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 0;
}

.franchise-link:hover {
	background: #fff;
}

.franchise-link:hover h3 , .franchise-link:hover h4 {
	color: var(--neda-blue);
}

/* updated price list boxes */

.payl8r {
	height: 30px;
	margin: 1rem;
	width: auto;
}

.footer .footer-block p.financial {
	font-size: .75rem;
	margin: 1rem 5rem;
}

.pack-col {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0 5px .5rem;
}

ul.packages-new {
	display: flex;
	flex-basis: calc( (100% - 2rem) / 3);
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.packages-new li {
	align-content: stretch;
	background-color: var(--cool-grey);
	display: flex;
	/*flex-basis: 32.666666%;
	flex-basis: calc( (100% - 2rem) / 3);*/
	flex-direction: column;
	justify-content: space-between;
	padding: 1rem;
}

ul.packages-new .pack-title {
	background-color: transparent;
	padding: 0;
}

ul.packages-new .pack-title h4 {
	margin: 0;
	padding: 0;
}

ul.packages-new li .priceinfo {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	flex-grow: 2;
}

ul.packages-new li .packinfo p {
	font-weight: 400;
	height: 4.5rem;
	line-height: 1.5rem;
	margin-bottom: .5rem;
}

ul.packages-new li .pack-prices {
	align-content: space-between;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	width: 100%;
}

ul.packages-new li .pack-prices span {
	display: block;
	flex: 1 1;
	height: 3.5rem;
}

ul.packages-new li .pack-prices .buy {
	height: auto;
}

ul.packages-new li .pack-prices span p {
	line-height: 1.1;
	font-size: .85rem;
	font-weight: 500;
	margin-bottom: 0;
}

ul.packages-new li .pack-prices span p strong {
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
}

ul.packages-new li .pack-prices span .was strong {
	font-size: 1rem;
}

ul.packages-new li .pack-prices .buy {
	display: flex;
	flex-basis: 100%;
	flex-direction: row;
	gap: .5rem;
	min-height: 46px;
}

ul.packages-new li .pack-prices .buy a , ul.packages-new li .pack-prices .buy button {
	background-color: var(--steel-blue);
	border: none;
	color: #000;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.1;
	padding: .5rem .25rem;
	text-align: center;
	width: 100%;
}

ul.packages-new li .pack-prices .buy form {
	width: 100%;
}

ul.packages-new li .pack-prices .buy a:hover , ul.packages-new li .pack-prices .buy button:hover {
	background-color: #fff;
	text-decoration: none;
}

ul.packages-new li .pack-prices .buy img {
	display: block;
	height: 1rem;
	margin: auto;
	width: auto;
}

ul.packages-new li .priceopts {
	align-self: flex-end;
	width: 100%;
}

ul.packages-new li .seshno {
	font-size: .8rem;
	font-weight: 500;
	margin: .25rem 0;
}

ul.packages-new li .nav-tabs {
	background-color: transparent;
	margin: 0;
	gap: .5rem;
	padding: 0;
	width: 100%;
}

ul.packages-new li .nav-tabs .nav-item {
	border: none;
	flex: 1 1;
	padding: 0;
}

ul.packages-new li .nav-tabs .nav-item button {
	font-size: 1.5rem;
	line-height: 1;
	width: 100%;
}

ul.packages-new li .nav-tabs .nav-item button.active {
	background-color: #fff;
}

@media screen and (max-width: 1600px) {
	ul.packages-new li .packinfo p {
		font-size: 15px;
		line-height: 1.25rem;
	}
}

@media screen and (max-width: 1280px) {
	ul.packages-new /*li*/ {
		flex-basis: calc( (100% - 1rem) / 2);
	}
}

@media screen and (max-width: 991px) {
	ul.packages-new /*li*/ {
		flex-basis: 100%;
	}
	ul.packages-new li .packinfo p {
		font-size: 13px;
		line-height: 1.15rem;
	}
}

@media screen and (max-width: 768px) {
	ul.packages-new li .pack-prices span p , ul.packages-new li .pack-prices span .was strong {
		font-size: .75rem;
	}
	ul.packages-new li .pack-prices span p strong {
		font-size: 1.25rem;
	}
	ul.packages-new li .pack-prices .buy a {
		font-size: .65rem;
	}
}

/* promo pages */

.promo-head {
	aspect-ratio: 3 / 2;
	background-color: #aaa;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.promo-head .promo-img {
	aspect-ratio: 3 / 2;
	background-color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

.promo-head .promo-img .image {
	display: block;
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 2;
}

.promo-head .promo-txt {
	color: #fff;
	display: block;
	padding: 4rem;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 55%;
	z-index: 3;
}

.promo-head.left .promo-txt {
	left: 0;
	text-align: left;
}

.promo-head.right .promo-txt {
	right: 0;
	text-align: right;
}

.promo-head .promo-lot {
	background-size: cover;
	bottom: 4rem;
	height: 8rem;
	line-height: 1.1;
	position: absolute;
	width: 8rem;
	z-index: 3;
}

.promo-head .promo-lot.dark {
	background-image: url("/assets/img/logo-sq.svg");
}

.promo-head .promo-lot.light {
	background-image: url("/assets/img/logo-sq-rev.svg");
}

.promo-head.left .promo-lot {
	left: 4rem;
}

.promo-head.right .promo-lot {
	right: 4rem;
}

#promo .hero {
	background-color: var(--neda-blue);
	/*background-image: url("/assets/img/hero-bg.png");
	background-repeat: no-repeat;
	background-size: cover;*/
	width: 100%;
}

#promo .hero .image {
	display: block;
	height: auto;
	width: 100%;
}

#promo .hero .hero-logo {
	display: block;
	height: 6rem;
	margin: auto;
	margin-bottom: 2rem;
	width: 6rem;
}

#promo .hero .hero-btn {
	background-color: #3D699B;
	color: #fff;
	display: inline-block;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	line-height: 1;
	margin: 0 auto;
	padding: .5rem;
	text-align: center;
	text-transform: uppercase;
}

#promo .hero .hero-btn:hover {
	background-color: #F09D0E;
	text-decoration: none;
}

#promo .hero .hero-txt {
	color: #fff;
	font-size: .9rem;
	margin-top: 2rem;
}

#promo .promo-head .promo-txt h1 {
	font-size: 4rem;
}

#promo .promo-head .promo-txt h2 {
	font-size: 2.5rem;
}

#promo .promo-head.left .promo-txt h1 , #promo .promo-head.left .promo-txt h2 , #promo .promo-head.left .promo-txt h3 {
	text-align: left;
}

#promo .promo-head.right .promo-txt h1 , #promo .promo-head.right .promo-txt h2 , #promo .promo-head.right .promo-txt h3 {
	text-align: right;
}

#promo .container {
	margin: 0 auto;
	padding: 2rem;
	width: 100%;
}

#promo .container.grey {
	margin: 0 auto;
	padding: 2rem;
	width: 100%;
}

#promo .container.hero {
	margin-bottom: -4rem;
	padding-bottom: 0;
}

#promo .grey {
	background-color: #F9F8EB;
}

#promo .blue {
	background-color: var(--neda-blue);
	color: #fff;
}

#promo .lblue {
	background-color: var(--steel-blue);
	color: #fff;
}

#promo h1 , #promo h2 , #promo h3 , #promo h4 {
	line-height: 1;
	text-align: center;
}

#promo .intro h1 {
	font-size: 2rem;
	margin: 2rem auto;
	text-align: center;
}

#promo .yn-title {
	margin: 1rem 0 0 2rem;
	text-align: left;
}

#promo .testimonials .stars {
	display: block;
	height: auto;
	margin: auto;
	margin-bottom: 1rem;
	width: 10rem;
}

#promo .testimonials h4 {
	font-size: 1rem;
	text-align: center;
}

#promo .testimonials .review {
	color: #999;
	font-size: .85rem;
	line-height: 1.2;
}

#promo .rated {
	font-size: .9rem;
	font-weight: 400;
	text-align: center;
}

#promo .rated a {
    color: var(--steel-blue);
    font-weight: bold;
}

#promo .features {
	display: flex;
	gap: 1.5rem;
	list-style: none;
	margin-bottom: 0;
	margin: 1.5rem auto;
	padding: 0;
}

#promo .features li {
	flex: 1 1;
}

#promo .features li .icons {
	display: block;
	height: 3rem;
	margin: auto;
	margin-bottom: .75rem;
	width: auto;
}

#promo .features li .icons.wbg {
	background-color: #fff;
	border-radius: 50%;
}

#promo .features li h2 {
	font-size: 1.25rem;
}

#promo .features li p {
	font-size: .9rem;
	line-height: 1.2;
	margin-bottom: 0;
}

#promo .yesno {
	display: inline-block;
	/*font-size: 1.5rem;*/
	line-height: 1.1;
	list-style: none;
	margin: 1rem auto;
	padding: 0;
	text-align: left;
}

#promo .yesno li {
	margin-bottom: .5rem;
	padding-left: 2rem;
	position: relative;
}

#promo .yesno li:before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	left: 0;
	margin: 0 5px 0 0;
	position: absolute;
	text-align: center;
	width: 1.5rem;
}

#promo .yesno.yes li:before {
	color: #0a0;
	content: '\f00c';
}

#promo .yesno.no li:before {
	color: #f00;
	content: '\f00d';
}

#promo .cta {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	list-style: none;
	padding: 0;
}

#promo .cta li {
	flex: 1 1;
}

#promo .book-btn {
	align-items: center;
	background: var(--neda-blue);
	color: var(--steel-blue);
	display: flex;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	height: 100%;
	justify-content: center;
	line-height: .9;
	margin: .5rem 0;
	padding: .5rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#promo .hero .book-btn {
	background: var(--steel-blue);
	color: var(--neda-blue);
}


#promo .book-btn:hover {
	background: var(--steel-blue);
	color: var(--neda-blue);
	text-decoration: none;
}

#promo .video {
	width: 100%;
}

#promo .btn-start {
	display: block;
	margin: auto;
}

#promo .promo-img {
	height: 100%;
	margin: auto;
	width: auto;
}

#promo .promo-img-box {
	aspect-ratio: 2 / 3;
	display: block;
	height: auto;
	margin: 1rem auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#promo .promo-img-box img {
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 2;
}

#promo .promo-img-box h3 {
	bottom: 0;
	margin: 0;
	padding: 1rem;
	position: absolute;
	z-index: 3;
}

#promo .ratings {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: center;
	padding: 1rem 0 0;
}

#promo .ratings .g-logo {
	height: 3rem;
	width: 3rem;
}

#promo .ratings p {
	margin-bottom: 0;
}

#promo .asof {
	color: #999;
	font-size: .6rem;
	margin: 0;
	text-align: right;
}

#promo .fa-whatsapp {
	color: #25D366;
	font-size: 1.5rem;
	margin: -.5rem .75rem -.4rem 0;
}

#promo h1.headline {
	background-color: var(--steel-blue);
	font-family: 'Koulen', 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 2rem;
	line-height: .9;
	overflow: hidden;
	padding: 1rem;
	position: relative;
	z-index: 2;
}

#promo h1.headline:after {
    color: var(--cool-grey);
    font-size: 10rem;
    position: absolute;
    content: '\201C';
    font-family: 'Quicksand', sans-serif;
    display: block;
    z-index: -1;
    top: -1.1rem;
    left: -.25rem;
}

#promo h1.headline.rev {
	background-color: var(--neda-blue);
	color: #fff;
}

#promo h1.headline.rev:after {
	color: var(--steel-blue);
	opacity: .5;
}

#promo .ba {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	list-style: none;
	margin-top: 1rem;
	padding: 0 1rem;
}

#promo .ba li {
	aspect-ratio: 3/2;
	display: block;
	flex-basis: calc(50% - 1rem);
	overflow: hidden;
	position: relative;
}

#promo .ba li img {
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#promo .mob-show {
	display: none;
}

#promo .mob-hide {
	display: block;
}

#signup .modal-content {
	background-color: var(--neda-blue);
	/*background-image: url('/assets/img/promo-popup-bg.jpg');*/
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	/*padding-bottom: 17rem;*/
	text-transform: uppercase;
}

#signup .btn-close {
	background: transparent;
	border: none;
	clear: both;
	color: #fff;
	float: right;
	margin-bottom: 0.5rem;
	margin-right: -0.5rem;
	margin-top: -0.5rem;
}

#signup h2 {
	clear: both;
	font-size: 1.35rem;
	line-height: 1.35rem;
	text-align: center;
}

#signup h2 i {
	clear: both;
	display: block;
	font-size: 1.1rem;
	font-style: normal;
	line-height: 1.1rem;
}

#signup h2 span {
	clear: both;
	display: block;
	font-size: 2.5rem;
	line-height: 2.5rem;
}

#signup form {
	margin-top: 1rem;
}

#signup form .label {
	align-items: center;
	display: flex;
}

#signup form p {
	text-shadow: 1px 1px 2px #000;
	text-transform: none;
	font-size: .75rem;
	line-height: 1rem;
	margin-bottom: 0;
}

#signup .form-group {
	margin-bottom: .5rem;
}

#signup .form-control {
	background-color: rgba(0,0,0,.8);
	border-radius: 0;
	color: #fff;
	height: auto;
	padding: 0.2rem 0.5rem 
}

#signup .btn-submit {
	background-color: var(--steel-blue);
	border: none;
	color: var(--neda-blue);
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	text-transform: uppercase;
}

#signup .btn-submit:hover {
	background-color: var(--cool-grey);
	color: var(--neda-blue);
}

#signup .asterisk {
	font-size: .6rem;
	font-weight: 400;
	margin: .25rem 0 0;
	text-transform: none;
}

@media screen and (max-width: 1199px) {
	.promo-head .promo-lot {
		height: 6rem;
		width: 6rem;
	}
	#promo .promo-head .promo-txt h1 {
		font-size: 3rem;
	}
	#promo .promo-head .promo-txt h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 991px) {
	#promo .hero .container {
		padding-bottom: 0;
		padding-top: 0;
	}
	.promo-head .promo-txt {
		padding: 2rem;
	}
	#promo .promo-head .promo-txt h1 {
		font-size: 2rem;
	}
	#promo .promo-head .promo-txt h2 {
		font-size: 1.5rem;
	}
	.promo-head .promo-lot {
		margin: -2rem;
		height: 4rem;
		width: 4rem;
	}
	#promo .book-btn {
		font-size: 1rem;
	}
	#promo .hero .image {
		margin: 0 -2rem;
		width: calc(100% + 4rem);
	}
	#promo .promo-img {
		height: auto;
		margin: 2rem auto;
		width: 100%;
	}
	#promo .mob-show {
		display: block;
	}
	#promo .mob-hide {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#promo .container {
		padding: 1rem 2rem;
	}
	#promo .container.grey {
		margin: 0 auto;
	}
	#promo .container.hero {
		padding: 0;
	}
	.promo-head .promo-txt {
		font-size: .7rem;
		padding: 1rem;
	}
	#promo .promo-head .promo-txt h1 {
		font-size: 1.5rem;
	}
	#promo .promo-head .promo-txt h2 {
		font-size: 1rem;
	}
	#promo .promo-head .promo-txt p {
		line-height: 1.1;
	}
	.promo-head .promo-lot {
		margin: -3rem;
		height: 3rem;
		width: 3rem;
	}
	#promo .features {
		flex-direction: column;
	}
	#promo .intro h1 {
		font-size: 1.25rem;
		margin: 1rem 0;
	}
	#promo h1.headline {
		font-size: 1.6rem;
		margin: 1rem 0 1.5rem;
		padding: .5rem;
	}
	#promo .testimonials .stars {
		width: 8rem;
	}
	#promo .features li {
		align-items: center;
		display: flex;
		flex-direction: row;
		gap: 1rem;
	}
	#promo .features .feat-icon {
		flex-basis: 7rem;
		flex-shrink: 0;
	}
	#promo .features li .icons {
		height: 2rem;
		margin-bottom: .5rem;
	}
	#promo .features li h2 {
		font-size: 1.1rem;
		margin-bottom: 0;
	}
	#promo h3 {
		font-size: 1.4rem;
	}
	#promo h4 {
		font-size: 1.25rem;
	}
	#promo .cta {
		flex-direction: column;
		gap: 0rem;
		margin-bottom: 0;
	}
	#promo .hero .cta {
		margin: .5rem 0;
	}
	#promo .book-btn {
		padding: .75rem;
	}
	/*#signup h2 i {
		font-size: 1.35rem;
		line-height: 1.35rem;
	}
	#signup h2 span {
		font-size: 4rem;
		line-height: 4rem;
	}*/
	#signup form p {
		font-size: .75rem;
		line-height: .8rem;
	}
	/*#signup .modal-content {
		padding-bottom: 11rem;
	}*/
	#promo .rated {
		font-size: .75rem;
	}
	#signup h2 i {
		font-size: .9rem;
	}
	#signup h2 span {
		font-size: 1.75rem;
		line-height: 1.75rem;
	}
}

/* shopping cart styling */

#payl8r {
	border: none;
	height: 600px;
	width: 600px;
}

#order .btn-submit {
	border: none;
	background-color: var(--neda-blue);
	color: #fff;
	font-size: 1.5rem;
	height: 3rem;
	line-height: 1.3rem;
	padding-top: .6rem;
	text-transform: uppercase;
}

#order .btn-submit:hover , #dynamicPriceForm .btn-submit:hover {
	background-color: var(--steel-blue);
}

.order-summary {
	font-size: 1.1rem;
	margin-bottom: .25rem;
}

.order-summary strong {
	font-size: 1.25rem;
}

.order-summary span {
	display: inline-block;
	width: 5.5rem;
}

.submit-payl8r input {
	background-color: var(--neda-blue);
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	height: 3rem;
	line-height: 1.3rem;
	text-transform: uppercase;
	width: 100%;
}

.submit-payl8r input:hover {
	background-color: var(--steel-blue);
}

.order-details .order-summary {
	font-size: 1.25rem;
}

.order-details .order-summary strong {
	font-size: 1.5rem;
}

/* YouTube embed responsive fix */

.youtube-video {
	aspect-ratio: 16 / 9;
	max-width: 560px;
	width: 100%;
}

.carousel-item .youtube-video {
	display: block;
	margin: 2em auto;
	max-width: 800px;
}

/* floating booking link */

.jump {
	background-color: var(--neda-blue);
	bottom: 1rem;
	color: #fff;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: .75rem;
	font-weight: 500;
	left: 0;
	line-height: .75rem;
	padding: .25rem;
	position: fixed;
	text-align: center;
	text-transform: uppercase;
	width: 110px;
	z-index: 4;
}

.jump:hover {
	background-color: var(--steel-blue);
	color: var(--neda-blue);
	text-decoration: none;
}

@media screen and (max-width: 1280px) {
	.jump {
		font-size: .65rem;
		width: 70px;
	}
}

@media screen and (max-width: 768px) {
	.jump {
		bottom: auto;
		padding: .5rem;
		top: 50px;
		width: 100%;
	}
}

/* client search box */

#searchform {
	display: flex;
	width: 100%;
}

#searchform input {
	border: 1px solid var(--cool-grey);
	display: block;
	flex-grow: 1;
	font-weight: normal;
	margin-right: .5rem;
	padding: .5rem;
	text-align: left;
}

#searchform input::placeholder {
	color: var(--cool-grey);
	opacity: 1;
}

#searchform input:hover {
	border: 1px solid var(--steel-blue);
	outline: none;
}

#searchform input:focus {
	border: 1px solid var(--neda-blue);
	outline: none;
}

#searchform button {
	background-color: var(--steel-blue);
	border: none;
	color: #fff;
}

#searchform button:hover {
	background-color: var(--neda-blue);
}

/* quote stuff */

select.form-control {
	border: 1px solid var(--cool-grey);
	color: var(--steel-blue);
	display: block;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}

.quote-packages {
	align-items: stretch;
	align-content: stretch;    
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-items: stretch;
	margin-bottom: 2rem;
	width: 100%;
}

.quote-label {
	align-items: flex-start;
	background-color: var(--cool-grey);
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.quote-label .panel-gender {
	color: #fff;
	flex-grow: 0;
	font-size: .7rem;
	font-weight: 500;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.quote-label .panel-gender.women {
	background-color: var(--neda-blue);
}

.quote-label .panel-gender.men {
	background-color: var(--steel-blue);
}

.quote-label .panel-heading {
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	padding-top: .5rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.quote-label .panel-body , .quote-label .panel-prices {
	font-size: .9rem;
	line-height: 1.4;
	padding: .5rem;
	padding-bottom: 0;
	text-align: center;
	width: 100%;
}

.quote-label .panel-body {
	flex-basis: 100%;
}

.quote-label .panel-body p:last-child {
	margin-bottom: 0;
}

.quote-opt {
	display: none;
}

.card-input {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 00px;
	width: 100%;
}

.card-input:hover {
	cursor: pointer;
}

.quote-opt:checked + .card-input {
	box-shadow: 0 0 0 5px var(--steel-blue);
 }

.package-name {
	border-bottom: 1px solid var(--cool-grey);
}

.quote-was {
	display: inline-block;
	position: relative;
}

.quote-was:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  transform:rotate(-15deg);
}

.quote-label .panel-prices {
	align-self: baseline;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-bottom: .5rem;
	padding-top: 0;
	width: 100%;
}

.quote-label .panel-prices div {
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
}

.quote-label .panel-prices div span {
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-weight: 500;
	line-height: 1;
}

.quote-label .panel-prices div .was {
		font-size: 1rem;
		opacity: .5;
}

.quote-label .panel-prices div .now {
		font-size: 1.2rem;
}

.quote-label .panel-prices div span small {
	font-weight: normal;
}

#url {
	border: 1px solid var(--steel-blue);
	border-radius: 30px;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

.box {
	display: none;
}

.quote-radio {
	display: none;
}

.quote-options .quote-select {
	border: 1px solid var(--cool-grey);
	border-radius: 15px;
	margin: 0 0 1.5rem;
	padding: 10px 0 0 0;
}

.quote-options input[type="radio"]:checked + .quote-select {
	border: 1px solid var(--neda-blue);
}

.quote-options label:hover {
	cursor: pointer;
}

.quote-sent {
	display: block;
	font-size: .85rem;
	margin: auto;
}

.previous-links .status {
	border-radius: 1rem;
	color: #fff;
	display: inline-block;
	font-size: .7rem;
	font-weight: 700;
	line-height: 1rem;
	margin: 0 .5rem;
	padding: .1rem .5rem;
	text-transform: uppercase;
	vertical-align: middle;
}

.previous-links .status.pending {
	background-color: #f80;
}

.previous-links .status.paid {
	background-color: #0a0;
}

#cntdwn {
	background-color: var(--neda-blue) !important;
	border-radius: 20px;
	color: #fff !important;
	display: inline-block;
	margin: .5rem -.2rem;
	padding: .25rem 1rem;
}

.btn-quote , .img-txt .btn-quote {
	background-color: var(--neda-blue);
	border-radius: 30px;
	color: #fff;
	font-weight: 400;
	width: 100%;
}

.btn-quote:hover {
	background-color: var(--steel-blue);
	color: #fff;
}

.form-control.notes {
	border-radius: 15px;
	margin-bottom: 1rem;
}

.btn-quote.buy {
	margin: 1rem -.2rem 1rem;
	text-transform: uppercase;
}

.offer-selec {
	background-color: #fff;
	border: 1px solid var(--cool-grey);
	display: inline-block;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-right: 2rem;
	padding: .25rem .5rem;
}

.cards {
	display: block;
	height: 3rem;
	width: auto;
}

.input-group-text {
	background-color: var(--cool-grey);
	border: 1px solid var(--cool-grey);
	border-radius: 0;
}

.custom-quote {
	background-color: var(--cool-grey);
	display: block;
	margin: 1.5rem 0 1rem;
	padding: 1rem;
	width: 100%;
}

.img-txt .custom-quote .form-control {
	border: 1px solid #fff;
}

.custom-quote .input-group-text {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
}

.custom-quote .offer-selec {
	background-color: var(--cool-grey);
	border: 1px solid #fff;
}

.img-txt .custom-quote .form-control:focus {
	border: 1px solid var(--steel-blue);
	box-shadow: none;
}

.btn-save {
	background-color: var(--neda-blue);
	border-radius: 0;
	color: #fff;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.75rem;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%;
}

.btn-save:hover {
	background-color: var(--steel-blue);
	color: #fff;
}

.ldn-chk {
	cursor: pointer;
	display: flex;
	flex-direction: row-reverse;
	line-height: 2rem;
	margin-top: 2rem;
	width: auto;
}

.ldn-chk .click-large {
	cursor: pointer;
	height: 2rem;
	margin-left: 1rem;
	width: 2rem;
}

.cash {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	line-height: 2rem;
	margin: 0;
	width: auto;
}

.cash .click-large {
	cursor: pointer;
	height: 2rem;
	margin-right: 1rem;
	width: 2rem;
}

@media screen and (max-width: 991px) {
	.ldn-chk {
		margin-top: 0;
	}
	.custom-quote p {
		margin-bottom: .5rem;
		margin-top: 1rem;
	}
	.quote-packages {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	#cntdwn {
		display: block;
		margin-bottom: 1rem;
		text-align: center;
		width: 100% !important;
	}
}

@media screen and (max-width: 600px) {
	.quote-packages {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

/* Practictioners page */

.practitioners {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.practitioners li {
	flex-basis: calc(25% - 1.5rem);
}

.practitioners li ul {
	border-top: 1px solid rgba(0,0,0,.1);
	list-style: none;
	margin: .5rem 0 1rem;
	padding: .5rem 0 0;
}

.practitioners li ul li {
	border-bottom: 1px dashed rgba(0,0,0,.2);
	margin-bottom: .5rem;
	padding-bottom: .5rem;
}

/* log photo section */

.log-photo img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 800px;
	width: 100%;
}

/* client list colour mod */

.previous-links .no-treatment {
	border: 1px solid #0b0;
	color: #0b0;
}

/* overview page */

.mid {
	align-items: center;
	display: flex;
	gap: .35rem;
	justify-content: flex-end;
}

.overview {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	list-style: none;
	padding: 0;
}

.overview li{
	flex-basis: calc(33% - 1.333333rem);
}

.overview li i {
	color: var(--neda-blue);
	margin-left: .25rem;
}
.overview li span {
	display: block;
	width: 100%;
}

.overview li .agent {
	background-color: rgba(0,0,0,.05);
	border-bottom: 1px dashed #000;
	border-top: 1px solid #000;
}

.filter-opts {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: .75rem;
}

.btn-filter {
	background-color: var(--neda-blue);
	border-radius: 0;
	color: #fff;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-weight: 500;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-transform: uppercase;
}

.btn-filter:hover {
	background-color: var(--steel-blue);
}

.filters {
	border: none;
	border-radius: 0;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-right: .75rem;
	padding: .375rem .75rem;
}

.view-quote {
	background-color: var(--neutral);
	display: block;
	font-family: 'CeraProMedium', 'Quicksand', sans-serif;
	font-size: .75rem;
	font-weight: 500;
	margin-top: .25rem;
	padding: .25rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.view-quote:hover {
	background-color: var(--cool-grey);
	color: #fff;
	text-decoration: none;
}

.pr-nav {
	background-color: var(--neutral);
	display: flex;
	flex-direction: row;
	margin: 1rem 0;
	width: 100%;
}

.pr-nav span {
	background-color: #fff;
	border-right: .5rem solid #fff;
	display: block;
	font-weight: 700;
	padding: 1rem;
}

.pr-nav a {
	background-color: var(--cool-grey);
	border-right: .5rem solid #fff;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 1rem;
}

.pr-nav a:hover {
	background-color: var(--steel-blue);
	text-decoration: none;
}

@media screen and (max-width: 991px) {
	.overview li {
		flex-basis: calc(50% - 1rem)
	}
}

@media screen and (max-width: 600px) {
	.overview li {
		flex-basis: 100%
	}
}

/* navigation logo */

.navbar {
	height: 70px;
	padding: 17px 30px;
}

.navlogo , .navlogo img {
	height: 36px;
	position: relative;
	width: auto;
}

.btn-admin {
	border-radius: 0;
}

.btn-admin::after {
	display: none;
}

.admin-drop .dropdown-menu.show {
	position: absolute;
}

.admin-drop .dropdown-item {
	margin-left: 0;
}

.navbar-nav li a {
	margin-left: 1rem;
	margin-right: 1rem;
}

.navbar-nav li a.portal {
	display: none;
}

.portal-nav {
	justify-content: flex-end;
	background: #fff;
	color: var(--neda-blue);
	display: flex;
	flex-direction: row;
	padding: 0 1rem .5rem;
}

.portal-nav ul {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	list-style: none;
	margin: 0;
}

.portal-nav ul li a {
	color: var(--steel-blue);
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.portal-nav .portal , .bkptch {
	background-color: var(--neda-blue);
	color: #fff;
	font-size: 1rem;
	padding: 0 10px;
	text-transform: uppercase;
}

.portal-nav .portal:hover , .bkptch:hover {
	background-color: var(--steel-blue);
	text-decoration: none;
}

.navbar {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.navbar-nav {
	float: none;
}

@media screen and (max-width: 1075px) {
	.navbar {
		padding: 1rem;
	}
.navlogo, .navlogo img {
		height: 28px;
	}
	
	.navbar-nav li a {
		margin-left: .65rem;
		margin-right: .65rem;
	}
}

@media screen and (max-width: 1024px) {
	.navbar {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.navlogo , .navlogo img {
		left: 20px;
		position: fixed;
		top: 17px;
		z-index: 45;
	}
	.admin-drop {
		display: none;
	}
	.navbar-nav li a.portal {
		display: block;
	}
	.portal-nav {
		display: none;
	}
}
@media screen and (max-width: 385px) {
	.navlogo , .navlogo img {
		height: 26px;
		top: 22px;
	}
}

