*, ::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:  ;
}/*
! tailwindcss v3.4.16 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.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;
  }
}
.visible {
  visibility: visible;
}
.relative {
  position: relative;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.pl-10 {
  padding-left: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.capitalize {
  text-transform: capitalize;
}
/* 16:9 aspect ratio */
.asp-16-9 {
  aspect-ratio: 16/9;
}

/* 4:3 aspect ratio */
.asp-4-3 {
  aspect-ratio: 4/3;
}

/* 1:1 aspect ratio (square) */
.asp-1-1 {
  aspect-ratio: 1/1;
}

/* 3:2 aspect ratio */
.asp-3-2 {
  aspect-ratio: 3/2;
}

/* 8:5 (or 16:10) aspect ratio */
.asp-8-5 {
  aspect-ratio: 8/5;
}

/* 5:4 aspect ratio */
.asp-5-4 {
  aspect-ratio: 5/4;
}

/* 21:9 aspect ratio (ultrawide) */
.asp-21-9 {
  aspect-ratio: 21/9;
}

.asp-56-25 {
  aspect-ratio: 56/25; /* Equivalent to 21 / 9 but with more height */
}

.asp-63-33 {
  aspect-ratio: 63/33;
}

/* 3:1 aspect ratio */
.asp-3-1 {
  aspect-ratio: 3/1;
}

/* 4:1 aspect ratio */
.asp-4-1 {
  aspect-ratio: 4/1;
}

/* 5:1 aspect ratio */
.asp-5-1 {
  aspect-ratio: 5/1;
}

/* 2:3 aspect ratio */
.asp-2-3 {
  aspect-ratio: 2/3;
}

/* 1:3 aspect ratio */
.asp-1-3 {
  aspect-ratio: 1/3;
}

/* 2:1 aspect ratio */
.asp-2-1 {
  aspect-ratio: 2/1;
}

/* 1.6:1 aspect ratio */
.asp-1_6-1 {
  aspect-ratio: 1.6/1;
}

/* 1.4:1 aspect ratio */
.asp-1_4-1 {
  aspect-ratio: 1.4/1;
}

/* 3:4 aspect ratio */
.asp-3-4 {
  aspect-ratio: 3/4;
}

/* 1:4 aspect ratio */
.asp-1-4 {
  aspect-ratio: 1/4;
}

/* 9:16 aspect ratio (vertical 16:9) */
.asp-9-16 {
  aspect-ratio: 9/16;
}

.content-fluid {
  padding-right: 80px;
  padding-left: 80px;
  width: 100%;
}

.content-fluid2 {
  padding: 80px;
  width: 100%;
}



@media (max-width: 576px) {
  .content-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .content-fluid2 {
    padding: 25px;
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .content-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .content-fluid2 {
    padding: 25px;
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .content-fluid {
    padding-right: 45px;
    padding-left: 45px;
  }
  .content-fluid2 {
    padding: 45px;
    width: 100%;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .content-fluid {
    padding-right: 80px;
    padding-left: 80px;
  }
  .content-fluid2 {
    padding: 80px;
    width: 100%;
  }
}
@media (max-width: 1360px) {
  .graph-counters .grid1,
  .graph-counters .grid2,
  .graph-counters .grid3,
  .graph-counters .grid4 {
    width: 240px;
  }
  .graph-counters {
    flex-direction: column;
    gap: 30px;
  }
  .graph-counters .counters-grid {
    grid-gap: 24px;
    justify-content: center;
  }
  .graph-counters .counters-grid .grid1 {
    width: 250px;
    height: 175px;
    grid-area: 1/1/2/2;
  }
  .graph-counters .counters-grid .grid2 {
    width: 250px;
    height: 175px;
    grid-area: 1/2/2/3;
  }
  .graph-counters .counters-grid .grid3 {
    width: 250px;
    height: 175px;
    grid-area: 2/2/3/3;
  }
  .graph-counters .counters-grid .grid4 {
    width: 250px;
    height: 175px;
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 576px) {

  .graph-counters .counters-grid .grid1 {
    width: 170px;
  }
  .graph-counters .counters-grid .grid2 {
    width: 170px;
  }
  .graph-counters .counters-grid .grid3 {
    width: 170px;
  }
  .graph-counters .counters-grid .grid4 {
    width: 170px;
  }

  h1, .h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 39.4px !important;
  }
  h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 36.2px !important;
  }
  .responsive-full-width {
    width: 100% !important;
  }
  .products .products-listing {
    justify-content: center !important;
    gap: 30px;
  }

  .navigation-bar {
    display: none;
  }
  .navigation-bar2 {
    display: flex;
  }
  .navigation-bar2 .btn2 {
    font-size: 13px;
    padding: 6px 13px 6px 13px;
  }
  .responsive-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .responsive-flex-col {
    flex-direction: column !important;
  }
  .info-tablet {
    position: relative !important;
    margin-top: 30px;
    width: 100% !important;
    gap: 25px;
  }
 
  .news {
    padding: 25px !important;
  }
  .testimonials {
    padding: 25px !important;
  }
  .partners .partners-listing {
    justify-content: space-evenly !important;
    gap: 30px;
  }
  .newsletter {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .newsletter .newsletter-form {
    flex-direction: column;
  }
  footer .bar {
    flex-direction: column;
    padding: 25px 10px !important;
    height: -moz-fit-content;
    height: fit-content;
  }
  footer .bar h3 {
    font-size: 14px !important;
  }
  footer .section1 {
    flex-direction: column !important;
    margin-bottom: 70px;
    gap: 30px;
  }
  footer .section2 {
    height: -moz-fit-content !important;
    height: fit-content !important;
    flex-direction: column;
  }
  footer .section2 .footer-links {
    flex-wrap: wrap;
  }
  footer .section2 .footer-socials {
    width: 100;
    max-width: unset !important;
    align-items: center;
  }
  footer .section3 {
    flex-direction: column-reverse;
    height: -moz-fit-content !important;
    height: fit-content !important;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .section3 .pages-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .graph-counters .counters-grid .responsive-align-items-center {
    align-items: center !important;
  }
  .graph-counters .counters-grid .grid1 {
    flex-direction: column;
    text-align: center;
  }
  .graph-counters .counters-grid .grid2 {
    flex-direction: column;
    text-align: center;
  }
  .graph-counters .counters-grid .grid3 {
    flex-direction: column;
    text-align: center;
  }
  .graph-counters .counters-grid .grid4 {
    flex-direction: column;
    text-align: center;
  }
  .burger-page {
    transform: translate(100%, 0);
    transition: all 0.3s ease-in-out;
    background-color: rgba(195, 204, 211, 0.5019607843);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex !important;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border: 2px solid black;
  }
  .burger-page .burger-menu {
    top: 38px;
    right: 31px;
    position: absolute;
  }
  .burger-menu-active {
    transform: translate(0, 0);
    transition: all 0.3s ease-in-out;
  }
  .news-card {
    width: 100% !important;
    height: 470px !important;
  }
  .child-items,
  .child-items2 {
    display: none;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    gap: 7px;
    margin-top: 7px;
  }
  .child-items2 {
    padding-bottom: 15px;
  }
  .item .arrow {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item.active .arrow i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .item .child-items .item a .arrow2 {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item .child-items .active a .arrow2 i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .item .child-ite2ms .item a .arrow3 {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item .child-items2 .active a .arrow3 i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .big-products {
    flex-direction: column;
  }
  .material2,
  .material3,
  .form2 {
    flex-direction: column;
  }
  .material2 .box,
  .material3 .box,
  .form2 .box {
    margin-top: 20px;
  }
  .faq-section .information {
    flex-direction: column;
  }
  .faq-section .information .seperator {
    display: none;
  }
  .market-segment-item {
    width: 100%;
  }
  .footer-links {
    padding-left: 0 !important;
  }
  .footer-links .parent {
    margin-right: 0 !important;
    width: 40%;
  }
  .only-mobile {
    display: flex !important;
  }
  .no-mobile {
    display: none !important;
  }
  .post {
    height: 1000px;
    gap: 20px !important;
  }
  .post .side {
    width: 100% !important;
    height: 100% !important;
  }
  .nav-items .item a:hover {
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
  .global-product {
    width: 100% !important;
  }
  .products .products-listing {
    flex-direction: column;
  }
  .products .products-listing .swiper-slide {
    width: 100% !important;
  }
  .material3 .box {
    width: 100% !important;
  }
  .faq-section {
    padding: 0 !important;
  }
  .faq-section .information .text-start {
    width: 100%;
    align-items: center;
  }
  .form-group {
    flex-direction: column;
  }
  .form-group .half-width {
    width: 100%;
  }
  .quote-form-container {
    height: 1450px !important;
  }
  .has-children {
    text-align: left;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .has-children {
    text-align: left;
  }

  .navigation-bar {
    display: none;
  }
  .navigation-bar2 {
    display: flex;
  }
  .navigation-bar2 .btn2 {
    font-size: 14px;
    padding: 10px 13px 10px 13px;
  }
  .responsive-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .responsive-flex-col {
    flex-direction: column !important;
  }
  .info-tablet {
    position: relative !important;
    margin-top: 30px;
    width: 100% !important;
  }

  .burger-page {
    transform: translate(100%, 0);
    transition: all 0.3s ease-in-out;
    background-color: rgba(195, 204, 211, 0.5019607843);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex !important;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border: 2px solid black;
  }
  .burger-page .burger-menu {
    top: 38px;
    right: 31px;
    position: absolute;
  }
  .burger-menu-active {
    transform: translate(0, 0);
    transition: all 0.3s ease-in-out;
  }
  .child-items,
  .child-items2 {
    display: none;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    gap: 7px;
    margin-top: 7px;
  }
  .item .arrow {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item.active .arrow i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .item .child-items .item a .arrow2 {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item .child-items .active a .arrow2 i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .item .child-items2 .item a .arrow3 {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item .child-items2 .active a .arrow3 i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .material2,
  .material3,
  .form2 {
    flex-direction: column;
  }
  .material2 .box,
  .material3 .box,
  .form2 .box {
    margin-top: 20px;
  }
  .faq-section .information {
    flex-direction: column;
  }
  .faq-section .information .seperator {
    display: none;
  }
  .market-segment-item {
    width: 100%;
  }
  .footer-links {
    padding-left: 0 !important;
  }
  .footer-links .parent {
    margin-right: 0 !important;
    width: 40%;
  }
  .only-mobile {
    display: flex !important;
  }
  .no-mobile {
    display: none !important;
  }
  .post {
    height: 1000px;
    gap: 20px !important;
  }
  .post .side {
    width: 100% !important;
    height: 100% !important;
  }
  .nav-items .item a:hover {
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
  footer .bar {
    flex-direction: column;
    padding: 25px 10px !important;
    height: -moz-fit-content;
    height: fit-content;
  }
  footer .bar h3 {
    font-size: 14px !important;
  }
  footer .section1 {
    flex-direction: column !important;
    margin-bottom: 70px;
    gap: 30px;
  }
  footer .section2 {
    height: -moz-fit-content !important;
    height: fit-content !important;
    flex-direction: column;
  }
  footer .section2 .footer-links {
    flex-wrap: wrap;
  }
  footer .section2 .footer-socials {
    width: 100;
    max-width: unset !important;
    align-items: center;
  }
  footer .section3 {
    flex-direction: column-reverse;
    height: -moz-fit-content !important;
    height: fit-content !important;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .section3 .pages-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .faq-section {
    padding: 0 !important;
  }
  .faq-section .information .text-start {
    width: 100%;
    align-items: center;
  }
  .form-group {
    flex-direction: column;
  }
  .form-group .half-width {
    width: 100%;
  }
  .quote-form-container {
    height: 1450px !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .has-children {
    text-align: left;
  }

  .navigation-bar {
    display: none;
  }
  .navigation-bar2 {
    display: flex;
  }
  .navigation-bar2 .btn2 {
    font-size: 14px;
    padding: 10px 13px 10px 13px;
  }
  .responsive-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .responsive-flex-col {
    flex-direction: column !important;
  }
  .info-tablet {
    position: relative !important;
    margin-top: 30px;
    width: 100% !important;
  }

  .burger-page {
    transform: translate(100%, 0);
    transition: all 0.3s ease-in-out;
    background-color: rgba(195, 204, 211, 0.5019607843);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex !important;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border: 2px solid black;
  }
  .burger-page .burger-menu {
    top: 38px;
    right: 31px;
    position: absolute;
  }
  .burger-menu-active {
    transform: translate(0, 0);
    transition: all 0.3s ease-in-out;
  }
  .child-items,
  .child-items2 {
    display: none;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    gap: 7px;
    margin-top: 7px;
  }
  .item .arrow {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item.active .arrow i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .item .child-items .item a .arrow2 {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item .child-items .active a .arrow2 i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .item .child-item2 .item a .arrow3 {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .item .child-items2 .active a .arrow3 i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .material2,
  .material3,
  .form2 {
    flex-direction: column;
  }
  .material2 .box,
  .material3 .box,
  .form2 .box {
    margin-top: 20px;
  }
  .faq-section .information {
    flex-direction: column;
  }
  .faq-section .information .seperator {
    display: none;
  }
  .post {
    height: 1000px;
    gap: 20px !important;
  }
  .post .side {
    width: 100% !important;
    height: 100% !important;
  }
  .nav-items .item a:hover {
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
  .navigation-bar .child-items .item a:hover {
    font-size: 14px !important;
  }
  .faq-section {
    padding: 0 !important;
  }
  .faq-section .information .text-start {
    width: 100%;
    align-items: center;
  }
  .form-group {
    flex-direction: column;
  }
  .form-group .half-width {
    width: 100%;
  }
  .quote-form-container {
    height: 1500px !important;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .navigation-bar .child-items .item a:hover {
    font-size: 14px !important;
  }
}
@media (max-width: 1400px) and (min-width: 1130px) {
  .nav-items {
    gap: 13px;
    margin: 0;
    padding: 0;
  }
  .nav-items .item a {
    font-size: 13px;
  }
  .buttons .btn1,
  .buttons .btn2 {
    font-size: 13px;
    font-weight: 400;
    padding: 8px 8px 8px 8px;
  }
  .navigation-bar .child-items .item a:hover {
    font-size: 14px !important;
  }
}

@media (max-width: 1130px) and (min-width: 992px) {
  .nav-items {
    gap: 13px;
    margin: 0;
    padding: 0;
  }
  .nav-items .item a {
    font-size: 12px;
  }
  .buttons .btn1,
  .buttons .btn2 {
    font-size: 12px;
    font-weight: 400;
    padding: 6px;
  }
  .logo {
    transform: scale(0.7);
  }
  .content-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
  .grid1,
  .grid2,
  .grid3,
  .grid4 {
    width: 250px !important;
  }
}
.justify-content-center-faq {
  justify-content: center;
}

@media (max-width: 1205px) {
  .responsive-overflow-scroll {
    overflow-y: scroll;
  }
  .justify-content-center-faq {
    justify-content: left;
  }
}
.responsive-menu-builder {
  padding: 35px;
  margin-top: 60px;
}
.responsive-menu-builder .active {
  color: white !important;
}

.responsive-align-items-center {
  align-items: center !important;
}

.burger-page {
  display: none;
}

.only-mobile {
  display: none;
}

.no-mobile {
  display: flex;
}
