/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Apr 2022--------------------------------*/
/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Dec 2020--------------------------------*/
.beforeHover {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}
.afterHover {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.transition {
  transition: all 0.3s;
}
/* for the default html tags style breaker */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow-x: hidden;
}
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  position: relative;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none !important;
  outline: none !important;
  line-height: 1em;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
}
a:active,
a:hover {
  outline-width: 0;
}
button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}
button:focus,
input:focus {
  outline: none;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type=checkbox],
[type=radio] {
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.8em;
}
figure {
  margin: 1em 40px;
}
img {
  border-style: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'chunkFive';
  src: url('../fonts/chunkfive/ChunkFive-Regular.eot'), url('../fonts/chunkfive/ChunkFive-Regular.ttf'), url('../fonts/chunkfive/ChunkFive-Regular.woff'), url('../fonts/chunkfive/ChunkFive-Regular.woff2');
  font-style: normal;
  font-weight: 400;
}
.btnOne {
  width: auto;
  font-size: 14px;
  font-weight: 400;
  background-color: #0E8E39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}
.btnOne:hover {
  background-color: #0c7730;
  color: #fff;
}
.btnTwo {
  width: auto;
  font-size: 14px;
  font-weight: 400;
  color: #0E8E39;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 6px;
  border: 1px solid #0E8E39;
  transition: all 0.3s;
  background-color: #fff;
  cursor: pointer;
  gap: 10px;
}
.btnTwo:hover {
  background-color: #0E8E39;
  color: #fff;
}
.btnThree {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  background-color: #0E8E39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}
.btnThree:hover {
  background-color: #0c7730;
  color: #fff;
}
.btnFour {
  width: auto;
  font-size: 14px;
  color: #425147;
  font-weight: 500;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4EFE8;
  border-radius: 15px;
  transition: all 0.3s;
}
.btnFour:hover {
  background-color: #c4dccd;
}
.btnFive {
  width: auto;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0E8E39;
  border-radius: 15px;
  transition: all 0.3s;
  line-height: 1em;
}
.btnFive:hover {
  background-color: #096026;
  color: #fff;
}
.btnSix {
  width: auto;
  padding: 15px 30px;
  color: #0E8E39;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s;
}
.btnSix:hover {
  background-color: #0E8E39;
  color: #fff;
}
.inputOne {
  width: 100%;
  padding: 20px;
  border: 1px solid #96B49F;
  background-color: #fff;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #7E8E84;
  transition: all 0.3s;
}
.inputOne.error {
  border-color: #E60023;
}
.inputOne option {
  font-size: 14px;
}
.inputOne:focus-visible {
  outline: none;
}
textarea.inputOne {
  height: 100px;
  resize: none;
}
.inputOne ~ .select2 .select2-selection {
  width: 100%;
  padding: 20px;
  border: 1px solid #96B49F;
  background-color: #fff;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #7E8E84;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  height: auto;
}
.inputOne ~ .select2 .select2-selection__rendered {
  line-height: 1em;
}
.inputOne ~ .select2 .select2-selection__clear {
  position: absolute;
  right: 35px;
  margin: 0;
  width: 35px;
  height: 100%;
}
.inputOne ~ .select2 .select2-selection__arrow {
  height: 100%;
  width: 35px;
}
.inputTwo {
  width: 100%;
  border: 1px solid #96B49F;
  background-color: #fff;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #7E8E84;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.inputTwo input {
  padding: 20px;
  width: 100%;
  border: none;
}
.inputTwo .leftBlock {
  width: 60px;
  height: 100%;
  min-height: 57px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #96B49F;
}
.inputTwo select.leftBlock {
  border: 0;
  outline: none;
  border-right: 1px solid #96B49F;
  cursor: pointer;
  appearance: none;
  text-align: center;
}
.inputTwo select.leftBlock:hover,
.inputTwo select.leftBlock:focus,
.inputTwo select.leftBlock:focus-visible {
  border: 0;
  outline: none;
  border-right: 1px solid #96B49F;
}
.inputTwo.error {
  border-color: #E60023;
}
.inputThree {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #96B49F;
  background-color: #fff;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #7E8E84;
  transition: all 0.3s;
}
.inputThree.error {
  border-color: #E60023;
}
.inputThree option {
  font-size: 14px;
}
.inputThree:focus-visible {
  outline: none;
}
textarea.inputThree {
  height: 100px;
  resize: none;
}
.select2-dropdown {
  border: 1px solid #96B49F;
}
.select2-dropdown--below {
  top: -19px;
}
.select2-results__option,
.select2-search--dropdown .select2-search__field {
  font-size: 14px;
}
.select2-container--default .select2-results__option--selected {
  background-color: rgba(14, 142, 57, 0.1);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0E8E39;
}
.checkboxOne {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #425147;
  position: relative;
  gap: 10px;
}
.checkboxOne input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.checkboxOne input:checked ~ span {
  border-color: #0E8E39;
}
.checkboxOne input:checked ~ span::after {
  opacity: 1;
}
.checkboxOne span {
  width: 16px;
  height: 16px;
  border: 2px solid #6A8071;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkboxOne span::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  border-width: 0 0 2px 2px;
  border-color: #0E8E39;
  border-style: solid;
  opacity: 0;
  transform: rotate(315deg);
  transform-origin: 3px 2px;
  transition: all 0.3s;
}
label.error {
  width: 100%;
  color: #E60023 !important;
  font-size: 12px;
  margin-top: 10px;
}
.wrapperOne {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 80px;
  margin-bottom: 130px;
}
.wrapperTwo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 130px;
  position: relative;
}
.headOne {
  font-size: 30px;
  color: #18251C;
  padding-top: 20px;
  line-height: 1em;
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
}
.headOne::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #0E8E39;
  left: auto;
  top: 0;
  border-radius: 3px;
}
.headTwo {
  font-size: 30px;
  color: #fff;
  padding-top: 20px;
  line-height: 1em;
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
}
.headTwo::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #0E8E39;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.headTwo .subText {
  font-size: 16px;
  font-weight: 400;
}
.headThree {
  font-size: 30px;
  color: #18251C;
  padding-top: 20px;
  line-height: 1em;
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.headThree::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #0E8E39;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.headThree .subText {
  font-size: 16px;
  font-weight: 400;
  max-width: 85%;
}
.theme-custom {
  width: auto;
  display: flex;
}
.theme-custom.rating-sm {
  font-size: 20px;
}
.theme-custom.rating-container .filled-stars {
  -webkit-text-stroke: 0;
  text-shadow: none;
}
.theme-custom .ratingStyle {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #425147;
}
.theme-custom .ratingStyle span {
  font-size: 16px;
}
.theme-custom .ratingStyle.low span {
  color: #e74c3c;
}
.theme-custom .ratingStyle.med span {
  color: #f1c40f;
}
.theme-custom .ratingStyle.suc span {
  color: #2ecc71;
}
.capOnly .rating-stars {
  display: none;
}
.capOnly .caption {
  margin: 0;
}
.customRating {
  display: none;
}
.bannerOne {
  width: 100%;
  display: flex;
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  margin-bottom: 50px;
}
.bannerOne.margInc {
  margin-bottom: 100px;
}
.bannerOne::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ffd299;
  background: -moz-linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd299", endColorstr="#00720a", GradientType=1);
}
.bannerOne::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: #ffd299;
  background: -moz-linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd299", endColorstr="#00720a", GradientType=1);
}
.bannerOne .imgBlock {
  width: 100%;
  display: flex;
  position: relative;
}
.bannerOne .imgBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerOne .imgBlock::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(24, 37, 28, 0.6);
  z-index: 1;
}
.bannerOne .bannerOvly {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  padding: 0 80px;
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
}
.bannerOne .bannerOvly .btnSix {
  margin-top: 15px;
}
.bannerOne .bannerOvly > span {
  text-indent: -1px;
}
.bannerTwo {
  width: 100%;
  display: flex;
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.19931723) 0%, rgba(255, 255, 255, 0.91640406) 45%, #ffffff 55%, rgba(255, 255, 255, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  margin-bottom: 50px;
}
.bannerTwo::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ffd299;
  background: -moz-linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: linear-gradient(180deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd299", endColorstr="#00720a", GradientType=1);
}
.bannerTwo::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: #ffd299;
  background: -moz-linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  background: linear-gradient(0deg, rgba(255, 210, 153, 0.30295868) 0%, rgba(255, 255, 255, 0.59987745) 35%, rgba(255, 255, 255, 0.59987745) 65%, rgba(0, 114, 10, 0.20211835) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd299", endColorstr="#00720a", GradientType=1);
}
.bannerTwo .contBlock {
  width: 100%;
  padding: 0 80px;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #0E8E39;
}
.breadCrumb {
  width: auto;
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.breadCrumb li {
  position: relative;
  padding-right: 10px;
}
.breadCrumb li::after {
  content: '/';
  position: absolute;
  color: #fff;
  right: -4px;
}
.breadCrumb li:last-child::after {
  display: none;
}
.backBtn {
  width: auto;
  display: flex;
  gap: 10px;
  color: #0E8E39;
  font-size: 16px;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s;
  margin-bottom: 45px;
}
.backBtn span {
  font-size: 20px;
}
.backBtn:hover {
  color: #096026;
}
.collapseWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.collapseWrap.isActive .collapseClick::before {
  transform: rotateX(180deg);
}
.collapseHead {
  width: 100%;
  display: flex;
  align-items: center;
}
.collapseClick {
  width: 35px;
  height: 35px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
}
.collapseClick::before {
  transition: all 0.3s;
}
.collapseBody {
  width: 100%;
  display: none;
}
.radioOne {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #425147;
  gap: 30px;
}
.radioOneIn {
  width: auto;
  display: flex;
  align-items: center;
}
.radioOne span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #6A8071;
  position: relative;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radioOne span::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: auto;
  top: auto;
  background-color: #0E8E39;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 50%;
}
.radioOne input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.radioOne input:checked ~ span {
  border-color: #0E8E39;
}
.radioOne input:checked ~ span::after {
  opacity: 1;
}
.dropD {
  position: relative;
}
.dropDHead {
  cursor: pointer;
}
.dropDBody {
  width: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 240px;
  left: 0;
  top: 0;
  transition: all 0.3s;
  padding-top: 30px;
}
.dropDBodyIn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px #00000017;
  background: #fff;
}
.dropD:hover .dropDBody {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.empty {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  color: #425147;
  padding-bottom: 30px;
}
.emptyIcon {
  font-size: 110px;
  font-weight: 600;
  color: #0E8E39;
}
.emptyWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  border: 1px solid #E2EFE4;
  box-shadow: 0 0 6px 1px #00000017;
  margin: 30px 0;
  padding: 30px;
}
.backtotop {
  position: fixed;
  right: -100px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #0E8E39;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}
.backtotop.isActive {
  right: 30px;
}
.leftNav {
  width: 35vw;
  position: fixed;
  left: -40vw;
  top: 0;
  height: 100vh;
  z-index: 101;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.3s;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.leftNav.isActive {
  left: 0;
}
.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.overlay.isActive {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pagination {
  width: auto;
  display: flex;
  gap: 10px;
}
.paginationWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #0E8E39;
  color: #0E8E39;
  cursor: pointer;
}
.pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.active,
.pagination li:hover:not(.disabled) {
  background-color: #0E8E39;
  color: #fff;
}
.pagination li.disabled {
  cursor: not-allowed;
}
.pagination li:first-child,
.pagination li:last-child {
  font-size: 20px;
}
