/*................................reset...........................................*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*.........GLOBLE......*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #5a5a5a;
	font-weight: 300;
	letter-spacing: 0.25px;
}
h2 {
	font-weight: 300;
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 15px;
	text-align: center;
	font-style: italic;
}
span.line {
	width: 200px;
	height: 2px;
	display: block;
	margin: 30px auto;
	background: #a07dff;
}
header,
.header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9998;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky,
.header.sticky {
	position: fixed;
	width: 100%;
	background: #2a2a2a;
	box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
}
header a.logo img {
	display: block;
}
.logo {
	width: 30%;
	float: left;
	padding: 25px 0;
}

.logo span {
	color: white;
    letter-spacing: 1pt;
    font-weight: 550;
    font-size: 20px;
}

nav {
	width: 70%;
	float: left;
	text-align: right;
}
nav ul li {
	display: inline-block;
	padding: 0px 10px;
}
nav ul li a {
	font-size: 16px;
	font-weight: 550;
	padding: 25px 0;
	display: block;
	color: #fff;
}
nav ul li a:hover {
	color: #a07dff;
	transition: all 0.5s;
}
.banner {
    background-image: url('/user/themes/mache/images/background-bottom.png'), linear-gradient(to bottom, transparent 0%, transparent calc(100% - 1.8vw), white calc(100% - 1.8vw), white 100%), url('/user/themes/mache/images/background.jpg');
	background-repeat: no-repeat;
	background-position: bottom, top, center center;
	background-size: contain, auto, cover;
	padding: 250px 0 250px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.banner.banner-alt {
	padding: 100px 0 100px;
}
.banner h1 {
	font-size: 46px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}
.banner h1 span {
	font-weight: 700;
}
.banner p {
	color: #fff;
	font-size: 22px;
	line-height: 38px;
	padding-bottom: 55px;
}
.banner a {
    color: #a07dff;
}
.banner .button-container a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #a07dff;
	display: inline-block;
	color: #fff;
	font-weight: 700;
}
.banner .button-container a:hover {
	background: #fff;
	color: #a07dff;
	transition: all 0.4s;
}

.about-text {
    padding-left: 15px;
    padding-right: 15px;
}

.video {
	background-color: #f4f4f4;
	position: relative;
	padding-bottom: 120px;
	min-height: 650px;
}
.video h2 {
	text-align: left;
	padding-top: 135px;
}
.video span.line {
	text-align: left;
	margin: 30px 0;
}

.laptop {
    padding-top: 20px;
}

.laptop img {
	max-width: 100%;
	display: block;
	object-fit: contain;
	max-height: 350px;
}

.whyus {
    padding: 80px 0 120px;
}

.whyus-img-container {
    display: inline-block;
	position: absolute;
	left: 0;
}
.whyus-img-container img {
    float: right;
	max-width: 100%;
	display: block;
	object-fit: contain;
	max-height: 300px;
}
.whyus-text {
    margin-left: 50%
}
.whyus .list-element-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #a07dff;
    font-size: 16px;
    font-weight: 550;
    padding: 7px;
    margin: 3px 3px 0px 3px;
}

.whyus .list-element-name:hover {
	color: #5a5a5a;
	transition: all 0.5s;
}

.whyus .list-element-name > div {
	display: flex;
	align-items: center;
}

.whyus .list-element-name img {
	margin-right: 5px;
    height: 100%;
}

.whyus .list-element-text {
    margin-left: 5px;
    display: inline;
}

.whyus .list-element-details {
    margin-left: 3px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-left-radius: 20px;
    margin-right: 3px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.5s ease-in-out;
}

.whyus .list-element-details p {
    margin:0px;
}

.video .show-more {
	color: #a07dff;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}
.video a img {
	position: relative;
	top: 8px;
	margin-left: 10px;
}
.services {
	padding: 120px 0 20px;
	text-align: center;
}

.services .row {
	padding-bottom: 80px;
}

div.top {
	padding-bottom: 80px;
}
.banner-alt div.top {
	padding: 0;
}
.services h3 {
	font-weight: 700;
	color: #a07dff;
	padding: 15px 0;
}
.testimonials {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding: 100px 0;
	text-align: center;
}
.testimonials p {
	padding: 35px 0;
	font-size: 25px;
	line-height: 40px;
	color: #fff;
	font-style: italic;
}
.testimonials .row {
	margin: 0;
}

.comments-slider-wrapper {
  position: relative;
}

.comments-slider-wrapper .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.comments-slider-wrapper .arrow--left {
  left: -30px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' fill='%23c2c2c2' %3E%3C/path%3E%3C/svg%3E");
}

.comments-slider-wrapper .arrow--right {
  left: auto;
  right: -30px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z' fill='%23c2c2c2' %3E%3C/path%3E%3C/svg%3E");
}

.comments-slider p {
    padding: 0px;
    margin: 0px;
}

.comments {
    margin: 60px;
}

.price {
	padding: 120px 0 100px;
	text-align: center;
	background: #f4f4f4;
}

.price h3 {
	font-weight: 400;
	font-size: 25px;
}

.price .result-text {
    border-radius: 50px;
    background: #ffffff;
    padding: 20px;
    font-size: 17px;
    width: fit-content;
    margin: 0 auto;
}

.price .price-details {
	margin-bottom: 0px;
}

.price .price-example {
	margin-top: 0px;
	font-style: italic;
	font-size: small;
}

.price .calculator-description {
	margin-top: 20px;
}

.price .calculator {
	border-radius: 130px;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #5a5a5a;
	color: white;
	display: inline-block;
}

.price .calculator > h3 {
	margin-bottom: 0px;
}

.price .calculator > div {
	display: inline-block;
}

.price .calculator .dog-quantity {
	display: inline-flex;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 20px;
}

.price .calculator .dog-quantity > div {
	margin-right: 5px;
}

.price .calculator select,
.price .calculator input {
	color: #5a5a5a;
}

.price .calculator .result-container {
	margin: 25px;
}

.price .calculator .result-text {
	color: #5a5a5a;
}

.price .calculator .result-text #price {
    font-weight: bold;
}

.price .datetime {
	display: flex;
    margin: 25px;
    margin-top: 0px;
}

.price .datetime span {
	margin: 10px;
}

.features {
	padding: 140px 0 50px;
}
.features h3 {
	font-weight: 400;
	color: #a07dff;
}
.features p {
	padding: 5px 0 70px;
}

.gallery {
	padding: 120px 0 100px;
}

.videos {
	background: #f4f4f4;
	padding-bottom: 100px;
}

.videos-slider {
	text-align: center;
}

.updates, .contact {
	padding: 120px 0 100px;
	text-align: center;
}
.blog article {
	text-align: left;
	background: #f4f4f4;
	margin-bottom: 60px;
}
.blog article .content {
	padding: 15px;
}
.blog article .content h3 {
	font-weight: 400;
}
.blog .blog-container {
    margin: 3rem 0;
}
.blog .blog-container .pagination {
    margin: 1rem 0;
}
.img {
	position: relative;
}
.img img {
	width: 100%;
	display: block;
	max-width: 100%;
}
.imgDescription2 {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0px;
	right: 0;
	background: rgba(237,20,91,0.85);
	color: #fff;
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	padding-top: 28.5%;
	transition: all 0.5s;
	cursor: pointer;/*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */
}
.img:hover .imgDescription2 {
	visibility: visible;
	opacity: 1;
}
.imgDescription2 img {
	width: auto;
	margin: 0 auto;
}
a.showmore {
	font-weight: 400;
	color: #a07dff;
	display: block;
	margin: 30px auto 0;
	background: url(../images/down.png) no-repeat center 100%;
	min-height: 8px;
	height: 40px;
}
.cta2 {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding: 135px 0 145px;
	text-align: center;
	color: #fff;
	background-size: cover;
}
.cta2 a , .cta3 a, .button {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #a07dff;
	display: block;
	color: #fff;
	margin: 40px auto 0px;
	font-weight: 700;
}
button.button {
	display: inline-block;
	border: none;
	margin: 0;
}
.cta2 a:hover{background:#fff; color: #a07dff; transition:all 0.4s;}
.cta3{
	background:#f4f4f4;
	padding:135px 0 160px;
	position:relative;
}
.cta3 h2{text-align:left;}
.cta3 span.line{margin:30px 0;}
.cta3 a{margin:40px 0 0; text-align:center;}
.cta3 a:hover{background:#5a5a5a; transition:all 0.5s;}
.safariimg{position:absolute;     top: 7%;
    left: 3%;
    width: 43%;}
.safariimg img{max-width:100%; display:block;}
@media only screen and (min-width: 1200px) {
	.safariimg img {float: right; height: 428px;}
}
footer{
	padding:55px 0;
	color:#fff;
	font-weight:400;
	background:#2b2b2b;
	font-size:15px;
}
footer p a{color:#fff;}
footer p a:hover{color: #a07dff;}
.footer-link {
	margin: 0px;
}

.contact-link-icons {
    margin-bottom: 10px;
}

.btn-link {
	padding: 0px;
    border-width: 0;
    background-color: transparent;
}
.btn-link:hover{color: #a07dff;}
div.rightside{text-align:right;}
div.rightside img{height: 48px;}


/* New */

.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: #a07dff;
}

.box {
	position: absolute;
	width: 78px;
	height: 78px;
	left: 50%;
	top:50%;
	margin-left: -39px;
	margin-top: -39px;
}

.loading:before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	left: 50%;
	margin-left: -18px;
	border-width: 2px 1px;
	border-style: solid;
	border-color: rgb(255,255,255) rgba(247,247,247,0.3);
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: spin 3.45s infinite;
		-o-animation: spin 3.45s infinite;
		-ms-animation: spin 3.45s infinite;
		-webkit-animation: spin 3.45s infinite;
		-moz-animation: spin 3.45s infinite;
}
.loading:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	left: 50%;
	margin-left: -3px;
	background-color: rgb(255,255,255);
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}






@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(1080deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	50% {
		-o-transform: rotate(360deg);
	}
	100% {
		-o-transform: rotate(1080deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	50% {
		-ms-transform: rotate(360deg);
	}
	100% {
		-ms-transform: rotate(1080deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(1080deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	50% {
		-moz-transform: rotate(360deg);
	}
	100% {
		-moz-transform: rotate(1080deg);
	}
}

@keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@-o-keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@-ms-keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@-webkit-keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@-moz-keyframes pulse {
	0% {
		background-color: rgba(232,232,232,0.2);
	}
	13% {
		background-color: rgba(240,240,240,0.2);
	}
	15% {
		background-color: rgba(255,255,255,0.9);
	}
	28% {
		background-color: rgba(222,222,222,0.9);
	}
	30% {
		background-color: rgba(255,255,255,0.2);
	}
	43% {
		background-color: rgba(240,240,240,0.2);
	}
	45% {
		background-color: rgba(245,245,245,0.9);
	}
	70% {
		background-color: rgba(250,250,250,0.9);
	}
	74% {
		background-color: rgba(255,255,255,0.2);
	}
	100% {
		background-color: rgba(242,242,242,0.9);
	}
}

@keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}

@-o-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}

@-ms-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}

@-webkit-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}

@-moz-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255,245,255), 0 0 0 1px rgba(240,240,240,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(250,237,250), 0 0 0 2px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 3px #FFF, 0 0 1px 3px rgba(221, 187, 0, 0.8);
	}
}
.content {
	padding: 70px 20px;
	text-align: left;
}
.form-page-content {
	padding: 15px 15px;
	text-align: left;
}

.related-posts .blog {
	padding: 0px;
}
.form-group {
	margin-bottom: 1.5em;
}
.map-container {
	height: 400px;
	width: 100%;
}
.map-container > div {
	width: 100%;
	height: 100%;
}
.search-wrapper {
	margin-top: 3rem;
}
.search-wrapper .button {
	width: auto;
	height: auto;
	line-height: 42px;
    padding: 0 20px;
}
.search-wrapper .search-input.full-width {
    width: 100%;
}
.d-none {
	display: none;
}
.invisible-searchable {
	height: 0px;
	opacity: 0;
}

.steps .bg-inverse {
  color: #eceeef;
  background-color: #312f38; }
  
	
.steps .p-r-0 {
    padding-right: 0;
}
.steps .p-l-0 {
  padding-left: 0; }

.steps .has-light-mask {
  position: relative;
  z-index: 1; }
  .has-light-mask:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #c3c7cb;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
    opacity: 0.6; }
  .has-light-mask:hover:after {
    opacity: 0; }
	
.steps .m-b-0 {
  margin-bottom: 0 !important; }
  
.steps .image-effect {
  overflow: hidden; }
  .image-effect img {
    -webkit-transform: scale3d(1.8, 1.8, 1);
            transform: scale3d(1.8, 1.8, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
            transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  .image-effect:hover img {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
			
.steps .step-text-container {
  max-width: 42.5rem;
  padding: 1rem; }
  @media (min-width: 62em) {
    .steps .step-text-container {
      padding: 4rem 0; } }
  @media (min-width: 75em) {
    .steps .step-text-container {
      padding: 6.5rem 0; } }
			
.steps .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  
.steps {
    padding: 140px 0 120px;
}

#admission-form h3 {
	padding-left: 15px;
	padding-right: 15px;
}

#admission-form fieldset {
	border: 0px;
    padding: 0px;
    margin: 0px;
}

#admission-form input[type="text"],select {
	height: 35px;
}

#admission-form .other-fields {
	padding: 15px;
}

#admission-form textarea {
	margin-bottom: 15px;
}

.navigation-wrapper {
	position: relative;
	padding: 0px 50px 0px 50px;
  }
  .arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	fill: #fff;
	cursor: pointer;
  }
  
  .arrow--left {
	left: 5px;
	fill: "#fff";
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
  }
  
  .arrow--right {
	left: auto;
	right: 5px;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
  }
 
#chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  overflow: hidden;
}

#chat-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#chat-button:hover {
  filter: brightness(0.9);
}