.wow {
  visibility: hidden;
}

@-webkit-keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade_top {
  -webkit-animation-name: fade_top;
  animation-name: fade_top;
}

.swiper-pagination-progressbar {
  background: rgb(0 0 0 / 3%);
}

@-webkit-keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

@keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

.slide_left {
  -webkit-animation-name: slide_left;
  animation-name: slide_left;
}

@-webkit-keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

@keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

.slide_right {
  -webkit-animation-name: slide_right;
  animation-name: slide_right;
}

/* exo-font */

@font-face {
  font-family: "Poppins-Black";
  src: url("../fonts/poppins/Poppins-Black.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/poppins/Poppins-Light.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Thin";
  src: url("../fonts/poppins/Poppins-Thin.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  /* colors */
  --primary-color: #000000;
  --pure-black-color: #000000;
  --secondary-color: #214183;
  --white-color: #ffffff;
  --highlight-color: #5b6470;
  --background-smoke: #fafbfc;
  --background-gray: #f5f5f5;
  --secondary-highlight-color: #21418399;
  /* font-sizes */
  --banner-title-font-size: 4rem;
  --section-title-font-size: 2.375rem;
  --section-title-big-size: 4.5rem;
  --section-subtitle-font-size: 1.875rem;
  --section-subtitle-font-size-48: 3.5rem;
  --setion-small-title: 1.313rem;
  --section-main-title: 4rem;
  --paragraph-font-size: 1.5rem;
  --content-font-size: 1.125rem;
  --content-font-size-2: 1.375rem;
  --sub-content-font-size: 1.875rem;
  --link-font-size: 1rem;
  --smallest-font-size: 0.85rem;
  /* font-families */
  --light-font-family: "Poppins-Light";
  /* --regular-font-family: "Archivo-Regular"; */
  --regular-font-family: "Poppins-Regular";
  --thin-font-family: "Poppins-Thin";
  --medium-font-family: "Poppins-Medium";
  --semibold-font-family: "Poppins-SemiBold";
  --bold-font-family: "Poppins-Bold";
  /*    --black-font-family: "Poppins-Black";
 --semibold-font-family: "Poppins-SemiBold"; */
  /* other */
  --common-transition: all 0.6s ease;
  --web-border-radius: 0.625rem;
  --mobile-border-radius: 0.6rem;
  --common-gap-size: 1rem;
  --small-gap-size: 1.5rem;
  --medium-gap-size: 3rem;
  --big-gap-size: 6rem;
  --middle-gap-size: 4rem;
  --middest-gap: 2rem;
  --smallest-gap: 0.75rem;
}

/* Custom scrollbar for Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 4px;
  /* Width of the vertical scrollbar */
  height: 4px;
  /* Height of the horizontal scrollbar */
}

/* Remove the up/down arrow buttons on the scrollbar */
::-webkit-scrollbar-button {
  display: none;
}

/* The scrollbar track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background-color: transparent;
  /* Transparent background */
}

/* The draggable part of the scrollbar (thumb) */
::-webkit-scrollbar-thumb {
  background-color: var(--highlight-color);
  /* Color of the scrollbar thumb */
  border-radius: 2px;
  /* Rounded corners */
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--highlight-color);
  /* Darker color when hovered */
}

/* Custom scrollbar for Firefox */
* {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: var(--highlight-color) transparent;
  /* Thumb color and track color */
}

.light-fonts {
  font-family: var(--light-font-family) !important;
}

.semibold-fonts {
  font-family: var(--semibold-font-family) !important;
}

.medium-fonts {
  font-family: var(--medium-font-family) !important;
}

.bold-fonts {
  font-family: var(--bold-font-family) !important;
}

.regular-fonts {
  font-family: var(--regular-font-family) !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: var(--regular-font-family);
  color: var(--primary-color);
}

html {
  height: auto;
  font-size: 16px;
  scroll-behavior: smooth;
}

* {
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.2;
  width: 100%;
}

body.no-scroll-body {
  overflow-y: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  background-color: transparent;
  color: unset;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: unset;
  color: unset;
}

img {
  max-width: 100%;
  transition: var(--common-transition);
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

.p0 {
  padding: 0 !important;
}

.main-container-fluid {
  width: 95%;
  margin: 0 auto;
}

.main-container-2 {
  width: 82.5%;
  margin: 0 auto;
}

.main-container {
  width: 72%;
  margin: 0 auto;
}

.mini-container {
  width: 68%;
  margin: 0 auto;
}

.content_accordian {
  display: none;
}

.section-padding {
  padding: 10rem 0;
}

.section-padding-half {
  padding: 5rem 0;
}

.section-padding-small {
  padding: 2rem 0;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.hover-enable {
  display: none;
}

.hover-disable {
  display: inline-block;
}

.mobile-image {
  display: none;
}

.web-image {
  display: block;
}

div:focus-visible,
img:focus-visible,
button:focus-visible {
  outline: none;
  border: none;
}

.visible-tab-mobile {
  display: none !important;
}

.visible-mobile-only {
  display: none !important;
}

.inter-rugalar {
  font-family: var(--inter-regular-font-family);
}

.inter-medium {
  font-family: var(--medium-font-family);
}

.archivo-bold {
  font-family: var(--bold-font-family);
}

.inner-flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.flex-row {
  display: flex;
  gap: 0.5rem;
}

.inner-flex-zero {
  gap: 0;
}

.inner-flex-small {
  gap: var(--small-gap-size);
}

.inner-flex-smallest {
  gap: 0.25rem;
}

.inner-flex-medium {
  gap: var(--medium-gap-size);
}

.inner-flex-big {
  gap: var(--big-gap-size);
}

.inner-flex-large {
  gap: 10rem;
}

.inner-flex-common {
  gap: var(--common-gap-size);
}

.inner-flex-center {
  text-align: center;
  align-items: center;
}

.flex-row-middest {
  gap: var(--middest-gap);
}

.flex-row-middle {
  gap: var(--middle-gap-size);
}

.flex-row-smallest {
  gap: var(--smallest-gap);
}

.flex-row-medium {
  gap: var(--medium-gap-size);
}

.alc {
  align-items: center;
}

.jc-sb {
  justify-content: space-between;
}

.j-c-c {
  justify-content: center;
}

.j-c-sb {
  justify-content: space-between;
}

.j-c-end {
  justify-content: end;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wfc {
  width: fit-content;
}

.mlauto {
  margin-left: auto;
}

.mrauto {
  margin-right: auto;
}

.m0auto {
  margin: 0 auto;
}

.white-color {
  color: var(--white-color) !important;
}

.black-color {
  color: var(--pure-black-color) !important;
}

.highlight-color {
  color: var(--highlight-color) !important;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.pure-black-color {
  color: var(--pure-black-color) !important;
}

.secondary-highlight-color {
  color: var(--secondary-highlight-color) !important;
}

/* fonts css */

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}

.banner-title h1,
.banner-title h1 span,
.banner-title h2,
.banner-title h2 span {
  font-size: var(--banner-title-font-size);
  font-family: var(--bold-font-family);
}

.section-small p {
  font-size: var(--setion-small-title);
  line-height: 1.5;
  color: var(--highlight-color);
}

.section-main-title p {
  font-size: var(--section-main-title);
  color: var(--highlight-color);
}

.smallest-font p {
  font-size: var(--smallest-font-size);
  color: var(--highlight-color);
}

.section-sub-content p {
  font-size: var(--sub-content-font-size);
  color: var(--highlight-color);
}

.banner-title h1 span,
.banner-title h2 span {
  color: var(--secondary-color);
}

.section-title h1,
.section-title h1 span,
.section-title h2,
.section-title h2 span {
  font-size: var(--section-title-font-size);
  font-family: var(--semibold-font-family);
}

.section-title-big h3,
.section-title-big h3 span,
.section-title-big h1,
.section-title-big h1 span,
.section-title-big h2,
.section-title-big h2 span {
  font-size: var(--section-title-big-size);
  font-family: var(--semibold-font-family);
}

.section-title h1 span,
.section-title h2 span {
  color: var(--secondary-color);
}

.section-content p,
.section-content p span {
  font-size: var(--content-font-size);
  line-height: 1.5;
  color: var(--highlight-color);
}

.section-content-2 p,
.section-content-2 p span {
  font-size: var(--content-font-size-2);
  line-height: 1.5;
  color: var(--highlight-color);
}

.section-paragraph p,
.section-paragraph p span {
  font-size: var(--paragraph-font-size);
  line-height: 1.5;
  color: var(--highlight-color);
}

.section-paragraph p span {
  color: var(--secondary-color);
}

.section-text p,
.section-text span,
.section-text p span {
  font-size: 1rem !important;
  line-height: 1.25;
  color: var(--highlight-color);
}

.section-text p span {
  color: var(--secondary-color);
}

.section-content-big p,
.section-subtitle h4,
.section-subtitle h4 span {
  font-size: var(--section-subtitle-font-size);

  color: var(--primary-color);
}

.section-subtitle-48 h4,
.section-subtitle-48 h4 span {
  font-size: var(--section-subtitle-font-size-48);

  color: var(--primary-color);
}

.section-subtitle h4 span {
  color: var(--secondary-color);
}

.smallest-font p {
  font-size: 0.85rem;
}

.link-font-size a p,
.link-font-size a p span.material-symbols-outlined,
.link-font-size p {
  font-size: var(--link-font-size);
}

.unision-pharma-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  transition: var(--common-transition);
  border-radius: 0.25rem;
  width: fit-content;
  justify-content: center;
}

.unision-pharma-button p,
.unision-pharma-button span {
  line-height: 1 !important;
}

.button-style-primary {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}

.button-style-primary span,
.button-style-primary p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.button-style-primary:hover {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.button-style-primary:hover span,
.button-style-primary:hover p {
  color: var(--primary-color);
  transition: var(--common-transition);
}

.button-style-secondary {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
}

.button-style-secondary span,
.button-style-secondary p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.button-style-secondary:hover {
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.button-style-secondary:hover span,
.button-style-secondary:hover p {
  color: var(--secondary-color);
  transition: var(--common-transition);
}

.button-style-white {
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
}

.button-style-white span,
.button-style-white p {
  color: var(--primary-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.button-style-white:hover {
  border: 1px solid var(--white-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.button-style-white:hover span,
.button-style-white:hover p {
  color: var(--white-color);
  transition: var(--common-transition);
}

.button-style-transparent {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  transition: var(--common-transition);
}

.button-style-transparent p {
  color: var(--secondary-color);
}

.button-style-transparent:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  transition: var(--common-transition);
}

.button-style-transparent:hover p {
  color: var(--white-color);
}

/* CSS STarts here */

.header-wrapper {
  position: fixed;
  background-color: #ffffff;
  transition: var(--common-transition);
  top: 0rem;
  border-bottom: 0px solid var(--primary-color);
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 99999;
}

.header-wrapper.webmenu_hidden {
  top: -100%;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  gap: var(--small-gap-size);
  align-items: center;
  padding-right: 0;
}

.header-links-ul ul {
  display: flex;
  align-items: center;
  gap: var(--middle-gap-size);
  padding: 0.5rem 0;
}

.header-links-ul ul li {
  position: relative;
  /* min-height: 1.5rem; */
  height: 1.5rem;
  display: flex;
  width: fit-content;
}

.header-links-ul ul li::after {
  position: absolute;
  top: -1.6rem;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--secondary-color);
  content: "";
  transition: var(--common-transition);
}

.header-links-ul ul li.active_page::after,
.header-links-ul ul li:hover::after {
  width: 100%;
  transition: var(--common-transition);
}

.header-links-ul ul li a,
.header-links-ul ul li span,
.header-links-ul ul li p {
  color: var(--secondary-color);
  text-transform: uppercase;
}

.header-links-ul ul li a,
.header-links-ul ul li span,
.header-links-ul ul li p {
  font-size: var(--smallest-font-size);
}

.header-links-ul ul li a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--primary-color);
}

.header-logo {
  width: 11.188rem;
}

.header-logo-renked {
  width: 6rem;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.nav-toggle {
  cursor: pointer;
  display: none;
}

.mob-link-font-size {
  display: none;
}

.mobile-navigation-wrapper {
  display: none;
}

.form-input-icon.form-input-icon-left {
  left: 1rem;
}

.form-title-label {
  margin-bottom: 0.5rem;
}

.form-input-icon.form-input-icon-right {
  right: 1rem;
}

.form-control-unision-pharma {
  padding: 1rem 2rem 1rem 3.5rem;
  border: 1px solid var(--highlight-color);
  resize: none;
  background-color: var(--white-color);
  margin: 0 !important;
  outline: none;
  line-height: 1;
  font-size: 1rem;
  width: 100%;
  font-family: var(--medium-font-family);
  border-radius: 0.5rem;
}

.form-control-unision-pharma.form-control-unision-pharma-search {
  padding: 1rem 3.5rem 1rem 2rem;
}

.form-input-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 1rem;
  transform: unset;
}

.form-input-icon.form-input-icon-search {
  right: 1rem;
}

.form-control-unision-pharma:focus,
.form-control-unision-pharma:focus-visible {
  border-color: var(--primary-color);
}

.link-underline {
  width: 100%;
  height: 2px;
  background-color: #21418340;
}

.header-icons-flex > div {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 1.5rem;
}

.header-icons-flex > div::after {
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -1.15rem;
  left: 0;
  background-color: #214183;
  content: "";
  transition: var(--common-transition);
}

.header-icons-flex > div:hover::after {
  width: 100%;
  transition: var(--common-transition);
}

.join-our-community-box {
  display: grid;
  grid-template-columns: calc(30% - 2.5rem) calc(40% - 2.5rem) calc(
      30% - 2.5rem
    );
  background-color: #e4edfa;
  align-items: center;
  justify-content: space-between;
}

.join-our-community-box > div:last-child {
  width: fit-content;
  margin: 0 auto;
}

.social-icon,
.social-icon img {
  width: 2rem;
  height: 2rem;
}

.blue-patch {
  height: 46%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--secondary-color);
}

.footer-link-wrapper {
  padding: 6.063rem 1.25rem 8.063rem 1.25rem;
  background-color: var(--secondary-color);
}

.footer-logo {
  width: 14.375rem;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: calc(45% - 4.5rem) calc(55% - 4.5rem);
  gap: 9rem;
  align-items: end;
}

.unison-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem 1.5rem;
}

.unision-footer-ul {
  width: fit-content;
  margin-left: auto;
  display: flex;
  gap: 3.25rem;
}

.unision-footer-ul ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-location p {
  opacity: 60%;
  color: #ffffff;
  transition: var(--common-transition);
}

.unision-footer-ul ul li p {
  color: #ffffff;
  opacity: 60%;
  font-size: 1rem;
  line-height: 1.2;
  /* text-align: right; */
  /* width: fit-content; */
  transition: var(--common-transition);
}

.footer-location a:hover p,
.unision-footer-ul ul li a.active_page p,
.unision-footer-ul ul li a:hover p,
.bottom-strip p a:hover {
  opacity: 1;
  color: #ffffff;
  transition: var(--common-transition);
}

.footer-social-icons {
  width: fit-content;
  margin-left: auto;
}

.footer-social-icons .social-icon img,
.footer-social-icons .social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-social-icons .social-icon img {
  opacity: 60%;
}

.footer-social-icons .social-icon:hover img {
  opacity: 1;
}

.bottom-strip {
  border-top: 1px solid #ffffff40;
  padding-top: 1rem;
  /* margin-top: 1rem; */
}

.bottom-strip p a,
.bottom-strip p {
  color: #ffffff60;
  font-size: 0.875rem;
  /* opacity: 60%; */
}

.banner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21%;
  z-index: 1;
}

.banner-pagination {
  width: 30%;
  position: absolute;
  top: 60%;
  right: 3.5rem;
  height: 5rem;
}

.banner-pagination::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.banner-pagination .swiper-pagination {
  width: 5rem;
  height: 5rem;
  background: transparent;
  display: flex;
  align-items: center;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  justify-content: center;
  position: absolute;
  top: 0;
  right: 5rem;
  color: transparent;
}

.banner-pagination .swiper-pagination-total {
  display: none;
}

.banner-pagination .swiper-pagination-current {
  padding-left: 12px;
  position: relative;
  color: #ffffff;
}

.banner-pagination .swiper-pagination-current::after {
  content: "0";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}

.flex55 {
  flex-basis: 55%;
}

.flex50 {
  flex-basis: 50%;
}

.flex60 {
  flex-basis: 60%;
}

.unison-become-abs {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}

.flex40 {
  flex-basis: 40%;
}

.two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.our-vision-flex > div:nth-child(2) p:hover span.readmore_click,
.readmoreText span.readmore_click {
  display: block;
  padding-top: 1rem;
  position: relative;
  width: fit-content;
  font-size: 1.125rem;
  color: var(--highlight-color) !important;
  line-height: 1.5;
  text-transform: capitalize;
  /* text-decoration: underline; */
}

.readmoreText span.readmore_click::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--highlight-color);
  transition: var(--common-transition);
}

.readmoreText span.readmore_click:hover::after {
  background-color: #ef282e;
  transition: var(--common-transition);
}

#unision-pharma-home-section-2 .section-padding {
  padding: 13.438rem 0;
}

.our-vision-flex {
  display: flex;
  gap: 12.5rem;
}

.our-vision-flex > div:nth-child(1) {
  padding-top: 6.813rem;
  flex-basis: calc(30% - 6.25rem);
}

.our-vision-flex > div:nth-child(2) p:hover,
.our-vision-flex > div:nth-child(1) p:hover,
.our-vision-flex > div:nth-child(1) p:hover span,
.our-vision-flex > div:nth-child(2) p:hover span {
  color: var(--secondary-color) !important;
}

.our-vision-flex > div:nth-child(2) {
  flex-basis: calc(70% - 6.25rem);
  padding-top: 7.15rem;
}

.our-vision-num {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 12.625rem;
  opacity: 8%;
}

.our-vision-num h4 {
  font-family: var(--thin-font-family);
  font-size: 12.25rem;
  font-style: italic;
}

.know-more-btn {
  position: relative;
  width: fit-content;
}

.know-more-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--highlight-color);
}

.know-more-btn:hover p {
  /* color: var(--secondary-color); */
  transition: var(--common-transition);
}

.know-more-btn:hover::after {
  transition: var(--common-transition);
  background-color: #ef282e;
}

.core-value-grid {
  gap: 13.875rem;
}

.core-value-grid > div:nth-child(1) {
  height: fit-content;
  top: 5rem;
  position: sticky;
}

.production-text {
  position: relative;
  width: fit-content;
  line-height: 1.5;
}

.production-text::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffffab;
  left: 0;
  position: absolute;
  bottom: 0;
}

.proction-video-flex {
  position: absolute;
  width: 100%;
  padding-left: 7.5rem;
  padding-bottom: 7.5rem;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8rem;
}

.proction-video-flex > div:nth-child(1) {
  flex-basis: calc(66% - 4rem);
}

.proction-video-flex > div:nth-child(2) {
  flex-basis: calc(44% - 4rem);
  padding-top: 2.5rem;
}

.proction-video-line > div:nth-child(1) {
  width: 60%;
  height: 1px;
  background-color: #ffffff;
}

.proction-video-line > div:nth-child(2) {
  min-width: max-content;
}

.proction-video-line > div:nth-child(3) {
  width: 10%;
  height: 1px;
  background-color: #ffffff;
}

.video-play-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.excellence-blue {
  width: 5.188rem;
  height: 3.938rem;
  border-top-left-radius: 6.875rem;
  border-top-right-radius: 6.875rem;
  background-color: #123274;
}

.excellence-lightblue {
  width: 5.188rem;
  height: 3.938rem;
  border-bottom-left-radius: 6.875rem;
  border-bottom-right-radius: 6.875rem;
  background-color: #2d4e93;
}

.excellence-felx {
  display: flex;
  gap: 2px;
  flex-direction: column;
}

.excellence-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.excellence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 95%;
  margin: 0 auto;
  justify-items: center;
}

.health-driven-div {
  width: 73%;
  margin: 0 auto;
}

.readmore-health span {
  color: var(--white-color);
}

.readmore-health .readmore_click {
  color: #ffffff40;
  cursor: pointer;
}

.global-certified > div {
  position: relative;
  width: fit-content;
}

.global-certified > div:nth-child(2)::after,
.global-certified > div:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.5rem;
  /* padding-bottom: 0.5rem; */
  left: 0;
  background-color: #ef282e;
  transition: var(--common-transition);
}

.global-certified > div:nth-child(2)::after {
  width: 0;
  transition: var(--common-transition);
}

.global-certified > div:nth-child(2):hover::after {
  width: 100%;
  transition: var(--common-transition);
}

.global-certified.cualityControl > div {
  position: relative;
  width: fit-content;
  cursor: pointer;
}

.global-certified.cualityControl > div::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -0.5rem;
  /* padding-bottom: 0.5rem; */
  left: 0;
  background-color: #ef282e;
  transition: var(--common-transition);
}

/* .cualityControl > div::after {
  width: 0;
  transition: var(--common-transition);
} */
.global-certified.cualityControl > div.active::after,
.global-certified.cualityControl > div:hover::after {
  width: 100%;
  transition: var(--common-transition);
}

.flag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  row-gap: 2.5rem;
  width: 80%;
}

.flag-grid > div {
  width: 80%;
  margin: 0 auto;
}

.flag-grid .section-content p {
  font-size: 1rem;
}

/* .swiper-button-prev.swiper-button-product-prev,
.swiper-button-next.home-swiper-btn-next{
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  margin: unset;
} */
p.highlight-color span {
  color: var(--highlight-color);
}

.marquee {
  width: 100%;
  position: relative;
  z-index: 9;
}

.marquee > div {
  position: relative;
  display: flex;
  width: max-content;
  animation: marquee 35s linear infinite;
  gap: 2rem;
}

.marquee img {
  width: 12.5rem;
  height: 12.5rem;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.marquee2 {
  width: 100%;
  z-index: 9;
  position: relative;
}

.marquee2 img {
  width: 12.5rem;
  height: 12.5rem;
}

.marquee2 > div {
  position: relative;
  display: flex;
  width: max-content;
  animation: marquee2 35s linear infinite;
  gap: 2rem;
  padding-top: 2rem;
}

@keyframes marquee2 {
  0% {
    left: -100%;
  }

  100% {
    left: 0%;
  }
}

.apply-btn {
  min-width: 100%;
  min-height: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-icon img,
.common-icon {
  width: 1.5rem;
  min-width: 1.5rem;
}

.input-box .common-icon {
  margin-left: 1rem;
  margin-right: 1rem;
  /* border-right: 1px solid #9d9d9d; */
  /* padding-right: 2.5rem; */
}

.overflow-hide {
  overflow: hidden;
}

.counter-plus::after {
  content: "+";
}

#unision-pharma-home-section-3 {
  margin-bottom: 8.75rem;
}

.sec-dotimg-abs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32.5%;
}

/* meshwa ben style  */
.proudct-box {
  background-color: #ffffffab;
  padding: 3rem 5rem;
  margin-top: -24%;
  min-height: 31.5rem;
  z-index: 9;
  position: relative;
}

.product-flex > div:nth-child(1) {
  flex-basis: calc(35% - 3rem);
  width: calc(35% - 3rem);
}

.product-flex > div:nth-child(2) {
  flex-basis: calc(65% - 3rem);
  width: calc(65% - 3rem);
  padding: 10rem 0 5.5rem 0;
}

.product-table th {
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  font-size: var(--link-font-size);
  color: var(--white-color);
  /* border-radius: 15px; */
}

.product-table th:nth-child(1) {
  border-radius: 12px 0 0 12px;
  width: 10%;
}

.product-table th:nth-child(2) {
  width: 25%;
}

.product-table th:nth-child(3) {
  width: 50%;
}

.product-table th:nth-child(4) {
  border-radius: 0 12px 12px 0;
  width: 20%;
}

.product-table td {
  padding: 1.5rem;
  font-size: var(--link-font-size);
  border-bottom: 1px solid #1b191833;
}

.product-title {
  background: #ea282f;
  background: linear-gradient(
    90deg,
    rgba(234, 40, 47, 1) 0%,
    rgba(22, 125, 255, 1) 100%
  );
  height: fit-content;
  top: 0;
  position: sticky;
}

.product-table table {
  border-collapse: collapse;
  vertical-align: middle;
  border-spacing: unset;
  width: 100%;
}

.sec-3-txt {
  width: 82%;
}

.sec3-main-img {
  position: relative;
  z-index: 1;
}

.mail-us {
  border-bottom: 1px solid var(--secondary-color);
  width: fit-content;
  padding-bottom: 1rem;
}

.more {
  border-bottom: 1px solid var(--secondary-color);
  width: fit-content;
  padding-bottom: 0.5rem;
}

.sec-flex {
  gap: 5.063rem;
}

.sec-flex > div:nth-child(1) {
  flex-basis: 50%;
  /* width: 45%; */
  padding-left: 6.6%;
  padding-top: 2.5rem;
}

.sec-flex > div:nth-child(2) {
  flex-basis: 50%;
  /* width: 75%; */
  /* padding-right:rem; */
}

.sec-3-txt p {
  color: #5b6470;
}

.sec-3-microscopeimg {
  position: absolute;
  width: 26%;
  top: 10rem;
  /* transform: translateY(-50%); */
  left: -15%;
}

.mail-us-icon {
  width: fit-content;
}

.sec-4-txt p {
  color: #5b6470;
}

.sec-4-txt {
  width: 48%;
}

.sec4-font {
  font-size: 2.5rem;
}

.product-swiper-box .sec4-font {
  min-height: 6rem;
}

.product-section-four .swiper-slide {
  text-align: left;
}

.product-swiper-box {
  background-color: #e3ecf9;
  padding: 2.875rem 2.5rem 2rem 2.5rem;
}

.swiper-img {
  width: 100%;
  min-height: 17.5rem;
  background-color: #e3ecf9;
}

.product-section-four .swiper-button-next,
.product-section-four .swiper-container-rtl .swiper-button-prev {
  background-image: unset;
  right: 10px;
  left: auto;
}

.product-section-four .swiper-button-prev,
.product-section-four .swiper-container-rtl .swiper-button-next {
  background-image: unset;
  left: 10px;
  right: auto;
}

.swiper-btn-abs {
  /* padding-right: 5rem; */
  position: relative;
  margin-top: auto;
  display: flex;
  min-width: max-content;
  gap: 1rem;
  flex-direction: row-reverse;
}

.swiper-button-main {
  background-color: var(--secondary-color);
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  padding: 0.9rem;
}

.swiper-button-prev.swiper-button-product-prev,
.swiper-button-next.swiper-button-product-next,
.swiper-button-prev.home-swiper-btn-prev,
.swiper-button-next.home-swiper-btn-next,
.swiper-button-prev.intsBus-swiper-btn-prev,
.swiper-button-next.intsBus-swiper-btn-next,
.swiper-button-prev.about-swiper-btn-prev,
.swiper-button-next.about-swiper-btn-next {
  position: relative;
  background-image: unset;
  right: 10px;
  left: auto;
  top: unset;
  height: 3rem;
  width: 3rem;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
}

.product-section-four .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}

.product-section-four .swiper-pagination-bullet {
  width: 100px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: 0.2;
}

.product-section-four .swiper-scrollbar {
  border-radius: 10px;
  position: relative;

  height: 2px;
  width: 100%;
}

.product-section-four .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #214183;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.product-section-four .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--secondary-color);
}

.product-section-four .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: #2141833d;
}

.hover-box {
  width: 100%;
}

.hover-box:hover .hover-data {
  opacity: 1;
  visibility: visible;
}

.hover-box .hover-data {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--common-transition);
}

.hover-img {
  height: 100%;
  width: 100%;
}

.hover-box:hover .swiper-box {
  opacity: 0;
  visibility: hidden;
}

.hover-box .swiper-box {
  opacity: 1;
  visibility: visible;
}

.swiper-box {
  min-height: 32rem;
}

.hover-data div > img,
.hover-data {
  /* min-height: 32.5rem; */
  height: 100%;
}

.viewon {
  border-bottom: 1px solid var(--white-color);
  padding-bottom: 0.5rem;
  width: fit-content;
}

.product-hover-content > div:nth-child(1) p {
  font-size: 2.5rem;
}

.hover-data > div:nth-child(2) {
  gap: 5rem;
}

.hover-content {
  position: absolute;
  padding: 3rem 2.5rem 2rem 2.5rem;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  justify-content: end;
}

.hover-txt {
  width: 71%;
}

/* product-detail-css-end */

/* product-listing-css-start */
/* .product-listing-section-one .proudct-box {
  background-color: #ffffffab;
  padding: 3rem 5rem;
  margin-top: -24%;
  z-index: 9;
  position: relative;
} */
.product-listing-section-one .main-container-fluid {
  position: relative;
}

.product-listing-section-one .proudct-box {
  background-color: #ffffffab;
  padding: 3rem 5rem;
  margin-top: 0;
  z-index: 9;
  bottom: -4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.filter-grid .button-style-secondary:hover p {
  color: var(--secondary-color) !important;
}

.filter-grid .button-style-secondary:hover {
  border: 1px solid var(--secondary-color);
}

.unision-logo-img {
  position: absolute;
  width: 19%;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
}

.produt-title p {
  font-size: 3.75rem;
}

.filter-grid {
  display: grid;
  width: 100%;
  /* grid-template-columns:
    calc(30% - 2.25rem) calc(25% - 2.25rem) calc(30% - 2.25rem)
    calc(15% - 2.25rem); */
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  overflow: hidden;
  max-height: 0;
  transition: var(--common-transition);
}

.filter-grid.active {
  max-height: 5rem;
  margin-bottom: 3rem;
  overflow: visible;
  transition: var(--common-transition);
}

.input-box {
  width: 100%;
  border: 1px solid var(--primary-color);
}

.filter-grid input {
  border: none;
  outline: none;
  padding-left: 1rem;
  box-shadow: unset;

  /* width: 22rem; */
}

/* .filter-grid input:focus,
input:focus-visible {
  border: none;
  box-shadow: unset;
  outline: none;
} */
.filter-grid select,
.filter-grid input {
  font-size: var(--content-font-size);
  font-family: var(--content-font-size);
  /* color: var(--pure-black-color); */
}

.filter-search {
  border-left: 1px solid #9d9d9d;
}

.filter-grid ::placeholder {
  /* font-size: var(--sub-content-font-size); */
  font-family: var(--content-font-size);

  color: #9d9d9d;
}

.filter-grid > div:nth-child(1) span {
  color: var(--secondary-color);
  /* font-size: var(--paragraph-font-size); */
  font-family: var(--content-font-size);

  padding: 1rem 22px 1rem 0.75rem;
}

.filter-grid select {
  padding: 1rem;
  border: 1px solid var(--primary-color);
  resize: none;
  margin: 0 !important;
  outline: none;
  color: var(--highlight-color);
}

.filter-grid option {
  color: #9d9d9d;
}

.productselect select {
  /* width: 25.188rem; */
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 100%;
}

@keyframes rotatelogo {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.unision-main-logo {
  width: 22%;
  margin-left: auto;
  /* padding-top: 1.938rem; */
  padding-right: 2rem;
  margin-bottom: -4rem;
  /* padding-bottom: 1.938rem; */
}

.unision-main-logo > img:nth-child(1) {
  animation: rotatelogo 20s linear infinite;
  display: block;
}

/* style end */

.product-sec-4-main .swiper-container {
  padding: 0 9%;
}

/* @keyframes unison_line_animation {
  0% {
    max-height: 0%;
  }

  100% {
    max-height: 100%;
  }
} */
@keyframes unison_line_animation {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.unison_line_animation {
  -webkit-animation-name: unison_line_animation;
  animation-name: unison_line_animation;
  animation-duration: 1.1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.unison-since-line {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  /* transition: var(--common-transition); */
  height: 0%;
  width: 1px;
  left: 50%;
  background-color: #eab8b6;
  /* animation-name: unison_line_animation; */
}

.unison-since-svg {
  position: absolute;
  top: 10%;
  left: calc(60% + 1.5rem);
  transform: translateX(-50%);
  width: 9.5rem;
}

.unison-1981-svg {
  position: absolute;
  top: 50%;
  left: calc(60% + 0.5rem);
  transform: translate(-50%, -50%);
  width: 7.938rem;
}

.view-all-btn > div:nth-child(2) {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
}

.view-all-btn {
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: 1px solid var(--primary-color);
  transition: var(--common-transition);
}

.view-all-btn:hover {
  border-bottom: 1px solid #ea282f;
  transition: var(--common-transition);
}

/* .view-all-btn::after{
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  transition: var(--common-transition);
}
.view-all-btn:hover::after{
  width: 100%;
  background-color: #ea282f;
  transition: var(--common-transition);
} */

#google_translate_element {
  opacity: 0;
  width: 3rem;
  min-width: 3rem;
  height: 1.5rem;
  overflow: hidden;
  z-index: 999999;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

.goog-te-combo {
  cursor: pointer;
}

@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

.whatsapp-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  /* width: 3rem; */
  z-index: 999;
}

.whatsappbutton .circle {
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  width: 3rem;
  height: 3rem;
  background-color: #c7c8cc;
  color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

.whatsappbutton .circle::after {
  background: rgba(200, 199, 204);
}

.whatsappbutton .circle::before {
  background: rgba(200, 199, 204);
  /* -webkit-animation-delay: -.5s; */
  animation-delay: -0.5s;
}

.whatsappbutton .circle::after,
.whatsappbutton .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  z-index: -1;
  /* -webkit-animation: 1s ease-in-out infinite grow; */
  animation: 1s ease-in-out infinite grow;
}

/* megamenu css  */
.megamenu-wrapper {
  position: fixed;
  padding-top: 12rem;
  z-index: 99;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  backdrop-filter: blur(40px);
}

.megamenugrid {
  padding: 1rem 3rem 3rem 3rem;
  display: grid;
  grid-template-columns: 25% 75%;
  justify-content: space-between;
  align-items: end;
}

.megamenuContent {
  display: flex;
  gap: 1.5rem;
  justify-content: end;
  flex-wrap: wrap;
}

.megamenuContent .megamenuItem {
  flex-basis: calc(100% / 5 - 1.25rem);
}

.megamenuTitle {
  padding-bottom: 2.2rem;
}

.megamenu-category-img {
  overflow: hidden;
}

.megamenu-category-img img {
  aspect-ratio: 1.5;
}

.megamenuItem a:hover .megamenu-category-img img {
  transform: scale(1.1);
}

.megamenu-category-font {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.megamenu-category-font::after {
  width: 0%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--secondary-color);
  transition: var(--common-transition);
}

.megamenuItem a:hover .megamenu-category-font::after {
  transition: var(--common-transition);
  width: 100%;
}

.w-100-web {
  width: 100%;
}

.home-form-icon {
  position: absolute;
  top: 47%;
  left: 0;
  width: 1.5rem;
  transform: translateY(-50%);
}

.megamenu-overlay {
  height: 100%;
  width: 100%;
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff40;
  z-index: 10;
  backdrop-filter: blur(8px);
}

.megamenu-overlay.active {
  display: block;
}

/* megamenu css End */

.bar {
  width: 1.5rem;
  height: 2px;
  background-color: var(--secondary-color);
  transition: var(--common-transition);
}

.menubar {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: relative;
  height: 1.5rem;
  z-index: 9999;
  /* margin: auto; */
  justify-content: center;
}

.menubar.active .bar {
  /* background-color: var(--primary-color) !important; */
}

.menubar.active .bar.bar-top {
  transform: translateY(4px) rotate(-45deg);
}

.menubar.active .bar.bar-bottom {
  transform: translateY(-6px) rotate(45deg);
}

.menubar.active .bar.bar-middle {
  opacity: 0;
}

[role="button"] {
  cursor: default;
}

.header-icon-lang {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 3rem;
  width: 3rem;
  transform: translate(-50%, -50%);
}

.manufacturing-facilities > div {
  position: relative;
  padding-left: 5.125rem;
}

.manufacturing-facilities > div .facities-icon {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.career-text {
  padding: 0 6rem 0 5rem;
}

.select_apr select {
  appearance: none !important;
}

.down-arrow-filter {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.productselect select {
  pointer-events: none;
}

.productselect select.active {
  pointer-events: all;
}

.dis-none {
  display: none !important;
}

.international-text-hover p:hover span {
  color: var(--secondary-color);
}

.about-swiper-box {
  min-height: 27.5rem;
  background-color: #e3ecf9;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.filter-btn.active {
  display: none;
  pointer-events: none;
}

.filter-btn {
  margin-top: auto;
  height: 3.5rem;
  padding: 0 1.25rem;
  background-color: #1c274c1a;
  border-radius: 4.375rem;
  border: 1px solid transparent;
  transition: var(--common-transition);
  cursor: pointer;
}

.filter-btn-close:hover,
.filter-btn:hover {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  transition: var(--common-transition);
}

.filter-btn:hover p {
  color: var(--secondary-color);
  transition: var(--common-transition);
}

.filter-btn-close {
  margin-top: auto;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  /* padding: 0 1.25rem; */
  background-color: #1c274c1a;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: var(--common-transition);
  cursor: pointer;
  display: none;
}

.filter-btn-close.active {
  display: flex;
}

.listpage-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: span 1 / span 2;
  background-color: #e3ecf9;
}

.listpage-text h2 {
  color: #214183bf;
}

.gray-bg {
  background-color: #f7fafc;
}

option:disabled {
  pointer-events: none;
}

#background-img-about-code {
  background-image: url(../images/background-cod.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.readmoreText h4 span {
  color: var(--pure-black-color);
}

.accordian-title {
  padding: 1.25rem;
  border-top: 1px solid #ededed;
}
.businessOperation-accordion .accordian-title {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid transparent;
}
.businessOperation-accordion .accordian-title:last-child {
  border-bottom: 1px solid transparent;
  /* border-top: 1px solid #ededed; */
}

.accordion_click {
  cursor: pointer;
}

.accordion_click.accordion_click_relative.active .minusimg,
.accordion_click.accordion_click_relative .plusimg {
  display: block;
}

.accordion_click.accordion_click_relative .minusimg,
.accordion_click.accordion_click_relative.active .plusimg {
  display: none;
}

.accordian-icon img {
  height: 1.5rem;
  width: 1.5rem;
}

.accordion-dec-padding {
  padding-top: 1.5rem;
  /* padding-left: 1.5rem; */
}

.md-toast {
  position: fixed;
  z-index: 99999;
}

.footer-appstore-icons {
  width: 75%;
}

.footer-appstore-icons a {
  opacity: 60%;
}

.footer-appstore-icons a:hover {
  opacity: 1;
}

.flag-grid.unit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  width: 85%;
}

.two-col-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* Common Form Style Starts Here */

.form-control {
  width: 100%;
  height: auto;
  padding: 2rem;
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: 0px;
  font-family: var(--semibold-font-family);
  color: var(--primary-color);
  font-size: var(--content-font-size-2);
  box-shadow: none !important;
}

.resumeInputShow.form-control p,
.form-control::placeholder {
  font-family: var(--regular-font-family);
  color: #5b6470;
  font-size: var(--content-font-size-2);
}

.form-control:focus,
.form-control:focus-visible {
  border: 1px solid #ededed;
  box-shadow: unset;
  outline: none;
}

.form-control.error::placeholder {
  color: red;
}

.form-control.error {
  color: red;
  border-color: red;
}

label.error {
  display: none !important;
}

.resumeBtn {
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 0px;
  font-size: 1rem;
  font-family: var(--regular-font-family);
  padding: 9px 12px;
  transition: var(--common-transition);
}

.form-control.fileInput {
  opacity: 0;
  z-index: 9;
  position: relative;
}

.form-control.resumeInputShow {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  padding: 1.5rem 2rem;
  max-height: 93px;
}

.form-control.fileInput.error ~ .form-control.resumeInputShow {
  border-color: red;
}

.form-control.fileInput.error ~ .resumeInputShow.form-control p {
  color: red;
}

.formButton {
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 0px;
  font-size: var(--content-font-size-2);
  font-family: var(--regular-font-family);
  padding: 1rem 3.5rem;
  transition: var(--common-transition);
}

@media (min-width: 1024px) {
  .formButton:hover,
  .resumeBtn:hover {
    color: var(--secondary-color);
    background: transparent;
  }

  .contactAddress:hover a,
  .contactInfoFlex:hover a {
    color: #214183 !important;
  }

  .contactInfoFlex:hover a::after {
    width: 100%;
  }
}

/* Common Form Style Ends Here */

/* Country Code Style Start Here */

.conatct_number_input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.75rem 1rem 0.75rem 2rem;
}

.form-control.contact_feild {
  padding-left: 9.5rem;
}

.display_country_code {
  width: 52px;
  font-size: 13px;
}

.display_country_name {
  font-size: 0.875rem;
}

.country_code_data {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  font-size: var(--content-font-size-2);
  font-family: var(--regular-font-family);
}

.country_code_list_data ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.country_code_list_data ul li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all ease 0.2s;
}

.JoinArrow {
  -webkit-text-stroke: 1px #4162a7;
  -webkit-text-fill-color: transparent;
  color: #4162a7;
  font-family: var(--regular-font-family);
  font-size: 12.5rem;
  line-height: 100%;
  position: absolute;
}

.JoinArrow.upArrow {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.JoinArrow.downArrow {
  bottom: 0;
  right: 0;
  transform: translate(-50%, 75%);
}

.country_code_list_data ul li:hover {
  background-color: #dddddd;
}

.country_code_list_data li > div {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
}

.country_code_list_data {
  position: absolute;
  top: 100%;
  left: 0;
  height: 40vh;
  overflow-y: scroll;
  width: 350px;
  z-index: 99999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  border: 1px solid #999999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search_c-code {
  padding: 0 1rem;
  padding-bottom: 0.5rem;
}

.search_c-code input {
  position: relative;
  border-radius: var(--border-radius);
  border: 1px solid #999999;
  width: 100%;
  padding: 0.7rem;
}

.country_code_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}

.country_code_overlay.code_overlay {
  display: block;
  /* z-index: 999; */
}

.country_code_list_data {
  display: none;
}

.country_code_list_data.active {
  display: block;
}

.contact_country_flag img,
.country_code_list_data img {
  width: 25px !important;
}

.contactAddress {
  width: 90%;
  max-width: 450px;
}

.contactInfoFlex .contactIcons {
  flex-basis: 1.5rem;
  width: 1.5rem;
}

.contactAddress a,
.contactInfoFlex a {
  /* display: block;
  flex-basis: calc(100% - 2rem);
  width: calc(100% - 2rem); */
  transition: var(--common-transition);
  position: relative;
}

.contactInfoFlex a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #214183 !important;
  transition: var(--common-transition);
}

.technologyIcon {
  flex-basis: 6.25rem;
  width: 6.25rem;
  min-width: 6.25rem;
  padding: 1rem;
  background-color: #fafafa;
  border-radius: 8px;
}

.researchText {
  padding: 0 0 0 5rem;
}

.technologyText {
  flex-basis: calc(100% - 6.25rem);
  width: calc(100% - 6.25rem);
}

.innovationItem .excellence-text {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
}

.innovationGrid {
  display: flex;
  gap: 7.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.innovationGrid > div {
  flex-basis: calc(100% / 3 - 7.5rem);
  position: relative;
}

.innovationGrid > div .movingArrow {
  position: absolute;
  top: 35%;
  left: 100%;
  transform: translate(0%, 0%);
  width: 7.5rem;
}

.innovationGrid > div .movingArrow.curvLeftArrow {
  left: 0%;
  width: auto;
  height: 9rem;
  transform: translate(-65%, -100%);
}

.innovationGrid > div .movingArrow.curvLeftArrow img {
  height: 100%;
}

.innovationGrid > div .movingArrow.curvLefttArrow {
  top: 35%;
  right: 0%;
  left: unset;
  transform: translate(50%, -100%);
  width: 9rem;
}

.platformText {
  width: 80%;
}

.innovationText {
  margin: 0 auto;
  width: 74%;
}
.indian-market-tabs > div:hover,
.indian-market-tabs > div.active {
  background-color: #2141834f;
  border: 1px solid transparent;
  transition: var(--common-transition);
}
.indian-market-tabs > div {
  padding: 0.688rem 1.5rem;
  border: 1px solid #214183;
  background-color: transparent;
  width: fit-content;
  transition: var(--common-transition);
  border-radius: 2.5rem;
}
.banner-title-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Country Code Style End Here */

@media only screen and (max-width: 1680px) {
  html {
    font-size: 15px;
  }

  .product-flex > div:nth-child(2) {
    padding: 8rem 0 5.5rem 0;
  }

  .hover-data div > img,
  .hover-data {
    min-height: 31rem;
  }
}

@media only screen and (max-width: 1450px) {
  html {
    font-size: 14px;
  }

  .section-title-big h1,
  .section-title-big h1 span,
  .section-title-big h2,
  .section-title-big h2 span {
    font-size: 4rem;
  }

  #unision-pharma-home-section-2 .section-padding {
    padding: 10.438rem 0;
  }

  .main-container {
    width: 80%;
  }

  .section-subtitle-48 h4,
  .section-subtitle-48 h4 span {
    font-size: 2.5rem;
  }

  .sec-3-txt {
    width: 85%;
  }

  .hover-data div > img,
  .hover-data {
    min-height: 29.5rem;
  }

  .unision-main-logo {
    width: 25%;
  }

  .innovationGrid > div .movingArrow.curvLefttArrow {
    transform: translate(60%, -95%);
    width: 8rem;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }

  .section-small p {
    font-size: 1.15rem;
  }
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 12px;
  }

  .mini-container {
    width: 80%;
    margin: 0 auto;
  }

  .proction-video-flex {
    padding-left: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .proudct-box {
    margin-top: -27%;
  }

  .hover-data div > img,
  .hover-data {
    min-height: 30rem;
  }

  .product-flex > div:nth-child(2) {
    padding: 7rem 0 5rem 0;
  }
}

@media only screen and (max-width: 1152px) {
  .main-container {
    width: 90%;
    margin: 0 auto;
  }

  .footer-link-grid {
    grid-template-columns: calc(45% - 2rem) calc(55% - 2rem);
    gap: 4rem;
  }

  .section-subtitle-48 h4,
  .section-subtitle-48 h4 span {
    font-size: 2.5rem;
  }

  .banner-pagination .swiper-pagination-current {
    padding-left: 8px;
  }

  .core-value-grid {
    gap: 5rem;
  }

  .sec-3-microscopeimg {
    width: 31%;
    left: -17%;
    top: 7rem;
  }

  .hover-data div > img,
  .hover-data {
    min-height: 26.5rem;
  }

  /* .hover-content {
    padding: 6rem 2.5rem 2rem 2.5rem;
    transform: translateY(-50%);
  } */

  .swiper-btn-abs {
    display: flex;
    position: absolute;
    right: 10%;
    top: 20%;
  }

  .unision-main-logo {
    width: 29%;
    padding-right: 1rem;
  }

  .sec-flex > div:nth-child(1) {
    padding-left: 3.6%;
  }

  .main-container-2 {
    width: 88.5%;
  }

  .product-sec-4-main .swiper-container {
    padding: 0 6%;
  }

  .sec-dotimg-abs {
    width: 60%;
  }

  .section-content-big p,
  .section-subtitle h4,
  .section-subtitle h4 span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 11px;
  }

  .main-container {
    width: 95%;
    margin: 0 auto;
  }

  .banner-bg-img,
  .banner-bg-img img {
    height: 80vh;
  }

  .health-driven-div {
    width: 90%;
  }

  .product-flex > div:nth-child(2) {
    padding: 7rem 0 5rem 0;
    flex-basis: 50%;
    width: 50%;
  }

  /* .hover-content {
    justify-content: space-between;
    height: 100%;
  } */

  .hover-box .hover-data {
    width: 100%;
  }

  /* .hover-data div > img {
    height: 49vh;
  } */

  .swiper-btn-abs {
    top: 20%;
  }

  .apply-btn {
    /* min-width: 12rem; */
    height: 3.7rem;
  }
}

@media only screen and (max-width: 991px) {
  .product-flex > div:nth-child(1) {
    flex-basis: 30%;
    width: 100%;
  }

  .product-flex > div:nth-child(2) {
    padding: unset;
    flex-basis: 50%;
    width: 100%;
  }

  .swiper-btn-abs {
    top: 16%;
  }

  /* .product-listing-section-two .hover-data div > img {
    height: 34vh;
  } */

  .swiper-button-main {
    background-color: var(--secondary-color);
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    padding: 0.5rem;
  }

  .proudct-box {
    margin-top: -26%;
  }

  .proudct-box .big-gap {
    gap: 3rem !important;
  }

  /* .hover-data {
        width: 35rem;
        max-width: 100%;
    } */

  .inner-flex-tab {
    display: flex;
    flex-direction: column;
  }

  .mini-container {
    width: 90%;
    margin: 0 auto;
  }

  .sec-3-microscopeimg {
    width: 42%;
    left: -29%;
  }

  /* .hover-data div > img {
    height: 42vh;
  } */

  /* .hover-content {
        padding: 11.5rem 2.5rem 2rem 2.5rem;
        transform: translateY(-50%);
    } */
  .unision-main-logo {
    width: 50%;
    margin-left: auto;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .apply-btn {
    /* min-width: 9.5rem; */
    height: 3.7rem;
  }

  .button-style-secondary:hover {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    transition: var(--common-transition);
  }

  .filter-grid .button-style-secondary:hover {
    border: 1px solid var(--secondary-color);
  }

  .filter-grid .button-style-secondary:hover p {
    color: var(--white-color) !important;
  }

  .visible-tab-mobile {
    display: block !important;
  }

  .hide-tab-mobile {
    display: none !important;
  }

  .section-padding {
    padding: 7rem 0;
  }

  .mobile_menu.active {
    /* display: block; */
    right: 0%;
    transition: var(--common-transition);
  }

  .mobile_menu {
    /* display: none; */
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 8rem 2.8rem;
    position: fixed;
    top: 0;
    right: -100%;
    transition: var(--common-transition);
    z-index: 999;
  }

  .mobile_menu.active.active-sidemanu {
    /* display: block; */
    right: 100%;
    transition: var(--common-transition);
  }

  .overflow-tab {
    overflow-x: hidden;
  }

  .header-links-ul ul {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    flex-direction: column;
  }

  .header-links-ul ul li a,
  .header-links-ul ul li span,
  .header-links-ul ul li p {
    font-size: 2rem;
    line-height: 1;
  }

  .menu-close-icon {
    margin-left: auto;
    width: fit-content;
    margin-bottom: 2rem;
  }

  .address {
    width: 74%;
  }

  .footer-box > div:nth-child(2) {
    flex-basis: 100%;
    width: 100%;
    margin-top: 2rem;
  }

  .footer-box > div:nth-child(1) {
    flex-basis: 100%;
    width: 100%;
  }

  .inner-flex-tab {
    display: flex;
    flex-direction: column;
  }

  .als {
    align-items: flex-start;
  }

  .join-our-community-box {
    grid-template-columns: repeat(2, 1fr);
    background-color: #e4edfa;
    align-items: center;
    justify-content: space-between;
    padding-right: 2rem;
  }

  .footer-link-grid {
    grid-template-columns: 100%;
    gap: 4rem;
  }

  .unison-logo-grid {
    gap: 1.5rem;
  }

  .banner-pagination {
    top: unset;
    bottom: 5%;
  }

  .banner-logo {
    width: 30%;
  }

  .inner-flex-large {
    gap: 3rem;
  }

  .unison-become-abs {
    position: relative;
    width: 60%;
    margin: 0 auto;
  }

  #unision-pharma-home-section-2 .section-padding {
    padding: 0 0 5rem 0;
  }

  .section-title-big h1,
  .section-title-big h1 span,
  .section-title-big h2,
  .section-title-big h2 span {
    font-size: 3rem;
  }

  .mini-container {
    width: 90%;
  }

  .flag-grid .section-content p,
  .section-content p,
  .section-content p span {
    font-size: 1.37rem;
  }

  .section-content-big p,
  .section-subtitle h4,
  .section-subtitle h4 span {
    font-size: 1.5rem;
  }

  .our-vision-flex {
    gap: 9.5rem;
  }

  .our-vision-flex > div:nth-child(1) {
    padding-top: 6.813rem;
    flex-basis: calc(30% - 4.75rem);
  }

  .our-vision-flex > div:nth-child(2) {
    flex-basis: calc(70% - 6.25rem 68.75px);
    padding-top: 7.15rem;
  }

  .proction-video-flex {
    flex-direction: column;
    align-items: unset;
  }

  .procution-banner,
  .procution-banner img {
    height: 80vh;
  }

  .marquee > div {
    animation: marquee 25s linear infinite;
    gap: 1rem;
  }

  .marquee2 > div {
    animation: marquee2 25s linear infinite;
    gap: 1rem;
  }

  .proction-video-flex > div:nth-child(2) {
    padding-top: unset;
  }

  #unision-pharma-home-section-3 {
    margin-bottom: 0;
  }

  .sec-flex > div:nth-child(1) {
    padding-left: 0;
  }

  .sec3-main-img,
  .sec3-main-img img {
    height: 100%;
  }

  .flag-grid {
    width: 72%;
  }

  .main-container-2 {
    width: 95%;
  }

  .product-sec-4-main .swiper-container {
    padding: 0 1.5rem;
  }

  .our-vision-num {
    right: unset;
    left: 6rem;

    width: max-content;
  }

  .mobile-navigation-main-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .header-icons-flex > div:hover::after,
  .header-links-ul ul li:hover::after {
    width: 0%;
  }

  .header-links-ul ul li.active_page::after {
    bottom: -5px;
    top: unset;
  }

  .side-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    padding: 5rem 1.5rem;
    height: 100svh;
    z-index: 999999;
    overflow: scroll;
    background-color: var(--white-color);
    transition: var(--common-transition);
  }

  .megamenu-category-font {
    margin: unset;
  }

  .megamenu-category-img img {
    aspect-ratio: 2;
  }

  .side-menu-wrapper.active {
    right: 0%;
    transition: var(--common-transition);
  }

  .career-text {
    padding: 3rem 0rem 5rem 0;
  }

  .filter-grid input {
    width: inherit;
  }

  .flag-grid.unit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .businessOperation-accordion .accordian-title {
    padding: 1.25rem 0;
  }
  .inner-flex-medium.indian-market-flex {
    gap: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .visible-mobile-only {
    display: block !important;
  }

  .hide-mobile-only {
    display: none !important;
  }

  /* .product-detail-bannaer-img img {
        height: 100vh;
        object-fit: cover;
    } */
  .main-container,
  .main-container-2,
  .main-container-fluid,
  .mini-container {
    width: calc(100% - 3rem);
    /* padding: 0 15px; */
    margin: 0 auto;
  }

  .swiper-btn-abs {
    top: 31%;
    right: 17%;
    margin: 5% 0;
    display: none;
  }

  .sec-4-txt {
    width: 100%;
  }

  .hover-data div > img,
  .hover-data {
    min-height: 35rem;
    width: 32rem;
  }

  .filter-grid select {
    font-size: 1rem;
  }

  .proudct-box {
    margin-top: -63%;
    padding: 2.5rem 2rem;
  }

  .proudct-box .big-gap {
    gap: 2rem !important;
  }

  .section-main-title p {
    font-size: 2rem;
  }

  .product-flex > div:nth-child(2) {
    padding: 0 0 2rem 0;
    flex-basis: 100%;
    width: 100%;
  }

  .product-table td {
    padding: 1.5rem 1rem;
  }

  .product-table th {
    padding: 1rem 0rem 1rem 1rem;
    font-size: var(--link-font-size);
    color: var(--white-color);
    /* border-radius: 15px; */
    vertical-align: middle;
    /* width: 100%; */
  }

  .product-table table {
    width: 100%;
  }

  .product-table th:nth-child(4) {
    padding-right: 1rem;
  }

  .sec-3-microscopeimg {
    width: 32%;
    left: unset;
    top: -27%;
    right: 0;
  }

  .product-table th:nth-child(2) {
    width: 30%;
  }

  .product-table th:nth-child(3) {
    width: 55%;
  }

  .filter-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
  }

  .input-box {
    width: 100%;
    border: 1px solid var(--primary-color);
  }

  .filter-grid select {
    width: 100%;
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    width: 100%;
  }

  .filter-grid ::placeholder {
    font-size: 1rem;
    color: #9d9d9d;
  }

  .apply-btn {
    width: 100%;
    padding: 1.1rem;
    height: 3.8rem;
  }

  .unision-main-logo {
    width: 65%;
    margin-left: auto;
    margin-right: -4rem;
    padding-top: unset;
    padding-right: unset;
    padding-bottom: unset;
    margin-bottom: -1rem;
  }

  .unision-logo-img {
    width: 19%;
    left: 50%;
  }

  .flex-row-middle {
    gap: 2rem;
  }

  .produt-title p {
    font-size: 2.5rem;
  }

  .filter-grid > div:nth-child(1) span {
    padding: 0 0rem 0 0.1rem;
  }

  .product-listing-section-two .hover-data div > img,
  .product-listing-section-two .hover-data {
    min-height: 32.5rem;
  }

  .button-style-secondary:hover {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    transition: var(--common-transition);
  }

  .filter-grid .button-style-secondary:hover {
    border: 1px solid var(--secondary-color);
  }

  .filter-grid .button-style-secondary:hover p {
    color: var(--white-color) !important;
  }

  /* .hover-content {
        padding: 13rem 2.5rem 2rem 2.5rem;
        transform: translateY(-50%);
    } */
  .filter-grid input {
    height: 3.8rem;
  }

  .hover-box .hover-data {
    opacity: 0;
    display: none;
    /* visibility: visible; */
  }

  .hover-box:hover .swiper-box {
    opacity: 1;
    visibility: visible;
  }

  .inner-flex-mob {
    display: flex;
    flex-direction: column;
  }

  .join-our-community-box {
    grid-template-columns: 100%;
    /* padding: 2rem; */
  }

  .join-our-community-box > div:nth-child(2) {
    padding: 2rem;
  }

  .unison-logo-grid {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }

  .bottom-strip {
    flex-direction: column;
    padding-top: 3rem;
    margin-top: 2rem;
    gap: 1rem;
  }

  .unision-footer-ul {
    width: 100%;
    margin-left: unset;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .footer-link-grid {
    grid-template-columns: 100%;
    gap: 3rem;
  }

  .unision-footer-ul ul li {
    width: fit-content;
  }

  .unision-footer-ul .accordian-title {
    padding: 0;
    border-top: unset;
  }

  .unision-footer-ul .accordion-dec-padding {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .unision-footer-ul .accordion-dec-padding p {
    position: relative;
    padding-left: 1.5rem;
  }

  .unision-footer-ul .accordion-dec-padding p::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
  }

  .bottom-strip p,
  .footer-link-wrapper .section-content p,
  .footer-link-wrapper .link-font-size p,
  .unision-footer-ul ul li p,
  .bottom-strip p a {
    font-size: 1.37rem;
  }

  /* .main-container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  } */

  .footer-link-wrapper {
    padding: 5rem 0;
  }

  .footer-social-icons {
    width: fit-content;
    margin-left: unset;
  }

  .banner-pagination .swiper-pagination {
    right: 2.5rem;
  }

  .banner-pagination .swiper-pagination-current {
    padding-left: 12px;
  }

  .banner-pagination .swiper-pagination-current::after {
    left: 3px;
  }

  .banner-logo {
    width: 50%;
  }

  .banner-pagination {
    width: 70%;
  }

  .banner-bg-img,
  .banner-bg-img img {
    object-position: 60% 100%;
  }

  .unison-become-abs {
    width: 100%;
  }

  .section-title-big h1,
  .section-title-big h1 span,
  .section-title-big h2,
  .section-title-big h2 span {
    font-size: 2.5rem;
  }

  .our-vision-flex > div:nth-child(2),
  .corporate-text {
    padding-top: 0;
    width: 75%;
    margin-left: auto;
  }

  .our-vision-flex {
    gap: 1.5rem;
    flex-direction: column;
  }

  .our-vision-flex > div:nth-child(1) {
    width: 21rem;
  }

  .inner-flex-big {
    gap: 3rem;
  }

  .inner-flex-medium {
    gap: 2rem;
  }

  .core-value-grid {
    grid-template-columns: 100%;
  }

  .section-content-big p,
  .section-subtitle h4,
  .section-subtitle h4 span,
  .section-small p {
    font-size: 1.37rem;
  }

  .proction-video-flex {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    width: unset;
    gap: 5rem;
  }

  /* .proction-video-line > div:nth-child(1) {
    width: 28%;
  } */
  .proction-video-flex > div:nth-child(2),
  .proction-video-flex > div:nth-child(1) {
    flex-basis: 100%;
  }

  .procution-banner,
  .procution-banner img {
    height: 80vh;
    width: 100%;
    object-position: 53% 100%;
  }

  .health-driven-div,
  .excellence-grid {
    width: 100%;
  }

  .banner-title h1,
  .banner-title h1 span,
  .banner-title h2,
  .banner-title h2 span {
    font-size: 3rem;
  }

  .section-padding,
  .padding-mob {
    padding: 5rem 0;
  }

  .flag-grid.unit-grid,
  .flag-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    width: 100%;
  }

  .corporate-text {
    width: 70%;
  }

  .marquee > div {
    animation: marquee 10s linear infinite;
  }

  .marquee2 > div {
    animation: marquee2 10s linear infinite;
  }

  .marquee2 {
    padding-top: 1rem;
  }

  .marquee2 img {
    width: 10rem;
    height: 10rem;
  }

  .marquee img {
    width: 10rem;
    height: 10rem;
  }

  .unision-footer-ul ul li p,
  .footer-social-icons .social-icon img,
  .bottom-strip p a,
  .bottom-strip p {
    opacity: 1;
    color: #ffffff;
  }

  .core-value-grid > div:nth-child(1) {
    height: fit-content;
    top: unset;
    position: relative;
  }

  .sec-flex > div:nth-child(1) {
    padding-top: 0;
  }

  .unision-footer-ul ul li p {
    text-align: left;
    width: fit-content;
  }

  .footer-social-icons .social-icon img,
  .footer-social-icons .social-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .sec-dotimg-abs {
    width: 70%;
  }

  .product-listing-section-one .proudct-box {
    padding: 3rem 2rem;
  }

  /* .input-box .common-icon {
    margin-left: 0.5rem;
  } */

  .our-vision-num {
    left: 0;
    width: 100%;
    padding-left: 6rem;
  }

  .our-vision-num h4 {
    font-size: 10.25rem;
  }

  .unison-since-svg {
    left: calc(60% + 2.5rem);
  }

  .unison-1981-svg {
    width: 5.938rem;
  }

  /* .header-logo {
    width: 9.188rem;
  } */

  .header-logo-renked {
    width: 5.5rem;
  }

  .header-icons-mob {
    width: 1.75rem !important;
  }

  .header-icons-flex {
    gap: 1.5rem;
  }

  .header-icon-lang {
    min-width: 4rem;
    width: 4rem;
  }

  .filter_category_mobile {
    height: 40px;
    border-radius: 0px !important;
    background-color: #fff !important;
  }

  .product-section-one .proudct-box,
  .product-listing-section-one .proudct-box {
    margin-top: -21rem;
    min-height: 25rem;
  }

  .csr-policy-img,
  .csr-policy-img img {
    aspect-ratio: 1;
  }

  .filter-grid.active {
    max-height: 20rem;
  }

  .platformText {
    width: 100%;
  }

  .researchText {
    margin-top: 2.5rem;
  }

  .unison-logo-grid p.white-color {
    opacity: 1 !important;
  }

  .contactAddress a,
  .contactInfoFlex a {
    flex-basis: calc(100% - 2rem);
  }

  .contactAddress {
    width: 100%;
    max-width: 100%;
  }

  .product-swiper-box .sec4-font {
    min-height: unset;
  }

  .product-swiper-box {
    padding: 1.5rem;
  }

  .pt0-mob {
    padding-top: 0 !important;
  }

  .sec-3-txt {
    width: 100%;
  }

  .career-text {
    padding-bottom: 0;
  }

  .header-wrapper {
    padding: 1rem 0;
  }

  .footer-appstore-icons {
    width: 55%;
    margin-top: 1.5rem;
  }

  .footer-appstore-icons a {
    opacity: 1;
  }

  /* .unision-footer-ul .content_accordian a.active_page p, */
  .unision-footer-ul ul li a.active_page p {
    border-bottom: 1px solid #ffffff;
  }

  .flag-grid > div {
    width: 100%;
    margin: 0 auto;
  }

  .two-col-grid {
    grid-template-columns: 100%;
    gap: 1.5rem;
  }

  .JoinArrow {
    font-size: 10rem;
  }

  .JoinArrow.upArrow {
    transform: translate(0%, -50%);
  }

  .innovationGrid {
    display: flex;
    gap: 7.5rem 5rem;
    justify-content: space-evenly;
    align-items: center;
  }

  .innovationGrid > div .movingArrow.downArrow {
    height: 6.5rem;
    top: unset;
    bottom: 0;
    width: auto;
    left: 50%;
    transform: translate(-50%, 110%);
  }

  .innovationGrid > div .movingArrow.upArrow {
    height: 6.5rem;
    top: 0;
    width: auto;
    left: 50%;
    transform: translate(-50%, -110%);
  }

  .innovationGrid > div .movingArrow.downArrow img,
  .innovationGrid > div .movingArrow.upArrow img {
    height: 100%;
  }

  .innovationGrid > div {
    flex-basis: calc(100% / 2 - 5rem);
    position: relative;
  }

  .innovationGrid > div .movingArrow.curvLefttArrow {
    transform: translate(75%, -95%);
    width: 7rem;
  }

  .innovationGrid > div .movingArrow.curvUpArrow {
    top: 35%;
    left: 0%;
    transform: translate(-75%, -95%);
    width: 7rem;
  }

  .innovationText {
    margin: 0 auto;
    width: 100%;
  }

  .researchText {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 325px) {
  .section-subtitle-48 h4,
  .section-subtitle-48 h4 span {
    font-size: 2.25rem;
  }
}
