@import url(vendors/odometer-theme-car.css);/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider.main-banner {
	background: -webkit-linear-gradient(45deg, #007929 0%, #009629 100%);
	background: -o-linear-gradient(45deg, #007929 0%, #009629 100%);
	background: linear-gradient(45deg, #007929 0%, #009629 100%);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 48.6%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-prev {
	left: 36px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 36px;
}

.slick-prev:before {
	content: "";
	width: 20px;
	height: 40px;
}

.slick-next {
	right: 36px;
}

[dir="rtl"] .slick-next {
	left: 36px;
	right: auto;
}

.slick-next:before {
	content: "";
	width: 20px;
	height: 40px;
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: 21px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 10px;
	height: 20px;
	font-family: "slick";
	font-size: 39px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: .75;
}

nav.mainnav ul,
.product-listing,
.why-choose ul,
.where-to ul,
.list-view,
.inner-page .faq,
.inner-page .alternate-block,
.tips {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.row-flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-flex,
.col-flex-1,
.col-flex-2,
.col-flex-3,
.col-flex-4,
.col-flex-5,
.col-flex-6,
.col-flex-7,
.col-flex-8,
.col-flex-9,
.col-flex-10,
.col-flex-11,
.col-flex-12,
.col,
.col-flex-auto,
.col-flex-sm-1,
.col-flex-sm-2,
.col-flex-sm-3,
.col-flex-sm-4,
.col-flex-sm-5,
.col-flex-sm-6,
.col-flex-sm-7,
.col-flex-sm-8,
.col-flex-sm-9,
.col-flex-sm-10,
.col-flex-sm-11,
.col-flex-sm-12,
.col-flex-sm,
.col-flex-sm-auto,
.col-flex-md-1,
.col-flex-md-2,
.col-flex-md-3,
.col-flex-md-4,
.col-flex-md-5,
.col-flex-md-6,
.col-flex-md-7,
.col-flex-md-8,
.col-flex-md-9,
.col-flex-md-10,
.col-flex-md-11,
.col-flex-md-12,
.col-flex-md,
.col-flex-md-auto,
.col-flex-lg-1,
.col-flex-lg-2,
.col-flex-lg-3,
.col-flex-lg-4,
.col-flex-lg-5,
.col-flex-lg-6,
.col-flex-lg-7,
.col-flex-lg-8,
.col-flex-lg-9,
.col-flex-lg-10,
.col-flex-lg-11,
.col-flex-lg-12,
.col-flex-lg,
.col-flex-lg-auto,
.col-flex-xl-1,
.col-flex-xl-2,
.col-flex-xl-3,
.col-flex-xl-4,
.col-flex-xl-5,
.col-flex-xl-6,
.col-flex-xl-7,
.col-flex-xl-8,
.col-flex-xl-9,
.col-flex-xl-10,
.col-flex-xl-11,
.col-flex-xl-12,
.col-flex-xl,
.col-flex-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-flex {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-flex-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-flex-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-flex-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-flex-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-flex-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-flex-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-flex-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-flex-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-flex-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-flex-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-flex-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-flex-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-flex-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-box !important;
	display: inline-flex !important;
}

.flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	-webkit-box-flex: 1 !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	-webkit-box-flex: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	-webkit-box-flex: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	-webkit-box-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.mt-1,
.my-1 {
	margin-top: .25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2,
.my-2 {
	margin-top: .5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1,
.py-1 {
	padding-top: .25rem !important;
}

.pr-1,
.px-1 {
	padding-right: .25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important;
}

.pl-1,
.px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2,
.py-2 {
	padding-top: .5rem !important;
}

.pr-2,
.px-2 {
	padding-right: .5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important;
}

.pl-2,
.px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

/****COLOR CODE*****/

/********FONTS********/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?o6zi7i");
	src: url("../fonts/icomoon.eot?o6zi7i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?o6zi7i") format("truetype"), url("../fonts/icomoon.woff?o6zi7i") format("woff"), url("../fonts/icomoon.svg?o6zi7i#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

[class^="icon-"]:hover:before,
[class*=" icon-"]:hover:before {
	color: rgba(0, 0, 0, .7);
}

.icon-arrow-top:before {
	content: "\e912";
	color: #177f3f;
}

.icon-arrow:before {
	content: "\e911";
	color: #177f3f;
}

.icon-australia:before {
	content: "\e900";
	color: #fff;
}

.icon-clinically .path1:before {
	content: "\e901";
	color: white;
}

.icon-clinically .path2:before {
	content: "\e902";
	margin-left: -.9580078125em;
	color: white;
}

.icon-clinically .path3:before {
	content: "\e903";
	margin-left: -.9580078125em;
	color: white;
}

.icon-clinically .path4:before {
	content: "\e904";
	margin-left: -.9580078125em;
	color: #41a548;
}

.icon-clinically .path5:before {
	content: "\e905";
	margin-left: -.9580078125em;
	color: #41a548;
}

.icon-clinically .path6:before {
	content: "\e906";
	margin-left: -.9580078125em;
	color: #41a548;
}

.icon-easy:before {
	content: "\e907";
	color: #fff;
}

.icon-facebook:before {
	content: "\e908";
	color: #98999b;
}

.icon-instagram:before {
	content: "\e909";
	color: #98999b;
}

.icon-location:before {
	content: "\e90a";
	color: #fff;
}

.icon-natural:before {
	content: "\e90b";
	color: #fff;
}

.icon-pin-interest:before {
	content: "\e90c";
	color: #98999b;
}

.icon-quote-left:before {
	content: "\e90d";
	color: #fff;
}

.icon-quote-right:before {
	content: "\e90e";
	color: #fff;
}

.icon-twitter:before {
	content: "\e90f";
	color: #98999b;
}

.icon-youtube:before {
	content: "\e910";
	color: #98999b;
}

@font-face {
	font-family: "GoodDog";
	src: url("../fonts/gooddog.eot");
	src: url("../fonts/gooddog.eot?#iefix") format("embedded-opentype"), url("../fonts/gooddog.woff") format("woff"), url("../fonts/gooddog.ttf") format("truetype"), url("../fonts/gooddog.svg#gooddog") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Bebas";
	src: url("../fonts/bebas___-webfont.eot");
	src: url("../fonts/bebas___-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas___-webfont.woff") format("woff"), url("../fonts/bebas___-webfont.ttf") format("truetype"), url("../fonts/bebas___-webfont.svg#bebas___-webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

/********MAIN PART******/

body {
	font-family: "Quicksand", sans-serif;
	font-size: 17px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
	outline: none;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.moov {
	font-family: "GoodDog";
	color: #007929;
	font-size: 67px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.nav-close {
	float: right;
	width: 40px;
	height: 40px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-close:before,
.nav-close:after {
	background: #fff;
	content: "";
	height: 3px;
	left: 6px;
	position: absolute;
	right: 6px;
	top: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.nav-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener {
	float: right;
	position: relative;
	width: 30px;
	height: 22px;
	margin-top: -61px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:hover:before,
.nav-opener:hover:after {
	left: 3px;
	right: 3px;
}

.nav-opener:hover span {
	left: 10px;
	right: 10px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #000;
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	-webkit-transition: left .3s ease, right .3s ease;
	-o-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease;
}

.nav-opener:before {
	content: "";
	top: 0;
}

.nav-opener:after {
	content: "";
	bottom: 0;
}

.nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header {
	border-top: 5px solid #007929;
	text-align: center;
}

#header .logo-holder {
	border-bottom: 1px solid rgba(93, 93, 93, .15);
}

#header .logo {
	font-size: 81px;
}

nav.mainnav ul {
	padding: 0;
	max-width: 977px;
	margin: 0 auto;
	text-align: center;
}

nav.mainnav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 12px 24px;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

nav.mainnav ul li:first-child {
	margin-left: -30px;
}

nav.mainnav ul li a {
	color: #5d5d5d;
	font-weight: 500;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

nav.mainnav ul li:hover,
nav.mainnav ul li.active {
	background: #00792a;
}

nav.mainnav ul li:hover a,
nav.mainnav ul li.active a {
	color: #fff;
}

.green-gradient,
.btn-default:active {
	background: #007929;
	background: -webkit-linear-gradient(45deg, #007929 0%, #009629 100%);
	background: -o-linear-gradient(45deg, #007929 0%, #009629 100%);
	background: linear-gradient(45deg, #007929 0%, #009629 100%);
}

.green-radial {
	background: #99d8a1;
	background: -webkit-radial-gradient(center, ellipse, #99d8a1 0%, #87bd21 0%, #3bab40 72%);
	background: -o-radial-gradient(center, ellipse, #99d8a1 0%, #87bd21 0%, #3bab40 72%);
	background: radial-gradient(ellipse at center, #99d8a1 0%, #87bd21 0%, #3bab40 72%);
}

.main-banner .slick-active {
	width: 100wh !important;
}

.main-banner .banner-image {
	position: relative;
	z-index: 1;
}

.main-banner .banner-image:before {
	content: "";
	display: block;
	width: 100%;
}

.main-banner .banner-image .btn {
	width: auto;
	padding: 14px 20px;
}

.main-banner .banner-image .img {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.main-banner .banner-image .content-holder .mid-txt p {
	margin-bottom: 12px;
	font-size: 18px; /* min-height: 130px; */
	line-height: 1.2;
	text-shadow: 0 1px 13px rgba(0, 0, 0, .3);
}

.main-banner .banner-image .content-holder .mid-txt p a {
	font-size: 17px;
	color: #fff;
	text-decoration: underline !important;
	text-shadow: none;
}

.main-banner .banner-image .content-holder .mid-txt p a:hover {
	text-decoration: none !important;
}

.main-banner .banner-image .content-holder .mid-txt p small {
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.2;
}

.main-banner .banner-image .content-holder .mid-txt .btn {
	text-decoration: none !important;
	height: auto;
}

.main-banner .banner-image .content-holder .mid-txt .btn:focus {
	text-decoration: none;
}

.content-holder {
	color: #fff;
	font-weight: 700;
	max-width: 692px;
	width: 100%;
	letter-spacing: 1px;
	min-height: 546px;
	white-space: nowrap;
	max-width: 500px;
	margin-left: 49px;
	margin-top: -38px;
	font-size: 35px;
	line-height: 1;
}

.content-holder:after {
	min-height: 546px;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	overflow: hidden;
	content: "";
}

.content-holder .mid-txt {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
	padding: 20px 0;
}

.content-holder .mid-txt p {
	margin-bottom: 21px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .7);
}

.content-holder .btn-warning {
	font-weight: 700;
	background-color: #f00;
	font-size: 17px;
	border-radius: 2px;
	width: 214px;
	height: 52px;
	padding: 14px 0;
	border-color: 0;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 1px rgba(0, 0, 0, .3);
	border: 0;
	margin-left: 7px;
}

.title {
	font-size: 35px;
	font-weight: 400;
}

.product {
	background-color: #f7f4ed;
	padding: 36px 0 77px 0;
}

.product h1 {
	text-align: center;
}

.product-listing {
	text-align: center;
	font-size: 0;
	margin: 0 -10px;
}

.product-listing li {
	width: 315px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.product-listing li.active h2 {
	border-color: #000 !important;
}

.product-listing li.active h2 a {
	color: #000;
}

.product-listing li .headline {
	border-bottom: 5px solid #da322a;
	text-align: center;
	color: #da322a;
	padding: 21px 0 17px;
	letter-spacing: .4px;
	margin-bottom: 0;
}

.product-listing li:nth-child(2) .headline {
	border-color: #1868a4;
	color: #1868a4;
}

.product-listing li:last-child .headline {
	border-color: #00b6de;
	color: #00b6de;
}

.product-listing .headline {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.product-listing .product-block {
	background-color: #fff;
	padding: 14px;
	position: relative;
	padding-top: 30px;
}

.product-listing .product-block .button-wrapper {
	position: relative;
	margin-top: 20px;
}

.product-listing .product-block .find-out {
	font-size: 17px;
	color: #52a31b;
	font-weight: 700;
	min-width: 164px;
	border-radius: 0;
	margin-bottom: 10px;
	line-height: 27px;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	display: inline-block;
	width: 100%;
}

.product-listing .product-block .find-out:hover {
	-webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
}

.product-listing .product-block .buy-now {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	min-width: 164px;
	display: inline-block;
	border-radius: 0;
	line-height: 27px;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	width: 100%;
}

.product-listing .product-block .buy-now:hover {
	-webkit-box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
	box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
}

.product-listing .product-block img {
	max-width: 100%;
}

.tab-content .in {
	display: none;
}

.tab-content .in.active {
	display: block;
}

.why-choose {
	background-color: #48a547;
	position: relative;
	padding-bottom: 30px;
}

.why-choose .row {
	position: relative;
	z-index: 99;
}

.why-choose .title {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: .5px;
}

.why-choose .title .moov {
	color: #fff;
	position: relative;
	top: 6px;
}

.why-choose ul {
	text-align: center;
}

.why-choose ul li {
	width: 165px;
	margin-right: 47px;
	display: inline-block;
	vertical-align: top;
}

.why-choose ul li:last-child {
	margin-right: 0;
}

.why-choose ul .reasons {
	background-color: #191919;
	border-radius: 50%;
	width: 165px;
	height: 165px;
	position: relative;
	-webkit-transition: background-color .7s ease;
	-o-transition: background-color .7s ease;
	transition: background-color .7s ease;
}

.why-choose ul .reasons:before {
	content: "";
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	position: absolute;
	border: 2px solid rgba(82, 163, 27, .2);
	border-radius: 50%;
}

.why-choose ul .reasons .icon-natural:hover,
.why-choose ul .reasons .icon-natural:before,
.why-choose ul .reasons .icon-clinically:hover,
.why-choose ul .reasons .icon-clinically:before,
.why-choose ul .reasons .icon-easy:hover,
.why-choose ul .reasons .icon-easy:before,
.why-choose ul .reasons .icon-australia:hover,
.why-choose ul .reasons .icon-australia:before {
	color: white !important;
}

.why-choose ul .headline-title {
	font-size: 17px;
	color: #fff;
	margin-top: 14px;
	font-weight: 700;
}

.why-choose ul .headline-title sup {
	font-size: 60%;
	margin-left: 2px;
}

.icon-clinically,
.icon-natural,
.icon-easy,
.icon-australia {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 0;
	position: absolute;
}

.where-to {
	background: url(../images/bg2.jpg) no-repeat center top;
	background-size: cover;
	height: 509px;
	padding: 12px 0;
	text-align: center;
}

.where-to .title {
	text-align: center;
	margin-bottom: 38px;
}

.where-to .moov {
	position: relative;
	top: 10px;
}

.where-to ul {
	text-align: center;
	margin-bottom: 29px;
	font-size: 0;
	margin: 0 -6px 18px;
	padding: 0 20px;
}

.where-to ul li {
	max-width: 315px;
	width: 50%;
	white-space: nowrap;
	padding: 0 6px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
}

.where-to ul li .img-wrapper {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
	padding: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 2.5px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 2.5px 15px rgba(0, 0, 0, .1);
}

.where-to ul li .img-wrapper img {
	max-width: 100%;
}

.where-to .find-location {
	width: 324px;
	height: 56px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.where-to .find-location:hover {
	-webkit-box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
	box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
}

.where-to .find-location span {
	font-size: 25px;
	float: left;
	margin-top: 5px;
}

.counter {
	background: #173d0e;
	min-height: 119px;
	padding: 17px 0;
}

.counter h3.moov {
	font-size: 37px;
	color: #88d836;
	text-align: center;
}

.counter #odometer {
	border: 7px solid rgba(0, 0, 0, .4);
	border-radius: 5px;
	margin-top: 12px;
	padding-right: 0;
}

.counter .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.counter .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	font-family: "Bebas";
	font-weight: 500;
}

.social {
	display: inline-block;
	vertical-align: top;
	padding: 18px 15px;
}

.social a {
	font-size: 30px;
}

footer {
	padding: 17px 0;
}

footer .ego-science {
	margin-left: 63px;
}

.copyright {
	float: right;
	font-weight: 500;
	text-align: right;
	color: #98999a;
	font-size: 11px;
	padding: 19px 25px 0 0;
}

.copyright a {
	color: #98999a;
}

.copyright .branding_link {
	margin-top: 5px;
	line-height: 1;
	font-size: 11px;
	color: #98999a;
}

.copyright .branding_link:hover {
	color: #98999a;
}

.copyright a.branding_link span {
	display: inline-block;
	vertical-align: baseline;
}

.copyright a.branding_link span img {
	vertical-align: baseline;
	height: 10px;
	width: auto;
}

.copyright .branding_link span.branding-logos-wrap {
	margin-left: 0;
}

/**********ABOUT HEADLICE************/

.banner-title {
	min-height: inherit;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}

.banner-title h1 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	letter-spacing: 1.7px;
	padding: 0 10px;
	text-shadow: 0 15px 30px rgba(0, 0, 0, .3);
	margin: 0;
}

.banner-title:before {
	content: "";
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: 0;
	right: 0;
	background: #99d8a1;
	background: -webkit-radial-gradient(center, ellipse, #99d8a1 0%, #87bd21 0%, #3bab40 72%);
	background: -o-radial-gradient(center, ellipse, #99d8a1 0%, #87bd21 0%, #3bab40 72%);
	background: radial-gradient(ellipse at center, #99d8a1 0%, #87bd21 0%, #3bab40 72%);
}

.banner-title--img h1 {
	position: relative;
	z-index: 3;
}

.banner-title--img::after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(../images/about-banner-repeat.jpg) repeat-x #609337;
	position: absolute;
	z-index: 1;
	background-size: contain;
}

.banner-title--img::before {
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	background: url(../images/about-banner.jpg) no-repeat transparent;
	background-position: right;
	background-size: auto 100%;
	z-index: 2;
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
}

.inner-page {
	padding-top: 50px;
	text-align: center;
}

.inner-page ul {
	margin: 30px 0;
}

.inner-page ul li {
	text-align: left;
	padding-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.inner-page ul.list-view li {
	overflow: hidden;
}

.list-view {
	font-size: 0;
	line-height: 0;
	margin: 79px auto 78px auto !important;
	max-width: 998px;
}

.list-view li {
	margin-bottom: 106px;
}

.list-view li:last-child {
	margin-bottom: 0;
}

.list-view .img-wrap {
	background-color: #138a33;
	min-height: 338px;
	width: 40%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
}

.list-view .img-wrap a {
	padding: 35px 0;
	display: block;
}

.list-view .img-wrap img {
	max-width: 264px;
	max-height: 264px;
	width: 100%;
	height: auto;
	border: 7px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
}

.list-view .content-block {
	background-color: #fff;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	min-height: 387px;
	padding: 50px 57px 50px;
	text-align: left;
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-view .list-title {
	font-weight: 500;
	font-size: 25px;
	color: #0e7e2d;
	line-height: 30px;
	margin: 0 0 30px;
	display: block;
}

.list-view p {
	font-size: 15px;
	color: #5d5d5d;
	line-height: 28px;
	display: block;
	margin-bottom: 30px;
}

.more-faq {
	color: #fff !important;
	font-size: 17px;
	font-weight: 700;
	padding: 15px 0 14px 0;
	margin-top: 20px;
	width: 260px;
	border-radius: 0;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.more-faq:hover {
	-webkit-box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
	box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
}

/*********FAQs***********/

.inner-page .faq {
	margin: 40px auto 96px;
	text-align: center;
}

.inner-page .faq li {
	max-width: 998px;
	background: #fff;
	text-align: left;
	padding: 20px 33px 28px 45px;
	margin-bottom: 22px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.inner-page .faq .faq-title {
	display: block;
	font-size: 25px;
	font-weight: 500;
	color: #0e7e2d;
}

.inner-page .faq .faq-title [class^="icon-"] {
	float: right;
	margin-top: 13px;
	font-size: 8px;
}

.inner-page .faq .faq-title .txt-block {
	max-width: 880px;
	font-size: 25px;
	margin-top: 13px;
}

.inner-page .faq .description {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease;
	-o-transition: max-height .3s ease;
	transition: max-height .3s ease;
}

.inner-page .faq .slidewrapper {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.inner-page .faq .slidewrapper:after {
	clear: both;
	display: block;
	content: "";
}

.inner-page .faq .showhide {
	max-height: 2000px;
}

.inner-page .faq .showhide .slidewrapper {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.noteblock {
	margin: 0 auto;
	max-width: 998px;
	border-top: 1px dashed #777;
	padding-top: 10px;
}

.noteblock .smallletter {
	font-size: 12px;
	color: #f00;
}

/********INNER PAGE********/

.txt-holder {
	text-align: left;
}

.txt-holder .title {
	text-align: left;
}

.txt-holder .col-sm-4 {
	text-align: center;
}

.txt-holder .buy-now {
	font-size: 18px;
	color: white;
	padding: 10px 25px;
	border-radius: 0;
	margin-top: 20px;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.txt-holder .buy-now:hover {
	-webkit-box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
	box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
}

.img-holder {
	display: block;
	text-align: center;
	margin-top: 40px;
}

.img-holder img {
	max-width: 100%;
}

.bottle {
	background: url(../images/bottle1.svg) no-repeat left top;
	background-size: contain;
	display: block;
	padding-left: 60px;
	margin-bottom: 30px;
}

.bottle img {
	vertical-align: middle;
}

.note {
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #c4c4c4;
	border-width: 1px 0;
	padding: 15px 0;
	color: #c4c4c4;
	line-height: 1;
	word-break: break-word;
}

.step-block {
	text-align: center;
	padding: 50px 0;
}

.step-block p {
	text-align: left;
	font-size: 17px;
}

.step-block--wrap {
	font-size: 0;
}

.step-block--wrap .col-md-3 {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.block-wrap {
	margin-top: 30px;
}

.block-wrap:hover .steps,
.block-wrap:hover p,
.block-wrap.mb-effect .steps,
.block-wrap.mb-effect p {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.block-wrap:hover p,
.block-wrap.mb-effect p {
	background-color: #000;
	color: #fff;
}

.block-wrap p {
	padding: 75px 20px 20px 20px;
	background-color: #f5f5f5;
	margin-top: -75px;
	-webkit-transition: background-color .7s ease, color .7s ease, -webkit-box-shadow .5s ease;
	transition: background-color .7s ease, color .7s ease, -webkit-box-shadow .5s ease;
	-o-transition: box-shadow .5s ease, background-color .7s ease, color .7s ease;
	transition: box-shadow .5s ease, background-color .7s ease, color .7s ease;
	transition: box-shadow .5s ease, background-color .7s ease, color .7s ease, -webkit-box-shadow .5s ease;
}

.steps {
	width: 107px;
	height: 107px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: inset 2px 2px 20px rgba(0, 0, 0, .5);
	box-shadow: inset 2px 2px 20px rgba(0, 0, 0, .5);
	position: relative;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	line-height: 100px;
	-webkit-transition: -webkit-box-shadow .5s ease;
	transition: -webkit-box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

.steps:before {
	content: "";
	border: 7px solid #429248;
	position: absolute;
	left: 0;
	top: -2px;
	width: 108px;
	height: 108px;
	border-radius: 50%;
}

/**********MYTH**************/

.sml {
	font-size: 18px;
	display: block;
}

.myth .description {
	overflow: hidden;
}

.myth .result {
	width: 15%;
	float: left;
}

.myth .result .btn {
	cursor: default;
}

.myth .remarks {
	width: 85%;
	float: left;
}

.myth .btn-warning {
	border: 0;
	font-size: 18px;
}

.inner-page h2 {
	font-size: 40px;
}

.inner-page .alternate-block {
	margin-top: 50px;
}

.inner-page .alternate-block li {
	overflow: hidden;
	margin-bottom: 30px;
}

.inner-page .alternate-block li .col-sm-4 {
	color: #007929;
}

.inner-page .alternate-block li .col-sm-8 {
	text-align: left;
}

.inner-page .alternate-block li:nth-child(even) .col-sm-4 {
	float: right;
}

.inner-page .alternate-block li:nth-child(even) .col-sm-8 {
	text-align: right;
}

.inner-page .rounded {
	border-radius: 50%;
}

.inner-page .f-left {
	float: left;
}

.inner-page .saying {
	width: calc(100% - 300px);
	text-align: left;
	margin-left: 38px;
	border-left: 5px solid #007929;
	padding-left: 30px;
	min-height: 251px;
	white-space: nowrap;
	position: relative;
}

.inner-page .saying:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid green;
	content: "";
	position: absolute;
	left: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inner-page .saying:after {
	content: "";
	min-height: 251px;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	overflow: hidden;
}

.inner-page .quote {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.inner-page .img-blocker h2 {
	color: #fff;
	min-height: 220px;
	line-height: 35px;
	white-space: nowrap;
}

.inner-page .img-blocker h2:after {
	min-height: 220px;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	overflow: hidden;
	content: "";
}

.inner-page .img-blocker span {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
	width: 100%;
	line-height: 45px;
}

.tips {
	margin-top: 30px;
	counter-reset: section;
}

.tips li {
	padding: 0 20px 20px 10%;
	overflow: hidden;
	color: #000;
	position: relative;
}

.tips li:before {
	counter-increment: section;
	content: counter(section) ".";
	position: absolute;
	left: 0;
	top: 9px;
	font-family: "GoodDog";
	color: #007929;
	font-size: 40px;
	line-height: 1;
}

.tips.treatment li {
	padding: 0 0 20px 12%;
}

.tips .moov {
	font-size: 40px;
	float: left;
	padding-right: 20px;
	text-shadow: none;
}

.tips .tips-txt {
	width: 90%;
	float: left;
}

.split-bg {
	padding: 40px 0;
	position: relative;
}

.split-bg:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	background: #ececec;
	height: 100%;
}

.forest {
	background-color: #207629;
	padding: 60px 0;
	color: #fff;
}

.forest .img-holder {
	min-height: 230px;
}

.forest .school-point {
	position: relative;
	text-align: center;
	padding-bottom: 50px;
	min-height: 350px;
}

.forest .school-point h3 {
	font-size: 16px;
	text-align: center;
}

.forest .school-point .green-gradient {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 7px 20px;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	border: 1px solid #88d836;
	color: #fff;
	text-align: center;
}

.forest .school-point .green-gradient:hover {
	-webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
}

.forest-adv {
	text-align: center;
	padding: 50px 0;
	background: #f7f4ed;
}

.forest-adv .heading {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 50px;
	font-size: 5rem;
}

.forest-adv span {
	font-size: 30px;
	text-shadow: none;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

.forest-adv .green-gradient {
	font-size: 25px;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.forest-adv .green-gradient:hover {
	-webkit-box-shadow: inset 2px 2px 20px rgba(0, 0, 0, .5);
	box-shadow: inset 2px 2px 20px rgba(0, 0, 0, .5);
}

.menu-footer_nav {
	list-style: none;
}

.menu-footer_nav li {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.menu-footer_nav li:first-child {
	border-right: 1px solid #98999a;
	padding-right: 3px;
}

img.branding_image_logo {
	width: 10px;
}

img.branding_image_mine {
	width: 25px;
}

.video {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 20px;
}

.video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Contact Block */

.contact-block {
	padding-top: 70px;
}

.contact-block__list {
	padding: 0 0 70px;
}

.contact-block__list p {
	margin-bottom: 30px;
}

/* about page css */

.about-block {
	background-color: #f7f4ed;
	padding: 36px 0 77px 0;
}

.about-block img {
	max-width: 100%;
	height: auto;
}

.about-block p {
	margin-bottom: 30px;
}

/* Product list page */

.product-list__page {
	display: block;
}

.product-list__title {
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 21px 0 17px;
	letter-spacing: .4px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: 0;
	font-weight: 700;
	position: relative;
}

.product-list__title.red {
	color: #da322a;
}

.product-list__title.blue {
	color: #1868a4;
}

.product-list__title.lightblue {
	color: #00b6de;
}

.product-list__label {
	display: block;
	margin: 0 auto;
	padding: 0 5px;
}

.product-list__label span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	padding: 5px 16px;
	margin-bottom: 10px;
}

.product-list__label.red span {
	background: #da322a;
	color: #fff;
}

.product-list__label.blue span {
	background: #1868a4;
	color: #fff;
}

.product-list__label.lightblue span {
	background: #00b6de;
	color: #fff;
}

.product-list__page .product-listing .product-block .button-wrapper {
	position: relative;
	left: auto;
	bottom: auto;
}

.product-listing__title {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 12px;
}

.product-block__tags {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
}

.product-block-image {
	margin-bottom: 12px;
}

.c-steps {
	width: 107px;
	height: 107px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;
}

.slick-slide .green-gradient {
	background: #01a338 !important;
}

.slick-dots {
	bottom: 10px;
}

.btn-back a {
	color: white;
	border-radius: 0;
	padding: 10px 20px;
	margin-top: 40px;
	font-size: 18px;
}

.btn-back a:hover {
	-webkit-box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
	box-shadow: inset 1px 1px 20px rgba(0, 0, 0, .7);
	color: #fff;
}

.w3-modal {
	z-index: 101;
}

.contact-block__list {
	text-align: center;
}

.note {
	max-width: 600px;
	margin-bottom: 20px;
}

.btn-center {
	text-align: center;
	float: left;
	width: 100%;
}

.btn-back a {
	color: white;
	border-radius: 0;
	padding: 10px 20px;
	margin-top: 40px;
	font-size: 18px;
}

.close-modal-window {
	margin-right: -50px;
	float: right;
	margin-top: -50px;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	width: 20px;
	height: 20px;
}

.close-modal-window:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close-modal-window:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* why choose disclaimer only */

.why-choose__da {
	color: #fff;
}

.why-choose__disclaimer-content {
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}

/* footer disclaimer */

.footer-disclaimer {
	font-size: 9px;
	text-align: center;
}

.footer-disclaimer p {
	margin-bottom: 5px;
}

.cms-editor table {
	table-layout: fixed;
	width: 100%;
	border: 1px solid black;
}

.cms-editor th,
td {
	padding: 2px 5px;
	border: 1px solid black;
	word-wrap: break-word;
}

.inner-page {
	text-align: center;
	line-height: 1.7;
}

.inner-page .sub-heading {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.6;
}

.icon-clinically::before {
	display: none;
}

.icon-clinically img {
	width: 58px;
}

.icon-natural::before {
	display: none;
}

.icon-natural img {
	width: 58px;
}

.icon-easy::before {
	display: none;
}

.icon-easy img {
	width: 64px;
}

.icon-australia::before {
	display: none;
}

.icon-australia img {
	width: 77px;
}

/* import sections */

/* objects */

/* ==========================================================================
   #FLAG
   ========================================================================== */

/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image.
 *
 * http://csswizardry.com/2013/05/the-flag-object/
 *
 * 1. Allows us to control vertical alignments.
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 * 3. Reset inherited `border-spacing` declarations.
 */

.o-flag {
	display: table; /* [1] */
	width: 100%; /* [2] */
	border-spacing: 0; /* [3] */
}

/**
   * Items within a flag object. There should only ever be one of each.
   *
   * 1. Default to aligning content to their middles.
   */

.o-flag__img,
.o-flag__body {
	display: table-cell;
	vertical-align: middle; /* [1] */
}

/**
   * Flag images have a space between them and the body of the object.
   *
   * 1. Force `.flag__img` to take up as little space as possible:
   *    https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
   */

.o-flag__img {
	width: 1px; /* [1] */
	padding-right: 24px; /**
     * 1. Fixes problem with images disappearing.
     *
     *    The direct child selector '>' needs to remain in order for nested flag
     *    objects to not inherit their parent’s formatting. In case the image tag
     *    is wrapped into another tag, e.g. an anchor for linking reasons, it will
     *    disappear. In that case try wrapping the whole o-flag__img object into
     *    an anchor tag.
     *
     *    E.g.:
     *
     *      <a href="/">
     *        <div class="o-flag__img">
     *          <img src="./link/to/image.jpg" alt="image alt text">
     *        </div>
     *      </a>
     */
}

.o-flag__img > img {
	max-width: none; /* [1] */
}

/**
   * The container for the main content of the flag object.
   *
   * 1. Forces the `.flag__body` to take up all remaining space.
   */

.o-flag__body {
	width: auto; /* [1] */
}

.o-flag__body,
.o-flag__body > :last-child {
	margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */

.o-flag--flush > .o-flag__img {
	padding-right: 0;
	padding-left: 0;
}

.o-flag--tiny > .o-flag__img {
	padding-right: 6px;
}

.o-flag--tiny.o-flag--reverse > .o-flag__img {
	padding-right: 0;
	padding-left: 6px;
}

.o-flag--small > .o-flag__img {
	padding-right: 12px;
}

.o-flag--small.o-flag--reverse > .o-flag__img {
	padding-right: 0;
	padding-left: 12px;
}

.o-flag--large > .o-flag__img {
	padding-right: 48px;
}

.o-flag--large.o-flag--reverse > .o-flag__img {
	padding-right: 0;
	padding-left: 48px;
}

.o-flag--huge > .o-flag__img {
	padding-right: 96px;
}

.o-flag--huge.o-flag--reverse > .o-flag__img {
	padding-right: 0;
	padding-left: 96px;
}

/* Reversed flag.
   ========================================================================== */

/**
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */

.o-flag--reverse {
	direction: rtl; /* [1] */
}

.o-flag--reverse > .o-flag__img,
.o-flag--reverse > .o-flag__body {
	direction: ltr; /* [2] */
}

.o-flag--reverse > .o-flag__img {
	padding-right: 0; /* [3] */
	padding-left: 24px; /* [3] */
}

/* Alignment variants.
   ========================================================================== */

/**
 * Vertically align the image- and body-content differently. Defaults to middle.
 */

.o-flag--top > .o-flag__img,
.o-flag--top > .o-flag__body {
	vertical-align: top;
}

.o-flag--bottom > .o-flag__img,
.o-flag--bottom > .o-flag__body {
	vertical-align: bottom;
}

/* components */

.content__wrapper-935 {
	max-width: 935px;
	margin: 0 auto;
}

.about-block .product-listing {
	margin-top: 0;
}

.about-block .headline {
	margin-top: 0;
}

.w3-modal {
	z-index: 3;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
	background-color: rgba(0, 0, 0, .4);
}

.w3-modal.active {
	display: block;
}

.w3-modal__title {
	display: block;
	font-size: 24px;
	color: #176424;
	margin: 0 0 18px;
	font-weight: 700;
	text-align: center;
}

.w3-modal .close {
	font-size: 30px;
	color: #282828;
	position: absolute;
	right: 20px;
	top: 0;
}

.w3-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	max-width: 600px;
	padding: 20px;
}

.band {
	position: relative;
	background: #173d0e;
	padding: 60px 0;
	color: #fff;
	overflow: hidden;
}

.band__gradient:before {
	content: "";
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: 0;
	right: 0;
	background: -webkit-radial-gradient(center, ellipse, #007929 0%, #87bd21 0%, #007929 72%);
	background: -o-radial-gradient(center, ellipse, #007929 0%, #87bd21 0%, #007929 72%);
	background: radial-gradient(ellipse at center, #007929 0%, #87bd21 0%, #007929 72%);
	z-index: 0;
}

.band__gradient > div {
	position: relative;
}

.band__white {
	background: #f7f4ed;
	color: #191919;
}

.school-description {
	/* for mobile with objects packs override*/
}

.school-description__wrap {
	max-width: 880px;
	margin: 0 auto;
}

.school-description__title {
	font-family: "GoodDog";
	margin: 0 0 16px;
	font-size: 50px;
	font-size: 5rem;
	color: #fff;
}

.school-description__text {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 0 16px;
}

.school-description__button .btn {
	border-radius: 0;
	padding: 12px 32px;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	border: none;
}

.school-description__button .btn:hover {
	-webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
	color: #fff;
}

.school-description__button .btn:focus {
	outline: 0 none;
}

.c-buy-block__wrap {
	max-width: 880px;
	margin: 0 auto;
}

.c-buy-block__title {
	font-family: "GoodDog";
	margin: 0 0 30px;
	font-size: 50px;
	font-size: 5rem;
	color: #007929;
	text-align: center;
}

.c-buy-block__listwrap {
	margin: 0 -15px;
	font-size: 0;
}

.c-buy-block__list {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
}

.c-buy-block-maparea__block {
	max-width: 280px;
	max-height: 305px;
	margin: 60px 0 80px 70px;
	padding: 10px;
	position: relative;
	z-index: 2;
	margin: 0 auto 30px;
	position: relative;
	display: block;
}

.c-buy-block-maparea__block:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background: #fff;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 6px #e3e2e2;
	box-shadow: 0 0 6px #e3e2e2;
}

.c-buy-block-maparea__block:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: #fff;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 6px #e3e2e2;
	box-shadow: 0 0 6px #e3e2e2;
}

.c-buy-block-maparea__block img {
	max-width: 100%;
}

.c-buy-block-maparea__button {
	position: absolute;
	left: 0;
	z-index: 3;
	bottom: 10px;
	width: calc(100% - 20px);
	left: 10px;
	background: rgba(0, 121, 41, .7);
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	font-weight: 600;
}

.c-buy-block-maparea__button .icon-location {
	font-size: 20px;
	font-size: 2rem;
	position: absolute;
	right: 20px;
	top: 12px;
}

.c-buy-block-maparea__button:hover {
	background: #007929;
	color: #fff;
}

.c-buy-block-maparea img {
	position: relative;
	z-index: 2;
}

.c-buy-block-productarea__block {
	text-align: center;
}

.c-buy-block-productarea__block img {
	margin-bottom: 40px;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.c-buy-block-productarea__button {
	text-align: center;
}

.c-buy-block-productarea__button .btn {
	border-radius: 0;
	padding: 12px 32px;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	border: none;
}

.c-buy-block-productarea__button .btn:hover {
	-webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
	color: #fff;
}

.c-buy-block-productarea__button .btn:focus {
	outline: 0 none;
}

.form-row {
	display: block;
	margin-bottom: 16px;
}

.form input[type="text"] {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #c4c4c4;
}

.form input[type="text"]:-webkit-autofill,
.form input[type="text"]:-webkit-autofill:hover,
.form input[type="text"]:-webkit-autofill:focus {
	border: 1px solid #c4c4c4;
	-webkit-text-fill-color: #333;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.form input[type="email"] {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #c4c4c4;
}

.form input[type="email"]:-webkit-autofill,
.form input[type="email"]:-webkit-autofill:hover,
.form input[type="email"]:-webkit-autofill:focus {
	border: 1px solid #c4c4c4;
	-webkit-text-fill-color: #333;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.form .error {
	color: red;
	font-size: 14px;
	font-size: 1.4rem;
}

.form-note {
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #c4c4c4;
	border-width: 1px 0;
	padding: 15px 0;
	color: #191919;
	display: block;
	margin-bottom: 16px;
}

.form-label {
	display: block;
}

.form .btn-row .btn {
	border-radius: 0;
	padding: 12px 32px;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	border: none;
}

.form .btn-row .btn:hover {
	-webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
	color: #fff;
}

.form .btn-row .btn:focus {
	outline: 0 none;
}

.testimonials {
	position: relative;
	min-height: 400px;
	color: #fff;
}

.testimonials:before,
.testimonials:after {
	position: absolute;
	content: "";
	width: 85px;
	height: 66px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 5;
}

.testimonials:before {
	background-image: url("../images/quote-left.svg");
	background-position: left top;
	left: 36px;
	top: 43px;
}

.testimonials:after {
	background-image: url("../images/quote-right.svg");
	background-position: left top;
	right: 38px;
	bottom: 36px;
}

.testimonials .saying {
	min-height: 400px;
	white-space: nowrap;
	max-width: 818px;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0;
}

.testimonials .saying p {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
	padding: 20px 0;
	letter-spacing: .24px;
	line-height: 49px;
	font-size: 38px;
	font-weight: 300;
}

.testimonials .saying strong {
	font-size: 28px;
}

.slick-dots-custom li,
.testimonials-slider .slick-dots li,
.instagramthumb-slider .slick-dots li {
	width: auto;
	height: 10px;
}

.slick-dots-custom li button,
.testimonials-slider .slick-dots li button,
.instagramthumb-slider .slick-dots li button {
	text-indent: -9999px;
	line-height: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	opacity: .25;
	display: block;
	padding: 0;
	font-size: inherit;
	border-radius: 50%;
}

.slick-dots-custom li button::before,
.testimonials-slider .slick-dots li button::before,
.instagramthumb-slider .slick-dots li button::before {
	display: none;
}

.slick-dots-custom li.slick-active button,
.testimonials-slider .slick-dots li.slick-active button,
.instagramthumb-slider .slick-dots li.slick-active button {
	opacity: .75;
}

.testimonials-slider .slick-slide {
	outline: none;
}

.testimonials-slider .slick-dots {
	bottom: 34px;
}

.testimonials-slider .slick-dots li button {
	background-color: black;
}

.testimonials-slider .slick-dots li.slick-active button {
	background-color: white;
	opacity: .75;
}

.c-product-detail--maintitle {
	padding-right: 70px;
	position: relative;
}

.icon-cp {
	width: 66px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.instagram-block {
	display: block;
	background-color: white;
	padding: 30px 0 60px 0;
}

.instagram-block .title {
	margin-top: 0;
	margin-bottom: 38px;
}

.instagram-block .moov {
	position: relative;
	top: 10px;
}

.instagramthumb__item {
	background: transparent !important;
}

.instagramthumb__item img {
	max-width: 100%;
}

.instagramthumb__link {
	background-color: white;
	margin: 5px;
	display: block;
	width: auto;
	height: 100%;
	outline: none;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.instagramthumb__link:focus {
	outline: none;
}

.instagramthumb__image {
	display: block;
	position: relative;
	visibility: visible;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(1) translateZ(0);
	transform: scaleX(1) scaleY(1) translateZ(0);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.instagramthumb__overlay {
	display: block;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background-color: rgba(14, 126, 45, .9);
}

.instagramthumb__info {
	display: block;
	position: absolute;
	visibility: hidden;
	z-index: 3;
	width: 80%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 14px;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.instagramthumb__info {
	display: block;
}

.instagramthumb-slider {
	padding: 5px;
}

.instagramthumb-slider .slick-arrow {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, .9);
	text-indent: -9999px;
	z-index: 10;
	width: 74px;
	height: 74px;
	top: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.instagramthumb-slider .slick-arrow:before,
.instagramthumb-slider .slick-arrow:after {
	display: block;
	position: absolute;
	height: 2px;
	width: 12px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	content: "";
	background: #0e7e2d;
}

.instagramthumb-slider .slick-arrow.slick-disabled:before {
	opacity: 1;
}

.instagramthumb-slider .slick-prev {
	left: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.instagramthumb-slider .slick-prev:before,
.instagramthumb-slider .slick-prev:after {
	top: 37px;
	right: 16px;
	border-radius: 0 10px 10px 0;
	left: auto;
}

.instagramthumb-slider .slick-prev:before {
	-webkit-transform-origin: 0 110%;
	-ms-transform-origin: 0 110%;
	transform-origin: 0 110%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.instagramthumb-slider .slick-prev:after {
	-webkit-transform-origin: 0 -10%;
	-ms-transform-origin: 0 -10%;
	transform-origin: 0 -10%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.instagramthumb-slider .slick-next {
	right: 0;
	-webkit-transform: translate3d(50%, -50%, 0);
	transform: translate3d(50%, -50%, 0);
}

.instagramthumb-slider .slick-next:before,
.instagramthumb-slider .slick-next:after {
	top: 37px;
	left: 16px;
	border-radius: 10px 0 0 10px;
	right: auto;
}

.instagramthumb-slider .slick-next:before {
	-webkit-transform-origin: 100% 110%;
	-ms-transform-origin: 100% 110%;
	transform-origin: 100% 110%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.instagramthumb-slider .slick-next:after {
	-webkit-transform-origin: 100% -10%;
	-ms-transform-origin: 100% -10%;
	transform-origin: 100% -10%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.instagramthumb-slider .slick-dots {
	bottom: -40px;
}

.instagramthumb-slider .slick-dots li button {
	background-color: black;
}

.instagramthumb-slider .slick-dots li.slick-active button {
	background-color: #007929;
	opacity: 1;
}

.section-blog {
	padding: 30px 0;
}

.section-blog__block {
	display: block;
	position: relative;
	padding: 15px 0;
	border-radius: 5px;
}

.section-blog__block a {
	display: block;
	color: white;
	cursor: pointer;
	overflow: hidden;
	border-radius: 15px;
}

.section-blog__block:hover .section-blog__imgholder {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.section-blog__block:hover .section-blog__imgholder::after {
	background-color: rgba(72, 165, 71, .8);
}

.section-blog__img {
	max-width: 100%;
}

.section-blog__imgholder {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 3s ease 0s;
	transition: -webkit-transform 3s ease 0s;
	-o-transition: transform 3s ease 0s;
	transition: transform 3s ease 0s;
	transition: transform 3s ease 0s, -webkit-transform 3s ease 0s;
	transition: transform 3s ease 0s,-webkit-transform 3s ease 0s;
	background-color: white;
}

.section-blog__imgholder::before {
	content: "";
	display: block;
	padding-top: 68%;
}

.section-blog__imgholder::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: rgba(25, 25, 25, .5);
	-webkit-transition: background-color 2s ease 0s;
	-o-transition: background-color 2s ease 0s;
	transition: background-color 2s ease 0s;
}

.section-blog__imgholder-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-blog__title {
	margin: 0;
	position: absolute;
	background-color: transparent;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: calc(100% - 60px);
	text-align: center;
	color: white;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
	font-weight: 700;
}

.section-blog-dtl__content {
	display: block;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.section-blog-dtl__content img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.section-blog-dtl__content p,
.section-blog-dtl__content ul {
	line-height: 1.6;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

.section-blog-dtl__content h1,
.section-blog-dtl__content h2,
.section-blog-dtl__content h3,
.section-blog-dtl__content h4,
.section-blog-dtl__content h5,
.section-blog-dtl__content h6,
.section-blog-dtl__content img {
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 0;
}

.section-blog-dtl__content h1:first-child,
.section-blog-dtl__content h2:first-child,
.section-blog-dtl__content h3:first-child,
.section-blog-dtl__content h4:first-child,
.section-blog-dtl__content h5:first-child,
.section-blog-dtl__content h6:first-child,
.section-blog-dtl__content img:first-child {
	margin-top: 0;
}

.section-blog-dtl__content h1 {
	font-size: 30px;
}

.section-blog-dtl__content h2 {
	font-size: 24px;
}

.section-blog-dtl__content h3 {
	font-size: 20px;
}

.pagination--blog {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

.pagination--blog .page-link {
	border: none;
	border-radius: 50%;
	background-color: transparent;
	width: 30px;
	height: 30px;
	text-align: center;
	color: black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	margin: 0 4px;
}

.pagination--blog .page-link:hover,
.pagination--blog .page-link:focus,
.pagination--blog .page-link:active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination--blog .page-link__text {
	text-transform: uppercase;
	font-size: 86%;
	margin: 0 12px;
	display: none;
}

.pagination--blog .page-item:first-child .page-link,
.pagination--blog .page-item:last-child .page-link {
	background-color: transparent;
	border-radius: 50%;
}

.pagination--blog .page-item:first-child .page-link.prev {
	width: auto;
	border-radius: 0;
}

.pagination--blog .page-item:last-child .page-link.next {
	width: auto;
	border-radius: 0;
}

.pagination--blog .page-item.active .page-link {
	background-color: #48a547;
	color: white;
}

.blog--title {
	min-height: inherit;
	padding: 45px 0;
}

.blog--title h1 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
	padding: 0 10px;
	text-shadow: 0 12px 20px rgba(0, 0, 0, .3);
	margin: 0;
	min-height: inherit;
	line-height: 1.2;
}

@media (min-width: 480px) {
	.forest .school-point .green-gradient {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.c-buy-block-maparea__block {
		max-width: 347px;
	}
}

@media (min-width: 576px) {
	.col-flex-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-flex-sm-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-flex-sm-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-flex-sm-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-flex-sm-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-flex-sm-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-flex-sm-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-flex-sm-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-flex-sm-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-flex-sm-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-flex-sm-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-flex-sm-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-flex-sm-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-flex-sm-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}

	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}

	.flex-sm-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: .25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important;
	}

	.m-sm-2 {
		margin: .5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: .25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important;
	}

	.p-sm-2 {
		padding: .5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}

	.m-sm-n1 {
		margin: -.25rem !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important;
	}

	.m-sm-n2 {
		margin: -.5rem !important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important;
	}

	.m-sm-n3 {
		margin: -1rem !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}

	.m-sm-n4 {
		margin: -1.5rem !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}

	.m-sm-n5 {
		margin: -3rem !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 579px) {
	.product-listing .product-block .find-out {
		min-width: 1px;
		display: block;
	}

	.product-listing .product-block .buy-now {
		min-width: 1px;
		display: block;
	}
}

@media screen and (min-width: 601px) {
	.inner-page ul li {
		position: relative;
	}

	.list-view li:nth-child(odd) .content-block {
		float: right;
	}

	.list-view li:nth-child(odd) .img-wrap {
		right: auto;
		left: 0;
	}

	.list-view .img-wrap {
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.instagramthumb-slider .slick-dots {
		bottom: -65px;
	}
}

@media (min-width: 768px) {
	.col-flex-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-flex-md-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-flex-md-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-flex-md-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-flex-md-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-flex-md-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-flex-md-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-flex-md-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-flex-md-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-flex-md-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-flex-md-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-flex-md-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-flex-md-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-flex-md-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}

	.flex-md-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: .25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important;
	}

	.m-md-2 {
		margin: .5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: .25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important;
	}

	.p-md-2 {
		padding: .5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-n1 {
		margin: -.25rem !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important;
	}

	.m-md-n2 {
		margin: -.5rem !important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important;
	}

	.m-md-n3 {
		margin: -1rem !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}

	.m-md-n4 {
		margin: -1.5rem !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}

	.m-md-n5 {
		margin: -3rem !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}

	.main-banner .banner-image .content-holder .mid-txt p {
		min-height: 130px;
		font-size: 33px;
	}

	.main-banner .banner-image .content-holder .mid-txt p small {
		font-size: 14px;
	}

	.main-banner .banner-image .content-holder .mid-txt .btn {
		margin-bottom: 30px;
	}

	.product-listing .headline {
		font-size: 20px;
		font-size: 2rem;
	}

	.product-listing .product-block {
		padding-top: 30px;
	}

	.product-listing .product-block .button-wrapper {
		padding: 0 15px 15px;
	}

	.product-listing .product-block .find-out {
		display: inline-block;
		width: 100%;
		padding: 12px;
	}

	.product-listing .product-block .buy-now {
		min-width: 164px;
		display: inline-block;
		width: 100%;
		padding: 12px;
	}

	.where-to ul {
		padding: 0;
	}

	.where-to ul li {
		width: 20%;
	}

	.banner-title h1 {
		font-size: 30px;
	}

	.product-list__title {
		font-size: 20px;
		font-size: 2rem;
	}

	.product-list__label span {
		font-size: 21px;
		font-size: 2.1rem;
		text-align: left;
	}

	.c-buy-block__list {
		width: 50%;
	}

	.c-buy-block-maparea__block {
		margin-bottom: 0;
		max-width: 347px;
		max-height: 305px;
	}

	.instagram-block {
		padding: 60px 0 100px 0;
	}

	.instagramthumb__link:hover .instagramthumb__overlay,
	.instagramthumb__link:hover .instagramthumb__info {
		opacity: 1;
		visibility: visible;
	}

	.instagramthumb__link:hover .instagramthumb__image {
		-webkit-transform: scaleX(1.1) scaleY(1.1) translateZ(0);
		transform: scaleX(1.1) scaleY(1.1) translateZ(0);
	}

	.section-blog {
		padding: 50px 0;
	}

	.section-blog__title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.section-blog-dtl__content p,
	.section-blog-dtl__content ul {
		padding-top: 15px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.section-blog-dtl__content h1,
	.section-blog-dtl__content h2,
	.section-blog-dtl__content h3,
	.section-blog-dtl__content h4,
	.section-blog-dtl__content h5,
	.section-blog-dtl__content h6,
	.section-blog-dtl__content img {
		margin-top: 40px;
	}

	.section-blog-dtl__content h1 {
		font-size: 36px;
	}

	.section-blog-dtl__content h2 {
		font-size: 30px;
	}

	.section-blog-dtl__content h3 {
		font-size: 24px;
	}

	.pagination--blog {
		margin-top: 40px;
		font-size: 17px;
		font-size: 1.7rem;
	}

	.pagination--blog .page-link {
		width: 40px;
		height: 40px;
	}

	.pagination--blog .page-link__text {
		display: block;
	}

	.blog--title {
		padding: 65px 0;
	}

	.blog--title h1 {
		font-size: 36px;
	}
}

@media screen and (min-width: 769px) {
	.why-choose:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/bg.jpg) no-repeat left -6px top;
		width: 700px;
	}
}

@media (min-width: 769px) {
	.main-banner .banner-image:before {
		padding-top: 412px;
	}
}

@media (min-width: 800px) {
	.main-banner .banner-image .content-holder {
		max-width: 390px;
	}
}

@media (min-width: 992px) {
	.col-flex-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-flex-lg-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-flex-lg-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-flex-lg-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-flex-lg-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-flex-lg-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-flex-lg-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-flex-lg-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-flex-lg-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-flex-lg-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-flex-lg-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-flex-lg-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-flex-lg-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-flex-lg-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}

	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}

	.flex-lg-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: .25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important;
	}

	.m-lg-2 {
		margin: .5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: .25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important;
	}

	.p-lg-2 {
		padding: .5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}

	.m-lg-n1 {
		margin: -.25rem !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important;
	}

	.m-lg-n2 {
		margin: -.5rem !important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important;
	}

	.m-lg-n3 {
		margin: -1rem !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}

	.m-lg-n4 {
		margin: -1.5rem !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}

	.m-lg-n5 {
		margin: -3rem !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 993px) {
	.nav-opener {
		display: none;
	}

	nav.mainnav ul li {
		padding: 12px 20px;
	}
}

@media (min-width: 1024px) {
	.nav-close {
		display: none;
	}

	nav.mainnav ul li {
		padding: 12px 24px;
	}

	.main-banner .banner-image .content-holder {
		max-width: 48%;
	}

	.main-banner .banner-image .content-holder .mid-txt p {
		min-height: 1px;
		font-size: 54px;
		margin-bottom: 0;
		line-height: 1.1;
	}

	.main-banner .banner-image .content-holder .mid-txt p small {
		font-size: 14px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.main-banner .banner-image .content-holder .mid-txt .btn {
		margin-bottom: 0;
	}

	.why-choose ul li {
		margin-right: 85px;
	}

	.banner-title h1 {
		font-size: 40px;
	}

	.instagram-block {
		padding: 80px 0 120px 0;
	}

	.section-blog {
		padding: 70px 0;
	}

	.section-blog__title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.blog--title {
		padding: 85px 0;
	}

	.blog--title h1 {
		font-size: 46px;
	}
}

@media screen and (min-width: 1024px) {
	.instagramthumb-slider .slick-dots {
		bottom: -77px;
	}
}

@media (min-width: 1200px) {
	.col-flex-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-flex-xl-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-flex-xl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-flex-xl-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-flex-xl-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-flex-xl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-flex-xl-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-flex-xl-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-flex-xl-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-flex-xl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-flex-xl-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-flex-xl-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-flex-xl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-flex-xl-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}

	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}

	.flex-xl-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: .25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important;
	}

	.m-xl-2 {
		margin: .5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: .25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important;
	}

	.p-xl-2 {
		padding: .5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}

	.m-xl-n1 {
		margin: -.25rem !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important;
	}

	.m-xl-n2 {
		margin: -.5rem !important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important;
	}

	.m-xl-n3 {
		margin: -1rem !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}

	.m-xl-n4 {
		margin: -1.5rem !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}

	.m-xl-n5 {
		margin: -3rem !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}

	.main-banner .banner-image:before {
		padding-top: 500px;
	}

	.content-holder {
		font-size: 51px;
		line-height: 56px;
	}
}

@media (min-width: 1600px) {
	.main-banner .banner-image .container {
		height: 100%;
	}

	.main-banner .banner-image:before {
		padding-top: 39%;
	}

	.main-banner .banner-image .content-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin-top: 0;
		max-width: 48%;
		margin-left: 0;
	}

	.main-banner .banner-image .content-holder .mid-txt p {
		font-size: 56px;
		line-height: 1.1;
		margin-bottom: 0;
	}

	.main-banner .banner-image .content-holder .mid-txt p small {
		line-height: 1.8;
		margin-top: 35px;
		margin-bottom: 35px;
		max-width: 463px;
	}

	.main-banner .banner-image .content-holder .mid-txt .btn {
		background: #008531 !important;
		padding: 20px 40px;
		margin-top: 20px;
	}

	.banner-title h1 {
		font-size: 60px;
	}

	.blog--title h1 {
		font-size: 46px;
	}
}

@media (min-width: 1900px) {
	.main-banner .banner-image .content-holder {
		max-width: 59%;
	}

	.main-banner .banner-image .content-holder .mid-txt p {
		font-size: 71px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.main-banner .banner-image .content-holder .mid-txt p small {
		line-height: 1.2;
		margin-top: 40px;
		margin-bottom: 40px;
		max-width: 480px;
	}
}

@media screen and (max-width: 1024px) {
	.product-listing li {
		width: 250px;
	}

	.why-choose ul li {
		margin-right: 20px;
	}

	footer .ego-science {
		margin-left: 0;
	}
}

@media (max-width: 1024px) {
	.where-to ul li .img-wrapper img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 992px) {
	.nav-opener {
		margin-top: -65px;
		margin-right: 20px;
	}

	.nav-menu {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		overflow: hidden;
		max-height: 0;
		z-index: 1050;
		-webkit-transition: max-height .3s ease;
		-o-transition: max-height .3s ease;
		transition: max-height .3s ease;
	}

	.nav-active .nav-menu {
		max-height: 4000px;
	}

	.nav-dropdown {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		-o-transition: transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -webkit-transform .3s ease;
		background: #007929;
		padding-bottom: 40px;
	}

	.nav-active .nav-dropdown {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	nav.mainnav ul li {
		width: 100%;
		text-align: center;
		padding: 8px 0;
	}

	nav.mainnav ul li:first-child {
		margin-left: 0;
	}

	nav.mainnav ul li a {
		color: #fff;
		letter-spacing: 0;
	}

	nav.mainnav ul li:hover a,
	nav.mainnav ul li.active a {
		color: #000;
	}

	footer {
		text-align: center;
	}

	.copyright {
		padding-right: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 12px;
	}

	.banner-title {
		font-size: 40px;
		padding: 50px 0;
	}
}

@media (max-width: 768px) {
	.main-banner .banner-image .img {
		position: static;
		width: 100% !important;
		padding-top: 39% !important;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center top;
	}

	.content-holder {
		margin-top: 20px;
		min-height: 1px;
	}

	.content-holder:after {
		min-height: 1px;
	}

	.tips.treatment li {
		padding: 0 20px 20px 10%;
	}

	.split-bg:before {
		background: transparent;
	}

	.forest .school-point .green-gradient {
		bottom: 20px;
	}

	.about-block img {
		max-width: 400px;
	}

	.slick-slide {
		background: #007929;
		background: -webkit-linear-gradient(45deg, #007929 0%, #009629 100%);
		background: -o-linear-gradient(45deg, #007929 0%, #009629 100%);
		background: linear-gradient(45deg, #007929 0%, #009629 100%);
	}

	.product-list__page .product-block .find-out,
	.product-list__page .product-block .buy-now {
		width: 100%;
	}

	.instagramthumb__item {
		background: transparent !important;
	}
}

@media screen and (max-width: 768px) {
	.slick-dots {
		bottom: 4px;
	}

	.content-holder {
		font-size: 35px;
		line-height: 42px;
		max-width: 500px;
		margin-left: 0;
	}

	.content-holder .btn-warning {
		margin-left: 0;
	}

	.inner-page {
		padding-bottom: 40px;
	}

	.list-view {
		margin: 40px 0 !important;
	}

	.list-view li {
		margin-bottom: 50px;
	}

	.list-view .img-wrap {
		width: 40%;
		min-height: 1px;
	}

	.list-view .content-block {
		width: 60%;
		padding: 30px;
	}

	.inner-page .faq {
		margin: 30px auto;
	}

	.testimonials-slider .slick-dots {
		bottom: 34px;
	}
}

@media (max-width: 767px) {
	.content-holder .mid-txt {
		padding: 0;
		display: block;
		margin-bottom: 20px;
	}

	.content-holder .mid-txt p {
		margin-bottom: 12px;
		font-size: 18px;
		min-height: 130px;
	}

	.txt-holder {
		float: left;
	}

	.forest .school-point {
		margin-bottom: 30px;
		border-bottom: 1px dashed #88d836;
	}

	.forest .school-point:last-of-type {
		border-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.cms-editor .tbl-wrap {
		overflow: auto;
		margin: 0 15px 0 0;
	}

	.inner-page .sub-heading {
		line-height: 1.4;
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.product-listing li {
		width: 200px;
	}
}

@media screen and (max-width: 736px) {
	.why-choose ul li {
		width: 120px;
	}

	.why-choose ul .reasons {
		width: 120px;
		height: 120px;
	}

	.why-choose ul .headline-title {
		font-size: 14px;
	}

	.where-to {
		height: auto;
		padding-bottom: 40px;
	}

	.testimonials {
		min-height: inherit;
	}

	.testimonials:before,
	.testimonials:after {
		width: 62px;
		height: 50px;
		background-size: 62px auto;
	}

	.testimonials:before {
		left: 16px;
		top: 23px;
	}

	.testimonials:after {
		right: 16px;
		bottom: 23px;
	}

	.testimonials .saying {
		min-height: 1px;
	}

	.testimonials .saying p {
		font-size: 22px;
		line-height: 1.5;
	}

	.testimonials .saying strong {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.inner-page .f-left.img-holder img {
		width: 120px;
	}

	.inner-page .saying {
		width: calc(100% - 170px);
	}
}

@media screen and (max-width: 640px) {
	.banner-title {
		font-size: 30px;
		padding: 30px 0;
	}

	.inner-page .img-blocker h2 {
		font-size: 35px;
	}
}

@media (max-width: 600px) {
	.myth .result {
		width: 100%;
		margin-bottom: 15px;
	}

	.myth .remarks {
		width: 100%;
	}

	.close-modal-window {
		margin-right: -10px;
	}
}

@media screen and (max-width: 600px) {
	.list-view li {
		margin-bottom: 20px;
	}

	.list-view .img-wrap {
		width: 100%;
	}

	.list-view .img-wrap a {
		width: 100%;
		padding: 15px 0;
	}

	.list-view .img-wrap img {
		max-width: 200px;
	}

	.list-view .content-block {
		width: 100%;
	}

	.list-view .list-title {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 579px) {
	.product-listing li {
		width: 300px;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 567px) {
	.product-listing {
		max-width: 100%;
		margin: 0 auto;
	}

	.why-choose {
		height: auto;
		padding-bottom: 40px;
	}

	.why-choose ul {
		padding: 0 10px;
	}

	.why-choose ul li {
		width: 130px;
		margin-bottom: 15px;
		margin-right: 30px;
	}

	.why-choose ul li:nth-child(even) {
		margin-right: 0;
	}

	.why-choose ul .reasons {
		width: 130px;
		height: 130px;
	}

	.why-choose ul .headline-title {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.school-description .o-flag__img,
	.school-description .o-flag__body {
		display: block;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.school-description .o-flag__img > img {
		display: inline-block;
		max-width: 100%;
	}
}

@media (max-width: 499px) {
	.content-holder .mid-txt p {
		min-height: 90px;
	}
}

@media (max-width: 480px) {
	.inner-page .f-left {
		float: none;
	}

	.inner-page .saying {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-top: 30px;
		border-left: 0;
		text-align: center;
	}

	.inner-page .saying:before {
		border-color: transparent;
	}
}

@media screen and (max-width: 480px) {
	.slick-prev {
		left: 15px;
	}

	[dir="rtl"] .slick-prev {
		right: 15px;
	}

	.slick-next {
		right: 15px;
	}

	[dir="rtl"] .slick-next {
		left: 15px;
	}

	.content-holder {
		font-size: 18px;
		line-height: 22px;
	}

	.content-holder .btn-warning {
		height: 40px;
		font-size: 14px;
		padding: 10px;
		width: auto;
	}

	.title {
		font-size: 30px;
	}

	.inner-page {
		padding: 20px 0 40px 0;
	}

	.inner-page .faq li {
		padding: 20px;
	}

	.inner-page .faq .faq-title .txt-block {
		font-size: 18px;
		padding-right: 20px;
	}
}

@media (max-width: 479px) {
	.tips .moov {
		width: 10%;
	}

	.tips .tips-txt {
		width: 86%;
	}

	.forest .school-point {
		min-height: 1px;
	}

	.forest .school-point .green-gradient {
		position: static;
	}
}

@media screen and (max-width: 441px) {
	.inner-page .faq .faq-title [class^="icon-"] {
		margin-top: 5px;
	}
}

@media (max-width: 399px) {
	.content-holder .mid-txt p {
		min-height: 110px;
	}
}

@media screen and (max-width: 376px) {
	.why-choose ul .reasons {
		margin: 0 auto;
	}

	.where-to .find-location {
		width: 300px;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important;
	}
}
