@import url('https://fonts.googleapis.com/css2?family=Forum&family=Parkinsans:wght@300..800&display=optional');
/* font-family: "Parkinsans", sans-serif; */
/* font-family: "Forum", serif; */

@import url('https://fonts.googleapis.com/css2?family=Sofia&display=optional');
/* font-family: "Sofia", cursive; */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=optional');
/*  font-family: "Montserrat", sans-serif; */

*,
*::before,
*::after {
	box-sizing: border-box;
}

a {
	color: #000;
}

a:hover,
a:focus {
	color: #000;
}

/* Grid CSS Ends */

.button--primary {
	background: #0E0E0E;
	border-radius: 0;
	color: #fff;
	text-transform: none;
	padding: 15px 30px;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	min-width: 140px;
	display: inline-block;
	border: 2px solid transparent;
	letter-spacing: normal;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.button {
	font-family: "Parkinsans", sans-serif;
	font-weight: 600;
	border-radius: 0;
	text-transform: none;
	padding: 15px 30px;
	height: 50px;
	font-size: 16px;
	min-width: 140px;
	display: inline-block;
	letter-spacing: normal;
	border-width: 2px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.button--primary:hover,
.button--primary:focus,
.button--primary.is-active,
.button--primary.active {
	background: #E4710A;
	border-color: #E4710A;
	color: #fff;
	border-radius: 0;
}

.form-actions .button,
.form-actions input,
.form-actions a {
	vertical-align: middle;
}

input:focus,
button:focus,
textarea:focus,
select:focus,
label:focus,
input:focus+label,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
	outline: none !important;
}

.banners {
	display: none;
}

body,
html {
	font-family: "Parkinsans", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	letter-spacing: normal;
	background: #F6F5F0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Parkinsans", sans-serif;
	line-height: normal;
	letter-spacing: normal;
	font-weight: 700;
	color: #000;
	margin-top: 0;
}

a,
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

.body {
	margin-top: 0;
	background: #F6F5F0;
}

.body {
	margin-bottom: 0;
	min-height: 500px;
}

.header {
	border: none;
	margin-bottom: 0;
	background: transparent;
}

.container {
	max-width: 1640px !important;
	padding: 0 15px;
}

body .page {
	margin: 0;
}

img {
	width: auto;
	height: auto;
}

.heroCarousel {
	margin: 0;
	position: relative;
	z-index: 1;
}

.heroCarousel-slide .heroCarousel-image-wrapper {
	height: auto;
	max-height: inherit;
}

.heroCarousel.slick-initialized {
	max-height: inherit;
}

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
	top: 35%;
}

.heroCarousel .slick-prev {
	left: 7%;
}

.heroCarousel .slick-next {
	right: 7%;
}

.carousel-play-pause-button {
	display: none !important;
}

.heroCarousel .slick-dots {
	bottom: 75px;
	left: 115px;
	width: auto;
	background: none;
}

.heroCarousel .slick-dots li {
	background: none;
}

.heroCarousel .slick-arrow {
	display: none !important;
}

/* ============= Dotted Slick Slider Start ============= */
.slick-dots {
	bottom: 0;
	display: flex !important;
	align-items: center;
}

.slick-dots li {
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0 5px;
}

.slick-dots li button {
	width: 19px;
	height: 19px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.slick-dots li button:before {
	width: 9px;
	height: 9px;
	background: rgba(0, 0, 0, 0.2) !important;
	border-radius: 50px;
	top: 4px;
	left: 4px;
	border: none;
	opacity: 1;
}

.slick-dots li:hover button {
	opacity: 1;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
	border: 1px solid #000;
	background: transparent !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
	background: #000 !important;
}

.slick-dots li.slick-active button {
	width: 24px;
	height: 24px;
}

.slick-dots li.slick-active button:before {
	width: 12px;
	height: 12px;
	top: 5px;
	left: 5px;
}

.slick-dots li button .carousel-tooltip {
	display: none;
}

.carousel-tooltip {
	display: none !important;
}

/* ============= Dotted Slick Slider Start ============= */


/* ============= Slick Slider Arrow Start ============= */

.slick-next,
.slick-prev {
	margin-top: 0;
	top: 50%;
}

.slick-next {
	right: -85px;
}

.slick-prev {
	left: -85px;
}

.slick-next,
.slick-prev,
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
	background: none;
	border: none;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.slick-next,
.slick-prev {
	width: 60px;
	height: 60px;
	padding: 0;
}

.slick-next::before,
.slick-prev::before {
	width: 58px;
	height: 58px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.slick-prev::before {
	background: url(../img/prev-arrow.png) no-repeat center center;
	opacity: 1;
}

.slick-next::before {
	background: url(../img/next-arrow.png) no-repeat center center;
	opacity: 1;
}

.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
	background: #bfa27a;
}

.slick-prev:hover::before,
.slick-prev:focus::before {
	background: url(../img/prev-arrow-hover.png) no-repeat center;
	opacity: 1;
	transform: rotate(45deg);
}

.slick-next:hover::before,
.slick-next:focus::before {
	background: url(../img/next-arrow-hover.png) no-repeat center;
	opacity: 1;
	transform: rotate(-45deg);
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-disabled,
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: 1;
}

.productCarousel .slick-dots {
	display: none !important;
}

.productCarousel .slick-arrow {
	top: 50%;
}

/* ============= Slick Slider Arrow End ============= */

/* ============= Quick Search Start ============= */

.dropdown--quickSearch {
	background: none;
	left: 0;
	padding: 0;
	/* position: relative; display:inline-block; vertical-align:middle; */
}

.quickSearchResults {
	background: #e8e8e8;
	position: absolute;
	z-index: 99;
	width: 100%;
	border-radius: 0 0 10px 10px;
}

.quickSearchResults ul.productGrid {
	padding: 30px 10px 20px 10px;
	margin: 0px;
}

.quickSearchResults .productGrid .product {
	padding-bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

.quickSearchResults .productGrid .product .card {
	border: none;
	border-bottom: #dcdcdc solid 1px;
	float: left;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 0;
}

.quickSearchResults .card-figure {
	border: none;
	display: block;
	float: left;
	height: auto;
	padding: 0;
	vertical-align: top;
	width: 70px;
}

.quickSearchResults .card .thumb_img {
	display: block;
	height: auto;
	width: auto;
	padding: 0px;
}

.quickSearchResults .card .card-image {
	padding: 0;
}

.quickSearchResults .card-body {
	display: block;
	float: none;
	overflow: hidden;
	padding: 0 0 0 10px;
	text-align: left !important;
	vertical-align: middle;
	width: auto;
	margin-top: 0;
	background: transparent;
}

.quickSearchResults .card-body::before {
	content: none;
}

.quickSearchResults .card-body .card-title {
	height: auto;
	max-width: inherit;
	min-height: inherit;
	font-size: 14px;
	font-weight: 600;
}

.quickSearchResults .card-body .prdctBtn {
	display: none;
}

.quickSearchResults .card-body .productBtns {
	display: none !important;
}

.quickSearchResults .card--alternate:hover .card-body {
	background: none;
}

.quickSearchResults .card--alternate:hover .card-title>a {
	color: #000;
}

.quickSearchResults h4.card-title {
	margin-bottom: 5px;
}

.quickSearchResults .card-body .card-text .price {
	font-size: 16px;
}

.quickSearchResults .card-body .card-text {
	margin: 0px;
}

.checkout-steps form-field.form-field {
	clear: both;
}

.quickSearchResults .prdctBtn {
	display: none;
}

.quickSearchResults {
	max-height: 400px;
	overflow-y: auto;
	right: 0;
}

.quickSearchResults .modal-close {
	top: 0;
}

.quickSearchResults .card .prdctDtl.prdctBtn {
	justify-content: flex-start;
}

.quickSearchResults .card-figure {
	border-radius: 0;
}

/* ============= Quick Search End ============= */

.header {
	font-size: 14px;
	color: #023421;
	border-bottom: none;
	background: #F6F5F0;
}

.header>.container {
	max-width: 1860px !important;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headerTop {
	display: flex;
	height: 45px;
	align-items: center;
	position: relative;
	background: #033421;
}

.shopSpecialLink {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.shopSpecialLink a {
	display: inline-block;
	background: #B85500;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	padding: 17px 50px 18px 50px;
	position: relative;
	min-width: 340px;
	text-align: center;
	white-space: nowrap;
}

.shopSpecialLink a:hover,
.shopSpecialLink a:focus {
	background: #0E0E0E;
	color: #FFF;
}

.shopSpecialLink a:hover:before,
.shopSpecialLink a:focus:before {
	background: #0E0E0E;
}

.shopSpecialLink a:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 100%;
	background: #B85500;
	transform: skewX(25deg);
	left: -16px;
	top: 0;
}

.headerTop .container {
	display: flex;
	max-width: 1860px !important;
}

.hdrtopLeft {
	color: #F6F5F0;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	width: 25%;
	display: flex;
	align-items: center;
}

.hdrtopLeft p {
	margin: 0;
	color: #F6F5F0;
}

.hdrtopMiddle {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
}

.hdrtopMiddle:before {
	content: '';
	height: 100%;
	width: 30%;
	top: 0;
	left: 0;
	background: linear-gradient(-90deg, rgba(2, 52, 33, 0) 0%, #023421 100%);
	position: absolute;
	z-index: 1;
}

.hdrtopMiddle:after {
	content: '';
	height: 100%;
	width: 30%;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(2, 52, 33, 0) 0%, #023421 100%);
	position: absolute;
	z-index: 1;
}

.marquee {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}

.marquee-line {
	will-change: transform;
	transform: translateX(0);
	white-space: nowrap;
	animation: marquee 10s linear infinite;
	color: #f6f5f0;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	padding: 0;
}

.marquee-line a {
	font-weight: 500;
	color: #f6f5f0;
	text-decoration: underline;
}

.marquee-line span.bull {
	color: #325C4C;
	padding: 0 20px 0 15px;
	display: inline-block;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}


.headerLeft {
	position: relative;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.headerRight {
	text-align: right;
	line-height: normal;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
}

.header-logo {
	margin: 0;
	text-align: left;
	padding: 0;
	height: auto;
	position: relative;
}

.header-logo .header-logo-image-container {
	position: relative;
	left: 0;
	right: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.header-logo-image {
	position: relative;
	margin: 0;
	padding: 0;
}

.header-logo-image-container {
	min-height: unset;
}

.header-logo-image-container::after {
	padding-bottom: 0;
}

.dropdown--quickSearch .container {
	padding: 0 !important;
}

.dropdown--quickSearch .form-fieldset {
	border: none;
}

.dropdown--quickSearch .form {
	max-width: none;
	position: relative;
}

.dropdown--quickSearch .form-input,
.navPages-quickSearch .form-input {
	height: 50px;
	border: 1px solid #DDD8C5;
	border-radius: 0;
	font-size: 14px;
	color: #0e0e0e;
	background: transparent;
	padding-left: 20px;
	padding-right: 50px;
	font-weight: 400;
	width: 100%;
	min-width: 340px;
}

.dropdown--quickSearch .form-input::-webkit-input-placeholder,
.navPages-quickSearch .form-input::-webkit-input-placeholder {
	color: #0e0e0e;
	opacity: 0.3;
}

.dropdown--quickSearch .form-input::-moz-placeholder,
.navPages-quickSearch .form-input::-moz-placeholder {
	color: #0e0e0e;
	opacity: 0.3;
}

.dropdown--quickSearch .form-input:-ms-input-placeholder,
.navPages-quickSearch .form-input:-ms-input-placeholder {
	color: #0e0e0e;
	opacity: 0.3;
}

.dropdown--quickSearch .form-input:-moz-placeholder,
.navPages-quickSearch .form-input:-moz-placeholder {
	color: #0e0e0e;
	opacity: 0.3;
}

.dropdown--quickSearch .button,
.navPages-quickSearch .form-prefixPostfix-button--postfix.button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../img/search-ic.png) no-repeat center right 20px;
	font-size: 0;
	min-width: unset;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none !important;
}

.dropdown--quickSearch.is-open {
	width: 100%;
	left: auto !important;
	top: 100% !important;
	min-width: 450px;
	background: #f5f5f5 !important;
	padding: 15px !important;
	right: 0 !important;
}

.navUser-or {
	margin: 0;
	padding: 0;
	color: #a8a8a8;
	vertical-align: middle;
	font-weight: 400;
}

.navUser-item--account .navUser-or+.navUser-action {
	margin: 0;
	padding: 0;
}

.navUser {
	padding: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	color: #1C1C1C;
	line-height: normal;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.navUser-section--alt {
	float: none;
	line-height: normal;
}

.headerRight .navUser>ul {
	display: flex;
	align-items: center;
}

.headerRight .navUser ul.previewCartList {
	flex-wrap: wrap;
}

.navUser ul li.navUser-item {
	float: none;
	position: relative;
	margin: 0;
	padding: 11px 22px;
	border-right: 1px solid #DDD8C5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
}

.navUser ul li.navUser-item.hdrSearch,
.navUser ul li.navUser-item.navUser-item--giftCards {
	border: none;
	padding: 0 10px 0 0;
}

.navUser ul li.navUser-item.navUser-item--account {}

.navUser ul li.navUser-item.navUser-item--social {
	padding-top: 0;
	padding-bottom: 0;
}

.navUser ul li.navUser-item:last-child {
	padding-right: 0;
	border: none;
}

.navUser-item--account .navUser-action {
	display: block;
}

.navUser-action {
	color: #1C1C1C;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.navUser-action:hover,
.navUser-action.is-open {
	color: #1C1C1C;
	text-decoration: none;
}

.navUser-item--compare .countPill {
	background: #fff;
	color: #CC0058;
}

/* .navUser-item-cartLabel{display:block; vertical-align:middle;} */
.navUser-item--cart .countPill {
	background: #023421;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border-radius: 50px;
	border: none;
	padding: 0;
	position: absolute;
	top: 0px;
	right: -10px;
	margin: 0;
}

.navUser-action svg {
	stroke: none;
	display: block;
}

.navUser-item:hover svg,
.navUser-item:focus svg {
	opacity: 1;
	fill: #E4710A;
	stroke: none;
}

.navUser-item:hover svg path,
.navUser-item:focus svg path {
	fill: #E4710A;
}

.navUser-item-compare {
	position: fixed;
	top: 300px;
	z-index: 1;
	left: 0;
}

.navUser-item-compare .navUser-item--compare.show {
	padding: 10px 20px 10px 10px;
	border-radius: 0 50px 50px 0;
	background: #CC0058;
}

button#quick-search-expand {
	display: block;
}

/* ============= Sidebar Start ============= */

/* .page-sidebar {width:100%; float:none; padding:0; background:none; border-radius:0; overflow:hidden; border:none;}
.page-sidebar h5, .page-sidebar .accordion-title, .sidebarBlock-heading {padding:12px 0 13px 0;font-size:18px;color:#000000;font-weight:700;text-transform:none;margin:0; background:#f9f9f9; line-height:normal; font-family:"Parkinsans", sans-serif; display:none;}
.sidebarHead{font-size:24px; font-weight:700; color:#6e1111; padding:0; margin:20px 0 10px 0;}
.sidebarBlock ul {padding:0; list-style:none;display:flex; flex-wrap:wrap; justify-content:center; margin:0; background:transparent;}
.sidebarBlock ul li{display:inline-flex; align-items:center; margin:0 0 10px 0;}
.sidebarBlock ul li:not(:last-child)::after{content:''; position:relative; background:#D9D9D9; margin:0 15px; width:8px; height:8px; border-radius:50px; display:inline-flex; vertical-align:middle;}
.sidebarBlock ul li a.has-subMenu {}
.sidebarBlock ul li a {font-size:16px; font-weight:400; padding:0; margin:0; color:#333; text-transform:none;text-decoration:none; line-height:normal;}
.sidebarBlock ul li a:hover, .sidebarBlock ul li a.navPages-action.activePage {background:none;color:#CC0058 !important;}
.sidebarBlock + .sidebarBlock, .sidebarBlock{border:none; padding:0; margin:0;}

.sidebarBlock li ul li {padding:0 !important;}
.sidebarBlock li ul li a {margin:0 !important;border:none !important;}

.sidebarBlock .navPages-action-moreIcon{float:right; position:relative; display:block;}

.sidebarBlock ul.navPages-list li .navPage-subMenu-list{position:absolute; left:100%; top:0px; min-width:250px; background:#e3e3e3; display:none; list-style:none; margin:0px; z-index:9;}
.sidebarBlock ul.navPages-list li:hover .navPage-subMenu-list{display:block;}
.sidebarBlock ul li.navPage-subMenu-item{width:100%; float:none; position:relative;}
.sidebarBlock ul li.navPage-subMenu-item .navPage-childList{position:absolute; left:100%; top:0px; min-width:250px; background:#fff; display:none; list-style:none; margin:0px; z-index:9; display:none; border:1px solid #e5e5e5;}
.sidebarBlock ul li.navPage-subMenu-item:hover .navPage-childList{display:block;}

.navList{background:#f9f9f9;}
.navList .navPages-action svg{fill:#505050; stroke:#505050;}
.sidebarBlock ul li .navPages-action:hover svg{fill:#fff; stroke:#fff;}
.navList .navPages-item:hover .navPage-subMenu{display:block; left:100%; z-index:1; top:0;}
.navList .navPage-subMenu-item > .navPage-subMenu-action{border-bottom:10px solid #efefef; color:#505050; padding:10px 20px !important; text-transform:unset;}
.navList .navPages-item .navPage-subMenu{background:#fff; border:1px solid #e5e5e5; padding:0 !important;}
.navList .navPage-childList .navPages-action{padding:10px 20px; color:#4c4c4c;}
.navList .navPage-subMenu-item, .navList .navPage-childList .navPage-childList-item{padding:0 !important;}
.sidebarBlock ul li.navPages-item li:last-child{border-bottom:none;}

.page-sidebar .form-minMaxRow .form-field{width:100%; margin:10px 0 0 0;}
#facetedSearch-content--bool .navList-item{padding:0 20px;}
.sidebarBlock ul li a.navList-action--checkbox{padding-left:45px;}
.facetedSearch-refineFilters.sidebarBlock{padding:0;}
.form-minMaxRow{margin-left:0; margin-right:0;}
.facetedSearch{margin-top:0;}
.accordion{margin:0;}
.accordion--navList .accordion-navigation-actions{top:8px; right:10px;}
.accordion--navList .accordion-indicator{fill:#fff;}
.navList-action--checkbox::before{left:20px;} */

/* ============= Sidebar End ============= */



.mainSlider {
	position: relative;
	border: 1px solid rgba(14, 14, 14, 0.3);
	display: flex;
	flex-wrap: wrap;
}

.mainSlider .sliderLeftBlock {
	position: relative;
	width: 50%;
}

.mainSlider .sliderRightBlock {
	position: relative;
	width: 50%;
}

.mainSlider .sliderLeftBlock .infoTxt {
	position: relative;
	padding: 30px 110px 35px 110px;
	background: rgba(221, 210, 198, 0.2);
}

.mainSlider .sliderLeftBlock .bnrCntn {
	position: relative;
	padding: 70px 110px 65px 110px;
}

.mainSlider .sliderLeftBlock .infoTxt p {
	color: #0E0E0E;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.mainSlider .sliderLeftBlock .infoTxt p strong {
	font-weight: 500;
}

.mainSlider .sliderLeftBlock .infoTxt .txtLink {
	display: inline-block;
	line-height: normal;
	color: rgba(14, 14, 14, 0.6);
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: underline;
}

.mainSlider .sliderLeftBlock .infoTxt .txtLink svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.mainSlider .sliderLeftBlock .infoTxt .txtLink:hover,
.mainSlider .sliderLeftBlock .infoTxt .txtLink:focus {
	color: #8d9850;
}

.mainSlider .sliderLeftBlock .infoTxt .txtLink:hover svg path,
.mainSlider .sliderLeftBlock .infoTxt .txtLink:focus svg path {
	stroke: #8d9850;
}

.mainSlider .sliderLeftBlock .bnrsubHead {
	position: relative;
	padding: 0 0 55px 0;
}

.mainSlider .sliderLeftBlock .bnrsubHead h4 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 34px;
	font-weight: 500;
	line-height: 40px;
	margin: 0;
	background: url(../img/bnr-sub-heading-ic.png) no-repeat left center;
	padding: 0 0 0 90px;
}

.mainSlider .sliderLeftBlock .bnrHeading img {
	width: auto;
}

.mainSlider .sliderLeftBlock .bnrHeading {
	margin: -20px 0 40px 0;
	color: #033421;
	font-family: "Sofia", cursive;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

.mainSlider .sliderLeftBlock .bnrBtn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mainSlider .sliderLeftBlock .bnrBtn a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.mainSlider .sliderLeftBlock .bnrBtn a.playBtn {
	font-weight: 400;
	border-right: 1px solid #D9D9D9;
	padding: 0 35px 0 0;
	margin: 0 30px 0 0;
}

.mainSlider .sliderLeftBlock .bnrBtn a.playBtn .btnIc {
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #DDD8C5;
	border-radius: 50px;
	margin: 0 15px 0 0;
}

.mainSlider .sliderLeftBlock .bnrBtn a.playBtn .btnIc svg {
	transform: none !important;
}

.mainSlider .sliderLeftBlock .bnrBtn a .btnIc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: #0E0E0E;
	margin: 0 0 0 5px;
}

.mainSlider .sliderLeftBlock .bnrBtn a .btnIc svg {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.mainSlider .sliderLeftBlock .bnrBtn a:hover,
.mainSlider .sliderLeftBlock .bnrBtn a:focus {
	color: #8d9850;
}

.mainSlider .sliderLeftBlock .bnrBtn a:hover .btnIc,
.mainSlider .sliderLeftBlock .bnrBtn a:focus .btnIc {
	background: #8d9850;
}

.mainSlider .sliderLeftBlock .bnrBtn a:hover .btnIc svg,
.mainSlider .sliderLeftBlock .bnrBtn a:focus .btnIc svg {
	transform: rotate(45deg);
}

.mainSlider .slick-arrow {
	top: auto;
	bottom: 0;
	transform: none;
	border: 1px solid #B1B0AC;
}

.mainSlider .slick-prev {
	left: 110px;
}

.mainSlider .slick-next {
	left: 180px;
	right: auto;
}

.mainSlider .sliderCntnt {
	padding: 0 0 55px 0;
}

.mainSlider .bannerImg {
	display: block !important;
}

.mainSlider .sliderRightBlock div {
	height: 100%;
}

.mainSlider .sliderRightBlock .bannerImg img {
	object-fit: cover;
	height: 100%;
}

#closePopup {
	width: 24px;
	height: 24px;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	right: -15px;
	top: -10px;
	border-radius: 50px;
}

/* .videoPopup{display:none; position:fixed; top: 0; left: 0; width:100%; height:100%; background:rgba(0, 0, 0, 0.5); z-index:999; padding:15px;}
.videoPopup .modelvideoCntnr{position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); background:white; padding:10px; border:1px solid #ccc; z-index:1000; width:100%; max-width:650px;} */
.videoPopup.modal {
	overflow: visible;
	padding: 10px;
}

.videoPopup.modal .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.videoPopup.modal .embed-container iframe,
.videoPopup.modal .embed-container object,
.videoPopup.modal .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoPopup .modal-close {
	width: 28px;
	height: 28px;
	border-radius: 50px;
	font-size: 20px;
	color: #000;
	background: #fff;
	line-height: normal;
	right: -10px;
	top: -10px;
}

.videoPopup .modal-close::before,
.videoPopup .modal-close::after {
	content: none;
}

.mainBannerSlider {
	position: relative;
}

.mainBannerSlider .mainbnrCntnr {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	border: 1px solid #b0afac;
	padding: 20px 20px 10px 20px;
}

.mainBannerSlider .sliderLeftBlock {
	position: relative;
	width: 50%;
	padding: 30px 80px 30px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mainBannerSlider .sliderRightBlock {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: column;
}

.mainBannerSlider img {
	display: block;
}

.mainBannerSlider .slider-for {
	position: relative;
	width: 100%;
	aspect-ratio: 37/27;
	overflow: hidden;
}

.mainBannerSlider .slider-for .slick-list,
.mainBannerSlider .slider-for .slick-track,
.mainBannerSlider .slider-for .slick-slide,
.mainBannerSlider .slider-for .slick-slide>div,
.mainBannerSlider .slider-for .mainBannerSlide {
	height: 100%;
}

.mainBannerSlider .mainBannerSlide {
	display: none;
	height: 100%;
}

.mainBannerSlider .mainBannerSlide:first-child,
.mainBannerSlider .mainBannerSlide.is-active {
	display: block;
}

.mainBannerSlider.is-enhanced .mainBannerSlide {
	display: block;
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.mainBannerSlider.is-enhanced .mainBannerSlide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.mainBannerSlider .slider-for img {
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainBannerSlider .slider-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding: 20px 0 0 0;
}

.mainBannerSlider .slider-nav .slick-slide div {
	display: block !important;
}

.mainBannerSlider .slider-nav .slick-slide {
	padding: 10px;
}

.mainBannerSlider .slider-nav .slick-list {
	margin: 0 -10px;
}

.mainBannerSlider .bnrThum {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.2);
	aspect-ratio: 37/27;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.mainBannerSlider .bnrThum.is-active {
	opacity: 1;
	border-color: #023421;
}

.mainBannerSlider .bnrThum:focus-visible {
	outline: 2px solid #023421;
	outline-offset: 2px;
	opacity: 1;
}

.mainBannerSlider .bnrThum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainBannerSlider .sliderLeftBlock .bnrsubTitle {
	display: block;
	color: #4F4A43;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 10px 0;
}

.mainBannerSlider .sliderLeftBlock .bnrTitle {
	margin: 0 0 25px 0;
	color: #033421;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
}

.mainBannerSlider .sliderLeftBlock p {
	font-size: 22px;
	margin: 0 0 40px 0;
	line-height: 34px;
}

.mainBannerSlider .sliderLeftBlock .blockBtns {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.mainBannerSlider .sliderLeftBlock .secBtn {
	padding: 14px 30px;
	background: #E4710A;
	color: #0E0E0E;
	text-transform: uppercase;
	font-weight: 500;
}

.mainBannerSlider .sliderLeftBlock .secBtn:hover,
.mainBannerSlider .sliderLeftBlock .secBtn:focus {
	background: #033421;
	color: #fff;
}

.mainBannerSlider .sliderLeftBlock .secBtn.secondBtn {
	background: #033421;
	color: #fff;
}

.mainBannerSlider .sliderLeftBlock .secBtn.secondBtn:hover,
.mainBannerSlider .sliderLeftBlock .secBtn.secondBtn:focus {
	background: #E4710A;
	color: #0E0E0E;
}


.cateSec {
	position: relative;
}

.cateSec .cateBoxes {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(14, 14, 14, 0.3);
	border-bottom: none;
	border-top: none;
}

.cateSec .cateBoxes .cateBox {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #b0afac;
	border-left: none;
	border-top: none;
}

.cateSec .cateBoxes .cateBox:nth-child(even) {
	border-right: none;
}

.cateSec .cateBox .cateImg {
	position: relative;
	width: 44.35%;
}

.cateSec .cateBox .cateImg a {
	display: block;
	width: 100%;
}

.cateSec .cateBox .cateImg img {
	width: 100%;
	display: block;
}

.cateSec .cateBox .cateDtl {
	position: relative;
	width: 55.65%;
	padding: 75px 80px 30px 100px;
}

.cateSec .cateBoxes .cateBox:nth-child(even) .cateImg {
	order: 2;
}

.cateSec .cateBoxes .cateBox:nth-child(even) .cateDtl {
	padding-left: 140px;
	padding-right: 70px;
}

.cateSec .cateBox .cateDtl .cateTitle {
	color: #6A4B2A;
	font-family: Forum;
	font-size: 35px;
	font-weight: 400;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.cateSec .cateBox .cateDtl .cateTitle a {
	color: #6A4B2A;
}

.cateSec .cateBox .cateDtl ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cateSec .cateBox .cateDtl ul li {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: normal;
}

.cateSec .cateBox .cateDtl ul li:last-child {
	margin: 0;
}

.cateSec .cateBox .cateDtl p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 40px 0;
}

.cateSec .cateBox .cateDtl a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	display: block;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: relative;
}

.cateSec .cateBox .cateDtl a:hover,
.cateSec .cateBox .cateDtl a:focus {
	left: 10px;
	color: #55622F;
}

.cateSec .cateBox .cateDtl a .bulIc {
	margin-right: 7px;
}

.cateSec .cateBox .cateDtl a:hover svg path,
.cateSec .cateBox .cateDtl a:focus svg path {
	fill: #55622F;
	opacity: 1;
}

.cateSec .cateBox .cateDtl a.allcateLink {
	text-decoration: underline;
	font-size: 14px;
}

.workshopNeducationSec {
	position: relative;
	padding: 130px 0 0 0;
}

.body .container .workshopNeducationSec .container {
	max-width: 1750px !important;
}

.workshopNeducationSec .page-heading span {
	display: block;
	color: #8C4B0D;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 15px 0;
}

.workshopNeducationSec .page-heading {
	color: #023421;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}

.workshopNeducationSec .workshopNeducationBlocks {
	display: flex;
	flex-wrap: wrap;
}

.workshopNeducationSec .homeEducationBlock {
	position: relative;
	width: 53.25%;
	background: rgba(221, 216, 197, 0.3);
	padding: 70px 90px 55px 60px;
}

.workshopNeducationSec .homeWorkshopBlock {
	position: relative;
	width: 46.75%;
	padding-right: 200px;
}

.workshopNeducationSec .homeWorkshopBlock .page-heading {
	margin: 0 0 45px 0;
}

.workshopNeducationSec .workshops-container .tabs {
	border: none;
	display: flex;
	margin: 0 0 35px 0;
}

.workshopNeducationSec .workshops-container .tab-btn {
	width: 100%;
	text-align: center;
	color: #4F473F;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border: 1px solid #DDD8C5;
	padding: 12px 20px;
}

.workshopNeducationSec .workshops-container .tab-btn.active {
	background: #E4710A;
	border-color: #E4710A;
	color: #0E0E0E;
}

.workshopNeducationSec .workshops-container .tab-content {
	background: rgba(221, 210, 198, 0.4);
	padding: 25px 40px 35px 40px;
}

.workshopNeducationSec .workshop-card+.workshop-card {
	padding-top: 30px;
}

.workshopNeducationSec .workshop-card h3 {
	color: #023421;
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #D7CCBC;
	margin: 0 0 25px 0;
}

.workshopNeducationSec .workshop-card p {
	color: #023421;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 25px 0;
}

.workshopNeducationSec .workshop-card p.workshop-date {
	background: url(../img/calender-ic.png) no-repeat left center;
	padding: 0 0 0 70px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin: 15px 0 0 0;
	width: calc(100% - 120px);
	display: inline-block;
	vertical-align: middle;
}

.workshopNeducationSec .workshop-card p.workshop-date strong {
	display: block;
	font-weight: 400;
}

.workshopNeducationSec .workshop-card .workshop-link {
	width: 120px;
	color: #8C4B0D;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
	margin-left: -5px;
	display: inline-block;
}


.workshopNeducationSec .blogRow {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.workshopNeducationSec .blogRow .blogCol {
	width: 50%;
	padding: 15px;
	position: relative;
}

.workshopNeducationSec .blogRow .blogCol:first-child {
	width: 100%;
}

.workshopNeducationSec .blogBox {
	border: 1px solid rgba(2, 52, 33, 0.3);
	padding: 10px 25px 10px 10px;
	display: flex;
	flex-wrap: wrap;
}

.workshopNeducationSec .blogBox .blog-post-figure {
	width: 132px;
	height: 132px;
}

.workshopNeducationSec .blogBox .blog-post-figure a {
	display: block;
	width: 100%;
	height: 100%;
}

.workshopNeducationSec .blogBox .blog-post-figure img {
	width: 100%;
	height: 132px;
	object-fit: cover;
}

.workshopNeducationSec .blogBox .blog-thumbnail {
	margin: 0;
}

.workshopNeducationSec .blogBox .blog-post-body {
	width: calc(100% - 132px);
	position: relative;
	padding: 0 0 0 25px;
}

.workshopNeducationSec .tags {
	text-align: left;
	margin: 0 0 5px 0;
}

.workshopNeducationSec .tag {
	line-height: normal;
}

.workshopNeducationSec .tag a {
	padding: 0;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}

.workshopNeducationSec .tag:not(:first-child) {
	display: none;
}

.workshopNeducationSec .blog-title {
	color: #023421;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 8px 0;
	width: 100%;
}

.workshopNeducationSec .blog-title a {
	color: #023421;
	font-weight: 600;
	display: -webkit-box;
	width: 100%;
	height: 40px;
	padding: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.workshopNeducationSec .moreBtn.secBtn {
	color: #8C4B0D;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0;
}

.workshopNeducationSec .viewalleduLink {
	position: relative;
	padding: 30px 0 0 0;
}

.workshopNeducationSec .viewalleduLink a {
	color: #8C4B0D;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
}

.workshopNeducationSec .moreBtn.secBtn:hover,
.workshopNeducationSec .moreBtn.secBtn:focus,
.workshopNeducationSec .viewalleduLink a:hover,
.workshopNeducationSec .viewalleduLink a:focus {
	color: #023421;
}

.productSlider {
	position: relative;
	padding: 0;
	z-index: 1;
	border: 1px solid #b1b0ab;
	margin: 115px 0 0 0;
}

.productSlider .tabs-contents .page-heading {
	display: none;
}

.productSliderTitle {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0 30px;
	border-bottom: 1px solid #b1b0ab;
}

.productSliderTitle .tabs {
	border: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.productSliderTitle .tab {
	float: none;
	display: inline-block;
	vertical-align: middle;
	border: none;
	margin: 0 110px 0 0;
}

.productSliderTitle .tab:last-child {
	margin: 0;
}

.productSliderTitle .tab.is-active {
	margin-bottom: 0;
	border: none;
	background: none;
}

.productSliderTitle .tab-title {
	margin: 0;
	padding: 0;
	border: none;
	color: #000;
	font-family: Forum;
	font-size: 30px;
	font-weight: 400;
	line-height: 80px;
	text-transform: uppercase;
}

.productSliderTitle .tab.is-active .tab-title,
.productSliderTitle .tab.is-active .tab-title:hover,
.productSliderTitle .tab .tab-title:hover {
	color: #55622F;
	background: none;
	position: relative;
	font-weight: 400;
	border: none;
}

.productSlider .productSliderTitle .prdcttabSelect {
	display: none;
}


.productSlider .tab-content.has-jsContent.is-active {
	padding: 0;
}

.productSlider .tabs-contents {
	margin: 0;
	padding: 0;
}

.productSlider .productGrid li.product {
	margin: 0;
}

.productCarousel {
	margin: 0;
}

.productCarousel-slide {
	padding: 0;
	border-right: 1px solid #b1b0ab;
}

.card {
	background: transparent;
	padding: 20px 20px 35px 20px;
	margin: 0;
}

.card-figure {
	padding: 0;
}

.card-img-container::after {
	padding-bottom: 100%;
}

.card-body {
	text-align: center;
	padding: 30px 0 0 0;
	position: relative;
}

.card-title {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin: 0 auto;
	font-family: "Parkinsans", sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 46px;
}

.card-title>a {
	color: #000000;
}

.card:hover .card-title>a,
.card:focus .card-title>a {
	color: #023421;
}

.card-text {
	margin: 25px 0 0 0;
}

.card-body .card-text[data-test-info-type="brandName"] {
	font-size: 16px;
	color: rgba(14, 14, 14, 0.4);
	margin: 0 0 5px 0;
	line-height: normal;
	display: none;
}

.card-body .card-text[data-test-info-type="productRating"] {
	margin: 10px 0 0 0;
}

.price-section {
	display: inline-block;
	color: #5E5E5E;
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
}

.price-section .price--rrp,
.price-section .price--non-sale,
.price-section .price--discounted {
	margin-right: 2px;
	color: #5E5E5E;
	font-size: 16px;
	font-weight: 400;
}

.price-now-label {
	display: none;
}

.price-section.price-section--withoutTax.non-sale-price--withoutTax {
	display: none;
}

.productGrid {
	margin: 0 -10px;
}

.productGrid li.product {
	margin: 0 0 20px 0;
	width: 20%;
	padding: 10px;
	text-align: center;
}

.rating--small .icon {
	width: 19px;
	height: 19px;
}

.icon--ratingEmpty svg {
	fill: #cccccc;
}

.prdctBtn {
	position: relative;
	padding: 35px 0 0 0;
}

.prdctBtn .button {
	color: #000;
	font-family: Parkinsans;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	padding: 0;
	background: none;
	border-radius: none;
	height: auto;
	margin: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.prdctBtn .button .btnIc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: #0E0E0E;
	margin: 0 0 0 10px;
}

.prdctBtn .button .btnIc svg {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.prdctBtn .button:hover,
.prdctBtn .button:focus {
	color: #8d9850;
}

.prdctBtn .button:hover .btnIc,
.prdctBtn .button:focus .btnIc {
	background: #8d9850;
}

.prdctBtn .button:hover .btnIc svg,
.prdctBtn .button:focus .btnIc svg {
	transform: rotate(45deg);
}

.productSlider .productCarousel .slick-arrow,
.prdctpageTabs .productCarousel .slick-arrow {
	top: -81px;
	transform: none;
	border-left: 1px solid #B1B0AC;
	width: 80px;
	height: 80px;
}

.productSlider .slick-next::before,
.productSlider .slick-prev::before,
.prdctpageTabs .slick-next::before,
.prdctpageTabs .slick-prev::before {
	width: 79px;
	height: 79px;
}

.productSlider .slick-prev,
.prdctpageTabs .slick-prev {
	right: 80px;
	left: auto;
}

.productSlider .slick-next,
.prdctpageTabs .slick-next {
	right: 0;
}

.productSlider .slick-next:hover,
.productSlider .slick-prev:hover,
.productSlider .slick-next:focus,
.productSlider .slick-prev:focus,
.prdctpageTabs .slick-next:hover,
.prdctpageTabs .slick-prev:hover,
.prdctpageTabs .slick-next:focus,
.prdctpageTabs .slick-prev:focus {
	background: transparent;
}

.productSlider .slick-prev::before,
.prdctpageTabs .slick-prev::before {
	background: url(../img/prdct-slider-prev-arrow.png) no-repeat center center;
}

.productSlider .slick-next::before,
.prdctpageTabs .slick-next::before {
	background: url(../img/prdct-slider-next-arrow.png) no-repeat center center;
}

.productSlider .slick-prev:hover::before,
.productSlider .slick-prev:focus::before,
.prdctpageTabs .slick-prev:hover::before,
.prdctpageTabs .slick-prev:focus::before {
	background: url(../img/prdct-slider-prev-arrow-hover.png) no-repeat center;
	opacity: 1;
	transform: none;
}

.productSlider .slick-next:hover::before,
.productSlider .slick-next:focus::before,
.prdctpageTabs .slick-next:hover::before,
.prdctpageTabs .slick-next:focus::before {
	background: url(../img/prdct-slider-next-arrow-hover.png) no-repeat center;
	opacity: 1;
	transform: none;
}

.page-heading {
	color: #000000;
	text-align: center;
	font-family: "Parkinsans";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 30px 0 25px 0;
}

.main.full .page-heading {
	margin-top: 0;
}

.aboutSec {
	position: relative;
	text-align: center;
	padding: 190px 0 0 0;
	border-bottom: 5px solid #E4710A;
}

.aboutSec .secCntn {
	max-width: 900px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -70px;
	z-index: 1;
	width: 100%;
}

.aboutSec .secCntn .page-heading {
	color: #023421;
	font-size: 80px;
	font-weight: 800;
	line-height: 90.858px;
	margin: 0 0 30px 0;
}

.aboutSec .secCntn p {
	color: rgba(14, 14, 14, 0.8);
	font-size: 36px;
	font-weight: 500;
	line-height: 45.429px;
	margin: 0;
}

.journeySec {
	position: relative;
	margin: -225px 0 90px 0;
	text-align: center;
}

.journeySec .page-heading {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
	font-size: 100px;
	font-weight: 800;
	line-height: 110px;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}

.journeySec .journeyBlocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.journeySec .journeyBlock {
	width: 20%;
}

.journeySec .journeyBlock .blockIc {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #023421;
	margin: 0 auto;
	border: 10px solid #BAB07E;
	position: relative;
}

.journeySec .journeyBlock:hover .blockIc,
.journeySec .journeyBlock:focus .blockIc {
	background: #E4710A;
}

.journeySec .journeyBlock .blockIc:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -39px;
	border: 15px solid transparent;
	transform: translateX(-50%);
	border-top: 15px solid #BAB07E;
}

.journeySec .journeyBlock .blockIc svg {
	display: block;
	margin: 0 auto;
}

.journeySec .journeyBlock .blockCntn {
	position: relative;
	padding: 28px 0 0 0;
}

.journeySec .journeyBlock .blockCntn h3 {
	color: #8C4B0D;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.journeySec .journeyBlock .blockCntn p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	max-width: 160px;
	margin: 0 auto;
}


.reviewSec {
	position: relative;
}

.reviewSec .reviewCntnr {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #B1B0AC;
}

.reviewSec .reviewCntnr .reviewLeft {
	width: 65.8%;
	position: relative;
	padding: 65px 135px 50px 40px;
	display: flex;
	flex-wrap: wrap;
}

.reviewSec .reviewCntnr .reviewRight {
	width: 34.2%;
	position: relative;
	background: #e9e5dc;
	display: flex;
	align-items: center;
}

.reviewSec .reviewCntnr .reviewRight img {
	margin-left: -80px;
}

.reviewSec .reviewHead {
	position: relative;
	width: 17.35%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.reviewSec .reviewCntn {
	position: relative;
	width: 82.65%;
	padding: 0 0 0 90px;
}

.reviewSec .reviewTitle {
	color: #6A4B2A;
	font-family: Forum;
	font-size: 41px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0;
	padding: 40px 5px;
	background: rgba(221, 216, 197, 0.5);
	text-align: center;
	width: 100%;
	position: relative;
}

.reviewSec .reviewTitle:before {
	content: '';
	position: absolute;
	top: -115px;
	left: 0;
	width: 100%;
	height: 74px;
	background: url(../img/review-ic.png) no-repeat center center;
	opacity: 0.1;
}

.reviewSec .reviewTitle img.reviewtitleMob {
	display: none;
}

.reviewSec .reviewCntn .page-heading {
	color: #6A4B2A;
	font-family: Forum;
	font-size: 64px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 50px 0;
}

.reviewSec .reviewCntn .page-heading span {
	color: #4F4A43;
	font-family: Parkinsans;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin: 0 0 2px 0;
}

.reviewSec .reviewCntn .ratingStar {
	width: auto;
	margin: 0 0 25px 0;
}

.reviewSec .reviewCntn .reviewBox {
	border-bottom: 2px solid #E9E7DA;
	padding: 0 0 45px 0;
	margin: 0 0 50px 0;
}

.reviewSec .reviewCntn .reviewBox h3 {
	color: #0E0E0E;
	font-family: Parkinsans;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	margin: 0 0 25px 0;
}

.reviewSec .reviewCntn .reviewBox p {
	color: #0E0E0E;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 28px 0;
}

.reviewSec .reviewCntn .reviewBox .authorDtl {
	color: #4F4A43;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.reviewSec .reviewCntn .slick-slide div:last-child .reviewBox {
	border: none;
	padding: 0;
	margin: 0;
}

.reviewSec .slick-arrow {
	top: -115px;
	transform: none;
	border: 1px solid #B1B0AC;
}

.reviewSec .slick-prev {
	left: auto;
	right: 10px;
}

.reviewSec .slick-next {
	right: -60px;
}


.brandSec {
	position: relative;
	border-top: none;
}

.brandSec .brandCntnr {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #B1B0AC;
	border-top: none;
}

.brandSec .brandCntnr .brandHead {
	width: 20%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brandSec .brandCntnr .brandHead .page-heading {
	margin: 0;
	color: #6A4B2A;
	font-family: Forum;
	font-size: 35px;
	font-weight: 400;
	line-height: 70px;
	text-transform: uppercase;
}

/* BigCommerce mounts consent UI outside theme templates, so keep both banner and dialog links readable. */
#consent-manager>div,
#consent-manager>div a,
#consent-manager>div a:hover,
#consent-manager>div a:focus {
	color: #fff !important;
}

#consent-manager>div a,
#consent-manager>div a:hover,
#consent-manager>div a:focus {
	text-decoration: underline;
}

#consent-manager [role="dialog"] a,
#consent-manager [role="dialog"] a:hover,
#consent-manager [role="dialog"] a:focus,
#consent-manager [aria-modal="true"] a,
#consent-manager [aria-modal="true"] a:hover,
#consent-manager [aria-modal="true"] a:focus {
	color: #023421 !important;
}

.brandSec .brandCntnr .brandBoxes {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 80%;
}

.brandSec .brandCntnr .brandBox {
	border-left: 1px solid #B1B0AC;
	width: 25%;
	overflow: hidden;
	text-align: center;
}

.brandSec .brandCntnr .brandBox img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.brandSec .brandCntnr .brandBox:hover img,
.brandSec .brandCntnr .brandBox:focus img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.instaSec .instaFeed a {
	width: calc(25% - 20px);
	margin: 20px 10px 0 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

.instaSec .instaFeed .instatitleBlock a {
	text-decoration: none;
}

.instaSec .instaFeed a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	max-width: 100%;
}

.instaSec .instaFeed a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.instaSec .instaFeed a:before {
	border-radius: 0;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(150deg, #FAE100 0%, #FCB720 15%, #FF7950 30%, #FF1C74 50%, #6C1CD1 100%);
	opacity: 0.7;
	transition: all 0.5s ease;
	z-index: 1;
}

.instaSec .instaFeed a:after {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/insta-hover-ic.png) no-repeat center center;
	background-size: cover;
	transition: all 0.5s ease;
	z-index: 1;
}

.instaSec .instaFeed a:hover:before {
	height: 100%;
	width: 100%;
}

.instaSec .instaFeed a:hover:after {
	height: 40px;
	width: 40px;
}

.instaSec {
	position: relative;
	overflow: hidden !important;
	padding: 125px 0 20px 0;
}

.instaSec .instaContainer {
	display: flex;
	flex-wrap: wrap;
}

.instaSec .instaContainer .instaTitleBlock {
	width: 35.33%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: end;
	position: relative;
	z-index: 1;
}

.instaSec .instaContainer .instaTitleBlock:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 165px;
	background: #e9e7da;
	z-index: -1;
}

.instaSec .instaContainer .instaTitleBlock:after {
	content: '';
	position: absolute;
	left: -50px;
	bottom: 0;
	width: 521px;
	height: 550px;
	background: url(../img/insta-sec-img.png) no-repeat left bottom;
	z-index: -1;
}

.instaSec .instaContainer .instaTitleBlock .instaTitle {
	transform: rotate(-90deg);
	display: inline-block;
	background: url(../img/optimized/insta-title-ic.webp) no-repeat center left;
	padding: 0 0 0 140px;
	color: rgba(0, 0, 0, 0.5);
	font-family: Forum;
	font-size: 90.839px;
	font-weight: 400;
	line-height: normal;
	margin: 0 -130px 0 0;
}

.instaSec .instaContainer .instaFeed {
	width: calc(64.67% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}


.footer {
	padding: 0;
	border: none;
	margin: 50px 0 0 0;
	background: transparent;
	font-size: 16px;
	color: rgba(14, 14, 14, 0.8);
	position: relative;
	font-weight: 400;
}

.footer .container {
	max-width: 1860px !important;
}

.footer a {
	color: rgba(14, 14, 14, 0.8);
}

.footer a:hover,
.footer a:focus {
	color: #bfa27a;
}

.ftrmapSec {
	position: relative;
}

.ftrmapSec .secTitle {
	color: #023421;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin: 0 0 90px 0;
}

.ftrmapSec .secBlocks {
	position: relative;
	border: 1px solid #DDD8C5;
	border-bottom: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ftrmapSec .leftBlock {
	position: relative;
	width: 30.8%;
}

.ftrmapSec .mapBlock {
	position: relative;
	width: 69.2%;
}

.ftrmapSec .leftBlock {
	padding: 20px 115px 20px 75px;
}

.ftrmapSec .leftBlock .infoBlock {
	display: flex;
	align-items: center;
	margin: 0 0 45px 0;
}

.ftrmapSec .leftBlock .infoBlock:last-child {
	margin: 0;
}

.ftrmapSec .leftBlock .infoBlock .blockIc svg {
	display: block;
}

.ftrmapSec .leftBlock .infoBlock .blockDtl {
	padding: 0 0 0 20px;
	position: relative;
}

.ftrmapSec .leftBlock .infoBlock h4 {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 4px 0;
}

.ftrmapSec .leftBlock .infoBlock p {
	color: #7D7D7D;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
}

.ftrmapSec .mapBlock iframe {
	border: 10px solid #DDD2C6;
	display: block;
	width: 100%;
}

.ftrmapSec .mapBlock .visitBtn {
	position: absolute;
	right: 40px;
	top: 40px;
}

.ftrmapSec .mapBlock .visitBtn a {
	display: inline-flex;
	align-items: center;
	background: #E4710A;
	padding: 12px 30px 12px 12px;
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}

.ftrmapSec .mapBlock .visitBtn a svg {
	margin: 0 10px 0 0;
}

.ftrmapSec .mapBlock .visitBtn a:hover,
.ftrmapSec .mapBlock .visitBtn a:focus {
	background: #023421;
}

.ftrCntctDtl {
	position: relative;
	border: 1px solid #DDD8C5;
}

.ftrCntctDtl .ftrCntctDtlCntnr {
	display: flex;
	flex-wrap: wrap;
}

.ftrCntctDtl .contactInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 60px;
	width: 61%;
	gap: 20px;
}

.ftrCntctDtl .contactInfo>div {
	display: flex;
	align-items: center;
}

.ftrCntctDtl .contactInfo .cntctIc {
	width: 56px;
	height: 56px;
	border: 1px solid #DDD8C5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftrCntctDtl .contactInfo .cntctIc svg {
	display: block;
}

.ftrCntctDtl .contactInfo>div:hover .cntctIc,
.ftrCntctDtl .contactInfo>div:focus .cntctIc {
	background: #E4710A;
}

.ftrCntctDtl .contactInfo>div:hover .cntctIc svg path,
.ftrCntctDtl .contactInfo>div:focus .cntctIc svg path {
	fill: #fff;
}

.ftrCntctDtl .contactInfo p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 0 15px;
	width: calc(100% - 70px);
}

.ftrCntctDtl .contactInfo p a {
	color: #000;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock {
	position: relative;
	border-left: 1px solid #DDD8C5;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fbgroupBlock {
	width: 21.2%;
	position: relative;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fbgroupBlock a {
	display: block;
	position: relative;
	padding: 43px 100px 43px 80px;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fblikeBlock {
	width: 17.8%;
	position: relative;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fblikeBlock a {
	display: block;
	position: relative;
	padding: 43px 75px 43px 60px;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a .blockIc {
	display: block;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a .blockIc svg {
	display: block;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a:hover .blockIc svg path,
.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a:focus .blockIc svg path {
	fill: #fff;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a .fbblockDtl {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 14px 0 0 0;
	display: block;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a:hover,
.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a:focus {
	background: #E4710A;
}

.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a:hover .fbblockDtl,
.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a:focus .fbblockDtl {
	color: #fff;
}

.footerTop {
	position: relative;
	background: #DDD2C6;
}

.footerTop .ftrtopCntnr {
	display: flex;
	flex-wrap: wrap;
}

.footerTop .ftrtopCntnr .ftrNewsletter {
	display: flex;
	background: #B85500;
	align-items: center;
	padding: 42px 50px;
	width: 70%;
}

.footerTop .ftrtopCntnr .footerSocial {
	position: relative;
	width: 30%;
	padding: 0;
}

.footerTop .ftrNewsletter .newsletterHead {
	background: url(../img/newsletter-ic.png) no-repeat left center;
	padding: 0 60px 0 80px;
}

.footerTop .ftrNewsletter .newsletterHead .footer-info-heading {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.footerTop .ftrNewsletter p {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

.ftrNewsletter .form {
	margin: 0;
	position: relative;
	width: 100%;
	max-width: 550px;
}

.ftrNewsletter .form .form-field {
	margin: 0;
}

.ftrNewsletter .form-prefixPostfix.wrap {
	flex-wrap: wrap;
}

.ftrNewsletter .form-prefixPostfix .form-input {
	width: 100%;
	flex: none;
	height: 55px;
	border-radius: 0;
	color: #000;
	font-size: 15px;
	margin: 0;
	border: none;
	background: #F6F5F0;
	padding: 0 60px 0 30px;
}

.ftrNewsletter .form-prefixPostfix .form-input::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}

.ftrNewsletter .form-prefixPostfix .form-input::-moz-placeholder {
	color: #555;
	opacity: 1;
}

.ftrNewsletter .form-prefixPostfix .form-input:-ms-input-placeholder {
	color: #555;
	opacity: 1;
}

.ftrNewsletter .form-prefixPostfix .form-input:-moz-placeholder {
	color: #555;
	opacity: 1;
}

.ftrNewsletter .form-prefixPostfix .button {
	height: 55px;
	font-size: 0;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 600;
	padding: 0;
	border: none;
	border-radius: 0;
	background: url(../img/send-ic.png) no-repeat center center;
	color: #fff;
	width: 55px;
	margin: 0;
	min-width: unset;
	position: absolute;
	right: 0;
	top: 0;
}

.ftrNewsletter .form-prefixPostfix .button:hover,
.ftrNewsletter .form-prefixPostfix .button:focus {
	background: url(../img/send-ic.png) no-repeat center center;
	color: #fff;
}

.footerMiddle {
	position: relative;
	background: url(../img/footer-bg.png) no-repeat left bottom #023421;
	padding: 100px 50px 40px 50px;
}

.footer-info {
	display: flex;
	flex-wrap: wrap;
}

.footer-info-col {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	margin: 0;
	padding-bottom: 40px;
}

.footer-info-list {
	margin: 0;
}

.footer-info-list a,
.footer-info-col a {
	color: rgba(255, 255, 255, 0.6);
}

.footer-info-list a:hover,
.footer-info-col a:hover {
	color: #bfa27a;
}

.footer-info-col--small {
	width: 20%;
}

.footer-info-heading {
	font-family: "Parkinsans";
	padding: 0;
	margin: 0 0 60px 0;
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.footer-info-list li {
	line-height: normal;
	margin: 0 0 18px 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.footer-info-list li:last-child {
	margin: 0;
}

.footer-info-list a {
	position: relative;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	left: 0;
}

.footer-info-list a:hover,
.footer-info-list a:focus {
	left: 10px;
}

.footer-info-col--small[data-section-type="footer-categories"] .footer-info-list li:nth-child(n+8) {
	display: none;
}

.footer-info-col--small[data-section-type="footer-categories"] .footer-info-list li:last-child {
	display: block;
}

.footer-info-list a.viewallLink,
.footer-info-col[data-section-type="footer-categories"] li:last-child a {
	text-decoration: underline;
}

.footerSocial {
	position: relative;
	padding: 30px 0 0 0;
	margin: 0;
}

.footerSocial .socialLinks {
	line-height: normal;
	padding: 0;
	display: flex;
	height: 100%;
}

.footerSocial .socialLinks .socialLinks-item {
	margin: 0;
	width: 100%;
}

.footerSocial .socialLinks .socialLinks-item:last-child {
	margin-right: 0;
}

.footerSocial .socialLinks .icon {
	height: 100%;
	width: 100%;
	border-radius: 0;
	background: transparent;
	display: flex;
	align-items: center;
}

.footerSocial .socialLinks .socialLinks-item .icon svg {
	height: 40px;
	fill: #013421;
}

.footerSocial .socialLinks .socialLinks-item .icon:hover,
.footerSocial .socialLinks .socialLinks-item .icon:focus {
	background: #FFF0E2;
}

.footerSocial .socialLinks .socialLinks-item .icon:hover svg,
.footerSocial .socialLinks .socialLinks-item .icon:focus svg {
	fill: #e5710a;
}

.footerSocial .socialLinks .socialLinks-item .icon:hover svg path,
.footerSocial .socialLinks .socialLinks-item .icon:focus svg path {
	fill: #e5710a;
}


.footerBottom {
	position: relative;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-copyright {
	text-align: left;
}

.footer-copyright>.powered-by {
	font-size: 18px;
	color: #000;
	letter-spacing: normal;
	line-height: normal;
}

.footer-copyright>.powered-by a {
	color: #000;
}

.footer-copyright>.powered-by a:hover,
.footer-copyright>.powered-by a:focus {
	color: #023421;
}

.footer-copyright>.powered-by strong {
	font-weight: 600;
}

.bull {
	color: #CFCFCF;
	padding: 0 10px;
}

.sidebarMenu .sidebar-item .sidebar-subMenu a {
	text-decoration: none;
}

.sidebarMenu .sidebar-item .sidebar-subMenu a:before {
	content: '\00BB';
	font-size: 16px;
	font-weight: 400;
	color: #023421;
	position: absolute;
	left: 0;
	top: 8px;
}

.sidebarMenu .sidebar-item .sidebar-subMenu a:hover:before,
.sidebarMenu .sidebar-item .sidebar-subMenu a:focus:before {
	color: #E4710A;
}

.sidebarMenu>.sidebar-item>.navPages-action::before {
	content: '';
	border: 7px solid transparent;
	border-left: 7px solid #023421;
}

.sidebarMenu>.sidebar-item>.navPages-action:hover::before,
.sidebarMenu>.sidebar-item>.navPages-action:focus::before {
	border-left: 7px solid #E4710A;
}

/* ============= Breadcrumb and Pagination Start ============= */

nav[aria-label="Breadcrumb"] {
	position: relative;
	background: #023421;
}

nav[aria-label="Breadcrumb"]:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 12000px;
	height: 100%;
	background: #023421;
}

nav[aria-label="Breadcrumb"]:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 12000px;
	height: 100%;
	background: #023421;
}

ol.breadcrumbs {
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0;
	display: block;
}

.breadcrumb {
	font-size: 14px;
	position: relative;
	display: inline;
}

.breadcrumb:first-child {
	padding: 0;
}

.breadcrumb a {
	color: #F6F5F0;
	font-weight: 500;
}

.breadcrumb.is-active>.breadcrumb-label {
	font-weight: 500;
	color: #608A7A;
}

.breadcrumb:not(:first-child)::before {
	background: url(../img/bread-arrow.png) no-repeat left center;
	border: none;
	width: 6px;
	height: 6px;
	transform: none;
	top: -1px;
	margin: 0 5px;
}

.breadcrumb-label:hover,
.breadcrumb-label:focus {
	color: #fff;
}

.pagination {
	border-top: 1px solid #D3D3D3;
	padding: 20px 0 30px 0;
	margin: 30px 0 0 0;
}

.pagination-list {
	margin: 0;
	text-align: center;
	padding: 0;
	border: none;
}

.pagination-list li {
	width: 46px;
	height: 46px;
	line-height: 34.5px;
	border: none;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.pagination-list li,
.pagination-item.pagination-item--current {
	margin: 10px 5px 0 5px;
}

.pagination-list li.pagination-item--next,
.pagination-list li.pagination-item--previous {
	width: auto;
	height: auto;
}

.pagination-list li.pagination-item--next a,
.pagination-list li.pagination-item--previous a,
.pagination-list li.pagination-item--next button,
.pagination-list li.pagination-item--previous button,
.pagination-list li.pagination-item--next a:hover,
.pagination-list li.pagination-item--previous a:hover,
.pagination-list li.pagination-item--next button:hover,
.pagination-list li.pagination-item--previous button:hover,
.pagination-list li.pagination-item--next a:focus,
.pagination-list li.pagination-item--previous a:focus,
.pagination-list li.pagination-item--next button:focus,
.pagination-list li.pagination-item--previous button:focus {
	background: transparent;
	color: #0E0E0E !important;
}

.pagination-list li a,
.pagination-list li button {
	background: transparent;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #D3D3D3;
	border-radius: 10px;
	text-transform: none;
}

.pagination-list li.pagination-item.pagination-item--current {
	border: none;
}

.pagination-list li.pagination-item.pagination-item--current a,
.pagination-list li a:hover,
.pagination-list li button:hover,
.pagination-list li a:focus,
.pagination-list li button:focus,
.pagination-list li.pagination-item--next a:hover,
.pagination-list li.pagination-item--previous a:hover,
.pagination-list li.pagination-item--next a:focus,
.pagination-list li.pagination-item--previous a:focus {
	background: #023421;
	color: #fff !important;
	border-color: #023421;
}

.pagination-item--previous {
	float: none;
}

.pagination-item--next {
	float: none;
}

.pagination-item--previous .pagination-link,
.pagination-item--next .pagination-link {
	padding-left: 28px;
	padding-right: 28px;
}

.pagination-item--previous .pagination-link .icon,
.pagination-item--next .pagination-link .icon {
	display: none;
}

/* ============= Inner Pages Common Css Start ============= */


.cateFilter {
	margin: 0 0 20px 0;
	padding: 15px 0;
	position: relative;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cateFilter.brandcateFilter {
	justify-content: end;
}

.actionBar {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}

.actionBar .form-field {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.actionBar-section .form-select {
	min-width: 250px;
	font-size: 16px;
	border: 1px solid #D3D3D3;
	height: 46px;
	color: #A9A9A9;
	border-radius: 0;
	padding-left: 20px;
	background-position: right 15px center;
	line-height: normal;
	background-color: transparent;
}

.actionBar-section .form-select option {
	padding: 0;
	min-height: 30px;
	height: 30px;
}

.actionBar-section .form-field {
	background-color: transparent;
}

.actionBar-section .form-label {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: transparent;
	margin: 0 10px 0 0;
	padding: 0;
}

.actionBar-section {
	float: none;
	display: inline-block;
}

.page-content--centered {
	width: 100%;
	padding-bottom: 60px;
}

.form-actions {
	max-width: unset;
	text-align: left;
}

.cateFilter li.tab.is-active {
	border: none;
	background: none;
}

.cateFilter .tab.is-active {
	margin-bottom: 0;
}

.tabs.grid-list-view {
	display: flex;
}

.grid-list-view li a.list-view,
.grid-list-view li a.grid-view {
	width: 46px;
	height: 46px;
	border: 1px solid #D3D3D3;
	background: transparent;
	background-size: 35px !important;
	margin: 0 10px 0 0;
}

.grid-list-view li a.list-view {
	background: url(../img/list-view-ic.png) no-repeat center center;
}

.grid-list-view li a.grid-view {
	background: url(../img/grid-view-ic.png) no-repeat center center;
}

.grid-list-view li.is-active a.tab-title.grid-view,
.grid-list-view li a.tab-title.grid-view:hover {
	background: url(../img/grid-view-ic-hover.png) no-repeat center center #E4710A;
}

.grid-list-view li.is-active a.tab-title.list-view,
.grid-list-view li a.tab-title.list-view:hover {
	background: url(../img/list-view-ic-hover.png) no-repeat center center #E4710A;
}

.grid-list-view .tab {
	border: none;
}


.cateHead {
	font-size: 16px;
	color: #000;
	padding: 50px 0 50px 0;
	text-align: center;
}

.cateHead .page-heading {
	color: #000;
	font-family: "Parkinsans";
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 15px 0;
}

.catepageDesc {
	position: relative;
	padding: 0;
}

#product-listing-container .tabs-contents,
#product-listing-container .tab-content.has-jsContent.is-active,
#product-listing-container .tab-content.has-jsContent {
	padding: 0;
}

.productList {
	margin: 0;
}

#list-view.productList .product+.product {
	border-top: 1px solid #DDD8C5;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
}

#grid-view .card {
	padding: 0;
}

.page-sidebar+.page-content .card-body {
	padding: 30px 0 0 0;
}

.account--fixedSmall,
.account--fixed,
.account--fixedLarge,
.account {
	width: 100%;
}

.login,
.login-row {
	max-width: unset;
}

.login {
	margin: 0;
}

.form-column {
	width: 100%;
}

.form-fieldset.form-column .form-field {
	padding-left: 0;
	padding-right: 0;
}

.form-fieldset.form-column .form-field.form-field-group {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.wishlists-table {
	max-width: 100%;
}

.form.forgot-password-form {
	max-width: 600px;
}

.brand .card-img-container::after {
	padding-bottom: 100%;
}

.brand .card-title {
	height: auto;
	min-height: inherit;
	color: #fff;
	background: #0E0E0E;
	max-width: inherit;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
}

.brand .card:hover .card-title a,
.brand .card:focus .card-title a {
	color: #fff;
	background: #E4710A;
}

.brandGrid .brand {
	width: 20%;
}

.brandGrid .brand .card-title {
	height: unset;
}

.brand .card-title a {
	color: #fff;
	display: block;
	padding: 10px;
}

.brand .card-body {
	padding: 0;
}

.brand .card-body:before {
	content: none;
}

.brand .card {
	padding: 0;
	border-radius: 0;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}

.brand .card .card-figure {
	padding: 0;
	margin: 0;
}

.brand .card-image {
	padding: 15px;
}

.icon--ratingFull svg {
	fill: #E4710A;
}

.productView {
	background: none;
	padding: 40px 0 0 0;
	position: relative;
	margin: 0;
}

.prdctpageTitle {
	color: #E4710A;
	text-align: center;
	font-size: 65px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0;
	padding: 45px 0 50px 0;
}

.productView-images {
	padding: 0 90px 0 0;
	position: relative;
	margin: 0;
}

.productView-images .productView-image {
	border: none;
}

.productView-img-container {
	max-width: inherit;
}

.productView-thumbnails {
	margin: 10px -10px 0 -10px;
}

.productView-thumbnail {
	width: 25%;
	padding: 10px;
}

.productView-thumbnail-link {
	border: none;
	padding: 0;
	height: auto;
}

.productView-thumbnail-link img {
	border: 2.5px solid #A3A3A3;
}

.productView-thumbnail-link.is-active img {
	border-color: #E4710A;
}

.productView-images .slick-next,
.productView-images .slick-prev,
.productView-images .slick-next::before,
.productView-images .slick-prev::before {
	width: 46px;
	height: 46px;
	transform: none !important;
}

.productView-images .slick-next,
.productView-images .slick-prev {
	transform: translateY(-50%) !important;
}

.productView-images .slick-prev {
	left: 10px;
}

.productView-images .slick-next {
	right: 6px;
}

.productView-images .slick-prev::before {
	background: url(../img/prev-arrow-sitting.png) no-repeat center center;
}

.productView-images .slick-next::before {
	background: url(../img/next-arrow-sitting.png) no-repeat center center;
}

.productView-images .slick-prev:hover::before,
.productView-images .slick-prev:focus::before {
	background: url(../img/prev-arrow-hover-sitting.png) no-repeat center;
}

.productView-images .slick-next:hover::before,
.productView-images .slick-next:focus::before {
	background: url(../img/next-arrow-hover-sitting.png) no-repeat center;
}

.prdctMapBlock {
	position: relative;
	padding: 100px 0 0 35px;
}

.productViewLimitedstock+.productView-title {
	max-width: 65%;
}

.productView-title {
	color: #023421;
	font-family: Parkinsans;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	max-width: 100%;
	margin: 0 0 30px 0;
	font-family: "Montserrat", sans-serif;
}

dd.productView-info-value.productViewCusLabel {
	position: absolute;
	left: 30px;
	top: 30px;
	background: #E4710A;
	color: #F6F5F0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 18px 30px 17px 30px;
	z-index: 1;
}

dd.productView-info-value.productViewLimitedstock {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 17px;
	text-transform: capitalize;
	position: absolute;
	right: 65px;
	top: 0;
	padding: 17px 13px;
	width: 90px;
	background: #023421;
	margin: 0;
}

dd.productView-info-value.productViewLimitedstock:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -32px;
	width: 100%;
	height: 32px;
	background: url(../img/limited-stock-bg.png) no-repeat bottom center;
}

.productView-rating {
	color: rgba(14, 14, 14, 0.5);
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.productView-rating .icon {
	width: 16px;
	height: 16px;
}

.prdctviewRatingStar {
	padding: 0 40px 0 0;
	margin: 0 40px 0 0;
	border-right: 1px solid #D9D9D9;
}

.productView-rating .productView-reviewLink--new {
	text-decoration: underline;
}

.productView-price {
	max-width: 275px;
}

.productView-price.prdctcallPrice {
	padding: 20px 0 0 0;
	max-width: inherit;
	margin: 0;
}

.productView-price .price-section {
	color: #E4710A;
	font-size: 35px;
	font-weight: 700;
	line-height: 36px;
	text-transform: capitalize;
	margin: 0;
}

.productView-price .price-section.price-section--saving.price {
	font-size: 16px;
	font-weight: 400;
	color: #0e0e0e;
	line-height: normal;
}

.productView-info> :first-child {
	margin-top: 0;
}

.prdctPriceShippingDtl {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 0 0;
	margin: 0;
	column-gap: 45px;
	row-gap: 15px;
	align-items: flex-start;
	color: #000;
	font-family: Parkinsans;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
}

.prdctPriceShippingDtl .prdctDtl .productView-info-value span {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
	display: block;
	padding: 10px 0 0 0;
}

.productView-info-name,
.productView-options .form-field .form-label.form-label--alternate {
	color: rgba(14, 14, 14, 0.50);
	font-family: Parkinsans;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-transform: capitalize;
	margin: 0;
}

.productView-info-value {
	color: rgba(14, 14, 14, 0.80);
	font-family: Parkinsans;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-transform: capitalize;
	margin: 0;
}

.productView-info-name,
.productView-info-value {
	float: none;
}

.productViewDlvryOptn.productView-info-name {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
	margin: 0 0 3px 0;
}

.delivery-buttons .delivery-option-btn {
	padding: 15px 30px;
	background: transparent;
	border: 1px solid #DDD8C5;
	margin: 15px 20px 0 0;
	color: rgba(14, 14, 14, 0.8);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.delivery-buttons .delivery-option-btn:hover,
.delivery-buttons .delivery-option-btn:focus {
	background: #fff;
}

.productView-details {
	margin: 0;
	position: relative;
}

.productView-product {
	border: none;
}

.productView-info {
	border-top: 1px solid #DDD8C5;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
}

.productView_alternate .productView-info {
	border-top: none;
	border-bottom: 1px solid #DDD8C5;
	margin: 0 0 30px 0;
	padding: 35px 0 30px 0;
}

.productOptions-list-item-figure {
	padding: 0;
	width: 120px;
}

.productOptions-list-item-figure img {
	max-height: 120px;
	width: 100%;
}

.productView-options .form-field>.form-radio+.form-label {
	padding: 15px 30px;
	background: #fff;
	border: 1px solid #DDD8C5;
	margin: 15px 20px 0 0;
	color: rgba(14, 14, 14, 0.8);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	width: auto;
}

.productView-options .form-field>.form-radio:checked+.form-label {
	background: #0e0e0e;
	color: #fff;
}

.productView div[data-product-attribute="set-radio"] .form-radio+.form-label::before,
.productView div[data-product-attribute="set-radio"] .form-radio+.form-label::after {
	content: none;
}

.productView_default .picklist_heading {
	color: #313231;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 45px 0 35px 0;
}

/* .productView_default .picklist_options_blocks{display:flex; border:1px solid #DDD8C5; background:#fff; margin:0 0 55px 0;}
.productView_default .picklist_options_blocks .prdctoptnList{width:100%; border:1px solid #DDD8C5; border-top:none; margin-bottom:-1px; border-left:none;}
.productView_default .picklist_options_blocks .prdctoptnList:last-child{border:none;} */
.productOptions-list-item {
	border: none;
}

.productView-options .prdctoptnList .form-field .form-label.form-label--alternate {
	color: rgba(14, 14, 14, 0.5);
	font-family: Parkinsans;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	padding: 16px 22px 12px 22px;
	border-bottom: 1px solid #DDD8C5;
	display: block;
	min-height: 70px;
	margin: 0 0 5px 0;
}

.productOptions-list-item {
	padding: 20px 28px 0 28px;
}

.form-radio+.form-label:last-child {
	margin-bottom: 0;
}

.productView .form-checkbox+.form-label::before,
.productView .form-radio+.form-label::before {
	background: #fff;
	border: 1px solid rgba(14, 14, 14, 0.3);
	width: 16px;
	height: 16px;
	top: 3px;
}

.productView-options .form-field label {
	color: #0E0E0E;
	font-family: Parkinsans;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.productView-options .form-radio+.form-label::after {
	background: rgba(14, 14, 14, 0.3);
	border-width: 3px;
	width: 14px;
	height: 14px;
	left: 1px;
	top: 4px;
}

.productView-options .form-checkbox+.form-label,
.productView-options .form-radio+.form-label {
	padding-right: 0;
}

.productView-options .form-field.form-field--increments {
	display: inline-block;
	margin: 0 50px 0 0;
}

.prdcrAvailability {
	display: inline-block;
}

.prdcrAvailability .productView-info-value {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-transform: capitalize;
	position: relative;
	top: 8px;
}

.productView-options {
	position: relative;
}

.productView-options .add-to-cart-buttons {
	width: 100%;
	padding: 0;
	margin: 100px 0 0 0;
	display: flex;
	align-items: flex-end;
}

.productView-options .add-to-cart-buttons .form-action {
	width: 100%;
}

#form-action-addToCart,
.button--addtocart {
	background: url(../img/prdct-cart-btn-ic.png) no-repeat left 150px center #E4710A;
	color: #fff;
	padding: 25px 150px 25px 205px;
	height: 80px;
	font-size: 24px;
	font-weight: 600;
	border: none;
	border-radius: 0;
	text-transform: none;
	width: 100%;
	max-width: 495px;
}

#form-action-addToCart:hover,
.button--addtocart:hover,
#form-action-addToCart:focus,
.button--addtocart:focus {
	background-color: #023421;
	color: #fff;
}

.form-wishlist {
	width: 100%;
	max-width: 495px;
	margin: 20px 0 0 0;
	padding: 0;
}

.form-wishlist a.button {
	padding: 25px 30px;
	height: 80px;
	font-size: 24px;
	font-weight: 600;
	border: 1px solid rgba(2, 52, 33, 0.5);
	border-radius: 0;
	background: transparent;
	text-transform: none;
	color: #023421;
	display: block;
	margin: 0;
}

.form-wishlist a.button:hover,
.form-wishlist a.button:focus {
	background: #023421;
	color: #fff;
}

.form-wishlist a.button>span {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.form-wishlist .button .icon {
	margin-left: 30px;
	width: 12px;
	display: none;
}

.form-wishlist .button .icon svg {
	fill: #023421;
}

.form-wishlist a.button:hover svg path,
.form-wishlist a.button:focus svg path {
	stroke: #fff;
}

#wishlist-dropdown.is-open .button {
	padding: 15px 10px;
	font-size: 14px;
	color: #fff;
	border: none;
	text-align: center;
	background: #023421;
	height: auto;
}

#wishlist-dropdown.is-open {
	padding: 0;
}

.prdctsealBlock {
	position: absolute;
	left: 505px;
	bottom: 85px;
}

.prdctsealBlock svg {
	width: 100%;
}

.prdctbtmTagline {
	color: #023421;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	margin: 45px 0 0 0;
}

.paycardIcons {
	position: relative;
	clear: both;
	width: 100%;
	padding: 50px 0 0 0;
}

.paycardIcons img[alt="pay-icnons"] {
	margin: 0;
}

.productView-description {
	position: relative;
	background: transparent;
	border: none;
	padding: 140px 0 0 0;
}

.productView-description ul.tabs {
	margin: 0;
}

.productView-description li.tab {
	border: none;
	margin: 0 20px 0 0;
}

.productView-description .tab-title {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	background: #DFDCCF;
	padding: 14px 75px;
	min-width: 385px;
	text-align: center;
}

.productView-description .tab.is-active .tab-title {
	background: #023421;
	color: #fff;
	font-weight: 600;
}

.productView-description .tabs-contents {
	background: #fff;
	padding: 50px;
}

.productView-description .tab-content {
	padding: 0;
}

.productView-description .prdctDescBlocks {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	line-height: 30px;
}

.productView-description .prdctDescBlocks .prdctdescLeft {
	width: 44.5%;
	position: relative;
	padding: 0 130px 0 0;
}

.productView-description .prdctDescBlocks .prdctDescImg {
	width: 55.5%;
	position: relative;
}

.productView-description .prdctdescLeft h2 {
	color: #E4710A;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 0 25px 0;
}

.productView-description .prdctdescLeft p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.productView-description .prdctdescLeft p:last-child {
	margin: 0;
}

.productView-description h3 {
	color: #023421;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	margin: 30px 0 10px 0;
}

.productView-description h3:first-child {
	margin-top: 0;
}

.productView-description .prdctdescLeft h3 {
	color: #023421;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	margin: 45px 0 5px 0;
}

.productView-description .prdctdescLeft a {
	color: #E4710A;
	text-decoration: underline;
}

.productView-description .prdctdescLeft .prdctDescSizeInfo {
	padding: 0 0 25px 0;
}

.productView-description .prdctdescLeft .prdctDescSizeInfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #023421;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.productView-description .prdctdescLeft .prdctDescSizeInfo li {
	margin: 0 0 20px 0;
}

.productView-description .prdctdescLeft .prdctDescSizeInfo li:last-child {
	margin: 0;
}

.productView-description .prdctdescLeft .prdctDescSizeInfo li span {
	color: #E4710A;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	display: block;
}

.bonsaiQualityInfoMain.bonsaiQualityInfoPrdct {
	padding: 110px 0 145px 0;
	position: relative;
	clear: both;
}

.bonsaiQualityInfoPrdct .bonsaiQualityInfoMainInner h2 {
	max-width: 1110px;
	margin: 0 auto 40px;
}

.bonsaiQualityInfoPrdct p.bonsaiQualityInfopara {
	font-size: 35px;
	font-weight: 400;
	line-height: normal;
}

.bonsaiQualityInfoPrdct .secButton {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 40px 0 0 0;
	position: relative;
	z-index: 99;
}

.bonsaiQualityInfoPrdct .secButton a {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding: 14px 30px;
	background: #023421;
}

.bonsaiQualityInfoPrdct .secButton a.orangeBtn {
	background: #E4710A;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse {
	padding-top: 0;
	margin-top: 0;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul {
	justify-content: space-between;
	max-width: 1600px !important;
	padding-bottom: 170px;
	align-items: flex-start;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:first-child .icon-t,
.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul li:first-child .icon-t,
.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul li:first-child .icon-text {
	order: inherit;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box {
	width: auto !important;
	flex-direction: column;
	position: relative;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) {
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) {
	justify-content: flex-end;
	text-align: right;
	align-items: flex-end;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul li .icon-text {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child {
	padding-bottom: 160px;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) {
	right: 10px;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:nth-child(2) .point-box:nth-child(odd) {
	padding-top: 40px;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box .icon-t:after {
	content: none !important;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) .icon-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(100% + 20px);
	width: 500px;
	border-bottom: solid 1px #B9B391;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) .icon-text::after {
	width: 200px;
	top: calc(100% + 20px);
	left: 500px;
	border-left: solid 1px #B9B391;
	height: 100px;
	border-bottom: solid 1px #B9B391;
	background: none;
	content: '';
	position: absolute;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd):before {
	content: '';
	position: absolute;
	left: 680px;
	top: calc(100% + 105px);
	background: url(../img/dot.png) no-repeat right bottom;
	width: 28px;
	height: 28px;
	z-index: 1;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) .icon-text::before {
	content: '';
	position: absolute;
	right: 0;
	top: calc(100% + 20px);
	width: 410px;
	border-bottom: solid 1px #B9B391;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) .icon-text::after {
	width: 290px;
	top: calc(100% + 20px);
	right: 410px;
	border-right: solid 1px #B9B391;
	height: 77px;
	border-bottom: solid 1px #B9B391;
	background: none;
	content: '';
	position: absolute;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even):before {
	content: '';
	position: absolute;
	right: 680px;
	top: calc(100% + 85px);
	background: url(../img/dot.png) no-repeat right bottom;
	width: 28px;
	height: 28px;
	z-index: 1;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even):before {
	right: 600px;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) .icon-text::before {
	width: 310px;
}

.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) .icon-text::after {
	right: 310px;
}

.prdctPageReviewAboutSec {
	position: relative;
	clear: both;
}

.prdctPageReviewAboutSec .secBlocks {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: flex-start;
}

.prdctPageReviewAboutSec .reviewBlock {
	width: 44.6%;
	padding: 0 0 0 110px;
}

.prdctPageReviewAboutSec .reviewBlock .reviewBlockIn {
	max-width: 710px;
	margin: 0 0 0 auto;
	padding: 0 90px 0 0;
}

.prdctPageReviewAboutSec .reviewBlock h3 {
	color: #023421;
	font-size: 64px;
	font-weight: 700;
	line-height: 70px;
	margin: 0 0 45px 0;
}

.prdctPageReviewAboutSec .reviewBlock .prdctreviewBox {
	position: relative;
	background: #fff;
	padding: 55px 45px 45px 60px;
	border-radius: 0px 0px 80px 0px;
	margin: 0 0 20px 0;
}

.prdctPageReviewAboutSec .reviewBlock .prdctreviewBox:last-child {
	margin: 0;
}

.prdctPageReviewAboutSec .prdctreviewBox h6 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin: 20px 0 7px 0;
	text-transform: none;
}

.prdctPageReviewAboutSec .prdctreviewBox p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 25px 0;
	max-width: 80%;
}

.prdctPageReviewAboutSec .prdctreviewBox .authorDtl {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 0;
}

.prdctPageReviewAboutSec .prdctreviewBox .authorDtl:before {
	position: absolute;
	left: -60px;
	top: 0;
	background: url(../img/review-cntn-sep.png) no-repeat top left;
	content: '';
	width: 100%;
	height: 1px;
	z-index: -1;
	background-size: 100%;
}

.prdctPageReviewAboutSec .prdctreviewBox .authorDtl:after {
	position: absolute;
	right: 0;
	top: -38px;
	background: url(../img/prdct-review-ic.png) no-repeat right center;
	content: '';
	width: 77px;
	height: 77px;
	z-index: -1;
}


.prdctPageReviewAboutSec .prdctpageSinceBlock {
	position: relative;
	width: 55.4%;
	background: #023421;
	font-size: 18px;
	color: #fff;
}

.prdctPageReviewAboutSec .prdctpageSinceBlock p {
	color: #fff;
}

.prdctPageReviewAboutSec .prdctpageSinceBlock .SinceBlockTopCntn {
	padding: 30px 65px 50px 65px;
}

.prdctPageReviewAboutSec .SinceBlockTopCntn h3 {
	color: #FFF;
	font-size: 35px;
	font-weight: 400;
	line-height: 70px;
	margin: 0 0 30px 0;
}

.prdctPageReviewAboutSec .SinceBlockTopCntn h3 strong {
	display: block;
	color: #FFF;
	font-size: 100px;
	font-weight: 700;
	line-height: 70px;
}

.prdctPageReviewAboutSec .SinceBlockTopCntn h3 strong span {
	color: white;
	background: url(../img/1987-text-bg.png) no-repeat center;
	background-size: auto 78px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.prdctPageReviewAboutSec .SinceBlockTopCntn h5 {
	color: #FFF;
	text-transform: none;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 20px 0;
}

.prdctPageReviewAboutSec .SinceBlockTopCntn p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}

.prdctPageReviewAboutSec .prdctpageSinceBlock .imgBlocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1px;
}

.prdctPageReviewAboutSec .prdctpageSinceBlock .imgBlocks img {
	padding: 1px;
	width: 50%;
}

.prdctPageReviewAboutSec .prdctsinceinfoBlocks {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-top: -1px;
}

.prdctPageReviewAboutSec .prdctsinceinfoBlock {
	width: 25%;
	padding: 20px 10px 25px 10px;
	border-left: 1px solid #023421;
	border-right: 1px solid #023421;
	background: #476D5F;
}

.prdctPageReviewAboutSec .prdctsinceinfoBlock:first-child {
	border-left: none;
}

.prdctPageReviewAboutSec .prdctsinceinfoBlock:last-child {
	border-right: none;
}

.prdctPageReviewAboutSec .prdctsinceinfoBlock .blockIc {
	min-height: 50px;
	margin: 0 0 15px 0;
}

.prdctPageReviewAboutSec .prdctsinceinfoBlock .blockIc svg {
	display: block;
	margin: 0 auto;
}

.prdctPageReviewAboutSec .prdctsinceinfoBlock .blockTitle {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}

.prdctPageReviewAboutSec .prdctsinceinfoBlock p {
	margin: 0;
}

.body .container .prdctshippingDtl .container {
	max-width: 1600px !important;
}

.servicePageKeyServices.prdctshippingDtl {
	padding: 150px 0 100px 0;
}

.servicePageKeyServices.prdctshippingDtl h3 {
	color: #E4710A;
	font-size: 64px;
	font-weight: 700;
}

.servicePageKeyServices.prdctshippingDtl ul {
	margin-left: -10px;
	margin-right: -10px;
}

.servicePageKeyServices.prdctshippingDtl ul li {
	padding-left: 10px;
	padding-right: 10px;
}

.servicePageKeyServices.prdctshippingDtl ul li h5 {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}

.servicePageKeyServices.prdctshippingDtl ul li p {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}

.servicePageKeyServices.prdctshippingDtl .prdctshipDtl {
	color: #000;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	line-height: normal;
	margin: 20px 0 0 0;
}

.body .container .popularFAQsPrdct .container,
.body .container .eduBonsaiCarePrdct .container {
	max-width: 1640px !important;
}

.popularFAQs.popularFAQsPrdct {
	padding: 0;
	position: relative;
	z-index: 1;
}

.popularFAQs.popularFAQsPrdct .popularFAQsPrdctCntnr {
	max-width: 1510px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.popularFAQs.popularFAQsPrdct .popularFAQsTitleMain h2 {
	line-height: 1;
}

.eduBonsaiCare.eduBonsaiCarePrdct {
	padding: 180px 0 0 0;
	position: relative;
	background: none;
	z-index: 0;
}

.eduBonsaiCare.eduBonsaiCarePrdct:before {
	content: '';
	position: absolute;
	right: 0;
	top: -90px;
	width: 291px;
	height: 208px;
	background: url(../img/education-care-tree-bg.png) no-repeat right top;
	z-index: -1;
}

.eduBonsaiCare.eduBonsaiCarePrdct .container {
	align-items: flex-start;
}

.eduBonsaiCare.eduBonsaiCarePrdct .eduBonsaiCareContent {
	padding-right: 145px;
}

.eduBonsaiCare.eduBonsaiCarePrdct .eduBonsaiCareTitle h3 {
	margin: 0 0 40px 0;
}

.eduBonsaiCare.eduBonsaiCarePrdct .eduBonsaiCareSteps {
	max-width: 450px;
}

.eduBonsaiCare.eduBonsaiCarePrdct .eduBonsaiCareSteps ul li {
	display: block;
}

.eduBonsaiCare.eduBonsaiCarePrdct .eduBonsaiCareSteps ul li h5 {
	margin: 0 0 10px 0;
}

.eduBonsaiCare.eduBonsaiCarePrdct .eduBonsaiCareSteps ul li p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
}

.eduBonsaiCareBtn {
	padding: 40px 0 0 0;
}

.eduBonsaiCareBtn a {
	position: relative;
	display: inline-block;
	padding: 14px 30px;
	background: #023421;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.eduBonsaiCareBtn a:hover {
	background: #E4710A;
}

.eduBonsaiCareBtn a::after {
	right: -115px;
	position: absolute;
	content: '';
	background: url(../img/arrow-wide.png) no-repeat center center;
	width: 63px;
	height: 24px;
}

.seedifferanceSec {
	position: relative;
	padding: 0 0 50px 0;
}

.body .container .seedifferanceSec .container {
	max-width: 1430px !important;
}

.seedifferanceSec .secTitle {
	color: #023421;
	text-align: center;
	font-size: 64px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 60px 0;
}

.seedifferanceSec .differanceBlocks {
	position: relative;
}

.seedifferanceSec .differanceBlocks .secRow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../img/vs-img.png) no-repeat left 47% center;
	margin: 0 0 60px 0;
}

.seedifferanceSec .secRow .difblockCntn {
	display: flex;
	flex-wrap: wrap;
	max-width: 550px;
	width: 50%;
}

.seedifferanceSec .secRow .difblockCntn.ourBlock {
	max-width: 450px;
}

.seedifferanceSec .secRow .difblockCntn .blockCntn {
	width: calc(100% - 151px);
	padding: 0 20px 0 0;
}

.seedifferanceSec .secRow .difblockCntn .blockImg {
	width: 151px;
}

.seedifferanceSec .difblockCntn .blockCntn h4 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
	margin: 10px 0 18px 0;
}

.seedifferanceSec .difblockCntn .blockCntn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.seedifferanceSec .difblockCntn .blockCntn ul li {
	color: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 18px 0;
	padding: 0 0 0 33px;
	background: url(../img/tick-bullet-ic.png) no-repeat left top 2px;
}

.seedifferanceSec .difblockCntn.vsBlock .blockCntn ul li {
	background: url(../img/close-bullet-ic.png) no-repeat left top 1px;
}

.seedifferanceSec .difblockCntn .blockCntn ul li:last-child {
	margin: 0;
}

.productView_alternate .prdctPriceShippingDtl {
	column-gap: inherit;
	align-items: center;
}

.productView_alternate .prdctPriceShippingDtl>div:not(:last-child) {
	padding: 0 25px 0 0;
	margin: 0 25px 0 0;
	border-right: 1px solid #D1D0C9;
}

.productView_alternate .productView-info-name,
.productView_alternate .productView-info-value {
	line-height: 20px;
}

.productView_alternate .prdcrAvailability .productView-info-value {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
	top: auto;
}

.productView_alternate dd.productView-info-value.productViewLimitedstock {
	width: 135px;
	padding: 12px 0 0 0;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	text-transform: capitalize;
}

.productView_alternate dd.productView-info-value.productViewLimitedstock::before {
	background: url(../img/limited-stock-bg02.png) no-repeat bottom center;
	width: 135px;
}

.productView_alternate dd.productView-info-value.productViewLimitedstock span {
	display: block;
	/* border-top:1px solid #0A6D48; padding:15px 15px 10px 15px;  margin:13px 0 0 0; */
	color: #E4710A;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	padding: 5px 15px 10px 15px;
}


.productView_alternate .prdcrAvailability .productView-info-value .stockTxt {
	display: block;
	color: #09891C;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
}

.productView-info-value .stockTxt {
	color: #09891C;
	font-weight: 600;
}

.prdctShippingDtl {
	position: relative;
	display: flex;
	background: #fff;
	align-items: center;
	margin: 40px 0 0 0;
}

.prdctShippingDtl .prdctshippingTitle {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
	background: #BAB07E;
	padding: 22px 22px 23px 27px;
	margin: 0 45px 0 0;
	position: relative;
}

.prdctShippingDtl .prdctshippingTitle:before {
	content: '';
	position: absolute;
	right: -57px;
	top: 0;
	border: 35px solid transparent;
	width: 22px;
	height: 100%;
	border-left: 22px solid #BAB07E;
}

.prdctShippingDtl .prdctDtl:not(:last-child) {
	padding: 0 28px 0 0;
	margin: 0 28px 0 0;
	border-right: 1px solid #D9D9D9;
}

.prdctShippingDtl .prdctDtl:last-child {
	padding-right: 15px;
}

.picklistHead {
	display: flex;
	justify-content: space-between;
}

.picklistHead .headInfo {
	color: #313231;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	padding-right: 50px;
}

.picklistHead .headInfo p {
	margin: 0;
}

.picklistHead .extrashippingInfo {
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	background: #023421;
	padding: 16px 11px;
	position: relative;
	z-index: 0;
}

.picklistHead .extrashippingInfo:before {
	content: '';
	position: absolute;
	background: #023421;
	width: 45px;
	height: 100%;
	top: 0;
	left: -20px;
	transform: skewX(-25deg);
	z-index: -1;
}

.picklistHead .extrashippingInfo p {
	color: #FFF;
	margin: 0;
}

.productView_alternate .picklist_options_blocks,
.productView_default .picklist_options_blocks {
	background: #fff;
	padding: 55px 80px 75px 70px;
	margin: 0 0 30px 0;
}

.productView_alternate .prdctoptnList .form-field,
.productView_default .prdctoptnList .form-field {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.productView_alternate .prdctListImg,
.productView_default .prdctListImg {
	border-radius: 50%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	border: 10px solid #E8E6DF;
	position: relative;
	z-index: 0;
}

.productView_alternate .prdctListImg .productOptions-list-item,
.productView_default .prdctListImg .productOptions-list-item {
	padding: 0;
}

.productView_alternate .productOptions-list-item,
.productView_default .productOptions-list-item {
	padding: 22px 0 0 0;
	background: transparent;
}

.productView_alternate .productOptions-list-item-figure,
.productView_default .productOptions-list-item-figure {
	width: 115px;
}

.productView_alternate .productOptions-list-item-figure img,
.productView_default .productOptions-list-item-figure img {
	max-height: 115px;
	width: 100%;
}

.productView_alternate .prdctListDtl,
.productView_default .prdctListDtl {
	background: #F6F5F0;
	width: calc(100% - 100px);
	margin-left: -100px;
	padding: 45px 30px 45px 115px;
}

.productView_alternate .productOptions-list,
.productView_default .productOptions-list {
	overflow: inherit;
}

.productView_alternate .productView-options .prdctoptnList .form-field .form-label.form-label--alternate,
.productView_default .productView-options .prdctoptnList .form-field .form-label.form-label--alternate {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: capitalize;
	padding: 0;
	min-height: inherit;
	border: none;
	margin: 0;
}

.productView_alternate .productView-options .form-field label,
.productView_default .productView-options .form-field label {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
}

.productView_alternate .form-checkbox+.form-label::before,
.productView_alternate .form-radio+.form-label::before,
.productView_default .form-checkbox+.form-label::before,
.productView_default .form-radio+.form-label::before {
	top: 3px;
}

.productView.productView_alternate .form-checkbox+.form-label::before,
.productView.productView_alternate .form-radio+.form-label::before,
.productView.productView_default .form-checkbox+.form-label::before,
.productView.productView_default .form-radio+.form-label::before {
	border-color: #E4710A;
}

.productView_alternate .productView-options .form-radio+.form-label::after,
.productView_default .productView-options .form-radio+.form-label::after {
	background: #E4710A;
}

.productView_alternate .productView-options .form-field,
.productView_default .productView-options .form-field {
	margin-bottom: 60px;
}

.productView_alternate .productView-options .prdctoptnList:last-child .form-field,
.productView_default .productView-options .prdctoptnList:last-child .form-field {
	margin-bottom: 0;
}

.productView_alternate .productView-options .add-to-cart-buttons {
	margin: 25px 0 0 0;
}

.productView_alternate #form-action-addToCart,
.productView_alternate .button--addtocart {
	background-color: #E4710A;
}

.productView_alternate #form-action-addToCart:hover,
.productView_alternate .button--addtocart:hover,
.productView_alternate #form-action-addToCart:focus,
.productView_alternate .button--addtocart:focus {
	background-color: #023421;
}

.productView_alternate .prdctMapBlock {
	padding: 65px 0 0 0;
	display: flex;
}

.productView_alternate .prdctMapBlock .prdctMapLeft {
	padding: 0 40px 0 0;
}

.productView_alternate .prdctMapBlock .prdctMapLeft h3 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 20px 0;
}

.productView_alternate .prdctMapBlock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.productView_alternate .prdctMapBlock ul li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 0 0 35px;
	background: url(../img/right-arrow.png) no-repeat left top 2px;
	margin: 0 0 27px 0;
}

.productView_alternate .prdctMapBlock .prdctMapLeft a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: underline;
}

.prdctTagwithSeal {
	position: relative;
	background: #023421;
	font-size: 30px;
	line-height: normal;
	font-weight: 600;
	margin: 70px 0 0 0;
}

.prdctTagwithSeal:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	background: #023421;
	width: 12000px;
	height: 100%;
}

.prdctTagwithSeal:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	background: #023421;
	width: 12000px;
	height: 100%;
}

.prdctTagwithSeal .prdctSealCntnr {
	display: flex;
	align-items: center;
	padding: 0 235px 0 235px;
}

.prdctTagwithSeal .tagLine {
	color: #FFF;
	font-weight: 600;
	line-height: normal;
	order: 1;
}

.prdctTagwithSeal .prdctSeal {
	order: 2;
	margin: -53px 0 -78px 0;
}

.prdctTagwithSeal .tagLine:last-child {
	order: 3;
}

.prdctpageTabs {
	position: relative;
	border: 1px solid #B1B0AC;
	margin: 110px 0 10px 0;
}

.prdctpageTabs .tabs {
	border: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: 1px solid #b1b0ab;
	padding: 0 30px;
	position: relative;
}

.prdctpageTabs .tab {
	float: none;
	display: inline-block;
	vertical-align: middle;
	border: none;
	margin: 0 110px 0 0;
	position: unset;
}

.prdctpageTabs .tab:last-child {
	margin: 0;
}

.prdctpageTabs .tab.is-active {
	margin-bottom: 0;
	border: none;
	background: none;
}

.prdctpageTabs .tab-title {
	margin: 0;
	padding: 0;
	border: none;
	color: #000 !important;
	font-family: Forum !important;
	font-size: 30px !important;
	font-weight: 400;
	line-height: 80px;
	text-transform: uppercase;
}

.prdctpageTabs .tab.is-active .tab-title,
.prdctpageTabs .tab.is-active .tab-title:hover,
.prdctpageTabs .tab .tab-title:hover {
	color: #8D9850 !important;
	background: none;
	position: relative;
	font-weight: 400;
	border: none;
}

.prdctpageTabs .tab span {
	position: absolute;
	right: 190px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}


.prdctpageTabs .tab-content.has-jsContent.is-active {
	padding: 0;
}

.prdctpageTabs .tabs-contents {
	margin: 0;
	padding: 0;
}

.prdctpageTabs .slick-track {
	margin: 0;
}

.bonsaiQualityInfoPrdctAltrnt.bonsaiQualityInfoMain.bonsaiQualityInfoPrdct {
	padding: 110px 0 70px 0;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:first-child {
	padding-bottom: 125px;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(2) {
	max-width: 1490px;
	padding-right: 70px;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(2) li {
	max-width: inherit;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(4) {
	max-width: 1724px;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(4) li {
	max-width: inherit;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:first-child li .icon-text {
	text-align: center;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul li .icon-text span {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	margin: 7px 0 0 0;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(2) li:nth-child(1) .icon-t::after,
.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(2) li:nth-child(2) .icon-t::after {
	bottom: -75px;
	height: 75px;
	width: 80px;
}

.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(3) li:nth-child(1) .icon-t::after,
.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(3) li:nth-child(2) .icon-t::after {
	bottom: -25px;
	height: 25px;
}

.bonsaiTagline {
	position: relative;
	padding: 0 0 90px 0;
}

.bonsaiTagline h3 {
	color: #023421;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 55px;
	max-width: 1430px;
	margin: 0 auto;
}

.prdctPageReviewAboutSec.prdctAlternatePageReviewAboutSec {
	padding: 0 0 130px 0;
}


.removeBtn,
.removeBtn:hover {
	background: url(../img/remove-ic.png) no-repeat center !important;
	width: 25px;
	height: 25px;
	font-size: 0;
	border: none;
	min-width: unset;
	padding: 0;
}

.removeItem {
	position: absolute;
	top: 15px;
	right: 20px;
}

.modal-content .form-field {
	padding-left: 0;
	padding-right: 0;
}

#cart-preview-dropdown {
	min-width: 280px;
	left: auto;
	top: calc(100% + 5px) !important;
}

.previewCartAction .previewCartAction-checkout {
	padding-left: 0;
}

.previewCartAction .previewCartAction-viewCart {
	padding-right: 0;
}

.previewCartItem-content {
	padding-left: 10px;
	padding-right: 0;
	text-align: left;
	margin-left: -5px;
}

.previewCartAction .button {
	font-size: 11px;
	min-width: unset;
	padding: 13px 5px;
	height: 45px;
	letter-spacing: normal;
}

.previewCartList li {
	display: block;
	padding: 15px 10px !important;
	border-bottom: 1px solid #ccc;
}

.previewCartItem-image,
.previewCartItem-content {
	display: inline-block;
}

.cart-item-image {
	max-height: 80%;
}

.previewCartCheckout .button {
	font-size: 14px;
	letter-spacing: normal;
	padding: 15px 10px;
}

.previewCartItem-name {
	font-family: "Parkinsans", sans-serif;
}

.account-body {
	margin: 0;
}

.form-select--small,
.form-select--date {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart-additionalCheckoutButtons {
	width: auto;
	float: right;
}

.cart-additionalCheckoutButtons .FloatRight p {
	text-align: center;
}

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
	margin-top: 0;
}

.cart-total .button {
	padding: 8px 10px;
	height: auto;
	font-size: 15px;
}

.cart-form .button {
	min-width: unset;
	height: auto;
}

.form-actions .button,
.form-actions input,
.form-actions a {
	vertical-align: middle;
}

.cart-list .form-input--incrementTotal {
	background: transparent;
}

.productGrid .product {
	position: relative;
	width: 25%;
}

.quickSearchResults .card-figcaption-body {
	display: none;
}

.quickSearchResults .card {
	margin-bottom: 5px !important;
}

.coupon-code-cancel,
.shipping-estimate-hide {
	font-style: normal;
}

.table-actions .button {
	min-width: unset;
}

.form-label small {
	font-size: 0;
	position: relative;
	float: none;
	margin: 0;
}

.form-label small:before {
	content: '*';
	top: 2px;
	font-weight: 400;
	font-size: 16px;
	color: rgba(228, 113, 10, 0.5);
	position: relative;
}

/* ============= Inner Pages Common Css End ============= */


.blog-post-figure {
	width: 100%;
}

.blog-post-body {
	width: 100%;
	text-align: left;
}

.blog-date,
.blog-author {
	text-align: left;
}

.blog-title {
	margin-left: 0;
	font-size: 20px;
	margin-right: 0;
	font-family: "Parkinsans", sans-serif;
	font-weight: 700;
}

.blog .addthis_toolbox {
	margin-top: 20px;
}

.blog .socialLinks {
	text-align: left;
	line-height: normal;
}

.blog-thumbnail {
	margin: 0 0 20px;
}

.blog-thumbnail::after {
	padding-bottom: 0;
}

.blog-thumbnail img {
	position: relative;
}

.blog+.pagination {
	padding-top: 40px;
}

.blog-post-figure {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.blog-post-body {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
}

.blog+.blog {
	margin-top: 20px;
	padding-top: 20px;
}

.blogpostPage {
	padding-top: 30px;
}

.blogpostPage .blog-post-figure {
	width: 100%;
}

.blogpostPage .blog-post-body {
	width: 100%;
	padding-left: 0;
}

.blog .tags {
	text-align: left;
}

/* ============= Navigation Desktop Start ============= */

.page-sidebar {
	width: 340px;
	background: rgba(221, 210, 198, 0.2);
}

h5.sidebarBlock-heading {
	background: #0e0e0e;
}

.page-sidebar+.page-content {
	padding: 0 0 0 20px;
	width: auto;
	overflow: hidden;
	float: none;
}

.page {
	margin: 0;
	background: transparent;
}

.page-content,
.page-content--full {
	padding-left: 0;
	padding-right: 0;
}

.previewCart .productView {
	display: block;
}

.previewCart .productView-details {
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-sidebar+.page-content .productGrid .product {
	width: 25%;
}

#gift-certificate-balance .form-field .form-prefixPostfix {
	display: inherit;
}

#gift-certificate-balance .form-field .form-prefixPostfix .form-input {
	margin-right: 10px;
}

#gift-certificate-balance .form-field .form-prefixPostfix input {
	display: inline-block;
}

#wishlist-dropdown.is-open .button {
	border-radius: 0;
}

.cart-additionalCheckoutButtons .FloatRight p,
.previewCart-additionalCheckoutButtons .FloatRight p {
	text-align: center;
	color: #000;
	margin-top: 0;
}

.dropdown--quickSearch .card--alternate:hover .card-body .card-text {
	color: #000;
}

.cart-actions.cart-content-padding-right .button--primary {
	min-width: 250px;
}

.header-logo__link {
	z-index: 0;
}

.navUser-action--giftCards {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
}

.previewCartItem-brand {
	display: none;
}

.modal-content .form-input,
.modal-content .form-select {
	height: 44px;
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
}

.modal-content .form-field {
	margin-bottom: 15px;
}

/* .cart-totals .estimator-form-label{text-align:left; width:70%;} */
.estimator-form-row dl {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#CartEditProductFieldsForm .button--primary {
	margin-top: 15px;
}

.previewCart .productView-info> :first-child {
	margin-top: 0;
}

.previewCart .productView-info {
	margin-bottom: 10px;
}

.manual-captcha-input-container .form-input {
	max-width: 80px;
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
	width: 100%;
}

.previewCart .productView-image {
	padding: 20px 0;
}

#previewCustomModal .modal-close::before,
#previewCustomModal .modal-close::after {
	content: none;
}

.table--line .table-thead {
	background: transparent;
}

.previewCart .productView-title,
.productView--quickView .productView-title {
	font-size: 22px;
	line-height: 26px;
	max-width: inherit;
}

.account {
	padding-bottom: 50px;
	margin-bottom: 0;
}

.compareTable-removeProduct {
	top: -5px;
	right: -5px;
	width: 25px;
	height: 25px;
}

.compareTable-removeProduct .icon {
	width: 18px;
	height: 18px;
	margin-top: 0;
}

.productView--quickView .prdctIconBlocks .prdcticBlock {
	padding: 0 20px;
}

.productView .socialLinks .socialLinks-item .socialLinks__link:hover::before,
.productView .socialLinks .socialLinks-item .socialLinks__link:focus::before,
.productView .socialLinks .socialLinks-item .socialLinks__link:hover::after,
.productView .socialLinks .socialLinks-item .socialLinks__link:focus::after {
	content: none;
}

.cart-actions.cart-content-padding-right {
	padding-bottom: 100px;
}

.navBar-item.navBar-item--separate .toggleLink-text {
	font-size: 16px;
}

.login .login-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Visit Page CSs */
.webpage-22 .body>.container {
	max-width: 100% !important;
	padding: 0 !important;
}

.webpage-22 h1.page-heading {
	display: none;
}

.container {
	max-width: 1630px;
	padding: 0 15px;
}

.visitPageBanner {
	position: relative;
}

.visitPageBanner img {
	object-fit: cover;
	width: 100%;
}

.visitPageBannerContent {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
}

.visitPageBannerContent h1 {
	color: #fff;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	font-family: "Parkinsans", sans-serif;
	line-height: 1.2;
	margin: 0 0 35px;
}

.visitPageBannerContent h1 span {
	display: block;
	color: #E4710A;
}

.visitPageBannerContent a,
.visitPageDirectionLeft a {
	background: #E4710A;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	padding: 12px 30px;
	transition: all 0.5s ease;
}

.visitPageBannerContent a:hover,
.visitPageDirectionLeft a:hover {
	color: #000;
	background: #fff;
}

.visitPageDirectionLeft a:hover {
	color: #fff;
	background: #023421;
}

.visitPageUSP {
	background: #F6F5F0;
	padding: 110px 0;
}

.visitPageUSP .container {
	display: flex;
	gap: 25px;
}

.visitPageUSPBox {
	width: calc(100% - 25px);
	background: #fff;
	text-align: center;
	padding: 25px 15px;
	transition: all ease .5s;
}

.visitPageUSPBox:hover {
	transform: translateY(-7px);
}

.visitPageUSPBox h4 {
	margin: 15px 0 6px;
	color: #023421;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	font-family: "Parkinsans", sans-serif;
}

.visitPageUSPBox p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.visitPageUSPBox:hover svg path,
.visitPageUSPBox:hover svg {
	fill: #023421 !important;
}

.visitPageGallery {
	padding: 0 0 90px;
	background: #023421;
}

.visitPageGallery h2 {
	color: #E4710A;
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin: 0;
	padding: 50px 0;
}

.visitPageGallery h2 span {
	color: #fff;
	padding: 0 40px;
	font-size: 36px;
}

.visitPageGalleryImages {
	display: flex;
	gap: 25px;
}

.visitPageGalleryBox {
	width: calc(25% - 25px);
}

.visitPageGalleryBox img {
	width: 100%;
}

.visitPageGalleryBox:first-child {
	width: calc(31% - 25px);
}

.visitPageGalleryBox:nth-child(3) {
	width: calc(21.5% - 25px);
}

.visitPageGalleryBox:nth-child(odd) img {
	margin-bottom: 25px;
}

.visitPageGalleryBox:nth-child(odd) img:last-child {
	margin-bottom: 0px;
}

.visitPageDirection {
	padding: 90px 0 30px;
}

.visitPageDirectionInner {
	max-width: 1300px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.visitPageDirectionLeft {
	width: 100%;
	padding-right: 20px;
	position: relative;
}

.visitPageDirectionLeft svg {
	position: absolute;
	right: -50px;
	top: 80px;
}

.visitPageDirectionRight {
	width: 100%;
}

.visitPageDirectionLeft h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.visitPageDirectionRight iframe {
	border: solid 8px #DDD2C6 !important;
}

.ourStoryTopContentInner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1330px;
	text-align: center;
}

.ourStoryTopContentInner p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 18px;
}

.ourStory2Columns {
	padding: 30px 0 50px;
}

.ourStory2Columns .container {
	display: flex;
	padding: 0 5px !important;
}

.ourStory2Columns .container img {
	padding: 0 10px;
	transition: all 0.5s ease;
	display: block;
}

.ourStory2Columns .container img:hover {
	transform: scale(1.03);
}

.ourStoryContentImage {
	padding: 50px 15px;
}

.ourStoryContentImage .container {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0 !important;
	max-width: 1600px !important;
}

.ourStoryContentImageLeft {
	width: 60%;
	background: #fff;
	padding: 40px 40px 20px 40px;
}

.ourStoryContentImageLeft p {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}

.ourStoryContentImageRight {
	width: 40%;
}

.ourStoryContentImageRight img {
	width: 100%;
}

.ourStory3Columns {
	padding: 50px 0;
}

.ourStory3Columns .container {
	display: flex;
	padding: 0 12.5px !important;
}

.ourStory3Columns .container img {
	padding: 0 7.5px;
	transition: all 0.5s ease;
	display: block;
}

.ourStory3Columns .container img:hover {
	transform: scale(1.03);
}


.popularFAQs {
	padding: 0 0 100px;
}

.popularFAQs .container {
	display: flex;
	align-items: center;
}

.popularFAQsTitleMain {
	width: 40%;
	position: relative;
	min-height: 520px;
}

.popularFAQsAccordian {
	width: 60%;
}

.popularFAQsTitleMain h5 {
	color: #023421;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	margin: 0 0 -20px 0;
}

.popularFAQsTitleMain h2 {
	color: #023421;
	font-size: 200px;
	font-weight: 800;
	line-height: 1;
	margin-left: -9px;
}

.popularFAQsTitleMain img {
	position: absolute;
	bottom: 0;
	left: 3%;
}

.popularFAQsTitleMain a {
	position: absolute;
	left: auto;
	right: 25%;
	bottom: 25px;
	color: #E4710A;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
}

.popularFAQsTitleMain a:hover {
	color: #000;
}

.accordion-wrapper {
	margin-top: 20px;
}

.accordion-item {
	margin-bottom: 10px;
}

.accordion-item .accordion-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
}

.accordion-toggle {
	width: 100%;
	text-align: left;
	padding: 22px 25px 22px 65px;
	background: #127B53;
	border: none;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	position: relative;
	font-family: "Parkinsans", sans-serif;
}

.accordion-item.active .accordion-toggle {
	background: #023421;
}

.accordion-toggle::before {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	opacity: 0.4;
}

.accordion-item:nth-child(1) .accordion-toggle::before {
	content: '01';
}

.accordion-item:nth-child(2) .accordion-toggle::before {
	content: '02';
}

.accordion-item:nth-child(3) .accordion-toggle::before {
	content: '03';
}

.accordion-item:nth-child(4) .accordion-toggle::before {
	content: '04';
}

.accordion-item:nth-child(5) .accordion-toggle::before {
	content: '05';
}

.accordion-icon {
	font-size: 20px;
	transition: transform 0.2s ease;
	width: 26px;
	height: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 26px;
	background: #0C583B;
	color: #fff;
	border-radius: 100%;
}

.accordion-content {
	display: none;
	padding: 20px 30px 20px 30px;
	background: #fff;
	font-weight: 500;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease;
}

.accordion-content a {
	color: #D92D2C;
	text-decoration: underline;
}

.accordion-content a:hover {
	color: #000;
	text-decoration: inherit;
}

.accordion-item.active .accordion-content {
	display: block;
	border-top: solid 1px #196448;
	background: #023421;
}

.accordion-item.active .accordion-icon {
	content: "−";
}

.accordion-content p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	opacity: .5;
}

.servicesandPoliciesPageMain {
	background: #F6F5F0;
	padding: 60px 0 0 0;
}

.nebgServiceContent {
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

.nebgServiceContent h1 {
	margin: 0 0 25px;
	color: #E4710A;
	text-align: center;
	font-size: 64px;
	font-weight: 700;
	line-height: 70px;
}

.nebgServiceContent p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.servicePageKeyServices {
	padding: 30px 0 0 0;
	text-align: center;
}

.servicePageKeyServices .container {
	max-width: 1860px !important;
}

.servicePageKeyServices h3 {
	color: #023421;
	font-size: 40px;
	font-weight: 700;
	line-height: 70px;
	margin: 0;
}

.servicePageKeyServices ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.servicePageKeyServices ul li {
	list-style: none;
	padding: 40px 2%;
	width: 100%;
}

.servicePageKeyServices ul li h5 {
	margin: 15px 0;
	color: #E4710A;
	font-size: 26px;
	font-weight: 600;
	text-transform: none;
	line-height: 1.1;
}

.servicePageKeyServices ul li p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}

.servicePageKeyServices ul li:hover h5 {
	color: #023421;
}

.servicePageKeyServices ul li:hover svg,
.servicePageKeyServices ul li:hover path {
	fill: #E4710A;
}

p.treeSpeciesPara {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}

.servicesandPoliciesPageMain .ourStory2Columns {
	padding-top: 70px;
}

.servicesandPoliciesPageMain .ourStory2Columns .container {
	max-width: 100% !important;
	padding: 0 1.5% !important;
}

.servicesandPoliciesPageMain .ourStory2Columns .container img {
	padding: 0;
}

.servicesandPoliciesPageMain .ourStory2Columns .container div {
	margin: 0 10px;
	overflow: hidden;
}

.servicesandPoliciesPageMain .ourStory2Columns .container img:hover {
	transform: scale(1.08);
}

.bonsaiQualityInfoMain {
	padding: 50px 0 100px;
}

.bonsaiQualityInfoMainInner {
	max-width: 100%;
	padding: 0 2%;
}

.bonsaiQualityInfoMainInner h2 {
	color: #E4710A;
	font-size: 65px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 10px;
	text-align: center;
}

p.bonsaiQualityInfopara {
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	opacity: .5;
}

.tree-collapse {
	background: linear-gradient(180deg, rgba(227, 223, 199, 0.00) 0%, #E3DFC7 100%);
	position: relative;
	padding: 40px 20px 20px 20px;
}

.tree-collapse .tree_object {
	display: flex;
	width: 100%;
	justify-content: center;
	position: absolute;
	bottom: -4%;
	z-index: 2;
	left: 0;
}

.tree-collapse .point-box {
	display: flex;
	align-items: center;
	gap: 20px;
}

.tree-collapse .point-box .icon-t {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tree-collapse .point-box .icon-t:after {
	content: "";
	position: absolute;
	z-index: 0;
}

.tree-collapse ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 80px;
	position: relative;
	z-index: 5;
}

.tree-collapse ul li .icon-text {
	color: #000;
	font-family: Parkinsans;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
}


.tree-collapse ul:first-child {
	padding-bottom: 140px;
}

.tree-collapse ul:first-child .point-box {
	width: 100%;
	flex-direction: column;
	justify-content: center;
}

.tree-collapse ul:first-child .point-box:first-child .icon-t {
	order: 2;
}

.tree-collapse ul:first-child .point-box:first-child .icon-t:after {
	content: "";
	width: 1px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	background: #D7D3BC;
	height: 40px;
	z-index: 0;
}

.tree-collapse ul:nth-child(2) {
	max-width: 1688px;
}

.tree-collapse ul:nth-child(2) li {
	max-width: 550px;
}

.tree-collapse ul:nth-child(2) li:nth-child(1) {
	justify-content: flex-end;
	text-align: right;
}

.tree-collapse ul:nth-child(2) li:nth-child(1) .icon-t:after {
	content: "";
	width: 100px;
	position: absolute;
	bottom: -80px;
	left: 50px;
	border-left: solid 1px #ffffff;
	height: 80px;
	border-bottom: solid 1px #ffffff;
	z-index: 0;
}

.tree-collapse ul:nth-child(2) li:nth-child(2) .icon-t:after {
	content: "";
	width: 100px;
	position: absolute;
	bottom: -80px;
	right: 50px;
	border-right: solid 1px #ffffff;
	height: 80px;
	border-bottom: solid 1px #ffffff;
	z-index: 0;
}


.tree-collapse ul:nth-child(3) {
	max-width: 1580px;
}

.tree-collapse ul:nth-child(3) li {
	max-width: 370px;
}

.tree-collapse ul:nth-child(3) li:nth-child(1) {
	justify-content: flex-end;
	text-align: right;
}

.tree-collapse ul:nth-child(3) li:nth-child(1) .icon-t:after {
	content: "";
	width: 160px;
	position: absolute;
	bottom: -50px;
	left: 50px;
	border-left: solid 1px #ffffff;
	height: 50px;
	border-bottom: solid 1px #ffffff;
	z-index: 0;
}

.tree-collapse ul:nth-child(3) li:nth-child(2) .icon-t:after {
	content: "";
	width: 160px;
	position: absolute;
	bottom: -50px;
	right: 50px;
	border-right: solid 1px #ffffff;
	height: 50px;
	border-bottom: solid 1px #ffffff;
	z-index: 0;
}

.tree-collapse ul:nth-child(4) {
	max-width: 1550px;
	padding-bottom: 30px;
}

.tree-collapse ul:nth-child(4) li {
	max-width: 280px;
}

.tree-collapse ul:nth-child(4) li:nth-child(1) {
	justify-content: flex-end;
	text-align: right;
}

.tree-collapse ul:nth-child(4) li:nth-child(1) .icon-t:after {
	content: "";
	width: 100px;
	position: absolute;
	top: 50%;
	left: 100%;
	height: 1px;
	z-index: 0;
	background: #ffffff;
}

.tree-collapse ul:nth-child(4) li:nth-child(2) .icon-t:after {
	content: "";
	width: 100px;
	position: absolute;
	top: 50%;
	right: 100%;
	height: 1px;
	z-index: 0;
	background: #ffffff;
}


.tree-collapse ul li:first-child .icon-t {
	order: 2;
}

.tree-collapse ul li:first-child .icon-text {
	order: 1;
}

.shortTermAndLongTermSlider {
	padding: 80px 0 0;
}

.shortTermAndLongTermSlider .container {
	max-width: 1800px !important;
}

.shortTermAndLongTermcontent {
	display: flex !important;
	padding: 0 1px;
}


.shortTermAndLongTermLeft {
	width: 37%;
	padding-right: 20px;
	display: flex;
	align-items: center;
}

.shortTermAndLongTermLeft h2 {
	color: #023421;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
	max-width: 450px;
	margin: 0 0 20px;
}

.shortTermAndLongTermcontentLast h2 {
	font-size: 28px;
}

.shortTermAndLongTermLeft p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	max-width: 500px;
	margin-bottom: 15px;
	color: #000;
}

.bottomSpace10 {
	margin-bottom: 10px !important;
}

.treeSittingSteps {
	margin: 30px 0 30px 0;
}

.treeSittingSteps li {
	list-style: none;
	position: relative;
	padding-left: 49px;
	margin-bottom: 20px;
	max-width: 400px;
	color: #000;
}

.treeSittingSteps li::before {
	left: 0;
	content: '';
	position: absolute;
	color: #000;
	font-size: 30px;
	font-weight: 600;
	opacity: .4;
	letter-spacing: 0.8px;
	top: 0;
}

.treeSittingSteps li:nth-child(1)::before {
	content: '01';
}

.treeSittingSteps li:nth-child(2)::before {
	content: '02';
}

.treeSittingSteps li:nth-child(3)::before {
	content: '03';
}

.treeSittingSteps li:nth-child(4)::before {
	content: '04';
}

.shortTermAndLongTermLeft li,
.treeSittingSteps li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.treeSittingSteps a {
	color: #E4710A;
	text-decoration: underline;
}

.shortTermAndLongTermImage {
	width: 50%;
	padding-right: 20px;
	display: flex;
	align-items: center;
}

.shortTermAndLongTermImage img {
	height: 100%;
	object-fit: cover;
}

.shortTermAndLongTermRight {
	width: 13%;
	background: #023421;
	display: flex;
	align-items: flex-end;
}

.shortTermAndLongTermRight h3 {
	color: #FFF;
	font-size: 55px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shortTermAndLongTermRight h3 span {
	white-space: nowrap;
	transform: rotate(-90deg);
	display: block;
	bottom: 0;
	position: relative;
}

.treeSittingCarousel {
	padding: 0 100px;
}

.treeSittingCarousel .slick-next,
.treeSittingCarousel .slick-prev,
.treeSittingCarousel .slick-next::before,
.treeSittingCarousel .slick-prev::before {
	width: 46px;
	height: 46px;
	content: none;
}

.treeSittingCarousel button.slick-prev.slick-arrow {
	background: url(../img/prev-arrow-sitting.png) no-repeat center center;
	left: 0;
	background-size: 100%;
}

.treeSittingCarousel button.slick-next.slick-arrow {
	background: url(../img/next-arrow-sitting.png) no-repeat center center;
	right: 0;
	background-size: 100%;
}

.treeSittingCarousel button.slick-prev.slick-arrow:hover {
	background: url(../img/prev-arrow-hover-sitting.png) no-repeat center center;
}

.treeSittingCarousel button.slick-next.slick-arrow:hover {
	background: url(../img/next-arrow-hover-sitting.png) no-repeat center center;
}


.treeSittingTable {
	padding: 90px 0;
}

.treeSittingTable .container {
	display: flex;
	align-items: center;
}

.treeSittingTableTitle {
	width: 38%;
}

.treeSittingTableTitle h2 {
	color: #E4710A;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 500px;
}

.treeSittingTableData {
	width: 62%;
}

.pricing-table {
	width: 100%;
	border-collapse: collapse;
	overflow-x: auto;
}

.pricing-table th,
.pricing-table td {
	padding: 15px;
	text-align: center;
	border: 1px solid #ddd;
	font-weight: 500;
}

.pricing-table td {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	padding: 25px 10px;
}

.pricing-table th {
	border-color: #136848;
}

.pricing-table thead th {
	background-color: #003d2c;
	color: #fff;
}

.pricing-table thead tr th:first-child {
	background: none;
	border: 0;
}

.pricing-table tbody tr {
	background: #fff;
}

.pricing-table tbody tr.highlight-row {
	background: #F3F1EE;
}

.row-label {
	background-color: #f17216;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 20px;
	white-space: nowrap;
	position: relative;
}

.row-label::after {
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 7px;
	height: 23px;
	background: url(../img/table-arrow-orange.png) no-repeat center center;
	position: absolute;
	right: -7px;
}

tr.highlight-row .row-label::after {
	background: url(../img/table-arrow-green.png) no-repeat center center;
}

.highlight-row {
	background-color: #f5f5f5;
}

.highlight-row .row-label {
	background: #023421;
	min-width: 175px;
}

.serviceHowItWorks {
	padding: 15px 0 0;
}

.serviceHowItWorksInner {
	display: flex;
	align-items: center;
	background: #fff;
	margin: 0 2%;
}

.serviceHowItWorksImage {
	width: 47%;
}

.serviceHowItWorksContent {
	width: 53%;
	padding: 20px 6%;
}

.serviceHowItWorksContent h2 {
	margin: 0 0 10px;
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.75;
}

.serviceHowItWorksContent .treeSittingSteps li {
	max-width: 600px;
	padding: 6px 0 7px 50px;
}

.serviceHowItWorksContent p,
.serviceHowItWorksContent li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

p.schedule-drop-off {
	font-size: 18px;
	text-decoration: underline;
}

.serviceHowItWorksContent a {
	color: #E4710A;
}

.serviceHowItWorksLast h2 {
	margin: 0;
}

.serviceHowItWorksLast .treeSittingSteps {
	margin: 10px 0 20px 0;
}

.serviceHowItWorksLast .serviceHowItWorksContent .treeSittingSteps li {
	max-width: 100%;
	margin-bottom: 15px;
}

.serviceHowItWorksLast h5 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	margin: 25px 0 10px;
}

.serviceHowItWorksLast .serviceHowItWorksContent li {
	margin-bottom: 10px;
}

.personalizedAndCustomizedServices {
	text-align: center;
	padding: 100px 0;
}

.personalizedAndCustomizedServices h2 {
	color: #E4710A;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
	margin: 10px 0;
	padding: 0 15px;
}

p.personalizedAndCustomizedPara {
	color: #141414;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}

.personalizedAndCustomizedServices .container {
	max-width: 1630px !important;
	padding: 50px 15px 0 15px !important;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.weOfferHandsSupport {
	width: 36%;
	text-align: left;
}

.weOfferHandsSupportImage {
	width: 64%;
	padding-left: 15px;
}

.weOfferHandsSupport h4 {
	color: #023421;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.16;
	margin: 0 0 20px;
}

.weOfferHandsSupport ul {
	margin: 0;
	padding: 0;
}

.weOfferHandsSupport ul li {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0 0 18px;
	padding: 0;
}

.weOfferHandsSupportIcon {
	min-width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}

.weOfferHandsSupport ul li p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.weOfferHandsSupport ul li:hover p {
	color: #E4710A;
}

.teamBondingMain {
	text-align: center;
	padding: 100px 20px;
}

.teamBondingMain h2 {
	color: #E4710A;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 20px;
}

.teamBondingMain p {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1300px;
	color: #141414;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}

.teamBondingInner {
	display: flex;
	max-width: 1630px;
	padding: 60px 15px 40px;
	margin: 0 auto;
	align-items: center;
}

.teamBondingImg {
	width: 60%;
}

.teamBondingContent {
	width: 40%;
	text-align: left;
	padding: 0px 0 0px 3%;
}

.teamBondingContent h4 {
	color: #023421;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.7;
	margin: 0 0 5px;
}

.teamBondingContent ul li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 9px;
}

.teamBondingMain h3 {
	color: #023421;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 0;
}

/* Education Page CSs */
.educationPageBanner {
	position: relative;
}

.educationPageBanner img {
	width: 100%;
}

.educationPageBanner h1 {
	color: #FFF;
	font-size: 70px;
	font-weight: 600;
	line-height: 1.2;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 0 25px;
	bottom: 30px;
}

.educationServices {
	border-bottom: solid 1px #DDD8C5;
}

.educationServices .container {
	max-width: 1760px !important;
}

.educationServices ul {
	margin: 0;
	display: flex;
}

.educationServices ul li {
	list-style: none;
	width: 100%;
	border-left: solid 1px #DDD8C5;
	padding: 4%;
}

.educationServices ul li:first-child {
	border: 0;
}

.educationServices ul li h3 {
	color: #023421;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	margin: 40px 0;
}

.educationServices ul li p {
	color: #0E0E0E;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 15px;
	min-height: 140px;
}

.educationServices ul li:hover h3 {
	color: #E4710A;
}

.educationServices ul li:hover a svg path {
	stroke: #E4710A;
	fill: #E4710A;
}

.educationServices ul li:hover a svg {
	fill: #E4710A;
	stroke: #E4710A;
}

.educationServices .blockBtn {
	color: #E4710A;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
	margin: 25px 0 0 0;
	display: block;
}

.educationServices .blockBtn:hover,
.educationServices .blockBtn:focus {
	color: #023421;
}

.educationUpcomingWorkshop {
	position: relative;
	padding: 100px 0 120px 0;
}

.educationUpcomingWorkshop .workshopHeader {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	margin: 0 0 60px 0;
}

.educationUpcomingWorkshop .workshopHeader h2,
.upcomingworkshopSec h2 {
	color: #023421;
	font-size: 55px;
	font-weight: 600;
	line-height: 50px;
	margin: 0 0 0 0;
}

.educationUpcomingWorkshop .workshopHeader h2 span {
	display: block;
	color: #E4710A;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 20px 0;
}

.educationUpcomingWorkshop .workshopHeader .workshopHeadRight a {
	display: block;
	margin: 13px 0 0 0;
	color: #023421;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
}

.educationUpcomingWorkshop .workshopHeader .workshopHeadRight a.orangeLink {
	color: #E4710A;
}

.educationUpcomingWorkshop .card {
	border-radius: 0;
	box-shadow: none;
	background: rgba(221, 210, 198, 0.4);
	padding: 0;
}

.educationUpcomingWorkshop .card img {
	width: 50%;
	max-height: 335px;
	object-fit: cover;
}

.educationUpcomingWorkshop .card-content {
	width: 50%;
	padding: 25px 35px 20px 40px;
}

.educationUpcomingWorkshop .card-content .day {
	color: #023421;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	border-bottom: 1px solid #D7CCBC;
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
}

.educationUpcomingWorkshop .card-content .title {
	color: #023421;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.educationUpcomingWorkshop .workshopdateNtime {
	position: relative;
	padding: 0 0 0 70px;
	background: url(../img/calender-ic.png) no-repeat left center;
	margin: 30px 0 0 0;
}

.educationUpcomingWorkshop .workshopdateNtime .date {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	line-height: normal;
}

.educationUpcomingWorkshop .workshopdateNtime .time {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	line-height: normal;
}

.educationUpcomingWorkshop .card-content .read-more {
	color: #E4710A;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
	margin: 25px 0 0 0;
	display: block;
}

.educationUpcomingWorkshop .card-content .read-more:hover,
.educationUpcomingWorkshop .card-content .read-more:focus {
	color: #023421;
}

.educationUpcomingWorkshop .workshopHeader .workshopHeadRight a:hover,
.educationUpcomingWorkshop .workshopHeader .workshopHeadRight a:focus {
	color: #E4710A;
}

.educationUpcomingWorkshop .workshopHeader .workshopHeadRight a.orangeLink:hover,
.educationUpcomingWorkshop .workshopHeader .workshopHeadRight a.orangeLink:focus {
	color: #023421;
}



.educationTipsGuides {
	background: #fff;
	margin: 0 2%;
	padding: 60px 0 90px;
}

.eduTipsGuidesInner {
	padding: 0 5%;
}

.eduTipsGuides {
	margin: 0 0 50px;
	position: relative;
}

.eduTipsGuides h2 {
	color: #023421;
	font-size: 55px;
	font-weight: 600;
	line-height: 1;
}

.eduTipsGuides h2 span {
	color: #E4710A;
	font-size: 25px;
	font-weight: 400;
	line-height: normal;
	display: block;
	padding-bottom: 10px;
}

.eduTipsGuides a {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #E4710A;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
}

.eduTipsGuides a:hover {
	color: #023421;
}

.eduTipsGuidesInner ul {
	margin: 0;
	display: flex;
	gap: 50px;
}

.eduTipsGuidesInner ul li {
	list-style: none;
	width: calc(100% - 50px);
	text-align: center;
	border: 1px solid #B8B8B8;
	padding-bottom: 35px;
}

.eduTipsGuidesInner ul li img {
	width: 100%;
}

.eduTipsGuidesInner ul li h4 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin: 22px 0 15px;
	padding: 0 15px;
}

.eduTipsGuidesInner ul li p {
	color: #7D7D7D;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 15px;
	max-width: 450px;
	margin: 0 auto;
	min-height: 53px;
	margin-bottom: 20px;
}

.eduTipsGuidesInner ul li a {
	color: #E4710A;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
}

.eduTipsGuidesInner ul li a:hover {
	color: #023421;
}

.eduBonsaiCare {
	padding: 200px 0 0;
	background: url(../img/education-care-tree-bg.png) no-repeat right top 20px;
	position: relative;
	margin-bottom: 125px;
}

.eduBonsaiCare::after {
	position: absolute;
	content: '';
	background: #023421;
	height: 375px;
	bottom: 0;
	width: 58%;
	z-index: 0;
	right: 0;
}

.eduBonsaiCare .container {
	display: flex;
	align-items: center;
}

.eduBonsaiCareContent {
	width: 47%;
	padding-right: 25px;
	position: relative;
	z-index: 1;
}

.eduBonsaiCareVideo {
	width: 53%;
	position: relative;
	z-index: 1;
}

.eduBonsaiCareVideo iframe {
	border: solid 15px #fff;
	height: 620px;
}

.eduBonsaiCareTitle h3 {
	color: #E4710A;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
}

.eduBonsaiCareTitle h3 span {
	display: block;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	padding-bottom: 10px;
}

.eduBonsaiCareTitle a {
	position: relative;
	display: inline-block;
	padding: 14px 30px;
	background: #023421;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.eduBonsaiCareTitle a:hover {
	background: #E4710A;
}

.eduBonsaiCareTitle a::after {
	right: -60%;
	position: absolute;
	content: '';
	background: url(../img/arrow-wide.png) no-repeat center center;
	width: 63px;
	height: 24px;
}

.eduBonsaiCareSteps ul {
	margin: 25px 0 0 0;
}

.eduBonsaiCareSteps ul li {
	display: flex;
	align-items: center;
	padding: 17px 0;
}

.eduBonsaiCareSteps ul li img {
	min-width: 90px;
}

.eduBonsaiCareSteps ul li h5 {
	margin: 0 0 0 20px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: none;
}

.eduBonsaiCareSteps ul li h5 span {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	display: block;
	opacity: 0.5;
	padding-top: 7px;
}

.ourStoryPageMain .aboutSec {
	padding: 93px 0 0 0;
}

.ourStoryPageMain .aboutSec .secCntn {
	max-width: 100%;
	padding: 0 20px;
}

.ourStoryPageMain .aboutSec .secCntn .page-heading {
	color: #E4710A;
	text-align: center;
	font-size: 80px;
	font-weight: 800;
	line-height: 90.858px;
	margin: 0 0 20px 0;
}

.ourStoryPageMain .aboutSec .secCntn h4 {
	color: rgba(14, 14, 14, 0.8);
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	line-height: 45.429px;
	margin: 0 0 25px 0;
}

.ourStoryPageMain .aboutSec .secCntn p {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 25px;
	max-width: 1110px;
	margin: 0 auto 20px;
}

.abtbnrSlider .slick-arrow {
	display: none !important;
}


.contactPageTitle {
	text-align: center;
	padding: 50px 0;
}

.contactPageTitle h1 {
	color: #E4710A;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
	margin: 10px 0;
}

.contactPageTitle p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.contactPageInfo {
	display: flex;
	background: #fff;
}

.contactPageInfoDetail {
	width: 56%;
	padding: 65px 30px 50px 65px;
}

.contactPageMap {
	width: 44%;
}

.contactPageInfoDetail h4 {
	color: #023421;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 30px;
}

.contactPageInfoDetail p {
	margin: 0 0 22px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: inherit;
}

.contactPageInfoDetail p.addressContact,
p.callContact {
	display: flex;
	align-items: center;
}

.contactPageInfoDetail p.addressContact {
	margin-top: 40px;
}

p.callContact {
	margin-bottom: 40px;
}

.contactPageInfoDetail p.addressContact span {
	padding-left: 12px;
	display: block;
}

p.callContact a {
	padding-left: 12px;
	color: #E4710A;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
}

p.callContact a:hover {
	color: #000;
}

.contactFormAndTree {
	padding: 100px 0;
	display: flex;
	align-items: center;
}

.contactFormAndTree #contact-us-page {
	width: 65%;
}

.contactTreeImg {
	width: 35%;
	padding: 0 0 0 5%;
}

.contactFormAndTree #contact-us-page h3 {
	color: #E4710A;
	font-size: 40px;
	font-weight: 700;
	line-height: inherit;
	margin: 0 0 22px;
}

.contactFormAndTree #contact-us-page h3 p {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: inherit;
	margin: 0;
}

.contactFormAndTree #contact-us-page h3 p a {
	color: #159C69;
}

.contactFormAndTree #contact-us-page h3 p a:hover {
	color: #E4710A;
}

.contact-form-page .form-input {
	border-radius: 0;
	border: 1px solid #C7C6C4;
	padding: 17px;
	line-height: inherit;
	height: auto;
}

.contact-form-page .form-field .form-label {
	display: none;
}

.contact-form-page .form-field {
	margin-bottom: 36px;
}

.contact-form-page .form-field.form-field-name {
	margin-bottom: 0;
}

.contact-form-page .form-field.form-field-phone {
	margin-bottom: 12px;
}

.contact-form-page .form-field.form-field-order {
	margin-top: 24px;
}

.contact-form-page .form-field.form-field-question {
	top: -23px;
	position: relative;
	margin-bottom: 5px;
}

.contact-form-page .form-field .form-label-small {
	display: block;
	margin: 0;
	text-align: right;
}

.contact-form-page .form-field .form-label-small span {
	display: none;
}

.contact-form-page .form-field .form-label small {
	text-transform: none;
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: inherit;
}

.contact-form-page .form-actions {
	margin-top: 0;
}

.contact-form-page .form-actions .button {
	background: #E4710A;
	color: #fff;
	font-size: 16px;
	padding: 17px 10px;
	border-radius: 0;
	text-transform: none;
	font-weight: 500;
	height: auto;
}

.contact-form-page .form-actions .button:hover {
	background: #000;
}

.card-img-container img {
	box-shadow: none;
}

.blog>.blog-post-figure {
	display: block;
}

.blogPage {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.blogPage .blog {
	width: 33.33%;
	padding: 15px 15px 30px 15px;
	margin: 0 !important;
	border: none;
}

.blogPage .blog .blog-post,
.blogPage .blog .blog-date {
	display: none;
}

.blogPage .blog .tags {
	margin: 0;
}

.blogPage .blog .tag a {
	padding: 0;
	color: #000;
	font-size: 14px;
}

.blogPage .blog .blog-title {
	color: #023421;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	min-height: 56px;
}

.blogPage .blog .blog-title a {
	color: #023421;
	font-weight: 600;
}

.blogpostPage .blog {
	padding: 50px 0 0 0;
}

.blogpostPage .blog .blog-post-figure {
	display: none;
}

.blogpostPage .blog .tags {
	margin: 0;
}

.blogpostPage .blog .tag {
	padding: 10px 10px 0 0;
}

.blogpostPage .blog .tag a {
	padding: 0;
	color: #000;
}

.blogpostPage .blog-header {
	padding: 0 0 20px 0;
}

.blogpostPage .blog .blog-title {
	color: #023421;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

.blogpostPage .blog .blog-title a {
	color: #023421;
	font-weight: 600;
}

.blogpostPage .embed-container {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.blogpostPage .embed-container iframe,
.blogpostPage .embed-container object,
.blogpostPage .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blogpostPage .blogvideoBlock {
	max-width: 700px;
	padding: 0 0 20px 0;
}

.blogpostPage .KaikouExhibitionImages {
	position: relative;
}

.blogpostPage .KaikouExhibitionImages ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	list-style: none;
	padding: 10px 0 0 0;
}

.blogpostPage .KaikouExhibitionImages ul li {
	padding: 10px;
	width: 25%;
}

.blogpostPage .socialLinks {
	padding: 20px 0 0 0;
}

.blogpostPage .blogpageMainImg {
	padding: 0 0 20px 0;
}

.blogpostPage .blog-post {
	font-size: 18px;
	color: #000;
}

.blogpostPage .blog-post p {
	margin: 0 0 20px 0;
	color: #000;
}

.blogpostPage .blog-post h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 35px 0 10px 0;
	color: #023421;
}

.blogpostPage .blog-post h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 35px 0 10px 0;
	color: #023421;
}

.blogpostPage table {
	border: 1px solid #ccc;
}

.blogpostPage table tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.blogpostPage table td {
	padding: 10px 20px;
}

.blogpostPage table tr td:not(:last-child) {
	border-right: 1px solid #ccc;
}

.previewCartAction {
	margin-top: 15px;
}

.previewCartAction-viewCart .button--action {
	background: transparent;
}

.navUser ul li.previewCartItem {
	background-color: transparent;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.previewCart-additionalCheckoutButtons {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 100%;
}

.previewCart-additionalCheckoutButtons .CheckoutButton {
	margin: 20px 0 0 0;
}

.previewCart-additionalCheckoutButtons .or-use-label {
	text-align: center !important;
}

.upcomingworkshopSec {
	padding: 100px 0 120px 0;
}

.upcomingworkshopSec .secHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 25px 0;
}

.upcomingworkshopSec .secHead a {
	color: #E4710A;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
}

.upcomingworkshopSec .secHead a:hover {
	color: #023421;
}

.upcomingworkshopSec .workshopBoxes {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
	position: relative;
}

.upcomingworkshopSec .workshopBoxes .workshopBox {
	padding: 25px;
	position: relative;
	width: 33.33%;
}

.upcomingworkshopSec .workshopBox .infoImg {
	position: relative;
}

.upcomingworkshopSec .workshopBox .infoImg img {
	width: 100%;
}

.upcomingworkshopSec .workshopBox .wDate {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #fff;
	padding: 5px 15px;
	color: #000;
}

.upcomingworkshopSec .workshopBox .soldoutBadge {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #E4710A;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 15px;
}

.upcomingworkshopSec .workshopBox .workshopDtl {
	background: #fff;
	padding: 30px 20px;
	color: #7D7D7D;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.upcomingworkshopSec .blockTitle {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 20px 0;
	padding: 0;
	min-height: 50px;
}

.upcomingworkshopSec .wTime {
	position: relative;
	background: url(https://cdn11.bigcommerce.com/s-zoeknd7bpc/images/stencil/original/image-manager/clock-ic.png?t=1762430395) no-repeat left top;
	padding-left: 25px;
	margin: 0 0 10px 0;
}

.upcomingworkshopSec .wTeacher {
	position: relative;
	background: url(https://cdn11.bigcommerce.com/s-zoeknd7bpc/images/stencil/original/image-manager/user-ic.png?t=1762430396) no-repeat left top;
	padding-left: 25px;
	margin: 0 0 10px 0;
}

.upcomingworkshopSec .wPrice {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}

.upcomingworkshopSec .secBtn {
	display: inline-block;
	padding: 14px 30px;
	background: #023421;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.upcomingworkshopSec .secBtn:hover,
.upcomingworkshopSec .secBtn:focus {
	background: #E4710A;
	color: #fff;
}


@media (min-width: 992px) {
	.productView-images {
		width: 52%;
	}

	.productView-details {
		width: 48%;
	}
}

@media (min-width: 992px) {
	.navPages-container.is-open {
		padding-top: 0;
	}

	.navPages-list.mobMenu {
		display: none;
	}

	.navPages-list+.navPages-list {
		margin: 0;
		padding: 0;
		border: none;
	}

	.navPages {
		text-align: left;
	}

	.navPages-container {
		background: transparent;
		font-family: "Parkinsans", sans-serif;
		border: none;
		width: calc(88% - 200px);
	}

	.headerLeft {
		width: 200px;
	}

	.headerRight {
		width: 12%;
		justify-content: end;
	}

	.navPages ul li.navPages-item {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
		position: relative;
		float: none;
		padding: 0 22px;
		border-right: 1px solid #DDD8C5;
		margin: 5px 0;
	}

	.navPages-action {
		font-size: 16px;
		color: #023421;
		text-transform: none;
		padding: 0;
		text-transform: none;
		font-weight: 500;
		display: block;
		line-height: normal;
	}

	.navPages-item .navPages-action:hover,
	.navPages-action:hover,
	.navPages-action.activePage,
	.navPages-action.is-open,
	.navPages-action:focus,
	.navPages ul li:hover>.navPages-action,
	.navPages ul li:focus>.navPages-action {
		background-color: transparent;
		color: #E4710A;
		text-decoration: underline;
	}

	.navPages .navPage-subMenu li:hover>.navPages-action,
	.navPages .navPage-subMenu li:focus>.navPages-action {
		background-color: #023421;
		color: #fff;
		text-decoration: none;
	}

	.navPages {
		max-width: inherit;
		padding: 0;
	}

	.navPages ul li.navPages-item.navPages-item-page {
		display: none;
	}

	.navPages ul li.navPages-item.navmobLink {
		display: none;
	}

	ul.navPages-list>.navPages-item>.navPages-action:hover svg {
		transform: rotate(180deg);
		fill: #656565;
		stroke: #656565;
	}

	ul.navPages-list>.navPages-item>.navPages-action {
		padding-top: 35px;
	}

	ul.navPages-list>.navPages-item:last-child {
		border: none;
	}

	.navPages-item .navPage-subMenu {
		width: 250px;
		background: #efece3;
		padding: 0px !important;
		border: none;
		z-index: 1;
	}

	.navPages-list .navPages-item {
		position: relative;
	}

	.navPages-list .navPages-item:hover .navPage-subMenu {
		display: block;
	}

	.navPage-subMenu .navPage-subMenu-item {
		width: 100%;
		padding: 0px 0 !important;
		position: relative;
	}

	.navPage-subMenu-item>.navPage-subMenu-action {
		margin: 0px;
		padding: 10px 20px 10px 20px;
		font-size: 15px;
		color: #000;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		line-height: normal;
		font-weight: 400;
	}

	.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
		padding: 10px 20px;
	}

	.navPage-subMenu-item:last-child>.navPage-subMenu-action {
		border-bottom: none;
	}

	.navPage-subMenu .navPage-childList {
		display: none;
		position: absolute;
		left: 100%;
		top: 0px;
		width: 250px;
		background: #DDD8C5;
		border: none;
	}

	.navPage-subMenu .navPage-subMenu-item:hover .navPage-childList {
		display: block;
	}

	.navPage-subMenu .navPage-childList .navPage-childList-item {
		padding: 0;
	}

	.navPage-childList-item>.navPage-childList-action {
		margin: 0px;
		padding: 10px 20px;
		font-size: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		color: #000;
		font-weight: 400;
		line-height: normal;
	}

	#menu .navPage-subMenu-item>.navPage-subMenu-action:hover {
		color: #fff;
		background: #023421;
		text-decoration: none;
	}

	#menu .navPage-childList-item>.navPage-childList-action:hover {
		color: #fff;
		background: #023421;
	}

	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-item {
		display: block;
		float: none;
		padding: 0;
	}

	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPage-subMenu {
		display: none;
	}

	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-item:hover .navPage-subMenu,
	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-item:focus .navPage-subMenu {
		display: block;
		left: 100%;
		top: 0;
	}

	#menu ul.navPages-list .navPage-subMenu .navPages-list {
		width: 100%;
		padding: 0 0 10px 0;
	}

	.navPage-subMenu .navPages-action-moreIcon {
		display: inline-block;
		float: right;
		margin: 9px 0 0 0;
	}

	.navPages-action svg,
	.navPages-action:hover svg,
	.navPages-action.activePage svg {
		fill: #656565;
		stroke: #656565;
	}

	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-action {
		color: #000;
		border-bottom: #e6e6e6 solid 1px;
		line-height: normal;
		padding: 13px 0;
		font-size: 15px;
		font-weight: 500;
		position: relative;
	}

	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-item:last-child .navPages-action {
		border: none;
	}

	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-action:hover,
	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-action:focus {
		background: #fff;
		color: #1177bc;
	}

	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-action:hover svg,
	#menu ul.navPages-list .navPage-subMenu .navPages-list .navPages-action:focus svg {
		fill: #d61f3a;
		stroke: #1177bc;
	}

	.navPage-subMenu-action .collapsible-icon-wrapper {
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
	}

	.navPages .navPage-subMenu li:last-child>a {
		border-bottom: none !important;
	}

	.navPages-list:not(.navPages-list-depth-max) .has-subMenu>.navPages-action-moreIcon {
		margin: 2px 0 0 5px;
	}

	body,
	html {
		overflow-x: hidden;
	}

	.header-logo {
		padding: 23px 35px 23px 0;
		border-right: 1px solid #DDD8C5;
	}

	.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu .navPages-action-moreIcon {
		transform: rotate(-90deg);
	}

	.navPage-subMenu .navPages-action svg,
	.navPages-action.is-open svg,
	.navPages-action .collapsible-icon-wrapper.is-open svg {
		fill: #000;
		stroke: #000;
	}

	.navPage-subMenu .navPages-action:hover svg {
		fill: #fff;
		stroke: #fff;
	}

	.navPages-item>.navPages-action,
	.navPages-item.navPages-103>.navPages-action {
		background: url(../img/nav-bonsai-tree-ic.png) no-repeat top center;
	}

	.navPages-item:hover>.navPages-action,
	.navPages-item>.navPages-action:focus,
	.navPages-item.navPages-103:hover>.navPages-action,
	.navPages-item.navPages-103>.navPages-action:focus {
		background: url(../img/nav-bonsai-tree-ic-hover.png) no-repeat top center;
	}

	.navPages-item.navPages-131>.navPages-action {
		background: url(../img/nav-bonsai-tools-ic.png) no-repeat top center;
	}

	.navPages-item.navPages-131:hover>.navPages-action,
	.navPages-item.navPages-131>.navPages-action:focus {
		background: url(../img/nav-bonsai-tools-ic-hover.png) no-repeat top center;
	}

	.navPages-item.navPages-236>.navPages-action {
		background: url(../img/nav-soil-ic.png) no-repeat top center;
	}

	.navPages-item.navPages-236:hover>.navPages-action,
	.navPages-item.navPages-236>.navPages-action:focus {
		background: url(../img/nav-soil-ic-hover.png) no-repeat top center;
	}

	.navPages-item.navPages-117>.navPages-action {
		background: url(../img/nav-pot-ic.png) no-repeat top 3px center;
		background-size: 28px;
	}

	.navPages-item.navPages-117:hover>.navPages-action,
	.navPages-item.navPages-117>.navPages-action:focus {
		background: url(../img/nav-pot-ic-hover.png) no-repeat top 3px center;
		background-size: 28px;
	}

	.navPages-item.navPages-244>.navPages-action {
		background: url(../img/nav-workshop-ic.png) no-repeat top center;
	}

	.navPages-item.navPages-244:hover>.navPages-action,
	.navPages-item.navPages-244>.navPages-action:focus {
		background: url(../img/nav-workshop-ic-hover.png) no-repeat top center;
	}

	.navPages-item.navPages_service>.navPages-action {
		background: url(../img/nav-services-ic.png) no-repeat top center;
	}

	.navPages-item.navPages_service:hover>.navPages-action,
	.navPages-item.navPages_service>.navPages-action:focus {
		background: url(../img/nav-services-ic-hover.png) no-repeat top center;
	}

	.navPages-item.navPages_learn>.navPages-action {
		background: url(../img/nav-education-ic.png) no-repeat top center;
	}

	.navPages-item.navPages_learn:hover>.navPages-action,
	.navPages-item.navPages_learn>.navPages-action:focus {
		background: url(../img/nav-education-ic-hover.png) no-repeat top center;
	}

	.navPages ul li.navPages-item.navPages-23 {
		display: none;
	}

	/* .productView-images{align-items:center;}
	.productView-image{width:calc(100% - 120px); order:2; padding-right:95px; padding-left:20px; margin:0;}
	.productView-image + .productView-thumbnails{width:120px; order:1; padding:50px 0; margin:0;}
	.productView-thumbnail-link{max-width:120px; height:120px;}
	.productView-thumbnails .slick-list{margin:0; padding:0;}
	.productView-thumbnail{padding:6px 0; margin:0;}
	.productView-thumbnails .slick-prev, .productView-thumbnails .slick-next{left:50%; transform:translateX(-50%);}
	.productView-thumbnails .slick-prev{top:20px;}
	.productView-thumbnails .slick-next	{top:auto; bottom:20px;} */
}

@media (max-width: 1889px) {
	.instaSec .instaContainer .instaTitleBlock:after {
		left: -20px;
		background-size: 100%;
	}
}

@media (max-width: 1749px) {
	.hdrtopLeft {
		font-size: 15px;
	}

	.navPages ul li.navPages-item {
		padding: 0 15px;
	}

	.mainSlider .sliderLeftBlock .infoTxt {
		padding: 25px 80px 30px 80px;
	}

	.mainSlider .sliderLeftBlock .bnrCntn {
		padding: 30px 80px 40px 80px;
	}

	.mainSlider .sliderLeftBlock .bnrHeading img {
		max-width: 80%;
	}

	.mainSlider .sliderLeftBlock .bnrsubHead {
		padding: 0 0 30px 0;
	}

	.mainSlider .sliderLeftBlock .bnrsubHead h4 {
		font-size: 30px;
		line-height: 36px;
	}

	.cateSec .cateBox .cateDtl,
	.cateSec .cateBoxes .cateBox:nth-child(2n) .cateDtl {
		padding: 50px 50px 30px 80px;
	}

	.reviewSec .reviewCntn .page-heading {
		font-size: 50px;
	}

	.aboutSec .secCntn .page-heading {
		font-size: 68px;
		line-height: 78px;
	}

	.instaSec .instaContainer .instaTitleBlock .instaTitle {
		font-size: 70px;
	}

	.ftrmapSec .leftBlock {
		padding: 20px 70px 20px 55px;
	}

	.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fbgroupBlock a,
	.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fblikeBlock a {
		padding: 43px 40px 43px 40px;
	}

	.footerTop .ftrNewsletter .newsletterHead {
		padding-right: 20px;
	}

	.ftrNewsletter .form {
		max-width: 400px;
	}

	.slick-prev {
		left: -10px;
	}

	.slick-next {
		right: -10px;
	}

	/* .heroCarousel .heroCarousel-slide .heroCarousel-image{width:auto !important;} */
}

@media(max-width:1700px) {
	.tree-collapse ul li .icon-text {
		font-size: 18px;
	}

	.tree-collapse ul:nth-child(2) li {
		max-width: 480px;
	}

	.tree-collapse ul:nth-child(2) li:nth-child(1) .icon-t:after {
		bottom: -60px;
		height: 60px;
	}

	.tree-collapse ul:nth-child(2) li:nth-child(2) .icon-t:after {
		bottom: -60px;
		height: 60px;
	}

	.tree-collapse .point-box .icon-t svg {
		width: 90px;
		height: auto;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul li .icon-text {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 1599px) {
	.hdrtopLeft {
		font-size: 14px;
	}

	.page-sidebar+.page-content .productGrid .product {
		width: 33.33%;
	}

	.dropdown--quickSearch .form-input,
	.navPages-quickSearch .form-input {
		min-width: 275px;
	}

	.header-logo {
		padding-right: 20px;
	}

	.navPages ul li.navPages-item {
		padding: 0 12px;
	}

	.navPages-action {
		font-size: 14px;
	}

	.shopSpecialLink a {
		padding: 14px 20px;
		font-size: 16px;
	}

	.mainSlider .sliderLeftBlock .infoTxt {
		padding: 15px 20px 20px 20px;
	}

	.mainSlider .sliderLeftBlock .infoTxt p {
		font-size: 16px;
		margin: 0 0 5px 0;
	}

	.mainSlider .sliderLeftBlock .infoTxt .txtLink {
		font-size: 16px;
	}

	.mainSlider .sliderLeftBlock .bnrCntn {
		padding: 30px 20px 40px 20px;
	}

	.mainSlider .sliderLeftBlock .bnrsubHead h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.mainSlider .sliderLeftBlock .bnrHeading img {
		max-width: 60%;
	}

	.mainSlider .slick-prev {
		left: 20px;
	}

	.mainSlider .slick-next {
		left: 90px;
	}

	.cateSec .cateBox .cateDtl,
	.cateSec .cateBoxes .cateBox:nth-child(2n) .cateDtl {
		padding: 30px 25px 20px 40px;
	}

	.journeySec .page-heading {
		font-size: 80px;
	}

	.instaSec .instaContainer .instaTitleBlock:before {
		height: 140px;
	}

	.instaSec .instaContainer .instaTitleBlock:after {
		width: 102%;
	}

	.instaSec .instaContainer .instaTitleBlock .instaTitle {
		font-size: 60px;
		padding: 0 0 0 115px;
		background-size: 60px;
		margin: 0 -110px 0 0;
	}

	.ftrmapSec .leftBlock .infoBlock {
		margin: 0 0 35px 0;
	}

	.ftrmapSec .leftBlock .infoBlock h4 {
		font-size: 20px;
	}

	.footerTop .ftrtopCntnr .ftrNewsletter {
		padding: 20px;
	}

	.footerMiddle,
	.footerBottom {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ftrCntctDtl .contactInfo,
	.ftrmapSec .leftBlock {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fbgroupBlock a,
	.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fblikeBlock a {
		padding: 25px 20px;
	}

	.ftrmapSec .secTitle {
		font-size: 40px;
		line-height: 50px;
	}

	.visitPageGallery h2 {
		font-size: 30px;
	}

	.visitPageGallery h2 span {
		padding: 0 20px;
		font-size: 24px;
	}

	.tree-collapse .tree_object img {
		max-width: 60%;
		width: 100%;
	}

	.tree-collapse ul:nth-child(2) li {
		max-width: 400px;
	}

	.tree-collapse ul:nth-child(3) li {
		max-width: 300px;
	}

	.tree-collapse ul:nth-child(4) li {
		max-width: 240px;
	}

	.treeSittingCarousel {
		padding: 0 60px;
	}

	.shortTermAndLongTermLeft h2 {
		font-size: 50px;
	}

	.ourStoryPageMain .aboutSec .secCntn .page-heading {
		font-size: 60px;
	}

	.ourStoryPageMain .aboutSec .secCntn h4 {
		font-size: 30px;
	}

	.ourStoryPageMain .aboutSec .secCntn p {
		font-size: 20px;
		line-height: 22px;
	}

	.prdctPageReviewAboutSec .reviewBlock {
		padding: 0 0 0 20px;
	}

	.prdctPageReviewAboutSec .reviewBlock h3 {
		font-size: 50px;
		line-height: 54px;
	}

	.prdctPageReviewAboutSec .SinceBlockTopCntn h3 strong {
		font-size: 80px;
		line-height: 60px;
	}

	.prdctPageReviewAboutSec .reviewBlock .prdctreviewBox {
		padding: 55px 45px 45px 40px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child {
		padding-bottom: 75px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul {
		padding-bottom: 125px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) .icon-text::before {
		width: 360px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) .icon-text::after {
		left: 360px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd):before {
		left: 550px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) .icon-text::before {
		width: 300px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) .icon-text::after {
		right: 300px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) .icon-text::before {
		width: 250px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) .icon-text::after {
		right: 250px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even):before {
		right: 570px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even):before {
		right: 520px;
	}

	.bonsaiTagline h3 {
		font-size: 40px;
	}

	.prdctTagwithSeal .prdctSealCntnr {
		padding: 0 50px;
	}

	.productView_alternate .picklist_options_blocks,
	.productView_default .picklist_options_blocks {
		padding: 30px;
	}

	.picklistHead .extrashippingInfo::before {
		width: 65px;
		left: -30px;
	}

	.workshopNeducationSec .homeEducationBlock {
		padding: 20px;
	}

	.mainBannerSlider .sliderLeftBlock .bnrTitle {
		font-size: 44px;
	}

}

@media (min-width: 992px) and (max-width: 1599px) {
	.navPages-container {
		background: transparent;
		font-family: "Parkinsans", sans-serif;
		border: none;
		width: calc(88% - 185px);
	}

	.headerLeft {
		width: 185px;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.form-wishlist {
		max-width: 320px;
	}

	#form-action-addToCart,
	.button--addtocart {
		padding: 25px 50px 25px 95px;
		background-position: left 50px center;
		max-width: 320px;
	}

	.prdctsealBlock {
		left: 320px;
	}

	.workshopNeducationSec .homeWorkshopBlock {
		padding-right: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1319px) {
	.header>.container {
		flex-wrap: wrap;
	}

	.header-logo {
		border-right: none;
	}

	.navPages-container {
		width: 100%;
		order: 3;
		border-top: 1px solid #DDD8C5;
		text-align: center;
	}

	.navPages ul li.navPages-item {
		padding: 10px 25px !important;
		margin: 0;
	}

	/* .navPages ul li.navPages-item:first-child{border-left:1px solid #DDD8C5;}
	.navPages ul li.navPages-item:last-child{border-right:1px solid #DDD8C5;} */
	.navPages {
		text-align: center;
	}

	.productView_alternate .prdctMapBlock {
		flex-wrap: wrap;
	}

	.productView_alternate .prdctMapBlock .prdctMapLeft {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.prdctShippingDtl {
		flex-wrap: wrap;
		padding-bottom: 5px;
	}

	.prdctShippingDtl .prdctshippingTitle {
		width: 100%;
		margin: 0;
	}

	.prdctShippingDtl .prdctshippingTitle:before {
		content: none;
	}

	.prdctShippingDtl .prdctDtl {
		padding: 10px 20px !important;
		border: none !important;
	}

	.productView_alternate .prdctListImg,
	.productView_default .prdctListImg {
		width: 150px;
		height: 150px;
	}

	.productView_alternate .productOptions-list-item-figure,
	.productView_default .productOptions-list-item-figure {
		width: 80px;
	}

	.productView_alternate .prdctListDtl,
	.productView_default .prdctListDtl {
		width: calc(100% - 50px);
	}

	.workshopNeducationSec .blogRow .blogCol {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navPages ul li.navPages-item {
		padding: 10px 15px !important;
	}

	.navPages-action {
		font-size: 12px !important;
	}
}

@media (max-width: 1499px) {
	.hdrtopLeft {
		font-size: 12px;
	}

	.marquee-line {
		font-size: 15px;
	}

	.dropdown--quickSearch .form-input,
	.navPages-quickSearch .form-input {
		min-width: 240px;
	}

	.mainSlider .sliderLeftBlock .bnrHeading {
		font-size: 54px;
	}

	.aboutSec .secCntn .page-heading {
		font-size: 60px;
		line-height: 70px;
	}

	.aboutSec .secCntn p {
		font-size: 28px;
		line-height: 40px;
	}

	.reviewSec .reviewCntn {
		padding: 0 0 0 40px;
	}

	.visitPageBannerContent {
		left: 4%;
	}

	.visitPageBannerContent h1 {
		font-size: 44px;
	}

	.ourStoryContentImageLeft p {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 14px;
	}

	.popularFAQsTitleMain h2 {
		font-size: 175px;
	}

	.tree-collapse .tree_object img {
		max-width: 55%;
		width: 100%;
	}

	.tree-collapse ul {
		padding-bottom: 40px;
	}

	.tree-collapse ul:nth-child(4) {
		padding-bottom: 10px;
	}

	.tree-collapse ul:nth-child(2) li {
		max-width: 400px;
	}

	.tree-collapse ul:nth-child(2) li:nth-child(1) .icon-t:after {
		width: 100px;
		bottom: -30px;
		left: 50px;
		height: 30px;
	}

	.tree-collapse ul:nth-child(2) li:nth-child(2) .icon-t:after {
		width: 100px;
		bottom: -30px;
		right: 50px;
		height: 30px;
	}

	.tree-collapse ul:nth-child(3) li {
		max-width: 300px;
	}

	.tree-collapse ul:nth-child(3) li:nth-child(1) .icon-t:after {
		width: 140px;
		bottom: -20px;
		height: 20px;
	}

	.tree-collapse ul:nth-child(3) li:nth-child(2) .icon-t:after {
		width: 140px;
		bottom: -20px;
		height: 20px;
	}

	.tree-collapse ul:nth-child(4) li {
		max-width: 250px;
	}

	.teamBondingMain h2 {
		font-size: 44px;
	}

	.teamBondingContent h4 {
		font-size: 30px;
	}

	.educationPageBanner h1 {
		bottom: 0;
		font-size: 50px;
	}

	.eduBonsaiCareTitle h3 {
		font-size: 50px;
	}

	.eduBonsaiCare {
		background-size: 160px;
		padding: 80px 0 0;
		margin-bottom: 80px;
	}

	.prdctpageTitle {
		font-size: 50px;
	}

	.productView-images {
		padding: 0 40px 0 0;
	}

	.productView-title {
		font-size: 30px;
		line-height: 34px;
	}

	dd.productView-info-value.productViewLimitedstock {
		right: 0;
	}

	.productView-description .tabs-contents {
		padding: 20px;
	}

	.productView-description .prdctDescBlocks .prdctdescLeft {
		padding: 0 40px 0 0;
	}

	.productView-description .prdctdescLeft h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.productView-description .prdctdescLeft h3 {
		font-size: 32px;
	}

	.productView-description .prdctdescLeft p {
		font-size: 17px;
		line-height: 26px;
	}

	.bonsaiQualityInfoMainInner h2 {
		font-size: 50px;
	}

	.bonsaiQualityInfoPrdct p.bonsaiQualityInfopara {
		font-size: 30px;
	}

	.servicePageKeyServices.prdctshippingDtl h3,
	.seedifferanceSec .secTitle {
		font-size: 50px;
	}

	.workshopNeducationSec .page-heading {
		font-size: 42px;
	}

	.eduBonsaiCare.eduBonsaiCarePrdct {
		padding: 135px 0 0 0;
	}

	.eduBonsaiCare.eduBonsaiCarePrdct::before {
		background-size: 160px;
		top: 0;
	}
}

@media(max-width:1400px) {
	.productSliderTitle {
		padding: 0 20px;
	}

	.tree-collapse .tree_object img {
		max-width: 50%;
		width: 100%;
	}

	.tree-collapse ul {
		padding-bottom: 20px;
	}

	.tree-collapse ul:nth-child(4) {
		padding-bottom: 0px;
	}

	.shortTermAndLongTermSlider {
		padding: 0;
	}

	.eduBonsaiCareContent,
	.eduBonsaiCareVideo {
		width: 50%;
	}

	.eduBonsaiCare::after {
		width: 54%;
	}

	.contactPageInfoDetail h4 {
		font-size: 30px;
	}

	.contactPageInfoDetail {
		padding: 35px 20px 20px 35px;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul li .icon-text span {
		font-size: 14px;
		line-height: 18px;
	}

	.navPages ul li.navPages-item {
		padding: 0 10px;
	}

	.navPages-action {
		font-size: 13px;
	}
}

@media (max-width: 1319px) {
	.brandGrid .brand {
		width: 25%;
	}

	.page-sidebar+.page-content .productGrid .product {
		width: 33.33%;
	}

	.subcategories_img ul li {
		width: 25%;
	}

	.navPages ul li.navPages-item {
		padding: 0 10px;
	}

	.cateSec .cateBox .cateDtl .cateTitle {
		margin: 0 0 15px 0;
		font-size: 30px;
		line-height: 30px;
	}

	.cateSec .cateBox .cateDtl ul li {
		margin: 0 0 10px 0;
	}

	.cateSec .cateBox .cateDtl p {
		margin: 0 0 25px 0;
	}

	.journeySec .journeyBlock .blockIc {
		width: 150px;
		height: 150px;
	}

	.journeySec .journeyBlock .blockIc svg {
		max-width: 55%;
		max-height: 55%;
	}

	.reviewSec .slick-next {
		right: -120px;
	}

	.reviewSec .slick-prev {
		right: -50px;
	}

	.ftrCntctDtl .contactInfo {
		width: 100%;
		border-bottom: 1px solid #DDD8C5;
		padding: 25px 20px;
	}

	.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock {
		width: 50% !important;
	}

	.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock.fbgroupBlock {
		border-left: none;
	}

	.prdctMapBlock {
		padding: 40px 0 0 0;
	}

	.bonsaiTagline h3 {
		font-size: 34px;
		line-height: 44px;
	}

	.mainBannerSlider .sliderLeftBlock {
		padding: 30px 40px 30px 0;
	}
}

@media (max-width: 1299px) {
	.visitPageDirectionLeft h3 {
		font-size: 34px;
	}

	.visitPageDirectionLeft svg {
		right: 10px;
		top: 100px;
	}

	.popularFAQsTitleMain h2 {
		font-size: 150px;
	}

	.accordion-item .accordion-label,
	.accordion-toggle::before {
		font-size: 20px;
	}

	.popularFAQsTitleMain img {
		bottom: 5%;
	}

	.popularFAQsTitleMain a {
		right: 15%;
		font-size: 16px;
	}

	.nebgServiceContent h1,
	.bonsaiQualityInfoMainInner h2,
	.prdctPageReviewAboutSec .reviewBlock h3 {
		font-size: 44px;
	}

	.tree-collapse ul:first-child {
		padding-bottom: 120px;
	}

	.tree-collapse ul li .icon-text {
		font-size: 16px;
	}

	.tree-collapse .point-box .icon-t svg,
	.tree-collapse .point-box .icon-t img {
		width: 80px;
		height: auto;
	}

	.tree-collapse ul:nth-child(2) li {
		max-width: 320px;
	}

	.tree-collapse ul:nth-child(3) li {
		max-width: 260px;
	}

	.tree-collapse ul:nth-child(4) li {
		max-width: 210px;
	}

	p.bonsaiQualityInfopara,
	.bonsaiQualityInfoPrdct p.bonsaiQualityInfopara {
		font-size: 18px;
	}

	.serviceHowItWorksContent {
		padding: 20px 4%;
	}

	.serviceHowItWorksContent h2 {
		font-size: 30px;
	}

	.treeSittingCarousel .slick-next,
	.treeSittingCarousel .slick-prev,
	.treeSittingCarousel .slick-next::before,
	.treeSittingCarousel .slick-prev::before {
		width: 28px;
		height: 28px;
	}

	.treeSittingCarousel .slick-next::before,
	.treeSittingCarousel .slick-prev::before {
		background: none;
	}

	.treeSittingCarousel {
		padding: 0 40px;
	}

	.shortTermAndLongTermRight h3 {
		font-size: 45px;
	}

	.bonsaiQualityInfoMain {
		padding: 30px 0 50px;
	}

	.teamBondingInner {
		padding: 30px 15px 20px;
	}

	.teamBondingMain h3 {
		font-size: 30px;
	}

	.educationServices ul li {
		padding: 2% 2% 25px 2%;
	}

	.educationServices ul li h3 {
		font-size: 22px;
		margin: 25px 0;
	}

	.eduTipsGuidesInner {
		padding: 0 2%;
	}

	.eduTipsGuidesInner ul {
		gap: 20px;
	}

	.productView-options .prdctoptnList .form-field .form-label.form-label--alternate,
	.productOptions-list-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.productOptions-list-item {
		padding-top: 15px;
	}

	.upcomingworkshopSec .workshopBoxes {
		margin: 0 -10px;
	}

	.upcomingworkshopSec .workshopBoxes .workshopBox {
		padding: 10px;
		width: 50%;
	}
}

@media (max-width: 1279px) {
	.productGrid li.product {
		width: 25%;
	}

	.hdrtopLeft {
		display: none;
	}

	.hdrtopMiddle {
		width: 75%;
	}

	.header-logo {
		border-right: none;
	}

	.mainSlider .sliderLeftBlock .bnrsubHead {
		padding: 0 0 25px 0;
	}

	.mainSlider .sliderLeftBlock .bnrHeading {
		margin: 0 0 25px 0;
		font-size: 42px;
	}

	.ourStoryPageMain .aboutSec .secCntn .page-heading {
		margin: 0 0 10px 0;
	}

	.prdctPageReviewAboutSec .reviewBlock .reviewBlockIn {
		padding: 0 20px 0 0;
	}

	.seedifferanceSec .differanceBlocks .secRow {
		background-size: 9%;
		background-position: left 45% center;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul li .icon-text {
		font-size: 16px;
		line-height: 22px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child {
		padding-bottom: 70px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul {
		padding-bottom: 120px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) .icon-text::before {
		width: 300px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) .icon-text::after {
		left: 300px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd):before {
		left: 480px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) .icon-text::before {
		width: 250px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) .icon-text::after {
		right: 250px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) .icon-text::before {
		width: 200px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) .icon-text::after {
		right: 200px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even):before {
		right: 500px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even):before {
		right: 450px;
	}

	.bonsaiQualityInfoPrdct .bonsaiQualityInfoMainInner h2 {
		margin: 0 0 10px 0;
	}

	.productView-description .tab-title {
		min-width: inherit;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:first-child {
		padding-bottom: 85px;
	}

	.prdctTagwithSeal {
		font-size: 24px;
	}

	.picklistHead .headInfo {
		font-size: 14px;
	}

	.mainBannerSlider .sliderLeftBlock .bnrsubTitle {
		font-size: 22px;
	}

	.mainBannerSlider .sliderLeftBlock .bnrTitle {
		font-size: 36px;
	}

	.mainBannerSlider .sliderLeftBlock p {
		font-size: 20px;
		line-height: 30px;
	}
}


@media (max-width: 1199px) {
	.productGrid li.product {
		width: 33.33%;
	}

	.page-sidebar+.page-content .productGrid .product {
		width: 50%;
	}

	.shopSpecialLink {
		display: none;
	}

	.hdrtopMiddle {
		width: 100%;
	}

	.slick-next,
	.slick-prev {
		width: 40px;
		height: 40px;
	}

	.slick-next:before,
	.slick-prev:before {
		width: 38px;
		height: 38px;
	}

	.mainSlider .sliderLeftBlock .bnrsubHead h4 {
		font-size: 22px;
	}

	.mainSlider .slick-next {
		left: 70px;
	}

	.mainSlider .slick-arrow {
		bottom: 25px;
	}

	.cateSec .cateBox .cateDtl,
	.cateSec .cateBoxes .cateBox:nth-child(2n) .cateDtl {
		padding: 20px;
	}

	.cateSec .cateBox .cateDtl p {
		margin: 0 0 20px 0;
	}

	.cateSec .cateBox .cateDtl .cateTitle {
		font-size: 26px;
		line-height: 26px;
	}

	.productSliderTitle .tab,
	.prdctpageTabs .tab {
		margin: 0 70px 0 0;
	}

	.productSliderTitle .tab-title,
	.prdctpageTabs .tab-title {
		font-size: 26px !important;
	}

	.journeySec .journeyBlock {
		width: 33.33%;
		margin: 20px 0 0 0;
	}

	.reviewSec .slick-prev {
		right: -70px;
	}

	.reviewSec .reviewCntnr .reviewLeft {
		width: 100%;
	}

	.reviewSec .reviewCntnr .reviewRight {
		display: none;
	}

	.brandSec .brandCntnr .brandHead {
		width: 100%;
		border-bottom: 1px solid #B1B0AC;
	}

	.brandSec .brandCntnr .brandBoxes {
		width: 100%;
	}

	.brandSec .brandCntnr .brandBox:first-child {
		border-left: none;
	}

	.instaSec .instaContainer .instaTitleBlock .instaTitle {
		font-size: 42px;
		padding: 0 0 0 70px;
		background-size: 45px;
		margin: 0 -60px 0 0;
	}

	.instaSec .instaContainer .instaTitleBlock::before {
		height: 100px;
	}

	.journeySec {
		margin-top: -170px;
	}

	.journeySec .page-heading {
		font-size: 60px;
		line-height: 60px;
	}

	.aboutSec .secCntn .page-heading {
		font-size: 46px;
		line-height: 56px;
		margin: 0 0 10px 0;
	}

	.aboutSec .secCntn p {
		font-size: 22px;
		line-height: 30px;
	}

	.ftrmapSec .leftBlock {
		width: 40%;
	}

	.ftrmapSec .mapBlock {
		width: 60%;
	}

	.footerTop .ftrtopCntnr .ftrNewsletter {
		width: 100%;
	}

	.footerTop .ftrtopCntnr .footerSocial {
		width: 100%;
	}

	.footerSocial .socialLinks .icon {
		height: 100px;
	}

	.footer-info-col--small {
		width: 33.33%;
	}

	.footer-info-col--small:last-child {
		width: 66.667%;
	}

	.footer-info-col--small:last-child .footer-info-list {
		column-count: 2;
	}

	.footerMiddle {
		background: #023421;
	}

	.footerBottom {
		padding-left: 0;
		padding-right: 0;
	}

	.navPages-container.is-open .navPages-quickSearch {
		margin-top: 0;
	}

	.visitPageUSP {
		padding: 60px 0;
	}

	.popularFAQsTitleMain a {
		right: 5%;
		font-size: 16px;
	}

	.servicePageKeyServices ul li h5 {
		font-size: 20px;
	}

	.tree-collapse .point-box .icon-t svg,
	.tree-collapse .point-box .icon-t img {
		width: 70px;
	}

	.tree-collapse ul:nth-child(2) li {
		max-width: 300px;
	}

	.tree-collapse ul:nth-child(3) li {
		max-width: 240px;
	}

	.tree-collapse ul:nth-child(4) li {
		max-width: 200px;
	}

	.tree-collapse ul:first-child {
		padding-bottom: 120px;
	}

	.tree-collapse ul li .icon-text {
		font-size: 14px;
	}

	.tree-collapse ul:nth-child(2) li:nth-child(1) .icon-t:after {
		width: 80px;
		bottom: -30px;
		left: 30px;
		height: 30px;
	}

	.tree-collapse ul:nth-child(2) li:nth-child(2) .icon-t:after {
		width: 80px;
		bottom: -30px;
		right: 30px;
		height: 30px;
	}

	.treeSittingTable .container {
		flex-wrap: wrap;
	}

	.treeSittingTableTitle,
	.treeSittingTableData {
		width: 100%;
	}

	.treeSittingTableTitle h2 {
		text-align: center;
		max-width: 100%;
		font-size: 30px;
	}

	.treeSittingTable {
		padding: 60px 0;
	}

	.shortTermAndLongTermLeft h2 {
		font-size: 40px;
	}

	.shortTermAndLongTermcontentLast h2 {
		font-size: 24px;
	}

	.shortTermAndLongTermLeft p {
		font-size: 16px;
	}

	.personalizedAndCustomizedServices {
		padding: 50px 0;
	}

	.teamBondingContent h4 {
		font-size: 24px;
	}

	.teamBondingContent {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.teamBondingImg {
		width: 100%;
	}

	.teamBondingInner {
		flex-wrap: wrap;
	}

	.teamBondingMain h2,
	.teamBondingMain h3 {
		font-size: 30px;
	}

	.teamBondingContent h4 {
		font-size: 20px;
	}

	.teamBondingContent ul li {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.teamBondingMain {
		padding: 50px 0;
	}

	.eduTipsGuides h2 {
		font-size: 40px;
	}

	.eduBonsaiCareTitle h3 {
		font-size: 40px;
	}

	.ourStoryPageMain .aboutSec .secCntn .page-heading {
		font-size: 48px;
		line-height: 1;
	}

	.ourStoryPageMain .aboutSec .secCntn h4 {
		font-size: 26px;
		line-height: normal;
	}

	.ourStoryPageMain .aboutSec .secCntn p {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}

	.prdctPageReviewAboutSec .prdctpageSinceBlock .SinceBlockTopCntn {
		padding-left: 20px;
		padding-right: 20px;
	}

	.seedifferanceSec .secRow .difblockCntn {
		width: 44%;
		max-width: inherit;
	}

	.seedifferanceSec .secRow .difblockCntn.ourBlock {
		max-width: inherit;
	}

	.seedifferanceSec .differanceBlocks .secRow {
		background-position: center center;
	}

	.seedifferanceSec .difblockCntn .blockCntn h4 {
		font-size: 24px;
		line-height: 1.1;
	}

	.seedifferanceSec .difblockCntn .blockCntn ul li {
		margin: 0 0 10px 0;
	}

	.servicePageKeyServices.prdctshippingDtl .prdctshipDtl {
		font-size: 26px;
	}

	.prdctPageReviewAboutSec .prdctreviewBox h6 {
		font-size: 16px;
	}

	.prdctPageReviewAboutSec .prdctreviewBox p {
		font-size: 16px;
		line-height: 26px;
	}

	.prdctPageReviewAboutSec .reviewBlock .prdctreviewBox {
		padding: 25px 25px 25px 20px;
	}

	.prdctPageReviewAboutSec .prdctreviewBox .authorDtl {
		font-size: 18px;
		padding: 20px 0 0 0;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child {
		padding-bottom: 50px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul {
		padding-bottom: 115px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) .icon-text::before {
		width: 250px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd) .icon-text::after {
		left: 250px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(odd):before {
		left: 425px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) .icon-text::before {
		width: 200px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even) .icon-text::after {
		right: 200px;
		width: 215px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) .icon-text::before {
		width: 150px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even) .icon-text::after {
		right: 150px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:nth-child(even):before {
		right: 400px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul:first-child .point-box:nth-child(even):before {
		right: 360px;
	}

	.prdctTagwithSeal .prdctSealCntnr {
		padding: 0;
		justify-content: center;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(2) {
		padding-left: 40px;
		padding-right: 70px;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(2) li:nth-child(1) .icon-t::after,
	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(2) li:nth-child(2) .icon-t::after {
		bottom: -60px;
		height: 60px;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:first-child {
		padding-bottom: 20px;
	}

	.educationUpcomingWorkshop .grid {
		grid-template-columns: 1fr;
	}

	.educationUpcomingWorkshop .workshopHeader h2,
	.upcomingworkshopSec h2 {
		font-size: 40px;
	}

	.educationUpcomingWorkshop .workshopHeader h2 span {
		font-size: 20px;
		margin: 0 0 10px 0;
	}

	.educationUpcomingWorkshop .workshopHeader .workshopHeadRight a {
		font-size: 18px;
		margin: 8px 0 0 0;
	}

	.mainBannerSlider .sliderLeftBlock {
		padding: 0 30px 0 0;
	}

	.mainBannerSlider .sliderLeftBlock .bnrsubTitle {
		font-size: 20px;
	}

	.mainBannerSlider .sliderLeftBlock .bnrTitle {
		font-size: 32px;
		margin: 0 0 15px 0;
	}

	.mainBannerSlider .sliderLeftBlock p {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 25px 0;
	}

	.mainBannerSlider .sliderLeftBlock .secBtn {
		padding: 12px 15px;
	}
}

@media(max-width:1099px) {
	.tree-collapse ul:first-child {
		padding-bottom: 80px;
	}

	.weOfferHandsSupport h4 {
		font-size: 24px;
	}

	.personalizedAndCustomizedServices h2 {
		font-size: 50px;
	}

	.productView-description .prdctDescBlocks .prdctdescLeft {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.productView-description .prdctDescBlocks .prdctDescImg {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.visitPageUSPBox h4 {
		font-size: 16px;
	}

	.visitPageUSPBox p {
		font-size: 14px;
	}

	.visitPageGallery h2 {
		font-size: 20px;
		padding: 30px 0;
	}

	.visitPageGallery {
		padding: 0 0 50px;
	}

	.popularFAQs .container {
		flex-wrap: wrap;
	}

	.popularFAQsTitleMain {
		text-align: center;
		min-height: 300px;
		margin-bottom: 40px;
	}

	.popularFAQsTitleMain,
	.popularFAQsAccordian {
		width: 100%;
	}

	.popularFAQsTitleMain img {
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 200px;
		bottom: 0;
	}

	.popularFAQsTitleMain h2 {
		font-size: 80px;
		margin-top: 0;
	}

	.popularFAQsTitleMain h5 {
		margin-bottom: 5px;
	}

	.popularFAQsTitleMain a {
		position: absolute;
		right: 0;
		bottom: -34px;
		left: 0;
		margin-left: -30px;
	}

	.shortTermAndLongTermcontent {
		flex-wrap: wrap;
	}

	.shortTermAndLongTermLeft {
		width: 100%;
		padding-right: 0;
	}

	.shortTermAndLongTermImage,
	.shortTermAndLongTermRight {
		width: 100%;
		padding-right: 0;
	}

	.shortTermAndLongTermRight h3 {
		font-size: 35px;
		margin: 12px;
		height: auto;
		text-align: center;
	}

	.shortTermAndLongTermRight h3 span {
		transform: rotate(0);
	}

	.teamBondingMain p {
		font-size: 16px;
	}

	.educationTipsGuides {
		margin: 0;
		padding: 20px 0 30px;
	}

	.eduTipsGuides {
		margin-bottom: 30px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse {
		margin-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.productView-description .tab-title {
		font-size: 20px;
		padding: 14px 40px;
	}
}

/* ============= Responsive Navigation Start ============= */

@media (max-width: 991px) {
	.header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}

	.header-logo {
		width: 100%;
		text-align: center;
		padding: 15px 0;
		display: flex;
		justify-content: center;
		margin: 0;
		max-width: unset;
	}

	.header-logo .header-logo-image-container {
		margin: 0 auto;
	}

	.header-logo-image {
		max-height: 90px;
		margin: 0 auto;
		width: 100%;
		max-width: 160px;
		height: auto;
	}

	.header-logo>.header-logo__link {
		display: inline-flex;
		width: auto;
		max-width: calc(100% - 120px);
		min-height: 48px;
	}

	.header.is-open {
		position: fixed;
		height: 100%;
	}

	.header.is-open .header-logo>a {
		z-index: 0;
	}

	.header-logo .header-logo-image-container {
		display: block;
		left: auto;
	}

	.navPages {
		text-align: left;
		background: rgba(221, 210, 198, 0.2);
		padding: 20px;
		position: fixed;
		height: calc(100vh - 139px);
		width: 100%;
		left: 0;
		overflow-y: auto;
	}

	.navPages-action.is-open {
		background: transparent;
	}

	.navPages-container {
		bottom: 0;
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		overflow-y: auto;
		right: 0;
		z-index: 10;
		background: none;
	}

	.navPages-container.is-open {
		display: block;
		padding-top: 139px;
		z-index: -1;
	}

	.navPages ul li,
	.navPages ol li {
		border-bottom: solid 1px #ccc;
		text-align: left;
		position: relative;
	}

	.navPages .navPages-list {
		display: flex;
		flex-wrap: wrap;
	}

	.navPages ul li.navPages-item {
		border: none;
		position: relative;
		order: 3;
		width: 100%;
	}

	.navPages ul li.navPages-item:first-child {
		order: 1;
	}

	.navPages ul li.navPages-item.navPages-244 {
		border-bottom: solid 1px #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
		order: 2;
	}

	.navPages-list {
		display: block;
	}

	.navPages-item {
		float: none;
		color: #000;
		font-size: 14px;
	}

	.navPages ul li.navPages-item {
		margin: 0;
	}

	.navPages-action {
		display: block;
		padding: 7px 0 !important;
		font-size: 15px !important;
		font-weight: normal;
		text-transform: none;
		line-height: normal;
		position: relative;
	}

	.navPages>.navPages-list>.navPages-item>.navPages-action,
	.navPages .navPages-list.navPages-list--user .navPages-item .navPages-action {
		font-weight: 500;
		color: #023421;
	}

	.has-subMenu.is-open .navPages-action-moreIcon,
	.collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
		top: 50%;
		transform: translateY(-50%);
	}

	.navPages-action-moreIcon {
		top: 50%;
		transform: translateY(-50%);
	}

	.navPages-list--user {
		display: block;
	}

	.navPage-subMenu-list .navPage-subMenu-action:hover {
		background: none;
		opacity: 1;
	}

	.navPage-subMenu-item>.navPage-subMenu-action {
		border: none;
		margin: 0;
		color: #023421;
	}

	.navPage-childList-action.navPages-action {
		color: #023421;
	}

	.navPage-subMenu-item {
		width: 100%;
		padding: 0 !important;
	}

	.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
		border: 1px solid #d6cdc0;
		border-radius: 4px;
		float: left;
		height: 30px;
		margin-top: -4px;
		transform: rotate(90deg);
		width: 30px;
		padding: 10px 0 0 0;
		top: 10px;
		right: 0;
		text-align: center;
	}

	.navPage-subMenu {
		position: relative;
		padding: 5px 15px !important;
		background: transparent;
	}

	.navPage-subMenu-horizontal.is-open {
		border-left: 0 none;
		height: auto;
		left: inherit;
		margin: auto;
		top: inherit;
		width: 100%;
	}

	nav.navPages .navPage-subMenu-list .navPages-action {
		text-transform: none;
	}

	nav.navPages .navPage-subMenu-list .navPage-childList {
		padding: 0 0 0 15px;
		margin: 0;
		border: none;
	}

	.navPage-subMenu-action .collapsible-icon-wrapper {
		width: auto;
	}

	.navPages-list--user .navPages-action {
		display: inline-block;
	}

	.navPage-childList .navPage-childList-item:last-child {
		border: none;
	}

	.navPages-list+.navPages-list {
		border: none;
		padding: 0;
		margin: 0;
	}

	.navPages li.navPage-subMenu-item:last-child {
		border: none;
	}

	.navPages ul li.navPages-item {
		padding: 0;
	}

	.navPages ul.navPages-list>li.navPages-item.mainmenu_li.more-nav>.navPages-action {
		padding: 0;
	}

	.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
		margin: 0;
		width: 10px;
	}

	.mobileMenu-toggle {
		display: inline-block;
		font-size: 0;
		left: 20px;
		top: 27px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		z-index: 50;
		margin-top: 0;
		background: #0E0E0E !important;
		width: 40px !important;
		height: 40px !important;
		border-radius: 0;
	}

	.mobileMenu-toggle:hover,
	.mobileMenu-toggle:focus {
		background: #023421 !important;
	}

	.mobileMenu-toggle .mobileMenu-toggleIcon::before {
		top: -6px;
	}

	.mobileMenu-toggle .mobileMenu-toggleIcon::after {
		bottom: -6px;
	}

	.mobileMenu-toggle .mobileMenu-toggleIcon {
		top: 19px;
	}

	.mobileMenu-toggle .mobileMenu-toggleIcon,
	.mobileMenu-toggle .mobileMenu-toggleIcon::before,
	.mobileMenu-toggle .mobileMenu-toggleIcon::after,
	.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
	.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
		width: 20px;
		background: #fff;
	}

	.mobileMenu-toggle .mobileMenu-toggleIcon,
	.mobileMenu-toggle .mobileMenu-toggleIcon::before,
	.mobileMenu-toggle .mobileMenu-toggleIcon::after {
		background: #fff;
		margin: auto;
		left: 0;
		right: 0;
	}

	.navPages-quickSearch {
		display: block;
	}

	.quickSearchResults .productGrid .product .card {
		border-bottom: none;
	}

	.dropdown--quickSearch .form-field .button,
	.navPages-quickSearch .form-field .button {
		margin: 0;
	}

	.quickSearchResults {
		position: relative;
		max-width: none;
		width: 100%;
		overflow-y: auto;
	}

	.quickSearchResults ul.productGrid {
		padding: 10px 0 0 0;
	}

	.navPages-quickSearch .form-input {
		min-width: unset;
		max-width: unset;
		background-size: 100%;
	}

	.quickSearchResults {
		display: none;
	}

	.page-sidebar {
		width: 100%;
		display: none;
	}

	.page-sidebar+.page-content {
		padding: 0;
		width: 100%;
	}

	.page-sidebar+.page-content .productGrid .product {
		width: 50%;
	}

	.productGrid .product {
		width: 33.33%;
	}

	.headerLeft {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.headerRight {
		width: auto;
		display: block;
		position: absolute;
		right: 20px;
		top: 32px;
		padding: 0;
	}

	.navPages-quickSearch>.container {
		padding: 0 !important;
	}

	.navUser {
		width: auto;
	}

	.navUser ul li.navUser-item {
		display: none;
	}

	.navUser ul li.navUser-item.navUser-item--giftCards {
		display: none;
		background: none;
		margin: 0 14px 0 0 !important;
		padding: 0;
	}

	.navUser ul li.navUser-item.navUser-item--cart {
		display: inline-block;
		background: none;
		margin: 0 !important;
		padding: 0;
	}

	.page-sidebar {
		width: 300px;
		margin: 0;
	}

	.productView {
		margin: 0;
	}

	.productView-images {
		width: 100%;
		padding: 0;
	}

	.productView-details {
		width: 100%;
	}

	.productView-thumbnail {
		padding: 0 10px;
	}

	.productView-thumbnails .slick-next,
	.productView-thumbnails .slick-prev,
	.productView-thumbnails .slick-next::before,
	.productView-thumbnails .slick-prev::before {
		transform: rotate(-45deg);
	}

	.mainSlider {
		margin-top: 20px;
	}

	.mainSlider .sliderLeftBlock {
		order: 2;
	}

	.mainSlider .sliderLeftBlock,
	.mainSlider .sliderRightBlock {
		width: 100%;
	}

	.cateSec .cateBox .cateImg,
	.cateSec .cateBox .cateDtl {
		width: 100%;
	}

	.cateSec .cateBoxes .cateBox:nth-child(2n) .cateImg {
		order: inherit;
	}

	.cateSec .cateBox .cateDtl,
	.cateSec .cateBoxes .cateBox:nth-child(2n) .cateDtl {
		padding: 30px 20px;
	}

	.productSliderTitle .tab,
	.prdctpageTabs .tab {
		margin: 0 30px 0 0;
	}

	.productSliderTitle .tab-title,
	.prdctpageTabs .tab-title {
		font-size: 21px !important;
	}

	.reviewSec .reviewCntnr .reviewLeft {
		padding: 45px 20px 40px 20px;
	}

	.reviewSec .reviewTitle img.reviewtitleMob {
		display: block;
	}

	.reviewSec .reviewTitle img.reviewtitleDesk {
		display: none;
	}

	.reviewSec .reviewTitle:before {
		content: none;
	}

	.reviewSec .reviewHead {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.reviewSec .reviewHead .reviewTitle {
		padding: 25px 20px;
	}

	.reviewSec .reviewCntn {
		width: 100%;
		padding: 0;
	}

	.reviewSec .slick-arrow {
		top: auto;
		bottom: 0;
	}

	.reviewSec .reviewSlider {
		padding: 0 0 70px 0;
	}

	.reviewSec .slick-prev {
		right: auto;
		left: 0;
	}

	.reviewSec .slick-next {
		right: auto;
		left: 50px;
	}

	.ftrmapSec .secTitle {
		font-size: 28px;
		line-height: 38px;
		margin: 0 0 25px 0;
	}

	.ftrmapSec .secTitle br {
		display: none;
	}

	.footerTop .ftrtopCntnr .ftrNewsletter {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footerTop .ftrNewsletter .newsletterHead {
		padding-right: 0;
	}

	.ftrNewsletter .form {
		max-width: inherit;
		margin: 20px 0 0 0;
	}

	.footerBottom {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-copyright {
		width: 100%;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.footer-copyright>.powered-by {
		font-size: 16px;
	}

	.footer-info-heading {
		margin: 0 0 20px 0;
	}

	.cateHead .page-heading {
		font-size: 48px;
	}

	nav[aria-label="Breadcrumb"]:before {
		left: -20px;
		width: 20px;
	}

	nav[aria-label="Breadcrumb"]:after {
		right: -20px;
		width: 20px;
	}

	.visitPageBannerContent h1 {
		font-size: 36px;
	}

	.visitPageUSPBox svg {
		width: 70px;
	}

	.visitPageUSP .container {
		gap: 15px;
	}

	.visitPageGalleryImages {
		gap: 15px;
	}

	.visitPageGalleryBox:first-child {
		width: calc(31% - 15px);
	}

	.visitPageGalleryBox {
		width: calc(25% - 15px);
	}

	.visitPageGalleryBox:nth-child(odd) img {
		margin-bottom: 15px;
	}

	.visitPageGalleryImages,
	.visitPageDirectionInner {
		flex-wrap: wrap;
	}

	.visitPageDirectionLeft {
		padding-right: 0;
		text-align: center;
		padding-bottom: 100px;
	}

	.visitPageDirection {
		padding: 50px 0;
	}

	.visitPageDirectionLeft h3 {
		font-size: 26px;
	}

	.visitPageDirectionLeft svg {
		right: 10px;
		top: auto;
		width: 70px;
		height: auto;
		bottom: 30px;
		transform: rotate(75deg);
		left: 0;
		margin: 0 auto;
	}

	.ourStoryTopContentInner p {
		font-size: 16px;
		line-height: 22px;
	}

	.ourStoryContentImage .container {
		flex-wrap: wrap;
	}

	.ourStoryContentImageLeft,
	.ourStoryContentImageRight {
		width: 100%;
		text-align: center;
	}

	.ourStoryContentImage {
		padding: 0 15px;
	}

	.ourStoryContentImageLeft {
		padding: 25px 25px 10px 25px;
	}

	.ourStory3Columns {
		padding-bottom: 20px;
	}

	.nebgServiceContent h1 {
		font-size: 30px;
		line-height: normal;
		margin-bottom: 10px;
	}

	.nebgServiceContent p {
		font-size: 15px;
		line-height: 25px;
	}

	.servicePageKeyServices h3 {
		font-size: 30px;
		line-height: normal;
	}

	.servicePageKeyServices.prdctshippingDtl h3,
	.seedifferanceSec .secTitle,
	.prdctPageReviewAboutSec .reviewBlock h3 {
		font-size: 36px;
		line-height: 1.1;
	}

	.servicePageKeyServices ul {
		flex-wrap: wrap;
		margin: 20px 0;
	}

	.servicePageKeyServices ul li {
		width: 50%;
		padding: 10px 2%;
	}

	.tree-collapse .tree_object {
		position: relative;
		bottom: -34px;
	}

	.tree-collapse .point-box .icon-t:after {
		display: none;
	}

	.tree-collapse ul:first-child {
		padding-bottom: 10px;
	}

	.tree-collapse ul {
		justify-content: center;
		width: 100%;
		gap: 30px;
	}

	.serviceHowItWorksInner {
		max-width: 800px;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.serviceHowItWorksImage,
	.serviceHowItWorksContent {
		width: 100%;
	}

	.personalizedAndCustomizedServices h2 {
		font-size: 40px;
	}

	p.personalizedAndCustomizedPara {
		font-size: 18px;
	}

	.weOfferHandsSupport ul li p br {
		display: none;
	}

	.personalizedAndCustomizedServices .container {
		flex-wrap: wrap;
	}

	.weOfferHandsSupport,
	.weOfferHandsSupportImage {
		width: 100%;
		padding-left: 0;
	}

	.weOfferHandsSupport h4 br {
		display: none;
	}

	.educationPageBanner h1 {
		font-size: 34px;
	}

	.eduBonsaiCare .container {
		flex-wrap: wrap;
	}

	.eduBonsaiCareContent,
	.eduBonsaiCareVideo {
		width: 100%;
		padding-right: 0;
	}

	.eduBonsaiCare::after {
		bottom: -10px;
		width: 100%;
	}

	.eduBonsaiCareVideo iframe {
		height: 500px;
	}

	.eduBonsaiCareTitle h3 br {
		display: none;
	}

	.eduBonsaiCareSteps ul li {
		padding: 4px 0;
	}

	.eduBonsaiCareVideo {
		margin-top: 20px;
	}

	.ourStoryPageMain .abtbnrSlider .abtBanner img {
		min-height: 465px;
		object-fit: cover;
	}

	.prdctPageReviewAboutSec .reviewBlock .reviewBlockIn {
		max-width: inherit;
		padding: 0;
	}

	.prdctPageReviewAboutSec .reviewBlock {
		width: 100%;
		padding: 0 20px 50px 20px;
	}

	.prdctPageReviewAboutSec .prdctpageSinceBlock {
		width: 100%;
	}

	.seedifferanceSec .secRow .difblockCntn .blockImg {
		width: 100px;
	}

	.seedifferanceSec .secRow .difblockCntn .blockCntn {
		width: calc(100% - 100px);
	}

	.seedifferanceSec .difblockCntn .blockCntn h4 {
		font-size: 20px;
	}

	.prdctpageTitle {
		font-size: 44px;
	}

	.prdctPageReviewAboutSec .SinceBlockTopCntn h3 {
		font-size: 26px;
	}

	.prdctPageReviewAboutSec .SinceBlockTopCntn h3 strong {
		font-size: 64px;
		line-height: 44px;
	}

	.prdctPageReviewAboutSec .SinceBlockTopCntn h5 {
		font-size: 20px;
	}

	.prdctPageReviewAboutSec .SinceBlockTopCntn p {
		font-size: 16px;
	}

	.eduBonsaiCare.eduBonsaiCarePrdct .eduBonsaiCareContent {
		padding-right: 0;
	}

	.eduBonsaiCare.eduBonsaiCarePrdct .eduBonsaiCareSteps {
		max-width: inherit;
	}

	.productView-description {
		padding: 50px 0 0 0;
	}

	.productView_default .picklist_heading {
		font-size: 18px;
		line-height: 24px;
	}

	.bonsaiQualityInfoMain.bonsaiQualityInfoPrdct {
		padding: 60px 0 50px 0;
	}

	.bonsaiQualityInfoPrdct .secButton {
		padding: 20px 0 0 0;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse {
		padding: 0 20px 20px 20px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box .icon-text::before,
	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box .icon-text::after,
	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box:before {
		content: none !important;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul {
		margin: 0 -10px;
		padding: 0 !important;
		gap: inherit;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box {
		width: 50% !important;
		max-width: inherit !important;
		flex-direction: inherit !important;
		align-items: center !important;
		text-align: left !important;
		justify-content: flex-start !important;
		padding: 10px !important;
		right: inherit !important;
	}

	.prdctPageReviewAboutSec .prdctreviewBox .authorDtl::after {
		width: 60px;
		height: 60px;
		background-size: cover;
		top: -30px;
	}

	.contactPageTitle h1 {
		font-size: 36px;
	}

	.contactPageInfo {
		flex-wrap: wrap;
	}

	.contactPageInfoDetail {
		width: 100%;
		padding: 20px;
	}

	.contactPageMap {
		width: 100%;
		min-height: 300px;
	}

	.contactPageInfoDetail h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.contactPageInfoDetail p {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.contactPageInfoDetail h4 br {
		display: none;
	}

	.contactPageInfoDetail p.addressContact {
		margin-top: 15px;
	}

	p.callContact a {
		font-size: 18px;
	}

	.contactFormAndTree {
		padding: 40px 0;
	}

	.contactFormAndTree #contact-us-page h3 {
		font-size: 26px;
	}

	.contactFormAndTree #contact-us-page h3 p {
		font-size: 20px;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul li {
		max-width: 280px !important;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul li .icon-text span br {
		display: none;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}

	.prdctTagwithSeal .prdctSealCntnr {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	.prdctTagwithSeal .prdctSeal {
		order: 1;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}

	.prdctTagwithSeal .tagLine {
		width: 100%;
		padding: 10px 0 0 0;
		text-align: center;
	}

	.prdctTagwithSeal:before {
		width: 20px;
		left: -20px;
	}

	.prdctTagwithSeal:after {
		width: 20px;
		right: -20px;
	}

	.prdctPageReviewAboutSec.prdctAlternatePageReviewAboutSec {
		padding: 0 0 50px 0;
	}

	.educationUpcomingWorkshop .workshopHeader h2,
	.upcomingworkshopSec h2 {
		font-size: 36px;
		line-height: 1.1;
	}

	.workshopNeducationSec .homeWorkshopBlock {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.workshopNeducationSec .homeEducationBlock {
		width: 100%;
	}

	.workshopNeducationSec {
		padding: 60px 0 0 0;
	}

	.blogPage .blog {
		width: 50%;
	}

	.bonsaiQualityInfoPrdctAltrnt.bonsaiQualityInfoMain.bonsaiQualityInfoPrdct {
		padding: 50px 0;
	}

	.bonsaiTagline {
		padding: 0 0 30px 0;
	}

	.prdctMapBlock,
	.productView_alternate .prdctMapBlock {
		padding: 30px 0 0 0;
	}

	.eduBonsaiCareBtn a::after {
		content: none;
	}

	.seedifferanceSec {
		padding: 0;
	}

	.productViewLimitedstock+.productView-title {
		max-width: 100%;
	}

	.productView-title {
		max-width: 100%;
		margin: 0 0 15px 0;
	}

	.productView_alternate dd.productView-info-value.productViewLimitedstock {
		position: relative;
		display: inline-flex;
		align-items: center;
		width: auto;
		padding: 10px 15px;
		margin: 0 0 10px 0;
		border-bottom: 3px solid #E4710A;
	}

	.productView_alternate dd.productView-info-value.productViewLimitedstock:before,
	dd.productView-info-value.productViewLimitedstock:before {
		content: none;
	}

	.productView_alternate dd.productView-info-value.productViewLimitedstock span {
		display: inline-block;
		vertical-align: middle;
		/* padding:0 0 0 10px; margin:0 0 0 10px; border-left:1px solid #0A6D48; */
		padding: 0;
		border-top: none;
	}

	dd.productView-info-value.productViewLimitedstock {
		position: relative;
		width: auto;
		padding: 10px 20px;
		margin: 0 0 10px 0;
		display: inline-block;
		border-bottom: 3px solid #E4710A;
	}

	.prdctPriceShippingDtl {
		padding: 20px 0 0 0;
	}

	.productView-price .price-section {
		font-size: 28px;
	}

	.delivery-buttons .delivery-option-btn {
		padding: 10px 20px;
		margin: 15px 10px 0 0;
	}

	.productView-info> :first-child {
		margin-top: 10px;
	}

	.productView-options .form-field>.form-radio+.form-label {
		padding: 10px 20px;
		margin: 15px 10px 0 0;
	}

	.productView_alternate .productView-options .add-to-cart-buttons {
		margin: 0;
	}

	.prdctShippingDtl {
		margin: 20px 0 0 0;
	}

	.prdctShippingDtl .prdctshippingTitle {
		padding: 17px 20px 17px 20px;
		font-size: 18px;
	}

	.visitPageGallery {
		padding: 0 0 15px;
	}

	.navPages ul li.navPages-item.navdeskLink {
		display: none;
	}

	.navPages-list.deskMenu {
		display: none;
	}

	.mainBannerSlider .sliderLeftBlock {
		width: 100%;
		padding: 30px 0;
		order: 2;
	}

	.mainBannerSlider .sliderRightBlock {
		width: 100%;
		order: 1;
	}
}

@media (max-width: 900px) {
	.educationServices {
		border-bottom: none;
	}

	.educationServices ul {
		flex-wrap: wrap;
	}

	.educationServices ul li {
		width: 50%;
		border-bottom: solid 1px #DDD8C5 !important;
	}

	.educationServices ul li p {
		min-height: inherit;
	}

	.educationServices ul li h3 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.educationServices ul li:nth-child(3) {
		border-left: 0;
	}

	.eduBonsaiCare {
		background-size: 100px;
	}
}

@media (min-width: 640px) and (max-width: 991px) {
	.ftrCntctDtl .contactInfo {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.ftrCntctDtl .contactInfo>div {
		width: calc(33.33% - 20px);
		text-align: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.ftrCntctDtl .contactInfo p {
		margin: 15px 0 0 0;
		width: 100%;
		font-size: 15px;
	}
}

@media (min-width: 801px) and (max-width: 991px) {
	.productView {
		display: flex;
	}

	.productView-details.product-data {
		order: -1;
		padding-bottom: 20px;
	}
}

@media (max-width: 801px) {
	body .footer-info {
		padding: 0;
	}
}

@media (max-width: 800px) {
	.header {
		height: auto;
	}

	body {
		padding-top: 0;
	}

	.header-logo>a {
		padding: 0;
	}

	.navUser {
		position: relative;
		top: 0;
		transform: none;
	}

	.tabs {
		clear: both;
	}

	.login-row .login-form,
	.login-row .new-customer {
		padding-left: 0;
		padding-right: 0;
	}

	.tab {
		float: left;
	}

	.productView-details.product-data {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.previewCartCheckout .button {
		font-size: 13px;
	}

	.productView {
		padding-bottom: 0;
	}

	.cart-item-label {
		font-weight: 600;
	}

	.ftrmapSec .leftBlock {
		width: 100%;
	}

	.ftrmapSec .leftBlock .infoBlock {
		margin: 0 0 20px 0;
	}

	.ftrmapSec .mapBlock {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.page-sidebar {
		width: 100%;
	}

	.page-sidebar+.page-content {
		padding: 0;
		width: 100%;
	}

	.page-sidebar+.page-content .productGrid .product {
		width: 50%;
	}

	.visitPageUSP .container {
		flex-wrap: wrap;
	}

	.visitPageUSPBox {
		width: calc(50% - 15px * 1/2);
	}

	.visitPageBanner {
		position: relative;
	}

	.visitPageBanner::before {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		z-index: 0;
		content: '';
	}

	.accordion-item .accordion-label,
	.accordion-toggle::before {
		font-size: 16px;
	}

	.accordion-item .accordion-label {
		width: 90%;
	}

	.accordion-toggle {
		padding: 12px 10px 12px 45px;
	}

	.accordion-toggle::before {
		left: 15px;
	}

	.accordion-icon {
		width: 20px;
		height: 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.accordion-content {
		padding: 15px 20px 15px 20px;
	}

	.accordion-content p {
		font-size: 14px;
		line-height: 23px;
	}

	.ourStory2Columns {
		padding-bottom: 20px;
	}

	p.treeSpeciesPara {
		font-size: 16px;
	}

	.servicesandPoliciesPageMain .ourStory2Columns {
		padding-top: 30px;
	}

	.shortTermAndLongTermRight h3 {
		font-size: 22px;
	}

	.shortTermAndLongTermLeft h2,
	.serviceHowItWorksContent h2 {
		font-size: 26px;
	}

	p.schedule-drop-off {
		font-size: 16px;
	}

	.bonsaiQualityInfoMain {
		padding: 0;
	}

	.shortTermAndLongTermSlider {
		padding: 50px 0 0;
	}

	.personalizedAndCustomizedServices {
		padding: 30px 0;
	}

	.personalizedAndCustomizedServices .container {
		padding-top: 30px !important;
	}

	.serviceHowItWorksLast h5 {
		font-size: 18px;
	}

	.eduTipsGuidesInner ul {
		gap: 0px;
		flex-wrap: wrap;
	}

	.eduTipsGuidesInner ul li {
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.educationTipsGuides {
		max-width: 400px;
		margin: 0 auto;
	}

	.eduTipsGuidesInner {
		padding: 0 15px;
	}

	.eduTipsGuides a,
	.upcomingworkshopSec .secHead a {
		position: relative;
		font-size: 16px;
	}

	.eduTipsGuidesInner ul li a {
		font-size: 16px;
	}

	.eduTipsGuides {
		margin-bottom: 30px;
		text-align: center;
	}

	.eduTipsGuides h2 {
		font-size: 26px;
	}

	.eduTipsGuides h2 span {
		font-size: 17px;
		padding-bottom: 0;
	}

	.eduBonsaiCareTitle h3 {
		font-size: 30px;
	}

	.eduBonsaiCareTitle h3 span {
		font-size: 22px;
	}

	.eduBonsaiCareSteps ul li img {
		width: 70px;
		min-width: inherit;
	}

	.eduBonsaiCareSteps ul li h5 {
		font-size: 17px;
	}

	.eduBonsaiCare {
		margin-bottom: 40px;
	}

	.ourStoryPageMain .aboutSec .secCntn h4 {
		font-size: 23px;
	}

	.form-checkbox+.form-label,
	.form-radio+.form-label {
		padding-left: 25px;
	}

	.productView-description li.tab {
		float: none;
		display: block;
		margin: 0;
	}

	.productView-description .tab-title {
		text-align: center;
	}

	.educationUpcomingWorkshop .workshopHeader h2,
	.upcomingworkshopSec h2 {
		font-size: 26px;
	}

	.educationUpcomingWorkshop .workshopHeader h2 span {
		font-size: 17px;
	}

	.eduBonsaiCare.eduBonsaiCarePrdct {
		padding: 60px 0 0 0;
	}

	.eduBonsaiCare.eduBonsaiCarePrdct::before {
		background-size: 80px;
		top: 0;
	}
}


@media (max-width: 767px) {
	.dropdown-menu.is-open {
		left: inherit !important;
		right: 0;
	}

	.page-sidebar+.page-content .productGrid .product {
		width: 50%;
	}

	.productGrid li.product {
		width: 50%;
	}

	.brandGrid .brand {
		width: 33.33%;
	}

	.card-body {
		padding-left: 0;
		padding-right: 0;
	}

	.productSlider {
		margin: 60px 0 0 0;
	}

	.journeySec {
		margin-bottom: 50px;
	}

	.productSlider .productCarousel .slick-arrow,
	.prdctpageTabs .productCarousel .slick-arrow {
		top: auto;
		bottom: -40px;
		width: 20px;
		height: 16px;
		border: none;
		z-index: 2;
	}

	.productSlider .productCarousel .slick-prev:before,
	.productSlider .productCarousel .slick-next:before,
	.prdctpageTabs .productCarousel .slick-prev:before,
	.prdctpageTabs .productCarousel .slick-next:before {
		width: 20px;
		height: 16px;
	}

	.productSlider .productCarousel .slick-prev,
	.prdctpageTabs .productCarousel .slick-prev {
		left: calc(50% - 30px);
	}

	.productSlider .productCarousel .slick-next,
	.prdctpageTabs .productCarousel .slick-next {
		right: calc(50% - 30px);
	}

	.productSlider .slick-next {
		right: -10px;
	}

	.productSlider .slick-prev {
		left: -10px;
		right: auto;
	}

	.productGrid li.product {
		width: 50%;
	}

	.compareTable {
		display: block;
		overflow-x: auto;
	}

	.compareTable tbody {
		display: block;
		width: 800px;
	}

	.brandSec .brandCntnr .brandBoxes {
		justify-content: center;
	}

	.brandSec .brandCntnr .brandHead {
		border-bottom: none;
	}

	.brandSec .brandCntnr .brandBox {
		border-top: 1px solid #B1B0AC;
		border-bottom: 1px solid #B1B0AC;
		margin-bottom: -1px;
	}

	.aboutSec {
		padding: 170px 0 0 0;
	}

	.aboutSec .secCntn {
		padding: 0 20px;
	}

	.aboutSec .abtbnrSlider .abtBanner img {
		min-height: 400px;
		object-fit: cover;
	}

	.instaSec {
		padding-top: 60px;
	}

	.instaSec .instaContainer .instaTitleBlock {
		width: 100%;
		justify-content: center;
	}

	.instaSec .instaContainer .instaTitleBlock:before,
	.instaSec .instaContainer .instaTitleBlock:after {
		content: none;
	}

	.instaSec .instaContainer .instaTitleBlock .instaTitle {
		transform: none;
		margin: 0;
	}

	.instaSec .instaContainer .instaFeed {
		width: calc(100% + 20px);
	}

	.footer-info-col--small {
		width: 50%;
	}

	.footer-info-col--small:last-child {
		width: 100%;
	}

	.footerMiddle {
		padding-top: 50px;
		padding-bottom: 10px;
	}

	.visitPageBannerContent a,
	.visitPageDirectionLeft a {
		padding: 8px 15px;
	}

	.visitPageBannerContent h1 {
		margin-bottom: 15px;
	}

	.visitPageGallery h2 span {
		display: block;
		font-size: 0;
	}

	p.bonsaiQualityInfopara,
	.bonsaiQualityInfoPrdct p.bonsaiQualityInfopara {
		font-size: 16px;
	}

	.pricing-table td {
		font-size: 16px;
		padding: 14px 10px;
	}

	.row-label {
		background-color: #f17216;
		color: #fff;
		padding: 12px;
		font-size: 1.1em;
	}

	.pricing-table th {
		padding: 8px;
	}

	.treeSittingTableData {
		overflow: auto;
	}

	.pricing-table {
		width: 700px;
	}

	.treeSittingTable {
		padding: 30px 0;
	}

	.treeSittingSteps li::before {
		font-size: 22px;
	}

	.treeSittingSteps li,
	.serviceHowItWorksContent .treeSittingSteps li {
		padding-left: 35px;
	}

	.serviceHowItWorksContent .treeSittingSteps li {
		padding-top: 0;
	}

	.personalizedAndCustomizedServices h2 {
		font-size: 30px;
	}

	.eduBonsaiCareVideo iframe {
		height: 350px;
		border: solid 7px #fff;
	}

	.eduBonsaiCare::after {
		height: 175px;
	}

	.form-wishlist {
		max-width: 320px;
	}

	#form-action-addToCart,
	.button--addtocart {
		padding: 25px 50px 25px 95px;
		background-position: left 50px center;
		max-width: 320px;
	}

	.prdctsealBlock {
		left: 320px;
	}

	.bonsaiTagline h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.prdctpageTabs {
		margin: 60px 0 50px 0;
	}

	.workshopNeducationSec .blogRow .blogCol {
		width: 100%;
	}

	.blogpostPage .KaikouExhibitionImages ul li {
		padding: 10px;
		width: 50%;
	}

	.prdctpageTabs .tab span {
		right: 20px;
	}

	#form-action-addToCart,
	.button--addtocart {
		background-position: left 20% center;
		font-size: 20px;
		height: 60px;
		padding: 15px 15px 15px 35px;
	}

	.form-wishlist a.button {
		font-size: 20px;
		padding: 15px 15px;
		height: 60px;
	}

	.cateSec .cateBox .cateDtl .cateTitle br {
		display: none;
	}

	.upcomingworkshopSec .secHead {
		display: block;
		text-align: center;
	}

	.upcomingworkshopSec h2 {
		margin-bottom: 10px;
	}
}

@media (min-width: 551px) and (max-width: 767px) {
	.seedifferanceSec .secRow .difblockCntn .blockCntn {
		width: 100%;
		order: 2;
		padding: 0;
	}

	.seedifferanceSec .differanceBlocks .secRow {
		background-position: left 40% top 15%;
	}
}

@media (max-width: 640px) {
	.blog-post-figure {
		width: 100%;
	}

	.blog-post-body {
		width: 100%;
	}

	.productView-options {
		text-align: left;
	}

	.form-label {
		line-height: normal;
	}

	.productGrid li.product {
		margin: 0 0 20px 0;
	}

	.visitPageGalleryBox:first-child {
		width: calc(56% - 15px);
	}

	.visitPageGalleryBox:nth-child(2) {
		width: calc(44% - 0px);
	}

	.visitPageGalleryBox:nth-child(3) {
		width: calc(47% - 15px);
	}

	.visitPageGalleryBox {
		width: calc(53% - 0px);
	}

	.ourStory2Columns .container {
		flex-wrap: wrap;
	}

	.ourStory2Columns .container img {
		margin-bottom: 15px;
	}

	.servicePageKeyServices h3,
	.nebgServiceContent h1,
	.bonsaiQualityInfoMainInner h2,
	.servicePageKeyServices.prdctshippingDtl h3,
	.seedifferanceSec .secTitle,
	.prdctPageReviewAboutSec .reviewBlock h3,
	.prdctPageReviewAboutSec .reviewBlock h3 {
		font-size: 22px;
	}

	.servicePageKeyServices.prdctshippingDtl h3,
	.seedifferanceSec .secTitle,
	.prdctPageReviewAboutSec .reviewBlock h3 {
		font-size: 28px;
		line-height: normal;
	}

	.seedifferanceSec .secTitle {
		margin: 0 0 30px 0;
	}

	.servicePageKeyServices {
		padding-top: 10px;
	}

	.tree-collapse .tree_object img {
		max-width: 80%;
	}

	.tree-collapse ul:first-child .point-box {
		flex-direction: inherit;
	}

	.tree-collapse ul {
		flex-wrap: wrap;
		gap: 10px;
		padding-bottom: 10px;
	}

	.tree-collapse .point-box {
		width: 100% !important;
		max-width: 100% !important;
		justify-content: flex-start !important;
	}

	.tree-collapse .point-box .icon-t {
		order: 1 !important;
		text-align: left !important;
	}

	.tree-collapse ul li .icon-text {
		text-align: left !important;
		order: 2 !important;
	}

	.tree-collapse .tree_object {
		bottom: -31px;
	}

	.treeSittingTableTitle h2 {
		font-size: 22px;
	}

	p.personalizedAndCustomizedPara {
		font-size: 15px;
	}

	.teamBondingMain h2,
	.teamBondingMain h3 {
		font-size: 24px;
	}

	.teamBondingMain {
		padding: 30px 0;
	}

	.teamBondingInner {
		padding-bottom: 0;
	}

	.serviceHowItWorksContent h2 {
		font-size: 20px;
	}

	.educationPageBanner h1 {
		font-size: 24px;
		margin: -1px 0 0 0;
		padding: 15px;
		position: relative;
		background: #041c13;
	}

	.eduBonsaiCare {
		padding-top: 80px;
	}

	.eduBonsaiCareTitle a::after,
	.eduBonsaiCareBtn a:after {
		right: -74px;
	}

	.eduBonsaiCareTitle a,
	.eduBonsaiCareBtn a {
		padding: 10px 20px;
	}

	.productView-description .tab-title {
		font-size: 18px;
		padding: 14px 20px;
	}

	.productView-description .prdctdescLeft h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.productView-description .prdctdescLeft h3 {
		font-size: 26px;
		line-height: 1.1;
	}

	.productView-description .prdctdescLeft p {
		font-size: 16px;
		line-height: 22px;
	}

	.prdctPageReviewAboutSec .SinceBlockTopCntn h3 {
		font-size: 20px;
		line-height: 50px;
	}

	.prdctPageReviewAboutSec .SinceBlockTopCntn h3 strong {
		font-size: 50px;
		line-height: 28px;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse ul li .icon-text br {
		display: none;
	}

	.bonsaiQualityInfodefault_Prdct.bonsaiQualityInfoPrdct .tree-collapse .point-box {
		width: 100% !important;
	}

	.servicePageKeyServices.prdctshippingDtl {
		padding: 50px 0 30px 0;
	}

	.servicePageKeyServices.prdctshippingDtl .prdctshipDtl {
		font-size: 20px;
	}

	p.addressContact svg,
	.callContact svg {
		width: 40px;
		min-width: 40px;
	}

	.contactPageTitle {
		padding: 25px 0;
	}

	.contactPageTitle h1 {
		font-size: 26px;
	}

	.contactPageTitle p {
		font-size: 16px;
	}

	.contactFormAndTree #contact-us-page {
		width: 100%;
	}

	.contactTreeImg {
		display: none;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse ul li {
		max-width: inherit !important;
	}

	.bonsaiQualityInfoPrdctAltrnt .tree-collapse .tree_object {
		margin-bottom: -6px;
	}

	.educationUpcomingWorkshop .card-content {
		padding: 20px;
	}

	.educationUpcomingWorkshop .card-content .day {
		font-size: 18px;
		padding: 0 0 20px 0;
		margin: 0 0 15px 0;
	}

	.educationUpcomingWorkshop .card-content .title,
	.educationUpcomingWorkshop .workshopdateNtime .date,
	.educationUpcomingWorkshop .workshopdateNtime .time,
	.educationUpcomingWorkshop .card-content .read-more,
	.educationServices .blockBtn {
		font-size: 16px;
	}

	.blogpostPage .blog .blog-title {
		font-size: 24px;
	}

	.productView_alternate .productView-options .form-field,
	.productView_default .productView-options .form-field {
		margin-bottom: 20px;
	}

	.productView_alternate .prdcrAvailability {
		margin-bottom: 20px;
	}

	.paycardIcons {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 639px) {

	#form-action-addToCart,
	.form-wishlist .button {
		min-width: inherit;
	}

	.productView-title {
		font-size: 22px;
		line-height: 26px;
	}

	.productView-details {
		padding-left: 0;
		padding-right: 0;
	}

	.journeySec .page-heading {
		font-size: 44px;
	}

	.productSliderTitle .tab,
	.prdctpageTabs .tab {
		margin: 0 20px 0 0;
	}

	.productSliderTitle .tab-title,
	.prdctpageTabs .tab-title {
		font-size: 20px !important;
	}

	.ftrCntctDtl .contactInfo {
		flex-wrap: wrap;
	}

	.ftrCntctDtl .contactInfo>div {
		width: 100%;
	}

	.ourStoryPageMain .aboutSec .secCntn .page-heading {
		font-size: 32px;
	}

	.ourStoryPageMain .aboutSec .secCntn h4 {
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	.ourStoryPageMain .aboutSec .secCntn p {
		font-size: 16px;
		line-height: 18px;
	}

	.productView_alternate .prdctMapBlock {
		flex-wrap: wrap;
		padding: 20px 0 0 0;
	}

	.productView_alternate .prdctMapBlock .prdctMapLeft {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.prdctShippingDtl {
		flex-wrap: wrap;
		padding-bottom: 5px;
	}

	.prdctShippingDtl .prdctshippingTitle {
		width: 100%;
		margin: 0;
	}

	.prdctShippingDtl .prdctshippingTitle:before {
		content: none;
	}

	.prdctShippingDtl .prdctDtl {
		padding: 10px 20px !important;
		border: none !important;
	}

	.productView_alternate .prdctListImg,
	.productView_default .prdctListImg {
		width: 150px;
		height: 150px;
	}

	.productView_alternate .productOptions-list-item-figure,
	.productView_default .productOptions-list-item-figure {
		width: 80px;
	}

	.productView_alternate .prdctListDtl,
	.productView_default .prdctListDtl {
		width: calc(100% - 50px);
	}

	.prdcrAvailability {
		display: block;
	}

	/* .productView_default .picklist_options_blocks{flex-wrap:wrap;}
	.productView_default .picklist_options_blocks .prdctoptnList{width:50%;}
	.productView_default .picklist_options_blocks .prdctoptnList:last-child{border-right:1px solid #DDD8C5;} */
}

@media (max-width: 600px) {
	.visitPageBannerContent h1 {
		font-size: 24px;
	}

	.visitPageBanner>img {
		height: 250px;
		object-fit: cover;
	}

	.ourStory3Columns .container {
		flex-wrap: wrap;
	}

	.ourStory3Columns .container img {
		padding: 5px 10px;
	}

	.ourStory3Columns .container {
		padding: 0 !important;
	}

	.personalizedAndCustomizedServices h2 {
		font-size: 24px;
	}

	.prdctPageReviewAboutSec .prdctsinceinfoBlock {
		width: 50%;
		border: 1px solid #023421;
	}

	.productView_alternate .prdctMapBlock ul li {
		margin: 0 0 15px 0;
	}

	.upcomingworkshopSec .workshopBoxes .workshopBox {
		width: 100%;
	}

}

@media (max-width: 550px) {

	.navUser-item-cartLabel,
	.navUser-item--cart__hidden-s {
		display: inline-block;
	}

	.navUser ul li.navUser-item {
		line-height: normal;
	}

	.cart-additionalCheckoutButtons .FloatRight div {
		width: 100%;
		text-align: center;
	}

	.cart-additionalCheckoutButtons {
		width: 100%;
	}

	.cart-total-label {
		text-align: left;
		padding-left: 0;
		padding-right: 10px;
	}

	.cart-actions .checkoutMultiple {
		width: 100%;
		text-align: center;
	}

	.cart-additionalCheckoutButtons .FloatRight div {
		float: none;
	}

	.footer-info-col {
		text-align: left;
	}

	.cart-item-info {
		text-align: center;
	}

	.tab-title {
		text-align: center;
	}

	.productView-details .addthis_toolbox {
		text-align: center;
	}

	.productView-options .add-to-cart-buttons {
		width: 100%;
		margin: 20px 0 0 0;
	}

	#form-action-addToCart {
		width: 100%;
	}

	h1.page-heading {
		font-size: 32px;
	}

	.cart-item-info {
		padding-top: 10px;
	}

	.cart-item-quantity .form-label {
		padding-top: 10px;
	}

	ol.breadcrumbs {
		display: block;
	}

	.brandGrid .brand {
		width: 50%;
	}

	.subcategories_img ul li {
		width: 50%;
	}

	.productView-details {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-info-list li {
		margin: 0 0 10px 0;
	}

	.productView-options .form {
		float: left;
		width: 100%;
	}

	.productView-options .form.form-wishlist {
		max-width: inherit;
		margin: 0;
	}

	.mainSlider .sliderLeftBlock .infoTxt p,
	.mainSlider .sliderLeftBlock .infoTxt .txtLink {
		font-size: 14px;
	}

	.mainSlider .sliderLeftBlock .bnrsubHead h4 {
		font-size: 20px;
	}

	.mainSlider .sliderLeftBlock .bnrHeading {
		font-size: 34px;
	}

	.aboutSec .secCntn .page-heading {
		font-size: 30px;
		line-height: 40px;
	}

	.aboutSec .secCntn p {
		font-size: 18px;
		line-height: 26px;
	}

	.journeySec {
		margin-top: -130px;
	}

	.journeySec .journeyBlock {
		width: 33.33%;
	}

	.journeySec .journeyBlock .blockCntn p {
		font-size: 14px;
	}

	.journeySec .journeyBlock .blockIc {
		width: 100px;
		height: 100px;
		border-width: 5px;
	}

	.journeySec .journeyBlock .blockIc:before {
		bottom: -30px;
	}

	.journeySec .journeyBlock .blockCntn h3 {
		font-size: 18px;
	}

	.aboutSec .abtbnrSlider .abtBanner img {
		min-height: 320px;
	}

	.reviewSec .reviewCntn .page-heading {
		font-size: 36px;
		margin: 0 0 20px 0;
	}

	.reviewSec .reviewCntn .reviewBox h3 {
		font-size: 20px;
		margin: 0 0 10px 0;
	}

	.reviewSec .reviewCntn .reviewBox p {
		font-size: 16px;
		margin: 0 0 15px 0;
	}

	.brandSec .brandCntnr .brandHead .page-heading {
		font-size: 28px;
		line-height: 60px;
	}

	.footerTop .ftrNewsletter .newsletterHead {
		background-position: top center;
		padding: 55px 0 0 0;
		background-size: 45px;
		text-align: center;
	}

	.footerTop .ftrNewsletter .newsletterHead .footer-info-heading,
	.footerTop .ftrNewsletter p {
		line-height: 1.1;
		font-size: 18px;
	}

	.footerTop .ftrNewsletter p {
		font-size: 16px;
	}

	.ftrmapSec .secTitle {
		font-size: 24px;
		line-height: 32px;
	}

	.instaSec .instaFeed a {
		width: calc(50% - 20px);
	}

	.cateHead .page-heading {
		font-size: 40px;
	}

	.ourStoryPageMain .aboutSec .abtbnrSlider .abtBanner img {
		min-height: 350px;
	}

	.prdctsealBlock svg {
		width: auto;
		max-width: 150px;
		height: auto;
	}

	.prdctsealBlock {
		left: 0;
		position: relative;
		clear: both;
		text-align: center;
		bottom: auto;
	}

	#form-action-addToCart,
	.form-wishlist .button {
		max-width: inherit;
	}

	#form-action-addToCart,
	.button--addtocart {
		background-position: left 30% center;
		font-size: 20px;
		height: 60px;
		padding: 15px 15px 15px 35px;
	}

	.form-wishlist a.button {
		font-size: 20px;
		padding: 15px 15px;
		height: 60px;
	}

	.prdctbtmTagline {
		font-size: 18px;
		margin: 10px 0 0 0;
		text-align: center;
	}

	.prdcrAvailability .productView-info-value {
		line-height: normal;
		top: 0;
		font-size: 18px;
	}

	.seedifferanceSec .secRow .difblockCntn {
		width: 100%;
		margin: 0 0 50px 0;
	}

	.seedifferanceSec .secRow .difblockCntn .blockCntn {
		order: 2;
		padding: 0 0 0 20px;
	}

	.seedifferanceSec .differanceBlocks .secRow {
		margin: 0 0 20px 0;
		background-position: left 20px top 40%;
		background-size: 60px;
	}

	.prdctpageTitle {
		font-size: 32px;
		line-height: 1.1;
		padding: 25px 0;
	}

	.contact-form-page .form-field.form-field-name,
	.contact-form-page .form-field {
		margin-bottom: 15px;
	}

	.contact-form-page .form-field.form-field-order {
		margin-top: 0;
	}

	.contact-form-page .form-field.form-field-question {
		top: 0;
		margin-bottom: 15px
	}

	.educationUpcomingWorkshop .card {
		flex-direction: column;
	}

	.educationUpcomingWorkshop .card img {
		width: 100%;
		max-height: inherit;
	}

	.educationUpcomingWorkshop .card-content {
		width: 100%;
	}

	.workshopNeducationSec .page-heading span {
		font-size: 20px;
	}

	.workshopNeducationSec .page-heading {
		font-size: 30px;
	}

	.blogPage .blog {
		width: 100%;
	}

	.blogPage .blog .blog-title {
		min-height: inherit;
		font-size: 18px;
	}

	.blogpostPage .blog-post {
		font-size: 16px;
	}

	.blogpostPage .blog-post h2 {
		font-size: 22px;
	}

	.blogpostPage .blog-post h3 {
		font-size: 19px;
	}

	.workshopNeducationSec .workshop-card p.workshop-date {
		width: 100%;
		margin-bottom: 20px;
	}

	.workshopNeducationSec .workshop-card .workshop-link {
		width: auto;
	}

	.prdctpageTabs .tab span {
		font-size: 14px;
	}

	.workshopNeducationSec .homeWorkshopBlock .page-heading {
		margin: 0 0 25px 0;
	}

	.workshopNeducationSec .workshops-container .tab-btn {
		font-size: 18px;
		padding: 10px 20px;
	}

	.workshopNeducationSec .workshops-container .tab-content {
		padding: 20px 20px 30px 20px;
	}

	.workshopNeducationSec .workshop-card h3 {
		font-size: 22px;
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
	}

	.workshopNeducationSec .workshop-card p {
		font-size: 16px;
		margin: 0 0 20px 0;
	}

	.workshopNeducationSec .workshop-card p.workshop-date {
		font-size: 16px;
		background-size: 40px;
		padding: 0 0 0 50px;
	}

	.workshopNeducationSec .workshop-card .workshop-link {
		font-size: 16px;
	}

	.workshopNeducationSec .viewalleduLink a {
		font-size: 18px;
	}

	.price-section {
		font-size: 18px;
	}

	.card-text {
		margin: 15px 0 0 0;
	}

	.prdctBtn {
		padding: 20px 0 0 0;
	}

	.productView-options .form-field.form-field--increments {
		margin-bottom: 10px;
	}

	.brandSec .brandCntnr .brandBox {
		width: 50%;
	}

	.brandSec .brandCntnr .brandBox:nth-child(odd) {
		border-left: none;
	}

	.mainBannerSlider .sliderLeftBlock .bnrsubTitle {
		font-size: 16px;
		margin: 0 0 5px 0;
	}

	.mainBannerSlider .sliderLeftBlock .bnrTitle {
		font-size: 24px;
	}

	.mainBannerSlider .sliderLeftBlock p {
		font-size: 16px;
		line-height: 20px;
	}

	.mainBannerSlider .sliderLeftBlock .secBtn {
		font-size: 14px;
		padding: 10px 20px;
	}
}

@media (max-width: 549px) {

	.page-heading,
	.aboutSec .page-heading {
		font-size: 25px;
	}

	.estimator-form .button--primary {
		width: 100%;
	}

	.journeySec .page-heading {
		font-size: 40px;
		line-height: 50px;
	}

	.productSliderTitle .tab-title,
	.prdctpageTabs .tab-title {
		font-size: 17px !important;
		line-height: 55px;
	}

	.picklistHead {
		flex-wrap: wrap;
	}

	.picklistHead .headInfo {
		padding: 0;
	}

	.picklistHead .extrashippingInfo {
		width: 100%;
		margin-top: 15px;
	}

	.picklistHead .extrashippingInfo::before {
		content: none;
	}

	.productView_alternate .picklist_options_blocks,
	.productView_default .picklist_options_blocks {
		padding: 20px;
	}

	.bonsaiTagline h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.prdctTagwithSeal {
		font-size: 20px;
	}

	.prdctTagwithSeal .prdctSeal svg {
		max-width: 50%;
		height: auto;
	}
}

@media (max-width: 480px) {
	.blog-post-body {
		width: 100%;
		padding-left: 0;
	}

	.blog-post-figure {
		width: 100%;
	}

	.brandGrid .brand {
		width: 100%;
	}

	.cateSec .cateBoxes .cateBox {
		width: 100%;
		border-right: none;
	}

	.journeySec .journeyBlock {
		width: 50%;
	}

	.instaSec .instaContainer .instaTitleBlock .instaTitle {
		font-size: 36px;
		background-size: 36px;
		padding: 0 0 0 50px;
	}

	.ftrCntctDtl .contactInfo p {
		font-size: 15px;
	}

	.ftrCntctDtl .ftrCntctDtlCntnr .fbBlock a .fbblockDtl {
		font-size: 15px;
	}

	.ftrmapSec .leftBlock .infoBlock h4 {
		font-size: 18px;
	}

	.footer-info-col {
		font-size: 15px;
	}

	.footer-info-heading {
		font-size: 20px;
	}

	.footer-info-col--small {
		width: 100%;
	}

	.footer-info-col--small:last-child .footer-info-list {
		column-count: 1;
	}

	#form-action-addToCart,
	.button--addtocart {
		background-position: left 24% center;
	}

	/* .productView_default .picklist_options_blocks .prdctoptnList{width:100%;} */
	.prdctTagwithSeal {
		font-size: 16px;
	}

	.productView_alternate .prdctPriceShippingDtl>div:not(:last-child) {
		margin: 0;
		padding: 0;
		border: none;
		width: 100%;
	}

	.productView_alternate .prdctoptnList .form-field,
	.productView_default .prdctoptnList .form-field {
		align-items: flex-start;
	}

	.productView_alternate .prdctListImg,
	.productView_default .prdctListImg {
		left: 50%;
		transform: translateX(-50%);
	}

	.productView_alternate .prdctListDtl,
	.productView_default .prdctListDtl {
		margin: -100px 0 0 0;
		width: 100%;
		padding: 130px 30px 40px 30px;
	}

	.mainSlider .sliderLeftBlock .bnrHeading br {
		display: none;
	}

	.reviewSec .reviewCntn .page-heading {
		font-size: 30px;
	}

	.reviewSec .reviewCntn .ratingStar {
		max-height: 18px;
		margin: 0 0 15px 0;
	}

	.productView_default .productOptions-list {
		display: flex;
		flex-wrap: wrap;
	}

	.productOptions-list-item-figure {
		width: 90px;
	}

	.productOptions-list-item-figure img {
		max-width: 90px;
	}

	.productView_default .prdctListDiv {
		width: calc(100% - 120px);
	}

	.productView_default .prdctListDiv .productOptions-list-item {
		padding-left: 0;
	}

	.ftrmapSec .mapBlock .visitBtn {
		right: 20px;
	}

	.ftrmapSec .mapBlock .visitBtn a {
		padding: 3px 15px 3px 10px;
		font-size: 16px;
	}

	.ftrmapSec .mapBlock .visitBtn a svg {
		margin: 0 2px 0 0;
		width: 32px;
	}

	.mainSlider .sliderLeftBlock .infoTxt {
		padding-right: 10px;
	}

	.mainSlider .sliderLeftBlock .bnrHeading {
		font-size: 23px;
		text-align: center;
	}

	.mainSlider .sliderLeftBlock .bnrBtn {
		text-align: center;
	}

	.mainSlider .sliderLeftBlock .bnrBtn a {
		font-size: 16px;
	}

	.mainSlider .sliderLeftBlock .bnrBtn a.playBtn {
		display: block;
		margin: 0 0 7px 0;
	}

	.mainSlider .slick-arrow {
		transform: translateX(-50%);
	}

	.mainSlider .slick-prev {
		left: calc(50% - 25px);
	}

	.mainSlider .slick-next {
		left: calc(50% + 25px);
	}
}

@media (max-width: 479px) {
	.cart-total-label {
		width: 50%;
	}

	.coupon-form .form-input,
	.cart-gift-certificate-form .form-input {
		width: 73%;
	}

	.coupon-form .button,
	.cart-gift-certificate-form .button {
		width: 25%;
	}

	.category-suggestion {
		width: 100%;
	}

	.coupon-form .form-input,
	.cart-gift-certificate-form .form-input {
		width: 100%;
	}

	.coupon-form .button,
	.cart-gift-certificate-form .button {
		margin: 10px 0 0 0;
		width: 100%;
	}

	.button--primary {
		min-width: inherit;
	}

	.table-actions .button {
		width: auto;
	}

	.table-actions .button {
		font-size: 12px;
		height: auto;
		padding: 10px;
		width: auto;
	}

	.wishlists-table .table-actions .button {
		width: 100%;
	}

	.previewCartCheckout .button {
		display: block;
		font-size: 11px;
		height: auto;
		margin: 0;
		padding: 10px;
		width: 100%;
	}

	.previewCartCheckout {
		margin-bottom: 10px;
	}

	/* .productView-thumbnail-link {height:100px;} */
	.productView-thumbnails img {
		max-height: inherit;
	}

	.estimator-form .button--primary {
		padding: 10px;
	}

	.actionBar-section .form-select {
		min-width: 190px;
		max-width: 190px;
	}

	.mainSlider .sliderLeftBlock .bnrsubHead h4 {
		font-size: 18px;
	}

	.mainSlider .sliderLeftBlock .bnrBtn {
		display: block;
	}

	.mainSlider .sliderLeftBlock .bnrHeading {
		font-size: 30px;
	}

	.mainSlider .sliderLeftBlock .bnrBtn a {
		font-size: 15px;
	}

	.mainSlider .sliderLeftBlock .bnrBtn a.playBtn .btnIc {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.mainSlider .sliderLeftBlock .bnrBtn a.playBtn {
		border: none;
		padding-right: 0;
		margin: 0 10px 15px 0;
	}

	.productSlider .productSliderTitle .prdcttabSelect {
		display: block;
		background: transparent;
		border: none;
		border-radius: 0;
		padding: 15px 0;
		font-family: Forum;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 20px;
		color: #55622F;
	}

	.productSliderTitle .tabs {
		display: none;
	}

	.journeySec .page-heading {
		font-size: 32px;
	}

	.mainSlider .sliderLeftBlock .bnrsubHead h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.aboutSec .secCntn .page-heading {
		font-size: 25px;
		line-height: 34px;
	}

	.visitPageBannerContent h1 {
		font-size: 20px;
	}

	.visitPageUSP {
		padding: 40px 0;
	}

	.visitPageUSPBox {
		padding: 15px;
	}

	.visitPageUSPBox h4 {
		margin-top: 5px;
	}

	.visitPageUSPBox svg {
		width: 55px;
		height: auto;
	}

	.servicePageKeyServices ul li {
		width: 100%;
		padding: 10px 0;
	}

	.educationServices ul li {
		width: 100%;
		border-left: 0;
		text-align: center;
	}

	.eduBonsaiCareVideo iframe {
		height: 250px;
	}

	.ourStoryPageMain .aboutSec .secCntn .page-heading {
		font-size: 28px;
	}

	.productView_alternate dd.productView-info-value.productViewLimitedstock {
		font-size: 14px;
	}

	.productView_alternate dd.productView-info-value.productViewLimitedstock::before {
		width: 100px;
	}

	.productView_alternate dd.productView-info-value.productViewLimitedstock span {
		font-size: 15px;
	}

	.workshopNeducationSec .blogBox .blog-post-figure {
		width: 100px;
		height: 100px;
	}

	.workshopNeducationSec .blogBox .blog-post-figure img {
		height: 100px;
	}

	.workshopNeducationSec .blogBox .blog-post-body {
		width: calc(100% - 100px);
		padding: 0 0 0 15px;
	}

	.workshopNeducationSec .blogBox {
		padding: 10px;
	}

	.workshopNeducationSec .page-heading {
		font-size: 26px;
	}

	.card {
		padding: 10px 10px 20px 10px;
	}

	.prdctBtn .button {
		font-size: 16px;
	}
}

@media (max-width: 420px) {
	.subcategories_img ul li {
		width: 100%;
	}

	#form-action-addToCart,
	.button--addtocart {
		background-position: left 20% center;
	}

	.seedifferanceSec .differanceBlocks .secRow {
		background-position: left 10px top 32%;
	}

	.seedifferanceSec .secRow .difblockCntn .blockImg {
		width: 80px;
	}

	.seedifferanceSec .secRow .difblockCntn .blockCntn {
		width: calc(100% - 80px);
	}

	.prdctpageTabs .tab span {
		position: relative;
		top: auto;
		right: auto;
		transform: unset;
		margin-top: -10px;
		padding: 0 0 15px 0;
	}

}


@media (max-width: 360px) {
	.g-recaptcha {
		overflow-y: auto;
	}

	.writeReview-form .g-recaptcha div,
	.writeReview-form .g-recaptcha iframe {
		width: 230px !important;
		overflow-y: auto;
	}

	.page-sidebar+.page-content .productGrid .product,
	.productGrid li.product {
		width: 100%;
	}

	.ourStoryPageMain .aboutSec .secCntn .page-heading {
		font-size: 25px;
	}

	.ourStoryPageMain .aboutSec .secCntn h4 {
		font-size: 16px;
		line-height: 1.1;
	}

	.ourStoryPageMain .aboutSec .secCntn p {
		font-size: 15px;
		line-height: 17px;
	}

	.journeySec .page-heading {
		font-size: 28px;
	}
}

@media (max-width: 359px) {
	.ftrCntctDtl .contactInfo p {
		font-size: 14px;
	}
}



.corporate-gifts-features {
	background: #eaebe7;
	padding: 60px 0;
	text-align: center;
	margin: 30px 0 40px
}

.cogift-fea-img {
	border-radius: 50%;
	height: 165px;
	width: 165px;
	margin: 0 auto 20px;
	position: relative;
	background: #ccc
}

.cogift-fea-img img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto
}

.cogift-fea-details .static-title {
	padding-bottom: 0;
	margin-bottom: 10px
}

.red.cogift-fea-img {
	background: #f52a24
}

.purple.cogift-fea-img {
	background: #3a1f87
}

.green.cogift-fea-img {
	background: #47b274
}

.corporate-form-sec {
	text-align: center;
	margin-bottom: 30px;
}

.corporate-form-sec h2 {
	font-size: 38px !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #2b2b2b;
	padding-bottom: 0
}

.corporate-form-sec .bg_light {
	padding: 20px;
	background: #e9e9e9;
	margin-top: 0;
	margin-bottom: 30px;
	border-radius: 5px
}

.corporate_call {
	color: #ef102d;
	font-size: 35px;
	font-weight: 500;
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0
}

.corporate-form-sec .form-control {
	height: 50px;
	background: #fff;
	display: inline-block;
	border-radius: 5px !important;
	margin-right: 4px;
	font-weight: 300;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;

	background-color: #fff;
	background-image: none;
	border: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.label-fix-form label {
	position: absolute;
	right: 30px;
	top: 8px;
	font-size: 20px
}

.label-fix-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.corporate-form-sec form {
	max-width: 700px;
	margin: 0 auto;
	clear: both
}

.corporate-form-sec form .btn-green {
	overflow: hidden;
	text-transform: uppercase;
	padding: 15px 40px;
	font-size: 17px;
	margin-bottom: 10px;
	min-width: 182px;
	border: 1px solid #54b051
}

.corporate-testi {
	padding: 40px 20px 20px;
	border: 5px solid #4cb050;
	text-align: left
}

.corporate-testi p {
	padding-left: 70px;
	margin-top: 10px
}

.static-title.tree-sitting-title {
	text-align: left;
	color: #595959;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 25px !important;
	padding-bottom: 0
}

.wedding-gift-title.static-title {
	color: #51361a;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px !important;
	text-align: left
}

.wedding_owl.owl-theme .owl-controls {
	top: auto;
	right: 0;
	left: 0;
	bottom: 0
}

.wedding_owl.owl-theme {
	margin-bottom: 30px;
	padding-bottom: 60px
}

.wedding_owl.owl-theme .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	border-radius: 50%;
	background: 0 0;
	border: 2px solid #000
}

.wedding_owl.owl-theme .owl-controls .owl-page.active span,
.wedding_owl.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #000
}

.wedding-gift-page .sec_title {
	font-family: Roboto, sans-serif;
	font-weight: 400 !important;
	letter-spacing: .03em;
	color: #2b2b2b;
	line-height: 24px;
	font-size: 18px !important
}

.dropship_steps {
	background: #eaebe7;
	padding: 50px 0;
	text-align: center;
	margin-bottom: 50px
}

.dropship_step_box h3 {
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: 500 !important;
	color: #a8a9a7;
	text-transform: uppercase;
	margin-top: 18px
}

.dropship_step_img {
	height: 149px;
	line-height: 148px;
	position: relative;
	text-align: center
}

.dropship_step_img img:last-child {
	display: none
}

.dropship_step_img:hover img:first-child {
	display: none
}

.dropship_step_img:hover img:last-child {
	display: inline-block
}

.dropship_step_img img:first-child {
	display: inline-block
}

.dropship_step_img:after {
	height: 3px;
	width: 200px;
	background: #a8a9a7;
	content: "";
	position: absolute;
	right: -101px;
	top: 50%;
	z-index: 3;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transition: all .4s ease-in-out
}

.dropship_step_box:hover .dropship_step_img:after {
	box-shadow: 200px 0 0 #4cb050 inset;
	-webkit-box-shadow: 200px 0 0 #4cb050 inset;
	-moz-box-shadow: 200px 0 0 #4cb050 inset
}

.dropship_step_box {
	text-align: center
}

.dropship_steps .col-md-4:last-child .dropship_step_img:after {
	display: none
}

.dropship_green_sec {
	background: #4cb050;
	padding: 48px 0 15px;
	margin-top: 42px;
	text-align: center
}

.dropship_green_sec h3 {
	font-size: 18px !important;
	line-height: 24.2px !important;
	font-weight: 500 !important;
	margin-top: 13px;
	text-align: center;
	color: #fff;
	webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.green_sec_img {
	height: 102px;
	line-height: 102px
}

.green_sec_block {
	margin-bottom: 30px
}

.green_sec_block:hover h3 {
	color: #2b2b2b
}

.dropship_form {
	text-align: center;
	padding: 50px 0
}

.dropship_form .form-title {
	font-size: 30px !important;
	line-height: 38.2px !important;
	font-weight: 700 !important;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px
}

.dropship_form form .col-sm-6:first-child {
	padding-right: 7.5px
}

.dropship_form form .col-xs-6:last-child {
	padding-left: 7.5px
}

.dropship_form input.form-control,
.dropship_form textarea.form-control {
	display: block;
	width: 100%;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border: 1px solid #000;
	height: 58px;
	font-size: 18px;
	color: rgba(43, 43, 43, .6);
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 0;
	box-shadow: none
}

.dropship_form .btn-green {
	min-width: 182px;
	text-transform: uppercase
}

.dropship_form .form-group {
	position: relative;
	margin-bottom: 45px
}

.wholesale-sec .sec_title,
.wholesale-sec .static-title {
	text-align: left
}

.wholesale-sec .form-control {
	height: 50px;
	background: #fff;
	border: none;
	display: block;
	border-radius: 0;
	margin-right: 4px;
	font-weight: 300;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-radius: 0 !important
}

.wholesale-sec .col-sm-6:first-child {
	padding-right: 7.5px
}

.wholesale-sec .col-sm-6:last-child {
	padding-left: 7.5px
}

.list-inline.text-center {
	text-align: center;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.kaikou-registration .col-sm-2:first-child {
	padding-right: 7.5px;
}

.form-group {
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
}

.corporate-form-sec>.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.kaikou-registration .col-sm-2:first-child {
	padding-right: 7.5px;
}

.sec_title {
	margin: 50px 0 10px 0;
}

@media (max-width: 575px) {

	.wholesale-sec .col-sm-6,
	.wholesale-sec .col-sm-5,
	.wholesale-sec .col-sm-2,
	.wholesale-sec .col-md-12.form-group {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Corporate page css start */

.corporateBnrSec {
	position: relative;
	color: #000;
	font-size: 18px;
}

.corporateBnrSec .container {
	max-width: 1860px !important;
}

.corporateBnrSec .corporatesecCntnr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid rgba(14, 14, 14, 0.3);
}

.corporateBnrSec .corporatesecCntnr .corporateBlcLeft {
	padding: 50px 160px 50px 100px;
	position: relative;
	width: 50%;
}

.corporateBnrSec .corporatesecCntnr .corporateBlcRight {
	position: relative;
	width: 50%;
}

.corporateBnrSec h2 {
	color: #033421;
	font-family: "Sofia", cursive;
	font-size: 46px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	margin: 0 0 50px 0;
}

.corporateBnrSec .corporateBlcLeft .calenderIcBlk {
	color: #0E0E0E;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 5px 80px;
	background: url(https://cdn11.bigcommerce.com/s-zoeknd7bpc/images/stencil/original/image-manager/corporate-calender-ic.png?t=1758527972) no-repeat left top;
	margin: 0 0 45px 0;
}

.corporateBnrSec .corporateBlcLeft .calenderIcBlk strong {
	color: #E4710A;
	font-weight: 600;
}

.corporateBnrSec .corporateBlcLeft p {
	color: #000;
	line-height: 25px;
	margin: 0 0 35px 0;
}

.corporateBnrSec .corporateBlcLeft p a {
	color: #000;
}

.corporateBnrSec .corporateBlcLeft p:last-child {
	margin: 0;
}

.corporateBnrSec .corporateBlcLeft p strong {
	font-weight: 600;
}

.corporateBonsaiExperianceSec {
	text-align: center;
	position: relative;
	padding: 100px 0;
}

.corporateBonsaiExperianceSec .container {
	max-width: 1860px !important;
}

.corporateBonsaiExperianceSec .secCntn {
	max-width: 1230px;
	margin: 0 auto;
}

.corporateBonsaiExperianceSec h3 {
	color: #023421;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 25px 0;
}

.corporateBonsaiExperianceSec p {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0 auto 20px;
	max-width: 1140px;
}

.corporateBonsaiExperianceSec .corporatesrvcIcons {
	position: relative;
	text-align: center;
	padding: 40px 0 0 0;
}

.corporateBonsaiExperianceSec .corporatesrvcIcons p {
	margin: 0 auto 30px;
}

.corporateBonsaiExperianceSec .corporatesrvcIcons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	border-top: 1px solid #B1B0AC;
}

.corporateBonsaiExperianceSec .corporatesrvcIcons ul li {
	width: 100%;
	position: relative;
	padding: 45px 60px;
	border: 1px solid #B1B0AC;
	border-top: none;
	margin-left: -1px;
}

.corporateBonsaiExperianceSec .corporatesrvcIcons ul li:first-child {
	border-left: 1px solid #B1B0AC;
}

.corporateBonsaiExperianceSec .corporatesrvcIcons svg {
	display: block;
	margin: 0 auto;
}

.corporateBonsaiExperianceSec .corporatesrvcIcons ul li p {
	font-weight: 600;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	margin: 24px 0 0 0;
}

.corporateBonsaiExperianceSec .BonsaiExperianceBanner {
	position: relative;
}

.corporateBonsaiExperianceSec .BonsaiExperianceBanner p {
	margin: 40px auto 0;
	max-width: 1320px;
}

.corporateWhoPerfectSec {
	position: relative;
}

.corporateWhoPerfectSec .container {
	max-width: 1860px !important;
}

.corporateWhoPerfectSec .secCntnr {
	background: #fff;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.corporateWhoPerfectSec .secCntnr .secLeft {
	position: relative;
	width: 46.75%;
	padding: 0 100px 0 50px;
}

.corporateWhoPerfectSec .secCntnr .secRight {
	position: relative;
	width: 53.25%;
}

.corporateWhoPerfectSec .secCntnr h3 {
	color: #023421;
	font-size: 55px;
	font-weight: 400;
	line-height: 60px;
	margin: 0 0 35px 0;
}

.corporateWhoPerfectSec .secCntnr h3 strong {
	font-weight: 600;
}

.corporateWhoPerfectSec .secCntnr ul {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
}

.corporateWhoPerfectSec .secCntnr ul li {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 25px;
	padding: 0 0 0 40px;
	background: url(https://cdn11.bigcommerce.com/s-zoeknd7bpc/images/stencil/original/image-manager/corporate-bullet-ic.png?t=1758527971) no-repeat left top 2px;
	margin: 0 0 25px 0;
}

.corporateWhoPerfectSec .secCntnr ul li:last-child {
	margin: 0;
}

.corporateWhoPerfectSec .secCntnr p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}

.whatincludedSec {
	position: relative;
	padding: 100px 0;
}

.whatincludedSec .container {
	max-width: 1860px !important;
}

.whatincludedSec h3 {
	color: #023421;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px 0;
}

.whatincludedSec .secCntnr {
	display: flex;
	flex-wrap: wrap;
}

.whatincludedSec .secCntnr .secLeft {
	position: relative;
	width: 53%;
	padding: 0 90px 0 0;
}

.whatincludedSec .secCntnr .secRight {
	position: relative;
	width: 47%;
}

.whatincludedSec .infoListing {
	position: relative;
	border: 1px solid #C7C3B3;
	margin: 0 0 60px 0;
}

.whatincludedSec .infoListing:last-child {
	margin: 0;
}

.whatincludedSec .infoListing .infoList {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.whatincludedSec .infoListing .infoList:nth-child(even) {
	background: #fff;
}

.whatincludedSec .infoListing .infoList .infoListNum {
	color: #023421;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	width: 60px;
	border-right: 1px solid #C7C3B3;
	padding: 17px 10px 17px 10px;
}

.whatincludedSec .infoListing .infoList .infoListDtl {
	padding: 17px 20px 18px 29px;
	position: relative;
	width: calc(100% - 60px);
}

.whatincludedSec .infoListing .infoList .infoListDtl p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	margin: 0;
}

.whatincludedSec .infoListing .infoList .infoListDtl ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

.whatincludedSec .infoListing .infoList .infoListDtl ul li {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin: 7px 0 0 0;
	position: relative;
	padding: 0 0 0 20px;
}

.whatincludedSec .infoListing .infoList .infoListDtl ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	background: #E4710A;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

.whyNEBGsec {
	position: relative;
	padding: 0 0 100px 0;
}

.whyNEBGsec .container {
	max-width: 1860px !important;
}

.whyNEBGsec .secCntnr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.whyNEBGsec .secCntnr .secLeft {
	width: 53.1%;
	position: relative;
}

.whyNEBGsec .secCntnr .secRight {
	width: 46.9%;
	position: relative;
	padding: 0 105px;
}

.whyNEBGsec .secCntnr h3 {
	color: #023421;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 25px 0;
}

.whyNEBGsec .secCntnr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.whyNEBGsec .secCntnr ul li {
	display: flex;
	align-items: center;
	margin: 0 0 40px 0;
}

.whyNEBGsec .secCntnr .whyNEBGicon {
	width: 90px;
	position: relative;
	padding: 0 20px 0 0;
}

.whyNEBGsec .secCntnr .whyNEBGicon svg {
	display: block;
}

.whyNEBGsec .secCntnr .secRight li p {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	max-width: 360px;
	margin: 0;
	padding: 0;
}

.whyNEBGsec .secCntnr .secRight p {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	padding: 10px 0 0 0;
	margin: 0;
}

.corporateComeToYouSec {
	position: relative;
	text-align: center;
}

.corporateComeToYouSec .container {
	max-width: 1820px !important;
	background: #DDD8C5;
}

.corporateComeToYouSec .corporateComeToYouSecCntn {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 120px 0;
}

.corporateComeToYouSec h3 {
	color: #023421;
	font-size: 55px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 25px 0;
}

.corporateComeToYouSec p {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 25px;
	margin: 0;
}

.whyTeamLoveItSec {
	position: relative;
	text-align: center;
	padding: 130px 0 90px 0;
}

.whyTeamLoveItSec .container {
	max-width: 1700px !important;
}

.whyTeamLoveItSec h3 {
	color: #023421;
	font-size: 55px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 40px 0;
}

.whyTeamLoveItSec .corporatesrvcIcons {
	position: relative;
	text-align: center;
}

.whyTeamLoveItSec .corporatesrvcIcons ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex;
}

.whyTeamLoveItSec .corporatesrvcIcons ul li {
	width: calc(100% - 20px);
	position: relative;
	padding: 55px 20px 50px 20px;
	margin: 0 10px 20px 10px;
	background: #fff;
}

.whyTeamLoveItSec .corporatesrvcIcons svg {
	display: block;
	margin: 0 auto;
}

.whyTeamLoveItSec .corporatesrvcIcons p {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin: 45px 0 0 0;
}

.readyToBookSec {
	position: relative;
	padding: 0 0 100px 0;
}

.readyToBookSec .container {
	max-width: 1700px !important;
}

.readyToBookSec .secCntnr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.readyToBookSec .secCntnr .secCntn {
	width: 35%;
	position: relative;
	padding: 0 95px 0 105px;
}

.readyToBookSec .secCntnr .secImg {
	position: relative;
	width: 26.75%;
	text-align: center;
}

.readyToBookSec .secCntnr .secForm {
	width: 38.25%;
	position: relative;
	padding: 0 0 0 135px;
}

.readyToBookSec .secCntnr .secCntn h3 {
	color: #023421;
	font-size: 80px;
	font-weight: 600;
	line-height: 80px;
	margin: 0 20px 40px 0;
}

.readyToBookSec .secCntnr h5 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	margin: 0 0 25px 0;
}

.readyToBookSec .secCntnr .secCntn p {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.readyToBookSec .secCntnr .secForm h5 {
	margin: 0 0 12px 0;
}

.readyToBookSec .secCntnr .secForm .bookForm {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.readyToBookSec .bookForm .formGroup {
	width: 50%;
	padding: 5px;
}

.readyToBookSec .bookForm .formGroup.inputFull {
	width: 100%;
}

.readyToBookSec .bookForm .formGroup .formControl {
	border: 1px solid #C3C3C3;
	background: #FFF;
	min-height: 50px;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	width: 100%;
}

.readyToBookSec .bookForm .formGroup textarea.formControl {
	min-height: 92px;
}

.readyToBookSec .bookForm .button.submitBtn {
	margin: 0;
	background: #023421;
	color: #fff;
	height: 50px;
	color: #F6F5F0;
	font-family: Parkinsans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	padding: 0 50px;
	border: none;
	text-transform: capitalize;
}

.readyToBookSec .bookForm .button.submitBtn:hover,
.readyToBookSec .bookForm .button.submitBtn:focus {
	background: #E4710A;
	color: #fff;
}

.orporateQuestionSec {
	position: relative;
	padding: 0 0 65px 0;
}

.orporateQuestionSec .container {
	max-width: 1860px !important;
}

.orporateQuestionSec .secCntnr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.orporateQuestionSec .secCntnr .secHead {
	position: relative;
	background: #DDD8C5;
	padding: 60px 100px 60px 95px;
	width: 39.6%;
}

.orporateQuestionSec .secCntnr .secHead:before {
	content: '';
	position: absolute;
	right: -55px;
	top: 50%;
	transform: translateY(-50%);
	background: url(https://cdn11.bigcommerce.com/s-zoeknd7bpc/images/stencil/original/image-manager/question-ic.png?t=1758527975) no-repeat center center;
	width: 170px;
	height: 232px;
}

.orporateQuestionSec .secCntnr .secHead h3 {
	color: #023421;
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

.orporateQuestionSec .secCntnr .secCntn {
	padding: 0 0 0 105px;
	position: relative;
	width: 60.4%;
}

.orporateQuestionSec .secCntnr .secCntn p {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 25px 0;
}

.orporateQuestionSec .secCntnr .secCntn p:last-child {
	margin: 0;
}

@media (max-width: 1799px) {
	.corporateBnrSec .corporatesecCntnr .corporateBlcLeft {
		padding: 50px 100px 50px 80px;
	}

	.corporateBonsaiExperianceSec .corporatesrvcIcons ul li {
		padding: 45px 20px;
	}

	.whyNEBGsec .secCntnr .secRight {
		padding: 0 0 0 100px;
	}

	.readyToBookSec .secCntnr .secCntn {
		padding: 0 95px 0 0;
	}
}

@media (max-width: 1599px) {
	.corporateBnrSec .corporatesecCntnr .corporateBlcLeft {
		padding: 35px 25px;
	}

	.corporateBonsaiExperianceSec .corporatesrvcIcons ul li p {
		font-size: 18px;
	}

	.corporateWhoPerfectSec .secCntnr .secLeft {
		padding: 0 50px 0 0;
	}

	.corporateBonsaiExperianceSec h3,
	.corporateWhoPerfectSec .secCntnr h3,
	.whatincludedSec h3,
	.whyNEBGsec .secCntnr h3,
	.corporateComeToYouSec h3,
	.whyTeamLoveItSec h3,
	.readyToBookSec .secCntnr .secCntn h3 {
		font-size: 40px;
		line-height: 1.1;
	}

	.whatincludedSec .secCntnr .secLeft {
		padding: 0 50px 0 0;
	}

	.whyNEBGsec .secCntnr .secRight {
		padding: 0 0 0 50px;
	}

	.whyTeamLoveItSec .corporatesrvcIcons p br {
		display: none;
	}

	.readyToBookSec .secCntnr .secCntn {
		padding: 0 50px 0 0;
	}

	.readyToBookSec .secCntnr .secForm {
		padding: 0 0 0 50px;
	}

	.orporateQuestionSec .secCntnr .secHead {
		padding-left: 50px;
	}

	.orporateQuestionSec .secCntnr .secHead h3 {
		font-size: 60px;
	}
}

@media (max-width: 1279px) {

	.corporateBonsaiExperianceSec .corporatesrvcIcons ul li p,
	.whyTeamLoveItSec .corporatesrvcIcons p {
		font-size: 16px;
		line-height: 22px;
	}

	.corporateBonsaiExperianceSec p,
	.corporateWhoPerfectSec .secCntnr ul li,
	.corporateWhoPerfectSec .secCntnr p,
	.whyNEBGsec .secCntnr .secRight li p,
	.corporateComeToYouSec p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 1199px) {
	.corporateBnrSec h2 {
		font-size: 40px;
	}

	.corporateBnrSec .corporateBlcLeft .calenderIcBlk {
		font-size: 22px;
		line-height: 26px;
		background-size: 45px;
		padding: 1px 0 1px 65px;
	}

	.corporateWhoPerfectSec .secCntnr ul li {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.readyToBookSec .secCntnr h5 {
		font-size: 24px;
	}

	.orporateQuestionSec .secCntnr .secHead {
		padding-left: 25px;
	}

	.orporateQuestionSec .secCntnr .secHead h3 {
		font-size: 40px;
	}

}

@media (max-width: 991px) {

	.corporateBonsaiExperianceSec h3,
	.corporateWhoPerfectSec .secCntnr h3,
	.whatincludedSec h3,
	.whyNEBGsec .secCntnr h3,
	.corporateComeToYouSec h3,
	.whyTeamLoveItSec h3,
	.readyToBookSec .secCntnr .secCntn h3 {
		font-size: 30px;
	}

	.orporateQuestionSec .secCntnr .secHead h3 {
		font-size: 50px;
	}

	.corporateBonsaiExperianceSec p,
	.corporateWhoPerfectSec .secCntnr ul li,
	.corporateWhoPerfectSec .secCntnr p,
	.whyNEBGsec .secCntnr .secRight li p,
	.corporateComeToYouSec p {
		font-size: 16px;
		line-height: 20px;
	}

	.corporateBnrSec .corporatesecCntnr .corporateBlcLeft,
	.corporateBnrSec .corporatesecCntnr .corporateBlcRight {
		width: 100%;
	}

	.corporateBonsaiExperianceSec .corporatesrvcIcons ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.corporateBonsaiExperianceSec .corporatesrvcIcons ul li {
		width: 33.33%;
	}

	.corporateWhoPerfectSec .secCntnr {
		padding: 25px;
	}

	.corporateWhoPerfectSec .secCntnr .secLeft,
	.whatincludedSec .secCntnr .secLeft {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.corporateWhoPerfectSec .secCntnr .secRight,
	.whatincludedSec .secCntnr .secRight {
		width: 100%;
	}

	.corporateWhoPerfectSec .secCntnr ul {
		margin: 0 0 20px 0;
	}

	.corporateWhoPerfectSec .secCntnr ul li {
		margin: 0 0 10px 0;
	}

	.whatincludedSec .infoListing {
		margin: 0 0 30px 0;
	}

	.whyNEBGsec .secCntnr .secLeft {
		width: 100%;
		order: 2;
	}

	.whyNEBGsec .secCntnr .secRight {
		width: 100%;
		padding: 0 0 40px 0;
		order: 1;
	}

	.whyTeamLoveItSec .corporatesrvcIcons ul {
		flex-wrap: wrap;
	}

	.whyTeamLoveItSec .corporatesrvcIcons ul li {
		width: calc(50% - 20px);
		padding: 25px 20px;
	}

	.whyTeamLoveItSec .corporatesrvcIcons p {
		margin: 25px 0 0 0;
	}

	.orporateQuestionSec .secCntnr .secHead h3 {
		font-size: 36px;
	}

	.readyToBookSec .secCntnr .secCntn {
		width: 60%;
	}

	.readyToBookSec .secCntnr .secImg {
		width: 40%;
	}

	.readyToBookSec .secCntnr .secForm {
		width: 100%;
		padding: 40px 0 0 0;
	}

	.orporateQuestionSec .secCntnr .secCntn p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.corporateBnrSec {
		font-size: 16px;
	}

	.corporateBnrSec h2 {
		font-size: 34px;
		line-height: 40px;
		margin: 0 0 20px 0;
	}

	.corporateBnrSec .corporateBlcLeft .calenderIcBlk {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 20px 0;
	}

	.corporateBnrSec .corporateBlcLeft p {
		line-height: 22px;
		margin: 0 0 20px 0;
	}

	.orporateQuestionSec .secCntnr .secHead {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.orporateQuestionSec .secCntnr .secHead::before {
		right: -35px;
		background-size: 100%;
		width: 95px;
	}

	.orporateQuestionSec .secCntnr .secCntn {
		padding: 0 0 0 60px;
	}

	.corporateBonsaiExperianceSec .corporatesrvcIcons {
		padding: 10px 0 0 0;
	}

	.whatincludedSec .infoListing .infoList .infoListDtl p {
		font-size: 16px;
		line-height: 22px;
	}

	.whyNEBGsec .secCntnr ul li {
		margin: 0 0 20px 0;
	}

	.corporateBonsaiExperianceSec,
	.whatincludedSec,
	.whyTeamLoveItSec,
	.corporateComeToYouSec .corporateComeToYouSecCntn {
		padding: 50px 0;
	}

	.whyNEBGsec,
	.readyToBookSec,
	.orporateQuestionSec {
		padding: 0 0 50px 0;
	}

	.readyToBookSec .secCntnr .secCntn p {
		font-size: 16px;
	}

	.readyToBookSec .secCntnr h5 {
		font-size: 20px;
	}
}

@media (max-width: 639px) {
	.corporateBonsaiExperianceSec .corporatesrvcIcons ul li {
		width: 50%;
		padding: 25px 20px;
	}

	.orporateQuestionSec .secCntnr .secHead {
		width: 90%;
		padding-left: 20px;
	}

	.orporateQuestionSec .secCntnr .secCntn {
		width: 100%;
		padding: 25px 0 0 0;
	}

	.orporateQuestionSec .secCntnr .secCntn p {
		margin: 0 0 10px 0;
	}

	.corporateBonsaiExperianceSec h3,
	.corporateWhoPerfectSec .secCntnr h3,
	.whatincludedSec h3,
	.whyNEBGsec .secCntnr h3,
	.corporateComeToYouSec h3,
	.whyTeamLoveItSec h3,
	.readyToBookSec .secCntnr .secCntn h3 {
		font-size: 24px;
	}

	.whyNEBGsec .secCntnr .secRight p {
		font-size: 17px;
	}
}

@media (max-width: 539px) {
	.corporateBnrSec .corporateBlcLeft .calenderIcBlk br {
		display: none;
	}

	.readyToBookSec .secCntnr .secCntn {
		padding-right: 20px;
	}

	.readyToBookSec .secCntnr .secCntn h3 {
		margin-right: 0;
	}

	.corporateBnrSec .corporatesecCntnr .corporateBlcLeft,
	.corporateWhoPerfectSec .secCntnr {
		padding: 25px 20px;
	}

	.whatincludedSec .infoListing .infoList .infoListDtl {
		padding: 10px 20px;
		width: calc(100% - 50px);
	}

	.whatincludedSec .infoListing .infoList .infoListNum {
		font-size: 16px;
		padding: 12px 10px;
		width: 50px;
	}
}

@media (max-width: 479px) {
	.corporateBnrSec h2 {
		font-size: 27px;
		line-height: 36px;
	}

	.corporateBnrSec .corporateBlcLeft .calenderIcBlk {
		font-size: 18px;
		line-height: 24px;
	}

	.corporateBonsaiExperianceSec .corporatesrvcIcons ul li {
		width: 100%;
	}

	.whyTeamLoveItSec .corporatesrvcIcons ul li {
		width: calc(100% - 20px);
	}

	.readyToBookSec .bookForm .formGroup {
		width: 100%;
	}

	.readyToBookSec .secCntnr .secImg,
	.readyToBookSec .secCntnr .secCntn {
		width: 100%;
	}

	.orporateQuestionSec .secCntnr .secHead h3 {
		font-size: 24px;
	}
}

/* Corporate page css end */