/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
var {
  font-style: normal;
}
:root {
  --black: #161616;
  --white: #fff;
  --yellogradienttopcolor: #ffdb26;
  --yellogradientbottomcolor: #efae0e;
  --readmoreleftcolor: #ffc21e;
  --readmorerightcolor: #fb8435;
  --readgreen: #00973d;
  --lightgreen: #00973d;
  --darkgreen: #00973d;
  --yellowshade: #ffbf00;
  --orangeshade: #f36d06;
  --whiteshade: #f6f6f6;
  --headingcolor: #141414;
  --footercolor: #00973d;
  --whitebg1: #f2f2f2;
  --whitebg2: #f8f8f8;
  --headingdash: #ffbe26;
  --footerborder: #707070;
  --sliderdotbg: #a2a5a1;
  --blackno: #1d1c1c;
  --greencicle: #287c15;
  --greendash: #176e34;
  --greenborder: #51ae4f;
  --nocircle: #256804;
  --indash: #ffc22a;
  --red: #d91701;
  --pageheadingspan: #363535;
  --aboutaborder: #009846;
  --quotesblack: #2e2e2e;
  --quotesblack2: #373737;
  --poineergreen: #336500;
  --poineerheadcolor: #3d7a00;
  --bluebg: #ebf2ee;
  --yearcolor: #00612d;
  --pcolor: #009846;
  --oddrow: #e7eeea;
  --evrow: #f5f5f5;
  --tdcolor: #343434;
  --pageheading: 48px;
  --mainheading: 38px;
  --nuberfont: 32px;
  --poineerheading: 28px;
  --tabfont: 24px;
  --awardsheading: 22px;
  --productname: 20px;
  --mainpara: 16px;
  --bigpara: 18px;
  --smallpara: 14px;
  --rubik: "Rubik", sans-serif;
  --display: "ivypresto-display", serif;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
  list-style-type: none;
}

::-webkit-input-placeholder {
  font-family: var(--rubik);
}

::-moz-placeholder {
  font-family: var(--rubik);
}

:-ms-input-placeholder {
  font-family: var(--rubik);
}

::-ms-input-placeholder {
  font-family: var(--rubik);
}

::placeholder {
  font-family: var(--rubik);
}

.serif {
  font-family: var(--display);
}

.w60 {
  width: 60%;
}

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

.mobile-video {
  display: none;
  margin: 0px 0px;
}

.mobile-video-desktop {
  display: block;
}

.gutter {
  padding-left: calc(20px + 4vw);
  padding-right: calc(20px + 4vw);
}

div#loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: var(--white);
}

div#loader-wrapper .loader {
  width: 100%;
  height: 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;
}

div#loader-wrapper .loader img {
  width: auto;
  max-width: 100%;
}

.loader img {
  animation: loads 0.8s infinite ease-in-out alternate-reverse;
}

@-webkit-keyframes loads {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

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

@keyframes loads {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

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

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

body {
  font-family: var(--rubik);
  padding: 0;
  margin: 0;
  font-size: var(--smallpara);
}

a:hover,
a:focus {
  text-decoration: none !important;
}

img {
  width: 100%;
}

body h1 {
  font-size: var(--mainheading);
  letter-spacing: 0.38px;
  color: var(--black);
  font-family: var(--display);
  font-weight: 400;
  margin: 30px 0;
}

a.common-btn {
  color: #fff;
  background: var(--yellowshade);
  padding: 14px 45px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.common-btn.alt-pad {
  padding: 14px 40px;
}

.home__hero p {
  font-size: 18px;
  color: var(--black);
  line-height: 1.2;
  padding-bottom: 40px;
}

.initialcase {
  text-transform: initial;
}

.repo-head h1 span {
  font-weight: 800;
}

.repo-head p {
  font-size: var(--smallpara);
  color: var(--white);
  font-weight: 400;
  font-size: 20px;
}

.yellowheadingdash {
  width: 71px;
  height: 5px;
  background: var(--headingdash);
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  background: #fff;
  padding: 12px 0;
  -webkit-box-shadow: 0px 0px 6px 2px #1112;
  box-shadow: 0px 0px 6px 2px #1112;
}

header.fixed>.gutter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo__box>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.logo__box__text,
.logo__box__text:link {
  color: #111 !important;
  position: relative;
}

.logo__box__text:before {
  display: block;
  content: "";
  height: 30px;
  position: absolute;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  left: -12px;
  width: 2px;
  background: #111;
}

.logo__box__img {
  width: 70px;
}

.flexxrow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.togglebox {
  width: 28px;
  cursor: pointer;
}

.togglebox span {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: var(--darkgreen);
  display: block;
  cursor: pointer;
}

.head__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header__links a {
  color: var(--black);
}

.togglebox span:nth-of-type(2) {
  margin: 4px 0;
}

.logo a {
  display: block;
  width: 120px;
}

.logo a img {
  width: 100%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.home__hero h1 {
  font-size: 60px;
  line-height: 1.2;
}

.home__hero h1 span {
  color: var(--darkgreen);
  font-weight: 400;
}

.mainmenubox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgb(0 151 61 / 90%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.closemenu {
  position: absolute;
  top: 20px;
  right: 70px;
  cursor: pointer;
}

.maininmenu {
  width: 100%;
  height: 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;
  padding: 55px;
}

.boxformenu {
  max-width: 898px;
  width: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.boxformenu>ul {
  width: 70%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.boxformenu>ul>li {
  margin: 0 0 10px;
}

.boxformenu>ul>li>a {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: var(--white);
}

.boxformenu>ul>li>a:hover {
  text-decoration: none;
  color: var(--yellowshade);
}

.home__hero .img {
  max-width: 480px;
}

.spacer {
  height: 40px;
}

.spacer-sm {
  height: 20px;
}

.spacer-lr {
  height: 60px;
}

.home__qlinks {
  margin-top: 24px;
}

.home__qlinks a img {
  width: 40px;
}

.home__qlinks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  height: 100%;
}

.home__qlinks a:hover {
  border-color: var(--darkgreen);
}

.home__qlinks .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.home__qlinks .slick-slide {
  height: auto;
}

/* the slides */
.home__qlinks .slick-slide {
  margin: 4px 14px;
}

/* the parent */
.home__qlinks .slick-list {
  margin: 0 -14px;
}

.home__qlinks h4 {
  font-family: var(--display);
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.cgreen {
  color: var(--darkgreen) !important;
}

.small-head.cgreen {
  font-weight: 400;
}

.qhead__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.qhead__nav img {
  cursor: pointer;
  width: 34px;
}

.home__qhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__hero .gutter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.home__hero .gutter>div {
  width: calc(50% - 40px);
}

.banner-slider {
  margin: 0 !important;
  width: 100%;
  position: relative;
}

.banner-slide.slick-slide {
  height: auto;
  position: relative;
}

.banner-slide.slick-slide:after {
  content: "";
  width: 87px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent -webkit-gradient(linear,
      left top, left bottom,
      from(var(--yellogradienttopcolor)),
      to(var(--yellogradientbottomcolor))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top,
      var(--yellogradienttopcolor) 0%,
      var(--yellogradientbottomcolor) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg,
      var(--yellogradienttopcolor) 0%,
      var(--yellogradientbottomcolor) 100%) 0% 0% no-repeat padding-box;
}

.banner-slide.slick-slide img {
  width: 100%;
}

.banner-slider .slick-dots {
  width: 100%;
  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;
  padding: 0 0 0 90px;
  bottom: 10%;
}

.banner-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.banner-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: var(--sliderdotbg);
  border-radius: 100%;
}

.banner-slider .slick-dots li.slick-active button {
  background: var(--lightgreen);
}

.banner-slider .slick-dots li button:before {
  display: none;
}

.welcomefdc-section {
  width: 100%;
  position: relative;
}

.welbg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.welcomefdc-inner {
  width: 100%;
  position: relative;
  padding: 75px 0 75px;
}

.welheadflex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 30px 0 40px;
}

.welheadflex span.line {
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ececec;
}

.welheadflex h1 {
  margin: 0;
  color: var(--white);
  margin-right: 10px;
}

.welheadflex a {
  margin-left: 10px;
}

.welcomefdc-inner p {
  line-height: 25px;
  color: var(--white);
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.16px;
  margin: 0;
}

p {
  text-align: left !important;
}

.fdcwelflexxbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

.fdcwelbox {
  width: 24%;
  background: var(--white);
  border-radius: 14px;
  -webkit-box-shadow: 0px 3px 6px var(--black) 29;
  box-shadow: 0px 3px 6px var(--black) 29;
  padding: 25px 15px 25px 25px;
  position: relative;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  text-decoration: none;
}

.fdcwelbox:hover {
  -webkit-box-shadow: 0px 3px 6px var(--black) 45;
  box-shadow: 0px 3px 6px var(--black) 45;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.fdcwelbox:not(:last-child) {
  margin: 0 15px 0 0;
}

.fdcwelbox h4 {
  font-size: var(--bigpara);
  line-height: 20px;
  margin: 0 0 11px;
  text-transform: uppercase;
  letter-spacing: 0.18px;
  color: var(--black);
  font-family: var(--display);
  font-weight: 800;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.fdcwelbox:hover h4 {
  color: var(--darkgreen);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.weliconbox {
  width: 58px;
  height: 58px;
  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;
  margin: 0 0 25px;
}

.fdcwelbox p {
  text-align: left;
  letter-spacing: 0.16px;
  color: var(--black);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nobox {
  font-size: var(--nuberfont);
  line-height: 32px;
  color: var(--blackno);
  position: absolute;
  top: 25px;
  right: 20px;
  opacity: 0.54;
  font-family: var(--display);
  font-weight: 800;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.fdcwelbox:hover .nobox {
  color: var(--darkgreen);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.readbtn {
  width: 119px;
  font-size: var(--smallpara);
  color: var(--black);
  line-height: 22px;
  text-transform: capitalize;
  display: block;
  border-radius: 22px;
  padding: 8px 0;
  background: transparent -webkit-gradient(linear,
      left top, right top,
      from(var(--readmoreleftcolor)),
      to(var(--readmorerightcolor))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left,
      var(--readmoreleftcolor) 0%,
      var(--readmorerightcolor) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg,
      var(--readmoreleftcolor) 0%,
      var(--readmorerightcolor) 100%) 0% 0% no-repeat padding-box;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
}

.readbtn:hover,
.readbtn:focus {
  color: var(--black);
  background: transparent -webkit-gradient(linear,
      left top, right top,
      from(var(--readmorerightcolor)),
      to(var(--readmoreleftcolor))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left,
      var(--readmorerightcolor) 0%,
      var(--readmoreleftcolor) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg,
      var(--readmorerightcolor) 0%,
      var(--readmoreleftcolor) 100%) 0% 0% no-repeat padding-box;
}

.ourproducts-section {
  width: 100%;
  background: var(--whiteshade);
}

.ourproducts-inner {
  width: 100%;
  padding: 65px 0;
}

.ourproducts-inner .yellowheadingdash {
  margin: 0 auto;
  display: block;
}

.ourproducts-inner h1 {
  text-align: center;
}

.ourproducts-inner p {
  color: var(--black);
  text-align: center;
  letter-spacing: 0.16px;
  line-height: 30px;
  padding: 0 16px;
}

.producttabs {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
  list-style: none;
  margin: 30px 0 45px;
}

.producttabs>li {
  margin: 0 13px;
  position: 0 9px;
}

.producttabs>li>a {
  font-size: var(--tabfont);
  text-decoration: none;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 800;
  display: block;
  padding: 9px 0;
  border-radius: 0;
  line-height: 25px;
  margin: 0;
  position: relative;
  border: 0;
  border-bottom: 2px solid transparent;
}

.producttabs>li.active>a,
.producttabs>li>a:hover,
.producttabs>li.active>a,
.producttabs>li.active>a:hover,
.producttabs>li.active>a:focus {
  border: 0;
  color: var(--black);
  border-bottom: 2px solid var(--footerborder);
  background: var(--whiteshade);
}

.producttabs>li>a:hover,
.producttabs>li.active>a:hover,
.producttabs>li.active>a:focus,
.producttabs>li>a:focus {
  border: 0;
  color: var(--black);
  border-bottom: 2px solid var(--footerborder);
  background: var(--whiteshade);
}

.producttabs>li.active>a:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: var(--greencicle);
  position: absolute;
  top: 0px;
  left: -10px;
  opacity: 0.33;
}

.tab-content>.tab-pane:not(.active),
.pill-content>.pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.tabproslide {
  padding: 25px 25px 35px;
  margin: 0 12.5px;
}

.tabproslide.slick-slide {
  height: auto;
}

.prothumb {
  width: 100%;
  height: 200px;
  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;
}

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

.greendash {
  width: 37px;
  height: 3px;
  margin: 30px auto 15px;
  display: block;
  background: var(--greendash);
}

.tabproslide h4 {
  font-size: var(--productname);
  text-align: center;
  text-transform: unset;
  color: var(--black);
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.3;
  margin-top: 20px;
  text-transform: uppercase;
}

.tabproslider .slick-prev,
.grex .slick-prev {
  width: 40px;
  height: 40px;
  background: var(--darkgreen);
  border-radius: 100%;
  z-index: 5;
  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;
  opacity: 1;
}

.tabproslider .slick-prev:before,
.grex .slick-prev:before {
  content: "\f104";
  font-size: 30px;
  color: #fff;
  font-family: fontAwesome;
}

.tabproslider .slick-next,
.grex .slick-next {
  width: 40px;
  height: 40px;
  background: var(--darkgreen);
  border-radius: 100%;
  z-index: 5;
  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;
  opacity: 1;
}

.tabproslider .slick-next:before,
.grex .slick-next:before {
  content: "\f105";
  font-size: 30px;
  color: #fff;
  font-family: fontAwesome;
}

.grex .slick-prev {
  left: -54px;
}

.grex .slick-next {
  right: -54px;
}

.sub-title {
  text-align: center;
  padding-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--darkgreen);
}

.slick-prev:before,
.slick-next:before {
  position: relative;
  top: -1px;
}

.slick-prev:before {
  left: -1px;
}

.slick-next:before {
  left: 1px;
}

.tabproslider .slick-prev:hover,
.tabproslider .slick-prev:focus {
  background: var(--darkgreen);
}

.tabproslider .slick-next:hover,
.tabproslider .slick-next:focus {
  background: var(--darkgreen);
}

.citicare-section {
  width: 100%;
  position: relative;
}

.home .citicare-section {
  background: #54a800;
}

.citicare-section::after {
  content: "";
  width: 87px;
  height: 703px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent -webkit-gradient(linear,
      left top, left bottom,
      from(var(--yellogradienttopcolor)),
      to(var(--yellogradientbottomcolor))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top,
      var(--yellogradienttopcolor) 0%,
      var(--yellogradientbottomcolor) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg,
      var(--yellogradienttopcolor) 0%,
      var(--yellogradientbottomcolor) 100%) 0% 0% no-repeat padding-box;
}

.citicarebg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.citicare-inner {
  width: 100%;
  position: relative;
  padding: 58px 0 167px;
}

.citicare-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.citicare-text .toplogobox {
  width: 100%;
  text-align: left;
  padding: 0 0 0 20%;
  margin: 0 0 35px;
}

.textbox.w50 {
  width: 35%;
  padding: 5px 35px 40px 0;
}

.citicare-text .textbox.w50.right {
  padding: 5px 0 40px 35px;
  border-left: 1px solid var(--greenborder);
}

.textbox p {
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--white);
  text-align: left;
}

.textbox h5 {
  font-size: var(--mainpara);
  line-height: 19px;
  color: var(--white);
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  padding: 0 0 0 15px;
  position: relative;
  margin: 0 0 15px;
}

.textbox h5 span {
  font-size: var(--bigpara);
  letter-spacing: 0.18px;
  margin: 0 15px 0 0;
  position: relative;
}

.textbox.w100 {
  width: 100%;
  padding: 40px 0 0px;
  border-top: 1px solid var(--greenborder);
}

.textbox.w100 p {
  max-width: 835px;
  margin: 0 0 25px;
}

.textbox h5:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: var(--nocircle);
  position: absolute;
  top: -10px;
  left: 0px;
  opacity: 0.65;
}

.citicare-img {
  position: absolute;
  right: -9%;
  bottom: 0;
  width: 37.4%;
  z-index: 1;
}

.citicare-img img {
  width: 100%;
}

.ellipseimg {
  position: absolute;
  top: 55px;
  right: 30px;
  width: 28%;
}

.ellipseimg img {
  width: 100%;
}

.rndsection {
  width: 100%;
  background: var(--white);
}

.rnd-inner {
  width: 100%;
  padding: 0 0 85px;
}

.rndflexxbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rndbox {
  width: 22%;
  margin: 0 45px 0 0;
  padding: 15px 10px 15px 0;
  border-right: 1px solid #c9c9c9;
}

.rndbox:last-child {
  margin: 0;
  border: 0;
}

.rndicon {
  width: 60px;
  height: 60px;
}

.rndicon img {
  width: 100%;
}

.rndbox h4 {
  font-size: var(--bigpara);
  line-height: 23px;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.18px;
  margin: 15px 0 12px;
  min-height: 46px;
}

.rndbox p {
  line-height: 25px;
  color: var(--black);
  letter-spacing: 0.16px;
  margin: 0 0 15px;
  min-height: 150px;
  /*overflow: hidden;

    -o-text-overflow: ellipsis;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;*/
}

.rndbox a {
  font-size: 25px;
  color: var(--darkgreen);
  text-decoration: none;
  display: block;
  width: 16px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.rndbox a:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.rndimgflexx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 0;
}

.rndimgbox {
  width: 23%;
  margin: 0 24px 0 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px var(--black) 29;
  box-shadow: 0px 3px 6px var(--black) 29;
}

.rndimgbox:last-child {
  margin: 0;
}

.rndimgbox img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.textinbox {
  width: 85%;
  position: absolute;
  left: 7.5%;
  bottom: 7.5%;
  border-radius: 12px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #f6f6f6 0%, #ebebeb 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f6f6f6 0%, #ebebeb 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  padding: 15px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.textinbox h4 {
  font-size: var(--bigpara);
  font-family: var(--display);
  font-weight: 800;
  line-height: 23px;
  text-transform: capitalize;
  margin: 0;
  color: var(--black);
}

.rndimgbox:hover .textinbox {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffda41), to(#f36d06)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #ffda41 0%, #f36d06 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffda41 0%, #f36d06 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.globalpresence-section {
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#f2f2f28a), to(#cfcfcf8a)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #f2f2f28a 0%, #cfcfcf8a 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f2f2f28a 0%, #cfcfcf8a 100%) 0% 0% no-repeat padding-box;
}

.globalpresence-inner {
  width: 100%;
  padding: 50px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.globaltext {
  width: 55.7%;
}

.globaltext p {
  line-height: 28px;
  color: var(--black);
  letter-spacing: 0.16px;
  margin: 0 0 25px;
  padding: 0 10px 0 0;
}

.mapimgbox {
  width: 100%;
  margin: 10px 0 0;
}

.mapimgbox img {
  width: 100%;
}

.globalimg {
  width: 40.3%;
}

.globalimg img {
  width: 100%;
}

.fdclife-section {
  width: 100%;
}

.fdclife-section .container {
  width: 100%;
}

.fdclife-inner {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fdclife-left {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.fdclife-left img.lifebg {
  width: 100%;
}

.ladyimg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.fdclife-heading {
  width: 55%;
  position: absolute;
  top: 45%;
  left: 67%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fdclife-heading h1 {
  color: var(--white);
}

.fdclife-heading p {
  line-height: 28px;
  letter-spacing: 0.16px;
  margin: 0;
}

.actionflex {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.actionflex .readbtn {
  width: 155px;
}

.read {
  width: 119px;
  font-size: var(--smallpara);
  color: var(--darkgreen);
  line-height: 22px;
  text-transform: capitalize;
  display: block;
  border-radius: 22px;
  padding: 8px 0;
  background: var(--white);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  margin: 0 15px 0 0;
}

.read:hover {
  background: var(--lightgreen);
  color: var(--white);
}

.fdclife-right {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 0 42px 0 42px;
  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;
}

.inflexx {
  width: 100%;
}

.subflexx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

.lifeicon {
  width: 16%;
}

.lifetext {
  width: 84%;
  padding: 0px 0 30px;
  border-bottom: 1px solid #cecece;
}

.lifetext h4 {
  font-size: var(--bigpara);
  line-height: 20px;
  line-height: 1.3;
  font-family: var(--display);
  font-weight: 800;
  color: var(--black);
  margin: 0 0 0px;
  text-transform: uppercase;
}

.lifetext p {
  line-height: 28px;
  color: var(--black);
  letter-spacing: 0.16px;
}

.subflexx:last-child .lifetext {
  border-bottom: 0;
}

.investorszone-section {
  width: 100%;
  background: transparent -o-linear-gradient(299deg, #f2f2f2 0%, #f8f8f8 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(151deg, #f2f2f2 0%, #f8f8f8 100%) 0% 0% no-repeat padding-box;
}

.investorszone-inner {
  width: 100%;
  padding: 102px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.investorszone-img {
  width: 36%;
}

.investorszone-img img {
  width: 100%;
}

.investorszone-text {
  width: 64%;
  padding: 0 15px 0 80px;
}

.investorszonelistflex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 0;
}

.sublistflex {
  width: 50%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.inicon {
  width: 42px;
  margin: 0;
}

.intext {
  width: 85%;
  padding: 0 10px 0 15px;
}

.intext h4 {
  font-size: var(--bigpara);
  line-height: 23px;
  text-transform: uppercase;
  font-family: var(--display);
  font-weight: 800;
  color: var(--black);
  margin: 0;
}

.intext h4 a {
  color: var(--black);
}

.intext h4 a:hover {
  color: var(--darkgreen);
}

.innerpagebanner-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.innerpagebanner-section:after {
  content: "";
  width: 87px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent -webkit-gradient(linear,
      left top, left bottom,
      from(var(--yellogradienttopcolor)),
      to(var(--yellogradientbottomcolor))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top,
      var(--yellogradienttopcolor) 0%,
      var(--yellogradientbottomcolor) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg,
      var(--yellogradienttopcolor) 0%,
      var(--yellogradientbottomcolor) 100%) 0% 0% no-repeat padding-box;
}

.innerpagebanner-section img.inban {
  width: 100%;
}

.innerpageheading {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
}

.inpagedash {
  width: 54px;
  height: 8px;
  background: var(--indash);
}

.innerpageheading h1.pageheading {
  font-size: var(--pageheading);
  line-height: 70px;
  font-family: var(--display);
  color: var(--red);
  font-weight: 700;
  margin: 18px 0 0;
}

.innerpageheading h1.pageheading span {
  color: var(--pageheadingspan);
}

.aboutuspage-section {
  width: 100%;
  background: var(--white);
  position: relative;
}

.aboutuspage-inner {
  width: 100%;
  padding: 35px 0 0;
  position: sticky;
  top: 45px;
  background: var(--white);
  z-index: 10;
}

.dotsimg {
  position: absolute;
  top: 75px;
  left: 0;
  display: none;
}

.aboutustabs {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
  list-style: none;
  margin: 0;
}

.aboutustabs:before,
.aboutustabs:after {
  display: none;
}

.aboutustabs>li {
  margin: 0 9px;
  padding: 0;
}

.aboutustabs>li>a {
  font-size: var(--mainpara);
  text-decoration: none;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 800;
  display: block;
  padding: 12px 8px;
  border-radius: 0;
  letter-spacing: 0.2px;
  line-height: 25px;
  margin: 0;
  position: relative;
  border: 0;
  border-bottom: 4px solid transparent;
}

.aboutustabs>li.active>a,
.aboutustabs>li>a:hover,
.aboutustabs>li.active>a,
.aboutustabs>li.active>a:hover,
.aboutustabs>li.active>a:focus {
  border: 0;
  color: var(--black);
  border-bottom: 4px solid var(--aboutaborder);
  background: transparent;
}

.aboutustabs>li>a:hover,
.aboutustabs>li.active>a:hover,
.aboutustabs>li.active>a:focus,
.aboutustabs>li>a:focus {
  border: 0;
  color: var(--black);
  border-bottom: 4px solid var(--aboutaborder);
  background: var(--white);
}

.aboutustabs>li.active>a:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: var(--greencicle);
  position: absolute;
  top: 5px;
  left: -5px;
  opacity: 0.33;
}

.profiletoptext {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 30px;
}

.profiletoptext p {
  line-height: 30px;
  margin: 0 45px 0 0;
  letter-spacing: 0.16px;
  color: var(--black);
  text-align: left;
  width: 46%;
}

.profiletoptext p:last-child {
  margin: 0;
}

.quotebox {
  width: 492px;
  margin: 0 auto;
  text-align: center;
}

.quotebox h1.quotetext {
  font-size: 35px;
  line-height: 55px;
  color: var(--quotesblack2);
  letter-spacing: 0.35px;
  text-transform: unset;
  font-weight: 700;
  margin: 0;
  position: relative;
}

.quotebox h1.quotetext b:before {
  content: "\f10d";
  font-family: fontAwesome;
  color: var(--quotesblack2);
  font-size: 25px;
  position: absolute;
  top: -13px;
  left: 25px;
}

.quotebox h1.quotetext b {
  font-size: 55px;
  letter-spacing: 0.55px;
  font-weight: 800;
}

.quotebox h1.quotetext span {
  color: var(--red);
}

.quotebox h1.quotetext b.red {
  color: var(--red);
}

.quotebox h1.quotetext b.red:before {
  content: "\f10d";
  font-family: fontAwesome;
  color: var(--quotesblack2);
  font-size: 25px;
  position: absolute;
  top: -13px;
  left: auto;
  right: -30px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.aboutfdcbox {
  width: 978px;
  margin: 0 auto;
  padding: 41px;
  border-radius: 8px;
  position: relative;
}

.aboutfdcbox img {
  width: 100%;
  position: relative;
}

.aboutfdcbox img.circleimg {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: -24px;
  right: -35px;
  z-index: 0;
}

.middleboldtext {
  text-align: center;
  font-size: var(--bigpara);
  line-height: 24px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: 0.18px;
  margin: 0;
}

.pioneerflex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0;
}

.pioneersub {
  width: 31.5%;
  padding: 0 0 21px 21px;
}

.pioneersub:nth-child(2) {
  margin: 0 30px;
}

.pioneersub h3 {
  font-size: var(--poineerheading);
  padding: 0;
  position: relative;
  line-height: 38px;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.28px;
  color: var(--poineerheadcolor);
  margin: 0 0 18px;
}

.pioneersub h3:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -21px;
  background: var(--poineergreen);
  width: 4px;
  height: 30px;
}

.pioneersub p {
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--black);
  margin: 0;
}

.lastparaflexx {
  width: 100%;
  text-align: center;
  margin: 0 0 55px;
}

.lastparaflexx h5 {
  font-size: var(--tabfont);
  display: inline-block;
  line-height: 24px;
  position: relative;
  color: var(--black);
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.24px;
  margin: 0;
}

.lastparaflexx h5:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 35%;
  left: -25px;
  background: #3d7a00;
}

.lastparaflexx h5:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 35%;
  right: -25px;
  background: #3d7a00;
}

.bodbox {
  width: 100%;
  padding: 30px 0 55px;
}

.bodbox h1 {
  text-align: center;
}

.directorslistflex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 0;
}

.directors-sub {
  width: 23.2%;
  margin: 0 10px 20px;
  border: 1px solid #d4d2d2;
  padding: 8px;
}

.picthumb {
  width: 100%;
}

.picthumb img {
  width: 100%;
  height: 242px;
  -o-object-fit: contain;
  object-fit: contain;
}

.aboutbod {
  width: 100%;
  padding: 20px 5px 12px 3px;
}

.aboutbod h5 {
  font-size: var(--smallpara);
  line-height: 20px;
  letter-spacing: 0.18px;
  color: var(--black);
  text-transform: capitalize;
  font-family: var(--display);
  font-weight: 800;
  margin: 0 0 7px;
}

.aboutbod p {
  font-size: var(--smallpara);
  line-height: 20px;
  color: #5b5b5b;
  font-weight: 400;
  margin: 0;
}

.visionmissionbox {
  width: 100%;
}

.visionmissionflexx {
  width: 100%;
  padding: 80px 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.circlebgbox {
  right: 10%;
  top: 10%;
  opacity: 0.44;
  position: absolute;
}

.lefttextbox {
  width: 65%;
  padding: 0 35px 0 0;
}

.listbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listbox:not(:last-child) {
  margin: 0 0 25px;
}

.vmicon {
  width: 58px;
  height: 58px;
}

.vmtext {
  width: 91%;
  padding: 0 0 0 8px;
}

.vmtext h3 {
  font-size: var(--tabfont);
  line-height: 24px;
  margin: 0 0 15px;
  font-family: var(--display);
  font-weight: 800;
  color: var(--darkgreen);
  text-transform: uppercase;
}

.vmtext p {
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--black);
}

.rightimgbox {
  width: 35%;
  position: relative;
}

.rightimgbox img {
  width: 100%;
}

.valuessection {
  width: 100%;
  background: var(--bluebg);
}

.valuessection-inner {
  width: 100%;
  padding: 60px 0;
}

.valuessection-inner h2 {
  font-size: var(--tabfont);
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
  margin: 0 0 25px;
  color: var(--black);
}

.valuessection-inner p {
  color: var(--white);
  line-height: 28px;
  letter-spacing: 0.16px;
  text-align: left;
  margin: 0;
  color: var(--black);
}

.valueslist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

.valuessub {
  width: 31.5%;
  background: var(--white);
  padding: 17px 18px 23px 18px;
  -webkit-box-shadow: 0px 3px 6px var(--black) 29;
  box-shadow: 0px 3px 6px var(--black) 29;
  border-radius: 4px;
  margin: 0 31px 30px 0;
}

.valueicon {
  width: 58px;
  height: 58px;
}

.valuessub:nth-child(3n) {
  margin: 0 0 30px;
}

.valuessub h4 {
  font-size: var(--bigpara);
  line-height: 24px;
  color: var(--black);
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0 15px;
  letter-spacing: 0.18px;
}

.keyfactors-section {
  width: 100%;
  background: var(--white);
}

.keyfactors-inner {
  width: 100%;
  padding: 65px 0 15px;
}

.keyfactors-inner h2 {
  font-size: var(--poineerheading);
  line-height: 34px;
  text-align: center;
  margin: 0 0 25px;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.28px;
  color: var(--poineerheadcolor);
}

.keyfactors-inner p {
  color: var(--white);
  line-height: 28px;
  letter-spacing: 0.16px;
  text-align: left;
  margin: 0;
  color: var(--black);
}

.keyfactorsflex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 0;
}

.keyfactors-sub {
  width: 48%;
  position: relative;
  padding: 0 20px 0 21px;
  margin: 0 0 40px;
}

.keyfactors-sub:before {
  content: "";
  width: 4px;
  height: 44px;
  background: var(--poineerheadcolor);
  position: absolute;
  top: 0;
  left: 0;
}

.keyfactors-sub h3 {
  font-size: var(--poineerheading);
  line-height: 28px;
  color: var(--poineerheadcolor);
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.28px;
  margin: 0 0 20px;
}

.aboutusawards-section {
  width: 100%;
}

.aboutusawards-inner {
  width: 100%;
  padding: 35px 0;
}

.aboutusawards-inner h6 {
  font-size: var(--awardsheading);
  line-height: 22px;
  letter-spacing: 0.22px;
  font-weight: 800;
  color: var(--aboutaborder);
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.aboutusawards-inner p {
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--black);
}

.patentawardsbox {
  width: 100%;
  margin: 35px 0 0;
}

.patentawardsbox h4 {
  font-size: var(--awardsheading);
  line-height: 22px;
  letter-spacing: 0.22px;
  font-weight: 800;
  color: var(--aboutaborder);
  margin: 0 0 30px;
  text-transform: uppercase;
}
.ad_none{
  display: none !important;
}
.patentflexx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #7070706b;
  margin: 0 0 35px;
}

.patentsub {
  width: 50%;
  padding: 0 30px 40px 0;
}

.patentsub:nth-of-type(2) {
  padding: 0 0 40px 30px;
  border-left: 1px solid #7070706b;
}

.patentthumb {
  width: 200px;
  margin: 0 0 25px;
}

.patentthumb img {
  width: 100%;
}

.awardsrow {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 55px;
}

.awardsrow .awthumb {
  width: 17%;
  text-align: center;
}

.awardsrow .awthumb img {
  width: auto;
  max-width: 100%;
}

.awardsrow .awtext {
  width: 83%;
  padding: 0 0 0 40px;
}

.awardsrow .awtext p:not(:last-child) {
  margin: 0 0 20px;
}

.milestones-section {
  width: 100%;
  background: var(--white);
  overflow: hidden;
}

.milestones-inner {
  width: 100%;
  padding: 65px 0;
}

.milestones-inner p {
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--black);
  margin: 0;
}

.milestones-inner p.milestonesintro span {
  color: var(--aboutaborder);
  margin: 0 5px 0 0;
  font-size: 22px;
}

.milestoneschartbox {
  width: 100%;
  display: inline-block;
  padding: 45px 55px;
  position: relative;
  margin: 45px 0;
}

.milestoneschartbox:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: var(--footerborder);
  top: 0;
  left: 50%;
}

.milestonesbox {
  width: 51%;
  position: relative;
  float: left;
  padding: 0 35px 0 0;
}

.milestonesbox:nth-of-type(even) {
  float: right;
  padding: 0 0 0 35px;
}

.mileyears {
  width: 100%;
  padding: 0;
  position: relative;
}

.dotbox {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: 1px solid var(--footerborder);
  position: absolute;
  bottom: -23px;
  right: -38px;
  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;
}

.dotbox span {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: var(--aboutaborder);
  display: block;
}

.mileyears h3 {
  font-size: var(--nuberfont);
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.32px;
  margin: 0;
  color: var(--yearcolor);
}

.milesdash {
  width: 100%;
  height: 1px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#cecece), to(#585858)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #cecece 0%, #585858 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #cecece 0%, #585858 100%) 0% 0% no-repeat padding-box;
  margin: 12px 0 15px;
}

.milestonesbox:nth-of-type(even) h3 {
  text-align: right;
}

.milestonesbox p {
  padding: 0 20px 0 0;
}

.milestonesbox:nth-of-type(even) .milesdash {
  background: transparent -webkit-gradient(linear, left top, right top, from(#585858), to(#cecece)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #585858 0%, #cecece 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #585858 0%, #cecece 100%) 0% 0% no-repeat padding-box;
}

.milestonesbox:nth-of-type(even) p {
  padding: 0 0 0 20px;
}

.milestonesbox:nth-of-type(even) .dotbox {
  bottom: -23px;
  right: auto;
  left: -35px;
}

.milestonesbox ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.milestonesbox ul li {
  font-size: var(--mainpara);
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--black);
  padding: 0 0 0 20px;
  position: relative;
}

.milestonesbox ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 2px solid var(--pcolor);
  position: absolute;
  top: 10px;
  left: 0;
}

.topdash {
  width: 4%;
  height: 1px;
  background: var(--footerborder);
  position: absolute;
  top: 0;
  left: 48%;
}

.bottomdash {
  width: 4%;
  height: 1px;
  background: var(--footerborder);
  position: absolute;
  bottom: 0;
  left: 48%;
}

.facilitiescontent-section {
  width: 100%;
  background: var(--white);
}

.facilitiescontentinner {
  width: 100%;
  padding: 55px 0;
}

.facilitiescontentinner p {
  color: var(--black);
  line-height: 28px;
  letter-spacing: 0.16px;
  margin: 0 0 10px;
}

.facilityimgbox {
  width: 100%;
  text-align: center;
  margin: 30px 0 45px;
}

.facilitytablebox {
  width: 100%;
  margin: 0;
}

.facilitytablewrap {
  width: 100%;
  margin: 30px 0 0;
}

.facilitytable {
  width: 100%;
  max-width: unset;
  border: 0;
  border-collapse: collapse;
}

.facilitytable thead {
  background: var(--pcolor);
}

.facilitytable thead tr th {
  font-size: var(--mainpara);
  line-height: 22px;
  padding: 13px 34px;
  text-align: left;
  color: var(--white);
  text-transform: uppercase;
  width: 45%;
}

.facilitytable thead tr th:nth-child(2) {
  width: 30%;
}

.facilitytable thead tr th:nth-child(3) {
  width: 25%;
}

.facilitytable tbody tr td {
  font-size: var(--mainpara);
  line-height: 22px;
  padding: 13px 34px;
  text-align: left;
  color: var(--tdcolor);
  width: 45%;
  vertical-align: top;
}

.facilitytable tbody tr td:nth-child(2) {
  width: 30%;
}

.facilitytable tbody tr td:nth-child(3) {
  width: 25%;
  text-transform: uppercase;
}

.facilitytable tbody tr:nth-child(odd) {
  background: var(--oddrow);
}

.facilitytable tbody tr:nth-child(even) {
  background: var(--evrow);
}

.sinnertable tbody tr td,
.sinnertable thead tr th {
  width: 40%;
}

.sinnertable tbody tr td:nth-child(2),
.sinnertable thead tr th:nth-child(2) {
  width: 25%;
}

.sinnertable tbody tr td:nth-child(3),
.sinnertable thead tr th:nth-child(3) {
  width: 30%;
  text-transform: uppercase;
}

.international-section {
  width: 100%;
}

.international-inner {
  width: 100%;
  padding: 55px 0;
}

.international-inner p {
  color: var(--black);
  line-height: 28px;
  letter-spacing: 0.16px;
  margin: 0 0 10px;
}

.international-inner h5 {
  font-size: var(--awardsheading);
  color: var(--black);
  line-height: 29px;
  letter-spacing: 0.22px;
  margin: 30px 0;
  font-weight: 800;
}

.internationaltablebox {
  width: 100%;
}

.internationaltablebox h4 {
  font-size: var(--poineerheading);
  color: var(--black);
  line-height: 28px;
  letter-spacing: 0.28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}

.internationaltablewrap {
  width: 100%;
  margin: 15px 0 50px;
}

.internationaltable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.internationaltable thead {
  background: var(--pcolor);
}

.internationaltable thead tr th {
  font-size: var(--mainpara);
  line-height: 22px;
  padding: 13px 34px;
  text-align: left;
  color: var(--white);
  text-transform: uppercase;
}

.internationaltable thead tr th:nth-child(2) {
  padding: 13px 0;
}

.internationaltable tbody tr td {
  font-size: var(--mainpara);
  line-height: 22px;
  padding: 13px 34px;
  text-align: left;
  color: var(--tdcolor);
  vertical-align: top;
}

.internationaltable tbody tr td:nth-child(2) {
  padding: 13px 0;
}

.internationaltable tbody tr:nth-child(odd) td {
  background: var(--oddrow);
}

.internationaltable tbody tr:nth-child(even) td {
  background: var(--evrow);
}

.internationaltable thead tr th:nth-child(1),
.internationaltable tbody tr td:nth-child(1) {
  width: 14%;
}

.internationaltable thead tr th:nth-child(2),
.internationaltable tbody tr td:nth-child(2) {
  width: 40%;
}

.internationaltable thead tr th:nth-child(3),
.internationaltable tbody tr td:nth-child(3),
.internationaltable thead tr th:nth-child(4),
.internationaltable tbody tr td:nth-child(4) {
  width: 21%;
}

.therapeutic-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.therapeuticsub {
  width: 17.6%;
  background: var(--white);
  padding: 20px 20px 30px;
  -webkit-box-shadow: 0px 3px 6px var(--black) 29;
  box-shadow: 0px 3px 6px var(--black) 29;
  border-radius: 4px;
  margin: 0 27px 28px 0;
}

.flagthumb {
  width: 70px;
  margin: 0 auto;
}

.flagthumb img {
  width: 100%;
}

.therapeuticsub h4 {
  font-size: var(--bigpara);
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  margin: 10px 0 8px;
  color: var(--black);
  text-align: center;
}

.therapeuticsub a {
  font-size: var(--smallpara);
  line-height: 14px;
  display: block;
  width: 90px;
  margin: 0 auto;
  letter-spacing: 0.14px;
  font-weight: 800;
  color: var(--black);
  position: relative;
  padding: 7px 0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.therapeuticsub a:before {
  content: "";
  width: 84px;
  height: 2px;
  background: var(--pcolor);
  left: 3px;
  top: 0;
  position: absolute;
}

.therapeuticsub a:after {
  content: "";
  width: 84px;
  height: 2px;
  background: var(--pcolor);
  left: 3px;
  bottom: 0;
  position: absolute;
}

.therapeuticsub a:hover {
  background: var(--pcolor);
  color: var(--white);
}

.apilisttablebox {
  width: 100%;
  margin: 0 0 30px;
}

.apilisttable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.apilisttable thead {
  background: var(--pcolor);
}

.apilisttable thead tr th {
  font-size: var(--mainpara);
  text-transform: uppercase;
  color: var(--white);
  line-height: 16px;
  padding: 16px 22px;
  font-weight: 400;
}

.apilisttable thead tr th:nth-child(4),
.apilisttable thead tr th:nth-child(6),
.apilisttable thead tr th:nth-child(7),
.apilisttable thead tr th:nth-child(8) {
  text-align: center;
}

.apilisttable tbody tr td {
  font-size: var(--mainpara);
  color: var(--tdcolor);
  line-height: 16px;
  padding: 14px 22px;
  font-weight: 400;
}

.apilisttable tbody tr td:nth-child(4),
.apilisttable tbody tr td:nth-child(6),
.apilisttable tbody tr td:nth-child(7),
.apilisttable tbody tr td:nth-child(8) {
  text-align: center;
}

.apilisttable tbody tr:nth-child(odd) {
  background: var(--oddrow);
}

.apilisttable tbody tr:nth-child(even) {
  background: var(--evrow);
}

ul.listforapi {
  width: 40%;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

ul.listforapi li {
  font-size: var(--mainpara);
  line-height: 21px;
  margin: 0 0 15px;
  font-weight: 400;
  color: var(--black);
  position: relative;
  padding: 0 0 0 25px;
  letter-spacing: 0.16px;
}

ul.listforapi li:before {
  content: "\f105";
  font-family: fontAwesome;
  color: var(--black);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

.international-inner.fdcukinner {
  padding-top: 25px;
}

.fdcukinner h5 {
  margin: 30px 0 15px;
}

.fdcuktablebox {
  width: 100%;
  margin: 0 0 45px;
}

.fdcuktable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.fdcuktable thead {
  background: var(--pcolor);
}

.fdcuktable thead tr th {
  font-size: var(--mainpara);
  text-transform: uppercase;
  color: var(--white);
  line-height: 16px;
  padding: 16px 22px;
  font-weight: 400;
}

.fdcuktable tbody tr td {
  font-size: var(--mainpara);
  color: var(--tdcolor);
  line-height: 20px;
  padding: 12px 22px;
  font-weight: 400;
}

.fdcuktable thead tr th:nth-child(1),
.fdcuktable tbody tr td:nth-child(1) {
  width: 10%;
}

.fdcuktable thead tr th:nth-child(2),
.fdcuktable tbody tr td:nth-child(2) {
  width: 25%;
}

.fdcuktable thead tr th:nth-child(3),
.fdcuktable tbody tr td:nth-child(3) {
  width: 10%;
  text-align: center;
}

.fdcuktable thead tr th:nth-child(4),
.fdcuktable tbody tr td:nth-child(4) {
  width: 20%;
  text-align: center;
}

.fdcuktable thead tr th:nth-child(5),
.fdcuktable tbody tr td:nth-child(5) {
  width: 25%;
}

.fdcuktable thead tr th:nth-child(6),
.fdcuktable tbody tr td:nth-child(6) {
  width: 10%;
  text-align: center;
}

.fdcuktable tbody tr:nth-child(odd) {
  background: var(--oddrow);
}

.fdcuktable tbody tr:nth-child(even) {
  background: var(--evrow);
}

.fdcuktable tbody tr:last-child td {
  border-bottom: 2px solid #e7eeea;
}

.fdccontacttablebox {
  width: 40%;
  margin: 15px 0 0;
}

.fdccontacttable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.fdccontacttable tr td {
  font-size: var(--mainpara);
  line-height: 22px;
  padding: 7px 0;
  color: var(--black);
  width: 65%;
  vertical-align: top;
}

.fdccontacttable tr td a {
  color: var(--black) !important;
}

.fdccontacttable tr td:first-child {
  width: 35%;
  font-weight: 800;
}

body.fdcafrica .fdcuktable thead tr th:nth-child(1),
body.fdcafrica .fdcuktable tbody tr td:nth-child(1) {
  width: 10%;
}

.fdcuktable thead tr th:nth-child(2),
.fdcuktable tbody tr td:nth-child(2) {
  width: 20%;
}

.fdcuktable thead tr th:nth-child(3),
.fdcuktable tbody tr td:nth-child(3) {
  width: 17%;
}

.fdcuktable thead tr th:nth-child(4),
.fdcuktable tbody tr td:nth-child(4) {
  width: 17%;
}

.fdcuktable thead tr th:nth-child(5),
.fdcuktable tbody tr td:nth-child(5) {
  width: 17%;
}

.fdcuktable thead tr th:nth-child(6),
.fdcuktable tbody tr td:nth-child(6) {
  width: 17%;
  text-align: center;
}

.counternameflexx {
  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;
}

.countryicon {
  width: 88px;
  margin: 0 30px 0 0;
}

.countername h4 {
  font-size: var(--poineerheading);
  text-transform: uppercase;
  color: var(--black);
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.28px;
  margin: 0;
}

.apisforacc {
  margin: 35px 0;
}

.panel-group.apisforacc .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 16px;
}

.panel-group.apisforacc .panel.panel-default>.panel-heading {
  padding: 0;
  background: var(--white) !important;
  border: 0;
  -webkit-box-shadow: 0px 3px 6px var(--black) 29;
  box-shadow: 0px 3px 6px var(--black) 29;
  margin: 0 0 5px;
}

.panel-group.apisforacc .panel.panel-default>.panel-heading>a {
  font-size: var(--bigpara);
  line-height: 20px;
  color: var(--black);
  text-transform: uppercase;
  background: var(--white) !important;
  display: block;
  padding: 15px 20px;
  font-weight: 700;
  text-decoration: none !important;
  position: relative;
}

.panel-group.apisforacc .panel.panel-default>.panel-heading>a.panel-title.collapsed:after {
  content: "\f107";
  font-family: fontAwesome;
  color: var(--black);
  font-size: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.panel-group.apisforacc .panel.panel-default>.panel-heading>a.panel-title:after {
  content: "\f106";
  font-family: fontAwesome;
  color: var(--black);
  font-size: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.panel-group.apisforacc .panel.panel-default .panel-body {
  background: var(--white);
  padding: 20px 0 5px;
  border-color: var(--white);
}

.countriesapitablebox {
  width: 100%;
}

.countriesapitable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.countriesapitable thead {
  background: var(--pcolor);
}

.countriesapitable thead tr th {
  font-size: var(--mainpara);
  text-transform: uppercase;
  color: var(--white);
  line-height: 16px;
  padding: 16px 22px;
  font-weight: 400;
}

.countriesapitable tbody tr td {
  font-size: var(--mainpara);
  color: var(--tdcolor);
  line-height: 16px;
  padding: 14px 22px;
  font-weight: 400;
}

.countriesapitable tbody tr:nth-child(odd) {
  background: var(--oddrow);
}

.countriesapitable tbody tr:nth-child(even) {
  background: var(--evrow);
}

.countriesapitable tbody tr:last-child td {
  border-bottom: 2px solid #e7eeea;
}

#footer {
  width: 100%;
  background: var(--footercolor);
  overflow: hidden;
  padding-top: 40px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-tag {
  color: #fff;
  font-size: 24px;
}

#footer .logo__box__img {
  width: 100px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 24px;
}

.footer__link__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  min-width: 16%;
}

.footer__link__col a {
  color: #fff;
  font-weight: 300;
  opacity: 0.84;
}

.footer__link__col a:hover {
  color: var(--yellowshade);
  opacity: 1;
}

.footer__link__col h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 4px;
}

.footerflex {
  width: 100%;
  padding: 40px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .logo__box__text,
#footer .logo__box__text:link {
  color: #fff !important;
  font-size: 18px;
}

#footer .logo__box__text:before {
  height: 26px;
  top: -4px;
  background: #fff;
}

.footerflex h5 {
  font-size: var(--bigpara);
  line-height: 25px;
  color: var(--white);
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.18px;
}

.footercomapnybox {
  width: 30%;
  text-align: left;
}

.footlogo {
  width: 118px;
}

.quicklink {
  width: 40%;
}

.quicklink ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.quicklink ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
}

.quicklink ul li:before {
  content: "-";
  color: var(--white);
  font-weight: 400;
  position: absolute;
  top: 3px;
  left: 0;
}

.quicklink ul li a {
  font-size: var(--mainpara);
  text-transform: capitalize;
  line-height: 25px;
  color: var(--white);
  font-weight: 400;
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0.18px;
}

.quicklink ul li a:hover,
.quicklink ul li:hover:before {
  color: var(--yellowshade);
}

.footcontactflex {
  width: 30%;
}

.footcontactflex ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footcontactflex ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
  color: var(--white);
}

.footcontactflex ul li p,
.footcontactflex ul li a {
  font-size: var(--mainpara);
  line-height: 27px;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.18px;
}

.footcontactflex ul li.add:before {
  content: "\f041";
  font-family: fontAwesome;
  color: var(--white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 0;
}

.footcontactflex ul li.call:before {
  content: "\f095";
  font-family: fontAwesome;
  color: var(--white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 0;
}

.footcontactflex ul li.fax:before {
  content: "\f1ac";
  font-family: fontAwesome;
  color: var(--white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 0;
}

.footcontactflex ul li.mail:before {
  content: "\f0e0";
  font-family: fontAwesome;
  color: var(--white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 0;
}

.copyrightflexx {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 20px;
  border-top: 1px solid #fff8;
}

.copypara {
  width: 50%;
}

.copypara p {
  font-size: 10px;
  line-height: 23px;
  color: var(--white);
  font-weight: 300;
  margin: 0;
}

.copypara p a {
  color: var(--white);
}

.copypara p a:hover {
  color: var(--yellowshade);
}

.footsocial {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footsocial a {
  display: block;
  margin: 0 0 0 15px;
}

.footsocial a .fa {
  font-size: 16px;
  color: var(--white);
}

.footsocial a:hover .fa {
  color: var(--yellowshade);
}

.maininmenu .footsocial {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0 0;
  /* border-top: 1px solid #a2a2a2; */
}

.maininmenu .footsocial h6 {
  width: 100%;
  font-size: var(--mainpara);
  line-height: 16px;
  font-weight: 400;
  margin: 0 0 17px;
  text-align: center;
  color: var(--white);
}

.wrapsticky .wrapper {
  overflow: initial;
}

.p0 {
  padding: 0;
}

.footweblist {
  width: 100%;
  margin: 20px 0 0;
}

.footweblist h5 {
  margin: 0 0 15px;
}

.weblinks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.weblinks li {
  margin: 0 0 7px;
  padding: 0 0 0 25px;
  position: relative;
}

.weblinks li:before {
  content: "\f0ac";
  font-family: fontAwesome;
  color: var(--white);
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 0;
}

.weblinks li a {
  font-size: var(--mainpara);
  line-height: 27px;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.18px;
}

.weblinks li a:hover {
  color: var(--yellowshade);
}

table tr th,
table tr td {
  text-align: center !important;
}

.mga40 {
  margin: 40px 0;
}

h4.titleSmalld {
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--black);
  margin: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.uilisting ul li {
  line-height: 30px;
  letter-spacing: 0.16px;
  color: var(--black);
  margin: 0;
  font-weight: 500;
  padding-left: 10px;
}

.uilisting ul {
  list-style: none;
  position: relative;
}

.uilisting ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  left: -10px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.borderleft {
  border-right: 1px solid #ddd;
}

.padlt10 {
  padding-left: 30px;
}

.padlb30 {
  padding-bottom: 30px;
}

.flexLinear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  margin: 20px 0;
}

.descdesign {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e1e1e1;
  border-left: 6px solid #53a500;
  min-height: 46px;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

.descdesign p a {
  color: #2a5400;
  padding-right: 5px;
  font-weight: 600;
}

.widf30 {
  width: 40%;
  margin-right: 20px;
  background: #f9f9f9 0% 0% no-repeat padding-box;
}

.descdesign p a:hover {
  color: #28362d;
}

.mga40 {
  margin: 40px 0;
}

h4.titleSmalld.bigass {
  font-size: 18px;
  margin-bottom: 10px;
}

.descdesign p {
  font-weight: 600;
}

.nospa .milestones-inner {
  padding: 40px 0;
}

ul.nav.nav-tabs.aboutustabs.investors {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap");
@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&amp;display=swap");

.mga40 {
  margin: 40px 0;
}

h4.titleSmalld {
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--black);
  margin: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.uilisting ul li {
  line-height: 30px;
  letter-spacing: 0.16px;
  color: var(--black);
  margin: 0;
  font-weight: 500;
  padding-left: 10px;
}

.uilisting ul {
  list-style: none;
  position: relative;
}

.uilisting ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  left: -10px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.borderleft {
  border-right: 1px solid #ddd;
}

.padlt10 {
  padding-left: 30px;
}

.padlb30 {
  padding-bottom: 30px;
}

.flexLinear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  margin: 20px 0;
}

.descdesign {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e1e1e1;
  border-left: 6px solid #53a500;
  min-height: 46px;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

.descdesign p a {
  color: #2a5400;
  padding-right: 5px;
  font-weight: 600;
}

.widf30 {
  width: 40%;
  margin-right: 20px;
  background: #f9f9f9 0% 0% no-repeat padding-box;
}

.descdesign p a:hover {
  color: #28362d;
}

.mga40 {
  margin: 40px 0;
}

h4.titleSmalld.bigass {
  font-size: 18px;
  margin-bottom: 10px;
}

.descdesign p {
  font-weight: 600;
}

.nospa .milestones-inner {
  padding: 40px 0;
}

ul.nav.nav-tabs.aboutustabs.investors {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.milestones-inner.wid80pes {
  width: 90%;
  margin: 0px auto;
}

.selectBoxFilter.flexselct {
  height: 74px;
  background: #f1f1f1 0% 0% no-repeat padding-box;
  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;
}

.selectBoxFilter.flexselct h4 {
  padding-right: 15px;
}

.selectBoxFilter select {
  height: 42px;
  padding: 0px 10px;
  padding-right: 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

span.cicrlcspan {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d9d9d9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

span.cicrlcspan i {
  font-size: 13px;
  color: transparent;
  text-align: center;
}

.formsclicks li.nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}

.policisabs>li.active>a,
.policisabs>li>a:hover,
.nav-tabs.policisabs>li.active>a,
.nav-tabs.policisabs>li.active>a:hover,
.nav-tabs.policisabs>li.active>a:focus {
  border-bottom: transparent;
}

ul.nav.nav-tabs.policisabs {
  border: 0;
  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;
  margin-top: 25px;
}

ul.nav.nav-tabs.policisabs a.nav-link {
  border: 2px solid #ddd;
  padding: 6px 8px;
  margin-right: 15px;
  border-radius: 50px;
  min-width: 190px;
  color: var(--black);
}

ul.nav.nav-tabs.policisabs li.nav-item.active span.cicrlcspan i {
  color: #fff;
}

ul.nav.nav-tabs.policisabs li.nav-item.active span.cicrlcspan {
  background: #119e52;
}

h2.titletabsp {
  letter-spacing: 0.2px;
  color: #009846;
  text-transform: uppercase;
  opacity: 1;
  font: normal normal bold 20px/50px Lato;
}

.mgtop20 {
  margin-top: 20px;
}

.flexpages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  padding: 14px 20px;
  width: 100%;
  background: #e7eeea;
}

.flexpages h4 {
  min-width: 500px;
}

.flexpages h3 {
  min-width: 300px;
}

.flexpages h5 {
  min-width: 200px;
}

.flexpages:nth-child(even) {
  background: #c5c5c52b;
}

.flexpages h5 i {
  margin-right: 10px;
  font-size: 20px;
  color: #ff0000;
}

.flexpages * {
  font-weight: 500;
}

.flexpages a {
  color: var(--black);
}

.flexpages a:hover {
  color: #0b781a;
}

.InvestorsInformationBoxs .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "FontAwesome";
  /* essential for enabling glyphicon */
  content: "\f107";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: black;
  /* adjust as needed */
  font-size: 18px;
  font-weight: 600;
}

.InvestorsInformationBoxs .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f105";
  /* adjust as needed, taken from bootstrap.css */
}

.InvestorsInformationBoxs {
  margin-top: 30px;
}

.InvestorsInformationBoxs .panel-heading {
  padding: 8px 0px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  background-color: transparent !important;
  background-image: none !important;
  border: none;
}

.InvestorsInformationBoxs .panel.panel-default {
  border: 0;
  margin-bottom: 30px;
}

.InvestorsInformationBoxs .panel-body {
  padding: 0;
  margin: 15px 0;
  border-top-color: transparent !important;
}

.InvestorsInformationBoxs .panel-heading a {
  display: block;
  font-weight: 600;
  font-weight: 400;
  font-family: "ivypresto-display";
  font-size: 28px;
}

h6.titlepost {
  display: inline-block;
  background: #009846;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

h6.titlepost span {
  font-size: 20px;
  margin-right: 30px;
}

h6.titlepost i {
  margin-left: 15px;
  margin-right: 5px;
}

.milestones-inner.p0 {
  padding-top: 0;
}

hr.mainhr {
  border: 1px solid #707070;
  opacity: 0.48;
}

h3.greentitle {
  text-align: left;
  font: normal normal bold 20px/50px Lato;
  letter-spacing: 0.2px;
  color: #009846;
  text-transform: uppercase;
  opacity: 1;
}

h4.blacktitlebold {
  text-align: left;
  color: var(--black);
  opacity: 1;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 18px;
}

.fleximgas img {
  width: auto;
}

.fleximgas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2%;
}

.flexstartline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 30px 0;
  margin: 30px 0;
  margin-top: 10px;
  padding-bottom: 0;
}

.flexLargediv .flexstartline:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flexLargediv {
  display: block;
  width: 100%;
  clear: both;
  padding-top: 2px;
}

.fleposttext h2 {
  text-align: left;
  font: normal normal bold 22px/34px Lato;
  letter-spacing: 0.22px;
  color: var(--black);
  margin-bottom: 5px;
}

.fleposttext {
  padding-left: 20px;
  padding-top: 10px;
}

.flexLargediv .flexstartline:nth-child(even) .fleposttext {
  padding-left: 0;
}

.flexLargediv .flexstartline:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

div#CorporateSocialResponsibility .milestones-inner.p0 {
  padding-bottom: 0;
}

h3.greentitlesmall {
  text-align: left;
  font: normal normal bold 18px/50px Lato;
  letter-spacing: 0.2px;
  color: #009846;
  text-transform: uppercase;
  opacity: 1;
  margin-top: 2%;
}

.InvestorsInformationBoxs.mgt0p {
  margin-top: 0;
}

ul.nav.nav-tabs.policisabs.flexwraps {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.nav.nav-tabs.policisabs.flexwraps li {
  margin-bottom: 10px;
}

.milestones-inner.wid80pes.postIndisas {
  width: 100%;
}

.milestones-inner.wid80pes.postIndisas .selectBoxFilter.flexselct {
  width: 90%;
  margin: 0px auto;
}

h6.titlepost a {
  color: #fff;
}

.milestones-inner.wid80pes.mgtop0ps {
  padding-top: 0;
}

h1.commingsops {
  text-align: center;
  /*  font-size: 20px;

    font-weight: 600;*/
  min-height: 200px;
  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;
}

.reachdescription.milestones-inner {
  padding-top: 20px;
}

.conflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conflex-left {
  width: 45%;
}

.conflex-right {
  width: 50%;
}

.conwid40 {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #f7f7f7;
  padding: 30px 24px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 1px 1px 17px 0 #1112;
  box-shadow: 1px 1px 17px 0 #1112;
}

.conwid40 h2 {
  font-size: 28px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 20px;
  font-family: "ivypresto-display";
}

.conwid40 h3 {
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
}

.conwid40 p {
  color: var(--black);
  margin: 5px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

.conwid40 h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 14px;
  color: var(--black);
  margin-top: 14px;
}

.conwid40 h4 a {
  font-size: 14px;
  line-height: 1.2;
  color: var(--black);
  font-weight: 400;
}

.mapLocs {
  background: #f7f7f7;
  border-radius: 0px;
  width: 100%;
  margin: 10px 0 0px 0;
}

.mapLocs a {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  border-radius: 0px;
  padding: 6px 10px 8px 10px;
}

.mapLocs a i {
  color: var(--darkgreen);
  font-size: 20px;
  margin-right: 14px;
  margin-left: 5px;
}

.mapLocs a:hover {
  background: var(--darkgreen);
  border-radius: 0px;
  color: #fff;
}

.mapLocs a:hover i {
  color: #fff;
}

.flexPops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1em;
}

.addressdive {
  width: calc(calc(100% / 4) - 1em);
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 30px 24px;
  -webkit-box-shadow: 1px 1px 20px 0 #1112;
  box-shadow: 1px 1px 20px 0 #1112;
}

.addressdive h2 {
  font-size: 24px;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: "ivypresto-display";
}

.addressdive h3,
.addressdive h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--black);
}

.addressdive h4 {
  margin-bottom: 16px;
}

.addressdive p {
  color: var(--black);
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 400;
}

.addressdive h4 a {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
}

h6.greenadres {
  color: #009846;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-transform: uppercase;
}

.contactListAddress .tabBoots {
  margin-bottom: 60px;
}

ul.bradcumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}

ul.bradcumbs li {
  /* margin-right: 10px; */
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.bradcumbs li a.currentpaeg {
  pointer-events: none;
  color: #d91701;
  font-weight: 600;
}

ul.bradcumbs li a {
  color: var(--black);
  font-size: 14px;
}

div#producttable_wrapper {
  overflow: hidden;
}

ul.bradcumbs li i {
  font-size: 6px;
  margin: 0px 10px;
}

/*++++++++++++++++++++++ Global CSS +++++++++++++++++++++++++++++++++++++*/
.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mtop50 {
  margin-top: 50px;
}

.mb45 {
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: sticky;
  top: 45px;
  background: #fff;
}

.wrapsticky .wrapper {
  overflow: initial;
}

.sectionheading {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.38px;
  color: var(--black);
  font-family: var(--display);
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.richtext,
.richtext p,
.richtext li,
.richtext span {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0.16px;
  color: var(--black);
  margin-bottom: 5px;
}

.richtext h1 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: bold;
}

.richtext h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
}

.richtext h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.richtext h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.richtext h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.richtext h6 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.heading2 {
  font: normal normal bold 38px/45px Lato;
  letter-spacing: 0.38px;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.img-100 {
  width: 100%;
}

.sectionpadding {
  padding: 50px 0;
}

.sectionpaddingtop {
  padding-top: 50px;
}

.sectionpaddingbottom {
  padding-bottom: 50px;
}

.cbtn {
  min-width: 90px;
  color: #ffffff;
  line-height: 25px;
  text-transform: capitalize;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  border: 0px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none !important;
}

.yellow-btn {
  background: var(--darkgreen);
}

.yellow-btn:hover {
  color: #fff;
}

.black-btn {
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, right top, from(#506356), to(#28362d)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #506356 0%, #28362d 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #506356 0%, #28362d 100%) 0% 0% no-repeat padding-box;
}

.black-btn:hover {
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, right top, from(#28362d), to(#506356)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #28362d 0%, #506356 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #28362d 0%, #506356 100%) 0% 0% no-repeat padding-box;
}

.grey-btn {
  color: var(--darkgreen);
  background: #ffffff;
  border: 1px solid var(--darkgreen);
  padding: 6px 40px;
}

.label {
  font: normal normal bold 12px/24px Lato !important;
  letter-spacing: 0.12px;
  color: #48433e;
  margin-bottom: 4px;
}

.s-select {
  width: 100%;
  border: 0px;
  background: #fff;
  padding: 8px 12px;
  outline: 0px !important;
  font-size: 14px;
}

.flexstart {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexcenter {
  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;
}

.flexaround {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.width100 {
  width: 100%;
}

.greenheading {
  font: normal normal bold 22px/30px Lato;
  letter-spacing: 0.22px;
  color: #009846;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*++++++++++++++++++++++ Global CSS +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Products Datatable +++++++++++++++++++++++++++++++++++++*/
.products-filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
  margin: 0px -15px;
}

.products-filter-form {
  width: 80%;
}

.products-filter-download {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.productfilterform {
  padding: 0px 15px;
  margin: 0px;
}

.producttable-section {
  background: #f5f5f5;
}

.datatablecss.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #e7eeea;
}

.dataTables_wrapper .dataTables_length {
  margin-left: 80px;
}

.dataTables_wrapper .dataTables_filter {
  margin-right: 80px;
}

.dataTables_wrapper .dataTables_info {
  margin-left: 80px;
}

.dataTables_wrapper .dataTables_paginate {
  margin-right: 80px !important;
}

.dataTables_wrapper .dataTables_filter {
  display: none !important;
}

.dataTables_wrapper .dt-buttons {
  height: 0px;
  overflow: hidden;
}

.datatablecss td {
  font-size: 14px;
}

div.alphabet {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

div.alphabet span {
  color: var(--black);
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  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;
  border-radius: 50%;
  font-size: 12px;
}

div.alphabet span:hover {
  text-decoration: underline;
}

div.alphabet span.active {
  color: #fff;
  background: var(--pcolor);
}

.datatablecss {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 0px;
  text-align: center;
}

.datatablecss thead tr th {
  text-align: center;
}

.table.dataTable {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.datatablecss thead {
  background: var(--pcolor);
}

.datatablecss thead tr th {
  font: normal normal normal 16px/22px Lato;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.labeltop {
  margin-top: 25px;
}

/*++++++++++++++++++++++ Products Datatable +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Products Formulations +++++++++++++++++++++++++++++++++++++*/
.productpagetabcontent-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productpagetabcontent-wrap .productpagetabcontent-image {
  width: 24%;
}

.productpagetabcontent-wrap .productpagetabcontent-text {
  width: 71%;
}

.productpagetab-section .producttabs {
  margin-top: 0px;
}

.productpagetabcontent-image-box {
  display: block;
  width: 100%;
  position: relative;
}

.productpagetabcontent-image-box .ppcontent-overlay {
  background: var(--pcolor);
  padding: 10px;
  position: absolute;
  right: -25px;
  bottom: 50px;
  width: 134px;
  height: 114px;
  border-radius: 4px;
}

.ppcontent-overlay p {
  font: normal normal bold 20px/30px Lato;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: uppercase;
}

.productpagetabcontent-image-box .ppcontent-overlay img {
  width: 32px;
  margin-bottom: 5px;
}

.ppcontent-overlay i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/*++++++++++++++++++++++ Products Formulations +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Products Nutraceuticals +++++++++++++++++++++++++++++++++++++*/
.productnutraceuticals-image {
  margin: 20px auto;
  text-align: center;
}

.productnutraceuticals-image img {
  margin: auto;
}

.productnutraceuticals-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px -20px 0px -20px;
}

.productnutraceuticals-box {
  width: calc(100% / 3);
  margin: 0px 20px;
  padding: 20px 25px;
  background: #f1f1f1;
}

.productnutraceuticals-head {
  position: relative;
  font: normal normal bold 22px/30px Lato;
  letter-spacing: 0.22px;
  color: var(--black);
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

.productnutraceuticals-head:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 4px;
  background: var(--pcolor);
}

.pn-para {
  color: var(--black);
  font: normal normal normal 14px/24px Lato;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.beveragesproductlist-container {
  margin-top: 30px;
}

.beveragesproductlist-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}

.beveragesproductlist-wrapper:last-child {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: 0px solid #ccc;
}

.beveragesproductlist-wrapper:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.beveragesproductlist-wrapper .beveragesproductlist-image {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.beveragesproductlist-wrapper .beveragesproductlist-image .imgboc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.beveragesproductlist-wrapper .beveragesproductlist-image .imgboc:after {
  content: "";
  position: absolute;
  width: 142px;
  height: 140px;
  background: transparent -o-linear-gradient(286deg, #54a800 0%, #035729 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(164deg, #54a800 0%, #035729 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  bottom: 20px;
  left: -30px;
}

.beveragesproductlist-wrapper.square-img .beveragesproductlist-image .imgboc:after {
  bottom: 40px;
}

.beveragesproductlist-wrapper .beveragesproductlist-image .imgboc img {
  width: auto;
  max-height: 320px;
}

.beveragesproductlist-text {
  width: 60%;
  padding-top: 20px;
}

.beveragesproductlist-text h5 {
  font: normal normal bold 18px/23px Lato;
  letter-spacing: 0.18px;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.beveragesproductlist-wrapper.vertical-img .beveragesproductlist-image {
  width: 20%;
}

.beveragesproductlist-wrapper.vertical-img .beveragesproductlist-text {
  width: 76%;
}

.beveragesproductlist-wrapper.square-img .beveragesproductlist-image {
  width: 20%;
}

.beveragesproductlist-wrapper.square-img .beveragesproductlist-text {
  width: 76%;
}

.n-functionalsection .beveragesproductlist-container {
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.n-functionalsection .beveragesproductlist-container:last-child {
  border-bottom: 0px solid #fff0;
  margin-bottom: 0px;
}

/*++++++++++++++++++++++ Products Nutraceuticals +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Products criticare +++++++++++++++++++++++++++++++++++++*/
.pcmedicine-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.pcmedicine-wrapper:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pcmedicine-img {
  width: 30%;
  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;
}

.pcmedicine-text {
  width: 65%;
  padding-top: 20px;
}

.pcmedicine-text h5 {
  font: normal normal bold 18px/23px Lato;
  letter-spacing: 0.18px;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pcmedicine-img .imgboc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.pcmedicine-img .imgboc:after {
  content: "";
  position: absolute;
  width: 142px;
  height: 140px;
  background: transparent -o-linear-gradient(286deg, #54a800 0%, #035729 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(164deg, #54a800 0%, #035729 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  bottom: 20px;
  left: -20px;
}

.pc-listtable-mainheading {
  font: normal normal bold 26px/34px Lato;
  letter-spacing: 0.22px;
  color: var(--black);
  margin-bottom: 15px;
  color: var(--pcolor);
}

.pc-listtable-heading {
  font: normal normal bold 22px/34px Lato;
  letter-spacing: 0.22px;
  color: var(--black);
  margin-bottom: 15px;
}

/*++++++++++++++++++++++ Products criticare +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Products apis +++++++++++++++++++++++++++++++++++++*/
.ppapis-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ppapis-wrap .ppapis-text {
  width: 60%;
}

.ppapis-wrap .ppapis-image {
  width: 37%;
}

.pc-listtable-databox {
  margin: 30px 0px;
}

.pccontact h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.keyvalueitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.keyvalueitem .key {
  width: 150px;
  padding: 8px 5px;
  font-weight: 700;
}

.keyvalueitem .value {
  padding: 8px 5px;
}

.keyvalueitem .value a {
  color: var(--black);
}

.pc-listtable-databox>* {
  margin-bottom: 15px;
}

.apiunderdevelopment-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}

.apiunderdevelopment-griditem {
  width: 100%;
  height: 53px;
  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;
  border: 1px solid #e1dada;
  border-radius: 4px;
  padding: 10px 15px;
}

.apiunderdevelopment-griditem i {
  margin-right: 15px;
  font-weight: bold;
  font-size: 20px;
}

.apiunderdevelopment-griditem span {
  font: normal normal normal 16px/34px Lato;
  letter-spacing: 0.16px;
  color: var(--black);
}

.pc-apiunderdevelopment h4 {
  font: normal normal bold 22px/34px Lato;
  letter-spacing: 0.22px;
  color: var(--black);
  margin-bottom: 15px;
}

.note {
  font: italic normal normal 16px/34px Lato;
  letter-spacing: 0.16px;
  color: var(--black);
}

/*++++++++++++++++++++++ Products apis +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Why FDC +++++++++++++++++++++++++++++++++++++*/
.whyfdcintro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.whyfdcintro-left {
  width: 57%;
}

.whyfdcintro-right {
  width: 37%;
}

.videobox {
  position: relative;
  cursor: pointer;
  display: block;
}

.videobox:hover .overlay {
  background: rgba(0, 0, 0, 0.4);
}

.videobox .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.videobox .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  z-index: 9999;
}

/*++++++++++++++++++++++ Why FDC +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Current Openings +++++++++++++++++++++++++++++++++++++*/
.jobatfdcsection {
  background-color: #f0f1ee;
}

.jobatfdc-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.jobatfdc-griditem {
  background: #fff;
  padding: 20px;
  border: 1px solid #cfcbcb;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.jobatfdc-grid .jobatfdc-griditem {
  display: none;
}

.jobatfdc-grid.viewall .jobatfdc-griditem {
  display: block;
}

.jobatfdc-grid .jobatfdc-griditem:nth-child(1),
.jobatfdc-grid .jobatfdc-griditem:nth-child(2),
.jobatfdc-grid .jobatfdc-griditem:nth-child(3) {
  display: block !important;
}

.jobatfdc-griditem>* {
  margin-bottom: 15px;
}

.jobbox-keypoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.iconkeypoint.width50 {
  width: 50%;
  margin-bottom: 13px;
}

.jdlist {
  height: 140px;
  overflow: auto;
}

.jdlist p,
.jdlist li {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0.16px;
  color: var(--black);
  margin-bottom: 5px;
}

.jdlist ul,
.jdlist ol {
  list-style-position: inside;
}

.jdlist ul li {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}

.jdlist ul li:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background: var(--black);
  border-radius: 50%;
  top: 6px;
  left: 5px;
}

.iconkeypoint {
  width: 100%;
}

.iconkeypoint img {
  height: 18px;
  width: auto;
  margin-right: 7px;
}

.iconkeypoint span {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0.14px;
  color: var(--black);
}

.jobbox-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jobbox-head h3 {
  font: normal normal bold 18px/23px Lato;
  letter-spacing: 0.18px;
  color: var(--black);
  text-transform: uppercase;
}

.jobbox-head p {
  font: normal normal normal 16px/26px Lato;
  letter-spacing: 0.16px;
  color: var(--black);
}

.jobbox-description h5 {
  font: normal normal bold 16px/26px Lato;
  letter-spacing: 0.16px;
}

.jobbox-description p {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0.16px;
  color: var(--black);
}

.jobbox-foot {
  margin-bottom: 0px !important;
}

.viewallbox {
  margin-top: 30px;
  width: 100%;
}

/*++++++++++++++++++++++ Current Openings +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Current Openings +++++++++++++++++++++++++++++++++++++*/
.formbox {
  position: relative;
}

.formbox .formring1 {
  position: absolute;
  top: 20%;
  right: -20%;
  max-width: 280px;
  z-index: -1;
}

.formbox .formring2 {
  position: absolute;
  top: 60%;
  left: -20%;
  max-width: 280px;
  z-index: -1;
}

.applcationformbox {
  max-width: 560px;
  margin: auto;
}

.formheading {
  color: var(--darkgreen);
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 400;
}

.formgroup {
  margin-bottom: 30px;
}

.formgroup label {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 8px;
}

.cinput {
  border: 0px;
  border: 1px solid #4e4e4e;
  width: 100%;
  min-height: 40px;
  outline: none !important;
  padding: 10px 0px;
  font-family: var(--rubik);
  padding: 10px 20px;
}

.cinput:focus {
  border: 1px solid #4e4e4e;
}

.cselect {
  border: 0px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  min-height: 40px;
  outline: none !important;
}

.ctextarea {
  min-height: 70px;
}

.fileuplaodformgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fileuplaodformgroup label {
  width: 35%;
}

.fileuplaodformgroup .fileuplaodwrapper {
  width: 63%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 2px 2px 2px 10px;
  margin-bottom: 15px;
}

.hideinput {
  opacity: 0;
  height: 0px;
  width: 0px;
}

.fileuploadname {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.fileuplaodwrapper .hint {
  position: absolute;
  top: calc(100% + 3px);
  font: normal normal normal 12px/19px Poppins;
  letter-spacing: 0px;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: none;
}

/*++++++++++++++++++++++ Current Openings +++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++ Current Openings +++++++++++++++++++++++++++++++++++++*/
.websitesearch-wrapper {
  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;
  margin-bottom: 30px;
  display: none;
}

form.websitesearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

input.website-search-input {
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 10px 20px;
  min-width: 500px;
  border: 0px;
}

.websitesearch button {
  position: absolute;
  right: 5px;
  width: 45px;
  height: 45px;
  border-radius: 0;
  border: 0px;
  color: #fff;
}

/*++++++++++++++++++++++ Current Openings +++++++++++++++++++++++++++++++++++++*/
.aboutfdcslider-wrap {
  max-width: 78%;
  margin: 50px auto;
  position: relative;
}

.aboutfdcslider-wrap:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background: #54a800;
  background: -webkit-gradient(linear, left top, right top, from(#54a800), to(#035729));
  background: -o-linear-gradient(left, #54a800, #035729);
  background: linear-gradient(90deg, #54a800, #035729);
  border-radius: 10px;
  z-index: 0;
}

.aboutfdcslider-item {
  height: auto;
  z-index: 99;
  position: relative;
}

.aboutfdcslider-item-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.aboutfdcslider-item-inner img {
  max-width: 90%;
  margin: auto;
  position: relative;
  z-index: 9;
}

.aboutfdcslider-wrap img.circleimg {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: -70px;
  right: -85px;
  z-index: 0;
}

.h-blog-slider {
  position: relative;
}

.h-blog-slider-item {
  height: auto;
}

.blogcard {
  -webkit-box-shadow: 0px 0px 4px #2222;
  box-shadow: 0px 0px 4px #2222;
}

.blogcard .img img {
  width: 100%;
}

.blog-text {
  padding: 15px;
}

.blog-text h3 {
  font-size: var(--bigpara);
  line-height: 30px;
  font-family: var(--display);
  font-weight: 400;
  color: var(--black);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
}

.blog-text p {
  color: var(--black);
  line-height: 1.3;
  color: var(--black);
  letter-spacing: 0.16px;
  margin-bottom: 15px;
}

.commonsliclarrow .slick-prev {
  width: 40px;
  height: 40px;
  background: var(--darkgreen);
  border-radius: 100%;
  z-index: 5;
  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;
  opacity: 1;
}

.commonsliclarrow .slick-prev:before {
  content: "\f104";
  font-size: 30px;
  color: var(--black);
  font-family: fontAwesome;
}

.commonsliclarrow .slick-next {
  width: 40px;
  height: 40px;
  background: var(--darkgreen);
  border-radius: 100%;
  z-index: 5;
  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;
  opacity: 1;
}

.commonsliclarrow .slick-next:before {
  content: "\f105";
  font-size: 30px;
  color: var(--black);
  font-family: fontAwesome;
}

body .sectionheadingcenter h1.shank-sectionheading {
  text-align: center;
}

.sectionheadingcenter .yellowheadingdash {
  margin: auto;
}

.bigboldfont {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.formulation-mainheading {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #009846;
  font-weight: bold;
}

.formulation-mainheading span {
  color: var(--black);
  font-weight: normal;
  line-height: 45px;
  display: block;
}

.formulation-subheading {
  font-size: var(--poineerheading);
  padding: 0;
  position: relative;
  line-height: 38px;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.28px;
  color: var(--poineerheadcolor);
  margin-bottom: 20px;
}

.multidisciplinarybox-wrapper {
  margin: 50px 0px;
}

.multiapprochtable-head {
  line-height: 28px;
  letter-spacing: 0.16px;
  color: var(--black);
  margin: 0;
  font-weight: 600;
  margin-bottom: 10px;
}

.aboutfdcslider-wrap.facilitiesimagessliderwrap {
  max-width: 83.59%;
}

.aboutfdcslider-wrap.facilitiesimagessliderwrap .aboutfdcslider-item-inner {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.aboutfdcslider-wrap.facilitiesimagessliderwrap .aboutfdcslider-item-inner img {
  border-radius: 10px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: unset;
  width: 90%;
}

.inshell {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  background-color: #00963e;
}

.small-head {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.small-head a {
  color: #555;
}

.small-head span {
  color: var(--darkgreen);
}

.flex-inshell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 4px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inshell h2 {
  font-size: 36px;
  font-family: var(--display);
  max-width: 500px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
}

.inshell p {
  font-size: 18px;
  line-height: 2;
  max-width: 540px;
  color: #fff;
}

.inshell .small-head {
  font-size: 12px;
}

a.round-btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
  position: relative;
}

a.round-btn img {
  width: 32px;
  position: relative;
  top: -12px;
  margin-left: 10px;
}

.cmn__head h2 {
  font-size: 40px;
  font-family: var(--display);
  margin-top: 8px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.bod-ls.inv-ls div {
  cursor: pointer;
}

.cmn__head_new h2:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffbf00;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
}

.cmn__head p {
  color: var(--black);
  line-height: 1.3;
  /* max-width: 999px; */
  margin-bottom: 20px;
  font-size: 16px;
}

.home-super {
  padding: 50px;
  background-size: cover;
  background-position: center;
}

.home-super h2 {
  font-size: 34px;
  font-family: var(--display);
  color: #fff;
  max-width: 555px;
  line-height: 1.2;
  margin-top: 16px;
  /* margin-bottom: 150px; */
}

.home-super p:last-of-type {
  color: white;
  font-size: 18px;
  line-height: 24px;
  margin-top: 2em;
  max-width: 555px;
  margin-bottom: 150px;
}

.super-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 24px;
  position: relative;
}

.super-links::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  width: 100%;
}

.super-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-transform: uppercase;
}

.super-links img {
  width: 12px;
}

.home-blog h2 {
  text-align: center;
}

.reset-slick .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.reset-slick .slick-slide {
  height: auto;
}

/* the slides */
.reset-slick .slick-slide {
  margin: 4px 14px;
}

/* the parent */
.reset-slick .slick-list {
  margin: 0 -14px;
}

.home-syl .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.home-syl .slick-slide {
  height: auto;
}

/* the slides */
.home-syl .slick-slide {
  margin: 4px 14px;
  margin-bottom: 36px;
}

/* the parent */
.home-syl .slick-list {
  margin: 0 -14px;
}

.home-syl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 1px 1px 1px 1px #1111, -10px 10px 0 0px var(--yellowshade);
  box-shadow: 1px 1px 1px 1px #1111, -10px 10px 0 0px var(--yellowshade);
  padding: 26px;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  margin: 0px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.home-syl h3 {
  font-size: 21px;
  font-family: var(--display);
  line-height: 1.2;
  letter-spacing: 1px;
  word-spacing: 1px;
  color: var(--black);
  font-weight: 400;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  margin-top: 20px;
}

.home-syl img {
  width: 34px;
}

.home-syl a:hover {
  background: var(--darkgreen);
}

.home-syl a:hover h3 {
  color: #fff;
}

.home-syl .grex .slick-next {
  right: -46px;
}

.slick-arrow.slick-disabled {
  visibility: hidden;
}

.cricare-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cricare-flex>div {
  width: calc(50% - 40px);
}

.cricare .data {
  padding: 40px;
  padding-bottom: 0;
}

.cricare h3:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  background: var(--yellowshade);
  border-radius: 50%;
}

.cricare .data p {
  /* max-width: 360px; */
  line-height: 1.3;
  font-size: 16px;
}

.cricare .common-btn {
  /* transform: translateY(-100%); */
}

.cricare h3 {
  font-family: var(--display);
  font-size: 32px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.cricare p {
  color: var(--black);
}

.cricare h2 {
  font-size: 34px;
  font-family: var(--display);
  margin-top: 8px;
  margin-bottom: 25px;
  font-weight: 500;
}

.other-categories {
  margin-top: 15%;
  margin-bottom: 10%;
}

.other-categories h2 {
  margin-bottom: 0;
}

.global-pres .img {
  padding-top: 10px;
  position: relative;
}

.marker {
  height: 15%;
  width: 6%;
  background: url("../png/marker.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
}

.marker .countries {
  cursor: pointer;
  display: none;
  background: var(--darkgreen);
  color: white;
  padding: 20px;
  font-family: var(--rubik);
  position: absolute;
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  z-index: 100;
}

.countries ul {
  list-style-type: none;
}

.countries ul li {
  margin-top: 0.5em;
}

.countries ul li a:hover {
  text-decoration: underline !important;
}

.marker:hover>.countries {
  display: block;
}

.marker .countries:hover {
  display: block;
}

.marker.south-america {
  top: 63%;
  left: 24%;
}

.marker.north-america {
  top: 23%;
  left: 20%;
}

.marker.central-america {
  top: 40%;
  left: 20%;
}

.marker.africa {
  top: 36%;
  left: 54%;
  z-index: 9;
}

.marker.asia-pacific {
  top: 34%;
  left: 78%;
}

.marker.africa .countries {
  top: -20vh;
}

.marker.europe {
  top: 8%;
  left: 58%;
}

.marker.middle-east {
  top: 24%;
  left: 61%;
  z-index: 0;
}

.marker.australia {
  top: 64%;
  left: 90%;
}

.marker.uk {
  top: 4%;
  left: 45%;
}

.marker.south-africa {
  top: 57%;
  left: 55%;
}

.modal {
  top: 10%;
}

.modal-header h2 {
  font-family: var(--display);
  font-size: 2em;
  text-align: center;
}

.lp-head h1 {
  margin-top: 10px;
  max-width: 700px;
  font-size: 42px;
  margin-bottom: 40px;
}

.lp-head h1 span {
  font-weight: 400;
  color: var(--darkgreen);
}

.lp-head {
  padding-top: 100px;
}

.lp-hd-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.lp-hd-img .max-box {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lp-hd-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  text-shadow: 0 0 20px #000;
  font-weight: 400;
}

.lp-hd-img a img {
  width: 34px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: -1px;
}

.lp-hd-img>img {
  opacity: 0;
}

.simple-re-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.simple-re-x>div {
  width: calc(50% - 40px);
}

.bigx {
  font-size: 24px;
  color: var(--pcolor);
  line-height: 1.4;
}

.mediumx {
  line-height: 1.4;
  font-size: 18px;
}

.big-frame {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.std-white-box {
  margin: 100px 0;
  max-width: 460px;
  background: #fff;
  display: inline-block;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 3px 6px var(--black) 29;
  box-shadow: 0px 3px 6px var(--black) 29;
}

.std-white-box h2 {
  font-family: "ivypresto-display";
  font-size: 32px;
  margin-bottom: 18px;
  position: relative;
}

.std-white-box h2 b {
  width: 10px;
  height: 10px;
  background-color: #ffbf00;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -6px;
  margin-left: 6px;
}

.std-white-box p {
  color: var(--black);
  line-height: 1.3;
}

.std-white-box .yellow-btn {
  margin-top: 24px;
}

.ip-head-data h1 {
  margin-top: 6px;
  font-weight: 400;
  max-width: 930px;
  font-size: 35px;
  line-height: 1.2;
}

.ip-head-data h1 span {
  color: var(--darkgreen);
  font-weight: 400;
}

.ip-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.ip-content>div {
  /* width: calc(50% - 40px); */
}

.ip-cn-text p {
  color: var(--black);
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 20px;
}

/* .ip-cn-text {
  padding-top: 30px;
} */

.ip-cn-text p b {
  color: var(--darkgreen);
  font-size: 20px;
  font-weight: 400;
}

.ip-cn-img {
  min-width: 400px;
  width: 100%;
}

.ip-dwn-sec {
  background-color: var(--darkgreen);
  background-size: cover;
  background-position: center;
}

.ip-dwn-sec .max-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 40px;
}

.ip-dwn-sec .text {
  font-family: "ivypresto-display";
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  max-width: 650px;
}

.ip-dwn-sec .icon {
  width: 40px;
  margin: 0 auto;
}

.text-betw {
  padding: 40px 0;
  font-size: 20px;
  line-height: 1.3;
  max-width: 1000px;
}

.rel-links {
  background: #f6f6f6;
  padding: 40px 0;
}

.rel-links .slide {
  padding: 32px 28px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px var(--black) 29;
  box-shadow: 0px 3px 6px var(--black) 29;
}

.rel-links h4+a {
  margin-top: 2em;
}

.btn-yw-line {
  font-size: 12px;
  color: var(--yellowshade);
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 14px;
  border: 2px solid var(--yellowshade);
  display: inline-block;
}

.btn-yw-line:hover {
  color: #fff;
  background-color: var(--yearcolor);
  border-color: var(--yearcolor);
}

.rel-links p {
  font-size: 16px;
  color: var(--b);
  padding: 24px 0;
  margin-bottom: 0;
  line-height: 20px;
}

.rel-links h4 {
  font-size: 22px;
  font-family: "ivypresto-display";
  letter-spacing: 0.5px;
  position: relative;
}

.repo-head {
  background-color: var(--darkgreen);
  background-size: cover;
}

.repo-head {
  background-color: var(--darkgreen);
  margin-top: 56px;
  padding: 60px 0;
}

.repo-head .small-head {
  color: #fff;
}

.repo-head p {
  font-size: 16px;
}

.repo-head h1 {
  margin-top: 14px;
  color: #fff;
  font-size: 46px;
}

.rel-links h4:before {
  display: block;
  width: 100px;
  content: "";
  height: 2px;
  background: var(--darkgreen);
  position: absolute;
  bottom: -7px;
}

.product-itls {
  background: #f5f5f5;
  padding: 60px 0;
}

.product-itls>.gutter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.product-itls>.gutter>div {
  width: calc(25% - 25px);
  padding: 30px 20px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 6px var(--black) 29;
  box-shadow: 6px 6px 6px var(--black) 29;
}

.product-itls h3 {
  font-family: "ivypresto-display";
  font-size: 24px;
  color: var(--darkgreen);
  margin: 0;
}

.gray-hr {
  width: 100%;
  height: 1px;
  background: #888;
}

.product-itls .gray-hr {
  margin: 20px 0;
}

.product-itls .small-s {
  text-transform: uppercase;
  color: #111;
  opacity: 0.5;
  font-weight: 600;
  font-size: 10px;
}

.product-itls .medium-s {
  color: var(--black);
  font-size: 15px;
  margin-top: 2px;
  line-height: 1.1;
}

.product-itls .patch-xm {
  margin-bottom: 24px;
}

.patch-xm:last-child {
  margin-bottom: 0;
}

.select {
  width: 100%;
  position: relative;
}

.select>img {
  position: absolute;
  width: 10px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  pointer-events: none;
}

.filter-sec {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.filter-sec>div {
  /*width: calc(50% - 20px);*/
}

.filter-sec-search {
  /* padding-top: 60px; */
  padding-bottom: 60px;
}

.filter-sec-search input.cinput {
  /* max-width: 240px; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-sec-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#search_div input.cbtn.yellow-btn {
  max-width: 200px;
  height: 40px;
}

.highx {
  text-transform: uppercase;
  padding: 4px;
  border: 1px solid var(--yellowshade);
  display: inline-block;
  font-weight: 500;
  font-size: 10px;
  color: var(--yellowshade);
  line-height: 1;
  margin-top: 6px;
  margin-bottom: -10px;
  border-radius: 2px;
}

div#product_count {
  position: relative;
  top: 20px;
}

.mxgx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100% !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mmxg>div {
  border-bottom: 6px solid #00963e00;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .6;
}

.mmxg>div.active {
  border-bottom: 6px solid #00963e;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;

}

.filter-sec .max-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-select {
  width: 100%;
}

.custom-select__option {
  font-size: 14px;
}

.custom-select__option--value {
  padding-right: 30px;
}

.filter-sec label {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.filter-sec .max-box>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-apply {
  padding: 12px 16px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffff;
  background: var(--yellowshade);
  font-weight: 500;
  font-size: 12px;
  margin-top: 14px;
}

.clear-filters,
.clear-filters:hover,
.clear-filters:focus {
  font-size: 12px;
  margin-top: 14px;
  color: var(--black);
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

.filter-sec .max-box>div.flint {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

.custom-select--active+img {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.contact-us-head {
  background-color: var(--darkgreen);
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  margin-top: 60px;
}

.contact-us-head h1 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0;
}

.submitgroup {
  padding-top: 10px;
}

.panel-heading {
  pointer-events: none;
}

.InvestorsInformationBoxs .panel-heading .accordion-toggle:after {
  display: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border: none;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.std-in-h2 {
  font-size: 35px;
  font-family: var(--display);
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 1;
  color: #161616;
}

.std-in-p {
  line-height: 1.4;
  font-size: 20px;
  max-width: 860px;
  margin-bottom: 10px;
}

.std-in-ul {
  list-style: none;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.2;
}

.std-in-ul li {
  margin-bottom: 5px;
  position: relative;
  display: block;
}

.std-in-ul li:before {
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--yellowshade);
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: -13px;
}

br,
hr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.std-icon-sec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.std-icon-sec img {
  max-width: 70px;
  max-height: 40px;
  width: auto;
}

.std-icon-sec>div {
  max-width: 206px;
  text-align: center;
}

.std-icon-sec h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 400;
}

.std-icon-sec p {
  line-height: 1.2;
  margin: 0 auto;
}

.std-icon-sec .hrmx {
  display: block;
  width: 60px;
  background: var(--yellowshade);
  height: 1px;
  margin: 14px auto;
}

.std-icon-sec>.std-icon-ul {
  text-align: left;
}

.std-icon-sec .std-icon-ul .hrmx {
  margin-left: 0;
}

.max-center-m {
  max-width: 860px;
  margin: 0 auto;
}

.std-in-pxb {
  margin-bottom: 30px;
}

.std-in-px {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3;
}

.a-yellow,
.a-yellow:hover {
  color: var(--yellowshade);
  text-transform: uppercase;
  font-weight: 700;
}

.hr-head-jb h3 {
  color: var(--black);
  padding-top: 10px;
  font-size: 30px;
}

.cvvxm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cvvxm>div {
  width: calc(100% - 40px);
}

.job-pl-head {
  padding-top: 60px;
}

.jb-pos {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--darkgreen);
}

.jb-pos img {
  opacity: 0;
}

h2.jb-h2 {
  font-size: 42px;
  font-family: "ivypresto-display";
  padding-top: 16px;
  padding-bottom: 20px;
}

.jb-title {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.75;
  text-transform: uppercase;
}

.jb-text {
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 20px;
}

.jb-h3 {
  font-size: 22px;
  color: var(--darkgreen);
  font-weight: 500;
  padding-bottom: 16px;
  padding-top: 16px;
}

.cvvxm p {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.job-loc-fd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.job-loc-fd>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.applcationformboxinner {
  padding: 30px 24px;
  -webkit-box-shadow: 1px 1px 17px 0 #1112;
  box-shadow: 1px 1px 17px 0 #1112;
}

.submitgroup button#register {
  width: 100%;
  background: var(--yellowshade);
}

.upload-cv {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--pcolor);
}

.col2fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2fx>div {
  width: calc(50% - 40px);
}

.contact-us-head .small-head {
  padding-bottom: 16px;
}

.bod-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.bod-ls>div {
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
}

.bod-item {
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
  margin: 1em;
  text-align: center;
}

.bod-item .member-image {
  width: 100% !important;
}

.bod-item.slick-slide {
  height: auto;
}

.bod-ls h3 {
  font-size: 22px;
  color: var(--pcolor);
  margin-bottom: 12px;
  text-align: left;
}

.bod-item.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bod-item p {
  margin-bottom: auto;
}

.bod-ls a img {
  display: block;
  width: 14px;
  opacity: 0.6;
}

.bod-ls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  color: var(--black);
  font-weight: 500;
  opacity: 0.6;
}

.bod-ls a:hover {
  opacity: 1;
}

.gg-hr {
  height: 1px;
  background: #cfcfcf;
  margin: 16px 0;
}

/* .bod-ls > div {
  width: calc(33.333% - 20px);
} */

.policies-slider h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: auto;
}

.policies-slider .data {
  padding: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.policies-slider .slick-slide {
  margin: 4px 14px;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-color: #fff;
}

.policies-slider .gr-hr {
  background: #999;
  height: 1px;
  margin: 14px 0;
}

.policies-slider a img {
  display: block;
  width: 14px;
}

.policies-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  color: var(--black);
  font-weight: 500;
  opacity: 0.6;
  text-transform: uppercase;
}

.gray-patch {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.policies-slider a:hover {
  opacity: 1;
}

.policies-slider .slide {
  -webkit-box-shadow: 0px 2px 6px #00000020;
  box-shadow: 0px 2px 6px #00000020;
}

.grex.yellow-arr .slick-next,
.grex.yellow-arr .slick-prev {
  background: var(--yellowshade);
}

.slick-next:before,
.slick-prev:before {
  display: none !important;
}

.slick-next svg,
.slick-prev svg {
  width: 40%;
}

.accx {
  background-color: #fff;
  cursor: pointer;
  padding: 16px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-bottom: 1px solid #777;
}

.accx:after {
  content: "";
  position: absolute;
  content: "\f105";
  font-size: 20px;
  top: 14px;
  right: 8px;
  color: var(--pcolor);
  font-family: fontAwesome;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.accx.active:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.panelx {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid transparent;
}

.arcc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arcc-wrap>div {
  max-width: 500px;
  width: 100%;
}

.panelx table {
  width: 100%;
}

.panelx table {
  width: 100%;
}

.panelx td {
  text-align: left !important;
  padding: 6px 0;
}

.panelx tr {
  border-bottom: 1px solid #eee;
}

.panelx tr:last-child td {
  padding-bottom: 16px;
  border-bottom: 0;
}

.accx.active {
  font-weight: 500;
  color: var(--pcolor);
  border-bottom: 1px solid transparent;
}

.accx.active+div {
  border-bottom: 1px solid var(--pcolor);
}

.acc-mc:first-child .accx {
  border-top: 1px solid #777;
}

.acc-mc:first-child .accx.active {
  border-top: 1px solid var(--pcolor);
}

.investor-sd .slide a {
  margin-top: 30px;
}

.policies-slider {
  margin-top: 30px;
}

.investors-head {
  margin-top: 0;
}

.fdc-stock {
  margin-top: 60px;
  background: var(--black);
  color: #fff;
  padding: 14px 0;
}

.fdc-stock .max-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}

.fdc-stock p {
  font-size: 12px;
  font-weight: 300;
}

.fdc-stock p .gcs {
  color: #00ec5f;
  margin-left: 12px;
}

.cmn_para {
  /* width: 80%; */
}

.cmn_para p {
  color: var(--black);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 20px;
}

.spacer-sm-border {
  border-bottom: 2px solid #00973d;
}

.max-box-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.inv-ls>div {
  width: calc(25% - 20px);
}

.inv-ls h3 {
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 0px;
}

.policies-slider-new h4 {
  font-weight: 400;
  font-size: 18px;
}

.policies-slider-new .data {
  padding: 16px;
}

.policies-slider-new .gr-hr {
  background: #999;
  height: 1px;
  margin: 14px 0;
}

.policies-slider-new a img {
  display: block;
  width: 14px;
}

.policies-slider-new a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  color: var(--black);
  font-weight: 500;
  opacity: 0.6;
  text-transform: uppercase;
}

.gray-patch {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.policies-slider-new a:hover {
  opacity: 1;
}

.policies-slider-new .slide {
  -webkit-box-shadow: 0px 2px 6px #00000020;
  box-shadow: 0px 2px 6px #00000020;
  width: 100%;
}

.policies-slider-new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.cmn__head_botto {
  margin-bottom: 30px;
}

.bod-ls .active {
  background: #00973d;
}

.bod-ls .active h3 {
  color: #fff;
}

.manu {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  grid-row-gap: 70px;
}

.manu-main {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}

.manu-img {
  width: 100%;
}

.manu-img img {
  width: 100%;
}

.manu-div {
  padding: 20px;
}

.manu-div h3 {
  font-size: 30px;
  font-weight: 400;
  color: var(--darkgreen);
  font-family: var(--display);
}

.manu-div p {
  font-family: var(--rubik);
  font-size: 14px;
  font-weight: 500;
  color: #161616;
  line-height: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.manu-content p {
  font-family: var(--rubik);
  font-size: 12px;
  font-weight: 600;
  color: #4e4e4e;
  line-height: 20px;
  margin: 0 0 0 0;
}

.manu-content p span {
  font-weight: 400;
}

.manu-content p a {
  color: #00973d;
  font-weight: 400;
  margin-left: 5px;
}

.manu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manu-btn {
  margin-top: 8px;
  padding-top: 15px;
  border-top: 1px solid #707070;
  color: #ffbf00;
}

.manu-btn a {
  font-family: var(--rubik);
  font-size: 15px;
  font-weight: 500;
  color: #ffbf00;
  line-height: 12px;
}

.manu-btn img {
  width: 11px;
  margin-left: 6px;
}

.simple-re-bottom {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.simple-re-bottom .mediumx p {
  margin-bottom: 20px;
}

.manufacturing-main {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 50px 3fr;
  grid-template-columns: 4fr 3fr;
  gap: 50px;
}

.million {
  width: 100%;
  display: -ms-grid;
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 60px;
  grid-row-gap: 40px;
  margin-top: 2em;
}

.cmn_para-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.manufacturing-div .cmn_para-main {
  display: block;
  gap: 40px;
  max-width: 500px;
}

.manufacturing-div .cmn_para-div img {
  max-width: 105px !important;
  max-height: 105px !important;
  height: auto !important;
  padding-left: 20px;
  /* width: 105px !important; */
}

.manufacturing-div .slick-list {
  min-width: 100%;
}

.cmn_para-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cmn_para-div img {
  width: 85px;
}

.million-main h3 {
  font-family: var(--rubik);
  font-size: 33px;
  font-weight: 500;
  color: #00973d;
  line-height: 37px;
}

.million-main h3 span {
  color: #00973d !important;
}

.million-main p {
  font-family: var(--rubik);
  font-size: 13px;
  font-weight: 500;
  color: #161616;
  line-height: 17px;
  margin-bottom: 0;
}

.manufacturing-video {
  background-image: url("../png/group-206.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  position: relative;
  display: none;
}

.manufacturing-video-main {
  background-image: none;
}

.manufacturing-video video {
  opacity: 0;
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  z-index: -1;
  height: 650px;
}

.manufacturing-video-overlay {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 25px;
}

.manufacturing-video-overlay h3 {
  font-size: 40px;
  font-family: var(--display);
  margin-top: 8px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
}

.manufacturing-video-overlay img {
  width: 60px;
  margin: 0 auto;
}

.mediumx p {
  margin-bottom: 15px;
}

.bottom-border {
  border-bottom: 2px solid #00973d;
}

.about-misson {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-misson-main {
  text-align: center;
}

.about-misson-main img {
  width: auto;
}

.about-misson-main h3 {
  font-size: 30px;
  font-family: "ivypresto-display";
  color: #161616;
  letter-spacing: 0;
  position: relative;
  padding: 20px 0px 10px;
  margin-bottom: 10px;
}

.about-misson-main h3:before {
  content: "";
  width: 200px;
  height: 2px;
  background: #ffbf00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about-misson-main p {
  font-size: 16px;
  color: #161616;
  padding: 4px 0;
  margin-bottom: 0;
  line-height: 24px;
  text-align: center !important;
}

.value {
  text-align: center;
}

.value img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 1em auto;
}

.core-values-row .slick-slide {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 2em 2em 0 0;
}

.our-core-values h3 {
  font-size: 30px;
  font-family: "ivypresto-display";
  color: #161616;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* .our-core-values h3:before {
  content: "";
  width: 200px;
  height: 2px;
  background: #ffbf00;
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: ;
} */

.our-core-values h4 {
  font-size: 18px;
  font-family: var(--rubik);
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  /* margin-left: 10px; */
}

.our-core-values p {
  font-size: 16px;
  color: #161616;
  padding: 4px 0;
  margin-bottom: 1em;
  line-height: 24px;
  /* margin-left: 10px; */
}

.about-journey {
  padding: 75px 0px;
  background: #161616;
}

.about-journey-main h3 {
  font-size: 30px;
  font-family: "ivypresto-display";
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  padding: 0px 0px 10px;
  margin-bottom: 10px;
}

.about-journey-main p {
  font-size: 18px;
  color: #ffffff;
  padding: 4px 0;
  margin-bottom: 0;
  line-height: 26px;
}

.about-journey-div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border-top: 3px dashed #ffffff; */
  margin-top: 50px;
  /* overflow: hidden; */
  overflow-x: scroll;
  padding-bottom: 50px;
  scrollbar-width: none;
  position: relative;
  padding-top: 25px;
}

.about-journey-div:before {
  content: "";
  position: absolute;
  display: block;
  width: 999999px;
  border-top: 3px dashed #ffffff;
  height: 1px;
  top: 10px;
  left: 0;
}

.dropdown {
  position: relative;
}

#dropdownMenuButton+.dropdown-menu {
  background-color: var(--darkgreen);
  padding: 1.5em 1.5em 1em 1.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
  top: 90%;
  left: -50%;
  margin-top: 0;
}

#dropdownMenuButton+.dropdown-menu a {
  display: block;
  color: white;
  padding: 8px 0;
  border-bottom: 1px solid #ffffffbf;
  line-height: 1;
}

#dropdownMenuButton+.dropdown-menu a:hover {
  color: yellow;
}

.header__links a:hover {
  color: var(--lightgreen)
}

.dropdown-item:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.dropdown-item:first-child {
  padding-top: 0 !important;
}

#dropdownMenuButton:hover+.dropdown-menu {
  display: block;
}

.dropdown-menu:hover {
  display: block;
}

.about-journey-div::-webkit-scrollbar {
  display: none;
}

#slider {
  background-color: #ffffff36;
  border: none;
  border-radius: 7px;
}

#custom-handle {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid white;
  border-radius: 50%;
  color: var(--footercolor);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--rubik);
  font-weight: 500;
  background: white;
}

#custom-handle.ui-state-active {
  background: white;
}

.about-journey-sec {
  padding-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  position: relative;
}

.about-journey-sec::before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background-color: var(--yellogradienttopcolor);
  border-radius: 50%;
  top: -24px;
}


.core-values-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}


.about-journey-sec h3 {
  font-size: 30px;
  font-family: "ivypresto-display";
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  padding: 10px 0px 10px;
  margin-bottom: 10px;
}

.about-journey-sec p {
  font-size: 16px;
  color: #ffffff;
  padding: 4px 0;
  margin-bottom: 0;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
}
/* .about-journey-sec p::before{
  content: '';
  position: absolute;
  left: 0;
  top:12px;
  width: 10px;
  height: 10px;
  background: var(--yellogradienttopcolor);
  border-radius: 50%;
} */
.about-journey-sec li{
  font-size: 16px;
  color: #ffffff;
  padding: 4px 0;
  margin-bottom: 0;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
}
.about-journey-sec li::before{
  content: '';
  position: absolute;
  left: 0;
  top:12px;
  width: 10px;
  height: 10px;
  background: var(--yellogradienttopcolor);
  border-radius: 50%;
}
.core-values-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.core-values-row p {
  text-align: center !important;
}

/* .about-journey-div::-webkit-scrollbar {
  width: 12px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.about-journey-div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
} */

h3.common-heading {
  font: normal normal normal 35px/40px var(--display);
  letter-spacing: 0px;
  color: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h3.common-heading::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--yellowshade);
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.care-section p {
  font: normal normal normal 18px/25px var(--rubik);
  letter-spacing: 0px;
  color: #161616;
  margin-top: 1em;
}

.care-section__specialities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.care-section__speciality-box {
  /* margin-right: 2em; */
  width: calc(calc(100% / 3) - 2em);
}

.care-section__speciality-box h4 {
  font: normal normal normal 32px/40px var(--display);
  letter-spacing: 0px;
  color: #00973d;
}

.care-section__speciality-box p {
  font: normal normal normal 16px/25px var(--rubik);
  letter-spacing: 0px;
  color: #161616;
}

.care-section__speciality-box hr {
  color: var(--quotesblack);
}

.meet-leadership {
  background-image: url("https://shareittofriends.com/demo/php/fdcindia/images/fff.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00963e;
}

.meet-leadership p {
  font: normal normal normal 20px/26px var(--rubik);
  margin-top: 1em;
  width: 60%;
  color: white;
}

.meet-leadership h3 {
  color: white;
}

.meet-leadership h3:after {
  display: none;
}

.awards-accolades .common-heading {
  margin-bottom: 0.5em;
}

.awards-accolades .awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.awards-accolades .award-box {
  width: 31%;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding: 2em 1.5em;
  margin: 1%;
}

.award-box .award-title {
  font: normal normal bold 18px/22px var(--rubik);
  letter-spacing: 0px;
  color: #00973d;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.award-box .award-description {
  font: normal normal normal 18px/24px var(--rubik);
  letter-spacing: 0px;
  color: #161616;
  text-align: left;
}
.award-box ul{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--rubik);
}

.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1em;
}

.members .member-box {
  width: calc(calc(100% / 4) - 1em);
  margin-bottom: 3em;
}

.member-box .member-name {
  font: normal normal normal 20px/30px var(--display);
  letter-spacing: 0px;
  color: #161616;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.one-person-section {
  padding: 2em 10%;
}

.one-person-section ul {
  list-style-type: none;
}

.one-person-section li {
  position: relative;
  padding-left: 2%;
}

.one-person-section li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--yellowshade);
  left: 0%;
  top: 25%;
  border-radius: 50%;
}

.one-person-section h3 {
  font: normal normal normal 25px/35px var(--rubik);
}

.rural-dev-section p {
  /* padding-right: 20%; */
}

.rural-dev-section h2,
.covid-section h2 {
  font: normal normal normal 35px/45px var(--display);
  margin-bottom: 0.75em;
}

.rural-dev-section h2::after,
.covid-section h2::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--yellowshade);
  display: inline-block;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  margin-left: 0.1em;
}

.rural-dev__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}

.rural-dev__images img {
  width: 350px;
}

.investor-corner-page p:not(#footer p),
.one-person-section ul,
.business-development-page p:not(#footer p),
.criticare-range-page p:not(#footer p) {
  font: normal normal normal 16px/24px Rubik;
}

.initiative-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 2px solid var(--darkgreen);
  padding-top: 40px;
}

.initiative-box {
  width: 45%;
}

.initiative-box h2 {
  font: normal normal normal 35px/55px var(--display);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}

.initiative-box img {
  margin-bottom: 1em;
  max-width: 350px;
  margin-top: 20px;
}

.initiative-box h2::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--yellowshade);
  display: inline-block;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  margin-left: 0.1em;
}

.investor-corner-page .grex .slick-next,
.investor-corner-page .grex .slick-prev {
  background-color: var(--yellowshade);
}

.business-dev-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  gap: 40px;
}

.business-dev-icons p {
  text-align: center !important;
}

.business-dev-icons div {
  /* padding: 1em; */
  width: 22%;
}

.business-dev-icons img {
  width: 60px;
  /* height: 40px; */
}

.business-dev-icons hr {
  background-color: var(--yellowshade);
  height: 2px;
  width: 70%;
}

.business-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.business-stats h3 {
  width: 45%;
  margin-right: auto;
}

.business-stats .stat span {
  font: normal normal bold 60px/75px var(--rubik);
  display: inline-block;
  color: #fff !important;
}

.business-stats .stat {
  color: #ffffff;
  text-align: center;
  width: 15%;
}

.business-stats .stat p {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.discover-products {
  color: white;
  background-size: cover;
  padding-right: 0%;
}
.wd_50{
  width: 50%;
}



.discover-products h3 {
  color: white;
}

.discover-products h3::after {
  display: none;
}

.criticare-range-page .meet-leadership h3 {
  line-height: 50px;
  width: 85%;
}

.criticare-range-page .yellow-list ul {
  list-style-position: inside;
}

.criticare-range-page .yellow-list li {
  /* color: gray; */
}

.yellow-list li {
  font-size: 16px;
}

.criticare-range-page .yellow-list li::marker {
  content: "";
  display: none;
}

.criticare-range-page .yellow-list li::before {
  content: "";
  display: inline-block;
  background-color: var(--yellowshade);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 0.5em;
  opacity: 1;
  top: -1px;
  position: relative;
}

.criticare-range-slider {
  padding: 0 2em;
}

.criticare-range-slider .slick-slide {
  width: 200px;
  height: 200px;
  margin-right: 2em;
  -o-object-fit: contain;
  object-fit: contain;
}

.greenhr {
  background: #00973d;
  height: 1px;
  width: 92%;
}

.product-intralinks {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  cursor: pointer;
  vertical-align: middle;
}

.product-intralinks a {
  border: 1px solid #4e4e4e;
  padding: 1em;
  color: #4e4e4e;
  -ms-flex-preferred-size: 19.5%;
  flex-basis: 19.5%;
  text-align: center;
  margin-bottom: 1em;
  vertical-align: middle;
  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;
}

.product-intralinks a:focus:active {
  color: var(--darkgreen);
  border: 1px solid var(--darkgreen);
}

.brand-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.brand-grid img {
  width: 20%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slick-track {
  margin: 0;
}

#video-trigger {
  position: absolute;
  left: 45%;
  top: 45%;
  width: 60px;
  background-color: #00000050;
  border-radius: 50%;
}

.sitemap h3 {
  font-size: 24px;
  font-family: "ivypresto-display";
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 1em;
  margin-top: 40px;
}

.sitemap h3+ul {
  list-style-type: none;
}

.sitemap h3+ul>li {
  margin-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid lightgrey;
  width: 80%;
}

.sitemap h3+ul>li>a {
  font-size: 16px;
  font-family: var(--rubik);
  color: var(--blackno);
}

.sitemap h3+ul>li>a:hover {
  color: var(--darkgreen);
}

.overlay-parent {
  position: fixed;
  z-index: 100000;
}

#overlay-menu {
  background-color: white;
  height: 100%;
  width: 40vw;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  -webkit-animation: fadeInRight 0.4s;
  animation: fadeInRight 0.4s;
}

.overlay-bg {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #87878750;
}

#overlay-menu.open {
  display: block;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide p {
  text-align: left;
}

.justx p,
p,
.bigx,
.mediumx {
  text-align: left;
}

.custom-select__dropdown {
  overflow-y: auto;
  width: 100%;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
  width: 100%;
}

.blog-content {
  line-height: 1.4;
  font-size: 16px;
}

.blog-content p {
  margin-bottom: 20px;
}

.blog-content ol,
.blog-content ul {
  list-style-position: inside;
}

.business-dev-icons p {
  text-align: center;
}

.table>thead>tr>th {
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
}

.modal-body {
  overflow: auto;
}

.countries ul li:first-child {
  margin-top: 0;
}

.criticare-range-slider .slick-slide {
  padding: 0 60px 0 0;
}

.mmxg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 50px;
}

.repository_body [type="radio"]:checked,
.repository_body [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.repository_body [type="radio"]:checked+label,
.repository_body [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 22px;
  font-family: "ivypresto-display";
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: #666;
  vertical-align: middle;
  top: -4px;
  text-transform: unset;
}

.repository_body [type="radio"]:checked+label:before,
.repository_body [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--yellowshade);
  border-radius: 100%;
  background: #fff;
}

.repository_body [type="radio"]:checked+label:after,
.repository_body [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--yellowshade);
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.repository_body [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.repository_body [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-intralinks.gutter a {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.product-intralinks.gutter a:hover {
  background: #00973d;
  border-color: #00973d;
  color: #fff;
}

.logo.slider img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.select-type-prod {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-type-prod>div label {
  font-family: 'Rubik' !important;
  font-size: 14px !important;
  font-weight: 600;
  color: #000 !important;
  position: relative;
  top: 20px;
}

.select-type-prod [type="radio"]:checked+label:before,
.select-type-prod [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  border: 1px solid #555;
  border-radius: 100%;
  background: #fff;
}

.select-type-prod [type="radio"]:checked+label:after,
.select-type-prod [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #555;
  position: absolute;
  top: 0px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.download-csv {
  float: right;
  position: relative;
  background: #ffff;
  border: 1px solid #00a65b;
  outline: none;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;

}


table {
  min-width: 100%;
}

.bod-ls-cg .active {
  background: unset !important;
}

.brand-gridx {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.brand-gridx p {
  text-align: center !important;
  margin-top: 14px;
  font-size: 14px !important;
}

.brand-gridx img {
  max-width: 210px;
  max-height: 210px;
}




.repository_body .custom-select {
  display: none;
}

.inner ul.dropdown-menu {
  max-height: 200px;
}

button.btn.dropdown-toggle.btn-default.bs-placeholder {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

button.btn.dropdown-toggle.btn-default.bs-placeholder:focus {
  outline: none !important;
}

span.bs-caret {
  display: none;
}


.business-development-page .stat p {
  text-align: center !important;
}

.bod-item a {
  display: none;
}

.bod-item .gg-hr {
  display: none;
}


.bod-ls .active .member-image+div+h3 {
  color: var(--pcolor);
}


.tabproslider-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tabproslider-grid>div {
  -webkit-box-shadow: 0 0 20px 1px #1112 !important;
  box-shadow: 0 0 20px 1px #1112 !important;
  padding: 20px !important;
  margin: 0 !important;
}

.marker.asia-pacific .countries,
.marker.australia .countries {
  left: unset !important;
  right: 120% !important;
}
.new_table_roha {
  overflow-x: auto;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.marker{
-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.marker:hover {
  /*animation-name: bounce;
  -moz-animation-name: bounce;
  transition: 0.3s ease-in-out;*/
}
.marker:before {
  position: absolute;
  content: "";
  display: block;
  background: #fff0;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 0;
}

.sitemap .lp-head h1 {
  margin-bottom: 0px;
}

/* .corporate-governanace bod-item a {
  display: none;
} */

.count.percent {
  color: #00973d !important;
}

body.acc-pg {
  padding-top: 60px;
}

body.acc-pg td, body.acc-pg th {
  padding: 6px 8px;
}

/* body.acc-pg div.max-box.gutter > div > div:nth-child(1) {
  overflow: auto;
} */

body > div.wrapper > main > div:nth-child(7) > div > div > div.cmn_para > a:nth-child(3) {
  display: none;
}

.acc-pg table ul, .acc-pg table ol, .acc-pg table li {
  list-style: inherit;
}

.acc-pg table ul, .acc-pg table ol {
  padding-left: 20px;
}

.acc-pg table tr th,
.acc-pg table tr td {
  text-align: left !important;
}
.new_table_roha{
  margin-top: 20px;
}
.new_table_roha table tr td {
  font-family: var(--rubik);
  font-size: 13px;
  font-weight: 400;
  color: #161616;
  line-height: 17px;
  margin-bottom: 0;
  padding: 5px 0px;
}
.new_table_roha table tr td ul li{
  padding: 3px 0px;
}
.res_link{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:40px;
}
.res_link_main>ul>li>a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}
.res_link_div>ul>li>a {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: var(--white);
}
.res_link_div{
  padding-left: 20px;
}
.res_link_main>ul>li>a:hover {
  text-decoration: none;
  color: var(--yellowshade);
}
.res_link_div>ul>li>a:hover {
  text-decoration: none;
  color: var(--yellowshade);
}

.product-intralinks.gutter a.active {
  background: #00973d;
  color: #fff;
  border: #00973d;
}
.new_head:after{
  display:none !important;
}
.new_head{
  display: block !important;
}
.new_head span{
  width: 8px;
  height: 8px;
  background-color: var(--yellowshade);
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 4px;
}

#filter-icon{
    cursor: pointer;
    position: fixed;
    bottom: 1%;
    right: 1%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    background: #00973d;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.first_button {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}



section.thankyou.mtop {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.thankyou_main{
  text-align: center;
}
.thankyou_main h1{
  font-size: 60px;
    line-height: 1.2;
    color: #00973d;
    font-weight: 400;
    margin-bottom: 10px;
}
.thankyou_main p{
  font-size: 18px;
  color: var(--black);
  line-height: 1.2;
  padding-bottom: 40px;
}
.thankyou_main i{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #00973d;
  color: #00973d;
  border-radius: 23px;
  margin-bottom: 20px;
}
.thankyou_main a{
  color: #fff;
  background: var(--yellowshade);
  padding: 14px 45px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.hode{
    display:none;
}
.close_btn{
    display:none;
}
.mob-modal-body{
      background-color: #00973d;
      color:#FFFFFF;
}
.mob-modal-list{
    cursor:pointer;
}
.mob-modal{
    top:26%;
    padding: 80px;
}
.mobile-view{
    display:none;
}
.desktop-view{
    display:block;
}
.mob-text{
    display:none;
}
.default-map{
    transform: translate(-100%, -100%);
    left:-25% !important;
}
.btn{
    cursor: pointer;
    background: #00a65b;
    color: white;
    font-family: var(--rubik);
    width: max-content;
}
.btn a{
    color: white;
}

.audio-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.audio-wrap audio {
  flex: 1;
}
.new_cat_main {
  display: flex;
  gap:20px;
}
.selecotr-item{
  position:relative;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.selector-item_radio{
  appearance:none;
  display:none;
}
.selector-item_label{
  position:relative;
  width: fit-content;
    height: fit-content;
    padding: 10px 20px !important;
  text-align:center;
  line-height:400%;
  font-weight:900;
  transition-duration:.5s;
  transition-property:transform, color, box-shadow;
  transform:none;
  border: 1px solid #00973d !important;
  background-color: #fff0 !important;
  color: #00973d !important;
  font-family: 'Rubik' !important;
  font-size: 15px !important;
}
.selector-item_label:before{
  display: none;
}
.selector-item_label:after{
  display: none;
}
.selector-item_radio:checked + .selector-item_label{
  background-color:#00973d !important;
  color:#fff !important;
}
.new_cat h3{
  margin: 20px 0px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}