@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: black;
  font-family: 'Lato', sans-serif;
}

a {
  color: #00a5d0;
}

a:hover {
  color: #00a5d0;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  color: #242424;
  font-family: 'Inter', sans-serif;
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

ol {
  padding-left: 20px;
}

ol li {
  margin-bottom: 5px;
}

ul {
  padding: 0;
}

ul li {
  padding: 0;
  position: relative;
}

a {
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -moz-transition: 0.3s all ease-in-out 0s;
}

.dropdown-toggle:focus {
  outline: none;
}

a {
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
}

form {
  padding: 0;
  margin: 0;
}

select {
  background: url(images/down-arrow.svg) right 10px center no-repeat;
  background-size: 20px;
}

.answer select {
    margin-bottom: 30px!Important;
	cursor:pointer;
}

select.location-mix-dropdown {
		  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='34' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
			background-size:34px;
}




figure {
  margin: 0;
}

figure img {
  width: 100%;
}

mark {
  color: #4dbdf4;
  font-weight: 700;
  background: transparent;
  padding: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea,
.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 13px 20px;
  font-family: 'Lato';
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1px;
/*  text-transform: capitalize;  */
  color: #8d8d8d;
  appearance: none;
  width: 100%;
  margin-bottom: 20px;
}

select#batchyear {
		cursor: pointer!important;
	  	border: 3px solid #7cad36!important;
	-webkit-appearance: none;
	  -moz-appearance: none;
	  background: transparent;
	  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='34' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	  background-repeat: no-repeat;
	  background-position-x: 100%;
	  background-position-y: 5px;
}


select {
  background: url(images/aro2.png) right 20px center no-repeat transparent;
  background-size: 10px;
  padding: 12px 20px 12px 20px;
  border: 2px solid #7cad36;
  width: 100%;
  font-size: 15px;
  color: black;
  font-family: 'Inter', sans-serif;
  appearance: none;
  border-radius: 60px;
  font-weight: 500;

}

select[multiple] {
  background: transparent;
  min-height: 85px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

button,
input[type='button'],
input[type='submit'] {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  background: #cfb87c;
  font-family: 'Inter', sans-serif;
  padding: 12px 0;
  border: 1px solid #cfb87c;
  border-radius: 50px;
  width: 100%;
  letter-spacing: 2px;
  transition: 0.5s;
  width: 210px;
  text-align: center;
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -moz-transition: 0.3s all ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

button:hover,
input[type='button']:hover,
input[type='submit']:hover {
  background: white;
  border: 1px solid #cfb87c;
  color: #cfb87c;
  outline: none;
  text-decoration: none;
}

label {
  font-size: 20px;
  color: #555555;
  font-family: 'Inter', sans-serif;
  font-style: italic;
  margin-bottom: 15px;
}

/*  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }*/

/*checkbox open*/

.check-pro {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.check-pro input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.check-pro:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check-pro input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check-pro input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check-pro .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom radio button */

/*checkbox end*/

/*radio open*/

.radio-pro {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.radio-pro input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.radio-pro .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.radio-pro:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.radio-pro input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Show the indicator (dot/circle) when checked */

.radio-pro input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio-pro .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*radio end*/

.navbar-nav li:before {
  display: none;
}

/*file upload open*/

.customfile_input {
  height: 31px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
}

.customfile_label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  padding-left: 215px;
  line-height: 25px;
}

.customfile_label::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 197px;
  background: none;
  border: 2px solid #e9c04a;
  display: block;
  content: 'Choose File';
  height: 100%;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  font-family: 'CenturyGothic';
  font-size: 16px;
  color: #e9c04a;
  text-transform: uppercase;
}

.customfile_inputin:hover + .customfile_label::after {
  background: #e9c04a;
  color: #2a597f;
}

.customfile_inputin {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}

.imageupload_inp {
  padding-top: 10px;
  width: 100%;
}

/*file upload end*/

/*images-check box open*/

.support_forminptradio {
  position: relative;
}

.support_forminptradio label {
  margin: 0;
  position: relative;
  display: inline-block;
}

.support_forminptradio_label {
  padding-left: 20px;
}

.support_forminptradio input[type='checkbox'] {
  visibility: hidden;
  display: none;
}

.support_forminptradio
  input[type='checkbox']
  + .support_forminptradio_label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(images/chk2.png) no-repeat center center;
  cursor: pointer;
}

.support_forminptradio
  input[type='checkbox']:checked
  + .support_forminptradio_label::before {
  background-image: url(images/chk1.png);
}

/*images-check box end*/

/*images-radio box open*/

.support_forminptradio input[type='radio'] {
  visibility: hidden;
  display: none;
}

.support_forminptradio
  input[type='radio']
  + .support_forminptradio_label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(images/red1.png) no-repeat center center;
  cursor: pointer;
}

.support_forminptradio
  input[type='radio']:checked
  + .support_forminptradio_label::before {
  background-image: url(images/red2.png);
}

/*images-radio box end*/

/*back to top open*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url(images/up-arrow.png) center no-repeat #588752;
  background-size: 25px;
  width: 52px;
  height: 52px;
  display: block;
  text-decoration: none;
  z-index: 999;
  border-radius: 0;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: url(images/up-arrow.png) center no-repeat #000;
  background-size: 25px;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/*back to top end*/

/*wordpress menu open*/

/*  .clickD { position: relative;right: 0;top: 0;width: 20px;height:20px;background:  url(images/sort-down.svg)center center no-repeat ; 
	cursor: pointer; display: block;background-size: 10px; float: right; margin-top: 5px;}
  .navbar-nav > li{position: relative;}
  .navbar-nav > li .sub-menu{
	position: absolute;
	left: 0; top: 100%;
	display: none;
	z-index: 999;
	width: 180px;
	background: #fff;
	border: 1px solid #ccc;
  }*/

/*.container{
	width: 100%;
	max-width: 1400px;
}*/

.navbar-toggler:focus {
  box-shadow: none;
}

/*custom-style*/

.container {
  max-width: 1172px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  position: relative;
  padding: 40px 0;
}

.logo {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  order: 1;
  z-index: 1;
}

.logo a {
  display: inline-block;
}

.navbar {
  display: flex;
  justify-content: space-between;
}

.navbar-collapse {
  position: relative;
}

.menu-item-has-children .frst-i {
  padding: 0 5px;
  display: inline-block;
}

.menu-item-has-children .frst-i img {
  width: 50%;
}

.menu-item-has-children a {
  padding: 0;
}

.menu-item-has-children a:hover {
  color: #7cad36;
}

.menu-item-has-children {
  display: inline-block;
}

.sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 160px; */
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.navbar ul li a:hover {
  color: #7cad36;
}

.navbar ul li .sub-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  color: #7d7d7d;
}

.navbar ul .menu-item-has-children .sub-menu a:hover {
  border-bottom: 1px solid #a5b626;
  color: #7cad36;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 3;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.navbar-nav li {
  padding: 10px 60px 10px 0;
}

.navbar-nav li:nth-child(3) {
  margin-right: 150px;
}

.navbar-nav li:nth-child(4) {
  margin-left: 150px;
}

/*.navbar-nav li > nth-child(3) {
    margin-right: 150px;
}

.navbar-nav li > nth-child(4) {
    margin-left: 150px;
}*/

.navbar-nav li:last-child {
  padding-right: 0;
}

.navbar-nav .sub-menu li {
  margin: 0px !important;
}

.navbar-nav li a {
  font-size: 21px;
  font-weight: 400;
  color: #7d7d7d;
  display: inline-block;
  transition: 0.5s;
  font-family: 'Inter', sans-serif;
  position: relative;
}

.navbar-nav .active a {
  color: #7cad36;
}

.home-banner {
  position: relative;
}

.home-banner::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 90px;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.home-banner-slider {
  position: relative;
  z-index: 1;
  display: flex;
}

.single-sld-home {
  padding: 170px 60px;
  border-bottom: 5px solid #7cad36;
}

.single-sld-home h2 {
  font-size: 52px;
  font-weight: 600;
  /* color: #474a40; */
  margin-bottom: 34px;

  /* support 01-11-2022 */
  color: #000;
  /* support 01-11-2022 */
}

.single-sld-home a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #7cad36;
  padding: 11px 29px;
  border: 1px solid #7cad36;
  border-radius: 30px;
  transition: 0.5s;
}

.common-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #7cad36;
  padding: 11px 29px;
  border: 1px solid #7cad36;
  border-radius: 30px;
  transition: 0.5s;
}

.common-btn2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #7cad36;
  padding: 11px 29px;
  border: 1px solid #7cad36;
  border-radius: 0 50px;
  transition: 0.5s;
}

.common-btn2:hover {
  background: #ffffff;
  color: #7cad36;
}

.common-btn:hover {
  background: #ffffff;
  color: #7cad36;
}

.single-sld-home a:hover {
  background: #ffffff;
  color: #7cad36;
}

.home-banner-slider .slick-dots {
  display: flex;
  justify-content: center;
  top: 90%;
}

.home-banner-slider .slick-dots li {
  width: 19px;
  height: 19px;
  background: transparent;
  border: 1px solid #000000;
  opacity: 0.5;
  border-radius: 50%;
  font-size: 0;
}

.home-banner-slider .slick-dots .slick-active {
  background: #7cad36;
  border: 1px solid #7cad36;
  opacity: 1;
}

.home-banner-slider .slick-dots li button:before {
  display: none;
}

.hm-scnd-sec {
  position: relative;
}

.hm-scnd-sec::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  background: linear-gradient(
    360deg,
    #ebebeb 0%,
    rgba(196, 196, 196, 0) 105.78%
  );
  width: 536px;
  height: 361px;
  z-index: -1;
}

.hmmm-rw {
  align-items: center;
}

.tittle-section .margin-low {
  margin-bottom: 12px;
}

.tittle-section {
  position: relative;
  font-size: 18px;
  color: #7d7d7d;
  font-weight: 400;
}

.tittle-section h2 {
  font-size: 36px;
  color: #7cad36;
  font-weight: 600;
  margin-bottom: 40px;
}

.side-common-btn {
  display: inline-block;
  font-size: 18px;
  color: #668033;
  font-weight: 400;
  transition: 0.5s;
  align-items: center;
}

.side-common-btn i {
  display: inline-block;
  padding-left: 8px;
}

.side-common-btn i img {
  width: 50%;
}

.side-common-btn:hover {
  color: #000000;
}

.home-imgone figure img {
  width: 100%;
  object-fit: cover;
}

.hm-sctxt {
  padding-right: 60px;
}

.home-abt-sec {
  position: relative;
}

.home-abt-sec::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 542px;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(224, 252, 184, 0.87) 0%,
    rgba(196, 196, 196, 0) 105.78%
  );
}

.hmmm-rw2 {
  align-items: center;
}

.spcss-sec {
  padding: 0 0 60px 0;
  position: relative;
}

.hm-servixe-sec {
  position: relative;
  background: #f6f6f6;
  padding: 90px 0 0 0;
}

.hm-servixe-sec::before {
  background: #ffffff;
  position: absolute;
  content: '';
  width: 100%;
  height: 132px;
  bottom: 0;
  left: 0;
}

.tittle-section h4 {
  font-size: 20px;
  color: #7d7d7d;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 11px;
}

.hm-sctxt2 {
  padding-left: 60px;
}

.quality-home-sld {
  position: relative;
}

.quality-slider {
  position: relative;
  z-index: 3;
  top: -100px;
}

.single-all-qualty {
  position: relative;
}

.wrap-qualty {
  position: relative;
  padding-top: 200px;
  z-index: 2;
}

.single-all-qualty .left-qulty {
  position: relative;
  width: 630px;
  background: #f9f9f9;
  /* border: 5px solid #e9e9e9; */
  box-sizing: border-box;
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 70px 150px;
  margin-right: auto;
  z-index: 1;
  min-height: 350px;
}

.single-all-qualty .right-qulty {
  position: absolute;
  bottom: 200px;
  right: 0;
  width: 630px;
  background: #f9f9f9;
  /* border: 5px solid #e9e9e9; */
  box-sizing: border-box;
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 70px 150px;
  min-height: 350px;
}

.margn-quality {
  z-index: 4;
}

.single-all-qualty figure {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px auto;
  min-height: 206px;
}

.single-all-qualty h4 {
  font-size: 18px;
  font-weight: 600;
  color: #7cad36;
}

.single-all-qualty .slick-prev {
  background: url('images/arw3.png') no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-position: center;
  z-index: 1;
  top: 80%;
  left: 92%;
  outline: none;
  border: none;
  margin: 0 8px;
}

.single-all-qualty .slick-prev:hover {
  background: url('images/arw1.png') no-repeat;
  background-size: 32px;
  background-position: center;
  z-index: 1;
}

.single-all-qualty .slick-prev::before {
  display: none;
}

.single-all-qualty .slick-next {
  background: url('images/arw2.png') no-repeat #ffffff;
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-position: center;
  z-index: 1;
  top: 80%;
  right: 0;
  outline: none;
  border: none;
  margin: 0 8px;
}

.single-all-qualty .slick-next:hover {
  background: url('images/arw4.png') no-repeat;
  background-size: 32px;
  background-position: center;
  z-index: 1;
}

.single-all-qualty .slick-next::before {
  display: none;
}

.single-all-qualty .slick-list {
  margin-bottom: 50px;
}

.quantity-btn {
  position: relative;
  text-align: center;
}

.quantity-btn a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #7cad36;
  padding: 11px 29px;
  border: 1px solid #7cad36;
  border-radius: 30px;
  transition: 0.5s;
}

.quantity-btn a:hover {
  background: #ffffff;
  color: #7cad36;
}

.quantity-btn-wht a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #7cad36 !important;
  background: #ffffff;
  padding: 11px 29px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  transition: 0.5s;
}

.quantity-btn-wht a:hover {
  background: #7cad36;
  color: #ffffff !important;
}

.mining-all-sld {
  position: relative;
}

.home-imgone {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-imgone .slick-prev {
  background: url('images/arw3.png') no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  top: 100%;
  left: -15px;
  outline: none;
  border: none;
  position: static;
  order: 1;
  margin: 0 8px;
  opacity: 0.5;
}

.home-imgone .slick-prev:focus {
  background: url('images/arw1.png') no-repeat;
  background-size: 30px;
  background-position: center;
  z-index: 1;
  opacity: 1;
}

.home-imgone .slick-prev:hover {
  background: url('images/arw1.png') no-repeat;
  background-size: 30px;
  background-position: center;
  z-index: 1;
  opacity: 1;
}

.home-imgone .slick-prev::before {
  display: none;
}

.home-imgone .slick-next:focus {
  background: url('images/arw4.png') no-repeat;
  background-size: 30px;
  background-position: center;
  z-index: 1;
  opacity: 1;
}

.home-imgone .slick-next {
  background: url('images/arw2.png') no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  top: 100%;
  right: -15px;
  outline: none;
  border: none;
  position: static;
  order: 1;
  margin: 0 8px;
  opacity: 0.5;
}

.home-imgone .slick-next:hover {
  background: url('images/arw4.png') no-repeat;
  background-size: 30px;
  background-position: center;
  z-index: 1;
  opacity: 1;
}

.home-imgone .slick-next::before {
  display: none;
}

.home-imgone .slick-list {
  margin-bottom: 25px;
}

.common-gap2 {
  padding: 140px 0 90px 0;
}

.testimoni-section {
  position: relative;
}

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

.tittle-section2 h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 45px;
}

.testimoni-slidr {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.singl-testy-cart {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding: 40px 33px;
  font-size: 20px;
  color: #373a33;
}

.wrap-testy {
  padding: 0 15px;
  width: 50%;
}

.img-clnt-all {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #c4c4c480;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.img-clnt-all h4 {
  color: #373a33;
  font-size: 22px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 0;
}

.testimoni-slidr .slick-prev {
  background: url('images/arrrw1.png') no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  top: 100%;
  left: -15px;
  outline: none;
  border: none;
  position: static;
  order: 1;
  margin: 0 8px;
  opacity: 0.5;
}

.testimoni-slidr .slick-prev:hover {
  background: url('images/arrrw1.png') no-repeat;
  background-size: 50px;
  background-position: center;
  z-index: 1;
  opacity: 1;
}

.testimoni-slidr .slick-prev::before {
  display: none;
}

.testimoni-slidr .slick-next {
  background: url('images/arrr2.png') no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  top: 100%;
  right: -15px;
  outline: none;
  border: none;
  position: static;
  order: 1;
  margin: 0 8px;
  opacity: 0.5;
}

.testimoni-slidr .slick-next:hover {
  background: url('images/arrr2.png') no-repeat;
  background-size: 50px;
  background-position: center;
  z-index: 1;
  opacity: 1;
}

.testimoni-slidr .slick-next::before {
  display: none;
}

.testimoni-slidr .slick-list {
  margin-bottom: 50px;
}

.common-gap {
  /* padding: 90px 0; */

  /* support 01-11-22 */
  padding: 30px 0;
  /* support 01-11-22 */
}

.species-sec {
  position: relative;
}

.title-head {
  position: relative;
}

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

.title-head h3 {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 40px;
}

.title-head h3 span {
  color: #7cad36;
}

.species-slider {
  position: relative;
  display: flex;
  width: 100%;
}

.species-singleall {
  padding: 0 10px;
  width: 33.33%;
}

.species-singleall .spec-img {
  margin-bottom: 30px;
  transition: 0.5s;
}

.species-singleall .spec-img figure img {
  width: 100%;
}

.species-singleall .spec-txt {
  text-align: center;
}

.species-singleall .spec-txt h4 {
  text-align: center;
  font-size: 18px;
  color: #668033;
  font-weight: 600;
  margin-bottom: 25px;
  font-style: italic;
}

.species-slider .slick-prev {
  background: url('images/arw3.png') no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  top: -50px;
  left: 93%;
  outline: none;
  border: none;
}

.species-slider .slick-prev:focus {
  background: url('images/arw1.png') no-repeat;
  background-size: 32px;
  background-position: center;
  z-index: 1;
}

.species-slider .slick-prev:hover {
  background: url('images/arw1.png') no-repeat;
  background-size: 32px;
  background-position: center;
  z-index: 1;
}

.species-slider .slick-prev::before {
  display: none;
}

.species-slider .slick-next {
  background: url('images/arw2.png') no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  top: -50px;
  right: 0;
  outline: none;
  border: none;
}

.species-slider .slick-next:focus {
  background: url('images/arw4.png') no-repeat;
  background-size: 32px;
  background-position: center;
  z-index: 1;
}

.species-slider .slick-next:hover {
  background: url('images/arw4.png') no-repeat;
  background-size: 32px;
  background-position: center;
  z-index: 1;
}

.species-slider .slick-next::before {
  display: none;
}

.sevc-details {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.sevc-details .srcv-lft {
  flex-basis: 200px;
  max-width: 200px;
}

.service-homecart {
  position: relative;
}

.sevc-details .txt-sec-servc {
  flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
  font-size: 18px;
  color: #4d5151;
  padding-left: 20px;
}

.sevc-details .srcv-lft h4 {
  font-size: 20px;
  color: #4e4e4e;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.sevc-details .srcv-lft h3 {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}

.sevc-details .srcv-lft h3 span {
  color: #7cad36;
}

.single-srcv-cart {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #4d5151;
  background: #e9e9e9;
  border-bottom: 5px solid #7cad36;
  padding: 42px 12px 27px 12px;
  min-height: 350px;
}

.single-srcv-cart .img-cartsrvc {
  min-height: 75px;
  margin-bottom: 25px;
}

.single-srcv-cart .img-cartsrvc i {
  display: inline-block;
}

.single-srcv-cart h4 {
  font-size: 18px;
  color: #474a40;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
  min-height: 45px;
}

.footer {
  position: relative;
  padding: 50px 0 0 0;
  background: #e1f3c7;
}

.footer-row-sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.links-footer {
  position: relative;
}

.column-footer1 {
  width: 25%;
  display: flex;
  justify-content: flex-start;
}

.column-footer2 {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}

.column-footer3 {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}

.column-footer4 {
  width: 25%;
  display: flex;
  justify-content: flex-start;
}

.links-footer h4 {
  font-size: 18px;
  color: #7cad36;
  font-weight: 600;
  margin-bottom: 18px;
}

.links-footer ul {
  display: block;
}

.links-footer ul li {
  list-style: none;
  font-size: 18px;
  color: #4d5151;
  font-weight: 400;
  margin-bottom: 2px;
  font-family: 'Lato', sans-serif;
}

.links-footer ul li a {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  color: #4d5151;
  transition: 0.5s;
  font-family: 'Lato', sans-serif;
}

.links-footer ul li a:hover {
  color: #7cad36;
}

.links-footer ul li a i {
  color: #7cad36;
  padding-right: 14px;
  transition: 0.5s;
  width: 30px;
}

.links-footer ul li a i:hover {
  color: #4d5151;
}

.links-footer ul .active a {
  color: #7cad36;
}

.copyright-sec {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 400;
}

.copyright-sec a {
  display: inline-block;
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 400;
  transition: 0.5s;
}

.copyright-txt {
  border-top: 1px solid #c4c4c4;
  padding: 24px 0;
}

.copyright-sec a:hover {
  color: #7cad36;
}

/******** about-page ********/

.common-banner-all {
  padding: 30px;
  background: #f3f3f3;
}

.common-banner-txt {
  text-align: center;
}

.common-banner-txt h2 {
  font-weight: 700;
  font-size: 52px;
  color: #000000;
  margin-bottom: 10px;
}

.common-banner-txt ul {
  display: flex;
  justify-content: center;
}

.common-banner-txt ul li {
  list-style: none;
  padding: 0 15px;
  position: relative;
}

.common-banner-txt ul li a {
  color: #000000;
  font-weight: 400;
  font-size: 19px;
  display: inline-block;
  transition: 0.5s;
}

.common-banner-txt ul li:last-child::before {
  width: 7px;
  height: 7px;
  background: #7cad36;
  left: -2px;
  top: 10px;
  position: absolute;
  content: '';
  border-radius: 50%;
}

.common-banner-txt ul li a:hover {
  color: #7cad36;
}

.about-details-page {
  font-size: 18px;
  position: relative;
  color: #4d5151;
  font-weight: 400;
}

.who-we-section {
  position: relative;
  background: #f6f6f6;
  padding: 60px 0;
}

.we-left {
  position: relative;
  max-width: 423px;
  margin: 0 auto 0 0;
}

.we-row-about {
  align-items: center;
}

.we-about-cart {
  position: relative;
  display: block;
}

.single-we-about1 {
  display: flex;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 24px 24px #e3edee;
  border-radius: 14px;
  padding: 17px 25px;
  align-items: center;
  margin-bottom: 70px;
  justify-content: flex-start;
  max-width: 460px;
}

.single-we-about1 .nmbr-about {
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 53px;
  color: #d3dbe9;
  font-weight: 600;
}

.weabt-img {
  width: 15%;
}

.weabt-img i {
  display: inline-block;
}

.txt-we-cartabout {
  width: 85%;
  padding-left: 15px;
}

.txt-we-cartabout h4 {
  color: #7cad36;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.single-we-about2 {
  display: flex;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 24px 24px #e3edee;
  border-radius: 14px;
  padding: 17px 25px;
  align-items: center;
  margin-bottom: 70px;
  justify-content: flex-start;
  max-width: 460px;
}

.single-we-about2 .nmbr-about {
  position: absolute;
  top: -50px;
  left: 15px;
  font-size: 53px;
  color: #d3dbe9;
  font-weight: 600;
}

.single-we-about3 {
  display: flex;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 24px 24px #e3edee;
  border-radius: 14px;
  padding: 17px 25px;
  align-items: center;
  margin-bottom: 70px;
  justify-content: flex-start;
  max-width: 460px;
}

.single-we-about3 .nmbr-about {
  position: absolute;
  top: -50px;
  left: 15px;
  font-size: 53px;
  color: #d3dbe9;
  font-weight: 600;
}

.middl-we-about {
  padding-left: 75px;
}

.exttt-img {
  position: absolute;
  top: 25px;
  left: 0;
}

.abt-capabilities {
  position: relative;
}

.capaclt-abut {
  position: relative;
  display: flex;
}

.left-all-cpbltabt {
  position: relative;
  display: block;
  width: 20%;
}

.right-capblt-abt {
  width: 80%;
  padding-left: 30px;
}

.capbl-rw {
  position: relative;
  align-items: center;
}

.vapabil-about-all {
  border-bottom: 1px solid #e1e1e1;
  padding: 90px 0;
}

.left-capablt-abt1 {
  margin-bottom: 40px;
  width: 100%;
}

.left-capablt-abt1 figure img {
  width: 100%;
}

.left-capablt-abt2 {
  width: 100%;
}

.left-capablt-abt2 figure img {
  width: 80%;
}

.diversity-sec {
  position: relative;
}

.diversity-all {
  position: relative;
  padding: 50px 0 90px 0;
  border-bottom: 1px solid #e1e1e1;
}

.title-head a {
  display: inline-block;
  color: #7cad36;
  text-decoration: underline;
}

.single-item-all {
  width: 100%;
  margin-bottom: 20px;
}

.single-all-img-diversity figure {
  margin-bottom: 20px;
  overflow: hidden;
}

.single-all-img-diversity figure img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.single-all-img-diversity figure img:hover {
  transform: scale(1.2);
  opacity: 0.5;
}

.last-diversirty-sec {
  position: relative;
  column-count: 3;
  padding-top: 70px;
  margin-bottom: 60px;
}

.diversity-btn {
  position: relative;
  text-align: center;
}

/*species-page*/

.specs-inner-sec {
  position: relative;
}

.form-sec-all {
  position: relative;
  margin-bottom: 37px;
}

.all-spcies-form {
  position: relative;
  display: flex;
  background: #f5f5f5;
  justify-content: space-between;
  padding: 23px;
  flex-wrap: wrap;
}

.all-spcies-form .submit-btn {
  position: relative;
  flex-basis: 104px;
  max-width: 104px;
}

.all-spcies-form .submit-btn input[type='submit'] {
  background: #7cad36;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #7cad36;
  font-family: 'Work Sans', sans-serif;
  padding: 7px 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.5s;
}

.all-spcies-form .submit-btn input[type='submit']:hover {
  background: #ffffff;
  color: #7cad36;
}

.all-spcies-form .region-all {
  position: relative;
  flex-basis: 246px;
  max-width: 246px;
}

.all-spcies-form .region-all select {
  width: 100%;
  background: url('images/stt1.png') no-repeat #ffffff;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 12px 14px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  position: relative;
  background-position: 95%;
  background-size: 10px;
}

.all-spcies-form .check-list {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 170px;
  flex-basis: 170px;
}

.all-spcies-form .check-list label {
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
  font-style: normal;
}

.all-spcies-form .search-bar-list {
  position: relative;
  flex-basis: 246px;
  max-width: 246px;
}

.all-spcies-form .search-bar-list input[type='text'] {
  width: 100%;
  background: url('images/srchl.png') no-repeat #ffffff;
  border-radius: 0;
  background-size: 20px;
  background-position: 95%;
  outline: none;
  border: none;
  padding: 12px 45px 12px 18px;
  font-size: 15px;
  color: #a8aeb2;
  font-weight: 400;
}

.all-spcies-form .search-bar-list input[placeholder] {
  font-size: 15px;
  color: #a8aeb2;
  -webkit-text-fill-color: #a8aeb2;
}

.all-spcies-form .search-spc {
  position: relative;
  flex-basis: 446px;
  max-width: 446px;
}

.all-spcies-form .search-spc input[type='text'] {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 12px 39px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

.all-spcies-form .search-spc input[placeholder] {
  font-size: 15px;
  color: #000000;
  -webkit-text-fill-color: #000000;
}

.all-spcs-cart {
  position: relative;
  margin-bottom: 20px;
}

.inner-spicers-all {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.inner-spicers-all h4 {
  font-size: 18px;
  color: #668033;
  font-weight: 600;
  transition: 0.5s;
  cursor: pointer;
}

.inner-spicers-all figure {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 20px;
}

.inner-spicers-all figure img {
  border-radius: 20px;
  transition: 0.5s;
}

.inner-spicers-all figure img:hover {
  transform: scale(1.2);
  opacity: 0.5;
}

.inner-spicers-all h4:hover {
  color: #000000;
}

.pagination-sec {
  position: relative;
}

.number-page ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.number-page ul li {
  list-style: none;
  padding: 0 3px;
}

.number-page ul li a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  transition: 0.5s;
  font-family: 'Inter', sans-serif;
}

.number-page ul .active a {
  color: #8d8d8d;
}

.number-page ul li a:hover {
  color: #8d8d8d;
}

.number-page ul li a i img {
  width: 50%;
}

.table-sec {
  position: relative;
  width: 100%;
}

.table-sec figure img {
  width: 100%;
  object-fit: cover;
}

.isotope {
  width: 100%;
}

#load-more {
  display: block;
  margin: auto;
}

.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

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

/ clear fix / .isotope:after {
  content: '';
  display: block;
  clear: both;
}

/*/ ---- .element-item ---- /*/

.element-item {
  position: relative;
  float: left;
  width: 33%;
  /*/ height: 100%; /*/
  margin-bottom: 25px;
  padding: 0 10px;
  /*/ background: #888; /*/
  /*/ color: #262524; /*/
}

.element-item > * {
  margin: 0;
  padding: 0;
}

#load-more {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #7cad36;
  padding: 11px 29px;
  border: 1px solid #7cad36;
  border-radius: 0 50px;
  transition: 0.5s;
  text-align: center;
  text-transform: uppercase;
}

#load-more:hover {
  background: #ffffff;
  color: #7cad36;
}

.wrap-diversity-txt {
  position: relative;
  margin-bottom: 70px;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border-style: none;
  font-size: 18px !important;
}

.wp-pagenavi a {
  color: #000;
}

.wp-pagenavi a:hover {
  color: #8d8d8d;
}

.wp-pagenavi span.current {
  color: #8d8d8d;
}

/* 15.12.2021 */

.table_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.table_wrap .table_info {
  flex-basis: calc(100% - 85px);
}

.table_wrap .table {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 15px 24px rgba(227, 227, 227, 0.37);
  margin-bottom: 0 !important;
}

.table_wrap thead {
  background: #f5f5f5;
}

.table_wrap thead th {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #000000;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6 !important;
  padding: 20px 15px !important;
  white-space: nowrap;
}

.table_wrap thead th:last-child {
  border-right: none;
}

.table_wrap tbody td {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #707375;
  border-right: 1px solid #e6e6e6 !important;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px !important;
}

.table_wrap tbody td:last-child {
  border-right: none !important;
}

.table .region_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.table .region_list li {
  color: #707375;
  background: #eeeeee;
  border-radius: 5px;
  padding: 2px 8px 4px;
  margin-right: 10px;
  text-transform: uppercase;
  margin-bottom: 8px;
  list-style: none;
}

.table .table_more_btn {
  color: #7cad36;
  letter-spacing: 0.05em;
  font-size: 18px;
}

.table .table_more_btn:hover {
  color: #cfb87c;
}

.table tbody tr:last-child td {
  border-bottom: none !important;
}

.jump_wrap {
  width: 45px;
  margin-left: 40px;
}

.jump_info {
  position: sticky;
  top: 0;
}

.jump_wrap p {
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #dee2ea;
  transform: rotate(-90deg) translateX(-15px);
  margin-bottom: 40px;
}

.jump_wrap ul {
  background: #ffffff;
  box-shadow: 0px 14px 30px rgba(231, 231, 231, 0.65);
  list-style: none;
}

.jump_wrap li {
  text-align: center;
}

.jump_wrap li a {
  font-family: 'Lato';
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #000000;
  padding: 4px 0;
  display: block;
  line-height: 1;
}

.jump_wrap li a:hover {
  color: #fff;
  background-color: #888;
}

.spcs-form ul {
  position: relative;
  display: flex;
  background: #f5f5f5;
  align-items: center;
  justify-content: space-between;
  padding: 23px;
  flex-wrap: wrap;
  margin-top: 25px;
}

/* .spcs-form ul li {
	padding:  0 5px 10px !important;
} */

/* .spcs-form .sf-field-sort_order ul {
	display: block;
	padding: 0;
} */

/* .spcs-form .sf-field-sort_order li:first-child {
	display: none;
} */

/* .spcs-form .sf-field-sort_order li {
	padding: 0 5px !important;
} */

/* .spcs-form .sf-field-sort_order label {
	font-size: 18px;
	font-family: 'Lato';
	font-style: normal;
} */

/* .spcs-form .sf-field-sort_order  input[type="radio"] {
	appearance: none;
	background: #fff;
	border: 1px solid #000;
}
.spcs-form .sf-field-sort_order li.sf-option-active input[type="radio"] {
	appearance: none;
    background: #0d6efd;
    outline: 2px solid #0d6efd;
    border: 2px solid #F5F5F5;
} */

.spcs-form .sf-field-sort_order {
  position: relative;
  flex-basis: 215px;
  max-width: 215px;
}

.spcs-form .searchandfilter li label {
  width: 100%;
}

.spcs-form .searchandfilter li select {
  width: 100%;
  background: url(images/stt1.png) no-repeat #ffffff;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 12px 14px;
  padding-right: 20px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  position: relative;
  background-position: 95%;
  background-size: 10px;
}

.spcs-form .searchandfilter li {
  position: relative;
  flex-basis: 246px;
  max-width: 246px;
}

.spcs-form .searchandfilter label {
  width: 100%;
}

.spcs-form .searchandfilter input[type='text'] {
  width: 100%;
  background: url(images/srchl.png) no-repeat #ffffff;
  border-radius: 0;
  background-size: 20px;
  background-position: 95%;
  outline: none;
  border: none;
  padding: 12px 45px 12px 18px;
  font-size: 15px;
  color: #a8aeb2;
  font-weight: 400;
  margin-bottom: 0;
}

.spcs-form .searchandfilter li {
  position: relative;
  flex-basis: 200px;
  max-width: 200px;
}

.spcs-form .searchandfilter label {
  width: 100%;
}

.spcs-form .searchandfilter select {
  width: 100%;
  background: url(images/stt1.png) no-repeat #ffffff;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 12px 14px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  position: relative;
  background-position: 95%;
  background-size: 10px;
}

.spcs-form .searchandfilter label {
  width: 100%;
}

.spcs-form .searchandfilter select {
  width: 100%;
  background: url(images/stt1.png) no-repeat #ffffff;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 12px 14px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  position: relative;
  background-position: 95%;
  background-size: 10px;
}

.spcs-form .searchandfilter li {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}

.spcs-form label.sf-label-radio {
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
  font-style: normal;
}

.spcs-form .sf-field-submit {
  position: relative;
  flex-basis: 104px;
  max-width: 104px;
}

.spcs-form .sf-field-submit input[type='submit'] {
  background: #7cad36;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #7cad36;
  font-family: 'Work Sans', sans-serif;
  padding: 7px 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.5s;
}

#search-filter-form-270 .sf-field-search {
  position: relative;
  flex-basis: 446px;
  max-width: 446px;
}

#search-filter-form-270 .sf-field-taxonomy-regions {
  flex-basis: 246px;
  max-width: 246px;
}

#search-filter-form-270 .sf-field-taxonomy-plant_type {
  flex-basis: 246px;
  max-width: 246px;
}

.sub-menu li {
  padding: 0;
}

.clickD {
  position: relative;
  right: -4px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(images/arrr.png) center center no-repeat;
  cursor: pointer;
  display: block;
  background-size: 10px;
  float: right;
  margin-top: 5px;
}

.table_wrap .table {
  border: 1px solid #e6e6e6 !important;
}

/* 16.12.2021 */

.cntct_img_wrap {
  padding-top: 60px;
  padding-bottom: 90px;
}

.cntct_img_wrap figure {
  width: 100%;
}

.cntct_img_wrap figure img {
  width: 100%;
}

.cntct_main {
  display: flex;
  flex-wrap: wrap;
}

.why_use_wrap {
  max-width: 385px;
  width: 100%;
  padding-right: 45px;
}

.cntct_wrp {
  flex-basis: calc(100% - 385px);
}

.why_use_wrap .why_wrp {
  background: #ffffff;
  box-shadow: 0px 24px 24px #e3edee;
  border-radius: 14px;
  padding: 25px 25px 40px;
}

.why_wrp h3 {
  font-weight: 600;
  font-size: 22px;
  color: #7cad36;
  margin-bottom: 30px;
}

.why_wrp ul {
  margin-bottom: 0;
  list-style: none;
}

.why_wrp li {
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #4d5151;
  position: relative;
}

.why_wrp li:before {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  background: #7cad36;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact_div .abt-txttone {
  margin-bottom: 40px;
}

.contct_info .cntct_txt {
  display: flex;
  flex-wrap: wrap;
}

.contct_info .cntct_txt .cn_icon {
  max-width: 40px;
  padding-right: 15px;
  width: 100%;
}

.contct_info .cntct_txt .txt {
  flex-basis: calc(100% - 40px);
  border-left: 1px solid #bababa;
  padding-left: 20px;
}

.cntct_txt .cntct_head {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 6px;
}

.cntct_txt .nrml_par {
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #4d5151;
  margin-bottom: 20px;
}

.cntct_txt .nrml_par:last-child {
  margin-bottom: 0;
}

.cntct_txt .nrml_par a {
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #4d5151;
  margin-bottom: 20px;
  text-decoration: none;
}

.cntct_txt .nrml_par a:hover {
  color: #7cad36;
}

.contact_div {
  margin-bottom: 60px;
}

.mail_wrp input[type='text']::placeholder {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 22px;
  /* identical to box height, or 147% */
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: #8d8d8d;
}

.mail_wrp textarea {
  height: 128px;
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 15px;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 22px;
  /* identical to box height, or 147% */
  letter-spacing: 0.1px;
/*  text-transform: capitalize;	*/
  color: #8d8d8d;
}

.mail_wrp textarea::placeholder {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 22px;
  /* identical to box height, or 147% */
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: #8d8d8d;
}

.mail_wrp input.display_txt {
  max-width: 420px;
}

.cntct_btn_wrp {
  padding-top: 25px;
}

.cntct_btn {
  background: #7cad36 !important;
  border-radius: 0px 50px !important;
  width: 190px !important;
  height: 53px !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  text-transform: uppercase;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7cad36 !important;
}

.cntct_btn:hover {
  background: transparent !important;
  color: #7cad36 !important;
}

.contact_main_sec {
  padding-bottom: 85px;
}

/* portal page  */

.portal_ul > ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 55px;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}

.portal_ul > li {
  display: flex;
  flex-wrap: wrap;
}

.portal_ul .menu-item-has-children a {
  padding-right: 24px;
}

.portal_ul a {
  background: #f5f5f5;
  padding: 40px 18px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #000000;
  white-space: nowrap;
  font-family: 'Lato';
  display: block;
}

.portal_ul a:hover,
.portal_ul .current-menu-item a {
  background: #7cad36;
  color: #fff !important;
}

.portal_ul .clickD {
  position: absolute;
  right: 0px;
  top: 45%;
  width: 20px;
  height: 20px;
  background: url(images/arrr.png) center center no-repeat;
  cursor: pointer;
  display: block;
  background-size: 10px;
  float: right;
  margin-top: 5px;
  transform: translateY(-50%);
  display: none;
}

.edit_portal_wrap h3 {
  margin-bottom: 20px;
}

.edit_portal_wrap p {
  margin-bottom: 25px;
  color: #4d5151;
}

.edit_subhead {
  color: #7cad36 !important;
  font-weight: 500 !important;
  margin-bottom: 25px;
}

.edit_content_wrap ul,
.edit_portal_wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 730px;
  margin-bottom: 55px;
}

.edit_content_wrap ul li,
.edit_portal_wrap ul li {
  flex: 0 0 50%;
  width: 50%;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
  color: #4d5151;
}

.edit_content_wrap ul li:before,
.edit_portal_wrap ul li::before {
  position: absolute;
  content: '';
  background: #7cad36;
  width: 11px;
  height: 11px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.edit_portal_wrap span,
.edit_portal_wrap span {
  color: #7cad36;
}

.edit_btn {
  font-family: 'Lato';
  font-size: 18px;
  color: #7cad36;
}

.edit_btn:hover {
  color: #000;
}

/* MOD 20-12-21 */

.portal_ul .sub-menu a {
  padding: 12px 12px;
  display: block;
  text-align: center;
}

.portal_ul .sub-menu a {
  min-width: 182px;
}

.portal_ul .sub-menu {
  top: 100%;
  left: 0;
  border-radius: 0;
  z-index: 3;
}

.portal_ul li:hover .clickD {
  filter: brightness(5) invert(1);
  -webkit-filter: brightness(5) invert(0);
}

.txtCont h5 {
  font-size: 18px;
  color: #7cad36;
  margin-bottom: 15px;
}

.txtCont {
  color: #4d5151;
}

.bsTabs .tab-content {
  background-color: #fff;
  min-height: auto;
  box-shadow: 0px 5px 24px #e3edee;
  -webkit-box-shadow: 0px 5px 24px #e3edee;
  padding: 60px 43px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.bsTabs .nav a {
  background-color: transparent;
  padding: 10px 20px;
  color: #8f8f8f;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  flex: 1;
  min-width: 209px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.bsTabs .nav a::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: transparent;
  transform: rotate(-45deg) translateY(50%);
  -webkit-transform: rotate(-45deg) translateY(50%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.bsTabs .nav a:hover,
.bsTabs .nav a.active,
.bsTabs .nav a:hover::after,
.bsTabs .nav a.active::after {
  background-color: #7cad36;
  color: #fff;
}

.bsTabs .nav.minx a {
  padding: 10px 10px;
  min-width: auto;
  flex: auto;
  width: auto;
  font-size: 17px;
  line-height: 1.3;
}

.tblsBx .table tr:nth-child(even) td {
  background-color: #f3f9eb;
}

.tblsBx .table tr:nth-child(odd) td:last-child {
  background-color: #f8f8f8;
}

.tblsBx .table tr:nth-child(even) td:last-child {
  background-color: #ededed;
}

.tblsBx .table tr td {
  height: 73px;
  vertical-align: middle;
  padding: 7px 20px;
}

.tblsBx .table tr td a {
  color: #7cad36;
  text-decoration: underline;
}

.tblsBx .table tr td a:hover {
  opacity: 0.5;
}

.bsTabs h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 22px;
}

.bsTabs h3 span {
  color: #7cad36;
}

.bsTabs .tbBx {
  padding: 20px;
}

.page-template-template-login {
  background-color: #e1f3c7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.page-template-template-login header,
.page-template-template-login footer {
  display: none;
}

.fancybox-button:hover {
  color: #000;
  border: 0 !important;
}

/* login page */

.frmBox .boxLog {
  background-color: #fff;
  padding: 40px 40px;
  max-width: 500px;
  margin: 30px auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.frmBox .boxLog label {
  margin-bottom: 5px;
  font-size: 16px;
  font-style: normal;
}

.frmBox .boxLog input:not([type='checkbox'], [type='submit']) {
  width: 100%;
  height: 50px;
  border-radius: 0;
  background-color: #ffffff;
  margin-bottom: 0;
  outline: 0;
  box-shadow: 0;
}

.frmBox .boxLog p {
  margin-bottom: 0;
  margin-top: 20px;
}

.frmBox .boxLog .frmLogo {
  text-align: center;
  margin-bottom: 45px;
}

.frmBox .boxLog input[type='submit'] {
  background: #7cad36;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #7cad36;
  font-family: 'Work Sans', sans-serif;
  padding: 7px 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.5s;
}

.frmBox .boxLog input[type='submit']:hover {
  background-color: transparent;
  color: #7cad36;
}

.galSec {
  position: relative;
  z-index: 1;
}

.galSec h3 {
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 700;
}

.crdImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* =========19/01/2022========= */

.editor_seed_mixes .title-head h3,
.editor_seed_mixes .title-head h3 span {
  color: #000;
}

.editor_seed_mixes .title-head h3 span.clr_grn {
  color: #7cad36;
}

ul.accordion-list li h3 span {
  color: #000;
}

ul.accordion-list li h3 span {
  color: #000;
}

ul.accordion-list {
  position: relative;
  display: block;
  max-width: inherit;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  list-style: none;
}

ul.accordion-list li::before {
  display: none;
}

ul.accordion-list li.active h3:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  color: #fff;
}

ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  padding: 20px;
  padding-right: 40px;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.accordion-list li.active h3,
ul.accordion-list li h3:hover {
  color: #fff;
  background-color: #7cad36;
}

ul.accordion-list li h3:after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7cad36;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 25px;
}

ul.accordion-list li h3:hover:after {
  color: #fff;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 15px;
  background-color: #f5f5f5;
}

ul.accordion-list li div.location-mix-data {
  display: none;
}

ul.accordion-list li div.location-mix-data:first-child {
  display: block;
}

.location-mix-dropdown {
  margin-bottom: 20px;
}

ul.accordion-list div.answer ul {
  display: block;
  max-width: inherit;
  margin: 0;
}

ul.accordion-list div.answer li {
  display: block;
  margin-bottom: 6px;
  background-color: transparent;
  border: 0;
}

ul.accordion-list div.answer li:last-child {
  margin-bottom: 0;
}

ul.accordion-list div.answer a {
  color: #7cad36;
  font-size: 18px;
}

ul.accordion-list div.answer a:hover {
  color: #000;
}

.table-related-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
}

.table-related-link a {
  color: #7cad36;
  position: relative;
  margin-bottom: 10px;
}

.table-related-link a:hover {
  color: #608e20;
}

.table-related-link a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -3px;
  right: 0;
  background-color: #608e20;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-related-link a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.edit_portal_wrap .table-wpr {
  visibility: hidden;
}

.edit_portal_wrap .custom-table {
  border-color: #d7d7d7;
  width: 1700px;
  margin-bottom: 0;
  visibility: visible;
}

.edit_portal_wrap .table-wpr:hover,
.edit_portal_wrap .table-wpr:focus {
  visibility: visible;
}

.custom-table thead tr {
  background-color: #f4f4f4;
}

/*
.custom-table tbody tr:first-child > th:first-child:after,
.custom-table thead tr td:first-child, .custom-table tbody tr td:first-child:after {
	content: '';
	width: 1px;
	background-color: #d7d7d7;
	position: absolute;
	right: -1px;
	top: 0;
	height: 100%;
}
*/

/*
.custom-table tbody tr:first-child > th:first-child {
	left: -2px;
	position: sticky;
	z-index: 999;
	background: #fff;
	border-right: 1px solid #d7d7d7!important;
}


.custom-table td:first-child {
	position: sticky;
  left: -2px;
  z-index: 999;
  background: #ffffff;
	border-right: 1px solid #d7d7d7!important;
}
*/

/* fix */

/*
table.custom-table { border-collapse: collapse; z-index: 0; / lower than sticky elements / }

table.custom-table th { padding: 10px; border: 1px solid black; position: sticky; / make them sticky / background-color: white; / prevent overlapping / z-index: 1; / higher than table / }

table.custom-table th:first-child { left: 0; / stick to left edge / }

table.custom-table tr:first-child th { top: 0; / stick to top edge / }


.custom-table thead tr td:first-child {
  background: #f4f4f4;
}

*/
.custom-table th:first-child,
.custom-table td:first-child {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 1;
}

.custom-table th:first-child::after,
.custom-table td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background-color: #d7d7d7;
}

.custom-table thead th:first-child {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2;
}

.custom-table thead th:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d7d7d7;
}


.custom-table th:first-child::before,
.custom-table td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 1px;
  background-color: #d7d7d7;
}

.custom-table thead th:first-child::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}













.custom-table thead td {
  font-weight: 600;
  text-align: center;
  padding: 15px;
  line-height: 1.4;
  font-size: 16px;
}

.custom-table tbody td {
  vertical-align: middle;
  text-align: center;
/*  padding: 15px;	*/
	padding: 10px;
  line-height: 1.4;
  font-size: 16px;
}

.custom-table thead tr td:first-child,
.custom-table tbody tr td:first-child {
  text-align: left;
}

.custom-table thead tr td:nth-child(2),
.custom-table tbody tr td:nth-child(2) {
  /*background-color: #e1f3c7;*/
}

.custom-table tbody tr td a {
  color: #7cad36;
}

.custom-table tbody tr td a:hover {
  color: #608e20;
  text-decoration: underline;
}

p.subhead2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #7cad36;
}

/* =========(END) 19/01/2022========= */

/* 03/03/2022 d */

.page-template-template-provenance .custom-table {
  width: 100%;
  width: 1056px;
}

.page-template-template-provenance .edit_portal_wrap {
  overflow-x: auto;
}

.page-template-template-provenance .custom-table tr {
  display: flex;
  flex-wrap: wrap;
}

.page-template-template-provenance .custom-table tr td {
  font-size: 14px;
  padding: 10px;
  width: 20%;
}

.page-template-template-provenance .custom-table tr td:nth-child(2),
.page-template-template-provenance .custom-table tr td:nth-child(4) {
  /*background: #e1f3c7;*/
}

.page-template-template-provenance .custom-table tr td a {
  display: inline-block;
  text-decoration: none !important;
}

.page-template-template-provenance .custom-table tr td a:hover {
  color: #000;
}

.single-provenance_region .custom-table {
  width: 100%;
  width: 1056px;
}

.single-provenance_region .edit_portal_wrap {
  overflow-x: auto;
}

.single-provenance_region .custom-table tr {
  display: flex;
  flex-wrap: wrap;
}

.single-provenance_region .custom-table tr td {
  font-size: 14px;
  padding: 10px;
  width: 20%;
}

.single-provenance_region .custom-table tr td:nth-child(2),
.single-provenance_region .custom-table tr td:nth-child(4) {
  /*background: #e1f3c7;*/
}

.single-provenance_region .custom-table tr td a {
  display: inline-block;
  text-decoration: none !important;
}

.single-provenance_region .custom-table tr td a:hover {
  color: #000;
}

.gallery-sec .gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -10px;
}

.gallery-sec .gallery-col {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.gallery-sec .gallery-col a {
  display: inline-block;
  width: 100%;
}

.gallery-sec .gallery-col a img {
  width: 100%;
}

/* 03/03/2022 d */

.species-view-sec {
  text-align: right;
  margin-bottom: 30px;
}

.species-view-sec a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
  background: #7cad36;
  padding: 11px 29px;
  border: 1px solid #7cad36;
  border-radius: 30px;
  transition: 0.5s;
}

.species-view-sec a:hover {
  background: #ffffff;
  color: #7cad36;
}

.edit_portal_wrap span.zone-tick {
  font-size: 0;
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.edit_portal_wrap span.zone-tick:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 1px;
  width: 10px;
  height: 18px;
  border: solid #7cad36;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.schdl_wrappp_btn_rpp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 15px;
}

.schdl_wrappp_btn_rpp .btn_table {
  background: #7cad36;
  color: #fff;
  border: 0;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.schdl_wrappp_btn_rpp .btn_table:first-child {
  margin-left: 0;
}

.schdl_wrappp_btn_rpp .btn_table:last-child {
  margin-right: 0;
}

.schdl_wrappp_btn_rpp .btn_table:hover {
  background: #242424;
  color: #fff;
}

/* 11.07.22  */

/* 11.07.22  */

.banner_sec figure {
  margin-bottom: 0;
}

.banner_sec figure img {
  width: 100%;
}

.banner_sec {
  position: relative;
}

.species_sec::after,
.banner_sec::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
      0deg,
      rgba(124, 173, 54, 0.85),
      rgba(124, 173, 54, 0.85)
    ),
    url(image.png);
}

.banner_sec .outer_diver {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.inner_diver .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

.inner_diver h1 {
  font-size: 52px;
  color: #fff;
}

.inner_diver .breadcrumb li a,
.inner_diver .breadcrumb li {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.inner_diver .breadcrumb li a:hover {
  color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  color: #fff;
}

.inner_plant {
  text-align: center;
}

.gallery_box figure {
  margin-bottom: 0;
}

.gallery_box figure img {
  width: 100%;
}

.gallery_sec {
  position: relative;
}

.gallery_sec::before {
  position: absolute;
  content: '';
  /* background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%); */
  opacity: 0.5;
  width: 807px;
  height: 339px;
  /* top: 0; */
  right: 0;

  /* support 01-11-2022 */
  background: linear-gradient(
    360deg,
    #ebebeb 0%,
    rgba(196, 196, 196, 0) 105.78%
  );
  bottom: 0;
  /* support 01-11-2022 */
}

.gally_sldr.slick-initialized .slick-slide {
  padding: 0 10px;
}

.inner_gallery h4 {
  margin-bottom: 34px;
}

.gally_sldr button.slick-next {
  background: url(images/arw2.png) no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  top: -50px;
  right: 0;
  border: 0;
}

.gally_sldr button.slick-next:hover {
  background: url(images/arw4.png) no-repeat;
  background-size: 32px;
  background-position: center;
  z-index: 1;
}

.gally_sldr button.slick-prev {
  background: url(images/arw3.png) no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  top: -50px;
  left: 93%;
  border: 0;
}

.gally_sldr button.slick-prev:hover {
  background: url(images/arw1.png) no-repeat;
  background-size: 32px;
  background-position: center;
  z-index: 1;
}

.gally_sldr .slick-arrow::before {
  display: none;
}

/* .common-gap {
    padding: 90px 0;
} */

.south_head {
  text-align: center;
  margin-bottom: 40px;
}

.headline {
  font-size: 40px;
}

.inner_live ul li .forest_box,
.valley_main_cont ul li {
  list-style: none;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
  font-weight: 500;
  font-size: 16px;
  padding: 8px 13px;
  margin-bottom: 5px;
}

.valley_main_cont ul li:last-child {
  margin-bottom: 0;
}

.valley_main_cont ul {
  margin-bottom: 0;
  padding: 0;
}

.valley_main {
  align-items: center;
}

.inner_live {
  background: #e5fcc3;
  border-top: 4px solid rgba(124, 173, 54, 0.85);
  text-align: center;
  padding: 50px;
}

.inner_live ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 50px;
}

.inner_live ul li {
  width: 33.33%;
  padding: 0 5px;
  list-style: none;
}

.sl-overlay {
  background: rgb(0, 0, 0) !important;
}

.sl-wrapper .sl-counter,
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-close {
  color: #fff !important;
}

.live_sec.common-gap {
  padding-bottom: 0;
}

.gallery_box figure a {
  display: block;
}

.inner_plant p span {
  font-weight: 600;
}

.plant_sec.common-gap.queensland_part {
  padding-top: 0;
}

.top_gallery {
  text-align: center;
  margin-bottom: 40px;
}

.top_gallery .headline {
  color: #fff;
}

.top_gallery p {
  color: #fff;
}

.species_sec {
  position: relative;
}

.species_sec h4 {
  color: #fff;
}

.inner_gallery {
  position: relative;
  z-index: 1;
}

.fancy_popup {
  position: fixed;
  /* top: -100%; */
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.4s all ease-in;
  z-index: -9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.fancy_popup.active_popup {
  /* top: 50%; */
  z-index: 5;
  opacity: 1;
}

.overlay {
  position: relative;
  overflow: hidden;
}

.overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 3;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fancy_img {
  display: block;
  transition: inherit;
}

.gallery_sec h4 {
  margin-bottom: 40px;
}
.banner_sec.new_banner .outer_diver {
  position: relative;
  transform: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
.banner_sec.new_banner {
  min-height: 293px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.bulletted_dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -3px;
}

.cmn_class_ulp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cmn_class_ulp li {
  list-style: none;
  flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.cmn_class_ulp_inner {
  display: inline-block;
  width: 100%;
  border: 2px solid #7cad36;
  padding: 10px;
  border-radius: 3px;
  vertical-align: middle;
  color: #7cad36;
}
.cmn_class_ulp_inner .icon_im img {
  max-width: 100%;
}
.cmn_class_ulp_inner .icon_im {
  display: inline-block;
  max-width: 30px;
}
.cmn_class_ulp_inner:hover {
  color: #000;
}
.back_green_sp {
  background: linear-gradient(
    0deg,
    rgba(124, 173, 54, 0.85),
    rgba(124, 173, 54, 0.85)
  );
  color: #fff;
}
.back_green_sp h1,
.back_green_sp h2,
.back_green_sp h3,
.back_green_sp h4,
.back_green_sp h5,
.back_green_sp h6 {
  color: #fff;
}
.about_ctt_wrappr {
  text-align: left;
  display: table;
  margin: 0 auto;
  margin-top: 70px;
}

/* ================= 19/08/2022 ================ */
.plant_sec .inner_plant .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plant_sec .inner_plant .we-about-cart > * {
  /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; */
  /* -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; */
  margin-bottom: 20px;
}
.plant_sec .inner_plant .about_ctt_wrappr {
  margin-top: 0;
}
.plant_sec .inner_plant .we-about-cart > *:last-child {
  margin-bottom: 0;
}
.plant_sec .inner_plant .nmbr-about {
  position: static;
}
.plant_sec .inner_plant .weabt-img {
  margin: 0 15px;
}
.plant_sec .inner_plant .txt-we-cartabout {
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}
.gallery_sldr .gallery_box figure img {
  width: 100%;
  max-height: 230px;
  min-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
.diversity-sec .wrap-diversity-txt h3 {
  text-align: center;
}
.diversity-sec .wrap-diversity-txt {
  text-align: left;
}
.diversity-sec .wrap-diversity-txt .title-head {
  text-align: left;
}
.plant_sec.top_sec .inner_plant h3 {
  text-align: center;
}
.plant_sec.top_sec .inner_plant {
  text-align: left;
}
/* .plant_sec.people_sec {
    padding-top: 0;
} */
.plant_sec.people_sec h3 {
  margin-bottom: 50px;
}

.community-table ul li a {
  color: #fff;
}
.community-table.table-brdr-wht ul li a {
  color: #fff;
}
.community-table.table-brdr-wht p a {
  color: #fff;
}
.community-table table {
  width: 100% !important;
}
.page-id-9371 .title-head {
  text-align: left;
}
.page-id-9371 .title-head h3 {
  text-align: center;
}
/* ================= 19/08/2022 END ================ */
/* ================= 19/08/2022 END ================ */
/* support 22/08/2022 ss*/
.community-table table {
  width: 50%;
}

/* support 22/08/2022 ss end*/

/* date 19/9/22 start */

.mix-tbl-wrap {
  position: relative;
}
.schdl_wrappp_btn_rpp .btn_table {
  height: 30px;
  width: 30px;
  font-size: 20px;
}
.portal_main .schdl_wrappp_btn_rpp .btn_table.left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  z-index: 999;
}
.portal_main .schdl_wrappp_btn_rpp .btn_table.right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
  z-index: 9;
}

/* date 19/9/22 end */
/* Modification CSS 11.10.22 */
.spcss-sec .species-slider .species-singleall .spec-img figure {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}
.spcss-sec .species-slider .species-singleall .spec-img figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.spcss-sec .species-slider .species-singleall .spec-txt h4 {
  font-style: normal;
}
.spcss-sec .species-slider .species-singleall .spec-txt h4 a {
  color: #7cad36;
}
.spcss-sec .species-slider .species-singleall .spec-txt h4 a:hover {
  color: #7d7d7d;
}
.page-id-9379 .gallery_sldr .gallery_box figure img {
  max-height: inherit;
  min-height: inherit;
}
.community-sec1 p span {
  font-size: inherit !important;
}
.tree_all_sec .portal_main .plant_sec .inner_plant p,
.tree_all_sec .portal_main .edit_content_wrap p {
  color: #000 !important;
}
.plant_sec .inner_plant p span {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  color: #000 !important;
}
.seedMix-wrap.gallery_sec::before {
  display: none;
}
.seedMix-wrap.gallery_sec .seedMix-item .gallery_box {
  padding: 10px;
  border: 2px solid #7cad36;
}
/* Modification CSS 11.10.22 */

/* support 01-11-2022 start */

/* support 01-11-2022 end */

/***** 24/11/2022 *****/

.single-sld-home {
  padding-top: 50px;
}
.single-sld-home h2 {
  margin-bottom: 60px;
}

/* 21-12-2022-support-css-start */
.page-template-template-about-new .gallery_sec {
  background: linear-gradient(
    0deg,
    rgba(124, 173, 54, 0.85),
    rgba(124, 173, 54, 0.85)
  );
}
.single-species .galRow {
  --bs-gutter-y: 24px;
}

/* 21-12-2022-support-css-end */

/* support 9/1/23 */

.common-banner-txt ul {
  margin-bottom: 0;
}

.menu li.current-menu-parent a {
  color: #7cad36;
}

.menu li.current-menu-parent .current-menu-item a {
  color: #7cad36;
}

.community-sec3 li {
  position: relative;
  list-style: none !important;
}

.community-sec3 li li li {
  padding-left: 22px;
}

.community-sec3 li li li::before {
  content: '';
  height: 8px;
  width: 8px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 12px;
}

.community-sec1 li {
  position: relative;
  list-style: none !important;
  padding-left: 22px;
}

.community-sec1 li::before {
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 11px;
}

.inner_plant li {
  position: relative;
  list-style: none !important;
  padding-left: 22px;
}

.inner_plant li::before {
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 11px;
}

/* end support 9/1/23 */

/* support 12/1/23 */

ul.accordion-list li.active h3:after{
  content: "-";
  -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.portal_ul > ul li{
  margin: 5px 5px;
}

.spcs-form .searchandfilter li select{
  padding-right: 25px;
}

.spcs-form .searchandfilter input[type='text']{
  color: #000;
}

.spcs-form .searchandfilter::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.spcs-form .searchandfilter::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.spcs-form .searchandfilter:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.spcs-form .searchandfilter:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}


/* end support 12/1/23 */


/* support 18/1/23 */






/* end support 18/1/23 */

/* responsive start */

@media (min-width: 1399px) {
  .navbar-nav li .clickD {
    top: -30px;
  }
}

@media (max-width: 1399px) {
  .navbar-nav li {
    padding: 10px 50px 10px 0;
  }
  .sub-menu li {
    padding: 0 !important;
  }
  .single-srcv-cart {
    min-height: 350px;
  }
  .mix-tbl-wrap {
    padding: 0 65px;
  }
  .portal_main .schdl_wrappp_btn_rpp .btn_table.left {
    left: 0px;
  }
  .portal_main .schdl_wrappp_btn_rpp .btn_table.right {
    right: 0px;
  }
}

@media (max-width: 1199px) {
  /* .container {
		padding: 0 30px;
	} */
  .navbar-nav li {
    padding: 10px 40px 10px 0;
  }
  .navbar-nav li a {
    font-size: 16px;
  }
  .single-sld-home h2 {
    font-size: 45px;
  }
  .single-sld-home a {
    font-size: 18px;
  }
  .common-gap {
    /* padding: 40px 0; */

    /* support 01-11-22 */
    padding: 30px 0;
    /* support 01-11-22 */
  }
  .common-gap2 {
    padding: 60px 0 40px 0;
  }
  .hm-scnd-sec::before {
    width: 400px;
  }
  .home-abt-sec::before {
    width: 400px;
  }
  .hm-sctxt {
    padding-right: 20px;
  }
  .single-srcv-cart {
    min-height: 380px;
  }
  .single-all-qualty .left-qulty {
    width: 550px;
    padding: 50px 90px;
  }
  .single-all-qualty .right-qulty {
    width: 550px;
    padding: 50px 90px;
  }
  .single-all-qualty .slick-prev {
    left: 90%;
  }
  .single-all-qualty .slick-list {
    margin-bottom: 0;
  }
  .singl-testy-cart {
    min-height: 330px;
  }
  .all-spcies-form .search-spc {
    max-width: 360px;
    flex-basis: 360px;
  }
  .all-spcies-form .region-all {
    max-width: 180px;
    flex-basis: 180px;
  }
  .all-spcies-form .submit-btn input[type='submit'] {
    font-size: 16px;
    padding: 10px 0;
  }
  .diversity-all {
    padding: 40px 0;
  }
  /* 15.12.20121 */
  .spcs-form .searchandfilter ul li {
    flex-basis: 210px;
    max-width: 210px;
  }
  .spcs-form .searchandfilter {
    flex-basis: 170px;
    max-width: 170px;
  }
  /* #search-filter-form-270 .sf-field-search {
		position: relative;
		flex-basis: 350px;
		max-width: 350px;
	} */
  #search-filter-form-270 .sf-field-search {
    position: relative;
    flex-basis: 300px;
    max-width: 300px;
  }
  #search-filter-form-270 .sf-field-taxonomy-regions {
    flex-basis: 180px;
    max-width: 180px;
  }
  /* MOD 20-12-21 */
  .portal_ul ul {
    justify-content: center;
  }
  .portal_ul .clickD {
    margin-top: 6px;
  }
  .portal_ul a {
    background: #f5f5f5;
    padding: 27px 8px;
    font-weight: bold;
    font-size: 15px;
  }
  .portal_ul .clickD {
    width: 12px;
    height: 11px;
  }
  .bsTabs .nav.minx {
    justify-content: center;
  }
  .bsTabs .nav.minx a {
    flex: 0 0 30%;
    max-width: 30%;
    border-radius: 0;
    margin: 10px 0;
  }
  .bsTabs .nav.minx a::after {
    display: none;
  }
  /* diversity css  */
  .gally_sldr button.slick-prev {
    left: 91%;
  }
  .inner_live ul li .forest_box,
  .valley_main_cont ul li {
    font-size: 14px;
  }
  /* diversity css  end*/

  /* support 12/1/23 */

  .spcs-form .searchandfilter{
    max-width: 100%;
  }

  #search-filter-form-270 .sf-field-search{
    max-width: 230px;
  }

  /* end support 12/1/23 */
}


@media (min-width: 992px) {
	.logo a figure img {
		max-width: 240px!important;
	}
}


@media (max-width: 1024px) {
  /* MOD 20-12-21 */
  .portal_ul a {
    background: #f5f5f5;
    padding: 22px 8px;
  }
  .portal_ul ul {
    background-color: #f5f5f5;
  }
}

@media (max-width: 991px) {
  .collapse-logo {
    order: 2;
    width: 40px;
    padding: 0;
    outline: none;
    border: none;
  }
  .collapse-logo:focus {
    outline: none;
    border: none;
  }
  .collapse-logo:active {
    outline: none;
    border: none;
  }
  .collapse-logo img {
    width: 40px;
  }
  .logo {
    position: relative;
    transform: inherit;
    left: 0;
    order: 1;
  }
  .logo a figure img {
    width: 180px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 90px;
    z-index: 3;
    right: 0;
  }
  .navbar-nav {
    background: #ffffff;
    text-align: left;
    margin: 0;
  }
  .navbar-nav li {
    padding: 10px 20px;
    border-bottom: 1px solid #7cad36;
  }
  .navbar-nav li:nth-child(3) {
    margin-right: 0;
  }
  .navbar-nav li:nth-child(4) {
    margin-left: 0;
  }
  .txtone {
    order: 2;
  }
  .imggone {
    order: 1;
  }
  .hm-scnd-sec::before {
    background: linear-gradient(
      180deg,
      #ebebeb 0%,
      rgba(196, 196, 196, 0) 105.78%
    );
    height: 100%;
  }
  .species-slider .slick-prev {
    left: 90%;
  }
  .single-srcv-cart {
    margin-bottom: 20px;
  }
  .single-all-qualty .right-qulty {
    position: relative;
    bottom: 0;
  }
  .quality-slider {
    top: 0;
  }
  .wrap-qualty {
    padding: 0;
  }
  .single-all-qualty .left-qulty {
    width: 100%;
    margin-bottom: 40px;
  }
  .single-all-qualty .right-qulty {
    width: 100%;
  }
  .single-all-qualty {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .single-all-qualty .slick-prev {
    position: static;
    order: 1;
    top: 100%;
  }
  .single-all-qualty .slick-next {
    order: 1;
    position: static;
    top: 100%;
  }
  .single-all-qualty .slick-list {
    margin-bottom: 40px;
  }
  .margn-quality {
    margin-bottom: 20px;
  }
  .singl-testy-cart {
    min-height: 360px;
  }
  .species-slider {
    flex-wrap: wrap;
    justify-content: center;
  }
  .species-slider .slick-prev,
  .species-slider .slick-next {
    position: static;
    order: 1;
    top: 100%;
    margin: 0 5px;
  }
  .hm-sctxt2,
  .hm-sctxt {
    padding: 0;
  }
  .single-sld-home {
    padding: 120px 60px;
  }
  .common-banner-txt h2 {
    font-size: 40px;
  }
  .title-head h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .we-left {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .single-we-about1,
  .single-we-about1,
  .single-we-about2,
  .single-we-about3 {
    justify-content: center;
    margin: 0 auto 40px auto;
  }
  .inner-img {
    position: relative;
    margin-bottom: 20px;
  }
  .vapabil-about-all {
    padding: 40px 0;
  }
  .all-spcies-form {
    display: block;
  }
  .all-spcies-form .search-spc {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .all-spcies-form .region-all {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .all-spcies-form .submit-btn {
    max-width: 100%;
  }
  .element-item {
    width: 50%;
  }
  .all-spcies-form .search-bar-list {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .all-spcies-form .check-list {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .column-footer1 {
    width: 15%;
  }
  .column-footer4 {
    width: 30%;
    justify-content: center;
  }
  .column-footer2 {
    width: 35%;
    justify-content: center;
  }
  .column-footer3 {
    width: 20%;
    justify-content: center;
  }
  /* 15.12.2021 */
  /* .table_wrap .table {
		width: 1060px;
	} */
  .responsive-table {
    overflow-x: auto;
    width: 100%;
  }
  .table_wrap {
    display: block;
  }
  .table_wrap thead th {
    font-size: 12px;
  }
  .table_wrap tbody td {
    font-size: 12px;
  }
  .spcs-form ul {
    display: block;
  }
  .spcs-form .sf-field-search {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .spcs-form .sf-field-search label {
    width: 100%;
  }
  .spcs-form .sf-field-taxonomy-regions {
    max-width: 100%;
    flex-basis: 100%;
  }
  .spcs-form .sf-field-sort_order {
    max-width: 100%;
    flex-basis: 100%;
  }
  .spcs-form .sf-field-submit {
    max-width: 100%;
    flex-basis: 100%;
  }
  .jump_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .jump_wrap p {
    /* transform: rotate(0) translateX(0);
		margin-bottom: 0;
		padding-right: 15px;
		color: #000; */
    display: none;
  }
  .jump_wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .jump_wrap {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    position: fixed;
    bottom: 10px;
    z-index: 2;
    left: 0;
  }
  .jump_wrap li a {
    padding: 5px 10px;
  }
  #search-filter-form-270 .sf-field-search {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
  }
  #search-filter-form-270 .sf-field-taxonomy-regions {
    flex-basis: 100%;
    max-width: 100%;
  }
  #search-filter-form-270 .sf-field-taxonomy-plant_type {
    flex-basis: 100%;
    max-width: 100%;
  }
  .menu-item-has-children:hover .sub-menu {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .sub-menu {
    background: #fff;
  }
  .navbar ul li .sub-menu a {
    font-size: 15px;
  }
  .table .table_more_btn {
    font-size: 12px;
  }
  /* 16.12.2021  */
  .cntct_img_wrap figure {
    margin-bottom: 20px;
  }
  .cntct_img_wrap {
    padding: 40px 0;
  }
  .contact_main_sec {
    padding-bottom: 50px;
  }
  .cntct_main {
    display: block;
  }
  .why_use_wrap {
    padding: 0;
    margin: 0 auto 40px;
  }
  .contact_div {
    margin-bottom: 30px;
  }
  .edit_portal_wrap .table-wpr {
    visibility: visible;
  }
  .page-template-template-provenance .custom-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-template-provenance .custom-table tr td {
    width: 20%;
  }
  .gallery-sec .gallery-col {
    width: 33.33%;
  }
  .page-template-template-provenance .bsTabs .nav a {
    min-width: 184px;
  }
  /* diversity css */
  .gally_sldr button.slick-prev {
    left: inherit;
    right: 50px;
  }
  .headline {
    font-size: 35px;
  }
  .inner_live {
    padding: 30px 20px;
  }
  .inner_diver h1 {
    font-size: 40px;
  }
  .inner_plant h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .banner_sec.new_banner {
    min-height: 230px;
  }
  /* diversity css  end*/

  /* ================= 19/08/2022 ================ */
  .gallery_sldr .gallery_box figure img {
    max-height: 165px;
    min-height: 165px;
  }
  .plant_sec.people_sec h3 {
    margin-bottom: 35px;
  }
  /* ================= 19/08/2022 END ================ */
  /* Modification CSS 11.10.22 */
  .seedMix-wrap.gallery_sec .seedMix-item .gallery_box {
    max-width: 80%;
    margin: 0 auto;
  }
  .seedMix-item:not(:last-child) {
    margin-bottom: 25px;
  }
  /* Modification CSS 11.10.22 */

  /* support 12/1/23 */

  .spcs-form .searchandfilter ul li{
    max-width: 100%;
  }

  /* end support 12/1/23 */

  /* support 18/1/23 */

  .jump_wrap{
    position: relative;
  }

  .header .navbar-toggler{
    outline: none !important;
  }

  .navbar-toggler:hover{
    border: none !important;
  }

  /* end support 18/1/23 */




}

@media (max-width: 842px) {
  /* .resgion_col {
		width: 250px;
	} */
}

@media (max-width: 767px) {
  .single-sld-home h2 {
    font-size: 40px;
  }
  .single-sld-home {
    padding: 100px 60px;
  }
  .single-sld-home a {
    font-size: 16px;
  }
  .tittle-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .tittle-section2 h2 {
    font-size: 30px;
  }
  .hm-servixe-sec {
    padding-top: 40px;
  }
  .sevc-details {
    display: block;
    margin-bottom: 40px;
  }
  .sevc-details .srcv-lft {
    max-width: 100%;
  }
  .sevc-details .txt-sec-servc {
    max-width: 100%;
    padding: 0;
  }
  .single-srcv-cart {
    min-height: inherit;
  }
  .quantity-btn a,
  .quantity-btn-wht a {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .singl-testy-cart {
    min-height: inherit;
  }
  .column-footer1,
  .column-footer2,
  .column-footer3,
  .column-footer4 {
    width: 50%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .copyright-sec {
    font-size: 16px;
  }
  .single-srcv-cart h4 {
    min-height: inherit;
  }
  .single-all-qualty figure {
    min-height: 100%;
  }
  .capaclt-abut {
    display: block;
  }
  .left-all-cpbltabt {
    display: flex;
    width: 100%;
  }
  .left-capablt-abt1 {
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .right-capblt-abt {
    width: 100%;
    padding: 0;
  }
  .txt-we-cartabout h4 {
    font-size: 20px;
  }
  .element-item {
    width: 100%;
  }
  .wrap-diversity-txt {
    margin-bottom: 30px;
  }
  .header {
    padding: 20px 0;
  }
  .left-capablt-abt2 figure img {
    width: 100%;
  }
  .left-capablt-abt1 figure img,
  .left-capablt-abt2 figure img {
    height: 360px;
  }
  /* 15.12.2021 */
  .desktp_only {
    display: none;
  }
  .table tbody tr td:nth-child(4) {
    display: none;
  }
  .table tbody tr td:nth-child(5) {
    display: none;
  }
  .table_wrap thead th {
    font-size: 11px;
    padding: 20px 5px !important;
    vertical-align: top;
    letter-spacing: 0;
    white-space: inherit;
  }
  .table_wrap tbody td {
    font-size: 11px;
    vertical-align: top;
    padding: 15px 5px !important;
    letter-spacing: 0;
  }
  .table .table_more_btn {
    font-size: 11px;
  }
  /* MOD 20-12-21 */
  .edit_content li {
    padding-left: 16px;
  }
  .bsTabs .nav.minx a {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .bsTabs .nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bsTabs .nav a {
    padding: 10px 5px;
    min-width: 33.33%;
  }
  .bsTabs .tab-content {
    padding: 20px 15px;
  }
  .galRow.row [class*='col-'] {
    padding-bottom: 30px;
  }
  .galRow.row {
    margin-bottom: -30px;
  }
  .custom-table td:first-child {
    width: 120px;
  }
  .table-related-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-template-template-provenance .custom-table tr td:nth-child(4),
  .page-template-template-provenance .custom-table tr td:nth-child(5) {
    display: inline-block;
  }
  .page-template-template-provenance .custom-table tr td:first-child {
    width: 10%;
  }
  .page-template-template-provenance .custom-table tr td {
    width: 22.5%;
  }
  .gallery-sec .gallery-col {
    width: 50%;
  }
  .page-template-template-provenance .bsTabs .nav a {
    min-width: 24.33%;
  }
  .species-view-sec a {
    padding: 10px 25px;
    font-size: 17px;
  }
  /* diversity css  */
  .inner_diver h1 {
    font-size: 35px;
  }
  .headline {
    font-size: 30px;
  }
  .inner_live ul li {
    width: 100%;
    text-align: left;
  }
  /* diversity css  end*/

  /* date 19/9/22 start */

  .portal_main .schdl_wrappp_btn_rpp .btn_table.left,
  .portal_main .schdl_wrappp_btn_rpp .btn_table.right {
    position: static;
  }
  .portal_main .schdl_wrappp_btn_rppP {
    padding-top: 30px;
    justify-content: center;
  }
  .mix-tbl-wrap {
    padding: 0;
  }
  .schdl_wrappp_btn_rpp {
    padding-top: 20px;
    justify-content: center;
  }

  .schdl_wrappp_btn_rpp .btn_table {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
  /* date 19/9/22 end */
  .single-sld-home {
    padding-top: 50px;
  }
}

/* 16.12.2021  */

@media (max-width: 575px) {
  .contct_info .cntct_txt .txt {
    border-left: none;
    border-bottom: 1px solid #bababa;
    padding-bottom: 20px;
  }
  .contct_info .cn_row {
    display: block !important;
  }
  .contct_info .cntct_txt {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-bottom: 25px;
  }
  .contct_info .cntct_txt:last-child {
    margin-bottom: 0;
  }
  .edit_content li {
    flex: 0 0 100%;
    width: 100%;
  }
  .edit_content {
    margin-bottom: 30px;
  }
  .bsTabs .nav.minx a {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* diversity css  */
  .headline {
    font-size: 25px;
  }
  .inner_diver h1 {
    font-size: 30px;
  }
  .inner_gallery h4 {
    font-size: 20px;
  }
  .banner_sec figure img {
    min-height: 180px;
    object-fit: cover;
  }
  /* diversity css  end*/
  /* Modification CSS 11.10.22 */
  .spcss-sec .species-slider .species-singleall .spec-img figure {
    min-height: inherit;
    max-height: inherit;
  }

  /* Modification CSS 11.10.22 */



  .wp-pagenavi a, .wp-pagenavi span{
    font-size: 16px;
  }



}

@media (max-width: 479px) {
  .single-sld-home h2 {
    font-size: 30px;
  }
  .hm-scnd-sec::before {
    width: 50%;
  }
  .tittle-section h2 {
    font-size: 25px;
  }
  .home-abt-sec::before {
    width: 50%;
  }
  .single-all-qualty .left-qulty,
  .single-all-qualty .right-qulty {
    padding: 40px;
    min-height: inherit;
  }
  .tittle-section2 h2 {
    font-size: 25px;
  }
  .singl-testy-cart {
    padding: 20px 15px;
    font-size: 16px;
  }
  .footer-row-sec {
    display: block;
  }
  .column-footer1,
  .column-footer2,
  .column-footer3,
  .column-footer4 {
    width: 100%;
  }
  .single-sld-home {
    padding: 100px 20px;
  }
  .home-banner-slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .home-banner-slider .slick-dots .slick-active {
    width: 15px;
    height: 15px;
  }
  .common-banner-txt h2 {
    font-size: 30px;
  }
  .title-head h3 {
    font-size: 25px;
  }
  .single-we-about1,
  .single-we-about1,
  .single-we-about2,
  .single-we-about3 {
    padding: 15px;
    max-width: 100%;
  }
  .middl-we-about {
    padding-left: 0;
  }
  .txt-we-cartabout h4 {
    font-size: 16px;
    padding-left: 20px;
  }
  .who-we-section {
    padding: 40px 0;
  }
  .exttt-img {
    transform: translateY(-50%);
    top: 50%;
  }
  .all-spcies-form .search-spc input[placeholder] {
    padding: 12px 15px;
  }
  .common-banner-all {
    padding: 30px 0;
  }
  .left-capablt-abt2 figure img {
    width: 100%;
  }
  .left-all-cpbltabt {
    display: block;
  }
  .left-capablt-abt1 {
    padding-right: 0;
  }
  .left-capablt-abt2 {
    margin-bottom: 20px;
  }
  .left-capablt-abt1 figure img,
  .left-capablt-abt2 figure img {
    height: auto;
  }
  .frmBox .boxLog {
    background-color: #fff;
    padding: 29px 20px;
  }
  .bsTabs .nav.minx a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gallery-sec .gallery-col {
    width: 100%;
  }
  .page-template-template-provenance .bsTabs .nav a {
    min-width: 100%;
  }
  /* diversity css  */
  .inner_live ul li .forest_box,
  .valley_main_cont ul li {
    display: flex;
  }
  .inner_live ul li .forest_box img,
  .valley_main_cont ul li img {
    margin-right: 10px;
  }
  .inner_plant h3 {
    font-size: 26px;
  }
  /* diversity css end*/

  /* ================= 19/08/2022 ================ */
  .gallery_sldr .gallery_box figure img {
    max-height: 200px;
    min-height: 200px;
  }
  /* ================= 19/08/2022 END ================ */
  /* Modification CSS 11.10.22 */
  .seedMix-wrap.gallery_sec .seedMix-item .gallery_box {
    max-width: 95%;
  }

  /* Modification CSS 11.10.22 */
  .single-sld-home {
    padding-top: 50px;
  }

  /* support 9/1/23 */

  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 3px 1px;
    font-size: 13px !important;
  }

  .portal_ul .sub-menu a {
    padding: 12px 6px;
    font-size: 11px;
  }

  .menu li.current-menu-item a {
    margin: 0 19px;
  }

  /* end support 9/1/23 */

  /* support 16/1/23 */

  .menu li.current-menu-item a{
    margin: 0;
  }

/* end support 16/1/23 */

}

@media (max-width: 375px) {
  .single-sld-home h2 {
    font-size: 25px;
  }
  .single-all-qualty .left-qulty,
  .single-all-qualty .right-qulty {
    padding: 15px;
  }
  .img-clnt-all h4 {
    font-size: 20px;
    padding: 0;
    text-align: center;
  }
  .img-clnt-all {
    display: block;
  }
  .img-clnt-all figure {
    display: flex;
    justify-content: center;
    margin: 0 auto 10px auto;
  }
  .img-clnt-all figure img {
    width: 50px;
  }
  .left-all-cpbltabt {
    display: block;
  }
  .left-capablt-abt1 {
    padding-right: 0;
  }
  .left-capablt-abt2 {
    margin-bottom: 20px;
  }
  .common-banner-txt ul li a {
    font-size: 16px;
  }
  /* MOD 20-12-21 */
  .bsTabs .nav a {
    padding: 10px 5px;
    min-width: 100%;
    border-radius: 0px;
    font-size: 16px;
  }
  .bsTabs .nav a::after {
    display: none;
  }
  .single-sld-home {
    padding-top: 50px;
  }

  /* support 9/1/23 */
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 12px !important;
  }
}

/*17-2-22*/

.year_wrap {
  width: 100%;
  margin: 15px 0;
  display: none;
}

.year_wrap li::before {
  display: none;
}

.year_wrap h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}

.year_wrap li {
  padding-left: 0px !important;
  margin: 0 !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}

.year_wrap li a {
  padding: 13px 0 !important;
  display: block;
  background-color: #f5f5f5;
  padding-left: 15px !important;
  position: relative;
  padding-right: 45px !important;
  border: 1px solid transparent;
  border-radius: 6px;
}

.year_wrap li a::before {
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  width: 33px;
  height: 33px;
  content: '';
  top: 50%;
  background-image: url(./images/pdf-logo.png);
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.year_wrap.showYear {
  display: block;
}

.year_wrap li a:hover {
  border-color: #7cad36;
}

.page-template-template-editor-business-records
  .portal_ul
  li.current-menu-parent
  > a {
  background: #7cad36 !important;
  color: #fff !important;
}

.page-template-template-editor-business-records .edit_content_wrap ul {
  max-width: 100%;
}

.title-head {
  text-align: center;
}

.edit_content_wrap ul li::before {
  display: none;
}

@media (max-width: 768px) {
  .year_wrap h2 {
    font-size: 26px;
    text-align: center;
  }
}

.table-responsive {
  scrollbar-width: thin;
  scrollbar-color: #608e20 #f4f4f4;
}

.table-responsive::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #608e20;
  border-radius: 12px;
}

.table-responsive::-webkit-scrollbar-track,
.scrollbar-2::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

.provinence-display-name-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.provinence-display-name-wrap h3 {
  margin-bottom: 0;
}

.provinence-display-name-wrap select {
  width: auto;
}

.portal_ul a {
    padding: 13px 8px !Important;
}


/** 140923 **/

table.table.table-bordered.custom-table {
    max-width: fit-content!important;
}



.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #646464!important;
}


/** 010224 **/

body:not([data-page="/dormancy-treatment-table/"]) .gallery_sec.common-gap {
    display: none;
}













/** ================ css 27.07.2026 ================== */


.spcs-form {
	--search-filter-scale-base-unit: 16px;
	--search-filter-scale-base-size: 16px;
	--search-filter-input-padding-top: 0.5rem;
	--search-filter-input-padding-bottom: 0.5rem;
	--search-filter-input-padding-left: 0.625rem;
	--search-filter-input-padding-right: 0.625rem;
	--search-filter-input-border-radius: 4px;
	--search-filter-input-toggle-size: 1rem;

	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem 1rem;
	align-items: end;
}

.spcs-form .search-filter-field {
	min-width: 0;
}

.spcs-form .search-filter-label {
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.spcs-form .search-filter-input-button {
	min-height: 2.75rem;
	padding-inline: 1.25rem;
	width: 100%;
}

@media (min-width: 48em) {
	.spcs-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 64em) {
	.spcs-form {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) auto;
	}

	.spcs-form .search-filter-input-button {
		width: auto;
	}
}