@charset "utf-8";
/* CSS Document */
.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.coupon-list-map {
	list-style: none;
	margin-top: 0em;
	display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.coupon-list-map li {
	position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
	color: #2c3e50;
	font-size: 16px;
}
.coupon-list {
	list-style: none;
	margin-top: 3em;
	display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
	padding-left: 0;
	text-align: left;
    margin-bottom: 0;
}
.coupon-list li {
	position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	color: #2c3e50;
	font-size: 12px;
}
.coupon-list li a, 
.coupon-list li a:hover, 
.coupon-list li a:active, 
.coupon-list li a:focus {
	font-size: 14px;
	color: #2c3e50;
}
li .coupon-discount {
	font-weight: bold;
	color: #c0392b;
	font-size: 14px;
}

li .coupon-key {
	color: #34495e;
	font-size: 14px;
	font-weight: bold;
}
.coupon-small-message {
	font-size: 11px;
}
.swal2-content {
	padding: 0 0em !important;
}

.top-1 {
    margin-top: 1em;
}
.top-2 {
    margin-top: 2em;
}
.top-3 {
    margin-top: 3em;
}
.top-4 {
    margin-top: 4em;
}
.top-5 {
    margin-top: 5em;
}
.top-space {
    margin-top: 5em;
}
.map-action-buttons {
    width: 100%;
    overflow: visible;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    min-height: auto;
    padding: 8px 16px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.map-action-buttons button {
    width: auto;
    margin: 0;
}
.btn {
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-secondary {
    color: #fff;
    background-color: #7a8a96;
    border-color: #7a8a96;
    font-size: 0.75rem !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    transition: all .2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    letter-spacing: 0.2px;
}
.btn-secondary:hover {
    background-color: #ec3b00;
    border-color: #ec3b00;
    color: #fff;
    box-shadow: 0 3px 8px rgba(236,59,0,0.3);
    transform: translateY(-1px);
}
.btn-secondary.active {
    background-color: #ec3b00;
    border-color: #c73200;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(236,59,0,0.3);
}
.btn-dark {
	color: #fff;
    background-color: #444;
    border-color: #444;
    font-size: 0.75rem !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    transition: all .2s ease;
}
.btn-dark:hover {
    background-color: #222;
    border-color: #222;
    transform: translateY(-1px);
}
.select {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.become-member-link {}
.become-member-link a, 
.become-member-link a:hover,
.become-member-link a:active {
	color: #ec3b00;
	font-size: 18px;
}
.subscribe-toggle {
	position: absolute;
    left: -30px;
    padding: 10px;
	background: #ec3b00;
	top: 0px;
	cursor: pointer;
}
.subscribe-toggle img {
	width: 30px;
	transition: all 0.3s ease;
}
.subscripbe-landing-form.show {
	right: 0px;
}
.subscripbe-landing-form.hide {
	right: -305px;
}
.subscripbe-landing-form.show .subscribe-toggle img {
	transform: rotate(0deg);
}
.subscripbe-landing-form.hide .subscribe-toggle img {
	transform: rotate(180deg);
}
/*
    Mapbox
*/
/*  Services */
#clinicMarker {
    background-image: url('../img/services/icon_services.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#salonMarker {
    background-image: url('../img/services/icon_services.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
/*  Professionals */
#yogaMarker {
    background-image: url('../img/professionals/1.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#hospitalMarker {
    background-image: url('../img/professionals/1.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/*  Devices and buy products, for devices the number will be _1 and _2 for buy products*/
#_1, #_2, #_3, #_4, #_5, #_6, 
#_7, #_8, #_9, #_10, #_11, #_12 {
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#_1 {
    background-image: url('../img/devices/icon_devices.png');
}
#_2 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_3 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_4 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_5 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_6 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}

#_7 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_8 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_9 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_10 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_11 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
#_12 {
    background-image: url('../img/buy_products/icon_buy_products.png');
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.footer-main {
	padding: 50px 0px;
}
.footer-verified {
	background: white;
	padding: 30px 0px;
	text-align: center;
}
.our-companies {
	text-align: right;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
}
#ourCompanies {
	background-color: #ec3b00;
	border-color: #ec3b00;
	border-radius: 20px !important;
	/* -webkit-transform: translatey(0px);
          transform: translatey(0px);
    -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite */
}
.our-companies-list {
	margin-top: 3em;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	text-align: left;
	margin: 10px -10px;
}
.our-companies-list li {
	position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	color: #2c3e50;
	font-size: 16px;
}
.our-companies-list li .our-companies-label {
	font-weight: bold;
	font-size: 18px;
}
.our-companies-list li .our-companies-label img {
	width: 35px;
}
.our-companies-discount {
	font-size: 0.8em;
    font-style: italic;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#ourCompaniesSearch {
	width: 90%;
}
/*------------------------------------------------------------------------------------	Map Popup styles*/
.font-italic {
	font-style: italic;
}
.font-no-bold {
	font-weight: 400;
}
.mapboxgl-popup-content {
	text-align: left;
}
.mapboxgl-popup-content p {
	margin: 0px;
	line-height: 15px;
	text-align: left;
}
.mapboxgl-popup-content h3 {
	padding-bottom: 10px;
}
.mapboxgl-popup-content h3 a,
.mapboxgl-popup-content h3 a:hover {
	font-size: 14px;
}
.description-popup-container div {
	vertical-align: top;
}
.description-popup-separator {
	border-bottom: 2px solid #ec3b00;
	margin-left: -10px;
}
.mapboxgl-popup-content .description-popup-link {
	padding-top: 10px;
}
.mapboxgl-popup-content .description-popup-link a {
	font-size: 16px;
}
.mapboxgl-popup-content .description-popup-address {
	font-size: 12px;
}
.mapboxgl-popup-content .description-popup-appointment {
	font-size: 10px;
}
.mapboxgl-popup-content .description-popup-phone, 
.mapboxgl-popup-content .description-popup-booking {
	font-size: 10px;
	margin-top: 10px;
}
.mapboxgl-popup-content .description-popup-address, 
.mapboxgl-popup-content .description-popup-phone {
	width: 40%;
}

.mapboxgl-popup-content .description-popup-booking, 
.mapboxgl-popup-content .description-popup-appointment {
	width: 58%;
}


.mapboxgl-popup-content .description-popup-address, 
.mapboxgl-popup-content .description-popup-appointment, 
.mapboxgl-popup-content .description-popup-phone, 
.mapboxgl-popup-content .description-popup-booking {
	display: inline-block;
}
.mapboxgl-popup.mapboxgl-popup-anchor-bottom, 
.mapboxgl-popup.mapboxgl-popup-anchor-top {
	max-width: 400px !important;
}
#inputSearchBox {
	background: transparent;
	padding: 0;
	transition: max-width 0.3s ease, opacity 0.3s ease;
	position: relative;
	right: auto;
	overflow: visible;
}
#inputSearchBox.show {
	max-width: 220px;
	opacity: 1;
	pointer-events: all;
}
#inputSearchBox.hide {
    max-width: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}
#inputSearchBox .typeahead__container {
	position: relative;
	z-index: 999;
}
#inputSearchBox .js-typeahead {
	width: 180px;
	height: 28px;
	font-size: 12px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	border-radius: 20px;
	outline: none;
}
.typeahead__list {
	z-index: 1000 !important;
	position: absolute !important;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	max-height: 200px;
	overflow-y: auto;
	min-width: 200px;
}
@-webkit-keyframes float {
    0% {
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
    }
    50% {
      -webkit-transform: translatey(-20px);
              transform: translatey(-20px);
    }
    100% {
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
    }
}
  
@keyframes float {
    0% {
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
    }
    50% {
      -webkit-transform: translatey(-20px);
              transform: translatey(-20px);
    }
    100% {
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
    }
}
/*------------------------------------------------------------------------------------	Map Popup styles*/

body
{
margin:0px;
padding:0px;
background-color: #FFF;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:100%;
height:auto;
float:left;
text-align:center;
}
#body-main
{
width:100%;
height:auto;
float:left;
text-align:center;
}
.body-container { width:1000px; height:auto; margin:0px auto; text-align:center;}

.body-top-box { width:100%; height: auto; float:left; text-align:center; padding:18px 0px; background-color: #1a1a2e; border-bottom: 2px solid #ec3b00;}
.body-top-inside { width:1000px; height:auto; float:left; text-align:left;}
.body-top-left { width:350px; height:auto; float:left; text-align:left;}

.body-top-right { width:600px; height:auto; float:right; text-align:right;}

.welcome-box { 
	width:100%; 
	height:620px; 
	background-color: #e8e8e8;
	position: relative;
}
#mapid {
    width:100%; 
	height:600px; 
}
.subscripbe-landing {
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	width: 310px;
}
.subscripbe-landing-form {
	background: #ec3b00;
	width: 250px;
	height: 550px;
	position: relative;
	top: 20px;
	right: -35px;
	padding: 1em;
	transition: all 0.2s ease;
}
.subscripbe-landing-form-title {
	color: white;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 100;
}
.subscripbe-landing-form p {
	font-size: 16px;
	text-align: left;
}

.product-search-container {
	display: inline-block;
	margin: 0.2em;
}

.badge {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 60%;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.badge:hover, 
a.badge:active {
	padding: 0.5em 1em;
    font-size: 60%;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
/*------------------------------------------------------*/


.welcome-inside { width:1000px; height:auto; float:left; text-align:left; padding-top:80px;}
.welcome-left { width:680px; height:auto; float:left; text-align:left; padding-top:64px;}
.welcome-left h2.styleFontface
{
	font-family: Khand-Light;
	font-size:76px;
	line-height:80px;
	color: #FFF;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: none;
}

.form-box { width:300px; height: auto; float:right; text-align:left; background-color: #ec3b00; padding-bottom:30px;  -webkit-border-radius: 3px; -moz-border-radius: 3px;
 border-radius: 3px;}
.form-title { width:260px; height:auto; float:left; text-align:center; padding:20px 20px 14px 20px; font-size:11px; line-height:14px; color: #FFF; font-weight:normal;
font-family:Arial, Helvetica, sans-serif;}

.form-title h2.styleFontface
{
	font-family: Khand-Bold;
	font-size:52px;
	line-height:52px;
	color: #FFF;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: uppercase;
}

.form-inside { width:240px; height:auto; float:left; text-align:left; padding-left:30px; padding-right:30px;}
	.input-box
{
width:230px;
height:30px;
font-size:12px;
line-height:30px;
color: #999999;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif; text-transform: uppercase;
padding-left:10px;
padding-top:8px;
padding-bottom:6px;
background-color: #FFF; border:none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom:6px;
}
input:focus
{
	outline:none;
}

.button {
	background: #232323;
	text-align:center;
	float:left;
	padding:23px 0px;
	width:240px;
	height: auto;
	text-decoration:none;
	font-size:24px;
	line-height:30px;
	color: #FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	 margin-top:12px;
	 -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.button:hover {
	background: #111111;
	text-align:center;
	float:left;
	padding:23px 0px;
	width:240px;
	height: auto;
	text-decoration:none;
	font-size:24px;
	line-height:30px;
	color: #FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	 margin-top:12px;
	 -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.services-box { width:100%; height:auto; float:left; text-align:center; padding-top:72px; padding-bottom:66px; background-color: #f9f6f4;}
.content-title { width:1000px; height:auto; float:left; text-align:center;} .content-title p { margin:18px 0px 7px 0px; text-align:center;}

.services { width:1000px; height:auto; float:left; text-align:left; padding-top:34px;} .services ul { margin:0px; padding:0px; list-style-type:none;}
.services ul li { width:286px; height:auto; float:left; text-align:center; display:block; margin-right:28px; background:#fff; border-radius:12px; padding:16px 12px; box-shadow: 0 3px 14px rgba(0,0,0,0.07); transition: transform .2s ease, box-shadow .2s ease;}
.services ul li:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12);}
.services ul li p { margin:18px 0px 7px 0px; text-align:center;}
.services ul li h2.styleFontface
{
	font-family: Khand-Light;
	font-size:36px;
	line-height:36px;
	color: #232323;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: uppercase;
}
.step-bg { margin-bottom:22px;}

.body-title-box { width:100%; height:auto; float:left; text-align:center; background-color: #f0ede8; padding-top:70px; padding-bottom:80px;}
.body-title-inside { width:1000px; height:auto; float:left; text-align:center;} .body-title-inside p { margin:16px 0px 7px 0px; text-align:center;}
.body-title-inside h4.styleFontface
{
	font-family: Khand-Light;
	font-size:36px;
	line-height:36px;
	color: #ec3b00;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: none;
}
.button2 {
	background: #ec3b00;
	text-align:center;
	float:left;
	padding:23px 0px;
	width:240px;
	height: auto;
	text-decoration:none;
	font-size:24px;
	line-height:30px;
	color: #FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	 margin-top:34px;
	 -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-left:380px; margin-right:380px;
}
.button2:hover {
	background: #f73f02;
	text-align:center;
	float:left;
	padding:23px 0px;
	width:240px;
	height: auto;
	text-decoration:none;
	font-size:24px;
	line-height:30px;
	color: #FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	 margin-top:34px;
	 -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-left:380px; margin-right:380px;
}
.content-box { width:100%; height:auto; float:left; text-align:center;}
.content-inside { width:1000px; height:auto; float:left; text-align:center;}
.content-left { width:500px; height:auto; float:left; text-align:left;}
.content-right { width:450px; height:auto; float:right; text-align:left; padding-top:70px;} .content-right p { margin:16px 0px 7px 0px; text-align:left;}
.content { width:450px; height:auto; float:left; text-align:left; padding-top:10px;} .content ul { margin:0px; padding:0px; list-style-type:none;}
.content ul li { width:432px; height:auto; float:left; text-align:left; display:block; background: url(../images/right-arrow.jpg) left 8px no-repeat; padding-left:18px;
padding-bottom:22px;}
.content-middle-left { width:450px; height:auto; float:left; text-align:left; padding-top:70px;} .content-middle-left p { margin:16px 0px 7px 0px; text-align:left;}
.content-middle-right { width:500px; height:auto; float:right; text-align:right;}

.testimonial-box { width:100%; height:auto; float:left; text-align:center; background-color: #232323; padding-top:72px; padding-bottom:70px;}
.testimonial-inside { width:1000px; height:auto; float:left; text-align:center;}
.testimonial-left { width:160px; height:auto; float:left; text-align:left;}
.testimonial-right { width:790px; height:auto; float:right; text-align:center;}
.testimonial-right h2.styleFontface
{
	font-family: Khand-Light;
	font-size:30px;
	line-height:36px;
	color: #FFF;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: none;
}
.testimonial-right h3.styleFontface
{
	font-family: Khand-Semibold;
	font-size:30px;
	line-height:32px;
	color: #ec3b00;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: uppercase; margin-top:20px;
}
.testimonial-right h4.styleFontface
{
	font-family: Khand-Bold;
	font-size:18px;
	line-height:20px;
	color: #FFF;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: uppercase;
}

#footer { width:100%; height:auto; float:left; text-align:center; font-size:18px; line-height:24px; color: #555; background-color: #f2f0ee; font-weight:normal; font-family:Arial, Helvetica, sans-serif; border-top: 2px solid #ec3b00;}
#footer a{ font-size:18px; line-height:24px; color: #232323; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
#footer a:hover{ font-size:18px; line-height:24px; color: #ec3b00; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.footer-main { width: 100%; height:auto; margin:0px auto; text-align:center;}

/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #232323;
	text-decoration: none;
}
body a
{
	color: #34495e;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}
body a:hover
{
	color: #ff6600;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}
@font-face
{
 font-family: 'Khand-Bold';
 src: url(../Khand-Bold.ttf)
}
@font-face
{
 font-family: 'Khand-Light';
 src: url(../Khand-Light.ttf)
}
@font-face
{
 font-family: 'Khand-Semibold';
 src: url(../Khand-Semibold.ttf)
}
@font-face
{
 font-family: 'Khand-Regular';
 src: url(../Khand-Regular.ttf)
}
h1.styleFontface
{
	font-family: Khand-Bold;
	font-size:194px;
	line-height:176px;
	color: #FFF;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: uppercase;
}
h2.styleFontface
{
	font-family: Khand-Bold;
	font-size:44px;
	line-height:46px;
	color: #ec3b00;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: uppercase;
}
h3.styleFontface
{
	font-family: Khand-Bold;
	font-size:60px;
	line-height:60px;
	color: #ec3b00;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: uppercase;
}
h4.styleFontface
{
	font-family: Khand-Regular;
	font-size:36px;
	line-height:36px;
	color: #ec3b00;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: none;
}
h5.styleFontface
{
	font-family: Khand-Regular;
	font-size:36px;
	line-height:36px;
	color: #e0e0e0;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none; text-transform: none; margin:0px; padding:0px;
}
.orange { color: #ec3b00; font-family: Khand-Semibold;}



/* Extra small devices (phones, 600px and down) */
/* =============================================
   RESPONSIVE — phones, tablets, desktops
   ============================================= */

/* Base fix: prevent fixed-width containers from overflowing */
.body-container,
.body-top-inside,
.content-title,
.services,
.body-title-inside,
.testimonial-inside,
.footer-main,
.welcome-inside,
.content-inside {
    max-width: 100%;
    box-sizing: border-box;
}

/* ---- PHONES (max 600px) ---- */
@media only screen and (max-width: 600px) {
    #container { overflow: hidden; }

    .body-container,
    .body-top-inside,
    .body-top-left,
    .body-top-right,
    .content-title,
    .body-title-inside,
    .testimonial-inside,
    .testimonial-right,
    .footer-main { width: 100%; }

    .body-top-box { padding: 12px 16px; }
    .body-top-inside { flex-direction: column; text-align: left; }
    .body-top-inside h4.styleFontface { font-size: 24px; }
    .body-top-inside h5.styleFontface { font-size: 18px; }

    .map-action-buttons {
        padding: 6px 10px;
        gap: 4px;
    }
    .map-action-buttons .pill,
    .map-action-buttons .btn {
        font-size: 10px !important;
        padding: 3px 8px !important;
    }

    .welcome-box { height: auto; }
    #mapid { height: 340px; }

    .subscripbe-landing {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }
    .subscripbe-landing-form {
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        padding: 16px;
        border-radius: 0;
    }
    .subscribe-toggle { display: none; }
    .subscripbe-landing-form p { font-size: 14px; }

    .services { width: 100%; padding-top: 20px; }
    .services ul li {
        width: 90% !important;
        margin: 10px auto !important;
        float: none !important;
        display: block !important;
    }
    .services-box { padding-top: 40px; }

    .body-title-inside { width: 100%; padding: 0 16px; }
    .button2 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .mapboxgl-popup.mapboxgl-popup-anchor-bottom,
    .mapboxgl-popup.mapboxgl-popup-anchor-top {
        max-width: 280px !important;
    }
    .mapboxgl-popup-content .description-popup-address,
    .mapboxgl-popup-content .description-popup-phone,
    .mapboxgl-popup-content .description-popup-booking,
    .mapboxgl-popup-content .description-popup-appointment {
        width: 100%;
        display: block;
    }

    #inputSearchBox.show { max-width: 160px; }
}

/* ---- TABLETS portrait (601px – 768px) ---- */
@media only screen and (min-width: 601px) and (max-width: 768px) {
    #container { overflow: hidden; }

    .body-container,
    .body-top-inside,
    .content-title,
    .body-title-inside,
    .testimonial-inside,
    .footer-main { width: 100%; }

    .body-top-left { width: 50%; }
    .body-top-right { width: 50%; }

    #mapid { height: 420px; }
    .welcome-box { height: auto; }

    .subscripbe-landing {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }
    .subscripbe-landing-form {
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        padding: 16px;
    }
    .subscribe-toggle { display: none; }

    .services { width: 100%; }
    .services ul li {
        width: 44% !important;
        margin-right: 3% !important;
        margin-bottom: 16px !important;
    }
    .services-box { padding-top: 40px; }

    .button2 { width: 60%; margin-left: 20%; margin-right: 20%; }
}

/* ---- TABLETS landscape / small desktop (769px – 1024px) ---- */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .body-container,
    .body-top-inside,
    .content-title,
    .services,
    .body-title-inside,
    .testimonial-inside,
    .footer-main { width: 100%; padding-left: 20px; padding-right: 20px; }

    #mapid { height: 520px; }

    .services ul li {
        width: 28% !important;
        margin-right: 2% !important;
    }

    .subscripbe-landing-form { top: 10px; }
}

/* ---- DESKTOP (1025px+) ---- */
@media only screen and (min-width: 1025px) {
    .body-container,
    .body-top-inside,
    .content-title,
    .services,
    .body-title-inside,
    .testimonial-inside { width: 1000px; }
}
