.align-flex-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between !important;
}
.wrap-flex {
  flex-wrap: wrap !important;
}
.mw-192 {
  width: 100%;
  max-width: 192px;
}
.ml-auto {
  margin-left: auto;
}
.mt-17 {
  margin-top: 17px !important;
}
.hp-show-all .read-more-text-btn {
  background: transparent !important;
  width: 350px !important;
}
.hp-show-all .read-more-text-btn .read-more_ {
  color: #fff !important;
  left: 350px !important;
  animation: slide-in 7s linear 0.8s infinite !important;
}
.hp-show-all.foot-view-all .read-more-icon_ {
  right: -166px;
}
.display-block {
  display: block !important;
}
.h-100 {
  height: 100%;
}
.bdr-4 {
  border-radius: 4px;
}
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.mt-39 {
  margin-top: 39px !important;
}
.mb-25 {
  margin-bottom: 25px;
}
.gap-25 {
  gap: 0 25px;
}
.new-home .text-white {
  color: #fff;
}
.new-home .text-white.fs-13 {
  margin-top: 0;
  font-size: 17px !important;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.bdr-10 {
  border-radius: 10px;
}
.new-home p {
  font-family: "Helvetica";
}
.new-home .new-hp-section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.mh-743 {
  min-height: 743px;
  position: relative;
}
.new-home .hp-heading .hp-category {
  font-family: "Helvetica";
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}
.new-home.home-font .hp-heading .hp-category {
  font-family: "Helvetica-Condensed";
}
.new-home .hp-heading .hp-category.new-hp-category {
  min-height: 39px;
  margin-bottom: 0;
  color: #000c3b;
  line-height: 39px;
  /* font-size: 23px; */
  font-size: 17px;
  font-weight: 700;
}
.new-home .hp-heading .hp-category {
  min-height: 42px;
  margin-bottom: 10px;
}
.new-home .hp-heading .hp-main-heading,
.new-home .hp-heading .hp-main-heading .heading-hash {
  font-family: "Helvetica";
  font-size: 20px;
  margin: 0;
  /* margin-bottom: 8px; */
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
  position: relative;
}
.new-home.home-font .hp-heading .hp-main-heading,
.new-home.home-font .hp-heading .hp-main-heading .heading-hash {
  font-family: "Helvetica-Condensed";
}
.new-home .new-head .hp-heading .hp-main-heading {
  padding-left: 22px;
  display: flex;
  align-items: center;
  line-height: 1;
  height: 24px;
  gap: 0 10px;
  margin-bottom: 0;
}
.new-home .hp-heading .hp-main-heading .heading-hash {
  font-size: 17px;
}
.new-home .hp-heading .hp-main-heading {
  /* padding-left: 22px; */
}
.new-home .hp-heading .hp-main-heading::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 10px;
  border-left: 12px solid white;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
}
.new-home .section-grid {
  /* padding-top: 30px; */
  padding-top: 15px;
  /* min-height: 540px; */
  min-height: 500px;
}
.new-home .section-grid-2 {
  /* padding-top: 30px; */
  padding-top: 39px;
}
.hp-button-section {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}
.hp-button-section button {
  background: transparent;
  border: 0;
  color: #fff;
  font-family: Helvetica;
}
.new-home .hp-new-section .sec-img {
  border-radius: 6px;
  background-color: #1a254f;
  /* max-width: 268px !important;
  height: 336px; */
}
.video-player,.wistia-player {
  /* display: none; */
  transition: opacity 0.32s ease;
  opacity: 0;
  transition-delay: 0.5s;
}
.new-home.hover-box {
  transition: transform 0.34s ease;
}
.hover-box.mw-100 {
  /* max-width: 253px !important; */
  max-width: 268px !important;
}
.new-home .hover-box:hover .video-player,.new-home .hover-box:hover .wistia-player {
  /* display: block; */
  transition: opacity 0.32s ease;
  transition-delay: 0.5s;
  opacity: 1;
  text-align: center;
}
.new-home .hp-new-section .video-player,.new-home .hp-new-section .wistia-player {
  position: absolute;
  top: -50%;
  transform: translateY(50%);
  background: #000c3b;
  height: 100%;
  width: 100%;
  text-align: center;
}
.new-home .hp-new-section .video-player video, .wistia-player wistia-player {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
}
.top-up-50{
  top: 50%;
  transform: translateY(-50%);
}
.new-home .hp-new-section .img-container {
  background-color: #000c3b;
}
.new-home .hp-new-section .hover-box .hits-n {
  opacity: 0;
  display: none;
}

.new-home .hp-new-section .hover-box:hover .hits-n {
  transition-delay: 0.65s;
  color: #fff;
  font-size: 12px;
  opacity: 1;
  display: none;
}
.new-home .hp-new-section .hover-box:hover {
  transition: transform 0.34s ease;
  transition-delay: 0.6s;
  transform: scale(1.4);
  /* z-index: 1; */
  z-index: 2;
  background-color: #000c3b;
}
.new-home .hp-new-section .hover-box:nth-child(4n-3):hover {
  transform: scale(1.4) translate(45px);
}
.new-home .hp-new-section .hover-box:nth-child(4n):hover {
  transform: scale(1.4) translate(-45px);
}
.new-home .hp-new-section .blogVBPageIn {
  width: 100%;
}
.new-home .hp-new-section .blogVBPageIn .notDataCenter {
  color: #fff;
}
.full-video-player {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000c3bd6;
  backdrop-filter: blur(8px);
  padding: 20px 0;
  text-align: center;
  z-index: 99999;
  display: none;
}
.close-full-video {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  background: transparent;
  border: 0;
  z-index: 1;
}
.all-apis .newBlocks {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 43px 25px;
}
.line-h-0 .hp-main-heading {
  line-height: 20px !important;
}
.line-h-0 .hp-main-heading .heading-hash {
  line-height: 20px !important;
}
.line-h-0 .hp-main-heading::before {
  top: 3px !important;
}
.line-h-0 .under-line::after {
  bottom: -6px;
}
.new-home .hp-new-section {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.new-home .hp-new-section .hp-title,
.new-home .hp-new-section .hp-description {
  font-size: 13px;
  color: #fff;
  font-family: "Helvetica";
  line-height: 1.3;
  font-weight: 600;
  max-width: 268px;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.new-home .hp-new-section .hp-title {
  -webkit-line-clamp: 3;
}
h3.hp-title {
  margin-top: 10px;
}
.new-home.home-font .hp-new-section .hp-title,
.new-home.home-font .hp-new-section .hp-description {
  font-family: "Helvetica-Condensed";
  font-weight: 500;
}
.new-home .hp-new-section .hp-description {
  font-weight: 500;
  font-size: 11px;
}

.video-player video::-webkit-media-controls {
  display: none !important;
}

.video-player video::-moz-media-controls {
  display: none !important;
}

.video-player video::-ms-media-controls {
  display: none !important;
}

.video-player video::-o-media-controls {
  display: none !important;
}
.new-ul-list ul {
  list-style-type: none;
  padding-left: 20px;
  /* margin-bottom: 60px; */
  margin-bottom: 36px;
}
.new-ul-list ul li {
  color: #fff;
  font-size: 20px;
  font-family: "Helvetica-Condensed";
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.new-ul-list ul li a {
  color: #fff;
}
.new-ul-list ul li a span {
  color: #b4ceff;
}
.new-ul-list ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  border-left: 9px solid white;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
}
.newsBlocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 43px 25px;
}
.newCardbg {
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 3px 4px 4px 0 rgba(143, 156, 252, 0.68); */
  /* max-width: 32%; */
  padding: 10px 10px;
  max-width: 192px;
  min-height: 83.16px;
}
.newCardbg a {
  text-decoration: none;
}
.newCardbg .newsTitle {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #2a5db0;
  display: -webkit-box;
  font-family: Helvetica;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 6px;
  font-weight: 600;
  overflow: hidden;
}
.newCardbg .source-date {
  display: flex;
  gap: 3px;
}
.newCardbg .new-posted,
.newCardbg .news-source {
  color: #000c3b;
  font-size: 10px;
  margin: 0;
  line-height: 1;
  font-family: "Helvetica";
}
.newCardbg .new-posted {
  max-width: 72px;
}
.newCardbg .news-source {
  max-width: calc(100% - 78px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp-new-section .list-card {
  margin: 0;
  padding: 15px;
}
.hp-new-section .hover-box .sup-heading p {
  margin-bottom: 5px;
  color: #fff;
  font-family: "Helvetica-Condensed";
}
.hp-new-section .hover-box .sup-heading p.tit {
  /* font-size: 15px; */
  font-size: 17px;
  font-weight: 600;
}
.hp-new-section .hover-box .sup-heading p.des {
  /* font-size: 13px; */
  font-size: 14px;
}
.hp-new-section .pc-new-listing-block .list-card {
  box-shadow: none;
}
.hp-new-section .pc-new-listing-block .list-card p {
  font-family: "Helvetica";
}
.hp-new-section .pc-new-listing-block .pc-blue-button {
  font-family: "Helvetica";
}
.new-home .tagline,
.new-home .hp-tagline {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-box;
  font-family: "Helvetica-Condensed";
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
  font-family: "Helvetica-Condensed";
  /* min-height: 44px; */
  margin-bottom: 10px;
}
.new-home .hp-tagline a,
.new-home .hp-tagline a:hover,
.new-home .hp-tagline a:focus {
  color: #fff;
}
.hp-new-section p.text-white {
  font-family: "Helvetica-Condensed";
}

.new-home .hp-tagline,
.new-home.home-font .hp-new-section h3.hp-title {
  margin-bottom: 10px;
  font-size: 17px;
  -webkit-line-clamp: 4;
  min-height: 88px;
}
.new-home.home-font .hp-new-section h3.hp-title {
  margin-bottom: 10px;
  font-size: 17px;
  -webkit-line-clamp: 3;
}
.homepage-90.new-home.home-font .hp-new-section h3.hp-title {
  -webkit-line-clamp: 4;
}
.pt-45-b-20 {
  padding-top: 45px;
  padding-bottom: 20px;
}
.mp-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  /* max-width: 468.433px; */
  width: 33.33%;
}
.mw-480 {
  max-width: 570px !important;
}
.mw-230 {
  max-width: 270px !important;
}
.empty-title {
  min-height: 22px;
}
.empty-title::before {
  border: 0 !important;
}
.mp-card .mp-head {
  display: flex;
  gap: 0 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 59px;
}
.mp-card .mp-flag {
  height: 46px;
  width: 46px;
  object-fit: cover;
  border-radius: 100px;
  background-color: #8b8985;
}
.mp-card .mp-required {
  white-space: normal;
  line-height: 1.3;
  text-align: left;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000c3b;
  font-family: "Helvetica";
  font-weight: 600;
  font-size: 14px;
}
.mp-card .mp-description {
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.hp-new-section .mp-card .date,
.hp-new-section .mp-card .reply {
  line-height: 1;
  margin-top: 11px;
}

.d-1 {
  width: 19.5%;
}
.d-2 {
  width: 39.5%;
}
.d-3 {
  width: 59.5%;
}
.d-4 {
  width: 79.5%;
}
.spcl-grid .d-1 {
  width: 24.5%;
  width: 23.76%;
}
.gap-15 {
  gap: 0 15px;
}
.newBlocks {
  display: flex;
  justify-content: flex-start;
  gap: 35px 15px !important;
  display: grid !important;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}
.grid-5 {
  display: grid !important;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}
.newBlocks.newsGap {
  /* gap: 25px 95px !important; */
  gap: 23px 23px !important;
  gap: 15px 23px !important;
}
.newCardbg.newsCardbg {
  width: 100%;
  max-width: 192px;
}
.mb-45 {
  margin-bottom: 45px;
}
.align-flex-start {
  align-items: flex-start;
}
.empty-menu {
  min-width: 330px;
}
.blog-title {
  font-family: Helvetica;
  font-size: 25.44px;
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  color: #fff !important;
}

.homepage-drugs-in-dev .scrollElement {
  width: 100%;
  padding-top: 0;
}
.homepage-drugs-in-dev .scrollElement .items {
  display: flex;
  gap: 25px;
}
.homepage-drugs-in-dev .pc-new-listing-block .list-card .index.w-50 {
  display: none;
}
.homepage-drugs-in-dev .scrollElement .pc-new-listing-block {
  width: 100%;
}
.homepage-drugs-in-dev .scrollElement .pc-new-listing-block .list-card {
  border-radius: 6px;
  height: 100%;
}
.homepage-drugs-in-dev .scrollElement .grid-section.collapse-view.activeView,
.homepage-drugs-in-dev .scrollElement .grid-section.collapse-view {
  display: none !important;
}
.homepage-drugs-in-dev .scrollElement .collapse-view.w-100.hide {
  display: block !important;
}
.homepage-drugs-in-dev .scrollElement .rotating-arrow,
.homepage-drugs-in-dev .scrollElement .index.w50 {
  display: none;
}
.homepage-drugs-in-dev .new-tagline-line,
.homepage-drugs-in-dev .event-name-detail,
.homepage-drugs-in-dev .confirmation {
  font-family: "Helvetica";
}

.new-home .grid-o-4 .hp-new-section .hp-title,
.new-home .grid-o-4 .hp-new-section .hp-description {
  width: 100%;
  max-width: 100%;
}
.new-home .hp-heading .no-arrow .hp-main-heading::before {
  border: 0;
}
.new-home .hp-heading .no-arrow .hp-main-heading {
  padding-left: 0;
}

.news-btm {
  position: relative;
  top: 6px;
}
.font-helvetica {
  font-family: "Helvetica" !important;
}
.clamp-4 {
  -webkit-line-clamp: 4;
}
.hp-new-section .flexin .mp-date {
  line-height: 1;
}
.hp-new-section .read-phisper .pc-outlined-button {
  font-family: "Helvetica";
  margin-top: -2px;
}
.vbDesignPageSlide.modified .vbDesignPageSlideIn .supplierHeading,
.vbDesignPageSlide.modified .vbDesignPageSlideIn .envelope {
  background: #fff;
}
.vertical-shadow {
  position: absolute;
  box-shadow: 3px 0px 2.7px 1px #768bff40;
  height: 90%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 55%;
}
.vertical-shadow-2 {
  height: 98%;
  top: 50%;
}
.envelope {
  max-width: 50px;
  width: 35%;
}
.supplierHeading {
  max-width: 184px;
  width: 75%;
}
.rbox.supplierHeading .looking_supplier {
  font-weight: 500;
  text-align: center;
  margin-left: -13px;
}
.featureCmp {
  margin-bottom: 0;
}
.hp-new-section .grid-2 button {
  font-family: "Helvetica";
}
.new-head .side-menu {
  padding-top: 0;
}
.subs-btn {
  text-align: center;
  background: transparent;
  border: 0;
  margin: auto;
  width: 247px;
}
.align-start .subs-btn-top {
  position: absolute;
  /* top: 91px; */
  /* top: 185px; */
  top: 171px;
}
.align-start .nps .subs-btn-top {
  top: 121px;
}
.align-start .bps .subs-btn-top {
  top: 121px;
}
.align-start .nps-2 .subs-btn-top {
  top: 159px;
}
.subs-btn-top {
  position: relative;
}

/*  */
.newsLeftSideArea {
  min-width: 330px;
}
.newsRightSideArea {
  width: calc(100% - 330px);
}
.newsRightSideArea.right-side-full,
.full-width-block {
  width: 100%;
}

/* .full-width-block .new-head-news {
  max-width: calc(100% - 285px);
  margin-left: auto;
} */
.search-input-group .btn {
  padding: 4px 5px 8px;
}
.news-head-top {
  margin: 0px 0 0;
  width: calc(100% - 330px);
  font-size: 35px;
  color: #fff !important;
  font-family: "Helvetica-Condensed" !important;
  min-height: 36px;
  line-height: 1;
}
.new-hp-section .pagination > li > a,
.pagination > li > span,
.new-hp-section .footerPagi.topPagi ul li a:hover {
  color: #fff;
}
.new-hp-section .pagination > .active > a,
.MP-Title .new-hp-section .pagination > .active > a {
  background: #ffffff !important;
  color: #000c3b !important;
}
.new-hp-section .footerPagi {
  margin-top: 40px;
}
.new-hp-section .btn-default {
  color: #000c3b;
}
.other-Apis {
  background: #000c3b;
  padding-right: 10px;
  font-size: 17px;
}
.font-17 .other-Apis {
  font-size: 17px;
}
.font-17 .new-head-news-subcat::after {
  top: 60%;
  width: 990px;
  left: 64px;
}
.single-page .vbDesignPageSlide .vbDesignPageSlideIn {
  left: auto;
  right: 244px;
}
.hmBodyBx #feedbackSlide .foot {
  left: auto;
  right: 256px !important;
  transform: unset;
}
button.opacity-low {
  opacity: 0.3;
}
.news-gap {
  gap: 25px;
}
.gap15 {
  gap: 15px 0 !important;
}
.mainHomepage .coyprightBottom {
  display: none;
}
.newsRightSideArea .news-gap {
  gap: 25px 95.5px;
  justify-content: flex-start;
}

.input-group .form-control {
  color: #000c3b;
}
.mini-hr {
  height: 1px;
  width: 40px;
  margin: auto;
  background-color: #fff;
}
.button-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  width: 100%;
}
.inactive button.data-bank {
  cursor: default;
}
button.data-bank {
  font-size: 16px;
  min-width: 100%;
  padding: 4px 0px;
  border-radius: 5px;
  background-color: transparent;
  color: #303662;
  border: 1px solid #303662;
}
button.data-bank.active {
  border: 1px solid #fff;
  color: #fff;
}

.mp-postEnq {
  width: 268px;
  height: 32px;
  border: 1px solid #fff;
  font-family: "Helvetica-Condensed";
  font-size: 16px;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  margin: 23px 0 0;
}
.upload-pl {
  height: 32px;
  width: 268px;
  border: 1px solid #fff;
  font-family: "Helvetica-Condensed";
  font-size: 16px;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  padding: 0 8px;
  margin-top: 23px;
}
.new-home .hel-c p {
  font-family: "Helvetica-Condensed";
}
.without-heading .flexin {
  display: none;
}
.without-heading .section-grid {
  padding-top: 0;
}
#myPopup .cnt223 {
  border: 1px solid #fff !important;
}
.hp-placeholder-img {
  height: 38px;
}
.market-intel-grid .hp-placeholder-img {
  height: 54px;
}
.under-line {
  /* border-bottom: 1px solid #fff; */
  position: relative;
  margin-bottom: 25px !important;
}
.under-line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0px;
}
.new-home .market-intel-grid .hp-new-section {
  margin-top: 2px;
}
.new-home .market-intel-grid .hp-heading .hp-main-heading {
  line-height: 1.2;
}
.new-home .market-intel-grid .hp-heading .hp-main-heading::before {
  top: 5px;
  border-bottom: solid 7px transparent;
}
.new-home section[aria-label="visual media"] .hp-heading .hp-main-heading,
.new-home
  section[aria-label="verified-supplier-data-banks"]
  .hp-heading
  .hp-main-heading,
.new-home
  .mt-5
  section[aria-label="VIRTUAL EXHIBITION"]
  .hp-heading
  .hp-main-heading {
  padding-left: 0;
}
.new-home
  section[aria-label="visual media"]
  .hp-heading
  .hp-main-heading::before,
.new-home
  section[aria-label="verified-supplier-data-banks"]
  .hp-heading
  .hp-main-heading::before,
.new-home
  .mt-5
  section[aria-label="VIRTUAL EXHIBITION"]
  .hp-heading
  .hp-main-heading::before {
  content: none;
}

.line-hr {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  top: 78px;
}
.bg-transparent.border-0.inactive img {
  opacity: 0.2;
}
.market-intel-hash {
  color: #fff !important;
  font-family: "Helvetica-Condensed" !important;
  padding-top: 25px;
  margin-top: 6px;
  font-size: 17px;
}
.read-more-icon_text {
  position: absolute;
  top: 0;
  right: 0;
}
.headerOneLine .mainLogoArea,
.headerOneLine .header-flip {
  height: 0;
}
.headerOneLine .searchBoxShowHp .homepage {
  width: 28% !important;
  float: right;
  margin-right: 6px;
}

.index-page.new-home .hp-new-section .hover-box:nth-child(4n):hover {
  transform: scale(1.4) translate(-0px);
}
.index-page.new-home .hp-new-section .hover-box:nth-child(5):hover {
  transform: scale(1.4) translate(-45px);
}
.clamp-5 {
  -webkit-line-clamp: 5 !important;
}
#full-view.h100 {
  width: 100%;
}
.mx-w-19 {
  max-width: 19%;
}
.btn-flex-h li::marker {
  content: "";
}

@media (max-width: 1400px) {
  .single-page .vbDesignPageSlide .vbDesignPageSlideIn {
    left: auto;
    right: 15px;
  }
  .hmBodyBx #feedbackSlide .foot {
    left: auto;
    right: 16px !important;
    transform: unset;
  }
}
@media (max-width: 1440px) {
  .d3s {
    max-width: 1410px;
  }
  .new-home .section-grid {
    padding: 39px 0px 0;
  }
  .new-home .section-grid-2 {
    padding: 39px 0px 0;
  }
  .d3pr-0 {
    padding-right: 0 !important;
  }
  .d3px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .d3pl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1366px) {
  .d3s {
    max-width: 1352px;
  }
}
@media (max-width: 576px) {
  .new-home .hp-new-section .hover-box:hover {
    transform: scale(1);
  }
  .bannerBlog-box {
    margin: 0 15px;
    padding-top: 15px;
  }
  .m-reverse-flex {
    flex-direction: column-reverse;
  }
  .mb-sm-3 {
    margin-bottom: 15px;
  }
  .new-home .hp-new-section .hp-title,
  .new-home .hp-new-section .hp-description,
  .newsRightSideArea.right-side-full .new-head-news,
  .full-width-block .new-head-news {
    max-width: 100%;
  }
  .no-side-head {
    position: inherit;
    margin: 0;
    margin-left: 15px;
  }
  .newsLeftSideArea {
    min-width: 0;
    display: none;
  }
  .newsRightSideArea.right-side-full,
  .full-width-block {
    padding-bottom: 50px;
  }
  .newsRightSideArea {
    width: 100%;
  }
  .new-home .hp-new-section .sec-img {
    max-width: 100% !important;
    height: auto;
  }
  .new-home .hp-new-section .hover-box:nth-child(1):hover {
    transform: scale(1) translate(0px);
  }
  .new-home .hp-new-section .hover-box:last-child:hover {
    transform: scale(1) translate(0px);
  }
  .newCardbg.newsCardbg {
    max-width: 47.5%;
  }
  .newBlocks {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 15px !important;
  }
  .newBlocks.newsGap {
    gap: 13px 15px !important;
  }
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .news-head-top {
    width: 100%;
    margin-top: 15px;
  }
  .new-home .section-grid {
    min-height: auto;
    padding: 20px 0 0;
  }
  .new-home .section-grid-2 {
    min-height: auto;
    padding: 20px 0 0;
  }
  .new-head-news {
    margin-bottom: 10px;
  }
  .hmBodyBx .main_header {
    position: fixed;
  }
  .hmBodyBx .mainLogoArea {
    position: fixed;
    margin-top: 70px !important;
  }
  .hmBodyBx .mainHomepage.whiteBgHomepage {
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .newFootBtn {
    display: none !important;
  }
  .new-home .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .new-home .grid-5 img {
    border: 0;
  }
  .button-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .button-grid > :last-child {
    grid-column: span 2;
  }
  .new-ul-list ul {
    margin-bottom: 15px;
  }
  section[aria-label="News"] .newsBlocks {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mp-card {
    width: 100%;
    margin-bottom: 15px;
  }
  .hp-drugs-in-dev .items,
  .hp-drugs-in-dev .items .drugs-in-devs .d-flex {
    flex-wrap: wrap;
  }
  .hover-box.mw-100 {
    max-width: 100% !important;
  }
  .index-page.new-home .hp-new-section .hover-box:nth-child(5):hover,
  .index-page.new-home .hp-new-section .hover-box:nth-child(4n):hover,
  .new-home .hp-new-section .hover-box:nth-child(4n):hover,
  .new-home .hp-new-section .hover-box:nth-child(4n-3):hover {
    transform: scale(1) translate(-0px);
  }
  .new-home .hp-tagline,
  .new-home.home-font .hp-new-section h3.hp-title {
    min-height: auto;
  }
  .sub-heading.visibility-none {
    display: none;
  }
  .homepage-90.new-home .newsBlocks {
    gap: 15px !important;
  }
  .mx-w-19 {
    max-width: 100%;
  }
  .new-home .hp-new-section .video-player {
    background: #1a254f;
  }
  .market-intel-grid .mx-w-19 .hp-placeholder-img {
    height: 15px;
  }
  .new-home .hp-heading .hp-category.new-hp-category {
    min-height: auto;
    padding: 5px 0px;
    line-height: 1.4;
  }
  .mb-xs-3 {
    margin-bottom: 1rem;
  }
  .px-xs-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 360px) {
  #chemistry .read-more-text-btn {
    left: -14px;
  }
}
@keyframes slide-in {
  0% {
    transform: translateX(-0px);
  }
  30% {
    transform: translateX(-336px);
  }
  80% {
    transform: translateX(-336px);
  }
  100% {
    transform: translateX(-0px);
  }
}
