@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700 !important;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 991.5px) {
  .container {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}

.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 img {
  border-radius: 12px;
}
.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 strong {
  font-weight: 700;
}
.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;
  overflow: hidden;
  overflow-y: auto;
  max-height: 499px;
}
@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: 767px) {
  .mainWrapper .mainRight .innerContantWrapper {
    flex-direction: column;
  }
}
.mainWrapper .mainRight .innerContantWrapper img {
  border-radius: 20px;
}
.mainWrapper .mainRight .innerContantWrapper .innerContentLeft {
  width: 48%;
}
@media all and (max-width: 767px) {
  .mainWrapper .mainRight .innerContantWrapper .innerContentLeft {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mainWrapper .mainRight .innerContantWrapper .innerContentRight {
  width: 48%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .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;
}
@media all and (max-width: 767px) {
  .mainWrapper .mainRight .innerContantWrapper .innerContentRight img {
    width: 100%;
    margin-top: 20px;
  }
}
.mainWrapper .mainRight .innerContantWrapper ul li {
  line-height: 24px;
  position: relative;
  margin-bottom: 5px;
}
.mainWrapper.fullWidth {
  display: block;
}
.mainWrapper.fullWidth .mainLeft {
  display: none;
}
.mainWrapper.fullWidth .mainRight {
  width: 100%;
}

/*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;
}

/*Left Navigation*/
.leftNavigationWrapper {
  min-height: 250px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .leftNavigationWrapper {
    min-height: 326px;
    max-height: 500px;
    overflow-y: scroll;
  }
}
@media all and (max-width: 575px) {
  .leftNavigationWrapper {
    min-height: 353px;
  }
}
.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;
}
.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;
}
.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: block;
  margin: 15px 0px;
}
.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;
}
.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;
}
.leftNavigationWrapper ul li {
  cursor: pointer;
  list-style: none;
  background-image: none;
  padding: 0px;
  margin-bottom: 8px;
}
@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: 53px;
  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 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700 !important;
}
.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;
}
@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;
}
.leftNavigationWrapper ul li.no-child {
  background: none;
  border: none;
}
.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;
  margin-bottom: 15px;
  text-align: center;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .downloadFlyerSection {
    padding: 15px;
  }
}
.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;
}
@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: 7px;
}
.offerWrapper ul li ul li::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  top: 12px;
}
.offerWrapper ul li.tick::before {
  content: "";
  width: 15px;
  height: 11px;
  background: url(../images/check.png) no-repeat;
  border-radius: 0;
}
.offerWrapper .text-yellow {
  color: #e7dc1e;
}
.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: 767px) {
  .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: 12px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background: none;
}
.whyNewSection ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #4b4b4b;
  position: absolute;
  left: 0px;
  top: 10px;
}
.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 */
@media all and (max-width: 575px) {
  .topBanner .usWestMainBanner h1 {
    margin-top: 50px !important;
    text-align: left;
  }
}
.topBanner .usWestMainBanner .usWestBannerLogo {
  margin-top: 40px;
  margin-bottom: 50px;
}
.topBanner .usWestMainBanner .usWest .Meet-us-at-Booth-S19 {
  margin-top: 127px;
}
.topBanner .usWestMainBanner .usWest-large {
  width: 100%;
  max-width: 630px;
}
.topBanner .usWestMainBanner .usWest-large .Meet-us-at-Booth-S19 {
  margin-top: 127px;
}
.topBanner {
  /*DCAT 2025 Banner*/
}
.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;
}
.expandColups .Expand h3 {
  margin-top: 0px;
}

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

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

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

/*Display None*/
.form-item-utm-source,
.form-item-utm-campaign,
.form-item-utm-term {
  display: none;
}

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;
  }
}

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

/*Podcast Page Css*/
.h2 {
  font-family: "Raleway";
  font-weight: bold !important;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: 0.5px !important;
  color: #1d5793;
  float: left;
  width: 100%;
  margin-bottom: 20px !important;
}

.podcastBannerSection {
  padding: 70px 0px;
  box-sizing: border-box;
  min-height: 577px;
  display: flex;
  align-items: center;
  background: url(../images/podcast-banner-pic.png) no-repeat left 15% center;
  margin-top: 100px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .podcastBannerSection {
    background-position: left 0 center;
    min-height: 500px;
    background-size: contain;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .podcastBannerSection {
    background-position: left 0 center;
    min-height: 500px;
    background-size: contain;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .podcastBannerSection {
    background-position: left 0 center;
    min-height: 500px;
    background-size: contain;
  }
}
@media all and (max-width: 575px) {
  .podcastBannerSection {
    background-position: right 0 center;
    min-height: 500px;
    background-size: contain;
    padding: 0px;
  }
}
.podcastBannerSection .bannercontent {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 575px) {
  .podcastBannerSection .bannercontent {
    gap: 20px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.podcastBannerSection .bannercontent .bannerHead {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.podcastBannerSection .bannercontent .bannerInfo {
  font-size: 20px;
  line-height: 24px;
}
.podcastBannerSection .bannercontent .bannerButtonarea {
  display: flex;
  gap: 16px;
}
@media all and (max-width: 575px) {
  .podcastBannerSection .bannercontent .bannerButtonarea {
    gap: 10px;
    flex-direction: column;
  }
}
.podcastBannerSection .bannercontent .bannerButtonarea .btn {
  height: 44px;
  padding: 10px 15px 10px 45px;
  box-sizing: border-box;
  background: #ffffff;
  border: 0.5px solid #000000;
  border-radius: 30px;
  position: relative;
  font-weight: bold;
}
.podcastBannerSection .bannercontent .bannerButtonarea .btn.cta-1::before {
  content: "";
  background: url(../images/cta-1.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.podcastBannerSection .bannercontent .bannerButtonarea .btn.cta-2::before {
  content: "";
  background: url(../images/cta-2.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.podcastBannerSection .bannercontent .bannerButtonarea .btn.cta-3::before {
  content: "";
  background: url(../images/cta-3.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.recentepisodeSection .recentepi {
  background: #fff;
}

.featureVideoSection .featureVideoBox {
  width: 100%;
  padding: 38px;
  box-sizing: border-box;
  height: auto;
  min-height: 316px;
  background: #fff;
  box-shadow: 0px 9px 56.8px rgba(0, 80, 76, 0.09);
  border-radius: 22px;
  display: flex;
  gap: 36px;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 575px) {
  .featureVideoSection .featureVideoBox {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.featureVideoSection .featureVideoBox .imgBox {
  width: 39%;
  overflow: hidden;
  border-radius: 12px;
}
@media all and (max-width: 575px) {
  .featureVideoSection .featureVideoBox .imgBox {
    width: 100%;
  }
}
.featureVideoSection .featureVideoBox .boxContent {
  width: 55%;
}
@media all and (max-width: 575px) {
  .featureVideoSection .featureVideoBox .boxContent {
    width: 100%;
  }
}
.featureVideoSection .featureVideoBox .boxContent h4 {
  font-size: 26px !important;
  line-height: normal;
  color: #303030;
  margin-bottom: 15px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .featureVideoSection .featureVideoBox .boxContent h4 {
    font-size: 16px !important;
  }
}
.featureVideoSection .featureVideoBox .boxContent p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 50px;
  display: none;
}
.featureVideoSection .featureVideoBox .boxContent p:first-of-type {
  display: block !important;
}
.featureVideoSection .featureVideoBox .boxContent a {
  font-size: 18px;
  font-weight: bold;
  color: #1d5793;
  border: 1px solid #1d5793;
  border-radius: 50px;
  position: relative;
  padding: 10px 55px 10px 20px;
  text-decoration: none;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .featureVideoSection .featureVideoBox .boxContent a {
    font-size: 14px;
  }
}
.featureVideoSection .featureVideoBox .boxContent a::before {
  content: "";
  background: url(../images/ph_arrow-up-bold.svg) no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.featureVideoSection .owl-stage-outer {
  overflow: visible;
  /* Allows items to be seen partially outside */
}
.featureVideoSection .owl-item {
  transition: all 0.3s ease-in-out;
  margin-bottom: 45px;
}
.featureVideoSection .owl-item.active.center {
  opacity: 1;
}
.featureVideoSection .owl-nav {
  visibility: visible !important;
  margin: 0 auto;
  text-align: center;
  pointer-events: auto !important;
}
.featureVideoSection .owl-nav:hover {
  background: transparent;
}
.featureVideoSection .owl-nav button {
  z-index: 1000;
  position: relative;
  margin: 0 10px;
}
.featureVideoSection span.arrowLeft {
  width: 38px;
  height: 38px;
  background: url(../images/video-arrow-left.svg) no-repeat;
  display: block;
  background-size: 38px;
}
.featureVideoSection span.arrowRight {
  width: 38px;
  height: 38px;
  background: url(../images/video-right-arrow.svg) no-repeat;
  display: block;
  background-size: 38px;
}

.recentepisodeSection .recentepisodeBox {
  width: 100%;
  height: auto;
  min-height: 455px;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  margin-bottom: 25px;
}
@media all and (max-width: 575px) {
  .recentepisodeSection .recentepisodeBox {
    padding: 20px;
  }
}
.recentepisodeSection .recentepisodeBox .recenttopSection {
  width: 100%;
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .recentepisodeSection .recentepisodeBox .recenttopSection {
    flex-direction: column;
    gap: 20px;
  }
}
.recentepisodeSection .recentepisodeBox .recenttopSection .topImgSec {
  width: 26%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.recentepisodeSection .recentepisodeBox .recenttopSection .topImgSec a::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f16a";
  font-size: 45px;
  position: absolute;
  display: block;
  top: calc(50% - 22.5px);
  left: calc(50% - 22.5px);
  color: #fff;
  text-shadow: 0 0 10px #000;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  .recentepisodeSection .recentepisodeBox .recenttopSection .topImgSec img {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .recentepisodeSection .recentepisodeBox .recenttopSection .topImgSec {
    width: 100%;
  }
}
.recentepisodeSection .recentepisodeBox .recenttopSection .topDesc {
  width: 67%;
  height: auto;
}
@media all and (max-width: 575px) {
  .recentepisodeSection .recentepisodeBox .recenttopSection .topDesc {
    width: 100%;
  }
}
.recentepisodeSection .recentepisodeBox .recenttopSection .topDesc h3 {
  font-size: 20px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 15px;
}
.recentepisodeSection .recentepisodeBox .recenttopSection .topDesc h3 a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #303030;
}
.recentepisodeSection .recentepisodeBox .recenttopSection .topDesc p.episodeDate {
  font-size: 16px;
  color: #626262;
  margin-bottom: 24px;
}
.recentepisodeSection .recentepisodeBox .recenttopSection .topDesc p.episodeBio {
  display: none;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion {
  background-color: #f9f8f8 !important;
  border-radius: 14px;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item {
  background-color: #f9f8f8 !important;
  border-radius: 14px;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent !important;
  font-weight: bold;
  font-size: 18px;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/episode-accordion-arrow.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px !important;
  height: 32px !important;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #303030;
  box-shadow: none;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-body {
  padding: 0px;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-body p {
  margin-bottom: 15px;
  text-align: justify;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0px;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-body .innerContent {
  padding: 1rem 1.25rem;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-body .downloadSec {
  border-top: 1px solid #cccbcb;
  margin-top: 15px;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-body .downloadSec a {
  font-weight: bold;
  color: #1d5793;
  text-decoration: underline;
  font-size: 18px;
  text-align: right;
  max-width: 125px;
  float: right;
  position: relative;
  padding-left: 35px;
}
.recentepisodeSection .recentepisodeBox .recentBottomSection .accordion .accordion-item .accordion-body .downloadSec a::before {
  content: "";
  background: url(../images/download-icon.svg) no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  left: 0px;
  top: -3px;
}

.searchtopicSection {
  margin: 70px 0px;
}
@media all and (max-width: 575px) {
  .searchtopicSection {
    margin: 30px 0px;
  }
}
.searchtopicSection .searchWrapper {
  width: 94%;
  height: auto;
  margin: 0 auto;
  min-height: 277px;
  overflow: hidden;
  background: url(../images/podcast-searchbg.png) no-repeat left -20% top 24%, #eff6f6;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.searchtopicSection .searchWrapper .searchBox {
  display: flex;
  flex-direction: column;
  max-width: 737px;
  float: right;
  gap: 26px;
}
@media all and (max-width: 575px) {
  .searchtopicSection .searchWrapper .searchBox {
    float: none;
  }
}
.searchtopicSection .searchWrapper .searchBox h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1d5793;
  margin-bottom: 0px;
}
.searchtopicSection .searchWrapper .searchBox .searchForm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchtopicSection .searchWrapper .searchBox .searchForm form {
  padding: 0px !important;
  margin: 0px !important;
  display: flex;
  gap: 11px;
}
@media all and (max-width: 575px) {
  .searchtopicSection .searchWrapper .searchBox .searchForm form {
    flex-direction: column;
    gap: 10px;
  }
}
.searchtopicSection .searchWrapper .searchBox .searchForm form .js-form-item {
  height: 48px;
}
.searchtopicSection .searchWrapper .searchBox .searchForm input {
  background-color: #fff;
  border-radius: 24px;
  width: 588px;
  margin: 0px;
  height: 48px;
}
.searchtopicSection .searchWrapper .searchBox .searchForm input[type=submit] {
  background: #1d5793;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  width: 138px;
  position: relative;
}
@media all and (max-width: 575px) {
  .searchtopicSection .searchWrapper .searchBox .searchForm input[type=submit] {
    margin: 0 auto;
  }
}
.searchtopicSection .searchWrapper .searchBox .searchForm input[type=submit]::before {
  content: "";
  background: url(../images/proicons_search.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.audio-container {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e6f8ee;
  border-radius: 48px;
  width: 618px;
  margin-top: 30px;
}
@media all and (max-width: 575px) {
  .audio-container {
    width: 100%;
    padding: 0px;
  }
}
.audio-container audio {
  width: 618px;
}
@media all and (max-width: 575px) {
  .audio-container audio {
    width: 300px;
  }
}
.audio-container button {
  background: #fff;
  border: 1px solid #1d5793;
  color: #1d5793;
  font-size: 18px;
  cursor: pointer;
  width: 37px !important;
  height: 37px;
  border-radius: 20px;
  display: block;
}
.audio-container input[type=range] {
  width: 440px;
  -webkit-appearance: none;
  height: 4px;
  background: #555;
  outline: none;
  border-radius: 4px;
}
.audio-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #00bfff;
  border-radius: 50%;
  cursor: pointer;
}
.audio-container .durationTime {
  min-width: 87px;
  height: 26px;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 38px;
  background: #fff;
  line-height: 12px;
}
.audio-container .durationTime span {
  color: #000;
  font-size: 12px;
  line-height: normal;
}

.downloadBrochureSection {
  width: 100%;
  height: auto;
  min-height: 131px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  border-radius: 20px;
  background: url(../images/download-brochure-pic.svg) no-repeat right 50px bottom, linear-gradient(270deg, #94b909 0%, #1872b1 57%, #03247e 100%);
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media all and (max-width: 575px) {
  .downloadBrochureSection {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.downloadBrochureSection .brochureContent {
  max-width: 564px;
  font-size: 20px;
  line-height: normal;
}
.downloadBrochureSection a.downloadBrochure {
  background: #fff;
  color: #1d5793;
  font-weight: bold;
  padding: 15px 20px 15px 50px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
}
.downloadBrochureSection a.downloadBrochure::before {
  content: "";
  background: url(../images/iconoir_download.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.signupSection {
  background: #eaf1f1;
  width: 100%;
  height: auto;
  padding: 140px 0px 70px;
  margin-top: 0px;
  z-index: 0;
  position: relative;
}
@media all and (max-width: 575px) {
  .signupSection {
    padding: 90px 0px 30px;
  }
}
.signupSection h2 {
  font-size: 36px;
  color: #1d5793;
  font-weight: 600;
}
.signupSection .signupBox {
  max-width: 83%;
  margin: 0 auto;
  text-align: center;
}
.signupSection .signupBox .signupContent {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.signupSection .signupBox .signupForm {
  margin-top: 24px;
}
.signupSection .signupBox .signupForm .formWrapper {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .signupSection .signupBox .signupForm .formWrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.signupSection .signupBox .signupForm .formWrapper input {
  background-color: #fff;
  height: 48px;
  border-radius: 24px;
  width: 40%;
}
@media all and (max-width: 575px) {
  .signupSection .signupBox .signupForm .formWrapper input {
    width: 100%;
  }
}
.signupSection .signupBox .signupForm .formWrapper button[type=submit] {
  background: #1d5793;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  min-width: 171px;
}
@media all and (max-width: 575px) {
  .signupSection .signupBox .signupForm .formWrapper button[type=submit] {
    width: 100%;
  }
}

body.podcast-page footer {
  margin-top: 0px;
}

.podcast-pager a {
  text-decoration: none;
}
.podcast-pager ul li {
  font-weight: bold;
}

@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;
  }
}

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

.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;
}
.downloadCapabilityBtn:hover {
  background: #f9ee6a !important;
}

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

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

.customHorizentalTab nav {
  padding-bottom: 30px;
}
@media all and (max-width: 575px) {
  .customHorizentalTab nav {
    gap: 10px;
  }
}
.customHorizentalTab nav .nav-tabs {
  border-bottom: none;
  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;
}
.customHorizentalTab nav .nav-tabs .nav-link.active {
  background: #1c3cb1;
  color: #fff;
}
.customHorizentalTab .tab-content {
  text-align: justify;
}
.customHorizentalTab .tab-content ul {
  padding-left: 0px;
  margin-top: 15px;
}
.customHorizentalTab .tab-content ul li {
  margin-bottom: 15px;
}
.customHorizentalTab .tab-content ul li ul {
  margin-top: 15px;
}
.customHorizentalTab .tab-content ul li ul li {
  background-size: 8px;
}
.customHorizentalTab .owl-nav {
  visibility: visible !important;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 100%;
}
.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;
}

.blogBannerText {
  font-size: 32px !important;
  line-height: normal;
  max-width: 1000px !important;
}

.shortBioInfo ul li strong {
  display: inline;
}

.speak-experts {
  background: linear-gradient(to right, #0047ab, #007bb5, #00a1b3, #00b3b3) !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;
}
.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;
}

.author-page a {
  text-decoration: none;
}
.author-page h2.author-heading {
  font-family: "Raleway";
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.5px;
  color: #1d5793;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 20px;
}
.author-page h3 {
  color: #1d5793;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
.author-page .author-bio-block {
  width: 247px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.author-page .author-bio-block .author-profile-pic {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
}
.author-page .author-bio-block .author-profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-page .author-bio-block p {
  color: #696969;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.author-page .author-bio-block a.bio-btn {
  width: 139px;
  height: 48px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #0a66c3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.author-page .author-bio-block a.bio-btn span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.author-page .author-bio-block .bio-head {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.author-page .author-bio-block .bio-head h4 {
  color: #262626;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
.author-page .author-bio-block .bio-head span.bio-verified {
  background: url(../images/star-bg.svg) no-repeat;
  background-size: 23px;
  display: flex;
  width: 23px;
  height: 23px;
  align-items: center;
}
.author-page .author-quote {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: url(../images/ooui_quotes-ltr.svg) no-repeat left 10px top 10px, url(../images/ooui_quotes-rtl.svg) no-repeat right 10px bottom 10px, linear-gradient(270deg, #94b909 0%, #1872b1 57%, #03247e 100%);
  padding: 30px 24px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  background-image: url(../images/ooui_quotes-ltr.svg) no-repeat left;
}
.author-page .author-quote p {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.author-page .author-carousal-section {
  margin-bottom: 100px;
}
.author-page .author-carousal-section .author-carousal-box {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 9px 56.8px 0px rgba(0, 80, 76, 0.09);
  width: 100%;
  min-height: 516px;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.author-page .author-carousal-section .author-carousal-box h4 {
  color: #303030;
  text-align: center;
  font-size: 26px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  margin-bottom: 15px;
  min-height: 60px;
}
.author-page .author-carousal-section .author-carousal-box p {
  color: #303030;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  min-height: 95px;
}
.author-page .author-carousal-section .author-carousal-box .carousal-pic-section {
  width: 100%;
  height: 248px;
  border-radius: 12px;
  overflow: hidden;
}
.author-page .author-carousal-section .author-carousal-box .carousal-pic-section img {
  width: 100%;
  height: 100%;
}
.author-page .author-carousal-section .author-carousal-box a.defaultCTA {
  margin: 0 auto;
}
.author-page .author-carousal-section .owl-nav {
  visibility: visible !important;
  position: absolute;
  bottom: -45px;
  left: 50%;
  /* Center from left */
  transform: translate(-50%, 0);
  /* Adjust to true center */
  width: 45px;
  /* Remove fixed width if unnecessary */
  display: flex;
  gap: 10px;
  /* Optional: spacing between nav buttons */
  justify-content: center;
  color: #fff !important;
}
.author-page .author-carousal-section .owl-nav button {
  border-radius: 50%;
  border: 2px solid #1d5793 !important;
  width: 36px;
  height: 36px;
  background-color: #1d5793 !important;
  color: #fff !important;
}
.author-page .author-carousal-section .owl-nav button.owl-next {
  position: absolute;
  right: -20px !important;
}
.author-page .author-carousal-section .owl-nav button.owl-next i {
  color: #fff !important;
}
.author-page .author-carousal-section .owl-nav button.owl-next i::before {
  color: #fff !important;
}
.author-page .author-carousal-section .owl-nav button.owl-prev {
  position: absolute;
  left: -20px !important;
}
.author-page .author-carousal-section .owl-nav button.owl-prev i {
  color: #fff !important;
}
.author-page .author-carousal-section .owl-nav button.owl-prev i::before {
  color: #fff !important;
}
.author-page .author-carousal-section .owl-nav button.disabled {
  visibility: hidden !important;
}
.author-page .author-carousal-section .owl-nav button i {
  color: #fff !important;
}
.author-page .author-carousal-section .owl-nav button i::before {
  color: #fff !important;
}

#chatbase-message-bubbles {
  position: relative !important;
}

#chatbase-bubble-button {
  bottom: 1rem !important;
  z-index: 999999999999 !important;
}

.leadership-section {
  padding: 60px 0;
  background: #fff;
}
.leadership-section .leadership-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
}
.leadership-section .leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .leadership-section .leadership-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .leadership-section .leadership-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .leadership-section .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 575px) {
  .leadership-section .leadership-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.leadership-section .leader-card {
  background: #1f3fb7;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.leadership-section .leader-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.leadership-section .leader-card .leader-photo {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fef08a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.leadership-section .leader-card .leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.leadership-section .leader-card .leader-info {
  cursor: pointer;
}
.leadership-section .leader-card .leader-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #f9ee6a;
}
.leadership-section .leader-card .leader-info h4 {
  font-size: 14px !important;
  font-weight: 500;
  color: #fff;
}

.leader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.leader-overlay .leader-popup {
  background: #fff;
  width: 90%;
  max-width: 600px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  animation: fadeInUp 0.3s ease;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0c299c, #1e5cb3, #e3e02f) border-box;
  border: 8px solid transparent;
}
.leader-overlay .leader-popup .leader-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.leader-overlay .leader-popup .leader-popup-top {
  text-align: center;
  padding: 25px;
}
.leader-overlay .leader-popup .leader-popup-top img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.leader-overlay .leader-popup .leader-popup-top h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.leader-overlay .leader-popup .leader-popup-top h4 {
  font-size: 14px !important;
  font-weight: 400;
  color: #1f3fb7;
}
.leader-overlay .leader-popup .leader-popup-bottom {
  max-height: 300px;
  overflow-y: auto;
  padding: 20px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.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;
}

[id^=views-exposed-form-glossary-page] {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 1038px !important;
  margin: 0 auto !important;
}
[id^=views-exposed-form-glossary-page] .searchalpha2 {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
[id^=views-exposed-form-glossary-page] .searchalpha2 span {
  font-size: 24px;
  cursor: pointer;
  color: #878787;
}
[id^=views-exposed-form-glossary-page] .searchalpha2 span:hover {
  color: #1d5793;
  text-decoration: underline;
  font-weight: bold;
}

.glossary-product-wrapper {
  margin-top: 130px !important;
}
.glossary-product-wrapper header {
  position: relative !important;
  float: none !important;
  box-shadow: none !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  top: inherit !important;
  margin-top: 0 !important;
  background: transparent !important;
  z-index: 0 !important;
}
.glossary-product-wrapper header h2 {
  color: #1d5793 !important;
  font-weight: bold !important;
}

.glossaryWrapper {
  text-align: center;
  margin-top: 100px;
}
.glossaryWrapper h2 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #1d5793;
  font-size: 40px;
}
.glossaryWrapper .searchalpha2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.glossaryWrapper .searchalpha2 span {
  font-size: 24px;
  cursor: pointer;
  color: #878787;
}
.glossaryWrapper .searchalpha2 span:hover {
  color: #1d5793;
  text-decoration: underline;
  font-weight: bold;
}
.glossaryWrapper .flossarySearch {
  position: relative;
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: 58px;
}
.glossaryWrapper .flossarySearch input {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: none;
  padding: 0 20px;
}
.glossaryWrapper .flossarySearch input:focus {
  outline: none;
}
.glossaryWrapper .flossarySearch button {
  position: absolute;
  right: 0px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  background: transparent;
  top: 8px;
}
.glossaryWrapper .glossyFilterBtnWrapper {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.glossaryWrapper .glossyFilterBtnWrapper button {
  background: #1d5793;
  border-radius: 30px;
  height: 50px;
  width: 100%;
  max-width: 247px;
  color: #fff;
  border: none;
  outline: none;
}
.glossaryWrapper .glossyFilterBottom {
  max-width: 964px;
  margin: 50px auto 0 auto;
  text-align: center;
}
.glossaryWrapper .glossyFilterBottom a {
  color: #303030;
  display: inline-block;
  position: relative;
  margin: 2px 5px;
}
.glossaryWrapper .glossyFilterBottom a::after {
  content: "|";
  position: absolute;
  right: -8px;
}
.glossaryWrapper .glossyFilterBottom a:last-child::after {
  content: "";
}

.chem-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 24px;
  transition: all 0.3s ease;
  height: 100%;
  background-color: #fff;
}
.chem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.chem-card.active {
  background: linear-gradient(90deg, #031b80 0%, #1499ab 54.5%, #92b909 100%);
  color: #fff;
}
.chem-card.active a {
  color: #fff;
}
.chem-card h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.chem-card p {
  font-size: 15px;
  margin-bottom: 16px;
}
.chem-card a {
  color: #1d5793;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s;
}
.chem-card a:hover {
  text-decoration: none;
}
.chem-card a i {
  font-size: 16px;
}
.chem-card a.goBtn {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 6px;
  border-radius: 20px;
  position: absolute;
  right: 15px;
  bottom: 0px;
}

.aiWrapper .card {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0c299c, #1e5cb3, #e3e02f) border-box;
  border: 2px solid transparent;
}
.aiWrapper .card h4 span {
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.aiWrapper table {
  border-color: #e2e8f0;
  margin-bottom: 15px;
}
.aiWrapper table thead {
  background: linear-gradient(135deg, #314f9f 0%, #a9c77f 100%);
}
.aiWrapper table thead th {
  padding: 8px;
  color: #fff;
  font-weight: bold;
}
.aiWrapper table td {
  padding: 10px;
  border: 1px solid #e2e8f0;
  color: #354b8f;
  font-weight: bold;
  vertical-align: middle;
}
.aiWrapper table td img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.aiWrapper .tableCaption {
  font-size: 14px;
  line-height: 18px;
}
.aiWrapper .tableCaption ul {
  margin-bottom: 12px;
}
.aiWrapper .tableCaption ul li {
  list-style: none;
  background: none;
  padding-left: 0;
}
.aiWrapper .tableCaption p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 16px;
}

.edgeSuiteMainWrapper h2 {
  text-align: center;
  font-size: 36px;
}
.edgeSuiteMainWrapper {
  width: 100%;
  height: auto;
  padding: 50px 0px 0px;
  background: linear-gradient(115.34deg, #03247e -0.57%, #0060a4 56.42%, #94b909 119.47%);
  color: #fff;
}
.edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul:last-child {
  border-bottom: none !important;
}
.edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul.borderNone {
  border-bottom: none !important;
}
.edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li {
  list-style: none;
  background: none;
  display: flex;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  width: 19%;
  font-size: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li {
    width: 18.5%;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li {
    width: 18.5%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li {
    width: 30%;
  }
}
@media all and (max-width: 575px) {
  .edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li {
    width: 100%;
  }
}
.edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li strong {
  font-size: 14px;
  display: block;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}
.edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li span {
  display: block;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
}
.edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li img {
  display: block;
  width: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 0;
}
.edgeSuiteMainWrapper .digitalEdgeComponentWrapper ul li img.whiteFilter {
  filter: brightness(0) invert(1);
}

.edgeWrapper {
  margin-bottom: 30px;
}
.edgeWrapper .edgeLeft .card {
  text-align: center;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0c299c, #1e5cb3, #e3e02f) border-box;
  border: 2px solid transparent;
  background-color: #f9ee6a !important;
}
.edgeWrapper .edgeLeft .card img {
  display: block;
  margin: 0 auto;
  width: 40px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.edgeWrapper .edgeLeft .card a {
  color: #000;
}
.edgeWrapper li {
  line-height: 24px;
}

.glosaaryBanner {
  width: 100%;
  height: auto;
  min-height: 312px;
  background: url(../images/glossary-banner.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: 107px;
}
@media all and (max-width: 575px) {
  .glosaaryBanner {
    justify-content: center;
  }
}
.glosaaryBanner h1 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  font-family: "Raleway";
  margin-bottom: 25px;
  max-width: 620px;
}

.digitalEdgeInnerWrapper ul {
  padding: 0px;
}
.digitalEdgeInnerWrapper ul.innerSectionUL li {
  background: none;
  padding-left: 0px;
  margin-bottom: 10px;
}
.digitalEdgeInnerWrapper ul.innerSectionUL li:last-child {
  margin-bottom: 0px;
}
.digitalEdgeInnerWrapper ul.innerSectionUL li a {
  color: #0051a3;
}
.digitalEdgeInnerWrapper ul.innerSectionUL li a:hover {
  text-decoration: underline;
}
.digitalEdgeInnerWrapper ul.innerSectionUL li img {
  width: 24px;
  border-radius: 0px;
}

.whyBgNew.bg-white {
  background-color: #fff !important;
  background: #fff !important;
  color: #021e7e !important;
}
.whyBgNew.bg-white h2,
.whyBgNew.bg-white h4,
.whyBgNew.bg-white span {
  color: #021e7e !important;
}

.tab-content .lpWhyAurigene .item img {
  filter: brightness(0) invert(1);
}

.publicationFocus h3 {
  max-width: 100% !important;
  width: 100%;
}

.mainWrapper:has(.edgeWrapper) {
  margin-bottom: 0px !important;
}

body.aurigene-ai-page section.topBanner.NormalPage,
body.adme-bot-page section.topBanner.NormalPage,
body.cell-line-analysis-automation-page section.topBanner.NormalPage,
body.in-vivo-bot-page section.topBanner.NormalPage,
body.nmr-reporting-automation-page section.topBanner.NormalPage,
body.electronic-lab-notebook-eln-page section.topBanner.NormalPage,
body.rnd-datalake-page section.topBanner.NormalPage,
body.mq-datalake-page section.topBanner.NormalPage,
body.galaxy-planx-page section.topBanner.NormalPage,
body.dochub-page section.topBanner.NormalPage,
body.digital-qms-page section.topBanner.NormalPage,
body.digital-lms-page section.topBanner.NormalPage,
body.digital-technology-transfer-page section.topBanner.NormalPage,
body.cybersecurity-page section.topBanner.NormalPage {
  height: auto !important;
  min-height: 180px !important;
}
body.aurigene-ai-page section.topBanner.NormalPage h1,
body.adme-bot-page section.topBanner.NormalPage h1,
body.cell-line-analysis-automation-page section.topBanner.NormalPage h1,
body.in-vivo-bot-page section.topBanner.NormalPage h1,
body.nmr-reporting-automation-page section.topBanner.NormalPage h1,
body.electronic-lab-notebook-eln-page section.topBanner.NormalPage h1,
body.rnd-datalake-page section.topBanner.NormalPage h1,
body.mq-datalake-page section.topBanner.NormalPage h1,
body.galaxy-planx-page section.topBanner.NormalPage h1,
body.dochub-page section.topBanner.NormalPage h1,
body.digital-qms-page section.topBanner.NormalPage h1,
body.digital-lms-page section.topBanner.NormalPage h1,
body.digital-technology-transfer-page section.topBanner.NormalPage h1,
body.cybersecurity-page section.topBanner.NormalPage h1 {
  margin-bottom: 10px;
}

.ourNewInfrastructure.customize {
  padding: 0px 0px 50px !important;
}
.ourNewInfrastructure.customize .col-md-6:nth-child(3),
.ourNewInfrastructure.customize .col-md-6:nth-child(4) {
  display: block;
}
.ourNewInfrastructure.customize .col-md-6:nth-child(3) h2,
.ourNewInfrastructure.customize .col-md-6:nth-child(4) h2 {
  border-bottom: none !important;
  margin-bottom: 15px !important;
}
.ourNewInfrastructure.customize .centerBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .ourNewInfrastructure.customize .centerBox {
    margin: 20px 0px;
  }
}

@media all and (max-width: 575px) {
  .remarketingBanner .bannerLogo {
    margin-top: 40px !important;
  }
}
.remarketingBanner .milanCaption h1 {
  font-size: 50px;
  margin-top: 34px !important;
  margin-bottom: 30px !important;
}

.process-bar {
  justify-content: center;
  margin-bottom: 40px;
}

.process-step {
  padding: 12px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  margin-right: -15px;
}

.discovery {
  background: #1f3fb3;
}

.development {
  background: #4cb6b0;
}

.manufacturing {
  background: #1f3fb3;
}

/* Mobile steps */
.mobile-step {
  padding: 12px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}

.bg-blue {
  background-color: #1f3fb3;
}

.bg-teal {
  background-color: #4cb6b0;
}

/* Card styles */
.info-card {
  border-radius: 16px;
  padding: 24px;
  min-height: 220px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.innerBoxSection {
  background: #fff;
  border-radius: 12px !important;
  padding: 12px 0px !important;
}

.topImgSec {
  max-height: 200px !important;
}
.topImgSec img {
  height: auto !important;
}

ul.innerBoxSection {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}
ul.innerBoxSection li {
  list-style: none !important;
  background: transparent !important;
  padding: 0px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
  border-radius: 12px !important;
  max-width: 31%;
}
@media all and (max-width: 575px) {
  ul.innerBoxSection li {
    max-width: 100%;
  }
}
ul.innerBoxSection li .card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
}
@media all and (max-width: 575px) {
  ul.innerBoxSection li .card {
    max-width: 100%;
  }
}
ul.innerBoxSection li .card img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

.greenApproach {
  background-color: #eaf5e5 !important;
}
.greenApproach .section-box {
  display: flex;
  width: 100%;
  gap: 20px;
  border: 1px solid #92cdcf;
  border-radius: 10px;
  margin: 10px 0px;
  padding: 16px;
}
.greenApproach .section-box .section-title {
  background: #92cdcf;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  min-width: 150px;
}

.sourcingPhilosophy {
  align-items: center !important;
}
.sourcingPhilosophy table {
  background: #edf6f7 !important;
}
.sourcingPhilosophy table tr td:first-child {
  background: #479dae !important;
  color: #fff !important;
}

.info-card2 {
  background: #eef7f7;
  border-radius: 20px;
  padding: 70px 30px 30px;
  position: relative;
  height: auto !important;
  min-height: 382px !important;
}

.card-header-box {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.card-header-box h5 {
  color: #1f3fb3;
  font-weight: 600;
  margin: 0;
}

.info-card2 ul {
  margin-top: 50px !important;
}

.info-card2 ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  list-style: none;
  background: transparent;
}

.recentBottomSection .accordion-body {
  padding: 0 20px 20px !important;
}

.timestamp {
  font-weight: bold;
  color: #888;
  margin-top: 40px;
}

.section {
  margin-bottom: 30px;
}

.speaker {
  font-weight: bold;
  color: #0a2c5a;
}

.thankYou h3 {
  text-align: center;
  margin-bottom: 25px;
}
.thankYou .card {
  padding: 10px;
  border-radius: 12px;
}
.thankYou .card img {
  width: 100%;
}
@media all and (max-width: 575px) {
  .thankYou .card button.brochureBtn {
    font-size: 14px !important;
  }
}

.authorBox {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 575px) {
  .authorBox {
    flex-direction: column;
  }
}

.smallmoleculebtn {
  font-size: 14px !important;
}

#smallmolecule span#closeModal {
  color: #000 !important;
}

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