@import "colors.css";


/* FONT FACE */
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


.wp-editor-expand #wp-content-editor-container {
	box-shadow: none;
	margin-top: -1px;
	border-bottom: 0 none;
	display: none;
}

/* PARTIALS */


/* shop cta */
.shop-cta {
	width: 100vw;
	background-color: var(--gray);

}

.cta-giftcard {
	background-color: black;
	height: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.cta-giftcard iframe {

	height: 200%;
	width: 200%;
	transform: scale(1.5);

}

.cta-textbox {
	padding: 5em;
}

.cta-textbox p {
	font-size: 1.3rem;
}

.cta-textbox .cta {
	margin-top: 2em;
}

/* page-banner */


.page-heading-box {
	position: relative;

	z-index: -10;
	height: 500px;
	width: 100vw;
	object-fit: cover;
	background-position: center;
	background-size: cover;
}

.page-heading-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--main-shadow);
	display: flex;
	align-items: center;
	justify-content: start;
	z-index: 0;
}

.page-heading-text {
	margin-top: 96px;
	float: left;
}


.page-heading-text h1 {
	text-transform: uppercase;
	font-size: 4rem;
	color: #fff;
}


.page-heading-text p {
	font-size: 1.8rem;
	color: var(--light-blue);
	text-align: end;

	margin-right: -1.5rem;
}

/* booking cta */

.booking-cta {
	background-color: var(--main-shadow);
	width: 100vw;

}

.booking-content {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5em 3em;
}

.booking-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.booking-box .main-icon {
	margin-bottom: 1.4em;
}

.booking-box .booking-title {
	font-size: 2.2rem;
	color: #fff;

}

.booking-box .booking-btns {
	width: 170%;
	justify-content: space-between;
	margin-top: 4em;
	margin-bottom: 2.5em;
}

.booking-box .booking-btns .cta {
	font-size: 1.4rem;

}

/* plan section */

.plan-section {
	background-image: url('../img/bg-notebook.jpg');
	background-size: cover;
	background-position: center;
	padding: 7em 5em 9em 5em;
}

.plan-box .plan-title {
	margin-top: 0.5em;
	font-size: 1.6rem;
	margin-bottom: 1.6em;
}

.plan-box .plan-text {
	font-size: 1.2rem;
}


.plan-box .cta {
	margin-top: 1em;
	width: 50%;
	min-width: 165px;
}

/* Contact bar */

.contact-bar {
	position: fixed;
	width: 100vw;
	bottom: 0;
	z-index: 1000;
	padding: 0.6em 2em;
	text-align: center;
	background-color: var(--main-darker);
}

.contact-bar,
.contact-bar a {
	color: #fff;
	font-size: 0.95rem;
}

.contact-bar a:hover {
	color: var(--gray);
}


/* TILES */


/* service tiles */

.service-tile {
	position: relative;
	display: block;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.247);
	margin-top: 1em;
	margin-bottom: 1em;
}


.tile-box {
	position: relative;
	margin: 0;
	padding: 0;
}

.service-tile .tile-textbox {
	padding: 3em 8em 1.5em 3em;


}

.service-tile .tile-imgbox {
	height: 100%;
	position: relative;
}

.service-tile .service-about-imgbox {
	height: 100%;
}

.service-tile .tile-imgbox .main-img {

	object-fit: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	height: 100%;
	min-height: 300px;
}

.service-tile .tile-imgbox .imgbox-info {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1.6em;
	background-color: #eeeeeee7;
}


.service-tile .tile-imgbox .imgbox-info .infobox img {

	height: 1.8rem;
	width: auto;
	margin-right: 1em;
}

.service-tile .tile-imgbox .imgbox-info .infobox .info p {
	margin-bottom: 0;
	font-size: 1.1rem;
}

.service-tile .tile-imgbox .imgbox-info .infobox .info .info-val {
	font-weight: bold;
}


.service-tile .tile-imgbox .imgbox-info .infobox .info .info-head {
	text-transform: uppercase;
}

.service-tile .tile-textbox h3 {
	font-size: 1.9rem;
	margin-top: .7em;
	margin-bottom: 1.1em;


}

.service-tile .tile-textbox .text {
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 3em;


}

.service-tile .tile-textbox .cta {
	width: 70%;
	min-width: 220px;

}

.service-tile .col-md-pull-6 {
	max-width: 45%;
}

.service-tile .col-md-push-6 {
	max-width: 55%;
}

.service-tile .tile-imgbox {
	font-size: 1rem;
}




.service-tile:nth-child(even) {
	box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.247);
}

.service-tile:nth-child(even) .tile-box {
	flex-direction: row-reverse !important;
}


/* blog tile */
.blog-tiles {
	display: flex;
	text-align: start;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2em 0;
}

.blog-tile {
	max-width: 46%;
	position: relative;
	display: block;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.247);
	margin: .8em .8em;
}


.blog-tile img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-position: center;
	transition: transform .3s;
}

.blog-tile .tile-img {
	overflow: hidden;
	max-width: 48%;
}

.blog-tile img:hover {
	transform: scale(1.05)
}

.blog-tile .tile-textbox {
	position: relative;
	padding: 3em 1em 3em 3em;
	height: 480px;
	width: 100%;
}

.blog-tile .tile-textbox h3 {
	color: var(--accent);
	margin-bottom: 1.5em;
}

.blog-tile .tile-textbox .cta {
	position: absolute;
	bottom: 3rem;
	margin-top: 2em;
	width: 60%;
	min-width: 150px;
}


/* HAMBURGERS */

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--stand .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* GLOBAL */
.main-icon {
	height: 40px;
	width: 40px;
}

.font-dekko {
	/* font-family: "Dekko"; */
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.section-heading {
	font-size: 2.2rem;
	padding-top: .5em;
	padding-bottom: 1em;
}

a,
a:hover,
/* a:active,
a:focus, */
button,
button:hover,

input:hover {
	outline: 0;
	text-decoration: none;
	color: black;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

html {
	font-size: 100%;
	font-family: sans-serif;
}

body {
	font-size: 1rem;
	overflow-x: hidden;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container-main {
	max-width: 1500px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.col-nopadding {
	padding-left: 0;
	padding-right: 0;
}

.cta {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	max-width: 300px;
	color: white;
	background: var(--accent);
	padding: 7px 26px 9px 26px;
	border-radius: 6px;
	font-weight: 500;
	transition: background .3s;
}

.cta:hover,
.cta:focus,
.cta:active {
	color: white;
	background: #0000cc;
}

.cta-icon {
	padding-left: 4rem;
}

.cta .glyphicon {
	line-height: 1;
	margin-right: 1rem;
	font-size: 2rem;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

#wpadminbar {
	z-index: 9999999;
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s !important;
	-o-transition: all 1s !important;
	transition: all 1s !important;
}

.grecaptcha-badge.showgr {
	visibility: visible;
	opacity: 1;
}

/* HEADER & NAV */

nav>ul {
	display: inline-block;
	vertical-align: top;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

nav>ul>li {
	display: inline-block;
	vertical-align: top;
}

nav li {
	margin: 0;
	padding: 0;
}

nav li a {
	display: inline-block;
	padding: 8px 14px;
}

nav li a:hover {
	text-decoration: none;
}

.top-header {
	background: var(--main-darker);
	text-align: right;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

.top-header-inner {
	position: relative;
	height: 6rem;
	transition: all .3s;
}

.scrolldown .top-header-inner {
	height: 4rem;
}

.nav-logo {

	display: inline-block;
	position: absolute;
	left: 0;
	top: 48%;
	bottom: -15%;
	transform: translateY(-50%);
	max-width: 10rem;
	transition: all .3s;
}

.nav-logo img {
	height: 100%;
}

.scrolldown .nav-logo {
	max-width: 10rem;
}

.main-navlist {
	display: inline-block;
}

.main-navlist {
	margin-top: 1rem;
	transition: all .3s;
}

.scrolldown .main-navlist {
	margin-top: .5rem;
}

.main-navlist a {
	line-height: 3rem;
	font-size: 1.3rem;
	color: #fff;
	transition: all .3s;
	letter-spacing: .05rem;
}

.scrolldown .main-navlist a {
	line-height: 2rem;
}

.top-header-inner .hamburger {
	position: absolute;

	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px 10px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: #fff;
	width: 35px;
	height: 4px;
	border-radius: 0;
}

.hamburger-box {

	height: 25px;
	top: 2px;
	transform: scale(.7);
}

.mobile-submenu-switch {
	display: inline-block;
	vertical-align: top;
	padding: .6rem;
	background: rgba(255, 255, 255, .3);
	border-radius: 4rem;
	margin-top: .6rem;
	transform: rotate(0);
	transition: all .5s;
	margin-left: 0;
}

.sub-menu {
	background-color: var(--main-darker);
}

.mobile-submenu-switch.submenu-visible {
	transform: rotate(180deg);
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children ul {
	display: none;
	position: absolute;

	left: 1rem;
	top: 2.8rem;

	padding: 1.2rem 1.6rem 1rem 1.6rem;

	-webkit-box-shadow: 0px 13px 29px -28px rgba(66, 68, 90, 0.65);
	-moz-box-shadow: 0px 13px 29px -28px rgba(66, 68, 90, 0.65);
	box-shadow: 0px 13px 29px -28px rgba(66, 68, 90, 0.65);
}

.menu-item-has-children ul li {
	display: block;
}

.menu-item-has-children ul li a {
	display: block;
	line-height: 1.2;
	font-size: 1.2rem;
}


/* FOOTER */

.footer-newsletter,
.device-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100vw;


	color: #fff;
}

.footer-newsletter {
	background: var(--footer-gradient);
	padding: 5em;
}



.footer-newsletter .footer-content {
	max-width: 1000px;


}

.footer-newsletter .footer-content .section-heading,
.device-contact .device-contact-content .section-heading {
	margin-bottom: 0em;
}

.footer-newsletter .footer-content p,
.device-contact .device-contact-content p {
	font-size: 1.4rem;
}

.footer-newsletter .footer-content form,
.device-contact .device-contact-content form {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 3em;
	margin-bottom: 3em;
}

.footer-newsletter a,
.footer-newsletter a:hover,
.footer-newsletter a:active,
.footer-newsletter a:focus,
.footer-newsletter button,
.footer-newsletter button:hover,
.footer-newsletter button:active,
.footer-newsletter button:focus,

.footer-newsletter textarea:focus,
.footer-newsletter a[href^=tel],
.footer-newsletter div:active,
.footer-newsletter div:focus {
	color: #fff;
}

.footer-newsletter .footer-content form input.form-control,
.device-contact .device-contact-content form input.form-control {
	font-size: 1.25rem;
	width: 70%;
	margin-bottom: 0.3em;
}

.footer-newsletter .footer-content form .cta,
.device-contact .device-contact-content .cta {
	width: 40%;
	color: #fff;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
	border: none;
}

.footer-newsletter .footer-content form .form-check {
	width: 70%;
}

.footer-newsletter .footer-content form .form-check .form-check-input,
.device-contact .device-contact-content form .form-check .form-check-input {
	font-size: 1.2rem;
	margin-top: 0.3em;
	cursor: pointer;
}

.footer-newsletter .footer-content form label,
.device-contact .device-contact-content form label {
	font-size: 0.9rem;
	line-height: 1rem;
	text-align: left;
	width: 98%;

}

/* SITES */


/* Services-single */
.service-recomm-section {

	padding: 5em 0;

}

.service-recomm-section .section-heading {
	margin-bottom: 0;
}

.service-recomm-desc {
	font-size: 1.3rem;
	margin-bottom: 1em;
}

.service-recomm-tiles {
	padding: 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-about-section {
	padding: 5em 0;

}

.service-about-section .service-about-imgbox {
	max-width: 100%;
}

.service-about-section .service-about-imgbox img {
	width: 100%;
	height: auto;
	background-size: cover;
	object-fit: cover;
	background-position: center;
}

.service-about-section .service-about-txtbox {
	padding: 1.5em 0 1em 3em;
}

.service-about-section .service-about-txtbox p {
	font-size: 1.2rem;
}

.service-about-section .service-about-txtbox .cta {
	margin-top: 1em;
	padding: 0.5em 3em;
}

.service-about-section .service-about-txtbox h2 {
	margin-bottom: 0;
}


.service-advantages-section {
	padding: 3rem 0 10rem 0;
	height: 100%;
}

.service-advantages-section h2 {
	margin-top: 0;
}

.service-advantages-section .advs-row {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
}

.service-advantages-section .advs-row .advs-image {
	z-index: -1;
	position: absolute;
	margin: 0 auto;
	width: 40%;
	height: 105%;
	background-size: cover;
	object-fit: cover;
	background-position: center;
	margin: 0 auto;
}

.service-advantages-section .advs-row .col-sm-6 {
	position: relative;
	width: 50%;
}



.service-advantages-section .advs-row .advantage-box {

	display: flex;

	margin-left: 0;
	margin-right: auto;
	margin-bottom: .9em;
	margin-top: .9em;
	flex-direction: row;

	max-width: 500px;
}

.service-advantages-section .advs-row .adv-box-right {
	margin-right: 0;

	margin-left: auto;
	text-align: right;
	flex-direction: row-reverse;
}


.service-advantages-section .advs-row .advantage-box .adv-icon-box {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2em;
	background-color: #1c3357ea;


}

.service-advantages-section .advs-row .advantage-box .adv-txtbox {
	padding: 1em;
	font-size: 1.1rem;
	text-align: right;
	max-width: 100%;

}

.service-advantages-section .advs-row .adv-box-right .adv-txtbox {

	text-align: left;

}

.service-advantages-section .advs-row .advantage-box .font-dekko {
	width: 140px;
	line-height: 1.3rem;
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 0.3em;
	height: 2rem;

	text-align: center;
}

.service-advantages-section .advs-row .advantage-box .adv-icon-box img {
	color: #fff;
	height: 3rem;
	width: auto;
	margin: 0.5em 0 .7em;
}


.service-packets-section {
	background-image: url('../img/bg-leafs.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5em 0;
}


.service-packets-section .service-packets {
	display: flex;
	justify-content: space-around;
}

.service-packets-section .service-packets .service-packet-box {
	position: relative;
	background-color: #fff;
	padding: 3em 2.5em;
	max-width: 30%;
	text-align: center;
}

.service-packets-section .service-packets .packet-name {
	color: var(--accent);
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2em;
}

.service-packets-section .service-packets .packet-price {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1.2em;
}

.service-packets-section .service-packets .packet-inc-box {
	height: 170px;
	display: flex;
	text-align: left;
	flex-direction: column;
	padding: 1.5em;
	margin-bottom: 1em;

}

.service-packets-section .service-packets .packet-inc-box p {
	font-size: 1.15rem;
	line-height: 1.7rem;
	margin-bottom: 0;
}

.service-packets-section .service-packets .packet-desc {
	padding: 1.5em;
	margin-bottom: 2em;
}


.service-packets-section .service-packets .cta {

	width: 80%;
	max-width: 300px;

}

/* Front page */

.landing-page .landing-content {
	width: 100vw;
	height: 100vh;


}

.landing-page .landing-content .landing-image {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.landing-page .landing-content .landing-image .bg-shadow {
	background: linear-gradient(0deg, rgba(35, 64, 65, 0.8379726890756303) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

.landing-page .landing-content .landing-image .landing-box {
	position: absolute;
	left: 50%;
	bottom: 13vw;
	background-color: #ffffffc0;
	padding: 2em 2em;
	width: calc(100% - 5rem);
	max-width: 300px;
	text-align: center;
	transform: translateX(-50%)
}

.landing-page .landing-content .landing-image .landing-box .box-icon {
	height: 5rem;
	width: auto;
	margin-bottom: 1em;
	margin-top: 0.5em;
}


.landing-page .landing-content .landing-image .landing-box .box-title {
	font-size: 1.8rem;
	height: 5.5rem;
	padding: 0 .5em;
	margin-bottom: 1.5em;

}

.landing-page .landing-content .landing-image .landing-box .cta {
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-bottom: 0.5em;
	width: 80%;
}



/* CAROUSEL */
.recomm-services {
	padding-top: 4em;
}

.recomm-slider {
	height: 400px;
}

.recomm-slider .slick-list {
	height: 100%;
	position: relative;

}

.slick-track {
	height: 100%;

}

.recomm-slider .slick-list .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 400px;
	position: relative;
	transform: translate3d(0, 0, 0);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}


.recomm-slider .slick-list .slick-slide .slick-title {
	font-size: 2.2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-shadow: -3px 3px 5px #00000081;
}

.slick-prev,
.slick-next {

	padding: 2rem 1rem;
}



.slick-next {
	right: 0px;
	z-index: 999;
}

.slick-prev {
	left: 0px;
	z-index: 999;


}

.slick-prev:before,
.slick-next:before {
	content: '';
	background-image: url('../img/right-arrow.png');
	height: 24px;
	width: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slick-prev:before {
	background-image: url('../img/arrow.png');
}

.slick-next:before {
	background-image: url('../img/right-arrow.png');
}

/* process section */

.process {
	padding-top: 5em;
	background-image: url('../img/bg-leafs.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.process-cards {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6em;
}

.process-card {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 32%;
	background-color: #fff;
	padding: 2em 3em;
	box-shadow: 5px 5px 10px #00000083;
}

.process-card img {
	color: var(--accent);
	width: 58px;
	height: 58px;
	margin: 1em auto 0;
}


.process-card .process-num {

	font-size: 3rem;
	margin-bottom: .35em;
}

.process-card .process-title {
	text-transform: uppercase;
	padding: 0 1em;
	margin-bottom: 1em;
	min-height: 6rem;
}

.process-card .process-desc {
	font-size: 1.2rem;
	height: 7.5rem;
	margin-bottom: 1.5em;
}


.reviews-section {
	background-color: var(--main-darker);
	color: #fff;
	text-align: center;
	padding: 3em 0;
}

.reviews-section .section-heading {
	padding-bottom: 0;
	margin-bottom: 0;
}

.reviews-slider {
	display: flex;
	padding: 0 2em;
}

.reviews-slider .review {
	width: calc(100vw / 3 - 3rem);
	max-width: 450px;
	padding: 0 1em;

	box-sizing: border-box;
}


.reviews-slider .review .quotation {
	font-family: serif;
	font-size: 7rem;
	color: var(--accent);
}

.reviews-slider .review .review-text {
	font-size: 1.2rem;
}

.home-blog {
	padding: 3em 0 5em 0;
	text-align: center;
}

/* Offer page */

.offer-info {
	background: var(--footer-gradient);
	color: #fff;
	padding: 7em 0 6em 0;
}

.offer-info .info-box {
	display: flex;
	margin: 1em 0;
}

.offer-info .info-box .infobox-numbox {

	display: inline-block;
	vertical-align: text-top;
	text-align: right;
	width: 10rem;
	margin-right: 0.7em;

}

.offer-info .info-box .infobox-num {
	vertical-align: text-top;
	font-size: 5rem;
	line-height: 1.1;

}

.offer-info .info-box .infobox-txt {
	padding: 0.5em;
}

.offer-info .info-box .infobox-txt p {
	margin-bottom: 0;
}

.offer-info .info-box .infobox-txt .text-uppercase {
	font-size: 1.3rem;
	margin-bottom: .1em;
}



.our-services {
	padding: 5em 0;
}

.our-services .section-heading {
	padding-bottom: 0.5em;
}

.our-services p {
	font-size: 1.1rem;
}




/* About us site */


.about-us {
	padding: 3em 0;
}

.about-us .about-us-philosophy {
	margin-bottom: 5em;
}

.about-us .about-us-philosophy .col-md-6 {
	width: 50%;

}

.about-us .about-us-philosophy .about-us-textbox {
	padding-right: 6em;
}

.about-us .about-us-philosophy .about-us-textbox p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.about-us .about-us-philosophy :nth-child(even) .about-us-textbox {
	padding-top: 3em;
	padding-right: 0;
	padding-left: 6em;
}

.about-us .about-us-philosophy .about-us-imgbox {
	position: relative;
}

.about-us .about-us-philosophy .about-us-imgbox img.img-responsive {
	width: 100%;
	height: auto;
}

.about-us .about-us-philosophy .about-us-imgbox .about-us-imgbox-content {
	position: absolute;
	font-size: 1.4rem;
	top: 50%;
	left: -3rem;
	transform: translateY(-50%);
	padding: 2em .3em;
	background-color: rgba(255, 255, 255, .8);
	backdrop-filter: blur(5px);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.445);
	text-align: center;
}

.about-us .about-us-philosophy .about-us-imgbox .about-us-imgbox-content p {
	padding: 0 1em;
}

.about-us .about-us-philosophy .about-us-imgbox .about-us-imgbox-content img {
	height: 50px;
	width: 50px;
	margin-bottom: 1em;
}

.about-us .about-us-philosophy:nth-child(even) .about-us-imgbox .about-us-imgbox-content {
	padding: 1.5em 0;
	text-align: left;
	left: auto;
	right: -3rem;
}

.about-us .about-us-philosophy:nth-child(even) .about-us-imgbox .about-us-imgbox-content div {
	padding: 0 1em;
	display: flex;
	flex-direction: column;
}

.about-us .about-us-philosophy:nth-child(even) .about-us-imgbox .about-us-imgbox-content p {
	font-size: 1.2rem;
	margin: 0.2em 0;

	padding: 0;
}

.about-us-text {
	display: flex;
	justify-content: center;
}

.about-us-text-box {
	margin-bottom: 2em;
}

.about-us-text .about-us-text-title {
	font-size: 1.8rem;
	margin-bottom: 0.6em;
	color: var(--accent);
	text-transform: uppercase;
}

.about-us-text .about-us-desc {
	font-size: 1.4rem;
	line-height: 1.5;

}






.our-therapists {
	text-align: center;
	padding: 5em 0;
	background-size: cover;
	object-fit: contain;
	background-repeat: no-repeat;
}


.our-therapists-boxes {
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
}


.our-therapists .therapist-box {


	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.our-therapists .col-sm-5 {

	max-width: 385px;
}

.our-therapists .col-sm-5 .flexible {

	width: 100%;
	height: 100%;
	background-color: #fff;
}


.our-therapists .therapist-box .img-responsive {

	transform: translateY(20%);
	width: 75%;
	aspect-ratio: 1 / 1;


	object-fit: cover;
}

.our-therapists .therapist-box .therapist-textbox {
	background-color: #fff;
	padding: 5em 3em 4em 3em;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.219);
}

.our-therapists .therapist-box .therapist-textbox h4 {
	text-transform: uppercase;
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1em;
}

.our-therapists .therapist-box .therapist-textbox .about-us-desc {
	text-align: left;
	line-height: 1.5;
	font-family: 1.3rem;
}


/*  Pricing site */

.pricing {
	padding: 3em 0;
}

.pricing .pricing-desc {
	font-size: 1.3rem;
	margin-bottom: 3em;
}

.pricing-table .col-sm-2 {
	text-align: center;
}

.pricing-table .table-head {
	background-color: var(--main-darker);
	color: #fff;
	font-size: 1.3rem;
	padding: 1.3em 1em;
}

.pricing-table .pricig-item {
	background-color: #fff;
	font-size: 1.2rem;
	padding: 0.6em 1em;
}

.pricing-table .pricig-item:nth-child(even) {
	background: var(--footer-gradient);
	color: #fff;
}

.hidden-sm {
	display: block;
}

.visible-sm {
	display: none;
}


/* Devices site */

.device-section {
	padding: 5em 0;
	background-image: url('../img/bg-device.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.device-section .device-imgbox {
	position: relative;
	max-width: 600px;
	padding: 2em;
}


.device-section .img-responsive {
	position: relative;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;

}

.device-section .img-absolute {
	position: absolute;
	bottom: -7rem;
	left: -1rem;
	width: 50%;
	height: auto;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.308);
}

.device-section .device-desc {
	font-size: 1.3rem;
	line-height: 1.6;
}

.device-contact {
	background-color: #fff;
	width: 100vw;

	padding-bottom: 6em;

}

.device-contact .device-contact-content {
	background: var(--footer-gradient);
	max-width: 800px;
	padding: 8em 6em 2em;

	margin-top: -3rem;
}

.device-contact .col-12 {
	display: flex;
	justify-content: center;
	padding: 0 2em;
}

.device-contact .device-contact-content .cta-num {
	margin-top: .5em;

}

.device-contact .device-contact-content p {
	font-size: 1.31rem;

}

.device-contact .device-contact-content form {
	padding-top: 1em;
}

.device-contact .device-contact-content form input.form-control {
	width: 90%;
}

.device-contact .device-contact-content form .form-check {
	width: 90%;
}

/* Blog post */
.article {
	padding: 4em 2em 2em 2em;
}

.article .row {
	justify-content: center;

}

.article h3 {
	color: var(--accent);
	font-size: 2.3rem;
	margin-top: 1em;
	margin-bottom: 1em;
}

.article .article-content p {
	line-height: 1.6;
	font-size: 1.3rem;
}

/* Blog page */

.research {
	text-align: center;
	padding: 5em 0;
}

.research .research-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;

}

.research a {
	color: #fff;
	background: #50627e;
	width: 85%;
	font-size: 1.5rem;
	padding: 1em;
	margin-bottom: .3em;
}

.research a:hover {
	background: linear-gradient(180deg, #23724E 0%, #268157 7%, #0A3622 100%) 0% 0% no-repeat padding-box;

}

.blog-films {
	padding: 5em 0;
	text-align: center;
}

.films-slider {
	display: flex;
	padding: 0;
}

.films-slider .film {
	width: 43rem;
	height: 400px;
	padding: 0 1em;

	box-sizing: border-box;
}

.films-slider .film iframe {
	width: 100%;
	height: 90%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.films-slider .film h6 {
	text-align: left;
	font-size: 1.1rem;
	margin-bottom: 0;
	color: black;
}


.contact {
	padding: 5em 0 8em;
	background-image: url('../img/bg-device.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.contact .contact-boxes {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 1.5em;
}

.contact .contact-boxes .contact-box {
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.164);
	padding: 3em;
	margin: 2em 1em;
}

.contact .contact-boxes .contact-box h4 {
	font-size: 1.4rem;
	margin-top: 0.5em;
}

.contact .contact-boxes .contact-box p.font-dekko {
	font-size: 1.3rem;
	margin-bottom: 2em;
}

.contact .contact-boxes .contact-box .box-desc {
	font-size: 1.4rem;
	padding: 0;
	margin: .6em 0;
}

.contact .contact-boxes .contact-box .cta {
	text-transform: uppercase;
	font-size: 1.05rem;
	padding: .5em 1.5em;
}




.contact-cta-section .col-lg-12 {
	max-width: 800px;
	margin: -3rem auto 5rem;
	padding: 7em 5em 11em 5em;

	text-align: center;
	color: #fff;
	background: var(--footer-gradient);
}

.contact-cta-section .col-lg-12 .buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2em;
}

.contact-cta-section .col-lg-12 .buttons p {
	font-size: 1.3rem;
}


.contact-cta-section .col-lg-12 .buttons a {
	width: 45%;
	margin-bottom: 1em;
}

/* MEDIA QUERIES */

/* bootstrap LG */
@media screen and (max-width: 1200px) {
	html {
		font-size: 15px;
	}

	.page-heading-box {

		height: 370px;
	}

	.service-tile .tile-textbox {
		padding-right: 5em;


	}

	.service-tile .tile-textbox .text {

		margin-bottom: 1.8em;


	}

	.service-advantages-section .advs-row .advantage-box .font-dekko {
		width: 120px;
	}
}

/* bootstrap MD */
@media screen and (max-width: 992px) {
	html {
		font-size: 14px;
	}

	.main-navlist {
		position: fixed;
		top: 4rem;
		right: 0;
		background: white;
		padding: 2rem 2rem 4rem 5rem;
	}

	.scrolldown .main-navlist {
		top: 3rem;
	}

	.main-navlist {
		transform: translateX(105%);
	}

	.main-navlist.onscreen {
		transform: translateX(0);
		background-color: var(--main-darker);
	}

	.main-navlist.onscreen a {
		font-size: 2rem;
	}

	.main-navlist ul li {
		display: block;
	}

	.scrolldown .main-navlist ul li a {
		line-height: 3rem;

	}

	.nav-logo {
		max-width: 12rem;
	}

	.mobile-nav-bg {
		display: none;
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
		z-index: 9;
	}

	.no-scroll {
		touch-action: none;
	}

	/* partials */
	.page-heading-box {

		height: 320px;
	}

	.page-heading-text h1 {
		font-size: 4rem;
		margin-left: 0.5em;
	}

	.page-heading-text p {
		font-size: 1.5rem;
		margin-top: -.5em;
		margin-left: 7em;
	}

	.contact-bar,
	.contact-bar a {
		font-size: 1rem;
	}

	.service-tile .tile-textbox {
		height: 430px;
		padding-right: 3.5em;

	}



	.blog-tile .tile-img {

		max-width: 100%;
	}

	.blog-tile h3 {
		font-size: 2rem;
	}

	.blog-tile .text {
		font-size: 1.3rem;
	}

	.main-navlist li {
		margin-right: auto;
		margin-left: auto;
	}

	.menu-item-has-children ul {
		position: static;
		min-width: auto;
		padding: .1rem .3rem .6rem .3rem;
		background: none;
		margin-top: 1rem;
		width: auto;
	}

	.menu-item-has-children ul li a {
		font-size: 1.5rem !important;
		padding: 0.5rem 1rem;
		/*color: rgba(255,255,255,.8);*/
		margin-bottom: .1rem;
		white-space: normal;
	}

	.main-navlist .menu-item-has-children ul li {
		margin-bottom: .5rem;
	}

	.service-advantages-section .advs-row .advantage-box .adv-txtbox {
		padding: .7em;
		padding-left: 0;
		font-size: 1.1rem;
		max-width: 140%;

	}

	.service-advantages-section .advs-row .adv-box-right .adv-txtbox {
		padding-left: 0.7em;
		padding-right: 0;
	}



	.service-packets-section .service-packets {

		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
	}

	.service-packets-section .section-heading {
		margin-bottom: 3em;
	}

	.service-packets-section .service-packets .service-packet-box {

		padding: 3em 4.5em;
		max-width: 60%;
		min-width: 60%;
		margin-bottom: 3em;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.192);

	}

	.service-packets-section .service-packets .packet-name {


		font-size: 2.3rem;
		margin-bottom: 1em;
	}

	.service-packets-section .service-packets .packet-price {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 1.2em;
	}

	.service-packets-section .service-packets .packet-inc-box {
		height: 120px;

		padding: 1em 2.5em 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.service-packets-section .service-packets .packet-inc-box p {
		font-size: 1.3rem;
		line-height: 1.7rem;
		margin-bottom: 0;
	}

	.service-packets-section .service-packets .packet-desc {
		font-size: 1.2rem;
	}

	.recomm-slider .slick-list .slick-slide {

		max-width: 355px;


	}

	.recomm-slider {
		height: 355px;
	}




	.process-card {

		padding: 2em;

	}

	.process-card .process-num {
		font-size: 4rem;
		margin-bottom: .35em;
	}

	.process-card .process-title {
		font-size: 1.5rem;
		padding: 0;

	}

	.process-card .process-desc {
		font-size: 1.1rem;
	}





	.offer-info {

		padding: 3em 0 2em 0;
	}

	.offer-info .info-box .infobox-txt p {
		font-size: 1.2rem;
	}

	.offer-info .info-box .infobox-txt .text-uppercase {
		font-size: 1.4rem;
		margin-bottom: .05em;
	}

	/* about us page */
	.about-us {
		padding-bottom: 0;
	}

	.about-us .container-main {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.about-us .row>* {
		padding: 0;
	}

	.about-us .about-us-philosophy .about-us-textbox {
		padding-left: 1em;
	}

	.about-us .about-us-philosophy .about-us-textbox p {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.about-us .about-us-philosophy :nth-child(even) .about-us-textbox {

		padding-right: 1em;
		padding-left: 6em;
	}

	.about-us-text {
		padding-bottom: 4em;
	}

	.device-contact .container-main {
		padding-right: 2rem;
	}

	.device-contact .device-contact-content .cta {
		width: 45%;
	}

	.device-contact .device-contact-content {
		padding-top: 6em;
	}

	/* blog page */


	.research a {

		width: 95%;

	}

	.films-slider .film {
		width: 26rem;
		height: 225px;
		padding: 0 1.3em;
	}

}


/* bootstrap SM */
@media screen and (max-width: 768px) {
	html {
		font-size: 12px;
	}

	.container-main {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	/* partials */
	.page-heading-box {

		height: 270px;
	}

	.booking-box .booking-btns {
		width: 100%;
		justify-content: space-between;
		align-items: center;
		margin-top: 2em;
		margin-bottom: 2.5em;
	}

	.booking-box .booking-btns .cta {
		font-size: 1.4rem;
		margin: .5em;
	}

	.page-heading-text h1 {
		font-size: 3rem;
		margin-left: 0.8em;
	}

	.plan-box .plan-title {

		font-size: 1.8rem;

	}


	.contact-bar,
	.contact-bar a {
		font-size: 1.2rem;
	}

	.service-tile:nth-child(even) .tile-box {
		flex-direction: column !important;
	}

	.service-tile .col-md-pull-6 {
		max-width: 100%;
	}

	.service-tile .col-md-push-6 {
		max-width: 100%;
	}


	.service-tile .tile-imgbox .imgbox-info {
		padding-top: 1em;
	}

	.service-tile .tile-imgbox .imgbox-info .infobox img {

		margin-bottom: 1em;
	}

	.service-tile .tile-imgbox .imgbox-info .infobox p {

		font-size: 1.2rem;
	}

	.service-tile .tile-textbox .text {

		font-size: 1.4rem;
	}

	.service-tile .tile-textbox .cta {
		width: 70%;
		min-width: 150px;
	}

	.blog-tiles {
		flex-direction: column;
		align-items: center;
	}

	.blog-tile {
		max-width: 90%;
		margin: 1em 0;
	}






	.blog-tile .tile-textbox {
		position: relative;
		height: auto;
	}



	.blog-tile .tile-textbox .cta {
		position: static;
		width: 70%;
		min-width: 130px;
	}

	.blog-tile .tile-textbox {
		padding-right: 3em;

	}

	.blog-tile .tile-img,
	.blog-tile .tile-img img {
		min-height: 165px;

	}


	/* footer */

	.footer-newsletter .footer-content h3,
	.device-contact .device-contact-content h3 {
		font-size: 2.2rem;
	}

	.footer-newsletter .footer-content form input.form-control,
	.device-contact .device-contact-content form input.form-control {

		width: 90%;
		font-size: 1.3rem;
	}

	.footer-newsletter .footer-content form input.cta,
	.device-contact .device-contact-content form .cta {
		min-width: 200px;
	}

	.footer-newsletter .footer-content form .form-check,
	.device-contact .device-contact-content form .form-check {
		width: 90%;
	}

	/* Sites */
	.service-about-section .service-about-txtbox {
		padding: 1.5em 0 0em 1em;
	}

	.service-about-section .service-about-txtbox p {
		font-size: 1.3rem;
	}

	.service-advantages-section .advs-row .advs-image {
		width: 90%;
	}

	.service-advantages-section .advs-row .advantage-box {
		z-index: 10;
		width: 100%;
		box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.11);

	}

	.service-advantages-section .advs-row .adv-box-right {
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.11);
	}

	.service-advantages-section .advs-row .advantage-box .col-xs-7 {
		background-color: #fff;

	}

	.service-advantages-section .advs-row .advantage-box .adv-txtbox {
		font-size: 1.25rem;
		padding: 1em;
		padding-bottom: 0.2em;
	}

	.service-advantages-section .advs-row .advantage-box .adv-icon-box {

		background-color: #1c3357;


	}


	/* front page */

	.landing-page .landing-content .landing-image .landing-box {

		width: calc(100% - 3rem);

	}

	.landing-page .landing-content {
		width: auto;
		height: auto
	}

	.landing-page .landing-content .landing-image {

		height: 41rem;

	}

	.landing-page .landing-content .landing-image .landing-box {
		bottom: 10vw;
		background-color: #ffffffd0;
	}

	.landing-page .landing-content .landing-image .landing-box .box-icon {

		margin-top: 1em;
	}


	.landing-page .landing-content .landing-image .landing-box .box-title {
		font-size: 2rem;
		height: 5rem;
		padding: 0 1.5em;
		margin-bottom: 1.5em;

	}

	.landing-page .landing-content .landing-image .landing-box .cta {

		margin-bottom: 1.5em;

	}



	.process-cards {

		flex-direction: column;
		margin-bottom: 8em;
	}

	.process-card {
		width: 90%;
		margin: 1.5em 0;
		padding: 2em 4em;
	}

	.process-card .process-num {
		font-size: 4rem;
		margin-bottom: .35em;
	}

	.process-card .process-title {
		font-size: 2rem;
		min-height: 5rem;
	}

	.process-card .process-desc {
		font-size: 1.5rem;

		height: 6rem;
	}


	.reviews-slider {
		display: flex;
		padding: 0 2em;
	}

	.reviews-slider .review {
		width: calc(100vw / 2 - 4rem);

		padding: 0 1em;

		box-sizing: border-box;
	}

	.reviews-slider .review .review-text {
		font-size: 1.3rem;
	}


	/* aboutus page */
	.about-us {
		padding-top: 5em;
	}

	.about-us .container-main {
		padding-left: 0;
		padding-right: 0;
	}

	.about-us .about-us-philosophy {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}

	.about-us .about-us-philosophy:nth-child(even) {
		flex-direction: column-reverse;
	}

	.about-us .about-us-philosophy .col-md-6 {
		width: 100%;

	}

	.about-us .about-us-philosophy .about-us-textbox {

		line-height: 1.6;
		padding-left: 2em;
		padding-right: 9em;
		margin-bottom: 3em;
	}

	.about-us .about-us-philosophy .about-us-textbox p {
		font-size: 1.4rem;
	}

	.about-us .about-us-philosophy :nth-child(even) .about-us-textbox {
		margin-top: 1em;
		padding-right: 2em;
		padding-left: 9em;
	}

	.about-us .about-us-philosophy .about-us-imgbox .about-us-imgbox-content {

		left: 0;

	}

	.about-us .about-us-philosophy:nth-child(even) .about-us-imgbox .about-us-imgbox-content {

		right: 0;
	}

	.about-us-text {
		padding: 3em 2em 4em 2em;
	}

	.our-therapists .row>* {
		padding-right: 0;
		padding-left: 0;
	}

	.our-therapists .col-sm-5 {
		min-width: 260px;
	}

	.our-therapists .therapist-box {
		width: 100%;
	}

	.our-therapists .therapist-box .therapist-textbox {

		padding: 5em 3em 4em 3em;
		width: 100%;
	}

	.our-therapists .therapist-box .therapist-textbox h4 {
		font-size: 1.6rem;
	}

	.our-therapists .therapist-box .therapist-textbox .about-us-desc {

		font-size: 1.25rem;
	}

	/* device site */

	.device-section .device-imgbox {
		max-width: 1000px;
		width: 100%;
		padding: 1em 3em;
	}




	.device-section .img-absolute {

		bottom: -7rem;
		left: 1rem;
		max-width: 250px;
		width: 50%;
	}

	.device-section .device-desc {
		font-size: 1.4rem;
	}

	.device-contact .device-contact-content .cta-num {
		min-width: 220px;
	}

	.device-contact .device-contact-content p {
		font-size: 1.4rem;

	}



	/* blog page */


	.research a {

		width: 100%;
		padding: 1em 0.5em;
	}

	.contact-cta-section .col-lg-12 {
		padding: 7em 2em 11em;
	}

	.contact-cta-section .col-lg-12 .buttons p {
		font-size: 1.4rem;
	}


	.contact-cta-section .col-lg-12 .buttons a {
		width: 65%;
		min-width: 215px;
	}
}

@media screen and (max-width: 576px) {
	.page-heading-text h1 {

		margin-left: 0;
	}

	.device-head .page-heading-text h1 {
		font-size: 2.5rem;
	}

	.page-heading-box {

		height: 230px;
	}

	.article-head .page-heading-box {
		height: 270px;
	}
	.article-head .page-heading-box h1{
		font-size: 2.5rem;
	}

	.contact-bar,
	.contact-bar a {
		font-size: 1rem;
	}

	.service-tile .tile-textbox .cta {
		width: 95%;

	}

	.booking-box .booking-btns {
		width: 80%;
		justify-content: space-between;
		align-items: center;
		margin-top: 2em;
		margin-bottom: 2.5em;
	}

	.plan-section {
		padding: 4em 1.5em;
	}

	.blog-tile .tile-textbox {
		position: relative;
		padding: 2em 1.5em 3em 1.5em;

	}

	/* footer */

	.footer-newsletter {
		padding: 5em 2em 4em 2em;
	}

	.footer-newsletter .footer-content h3,
	.device-contact .device-contact-content h3 {
		font-size: 2.2rem;
	}

	.footer-newsletter .footer-content form input.form-control,
	.device-contact .device-contact-content form input.form-control {

		width: 90%;
		font-size: 1.3rem;
		min-width: 200px;
	}

	.footer-newsletter .footer-content p,
	.device-contact .device-contact-content p {
		padding: 0 .5em;
		font-size: 1.3rem;
	}

	.footer-newsletter .footer-content form,
	.device-contact .device-contact-content form {
		padding: 2em 1.5em 1em 1.5em;
	}

	.footer-newsletter .footer-content form input.cta,
	.device-contact .device-contact-content .cta {
		min-width: 160px;
	}

	.footer-newsletter .footer-content form .form-check,
	.device-contact .device-contact-content form .form-check {
		width: 100%;
		min-width: 200px;
	}

	/* Sites */
	.service-about-section .service-about-txtbox p {
		font-size: 1.15rem;
	}

	.service-advantages-section .advs-row .advantage-box .font-dekko {
		width: 95px;
		min-height: 2.5rem;
	}

	.service-advantages-section .advs-row .advantage-box .adv-txtbox {
		font-size: 1.2rem;


	}

	.service-advantages-section .advs-row .adv-box-right .adv-txtbox {
		font-size: 1.2rem;


	}

	.service-advantages-section .advs-row .advantage-box .adv-icon-box {

		background-color: #1c3357;
		height: 100%;

	}

	.service-packets-section .service-packets .service-packet-box {

		padding: 3em 2em;
		max-width: 95%;
		min-width: 95%;


	}

	.service-packets-section .section-heading {
		margin-bottom: 1.5em;
	}

	/* front page */

	.landing-page .landing-content .landing-image .landing-box .box-title {
		padding: 0;
	}


	.process-card {
		padding: 2em 1em;
	}

	.process-card .process-title {
		font-size: 1.8rem;
	}

	.process-card .process-desc {
		font-size: 1.35rem;

		height: 8.5rem;
	}

	/* offer page */
	.offer-info .info-boxes {
		display: flex;
		justify-content: center;
	}

	.offer-info .row {
		width: 180vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.offer-info .info-box {
		margin: 1em 0;
	}

	.offer-info .info-box .infobox-txt {
		width: 35%;
		padding-left: 0.7em;
	}

	.offer-info .info-box .infobox-numbox {
		width: 50%;
	}

	.offer-info .info-box .infobox-numbox .infobox-numbox {
		font-size: 4rem;
	}


	/* aboutus page */
	.about-us {
		padding-top: 5em;
	}

	.about-us .container-main {
		padding-left: 0;
		padding-right: 0;
	}

	.about-us .about-us-philosophy {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}

	.about-us .about-us-philosophy:nth-child(even) {
		flex-direction: column-reverse;
	}

	.about-us .about-us-philosophy .col-md-6 {
		width: 100%;

	}

	.about-us .about-us-philosophy .about-us-textbox {
		max-width: 400px;


		padding: 2em;
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 3em;
	}

	.about-us .about-us-philosophy .about-us-textbox p {
		font-size: 1.3rem;
	}

	.about-us .about-us-philosophy :nth-child(even) .about-us-textbox {
		margin-top: 1em;
		padding: 2em;
		margin-right: 0;
		margin-left: auto;
	}

	.our-therapists {
		padding-left: 1em;
		padding-right: 1em;
	}

	.our-therapists .col-sm-5 {
		width: 90%;
		min-width: 0;
	}

	.our-therapists .therapist-box .therapist-textbox {

		padding: 5em 1.5em 2.5em 1.5em;
		width: 100%;
	}



	/* pricing site */
	.pricing .pricing-desc {
		margin-bottom: 4em;
	}

	.hidden-sm {
		display: none;
	}

	.visible-sm {
		display: block;
	}

	.pricing-table .col-sm-6 {
		text-align: center;
	}

	.pricing .pricing-table .pricig-item {
		padding: 2em .3em 1em;
	}

	.pricing .pricing-table .pricig-item div {
		font-size: 1.4rem;
	}

	.pricing .pricing-table .pricig-item span {
		font-size: 1rem;

	}

	.pricing-table .col-sm-6,
	.pricing-table .col-sm-2 {
		margin-bottom: 1.3em;
	}

	/* device site */
	.device-section .device-desc {
		font-size: 1.3rem;
	}

	.device-contact .device-contact-content {
		padding: 8em 2em 2em;
	}

	.device-contact .device-contact-content p {
		font-size: 1.4rem;

	}

	/* contact page */

	.contact-cta-section .col-lg-12 .buttons a {
		width: 95%;
		max-width: 260px;
		min-width: 0;
	}
}

@media screen and (max-width: 480px) {
	.reviews-slider {
		display: flex;
		padding: 0 2em;
	}

	.reviews-slider .review {
		width: calc(100vw - 5rem);

		padding: 0 2em;


	}

}