/* Global Css Starts Here */

/* Import libraries */

/* Remove Unwanted libraries */
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Kanit: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&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Syne:wght@400..800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");
@import url("https://cdn.datatables.net/1.13.8/css/jquery.dataTables.min.css");
@import url("https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.css");
@import url("https://cdn.datatables.net/1.13.8/css/jquery.dataTables.min.css");
@import url("https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.css");

/* Font Families*/
.circle-image{
  width: 30px;
  height:30px;
  border-radius: 50%;
  object-fit: cover;
}

.syne {
  font-family: "Syne", sans-serif;
}
.roboto-serif {
  font-family: "Roboto Serif", serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.kanit {
  font-family: "Kanit", sans-serif;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Global Typography Declarations 
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(52, 52, 52, 0.7);
  font-weight: 400;
  margin: 0px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #010915;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 53px;
  line-height: 1.5;
  font-weight: 300;
  color: #247344;
}
h2,
.h2 {
  font-size: 50px;
  line-height: 1.3;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 1.6;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 1.6;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  transition: all ease 0.4s;
  cursor: pointer;
}

/* Font Weights */
.extra_bold,
.extra_bold h1,
.extra_bold h2,
.extra_bold h3,
.extra_bold h4,
.extra_bold h5,
.extra_bold h6 {
  font-weight: 900;
}
.bold,
.bold h1,
.bold h2,
.bold h3,
.bold h4,
.bold h5,
.bold h6 {
  font-weight: 700;
}
.semibold,
.semibold h1,
.semibold h2,
.semibold h3,
.semibold h4,
.semibold h5,
.semibold h6 {
  font-weight: 600;
}
.medium,
.medium h1,
.medium h2,
.medium h3,
.medium h4,
.medium h5,
.medium h6 {
  font-weight: 500;
}
.normal,
.normal h1,
.normal h2,
.normal h3,
.normal h4,
.normal h5,
.normal h6 {
  font-weight: 400;
}
.light,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  font-weight: 300;
}
.thin,
.thin h1,
.thin h2,
.thin h3,
.thin h4,
.thin h5,
.thin h6 {
  font-weight: 100;
}

/* Font-sizes */
.font36 {
  font-size: 36px;
}
.font30 {
  font-size: 30px;
}
.font24 {
  font-size: 24px;
}
.font22 {
  font-size: 22px;
}
.font20 {
  font-size: 20px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
.font14 {
  font-size: 14px;
}
.font70 {
  font-size: 70px;
}

/* line heights */
.lh-1_5 {
  line-height: 1.5;
}
.lh-1_25 {
  line-height: 1.25;
}
.lh-1_87 {
  line-height: 1.87;
}
.lh-1_6 {
  line-height: 1.6;
}
.lh-1_65 {
  line-height: 1.65;
}
.lh-2_25 {
  line-height: 2.25;
}
.lh-2_45 {
  line-height: 2.45;
}
.lh-1_63 {
  line-height: 1.63;
}
.lh-1_36 {
  line-height: 1.36;
}
.lh-2_14 {
  line-height: 2.14;
}

/* Colors */

.white {
  color: #ffffff;
}
.black {
  color: #010915;
}
.dark {
  color: #272727;
}
.pink {
  color: #d2164c;
}
.purple {
  color: #421ae8;
}
.green {
  color: #247344;
}
.light_green {
  color: #1b8c2e;
}
.gray {
  color: rgba(52, 52, 52, 0.7);
}

/* Image */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}

/* Page Wrapper */
.wrapper {
  width: 100%;
  float: none !important;
  display: block;
  margin: 0 auto !important;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}
.clearfix {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: "";
  width: 100%;
  display: table;
}

/* Background Stylings */
.bg {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.bg.bg_contain {
  background-size: contain;
}
.bg_contain {
  background-size: contain;
}
.bg.bg_100 {
  background-size: 100% 100%;
}
.bg_100 {
  background-size: 100% 100%;
}
.bg_position_top {
  background-position: top center;
}
.bg_position_bottom {
  background-position: bottom center;
}

/* Button style */
a {
  color: #666666;
  transition: all ease 0.4s;
}
a:hover,
.header-contact-number a:hover {
  color: #1b8c2e;
}
.button a,
a.button {
  background: #2a7749;
  color: #ffffff;
  max-width: 100%;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  padding: 5px 30px;
}
.button a:hover,
a.button:hover {
  background: #ffffff;
  color: #2a7749;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

/* Layouts */
.ib {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.vt {
  vertical-align: top;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.underline {
  text-decoration: underline;
}

/* flex */
.d-flex {
  display: flex;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
.align-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}

/* Background  Colors */
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-green {
  background-color: #247344;
}
/* Text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/* Widths */
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.66%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
}

/*unique paddings*/
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.p0-0 {
  padding-left: 0;
  padding-right: 0;
}
.p0-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p0-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p0-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p0-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p10-0 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p15-0 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p20-0 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p30-0 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p40-0 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p50-0 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p60-0 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p70-0 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt5,
.p5-0 {
  padding-top: 5px;
}
.pb5,
.p5-0 {
  padding-bottom: 5px;
}
.pb10,
.p10-0 {
  padding-bottom: 10px;
}
.pt10,
.p10-0 {
  padding-top: 10px;
}
.pb15,
.p15-0 {
  padding-bottom: 15px;
}
.pt15,
.p15-0 {
  padding-top: 15px;
}
.pb20,
.p20-0 {
  padding-bottom: 20px;
}
.pt20,
.p20-0 {
  padding-top: 20px;
}
.pt25,
.p25-0 {
  padding-top: 25px;
}
.pb30,
.p30-0 {
  padding-bottom: 30px;
}
.pt30,
.p30-0 {
  padding-top: 30px;
}
.pb35,
.p35-0 {
  padding-bottom: 35px;
}
.pb40,
.p40-0 {
  padding-bottom: 40px;
}
.pt40,
.p40-0 {
  padding-top: 40px;
}
.pt45,
.p45-0 {
  padding-top: 45px;
}
.pb50,
.p50-0 {
  padding-bottom: 50px;
}
.pt50,
.p50-0 {
  padding-top: 50px;
}
.pb60,
.p60-0 {
  padding-bottom: 60px;
}
.pt60,
.p60-0 {
  padding-top: 60px;
}
.pb70,
.p70-0 {
  padding-bottom: 70px;
}
.pt70,
.p70-0 {
  padding-top: 70px;
}

/* Listing style reset */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Utility classes */
.pointer {
  cursor: pointer;
}
.dn {
  display: none;
}
.max-box {
  margin: 0 auto;
  max-width: 1384px;
}
.br-4 {
  border-radius: 4px;
}
.m-0-a {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}

/* Text Cases */
.ttn {
  text-transform: none !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.camel {
  text-transform: capitalize;
}

/* Positions */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease 0.4s;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}

/* Header */
.navigation-items a {
  font-weight: 500;
  font-size: 16px;
}

.header-left {
  gap: 100px;
}

.main-navigation {
  gap: 30px;
}

.header-buttons,
.header-contact {
  gap: 10px;
}

.header-right {
  gap: 70px;
}

.header-contact.right {
  line-height: 1.3;
  font-size: 15px;
  color: #272727;
  font-weight: 500;
}

.header-contact-left {
  line-height: 1;
}

.header-contact-number a {
  color: #272727;
}
section.header {
  padding: 15px 0;
  box-shadow: 0px 2px 8px 0px #1d1d1d3d;
  position: relative;
}

.header-mobile-container .header-right,
.header-mobile-container .main-navigation {
  flex-direction: column;
  align-items: center;
}

.header-mobile-container .main-navigation {
  gap: 10px;
}

.header-mobile-container .header-right {
  gap: 20px;
  padding-top: 15px;
}
.header-mobile {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 20px;
}

/* Banner section */

.banner-title h1 span {
  font-weight: 700;
}

.banner-left {
  max-width: 715px;
}

.banner-title {
  padding-bottom: 22px;
}

.banner-available-left {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #010915;
  line-height: 1.2;
}

.banner-available {
  gap: 30px;
}

.banner-available-right {
  gap: 10px;
}
.banner-wrapper {
  padding-left: calc((100vw - 1290px) / 2);
}

.banner.about-banner {
  padding: 100px 0;
}

.banner {
  background-image: url(../assets/Rectangle\ 644.png);
  padding: 230px 20px 230px 0;
  background-position: top center;
}

.banner-inner {
  gap: 25px;
}

.hamburger-menu {
  height: 20px;
  width: 25px;
  position: relative;
}

.hamburger-menu i {
  height: 2px;
  width: 100%;
  background-color: #545454;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.4s;
  border-radius: 2px;
}

.hamburger-menu i:last-child {
  top: unset;
  bottom: 0;
}

.hamburger-menu i:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-menu.active i {
  transform: rotate(45deg);
  top: 10px;
}

.hamburger-menu.active i:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active i:last-child {
  transform: rotate(-45deg);
}

.header-mobile,
.hamburger-menu {
  display: none;
}
/* Footer Section */

.footer {
  background-image: url(../assets/Background.jpg);
  background-position: top center;
}

.footer-bottom-right a {
  text-decoration: underline;
}

.column-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}

.column-links a,
.column-links {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.3;
}

.footer-column:last-child {
  max-width: 298px;
}

.footer {
  padding: 80px 0 40px;
}

.footer-column:nth-child(2) ul {
  list-style: disc !important;
  padding-left: 23px;
}

.footer-column ul li {
  padding-top: 15px;
}

.footer-social {
  display: flex;
}

.footer-social a {
  display: block;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50%;
  border-color: #ffffff;
}

.footer-socials {
  gap: 10px;
  padding-top: 30px;
}

.footer-social svg {
  transition: all ease 0.4s;
}

.footer-social a:hover {
  background-color: #10552c;
}

.footer-logo {
  max-width: 260px;
}

.footer-top {
  gap: 30px;
}

.footer-bottom {
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-column ul li a:hover {
  text-decoration: underline;
}

/* Highlighted Section */

.highlights-section-right {
  max-width: 630px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 300;
}

.highlights-section-title {
  max-width: 480px;
}

.highlights-section-top {
  gap: 30px;
}

.highlights-card {
  border: 1px solid rgba(1, 9, 21, 0.1);
  border-radius: 10px;
  padding: 90px 40px;
  transition: all ease 0.4s;
}

.highlights-section-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 40px;
}

.highlights-card:hover {
  background-color: #ffffff;
  box-shadow: 0px 10px 46px 0px rgba(11, 23, 40, 0.2);
}

.highlights-card-icon {
  height: 68px;
}

section.highlights-section {
  padding: 80px 0;
}

/* Core Values Section */

.core-values-cards {
}

.core-values-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  gap: 20px;
}

.core-value-card-icon {
  height: 165px;
  width: 165px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #00884a 0%, #00552e 100%);
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.63);
  margin: 45px auto 0;
}

.core-values-card {
  padding: 30px 18px;
  border-radius: 115px;
  box-shadow: 0 -2px 1px rgba(19, 104, 53, 0.95);
  display: flex;
  flex-direction: column;
}

.core-value-card-text {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Kanit", sans-serif;
}

.core-values-card:nth-child(2n) {
  box-shadow: 0 2px 1px rgba(19, 104, 53, 0.95);
}

.core-values-card:nth-child(2n) {
  flex-direction: column-reverse;
  margin-top: 130px;
}

.core-values-card:nth-child(2n) .core-value-card-icon {
  margin: 0 auto 25px;
}

.core-value-card-title {
  color: rgba(0, 88, 48, 0.75);
  font-size: 18px;
  font-weight: 700;
}

section.core-values {
  padding: 80px 0 155px;
}

.core-values-title {
  padding-bottom: 90px;
}

.offering-cards {
  flex-wrap: wrap;
  gap: 16px 30px;
  padding-top: 45px;
  align-items: stretch;
}

.offering-card {
  max-width: 550px;
  width: 100%;
  gap: 22px;
  border: 1px solid #0109151a;
  border-radius: 10px;
  padding: 20px 25px;
  transition: all ease 0.4s;
}

.offering-card:hover {
  box-shadow: 0px 10px 120px 0px #0b172833;
  background-color: #ffffff;
  border-color: #ffffff;
}

.offering-card-icon {
  width: 32px;
  min-width: 32px;
}

.offering-card-title {
  color: #010915;
}

.offerings {
  background: linear-gradient(
    112.73deg,
    rgba(255, 255, 255, 0) 2.55%,
    rgba(10, 167, 156, 0.105) 59.49%,
    rgba(59, 181, 74, 0.133) 67.56%,
    rgba(59, 181, 74, 0) 80.84%
  );
  padding: 148px 0 160px;
}

.counter-boxes {
  background-image: url(../assets/body.jpg);
  background-position: center;
}

.counter-box {
  text-align: center;
}

.counter-number {
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.2;
}

.counter-boxes {
  justify-content: space-evenly;
  gap: 20px;
  padding: 70px 25px;
}

.counter-title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.counter .wrapper {
  max-width: 1600px;
}

.counter {
  padding: 90px 0 60px;
}

.pricing-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.pricing-card-upper {
  background: #fcfcfc;
  padding: 33px 50px 0;
}

.pricing-card-list-item:not(:first-child) {
  padding-top: 10px;
}

.pricing-card {
  border-radius: 10px;
  overflow: hidden;
  width: 33.33%;
}

.pricing-card-title {
  font-size: 24px;
  font-weight: 600;
}

.pricing-card-price {
  font-size: 35px;
  color: #010915;
  font-weight: 700;
}

.pricing-card-list-item {
  display: flex;
  gap: 10px;
}

.pricing-card-text {
  font-size: 16px;
  color: #373737;
}

.pricing-card-listing {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #01091524;
}

.pricing-card-price span {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

.pricing-card-listing-text {
  font-size: 16px;
  font-weight: 500;
  color: #8a8a8a;
}

.pricing-card-button a {
  background-color: #e1e7f0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #010915;
  padding: 30px 20px;
}

.pricing-card-listing {
  padding-bottom: 50px;
}

.pricing-section {
  padding: 70px 0 160px;
}

.pricing-cards {
  padding-top: 40px;
}

.pricing-card.active * {
  color: #ffffff;
}

.pricing-card.active {
  box-shadow: 0px 4px 4px 0px #00000054;
}

.pricing-card-upper{
  height: 100%;
}

.pricing-card.active .pricing-card-upper {
  background: #161616;
}

.pricing-card {
  transition: all ease 0.4s;
}

.pricing-card * {
  transition: all ease 0.4s;
}

.pricing-card.active .pricing-card-price img {
  filter: invert(1);
}

.pricing-card.active .pricing-card-button a {
  background-color: #2a7749;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback {
  background: #eef1f6;
  padding: 130px 0 110px;
}

.feedback {
  background: #eef1f6;
  padding: 130px 0 110px;
}

.feedback-title span,
.blog-section-title span {
  color: #1b8c2e;
  text-decoration: underline;
}

.feedback-left {
  max-width: 510px;
}

.feedback-top {
  align-items: flex-end;
}

.feedback-right {
  gap: 20px;
}

.feedback-right > div {
  height: 50px;
  width: 50px;
  border: 1px solid #0109151a;
  border-radius: 50%;
  transition: all ease 0.4s;
  cursor: pointer;
}

.feedback-right > div:hover {
  background-color: #2a7749;
}

.feedback-right > div:hover svg path {
  stroke: #ffffff;
}

.feedback-slide {
  border: 1px solid #0109151a;
  padding: 50px 40px;
  border-radius: 10px;
  transition: all ease 0.4s;
}

.feedback-slide-content {
  font-size: 16px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  padding-top: 30px;
}

.feedback-slide-person {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 40px;
}

.feedback-slide-person-info {
  font-family: "Kanit", sans-serif;
}

.feedback-slide-person-name {
  font-weight: 700;
  color: #010915;
}

.feedback-slide-person-date {
  font-size: 16px;
  font-weight: 500;
  color: #01091599;
}

.feedback-slide:hover {
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px #0b172833;
}

.feedback-slider-container .slick-slide {
  margin: 50px 15px;
}

.feedback-ratting {
  padding: 4px;
  border-radius: 50px;
  background: #ffffff;
  max-width: 350px;
  box-shadow: 0px 1px 2px 0px #1d1d1d24;
  color: #010915cc;
}

.blog-section {
  padding: 90px 0;
}

.blog-card-date {
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #2a7749;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 2px 12px;
  gap: 10px;
  max-width: max-content;
  margin-top: 20px;
}

span.blog-card-date-icon {
  line-height: 1;
}

.blog-card-image {
  border-radius: 10px;
  overflow: hidden;
  height: 220px;
}

.blog-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #010915;
  padding-top: 18px;
}

.blog-card-link {
  padding-top: 27px;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 55px;
}

.blog-card {
  border: 1px solid #0109151a;
  padding: 20px;
  border-radius: 10px;
}
.blog-card-link a {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #010915;
}

.blog-card-link-btn {
  height: 36px;
  width: 36px;
  border: 1px solid #01091524;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-card-link a:hover {
  color: #2a7749;
}

.blog-card-link-btn,
.blog-card-link a:hover .blog-card-link-btn svg {
  transition: all ease 0.4s;
}
.blog-card-link a:hover .blog-card-link-btn {
  background-color: #1b8c2e;
}

.blog-card-link a:hover .blog-card-link-btn svg path {
  stroke: #ffffff;
}

/* Contact Us Page */

.common-banner-font {
  font-size: 70px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.common-banner {
  background-color: #494949;
  padding: 110px 0 190px;
}
.contact-form-section {
  background-image: url(../assets/Group\ 427318864.png);
  background-position: top center;
}
.contact-form-inner-right {
  width: 100%;
  max-width: 638px;
  font-size: 15px;
}

input {
  width: 100%;
  background-color: transparent;
  border: 3px solid #9a9a9a;
  border-radius: 6px;
  padding: 20px 15px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
}

.form-field:not(:first-child) {
  padding-top: 29px;
}

input[type="submit"] {
  background-color: #193e28;
  color: #fff;
  font-size: 20px;
  border-color: #193e28;
  transition: all ease 0.4s;
  cursor: pointer;
}

section.contact-form-section {
  padding: 145px 0;
}

input[type="submit"]:hover {
  background-color: transparent;
  color: #193e28;
}

.contact-form-title h2 {
  color: #3bb54a;
}

.contact-form-subtitle {
  font-size: 50px;
  font-weight: 300;
}

.contact-form-title h2 {
  font-size: 70px;
}

.contact-form-section-inner {
  gap: 50px;
}

/* About Us Page */
.about-banner-title h1 {
  font-size: 41px;
}

.about-banner-inner {
  gap: 40px;
}

.about-banner-left {
  max-width: 772px;
}

.about-banner-title h1 span {
  font-weight: 700;
}

.about-banner {
  padding: 80px 0;
}

.about-banner {
  background: #f8f8f8;
}

.about-section {
  padding: 80px 0;
}

.about-section-content {
  max-width: 968px;
  line-height: 1.3;
  padding-top: 30px;
}

.about-section-title h2 {
  color: #343434;
}

.about-section-title {
  max-width: 900px;
}

/* Privacy Policy Page */

.privacy-section {
  padding: 80px 0;
}

.privacy-section h3 {
  font-size: 30px;
  margin: 40px 0 15px;
  font-weight: 700;
  color: #1b8c2e;
}

.privacy-section p,
.privacy-section ul {
  font-family: "Kanit", sans-serif;
}

.privacy-section strong {
  color: #010915;
  font-size: 20px;
}

.privacy-content ul {
  list-style: disc;
  padding-left: 17px;
  padding-bottom: 10px;
}

.privacy-content ul li {
  padding-top: 15px;
}

.privacy-content {
  margin: 0 auto;
  max-width: 1100px;
}

.common-banner.privacy-banner {
  background-image: url(../assets/privacy-policy-5243225_1920.jpg);
  background-position: top -291px center;
  background-blend-mode: color-burn;
}

.common-banner.commodity-banner {
  background-image: url(../assets/farm.jpg);
  background-blend-mode: color-burn;
  background-position-y: -83px;
}

.common-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -83px;
}

.vid-section-video {
  text-align: center;
  margin-top: 40px;
}

.vid-section {
  padding: 80px 0;
  background: linear-gradient(
    112.73deg,
    rgba(255, 255, 255, 0) 2.55%,
    rgba(10, 167, 156, 0.105) 59.49%,
    rgba(59, 181, 74, 0.133) 67.56%,
    rgba(59, 181, 74, 0) 80.84%
  );
}

.vid-section-video iframe {
  border-radius: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border: 7px solid rgba(19, 104, 53, 0.95);
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
}

.commodity-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}

.commodity-card-upper {
  height: 250px;
}

.commodity-card-btn {
  padding-top: 20px;
}

.commodity-card-upper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commodity-card-inner {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all ease 0.4s;
}

.commodity-card-lower {
  padding: 20px;
}

section.commodity-listing-section {
  padding: 80px 0;
  background: linear-gradient(
    112.73deg,
    rgba(255, 255, 255, 0) 2.55%,
    rgba(10, 167, 156, 0.105) 59.49%,
    rgba(59, 181, 74, 0.133) 67.56%,
    rgba(59, 181, 74, 0) 80.84%
  );
}

.commodity-card-des {
  min-height: 180px;
  padding-top: 10px;
  font-size: 16px;
}

.commodity-card-inner:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

section.cta-section a {
  padding: 17px 60px;
  font-size: 20px;
}

.cta-btn {
  padding-top: 40px;
}

section.cta-section {
  padding: 80px 0;
}

.cta-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 40px 30px 40px 0;
}

.cta-img {
  width: 400px;
  height: 300px;
}

.cta-img + div {
  width: 100%;
  max-width: 800px;
}

.cta-title.text-center {
  /* max-width: 30px; */
}

.cta-img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  filter: hue-rotate(280deg);
}

/* .commodity-card-upper,
.commdity-bottom {
  display: none;
} */

.commodity-card-name {
  gap: 10px;
}

.drop-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAFhJREFUOI1jYBgFjAxL95Yz/GfoIFN3AyMDAwMDWYYwMjQwRDs3MsIFSDEEqhnCRAbEGIKkGdMAQoagacZuAC5DsGjGbQC6ITg0EwaL9zYwLN7bQLrGkQUASv8lqRhLLyYAAAAASUVORK5CYII=);
  height: 20px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all ease 0.4s;
  display: none;
}

.active .drop-icon {
  transform: rotate(180deg);
}

.commodity-card-name h3 {
  font-size: 20px;
}

.commodity-deatails-inner {
  display: flex;
  gap: 50px;
}

section.commodity-inner-section {
  padding: 60px 0 80px;
}

.commodity-deatails-img {
  width: 100%;
  max-width: 432px;
  margin-top: 85px;
}

.commodity-main-title {
  padding-bottom: 20px;
}

.commodity-deatails-list {
  width: 100%;
}

.commodity-deatails-title {
  color: #247344;
  font-weight: 700;
}

.commodity-deatails-title:after {
  content: ":";
}

.commodity-deatails-item:first-child {
  border-top: 1px solid !important;
}

.commodity-deatails-img img {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
}

.commodity-prominent {
  gap: 8px;
  padding-top: 5px;
}

.commodity-deatails-text > p > span {
  font-weight: 700;
}

.commodity-deatails-text > p {
  padding-top: 10px;
}

.commodity-deatails-list table tr td:first-child {
  color: #247344;
  font-weight: 600;
  vertical-align: top;
  width: 28%;
}

.commodity-deatails-list table tr td {
  vertical-align: text-bottom;
  border: 1px solid;
  padding: 10px;
}

.commodity-deatails-list table {
  border-collapse: collapse;
}

.commodity-deatails-item {
  display: flex;
  border: 1px solid;
  border-width: 0 1px 1px 1px;
}

.commodity-deatails-item > div {
  padding: 10px;
}

.commodity-deatails-title {
  width: 100%;
  max-width: 27%;
  font-size: 20px;
  border-right: 1px solid;
}

.commodity-deatails-text {
  width: 73%;
  color: #000000;
}

.selection-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.selection-filter > label {
  display: block;
}

.selection-filter {
  width: 100%;
}

.selection-filter > select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
  display: none;
}

div#myTable_length,
#myTable_filter {
  margin: 10px 0 15px;
}

#myTable th {
  background: #2a7749 !important;
  color: #fff !important;
}
table#myTable {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #3c7653 !important;
  border-color: #3c7653 !important ;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #2a7749 !important;
  border-color: #2a7749 !important ;
  color: #fff !important;
}
td,
th {
  border: 1px solid #dddddd;
  font-size: 14px;
  padding: 5px 10px !important;
  text-align: center;
}
#myTable th {
  padding-right: 30px !important;
  font-size: 18px !important;
}

.table-top-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
table#myTable td {
  color: #000000;
  font-size: 18px !important;
}
/* #myTable th , #myTable td {
  min-width: 172px;
} */

div#myTable_length,
#myTable_filter {
  margin: 10px 0 15px;
}

div#myTable_length {
  align-self: flex-end;
}

.paginate_button {
  font-size: 12px;
  padding: 2px 12px !important;
  margin-top: 10px;
}

div#myTable_info {
  font-size: 12px;
  margin-top: 10px;
}
td a {
  color: #2a7749;
}
td a:hover {
  text-decoration: underline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 16px;
}

table#myTable {
  font-size: 18px !important;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  opacity: 0.5;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.9;
}

section.rate-section {
}

section.rate-section {
  padding: 60px 0;
}

.rate-table {
  padding-top: 40px;
}

table.dataTable thead > tr > th.sorting:after {
  margin-top: 4px;
}

.selection-filter input {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 15px;
}

.commodity-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}

.commodity-card-upper {
  height: 250px;
}

.commodity-card-btn {
  padding-top: 20px;
}

.commodity-card-upper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commodity-card-inner {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all ease 0.4s;
}

.commodity-card-lower {
  padding: 20px;
}

section.commodity-listing-section {
  padding: 80px 0;
  background: linear-gradient(
    112.73deg,
    rgba(255, 255, 255, 0) 2.55%,
    rgba(10, 167, 156, 0.105) 59.49%,
    rgba(59, 181, 74, 0.133) 67.56%,
    rgba(59, 181, 74, 0) 80.84%
  );
}

.commodity-card-des {
  min-height: 180px;
  padding-top: 10px;
  font-size: 16px;
}

.commodity-card-inner:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

section.cta-section a {
  padding: 17px 60px;
  font-size: 20px;
}

.cta-btn {
  padding-top: 40px;
}

section.cta-section {
  padding: 80px 0;
}

.cta-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 40px 30px 40px 0;
}

.cta-img {
  width: 400px;
  height: 300px;
}

.cta-img + div {
  width: 100%;
  max-width: 800px;
}

.cta-title.text-center {
  /* max-width: 30px; */
}

.cta-img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  filter: hue-rotate(280deg);
}

/* .commodity-card-upper,
.commdity-bottom {
  display: none;
} */

.commodity-card-name {
  gap: 10px;
}

.drop-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAFhJREFUOI1jYBgFjAxL95Yz/GfoIFN3AyMDAwMDWYYwMjQwRDs3MsIFSDEEqhnCRAbEGIKkGdMAQoagacZuAC5DsGjGbQC6ITg0EwaL9zYwLN7bQLrGkQUASv8lqRhLLyYAAAAASUVORK5CYII=);
  height: 20px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all ease 0.4s;
  display: none;
}

.active .drop-icon {
  transform: rotate(180deg);
}

.commodity-card-name h3 {
  font-size: 20px;
}

.commodity-deatails-inner {
  display: flex;
  gap: 50px;
}

section.commodity-inner-section {
  padding: 60px 0 80px;
}

.commodity-deatails-img {
  width: 100%;
  max-width: 432px;
  margin-top: 85px;
}

.commodity-main-title {
  padding-bottom: 20px;
}

.commodity-deatails-list {
  width: 100%;
}

.commodity-deatails-title {
  color: #247344;
  font-weight: 700;
}

.commodity-deatails-title:after {
  content: ":";
}

.commodity-deatails-item:first-child {
  border-top: 1px solid !important;
}

.commodity-deatails-img img {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
}

.commodity-prominent {
  gap: 8px;
  padding-top: 5px;
}

.commodity-deatails-text > p > span {
  font-weight: 700;
}

.commodity-deatails-text > p {
  padding-top: 10px;
}

.commodity-deatails-list table tr td:first-child {
  color: #247344;
  font-weight: 600;
  vertical-align: top;
  width: 28%;
}

.commodity-deatails-list table tr td {
  vertical-align: text-bottom;
  border: 1px solid;
  padding: 10px;
}

.commodity-deatails-list table {
  border-collapse: collapse;
}

.commodity-deatails-item {
  display: flex;
  border: 1px solid;
  border-width: 0 1px 1px 1px;
}

.commodity-deatails-item > div {
  padding: 10px;
}

.commodity-deatails-title {
  width: 100%;
  max-width: 27%;
  font-size: 20px;
  border-right: 1px solid;
}

.commodity-deatails-text {
  width: 73%;
  color: #000000;
}

.selection-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.selection-filter > label {
  display: block;
}

.selection-filter {
  width: 100%;
}

.selection-filter > select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
  display: none;
}

div#myTable_length,
#myTable_filter {
  margin: 10px 0 15px;
}

#myTable th {
  background: #2a7749 !important;
  color: #fff !important;
}
table#myTable {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #3c7653 !important;
  border-color: #3c7653 !important ;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #2a7749 !important;
  border-color: #2a7749 !important ;
  color: #fff !important;
}
td,
th {
  border: 1px solid #dddddd;
  font-size: 14px;
  padding: 5px 10px !important;
  text-align: center;
}
#myTable th {
  padding-right: 30px !important;
  font-size: 18px !important;
}

.table-top-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
table#myTable td {
  color: #000000;
  font-size: 18px !important;
}
/* #myTable th , #myTable td {
  min-width: 172px;
} */

div#myTable_length,
#myTable_filter {
  margin: 10px 0 15px;
}

div#myTable_length {
  align-self: flex-end;
}

.paginate_button {
  font-size: 12px;
  padding: 2px 12px !important;
  margin-top: 10px;
}

div#myTable_info {
  font-size: 12px;
  margin-top: 10px;
}
td a {
  color: #2a7749;
}
td a:hover {
  text-decoration: underline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 16px;
}

table#myTable {
  font-size: 18px !important;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  opacity: 0.5;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.9;
}

section.rate-section {
}

section.rate-section {
  padding: 60px 0;
}

.rate-table {
  padding-top: 40px;
}

table.dataTable thead > tr > th.sorting:after {
  margin-top: 4px;
}

.selection-filter input {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 15px;
}

.apmc_banner_inner {
  gap: 70px;
}

.apmc_banner_image {
  max-width: 350px;
}


section.apmc-banner {
  background: linear-gradient(
  112.73deg,
  rgba(255, 255, 255, 0) 2.55%,
  rgba(10, 167, 156, 0.105) 59.49%,
  rgba(59, 181, 74, 0.133) 67.56%,
  rgba(59, 181, 74, 0) 80.84%
);
  padding: 60px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: silver !important;
  border-color: silver !important;
}

/* Media Query */

@media only screen and (max-width: 1366px) {
  .wrapper,
  .banner-wrapper,
  .counter .wrapper {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto !important;
  }
  .banner-left {
    max-width: 615px;
  }
  h1,
  .h1,
  .common-banner-font {
    font-size: 44px;
  }
  .banner {
    padding-top: 180px;
    padding-bottom: 180px;
    padding-right: 0;
  }

  .common-banner,
  .contact-form-title h2 {
    font-size: 60px;
  }
  .contact-form-subtitle {
    font-size: 40px;
  }

  section.contact-form-section {
    padding: 120px 0;
  }

  h2,
  .h2 {
    font-size: 44px;
  }

  .highlights-section-right {
    font-size: 22px;
  }

  .pricing-card-price {
    font-size: 38px;
  }
  .pricing-card-title {
    font-size: 22px;
  }
  .commodity-card-lower {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 1180px) {
  .wrapper,
  .banner-wrapper,
  .counter .wrapper {
    max-width: 950px;
  }
  .header-right {
    gap: 30px;
  }
  .header-left {
    gap: 50px;
  }
  h1,
  .h1,
  .common-banner-font {
    font-size: 34px;
  }

  .common-banner,
  .contact-form-title h2 {
    font-size: 50px;
  }

  .highlights-section-right {
    max-width: 490px;
  }

  .highlights-card {
    padding: 60px 30px;
  }

  .core-values-cards > div {
    width: 100%;
    max-width: 31.33%;
  }

  .core-values-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .core-values-title {
    padding-bottom: 60px;
  }

  section.core-values {
    padding: 60px 0;
  }

  .core-values-title {
    padding-bottom: 40px;
  }

  .offering-card {
    max-width: 100%;
    width: 48%;
  }

  .offerings {
    padding: 120px 0;
  }

  .counter-boxes {
    padding: 50px 20px;
  }

  .counter-number {
    font-size: 40px;
  }

  .pricing-cards {
    gap: 20px;
  }

  .pricing-card-upper {
    padding: 30px 25px;
  }

  .pricing-section {
    padding: 60px 0 100px;
  }

  .feedback-slider-container .slick-slide {
    margin: 40px 10px;
  }

  .feedback {
    background: #eef1f6;
    padding: 80px 0;
  }

  .blog-cards {
    gap: 20px;
  }

  .privacy-section,
  .vid-section {
    padding: 60px 0;
  }

  .about-banner-title h1 {
    font-size: 40px;
  }

  .about-banner-left {
    max-width: 520px;
  }

  .commodity-list {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  section.commodity-listing-section,
  section.cta-section {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 993px) {
  .wrapper,
  .banner-wrapper,
  .counter .wrapper {
    max-width: 750px;
  }
  .header > .wrapper > .header-main > .header-right,
  .header > .wrapper > .header-main > .header-left > .main-navigation {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .banner-inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .banner {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .banner-title {
    padding-bottom: 28px;
  }
  .banner-available {
    flex-direction: column;
    gap: 12px;
  }
  .footer-logo {
    max-width: 150px;
  }

  .common-banner,
  .contact-form-title h2 {
    font-size: 40px;
  }

  .header-contact.right {
    color: #666666;
  }

  .header-contact-number a {
    color: #666666;
  }

  .contact-form-subtitle {
    font-size: 34px;
  }

  section.contact-form-section {
    padding: 80px 0;
  }

  .highlights-section-bottom {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlights-section-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .highlights-section-right {
    max-width: 100%;
  }

  .core-value-card-icon {
    height: 150px;
    width: 150px;
    padding: 30px;
  }

  .offering-card {
    max-width: 100%;
    width: 48%;
  }

  .offering-card {
    flex-direction: column;
    gap: 15px;
  }

  .offering-cards {
    gap: 15px 15px;
    padding-top: 20px;
  }

  .offerings {
    padding: 80px 0;
  }

  .counter {
    padding: 40px 0 40px;
  }

  .pricing-cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing-card {
    width: 48%;
  }

  .pricing-card {
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

  .pricing-section {
    padding: 60px 0 80px;
  }

  .feedback-slide {
    padding: 40px 25px;
  }

  .blog-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-cards {
    padding-top: 40px;
  }

  .blog-section,
  .about-section {
    padding: 60px 0;
  }

  .about-banner-title h1 {
    font-size: 36px;
  }

  .commodity-deatails-inner {
    flex-direction: column;
  }

  .commodity-deatails-img {
    align-self: center;
  }

  .commodity-deatails-img {
    margin-top: 0px !important;
  }
  .table-wrapper {
    overflow-y: scroll;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .header-mobile {
    width: 90%;
  }
  .header-left .main-logo {
    max-width: 90px;
  }
  .banner {
    padding: 80px 0;
  }
  .banner-available-left {
    font-size: 20px;
  }
  .footer-top {
    flex-wrap: wrap;
  }

  .footer-column:first-child {
    width: 100%;
  }

  .footer-top {
    gap: 50px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .footer-bottom-right {
    text-align: center;
  }

  .footer {
    padding: 50px 0 20px;
  }

  .common-banner {
    font-size: 36px;
  }

  section.contact-form-section {
    padding: 60px 0;
  }

  .contact-form-section-inner {
    gap: 30px;
    flex-direction: column;
  }

  .highlights-section-bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-top: 30px;
  }

  .highlights-section-right {
    font-size: 20px;
  }

  section.highlights-section,
  .vid-section {
    padding: 40px 0;
  }

  .vid-section-video {
    margin-top: 20px;
  }

  .highlights-section-top {
    gap: 15px;
  }

  input {
    padding: 17px 15px;
  }

  .core-values-card:nth-child(2n) {
    padding: 30px 18px 60px;
  }

  .core-values-cards > div {
    width: 47%;
    max-width: 100%;
  }

  .core-value-card-icon {
    height: 120px;
    width: 120px;
  }

  .core-values-title {
    padding-bottom: 40px;
  }

  section.core-values {
    padding: 40px 0;
  }

  .core-values-title {
    padding-bottom: 30px;
  }

  .core-values-card:nth-child(2n) {
    flex-direction: column-reverse;
    margin-top: 50px;
  }

  .offerings {
    padding: 50px 0;
  }

  .counter-boxes {
    flex-wrap: wrap;
  }

  .counter-box {
    width: 48%;
  }

  .counter-boxes {
    flex-wrap: wrap;
  }

  .counter-box {
    width: 48%;
  }

  .counter-boxes {
    padding: 40px 15px;
  }

  .counter-number {
    font-size: 30px;
  }

  .counter-title {
    font-size: 18px;
  }

  .pricing-cards {
    flex-direction: column;
  }

  .pricing-card {
    width: 100%;
  }

  .pricing-card-listing {
    margin-top: 20px;
    padding: 15px 0;
  }

  .pricing-card-button a {
    font-size: 20px;
    padding: 15px;
  }

  .pricing-card .pricing-card-button a {
    background-color: #2a7749;
    color: #fff;
  }

  .pricing-section {
    padding: 40px 0;
  }

  .pricing-cards {
    padding-top: 25px;
  }

  .feedback-slider-container .slick-slide {
    margin: 20px 0px;
  }

  .feedback-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .feedback {
    background: #eef1f6;
    padding: 60px 0 40px;
  }

  .feedback-slide-content {
    padding-top: 20px;
  }
  .feedback-slide {
    padding: 30px 20px;
  }

  .blog-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-cards {
    padding-top: 20px;
  }

  .blog-section {
    padding: 50px 0;
  }

  .about-banner-inner {
    flex-direction: column-reverse;
  }

  .about-banner-left {
    max-width: 800px;
  }

  .about-banner-right {
    max-width: 500px;
  }

  .about-banner {
    padding: 60px 0;
  }

  .about-banner-title h1 {
    font-size: 34px;
  }

  .about-section-content {
    padding-top: 20px;
    font-size: 20px;
  }

  .privacy-section {
    padding: 40px 0;
  }

  .privacy-section h3 {
    font-size: 26px;
    margin: 15px 0;
  }
  .commodity-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .common-banner {
    background-position-y: unset !important;
  }

  section.commodity-listing-section,
  section.cta-section {
    padding: 40px 0;
  }

  .cta-box {
    flex-direction: column;
    padding: 40px;
  }

  .commodity-deatails-item {
    flex-direction: column;
  }

  .commodity-deatails-title {
    width: 100%;
    max-width: unset;
    border-right: unset;
  }

  .commodity-deatails-text {
    width: 100%;
    padding-top: 0px !important;
  }
  #myTable_filter {
    display: none;
  }

  .apmc_banner_inner {
    flex-direction: column-reverse;
    gap: 40px;
}

.apmc_banner_image {
    max-width: 200px;
}

.selection-filters {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  gap: 20px;
}
}

@media only screen and (max-width: 480px) {
  .footer-top {
    text-align: center;
    justify-content: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-column:first-child > div {
    margin: 0 auto;
  }

  .footer-column:nth-child(2) ul {
    padding-left: 0;
    list-style: none !important;
  }

  .footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }

  .highlights-card {
    padding: 30px 20px;
  }

  .core-values-cards > div {
    width: 100%;
  }

  .core-value-card-icon {
    height: 100px;
    width: 100px;
  }

  .core-values-card {
    border: 1px solid rgba(19, 104, 53, 0.95);
    box-shadow: unset;
    border-radius: 50px;
  }

  .core-values-card:nth-child(2n) {
    margin-top: 0px;
    box-shadow: unset;
  }

  .core-values-card {
    flex-direction: column-reverse;
    padding: 30px !important;
  }

  .core-value-card-icon {
    margin: 0 auto 20px !important;
  }

  .offering-card {
    padding: 20px 15px;
    width: 100%;
  }

  .feedback-slide-person {
    padding-top: 35px;
  }

  .blog-card {
    padding: 20px 15px;
  }

  .about-banner-title h1 {
    font-size: 30px;
  }

  .about-section {
    padding: 40px 0;
  }

  .commodity-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .commodity-card-lower {
    padding: 15px 10px;
  }
  .cta-box {
    flex-direction: column;
    padding: 30px 15px;
  }
  .cta-btn {
    padding-top: 20px;
  }
  .cta-img {
    width: 100%;
  }

.apmc_banner_image {
    max-width: 200px;
}
}

@media only screen and (max-width: 364px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

.rate-table table thead th:last-child , .rate-table table tbody td:last-child {
    display: none;
}

th.sorting_disabled.sorting_asc:before {
    display: none !important;
}

th.sorting_disabled.sorting_asc:after {
    display: none !important;
}
