@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontAwesome";
  src: local("fontawesome"), url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: local("fontawesome"), url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .container {
    max-width: 1170px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991.5px) {
  .container {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}

strong {
  font-weight: 700;
}

.mainWrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991.5px) {
  .mainWrapper {
    flex-direction: column;
  }
}
.mainWrapper h2 {
  font-family: "Raleway", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 36px);
  line-height: clamp(30px, 5vw, 42px);
  color: #0051a3;
  padding-bottom: 16px;
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 28px;
}
.mainWrapper h3 {
  font-size: clamp(24px, 5vw, 28px);
  line-height: clamp(28px, 5vw, 32px);
  color: #303030;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.mainWrapper h4 {
  font-size: clamp(18px, 5vw, 20px);
  line-height: clamp(22px, 5vw, 24px);
  color: #303030;
  font-weight: 700;
}
.mainWrapper p {
  font-family: "Raleway", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #303030;
  margin-bottom: 20px;
}
.mainWrapper p:last-child {
  margin-bottom: 0px;
}
.mainWrapper a {
  text-decoration: none;
}
.mainWrapper .mainLeft {
  width: 30%;
  position: relative;
}
@media only screen and (max-width: 991.5px) {
  .mainWrapper .mainLeft {
    width: 100%;
  }
}
.mainWrapper .mainLeft .LeftSticky {
  width: 100%;
  max-width: 343px;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1200px) {
  .mainWrapper .mainLeft .LeftSticky {
    max-width: 300px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait) {
  .mainWrapper .mainLeft .LeftSticky {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991.5px) {
  .mainWrapper .mainLeft .LeftSticky {
    max-width: 100%;
  }
}
.mainWrapper .mainLeft .is-sticky {
  position: fixed;
  top: 90px;
  z-index: 1;
}
@media only screen and (max-width: 991.5px) {
  .mainWrapper .mainLeft .is-sticky {
    position: relative;
  }
}
.mainWrapper .mainLeft .stop-sticky {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 999;
}
@media only screen and (max-width: 991.5px) {
  .mainWrapper .mainLeft {
    position: relative;
  }
}
.mainWrapper .mainRight {
  width: 66%;
}
@media only screen and (max-width: 991.5px) {
  .mainWrapper .mainRight {
    width: 100%;
  }
}
.mainWrapper .mainRight .innerContantWrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media all and (max-width: 768.9px) {
  .mainWrapper .mainRight .innerContantWrapper {
    flex-direction: column;
  }
}
.mainWrapper .mainRight .innerContantWrapper img {
  border-radius: 20px;
}
.mainWrapper .mainRight .innerContantWrapper .innerContentLeft {
  width: 48%;
}
@media all and (max-width: 768.9px) {
  .mainWrapper .mainRight .innerContantWrapper .innerContentLeft {
    width: 100%;
  }
}
.mainWrapper .mainRight .innerContantWrapper .innerContentRight {
  width: 48%;
  text-align: center;
}
@media all and (max-width: 768.9px) {
  .mainWrapper .mainRight .innerContantWrapper .innerContentRight {
    width: 100%;
  }
}
.mainWrapper .mainRight .innerContantWrapper .innerContentRight span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}
.mainWrapper .mainRight .innerContantWrapper .innerContentRight img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  height: auto;
}
@media all and (max-width: 768.9px) {
  .mainWrapper .mainRight .innerContantWrapper .innerContentRight img {
    width: 100%;
    margin-top: 20px;
  }
}
.mainWrapper .mainRight .innerContantWrapper .innerContentRight img ul li {
  line-height: 24px;
  position: relative;
  margin-bottom: 5px;
}
.mainWrapper .mainRight .innerContantWrapper img {
  border-radius: 20px;
  height: auto;
}

/*Contact Banner*/
.contactCtaBanner {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  height: auto;
  background: linear-gradient(270deg, #94b909 0%, #1872b1 57%, #03247e 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 30px 0px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991.5px) {
  .contactCtaBanner {
    flex-direction: column;
  }
}
.contactCtaBanner h4 {
  color: #fff;
}
@media all and (max-width: 575px) {
  .contactCtaBanner h4 {
    margin-bottom: 15px;
  }
}
.contactCtaBanner .ctaContentWrapper {
  width: 70%;
}
@media only screen and (max-width: 991.5px) {
  .contactCtaBanner .ctaContentWrapper {
    width: 100%;
  }
}
.contactCtaBanner .ctaWrapper {
  width: 27%;
}
@media only screen and (max-width: 991.5px) {
  .contactCtaBanner .ctaWrapper {
    width: 100%;
  }
}

/*CTA*/
.defaultCTA {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 220px;
  height: 49px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  font-family: "Raleway", serif;
  font-weight: 600;
  font-size: clamp(18px, 5vw, 20px);
  line-height: clamp(22px, 5vw, 24px);
}
.defaultCTA::after {
  content: "";
  background: url(../images/arrow-right-blue.svg) no-repeat center right;
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 20px;
}
.defaultCTA:hover {
  background-color: #0051a3;
  color: #fff;
}
.defaultCTA:hover::after {
  filter: brightness(0) invert(1);
}

.primarytCTA {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 220px;
  height: 49px;
  background: #0051a3;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  font-family: "Raleway", serif;
  font-weight: 600;
  font-size: clamp(18px, 5vw, 20px);
  line-height: clamp(22px, 5vw, 24px);
  color: #fff;
}
.primarytCTA::after {
  content: "";
  background: url(../images/arrow-right-blue.svg) no-repeat center right;
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 20px;
  filter: brightness(0) invert(1);
}
.primarytCTA:hover {
  background-color: #fff;
  color: #0051a3;
}
.primarytCTA:hover::after {
  filter: none;
}

.secondarytCTA {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 220px;
  height: 49px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  font-family: "Raleway", serif;
  font-weight: 600;
  font-size: clamp(18px, 5vw, 20px);
  line-height: clamp(22px, 5vw, 24px);
}
.secondarytCTA::after {
  content: "";
  background: url(../images/arrow-right-blue.svg) no-repeat center right;
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 20px;
}
.secondarytCTA:hover {
  background-color: #d4d441;
  color: #0051a3;
}

a.secondarytCTA {
  color: #0051a3 !important;
  text-decoration: none;
}
a.secondarytCTA:hover {
  text-decoration: none !important;
}

/*Left Navigation*/
.leftNavigationWrapper {
  min-height: 250px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .leftNavigationWrapper {
    min-height: 326px;
  }
}
@media all and (max-width: 575px) {
  .leftNavigationWrapper {
    min-height: 353px !important;
  }
}
.leftNavigationWrapper ul {
  padding-left: 0px;
}
.leftNavigationWrapper ul ul {
  display: none;
}
.leftNavigationWrapper ul li.active {
  background: #d4d441;
  border: 1px solid rgba(192, 192, 192, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.leftNavigationWrapper ul li.active > ul {
  display: block;
  padding: 15px 15px 15px 25px;
  box-sizing: border-box;
  max-height: 280px;
  overflow: hidden;
  overflow-y: auto;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .leftNavigationWrapper ul li.active > ul {
    max-height: 200px;
  }
}
.leftNavigationWrapper ul li.active > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.leftNavigationWrapper ul li.active > ul::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.leftNavigationWrapper ul li.active > ul::-webkit-scrollbar-thumb {
  background-color: #0051a3;
  border: 1px solid #dadada;
}
.leftNavigationWrapper ul li.active > ul li {
  padding-left: 20px;
  margin-bottom: 11px;
  position: relative;
  line-height: 20px;
  text-transform: lowercase;
  margin-top: 10px;
}
.leftNavigationWrapper ul li.active > ul li::first-letter {
  text-transform: uppercase;
}
.leftNavigationWrapper ul li.active > ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #4b4b4b;
  position: absolute;
  left: 0px;
  top: 6px;
}
.leftNavigationWrapper ul li.active > ul li:last-child {
  margin-bottom: 0px;
}
.leftNavigationWrapper ul li.active > ul li a {
  color: #000;
}
.leftNavigationWrapper ul li.active > ul li ul {
  display: contents;
  margin: 15px 0px;
  position: relative;
}
.leftNavigationWrapper ul li.active > a.NavBtn {
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  background: #fff;
  width: 100%;
  min-height: 57px;
  padding: 8x 40px 8px 20px;
  box-sizing: border-box;
  display: table;
  color: #0051a3;
  font-family: "Raleway", serif;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  border: 1px solid #0051a3;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .leftNavigationWrapper ul li.active > a.NavBtn {
    font-size: 14px;
    line-height: 20px;
    height: 47px;
  }
}
.leftNavigationWrapper ul li.active > a.NavBtn span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700 !important;
}
.leftNavigationWrapper ul li.active > a.NavBtn::after {
  content: "";
  background: url(../images/left-nav-minus-blue.svg) no-repeat center right;
  background-size: 37px;
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
}
.leftNavigationWrapper ul li.active a.active {
  font-weight: 700;
  font-style: italic;
}
.leftNavigationWrapper ul li.active > a.NavBtn {
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  background: #fff;
  width: 100%;
  min-height: 57px;
  padding: 8x 40px 8px 20px;
  box-sizing: border-box;
  display: table;
  color: #0051a3;
  font-family: "Raleway", serif;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  border: 1px solid #0051a3;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .leftNavigationWrapper ul li.active > a.NavBtn {
    font-size: 14px;
    line-height: 20px;
    height: 47px;
  }
}
.leftNavigationWrapper ul li.active > a.NavBtn span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700 !important;
}
.leftNavigationWrapper ul li.active > a.NavBtn::after {
  content: "";
  background: url(../images/left-nav-minus-blue.svg) no-repeat center right;
  background-size: 37px;
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
}
.leftNavigationWrapper ul li {
  cursor: pointer;
  list-style: none;
  background-image: none;
  padding: 0px;
  margin-bottom: 8px;
  background: none;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .leftNavigationWrapper ul li {
    margin-bottom: 4px;
  }
}
.leftNavigationWrapper ul li:last-child {
  margin-bottom: 0px;
}
.leftNavigationWrapper ul li > a.NavBtn {
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  background: linear-gradient(90deg, #008b9a 0%, #0051a3 73.83%);
  width: 100%;
  min-height: 57px;
  padding: 8px 40px 8px 20px;
  box-sizing: border-box;
  display: table;
  color: #fff;
  font-family: "Raleway", serif;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  border: 1px solid #0051a3;
}
.leftNavigationWrapper ul li > a.NavBtn span {
  vertical-align: middle;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 38px;
}
.leftNavigationWrapper ul li > a.NavBtn:hover {
  color: #0051a3;
  background: #fff;
  border: 1px solid #0051a3;
}
.leftNavigationWrapper ul li > a.NavBtn:hover::after {
  content: "";
  background: url(../images/left-nav-minus-blue.svg) no-repeat center right;
  background-size: 37px;
  width: 37px;
  height: 37px;
  display: flex;
  position: absolute;
  right: 10px;
  top: 6px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .leftNavigationWrapper ul li > a.NavBtn {
    font-size: 14px;
    min-height: 47px;
  }
}
.leftNavigationWrapper ul li > a.NavBtn::after {
  content: "";
  background: url(../images/left-nav-plus.svg) no-repeat center right;
  background-size: 37px;
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
}
.leftNavigationWrapper ul li.no-child {
  background: none;
  border: none;
  min-height: auto !important;
  padding-bottom: 0px;
}
.leftNavigationWrapper ul li.no-child a.NavBtn::after {
  display: none;
}

/*Flyer Section*/
.downloadFlyerSection {
  background: #dadada;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .downloadFlyerSection {
    margin-top: 0px;
  }
}
.downloadFlyerSection img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 80px;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
  .downloadFlyerSection img {
    max-width: 80px;
  }
}
.downloadFlyerSection h4 {
  font-family: "Raleway", serif;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 18px;
  text-align: left;
  color: #303030 !important;
}
@media all and (min-width: 1920px) {
  .downloadFlyerSection h4 {
    text-align: center;
    font-size: clamp(18px, 5vw, 20px) !important;
    line-height: clamp(22px, 5vw, 24px) !important;
  }
}
.downloadFlyerSection a {
  margin: 0 auto;
  margin-top: 10px;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
  .downloadFlyerSection a {
    margin-top: 20px;
  }
}
.downloadFlyerSection .flyerInner {
  width: 100%;
  height: auto;
  display: flex;
  gap: 10px;
}
@media all and (min-width: 1920px) {
  .downloadFlyerSection .flyerInner {
    display: flex;
    flex-direction: column;
  }
}

/*Progrss Bar*/
.progressContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.progressContainer .progressBar {
  height: 5px;
  background: #94b909;
  transition: width 0.2s ease-in-out;
}

/*Offer section*/
.offerWrapper {
  width: 100%;
  height: auto;
  padding: 50px 30px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #0051a3 47.2%, #008b9a 121.04%);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 50px 0px;
  color: #fff;
}
.offerWrapper.offerWrapper_gray {
  background: #eeeded;
}
.offerWrapper h2 {
  font-family: "Raleway", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 36px);
  line-height: clamp(30px, 5vw, 42px);
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  border: none;
}
.offerWrapper p {
  color: #fff;
}
.offerWrapper p a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.offerWrapper p a:hover {
  text-decoration: underline;
}
.offerWrapper img {
  border-radius: 20px;
  height: auto;
}
@media all and (max-width: 575px) {
  .offerWrapper img {
    margin-bottom: 20px;
  }
}
.offerWrapper .offerinnerWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 991.5px) {
  .offerWrapper .offerinnerWrapper {
    flex-direction: column;
  }
}
.offerWrapper .offerinnerWrapper .offerLeft {
  width: 52%;
}
@media only screen and (max-width: 991.5px) {
  .offerWrapper .offerinnerWrapper .offerLeft {
    width: 100%;
  }
}
.offerWrapper .offerinnerWrapper .offerRight {
  width: 43%;
}
@media only screen and (max-width: 991.5px) {
  .offerWrapper .offerinnerWrapper .offerRight {
    width: 100%;
  }
}
.offerWrapper .offerinnerWrapper .offerBox {
  width: 32%;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
}
@media only screen and (max-width: 991.5px) {
  .offerWrapper .offerinnerWrapper .offerBox {
    width: 100%;
    min-height: auto;
  }
}
.offerWrapper .offerinnerWrapper .offerBox:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 991.5px) {
  .offerWrapper .offerinnerWrapper .offerBox:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.offerWrapper .offerinnerWrapper .offerBox ul {
  padding-left: 0px;
}
.offerWrapper h3 {
  color: #fff;
}
.offerWrapper h4 {
  color: #fff;
}
.offerWrapper ul li {
  background-image: none;
  line-height: 24px;
  position: relative;
  margin-bottom: 5px;
}
.offerWrapper ul li::before {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0px;
  top: auto;
  margin-top: 5px;
}
.offerWrapper ul li ul li {
  position: relative;
}
.offerWrapper ul li ul li::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  top: auto;
  margin-top: 5px;
}
.offerWrapper ul li.tick::before {
  content: "";
  width: 15px;
  height: 11px;
  background: url(../images/check-white-tick.png) no-repeat;
  border-radius: 0;
}
.offerWrapper .text-yellow {
  color: #e7dc1e;
  margin-bottom: 0px;
  margin-top: 15px;
  font-size: 20px;
}
.offerWrapper .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; /* Adjust spacing between dots if needed */
  position: absolute;
  bottom: -40px !important; /* Adjust if needed */
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  width: auto; /* Ensures it doesn’t stretch */
}
.offerWrapper .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.offerWrapper .owl-theme .owl-dots .owl-dot.active span,
.offerWrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #223268;
}
.offerWrapper .owl-carousel .item .innerContantWrapper {
  width: 90% !important;
  margin: 0 auto;
  margin-bottom: 15px;
}
.offerWrapper .owl-carousel .owl-nav {
  visibility: visible !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.offerWrapper .owl-carousel .owl-nav button {
  border-radius: 50%;
  border: 2px solid #223268 !important;
  width: 36px;
  height: 36px;
  color: #223268;
}
.offerWrapper .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -20px !important;
}
.offerWrapper .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -20px !important;
}
.offerWrapper .owl-carousel .owl-nav button.disabled {
  visibility: hidden !important;
}
.offerWrapper .owl-carousel .owl-nav button i {
  color: #223268 !important;
}

.specialitiesWrapper h2 {
  text-align: center;
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.specialitiesWrapper h3 {
  font-size: clamp(20px, 5vw, 22px);
  line-height: clamp(24px, 5vw, 28px);
}
.specialitiesWrapper .specialitiesServices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
.specialitiesWrapper .specialitiesServices .servicesBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(33.33% - 25px);
  flex: 1 1 calc(33.33% - 25px);
  box-sizing: border-box;
}
@media only screen and (max-width: 991.5px) {
  .specialitiesWrapper .specialitiesServices .servicesBox {
    max-width: calc(50% - 25px);
    flex: 1 1 calc(50% - 25px);
  }
}
@media all and (max-width: 575px) {
  .specialitiesWrapper .specialitiesServices .servicesBox {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.specialitiesWrapper .specialitiesServices .servicesBox img {
  height: 90px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.specialitiesWrapper .specialitiesServices .servicesBox p {
  text-align: center;
}

/*Broad Field*/
.broadFieldWrapper {
  position: relative;
  width: 100%;
  height: 510px;
  max-width: 769px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.broadFieldWrapper .boardBox {
  box-sizing: border-box;
  width: 420px;
  height: 420px;
  border: 2px solid #008b9a;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.broadFieldWrapper .boardBox h4 {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 29px;
  text-align: center;
  color: #0051a3;
  max-width: 228px;
}
.broadFieldWrapper .boardBox a {
  color: #303030 !important;
}
.broadFieldWrapper .boardBox .smallCircel {
  width: 74px;
  height: 74px;
  border-radius: 37px;
  display: block;
  border-color: #0051a3;
  border-width: 1px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.broadFieldWrapper .boardBox .smallCircel:hover {
  background: linear-gradient(90deg, #0051a3 47.2%, #008b9a 121.04%);
}
.broadFieldWrapper .boardBox .smallCircel:hover img {
  filter: brightness(0) invert(1);
}
.broadFieldWrapper .boardBox .shape-1 {
  position: absolute;
  top: -35px;
  left: 47%;
}
.broadFieldWrapper .boardBox .shape-1::after {
  content: "Microbiome-based therapeutics";
  display: block;
  position: absolute;
  width: 170px;
  text-align: center;
  font-weight: 700;
  top: -47px;
  line-height: 20px;
}
.broadFieldWrapper .boardBox .shape-2 {
  position: absolute;
  top: 0px;
  left: 70%;
}
.broadFieldWrapper .boardBox .shape-2::after {
  content: "Addressing biofilm challenges";
  display: block;
  position: absolute;
  width: 147px;
  text-align: left;
  font-weight: 700;
  top: -5px;
  line-height: 20px;
  left: 87px;
}
.broadFieldWrapper .boardBox .shape-3 {
  position: absolute;
  top: 73px;
  left: 85%;
}
.broadFieldWrapper .boardBox .shape-3::after {
  content: "Accelerating microbial testing";
  display: block;
  position: absolute;
  width: 147px;
  text-align: left;
  font-weight: 700;
  top: 11px;
  line-height: 20px;
  left: 87px;
}
.broadFieldWrapper .boardBox .shape-4 {
  position: absolute;
  top: 168px;
  left: 91%;
}
.broadFieldWrapper .boardBox .shape-4::after {
  content: "Single-cell microbiology";
  display: block;
  position: absolute;
  width: 147px;
  text-align: left;
  font-weight: 700;
  top: 11px;
  line-height: 20px;
  left: 87px;
}
.broadFieldWrapper .boardBox .shape-5 {
  position: absolute;
  top: 262px;
  left: 86%;
}
.broadFieldWrapper .boardBox .shape-5::after {
  content: "Real-time environmental monitoring";
  display: block;
  position: absolute;
  width: 112px;
  text-align: left;
  font-weight: 700;
  top: 11px;
  line-height: 20px;
  left: 87px;
}
.broadFieldWrapper .boardBox .shape-6 {
  position: absolute;
  top: 339px;
  left: 71%;
}
.broadFieldWrapper .boardBox .shape-6::after {
  content: "Biologics and gene therapy testing";
  display: block;
  position: absolute;
  width: 148px;
  text-align: left;
  font-weight: 700;
  top: 34px;
  line-height: 20px;
  left: 87px;
}
.broadFieldWrapper .boardBox .shape-7 {
  position: absolute;
  bottom: -34px;
  left: 48%;
}
.broadFieldWrapper .boardBox .shape-7::after {
  content: "Ai-driven microbial Insights";
  display: block;
  position: absolute;
  width: 140px;
  text-align: left;
  font-weight: 700;
  top: 84px;
  line-height: 20px;
  left: 28px;
}
.broadFieldWrapper .boardBox .shape-8 {
  position: absolute;
  bottom: -22px;
  left: 23%;
}
.broadFieldWrapper .boardBox .shape-8::after {
  content: "Next-gen anti-infective models";
  display: block;
  position: absolute;
  width: 130px;
  text-align: center;
  font-weight: 700;
  top: 84px;
  line-height: 20px;
  left: -31px;
}
.broadFieldWrapper .boardBox .shape-9 {
  position: absolute;
  bottom: 35px;
  left: 3%;
}
.broadFieldWrapper .boardBox .shape-9::after {
  content: "Combating antimicrobial resistance (AMR)";
  display: block;
  position: absolute;
  width: 139px;
  text-align: right;
  font-weight: 700;
  top: 11px;
  line-height: 20px;
  left: -152px;
}
.broadFieldWrapper .boardBox .shape-10 {
  position: absolute;
  bottom: 126px;
  left: -8%;
}
.broadFieldWrapper .boardBox .shape-10::after {
  content: "Personalized medicine application";
  display: block;
  position: absolute;
  width: 112px;
  text-align: right;
  font-weight: 700;
  top: 11px;
  line-height: 20px;
  left: -124px;
}
.broadFieldWrapper .boardBox .shape-11 {
  position: absolute;
  bottom: 225px;
  left: -7%;
}
.broadFieldWrapper .boardBox .shape-11::after {
  content: "Regulatory advisory services";
  display: block;
  position: absolute;
  width: 137px;
  text-align: right;
  font-weight: 700;
  top: 11px;
  line-height: 20px;
  left: -151px;
}
.broadFieldWrapper .boardBox .shape-12 {
  position: absolute;
  bottom: 311px;
  left: 4%;
}
.broadFieldWrapper .boardBox .shape-12::after {
  content: "Sustainability in microbiology";
  display: block;
  position: absolute;
  width: 130px;
  text-align: right;
  font-weight: 700;
  top: 11px;
  line-height: 20px;
  left: -151px;
}
.broadFieldWrapper .boardBox .shape-13 {
  position: absolute;
  bottom: 361px;
  left: 23%;
}
.broadFieldWrapper .boardBox .shape-13::after {
  content: "Redefining the future of pharmaceutical microbiology";
  display: block;
  position: absolute;
  width: 230px;
  text-align: right;
  font-weight: 700;
  top: -23px;
  line-height: 20px;
  left: -232px;
}
@media all and (max-width: 768.9px) {
  .broadFieldWrapper {
    display: none;
  }
}

.boardBoxContent {
  margin-top: 30px;
}
.boardBoxContent .active strong {
  color: #0051a3;
  text-shadow: -3px 2px 4px #ccc;
  font-weight: 900;
}
.boardBoxContent .row {
  margin-bottom: 30px;
}
.boardBoxContent .row:last-child {
  border-bottom: none;
}

.whyNewSection {
  margin: 50px 0px;
  padding: 50px 0px;
  background-color: #f5f5f5;
}
.whyNewSection ul li {
  margin-bottom: 30px;
  position: relative;
  line-height: 20px;
  background: none;
}
.whyNewSection ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #4b4b4b;
  position: absolute;
  left: 0px;
  top: 6px;
}
.whyNewSection ul li:last-child {
  margin-bottom: 0px;
}
.whyNewSection .badgeBox {
  width: 100%;
  height: auto;
  min-height: 265px;
  margin: 0 auto;
  text-align: center;
}
.whyNewSection .badgeBox h4 {
  font-size: 28px !important;
  color: #223268;
  font-weight: bold !important;
  margin-top: 10px;
  margin-bottom: 6px;
}
.whyNewSection .badgeBox .badgeCircel {
  width: 134px;
  height: 134px;
  background: linear-gradient(240deg, #94b909 0%, #1872b1 57%, #03247e 100%);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whyNewSection .badgeBox .badgeCircel span {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 40px;
}

/* BioProcess International US West Landing Page */
.topBanner {
  /*DCAT 2025 Banner*/
}
@media all and (max-width: 575px) {
  .topBanner .usWestMainBanner h1 {
    margin-top: 50px !important;
    text-align: left;
  }
}
.topBanner .usWestMainBanner .usWestBannerLogo {
  margin-top: 0px;
  margin-bottom: 50px;
}
.topBanner .usWestMainBanner .usWest .Meet-us-at-Booth-S19 {
  margin-top: 109px;
}
.topBanner .usWestMainBanner .usWest-large {
  width: 100%;
  max-width: 630px;
}
.topBanner .usWestMainBanner .usWest-large .Meet-us-at-Booth-S19 {
  margin-top: 127px;
}
.topBanner .dcatBannerDesc {
  margin-top: 160px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .topBanner .dcatBannerDesc {
    margin-top: 120px;
  }
}
@media all and (max-width: 575px) {
  .topBanner .dcatBannerDesc {
    margin-top: 89px;
  }
}

.clientSpeck a {
  text-decoration: none;
}

.expandColups h3 {
  margin-top: 25px;
  font-size: 28px;
}
.expandColups .Expand h3 {
  margin-top: 0px;
  font-size: 17px;
}

.shortBioInfo p.noFlex a {
  margin-left: 0px !important;
}

.shortInfo .rightPanel h3 {
  margin-top: 25px;
}
.shortInfo .rightPanel h3:first-child {
  margin-top: 0px;
}

.webform-submission-contact-form legend {
  display: none;
}
.webform-submission-contact-form .form-checkbox {
  width: 20px;
  height: 20px;
  float: left;
}
@media all and (max-width: 575px) {
  .webform-submission-contact-form label.option {
    display: inline-block;
    width: 89% !important;
    float: left;
  }
}

.bannerSec {
  margin-top: 128px;
  transition: all 0.3s ease;
  height: 490px;
}
@media all and (max-width: 575px) {
  .bannerSec {
    margin-top: 101px;
  }
}
.bannerSec .banner .awardBanner {
  max-width: 580px !important;
}
.bannerSec .banner .awardBanner h1 {
  font-size: 30px !important;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
}
.bannerSec .banner .awardBanner p {
  font-weight: normal;
  max-width: 440px;
  line-height: 23px;
  margin-top: 10px;
}
.bannerSec .banner .awardBanner p strong {
  font-weight: bold;
}

#homeBanner {
  height: 490px;
}
#homeBanner .owl-nav {
  visibility: hidden;
}
#homeBanner img {
  width: 100%;
  height: auto;
}

.banner {
  float: left;
  width: 100%;
  position: relative;
}
.banner .item {
  float: left;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media all and (max-width: 768.9px) {
  .banner .item {
    height: auto;
    min-height: 350px;
  }
}
.banner .item img {
  float: left;
  width: 100%;
  min-height: 350px;
}
@media all and (max-width: 768.9px) {
  .banner .item img {
    height: auto !important;
    min-height: 350px !important;
  }
}

.bannerText {
  float: left;
  width: 100%;
  display: flex;
  height: 100% !important;
  position: absolute;
}
.bannerText .container {
  margin-top: auto;
  margin-bottom: auto;
}
.bannerText h3 {
  font-family: "Raleway", serif;
  font-weight: normal;
  color: #fff;
  font-size: 1.5vw;
  font-size: 30px;
}
.bannerText h2 {
  font-family: "Raleway", serif;
  font-weight: bold;
  color: #fff;
  font-size: 2.6vw;
  font-size: 50px;
  margin: 3px 0 15px 0;
}
.bannerText p {
  font-family: "Raleway", serif;
  font-weight: bold;
  color: #fff;
  font-size: 0.88vw;
  font-size: 18px;
  margin-bottom: 15px;
  text-decoration: none;
}
@media all and (max-width: 575px) {
  .bannerText p {
    font-size: 15px;
  }
}
.bannerText p a {
  font-family: "Raleway", serif;
  font-weight: bold;
  color: #fff;
  font-size: 0.88vw;
  font-size: 18px;
  margin-bottom: 15px;
  text-decoration: none;
}

.newBanner p {
  color: #000;
}
.newBanner p:first-child {
  margin-bottom: 0px;
  font-weight: 500;
}
.newBanner h1 {
  display: inline-block;
  font-family: "Raleway", serif;
  font-weight: bold;
  text-transform: uppercase;
  background: rgb(0, 13, 114);
  background: linear-gradient(90deg, rgb(0, 13, 114) 0%, rgb(12, 140, 157) 50%, rgb(126, 198, 79) 100%);
  color: #fff;
  padding: 0 10px;
}

.newBanner2 p {
  color: #000;
}
.newBanner2 p:first-child {
  margin-bottom: 0px;
  font-weight: 500;
}
.newBanner2 h1 {
  display: inline-block;
  font-family: "Raleway", serif;
  font-weight: bold;
  text-transform: uppercase;
  background: -webkit-linear-gradient(90deg, rgb(0, 13, 114) 0%, rgb(12, 140, 157) 50%, rgb(126, 198, 79) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 0px !important;
}
.newBanner2 h1:first-child {
  margin-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media all and (max-width: 575px) {
  .newBanner2 h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.newBanner3 {
  margin-bottom: 15px;
}
.newBanner3 p {
  color: #fff;
}
.newBanner3 p:first-child {
  margin-bottom: 0px;
  font-weight: 500;
}
.newBanner3 h1 {
  display: inline-block;
  font-family: "Raleway", serif;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media all and (max-width: 575px) {
  .newBanner3 h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.homePageVideoCon img {
  height: auto !important;
}

.PharmaceuticalServices img {
  height: auto !important;
}

@media all and (max-width: 575px) {
  .whyOption {
    align-items: flex-start;
    gap: 25px 70px;
  }
}

.mobileMenu li.last {
  display: none;
}

.resourceTabBody p.pLocation {
  margin-bottom: 10px;
  padding-left: 34px;
  position: relative;
}
.resourceTabBody p.pLocation::before {
  content: "";
  background: url(../images/pin.png) no-repeat center left;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  display: block;
  background-size: 24px;
}

#Pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
li.openMenuClass.servicemainmenu {
  position: relative;
}

li.openMenuClass.servicemainmenu::before {
  content: "";
  position: absolute;
  width: 153px;
  height: 54px;
  right: -42px;
}

.applyNowCon {
  align-items: center;
}
@media all and (max-width: 768.9px) {
  .applyNowCon {
    gap: 25px;
  }
}
.applyNowCon p {
  margin-bottom: 0px;
}
.applyNowCon p a {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 25px;
}

@media all and (max-width: 768.9px) {
  .wideRangeNav ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991.5px) {
  .wideRangeNav ul li {
    min-width: auto !important;
  }
}
@media all and (max-width: 768.9px) {
  .wideRangeNav ul li {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
@media all and (max-width: 768.9px) {
  .wideRangeNav ul li .navText {
    width: 100%;
    display: flex;
  }
}
@media only screen and (max-width: 991.5px) {
  .wideRangeNav ul li a {
    font-size: 18px;
  }
}
@media all and (max-width: 768.9px) {
  .wideRangeNav ul li a {
    color: #000;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .wideRangeNav ul li a {
    font-size: 16px !important;
  }
}
@media all and (max-width: 768.9px) {
  .wideRangeNav ul li:hover a {
    color: #000;
  }
}
@media all and (max-width: 575px) {
  .wideRangeNav ul li::after {
    left: 81% !important;
  }
}
@media only screen and (max-width: 991.5px) {
  .wideRangeNav ul .wideRangeNavContent {
    flex-direction: column;
    padding: 0px;
  }
}
@media only screen and (max-width: 991.5px) {
  .wideRangeNav ul .wideRangeNavContent .wideRangeLeft {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991.5px) {
  .wideRangeNav ul .wideRangeNavContent .wideRangeRight {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 768.9px) {
  .wideRangeNav ul .wideRangeNavContent .wideRangeRight {
    min-height: 300px;
    padding: 20px;
  }
}
@media all and (max-width: 768.9px) {
  .wideRangeNav ul .wideRangeNavContent .wideRangeRight .widerangeServiceWrapper ul li:hover img {
    fill: #000 !important;
    filter: brightness(100) saturate(100%) invert(99%) sepia(94%) saturate(1%) hue-rotate(350deg) brightness(113%) contrast(101%);
  }
  .wideRangeNav ul .wideRangeNavContent .wideRangeRight .widerangeServiceWrapper ul li:hover a {
    color: #000;
  }
}
@media all and (max-width: 768.9px) {
  .wideRangeNav ul .wideRangeNavContent .wideRangeRight .featureOffers ul li {
    background: #fff !important;
    height: auto;
    margin: 0;
  }
}
@media all and (max-width: 575px) {
  .wideRangeNav ul .wideRangeNavContent .wideRangeRight .featureOffers ul li a {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 768.9px) {
  .wideRangeNav ul .wideRangeNavContent .wideRangeRight .featureOffers ul li a:hover {
    color: #000;
  }
}

@media all and (max-width: 575px) {
  .servicetestimonialInner {
    width: 100% !important;
  }
}

@media all and (max-width: 575px) {
  .cuLocation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 768.9px) {
  .OtherServices2 .bannerNav.vtNav {
    right: 10px;
  }
}

@media all and (max-width: 575px) {
  form#webform-submission-contact-add-form-popup {
    margin-top: -10px !important;
  }
}
@media all and (max-width: 575px) {
  form#webform-submission-contact-add-form-popup section#edit-section {
    width: 100% !important;
  }
}
@media all and (max-width: 575px) {
  form#webform-submission-contact-add-form-popup section#edit-rightcaptcha {
    width: 100% !important;
  }
}

.page-services .contactUs .closePopuo {
  display: none;
}

.leadershipTeam .contactUs .closePopuo {
  display: none;
}

.contactOuter .closePopuo {
  display: none;
}

.lpWhyAurigene strong {
  font-weight: 800 !important;
}

@media all and (max-width: 575px) {
  .shortInfo a.knowMore {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 575px) {
  .lpWhyAurigeneServices {
    padding: 30px 0px;
  }
}

.blogContect ol li {
  margin-bottom: 10px;
}
.blogContect ol li:last-child {
  margin-bottom: 0px;
}

@media all and (max-width: 768.9px) {
  .clientSpeakNav .owl-carousel.owl-drag .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 768.9px) {
  .clientSpeakNav .owl-item img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media all and (max-width: 768.9px) {
  .clientSpeakNav ul li {
    width: 170px !important;
    height: 170px !important;
  }
  .clientSpeakNav ul li.active {
    width: 170px !important;
    height: 170px !important;
  }
  .clientSpeakNav ul li.active::after {
    display: none;
  }
}
@media all and (max-width: 768.9px) {
  .clientSpeakNav .owl-stage {
    height: auto;
  }
}

@media all and (max-width: 768.9px) {
  .clientSpeakInfoContainer {
    margin-top: 10px;
  }
}
@media all and (max-width: 768.9px) {
  .clientSpeakInfoContainer .clientSpeakInfo .speackHead {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 768.9px) {
  .clientSpeakInfoContainer .clientSpeakInfo .speackHead h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media all and (max-width: 768.9px) {
  .clientSpeakInfoContainer .clientSpeakInfo .speackHead p span.clientSep {
    display: none;
  }
}

.timeLineMobWrapper {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991.5px) {
  .noExtraItem {
    gap: 10px;
  }
}
@media all and (max-width: 575px) {
  .noExtraItem .item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991.5px) {
  .topBanner.NormalPage {
    position: relative;
  }
}
@media only screen and (max-width: 991.5px) {
  .topBanner.NormalPage::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 81, 163, 0.5) 47.2%, rgba(0, 139, 154, 0.5) 121.04%);
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
}
.topBanner.NormalPage .container {
  z-index: 1;
}

@media all and (max-width: 768.9px) {
  h3.ombudspersonTitle {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 991.5px) {
  .js-form-item.form-item.js-form-type-checkbox.form-item-agree-to-receive-updates.js-form-item-agree-to-receive-updates {
    width: 100% !important;
  }
}
@media all and (max-width: 768.9px) {
  section.contactUs form.whitepaperdownload .js-form-item:nth-child(even) {
    width: 100% !important;
  }
}
@media all and (max-width: 1200px) {
  .esgGoalsSection ul.esgNav {
    gap: 40px;
  }
}
@media all and (max-width: 768.9px) {
  .esgGoalsSection ul.esgNav {
    gap: 10px;
  }
}
@media all and (max-width: 1200px) {
  .esgGoalsSection .esgContentWrapper {
    width: 100%;
    margin-top: 60px;
  }
  .esgGoalsSection .esgContentWrapper .arrow {
    top: -50px;
  }
  .esgGoalsSection .esgContentWrapper .arrow.left-arrow {
    left: auto;
    right: 80px;
  }
  .esgGoalsSection .esgContentWrapper .arrow.right-arrow {
    right: 0;
  }
  .esgGoalsSection .esgContentWrapper .esgSlider {
    width: 100%;
  }
}

@media all and (max-width: 768.9px) {
  .clientSpeckCon .owl-item {
    background: transparent !important;
  }
}
@media all and (max-width: 768.9px) {
  .clientSpeckCon .owl-item .item {
    max-width: 84% !important;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 991.5px) {
  #awardcarousal {
    margin-top: 60px;
  }
}
@media all and (max-width: 575px) {
  #awardcarousal {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991.5px) {
  #awardcarousal .owl-nav {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991.5px) {
  #awardcarousal .owl-nav button.owl-next {
    right: 0px;
  }
}
@media only screen and (max-width: 991.5px) {
  #awardcarousal .owl-nav button.owl-prev {
    left: auto;
    right: 80px;
  }
}

sup,
sub {
  font-size: 14px !important;
}

section.topBanner.pillarBanner.NormalPage {
  height: auto !important;
}

@media all and (max-width: 575px) {
  .cc-window.cc-banner p {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}
@media all and (max-width: 575px) {
  .cc-window.cc-banner a {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}

ul.topMenu > li:first-child a::before {
  content: "";
  width: 144%;
  height: 54px;
  position: absolute;
  left: -20px;
  background: transparent;
}

.lpBannerText p.headText {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  font-family: "Raleway", serif;
  margin-bottom: 15px;
  max-width: 620px;
}
@media all and (max-width: 768.9px) {
  .lpBannerText p.headText {
    font-size: 23px;
  }
}

.customHeadText p {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  font-family: "Raleway", serif;
  max-width: 620px;
}
@media all and (max-width: 768.9px) {
  .customHeadText p {
    font-size: 23px;
  }
}

@media all and (max-width: 575px) {
  #popupModal h3 {
    font-size: 24px;
  }
}
#popupModal .modal-content {
  width: 400px;
}
@media all and (max-width: 575px) {
  #popupModal .modal-content {
    width: 100%;
  }
}
#popupModal .modal-content input#edit-agree-to-privacy-policy {
  width: 20px !important;
  height: 20px !important;
}
#popupModal .modal-content form.webform-submission-add-form .js-form-type-checkbox label {
  width: 90%;
  text-align: left;
}

p.author_des {
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
  color: #000;
}

@media all and (min-width: 1368px) and (max-width: 1600px) {
  .topBanner img {
    min-height: auto;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .topBanner img {
    min-height: auto;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .topBanner img {
    min-height: auto;
  }
}
@media all and (max-width: 1200px) {
  .topBanner img {
    min-height: auto;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .topBanner {
    margin-top: 112px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .topBanner {
    margin-top: 102px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .topBanner {
    margin-top: 102px !important;
  }
}
@media all and (max-width: 1200px) {
  .topBanner {
    margin-top: 102px !important;
  }
}

/*Home Services*/
@media only screen and (max-width: 991.5px) {
  .wideRangeNav ul.wideNavMenu li .navText a {
    color: #fff !important;
  }
}
.wideRangeNav ul.wideNavMenu li#smddmo {
  background-color: #009688 !important;
}
@media only screen and (max-width: 991.5px) {
  .wideRangeNav ul.wideNavMenu li#smddmo .navText a {
    color: #fff !important;
  }
}
.wideRangeNav ul.wideNavMenu li#biolo {
  background-color: #f9ee6a !important;
}
@media only screen and (max-width: 991.5px) {
  .wideRangeNav ul.wideNavMenu li#biolo .navText a {
    color: #000 !important;
  }
}
.wideRangeNav ul .widerangeServiceWrapper ul li {
  background: #fff !important;
  background-color: #fff !important;
}

.imageShape {
  margin-bottom: 20px;
  overflow: hidden;
}
.imageShape .image-wrapper {
  float: right;
  width: 47%;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 30px;
}
.imageShape .image-wrapper.left {
  float: left;
  margin-right: 30px;
  margin-left: 0px;
}
@media all and (max-width: 575px) {
  .imageShape .image-wrapper {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.imageShape p {
  text-align: justify;
}

/*Landing Banner USP Section*/
@media all and (max-width: 575px) {
  .manufactureLpBanner h2 {
    text-align: left !important;
    margin-top: 0px !important;
  }
}
.manufactureLpBanner .manufactureUsp {
  width: 82%;
  justify-content: flex-start;
}
@media all and (max-width: 575px) {
  .manufactureLpBanner .manufactureUsp {
    width: 100%;
  }
}
.manufactureLpBanner .manufactureUsp .item img {
  width: 104px;
  height: auto;
}
@media all and (max-width: 575px) {
  .manufactureLpBanner .manufactureUsp .item img {
    margin: 0px auto -2px auto;
  }
}
.manufactureLpBanner .manufactureUsp p {
  font-size: 20px;
  line-height: 28px;
}
@media all and (max-width: 575px) {
  .manufactureLpBanner .manufactureUsp p {
    font-size: 14px;
    line-height: 18px;
  }
}
.manufactureLpBanner .shift-Left.chemistry {
  margin-left: -56px;
}
@media all and (max-width: 575px) {
  .manufactureLpBanner .shift-Left.chemistry {
    margin-left: 0px;
  }
}
.manufactureLpBanner .downloadCapabilityBtn {
  background: #fff !important;
  border: none !important;
  color: #021e7e !important;
  font-weight: bold !important;
  border-radius: 30px !important;
  padding: 28px 19px !important;
  line-height: 0 !important;
  max-width: 310px !important;
  margin-bottom: 30px !important;
}
.manufactureLpBanner .downloadCapabilityBtn:hover {
  background: #f9ee6a !important;
}

.mobileMenu ul li ul {
  display: none;
  visibility: visible !important;
  opacity: 1 !important;
}

@media all and (max-width: 575px) {
  .blue_ser_sec_main {
    margin-bottom: 0px !important;
  }
}
@media all and (max-width: 575px) {
  .blue_ser_sec_main .blue_sec_services {
    margin-bottom: 25px !important;
  }
}

.shortInfo h3 {
  font-size: 1.75rem;
  font-weight: 600;
}

#introCarousel .owl-nav {
  visibility: visible !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-top: 0px !important;
}
#introCarousel .owl-nav button {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
#introCarousel .owl-nav button.owl-next {
  position: absolute;
}
#introCarousel .owl-nav button.owl-prev {
  position: absolute;
}
#introCarousel .owl-nav button.disabled {
  visibility: hidden !important;
}
#introCarousel .owl-nav button i {
  color: #fff !important;
}

.faqSection h3.sectionTitle {
  text-transform: capitalize;
}

.short-text,
.full-text,
.toggleText {
  display: inline;
}

.toggleText {
  display: inline;
  margin-left: 5px;
  color: #007bff; /* Optional: styling */
  cursor: pointer;
}

.short-text > div {
  display: inline;
}

span.arrow {
  display: none !important;
}
@media only screen and (max-width: 991.5px) {
  span.arrow {
    display: block !important;
  }
}

@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .featureOffers ul li {
    padding: 10px 12px;
  }
}
@media all and (max-width: 1200px) {
  .featureOffers ul li {
    padding: 10px 12px;
  }
}

.mainRight ul li {
  margin-bottom: 10px;
  line-height: 20px;
}

.customHorizentalTab nav {
  padding-bottom: 30px;
}
@media all and (max-width: 575px) {
  .customHorizentalTab nav {
    gap: 10px;
  }
}
.customHorizentalTab nav .nav-tabs {
  border-bottom: none;
}
@media all and (max-width: 575px) {
  .customHorizentalTab nav .nav-tabs {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.customHorizentalTab nav .nav-tabs .nav-link {
  padding: 10px 0;
  text-align: center;
  flex: 1;
  max-width: 500px;
  background: #fff;
  background: #229fa1;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-radius: 30px;
  border-bottom: none;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  .customHorizentalTab nav .nav-tabs .nav-link {
    flex: auto;
  }
}
.customHorizentalTab nav .nav-tabs .nav-link.active {
  background: #1c3cb1;
  color: #fff;
}
.customHorizentalTab .tab-content {
  text-align: justify;
}
.customHorizentalTab .tab-content ul {
  padding-left: 0px;
}
.customHorizentalTab .tab-content ul li {
  margin-bottom: 15px;
}
.customHorizentalTab .owl-nav {
  visibility: visible !important;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
}
.customHorizentalTab .owl-nav button {
  border-radius: 50%;
  border: 2px solid #fff !important;
  width: 36px;
  height: 36px;
  color: #1c3cb1 !important;
  background: #fff !important;
}
.customHorizentalTab .owl-nav button.owl-next {
  position: absolute;
  right: 18px !important;
}
.customHorizentalTab .owl-nav button.owl-prev {
  position: absolute;
  left: 18px !important;
}
.customHorizentalTab .owl-nav button.disabled {
  visibility: hidden !important;
}
.customHorizentalTab .owl-nav button i {
  color: #1c3cb1 !important;
}
.customHorizentalTab .owl-nav button i::before {
  color: #1c3cb1 !important;
}

.customHorizentalTab .spacialLandinPage {
  position: relative;
}
.customHorizentalTab .spacialLandinPage .owl-item img {
  height: auto !important;
}
.customHorizentalTab .spacialLandinPage .owl-nav {
  visibility: visible !important;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
}
.customHorizentalTab .spacialLandinPage .owl-nav button {
  border-radius: 50%;
  border: 2px solid #fff !important;
  width: 36px;
  height: 36px;
  color: #1c3cb1 !important;
  background: #fff !important;
}
.customHorizentalTab .spacialLandinPage .owl-nav button.owl-next {
  position: absolute;
  right: 18px !important;
}
.customHorizentalTab .spacialLandinPage .owl-nav button.owl-prev {
  position: absolute;
  left: 18px !important;
}
.customHorizentalTab .spacialLandinPage .owl-nav button.disabled {
  visibility: hidden !important;
}
.customHorizentalTab .spacialLandinPage .owl-nav button i {
  color: #1c3cb1 !important;
}
.customHorizentalTab .spacialLandinPage .owl-nav button i::before {
  color: #1c3cb1 !important;
}

.shortBioInfo ul.customBullet li {
  background-image: none;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
}
.shortBioInfo ul.customBullet li::before {
  content: "";
  background-color: #00b3b3;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
}
.shortBioInfo ul.customBullet li ul {
  margin-top: 10px;
}
.shortBioInfo ul.customBullet li ul li::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #00b3b3;
  border-radius: 0px;
  top: 12px;
}

.presenceWrapper {
  margin: 50px 0px;
}
.presenceWrapper .cardBox {
  position: relative;
}
@media all and (max-width: 575px) {
  .presenceWrapper .cardBox {
    margin-bottom: 30px;
  }
}
.presenceWrapper .cardBox .region-card {
  border-radius: 40px;
  border: 1px solid #94B909;
  overflow: hidden;
}
.presenceWrapper .cardBox .region-card img {
  width: 100%;
  height: 100%;
}
.presenceWrapper .cardBox .region-title {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translate(-50%, -50%);
}
.presenceWrapper .cardBox .region-title a {
  min-width: 190px;
  max-width: 200px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #94B909;
  background: #FFF;
  display: inline-block;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.presenceWrapper .cardBox .region-title a:hover {
  background: linear-gradient(270deg, #94b909 0%, #1872b1 57%, #03247e 100%);
  color: #fff;
}

@media all and (max-width: 575px) {
  .map img {
    width: 100% !important;
    height: auto !important;
  }
}

.bannerForm.custom-new-lp-heading h2 {
  font-size: 18px;
  padding: 10px 30px;
}

@media all and (min-width: 1201px) and (max-width: 1367px) {
  .w-100.sameBox {
    height: 400px;
  }
}

.readmore-text.expanded {
  /* when expanded, max-height set dynamically in JS to scrollHeight */
}

.readmore-btn {
  margin-top: 10px;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 40px;
  border: 0;
  cursor: pointer;
  background: #021e7e;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  display: none;
}

/*# sourceMappingURL=main-v9.css.map */
