@charset "utf-8";
/* CSS Document */
/* avenir css start */
@import url('https://fonts.cdnfonts.com/css/avenir');
/* avenir css end */
/* barabara font css start */
@font-face {
    src: url(../fonts/barabara-final-font/BARABARA-final.otf), format('otf');
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'BARABARA-FINAL';
}
body a {

    text-decoration: none !important;
}

.site-header .bottom-bar.desktop .menu-wrapper ul li.menu-item-has-children > .sub-menu {
    top: 59px;
   
}
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    background: #FFFFFF;
    font-family: 'Avenir', sans-serif;
    color: #000;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: #4B5460;
}
a:focus {
    outline: none;
}
a:focus {
    outline: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    text-shadow: none;
    background: #24A784;
    color: #fff;
}
::-moz-selection {
    text-shadow: none;
    background: #24A784;
    color: #fff;
}
a,
input,
select,
textarea,
img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
input,
select,
textarea {
    border: 1px solid transparent;
}
.clearfix {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.floatl {
    float: left;
}
.floatr {
    float: right;
}
.nopad {
    padding: 0 !important;
}
.nopadl {
    padding-left: 0;
}
.nopadr {
    padding-right: 0;
}
.nomar {
    margin: 0;
}
.nomarl {
    margin-left: 0;
}
.nomarr {
    margin-right: 0;
}
.porel {
    position: relative;
}
.padding-section{
	margin: 60px 0px;
}
.fal, .far {
    font-family: "Font Awesome 5 Pro" !important;
}
.border-t-\[1\.5px\] {
    border-top-width: 1.5px !important;
    border-top: 2px solid black;
}
.map-section-title-text .owl-dots {
    display: none;
}
/* banner css start */
.main-banner-image {
	position: relative;
}
.main-banner-image img{
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	height: 597px;
	object-fit: cover;
}
.main-banner-text h1 {
    margin-bottom: 9px;
    font-size: 50px;
    background: -webkit-linear-gradient(245deg, rgba(255, 203, 63, 1) 0%, rgba(169, 249, 64, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
	line-height: 1.5;
}
.main-banner-text p {
	line-height: 30px;
	color: #fff;
}

.main-banner-btn {
	margin-top: 25px;
}

.solid-btn {
	background: #FF0034;
	color: #fff;
	font-size: 15px;
	padding: 10px 34px;
	margin-right: 12px;
	border: 1px solid #FF0034;
	border-radius: 5px;
	transition: 0.6s ease all;
}

.solid-btn:hover {
	background: transparent;
	color: #fff;

	border: 1px solid #fff;

}

.non-solid-btn {
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	padding: 10px 34px;
	border-radius: 5px;
	transition: 0.6s ease all;
}

.non-solid-btn:hover {
	background: #FF0034;
	color: #fff;
	border: 1px solid transparent;

}

.home-page-main-banner {
	position: relative;
	z-index: 9;
}
.home-page-main-banner::after{
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/bottom-div-image.png);
	width: 100%;
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	bottom: 0;
	left: 0;
    opacity: 50%;
}
.home-page-banner-inner-section {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.main-banner-text{
	text-align: center;
}
/* banner css end */
/* total-inventory-section css start */
.total-inventory-big-number-text p {
    color: #709730;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    padding-bottom: 0;
}
.total-inventory-total-number-section {
    background: #FFF7E2;
    padding: 43px 0px;
    position: relative;
    overflow: hidden;
}
.total-inventory-total-number-section::after{
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/total-inventory-background-left-image.png);
	width: 298px;
	height: 162px;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}

.total-inventory-total-number-section::before{
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/total-inventory-background-right-image.png);
    width: 267px;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.total-inventory-big-number h2{
	font-family: 'Avenir', sans-serif;
	font-size: 96px;
	font-weight: bold;
	color: #709730;
	margin-left: 30px;
}
.total-inventory-big-number-text-section{
	display: flex;
	align-items: center;
	justify-content: center;
}
.total-five-text-number-section {
    background: #D3E9EB;
    padding: 42px;
    width: 100%;
    margin: 0;
    max-width: calc(100%/5 - 4px);
    height: auto;
}
.total-inventory-big-number-text-section .total-inventory-big-number-text {
    max-width: 260px;
}
 .total-five-text p {
    color: #325356;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    min-height: 112px;
}
.total-five-number h3 {
    color: #325356;
    font-weight: bold;
    font-size: 72px;
    line-height: 1;
    font-family: 'Avenir', sans-serif;
}
.total-five-number-section {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 4px;
}
/* total-inventory-section css end */

/* heritage-trees-section css start */
.heritage-trees-section{
    padding: 120px 0px 200px 0px;
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
}
.heritage-trees-section::after{
	content: '';
    display: block;
    position: absolute;
    background-image: url(../images/bottom-div-image.png);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0;
    left: 0;
	z-index: 99;
	
}
.heritage-trees-section::before{
	content: '';
    display: block;
    position: absolute;
    background-image: url(../images/top-div-image.png);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
	z-index: 2;
}
.heritage-trees-background-left-image{
    position: absolute;
    left: 0;
    top: 47px;
}
.heritage-trees-background-left-image img{
	height: 376px;
	object-fit: contain;
}
.heritage-trees-background-right-image{
    position: absolute;
    right: 0;
    bottom: 55px;
}
.heritage-trees-background-right-image img{
	height: 376px;
	object-fit: contain;
}
.heritage-trees-title-silder-section {
    position: relative;
    z-index: 3;
}
.heritage-trees-section-title h3 {
    font-size: 36px;
	background: -webkit-linear-gradient(90deg, rgba(112,185,192,1) 0%, rgba(255,203,62,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
	line-height: 1.5;
}
.heritage-slider-image-text a {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 7.53px;
    width: 100%;
    border: 0.47px solid #808080;
}
.heritage-slider-image{
	overflow: hidden;
	transition: 0.6s ease all;
}
.heritage-slider-image img{
	width: 100%;
	height: 368px;
	object-fit: cover;
}
.heritage-slider-text {
	text-align: center;
	margin: 15px 0px;
}
.heritage-slider-text h5{
	color: #222222;
	font-weight: bold;
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	font-style: italic;
}
.heritage-slider-image-text a:hover .heritage-slider-image img{
	transform: scale(1.1);
}
/* custome heritage-slider css start */
.heritage-slider .owl-theme .owl-dots,
.owl-theme .owl-nav {

	-webkit-tap-highlight-color: transparent;
}


.owl-theme .owl-dots .owl-dot {
    width: auto;
}

.first-visible-item {
    margin-right: 0 !important;
}

.first-visible-item .heritage-slider-image-text a {
    transform: unset !important;
}
.heritage-slider .owl-dots button {
    outline: none !important;
}
.heritage-slider .owl-dots .owl-dot span {
    width: 32px;
    height: 7px;
}
.heritage-slider .owl-dots .owl-dot span {
	background: #b4e6d8;
	margin: 6px;
}

.heritage-slider .owl-dots .owl-dot:hover span {
	background: #70B9C0;
}

.heritage-slider .owl-dots .owl-dot.active span {
	background: #70B9C0;
}

.heritage-slider .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 19px !important;
    left: -20%;
    z-index: -1;
}

.heritage-slider .owl-nav button {
	border: none !important;
	outline: none !important;
}

.heritage-slider .owl-prev {
    position: absolute;
    transform: translate(-50%);
    font-weight: bolder !important;
    color: #fff !important;
    font-size: 24px !important;
    background: #70B9C0 !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    transition: 0.6s ease all;
}

.heritage-slider .owl-next {
	position: absolute;
	transform: translate(-50%);
    color: #fff !important;
    font-size: 24px !important;
    background: #70B9C0!important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    transition: 0.6s ease all;
}

.heritage-slider .owl-prev {
    left: 76px;
}

.heritage-slider .owl-next {
	left: 49%;
}

.heritage-slider .owl-prev:hover {
	background: #70B9C0 !important;
	color:#fff !important;
}

.heritage-slider .owl-next:hover {
	background: #70B9C0 !important;
	color:#fff !important;
}
.heritage-slider-section{
	position: relative;
}
.slider-status-heritage{
    position: absolute;
    bottom: -50px;
	color: #5A949A;
	font-family: 'Avenir', sans-serif;
	font-size: 24px;
	font-weight: 800;
}
/* heritage-slider owl slider coustome css end */

/* heritage-trees-section css end */

/* trees-search-section css start */
.trees-search-section{
	background: #EFF7E2;
	padding: 120px 0px;
	position: relative;
}
.trees-search-section::after{
	content: '';
    display: block;
    position: absolute;
    background-image: url(../images/trees-search-section-bottom-div-image.png);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0;
    left: 0;
	z-index: 99;
}
.trees-search-section::before{
	content: '';
    display: block;
    position: absolute;
    background-image: url(../images/trees-search-section-top-div-image.png);
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
	z-index: 99;
}
.trees-search-text{
	text-align: center;
}
.trees-search-text p{
	color: #344616;
	font-size: 18px;
	font-weight: 600;
}

.trees-search-input input {
    background: #fff;
    padding: 20px 47px 20px 16px;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    border: 0;
    outline: none;
    border: 0.5px solid #D6D6D6;
}
.trees-search-input input::placeholder{
	color: #000;
	font-weight: 400;
}
.trees-search-input-search-button-section {
    position: relative;
    margin-top: 35px;
}
.trees-search-button {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trees-search-button button {
    background: transparent;
    font-size: 22px;
    border: 0;
    box-shadow: none;
    outline: none;
}

.trees-search-input input::placeholder {
    color: #000;
    font-weight: 500;
    font-family: 'Avenir Next';
}

.trees-search-button button i::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
}
.trees-search-image-text-section a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.trees-search-image-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 100%;
}
.trees-search-image img{
	width: 100%;
	height: 325px;
	object-fit: cover;
	border-radius: 8px;
	overflow: hidden;
}
.trees-search-image{
	position: relative;
	overflow: hidden;
}
.trees-search-image-text-section a:hover .trees-search-image img{
	transform: scale(1.1);
	transition: 0.6s ease all;
}
.trees-search-image-text h5{
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
}
.trees-search-image-section{
	margin-top: 50px;
}
.trees-search-background-left-image{
    position: absolute;
    bottom: 41px;
    left: 0;
}
.trees-search-background-left-image img{
	width: 508px;
	height: 382px;
	object-fit: contain;
}
.trees-search-background-right-image{
    position: absolute;
    top: 38px;
    right: 0;
}
.trees-search-background-right-image img{
	width: 469px;
	height: 600px;
	object-fit: contain;
}
/* trees-search-section css end */
/* map-section css start */
.map-section{
	background: #F1F8F9;
	padding: 60px 0px;
}
.map-section-title-text h4 {
    color: #5A949A;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.map-slider-image img{
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.map-slider-section{
	margin-top: 25px;
	position: relative;
}
.slider-status {
    position: absolute;
    top: -58px;
    right: 120px;
    color: #70B9C0;
    font-size: 16px;
    font-weight: 600;
}
/* custome map slider css start */
.map-slider .owl-theme .owl-dots,
.owl-theme .owl-nav {

	-webkit-tap-highlight-color: transparent;
}

.map-slider .owl-dots button {
	/* border: none !important; */
	outline: none !important;
	border: 1px solid #fff !important;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	margin: 0px 5px;
}

.map-slider .owl-dots .owl-dot span {
	background: #fff;
	margin: 6px;
}

.map-slider .owl-dots .owl-dot:hover span {
	background: #000;
}

.map-slider .owl-dots .owl-dot.active span {
	background: #000;
}

.map-slider .owl-dots {
	width: 100%;
    text-align: center;
    position: initial;
	margin-top: 25px !important;
}

.map-slider .owl-nav button {
	border: none !important;
	outline: none !important;
}

.map-slider .owl-prev {
    position: absolute;
    top: 18%;
    transform: translate(-50%);
    font-weight: bolder !important;
    color: #808080 !important;
    font-size: 20px !important;
    background: #fff !important;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
	transition: 0.6s ease all;
}

.map-slider .owl-next {
	position: absolute;
	top: 18%;
	transform: translate(-50%);
    color: #808080 !important;
    font-size: 20px !important;
    background: #fff !important;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
	transition: 0.6s ease all;
}

.map-slider .owl-prev {
    top: -79px;
    right: 30px;
}

.map-slider .owl-next {
    right: -29px;
    top: -79px;
}

.map-slider .owl-prev:hover {
	background: #70B9C0 !important;
	color:#fff !important;
}

.map-slider .owl-next:hover {
	background: #70B9C0 !important;
	color:#fff !important;
}

/* map-slider owl slider coustome css end */
/* custome map slider css end */
/* map-section css end */

/* downloadables-section css start */
.downloadables-section{
	background: #f9f9fb;
	padding: 60px 0px;
}
.downloadables-title h5{
	color: #000;
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}
.downloadables-link ul li a{
    color: #4E9147;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 6px;
    display: inline-block;
    line-height: 36px;
}
.downloadables-link ul li a:hover{
	color: #000;
}
.downloadables-col-section{
	border-right: 1px solid #808080;
}
.downloadables-title-text h4{
	color: #222222;
	font-size: 30px;
	margin-bottom: 25px;
	font-family: 'Avenir', sans-serif;

}
/* downloadables-section css end */

/* category page css start */
.page-link-section{
	background: #f4f7f1;
	padding: 60px 0px;
}
.page-link-ul{
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 25px;

}
.page-link-ul ul li{
    display: inline-block;
    color: #616161;
    margin: 0px 5px;
}
.page-link-ul ul li a{
	font-size: 16px;
	font-size: 500;
	color: #616161;
}
.page-link-ul ul li a:hover{
	color: #5A949A;
}
.active-page-link{
	color: #5A949A !important;
}
.category-section{
    background: #f4f7f1;
    padding-bottom: 60px;
}
.category-left-section{
	background: #fff;
	border-radius: 8px;
}
.category-left-logo{
	text-align: center;
}
.category-left-logo img{
	width: 100%;
	height: 254px;
	object-fit: contain;
}
.category-link-section{
	margin-top: 25px;
}
.category-link-section ul li{
	display: block;
	border-top: 1px solid #D6D6D6;
}
.category-link-section ul li a{
    color: #616161;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
}
.category-link-section ul li a:hover{
	background: #5A949A;
	color: #fff;
}
.category-text h5{
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #0D0D0D;
	font-style: italic;

}
.category-image-text-section a{
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	display: inline-block;
	width: 100%;
	border: 0.5px solid #D6D6D6;

}
.category-image{
	overflow: hidden;
}
.category-image img{
	width: 100%;
	height: 174px;
	object-fit: cover;
	transition: 0.3s ease all;
}
.category-text{
	margin: 30px 25px;
}
.category-image-text-section a:hover .category-image img{
	transform: scale(1.1);
}
.category-search-section{
	margin-top: 50px;
}
.category-search-section .trees-search-input input {
    background: #fff;
    padding: 20px 47px 20px 16px;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow:initial;
    width: 100%;
    font-weight: 400;
	border: 0.5px solid #D6D6D6;
}
.category-pagination-button button{
	padding: 12px 25px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #D0D5DD;
	color: #344054;
	font-size: 16px;
	display: inline-block;
	transition: 0.6s ease all;

}
.category-pagination-button button:hover{
	background: #5A949A;
	color: #fff;
}
.category-pagination-number ul li{
	display: inline-block;
}
.category-pagination-number ul li button{
    width: 40px;
    height: 40px;
    background: transparent;
    display: inline-block;
    margin: 0px 2px;
	font-size: 14px;
	color: #667085;
}
.category-pagination-number ul li button:hover{
	background: #F1F8F9;
	color: #5A949A;
}
.active-pagination{
	background: #F1F8F9 !important;
	color: #5A949A;
}
.category-pagination{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-pagination{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #EAECF0;
}
.category-map-section{
	background: #fafcf9;
}

.for-responsive{
	display: none;
}
.for-responsive-search{
	display: none;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.accordion__item {
    overflow: hidden;
	border-bottom: 4px solid #5A949A;
}

.accordion__header {
    padding: 9px 0px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #5A949A;
}

.accordion__header::after {
    content: '';
    background: url(../images/down-angel-icon.png) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 1;
}

/* .accordion__header.active {
    background: #5A949A;
	color: #fff;
} */

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}
.accordion__content{
	background: #fff;
}
.category-section{
	position: relative;
	z-index: 9;
}
.category-background-image{
    position: absolute;
    left: 0;
    bottom: -352px;
    z-index: -1;
}
.category-background-image img{
    opacity: 0.3;
	height: auto;
}
.category-details-section {
    background: #fff;
    padding: 40px 35px;
    border: 0.5px solid #D6D6D6;
    border-radius: 8px;
}
.category-details-title h5{
	color: #34612F;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Avenir', sans-serif;
	font-style: italic;
}
.category-details-name p {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.category-name-color {
    color: #34612F;
    font-weight: 500;
}
.category-details-name-section{
	margin-top: 35px;
}
.category-details-name{
	margin-bottom: 15px;
}
.category-description{
	border-top: 0.5px solid #D6D6D6;
	padding-top: 10px;
}
.category-description p{
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 28px;
}
.category-details-image img{
	width: 100%;
	height: 453px;
	object-fit: cover;
	border-radius: 8px;
}
.map-section-title-text{
	position: relative;
	z-index: 99;
}
.map-slider-section{
	position: relative;
	z-index: 99;

}
.alternative-category-text p{
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
}
.alternative-category{
	position: relative;
	z-index: 99;
}
.page-link-section{
	position: relative;
	z-index: 99;
}
/* category page css end */

/* other-page-banner-section css start */
.other-page-banner-section .main-banner-text h1{
    background: -webkit-linear-gradient(245deg, rgba(149, 201, 64, 1) 0%, rgba(112, 185, 192, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100px;
    font-size: 64px;
}
.banner-page-link{
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.filter-button-section{
    background: #fff;
    border-radius: 8px;
    padding: 12px 13px;
    border: 2px solid #EFEFEF;
    margin-top: -9%;
    position: relative;
    z-index: 99;
}
.filter-button-section button{
    display: inline-block;
    background: transparent;
    color: #0D0D0D;
    padding: 15px 25px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin: 0px 4px;
	transition: 0.6s ease all;
}
.filter-button-section button:hover{
    background: #70B9C0;
    color: #fff;
}
.active-filter-button{
    background: #70B9C0 !important;
    color: #fff !important;
}
.filter-section{
	margin-bottom: 120px;
}
.filter-text-number h4{
	color: #0D0D0D;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Avenir', sans-serif;
}
.filter-pera-section h4{
	color: #0D0D0D;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Avenir', sans-serif;
	margin-bottom: 10px;
}
.filter-pera-section h5{
	color: #313030;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Avenir', sans-serif;
	margin-bottom: 10px;
}
.filter-text-list-section ul{
	margin-left: 25px;
	list-style-type: disc;
}
.filter-text-list-section li{
	color: #313030;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Avenir', sans-serif;
	margin-bottom: 5px;
}
.filter-text-number-pera-section{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 30px;
	margin-bottom: 22px;

}
.filter-text-number-pera-section:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.filter-pera-section{
	margin-left: 35px;
}
.filter-text-section{
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	padding: 30px 45px;
}
.filter-text-total-section{
	margin-top: 60px;
}
.responsive-filter-section{
	display: none;
}
.filter-accordion{
	display: block;
    background: #70B9C0;
    color: #fff;
    padding: 15px 25px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin: 0px 4px;
    transition: 0.6s ease all;
	border: none !important;
}
.filter-accordion-item{
	border: none !important;

}
.filter-accordion::after {
    background: url(../images/down-angel-icon-filter.png) no-repeat center;
    top: 15px;
}

.category-description {
    font-size: 18px;
    color: #222;
    line-height: 28px;
    overflow: auto;
}

.category-description em {
    font-style: normal;
}
.alternative-category .category-image-section .category-text h5 {
    font-size: 19px;
}

.site-header {
	z-index: 999;
}
/* other-page-banner-section css end */

/* =======  New Envemtory Page css start  ====== */

/* Hide old section from category pages start */
.category-inventory-of-trees header.page-header.bannerInner,
.category-palm-species header.page-header.bannerInner,
.category-inventory-of-trees header.page-header.bannerInner + .flex.flex-col.flex-wrap,
.category-inventory-of-trees header.page-header.bannerInner + .flex.flex-col.flex-wrap + .paginationMain,
.category-palm-species header.page-header.bannerInner + .flex.flex-col.flex-wrap,
.category-palm-species header.page-header.bannerInner + .flex.flex-col.flex-wrap + .paginationMain,
.category-indigenous-forest-trees header.page-header.bannerInner,
.category-indigenous-forest-trees header.page-header.bannerInner + .flex.flex-col.flex-wrap,
.category-indigenous-forest-trees header.page-header.bannerInner + .flex.flex-col.flex-wrap + .paginationMain,
.category-fruit-bearing-trees header.page-header.bannerInner,
.category-fruit-bearing-trees header.page-header.bannerInner + .flex.flex-col.flex-wrap,
.category-fruit-bearing-trees header.page-header.bannerInner + .flex.flex-col.flex-wrap + .paginationMain,
.category-ficus-species header.page-header.bannerInner,
.category-ficus-species header.page-header.bannerInner + .flex.flex-col.flex-wrap,
.category-ficus-species header.page-header.bannerInner + .flex.flex-col.flex-wrap + .paginationMain,
.category-exotic-forest-trees header.page-header.bannerInner,
.category-exotic-forest-trees header.page-header.bannerInner + .flex.flex-col.flex-wrap,
.category-exotic-forest-trees header.page-header.bannerInner + .flex.flex-col.flex-wrap + .paginationMain {
    display:none !important;
} 
.category .category-search-section {
    display: none;
}
/* Hide old section from category pages end */

.padding-section{
	margin: 60px 0px;
}

.heritage-trees-section .row > div:first-child {
    max-width: 420px;
    width: 100%;
    margin-left: 15%;
}

.heritage-trees-section .row > div:nth-child(2) {
    max-width: 55%;
    width: 100%;
    margin-left: auto;
}

.first-visible-item .heritage-slider-image-text a {
    transform: unset !important;
    margin-top: 0 !important;
}
.owl-carousel.owl-drag .owl-item.active + .owl-item.active img, 
.owl-carousel.owl-drag .owl-item.active ~ .owl-item img {
    height: 326px;
}

.owl-carousel.heritage-slider .owl-stage {
    display: flex;
    align-items: flex-end;
}
.owl-carousel.heritage-slider .owl-stage .owl-item {
    flex-shrink:0;
}

.site-header .site-title .npdc {
    white-space: nowrap;
}

.total-inventory-section .row {
    margin: 0;
}

.total-inventory-section .row > div {
    padding: 0;
}

.heritage-slider-section .owl-nav button i {
    color: #fff;
}

.owl-nav button i {
    color: #808080;
}
.owl-nav button:hover i {
    color: #fff;
}

.map-slider-section .map-slider .owl-stage-outer {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.map-section-title-text h4 span {
    all: inherit;
    font-size: 20px;
}
.trees-search-input-text-section {
    position: relative;
    z-index: 1;
}
.heritage-trees-title-silder-section .row {
    margin: 0;
}

.trees-search-image-section .container {
    padding: 0;
}

.site-header .bottom-bar.desktop .menu-wrapper ul li a {
    height: 100%;
    align-content: center;
}
.paginationMain .container {
    padding: 0 !important;
  }

/* =======  New Envemtory Page css end  ====== */

@media (min-width:1025px) {
    .site-header .top-bar .container .right-wrapper .logo-wrapper {
        margin-bottom: 12px !important;
    }
}

/* Enventory Pages Responsive css start */
@media (max-width: 1440.98px) {
    /* for mobile menu responsive section responsive css end */
    .main-banner-text h1 {
        font-size: 40px;
    }
    .main-banner-image img {
        height: 520px;
    }
    .padding-section {
        margin: 40px 0px;
    }
    .total-inventory-total-number-section::after {
        width: 243px;
        height: 132px;
    }
    .total-inventory-total-number-section::before {
        width: 299px;
        height: 117%;
    }
    .total-inventory-big-number h2 {
        font-size: 75px;
        margin-left: 10px;
    }
    .total-five-number-section {
        margin-top: 14px;
    }
    .total-five-text-number-section {
        padding: 36px;
    }
    .total-five-number h3 {
        font-size: 60px;
    }
    .heritage-slider-image img {
        height: 256px;
    }
    .heritage-slider-text h5 {
        font-size: 15px;
    }
    .slider-status-heritage {
        font-size: 21px;
    }
    .heritage-slider .owl-next {
        width: 40px;
        height: 40px;
    }
    .heritage-slider .owl-prev {
        width: 40px;
        height: 40px;
    }
    .heritage-slider .owl-next {
        left: 63%;
    }
    .heritage-slider .owl-dots {
        margin-top: 16px !important;
        left: -13%;
        z-index: -1;
    }
    .heritage-trees-section-title h3 {
        font-size: 30px;
    }
    .map-slider .owl-prev {
        width: 50px;
        height: 50px;
    }
    .map-slider .owl-next {
        width: 50px;
        height: 50px;
    }

    .top-header-logo-text h5 {
        font-size: 17px;
    }
    .top-header-logo-text h2 {
        font-size: 27px;
    }
    .other-page-banner-section .main-banner-text h1 {
        line-height: 70px;
        font-size: 40px;
    }
    .filter-text-total-section {
        margin-top: 18px;
    }
    .filter-section {
        margin-bottom: 60px;
    }
}

@media (max-width: 1399.98px) {
    .heritage-slider .owl-dots {
        left: -11%;
    }
    .trees-search-image img {
        height: 292px;
    }
    .trees-search-image-text h5 {
        font-size: 22px;
    }
    .map-slider-image img {
        width: 100%;
        height: 794px;
    }
    .nav-link ul li a {
        font-size: 15px;
        padding: 0px 15px;
    }
    .dropdown-content {
        width: 146px;
    }
    .filter-button-section button {
        padding: 15px 17px;
        font-size: 16px;
    }
    .heritage-trees-section .row > div:first-child {
        max-width: 345px;
    }
}

@media (max-width:1279px) {
    .owl-carousel.owl-drag .owl-item.active + .owl-item.active img, .owl-carousel.owl-drag .owl-item.active ~ .owl-item img {
        height: 255px;
    }
    .heritage-slider-image img {
        height: 290px;
    }
}

@media (max-width: 1199.98px) {
    /* for mobile menu responsive section responsive css end */
    .main-banner-image img {
        height: 420px;
    }
    .total-five-number-section {
        justify-content: center;
    }
    .padding-section {
        margin: 30px 0px;
    }
    .total-inventory-total-number-section::after {
        width: 206px;
        height: 111px;
    }
    .total-inventory-total-number-section::before {
        width: 218px;
        height: 109%;
    }
    .heritage-slider .owl-next {
        left: 72%;
    }
    .heritage-slider .owl-dots {
        left: -5%;
    }
    .slider-status-heritage {
        bottom: -44px;
    }
    .trees-search-background-right-image img {
        width: 361px;
        height: 474px;
    }
    .trees-search-background-left-image img {
        width: 352px;
        height: 273px;
    }
    .trees-search-image img {
        height: 244px;
    }
    .trees-search-image-text h5 {
        font-size: 18px;
    }
    .map-slider .owl-prev {
        top: -80px;
    }
    .map-slider .owl-next {
        top: -80px;
    }
    .slider-status {
        top: -57px;
    }
    .map-slider-image img {
        height: 100%;
    }
    .category-image img {
        height: 133px;
    }
    .category-left-logo img {
        height: 204px;
    }
	.owl-item .item {
		margin: 50px 0 0px 0px;
	}

    .for-responsive-header{
        display: block;
    }
    .desktop-header{
        display: none;
    }
    .filter-button-section {
        padding: 12px 8px;
    }
    .filter-button-section button {
        padding: 15px 11px;
        font-size: 14px;
    }
    .filter-button-section {
        margin-top: -11%;
    }
    .footer-logo-text-section {
        margin-top: 0px;
    }
    .other-page-banner-section .main-banner-text h1 {
        line-height: 60px;
        font-size: 30px;
    }
    .responsive-header-right-side-section{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px 13px;
    }
    .top-header-right-side-section {
        text-align: left;
    }
    .standard-time-section h5 {
        font-size: 16px;
    }
    .dropdown-menu {
        position: relative;
    }

    /* new css */
    .heritage-trees-section .row > div:first-child {
        margin-left: 5%;
    }
    .heritage-trees-section .row > div:nth-child(2) {
        max-width: 58%;
    }
    .heritage-slider-image img {
        height: 255px;
    }
    .owl-carousel.owl-drag .owl-item.active + .owl-item.active img, .owl-carousel.owl-drag .owl-item.active ~ .owl-item img {
        height: 230px;
    }
}

@media (max-width: 991.98px) {
    .main-banner-image img {
        height: 413px;
    }
    .total-inventory-total-number-section::after {
        width: 179px;
        height: 98px;
    }
    .total-inventory-total-number-section::before {
        width: 164px;
        height: 136%;
    }
    .total-inventory-big-number h2 {
        font-size: 66px;
    }
    .total-five-text-number-section {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .total-five-text p {
        min-height: 1px;
    }
    .heritage-trees-background-left-image img {
        height: 245px;
        object-fit: contain;
    }
    .heritage-trees-background-right-image img {
        height: 242px;
        object-fit: contain;
    }
    .heritage-slider-image img {
        height: 260px;
    }
    .heritage-trees-section {
        padding: 88px 0px 140px 0px;
    }
    .trees-search-image img {
        height: 278px;
    }
    
    .map-section-title-text {
        position: relative;
        top: -62px;
    }
    .map-slider-image img {
        height: 100%;
    }
    .map-slider-section {
        margin-top: 28px;
    }
    .for-desktop{
        display: none;
    }
    .for-responsive{
        display: flex;
    }
    .category-map-section .map-section-title-text {
        position: relative;
        top: -6px;
    }
    .page-link-section {
        background: #f4f7f1;
        padding: 30px 0px;
    }
    .category-background-image {
        bottom: 0;
    }
	.heritage-trees-section-title h3 {
		font-size: 33px;
	}
	.heritage-trees-section-title {
		margin-left: 14%;
	}
	.heritage-slider .owl-item .item .heritage-slider-image-text a {
		margin-top: 42px;
	}
    .responsive-filter-section{
        display: block;
    }
    .desktop-filter-section{
        display: none;
    }
    .filter-text-section {
        margin: 40px 0px;
    }
    .footer-quick-link-section:last-child {
        margin-bottom: 22px;
    }
    .footer-importent-link{
        margin-bottom: 22px;
    }
    .heritage-trees-section .row > div:first-child {
        margin-left: 0;
        max-width: 100%;
    }
    .heritage-trees-section-title {
        margin-left: 5px;
    }
    .heritage-trees-section .row > div:nth-child(2) {
        max-width: 100%;
    }
    .heritage-slider .owl-dots {
        left: -8%;
    }
    .heritage-slider-section .owl-item .item {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .main-banner-image img {
        height: 320px;
    }
    .total-inventory-big-number-text-section {
        display: block;
        padding: 0px 50px;
    }
    .total-inventory-total-number-section::after {
        display: none;
    }
    .heritage-slider .owl-dots {
        left: -20%;
    }
    .heritage-slider .owl-next {
        left: 47%;
    }
    .trees-search-background-right-image img {
        width: 247px;
        height: 332px;
    }
    .map-section-title-text {
        position: relative;
        top: -40px;
    }
    .trees-search-image img {
        height: 412px;
    }
    .trees-search-image {
        margin-bottom: 8px;
    }
    .trees-search-image-text h5 {
        font-size: 23px;
    }
    .map-slider-image img {
        height: 100%;
    }
    .map-section {
        padding: 30px 0px;
    }
    .downloadables-col-section {
        border-right: initial;
        border-bottom: 1px solid #808080;
        margin-bottom: 48px;
        padding-bottom: 48px;
    }
    .downloadables-section {
        background: #f9f9fb;
        padding: 30px 0px;
    }
    .category-image img {
        height: 368px;
    }
    .category-image-text-section a {
        margin-bottom: 14px;
    }
    .category-map-section .map-section-title-text {
        position: relative;
        top: 12px;
    }
    .map-slider-section {
        margin-top: 96px;
    }
    
    .for-responsive-search{
        display: block;
        margin-bottom: 25px;
        background: #fff;
        padding: 10px 10px;
    }
    .category-search-section {
        margin-top: 1px;
    }
    .for-desktop-category{
        display: none;
    }

	.heritage-trees-section-title {
		margin-left: 0%;
	}
	.owl-item .item {
		margin: 0px 0 0px 0px;
	}
    .other-page-banner-section .main-banner-image img {
        height: 426px;
    }
    .banner-page-link {
        top: 18%;
    }
    .page-link-ul ul li a {
        margin-bottom: 10px;
        display: inline-block;
    }
    .other-page-banner-section .home-page-banner-inner-section {
        top: 56%;
    }
    .total-five-text-number-section {
        padding: 54px 42px;
    }
    .total-inventory-total-number-section {
        padding: 43px;
    }
    .total-inventory-section .container {
        padding: 0;
    }
    
    .total-inventory-big-number-text-section {
        padding: 0;
    }
    .heritage-trees-section {
        padding: 45px 0px 150px 0px;
    }   
    .heritage-slider .owl-dots .owl-dot span {
        width: 22px;
        height: 5px;
        margin: 5px;
    }
    .owl-carousel.owl-drag .owl-item.active + .owl-item.active img, .owl-carousel.owl-drag .owl-item.active ~ .owl-item img {
        height: 210px;
    }
    .total-five-number-section {
        gap: 0;
    }
    .slider-status {
        right: 110px;
    }
    .map-slider .owl-prev {
        right: 38px;
    }
    footer .top-bar {
        padding-inline: 0 !important;
    }
    .total-five-number h3 {
        font-size: 72px;
    }
    .category-dropdown .accordion__header {
        display: flex;
        align-items: center;
        padding-top: 16px;
    }
    .category-dropdown .accordion__header::after {
        right: 0px;
        top: 30px;
    }
}

@media (max-width: 575.98px) {
    .main-banner-text h1 {
        font-size: 28px;
    }
    .padding-section {
        margin: 20px 0px;
    }
    .total-inventory-col-section{
        padding: 0px 0px;
    }
    .total-inventory-big-number h2 {
        font-size: 68px;
        margin-left: 0px;
    }
    .total-five-text-number-section {
        margin-bottom: 14px;
    }
    .heritage-trees-section-title h3 {
        font-size: 27px;
    }
    .heritage-trees-background-left-image img {
        height: 151px;
    }
    .heritage-trees-background-right-image img {
        height: 160px;
    }
    .heritage-trees-section::before {
        height: 16px;
    }
    .heritage-trees-background-left-image {
        top: 2px;
    }
    .heritage-trees-background-right-image {
        bottom: 31px;
    }
    .heritage-slider .owl-prev {
        width: 30px;
        height: 30px;
        font-size: 17px !important;
        bottom: -55px;
    }
    .heritage-slider .owl-prev {
        left: 50px;
    }
    .heritage-slider .owl-dots {
        left: 4%;
    }
    .heritage-slider .owl-next {
        width: 30px;
        height: 30px;
        font-size: 17px !important;
        bottom: -55px;
    }
    .heritage-slider .owl-next {
        left: 90%;
    }
    .heritage-trees-section {
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: initial;
        -moz-box-shadow: initial;
        box-shadow: initial;
    }
    .trees-search-background-right-image img {
        width: 168px;
        height: 189px;
    }
    .trees-search-image img {
        height: 263px;
    }
    .trees-search-image-section {
        margin-top: 31px;
    }
    .trees-search-image-text h5 {
        font-size: 18px;
    }
    .map-slider-section {
        margin-top: 70px;
    }
    .map-section-title-text {
        position: relative;
        top: -18px;
    }
    .map-slider-image img {
        height: 240px;
    }
    .map-slider .owl-prev {
        width: 35px;
        height: 35px;
        font-size: 21px !important;
    }
    .map-slider .owl-next {
        width: 35px;
        height: 35px;
        font-size: 21px !important;
    }
    .map-slider .owl-prev {
        top: -71px;
    }
    .map-slider .owl-next {
        top: -72px;
        right: -6px;
    }
    .slider-status {
        right: 121px;
    }
    .downloadables-link ul li a {
        font-size: 18px;
        line-height: 29px;
    }
    .category-pagination-button button {
        padding: 12px 9px;
    }
    .category-image img {
        height: 240px;
    }
    .page-link-ul {
        padding: 14px 9px;
    }
    .category-details-image img {
        height: 384px;
    }
    .top-hedaer-right-side-logo img{
        width: 40px;
    }
    .standard-time-section h5 {
        font-size: 14px;
    }
    .standard-time-section {
        margin-left: 24px;
    }
    .top-hedaer-right-side-logo{
        width: 66%;
    }
    .top-header-right-side-section {
        padding-bottom: 25px;
    }
    .filter-accordion {
        font-size: 14px;
    }
    .filter-accordion::after {
        right: 8px;
    }
    .other-page-banner-section .main-banner-text h1 {
        line-height: 49px;
    }
    .filter-text-section {
        margin: 12px 0px;
    }
    .footer-logo img {
        width: 114px;
        margin-bottom: 3px;
    }
    .footer-bottom-section-logo img {
        width: 128px;
        margin-bottom: 18px;
    }
    .footer-bottom-section {
        padding: 17px 0px;
    }

    .page-link-section .container, .category-section .container, .map-section .container, .downloadables-section .container {
        padding: 0 24px;
    }
    
    .category-details-section {
        padding: 24px;
    }
    
    .category-details-name {
        margin-bottom: 0;
    }
    
    .category-details-name-section {
        margin-top: 18px;
    }
    
    .category-details-image {
        margin-top: 30px;
    }
    .single-post .site-header .top-bar {
        padding-inline: 14px;
    }
    
    .single-post .site-header .timezone-date-time {
        padding-left: 10px;
    }
    .single-post .site-footer .bottom-bar {
        padding-inline: 14px;
    }
    
    .single-post .site-footer .top-bar .container {
        padding-inline: 24px;
    }
}

@media (max-width: 467px) {
    body.single-post.postid-3940 table td {
        font-size: 10px;
    }
}

/* For screens from 468px to 768px */
@media (min-width: 468px) and (max-width: 768px) {
    body.single-post.postid-3940 table td {
        font-size: 13px;
    }
}
/* Enventory Pages Responsive css end */