<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: vst_tractors
Theme URI: https://vsttractors.com
Author: vsttractors
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vst_tractors
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vst_tractors is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwindâ€™s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `base` layer
 *
 * â€œAdd things like base typography styles [or] opinionated global resets.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Open Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

video {
  width: 100%;
  height: 100vh;
  -o-object-fit:cover;
     object-fit:cover;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next .testimonial-description{
  font-size: 16px;
  text-align: justify;
  color:#394050;
  font-weight: 400;
}

#testimonial-slider .splide__slide.bg-white {
  box-shadow: 0px 1.54px 3.07px 0px #2825230A;
}

#testimonial-slider .splide__slide.is-next .customerimage
{
  height: 72.19px;
  width: 72.19px;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next .testimonial-name-box
{
  padding-top: 30px!important;
}

#testimonial-slider .testimonial-slider-list
{
  align-items: center!important;
  min-height:415px;
  height: auto;
}

.video-modal {
  display: none!important;
}

.video-modal.active {
  display: flex!important;
}

.video-modal-content iframe {
  width: 1200px;
  height: calc(100vh - 10em);
}

.mb-5{
  margin-bottom:2rem;
}

.top-35vh{
  top:40vh;
}

.z-index-999{
  z-index:999;
}

.bg-green{
  background-color: #008c44;
}

.w-50px{
  width:50px
}

.bb-1px{
  border-bottom:1px solid #fff;
}

.bb-1px:last-child{
  border-bottom:0;
}

.social-icon-top{
  padding:15px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.btl-bbl-10{
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}

.top-30{
  top:30px
}

.left-30{
  left:30px
}

.h-100{
  height:100%;
}

.w-100{
  width:100%;
}

.image-shadow{
  background-color:#cae2d5
}

.w-90{
  width:90%
}

#site-navigation, .max-w-1440{
  width:100%;
  max-width: 1440px;
  margin: 0 auto;
}

.max-w-1052{
  max-width:1052px;
  width:100%;
  margin:0 auto;
}

#testimonial-slider .splide__slide.bg-white{
  font-size:12px !important;
  transition: all 0.3s ease-out;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next{
  font-size:16px !important;
  transform: translateY(0);
}

.cust-gal .owl-item .item.active{
  border: 3px solid #008C44 !important;
  background-color:rgb(231 242 237 / var(--tw-bg-opacity))!important;
  border-radius:20px !important;
  transition: all 1s ease-out;
}

.cust-gal .owl-item .item{
  border: 1px solid #CACACA !important;
  border-radius:20px !important;
}

.owl-carousel .owl-stage-outer{
  padding-bottom:1.5rem;
}

@keyframes infiniteZoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.infinite-zoom {
  animation: infiniteZoom 25s linear infinite;
}

.content p {
  margin-bottom: 1.5rem;
  /* Add spacing between paragraphs */
}

img {
  max-width: 100%;
  height: auto;
}

/* dhanuja */

.category-active {
  border-color: #008c44 !important;
  opacity: 1 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity)) !important;
  filter: none!important;
}

.category-active .image-default{
  filter: none!important;
}

.image-default {
  filter: grayscale(100%) brightness(0.8);
  transition: filter 0.3s ease;
}

.active .image-default {
  filter: none;
}

.active-tab {
  color: #008c44 !important;
  border-color: #008c44 !important;
  font-weight: 600 !important;
}

.tab-button {
  font-weight: 400;
  font-size: 20px;
  padding: 10px 0;
  text-align: left;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: border-color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  color: #404040;
  position: relative;
}

.tab-button:first-child {
  padding-left: 0;
}

.tab-button:hover,
  .tab-button:focus {
  color: #008c44;
}

.hp-range-container {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
}

.tab-content {
  margin-top: 20px;
}

.hidden {
  display: none;
}

/* Mobile and tablet styles */

@media (max-width: 768px) {
  .tab-header-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }

  .tab-header-container::-webkit-scrollbar {
    display: none;
  }

  .tab-button {
    display: inline-block;
    white-space: nowrap;
  }

  .section-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }

  .section-container::-webkit-scrollbar {
    display: none;
  }

  .section-container &gt; div {
    margin: 0 10px;
    padding: 0 10px;
  }
}

#primary-menu li a {
  color: #fff;
}

/* sam updated 7:35pm - 08/08/2024 */

@media (max-width:767px){
  .\!right-0 {
    right: 15px !important;
  }

  .left-30 {
    left: 15px;
  }

  .top-30 {
    top: 15px;
  }

  .owl-carousel .owl-stage-outer {
    padding-bottom: .5rem;
  }

  #testimonial-slider .splide__slide.is-next .customerimage {
    height: 30px;
    width: 30px;
  }

  .h-\[52px\] {
    height: 25px;
  }

  .w-\[55px\] {
    width: 30px;
  }

  .h-\[55px\] {
    height: 30px;
  }

  .testimonial-splide .splide__track{
    padding-left: 15% !important;
    padding-right: 15% !important;
  }

  #testimonial-slider .splide__slide.bg-white {
    width: calc(100% + 0px) !important;
    font-size: 10px !important;
  }

  #testimonial-slider .testimonial-slider-list {
    min-height: 250px;
  }

  .splide__arrow--prev {
    left: auto !important;
    right: 4rem;
  }

  .splide__arrows--ltr{
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .h-\[345px\] {
    height: 225px;
  }

  .text-\[12px\] {
    font-size: 8px;
  }

  .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .mt-minus-75{
    margin-top: -25px;
    border-radius: 15px;
    box-shadow: 0 2px 4px #ddd;
    padding:10px 15px;
    background-color:rgb(255 255 255 / 90%);
    z-index: 1;
    position: relative;
  }

  .text-\[45px\] {
    font-size: 22px;
  }

  .text-\[30px\] {
    font-size: 18px;
  }

  .h-\[280px\] {
    height: 100px;
  }

  .min-h-\[280px\] {
    min-height: 90px;
  }

  .text-lg {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-4xl {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .h-screen, video {
    height: 65vh;
  }

  .pb-25vh {
    padding-bottom: 13vh;
  }

  .d-none-mobile{
    display:none;
  }

  #mobile-menu {
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background:transparent;
    z-index: 1000;
    display: none;
  }

  #menu-close {
    position: absolute;
    top: 25px;
    right: 8px;
  }

  .block&gt;div{
    padding:10px 0;
  }

  #mobile-menu ul li{
    padding:10px 0;
  }

  .m-text-white{
    color:#fff !important
  }

  #colophon{
    padding-bottom:48px;
  }
}

@media (min-width: 768px) {
  .md\:border-bottom-0{
    border-bottom:0
  }

  .md\:show{
    display:block;
  }

  .md\:flex-nowrap{
    flex-wrap:nowrap
  }
}

@media (max-width:1700px){
  .h-\[360px\]{
    height:100%;
  }
}

.cust-gal .owl-item .item{
  transition: all 1s ease-out;
}

.cust-gal .owl-item:hover .item{
  border: 3px solid #008C44 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity));
  border-radius: 20px !important;
  transition: all 1s ease-out;
}

#testimonial-slider .splide__slide.bg-white{
  padding-bottom: 15px !important;
  font-size:12px !important;
  transition: all 0.3s ease-out;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next{
  padding-top: 30px !important;
  padding-bottom: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size:16px !important;
  transition: all 0.3s ease-out;
}

/* about page - started 8:15pm - 08/08/2024 */

.about-banner{
  overflow-x: hidden;
  max-width: 100%;
  height: 85vh;
}

.cust-galabout .owl-dots {
  padding-left: 0;
  margin-top:0;
  position: absolute;
  bottom: 15px;
}

.pl-16{
  padding-left:6rem
}

.pb-50{
  padding-bottom:5rem
}

.mb-50{
  margin-bottom:5rem
}

.cust-gal-auto-nav button{
  align-items: center;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity)) !important;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  height: 3em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 45% !important;
  transform: translateY(-50%);
  width: 3em;
  z-index: 1;
}

.owl-carousel.cust-galcorporate-responsibity .owl-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.owl-carousel.cust-galcorporate-responsibity .owl-nav{
  width:100%;
}

.corporate-responsibility .owl-carousel .owl-item:not(.center) {
  opacity: 0.5 !important;
}

.pb-25vh {
  padding-bottom: 13vh;
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none!important;
  }

  .md\:show {
    display: block!important;
  }
}

/* sam updated - 9:10am - 09/08/2024 */

@media (max-width: 1700px) {
  .h-\[360px\] {
    height: 100% !important;
  }
}

.cust-gal-auto-nav .owl-item .bg-white{
  border:1px solid #008C44 !important
}

.cust-gal .owl-item:hover .item{
  border: 1px solid #008C44 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity));
  border-radius: 20px !important;
  transition: all 1s ease-out;
}

.cust-galabout .owl-dots {
  padding-left: 0;
  margin-top:0;
  position: absolute;
  bottom: 0;
}

.h-400{
  height:360px;
  overflow:hidden;
}

/* sam - 10.45am - 09/08/2024 */

.cust-galabout .owl-stage{
  display:flex;
  align-items:flex-end;
}

.cust-galabout .image-container{
  height:400px
}

.cust-galabout .image-container&gt;img{
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* sam added - 12:35pm - 09/08/2024 */

.h-400{
  height:360px!important;
  overflow:hidden;
}

@media (max-width:1600px){
  .h-400 {
    height: 100%!important;
  }
}

/* sam added - 12:35pm - 09/08/2024 */

.h-400{
  height:360px;
  overflow:hidden;
}

.grid-cols-\[60\%\2c 30\%\] {
  grid-template-columns: 60% 35%;
}

.cust-galabout .image-container&gt;img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.about-banner&gt;img{
  height:85vh;
}

.top-15{
  top:15%;
}

@media (max-width:1600px){
  .h-400 {
    height: 100%;
  }
}

/* sam - 6:38pm - 09/08/2024 */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.owl-carousel.cust-galabout .owl-stage-outer {
  padding-bottom: 0;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.rounded-tl-r{
  border-top-left-radius:15px
}

.cust-galabout .owl-dots {
  padding-left: 0;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
}

.mt-100{
  margin-top:100px;
}

section.about-banner.banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0) 100%);
}

.cust-galcorporate-responsibity .owl-item.active.center .item img{
  transform:scale(1.5);
  transition: transform 1s ease-in-out;
  height:300px
}

.cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5{
  transform:scale(1.5);
  transition: transform 1s ease-in-out;
  right: -100px;
}

.owl-carousel.cust-galcorporate-responsibity .owl-item img {
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transform:scale(.45);
  transition: transform 1s ease-in-out;
}

.cust-galcorporate-responsibity .owl-stage {
  padding-left: 0 !important;
  /* Ensure padding works properly */
  padding-right: 0 !important;
  /* Ensure padding works properly */
  display:flex;
  align-items:center;
  height: 450px;
}

@media (max-width:1450px){
  .cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
    transform: scale(1.5);
    transition: transform 1s ease-in-out;
    right: -70px;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.scrollable {
  height: 500px;
  overflow-y: scroll;
}

/* sam added - 10:30am - 10/08/2024 */

.order-1{
  order:1
}

.order-2{
  order:2
}

@media (max-width:767px){
  .textwhitetext
	{
    color: white !important;
  }

  .page-id-55 .sub_category_tab
{
    font-size: 16px;
  }

  .pl-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  section.about-banner.banner {
    height: auto;
  }

  .cust-galabout .owl-stage {
    align-items: flex-start;
  }

  .about-us-slider{
    margin-top:100px
  }

  .object-fit-cover{
    -o-object-fit:cover;
       object-fit:cover;
  }

  img.rounded-tl-r{
    border-top-left-radius:0;
    width:100% !important;
  }

  .cust-galabout .image-container{
    position:relative;
    padding-right:15px !important
  }

  .cust-galabout .image-container:before{
    content: '';
    position: absolute;
    top: -10px;
    right: 0px;
    height: 70%;
    width: 60%;
    background-color: #2c8959;
    z-index: -1;
  }

  .cust-galabout .image-container&gt;img {
    padding-right: 15px;
  }

  .owl-carousel.cust-galabout .owl-stage-outer {
    padding-bottom: 60px;
  }

  #values .values-lists {
    margin: 20px 0;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #missionVission .splide__list {
    display: inline-block;
  }

  #missionVission .splide__list&gt;li{
    width:100% !important;
  }

  #missionVission .splide__list&gt;li:first-child{
    margin-top:30%;
  }
}

@media (min-width:768px){
  .md\:pr-3{
    padding-right:1.2rem !important;
  }

  .md\:pl-3{
    padding-left:1.2rem !important;
  }

  .md\:order-1{
    order:1;
  }

  .md\:order-2{
    order:2;
  }

  .md\:justify-between{
    justify-content:space-between !important;
  }

  .md\:none{
    display:none
  }
}

/* sam added - 12.40pm - 10/08/2024 */

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.banner-padding-left{
  padding-left:6rem
}

.p-2 {
  padding: .5rem !important;
}

.cust-galcorporate-responsibity .owl-item.active.center .csr-img-content:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transform: scale(1.5);
}

.cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
  transform: scale(1.5);
  transition: transform 1s ease-in-out;
  right: -100px;
  z-index:2;
}

.h-40-m{
  height:40px
}

.cust-galabout .image-container&gt;img {
  margin-left: 10px;
}

button{
  outline:none !important;
}

.milestone-slider .scroll-content{
  justify-content: space-evenly;
  display: flex;
}

@media (max-width:767px){
  #sustainability-item .sustainability-grid{
    display: flex;
    flex-wrap: wrap;
  }

  #sustainability-item .sustainability-item{
    width: 45%;
    float: left;
    padding: 1%;
  }

  .banner-padding-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-\[45px\] {
    font-size: 30px !important;
  }

  .leading-\[34px\] {
    line-height: 30px;
  }

  .text-\[30px\] {
    font-size: 22px;
  }

  .text-\[18px\] {
    font-size: 16px;
  }

  .text-\[24px\] {
    font-size: 22px;
  }

  .text-\[40px\] {
    font-size: 28px;
  }

  .cust-galcorporate-responsibity .owl-item.active.center .item img, .owl-carousel.cust-galcorporate-responsibity .owl-item img {
    transform: scale(1);
    height: 300px;
  }

  .cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
    transform: scale(1);
    right: 0px;
  }

  .cust-galcorporate-responsibity .owl-stage {
    height: auto;
  }

  .px-10-percentage {
    padding-left: 22% !important;
    padding-right: 22% !important;
  }

  .corporate-responsibility .owl-carousel .owl-stage-outer {
    padding-bottom: 0 !important;
  }
}

@media (min-width:768px){
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .innovation-none-m{
    display:none;
  }
}

/* sam - 8.30pm - 10/08/2024 */

.h-125px{
  height:125px
}

.w-125px{
  width:125px
}

.br-15{
  border-radius:15px;
}

.pr-4{
  padding-right:1rem;
}

@media (max-width:767px){
  .text-3xl {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }

  .text-\[14px\] {
    font-size: 12px;
  }

  .scrollable .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
    display: inline-block;
  }

  section.about-banner.banner, .h-screen, video {
    height: 100%;
  }
}

@media (min-width:768px){
  .md\:pr-5{
    padding-right:3rem
  }

  .md\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 70% 30%;
  }
}

.line {
  border-color: #008c44;
}

/* sam added - 7:10pm - 11/08/2024 */

@media (max-width:767px){
  .height-mobile-65vh{
    height:65vh
  }

  .bottom-padding-mobile-15vh{
    padding-bottom:15vh
  }

  .cust-gal .owl-item{
    height: 225px;
  }

  .h-\[280px\] {
    height: 100px !important;
  }

  .min-h-\[280px\] {
    min-height: 90px !important;
  }

  .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mt-minus-75 {
    margin-top: -25px;
    border-radius: 15px;
    box-shadow: 0 2px 4px #ddd;
    padding: 15px 14px;
    background-color: rgb(255 255 255 / 90%);
    z-index: 1;
    position: relative;
  }

  .text-lg {
    font-size: .9rem;
    line-height: 1.25rem;
  }

  .text-\[18px\] {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .text-\[30px\] {
    font-size: 22px !important;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: -55% !important;
  }

  #testimonial-slider .splide__slide.bg-white {
    font-size: 10px !important;
  }
}

@media (max-width:1023px){
  .d-none-mobile{
    display:none;
  }

  #mobile-menu {
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background:transparent;
    z-index: 1000;
  }

  #menu-close {
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .block&gt;div{
    padding:10px 0;
  }

  #mobile-menu ul li{
    padding:10px 0;
  }

  .m-text-white{
    color:#fff !important
  }

  .\!right-0 {
    right: 15px !important;
  }

  .left-30 {
    left: 15px;
  }

  .top-30 {
    top: 15px;
  }

  .owl-carousel .owl-stage-outer {
    padding-bottom: .5rem;
  }

  #testimonial-slider .splide__slide.is-next .customerimage {
    height: 30px;
    width: 30px;
  }

  .h-\[52px\] {
    height: 25px;
  }

  .w-\[55px\] {
    width: 30px;
  }

  .h-\[55px\] {
    height: 30px;
  }

  .testimonial-splide .splide__track{
    padding-left: 15% !important;
    padding-right: 15% !important;
  }

  #testimonial-slider .splide__slide.bg-white {
    width: calc(100% + 0px) !important;
    font-size: 10px !important;
  }

  #testimonial-slider .testimonial-slider-list {
    min-height: 250px;
  }

  .splide__arrow--prev {
    left: auto !important;
    right: 4rem;
  }

  .splide__arrows--ltr{
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .h-\[345px\] {
    height: 225px;
  }

  .text-\[12px\] {
    font-size: 8px;
  }

  .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .mt-minus-75{
    margin-top: -25px;
    border-radius: 15px;
    box-shadow: 0 2px 4px #ddd;
    padding:10px 15px;
    background-color:rgb(255 255 255 / 90%);
    z-index: 1;
    position: relative;
  }

  .text-\[45px\] {
    font-size: 22px;
  }

  .text-\[30px\] {
    font-size: 18px;
  }

  .h-\[280px\] {
    height: 100px;
  }

  .min-h-\[280px\] {
    min-height: 90px;
  }

  .text-lg {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-4xl {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .h-screen, video {
    height: 65vh;
  }

  .pb-25vh {
    padding-bottom: 13vh;
  }
}

@media (min-width: 1024px) {
  #primary-menu {
    display: flex !important;
    /* Show the menu in desktop view */
    position: static;
    /* Remove absolute positioning */
    background-color: transparent;
    /* No background in desktop */
  }

  .custom-flex {
    flex-direction: row !important;
  }

  .lg\:hidden, #menu-toggle{
    display:none !important;
  }

  .lg\:grid-cols-2 {
  }

  .lg\:w-auto{
    width:auto !important
  }
}

@media (min-width:1024px) and (max-width:1128px){
  #primary-menu li a, #masthead a, #masthead .country select, #masthead .countrypopup select, #masthead .countrybrochurepopup select, #masthead .language select, #masthead .languagepopup select {
    font-size: 12px !important;
  }
}

/* sam added - 8:15am - 12/08/2024 */

.heihgt-50px{
  height:50px !important;
}

.heihgt-65px{
  height:65px !important;
}

.flex-0-0-100px{
  flex: 0 0 100px;
  /* Flex-grow: 0, Flex-shrink: 0, Flex-basis: 100px */
  box-sizing: border-box;
  /* Ensures padding and borders are included in the width */
}

.items-stretch, .product-slide .owl-stage{
  align-items: stretch !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.ml-2, .mx-2 {
  margin-left: .5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important;
}

.mt-2, .my-2 {
  margin-top: .5rem !important;
}

.mr-2, .mx-2 {
  margin-right: .5rem !important;
}

.pl-1, .px-1 {
  padding-left: .25rem !important;
}

.pr-1, .px-1 {
  padding-right: .25rem !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.h-100{
  height:100% !important;
}

.product-slide .owl-item .category-content img{
  filter: grayscale(100%);
}

.product-slide .owl-item:hover img, .product-slide .owl-item .category-content.active img{
  filter: grayscale(0);
}

.product-slide .owl-item .category-content.active{
}

@media (min-width: 1280px) {
  .xl\:justify-between{
    justify-content:space-between !important;
  }
}

/* sam added - 3:50pm - 12/08/2024 */

.height-500px{
  height:400px;
}

.ms-3{
  margin-left:0.75rem !important
}

.country-flag-icon{
  height:15px
}

.box-shadow-5px-1px-ddd{
  box-shadow: 0 0px 5px 1px #ddd;
}

.vision-mission-bg-img{
  background-image:url('../../../../wp-content/uploads/2024/08/bg-vision-mission.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  padding: 3rem 0 !important;
}

.bg-image-left-right-product::before{
  content:'';
  position:absolute;
  left:0;
  width:100%;
  height:100%;
  background-image:url('../../../../wp-content/uploads/2024/08/Rectangle-22115.png');
  background-size:contain;
  background-position:top left;
}

.bg-image-left-right-product::after{
  content:'';
  position:absolute;
  right:0;
  width:100%;
  height:100%;
  background-image:url('../../../../wp-content/uploads/2024/08/Rectangle-22115.png');
  background-size:contain;
  background-position:top right;
}

@media (max-width:450px){
  .gap-8 {
    gap: 1rem;
  }

  .text-\[24px\] {
    font-size: 18px;
  }
}

@media (max-width:767px){
  .height-500px {
    height: 200px;
  }

  .text-medium-mobile{
    font-size:.9rem !important
  }

  .text-\[24px\] {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:ps-5{
    padding-left:3rem !important;
  }

  .lg\:pe-5{
    padding-right:3rem !important;
  }

  .lg\:text-justify{
    text-align:justify !important
  }

  .lg\:mb-5{
    margin-bottom:3rem !important
  }

  .lg\:mt-5{
    margin-top:3rem !important
  }

  .lg\:pb-5{
    padding-bottom:3rem !important
  }

  .innovation-none-m{
    display:none !important
  }
}

/* sam added - 4pm - 13/08/2024 */

.bottom-padding-mobile-15vh {
  padding-bottom: 14vh;
}

.bg-image-left-right-product::before{
  content: '';
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  height: 200%;
  background-image: url('../../../../wp-content/uploads/2024/08/Rectangle-22115.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.bg-image-left-right-product::after{
  content: '';
  position: absolute;
  right: 0;
  top: 450px;
  width: 100%;
  height: 200%;
  background-image: url('../../../../wp-content/uploads/2024/08/Rectangle-22104.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

@media (max-width:767px){
  .text-2xl {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.category-active-tab{
  color:#008c44 !important;
}

.product-slide .owl-item:hover img, .product-slide .owl-item .category-content.active img{
  filter: grayscale(0) !important;
}

/* sam added - 5:5pm - 13/08/2024 */

.product-slide .owl-item:hover img, .product-slide .owl-item .category-content.category-active img{
  filter: grayscale(0) !important;
}

.margin-top-m-125{
  margin-top:-125px;
  z-index:2;
}

.bg-image-left-right-product::before {
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 200%;
  background-image: url('../../../../wp-content/uploads/2024/08/Rectangle-22115.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.bg-image-left-right-product::after {
  content: '';
  position: absolute;
  right: 0;
  top: 125px;
  width: 100%;
  height: 200%;
  background-image: url('../../../../wp-content/uploads/2024/08/Rectangle-22104.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.text-start, .w-\[278px\]&gt;h2.text-center{
  text-align:left !important;
}

@media (max-width:767px){
  .margin-top-m-125{
    margin-top:-25px;
  }

  .h-32 {
    height: 5rem;
  }

  .bg-image-left-right-product::before {
    top: 0px;
    height: 50%;
  }

  .bg-image-left-right-product::after {
    top: 250px;
    height: 50%;
  }

  .text-3xl, .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .h-screen, video {
    height: 40vh !important;
  }
}

@media (min-width:768px){
  .md\:mt-5{
    margin-top:3rem !important
  }

  .md\:mb-5{
    margin-bottom:3rem !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .cust-gal .owl-item {
    height: 225px !important;
  }

  .mt-minus-75 {
    padding: 40px 50px !important;
  }

  .h-screen, video {
    height: 40vh !important;
  }

  .text-\[45px\] {
    font-size: 25px !important;
  }

  .bottom-padding-mobile-15vh {
    padding-bottom: 10vh;
  }

  .md\:mb-12 {
    margin-bottom: 2rem !important;
  }

  #why-choose-us-section .grid{
    display:inline-block;
  }

  #why-choose-us-section .grid .w-full.px-4:first-child{
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }

  .md\:pl-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .splide__arrow--prev {
    left: auto !important;
    right: 6rem;
  }

  .splide__arrow--next {
    right: 2em !important;
  }

  .min-h-\[280px\] {
    min-height: 90px !important;
  }

  .h-\[280px\] {
    height: 100px !important;
  }

  .md\:w-2\/5 {
    width: 75%;
  }

  .bg-image-left-right-product::before {
    top: 90px;
    height: 50%;
  }

  .bg-image-left-right-product::after {
    top: 360px;
    height: 50%;
  }

  .text-3xl, .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:w-3\/4 {
    width: 100% !important;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .md\:pl-0 {
    padding-left: 0px;
    padding-right: 0;
  }

  .cust-gal .owl-item {
    height: 265px !important;
  }

  .min-h-\[280px\] {
    min-height: 150px !important;
  }

  .h-\[280px\] {
    height: 150px !important;
  }

  .text-\[45px\] {
    font-size: 30px !important;
  }

  .text-\[30px\] {
    font-size: 22px;
  }

  .bottom-padding-mobile-15vh {
    padding-bottom: 10vh;
  }

  #why-choose-us-section .grid{
    display:inline-block;
  }

  #why-choose-us-section .grid .w-full.px-4:first-child{
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }

  #primary-menu li a, #masthead a, #masthead .country select, #masthead .countrypopup select,  #masthead .countrybrochurepopup select, #masthead .language select, #masthead .languagepopup select {
    font-size: 12px !important;
  }

  .md\:w-2\/5 {
    width: 55%;
  }

  .bg-image-left-right-product::before {
    top: 90px;
    height: 50%;
  }

  .bg-image-left-right-product::after {
    top: 360px;
    height: 50%;
  }

  .text-3xl, .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:w-3\/4 {
    width: 100% !important;
  }

  .md\:px-32 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width:1301px) and (max-width:1600px) {
  .bg-image-left-right-product::before {
    top: 20px;
    height: 140%;
  }

  .bg-image-left-right-product::after {
    top: 220px;
    height: 140%;
  }

  .text-3xl, .text-4xl {
    font-size: 1.65rem;
    line-height: 2.12rem;
  }

  .lg\:w-3\/4 {
    width: 100% !important;
  }

  .md\:px-32 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #primary-menu li a, #masthead a, #masthead .country select, #masthead .countrypopup select,  #masthead .countrybrochurepopup select, #masthead .language select, #masthead .languagepopup select {
    font-size: 14px !important;
  }

  .dropdown-btn, .dropdown-item.has-submenu, .dropdown-item {
    font-size: 14px;
  }

  #site-navigation a {
    font-size: 14px !important;
  }
}

@media (min-width:1301px) and (max-width:1341px) {
  #primary-menu li a, #masthead a, #masthead .country select, #masthead .countrypopup select,  #masthead .countrybrochurepopup select, #masthead .language select, #masthead .languagepopup select {
    font-size: 13px !important;
  }

  .dropdown-btn, .dropdown-item.has-submenu, .dropdown-item {
    font-size: 13px;
  }

  #site-navigation a {
    font-size: 13px !important;
  }
}

@media (min-width:1024px){
  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:order-1{
    order:1 !important;
  }

  .lg\:order-2{
    order:2 !important;
  }
}

/* sam added - 2:05pm - 14/08/2024 */

.overflow-x-auto{
  overflow-x:auto !important;
}

.bottom-padding-mobile-15vh{
  padding-bottom:13vh;
}

#become-dealer-modal input, #become-dealer-modal select, #become-dealer-modal button{
  height:50px;
}

.dealer-bg:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.5);
  z-index:0;
}

@media (max-width:767px){
  .text-3xl, .text-4xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .h-\[600px\] {
    height: 300px;
  }

  .px-96 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .products-tabs-title{
    position:relative;
    overflow-x: auto;
    padding-bottom: 50px;
    border:0 !important;
  }

  .products-tabs-title button.tab-button {
    border-bottom: 2px solid rgb(0 140 68 / var(--tw-border-opacity));
    margin-left: 0 !important;
  }

  .text-\[24px\] {
    font-size: 20px !important;
  }

  #sustainability-item .sustainability-item {
    width: 44%;
    float: left;
    padding: 1%;
  }
}

@media (min-width:400px) and (max-width:600px){
  #values .values-lists {
    width: 50%;
  }
}

@media (min-width:601px) and (max-width:767px){
  #values .values-lists {
    width: 33.33%;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .h-\[600px\] {
    height: 350px;
  }

  .leading-\[34px\] {
    line-height: 28px;
  }

  .max-height-275px{
    max-height:275px;
    overflow:auto;
  }

  .text-\[18px\] {
    font-size: 14px;
  }

  .px-96 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .products-tabs-title{
    position:relative;
    overflow-x: auto;
    padding-bottom: 50px;
    border:0 !important;
  }

  .products-tabs-title button.tab-button {
    border-bottom: 2px solid rgb(0 140 68 / var(--tw-border-opacity));
    margin-left: 0 !important;
    width: 200px;
    font-size: 12px;
  }

  .h-500px{
    height:300px;
  }
}

@media (min-width:1024px){
  .lg\:px-12{
    padding-left:3rem !important;
    padding-right:3rem !important;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  #become-dealer-modal input, #become-dealer-modal select{
    height:40px;
  }

  .px-96 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .max-height-275px{
    max-height:275px;
    overflow:auto;
  }

  .h-\[600px\] {
    height: 400px;
  }
}

/* sam added - 9:10am - 15/08/2024 */

.dealer-bg, .modal .modal-content{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow:auto
}

.text-start{
  /*removed -  , .w-\[278px\]&gt;h2.text-center */
  text-align:left !important;
}

.min-height-100vh{
  min-height:100vh !important;
  overflow:auto !important
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label {
  color: #16a34a;
}

label {
  cursor: pointer;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-header-active-vst {
  background-color: #16a34a;
  color: white;
}

.tab-header-vst {
  background-color: #e7f2ed;
  color: #1f2937;
}

.tab-content {
  background-color: #e7f2ed;
  padding: 10px 20px 10px;
}

.country-tab-vst {
  background-color: #bfecd8;
  border-radius: 40px 0px 0px;
}

.menu-item.menu-item-gtranslate{
  display: none!important;
}

/* sam added - 12:40pm - 15/08/2024 */

.finddealer-section ul li{
  list-style-position: inside;
}

.map-section{
  width:700px;
}

.overflow-auto{
  overflow:auto !important
}

.contact-form-card{
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
}

.dealer-bg, .modal .modal-content {
  height: 100%;
}

@media (max-width:450px){
  .map-section{
    width:275px !important;
  }
}

@media (max-width:767px){
  .map-section{
    width:300px;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .map-section{
    width:500px;
  }
}

@media (min-width:1025px) and (max-width:1024px){
  .map-section{
    width:500px;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .map-section{
    width:600px;
  }
}

@media (min-width:1024){
  .lg\:mt-0{
    margin-top:0 !important
  }
}

.error{
  padding: 0px;
  display: none!important;
}

textarea.error{
  border: 2px solid red;
  display: block!important;
}

input.error{
  border: 2px solid red;
  display: block!important;
}

select.error{
  border: 2px solid red;
  display: block!important;
}

/* sam added - 3:40pm - 15-08-2024 */

.tractor-image {
  width: 100%;
  height: auto;
}

.country, .countrypopup, .countrybrochurepopup, .language,  .languagepopup {
  position: relative;
  display: inline-block;
  width: auto;
  text-align:right;
  margin-right: 20px;
}

.dropdown-btn {
  padding: 10px;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  position: relative;
  width: auto;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 200px;
  top: 50px;
  left: 10px;
  text-align: left;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
  text-align: left;
}

.dropdown-item:hover,
.submenu-item:hover {
  background-color: #555;
  /* Change background color on hover */
}

.country.active .dropdown-content, .countrypopup.active .dropdown-content, .countrybrochurepopup.active .dropdown-content, .language.active .dropdown-content,  .languagepopup.active .dropdown-content {
  display: block;
  /* Show dropdown content when active */
}

.dropdown-content {
  display: none;
  /* Hide dropdown content by default */
  height:auto;
  max-height:250px;
  overflow:auto;
}

.submenu {
  display: none;
  /* Hide submenu by default */
  padding-left: 20px;
  /* Indent submenu items */
}

.has-submenu.active + .submenu {
  display: block;
  /* Show submenu when parent item is active */
}

.submenu .submenu-item {
  padding: 10px;
  /* Padding for submenu items */
}

.dropdown-item.has-submenu {
  display: inline-block;
  position: relative;
  /* Position relative for arrow */
}

.dropdown-btn::after, 
.dropdown-item.has-submenu::after {
  content: '';
  border: solid #fff;
  /* White arrow */
  border-width: 0 2px 2px 0;
  /* Arrow shape */
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  /* Rotate to create arrow effect */
  right: -10px;
  /* Position of the arrow */
  top: 18px;
  /* Position of the arrow */
  position: absolute;
  /* Positioning relative to parent */
}

@media (max-width:1023px){
  #menu-close {
    position: absolute;
    top: 20px;
    right: 28px;
  }

  .header-logo{
    height:32px;
  }

  .footer-logo{
    height:45px;
  }

  .dropdown-content {
    position: relative;
    background-color: #fff;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: unset;
    z-index: 1;
    width: 200px;
    top: 7px;
    left: 10px;
    text-align: left;
  }

  .dropdown-btn {
    padding: 0;
    width: auto;
    display: inline-block;
  }

  .country, .countrypopup, .countrybrochurepopup, .language, .languagepopup {
    text-align: left;
    width: 100%;
  }

  .dropdown-btn::after {
    border: solid #070707;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    right: -13px;
    top: 5px;
  }

  .dropdown-item.has-submenu::after {
    border: solid #070707;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    right: -13px;
    top: 15px;
  }

  .dropdown-item:hover, .submenu-item:hover {
    background-color: #fff;
  }
}

/* sam added - 10:00am - 16/08/2024 */

ul.list-disc li{
  list-style-position: inside;
}

.marketlocationSection .dropdown-btn::after{
  content:unset !important;
}

.marketlocationSection .dropdown-btn {
  padding: 10px;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-block;
}

.openbrochureSection .section-container&gt;div{
  word-break: break-all;
}

@media (max-width:450px){
  .mx-64 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width:451px) and (max-width:767px){
  .mx-64 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width:767px){
  .w-24 {
    width: 8rem;
  }

  .w-96 {
    width: 15rem;
  }

  .text-2xl {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .mx-64 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .text-\[30px\] {
    font-size: 25px !important;
  }
}

/* sam added - 2.20pm - 16/08/2024 */

.cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
  /*remove the old and update this css for this(.cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5)*/
  transform: scale(1);
  transition: transform 1s ease-in-out;
  right: -100px;
  z-index: 2;
  overflow: auto;
  height: 250px;
  box-sizing: content-box;
}

.product-slider .owl-nav{
  width:100%
}

.marketlocationSection .dropdown-btn::after{
  content:'' !important;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  right: 12px;
  top: 18px;
  position: absolute;
}

@media (max-width:1023px){
  .marketlocationSection .dropdown-content {
    position: absolute;
    background-color: #000;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: unset;
    z-index: 1;
    width: 200px;
    top: 40px;
    left: 10px;
    text-align: left;
  }

  .marketlocationSection .dropdown-item.has-submenu::after {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    right: -13px;
    top: 15px;
  }

  .marketlocationSection .dropdown-item:hover, .marketlocationSection .submenu-item:hover {
    background-color: #000;
  }
}

@media (min-width:1024px){
  .lg\:my-5{
    margin-top:3rem !important;
    margin-bottom:3rem !important;
  }

  .lg\:ml-5{
    margin-left:3rem !important
  }

  .lg\:ml-4{
    margin-left:1rem !important
  }
}

@media (max-width:767px){
  .w-96 {
    width: 15rem !important;
  }

  .text-medium-mobile {
    /*remove the old and update this css for this(.text-medium-mobile)*/
    font-size: .75rem !important;
  }
}

@media (min-width:768px) and (max-width:1023px){
  .news_media-template-default #content, #masthead{
    padding:0 1rem !important
  }

  .lg\:px-5{
    padding-left:1.5rem !important;
    padding-right:1.5rem !important
  }

  .text-3xl, .text-4xl {
    /*remove the old and update this css*/
    font-size: 1.35rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width:1025px) and (max-width:1300px){
  .dropdown-btn, .dropdown-item.has-submenu, .dropdown-item {
    font-size: 12px;
  }

  .dropdown-item.has-submenu::after, .dropdown-btn::after{
    top: 14px;
  }

  .news_media-template-default #content, #masthead{
    padding:0 1.1rem !important
  }

  .text-3xl, .text-4xl {
    /*remove the old and update this css*/
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width:1301px) and (max-width:1600px) {
  .news_media-template-default #content, #masthead{
    padding:0 1.5rem !important
  }
}

@media (min-width:1401px){
  .lg\:me-5{
    margin-right:3rem !important
  }
}

.event-splide{
  padding-left:3rem !important
}

.z-index-888{
  z-index:888
}

#dealer-form{
  height:100%;
  overflow:auto
}

.single-news_media #content{
  padding:25px 50px;
}

.single-news_media #content .grid img{
  width:100%;
}

.country-product-slide .owl-item {
  text-align: center !important;
}

.owl-next.disabled, .owl-prev.disabled{
  opacity: 0.3 !important;
  cursor: default !important;
}

.product-slider .owl-nav button {
  margin: 0 15px;
}

.tractor-image{
  height:386px;
  display: block;
  max-width: 100%;
  height: auto;
}

.popup-box img {
  max-width: 100%;
  border-radius: 5px;
}

.popup-box h3 {
  margin-top: 10px;
  font-size: 1.2em;
}

.popup-box p {
  margin-top: 5px;
  font-size: 0.9em;
}

.slide-in {
  animation: slideIn 0.3s forwards;
}

#close-popup.close-button{
  position: absolute;
  top: -5px;
  right: -5px;
  background: none;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.popup-box img {
  height: 150px;
  width:  200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-left-right-menu{
  height: calc(100vh);
  overflow-y: auto;
}

.left-sidebar-productmenu{
  position: sticky;
  top: 0;
  height: calc(100vh);
  overflow-y: auto;
}

.right-description-product{
  overflow-y: auto;
}

.owl-carousel.country-product-slide .owl-stage-outer {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@keyframes slideIn {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width:767px){
  .event-splide {
    padding-left: 1rem !important;
  }

  .w-\[278px\]&gt;h2.text-center {
    text-align: center !important;
  }

  .px-96 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .h-\[600px\] {
    /*this css remove from old css in (max-width:767px) &amp; update this*/
    height: 300px !important;
  }

  .cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
    /*this css remove from old css in (max-width:767px) &amp; update this*/
    transform: scale(1) !important;
    right: 0px !important;
    overflow: auto !important;
    height: 200px !important;
    top: 30px !important;
    display: inline-block !important;
  }

  .contact-form-card {
    border: 0;
  }

  .tractor-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
  }

  .popup-box {
    width: 100% !important;
    padding: 10px !important;
  }

  .popup-box h3 {
    margin-top:0;
    font-size: .9em;
  }

  .popup-box p {
    margin-top: 5px;
    font-size: 0.7em;
  }

  .tractor-image{
    display: block;
    max-width: 100%;
    width:100%;
    height: auto;
  }

  .popup-box {
    width: 100%;
    padding: 10px;
    top: -145px;
    margin-top: 50px;
  }

  .mobile-p-1rem{
    padding-left:1rem !important;
    padding-right:1rem !important;
  }

  .owl-thumb-item&gt;img{
    height:75px !important;
    width:auto !important
  }

  .product-left-right-menu{
    height: auto;
    overflow-y: auto;
  }

  .left-sidebar-productmenu{
    position: relative;
    top: 0;
    height: auto;
    overflow-y: auto;
  }

  .right-description-product{
    overflow-y: auto;
  }

  .owl-carousel.product-slider .owl-item img {
    width: 100%;
  }

  .product-slider1 .owl-item img {
    width: 100%;
  }

  .country-tab-vst {
    border-radius: 0 0px 0px;
  }

  .country-tab-vst .owl-nav {
    position: absolute;
    top: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width:475px) and (max-width:767px){
  .left-sidebar-productmenu&gt;div{
    width:48%;
    margin:1%;
    float:left;
  }
}

@media (min-width:1024px){
  #close-popup.close-button{
    display:none;
  }

  .lg\:mt-0{
    margin-top:0 !important
  }

  .lg\:mr-5{
    margin-right:3rem !important;
  }

  .lg\:pl-0{
    padding-left:0 !important
  }
}

@media (min-width:768px) and (max-width:1024px){
  .md\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 100% 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .md\:grid-cols-\[70\%\2c 30\%\]&gt;div.pl-4.pr-4.mr-0{
    padding-left:0 !important;
    padding-right: 0 !important;
    margin-right:0 !important;
  }

  .owl-carousel.product-slider .owl-item img {
    width: 100%;
  }

  .product-slider1 .owl-item img {
    width: 100%;
  }

  .left-sidebar-productmenu {
    position: relative;
    top: 0;
    height: auto;
    overflow-y: auto;
    flex-wrap: wrap;
  }

  .product-left-right-menu {
    height: auto;
    overflow-y: auto;
  }

  .left-sidebar-productmenu&gt;div{
    width:23%;
    margin:1% !important;
    float:left;
  }

  .max-width-400{
    max-width:400px;
    margin: 0 auto;
  }

  .tractor-dot {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
  }

  .mobile-p-1rem{
    padding-left:1.2rem !important;
    padding-right:1.2rem !important;
  }

  .tractor-card-laptop{
    display:flex;
    justify-content:flex-start;
    padding-left:0 !important
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .left-sidebar-productmenu {
    position: relative;
    top: 0;
    height: auto;
    overflow-y: auto;
  }

  .product-left-right-menu {
    height: auto;
    overflow-y: auto;
  }

  .left-sidebar-productmenu&gt;div{
    width:23%;
    margin:1% !important;
    float:left;
  }

  .max-width-400{
    max-width:400px;
  }
}

@media (min-width:1450px){
  .max-w-1440{
    width:100%;
    max-width:100%;
  }
}

@media (min-width:1280px){
  .xl\:flex-row{
    flex-direction:row !important
  }

  .xl\:flex-col{
    flex-direction:column !important
  }

  .xl\:pl-5{
    padding-left:3rem !important
  }
}

/* sam added - 12:35pm - 19/08/2024 */

.owl-carousel.cust-gal-auto-nav {
  padding-left: 50px;
  padding-right: 50px;
}

.cust-gal-auto-nav button {
  /*remove the old css &amp; update this*/
  align-items: center;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity)) !important;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 45% !important;
  transform: translateY(-50%);
  z-index: 1;
}

.sharesite-container{
  width:260px;
  height:200px
}

.opacity-70-percentage{
  opacity:0.7 !important;
}

#contact-form input, #contact-form #country-code{
  height:35px;
  display:flex;
  align-items:center;
}

#contact-form textarea{
  height:62px;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next {
  min-height: 404px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width:767px){
  #testimonial-slider .splide__slide.bg-white.is-visible.is-next {
    min-height: 100px;
  }
}

/* sam added - 9:44am - 20/08/2024 */

.category-active-tab {
  /*remove old css &amp; update this*/
  color: #008c44 !important;
  font-weight: 700;
}

.leading-8 {
  /*remove old css &amp; update this*/
  line-height: 27px;
}

.product-leftright-menu {
  height: calc(100vh);
  overflow-y: auto;
}

.leftsidebar-productmenu {
  position: sticky;
  top: 0;
  *height: calc(100vh);
  overflow-y: auto;
}

.rightdescription-product {
  overflow-y: auto;
}

@media (max-width:767px){
  .mobile-button-height-35{
    height:35px
  }

  .product-leftright-menu {
    height: auto;
    overflow-y: auto;
  }

  .leftsidebar-productmenu {
    position: relative;
    top: 0;
    height: auto;
    overflow-y: auto;
  }
}

@media (min-width:1440px){
  .height-500px {
    height: 400px;
  }
}

@media (min-width:768px){
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width:1228px){
  .flex-row-after-1228px{
    flex-direction:row;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .leftsidebar-productmenu&gt;div{
    margin:1%;
    width:24%;
    float:left;
  }

  .leftsidebar-productmenu {
    position: relative;
    top: 0;
    height: auto;
    overflow-y: auto;
  }

  .product-leftright-menu {
    height: auto;
    overflow-y: auto;
  }

  .max-w-\[500px\] {
    max-width: 369px;
  }
}

@media (min-width: 1025px) and (max-width: 1227px) {
  .leftsidebar-productmenu {
    position: relative;
    top: 0;
    height: auto;
    overflow-y: auto;
  }

  .product-leftright-menu {
    height: auto;
    overflow-y: auto;
  }

  .leftsidebar-productmenu&gt;div{
    margin:1%;
    width:23%;
    float:left;
  }

  .max-w-\[500px\] {
    max-width: 365px;
  }
}

@media (min-width:1200px) and (max-width:1400px){
  .leftsidebar-productmenu&gt;div{
    width: 12rem;
  }

  .min-w-96 {
    min-width: 5rem;
  }

  .max-width-400{
    max-width: 100%;
  }

  .max-w-\[500px\]{
    max-width: 400px;
  }
}

@media (min-width:1024px){
  .lg\:flex-col{
    flex-direction:column !important
  }
}

/* sam added - 1:50pm - 20/08/2024 */

.banner-padding-left {
  /*remove the old css &amp; update this*/
  padding-left: 50px;
}

#site-navigation, .max-w-1440 {
  /*remove the old css &amp; update this*/
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.event-splide {
  /*remove the old css &amp; update this*/
  padding-left: 0rem !important;
}

#masthead, #colophon, .margin-lr-50px{
  padding-left:50px !important;
  padding-right:50px !important;
}

.margin-b-25px{
  margin-bottom:25px !important
}

.product-slider .owl-item img {
  width: 100%;
  /* Ensure images take full width */
  height: auto;
  /* Auto height to maintain aspect ratio */
  display: block;
  /* Prevents margin issues */
}

.product-slider1 .owl-item img {
  width: 100%;
  /* Ensure images take full width */
  height: auto;
  /* Auto height to maintain aspect ratio */
  display: block;
  /* Prevents margin issues */
}

.max-width-200px{
  max-width:200px;
  width:100%;
}

.sub_category_description_tab{
  background-color:transparent !important;
  padding: 0 5px 0px !important;
}

.countrybrochurepopup .dropdown-btn{
  width: 100% !important;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.countrybrochurepopup .dropdown-btn::after{
  border: solid #020202;
  border-width: 0 2px 2px 0;
  right: 10px;
  top: 18px;
}

.search-box-poup{
  height: 44px;
  margin-top: 8px;
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
}

.top-17px{
  top:17px !important
}

/*start to remove this css from old*/

.dropdown-item:hover, .submenu-item:hover {
  background-color: #555;
}

/*start to remove this css from old*/

@media (max-width: 600px) {
  /* Adjust for mobile */

  .product-slider .owl-item {
    height: auto !important;
    /* Ensure the carousel adjusts its height */
  }

  .product-slider1 .owl-item {
    height: auto !important;
    /* Ensure the carousel adjusts its height */
  }
}

@media (max-width:767px){
  .countrybrochurepopup .dropdown-btn {
    width: 100% !important;
    height: 44px;
    display: flex;
    align-items: center;
    padding-left: 15px;
  }

  .max-w-\[500px\] {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /*remove old css &amp; update this*/

  .max-w-\[500px\] {
    max-width: 369px !important;
  }
}

@media (min-width: 1228px) {
  /*remove old css &amp; update this*/

  .flex-row-after-1228px {
    flex-direction: row !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  /*remove old css &amp; update this*/

  .max-w-\[500px\] {
    max-width: 400px !important;
  }
}

@media (max-width:1023px){
  .countrybrochurepopup .dropdown-content {
    position: absolute !important;
    background-color: #000 !important;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: unset;
    z-index: 1;
    width: 200px;
    top: 45px !important;
    left: 10px;
    text-align: left;
  }

  .countrybrochurepopup .dropdown-item.has-submenu::after {
    border: solid #ffffff !important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block;
    padding: 3px;
    right: -13px;
    top: 15px;
  }
}

.single-news_media #content {
  /*remove old css &amp; update this*/
  padding: 0 !important;
}

.margin-top-80px{
  margin-top:80px
}

.search-inputbox{
  height: 44px;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
}

.sub_category_description_tab&gt;div{
  width:200px;
}

.brochure-image-sec{
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*Deleted old all the css inside @media (max-height:650px) &amp; replace the below. Dont want the old*/

@media (min-width:1000px) and (max-height:650px) {
  .md\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 65% 35%;
  }

  .h-\[140px\] {
    height: 90px !important;
  }

  section.about-banner.banner{
    height:100vh !important;
  }

  .cust-galabout .image-container {
    height: 300px !important;
  }

  .max-height-275px {
    max-height: 200px !important;
    overflow: auto;
    margin-top: 25px;
  }

  .leading-\[34px\] {
    line-height: 33px !important;
  }

  .pt-12 {
    padding-top: 0 !important;
    padding-left: 5px;
  }

  .cust-galabout .owl-dots {
    padding-left: 0 !important;
    margin-top: 0 !important;
    position: absolute !important;
    bottom: 30px !important;
  }

  .h-\[600px\] {
    height: 475px !important;
  }

  .image-height-decrease{
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

/*Deleted old all the css inside @media (max-height:650px) &amp; replace the above. Dont want the old*/

@media (min-width: 768px) and (max-width:1024px) {
  .md\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 65% 35%;
    display:flex;
    flex-wrap:wrap;
  }
}

@media (min-width: 1025px) and (max-width:1300px) {
  .md\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 60% 40%;
  }

  .mx-64 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

/* sam added - 1:25pm - 21/08/2024 */

.dropdown-item.has-submenu::after {
  /*remove old css from this class only '.dropdown-item.has-submenu::after' &amp; update this */
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  right: 10px;
  top: 18px;
  position: absolute;
}

.dropdown-item.has-submenu {
  /*remove old css &amp; update this*/
  display: inline-block;
  position: relative;
  width: 100%;
}

.margin-top-80px {
  /*remove old css &amp; update this*/
  margin-top: 80px !important;
}

.leftsidebar-productmenu&gt;div{
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.owl-thumbs&gt;.owl-thumb-item&gt;img{
  -o-object-fit:contain !important;
     object-fit:contain !important
}

#dealer-form {
  /*remove old css &amp; update this*/
  height: auto !important;
  overflow: auto;
}

.owl-thumbs&gt;.owl-thumb-item{
  width:100px;
  height:100px;
}

.dropdown-item, .submenu .submenu-item {
  /*remove old css &amp; update this*/
  padding: 15px 10px;
  cursor: pointer;
  text-align: left;
}

.dropdown-item.has-submenu::after {
  /*remove old css &amp; update this*/
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  right: 10px;
  top: 22px;
  position: absolute;
}

.openbrochureSection .section-container&gt;div {
  /*remove old css &amp; update this*/
  word-break: break-word;
}

.brochure-padding-card{
  padding:15px !important
}

@media (max-width:768px){
  .product-slider .owl-item, .product-slider .owl-item&gt;.item&gt;img{
    height:300px !important;
  }

  .product-slider1 .owl-item, .product-slider1 .owl-item&gt;.item&gt;img{
    height:300px !important;
  }

  #masthead, #colophon, .margin-lr-50px {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .banner-padding-left {
    padding-left: 15px;
  }
}

@media (min-width:1000px) and (max-height:650px) {
  .product-slider .owl-item, .product-slider .owl-item&gt;.item&gt;img{
    height:380px !important;
  }

  .product-slider1 .owl-item, .product-slider1 .owl-item&gt;.item&gt;img{
    height:380px !important;
  }

  .social-icon-top {
    padding: 10px !important;
  }

  .w-50px {
    width: 45px !important;
  }

  #masthead, #colophon, .margin-lr-50px {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .banner-padding-left {
    padding-left: 34px !important;
  }

  .button-text-14px{
    font-size:14px !important
  }

  .px-96 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .page-id-31 button.owl-thumb-item{
    padding:0 !important;
    margin-left:10px !important;
    margin-right:10px !important;
    width:45px !important;
  }

  .owl-thumb-item.active .milestone-tractor {
    top: -9px !important;
  }

  .tab-button {
    font-size: 16px;
    padding: 10px 0;
    text-align: left;
    border-bottom-width: 1px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .dropdown-item.has-submenu::after, .dropdown-btn::after {
    /*remove old css &amp; update this for "@media (min-width: 1025px) and (max-width: 1300px)"*/
    top: 18px !important;
  }
}

.product_click{
  opacity: 0.6;
  background-color: #eeeeee;
}

.product_click h1, .product_click h2, .product_click p{
  color: #000;
}

.product_click img{
  filter: grayscale(100%);
}

.product_click.active{
  opacity: 1;
  background-color:#E7F2ED;
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

/* sam added 10:10am - 22/08/2024 */

.leftsidebar-productmenu, .rightdescription-product{
  *max-height: 100vh;
  overflow: auto;
}

.boardofdirectors-card{
  min-height:150px;
}

.font-size-20px{
  font-size:20px;
}

.left-line-aftertitle::after{
  content: '';
  position: absolute;
  width: 85px;
  height: 6px;
  bottom: -15px;
  left: 0;
  background-color: rgb(0 140 68 / var(--tw-bg-opacity));
  border-radius: 10px;
}

.max-width\[500px\] {
  max-width: 500px;
}

.margin-left-50px{
  margin-left:50px;
}

.margin-top-80px {
  /*removed old css &amp; update this*/
  margin-top: 72px !important;
}

@media (min-width: 1025px) and (max-width: 1300px) {
  /*removed old css &amp; update this for "@media (min-width: 1025px) and (max-width: 1300px)"*/

  .dropdown-btn::after {
    top: 14px !important;
  }

  .dropdown-item.has-submenu::after {
    top: 18px !important;
  }

  .margin-left-50px{
    margin-left:34px;
  }
}

@media (min-width:1000px) and (max-height:650px) {
  .text-\[30px\] {
    font-size: 25px !important;
  }

  .boardofdirectors-card{
    min-height:125px;
  }

  .text-\[14px\] {
    font-size: 12px !important;
  }

  .h-\[300px\] {
    height: 250px !important;
  }

  .mx-w-\[25px\]{
    width:25px;
  }

  .button-text-14px {
    /*removed old css &amp; update this*/
    font-size: 12px !important;
  }

  .max-width\[500px\] {
    max-width: 300px !important;
  }

  .margin-left-50px{
    margin-left:34px;
  }
}

@media (max-width:767px){
  .leftsidebar-productmenu &gt; div {
    float: left;
    margin: 1%;
    flex: 0 0 200px;
  }

  .margin-left-50px{
    margin-left:15px;
  }

  .button-text-14px{
    font-size:12px;
  }

  .left-line-aftertitle::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 6px;
    bottom: -15px;
    left: 0;
    right: 0;
    background-color: rgb(0 140 68 / var(--tw-bg-opacity));
    border-radius: 10px;
    margin: 0 auto;
  }

  .leftsidebar-productmenu, .rightdescription-product{
    display: flex;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .margin-left-50px{
    margin-left:34px;
  }

  .leftsidebar-productmenu, .rightdescription-product {
    max-height: 100vh;
    overflow: auto;
  }

  .max-width\[500px\] {
    max-width: 300px !important;
  }

  .leftsidebar-productmenu&gt;div {
    margin: 1%;
    flex: 0 0 200px;
    float: left;
    flex-grow: 0;
  }

  .w-50px {
    width: 45px;
  }

  .social-icon-top {
    padding: 10px;
  }

  #masthead, #colophon, .margin-lr-50px {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .product-slider .owl-item, .product-slider .owl-item&gt;.item&gt;img {
    height: 300px !important;
  }

  .product-slider1 .owl-item, .product-slider1 .owl-item&gt;.item&gt;img {
    height: 300px !important;
  }
}

#map_inner a {
  display: none;
}

#map_outer  svg path{
  fill:red;
}

/* sam added - 3.10 - 22/08/2024 */

.banner-paddingleft-70px{
  padding-left:70px !important;
}

.padding-leftright-70px{
  padding-left:70px !important;
  padding-right:70px !important;
}

.margin-leftright-70px{
  margin-left:70px !important;
  margin-right:70px !important;
}

.width-100px{
  flex:0 0 100px
}

#view_site{
  background-color:#008C44 !important;
  font-size:22px;
  line-height:33px;
  font-weight:400;
}

@media (max-width:767px){
  .marketlocationSection .countrypopup, .marketlocationSection .languagepopup{
    margin-right:0 !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  #view_site {
    background-color: #008C44 !important;
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width:1000px) and (max-height:650px) {
  .padding-leftright-70px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .banner-paddingleft-70px{
    padding-left:50px !important;
  }

  #view_site {
    background-color: #008C44 !important;
    font-size: 18px;
    line-height: 30px;
  }

  .social-icon-top {
    /*removed from the old css for "@media (min-width:1000px) and (max-height:650px)"*/
    padding: 12px 3px !important;
  }

  .w-50px {
    /*removed from the old css for "@media (min-width:1000px) and (max-height:650px)"*/
    width: 45px !important;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  #site-navigation a{
    font-size:12px !important
  }
}

/* sam added - 11:30 - 23/08/2024 */

@media (max-width:767px){
  .padding-leftright-70px, .banner-paddingleft-70px {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #footercolophon{
    padding-bottom:50px !important;
  }
}

@media (min-width:1000px) and (max-height:650px) {
  .product-slide .category-content{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .heihgt-65px {
    height: 40px !important;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .product-slide .category-content{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .heihgt-65px {
    height: 40px !important;
  }

  .heigg-65px
	{
    height: 60px !important;
  }

  .milestone-slider .scroll-content {
    overflow: auto !important;
  }
}

/* sam added - 3:46pm - 23/08/2024 */

@media (min-width:1025px) and (max-width:1300px) {
  .padding-leftright-70px {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .owl-thumbs&gt;.owl-thumb-item {
    width: auto;
    flex: 0 0 60px !important;
    height: 100px;
    padding: 0;
  }
}

/* sam added - 4:30pm - 23/08/2024 */

.cust-gal-milestone.owl-carousel .owl-stage-outer{
  padding-bottom:0 !important
}

@media (max-width:767px){
  #testimonial-slider .splide__slide.bg-white.is-visible.is-next{
    font-size:10px !important
  }

  #testimonial-slider .splide__slide.is-active.is-visible{
    font-size:12px !important
  }
}

/* sam added - 9:05am - 24/08/2024 */

#masterhead{
  height: 72px;
  display: flex;
  align-items: center;
}

@media (min-width:768px) and (max-width:1024px) {
  .padding-leftright-70px {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .bottom-padding-mobile-15vh {
    /*remove old css from this media resolution &amp; update this*/
    padding-bottom: 10vh !important;
  }

  .cust-gal .owl-thumbs {
    height: auto !important;
  }

  .splide__arrow--prev {
    right: 4rem !important;
  }
}

@media (min-width:769px) and (max-width: 1200px) {
  #mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 1000;
  }

  .justify-between {
    justify-content: space-between !important;
  }

  .lg\:w-auto{
    width:100% !important;
  }

  .block&gt;div {
    padding:10px 0 !important;
    width:100%;
    text-align:left;
  }

  #primary-menu-mobile li{
    padding:10px 0 !important;
  }

  .dropdown-btn {
    padding: 0;
    width: auto;
    display: inline-block;
  }

  .dropdown-content .dropdown-item.text-black, .submenu-item.text-black{
    color:#fff !important
  }

  .dropdown-btn::after {
    content: '';
    border: solid #888;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    right: -20px;
    top: 6px;
    position: absolute;
  }

  #milestone .owl-thumbs {
    height: auto !important;
  }

  .thumbnail-slider.owl-thumbs {
    height: 300px !important;
    overflow: auto !important;
    flex-wrap: nowrap !important;
  }
}

@media (min-width:1201px){
  .d-flex-large-screen{
    display:flex !important;
  }

  .large-screen-hidden, #mobile-menu{
    display:none !important
  }
}

/* sam added - 12.32pm - 24/08/2024 */

.thumbnail-verti-horizon.owl-thumbs {
  height: 300px !important;
  overflow: auto !important;
  flex-wrap: nowrap !important;
}

.about-banner-image-573{
  width:573px !important;
  margin-right: -5px !important;
}

.boardofdirectors-card{
  width:23%;
  margin:1%;
  float:left;
}

@media (max-width:767px){
  .about-banner-image-573{
    width:100% !important
  }

  .d-none-card-mob{
    display:none !important
  }

  .sustainability-articles-card{
    width:100%;
    margin:10px 0;
  }

  .thumbnail-verti-horizon.owl-thumbs {
    height: auto !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .sustainability-articles-card{
    width:48%;
    margin:1%;
  }
}

@media (min-width:1025px) and (max-width:1300px){
  .sustainability-articles-card{
    width:360px;
    margin:0.75%;
  }
}

@media (min-width:1201px){
  #testimonial-slider .splide__slide.bg-white.is-visible.is-next {
    /*remove the old css &amp; update this*/
    min-height: 404px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 396px !important;
  }

  #testimonial-slider .splide__slide.bg-white {
    /*remove the old css &amp; update this*/
    padding-bottom: 15px !important;
    font-size: 12px !important;
    transition: all 0.3s ease-out;
    width: 303px !important;
  }
}

@media (min-width:1301px){
  .sustainability-articles-card{
    width:389px;
    margin:0.70%;
  }
}

/* vanith code */

.splide__arrow--prev {
  align-items: center;
  background: white;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  padding: 0;
  width: 2em;
  z-index: 1;
}

.splide__arrow--next {
  align-items: center;
  background:  white;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 1;
  padding: 0;
  width: 2em;
  z-index: 1;
}

.testiomonial-arrow:disabled {
  opacity: .3;
}

.newsmedia-arrow:disabled {
  opacity: .3;
}

/* sam updated - 9:35am - 26/08/2024 */

@media (min-width: 768px) and (max-width: 1024px) {
  .social-icon-top {
    /*remove from old &amp; update this*/
    padding:12px 6px !important;
  }

  .w-50px {
    /*remove from old &amp; update this*/
    width: 30px !important;
  }

  .banner-paddingleft-70px {
    padding-left: 50px !important;
  }

  .leading-\[34px\] {
    /*remove from old &amp; update this*/
    line-height: 28px !important;
  }

  .text-\[16px\] {
    font-size: 12px !important;
  }

  .cust-galabout .image-container, .cust-galabout .image-container&gt;img {
    height: 275px !important;
  }

  .cust-galabout .owl-dots {
    margin-left: -6px !important;
  }

  .text-\[14px\] {
    font-size: 12px !important;
  }

  .text-\[20px\] {
    font-size: 16px !important;
  }

  .\[\&amp;\&gt;p\]\:text-\[14px\]&gt;p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .text-\[13px\] {
    font-size: 12px !important;
  }

  .text-\[40px\] {
    font-size: 30px !important;
  }

  .scroll-container .owl-thumbs&gt;.owl-thumb-item {
    height: 90px !important;
  }

  .cust-gal-milestone .padding-leftright-70px {
    padding-left: 20px !important;
  }

  .cust-gal-autoa.owl-carousel .owl-item img {
    height: 130px !important;
  }

  .cust-gal-autoa.owl-carousel .owl-ite h6 {
    font-size: 12px !important;
  }

  .h-\[300px\] {
    height: 200px !important;
  }

  .cust-galcorporate-responsibity .owl-item.active.center .item img {
    transform: scale(1.5) !important;
    transition: transform 1s ease-in-out;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .cust-galcorporate-responsibity .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    height: 300px !important;
  }

  .cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
    transform: scale(1);
    transition: transform 1s ease-in-out;
    right: 0;
    z-index: 2;
    overflow: auto;
    height: 250px;
    box-sizing: border-box !important;
    padding: 35px;
    left: 85px !important;
    /* margin: 0 auto !important; */
    width: 100% !important;
    bottom: 0;
    top: 20px !important;
  }
}

/* sam added - 12:25pm - 26/08/2024 */

section.about-banner.banner {
  height: 75vh;
  /*romove old height css from common &amp; update this*/
}

.social-icon-top {
  /*romove old css &amp; update this*/
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slide .category-content {
  display: flex;
  align-items: center;
  justify-items: center;
  height: 125px !important;
}

@media (min-width:1000px) and (max-height:650px) {
  .cust-galcorporate-responsibity .owl-stage {
    height: 275px;
  }

  .cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
    height: 210px;
    box-sizing: border-box;
    width: 400px;
    top:50px !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .heihgt-65px {
    height: 50px !important;
  }

  .md\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 70% 30%;
    display:flex;
    flex-wrap:wrap;
  }
}

@media (min-width:1500px) and (min-height:651px){
  .owl-carousel.cust-galabout .owl-stage-outer {
    padding-bottom: 0;
    height: 350px !important;
  }

  section.about-banner.banner {
    height: 80vh;
  }
}

.becomedealer-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                 url('https://www.vsttractors.com/wp-content/uploads/2024/10/who-we-are-img.jpg');
  background-size: cover;
  background-position: center;
}

.contact-form-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                 url('https://www.vsttractors.com/wp-content/uploads/2024/10/Milestone-background_option-1-1.jpg');
  background-size: cover;
  background-position: center;
}

/* sam addded - 1:45pm - 27/08/2024 */

@media (min-width:768px) and (max-width:1024px){
  section.about-banner.banner {
    max-height:520px;
  }
}

@media (max-width:767px){
  .popup-box 
	{
    margin-left: 0px!important;
  }

  .cust-gal.owl-carousel .owl-dots{
    width:100% !important;
    text-align:center !important;
  }

  .mt-minus-75 {
    padding-bottom: 40px !important;
  }

  section.about-banner.banner,
section.about-banner.banner:before{
    height: 100% !important;
  }

  .padding-lr-mobile-2{
    padding:10px !important
  }

  .leading-\[34px\] {
    line-height: 28px !important;
  }

  .text-\[16px\] {
    font-size: 12px !important;
  }

  .splide__arrows{
    flex: 0 0 100% !important;
    left: 0 !important;
    justify-content: center !important;
    --tw-translate-y: unset !important;
    transform: unset !important;
  }
}

.tab-product-click-div.active{
  color:#008C44;
  font-weight: bold;
}

/* sam added - 2.10pm - 28/08/2024 */

.dropdown.active .dropdown-btn::after{
  transform: rotate(220deg);
  top: 22px;
}

.dropdown-item.has-submenu.active::after {
  transform: rotate(220deg);
  top: 28px;
}

@media (max-width:767px){
  .display-flex-mobile{
    display:flex;
    flex-direction:column;
  }

  .display-flex-mobile .dropdown.active .dropdown-btn::after {
    top: 18px !important;
    right: 12px !important;
  }

  .display-flex-mobile .dropdown .dropdown-btn::after {
    right: 12px !important;
  }

  .display-flex-mobile&gt;div.grid{
    width:100%;
  }

  .sub_category_description_tab-brochure&gt;div{
    width:100%;
    overflow:auto;
  }

  .sub_category_description_tab-brochure&gt;div&gt;div.border{
    flex:0 0 200px;
  }

  .countrybrochurepopup{
    width:100% !important
  }

  .dropdown-btn{
    width:100% !important;
  }

  .dropdown-item.has-submenu{
    font-weight: 700;
  }

  .dropdown-btn::after {
    right: 5px !important;
  }

  .dropdown.active .dropdown-btn::after {
    top: 10px !important;
  }

  .dropdown-item.has-submenu.active::after {
    top: 18px !important;
  }

  .dropdown.active .dropdown-item.has-submenu.active::after {
    transform: rotate(226deg);
    top: 26px !important;
  }

  .dropdown-item:hover, .submenu-item:hover {
    background-color: #fff !important;
  }

  .dropdown-item.has-submenu::after {
    border: solid #525252 !important;
    border-width: 0 2px 2px 0 !important;
  }

  .dropdown-content {
    width: 95%;
  }

  a.dropdown-item.block.text-black, .dropdown-item.text-black, .dropdown-item.has-submenu, .submenu .submenu-item {
    border-bottom: 1px solid #ddd;
  }

  .submenu {
    padding-left: 0;
  }

  .products-tabs-title button.tab-button {
    display: flex;
    align-items: center;
    padding:5px 15px;
  }

  .products-tabs-title button.tab-button&gt;span {
    padding:5px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .dropdown-content .dropdown-item.text-black, .submenu-item.text-black {
    /*remove this from the same resolution only &amp; update this*/
    color: #000000 !important;
  }

  .dropdown-content {
    display: none;
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius:0;
    box-shadow: unset;
    top: 0;
    left: 10px;
  }

  .products-tabs-title button.tab-button {
    text-align: center;
  }

  .dropdown-btn{
    width:100% !important;
  }

  .dropdown-item.has-submenu{
    font-weight: 700;
  }

  .dropdown-btn::after {
    right: 5px !important;
  }

  .dropdown.active .dropdown-btn::after {
    top: 10px !important;
  }

  .dropdown-item.has-submenu.active::after {
    top: 18px !important;
  }

  .dropdown.active .dropdown-item.has-submenu.active::after {
    transform: rotate(226deg);
    top: 26px !important;
  }

  .dropdown-item:hover, .submenu-item:hover {
    background-color: #fff !important;
  }

  .dropdown-item.has-submenu::after {
    border: solid #525252 !important;
    border-width: 0 2px 2px 0 !important;
  }

  .dropdown-content {
    width: 95%;
  }

  a.dropdown-item.block.text-black, .dropdown-item.text-black, .dropdown-item.has-submenu, .submenu .submenu-item {
    border-bottom: 1px solid #ddd;
  }

  .submenu {
    padding-left: 0;
  }

  .z-index-888 {
    z-index: 9;
  }
}

.tractor-dot {
  /*remove old css &amp; update this*/
  width: 15px;
  height: 15px;
  background-color:#008c44;
  border:2px solid #fff;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.custom-banner-height{
  height: calc(100vh - 120px)!important;
}

@media (max-width:767px){
  .custom-banner-height{
    height:65vh!important;
  }
}

/* sam added - 10:42am - 30/08/2024 */

ul.custom-list li:before {
  /*remove old css &amp; update this*/
  content: "";
  background-image: url(http://wordpress.doodlebluelive.com/vst_international/wp-content/uploads/2024/08/Group.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
}

.product-slider .owl-item {
  /*remove old css &amp; update this*/
  height: 350px !important;
}

.product-slider1 .owl-item {
  /*remove old css &amp; update this*/
  height: 350px !important;
}

.product-slider .owl-item&gt;.item&gt;img {
  /*remove old css &amp; update this*/
  -o-object-fit: contain !important;
  object-fit: contain !important;
  height: 330px !important;
}

.product-slider1 .owl-item&gt;.item&gt;img {
  /*remove old css &amp; update this*/
  -o-object-fit: contain !important;
  object-fit: contain !important;
  height: 330px !important;
}

.flex-width-200px {
  justify-content: space-evenly !important;
}

.popup-box {
  /*remove old css &amp; update this*/
  position: absolute;
  width: 100% !important;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  top: 0;
  margin-top: 50px;
  /* margin: 50px auto 0 auto; */
  left: 0;
  right: 0;
  background-color: #e7f2ed;
  border: 1px solid #008c44;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tractor-dot.active::before {
  /*remove old css &amp; update this*/
  content: '';
  position: absolute;
  background-color: #008c44;
  width: 2px;
  height: 500px;
  bottom: 0;
  left: 4px;
  transition: transform 0.3s ease;
  z-index: 1;
}

.products-hover-section{
  padding-top: 50px;
  width: 900px;
  margin: 0 auto;
}

.cust-galabout .owl-nav{
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 60%;
  display:flex;
}

.cust-galabout .owl-nav&gt;button{
  align-items: center;
  background-color:rgb(231 242 237 / var(--tw-bg-opacity)) !important;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 1;
  padding: 0;
  width: 2em;
  z-index: 1;
  margin: 0 10px;
}

.cust-galabout .owl-nav&gt;button:disabled{
  opacity: .3;
}

.tractor-container {
  /*remove old css from this resolution only (@media (max-width:767px))  &amp; update this*/
  padding-top: 200px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  max-width: 100%;
}

@media (min-width:1025px) and (max-width:1300px) {
  .product-slider .owl-item&gt;.item&gt;img , .product-slider .owl-item {
    height: 325px !important;
  }

  .product-slider1 .owl-item&gt;.item&gt;img , .product-slider1 .owl-item {
    height: 325px !important;
  }

  .products-hover-section{
    padding-top: 50px;
    width: 700px;
    margin: 0 auto;
  }
}

@media (min-width:1301px) and (max-width:1600px) {
  .product-slider .owl-item&gt;.item&gt;img , .product-slider .owl-item {
    height: 350px !important;
  }

  .product-slider1 .owl-item&gt;.item&gt;img , .product-slider1 .owl-item {
    height: 350px !important;
  }

  .products-hover-section{
    padding-top: 50px;
    width: 800px;
    margin: 0 auto;
  }
}

@media (max-width:767px){
  .cust-galabout .owl-nav {
    left: 0;
    margin: 0 auto;
  }

  .country-tab-vst{
    max-width: 100%;
    overflow: auto;
  }

  .country-tab-vst&gt;div{
    padding:10px 15px;
  }

  .flex-width-200px {
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .products-hover-section{
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
  }

  .tractor-container {
    padding-top: 200px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    max-width: 100%;
  }

  .flex-width-200px &gt; a {
    flex: 0 0 200px;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .page-id-548 .bg-image-left-right-product{
    max-width: 100%;
  }
}

.tractors_tab.product_click.active img{
  filter:none;
}

/* sam added - 10:10am - 02/09/2024 */

.cust-gal .owl-nav {
  /*remove this css form old &amp; updat this*/
  display: flex;
  justify-content: flex-start !important;
}

.testimonial-loop .owl-item.active img.h-\[52px\]{
  width:40px !important;
  height:40px !important;
  -o-object-fit:contain;
     object-fit:contain;
}

.testimonial-loop .owl-item.active.center img.h-\[52px\]{
  width:52px !important;
  height:52px !important;
  -o-object-fit:contain;
     object-fit:contain;
}

.testimonial-loop .owl-item.active.center img.customerimage{
  width:72px !important;
  height:72px !important;
  -o-object-fit:contain;
     object-fit:contain;
}

.testimonial-loop .owl-nav{
  width:100%;
  display: flex;
  justify-content:center;
}

.testimonial-loop .owl-nav&gt;button{
  align-items: center;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 1;
  padding: 0;
  width: 2em;
  z-index: 1;
  background-color: #fff !important;
  margin:15px 5px;
  border-radius:5px;
}

.testimonial-loop .owl-item.active.center{
  font-size:16px !important;
}

.testimonial-loop .owl-item.active{
  font-size:12px !important;
  display: flex;
  align-items: center;
}

@media (min-width:1301px){
  .testimonial-loop .owl-item.active.center{
    width:396px !important;
    min-height:404px !important;
    font-size:16px !important;
  }

  .testimonial-loop .owl-item.active{
    width:303px !important;
    font-size:12px !important;
    display: flex;
    align-items: center;
  }
}

@media (max-width:767px){
  .testimonial-loop .owl-stage{
    display:flex;
    align-items: center;
  }

  .testimonial-loop .owl-item, .testimonial-loop .owl-item.active {
    font-size: 12px !important;
  }

  .testimonial-loop .owl-item.active.center {
    font-size: 12px !important;
    min-height:400px !important;
  }

  .testimonial-loop .owl-item.active.center .item{
    height:100%;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
  }

  .testimonial-loop .owl-item.active.center .item&gt;div{
    width:100%;
  }

  .testimonial-loop .owl-item.active img.h-\[52px\]{
    width:30px !important;
    height:30px !important;
  }

  .testimonial-loop .owl-item.active.center img.h-\[52px\]{
    width:35px !important;
    height:35px !important;
  }

  .testimonial-loop .owl-item.active.center img.customerimage{
    width:50px !important;
    height:50px !important;
  }
}

/* sam added - 1;40 - 02/09/2024 */

.testimonial-loop .owl-item.active.center .item{
  height:100%;
  min-height:404px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-loop .owl-stage {
  display:flex;
  align-items:center;
  justify-content:center;
}

.testimonial-loop .owl-nav.disabled{
  display:flex !important;
}

@media (min-width:600px) and (max-width:767px){
  .testi-padding-lr-50px{
    padding-left:35px !important;
    padding-right:35px !important;
  }
}

@media (max-width: 767px) {
  .testimonial-loop .owl-item.active.center {
    /* remove from old  in @media (max-width: 767px)*/
    font-size: 13px !important;
    min-height: 300px !important;
  }

  .testimonial-loop .owl-stage {
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .testimonial-loop .owl-item.active.center .item {
    /* remove from old in @media (max-width: 767px)*/
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px;
    height: auto;
  }
}

@media (min-width:768px) and (max-width:1300px){
  .testi-padding-lr-50px{
    padding-left:50px !important;
    padding-right:50px !important;
  }
}

@media (min-width:1000px) and (max-height:650px) {
  .testimonial-loop .owl-item.active.center {
    font-size: 14px !important;
  }
}

/* sam added - 7:20pm - 02/09/2024 */

@media (max-width: 767px) {
  .product-list-between {
    /*remove from old @media (max-width: 767px) &amp; update this*/
    width: 100%;
    flex-direction: row !important;
    justify-content: center !important;
  }

  .product-list-between&gt;div{
    padding:1rem;
    text-align:center
  }

  .leftsidebar-productmenu &gt; div {
    /*remove from old @media (max-width: 767px) &amp; update this*/
    float: left;
    margin-right: 4%;
    flex: 0 0 150px;
  }

  .order-move-2 {
    /*remove from old @media (max-width: 767px) &amp; update this*/
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    padding-top: 0 !important;
  }

  .leftsidebar-productmenu &gt; div:last-child {
    margin-right: 0;
  }

  .product-slider .owl-item, .product-slider .owl-item&gt;.item&gt;img {
    height: 300px !important;
  }

  .mobile-small-text-c{
    font-size:14px !important
  }

  .mobile-small-text-c+p{
    font-size:16px !important
  }
}

.product-specification-tab-image{
  height: 125px;
  border-radius: 50%;
  padding: 15px;
}

/* sam added - 8:28pm - 02/09/2024 */

.product-slider1{
  margin-right:70px;
}

@media (max-width: 767px) {
  .margin-bottom-m-50px{
    margin-bottom:1px;
  }

  .country-tab-vst .px-8 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .text-\[20px\] {
    font-size: 12px;
  }

  .product-slider1{
    margin-right:10px;
  }

  .order-move-2 button.px-4, .order-move-2 a.px-4 {
    border-radius: 5px !important;
  }

  .product-list-between&gt;div {
    /*remove old @media (max-width: 767px) &amp; update this*/
    padding: 0 1rem;
    text-align: center;
    margin-bottom: 0 !important;
  }

  .country-tab-vst&gt;div {
    /*remove old @media (max-width: 767px) &amp; update this*/
    padding: 10px 15px 10px 0;
  }

  .product-list-between {
    margin-bottom: 0 !important;
  }

  .product-leftright-menu .text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
  }
}

/* sam added - 6:55am - 03/09/2024 */

.sidebartab {
  /*remove form old &amp; update this*/
  background-color: #a7a7a7;
  color: #fff;
}

.rounded-tl-r {
  /*remove form old &amp; update this*/
  border-top-left-radius: 20px;
}

.submenu {
  /*remove form old &amp; update this*/
  display: none;
  padding-left: 0;
}

.max-w-85{
  max-width:85%;
  margin:auto;
}

.marketlocationSection .languagepopup {
  margin-right:0;
}

.contact-form-card {
  /*remove form old &amp; update this*/
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 35px;
}

.padding-tb-50-lr-30{
  padding-top:35px;
}

.height-overflow-auto-100 {
  max-height: 100% !important;
  overflow: auto !important;
}

.overflow-auto-max-100{
  max-width:100%;
  overflow:auto;
}

.modal .max-w-\[300px\] {
  max-width: 420px;
}

#map svg {
  width: 100% !important;
  height: auto !important;
}

.scrollable {
  /*remove form old &amp; update this*/
  height: 500px;
  overflow-y: scroll;
  padding-right: 10px;
}

.padding-topbottom5rem{
  padding-top:5rem;
  padding-bottom:5rem;
}

@media (min-width: 451px) and (max-width: 767px) {
  .mx-64 {
    /*remove form old @media (min-width: 451px) and (max-width: 767px) &amp; update this*/
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media (max-width:767px){
  .innovation-none-m.my-5{
    margin-top:2rem !important;
  }

  .about-us-slider .padding-lr-mobile-2{
    text-align:center;
  }

  .testimonial-loop .owl-nav&gt;button {
    margin: 15px 8px;
  }

  .sustainability-grid .text-\[24px\] {
    font-size: 18px !important;
  }

  .event-splide .h-\[345px\] {
    height: 275px !important;
  }

  #view_site {
    background-color: #008C44 !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .contact-form-card {
    /*remove form old @media (max-width:767px) &amp; update this*/
    border: 0;
  }

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

  .padding-tb-50-lr-30{
    padding-top:50px;
    padding-bottom:0;
    padding-left:30px;
    padding-right:30px;
  }

  .sub_category_description_tab button.text-medium-mobile, .sub_category_description_tab a.text-medium-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .products-tabs-title button.tab-button {
    /*remove form old @media (max-width:767px) &amp; update this*/
    display: flex;
    align-items: center;
    padding: 5px 20px;
    padding-right: 20px;
    text-align: center !important;
    justify-content: center !important;
  }

  .contact-detail&gt;div&gt;div.items-center{
    justify-content:center !important
  }

  .productspecificationtab img{
    -o-object-fit:contain !important;
       object-fit:contain !important
  }

  .text-\[20px\] {
    font-size: 12px !important;
  }

  .leftsidebar-productmenu &gt; div {
    /*remove form old @media (max-width:767px) &amp; update this*/
    float: left;
    margin-right: 4%;
    flex: 0 0 150px;
    text-align: center;
  }

  .testimonial-loop .owl-item, .testimonial-loop .owl-item.active {
    /*remove form old @media (max-width:767px) &amp; update this*/
    font-size: 12px !important;
    display: flex;
    align-items: center;
  }

  .sub_category_description_tab-brochure&gt;div {
    /*remove form old @media (max-width:767px) &amp; update this*/
    width: 100%;
    overflow: auto;
    justify-content: center !important;
  }

  .video-modal-content iframe {
    width: 100% !important;
    height: calc(100vh - 10em);
  }

  .cust-galabout .owl-dots{
    width: 100% !important;
    text-align: center !important;
    padding-right: 15px !important;
  }

  .openbrochureSection .display-flex-mobile{
    justify-content: center !important;
    display: flex !important;
  }

  .height-overflow-auto-100{
    max-height:100% !important;
    overflow:auto !important
  }

  .page-id-298 .min-h-\[280px\] {
    min-height:auto !important;
  }

  .page-id-298 .h-\[280px\]{
    height:100px !important;
  }

  .page-id-298  .cust-gal .owl-item {
    height: auto !important;
  }

  .product-card-homepage{
    height:auto !important
  }

  .font-12px-mobile {
    font-size: 14px !important;
    line-height: 18px;
    height: 50px;
  }

  .product-slide div.heigg-65px{
    line-height:16px;
  }
}

@media (min-width:600px) and (max-width:992px){
  .w-96 {
    width: 15rem !important;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .marlr-20px{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .marketlocationSection .countrypopup, .marketlocationSection .languagepopup{
    margin-left:20px !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .cust-gal-auto-nav .owl-item{
    min-height:150px;
  }

  .cust-gal-auto-nav .item{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .cust-galabout .owl-nav {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 55%;
    display: flex;
  }

  .textalign-centermobile{
    text-align:left;
  }

  .modal .max-w-\[300px\] {
    max-width: 250px;
  }

  .sub_category_description_tab-brochure&gt;div {
    width: 100%;
    overflow: auto;
    justify-content: center !important;
  }

  .mx-64 {
    /*remove form old @media (min-width:768px) and (max-width:1024px) &amp; update this*/
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .map-section {
    width: 275px;
    padding-right: 10px;
  }

  .contact-form-card{
    width:400px;
    padding:10px;
  }

  .sub_category_description_tab button.text-medium-mobile, .sub_category_description_tab a.text-medium-mobile {
    font-size: 15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .modal .text-\[30px\] {
    font-size: 22px !important;
  }

  .map-section+.lg\:justify-start{
    justify-content:start;
  }

  .modal .padding-tb-50-lr-30&gt;.text-content{
    padding-right: 12px;
  }
}

@media (min-width:993px) and (max-width:1230px){
  .padding-tb-50-lr-30, .map-section {
    width:340px !important;
  }

  .contact-form-card{
    width:450px;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .cust-galabout .owl-nav {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 55%;
    display: flex;
  }

  .modal .max-w-\[300px\] {
    max-width: 290px;
  }

  .modal .text-\[30px\] {
    font-size: 25px;
  }

  ul.list-disc li {
    list-style-position: inside;
    font-size: 13px;
  }

  .mx-64 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .map-section {
    width: 500px;
    padding-right:25px;
  }

  .contact-form-card{
    width: 450px;
  }
}

@media (min-width:1301px) and (max-width:1600px) {
  .text-\[45px\] {
    font-size: 35px;
  }

  .mx-64 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .h-\[280px\] {
    height: 225px;
  }

  .min-h-\[280px\] {
    min-height: 100px;
  }
}

@media (min-width:1601px){
  .max-w-\[300px\] {
    max-width: 375px;
  }
}

@media (min-width: 992px) and (max-width: 1650px) {
  .button-text-14px {
    font-size: 11px !important;
  }

  .product-slider .owl-item&gt;.item&gt;img, .product-slider .owl-item {
    height: 325px !important;
  }
}

@media (min-width:700px) and (max-width:992px){
  .button-text-14px {
    font-size: 11px !important;
  }

  .product-slider .owl-item {
    height: 240px !important;
  }

  .product-slider .owl-item&gt;.item&gt;img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    height: 250px !important;
  }

  .thumbnail-verti-horizon.owl-thumbs {
    height: 150px !important;
    overflow: auto !important;
    flex-wrap: nowrap !important;
  }
}

@media (min-width:1301px) and (max-width:1350px){
  .map-section {
    width: 600px;
  }
}

.bg-postion-data{
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}

.language.dropdown .dropdown-item{
  font-size: 12px;
}

.country.dropdown .dropdown-item{
  font-size: 12px;
}

.country.dropdown .submenu-item{
  font-size: 12px!important;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .language.dropdown .dropdown-item{
    font-size: 12px!important;
  }

  #country-dropdown.dropdown .dropdown-item{
    font-size: 12px!important;
  }

  #country-dropdown.dropdown a{
    font-size: 12px!important;
  }

  .country.dropdown .submenu-item{
    font-size: 12px!important;
  }
}

/* sam added - 1:14pm - 04/09/2024 */

.testimonial-loop.owl-carousel.owl-drag .owl-item {
  transition: all .1s ease-in-out !important;
}

@media (max-width:767px){
  .padding-topbottom5rem {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rightdescription-product{
    height: auto;
    max-height: 100%;
  }

  #milestone&gt;div.padding-leftright-70px{
    text-align:center;
  }

  .\[\&amp;\&gt;p\]\:text-\[14px\]&gt;p {
    font-size: 12px;
    line-height: 16px;
  }

  #milestone&gt;div.padding-leftright-70px&gt;h2{
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(0 140 68 / var(--tw-border-opacity));
    margin:0 auto;
    display:inline-block;
    width:auto;
    font-size:22px;
  }
}

@media (min-width:1000px) and (max-height:650px) {
  .testimonial-loop .owl-item.active.center {
    width: 355px !important;
    min-height: 404px !important;
    font-size: 16px !important;
  }

  .testimonial-loop .owl-item.active {
    width: 270px !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
  }
}

@media (max-width:1024px){
  .custom-banner-height {
    height: 43vh !important;
  }

  .homepage-mb-minus
	{
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  #become-dealer-modal input, #become-dealer-modal select, #become-dealer-modal button{
    height:42px;
  }

  .mb-flex-center{
    justify-content: center !important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .mb-flex-start{
    justify-content:start!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .bottom-padding-mobile-15vh {
    padding-bottom: 3vh;
  }

  .homepage-mb-minus
		{
    margin-top: 10px;
  }

  .h-screen, video {
    height: 30vh !important;
  }

  .custom-banner-height {
    height: 30vh !important;
  }
}

.paddingright15pix{
  padding-right:50px;
}

.testimonial-loop .owl-item {
  display: flex;
  align-items: center;
  visibility:hidden;
}

.testimonial-loop .owl-item.active {
  visibility:visible;
}

@media (max-width:350px){
  .testimonial-loop .owl-item.active.center .item {
    min-height: 350px;
    height: auto;
  }

  .testimonial-loop .owl-item.active.center {
    width: 265px !important;
    min-height: 350px !important;
    font-size: 14px !important;
  }

  .testimonial-loop .owl-item {
    min-height: 350px !important;
    font-size: 12px !important;
  }
}

@media (min-width:351px) and (max-width:365px){
  .testimonial-loop .owl-item.active.center .item {
    min-height: 350px;
    height: auto;
  }

  .testimonial-loop .owl-item.active.center {
    width: 285px !important;
    min-height: 350px !important;
    font-size: 14px !important;
  }

  .testimonial-loop .owl-item {
    min-height: 350px !important;
    font-size: 12px !important;
  }
}

@media (min-width:366px) and (max-width:375px){
  .testimonial-loop .owl-item.active.center .item {
    min-height: 350px;
    height: auto;
  }

  .testimonial-loop .owl-item.active.center {
    width: 300px !important;
    min-height: 350px !important;
    font-size: 14px !important;
  }

  .testimonial-loop .owl-item {
    min-height: 350px !important;
    font-size: 12px !important;
  }
}

@media (min-width:376px) and (max-width:400px){
  .testimonial-loop .owl-item.active.center .item {
    min-height: 350px;
    height: auto;
  }

  .testimonial-loop .owl-item.active.center {
    width: 315px !important;
    min-height: 350px !important;
    font-size: 14px !important;
  }

  .testimonial-loop .owl-item {
    min-height: 350px !important;
    font-size: 12px !important;
  }
}

@media (min-width:401px) and (max-width:600px){
  .testimonial-loop .owl-item.active.center .item {
    min-height: 350px;
    height: auto;
  }

  .testimonial-loop .owl-item.active.center {
    width: 345px !important;
    min-height: 350px !important;
    font-size: 14px !important;
  }

  .testimonial-loop .owl-item {
    min-height: 350px !important;
    font-size: 12px !important;
  }
}

@media (min-width:601px) and (max-width:767px){
  .testimonial-loop .owl-item.active.center .item {
    min-height: 350px;
    height: auto;
  }

  .testimonial-loop .owl-item.active.center {
    width: 395px !important;
    min-height: 350px !important;
    font-size: 14px !important;
  }

  .testimonial-loop .owl-item {
    min-height: 350px !important;
    font-size: 12px !important;
  }
}

@media (min-width:768px){
  .noflexwrapfromtab{
    flex-wrap:nowrap;
  }
}

@media (max-width: 767px) {
  .testimonial-loop .owl-item {
    visibility:visible;
  }

  .testimonial-loop .owl-stage {
    padding-right: 5px;
    padding-left: 10px !important;
  }

  .top-4 {
    top: 1.5rem;
  }

  .right-4 {
    right: .5rem;
  }

  .becomedealer-overlay {
    height: auto !important;
    padding-top: 200px;
    padding-bottom: 30px;
  }

  #become-dealer-modal{
    max-height:100%;
    overflow:auto;
  }

  .testimonial-loop .owl-item img.h-\[52px\] {
    width: 35px !important;
    height: 35px !important;
  }

  .innovation-none-m.my-5 {
    /*remove old css from @media (max-width: 767px) &amp; update this*/
    margin-top: 1.5rem !important;
  }

  .padding-5rem-desktop a{
    font-size:12px;
  }
}

@media (max-width:449px){
  .custom-flex {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
  }

  .padding-5rem-desktop{
    padding-left:1rem;
    padding-right:1rem;
  }
}

@media (min-width:450px) and (max-width: 599px) {
  .custom-flex {
    display: flex;
    flex-direction:row;
    flex: 0 0 100%;
    justify-content: space-between;
  }

  .padding-5rem-desktop{
    padding-left:2px;
    padding-right:2px;
  }
}

@media (min-width:600px) and (max-width: 767px) {
  .custom-flex {
    display: flex;
    flex-direction:row;
    flex: 0 0 100%;
    justify-content: space-between;
  }

  .padding-5rem-desktop{
    padding-left:20px;
    padding-right:20px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .padding-5rem-desktop {
    padding-left: 4px;
    padding-right: 4px;
  }

  .testimonial-loop .owl-item.active.center .item {
    min-height: 400px;
    height: auto;
  }

  .testimonial-loop .owl-item .item {
    padding-left:1rem !important;
    padding-right:1rem !important;
  }

  .testimonial-loop .owl-item {
    min-height: 350px !important;
    font-size:12px !important;
  }

  .testimonial-loop .owl-item.active.center {
    min-height: 300px !important;
    font-size: 14px !important;
    width:396px !important;
  }
}

@media (min-width:993px) and (max-width:1024px) {
  .padding-5rem-desktop{
    padding-left:0;
    padding-right:0;
  }

  .noflexwrapfromtab{
    flex-wrap:nowrap;
  }

  .testimonial-loop .owl-item.active.center .item {
    min-height: 450px;
    height: auto;
  }

  .testimonial-loop .owl-item.active.center {
    width: 290px !important;
    min-height: 350px !important;
    font-size: 16px !important;
  }

  .testimonial-loop .owl-item {
    min-height: 350px !important;
    font-size:12px !important;
  }
}

@media (min-width:1025px) and (max-width:1050px) {
  .padding-5rem-desktop{
    padding-left:0;
    padding-right:0;
  }

  .noflexwrapfromtab{
    flex-wrap:nowrap;
  }
}

@media (min-width:1051px) and (max-width:1100px) {
  .padding-5rem-desktop{
    padding-left:2px;
    padding-right:2px;
  }
}

@media (min-width:1101px) and (max-width:1200px) {
  .padding-5rem-desktop{
    padding-left:9px;
    padding-right:9px;
  }
}

@media (min-width:1201px) and (max-width:1300px) {
  .padding-5rem-desktop{
    padding-left:0.8rem;
    padding-right:0.8rem;
  }
}

@media (min-width:1301px) and (max-width:1400px) {
  .padding-5rem-desktop{
    padding-left:0.4rem;
    padding-right:0.4rem;
  }
}

@media (min-width:1401px) and (max-width:1535px) {
  .padding-5rem-desktop{
    padding-left:0.3rem;
    padding-right:0.3rem;
  }
}

@media (min-width:1536px) and (max-width:1600px) {
  .padding-5rem-desktop{
    padding-left:0.5rem;
    padding-right:0.5rem;
  }
}

@media (min-width:1601px) and (max-width:1749px){
  .padding-5rem-desktop{
    padding-left:2rem;
    padding-right:2rem;
  }

  .padding-5rem-desktop-new{
    padding-left:0.5rem;
    padding-right:0.5rem;
  }
}

@media (min-width:1750px){
  .padding-5rem-desktop{
    padding-left:3rem;
    padding-right:3rem;
  }
}

/* sam added - 8:53am - 06/09/2024 */

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #008c44;
  border-radius: 10px;
}

.dropdown.active .dropdown-btn::after {
  /*remove from old &amp; update this*/
  transform: rotate(223deg);
  top: 22px;
}

.dropdown-item.has-submenu.active::after {
  /*remove from old &amp; update this*/
  transform: rotate(223deg);
  top: 23px;
}

.dropdown-item.has-submenu::after {
  /*remove from old &amp; update this*/
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  right: 10px;
  top: 18px;
  position: absolute;
}

.dropdown-content {
  /*remove from old &amp; update this*/
  display: none;
  position: absolute;
  background-color: rgb(51 51 51 / 85%);
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 200px;
  top: 50px;
  left: 10px;
  text-align: left;
}

.testimonial-loop .owl-nav&gt;button {
  /*remove from old &amp; update this*/
  align-items: center;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 1;
  padding: 0;
  width: 2em;
  z-index: 1;
  background-color: #fff !important;
  margin: 15px 7.5px;
  border-radius: 5px;
}

.splide__arrow--prev {
  /*remove from old &amp; update this*/
  align-items: center;
  background: white;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  padding: 0;
  width: 2em;
  z-index: 1;
  margin: 0 7.5px;
}

.splide__arrow--next {
  /*remove from old &amp; update this*/
  align-items: center;
  background: white;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 1;
  padding: 0;
  width: 2em;
  z-index: 1;
  margin: 0 7.5px;
}

.cust-galabout .owl-nav&gt;button {
  /*remove from old &amp; update this*/
  width: 31%;
  align-items: center;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity)) !important;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 1;
  padding: 0;
  width: 2em;
  z-index: 1;
  margin: 0 7.5px;
}

.corporate-responsibility .owl-carousel .owl-nav .owl-prev, .corporate-responsibility .owl-carousel .owl-nav .owl-next {
  /*remove from old &amp; update this*/
  font-size: 25px !important;
  background: #E7F2ED !important;
  padding: 2px 14px 8px 14px !important;
  margin: 0 7.5px;
  line-height: 1 !important;
}

input[name=name], input[name=city]{
  text-transform: capitalize;
}

.noflexwrapfromtab{
  flex-wrap:nowrap;
}

#become-dealer-modal.modal .modal-content {
  min-height: auto !important;
  height:auto !important;
}

#become-dealer-modal .md\:top-8 {
  top: 0rem;
}

.becomedealer-overlay{
  height:auto !important;
  padding-bottom: 50px;
}

.sustainability-grid{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 500px) and (max-width: 767px) {
  .sustainability-articles-card {
    width: 48%;
    margin: 1%;
  }
}

@media (max-width:767px){
  .sustainability-articles-card img.h-\[300px\] {
    height: 225px;
  }

  .cust-gal-auto-nav .owl-item .item{
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #become-dealer-modal #dealer-form button {
    width: 200px;
  }

  #become-dealer-modal.modal .modal-content {
    min-height: 100% !important;
    height: 100% !important;
  }
}

@media (min-width:992px) and (max-width:1024px){
  .sustainability-articles-card {
    width: 31% !important;
    margin: 1% !important;
  }

  .sustainability-grid .w-\[150px\] {
    width: 148px;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .sustainability-grid{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #become-dealer-modal {
    max-height: 100%;
    overflow: auto;
  }

  #become-dealer-modal .md\:pt-12 {
    padding-top: 18rem;
  }

  #become-dealer-modal.modal .modal-content {
    min-height: 100% !important;
    height: 100% !important;
  }
}

@media (min-width:768px) and (max-width:1535px){
  .left-line-aftertitle::after {
    width: 52px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .sustainability-articles-card {
    /*remove from old @media (min-width: 1025px) and (max-width: 1300px) &amp; update this*/
    width: 31%;
    margin: 1%;
  }

  .dropdown.active .dropdown-btn::after {
    transform: rotate(223deg);
    top: 18px !important;
  }

  .dropdown-item.has-submenu.active::after {
    transform: rotate(223deg);
    top: 24px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1400px) {
  .sustainability-articles-card {
    width: 31%;
    margin: 1%;
  }
}

@media (min-width: 1401px) and (max-width: 1535px) {
  .padding-5rem-desktop {
    /*remove old css from @media (min-width: 1401px) and (max-width: 1535px) &amp; update this*/
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .marketlocationSection .dropdown-btn::after {
    top: 15px;
  }

  .dropdown-btn::after, .dropdown-item.has-submenu::after {
    top: 14px;
  }

  .dropdown.active .dropdown-btn::after {
    transform: rotate(223deg);
    top: 19px;
  }

  .dropdown-item.has-submenu.active::after {
    transform: rotate(223deg);
    top: 23px !important;
  }

  .dropdown-item.has-submenu::after {
    top: 18px !important;
  }
}

select option.placeholder-option {
  color: gray;
  /* Placeholder text color */
}

select:focus option.placeholder-option {
  color: black;
  /* Reset color on focus */
}

@media (min-width: 1000px) and (max-height: 650px) {
  .text-40px {
    font-size: 40px !important;
  }
}

#become-dealer-modal .md\:top-8 {
  top: 1rem;
}

.zoom-container {
  overflow: hidden;
  position: relative;
}

.zoom-container img {
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.globalproduct-slider .owl-dot {
  width: 20px;
  height: 6px;
  background: #AFAFAF !important;
  margin-left:  5px !important;
}

.globalproduct-slider .owl-dot.active {
  width: 83px;
  height: 6px;
  background: #008C44 !important;
}

.globalproduct-slider  .owl-nav button {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  width: 2em;
  z-index: 1;
}

.globalproduct-slider  .owl-nav{
  display: flex;
  justify-content: flex-end;
}

.globalproduct-slider  .owl-nav .owl-prev{
  margin-right:15px;
}

.globalproduct-slider .owl-next span,  .globalproduct-slider  .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
}

@media (max-width:667px){
  .cust-galcorporate-responsibity h2
	{
    text-align: center;
  }

  .cust-gal-news2 .owl-dots {
    width: 100%;
    float: left;
  }

  .cust-gal-news1 .owl-dots {
    width: 100%;
    float: left;
  }

  .marketlocationSection .dropdown-content {
    width: 300px;
  }

  .max-w-85
{
    max-width: 100%!important;
  }

  .mobile-flex 
{
    display: block!important;
  }

  .languagepopup.dropdown.w-96 {
    margin: 0px auto;
    width: 98% !important;
  }

  .countrypopup.dropdown.w-96 {
    margin: 0px auto;
    width: 98% !important;
  }

  .languagepopup .dropdown-item.has-submenu {
    display: inline-block;
    position: relative;
    width: 90%;
    border-bottom: 0px solid #ddd!important;
  }

  .countrypopup .dropdown-item.has-submenu {
    border-bottom: 0px solid #ddd!important;
  }

  .languagepopup .submenu .submenu-item {
    border-bottom: 0px solid #ddd!important;
  }

  .countrypopup .submenu .submenu-item {
    border-bottom: 0px solid #ddd!important;
  }

  .countrypopup .dropdown-item.has-submenu {
    display: inline-block;
    position: relative;
    width: 90%;
  }

  .mobile-flex 
  {
    display: block;
  }
}

#mobile-menu  .dropdown-content{
  position: static;
  box-shadow: none;
  width: 100%;
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .about-us33{
    padding-left: 2px;
    line-height: 20px !important;
  }

  .owl-carousel.product-slide .owl-stage{
    padding-right: 0px!important;
  }

  .owl-carousel.product-slide .owl-item {
    width: 95px !important;
  }
}

@media (min-width: 810px) and (max-width: 1080px) {
  .owl-carousel.product-slide .owl-stage{
    padding-right: 0px!important;
  }

  .owl-carousel.product-slide .owl-item {
    width: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #counter-section .text-\[30px\] {
    font-size: 20px !important;
  }

  #contact_country_code{
    height: 50px;
  }

  .video-modal-content iframe {
    width: auto;
    height: calc(100vh - 10em);
  }
}

@media (max-width: 480px) {
  .video-modal-content iframe {
    width: 100% !important;
    height: 250px;
  }
}

@media (min-width: 480px) and (max-width: 667px) {
  .video-modal-content iframe {
    width: 400px!important;
    height: 300px;
  }
}

@media (min-width: 667px) and (max-width: 768px) {
  .video-modal-content iframe {
    width: 600px!important;
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .video-modal-content iframe {
    width: 600px;
    height: 500px;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure &gt; *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture &gt; img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose &gt; :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose &gt; :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote &gt; cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote &gt; cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `components` layer
 *
 * â€œAdd more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

@media (max-width:767px){
  .page-title,
.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .page-title,
.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .page-title,
.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width:1301px) and (max-width:1600px) {
  .page-title,
.entry-title {
    font-size: 1.65rem;
    line-height: 2.12rem;
  }
}

@media (max-width:767px){
  .page-title,
.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width:768px) and (max-width:1023px){
  .page-title,
.entry-title {
    /*remove the old and update this css*/
    font-size: 1.35rem;
    line-height: 1.75rem;
  }
}

@media (min-width:1025px) and (max-width:1300px){
  .page-title,
.entry-title {
    /*remove the old and update this css*/
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content &gt;` and `.entry-content &gt;`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content &gt; *,
.entry-content &gt; * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content &gt; .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content &gt; .alignfull {
  max-width: none;
}

.entry-content &gt; .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content &gt; .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!right-0 {
  right: 0px !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-\[0px\] {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.me-0 {
  margin-inline-end: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.box-border {
  box-sizing: border-box;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[102px\] {
  height: 102px;
}

.h-\[136px\] {
  height: 136px;
}

.h-\[140px\] {
  height: 140px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[17px\] {
  height: 17px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[345px\] {
  height: 345px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[5px\] {
  height: 5px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[65px\] {
  height: 65px;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[7px\] {
  height: 7px;
}

.h-\[80px\] {
  height: 80px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-96 {
  width: 24rem;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[5px\] {
  width: 5px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-\[174px\] {
  min-width: 174px;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[174px\] {
  max-width: 174px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[30px\] {
  max-width: 30px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[650px\] {
  max-width: 650px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[30\%\2c 70\%\] {
  grid-template-columns: 30% 70%;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.\!rounded-\[3rem\] {
  border-radius: 3rem !important;
}

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#00381b\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 56 27 / var(--tw-border-opacity));
}

.border-\[\#008C44\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 68 / var(--tw-border-opacity));
}

.border-\[\#008c44\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 68 / var(--tw-border-opacity));
}

.border-\[\#E6E9EE\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 233 238 / var(--tw-border-opacity));
}

.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.\!bg-\[\#E7F2ED\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#000000C4\] {
  background-color: #000000C4;
}

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#00381B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 27 / var(--tw-bg-opacity));
}

.bg-\[\#008C44\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 68 / var(--tw-bg-opacity));
}

.bg-\[\#CBCBCB40\] {
  background-color: #CBCBCB40;
}

.bg-\[\#E7F2ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF99\] {
  background-color: #FFFFFF99;
}

.bg-\[\#e7f2ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[0\.68rem\] {
  padding-top: 0.68rem;
  padding-bottom: 0.68rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[1\.7rem\] {
  padding-bottom: 1.7rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-0 {
  padding-right: 0px;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[1\.7rem\] {
  padding-top: 1.7rem;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

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

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

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

.font-sans {
  font-family: Open Sans, sans-serif;
}

.\!text-\[12px\] {
  font-size: 12px !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-tight {
  line-height: 1.25;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#008C44\] {
  --tw-text-opacity: 1;
  color: rgb(0 140 68 / var(--tw-text-opacity));
}

.text-\[\#008c44\] {
  --tw-text-opacity: 1;
  color: rgb(0 140 68 / var(--tw-text-opacity));
}

.text-\[\#009846\] {
  --tw-text-opacity: 1;
  color: rgb(0 152 70 / var(--tw-text-opacity));
}

.text-\[\#061C3D\] {
  --tw-text-opacity: 1;
  color: rgb(6 28 61 / var(--tw-text-opacity));
}

.text-\[\#090920B2\] {
  color: #090920B2;
}

.text-\[\#262626\] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-\[\#2F2F2F\] {
  --tw-text-opacity: 1;
  color: rgb(47 47 47 / var(--tw-text-opacity));
}

.text-\[\#394050\] {
  --tw-text-opacity: 1;
  color: rgb(57 64 80 / var(--tw-text-opacity));
}

.text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.text-\[\#494949\] {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

.text-\[\#545454\] {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity));
}

.text-\[\#585858\] {
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity));
}

.text-\[\#9EA2AE\] {
  --tw-text-opacity: 1;
  color: rgb(158 162 174 / var(--tw-text-opacity));
}

.text-\[\#A5A5A5\] {
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}

.text-\[\#B4B7C1\] {
  --tw-text-opacity: 1;
  color: rgb(180 183 193 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.placeholder-\[\#494949\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(73 73 73 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#494949\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(73 73 73 / var(--tw-placeholder-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-90 {
  opacity: 0.9;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-color {
  background-blend-mode: color;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwindâ€™s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#008c44\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 68 / var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:top-4 {
    top: 1rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-\[450px\] {
    height: 450px !important;
  }
  .page-template-country-php .md\:\!h-\[450px\] {
    height: 600px !important;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[135px\] {
    min-height: 135px;
  }

  .md\:min-h-\[85vh\] {
    min-height: 85vh;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[450px\] {
    height: 450px;
  }

  .lg\:min-h-\[480px\] {
    min-height: 480px;
  }

  .lg\:min-h-\[90px\] {
    min-height: 90px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[30\%\2c 70\%\] {
    grid-template-columns: 30% 70%;
  }

  .lg\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 70% 30%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:rounded-tr-\[50px\] {
    border-top-right-radius: 50px;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pe-5 {
    padding-inline-end: 1.25rem;
  }

  .lg\:ps-5 {
    padding-inline-start: 1.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-\[-80px\] {
    padding-top: -80px;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

  .lg\:text-\[12px\] {
    font-size: 12px;
  }

  .lg\:text-\[13\.5px\] {
    font-size: 13.5px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[55px\] {
    font-size: 55px;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[50px\] {
    height: 50px;
  }

  .xl\:min-h-\[120px\] {
    min-height: 120px;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:text-\[13px\] {
    font-size: 13px;
  }

  .xl\:text-\[16px\] {
    font-size: 16px;
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:me-10 {
    margin-inline-end: 2.5rem;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-\[450px\] {
    height: 450px;
  }

  .\32xl\:min-h-\[80px\] {
    min-height: 80px;
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .\32xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:text-\[16px\] {
    font-size: 16px;
  }

  .\32xl\:text-\[18px\] {
    font-size: 18px;
  }

  .\32xl\:text-\[20px\] {
    font-size: 20px;
  }

  .\32xl\:text-\[30px\] {
    font-size: 30px;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.\[\&amp;\&gt;p\]\:mt-3&gt;p {
  margin-top: 0.75rem;
}

.\[\&amp;\&gt;p\]\:text-\[14px\]&gt;p {
  font-size: 14px;
}

.\[\&amp;\&gt;p\]\:text-\[18px\]&gt;p {
  font-size: 18px;
}

.\[\&amp;\&gt;p\]\:text-\[\#262626\]&gt;p {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.bg-postion-data1
{
	background-position: top !important;
}

html:lang(de) .product-slide .category-content {
  
  word-break: break-all;
}
html:lang(fr) .product-slide .category-content {
  
  word-break: break-all;
}
html:lang(it) .product-slide .category-content {
  
  word-break: break-all;
}
html:lang(es) .product-slide .category-content {
  
  word-break: break-all;
}
html:lang(nl) .product-slide .category-content {
  
  word-break: break-all;
}

.globalproduct-slider .owl-nav {
  display: flex;
  justify-content: center;
  width:100%;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1227px) {
  .leftsidebar-productmenu &gt; div {
    margin: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    flex: 0 0 200px;
    flex-grow: 0;
    float: left;
    flex-grow: 0;
  }
  .overflow-y-scroll.no-scrollbar.tractor-card-laptop
  {
    display: flex;
  }
}

@media (min-width: 1228px) and (max-width: 1440px) {
 .pt-8.order-move-2{
    min-width: 390px;
  }
}


@media (min-width: 1200px) and (max-width: 1440px) {
.page-id-791  .max-width\[500px\] {
    max-width: 300px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
 .page-id-791   .max-width-400 {
    max-width: 515px;
  }
}



@media (max-width: 767px) {
  .leftsidebar-productmenu &gt; div {
    float: left;
    margin-right: 4%;
    flex: 0 0 200px;
    text-align: center;
  }
}


@media (max-width:1024px) {
  .page-template-country-php .flex-width-200px &gt; a {
    flex: 0 0 250px;
  }

	
 .page-template-country-php .flex-width-200px.box4  a:first-child {


margin-left: 390px;

}
  .flex-width-200px.box4 {
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 90%;
  }
}

@media (max-width:468px) {
 .page-template-country-php .flex-width-200px.box4  a:first-child {

  margin-left: 50px;
}
}

.h-\[72px\] {
  height: 72px;
}
.h-\[50px\] {
  height: 50px;
}

.h-\[60px\] {
  height: 60px;
}


.px-\[12px\]
{
	padding-left:12px;
	padding-right:12px;
}

video::-webkit-media-controls-play-button {
    display: none !important;
  }

  video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }
.banner-slider1.owl-carousel .owl-item img {
  width: 100%;
}

#countrydropdownsearch{
  height: 35px;
  padding: 5px 8px;
  font-size: 14px;
  width: 100%;
}
.p8{
  padding: 5px 8px;
}

#countrydropdownsearch_mb{
  height: 35px;
  padding: 5px 8px;
  font-size: 14px;
  width: 100%;
}


@media (min-width: 768px) {
.md-hidden1{
  display: none!important;
}
.md-block1{
display:block!important;
}
}
@media (max-width: 768px){
.h-\[300px\] {
  height: 384px;
}
.md-hidden1{
  display: block!important;
}
.md-block1{
display:none!important;

}

}

.why-choose-us-image
{
  max-width: 400px;
  width: 100%;
  height: 328px;
  object-fit: cover;
}


 input[type="checkbox"].custom-checkbox {
        appearance: none;
        -webkit-appearance: none;
        width: 25px!important;
        height: 25px!important;
        border: 2px solid green;
        border-radius: 4px;
        position: relative;
        cursor: pointer;
    }

    /* Custom checkmark */
    input[type="checkbox"].custom-checkbox:checked::before {
        content: "âœ”";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: green;
    }

 input[type="checkbox"].custom-checkbox.error{
	border: 2px solid red!important;
}

#downloadcountrydropdownsearch {
  height: 35px;
  padding: 5px 8px;
  font-size: 14px;
  width: 100%;
}

.no_result_found{
	display:none;
	color:white;
	text-align:center;
	font-size:40px;
	margin-top:40px;
}



  .pt-90px {
    padding-top: 90px;
  }


.book-tractor-body{
background: white!important;
  padding: 40px 40px!important;
}

.gap-2rem{
	gap:2rem!important;
}
@media (max-width: 1024px) {
	.gap-2rem{
	gap:1rem!important;
}
}
.pt-29{
	padding-top:2rem;
	
}
.pb-29{
	padding-bottom:2rem;
	
}</pre></body></html>