@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");
@font-face {
  font-family: "DRL Circular Book";
  src: url(../fonts/DRLCircular-Book.eot);
  src: url("../fonts/DRLCircular-Book.eot?#iefix") format("embedded-opentype"), url(../fonts/DRLCircular-Book.woff2) format("woff2"), url(../fonts/DRLCircular-Book.woff) format("woff"), url(../fonts/DRLCircular-Book.ttf) format("truetype"), url("../fonts/DRLCircular-Book.svg#DRLCircular-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DRL Circular Black";
  src: url(../fonts/DRLCircular-Black.eot);
  src: url("../fonts/DRLCircular-Black.eot?#iefix") format("embedded-opentype"), url(../fonts/DRLCircular-Black.woff2) format("woff2"), url(../fonts/DRLCircular-Black.woff) format("woff"), url(../fonts/DRLCircular-Black.ttf) format("truetype"), url("../fonts/DRLCircular-Black.svg#DRLCircular-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DRL Circular Bold";
  src: url(../fonts/DRLCircular-Bold.eot);
  src: url("../fonts/DRLCircular-Bold.eot?#iefix") format("embedded-opentype"), url(../fonts/DRLCircular-Bold.woff2) format("woff2"), url(../fonts/DRLCircular-Bold.woff) format("woff"), url(../fonts/DRLCircular-Bold.ttf) format("truetype"), url("../fonts/DRLCircular-Bold.svg#DRLCircular-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DRL Circular Light";
  src: url(../fonts/DRLCircular-Light.eot);
  src: url("../fonts/DRLCircular-Light.eot?#iefix") format("embedded-opentype"), url(../fonts/DRLCircular-Light.woff2) format("woff2"), url(../fonts/DRLCircular-Light.woff) format("woff"), url(../fonts/DRLCircular-Light.ttf) format("truetype"), url("../fonts/DRLCircular-Light.svg#DRLCircular-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

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

/* End To End Solutions Offered By Dr.Reddy's Section */
.endSolutionsSection {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  margin: 50px 0px;
}
.endSolutionsSection .endSolutionBox {
  width: 31.3%;
  height: auto;
  box-shadow: 0px 2px 12.6px rgba(93, 77, 145, 0.07);
  border-radius: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 991.5px) {
  .endSolutionsSection .endSolutionBox {
    width: 48%;
  }
}
@media all and (max-width: 575px) {
  .endSolutionsSection .endSolutionBox {
    width: 100%;
  }
}
.endSolutionsSection .endSolutionBox .endSolutionImageBox {
  height: 228px;
}
.endSolutionsSection .endSolutionBox .endSolutionImageBox img {
  width: 100%;
  height: 100%;
}
.endSolutionsSection .endSolutionBox .endSolutionDescription {
  background: #fff;
  padding: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 218px;
  justify-content: space-between;
}
.endSolutionsSection .endSolutionBox .endSolutionDescription h4 {
  font-family: "DRL Circular Bold";
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
}
.endSolutionsSection .endSolutionBox .endSolutionDescription p {
  font-family: "DRL Circular Book";
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  margin-bottom: 0px;
}
.endSolutionsSection .endSolutionBox .endSolutionDescription:hover {
  background: linear-gradient(78.76deg, #6843b8 8.29%, #34c5f4 109.11%);
}
.endSolutionsSection .endSolutionBox .endSolutionDescription:hover h4 {
  color: #fff;
}
.endSolutionsSection .endSolutionBox .endSolutionDescription:hover p {
  color: #fff;
}
.endSolutionsSection .endSolutionBox .endSolutionDescription:hover .btn-no-link {
  color: #fff;
}
.endSolutionsSection .endSolutionBox .endSolutionDescription:hover .btn-no-link img {
  filter: invert(1) brightness(100);
}

.btn-no-link {
  display: inline-flex;
  font-family: "DRL Circular Bold";
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #502e92;
  text-decoration: none;
  position: relative;
  gap: 10px;
}
.btn-no-link:hover {
  color: #fff;
}
.btn-no-link:hover img {
  filter: invert(1) brightness(100);
}

.CommonLanding h2.left {
  text-align: left;
}
.CommonLanding .dcatsustainabilityBox {
  width: 100%;
  padding-top: 50px;
}
.CommonLanding .dcatsustainabilityBox h2 {
  text-align: left;
  margin-bottom: 30px;
}
.CommonLanding .dcatTeamSec {
  margin-top: 30px;
}
.CommonLanding .dcatTeamSec .item .profileSec {
  min-height: 190px;
}
.CommonLanding .dcatTeamSec .item .profileSec img {
  border-radius: 50% !important;
  width: 180px !important;
  height: 180px !important;
  display: block;
  margin: 0 auto;
}
.CommonLanding .dcatTeamSec .item .bioSec {
  text-align: center !important;
}
.CommonLanding .dcatTeamSec .item .bioSec h4 {
  color: #502e92;
}
.CommonLanding .dcatTeamSec.carousal-v-1 {
  /*box-style*/
  margin-top: 0px;
  padding-top: 20px;
}
@media all and (max-width: 575px) {
  .CommonLanding .dcatTeamSec.carousal-v-1 {
    margin-top: 50px;
  }
}
.CommonLanding .dcatTeamSec.carousal-v-1 .item .profileSec {
  width: 294px;
  height: 281px;
  min-height: 190px;
  border-bottom: 0px;
}
@media all and (max-width: 575px) {
  .CommonLanding .dcatTeamSec.carousal-v-1 .item .profileSec {
    width: 100%;
    height: auto;
  }
}
.CommonLanding .dcatTeamSec.carousal-v-1 .item .profileSec img {
  border-radius: 16px !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: 0 auto;
}
.CommonLanding .dcatTeamSec.carousal-v-1 .item .bioSec {
  text-align: left !important;
}
.CommonLanding .dcatTeamSec.carousal-v-1 .item .bioSec h4 {
  color: #282828;
}
.CommonLanding .dcatTeamSec.carousal-v-1 .item .bioSec p {
  font: "DRL Circular Light";
  color: #575757;
}
.CommonLanding .dcatTeamSec.carousal-v-1 .owl-nav {
  width: auto;
  margin-left: auto;
  position: absolute;
  margin-top: -41%;
  margin-right: 0%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  right: 110px;
}
@media all and (max-width: 575px) {
  .CommonLanding .dcatTeamSec.carousal-v-1 .owl-nav {
    width: 105px;
    margin-top: -164%;
    right: 44px;
  }
}
.CommonLanding .dcatTeamSec.carousal-v-1 .owl-nav .nav-btn.next-slide {
  background-image: url(../images/Slide-next.svg) !important;
  background-repeat: no-repeat;
  background-size: 66px;
  display: block;
  width: 66px;
  height: 36px;
}
.CommonLanding .dcatTeamSec.carousal-v-1 .owl-nav .nav-btn.prev-slide {
  background-image: url(../images/Slide-prev.svg) !important;
  background-repeat: no-repeat;
  background-size: 66px;
  display: block;
  width: 66px;
  height: 36px;
}
.CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 {
  padding-bottom: 30px;
}
.CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 .item {
  position: relative;
  overflow: hidden;
}
.CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 .item .profileSec {
  height: 312px;
}
.CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 .item .bioSec {
  text-align: left !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 294px;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20.05px);
  border-radius: 0px 0px 16px 16px;
  min-height: 114px;
  padding: 15px 10px;
}
@media all and (max-width: 575px) {
  .CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 .item .bioSec {
    max-width: 100%;
  }
}
.CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 .item .bioSec h4 {
  color: #fff;
  text-shadow: none;
  font: "DRL Circular Book";
}
.CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 .item .bioSec p {
  font: "DRL Circular Light";
  color: #fff;
  font-size: 14px;
}
.CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 .owl-nav {
  margin-top: -32%;
}
@media all and (max-width: 575px) {
  .CommonLanding .dcatTeamSec.carousal-v-1.bio-v2 .owl-nav {
    margin-top: -111%;
  }
}
.CommonLanding .dcatTeamSec.carousal-v-1 .owl-nav button.owl-next,
.CommonLanding .dcatTeamSec.carousal-v-1 .owl-nav button.owl-prev {
  background: none !important;
}
.CommonLanding .milanAboutBusiness.business-v-1 {
  max-width: 94%;
  margin: 0 auto;
  background: url("../images/about-business-bg.webp") no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  border-radius: 24px;
  text-align: left;
}
@media all and (max-width: 575px) {
  .CommonLanding .milanAboutBusiness.business-v-1 {
    background-size: 100% 100%;
  }
}
.CommonLanding .milanAboutBusiness.business-v-1 h2 {
  color: #502e92 !important;
  text-align: left;
}
.CommonLanding .milanAboutBusiness.business-v-1 p {
  color: #000;
}
.CommonLanding .milanAboutBusiness.business-v-1 .milanAboutBusinessInner {
  max-width: 100%;
}
.CommonLanding .milanAboutBusiness.business-v-1 .milanBusinessBoxInner ul {
  justify-content: flex-start;
}
.CommonLanding .milanSustainabilityImgBox {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .CommonLanding .milanSustainabilityImgBox {
    margin-bottom: 15px;
  }
}
.CommonLanding .milanSustainabilityImgBox img {
  width: 100%;
  height: 100%;
}
.CommonLanding .milanSustainabilityTextBox {
  background: rgba(6, 6, 6, 0.26);
  backdrop-filter: blur(21.5px);
  border-radius: 22px;
  padding: 70px 50px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .CommonLanding .milanSustainabilityTextBox {
    padding: 30px 20px;
  }
}
.CommonLanding .milanSustainabilityTextBox h2 {
  color: #fff;
  font-family: "DRL Circular Bold";
  font-size: 37px;
  margin-bottom: 30px;
}
.CommonLanding .milanSustainabilityTextBox p {
  color: #fff;
}
.CommonLanding .AchivedInner.no-border {
  border: none !important;
}
@media all and (max-width: 575px) {
  .CommonLanding .AchivedInner.no-border {
    padding: 0px 20px;
  }
}
.CommonLanding .achivementSec.achivement-v-1 {
  background-color: #f2f3f8;
  padding: 70px 0;
}
.CommonLanding .achivementSec.achivement-v-1 h2 {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.CommonLanding .achivementSec.achivement-v-1 .owl-nav {
  width: auto;
  margin-left: auto;
  position: absolute;
  margin-top: -41%;
  margin-right: 0%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  right: 110px;
}
@media all and (max-width: 575px) {
  .CommonLanding .achivementSec.achivement-v-1 .owl-nav {
    width: 105px;
    margin-top: -82%;
    right: 44px;
  }
}
.CommonLanding .achivementSec.achivement-v-1 .owl-nav .nav-btn.next-slide {
  background-image: url(../images/Slide-next.svg) !important;
  background-repeat: no-repeat;
  background-size: 66px;
  display: block;
  width: 66px;
  height: 36px;
}
.CommonLanding .achivementSec.achivement-v-1 .owl-nav .nav-btn.prev-slide {
  background-image: url(../images/Slide-prev.svg) !important;
  background-repeat: no-repeat;
  background-size: 66px;
  display: block;
  width: 66px;
  height: 36px;
}
.CommonLanding .achivementSec.achivement-v-1 .owl-nav button.owl-next,
.CommonLanding .achivementSec.achivement-v-1 .owl-nav button.owl-prev {
  background: none !important;
}
@media all and (max-width: 575px) {
  .CommonLanding .achivementSec .achivementWrapper {
    margin-top: 70px;
  }
}
.CommonLanding .ourPlantWrapper.our-plant-v-1 {
  background-color: #fff;
}
.CommonLanding .dcatAboutSec.cphiMilan.about-v-1 {
  max-width: 94%;
  margin: 0 auto;
  background: url("../images/about-cphi-china-bg.webp") no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  border-radius: 24px;
}
@media all and (max-width: 575px) {
  .CommonLanding .dcatAboutSec.cphiMilan.about-v-1 {
    background-size: 100% 100%;
  }
}
.CommonLanding .dcatAboutSec.cphiMilan.about-v-1 .dcatsustainabilityBox {
  margin-left: 0px;
  background: rgba(6, 6, 6, 0.61);
  backdrop-filter: blur(11.05px);
  border-radius: 22px;
  max-width: 758px;
  text-align: left;
  padding-bottom: 50px;
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .CommonLanding .dcatAboutSec.cphiMilan.about-v-1 .dcatsustainabilityBox {
    max-width: 570px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .CommonLanding .dcatAboutSec.cphiMilan.about-v-1 .dcatsustainabilityBox {
    max-width: 570px;
  }
}
.CommonLanding .dcatAboutSec.cphiMilan.about-v-1 .dcatsustainabilityBox h2 {
  color: #fff !important;
}
.CommonLanding .dcatAboutSec.cphiMilan.about-v-1 .dcatsustainabilityBox p {
  color: #fff;
  font-family: "DRL Circular Light";
}
.CommonLanding .dcatAboutSec.cphiMilan.about-v-1 .dcatsustainabilityBox p:last-child {
  margin-bottom: 0px;
}

.dcatNewyork2025 {
  width: 100%;
  height: auto;
  background: url("../images/dcat-2025-newyork-banner.webp") no-repeat center top #fff;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media all and ((max-width: 575px)) {
  .dcatNewyork2025 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media all and ((max-width: 410px)) {
  .dcatNewyork2025 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  .dcatNewyork2025 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.cphiJapan2025 {
  width: 100%;
  height: auto;
  background: url("../images/cphi-japan-2025-banner.webp") no-repeat center top #fff;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 150px;
}
@media all and ((max-width: 575px)) {
  .cphiJapan2025 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media all and ((max-width: 410px)) {
  .cphiJapan2025 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  .cphiJapan2025 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

body.page-events-dcat-week-2025 .dcatbannerFormHead {
  background-color: #502e92;
  color: #fff;
  text-align: left;
  font-size: 26px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 30px 0px;
  text-transform: none;
}

body.page-events-dcat-week-2025 .dcatbannerForm {
  background-color: #502e92;
  padding-top: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 30px;
}

body.page-events-dcat-week-2025 .custom-form form {
  background-color: #502e92 !important;
  padding-top: 0px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  padding-bottom: 30px !important;
  width: 375px !important;
  margin-left: 0px !important;
  margin-top: -2px;
}
@media all and ((max-width: 575px)) {
  body.page-events-dcat-week-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-dcat-week-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-dcat-week-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}

body.page-events-dcat-week-2025 .dcatBookedBtn {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 50px !important;
  background: #fff !important;
  border-radius: 61px !important;
  color: #502e92 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-top: 15px !important;
}

body.page-events-dcat-week-2025 .dcatbannerForm .form-control {
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
}

body.page-events-dcat-week-2025 .dcatbannerForm input[type=text],
body.page-events-dcat-week-2025 .dcatbannerForm input[type=email],
body.page-events-dcat-week-2025 .dcatbannerForm input[type=number],
body.page-events-dcat-week-2025 .dcatbannerForm textarea,
body.page-events-dcat-week-2025 .dcatbannerForm select {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  background: transparent !important;
}

body.page-events-dcat-week-2025 .mobile-number-field .country-select .prefix {
  color: #fff !important;
}

body.page-events-dcat-week-2025 .dcatbannerForm select {
  border: none !important;
  border-bottom: 1px solid #fff !important;
}

body.page-events-dcat-week-2025 .dcatbannerForm input[type=text]::placeholder,
body.page-events-dcat-week-2025 .dcatbannerForm input[type=email]::placeholder,
body.page-events-dcat-week-2025 .dcatbannerForm input[type=number]::placeholder,
body.page-events-dcat-week-2025 .dcatbannerForm textarea::placeholder,
body.page-events-dcat-week-2025 .dcatbannerForm select::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

body.page-events-dcat-week-2025 .mobile-number-field .country-select {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

body.page-events-cphi-japan-2025 .dcatbannerFormHead {
  background-color: #502e92;
  color: #fff;
  text-align: left;
  font-size: 26px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 30px 0px;
  text-transform: none;
}

body.page-events-cphi-japan-2025 .dcatbannerForm {
  background-color: #502e92;
  padding-top: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 30px;
}

body.page-events-cphi-japan-2025 .custom-form form {
  background-color: #502e92 !important;
  padding-top: 0px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  padding-bottom: 30px !important;
  width: 375px !important;
  margin-left: 0px !important;
  margin-top: -2px;
}
@media all and ((max-width: 575px)) {
  body.page-events-cphi-japan-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-cphi-japan-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-cphi-japan-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}

body.page-events-cphi-japan-2025 .dcatBookedBtn {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 50px !important;
  background: #fff !important;
  border-radius: 61px !important;
  color: #502e92 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-top: 15px !important;
}

body.page-events-cphi-japan-2025 .dcatbannerForm .form-control {
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
}

body.page-events-cphi-japan-2025 .dcatbannerForm input[type=text],
body.page-events-cphi-japan-2025 .dcatbannerForm input[type=email],
body.page-events-cphi-japan-2025 .dcatbannerForm input[type=number],
body.page-events-cphi-japan-2025 .dcatbannerForm textarea,
body.page-events-cphi-japan-2025 .dcatbannerForm select {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  background: transparent !important;
}

body.page-events-cphi-japan-2025 .mobile-number-field .country-select .prefix {
  color: #fff !important;
}

body.page-events-cphi-japan-2025 .dcatbannerForm select {
  border: none !important;
  border-bottom: 1px solid #fff !important;
}

body.page-events-cphi-japan-2025 .dcatbannerForm input[type=text]::placeholder,
body.page-events-cphi-japan-2025 .dcatbannerForm input[type=email]::placeholder,
body.page-events-cphi-japan-2025 .dcatbannerForm input[type=number]::placeholder,
body.page-events-cphi-japan-2025 .dcatbannerForm textarea::placeholder,
body.page-events-cphi-japan-2025 .dcatbannerForm select::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

body.page-events-cphi-japan-2025 .mobile-number-field .country-select {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

body.page-events-cphi-china-2025 .dcatbannerFormHead {
  background-color: #fff;
  color: #282828;
  text-align: left;
  font-size: 26px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 30px 0px;
  text-transform: none;
}

body.page-events-cphi-china-2025 .dcatbannerForm {
  background-color: #fff;
  padding-top: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 30px;
}

body.page-events-cphi-china-2025 .custom-form form {
  background-color: #fff !important;
  padding-top: 0px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  padding-bottom: 30px !important;
  width: 375px !important;
  margin-left: 0px !important;
  margin-top: -2px;
}
@media all and ((max-width: 575px)) {
  body.page-events-cphi-china-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-cphi-china-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-cphi-china-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}

body.page-events-cphi-china-2025 .dcatBookedBtn {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 50px !important;
  background: #282828 !important;
  border-radius: 61px !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-top: 15px !important;
}

body.page-events-cphi-china-2025 .dcatbannerForm .form-control {
  border-bottom: 1px solid #282828;
  background: transparent;
  color: #282828;
}

body.page-events-cphi-china-2025 .dcatbannerForm input[type=text],
body.page-events-cphi-china-2025 .dcatbannerForm input[type=email],
body.page-events-cphi-china-2025 .dcatbannerForm input[type=number],
body.page-events-cphi-china-2025 .dcatbannerForm textarea,
body.page-events-cphi-china-2025 .dcatbannerForm select {
  color: #282828 !important;
  border-bottom: 1px solid #c9ced0 !important;
  background: transparent !important;
}

body.page-events-cphi-china-2025 .mobile-number-field .country-select .prefix {
  color: #282828 !important;
}

body.page-events-cphi-china-2025 .dcatbannerForm select {
  border: none !important;
  border-bottom: 1px solid #c9ced0 !important;
}

body.page-events-cphi-china-2025 .dcatbannerForm input[type=text]::placeholder,
body.page-events-cphi-china-2025 .dcatbannerForm input[type=email]::placeholder,
body.page-events-cphi-china-2025 .dcatbannerForm input[type=number]::placeholder,
body.page-events-cphi-china-2025 .dcatbannerForm textarea::placeholder,
body.page-events-cphi-china-2025 .dcatbannerForm select::placeholder {
  color: #282828 !important;
  opacity: 1 !important;
}

body.page-events-cphi-china-2025 .mobile-number-field .country-select {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

body.page-events-cphi-frankfurt-2025 .dcatbannerFormHead {
  background-color: #fff;
  color: #282828;
  text-align: left;
  font-size: 26px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 30px 0px;
  text-transform: none;
}

body.page-events-cphi-frankfurt-2025 .dcatbannerForm {
  background-color: #fff;
  padding-top: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 30px;
}

body.page-events-cphi-frankfurt-2025 .custom-form form {
  background-color: #fff !important;
  padding-top: 0px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  padding-bottom: 30px !important;
  width: 375px !important;
  margin-left: 0px !important;
  margin-top: -2px;
}
@media all and ((max-width: 575px)) {
  body.page-events-cphi-frankfurt-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-cphi-frankfurt-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-cphi-frankfurt-2025 .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}

body.page-events-cphi-frankfurt-2025 .dcatBookedBtn {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 50px !important;
  background: #282828 !important;
  border-radius: 61px !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-top: 15px !important;
}

body.page-events-cphi-frankfurt-2025 .dcatbannerForm .form-control {
  border-bottom: 1px solid #282828;
  background: transparent;
  color: #282828;
}

body.page-events-cphi-frankfurt-2025 .dcatbannerForm input[type=text],
body.page-events-cphi-frankfurt-2025 .dcatbannerForm input[type=email],
body.page-events-cphi-frankfurt-2025 .dcatbannerForm input[type=number],
body.page-events-cphi-frankfurt-2025 .dcatbannerForm textarea,
body.page-events-cphi-frankfurt-2025 .dcatbannerForm select {
  color: #282828 !important;
  border-bottom: 1px solid #c9ced0 !important;
  background: transparent !important;
}

body.page-events-cphi-frankfurt-2025 .mobile-number-field .country-select .prefix {
  color: #282828 !important;
}

body.page-events-cphi-frankfurt-2025 .dcatbannerForm select {
  border: none !important;
  border-bottom: 1px solid #c9ced0 !important;
}

body.page-events-cphi-frankfurt-2025 .dcatbannerForm input[type=text]::placeholder,
body.page-events-cphi-frankfurt-2025 .dcatbannerForm input[type=email]::placeholder,
body.page-events-cphi-frankfurt-2025 .dcatbannerForm input[type=number]::placeholder,
body.page-events-cphi-frankfurt-2025 .dcatbannerForm textarea::placeholder,
body.page-events-cphi-frankfurt-2025 .dcatbannerForm select::placeholder {
  color: #282828 !important;
  opacity: 1 !important;
}

body.page-events-cphi-frankfurt-2025 .mobile-number-field .country-select {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

body.page-events-dcat-week-2025 .dcatbannerCaption {
  margin-top: 100px;
  margin-left: 0%;
}
@media all and ((max-width: 575px)) {
  body.page-events-dcat-week-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-dcat-week-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-dcat-week-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
body.page-events-dcat-week-2025 .dcatbannerCaption h1 {
  font-size: 50px;
  font-family: "DRL Circular Bold";
  color: #000;
  line-height: 53px;
  margin-bottom: 50px;
  font-weight: bold;
}
body.page-events-dcat-week-2025 .dcatbannerCaption h1.mb-2 {
  margin-bottom: 0.5rem;
}
body.page-events-dcat-week-2025 .dcatbannerCaption p {
  font-size: 22px;
  font-family: "DRL Circular Book";
  color: #000;
  margin-bottom: 15px;
}
body.page-events-dcat-week-2025 .dcatbannerCaption p.headDesc {
  font-size: 24px;
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption {
  max-width: 445px;
  min-height: 138px;
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 8px;
  padding: 50px 24px 24px;
  box-sizing: border-box;
  margin-top: 70px;
  position: relative;
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption p {
  margin-bottom: 10px;
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption p .milanBooth {
  font-size: 20px;
  font-family: "DRL Circular Bold";
  color: #000;
  text-transform: none;
}
@media all and (max-width: 575px) {
  body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption p .milanBooth {
    max-width: 87%;
    height: auto;
  }
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date,
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date img,
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place img {
  width: 28px;
  height: 28px;
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date span,
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place span {
  font-size: 18px;
  font-family: "DRL Circular Book";
  color: #fff;
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiCaptionLessBg .chinaBoothCaption {
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 68px;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  color: #fff;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  background: rgba(27, 35, 80, 0.57);
  box-shadow: 0px 4px 22.9px rgba(63, 28, 202, 0.25);
  backdrop-filter: blur(4.85px);
  border-radius: 7px;
  height: auto;
  padding: 15px;
}
@media all and (max-width: 575px) {
  body.page-events-dcat-week-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
  margin-bottom: 0px;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  padding-right: 16px;
}
@media all and (max-width: 575px) {
  body.page-events-dcat-week-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
    border-right: none;
    padding-right: 0px;
  }
}
body.page-events-dcat-week-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .place {
  margin-bottom: 0px;
}

body.page-events-cphi-japan-2025 .dcatbannerCaption {
  margin-top: 50px;
  margin-left: 0%;
}
@media all and ((max-width: 575px)) {
  body.page-events-cphi-japan-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-cphi-japan-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-cphi-japan-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
body.page-events-cphi-japan-2025 .dcatbannerCaption h1 {
  font-size: 50px;
  font-family: "DRL Circular Bold";
  color: #000;
  line-height: 53px;
  margin-bottom: 50px;
  font-weight: bold;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption h1.mb-2 {
  margin-bottom: 0.5rem;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption p {
  font-size: 22px;
  font-family: "DRL Circular Book";
  color: #000;
  margin-bottom: 15px;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption p.headDesc {
  font-size: 24px;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption {
  max-width: 445px;
  min-height: 138px;
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 8px;
  padding: 50px 24px 24px;
  box-sizing: border-box;
  margin-top: 70px;
  position: relative;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption p {
  margin-bottom: 10px;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption p .milanBooth {
  font-size: 20px;
  font-family: "DRL Circular Bold";
  color: #000;
  text-transform: none;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption p .milanBooth {
    max-width: 87%;
    height: auto;
  }
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date,
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date img,
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place img {
  width: 28px;
  height: 28px;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date span,
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place span {
  font-size: 18px;
  font-family: "DRL Circular Book";
  color: #fff;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiCaptionLessBg .chinaBoothCaption {
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 68px;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  color: #fff;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  background: rgba(27, 35, 80, 0.57);
  box-shadow: 0px 4px 22.9px rgba(63, 28, 202, 0.25);
  backdrop-filter: blur(4.85px);
  border-radius: 7px;
  height: auto;
  padding: 15px;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
  margin-bottom: 0px;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  padding-right: 16px;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
    border-right: none;
    padding-right: 0px;
  }
}
body.page-events-cphi-japan-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .place {
  margin-bottom: 0px;
}

.cphiChina2025 {
  width: 100%;
  height: auto;
  background: url("../images/cphi-china-2025-banner.webp") no-repeat center top #fff;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 250px;
}
@media all and ((max-width: 575px)) {
  .cphiChina2025 {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
@media all and ((max-width: 410px)) {
  .cphiChina2025 {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  .cphiChina2025 {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}

.cphifrankfrut2025 {
  width: 100%;
  height: auto;
  background: url("../images/frankfrut-banner.webp") no-repeat center top #fff;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 200px;
}
@media all and ((max-width: 575px)) {
  .cphifrankfrut2025 {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
@media all and ((max-width: 410px)) {
  .cphifrankfrut2025 {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  .cphifrankfrut2025 {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}

body.page-events-cphi-japan-2025-success .dcatbannerCaption {
  margin-top: 50px;
  margin-left: 0%;
}
@media all and ((max-width: 575px)) {
  body.page-events-cphi-japan-2025-success .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-cphi-japan-2025-success .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-cphi-japan-2025-success .dcatbannerCaption {
    margin-top: 30px;
  }
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption h1 {
  font-size: 50px;
  font-family: "DRL Circular Bold";
  color: #000;
  line-height: 53px;
  margin-bottom: 50px;
  font-weight: bold;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption h1.mb-2 {
  margin-bottom: 0.5rem;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption p {
  font-size: 22px;
  font-family: "DRL Circular Book";
  color: #000;
  margin-bottom: 15px;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption p.headDesc {
  font-size: 24px;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption {
  max-width: 445px;
  min-height: 138px;
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 8px;
  padding: 50px 24px 24px;
  box-sizing: border-box;
  margin-top: 70px;
  position: relative;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption p {
  margin-bottom: 10px;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption p .milanBooth {
  font-size: 20px;
  font-family: "DRL Circular Bold";
  color: #000;
  text-transform: none;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption p .milanBooth {
    max-width: 87%;
    height: auto;
  }
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date,
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date img,
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place img {
  width: 28px;
  height: 28px;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date span,
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place span {
  font-size: 18px;
  font-family: "DRL Circular Book";
  color: #fff;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiCaptionLessBg .chinaBoothCaption {
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 68px;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  color: #fff;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  background: rgba(27, 35, 80, 0.57);
  box-shadow: 0px 4px 22.9px rgba(63, 28, 202, 0.25);
  backdrop-filter: blur(4.85px);
  border-radius: 7px;
  height: auto;
  padding: 15px;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
  margin-bottom: 0px;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  padding-right: 16px;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
    border-right: none;
    padding-right: 0px;
  }
}
body.page-events-cphi-japan-2025-success .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .place {
  margin-bottom: 0px;
}

body.page-events-cphi-china-2025 .dcatbannerCaption {
  margin-top: 50px;
  margin-left: 0%;
}
@media all and ((max-width: 575px)) {
  body.page-events-cphi-china-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-cphi-china-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-cphi-china-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
body.page-events-cphi-china-2025 .dcatbannerCaption h1 {
  font-size: 50px;
  font-family: "DRL Circular Bold";
  color: #000;
  line-height: 53px;
  margin-bottom: 50px;
  font-weight: bold;
}
body.page-events-cphi-china-2025 .dcatbannerCaption h1.mb-2 {
  margin-bottom: 0.5rem;
}
body.page-events-cphi-china-2025 .dcatbannerCaption p {
  font-size: 22px;
  font-family: "DRL Circular Book";
  color: #000;
  margin-bottom: 15px;
}
body.page-events-cphi-china-2025 .dcatbannerCaption p.headDesc {
  font-size: 24px;
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption {
  max-width: 445px;
  min-height: 138px;
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 8px;
  padding: 50px 24px 24px;
  box-sizing: border-box;
  margin-top: 70px;
  position: relative;
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption p {
  margin-bottom: 10px;
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption p .milanBooth {
  font-size: 20px;
  font-family: "DRL Circular Bold";
  color: #000;
  text-transform: none;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption p .milanBooth {
    max-width: 87%;
    height: auto;
  }
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date,
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date img,
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place img {
  width: 28px;
  height: 28px;
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date span,
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place span {
  font-size: 18px;
  font-family: "DRL Circular Book";
  color: #fff;
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiCaptionLessBg .chinaBoothCaption {
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 68px;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  color: #fff;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  background: rgba(27, 35, 80, 0.57);
  box-shadow: 0px 4px 22.9px rgba(63, 28, 202, 0.25);
  backdrop-filter: blur(4.85px);
  border-radius: 7px;
  height: auto;
  padding: 15px;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-china-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
  margin-bottom: 0px;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  padding-right: 16px;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-china-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
    border-right: none;
    padding-right: 0px;
  }
}
body.page-events-cphi-china-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .place {
  margin-bottom: 0px;
}

body.page-events-cphi-frankfurt-2025 .dcatbannerCaption {
  margin-top: 50px;
  margin-left: 0%;
}
@media all and ((max-width: 575px)) {
  body.page-events-cphi-frankfurt-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px)) {
  body.page-events-cphi-frankfurt-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-events-cphi-frankfurt-2025 .dcatbannerCaption {
    margin-top: 30px;
  }
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption h1 {
  font-size: 50px;
  font-family: "DRL Circular Bold";
  color: #000;
  line-height: 53px;
  margin-bottom: 50px;
  font-weight: bold;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption h1.mb-2 {
  margin-bottom: 0.5rem;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption p {
  font-size: 22px;
  font-family: "DRL Circular Book";
  color: #000;
  margin-bottom: 15px;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption p.headDesc {
  font-size: 24px;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption {
  max-width: 445px;
  min-height: 138px;
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 8px;
  padding: 50px 24px 24px;
  box-sizing: border-box;
  margin-top: 70px;
  position: relative;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption p {
  margin-bottom: 10px;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption p .milanBooth {
  font-size: 20px;
  font-family: "DRL Circular Bold";
  color: #000;
  text-transform: none;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption p .milanBooth {
    max-width: 87%;
    height: auto;
  }
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date,
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date img,
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place img {
  width: 28px;
  height: 28px;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .date span,
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiMilanCaption .dcat-placeWrap .place span {
  font-size: 18px;
  font-family: "DRL Circular Book";
  color: #fff;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiCaptionLessBg .chinaBoothCaption {
  background: linear-gradient(64.48deg, #6843b8 12.95%, #34c5f4 131.47%);
  border-radius: 68px;
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  color: #fff;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  background: rgba(27, 35, 80, 0.57);
  box-shadow: 0px 4px 22.9px rgba(63, 28, 202, 0.25);
  backdrop-filter: blur(4.85px);
  border-radius: 7px;
  height: auto;
  padding: 15px;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
  margin-bottom: 0px;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  padding-right: 16px;
}
@media all and (max-width: 575px) {
  body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .date {
    border-right: none;
    padding-right: 0px;
  }
}
body.page-events-cphi-frankfurt-2025 .dcatbannerCaption .cphiCaptionLessBg .dcat-placeWrap .place {
  margin-bottom: 0px;
}

body.page-events-dcat-week-2025 .milanSustainibility {
  background: url("../images/sustainibility-new-bg.webp") no-repeat center center;
  width: 100%;
  height: auto;
  min-height: 240px;
  background-size: cover;
  padding: 80px 0px;
  box-sizing: border-box;
  color: #000;
}
body.page-events-dcat-week-2025 .milanSustainibility .milanSustainabilityText {
  max-width: 706px;
  height: auto;
}
body.page-events-dcat-week-2025 .milanSustainibility .milanSustainabilityText p {
  color: #000;
}
body.page-events-dcat-week-2025 .milanSustainibility .milanSustainabilityText p strong {
  font-weight: bold;
}
body.page-events-dcat-week-2025 .milanSustainibility .milanSustainabilityText h2 {
  text-align: left;
  color: #5f4b9f !important;
  font-family: "DRL Circular Bold";
  font-size: 28px;
  margin-bottom: 15px;
  line-height: normal;
}
body.page-events-dcat-week-2025 .milanSustainibility .milanSustainabilityText ul li {
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  text-align: left !important;
}
body.page-events-dcat-week-2025 .milanSustainibility .milanSustainabilityText ul li::before {
  content: "";
  background: url(../images/esg-bullet.svg);
  background-repeat: no-repeat;
  background-repeat: 12px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
}

body.page-events-cphi-japan-2025 .milanSustainibility {
  background: url("../images/sustainibility-new-bg.webp") no-repeat center center;
  width: 100%;
  height: auto;
  min-height: 240px;
  background-size: cover;
  padding: 80px 0px;
  box-sizing: border-box;
  color: #000;
}
body.page-events-cphi-japan-2025 .milanSustainibility .milanSustainabilityText {
  max-width: 706px;
  height: auto;
}
body.page-events-cphi-japan-2025 .milanSustainibility .milanSustainabilityText p {
  color: #000;
}
body.page-events-cphi-japan-2025 .milanSustainibility .milanSustainabilityText p strong {
  font-weight: bold;
}
body.page-events-cphi-japan-2025 .milanSustainibility .milanSustainabilityText h2 {
  text-align: left;
  color: #5f4b9f !important;
  font-family: "DRL Circular Bold";
  font-size: 28px;
  margin-bottom: 15px;
  line-height: normal;
}
body.page-events-cphi-japan-2025 .milanSustainibility .milanSustainabilityText ul li {
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  text-align: left !important;
}
body.page-events-cphi-japan-2025 .milanSustainibility .milanSustainabilityText ul li::before {
  content: "";
  background: url(../images/esg-bullet.svg);
  background-repeat: no-repeat;
  background-repeat: 12px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
}

body.page-events-cphi-china-2025 .milanSustainibility {
  background: url("../images/sustainibility-bg.webp") no-repeat center center;
  width: 100%;
  height: auto;
  min-height: 240px;
  background-size: cover;
  padding: 80px 0px;
  box-sizing: border-box;
  color: #fff;
}
body.page-events-cphi-china-2025 .milanSustainibility .milanSustainabilityText {
  max-width: 706px;
  height: auto;
}
body.page-events-cphi-china-2025 .milanSustainibility .milanSustainabilityText p {
  color: #fff;
}
body.page-events-cphi-china-2025 .milanSustainibility .milanSustainabilityText p strong {
  font-weight: bold;
}
body.page-events-cphi-china-2025 .milanSustainibility .milanSustainabilityText h2 {
  text-align: left;
  color: #fff !important;
  font-family: "DRL Circular Bold";
  font-size: 28px;
  margin-bottom: 15px;
  line-height: normal;
}
body.page-events-cphi-china-2025 .milanSustainibility .milanSustainabilityText ul li {
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  text-align: left !important;
}
body.page-events-cphi-china-2025 .milanSustainibility .milanSustainabilityText ul li::before {
  content: "";
  background: url(../images/esg-bullet.svg);
  background-repeat: no-repeat;
  background-repeat: 12px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
}

body.page-events-cphi-india-2024 .milanSustainibility {
  background: url("../images/milan-sustainability-banner.png") no-repeat center center;
  width: 100%;
  height: auto;
  min-height: 240px;
  background-size: cover;
  padding: 80px 0px;
  box-sizing: border-box;
  color: #fff;
}
body.page-events-cphi-india-2024 .milanSustainibility .milanSustainabilityText {
  max-width: 706px;
  height: auto;
}
body.page-events-cphi-india-2024 .milanSustainibility .milanSustainabilityText p {
  color: #fff;
}
body.page-events-cphi-india-2024 .milanSustainibility .milanSustainabilityText p strong {
  font-weight: bold;
}
body.page-events-cphi-india-2024 .milanSustainibility .milanSustainabilityText h2 {
  text-align: left;
  color: #fff !important;
  font-family: "DRL Circular Bold";
  font-size: 28px;
  margin-bottom: 15px;
  line-height: normal;
}
body.page-events-cphi-india-2024 .milanSustainibility .milanSustainabilityText ul li {
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  text-align: left !important;
}
body.page-events-cphi-india-2024 .milanSustainibility .milanSustainabilityText ul li::before {
  content: "";
  background: url(../images/esg-bullet.svg);
  background-repeat: no-repeat;
  background-repeat: 12px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
}

body.page-events-cphi-frankfurt-2025 .milanSustainibility {
  background: url("../images/sustainibility-bg-frankfrut.webp") no-repeat center center;
  width: 100%;
  height: auto;
  min-height: 240px;
  background-size: cover;
  padding: 80px 0px;
  box-sizing: border-box;
  color: #fff;
}
body.page-events-cphi-frankfurt-2025 .milanSustainibility .milanSustainabilityText {
  max-width: 80%;
  height: auto;
}
body.page-events-cphi-frankfurt-2025 .milanSustainibility .milanSustainabilityText p {
  color: #fff;
}
body.page-events-cphi-frankfurt-2025 .milanSustainibility .milanSustainabilityText p strong {
  font-weight: bold;
}
body.page-events-cphi-frankfurt-2025 .milanSustainibility .milanSustainabilityText h2 {
  text-align: left;
  color: #502e92 !important;
  font-family: "DRL Circular Bold";
  font-size: 28px;
  margin-bottom: 15px;
  line-height: normal;
}
body.page-events-cphi-frankfurt-2025 .milanSustainibility .milanSustainabilityText ul li {
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  text-align: left !important;
}
body.page-events-cphi-frankfurt-2025 .milanSustainibility .milanSustainabilityText ul li::before {
  content: "";
  background: url(../images/esg-bullet.svg);
  background-repeat: no-repeat;
  background-repeat: 12px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
}

body.page-events-dcat-week-2025 .footerLogo ul li p.footerApiBrand {
  font-weight: 700;
  font-size: 32px;
  margin-right: 10px;
  color: #fff;
  align-self: center;
  margin-bottom: 0px;
}

body.page-events-cphi-japan-2025 .footerLogo ul li p.footerApiBrand {
  font-weight: 700;
  font-size: 32px;
  margin-right: 10px;
  color: #fff;
  align-self: center;
  margin-bottom: 0px;
}

body.page-events-cphi-china-2025 .footerLogo ul li p.footerApiBrand {
  font-weight: 700;
  font-size: 32px;
  margin-right: 10px;
  color: #fff;
  align-self: center;
  margin-bottom: 0px;
}

body.page-events-cphi-frankfurt-2025 .footerLogo ul li p.footerApiBrand {
  font-weight: 700;
  font-size: 32px;
  margin-right: 10px;
  color: #fff;
  align-self: center;
  margin-bottom: 0px;
}

body.page-events-dcat-week-2025 .dcatbannerForm input[type=email] {
  color: #fff !important;
}
body.page-events-dcat-week-2025 .dcatbannerForm input[type=email]::placeholder {
  color: #fff !important;
  opacity: 1;
}
body.page-events-dcat-week-2025 .dcatbannerForm input[type=email]::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

@media all and (max-width: 575px) {
  body.page-events-dcat-week-2025 div#navbarNavDropdown {
    top: 66px;
  }
}

@media all and (max-width: 575px) {
  body.page-events-cphi-japan-2025 div#navbarNavDropdown {
    top: 66px;
  }
}

@media all and (max-width: 575px) {
  body.page-events-cphi-china-2025 div#navbarNavDropdown {
    top: 66px;
  }
}

body.page-events-dcat-week-2025 .dcatNavbar .navbar-toggler {
  width: 40px;
  height: 40px;
  top: 0px;
}
body.page-events-cphi-china-2025 .dcatNavbar .navbar-toggler {
  width: 40px;
  height: 40px;
  top: 0px;
}
body.page-events-cphi-japan-2025 .dcatNavbar .navbar-toggler {
  width: 40px;
  height: 40px;
  top: 0px;
}
body.page-events-cphi-frankfurt-2025 .dcatNavbar .navbar-toggler {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 991.5px) {
  body.page-events-cphi-frankfurt-2025 .dcatNavbar .navbar-toggler {
    background: transparent !important;
  }
}
body.page-events-cphi-frankfurt-2025 .dcatNavbar .navbar-collapse {
  top: 66px;
}

.techBanner {
  background: url("../images/tech-transfer-banner.png") no-repeat center center;
  background-size: cover;
  padding: 100px 0px;
  color: #000000;
  margin-top: 143px;
}
@media all and (max-width: 575px) {
  .techBanner {
    padding: 100px 0px 130px;
    margin-top: 114px;
  }
}
.techBanner h1 {
  font-size: 50px;
  font-family: "DRL Circular Bold";
  line-height: normal;
}
@media all and (max-width: 575px) {
  .techBanner h1 {
    font-size: 30px;
  }
}
.techBanner p {
  font-size: 22px;
  line-height: 29px;
  font-family: "DRL Circular Book";
  color: #000000;
  margin-top: 25px;
}
@media all and (max-width: 575px) {
  .techBanner p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  .techBanner .container {
    padding: 0px 20px !important;
  }
}

.licenseBanner {
  background: url("../images/license-desktop-banner.webp") no-repeat center center;
  background-size: cover;
  padding: 100px 0px;
  color: #000000;
  margin-top: 143px;
}
@media all and (max-width: 575px) {
  .licenseBanner {
    padding: 100px 0px 130px;
    margin-top: 114px;
  }
}
.licenseBanner h1 {
  font-size: 50px;
  font-family: "DRL Circular Bold";
  line-height: normal;
}
@media all and (max-width: 575px) {
  .licenseBanner h1 {
    font-size: 30px;
  }
}
.licenseBanner p {
  font-size: 22px;
  line-height: 29px;
  font-family: "DRL Circular Book";
  color: #000000;
  margin-top: 25px;
}
@media all and (max-width: 575px) {
  .licenseBanner p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  .licenseBanner .container {
    padding: 0px 20px !important;
  }
}

body.page-tech-transfer section.innerPageBanner.productBanner,
body.page-licensing-opportunities section.innerPageBanner.productBanner,
body.page-events-cphi-china-2025 section.innerPageBanner.productBanner {
  display: none;
}

@media all and (max-width: 575px) {
  .newLandingPage section .container {
    padding: 0px 20px !important;
  }
}
.newLandingPage h2 {
  font-family: "DRL Circular Book";
  font-size: 37px;
  line-height: 46px;
  color: #502e92;
  text-align: center;
  margin-bottom: 38px;
  max-width: 600px;
}
.newLandingPage .newLandingMainContent {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 70px 0px;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .newLandingMainContent {
    padding: 30px 0px;
  }
}
.newLandingPage .newLandingMainContent h2 {
  text-align: left;
  margin-bottom: 24px;
}
.newLandingPage .newLandingMainContent p {
  font-family: "DRL Circular Book";
  color: #000000;
  max-width: 596px;
  text-align: justify;
}
.newLandingPage .newLandingMainContent img {
  width: 100%;
  max-width: 592px;
  height: auto;
  border-radius: 20px;
  margin-top: 50px;
}
.newLandingPage .newLandingMainContent .dcatbannerFormHead {
  float: right;
}
.newLandingPage .licenseOppertunities {
  padding: 70px 0px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: linear-gradient(78.76deg, #6843b8 8.29%, #34c5f4 109.11%);
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .licenseOppertunities {
    padding: 30px 0px;
  }
}
.newLandingPage .licenseOppertunities .nav {
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.newLandingPage .licenseOppertunities .nav.nav-tabs {
  border-bottom: none;
}
.newLandingPage .licenseOppertunities .nav.nav-tabs .nav-link {
  border: 1px solid #fff;
  border-radius: 60px;
  background-color: transparent;
  height: 40px;
  font-size: 16px;
  font-family: "DRL Circular Book";
  color: #fff;
}
@media all and (max-width: 575px) {
  .newLandingPage .licenseOppertunities .nav.nav-tabs .nav-link {
    width: 100%;
  }
}
.newLandingPage .licenseOppertunities .nav.nav-tabs .nav-link.active {
  background: #502e92;
  color: #fff;
  border-color: #502e92;
}
.newLandingPage .licenseOppertunities .oppertunitiesBox {
  width: 100%;
  height: auto;
  padding: 25px;
  box-sizing: border-box;
  background: #f2f3f8;
  border-radius: 20px;
  min-height: 500px;
  margin-bottom: 15px;
}
.newLandingPage .licenseOppertunities .oppertunitiesBox h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "DRL Circular Book";
}
.newLandingPage .licenseOppertunities .oppertunitiesBox p {
  font-size: 14px;
  line-height: 21px;
  font-family: "DRL Circular Light";
  color: #000000;
}
.newLandingPage .licenseOppertunities .oppertunitiesBox .licenseImageBox {
  margin-bottom: 25px;
}
.newLandingPage .licenseOppertunities .oppertunitiesBox .licenseImageBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 28px;
}
.newLandingPage .licenseOppertunities .licenseProcessWrapper {
  color: #fff;
}
.newLandingPage .licenseOppertunities .licenseProcessWrapper p {
  color: #fff;
  font-family: "DRL Circular Light";
  font-size: 16px;
  line-height: 20px;
}
.newLandingPage .licenseOppertunities .licenseProcessWrapper .bg-light {
  background: rgba(14, 0, 60, 0.19) !important;
}
.newLandingPage .licenseOppertunities .licenseProcessWrapper .rounded {
  border-radius: 18px !important;
}
.newLandingPage .licenseOppertunities .licenseProcessWrapper .processHead {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  font-family: "DRL Circular Book";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}
.newLandingPage .licenseOppertunities .licenseProcessWrapper .processHead img {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
}
.newLandingPage .licenseOppertunities .licenseProcessWrapper .processHead span {
  width: 69px;
  height: 69px;
  background: #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newLandingPage .licenseOppertunities .licenseProcessWrapper .processHead h6 {
  width: 60%;
}
.newLandingPage .commitmentWrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0px;
  box-sizing: border-box;
}
.newLandingPage .commitmentWrapper h2 {
  text-align: left;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .commitmentWrapper {
    padding: 30px 0px;
    flex-direction: column;
  }
}
.newLandingPage .commitmentWrapper .commitmentLeft {
  width: 40%;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .commitmentWrapper .commitmentLeft {
    width: 100%;
  }
}
.newLandingPage .commitmentWrapper .commitmentRight {
  width: 51%;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .commitmentWrapper .commitmentRight {
    width: 100%;
  }
}
.newLandingPage .commitmentWrapper .commitmentRight img {
  width: 100%;
  max-width: 675px;
  height: auto;
  border-radius: 20px;
}
.newLandingPage .newContactBox {
  width: 82%;
  margin: 0 auto;
  padding: 70px 0px;
  box-sizing: border-box;
  background: #f2f3f8;
  border-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .newContactBox {
    padding: 30px 0px;
  }
}
.newLandingPage .newContactBox h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.newLandingPage .newContactBox p {
  font-family: "DRL Circular Book";
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.newLandingPage .newContactBox a {
  color: #502e92;
  font-family: "DRL Circular Bold";
}
.newLandingPage .newContactBox .contactInner {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
}
.newLandingPage .ourBusinessModel {
  width: 100%;
  height: auto;
  background: #f2f3f8;
  padding: 70px 0px;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .ourBusinessModel {
    padding: 30px 0px;
  }
}
.newLandingPage .ourBusinessModel h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 38px;
}
.newLandingPage .ourBusinessModel .nav {
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.newLandingPage .ourBusinessModel .nav.nav-tabs {
  border-bottom: none;
}
.newLandingPage .ourBusinessModel .nav.nav-tabs .nav-link {
  border: 1px solid #b8b8b8;
  border-radius: 60px;
  background-color: #fff;
  height: auto;
  min-height: 40px;
  font-size: 16px;
  font-family: "DRL Circular Book";
  color: #575757;
}
@media all and (max-width: 575px) {
  .newLandingPage .ourBusinessModel .nav.nav-tabs .nav-link {
    width: 100%;
  }
}
.newLandingPage .ourBusinessModel .nav.nav-tabs .nav-link.active {
  background: #502e92;
  color: #fff;
  border-color: #502e92;
}
.newLandingPage .ourBusinessModel .verticalTab {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.newLandingPage .ourBusinessModel .verticalTab .nav {
  width: 250px;
}
.newLandingPage .ourBusinessModel .verticalTab .tab-content {
  max-width: 80%;
}
.newLandingPage .ourBusinessModel .verticalTab .tab-content .four-column-grid {
  margin-top: 0px;
  flex-direction: column;
  gap: 10px;
}
.newLandingPage .ourBusinessModel .verticalTab .tab-content .four-column-grid .grid-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0px;
}
.newLandingPage .ourBusinessModel .four-column-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
@media all and (max-width: 575px) {
  .newLandingPage .ourBusinessModel .four-column-grid {
    margin-top: 30px;
    gap: 15px;
  }
}
.newLandingPage .ourBusinessModel .four-column-grid .grid-item {
  flex: 1 1 calc(25% - 30px);
  max-width: 25%;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 2px 12.6px rgba(93, 77, 145, 0.07);
  border-radius: 14px;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .ourBusinessModel .four-column-grid .grid-item {
    flex: 1 1 calc(50% - 30px);
    max-width: 50%;
  }
}
@media all and (max-width: 575px) {
  .newLandingPage .ourBusinessModel .four-column-grid .grid-item {
    flex: 1 1 calc(100% - 30px);
    max-width: 100%;
  }
}
.newLandingPage .ourBusinessModel .four-column-grid .grid-item .gridHead {
  display: flex;
  gap: 20px;
  align-items: center;
}
.newLandingPage .ourBusinessModel .four-column-grid .grid-item .gridHead h5 {
  font-family: "DRL Circular Bold";
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.newLandingPage .otherServiceSection {
  padding: 70px 0px;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .otherServiceSection {
    padding: 30px 0px;
  }
}
.newLandingPage .otherServiceSection h2 {
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
.newLandingPage .otherServiceSection p {
  text-align: center;
  margin-bottom: 42px;
}
.newLandingPage .otherServiceSection .otherServicesBox {
  background: #f2f3f8;
  border-radius: 20px;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .otherServiceSection .otherServicesBox {
    margin-bottom: 15px;
  }
}
.newLandingPage .otherServiceSection .otherServicesBox .otherImageBox {
  width: 100%;
  margin-bottom: 30px;
}
.newLandingPage .otherServiceSection .otherServicesBox .otherImageBox img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}
.newLandingPage .otherServiceSection .otherServicesBox h4 {
  font-family: "DRL Circular Bold";
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
}
.newLandingPage .otherServiceSection .otherServicesBox ul li {
  font-family: "DRL Circular Light";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #000000;
}
.newLandingPage .otherServiceSection .otherServicesBox ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: url("../images/play-arrow-blue.svg") no-repeat;
  display: block;
}
.newLandingPage .otherServiceSection .otherServicesBox ul li:last-child {
  margin-bottom: 0px;
}
.newLandingPage .valuAddedServicesWrapper {
  padding: 70px 0px 0px;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .valuAddedServicesWrapper {
    padding: 30px 0px 0px;
  }
}
.newLandingPage .valuAddedServicesWrapper h2 {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.newLandingPage .valuAddedServicesWrapper p {
  color: #000000;
}
.newLandingPage .valuAddedServicesWrapper img {
  width: 100%;
  max-width: 575px;
  height: auto;
  float: right;
  border-radius: 20px;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .valuAddedServicesWrapper img {
    float: none;
    margin: 0 auto;
  }
}
.newLandingPage .valuAddedServicesWrapper ul {
  margin-bottom: 30px;
}
.newLandingPage .valuAddedServicesWrapper ul li {
  font-family: "DRL Circular Book";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
  color: #000000;
}
.newLandingPage .valuAddedServicesWrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: url("../images/play-arrow-blue.svg") no-repeat;
  display: block;
}
.newLandingPage .valuAddedServicesWrapper ul li:last-child {
  margin-bottom: 0px;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox {
  width: 97%;
  margin: 0 auto;
  margin-top: 50px;
  background: linear-gradient(78.76deg, #6843b8 8.29%, #34c5f4 109.11%);
  border-radius: 26px;
  padding: 70px 0px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox {
    padding: 30px 0px;
  }
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox::before {
  content: "";
  background: url("../images/valuadded-before.svg") no-repeat;
  display: block;
  width: 170px;
  height: 180px;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .valuAddedPackage {
  width: 100%;
  background: rgba(14, 0, 60, 0.19);
  border-radius: 18px;
  padding: 28px;
  box-sizing: border-box;
  height: auto;
  min-height: 420px;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .valuAddedPackage .valueHaed {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  gap: 27px;
  color: #fff;
  margin-bottom: 28px;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .valuAddedPackage .valueHaed .valueIcon {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .valuAddedPackage .valueHaed .valueIcon img {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .valuAddedPackage .valueHaed h4 {
  font-family: "DRL Circular Bold";
  font-size: 20px;
  line-height: 24px;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .valuAddedPackage ul li {
  font-family: "DRL Circular Light";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #fff;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .valuAddedPackage ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: url("../images/play-arrow-white.svg") no-repeat;
  display: block;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .valuAddedPackage ul li:last-child {
  margin-bottom: 0px;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .owl-nav {
  margin-left: auto;
  position: relative;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  width: auto;
  margin: 0 auto;
  width: 15px;
  margin-top: 35px !important;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .owl-nav .nav-btn.prev-slide {
  background-image: url(../images/arrow-left-new.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  display: block;
  width: 50px;
  height: 50px;
}
.newLandingPage .valuAddedServicesWrapper .valuAddedBottomBox .owl-nav .nav-btn.next-slide {
  background-image: url(../images/arrow-right-new.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  display: block;
  width: 50px;
  height: 50px;
}
.newLandingPage .valuAddedSection {
  padding: 70px 0px;
}
@media only screen and (max-width: 991.5px) {
  .newLandingPage .valuAddedSection {
    padding: 30px 0px;
  }
}
.newLandingPage .valuAddedSection h2 {
  margin: 0 auto;
  margin-bottom: 38px;
  text-align: center;
}
.newLandingPage .valuAddedSection .valueAddedBox {
  margin-bottom: 20px;
}
.newLandingPage .valuAddedSection .valueAddedBox .valueAddedImageBox {
  margin-bottom: 20px;
}
.newLandingPage .valuAddedSection .valueAddedBox .valueAddedImageBox img {
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
}
.newLandingPage .valuAddedSection .valueAddedBox .valuAddedDescription {
  background: #fff;
}
.newLandingPage .valuAddedSection .valueAddedBox .valuAddedDescription h4 {
  font-family: "DRL Circular Bold";
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.newLandingPage .valuAddedSection .valueAddedBox .valuAddedDescription ul li {
  font-family: "DRL Circular Light";
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.newLandingPage .valuAddedSection .valueAddedBox .valuAddedDescription ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url("../images/check-check.svg") no-repeat;
  display: block;
}
.newLandingPage .valuAddedSection .valueAddedBox .valuAddedDescription ul li:last-child {
  margin-bottom: 0px;
}

@media all and (max-width: 767px) {
  body.page-tech-transfer .headingForm {
    position: relative;
    height: 50px;
  }
}

@media all and (max-width: 767px) {
  body.page-tech-transfer .headingForm::before {
    content: "Contact Us";
    position: absolute;
    left: 0px;
    top: -113px;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    color: #502e92;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    font-family: "DRL Circular Bold";
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

body.page-tech-transfer .dcatbannerFormHead {
  background-color: #fff;
  color: #502e92;
  text-align: center;
  font-size: 26px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 30px 0px;
  text-transform: none;
  font-family: "DRL Circular Bold" !important;
}
@media all and (max-width: 767px) {
  body.page-tech-transfer .dcatbannerFormHead {
    display: none;
  }
}

body.page-tech-transfer .dcatbannerForm {
  background-color: #fff;
  padding-top: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 30px;
}

body.page-tech-transfer .custom-form form {
  background-color: #fff !important;
  padding-top: 0px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  padding-bottom: 30px !important;
  width: 375px !important;
  margin-left: 0px !important;
  margin-top: -2px;
}
@media all and ((max-width: 767px)) {
  body.page-tech-transfer .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 575px)) {
  body.page-tech-transfer .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px)) {
  body.page-tech-transfer .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-tech-transfer .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}

body.page-tech-transfer .custom-form form .form-email,
body.page-tech-transfer .custom-form form .form-text,
body.page-tech-transfer .custom-form form .form-select {
  margin: 8px 0px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 36px !important;
  padding: 0px 10px !important;
}

body.page-tech-transfer .custom-form #edit-processed-text {
  display: none !important;
}

body.page-tech-transfer .custom-form form .form-textarea {
  width: 100% !important;
  margin: 8px 0px !important;
  height: 70px !important;
}

body.page-tech-transfer .custom-form form .col-md-6 {
  flex: 0 0 auto !important;
  width: 100% !important;
}

body.page-tech-transfer input#edit-actions-submit {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 50px !important;
  background: #502e92 !important;
  border-radius: 61px !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-top: 0px !important;
  text-shadow: none !important;
}

body.page-tech-transfer .dcatbannerForm .form-control {
  border: 1px solid #c2c2c2 !important;
  background: transparent;
  color: #575757;
  border-radius: 7px !important;
  font-family: "DRL Circular Light" !important;
}

body.page-tech-transfer .dcatbannerForm input[type=text],
body.page-tech-transfer .dcatbannerForm input[type=email],
body.page-tech-transfer .dcatbannerForm input[type=number],
body.page-tech-transfer .dcatbannerForm textarea,
body.page-tech-transfer .dcatbannerForm select {
  color: #575757 !important;
  border: 1px solid #c2c2c2 !important;
  background: transparent !important;
  border-radius: 7px !important;
  font-family: "DRL Circular Light" !important;
}

body.page-tech-transfer .mobile-number-field .country-select .prefix {
  color: #575757 !important;
  font-family: "DRL Circular Light" !important;
}

body.page-tech-transfer .dcatbannerForm select {
  border: 1px solid #c2c2c2 !important;
  border-radius: 7px !important;
  font-family: "DRL Circular Light" !important;
  background-image: url(../images/down-arrow-select.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
}

body.page-tech-transfer .dcatbannerForm input[type=text]::placeholder,
body.page-tech-transfer .dcatbannerForm input[type=email]::placeholder,
body.page-tech-transfer .dcatbannerForm input[type=number]::placeholder,
body.page-tech-transfer .dcatbannerForm textarea::placeholder,
body.page-tech-transfer .dcatbannerForm select::placeholder {
  color: #575757 !important;
  opacity: 1 !important;
}

body.page-tech-transfer .mobile-number-field .country-select {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

@media all and (max-width: 767px) {
  body.page-licensing-opportunities .headingForm {
    position: relative;
    height: 50px;
  }
}

@media all and (max-width: 767px) {
  body.page-licensing-opportunities .headingForm::before {
    content: "Contact Us";
    position: absolute;
    left: 0px;
    top: -113px;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    color: #502e92;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    font-family: "DRL Circular Bold";
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

body.page-licensing-opportunities .dcatbannerFormHead {
  background-color: #fff;
  color: #502e92;
  text-align: center;
  font-size: 26px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0px 30px 0px;
  text-transform: none;
  font-family: "DRL Circular Bold" !important;
}
@media all and (max-width: 767px) {
  body.page-licensing-opportunities .dcatbannerFormHead {
    display: none;
  }
}

body.page-licensing-opportunities .dcatbannerForm {
  background-color: #fff;
  padding-top: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 30px;
}

body.page-licensing-opportunities .custom-form form {
  background-color: #fff !important;
  padding-top: 0px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  padding-bottom: 30px !important;
  width: 375px !important;
  margin-left: 0px !important;
  margin-top: -2px;
}
@media all and ((max-width: 767px)) {
  body.page-licensing-opportunities .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 575px)) {
  body.page-licensing-opportunities .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px)) {
  body.page-licensing-opportunities .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
@media all and ((max-width: 410px) and (max-height: 667px)) {
  body.page-licensing-opportunities .custom-form form {
    width: 100% !important;
    margin-left: 0% !important;
  }
}

body.page-licensing-opportunities .custom-form form .form-email,
body.page-licensing-opportunities .custom-form form .form-text,
body.page-licensing-opportunities .custom-form form .form-select {
  margin: 8px 0px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 36px !important;
  padding: 0px 10px !important;
}

body.page-licensing-opportunities .custom-form #edit-processed-text {
  display: none !important;
}

body.page-licensing-opportunities .custom-form form .form-textarea {
  width: 100% !important;
  margin: 8px 0px !important;
  height: 70px !important;
}

body.page-licensing-opportunities .custom-form form .col-md-6 {
  flex: 0 0 auto !important;
  width: 100% !important;
}

body.page-licensing-opportunities input#edit-actions-submit {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 50px !important;
  background: #502e92 !important;
  border-radius: 61px !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-top: 0px !important;
  text-shadow: none !important;
}

body.page-licensing-opportunities .dcatbannerForm .form-control {
  border: 1px solid #c2c2c2 !important;
  background: transparent;
  color: #575757;
  border-radius: 7px !important;
  font-family: "DRL Circular Light" !important;
}

body.page-licensing-opportunities .dcatbannerForm input[type=text],
body.page-licensing-opportunities .dcatbannerForm input[type=email],
body.page-licensing-opportunities .dcatbannerForm input[type=number],
body.page-licensing-opportunities .dcatbannerForm textarea,
body.page-licensing-opportunities .dcatbannerForm select {
  color: #575757 !important;
  border: 1px solid #c2c2c2 !important;
  background: transparent !important;
  border-radius: 7px !important;
  font-family: "DRL Circular Light" !important;
}

body.page-licensing-opportunities .mobile-number-field .country-select .prefix {
  color: #575757 !important;
  font-family: "DRL Circular Light" !important;
}

body.page-licensing-opportunities .dcatbannerForm select {
  border: 1px solid #c2c2c2 !important;
  border-radius: 7px !important;
  font-family: "DRL Circular Light" !important;
  background-image: url(../images/down-arrow-select.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
}

body.page-licensing-opportunities .dcatbannerForm input[type=text]::placeholder,
body.page-licensing-opportunities .dcatbannerForm input[type=email]::placeholder,
body.page-licensing-opportunities .dcatbannerForm input[type=number]::placeholder,
body.page-licensing-opportunities .dcatbannerForm textarea::placeholder,
body.page-licensing-opportunities .dcatbannerForm select::placeholder {
  color: #575757 !important;
  opacity: 1 !important;
}

body.page-licensing-opportunities .mobile-number-field .country-select {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.event-banner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-size: cover;
  color: #502e92;
  padding: 0px;
  text-align: left;
}
@media all and (max-width: 575px) {
  .event-banner {
    padding: 0px;
  }
}
.event-banner .banner-content .event-title {
  margin-bottom: 20px;
}
.event-banner .banner-content .event-title.cphi-frankfrut {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.event-banner .banner-content .event-title.cphi-frankfrut span {
  font-size: 16px !important;
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .event-banner .banner-content .event-title {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .event-banner .banner-content .event-title {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-title {
    margin-bottom: 0px;
  }
}
.event-banner .banner-content .event-title img {
  max-width: 280px;
  height: auto;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
  .event-banner .banner-content .event-title img {
    max-width: 220px;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .event-banner .banner-content .event-title img {
    max-width: 220px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .event-banner .banner-content .event-title img {
    max-width: 200px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .event-banner .banner-content .event-title img {
    max-width: 180px;
  }
}
@media all and (max-width: 1200px) {
  .event-banner .banner-content .event-title img {
    max-width: 180px;
  }
}
@media only screen and (max-width: 991.5px) {
  .event-banner .banner-content .event-title img {
    max-width: 180px !important;
  }
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-title img {
    width: 100%;
  }
}
.event-banner .banner-content .event-description {
  font-family: "DRL Circular Book";
  font-size: 33px;
  line-height: 42px;
  color: #502e92;
  margin-bottom: 20px;
  max-width: 487px;
}
.event-banner .banner-content .event-description.cphi-frankfrut {
  font-family: "DRL Circular Bold";
  font-size: 32px;
  line-height: 42px;
  margin-top: 30px !important;
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .event-banner .banner-content .event-description.cphi-frankfrut {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  .event-banner .banner-content .event-description.cphi-frankfrut {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.5px) {
  .event-banner .banner-content .event-description.cphi-frankfrut {
    max-width: 100% !important;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-description.cphi-frankfrut {
    font-size: 18px;
    line-height: 24px;
  }
}
.event-banner .banner-content .event-description.cphi-china-25 {
  margin-bottom: 10px;
  text-transform: none;
  max-width: 613px;
  color: #003f3f;
}
.event-banner .banner-content .event-description.lessMargin {
  margin-bottom: 10px;
  text-transform: none;
}
.event-banner .banner-content .event-description strong {
  font-family: "DRL Circular Bold";
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
  .event-banner .banner-content .event-description {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .event-banner .banner-content .event-description {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .event-banner .banner-content .event-description {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .event-banner .banner-content .event-description {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  .event-banner .banner-content .event-description {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.5px) {
  .event-banner .banner-content .event-description {
    max-width: 100% !important;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-description {
    font-size: 18px;
    line-height: 24px;
  }
}
.event-banner .banner-content .event-suites {
  font-size: 23px;
  font-family: "DRL Circular Book";
  color: #000000;
  padding: 6px 10px;
  border: 2px solid #502e92;
  margin-bottom: 15px;
}
.event-banner .banner-content .event-suites.lessLRborder {
  border-left: none;
  border-right: none;
  padding: 0px;
  border-width: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.event-banner .banner-content .event-suites.lessLRborder.china-25 {
  color: #00b48c;
  font-size: 18px !important;
}
.event-banner .banner-content .event-suites.lessLRborder.china-25 span {
  color: #5225b5;
  font-size: 18px !important;
}
.event-banner .banner-content .event-suites.cphi-china-25 {
  border-left: none;
  border-right: none;
  border-width: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #00b48c;
  border-radius: 40px;
  border-color: #00b48c;
  color: #fff;
  padding: 5px 20px 0px;
  line-height: 40px;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
  .event-banner .banner-content .event-suites {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .event-banner .banner-content .event-suites {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .event-banner .banner-content .event-suites {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .event-banner .banner-content .event-suites {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
}
@media all and (max-width: 1200px) {
  .event-banner .banner-content .event-suites {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 991.5px) {
  .event-banner .banner-content .event-suites {
    border: none !important;
    padding: 0px !important;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-suites {
    font-size: 14px;
    border: none !important;
    padding: 0px !important;
    margin-bottom: 0px;
  }
}
.event-banner .banner-content .event-suites span {
  font-size: 23px !important;
  font-family: "DRL Circular Bold";
  color: #502e92;
  float: none !important;
}
@media only screen and (max-width: 991.5px) {
  .event-banner .banner-content .event-suites span {
    font-size: 14px !important;
  }
}
.event-banner .banner-content .event-details {
  display: flex;
  flex-direction: column;
}
.event-banner .banner-content .event-details.cphi-china-25 {
  flex-direction: row;
  gap: 15px;
  margin-top: 15px;
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-details.cphi-china-25 {
    flex-direction: column;
    gap: 0px;
    margin-top: 5px;
    font-weight: bold;
  }
}
.event-banner .banner-content .event-details.cphi-frankfrut strong {
  font-weight: bolder !important;
}
.event-banner .banner-content .event-details p {
  margin-bottom: 10px;
  font-family: "DRL Circular Book";
  color: #000000;
  position: relative;
  padding-left: 40px;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
  .event-banner .banner-content .event-details p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .event-banner .banner-content .event-details p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .event-banner .banner-content .event-details p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .event-banner .banner-content .event-details p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .event-banner .banner-content .event-details p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-details p {
    font-size: 14px;
    line-height: 18px;
  }
}
.event-banner .banner-content .event-details p.event-date::before {
  content: "";
  background: url("../images/dcat-calender.png") no-repeat;
  background-size: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
  .event-banner .banner-content .event-details p.event-date::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .event-banner .banner-content .event-details p.event-date::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .event-banner .banner-content .event-details p.event-date::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .event-banner .banner-content .event-details p.event-date::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .event-banner .banner-content .event-details p.event-date::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-details p.event-date::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.event-banner .banner-content .event-details p.event-location::before {
  content: "";
  background: url("../images/cphi-place-home.png") no-repeat;
  background-size: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
  .event-banner .banner-content .event-details p.event-location::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1368px) and (max-width: 1600px) {
  .event-banner .banner-content .event-details p.event-location::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1367px) {
  .event-banner .banner-content .event-details p.event-location::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .event-banner .banner-content .event-details p.event-location::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .event-banner .banner-content .event-details p.event-location::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 575px) {
  .event-banner .banner-content .event-details p.event-location::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}

@media all and (min-width: 1201px) and (max-width: 1367px) {
  .newSearchContainer {
    margin-top: -112px;
  }
  .ApiSolutionSection {
    margin-top: 0px;
  }
  .knowMore {
    padding: 6px 20px !important;
    height: 40px;
  }
}
@media all and (max-width: 575px) {
  .newSearchContainer {
    margin-top: 0px !important;
  }
}

@media all and (max-width: 575px) {
  .ApiSolutionSection {
    padding: 180px 0px 20px !important;
    margin-top: -139px !important;
  }
}

.myNewOverlay .popUpdcatweek-2025 {
  width: 90%;
  height: 100% !important;
  margin: auto;
  max-width: 500px;
  max-height: 300px;
  aspect-ratio: auto;
  height: auto;
  background: url(../images/dcat-week-2025-popup-bg.png) no-repeat left top #fff !important;
  background-size: cover;
  position: relative;
  padding: 22px;
  box-sizing: border-box;
  box-shadow: 0 0 33px 5px rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  text-align: center;
}
.myNewOverlay .popUpdcatweek-2025 .popBody {
  margin-top: 0px !important;
  display: block;
  width: 100%;
}
.myNewOverlay .popUpdcatweek-2025 p.logo-sec-pop {
  width: 100%;
  text-align: right !important;
  padding: 0px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.myNewOverlay .popUpdcatweek-2025 p.logo-sec-pop.doubleLogo {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.myNewOverlay .popUpdcatweek-2025 p.logo-sec-pop.singleLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}
.myNewOverlay .popUpdcatweek-2025 p.popUpMiddleText {
  text-align: left !important;
  font-weight: bold;
  color: #5225b5;
  font-size: 24px;
  margin-bottom: 5px;
}
.myNewOverlay .popUpdcatweek-2025 p.popUpMiddleText.cphi-china-25 {
  color: #000;
  font-size: 18px;
  font-family: "DRL Circular Book";
  text-align: center !important;
  font-weight: normal;
  margin: 20px 0px 10px;
}
.myNewOverlay .popUpdcatweek-2025 p.popUpMiddleText.frankfrut-25 {
  color: #000;
  font-size: 14px;
  font-family: "DRL Circular Book";
  text-align: center !important;
  font-weight: normal;
  margin: 20px 0px 10px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpdcatweek-2025 p.popUpMiddleText {
    font-size: 18px;
  }
}
.myNewOverlay .popUpdcatweek-2025 p.popupLocationBadge {
  text-align: center !important;
  color: #000;
  font-weight: bold;
  margin-bottom: 6px;
}
.myNewOverlay .popUpdcatweek-2025 .event-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.myNewOverlay .popUpdcatweek-2025 .event-details p {
  margin-bottom: 10px;
  font-family: "DRL Circular Book";
  color: #000000;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
}
.myNewOverlay .popUpdcatweek-2025 .event-details p.event-date::before {
  content: "";
  background: url("../images/dcat-calender.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.myNewOverlay .popUpdcatweek-2025 .event-details p.event-location::before {
  content: "";
  background: url("../images/cphi-place-home.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.myNewOverlay .popUpdcatweek-2025 .event-suites {
  font-size: 14px;
  font-family: "DRL Circular Book";
  color: #000000;
  padding: 6px 10px;
  border: 2px solid #502e92;
  margin-bottom: 15px;
  width: auto;
  float: left;
}
.myNewOverlay .popUpdcatweek-2025 .event-suites.lessLRborder {
  border-left: none;
  border-right: none;
  padding: 0px;
  border-width: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.myNewOverlay .popUpdcatweek-2025 .event-suites.cphi-china-25 {
  border-width: 1px;
  display: flex;
  text-transform: uppercase;
  background: #fff;
  border-color: #003f3f;
  color: #003f3f;
  padding: 0;
  line-height: normal;
  margin: 0 auto;
  float: none !important;
  max-width: 357px;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpdcatweek-2025 .event-suites.cphi-china-25 {
    height: 40px;
  }
}
.myNewOverlay .popUpdcatweek-2025 .event-suites.cphi-china-25 span {
  color: #fff;
  background: #003f3f;
  padding: 5px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpdcatweek-2025 .event-suites.cphi-china-25 span {
    width: 73%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.myNewOverlay .popUpdcatweek-2025 .event-suites span {
  font-size: 14px !important;
  font-family: "DRL Circular Bold";
  color: #502e92;
  float: none !important;
}
.myNewOverlay .popUpdcatweek-2025 .popupBottomText {
  display: flex;
  max-width: 80%;
  gap: 10px;
  justify-content: space-around;
}
.myNewOverlay .popUpdcatweek-2025 .popupBottomText p {
  text-align: left !important;
}
.myNewOverlay .popUpdcatweek-2025 .popupBottomText p.cphi-china-head {
  text-align: center !important;
  font-size: 22px;
  font-family: "DRL Circular Bold";
  color: #5225b5 !important;
  margin-bottom: 10px;
}
.myNewOverlay .popUpdcatweek-2025 .popupBottomText p.text-center {
  text-align: center !important;
}
.myNewOverlay .popUpdcatweek-2025 span {
  font-size: 14px;
  line-height: 16px;
  font-family: "DRLCircular-Bold";
  color: #5225b5;
  text-align: left;
}
.myNewOverlay .popUpdcatweek-2025 span strong {
  font-weight: bold !important;
  color: #000;
}
.myNewOverlay .popUpdcatweek-2025 a.barcelonaPopupBtn {
  font-family: "DRLCircular-Book";
  width: 150px;
  height: 30px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  background-color: #f0504b;
  display: block;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.myNewOverlay .popUpdcatweek-2025 p {
  text-align: left !important;
}
.myNewOverlay .popUpdcatweek-2025 p.cphi-china-head {
  text-align: center !important;
  font-size: 22px;
  font-family: "DRL Circular Bold";
  color: #5225b5 !important;
  margin-bottom: 10px;
}
.myNewOverlay .popUpdcatweek-2025 p.text-center {
  text-align: center !important;
}

.myNewOverlay .popUpcphijapan-2025 {
  width: 90%;
  height: 100% !important;
  margin: auto;
  max-width: 500px;
  max-height: 300px;
  aspect-ratio: auto;
  height: auto;
  background: url(../images/cphi-japan-2025-popup-bg.jpg) no-repeat left top #fff !important;
  background-size: cover;
  position: relative;
  padding: 22px;
  box-sizing: border-box;
  box-shadow: 0 0 33px 5px rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  text-align: center;
}
.myNewOverlay .popUpcphijapan-2025 .popBody {
  margin-top: 0px !important;
  display: block;
  width: 100%;
}
.myNewOverlay .popUpcphijapan-2025 p.logo-sec-pop {
  width: 100%;
  text-align: right !important;
  padding: 0px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.myNewOverlay .popUpcphijapan-2025 p.logo-sec-pop.doubleLogo {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.myNewOverlay .popUpcphijapan-2025 p.logo-sec-pop.singleLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}
.myNewOverlay .popUpcphijapan-2025 p.popUpMiddleText {
  text-align: left !important;
  font-weight: bold;
  color: #5225b5;
  font-size: 24px;
  margin-bottom: 5px;
}
.myNewOverlay .popUpcphijapan-2025 p.popUpMiddleText.cphi-china-25 {
  color: #000;
  font-size: 18px;
  font-family: "DRL Circular Book";
  text-align: center !important;
  font-weight: normal;
  margin: 20px 0px 10px;
}
.myNewOverlay .popUpcphijapan-2025 p.popUpMiddleText.frankfrut-25 {
  color: #000;
  font-size: 14px;
  font-family: "DRL Circular Book";
  text-align: center !important;
  font-weight: normal;
  margin: 20px 0px 10px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpcphijapan-2025 p.popUpMiddleText {
    font-size: 18px;
  }
}
.myNewOverlay .popUpcphijapan-2025 p.popupLocationBadge {
  text-align: center !important;
  color: #000;
  font-weight: bold;
  margin-bottom: 6px;
}
.myNewOverlay .popUpcphijapan-2025 .event-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.myNewOverlay .popUpcphijapan-2025 .event-details p {
  margin-bottom: 10px;
  font-family: "DRL Circular Book";
  color: #000000;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
}
.myNewOverlay .popUpcphijapan-2025 .event-details p.event-date::before {
  content: "";
  background: url("../images/dcat-calender.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.myNewOverlay .popUpcphijapan-2025 .event-details p.event-location::before {
  content: "";
  background: url("../images/cphi-place-home.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.myNewOverlay .popUpcphijapan-2025 .event-suites {
  font-size: 14px;
  font-family: "DRL Circular Book";
  color: #000000;
  padding: 6px 10px;
  border: 2px solid #502e92;
  margin-bottom: 15px;
  width: auto;
  float: left;
}
.myNewOverlay .popUpcphijapan-2025 .event-suites.lessLRborder {
  border-left: none;
  border-right: none;
  padding: 0px;
  border-width: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.myNewOverlay .popUpcphijapan-2025 .event-suites.cphi-china-25 {
  border-width: 1px;
  display: flex;
  text-transform: uppercase;
  background: #fff;
  border-color: #003f3f;
  color: #003f3f;
  padding: 0;
  line-height: normal;
  margin: 0 auto;
  float: none !important;
  max-width: 357px;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpcphijapan-2025 .event-suites.cphi-china-25 {
    height: 40px;
  }
}
.myNewOverlay .popUpcphijapan-2025 .event-suites.cphi-china-25 span {
  color: #fff;
  background: #003f3f;
  padding: 5px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpcphijapan-2025 .event-suites.cphi-china-25 span {
    width: 73%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.myNewOverlay .popUpcphijapan-2025 .event-suites span {
  font-size: 14px !important;
  font-family: "DRL Circular Bold";
  color: #502e92;
  float: none !important;
}
.myNewOverlay .popUpcphijapan-2025 .popupBottomText {
  display: flex;
  max-width: 80%;
  gap: 10px;
  justify-content: space-around;
}
.myNewOverlay .popUpcphijapan-2025 .popupBottomText p {
  text-align: left !important;
}
.myNewOverlay .popUpcphijapan-2025 .popupBottomText p.cphi-china-head {
  text-align: center !important;
  font-size: 22px;
  font-family: "DRL Circular Bold";
  color: #5225b5 !important;
  margin-bottom: 10px;
}
.myNewOverlay .popUpcphijapan-2025 .popupBottomText p.text-center {
  text-align: center !important;
}
.myNewOverlay .popUpcphijapan-2025 span {
  font-size: 14px;
  line-height: 16px;
  font-family: "DRLCircular-Bold";
  color: #5225b5;
  text-align: left;
}
.myNewOverlay .popUpcphijapan-2025 span strong {
  font-weight: bold !important;
  color: #000;
}
.myNewOverlay .popUpcphijapan-2025 a.barcelonaPopupBtn {
  font-family: "DRLCircular-Book";
  width: 150px;
  height: 30px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  background-color: #5225b5;
  display: block;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.myNewOverlay .popUpcphijapan-2025 p {
  text-align: left !important;
}
.myNewOverlay .popUpcphijapan-2025 p.cphi-china-head {
  text-align: center !important;
  font-size: 22px;
  font-family: "DRL Circular Bold";
  color: #5225b5 !important;
  margin-bottom: 10px;
}
.myNewOverlay .popUpcphijapan-2025 p.text-center {
  text-align: center !important;
}

.myNewOverlay .popUpcphichina-2025 {
  width: 90%;
  height: 100% !important;
  margin: auto;
  max-width: 500px;
  max-height: 300px;
  aspect-ratio: auto;
  height: auto;
  background: url(../images/cphi-china-popup-bg.png) no-repeat left top #fff !important;
  background-size: cover;
  position: relative;
  padding: 22px;
  box-sizing: border-box;
  box-shadow: 0 0 33px 5px rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  text-align: center;
}
.myNewOverlay .popUpcphichina-2025 .popBody {
  margin-top: 0px !important;
  display: block;
  width: 100%;
}
.myNewOverlay .popUpcphichina-2025 p.logo-sec-pop {
  width: 100%;
  text-align: right !important;
  padding: 0px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.myNewOverlay .popUpcphichina-2025 p.logo-sec-pop.doubleLogo {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.myNewOverlay .popUpcphichina-2025 p.logo-sec-pop.singleLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}
.myNewOverlay .popUpcphichina-2025 p.popUpMiddleText {
  text-align: left !important;
  font-weight: bold;
  color: #5225b5;
  font-size: 24px;
  margin-bottom: 5px;
}
.myNewOverlay .popUpcphichina-2025 p.popUpMiddleText.cphi-china-25 {
  color: #000;
  font-size: 18px;
  font-family: "DRL Circular Book";
  text-align: center !important;
  font-weight: normal;
  margin: 20px 0px 10px;
}
.myNewOverlay .popUpcphichina-2025 p.popUpMiddleText.frankfrut-25 {
  color: #000;
  font-size: 14px;
  font-family: "DRL Circular Book";
  text-align: center !important;
  font-weight: normal;
  margin: 20px 0px 10px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpcphichina-2025 p.popUpMiddleText {
    font-size: 18px;
  }
}
.myNewOverlay .popUpcphichina-2025 p.popupLocationBadge {
  text-align: center !important;
  color: #000;
  font-weight: bold;
  margin-bottom: 6px;
}
.myNewOverlay .popUpcphichina-2025 .event-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.myNewOverlay .popUpcphichina-2025 .event-details p {
  margin-bottom: 10px;
  font-family: "DRL Circular Book";
  color: #000000;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
}
.myNewOverlay .popUpcphichina-2025 .event-details p.event-date::before {
  content: "";
  background: url("../images/dcat-calender.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.myNewOverlay .popUpcphichina-2025 .event-details p.event-location::before {
  content: "";
  background: url("../images/cphi-place-home.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.myNewOverlay .popUpcphichina-2025 .event-suites {
  font-size: 14px;
  font-family: "DRL Circular Book";
  color: #000000;
  padding: 6px 10px;
  border: 2px solid #502e92;
  margin-bottom: 15px;
  width: auto;
  float: left;
}
.myNewOverlay .popUpcphichina-2025 .event-suites.lessLRborder {
  border-left: none;
  border-right: none;
  padding: 0px;
  border-width: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.myNewOverlay .popUpcphichina-2025 .event-suites.cphi-china-25 {
  border-width: 1px;
  display: flex;
  text-transform: uppercase;
  background: #fff;
  border-color: #003f3f;
  color: #003f3f;
  padding: 0;
  line-height: normal;
  margin: 0 auto;
  float: none !important;
  max-width: 357px;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpcphichina-2025 .event-suites.cphi-china-25 {
    height: 40px;
  }
}
.myNewOverlay .popUpcphichina-2025 .event-suites.cphi-china-25 span {
  color: #fff;
  background: #003f3f;
  padding: 5px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpcphichina-2025 .event-suites.cphi-china-25 span {
    width: 73%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.myNewOverlay .popUpcphichina-2025 .event-suites span {
  font-size: 14px !important;
  font-family: "DRL Circular Bold";
  color: #502e92;
  float: none !important;
}
.myNewOverlay .popUpcphichina-2025 .popupBottomText {
  display: flex;
  max-width: 80%;
  gap: 10px;
  justify-content: space-around;
}
.myNewOverlay .popUpcphichina-2025 .popupBottomText p {
  text-align: left !important;
}
.myNewOverlay .popUpcphichina-2025 .popupBottomText p.cphi-china-head {
  text-align: center !important;
  font-size: 22px;
  font-family: "DRL Circular Bold";
  color: #5225b5 !important;
  margin-bottom: 10px;
}
.myNewOverlay .popUpcphichina-2025 .popupBottomText p.text-center {
  text-align: center !important;
}
.myNewOverlay .popUpcphichina-2025 span {
  font-size: 14px;
  line-height: 16px;
  font-family: "DRLCircular-Bold";
  color: #5225b5;
  text-align: left;
}
.myNewOverlay .popUpcphichina-2025 span strong {
  font-weight: bold !important;
  color: #000;
}
.myNewOverlay .popUpcphichina-2025 a.barcelonaPopupBtn {
  font-family: "DRLCircular-Book";
  width: 150px;
  height: 30px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  background-color: #5225b5;
  display: block;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.myNewOverlay .popUpcphichina-2025 p {
  text-align: left !important;
}
.myNewOverlay .popUpcphichina-2025 p.cphi-china-head {
  text-align: center !important;
  font-size: 22px;
  font-family: "DRL Circular Bold";
  color: #5225b5 !important;
  margin-bottom: 10px;
}
.myNewOverlay .popUpcphichina-2025 p.text-center {
  text-align: center !important;
}

.myNewOverlay .popUpfrankfrut-2025 {
  width: 90%;
  height: 100% !important;
  margin: auto;
  max-width: 500px;
  max-height: 300px;
  aspect-ratio: auto;
  height: auto;
  background: url(../images/cphi-frankfrut-2025-popup-bg.png) no-repeat left top #fff !important;
  background-size: cover;
  position: relative;
  padding: 22px;
  box-sizing: border-box;
  box-shadow: 0 0 33px 5px rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  text-align: center;
}
.myNewOverlay .popUpfrankfrut-2025 .popBody {
  margin-top: 0px !important;
  display: block;
  width: 100%;
}
.myNewOverlay .popUpfrankfrut-2025 p.logo-sec-pop {
  width: 100%;
  text-align: right !important;
  padding: 0px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.myNewOverlay .popUpfrankfrut-2025 p.logo-sec-pop.doubleLogo {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.myNewOverlay .popUpfrankfrut-2025 p.logo-sec-pop.singleLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}
.myNewOverlay .popUpfrankfrut-2025 p.popUpMiddleText {
  text-align: left !important;
  font-weight: bold;
  color: #5225b5;
  font-size: 24px;
  margin-bottom: 5px;
}
.myNewOverlay .popUpfrankfrut-2025 p.popUpMiddleText.cphi-china-25 {
  color: #000;
  font-size: 18px;
  font-family: "DRL Circular Book";
  text-align: center !important;
  font-weight: normal;
  margin: 20px 0px 10px;
}
.myNewOverlay .popUpfrankfrut-2025 p.popUpMiddleText.frankfrut-25 {
  color: #000;
  font-size: 14px;
  font-family: "DRL Circular Book";
  text-align: center !important;
  font-weight: normal;
  margin: 20px 0px 10px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpfrankfrut-2025 p.popUpMiddleText {
    font-size: 18px;
  }
}
.myNewOverlay .popUpfrankfrut-2025 p.popupLocationBadge {
  text-align: center !important;
  color: #000;
  font-weight: bold;
  margin-bottom: 6px;
}
.myNewOverlay .popUpfrankfrut-2025 .event-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.myNewOverlay .popUpfrankfrut-2025 .event-details p {
  margin-bottom: 10px;
  font-family: "DRL Circular Book";
  color: #000000;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
}
.myNewOverlay .popUpfrankfrut-2025 .event-details p.event-date::before {
  content: "";
  background: url("../images/dcat-calender.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.myNewOverlay .popUpfrankfrut-2025 .event-details p.event-location::before {
  content: "";
  background: url("../images/cphi-place-home.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.myNewOverlay .popUpfrankfrut-2025 .event-suites {
  font-size: 14px;
  font-family: "DRL Circular Book";
  color: #000000;
  padding: 6px 10px;
  border: 2px solid #502e92;
  margin-bottom: 15px;
  width: auto;
  float: left;
}
.myNewOverlay .popUpfrankfrut-2025 .event-suites.lessLRborder {
  border-left: none;
  border-right: none;
  padding: 0px;
  border-width: 1px;
  display: inline-block;
  text-transform: uppercase;
}
.myNewOverlay .popUpfrankfrut-2025 .event-suites.cphi-china-25 {
  border-width: 1px;
  display: flex;
  text-transform: uppercase;
  background: #fff;
  border-color: #003f3f;
  color: #003f3f;
  padding: 0;
  line-height: normal;
  margin: 0 auto;
  float: none !important;
  max-width: 357px;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpfrankfrut-2025 .event-suites.cphi-china-25 {
    height: 40px;
  }
}
.myNewOverlay .popUpfrankfrut-2025 .event-suites.cphi-china-25 span {
  color: #fff;
  background: #003f3f;
  padding: 5px;
}
@media all and (max-width: 575px) {
  .myNewOverlay .popUpfrankfrut-2025 .event-suites.cphi-china-25 span {
    width: 73%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.myNewOverlay .popUpfrankfrut-2025 .event-suites span {
  font-size: 14px !important;
  font-family: "DRL Circular Bold";
  color: #502e92;
  float: none !important;
}
.myNewOverlay .popUpfrankfrut-2025 .popupBottomText {
  display: flex;
  max-width: 80%;
  gap: 10px;
  justify-content: space-around;
}
.myNewOverlay .popUpfrankfrut-2025 .popupBottomText p {
  text-align: left !important;
}
.myNewOverlay .popUpfrankfrut-2025 .popupBottomText p.cphi-china-head {
  text-align: center !important;
  font-size: 22px;
  font-family: "DRL Circular Bold";
  color: #5225b5 !important;
  margin-bottom: 10px;
}
.myNewOverlay .popUpfrankfrut-2025 .popupBottomText p.text-center {
  text-align: center !important;
}
.myNewOverlay .popUpfrankfrut-2025 span {
  font-size: 14px;
  line-height: 16px;
  font-family: "DRLCircular-Bold";
  color: #5225b5;
  text-align: left;
}
.myNewOverlay .popUpfrankfrut-2025 span strong {
  font-weight: bold !important;
  color: #000;
}
.myNewOverlay .popUpfrankfrut-2025 a.barcelonaPopupBtn {
  font-family: "DRLCircular-Book";
  width: 150px;
  height: 30px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  background-color: #5225b5;
  display: block;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.myNewOverlay .popUpfrankfrut-2025 p {
  text-align: left !important;
}
.myNewOverlay .popUpfrankfrut-2025 p.cphi-china-head {
  text-align: center !important;
  font-size: 22px;
  font-family: "DRL Circular Bold";
  color: #5225b5 !important;
  margin-bottom: 10px;
}
.myNewOverlay .popUpfrankfrut-2025 p.text-center {
  text-align: center !important;
}

.fdfSection,
.whyChooseSection {
  padding: 0px 0px 70px;
}

.gridSection {
  padding: 70px 0px;
}

.fdfSection .primaryCta {
  margin: 0 auto;
  display: block;
  max-width: 170px;
  margin-top: 50px;
}

@media all and (max-width: 575px) {
  .primaryTable {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }
}
.primaryTable table {
  width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}
.primaryTable table thead tr th {
  background-color: #502e92;
  color: #fff;
  height: 39px;
  font-family: "DRL Circular Book";
  font-size: 14px;
  text-align: left;
  padding: 10px;
  text-transform: uppercase;
}
.primaryTable table tbody tr {
  background-color: #f2f3f8;
  border-bottom: 1px solid rgba(31, 31, 31, 0.12);
}
.primaryTable table tbody tr td {
  padding: 10px;
  font-family: "DRL Circular Book";
  font-size: 14px;
  color: #1f1f1f;
}
.primaryTable table tbody tr td span.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
  max-width: 100%;
  margin: auto;
  align-items: start;
  /* First Column (Left, 2 stacked items) */
  /* Second Column (Middle, Large Image, spans 2 rows) */
  /* Third Column (Right, 2 stacked items) */
}
@media all and (max-width: 575px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}
.grid-container .grid-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.grid-container .grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 22px;
}
.grid-container .grid-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: "DRL Circular Book";
  margin-top: 16px;
}
.grid-container .grid-item p {
  font-size: 14px;
  line-height: 20px;
  font-family: "DRL Circular Light";
  color: #1f1f1f;
  margin-bottom: 0px;
}
.grid-container .grid-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
@media all and (max-width: 575px) {
  .grid-container .grid-item:nth-child(1) {
    margin-top: 20px;
    grid-column: 1;
    grid-row: auto;
  }
}
.grid-container .grid-item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
@media all and (max-width: 575px) {
  .grid-container .grid-item:nth-child(2) {
    margin-top: 20px;
    grid-column: 1;
    grid-row: auto;
  }
}
.grid-container .grid-item:nth-child(3) {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media all and (max-width: 575px) {
  .grid-container .grid-item:nth-child(3) {
    margin-top: 20px;
    grid-column: 1;
    grid-row: auto;
  }
}
.grid-container .grid-item:nth-child(3) img {
  height: auto;
}
.grid-container .grid-item:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}
@media all and (max-width: 575px) {
  .grid-container .grid-item:nth-child(4) {
    margin-top: 20px;
    grid-column: 1;
    grid-row: auto;
  }
}
.grid-container .grid-item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
@media all and (max-width: 575px) {
  .grid-container .grid-item:nth-child(5) {
    margin-top: 20px;
    grid-column: 1;
    grid-row: auto;
  }
}

.whyChooseSection h2 {
  text-align: left;
}
.whyChooseSection img {
  width: 100%;
  max-width: 570px;
}

.serviceAccordion .accordion-button {
  font-family: "DRL Circular Book";
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.serviceAccordion .accordion-body {
  font-family: "DRL Circular Light";
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
  padding-top: 0px;
}
.serviceAccordion .accordion-button.collapsed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.serviceAccordion .accordion-button:not(.collapsed) {
  border: none;
}
.serviceAccordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/service-accordion-arrow-up.svg) !important;
  background-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
  transform: rotate(0deg);
  position: absolute;
  right: 0px !important;
  top: 10px !important;
  content: "" !important;
}
.serviceAccordion .accordion-button.collapsed::after {
  background-image: url(../images/service-accordion-arrow-down.svg) !important;
  background-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
  transform: rotate(0deg);
  content: "" !important;
}

.technologyTransfer {
  background: #f2f3f8;
  padding: 70px 0px;
}
.technologyTransfer .technologyBox {
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  min-height: 315px;
}
@media all and (max-width: 575px) {
  .technologyTransfer .technologyBox {
    margin-bottom: 20px;
  }
}
.technologyTransfer .technologyBox img {
  margin-bottom: 20px;
}
.technologyTransfer .technologyBox h4 {
  margin-bottom: 6px;
  font-family: "DRL Circular Book";
  font-size: 18px;
  line-height: 24px;
}
.technologyTransfer .technologyBox p {
  font-size: 14px;
  line-height: 20px;
  font-family: "DRL Circular Light";
  color: #1f1f1f;
  margin-bottom: 0px;
}
.technologyTransfer .technologyBottomInfo {
  background-color: #faf7ff;
  border: 1px solid #5f4ba0;
  border-radius: 9px;
  padding: 25px;
  margin-top: 30px;
}
.technologyTransfer .technologyBottomInfo p {
  margin-bottom: 0px;
  color: #000000;
  font-family: "DRL Circular Book";
  font-size: 18px;
  line-height: 24px;
}

.partnerSection {
  padding: 70px 0px 50px;
  background: #fff;
}
.partnerSection h2 {
  margin-bottom: 12px;
}
.partnerSection .partnerBox {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background: linear-gradient(78.76deg, #6843b8 8.29%, #34c5f4 109.11%);
  border-radius: 20px;
  position: relative;
}
.partnerSection .partnerBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/partner-before.svg") no-repeat;
  width: 206px;
  height: 190px;
  display: block;
}
.partnerSection .partnerBox::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/partner-right.svg") no-repeat;
  width: 143px;
  height: 179px;
  display: block;
}
.partnerSection .partnerBox p {
  text-align: center;
  max-width: 874px;
  margin: 0 auto;
  font-family: "DRL Circular Light";
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.partnerSection .partnerBox p:last-child {
  margin-bottom: 0px;
}

.primaryCta {
  width: auto;
  height: 50px;
  padding: 15px 28px;
  box-sizing: border-box;
  background: #502e92;
  border-radius: 61px;
  font-family: "DRL Circular Book";
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

a.primaryCta {
  color: #fff;
}
a.primaryCta:hover {
  color: #fff;
}

body.page-events-cphi-japan-2025 .disclaimerWrapper,
body.page-events-cphi-china-2025 .disclaimerWrapper,
body.page-events-cphi-frankfurt-2025 .disclaimerWrapper {
  display: none;
}

.bannerBottomInfo.successInfo a.btn.backBtn {
  display: block;
  background: #502e92;
  max-width: 200px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}

.dcatLandingBannerbottomSec p strong {
  font-family: "DRL Circular Bold";
}

.newFooter {
  position: relative;
}
.newFooter button.cmp-revoke-consent {
  position: relative;
  padding: 0px;
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  left: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  top: 10px;
}
@media all and (max-width: 575px) {
  .newFooter button.cmp-revoke-consent {
    top: inherit;
  }
}

.cphiChina2025 .custom-form form {
  margin-top: -41px !important;
}

body.page-events-cphi-china-2025 .dcatBookedBtn {
  background: #502e92 !important;
  color: #fff !important;
}

@media all and (min-width: 1201px) and (max-width: 1367px) {
  .milaninfoBox {
    padding: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) and (min-height: 880px) {
  .milaninfoBox {
    padding: 20px;
  }
}

body.page-node-article .ulWrapper ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
body.page-node-article .ulWrapper ul li:last-child {
  margin-bottom: 0px;
}
body.page-node-article .ulWrapper ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 6px;
}

body.page-node-article [id^=edit-actions--] {
  margin-top: 15px;
}

@media all and (max-width: 575px) {
  #ourTeamCasousel .teamMemberSet {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media all and (max-width: 575px) {
  #ourTeamCasousel {
    margin-top: 90px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.custom-control.custom-checkbox {
  display: flex;
}

body.page-node-create_custom_page select[id^=edit-field-country--] {
  margin-bottom: 25px;
}

@media all and (max-width: 575px) {
  #ourAchievementCasousel .item .block .textsec a {
    display: none;
  }
}

.text-left {
  text-align: left !important;
}

/*Subhendu*/
/* Esg Section Start */
.esg-section {
  background-color: #efefef;
  padding: 60px 0;
}

.esg-section img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.esg-section .esg-title {
  color: #5a2ca0; /* Purple */
  font-weight: 700;
  text-align: left;
}

.esg-sub {
  color: #5a2ca0;
  font-size: 14px;
  font-weight: 500;
}

.esg_sec {
  padding-left: 97px;
}
@media all and (max-width: 767px) {
  .esg_sec {
    padding-left: 0px;
  }
}

/* Esg Section End */
/* Esg Table Section Start */
.esg-table-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.esg-table {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.esg-table th {
  background-color: #5a2ca0; /* Purple */
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 14px;
}

.esg-table-red th {
  background-color: #ef504c;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 14px;
}

.esg-table-skyblue th {
  background-color: #3ab7ed;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 14px;
}

.esg-table-orange th {
  background-color: #f69301;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 14px;
}

.esg-table td {
  vertical-align: middle;
  padding: 14px;
  font-size: 15px;
}

.esg-title {
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

/* First column bold */
.esg-table td:first-child {
  font-weight: 600;
  text-align: center;
  width: 18%;
}

/* Esg Table Section End */
/* Tab Section Styling Start */
.esg-tabs-section {
  background-color: #fff;
  padding: 60px 0;
}
@media all and (max-width: 767px) {
  .esg-tabs-section {
    padding-top: 0px;
  }
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 8px 20px;
  margin: 0 8px;
  color: #333;
  border: 1px solid #ddd;
}

.nav-pills .nav-link.active {
  background-color: #5a2ca0; /* Purple */
  color: #fff;
  border-color: #5a2ca0;
}

.tab-content {
  margin-top: 30px;
}

.esg-img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

ul.esg-list {
  padding-left: 50px;
}

.esg-list li {
  font-size: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.esg-list li::before {
  content: "";
  background: url(../images/esg-bullet.svg);
  background-repeat: no-repeat;
  background-repeat: 12px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
}

/* Tab Section Styling end */
.newEsgPage p strong {
  font-weight: bold !important;
}
.newEsgPage p i {
  font-style: italic !important;
}
.newEsgPage h2 {
  line-height: 62px;
}

body.page-generic-formulation .bef-exposed-form {
  display: flex;
  padding: 24px;
  gap: 15px;
  justify-content: start;
  align-items: center;
}
body.page-generic-formulation .bef-exposed-form div {
  min-width: 265px !important;
}
body.page-generic-formulation .bef-exposed-form .form-item-combine input {
  background-color: #fff !important;
  min-width: auto !important;
  margin-left: 0px;
  background-size: 20px;
  background-position: center right 8px !important;
  border: 2px solid #4f2b98 !important;
  border-radius: 25px !important;
  height: 40px;
  background-image: url(../images/formulation-search.svg) !important;
  background-repeat: no-repeat;
  padding-right: 32px;
  background-size: 18px !important;
  width: auto;
  max-width: 265px;
}
body.page-generic-formulation .bef-exposed-form details {
  position: initial !important;
}
body.page-generic-formulation .bef-exposed-form details summary {
  position: relative;
}
body.page-generic-formulation .bef-exposed-form details summary::before {
  left: -20px;
}
body.page-generic-formulation .bef-exposed-form input[type=submit] {
  width: auto;
  background-color: #5f4ba0 !important;
  border-color: #5f4ba0 !important;
  border: 2px solid #5f4ba0 !important;
  background-color: #5f4ba0 !important;
  border-color: #5f4ba0 !important;
  border: 2px solid #5f4ba0 !important;
  height: 40px !important;
  border-radius: 25px !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  min-width: 120px;
  line-height: 40px;
}
body.page-generic-formulation .bef-exposed-form #edit-combine {
  min-width: 265px !important;
  margin-left: 0px !important;
}
body.page-generic-formulation .bef-exposed-form .form-actions {
  margin-top: 0px;
}

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