@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.btn-1 {
  background-color: inherit;
  border: 1px solid #01439c;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding: 10px 15px;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  color: #01439c;
  text-transform: uppercase;
}

.btn-1:hover {
  background-color: #01439c;
  color: #fff;
}

.btn-2 {
  background-color: #01439c;
  border: 1px solid #01439c;
  border-radius: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding: 10px 15px;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #01439c;
  color: #fff;
}

.btn-3 {
  background-color: #ffffff;
  border-radius: 25px;
  border: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding: 10px 15px;
  font-size: clamp(1rem, 1vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  color: #01439c;
  text-transform: uppercase;
}

.btn-3:hover {
  background-color: #ffffff;
  border: 0;
  color: #000000;
}

.btn-4 {
  background-color: #ffffff;
  border-radius: 25px;
  border: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding: 10px 15px;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}

.btn-4:hover {
  background-color: #fff;
  border: 0;
  color: #01439c;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-6 {
  line-height: 1.6;
}

.display-one {
  font-weight: 400;
  font-size: clamp(1em, 2.5vw, 3em);
  line-height: 100%;
  letter-spacing: -5%;
  margin-bottom: 5px;
}

.display-two {
  font-weight: 300;
  font-size: clamp(1.999rem, 3.331vw, 12.43rem);
  line-height: 110%;
  letter-spacing: -3%;
}

.display-three {
  font-weight: 300;
  font-size: clamp(1.45rem, 2.355vw, 5.65rem);
  line-height: 110%;
  letter-spacing: -3%;
}

.sub-heading {
  font-size: clamp(1.41rem, 1.666vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -3%;
}

.head-para {
  font-size: clamp(1rem, 1.178vw, 2.84rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.para {
  font-size: clamp(0.875rem, 0.8333vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.para .small {
  font-size: clamp(0.75rem, 0.589vw, 1.415rem);
}

.para .tiny {
  font-size: 8px;
  font-size: clamp(0.5rem, 0.416vw, 1rem);
}

.para .micro {
  font-size: 5.66px;
  font-size: clamp(0.35rem, 0.294vw, 0.707rem);
}

@media screen and (max-width: 992px) {
  .heading {
    font-size: clamp(2rem, 5.26vw, 10rem);
  }
}

p {
  font-size: clamp(1em, 1vw, 1.25em);
  font-weight: 300;
  line-height: 1.4;
}

p.mini {
  font-size: clamp(0.7rem, 1vw, 4.5rem);
}

p.extra-small {
  font-size: clamp(0.8125rem, 1vw, 2rem);
}

p.small {
  font-size: clamp(0.8125rem, 1.15vw, 3rem);
}

p.medium {
  font-size: clamp(1.1rem, 1.3vw, 4.25rem);
}

p.large {
  font-size: clamp(1.25rem, 1.65vw, 5rem);
}

h1 {
  font-size: clamp(1.3em, 1.5vw, 2em) !important;
}

h3 {
  font-size: clamp(1.75rem, 2.85vw, 10rem);
}

h4 {
  font-size: clamp(1.25rem, 1.85vw, 5rem);
  font-weight: 200;
}

h4.small {
  font-size: clamp(1.1rem, 1.65vw, 4.25rem);
}

h5 {
  font-size: clamp(1.1rem, 1.6vw, 4.25rem);
}

.action-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  color: #121212;
  font-size: clamp(1.1rem, 1.45vw, 4.25rem);
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 2000px) and (max-width: 2560px) {
  .action-button a {
    margin-top: 1.5em;
  }
}

.action-button a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.25em;
  height: 2.25em;
  margin-right: 1em;
  background-color: #046aa3;
  -webkit-box-shadow: 0 13.3333px 40px #e5ebf3;
          box-shadow: 0 13.3333px 40px #e5ebf3;
}

.action-button a span img {
  width: 1.15em;
}

.action-button a.black-button {
  color: #fff;
}

.action-button a.black-button span {
  background-color: #121212;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quick-link {
  display: inline-block;
  padding: 0;
  margin-top: 30px;
  color: #e9495c;
  font-size: clamp(1.25rem, 1.85vw, 4.25rem);
  font-weight: 300;
  line-height: 1.4;
}

.quick-link:hover {
  color: #ffffff;
}

.quick-link img {
  width: 1.5em;
}

@font-face {
  font-family: "Random Grotesque";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/random-grotesque/RG-StandardBold.ttf) format("TrueType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Random Grotesque";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/random-grotesque/RG-StandardSemibold.otf) format("opentype");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Random Grotesque";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/random-grotesque/RG-StandardMedium.otf) format("opentype");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Random Grotesque";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/random-grotesque/RG-SpaciousRegular.otf) format("opentype");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Random Grotesque";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/random-grotesque/RG-SlimRegular.otf) format("opentype");
  font-display: swap;
  /* or fallback or optional */
}

html,
body {
  font-size: 16px;
  font-family: "Random Grotesque", sans-serif;
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

* {
  font-family: "Random Grotesque", sans-serif;
}

body {
  font-size: 1em;
  line-height: calc(25 / 15);
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
  background: #6d6d6d;
  border-radius: 0;
  -webkit-border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.5em;
  font-weight: 400;
}

h3 {
  font-size: 1.17em;
  font-weight: 400;
}

h4 {
  font-size: 1.12em;
  font-weight: 500;
}

h5 {
  font-size: 0.83em;
  font-weight: 500;
}

h6 {
  font-size: 0.75em;
  font-weight: 500;
}

p {
  font-size: 1em;
}

a {
  text-decoration: none !important;
  font-size: 0.85em;
}

p {
  font-weight: 400;
  line-height: 1.5;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  overflow-wrap: break-word;
}

a {
  font-weight: 300;
  text-decoration: none;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}

.btn {
  font-weight: 500;
  letter-spacing: 0.5px;
}

a:hover,
button:hover {
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

input,
button,
textarea,
select,
li {
  font: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.affix {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  -webkit-box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
          box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  border-bottom: 1px solid #f3f1ff;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
}

@media (max-width: 991px) {
  .affix {
    background-color: #a0bce3 !important;
  }
}

.affix .navbar-brand img {
  width: 170px !important;
}

.affix .animated-icon2.icon-white span {
  background: #101010;
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@media (max-width: 1000px) {
  .container-fluid {
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media (max-width: 576px) {
  .container-fluid {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .container {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .container-fluid {
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 90%;
  }
}

@media (min-width: 1900px) {
  body {
    font-size: 1.1vw;
  }
  .container {
    max-width: 90%;
  }
}

.error-display {
  height: 25px;
  line-height: 1.3;
  color: #f03;
  background: transparent;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 479.98px) {
  .error-display {
    height: 30px;
    font-size: 12px;
  }
}

#suceess-message {
  color: #00b200 !important;
  font-size: 14px;
  padding: 2px 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 991px) {
  .patterns {
    display: none;
  }
}

.anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.line-3 {
  width: 137px;
  height: 33px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Random Grotesque", sans-serif !important;
  font-weight: 700;
}

p {
  font-family: "Random Grotesque", sans-serif;
  font-weight: 500 !important;
}

#hero-navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
}

@media (min-width: 991.98px) {
  #hero-navbar .navbar-nav {
    border-bottom: 1px solid #fff;
  }
}

#hero-navbar .navbar-brand img {
  height: 100px;
  width: 180px;
}

#hero-navbar .navbar-brand .main-logo {
  height: 56px;
}

#hero-navbar.affix .navbar-brand img {
  height: 80px;
  width: 160px;
}

@media (max-width: 991.98px) {
  #hero-navbar.affix .navbar-brand img {
    height: 60px;
    width: inherit !important;
  }
}

#hero-navbar .navbar-toggler {
  border: none;
}

#hero-navbar .navbar-toggler:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hero-navbar .animated-icon2 {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#hero-navbar .animated-icon2:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hero-navbar .animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #fff;
}

#hero-navbar .animated-icon2 span:nth-child(1) {
  top: 0px;
}

#hero-navbar .animated-icon2 span:nth-child(2) {
  top: 10px;
}

#hero-navbar .animated-icon2 span:nth-child(3) {
  top: 10px;
}

#hero-navbar .animated-icon2 span:nth-child(4) {
  top: 20px;
}

#hero-navbar .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#hero-navbar .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hero-navbar .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hero-navbar .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#hero-navbar .navbar .nav-item {
  position: relative;
  margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1300px) {
  #hero-navbar .navbar .nav-item {
    margin-right: 5px;
  }
}

@media (max-width: 991.98px) {
  #hero-navbar .navbar .nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#hero-navbar .navbar .nav-item:first-child .nav-link {
  padding-left: 0;
}

#hero-navbar .navbar .nav-item:last-child {
  margin-left: 10px;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  #hero-navbar .navbar .nav-item:last-child {
    margin-left: 0;
  }
}

#hero-navbar .navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}

#hero-navbar .navbar .nav-item:last-child .dropdown-menu {
  left: inherit;
  right: 0;
}

#hero-navbar .navbar .nav-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 1px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #hero-navbar .navbar .nav-item a {
    font-size: 0.8em;
  }
}

#hero-navbar .navbar .nav-item a:hover {
  color: #030303;
}

#hero-navbar .navbar .nav-item a.active {
  color: #030303;
}

#hero-navbar .navbar .nav-item a.dropdown-toggle::after {
  vertical-align: middle;
}

#hero-navbar .navbar .nav-item .dropdown-toggle::after {
  content: url(../img/nav-dropdown.svg);
  border: 0;
}

@media (max-width: 991.98px) {
  #hero-navbar .navbar .nav-item .dropdown-toggle::after {
    content: url(../img/nav-dropdown-mobile.svg);
  }
}

#hero-navbar .navbar .nav-item .dropdown-menu {
  background-color: #01439c;
}

#hero-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.15rem 0.5rem;
  border-radius: 0.375rem;
}

#hero-navbar .navbar .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: inherit;
}

#hero-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: inherit;
}

#hero-navbar .navbar .nav-item .dropdown-menu .dropdown-item:active {
  background-color: inherit;
}

#hero-navbar .navbar .nav-item .dropdown-menu .dropdown-item a {
  font-size: 0.875em;
}

@media (max-width: 991.98px) {
  #hero-navbar .dropdown .show .sub-dropdown .dropdown-menu {
    display: block !important;
  }
  #hero-navbar .sub-dropdown .dropdown-menu {
    border: 0;
    padding: 0 0 0 1em;
  }
  #hero-navbar .sub-dropdown .dropdown-toggle::after {
    content: "" !important;
    vertical-align: 0.055em !important;
    border-left: 0.3em solid !important;
    border-top: 0.3em solid transparent !important;
    border-right: 0 !important;
    border-bottom: 0.3em solid transparent !important;
  }
}

@media (min-width: 992px) {
  #hero-navbar.affix .nav-link.active {
    color: #04a8d1 !important;
  }
  #hero-navbar.affix .nav-link:hover {
    color: #04a8d1 !important;
  }
  #hero-navbar .sub-dropdown .dropdown-menu {
    position: absolute;
    right: -158px;
    left: inherit;
    top: -8px;
    display: none !important;
  }
  #hero-navbar .sub-dropdown .dropdown-toggle::after {
    content: "" !important;
    vertical-align: 0.055em !important;
    border-left: 0.3em solid !important;
    border-top: 0.3em solid transparent !important;
    border-right: 0 !important;
    border-bottom: 0.3em solid transparent !important;
  }
  #hero-navbar .sub-dropdown:hover .dropdown-menu {
    display: block !important;
  }
  #hero-navbar .dropdown-menu {
    -webkit-animation: growDown 300ms ease-in-out forwards;
            animation: growDown 300ms ease-in-out forwards;
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  @-webkit-keyframes growDown {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
    }
    80% {
      -webkit-transform: scaleY(1.1);
              transform: scaleY(1.1);
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  @keyframes growDown {
    0% {
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
    }
    80% {
      -webkit-transform: scaleY(1.1);
              transform: scaleY(1.1);
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  #hero-navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 999px) {
  #hero-navbar .affix {
    background: #a0bce3 !important;
  }
  #hero-navbar .navbar-collapse {
    background: #a0bce3 !important;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 1em 2em;
    right: 0;
    top: 5em;
  }
  #hero-navbar .navbar-brand img {
    height: 60px;
    width: 110px;
  }
  #hero-navbar .navbar-brand .main-logo {
    height: 45px;
  }
}

#inner-banner {
  position: relative;
  padding: 3em 0;
  height: 400px;
  background-image: url(/img/Shade-SVG-3.svg);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
  /* DEMO-SPECIFIC STYLES */
  /* The typing effect */
  /* The typewriter cursor effect */
}

@media (min-width: 1910px) {
  #inner-banner {
    height: 430px !important;
  }
}

@media (min-width: 1999.98px) {
  #inner-banner {
    height: 500px !important;
  }
}

#inner-banner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 420px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

#inner-banner .micronizers-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 550px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}

#inner-banner h1 {
  padding: 0px 0;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: clamp(1.7em, 5vw, 5em) !important;
  line-height: 100% !important;
  margin-top: 0.5rem;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
}

#inner-banner h1.display-one {
  font-size: clamp(1em, 5vw, 5em) !important;
  font-weight: 700;
  letter-spacing: 1px;
}

#inner-banner .micronizor-main-heading.display-one {
  font-size: clamp(1em, 5vw, 5em) !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  color: #fff !important;
}

#inner-banner h2 {
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif !important;
}

@media (max-width: 767.98px) {
  #inner-banner h2 {
    font-size: 0.875em;
  }
}

#inner-banner p {
  font-weight: 300 !important;
  font-family: "Poppins", sans-serif !important;
}

#inner-banner .blueColor {
  color: #01439c;
  letter-spacing: 1px;
  font-size: clamp(0.7em, 2vw, 2em) !important;
  font-weight: 300 !important;
}

@media (max-width: 767.98px) {
  #inner-banner .blueColor {
    color: #ffffff !important;
  }
}

#inner-banner .typewriter {
  color: #fff;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin-left: 0;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em;
  /* Adjust as needed */
  -webkit-animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
          animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

#inner-banner .typewriter1 {
  -webkit-animation: typing 6.5s steps(30, end), blink-caret 0.5s step-end infinite;
          animation: typing 6.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #a0bce3;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #a0bce3;
  }
}

#inner-banner .img {
  position: absolute;
  bottom: -4em;
  left: inherit;
  right: 0;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 360px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #inner-banner .img {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    width: 300px;
  }
}

#inner-banner #microgen-text {
  color: #fff;
  letter-spacing: 2px;
  font-size: clamp(1em, 4vw, 5em);
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#inner-banner #micronizers-text {
  padding-inline: 1rem;
}

@media (max-width: 991.98px) {
  #inner-banner {
    border-bottom-right-radius: 0px;
    height: 320px;
    background-color: #a0bce3;
    background-image: none;
  }
  #inner-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 280px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: inherit !important;
    z-index: 2;
  }
  #inner-banner .micronizers-content {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative !important;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  #inner-banner {
    border-bottom-right-radius: 0px;
    height: 250px;
    background-color: #a0bce3;
    background-image: none;
  }
  #inner-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 210px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: inherit !important;
    z-index: 2;
  }
  #inner-banner .micronizers-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 250px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative !important;
    z-index: 2;
  }
  #inner-banner #micronizers-text {
    padding: 3px 5px 7px 5px !important;
  }
  #inner-banner .img {
    position: absolute;
    bottom: -2em;
    right: 1em;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: 180px;
  }
}

@media (min-width: 1960px) {
  #inner-banner .micronizers-content-wrapper {
    width: 80% !important;
  }
}

#inner-banner h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
}

#intro-micro {
  position: relative;
  padding: 6em 0 3em;
}

@media (min-width: 992px) and (max-width: 1100px) {
  #intro-micro.isolator-landing {
    padding: 5em 0 !important;
  }
}

#intro-micro.isolator-landing .blocks .content h3 {
  letter-spacing: 1px;
  margin-bottom: 0 !important;
}

#intro-micro.isolator-landing .blocks .content .icon {
  height: 40px;
}

@media (min-width: 1999.98px) {
  #intro-micro.isolator-landing .blocks .content .icon {
    height: 60px;
  }
}

#intro-micro.isolator-landing .blocks .content .icon img {
  height: 40px;
  width: 40px;
  aspect-ratio: 1 / 1;
}

@media (min-width: 1999.98px) {
  #intro-micro.isolator-landing .blocks .content .icon img {
    height: 60px;
    width: 60px;
  }
}

@media (max-width: 767.98px) {
  #intro-micro {
    padding: 2em 0;
  }
}

#intro-micro h1 {
  color: #01439c;
  margin-bottom: 15px;
  font-size: clamp(1.4em, 2.25vw, 3em);
  font-weight: 600;
  letter-spacing: 2px;
}

#intro-micro.contact-us h1 {
  font-size: 1.5em !important;
  font-weight: 400;
}

#intro-micro.contact-us .address-icon {
  height: 35px;
  width: 35px;
  aspect-ratio: 1 / 1;
}

#intro-micro .isolation-img {
  position: relative;
  padding-top: 65.33%;
}

#intro-micro .isolation-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .micronizer-excellence-heroSection {
    background-color: #fff !important;
  }
  .micronizer-excellence-heroSection .intro-micro-heading {
    color: #0458a9 !important;
    font-size: clamp(22px, 4vw, 27px) !important;
    font-weight: 400 !important;
    line-height: 120%;
  }
  .micronizer-excellence-heroSection .intro-micro-sub-heading {
    color: #0458a9 !important;
    font-size: clamp(13px, 3vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 120%;
    margin-top: 0.5rem !important;
  }
  .micronizer-excellence-customized-feeding {
    background-color: #fff !important;
    padding-top: 0 !important;
  }
  .our-customer-content-section {
    background-color: #fff !important;
    padding-bottom: 1rem !important;
  }
  .our-customer-content-section .our-customer-content-section {
    background-color: #fff !important;
    font-weight: 400 !important;
  }
  .our-customer-content-section .our-customer-content-section .highletedText {
    color: #0458a9 !important;
  }
  .capabilities-intro {
    background-color: #fff !important;
  }
  .capabilities-intro .section-heading {
    color: #0458a9 !important;
    font-size: clamp(20px, 3.5vw, 24px) !important;
    line-height: 120% !important;
  }
  .custom-intro-section h4 {
    color: #0458a9 !important;
    font-size: clamp(20px, 3.5vw, 24px) !important;
    font-weight: 400 !important;
    line-height: 120% !important;
  }
}

#products-vertical {
  position: relative;
  background-color: #a0bce3;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  #products-vertical .vertical-slider .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

#products-vertical .vertical-slider .row .col-lg-6 {
  margin: 0;
  padding: 0;
}

#products-vertical .vertical-slider .micronizers-slider-img img {
  margin-left: -2px;
  margin-top: -2px;
  margin-bottom: -2px;
  height: 550px;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1100px) {
  #products-vertical .vertical-slider .micronizers-slider-img img {
    height: 570px;
  }
}

@media (min-width: 1300px) and (max-width: 1400px) {
  #products-vertical .vertical-slider .micronizers-slider-img img {
    height: 510px;
  }
}

@media (min-width: 1900px) and (max-width: 2000px) {
  #products-vertical .vertical-slider .micronizers-slider-img img {
    height: 610px;
  }
}

@media (min-width: 2000px) and (max-width: 2600px) {
  #products-vertical .vertical-slider .micronizers-slider-img img {
    height: 800px;
  }
}

@media (min-width: 2600px) {
  #products-vertical .vertical-slider .micronizers-slider-img img {
    height: 1000px;
  }
}

@media (max-width: 991.98px) {
  #products-vertical .vertical-slider .micronizers-slider-img img {
    display: none;
  }
}

#products-vertical .vertical-slider .content {
  padding: 60px 40px 20px;
  color: #fff;
}

@media (max-width: 991.98px) {
  #products-vertical .vertical-slider .content {
    margin-bottom: 2em;
  }
}

#products-vertical .vertical-slider .content h4 {
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 2px;
}

#products-vertical .vertical-slider .content p {
  font-size: clamp(1em, 1.25vw, 2.5em);
  letter-spacing: 1px;
}

#products-vertical .vertical-slider .content .button {
  margin-top: 2em;
}

@media (min-width: 1960px) {
  #products-vertical .vertical-slider .content {
    padding: 40px 60px;
  }
}

#products-vertical .slick-next,
#products-vertical .slick-prev {
  right: 3% !important;
  left: inherit;
}

#products-vertical .slick-prev {
  top: 15%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1;
}

#products-vertical .slick-prev::before {
  content: url(/img/arrow-right-1.svg);
}

#products-vertical .slick-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 25%;
}

#products-vertical .slick-next::before {
  content: url(/img/left-arrow-1.svg);
}

#products-vertical .slick-dots {
  bottom: 5%;
  width: 10px;
  right: 2em;
}

@media (max-width: 991.98px) {
  #products-vertical .slick-dots {
    width: inherit;
    right: inherit;
    bottom: 10px;
  }
}

#products-vertical .slick-dots li button {
  border: 2px solid #fff;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}

#products-vertical .slick-dots li button::before {
  width: 12px;
  height: 12px;
}

#products-vertical .slick-dots li.slick-active button {
  background: #fff;
}

#key-features {
  padding: 4em 0;
  position: relative;
  background-color: #f2f2f2;
}

#key-features h1 {
  color: #01439c;
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 2px;
}

#key-features .col-lg-4,
#key-features .col-lg-3 {
  margin-bottom: 2em;
}

#key-features .card {
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

@media (min-width: 767.98px) {
  #key-features .card {
    height: 100%;
  }
}

#key-features .card .card-body .icon img {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

#key-features .card .card-body .icon .hover-img {
  display: none;
}

#key-features .card .card-body .icon svg {
  width: 50px;
}

#key-features .card .card-body .icon svg path {
  fill: #abc2e5;
}

#key-features .card .card-body h4 {
  color: #01439c;
  padding-bottom: 5px;
  border-bottom: 1px solid #abc2e5;
  margin-bottom: 10px;
  font-size: clamp(1em, 1.5vw, 2.5em);
  font-weight: 500;
}

#key-features .card:hover {
  background-color: #01439c;
  color: #fff;
}

#key-features .card:hover .icon .main-img {
  display: none;
}

#key-features .card:hover .icon .hover-img {
  display: block;
}

#key-features .card:hover .icon svg {
  width: 50px;
}

#key-features .card:hover .icon svg path {
  fill: #fff;
}

#key-features .card:hover h4 {
  color: #fff;
}

#key-features .card:hover p {
  color: #fff;
}

@media (max-width: 768px) {
  .capability-search-section {
    background-color: #fff;
  }
  .capability-search-section .form-select {
    border-radius: 6px !important;
    border: 1px solid #0458a9 !important;
    width: 60%;
    margin: auto;
  }
  .capability-search-section .form-select:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid #0458a9 !important;
  }
}

.capability-search-section {
  background-color: #fff;
}

.capability-search-section .section-heading {
  color: #01439c;
  font-size: clamp(1.4em, 2.25vw, 3em);
  font-weight: 300;
  letter-spacing: 2px;
}

.capability-search-section p {
  font-size: clamp(1em, 1vw, 1.25em);
  font-weight: 300;
}

#faqs {
  background-color: #f2f2f2;
  padding: 3em 0;
}

@media (max-width: 768px) {
  #faqs {
    padding: 1em;
  }
}

#faqs h1 {
  color: #01439c;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

#faqs #accordion {
  background: inherit;
  border: 0;
  /* margin: auto;
      max-width: 500px; */
}

#faqs.home-faqs .accordion {
  --bs-accordion-bg: inherit;
  --bs-accordion-border-width: 0;
}

#faqs.home-faqs .accordion .accordion-button:not(.collapsed) {
  background-color: inherit;
}

#faqs.home-faqs .accordion .accordion-header {
  font-weight: 500;
  font-size: inherit;
}

#faqs.home-faqs .accordion .accordion-button {
  padding: 0.75em 1.25em 0.5em;
  font-size: 1.25em;
}

@media (max-width: 767.98px) {
  #faqs.home-faqs .accordion .accordion-button {
    font-size: 1em;
    padding: 0.75em 1.25em 0.5em 0em !important;
  }
}

#faqs.home-faqs .accordion .accordion-button::after {
  position: absolute;
  left: -10px;
}

#faqs.home-faqs .accordion .accordion-button:focus {
  border: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

#faqs.home-faqs .accordion .accordion-button:focus-visible {
  border: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  outline: inherit;
}

#faqs.home-faqs .accordion .accordion-button:not(.collapsed) {
  color: #01439c;
}

#faqs.home-faqs .accordion .accordion-button:hover {
  color: #01439c;
}

#faqs.home-faqs .accordion .each-faq {
  border-left: inherit;
  padding-left: 0;
  margin: 0.5em 0 0.5em 1.5em;
}

@media (max-width: 767.98px) {
  #faqs.home-faqs .accordion .each-faq {
    margin-left: 0.5em;
  }
}

#faqs.home-faqs .accordion .each-faq a {
  font-weight: 500;
  font-size: 1em;
}

#faqs.inner-faqs .accordion-button {
  font-size: 1.25rem !important;
}

#faqs.inner-faqs a {
  font-size: 1em !important;
}

#faqs .panel {
  margin-bottom: 1em;
}

#faqs .panel-heading .panel-title {
  display: block;
  position: relative;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 1.5em;
  font-size: clamp(1em, 1.5vw, 2.5em);
}

#faqs .panel-title a {
  color: #000;
}

#faqs .panel-heading a:hover {
  color: #01439c;
}

#faqs .panel-heading a::after {
  content: "";
  border: solid #a29fa6;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#faqs .panel-heading a[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 12px;
}

@media (max-width: 991.98px) {
  #faqs .col-lg-12 {
    width: 95%;
    margin: 0 auto;
    padding: 1.5rem;
    background: #a9c2eb;
    border-radius: 10px;
  }
  #faqs .col-lg-12 .container {
    padding-inline: 0 !important;
  }
  #faqs .col-lg-12 h1 {
    line-height: 120%;
    text-transform: capitalize;
  }
  #faqs .col-lg-12 .accordion-item {
    background-color: #fff;
    margin-bottom: 0.5rem;
    border-radius: 4px;
    padding: 1em !important;
  }
  #faqs .col-lg-12 .accordion .accordion-button::after {
    right: 3px;
    left: inherit;
  }
}

@media (max-width: 575.98px) {
  #faqs .col-lg-12 .accordion .accordion-button::after {
    right: -6px;
    left: inherit;
  }
}

#footer {
  background-color: #a9c2eb;
  font-weight: 600;
  padding: 1.5em 0;
}

#footer ul li {
  list-style: none;
  text-align: center;
}

#footer ul li a {
  color: #000;
  font-weight: 600;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  font-size: 1em;
}

#footer ul li a:hover {
  color: #2b4a74;
}

#footer .logo-img {
  height: 100px;
  width: 160px;
}

#footer .write-to-us {
  text-align: center;
  font-weight: 600;
}

#footer .write-to-us p span {
  font-weight: 600;
}

#footer .write-to-us a {
  color: #000;
  font-weight: 600;
  font-size: 1em;
}

#footer .write-to-us img {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}

#footer .write-to-us .linkedin {
  margin: 1em auto 0;
}

#footer p span, #footer p a {
  color: #1b65b3;
  font-weight: 600;
  font-size: 1em;
}

#footer .logo-img {
  margin: 0 auto 1em;
}

#footer .mobile-media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

#footer .mobile-media-block p {
  margin-bottom: 0;
}

#footer .mobile-media-block p span {
  font-weight: 600;
}

#footer .mobile-media-block a {
  color: #000;
  font-weight: 600;
}

#footer .mobile-media-block img {
  width: 25px;
  height: 25px;
}

#footer .mobile-media-block .linkedin {
  margin: 0.5rem auto 0;
}

@media (max-width: 999px) {
  #footer {
    padding: 2em 0;
    border-radius: 20px 20px 0px 0px;
  }
}

#slider {
  position: relative;
  overflow: hidden;
}

#slider .slider-img {
  position: relative;
  padding-top: 27.45%;
}

#slider .slider-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 999px) {
  #slider .slider-img {
    padding-top: 41.45%;
  }
}

@media (max-width: 500px) {
  #slider .slider-img {
    padding-top: 75.45%;
  }
}

#slider .homepage-slider {
  margin-bottom: -10px;
}

#slider li {
  position: relative;
}

#slider li img,
#slider li video {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

@media (min-width: 1399.98px) {
  #slider li img,
  #slider li video {
    height: 550px;
    width: 100%;
  }
}

@media (min-width: 1900px) {
  #slider li img,
  #slider li video {
    height: 650px;
    width: 100%;
  }
}

@media (min-width: 2000px) {
  #slider li img,
  #slider li video {
    height: 800px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #slider li img,
  #slider li video {
    height: 302px;
  }
}

#slider .bx-caption {
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 1em;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 100%;
}

@media (min-width: 991.98px) {
  #slider .bx-caption {
    padding-left: 6rem;
  }
}

@media (max-width: 991.98px) {
  #slider .bx-caption {
    left: 3em;
  }
}

@media (max-width: 767.98px) {
  #slider .bx-caption {
    left: 2em;
    right: 1em;
    width: 85%;
    margin: 0 auto;
  }
}

#slider .bx-caption h1 {
  margin-bottom: 10px;
}

#slider .bx-caption h1 b {
  color: #fbfce7;
  letter-spacing: 2px;
  font-size: 1.75em;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #slider .bx-caption h1 b {
    font-size: 1.15em;
  }
}

#slider .bx-caption p {
  color: #fff;
  margin-bottom: 10px;
}

#slider .bx-caption button {
  color: #fbfce7 !important;
  background-color: transparent;
  border: 1px solid #fbfce7;
  margin-top: 10px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 1em !important;
}

@media (max-width: 767.98px) {
  #slider .bx-caption button {
    font-size: 0.875em;
  }
}

#slider .bx-caption button:hover {
  background-color: #fbfce7;
  color: #0458a9 !important;
}

#slider .slick-prev::before {
  content: url(../../../img/arrow-right-1.svg);
  right: 10%;
  left: inherit;
}

#slider .slick-next::before {
  content: url(../../../img/arrow-right-1.svg);
  right: 5%;
  left: inherit;
}

#slider .slick-prev,
#slider .slick-next {
  z-index: 1;
  bottom: 15%;
  top: inherit;
}

#slider .slick-next {
  right: 8%;
}

@media (min-width: 992px) {
  #slider .slick-next {
    bottom: 17.1% !important;
  }
}

@media (min-width: 1900px) {
  #slider .slick-next {
    bottom: 16.4% !important;
  }
}

#slider .slick-prev {
  right: 12%;
  left: inherit;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
  #slider .slick-prev {
    bottom: 13%;
  }
}

@media (max-width: 767.98px) {
  #slider .slick-prev {
    bottom: 12%;
    right: 16%;
  }
}

@media (max-width: 991.98px) {
  #slider .container-fluid {
    padding: 0;
  }
}

#slider .landing-page-slider .bx-caption {
  top: 60%;
}

#slider .landing-page-slider .bx-caption h1 {
  font-size: clamp(1.3em, 1.5vw, 2em) !important;
  font-family: "Random Grotesque", sans-serif !important;
}

#slider .landing-page-slider .bx-caption h1 b {
  font-size: clamp(2em, 4vw, 6.5em) !important;
  letter-spacing: 3px !important;
}

#slider .landing-page-slider li {
  position: relative;
}

#slider .landing-page-slider li img,
#slider .landing-page-slider li video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1399.98px) {
  #slider .landing-page-slider li img,
  #slider .landing-page-slider li video {
    height: 420px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #slider .landing-page-slider li img,
  #slider .landing-page-slider li video {
    height: 300px;
  }
}

#explore-products {
  position: relative;
}

#explore-products h1 {
  color: #0458a9;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 2px;
}

@media (max-width: 767.98px) {
  #explore-products h1 {
    margin-bottom: 1em;
  }
}

#explore-products .card {
  background-color: #a0bce3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 200px;
  padding: 1em;
  margin-bottom: 2em;
  float: center;
}

@media (max-width: 991.98px) {
  #explore-products .card {
    width: 100%;
    min-height: 190px;
  }
}

@media (max-width: 767.98px) {
  #explore-products .card {
    width: 100%;
    min-height: 180px;
    margin-bottom: 2em;
  }
}

#explore-products .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

#explore-products .card .card-body img, #explore-products .card .card-body svg {
  width: 50px;
  height: 50px;
  margin-bottom: 1em;
  aspect-ratio: 1 / 1;
}

#explore-products .card h3 {
  color: #29007b;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #explore-products .card h3 {
    font-weight: 500;
    font-size: 1.0875em;
  }
}

#explore-products .card .hover-img {
  display: none;
}

#explore-products .card:hover .main-img {
  display: none;
}

#explore-products .card:hover .hover-img {
  display: block;
}

#our-customers {
  position: relative;
  padding: 3em 0 4em;
}

@media (max-width: 991.98px) {
  #our-customers {
    padding: 2em 0;
  }
}

#our-customers h1 {
  font-weight: 600;
  letter-spacing: 2px;
}

#our-customers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#our-customers .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 1em;
}

#our-customers .slick-dots li {
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

#our-customers .slick-dots li.slick-active {
  background-color: #a9c2eb;
}

#our-customers .slick-dots li button {
  outline: 2px solid #a9c2eb;
  outline-offset: 3px;
  border-radius: 25px;
  width: 10px !important;
  height: 10px !important;
}

#our-customers .slick-dots li button::before {
  width: 10px !important;
  height: 10px !important;
}

#our-customers .slick-prev::before {
  content: url(../../../img/arrow-right-0.svg);
}

#our-customers .slick-next::before {
  content: url(../../../img/arrow-right-0.svg);
}

#our-customers .slick-prev {
  left: -10px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#our-customers .slick-next {
  right: -10px;
}

.gray {
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  .gray {
    background-color: #fff !important;
  }
}

#product-intro {
  position: relative;
  background-color: #f2f2f2;
  padding: 3em 0;
}

@media (max-width: 991.98px) {
  #product-intro {
    margin-top: 20em;
    background-color: #01439c;
    padding: 2em 0;
  }
}

#product-intro .img-product .real-time-img {
  height: 100%;
  width: 100%;
}

#product-intro .img-product .real-time-img img {
  aspect-ratio: 1 / 1;
}

#product-intro .content h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (min-width: 1199.98px) {
  #product-intro .content h2 {
    font-size: 1.375em !important;
  }
}

#product-intro .row {
  padding: 2.5em 0;
  position: relative;
}

#product-intro .row::after {
  content: "";
  background-color: #01439c;
  width: 66%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

@media (max-width: 991.98px) {
  #product-intro .row::after {
    width: 100%;
  }
}

#product-intro .row .content {
  padding-left: 5em;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  #product-intro .row .content {
    padding-left: 0;
  }
}

#product-intro .row .img {
  position: relative;
  z-index: 2;
  margin-right: -3em;
}

@media (max-width: 991.98px) {
  #product-intro .row .img {
    position: absolute !important;
    margin-top: -21em;
    height: 300px !important;
    width: 97.5%;
    margin-right: 0 !important;
    left: 0;
    right: 4px;
    text-align: center;
    margin: -21em auto;
  }
}

#product-intro .row .img img {
  border-radius: 30px;
  width: 100%;
}

#product-intro .row .img-product {
  position: absolute !important;
  height: 400px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #product-intro .row .img-product {
    height: 445px;
  }
}

@media (min-width: 1399.98px) {
  #product-intro .row .img-product {
    height: inherit;
  }
}

@media (max-width: 991.98px) {
  #product-intro .row .img-product {
    margin-top: -21em;
    height: 300px !important;
    width: 97.5%;
    margin-right: 0 !important;
    left: 0;
    right: 4px;
    text-align: center;
    margin: -21em auto;
  }
}

#product-intro .row .img-product img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product-intro.m-50-intro {
  margin-bottom: 5em;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #product-intro.m-50-intro {
    margin-bottom: 1em;
  }
}

@media (max-width: 991.98px) {
  #product-intro.m-50-intro {
    margin-bottom: 0;
  }
}

#product-intro.m-50-intro .img-product {
  position: absolute !important;
  height: 400px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #product-intro.m-50-intro .img-product {
    height: 460px;
  }
}

@media (min-width: 1400px) and (max-width: 1900px) {
  #product-intro.m-50-intro .img-product {
    height: 390px;
    width: 100%;
  }
}

@media (min-width: 1900px) and (max-width: 2000px) {
  #product-intro.m-50-intro .img-product {
    height: 530px;
    width: 100%;
  }
}

@media (min-width: 1999.98px) {
  #product-intro.m-50-intro .img-product {
    height: 650px;
    width: 100%;
  }
  #product-intro.m-50-intro .img-product video {
    height: 450px;
    width: 100%;
  }
}

#product-intro.m-50-intro .img-product img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product-intro.m-100-intro {
  margin-bottom: 5em;
}

@media (max-width: 991.98px) {
  #product-intro.m-100-intro {
    margin-bottom: 2em;
  }
}

#product-intro.m-100-intro .img-product {
  position: absolute !important;
  height: 300px;
}

#product-intro.m-100-intro .img-product video {
  height: 300px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #product-intro.m-100-intro .img-product {
    height: 305px;
  }
}

@media (min-width: 1400px) and (max-width: 1900px) {
  #product-intro.m-100-intro .img-product {
    height: 245px;
    width: 100%;
  }
  #product-intro.m-100-intro .img-product video {
    height: 300px;
    width: 100%;
  }
}

@media (min-width: 1900px) and (max-width: 2000px) {
  #product-intro.m-100-intro .img-product {
    height: 345px;
    width: 100%;
  }
  #product-intro.m-100-intro .img-product video {
    height: 400px;
    width: 100%;
  }
}

@media (min-width: 1999.98px) {
  #product-intro.m-100-intro .img-product {
    height: 450px;
    width: 100%;
  }
  #product-intro.m-100-intro .img-product video {
    height: 450px;
    width: 100%;
  }
}

#product-intro.m-100-intro .img-product img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product-intro.real-time-process .img-product {
  position: absolute !important;
  height: 590px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #product-intro.real-time-process .img-product {
    height: 500px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #product-intro.real-time-process .img-product {
    height: 480px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (min-width: 1400px) and (max-width: 1900px) {
  #product-intro.real-time-process .img-product {
    height: 610px;
  }
}

@media (min-width: 1900px) and (max-width: 2000px) {
  #product-intro.real-time-process .img-product {
    height: 800px;
  }
}

@media (min-width: 1999.98px) {
  #product-intro.real-time-process .img-product {
    height: 980px;
  }
}

#product-intro.real-time-process .img-product img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #product-intro.real-time-process .content {
    padding-left: 0 !important;
  }
}

@media (min-width: 1999.98px) {
  #product-intro.real-time-process .content {
    padding-left: 0 !important;
  }
}

@media (min-width: 1400px) and (max-width: 1900px) {
  #product-intro.twin-screw-video {
    margin-bottom: 8em;
  }
}

#product-intro.twin-screw-video video {
  -o-object-fit: cover;
     object-fit: cover;
  /* so the video covers all the available space */
  -o-object-position: center;
     object-position: center;
  /* not required */
  border-radius: 25px;
}

#product-intro.product-intro-1 .row::after {
  height: 70%;
}

#product-intro.product-intro-2 .row::after {
  top: 5%;
  height: 75%;
}

#product-intro .row .right-container {
  padding: 2.5em;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f2f2f2), color-stop(20%, #01439c));
  background: linear-gradient(90deg, #f2f2f2 20%, #01439c 20%);
}

#product-intro .row .product-intro-image {
  position: absolute;
  left: -35%;
  bottom: -5rem;
}

#product-intro .row .content {
  padding-left: 4em;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  #product-intro .row .content {
    padding-left: 0;
  }
}

#product-intro .row .img img {
  border-radius: 30px;
}

#product-intro .btn-1 {
  border-radius: 25px;
}

#product-intro .btn-1:hover {
  color: #01439c;
}

#customized-feeding {
  background-color: #f2f2f2;
  position: relative;
  padding: 2em 0;
}

@media (min-width: 1399.98px) {
  #customized-feeding.custom-feed-2 {
    margin: 3em 0 0;
  }
}

#customized-feeding .customized-img {
  position: relative;
  padding-top: 34.34%;
}

#customized-feeding .customized-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}

#customized-feeding .content h1,
#customized-feeding .content h2 {
  color: #01439c;
  margin-bottom: 15px;
}

#customized-feeding .content h2 {
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#customized-feeding .content .sub-heading {
  font-weight: 300 !important;
  font-size: clamp(1.3rem, 2.5vw, 3.25rem) !important;
}

@media (max-width: 991.98px) {
  #customized-feeding .content {
    margin: 1em 0 1.5em;
  }
}

#customized-feeding .img img {
  border-radius: 30px;
}

#customized-feeding .card {
  border: 1px solid #01439c;
  border-radius: 50px;
  padding: 2em 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  color: #01439c;
}

@media (max-width: 991.98px) {
  #customized-feeding .card {
    height: 100%;
  }
}

#customized-feeding .card:hover {
  background-color: #01439c;
  color: #fff;
}

#customized-feeding .card .count {
  font-weight: 700 !important;
  font-size: clamp(1.5em, 1.75vw, 3em) !important;
  font-family: "Poppins", sans-serif !important;
}

#customized-feeding .card .txt {
  line-height: 1.5;
  font-weight: 300 !important;
  font-size: clamp(15px, 3.3vw, 18px) !important;
  font-family: "Poppins", sans-serif !important;
}

@media (max-width: 991.98px) {
  #customized-feeding .tab-content {
    margin-top: 2em;
  }
}

#customized-feeding .tab-content .content h1 {
  font-size: clamp(1.5em, 1.75vw, 3em) !important;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
}

#customized-feeding .tab-content .content .sub-heading {
  font-size: clamp(15px, 3.3vw, 18px) !important;
  font-weight: 300 !important;
  font-family: "Poppins", sans-serif !important;
}

#customized-feeding .nav-pills .active .card {
  background-color: #01439c;
  color: #fff;
}

#customized-feeding .card.active {
  background-color: #01439c;
  color: #fff;
}

@media (max-width: 991px) {
  #customized-feeding {
    background-color: #fff !important;
  }
  #customized-feeding .card {
    padding: 0.5rem 1rem;
    border-radius: 10px;
  }
  #customized-feeding .card .count,
  #customized-feeding .card .txt {
    font-size: clamp(13px, 3.7vw, 18px) !important;
  }
  #customized-feeding .tab-content {
    border-radius: 10px;
    background: #edf4ff;
    padding: 12px;
    text-align: center;
  }
  #customized-feeding .tab-content .tab-heading {
    color: #0458a9;
    font-size: clamp(17px, 4.5vw, 24px) !important;
    font-weight: 400;
  }
}

@media (max-width: 575.98px) {
  #customized-feeding .card {
    padding: 10px;
  }
  #customized-feeding .card .txt {
    font-size: 10px !important;
  }
}

#customized-feeding ul {
  padding-left: 2em;
  margin-bottom: 1em;
}

#customized-feeding ul li {
  list-style: disc;
}

#pagination {
  background-color: #f2f2f2;
  padding: 2em 0 4em;
}

@media (max-width: 991.98px) {
  #pagination {
    padding: 2em 0;
  }
  #pagination .col-sm-4 {
    height: 100%;
  }
}

#pagination .button {
  --color: #01439c;
  padding: 0.8em 1.7em;
  background-color: transparent;
  border-radius: 0.3em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color: var(--color);
  z-index: 1;
  width: 100%;
}

@media (min-width: 1200px) {
  #pagination .button {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  #pagination .button {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  #pagination .button {
    font-size: 8px;
    text-align: center;
    padding: 0.8em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #pagination .button {
    font-size: 11px;
  }
}

#pagination .button::before,
#pagination .button::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

#pagination .button::before {
  top: -1em;
  left: -1em;
}

@media (max-width: 767.98px) {
  #pagination .button::before {
    left: -3em;
  }
}

#pagination .button::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

@media (max-width: 767.98px) {
  #pagination .button::after {
    left: calc(100% + 3em);
  }
}

#pagination .button:hover::before,
#pagination .button:hover::after {
  height: 410px;
  width: 410px;
}

#pagination .button:hover {
  color: #fff;
}

#pagination .button:active {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.product-des {
  background-color: #fff;
  padding-block: 3rem;
}

.product-des h2 {
  font-size: clamp(20px, 1.4vw, 30px) !important;
}

.product-des #compare-form label {
  font-size: clamp(16px, 0.933vw, 22px) !important;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.product-des #compare-form label .units {
  font-weight: 700 !important;
  padding-left: 2px !important;
}

.product-des #compare-form .form-control {
  margin-right: 5px;
  margin-bottom: 0.5rem;
  width: 90px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.product-des #compare-form .form-control:focus {
  border-bottom: 2px solid #d12141 !important;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.product-des #compare-form .compare-btn {
  background-color: #01439c;
  color: #ffffff;
  outline: none;
  padding: 10px 16px;
  font-weight: 500;
  font-size: clamp(16px, 0.93vw, 20px);
  line-height: 1.3333333;
  border-radius: 6px;
  border: 0;
}

.product-des .quantity-analysis-note {
  margin: 0 0.625rem 1rem;
  font-size: clamp(18px, 0.93vw, 22px);
}

#tableComparision {
  background-color: #fff;
}

#tableComparision .scenario-headers {
  padding: 1.5em;
  background-color: #eeeeee;
}

#tableComparision .scenario-headers h3 {
  margin: 10px 0;
  font-size: clamp(20px, 1vw, 24px);
}

#tableComparision .scenario-headers .scenario-tags {
  font-size: clamp(16px, 0.93vw, 20px);
  letter-spacing: 1px;
  font-weight: 500;
}

#tableComparision .scenario-headers span {
  font-weight: 500;
}

#tableComparision .table-block {
  background-color: #fcfcfc;
}

@media (max-width: 500px) {
  #tableComparision .mob-tbl {
    overflow-x: auto;
    width: 100%;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

#tableComparision .des-microtech {
  background-color: #01439c;
  color: #ffffff;
  padding: 1em 1em 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tableComparision .des-microtech h4 {
  font-size: clamp(1.1rem, 1.5vw, 4rem) !important;
}

#tableComparision .des-microtech td {
  background-color: #01439c;
  color: #ffffff !important;
  font-weight: 500;
}

#tableComparision .des-microtech tr {
  border-top: 1px solid #dee2e6;
}

#tableComparision .effctive-cell {
  font-weight: 700 !important;
}

#tableComparision table {
  margin-bottom: 0;
}

#tableComparision .des-others {
  padding: 1em 1em 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tableComparision .des-others td {
  font-weight: 500;
  background-color: #fcfcfc;
}

#tableComparision .des-others tr {
  border-top: 1px solid #dee2e6;
}

#tableComparision .emphasis {
  color: #333333;
  font-weight: 600;
  font-size: clamp(18px, 1vw, 22px);
}

#tableComparision .value {
  font-weight: 600;
  font-style: italic;
}

@media (max-width: 768px) {
  #tableComparision .emphasis {
    font-size: clamp(14px, 1vw, 18px);
  }
  #tableComparision .value {
    font-size: clamp(16px, 1vw, 28px);
  }
}

#custom-rd {
  position: relative;
  background-color: #f2f2f2;
}

#custom-rd .custom-img {
  position: relative;
  padding-top: 100%;
}

#custom-rd .custom-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#custom-rd .trybuy-img {
  position: relative;
  padding-top: 56.12%;
}

#custom-rd .trybuy-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#custom-rd .block {
  padding: 2.5em 1em;
  background-color: #01439c;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

#custom-rd .new-block {
  position: relative;
  padding: 2.5em 1em;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

#custom-rd .content {
  text-align: right;
  color: #fff;
}

#custom-rd h1 {
  color: #a9c2eb;
  font-weight: 600;
}

#custom-rd p {
  font-weight: 500;
}

#custom-rd .btn-3:hover {
  color: #000000;
}

@media (min-width: 768px) {
  #custom-rd #custom-rd .new-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3em 2em !important;
    margin: 0 1em;
    color: #fff;
    background-color: #01439c;
    border-radius: 25px;
    padding: 1em;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  #custom-rd .btn-3 {
    margin-bottom: 2em;
  }
  #custom-rd .main-img {
    margin-bottom: 2em;
  }
  #custom-rd .content {
    text-align: left;
  }
  #custom-rd .txt {
    margin-bottom: 2em;
    color: #fff;
  }
  #custom-rd .new-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custom-rd .new-block .row img {
    margin-bottom: 2em;
  }
}

#custom-rd .slick-slide {
  position: relative;
}

#custom-rd .slick-slide .row {
  height: 100%;
  position: relative;
  overflow: hidden;
}

#custom-rd .slick-dots {
  bottom: 0;
  width: 100px;
  left: 2em;
}

#custom-rd .slick-dots li button {
  border: 2px solid #fff;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}

#custom-rd .slick-dots li button::before {
  width: 12px;
  height: 12px;
}

#custom-rd .slick-dots li.slick-active button {
  background: #fff;
}

.intro {
  padding: 2em 0 13em;
  background-color: #f2f2f2;
}

.intro h1 {
  color: #0458a9;
  margin-top: 0;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width: 767.98px) {
  .intro h1 {
    margin-bottom: 1em;
  }
}

.intro .img img {
  width: 180px;
}

.intro p {
  font-weight: lighter;
}

.intro a {
  margin-top: 1em;
  background-color: #01439C;
  border-color: #01439C;
  border-radius: 25px;
  font-weight: 600 !important;
}

.video-block-new {
  margin-top: -13em;
  overflow: hidden;
}

.video-block-new video {
  border-radius: 25px;
}

@media (min-width: 991.98px) {
  .video-block-new .video-block {
    width: 100%;
    height: 350px !important;
  }
  .video-block-new video {
    width: 100%;
    height: 350px !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 25px;
  }
}

@media (min-width: 1900px) {
  .video-block-new .video-block {
    width: 100%;
    height: 450px !important;
  }
  .video-block-new video {
    width: 100%;
    height: 450px !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 25px;
  }
}

@media (max-width: 767.98px) {
  .video-block-new .video-block {
    width: 90%;
    margin: 0 auto;
  }
}

#key-features-functions {
  position: relative;
  padding: 4em 0;
}

@media (max-width: 991.98px) {
  #key-features-functions {
    padding: 2em 0;
  }
}

#key-features-functions .key-feature-img {
  position: relative;
  padding-top: 27.21%;
}

#key-features-functions .key-feature-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

#key-features-functions .main-heading {
  position: relative;
  margin-bottom: 3em;
}

#key-features-functions .main-heading h1 {
  padding-left: 2em;
  padding-top: 2px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif !important;
}

@media (min-width: 991.98px) {
  #key-features-functions .main-heading h1 {
    background-color: #01439c;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1em;
    line-height: 1.5;
  }
}

@media (max-width: 991.98px) {
  #key-features-functions .main-heading h1 {
    color: #01439c !important;
    padding-left: 1em;
  }
}

#key-features-functions .content {
  margin-bottom: 2em;
}

#key-features-functions .content h1,
#key-features-functions .content h2 {
  color: #01439c;
  font-size: 1.5em !important;
  font-family: "Poppins", sans-serif !important;
}

#key-features-functions .content h2 {
  font-weight: 300 !important;
  font-size: clamp(15px, 3.3vw, 18px) !important;
}

#key-features-functions .key-feature-img {
  height: 100%;
}

#key-features-functions .key-feature-img img {
  height: 100%;
}

#key-features-functions ul {
  padding-left: 2em;
  margin-bottom: 1em;
}

#key-features-functions ul li {
  list-style: disc;
}

@media (max-width: 991.98px) {
  #key-features-functions .row {
    margin-bottom: 2em;
  }
  #key-features-functions .row .col-sm-12 {
    padding: 0 1em;
  }
  #key-features-functions .row .content {
    margin-bottom: 0;
    border: 1px solid #01439c;
    border-radius: 15px;
    padding: 1em;
    height: 100%;
    min-height: 330px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #key-features-functions .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-bottom: -10px;
  }
  #key-features-functions .slick-dots li {
    border-radius: 50px;
    width: 10px;
    height: 10px;
  }
  #key-features-functions .slick-dots li.slick-active {
    background-color: #a9c2eb;
  }
  #key-features-functions .slick-dots li button {
    outline: 2px solid #a9c2eb;
    outline-offset: 3px;
    border-radius: 25px;
    width: 10px !important;
    height: 10px !important;
  }
  #key-features-functions .slick-dots li button::before {
    width: 10px !important;
    height: 10px !important;
  }
}

@media (max-width: 575.98px) {
  #key-features-functions .content {
    min-height: 310px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #key-features-functions .row .content {
    min-height: 450px;
  }
}

#elevate-safety {
  position: relative;
  padding: 3em 0;
}

@media (max-width: 767.98px) {
  #elevate-safety {
    padding: 2em 0;
  }
}

#elevate-safety .img img {
  border-radius: 30px;
}

#elevate-safety .isolater-img {
  position: relative;
  padding-top: 66.73%;
}

#elevate-safety .isolater-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#elevate-safety .elevater-img {
  height: 100%;
  width: 100%;
}

#elevate-safety .elevater-img img {
  height: 100%;
  width: 100%;
}

#elevate-safety .sticky-top {
  z-index: 1;
  top: 20%;
}

#elevate-safety ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#elevate-safety ul:before {
  content: "";
  display: inline-block;
  width: 2px;
  background: #a0bce3;
  position: absolute;
  left: 3px;
  top: 5px;
  height: calc(100% - 10px);
}

#elevate-safety ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

#elevate-safety ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #01439c;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 10px;
}

#elevate-safety ul li .content h2 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  font-size: clamp(15px, 3.3vw, 18px) !important;
}

@media (max-width: 991.98px) {
  #elevate-safety ul li .content p {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.5 !important;
  }
}

#elevate-safety h1 {
  letter-spacing: 2px;
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  .custom-elevate-safety h1 {
    color: #0458a9 !important;
    font-size: clamp(20px, 3.5vw, 24px) !important;
    font-weight: 400 !important;
    line-height: 120% !important;
  }
  .custom-elevate-safety .rd-success-points-block {
    width: 100%;
    overflow-x: auto;
  }
  .custom-elevate-safety .rd-success-points-block ul {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .custom-elevate-safety .rd-success-points-block ul:before {
    content: "" !important;
    display: inline-block;
    width: 100% !important;
    background: #a0bce3;
    position: absolute;
    left: 3px;
    top: 7.5px !important;
    height: 2px !important;
  }
  .custom-elevate-safety .rd-success-points-block li {
    position: relative;
    padding-right: 30px;
    padding-left: 0 !important;
    margin-bottom: 1rem !important;
    padding-top: 2rem;
    min-width: 280px !important;
  }
  .custom-elevate-safety .rd-success-points-block li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #01439c;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px;
  }
  .custom-elevate-safety .rd-success-points-block li .blueColor {
    color: #125baf !important;
    font-size: clamp(15px, 3.3vw, 20px) !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid #a9c2eb80 !important;
  }
  .custom-elevate-safety .rd-success-points-block li p {
    color: #000 !important;
    font-size: clamp(13px, 3vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 120% !important;
  }
  .custom-elevate-safety .rd-success-points-block::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 3px;
  }
  .custom-elevate-safety .rd-success-points-block::-webkit-scrollbar:hover {
    opacity: 1;
  }
  .custom-elevate-safety .rd-success-points-block:hover::-webkit-scrollbar-thumb {
    background: #c6c6c6;
  }
  .custom-elevate-safety .sticky-top {
    height: 200px;
  }
  .custom-elevate-safety .sticky-top img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  .sticky-top .button a {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .rd-success-points-block {
    width: 100%;
    overflow-x: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .micronizer-safety li {
    min-width: 325px !important;
  }
}

.contact-us {
  position: relative;
}

.contact-us .form-control {
  background: inherit;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-radius: 0;
}

.contact-us .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us .send-message-heading-mobile {
  color: #0458a9;
  font-size: clamp(20px, 5.5vw, 24px);
  font-weight: 400;
  line-height: 120%;
}

.contact-us .address ul li {
  margin-bottom: 2em;
}

.contact-us .address ul li .icon {
  padding-right: 20px;
}

.contact-us .address ul li .icon img {
  vertical-align: middle;
}

.contact-us .address ul li .txt p {
  font-size: 1.25em;
  color: #000;
  font-weight: 300;
}

.contact-us .address ul li .txt p a {
  color: #000;
  font-size: 1em;
}

.contact-us .address ul li .txt p a:hover {
  color: #01439c;
}

.contact-us .address-mobile ul li {
  margin-bottom: 1em;
}

.contact-us .address-mobile ul li .icon {
  padding-right: 20px;
}

.contact-us .address-mobile ul li .icon img {
  vertical-align: middle;
}

.contact-us .address-mobile ul li .txt p {
  font-size: clamp(18px, 4.6vw, 20px);
  color: #000;
  font-weight: 300;
}

.contact-us .address-mobile ul li .txt p a {
  color: #0458a9;
  font-size: 1em;
}

.contact-us .address-mobile ul li .txt p a:hover {
  color: #01439c;
}

@media (max-width: 991.98px) {
  .contact-us .content {
    padding: 1rem;
  }
  .contact-us .content .form-control {
    border: 1px solid #a9c2eb;
    border-radius: 4px;
    background-color: #fff;
  }
  .contact-us .content #submit-btn {
    width: 100%;
    background: #f84c00;
    color: #e8f6ff;
    border: 0;
    font-weight: 700;
    padding: 12px 20px;
  }
}

.capabilities {
  position: relative;
  padding: 2em 0;
}

.capabilities #loading {
  display: none;
  text-align: center;
}

.capabilities #images-section {
  display: none;
  margin-top: 2em;
}

@media (max-width: 768px) {
  #capabilities-block {
    background-color: #fff;
    padding: 0;
  }
  #capabilities-block #images-section {
    padding: 2rem 1rem;
    margin-top: 0;
  }
  #capabilities-block #images-section .single-img-block {
    background: #f6faff;
    padding: 1.5rem 1rem;
  }
  #capabilities-block #images-section .single-img-block h3 {
    color: #0458a9 !important;
    font-size: clamp(16px, 3.2vw, 24px) !important;
    font-weight: 400 !important;
    line-height: 120%;
  }
}

@media (max-width: 375px) {
  #capabilities-block .single-img-block {
    background: #f6faff;
    padding: 1.5rem 0.5rem;
  }
}

#product-landing {
  padding: 3em 0;
}

@media (max-width: 991.98px) {
  #product-landing {
    padding: 2em 0;
  }
}

#product-landing .product-slider.owl-carousel .owl-nav button.owl-next,
#product-landing .product-slider.owl-carousel .owl-nav button.owl-prev,
#product-landing .product-slider.owl-carousel button.owl-dot {
  font-size: 3em;
}

#product-landing .product-slider.owl-carousel .owl-nav button.owl-next {
  float: right;
}

#product-landing h1 {
  font-size: clamp(2em, 3vw, 5em) !important;
  font-weight: 800 !important;
}

#product-landing .products-sect {
  background-color: #a9c2eb;
  padding: 5em 10px 1em;
}

@media (max-width: 991.98px) {
  #product-landing .products-sect {
    padding: 2em 0;
  }
  #product-landing .products-sect h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  #product-landing .arrow-img img {
    margin-right: 2px !important;
    width: 50px !important;
    /* margin-top:27px; */
  }
}

#product-landing .product-slider .item .img {
  position: relative;
  padding-top: 56.27%;
}

#product-landing .product-slider .item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#product-landing .product-slider.owl-carousel .owl-prev.disabled,
#product-landing .product-slider.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

#product-landing .product-slider.owl-carousel .prev-slide {
  background: url(/img/left-arrow-0.svg) no-repeat;
  left: -60px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  position: absolute;
  bottom: 0%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #product-landing .product-slider.owl-carousel .prev-slide {
    width: 35px;
    height: 35px;
  }
}

#product-landing .product-slider.owl-carousel .next-slide {
  background: url(/img/left-arrow-0.svg) no-repeat;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  right: -55px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  position: absolute;
  bottom: 0%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #product-landing .product-slider.owl-carousel .next-slide {
    width: 35px;
    height: 35px;
    right: -35px;
  }
}

@media (max-width: 991px) {
  #product-landing .product-slider {
    margin-top: 7em;
  }
  #product-landing .product-slider.owl-carousel .next-slide {
    position: absolute;
    top: -1.5em;
    right: 40%;
  }
  #product-landing .product-slider.owl-carousel .prev-slide {
    position: absolute;
    top: -1.5em;
    left: 40%;
  }
}

@media (max-width: 576px) {
  #product-landing .product-slider.owl-carousel .next-slide {
    position: absolute;
    top: -1.5em;
    right: 30%;
  }
  #product-landing .product-slider.owl-carousel .prev-slide {
    position: absolute;
    top: -1.5em;
    left: 30%;
  }
}

#product-landing .product-slider a {
  color: #333;
}

#product-landing .product-slider h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #01439c;
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 18px);
}

#product-landing .product-slider p {
  font-size: clamp(15px, 2.5vw, 16px);
}

@media (max-width: 991.98px) {
  .landing-forms {
    padding-bottom: 0 !important;
  }
}

.landing-forms .micronizer-form {
  background-color: #a9c2eb;
  padding: 2em;
}

.landing-forms h2 {
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(1.5em, 2em, 3.5em);
}

.landing-forms .message-block textarea {
  background: inherit;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 10px;
}

.landing-forms .message-block textarea:focus {
  outline: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
}

.landing-forms .form-control {
  background: inherit;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
}

.landing-forms .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.landing-forms ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

.landing-forms :-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

.landing-forms ::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

.landing-forms ::placeholder {
  color: #fff;
  opacity: 0.7;
}

.landing-forms #submit-btn {
  border: 1px solid #fff;
  background-color: inherit;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
}

.landing-forms #submit-btn:hover {
  background-color: #fff;
  color: #000;
}

@media (min-width: 991.98px) {
  .affix-form .micronizer-form {
    position: fixed;
    top: 130px;
    right: 55px;
    width: 35%;
    z-index: 99999;
  }
}

#popup.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #ffffff89;
}

#popup .popupContainer {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#popup .micronizer-form {
  background-color: #a9c2eb;
  padding: 2.5em;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  width: 40%;
  margin: 0 auto;
  position: relative;
}

#popup h2 {
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(1.2em, 1.5vw, 1.5em);
}

@media (max-width: 999px) {
  #popup h2 {
    font-size: clamp(1em, 2vw, 1.5em);
  }
}

#popup .message-block textarea {
  background: inherit;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 10px;
}

#popup .message-block textarea:focus {
  outline: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
}

#popup .form-control {
  background: inherit;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
}

#popup .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#popup ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

#popup :-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

#popup ::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

#popup ::placeholder {
  color: #fff;
  opacity: 0.7;
}

#popup #submit-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 25px;
}

#popup #submit-btn:hover {
  background-color: #fff;
  color: #01439c;
  border: 1px solid #01439c !important;
}

#popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 1.5em;
  font-size: 600;
}

@media (max-width: 999px) {
  #popup .micronizer-form {
    width: 95%;
    padding: 1.5em;
  }
}

@media (max-width: 999px) and (max-height: 750px) {
  #popup .micronizer-form {
    width: 95% !important;
    padding: 1.5em !important;
    overflow-y: auto !important;
    height: 95% !important;
  }
}

.blueColor {
  color: #01439c !important;
}

.customers-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 1em;
}

.customers-logos .img {
  text-align: center;
}

.customers-logos .img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  margin: 0 auto;
}

@media (max-width: 999px) {
  .customers-logos {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .customers-logos img {
    height: 70px !important;
    margin: 0 auto;
  }
}

.each-faq {
  border-left: 2px solid #a0bce3;
  padding-left: 1em;
  margin: 1em 0 1em 3em;
}

.each-faq p {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .each-faq {
    margin: 1em 0 1em 2em;
  }
}

.inner-faqs .accordion {
  --bs-accordion-bg: inherit;
  --bs-accordion-border-width: 0;
}

.inner-faqs .accordion-button {
  background-color: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.inner-faqs .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGZpbGw9IiMwMjNlNWUiIGQ9Ik0yNy4yNyAxNmExIDEgMCAwIDEtMSAxSDE3djkuMjdhMSAxIDAgMCAxLTIgMFYxN0g1LjczYTEgMSAwIDAgMSAwLTJIMTVWNS43M2ExIDEgMCAwIDEgMiAwVjE1aDkuMjdhMSAxIDAgMCAxIDEgMXoiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMyYjMzNDQiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+");
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
  position: absolute;
  left: -1em;
}

.inner-faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNi4zNSA2LjM1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNLjc5NCAyLjkxYS4yNjUuMjY1IDAgMCAwIDAgLjUzaDQuNzYyYS4yNjUuMjY1IDAgMCAwIDAtLjUzeiIgZmlsbD0iIzAyM2U1ZSIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCI+PC9wYXRoPjwvZz48L3N2Zz4");
  position: absolute;
  left: -1em;
}

@media (max-width: 768px) {
  .inner-faqs .accordion-button::after {
    left: inherit;
    right: 0;
  }
  .inner-faqs .accordion-button:not(.collapsed)::after {
    left: inherit;
    right: 0;
  }
  .inner-faqs .accordion-button {
    padding-left: 0.5rem !important;
  }
  .inner-faqs .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .inner-faqs .accordion-header span {
    font-size: 13px;
  }
}

.animateThis {
  position: relative;
}

.slide-left {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(50px, 0px, 0px);
  transform: translate3d(50px, 0px, 0px);
}

.slide-left.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.slide-right {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(-50px, 0px, 0px);
  transform: translate3d(-50px, 0px, 0px);
}

.slide-right.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.slide-top {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
}

.slide-top.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.fade-grow {
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.fade-grow.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fade-in {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.fade-in.in-view {
  opacity: 1;
}

.animDelay500 {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms !important;
}

.animDelay750 {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms !important;
}

.animDelay1000 {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms !important;
}

.animDelay1250 {
  -webkit-transition-delay: 1250ms;
  transition-delay: 1250ms !important;
}

.animDelay1500 {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms !important;
}

.animDelay1750 {
  -webkit-transition-delay: 1750ms;
  transition-delay: 1750ms !important;
}

.animDelay2000 {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms !important;
}

.animDelay2250 {
  -webkit-transition-delay: 2250ms;
  transition-delay: 2250ms !important;
}

.animDelay2500 {
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms !important;
}

.animDelay2750 {
  -webkit-transition-delay: 2750ms;
  transition-delay: 2750ms !important;
}

.animDelay3000 {
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms !important;
}

.animDelay3250 {
  -webkit-transition-delay: 3250ms;
  transition-delay: 3250ms !important;
}

.animDelay3500 {
  -webkit-transition-delay: 3500ms;
  transition-delay: 3500ms !important;
}

.animDelay3750 {
  -webkit-transition-delay: 3750ms;
  transition-delay: 3750ms !important;
}

.animDelay4000 {
  -webkit-transition-delay: 4000ms;
  transition-delay: 4000ms !important;
}

.animDelay4250 {
  -webkit-transition-delay: 4250ms;
  transition-delay: 4250ms !important;
}

.animDelay4500 {
  -webkit-transition-delay: 4500ms;
  transition-delay: 4500ms !important;
}

.animDelay4750 {
  -webkit-transition-delay: 4750ms;
  transition-delay: 4750ms !important;
}

.animDelay5000 {
  -webkit-transition-delay: 5000ms;
  transition-delay: 5000ms !important;
}

[v-cloak] {
  display: none;
}

@media (min-width: 992px) {
  .home-new-modal-popup {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .home-new-modal-popup {
    max-width: 50%;
  }
}

.sidenav {
  display: none;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  position: fixed;
  z-index: 200;
  bottom: 50px;
  right: 0;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .sidenav {
    width: 150px;
    height: 200px;
    z-index: 1;
  }
}

.sidenav.open {
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -13px;
  right: 12px;
  font-size: 45px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.home-new-modal-popup .product-des #compare-form label {
  font-size: clamp(13px, 0.85vw, 20px) !important;
}

.home-new-modal-popup .product-des .title {
  font-size: clamp(1em, 1.5vw, 2em);
}

.home-new-modal-popup .product-des .des {
  font-size: clamp(0.85em, 1.1vw, 1.5em);
}

.home-new-modal-popup .product-des #compare-form .form-control {
  height: 25px !important;
}

.home-new-modal-popup .product-des .left-block {
  padding: 1em 1em 1em 2em;
}

@media (max-width: 991px) {
  .home-new-modal-popup .product-des #compare-form .form-control {
    width: 75px !important;
  }
}

@media (max-width: 425px) {
  .home-new-modal-popup .product-des .title {
    padding-right: 45px;
  }
  .home-new-modal-popup .product-des #compare-form .compare-btn {
    padding: 6px 9px;
  }
}

#myModal {
  display: none;
}
/*# sourceMappingURL=app.css.map */