body {
  font-family: "Merriweather Sans", sans-serif !important;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.row {
  margin: 0 !important;
}

@font-face {
  font-family: ft-light-italic;
  src: url(../fonts/Merriweather-LightItalic.ttf);
}

header .header_logo {
  padding: 16px 0;
}

header .header_logo img {
  width: 310px;
  height: auto;
}
header .navbar > .container-fluid {
  justify-content: flex-end;
}
header .navbar-expand-lg {
  padding: 0;
}
header .nav-link {
  color: #003778;
  padding: 10px 15px 6px;
  font-size: 18px;
  position: relative;
}

/* .menu_content_bottom .nav_mobo .navbar-nav .nav-item {
    position: relative;
}
.menu_content_bottom .nav_mobo .navbar-nav .nav-item.active::after {
    content: "";
    width: 95%;
    display: flex;
    border-bottom: 2px solid #0064be;
    position: absolute;
    bottom: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
} */

header .navbar-toggler {
  border: 1px solid #a6a6a6 !important;
}

header .navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* header .nav-links:hover {
        text-decoration: underline;
    } */

header .nav-wrapper {
  justify-content: end;
  /* text-transform: uppercase; */
}

.header__inner.header__bottom.custome-container
  .nav_mobo
  ul.navbar-nav
  li:nth-child(2)
  ul {
  border: 2px solid #eee;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0 5px;
  position: absolute;
  /* right: 0; */
  width: 245px;
  z-index: 2;
  left: 15px;
}
.header__inner.header__bottom.custome-container
  .nav_mobo
  ul.navbar-nav
  li:nth-child(2) {
  position: relative;
}
#hero_banner,
#hero_banner_contact {
  background-image: url("https://bbl-q-001.sitecorecontenthub.cloud/api/public/content/41eb4d4bf1b147239a1f4b2755d9fd46?v=fbf422a4");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center;
  height: 294px;
  width: 100%;
  margin: 0;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
#hero_banner_contact {
  background-image: url("https://bbl-q-001.sitecorecontenthub.cloud/api/public/content/4bfd59e445d7412ba919eeb219fc3d29?v=986d223d");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  margin-bottom: 48px;
}
#hero_banner h2 {
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 48px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: #003778;
  letter-spacing: 1px;
}
#hero_banner h2:after {
  content: "";
  width: 152px;
  height: 5px;
  background: #003778;
  display: block;
  margin: 14px auto 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #999999 !important;
}
#breadcrumb_wrapper .col-7 button {
  width: 82px;
  height: 34px;
  border-radius: 20px;
  background: #f0f0f0;
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border: 0;
  color: #000000;
}
#breadcrumb_wrapper .col-7 button {
  width: 82px;
  height: 34px;
  border-radius: 20px;
  background: #f0f0f0;
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border: 0;
  color: #000000;
  margin-right: 8px;
}
#breadcrumb_wrapper .col-7 button.active {
  background: #002e5f;
  color: #ffffff;
}
.breadcrumb#breadcrumb a {
  /* font-family: Inter; */
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  /* letter-spacing: -0.05em; */
  color: #999999;
  text-decoration: none;
}
.breadcrumb#breadcrumb .breadcrumb-item.last a {
  color: #003778;
}
#breadcrumb.breadcrumb {
  display: block;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding: 0;
}
#breadcrumb_wrapper .component.plain-html,
#listing-section,
#container-related-articles .row {
  padding: 0;
}
#breadcrumb.breadcrumb ol {
  display: inline-block;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
  display: flex;
}
.breadcrumb-item.last a {
  color: #003778;
}
#breadcrumb_wrapper .row .col-7,
#breadcrumb_wrapper .row .col-5 {
  margin-bottom: 38px;
  padding: 0;
}
#breadcrumb_wrapper .col-5 .search-box input {
  border: none;
  font-weight: 300;
}
#breadcrumb_wrapper .col-5 .search-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  height: 38px;
  display: flex;
  align-items: center;
  padding-top: 3px;
}
#breadcrumb_wrapper .col-5 .search-box button {
  border: 0;
  background: url("/-/media/Themes/Biocon/BiologicsUS/Biologics/images/search_icon.png")
    transparent;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
  color: #ffffff;
}
#breadcrumb_wrapper .col-5 .search-box .component-content {
  width: 100%;
  display: flex;
}
#breadcrumb_wrapper .col-5 .search-box .component-content span {
  width: 100%;
}

.news_detail {
  /* width: 393.5px; */
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 24px;
}
.news_detail h1,
.news_article h2 {
  margin: 0;
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.17px;
  /* letter-spacing: -0.05em; */
  text-decoration: none !important;
  color: #003778;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_detail p {
  display: -webkit-box;
  /* max-width: 200px; */
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.6px;
  /* letter-spacing: -0.05em; */
  margin: 10px 0 20px;
}
.gallery_blog_page .news_detail p {
  -webkit-line-clamp: 3;
}
.news_article_wrapper {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  /* padding: 0px; */
  gap: 40px;
  margin: 10px auto;
}
.news_article h2 {
  font-size: 17px;
  line-height: 22px;
  text-decoration: none !important;
  margin-top: 10px;
}
.news_article {
  /* width: 471px; */
  padding: 0;
  border: none;
  border-radius: inherit;
  min-height: auto;
  margin: 0;
}
.news_article p {
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 70%);
}
.news_detail_timeline,
.news_article_timeline {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.08px;
  /* letter-spacing: -0.05em;  */
}
.news_article_timeline {
  text-decoration: none !important;
  border: none !important;
  /* margin-top: 24px; */
  color: rgba(0, 0, 0, 50%);
  text-transform: uppercase;
}
.gallery_image {
  margin-bottom: 20px;
}
ul.search-result-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.search-result-list li {
  width: 100%;
}
.gallery_blog_page .col-7 ul.search-result-list li {
  flex: 47%;
  max-width: 47%;
}
.gallery_blog_page .col-7 ul.search-result-list li:nth-child(odd) {
  margin-right: 3%;
}
#news_wrapper .col-5 .search-results .search-result-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#news_wrapper .col-5 .search-results:last-child .search-result-list {
  border: none;
}
.news_detail h1 a,
.news_article h2 a {
  text-decoration: none;
  color: #003778 !important;
}
#load-more-result input {
  border-radius: 20px;
  background: #f0f0f0;
  border: none;
  font-size: 16px;
  width: 150px;
  height: 42px;
  margin: 0 auto 20px;
}
#news_wrapper {
  margin-bottom: 20px;
}
.no-results {
  padding: 20px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#news_wrapper h3,
#container-related-articles h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  /* letter-spacing: -0.05em; */
  color: #000000;
  margin-bottom: 20px;
}
#news_wrapper h3:before,
#container-related-articles h3:before {
  content: "";
  background: url(/-/media/Themes/Biocon/BiologicsUS/Biologics/images/export_icon.png)
    no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#breadcrumb_wrapper .row,
#news_wrapper .row {
  /* margin-left: calc(-.5* var(--bs-gutter-x)) !important;
    margin-right: calc(-.5* var(--bs-gutter-x)) !important; */
  padding: 0;
}
ul.search-result-list a {
  text-decoration: none;
  color: initial;
}
#detail_page_header h2 {
  font-family: Merriweather Sans;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #003778;
  /* max-width: 976px; */
}
#detail_page_posted_details > .component-content {
  background: #003778;
  color: #ffffff;
  font-size: 14px;
  border-radius: 7px;
  margin-bottom: 30px;
}
#detail_page_posted_details .row.component.column-splitter {
  align-items: center;
  padding: 16px 0;
}
#detail_page_posted_details .row.component.column-splitter .col-2 {
  padding-right: 0;
}
#detail_page_posted_details .row.component.column-splitter .col-6 {
  float: right;
  text-align: right;
}
#detail_page_timeline,
#detail_page_posted,
#detail_page_download {
  display: flex;
}
div#detail_page_posted {
  padding: 0;
}
#detail_page_timeline:before,
#detail_page_posted:before,
#detail_page_no_comment:before,
#detail_page_download:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#detail_page_timeline:before {
  background: url(/-/media/Themes/Biocon/BiologicsUS/Biologics/images/calender_icon.png)
    no-repeat;
  background-size: contain;
}
#detail_page_posted:before {
  background: url(/-/media/Themes/Biocon/BiologicsUS/Biologics/images/man_icon.png)
    no-repeat;
  background-size: contain;
}
#detail_page_no_comment {
  background: url(/-/media/Themes/Biocon/BiologicsUS/Biologics/images/message_icon.png)
    no-repeat;
  background-size: contain;
}
#detail_page_download:before {
  background: url(/-/media/Themes/Biocon/BiologicsUS/Biologics/images/downlod_icon.png)
    no-repeat;
  background-size: contain;
}
#detail_page_header {
  margin: 30px auto;
}
#detail_page_breadcrumb_wrapper #breadcrumb {
  margin: 0;
  padding: 0;
}
#detail_page_para {
  margin-top: 20px;
  padding: 0;
}
#author_details div {
  padding: 0;
}
#detail_page_posted_details .row.component.column-splitter .col-2:nth-child(2) {
  padding-left: 0;
}
#detail_page_download {
  justify-content: end;
}
#detail_page_download a {
  color: #ffffff;
  text-decoration: none;
}
#detail_page_breadcrumb_wrapper #breadcrumb.breadcrumb ol {
  padding-left: 0;
}
#media-contacts #breadcrumb {
  margin-bottom: 32px;
}
.media_contact_page #breadcrumb.breadcrumb ol {
  padding: 0;
}
.media_contact_page .breadcrumb#breadcrumb a {
  font-size: 20px;
  line-height: 32px;
}
.media_contact p {
  font-size: 20px;
  line-height: 32px;
  color: #999999;
  margin-bottom: 18px;
}
.media_contact p.media_padding {
  margin-bottom: 28px;
}
.media_contact p strong {
  color: #000000;
  font-weight: 700;
}
.media_contact_page .breadcrumb-item + .breadcrumb-item::before {
  font-size: 20px;
}
#container-related-articles {
  margin-bottom: 80px;
}
#container-related-articles .row .col-4:first-child {
  padding-left: 0;
}
#container-related-articles .row .col-4:last-child {
  padding-right: 0;
}
#container-related-articles .no-results {
  border: none;
}
#load-more-result {
  text-align: center;
}
#news_wrapper #listing-section {
  margin-bottom: 50px;
}
.gallery_blog_page #news_wrapper #listing-section {
  margin-bottom: 40px;
}
.detail_page_para {
}
.detail_page_author {
}
@media only screen and (min-width: 720px) {
  header .header_logo {
    display: flex;
    justify-content: space-between;
  }
}

.pap_section_container {
  margin-bottom: 3rem !important;
  padding: 4rem 0;
}

.pap_section_container .org-light-text {
  font-size: 28px !important;
}

.pap_section_container .pap_link {
  font-size: 18px;
}

.pap_section_container .pap_link a {
  color: #043e76;
  text-decoration: none;
  font-weight: 600;
}

.ft-light-italic {
  font-family: ft-light-italic;
}

.pri-color {
  color: #003778;
}

.sec-color {
  color: #fc8142;
}

.let-img {
  margin-top: 35px;
  max-height: 385px;
}

.big-pic {
  font-size: 17px;
  line-height: 12px;
  color: #0064be;
  font-weight: 600;
  padding-top: 2px;
}

.big-pic-para {
  font-size: 36px;
  line-height: 42px;
  color: #fc8142;
  padding-top: 15px;
  font-family: "Merriweather", sans-serif;
}

.big-pic-para-2 {
  font-size: 20px;
  font-weight: 300;
  color: #6c6c6c;
  padding-top: 12px;
  font-family: "Merriweather Sans", sans-serif;
  max-width: 95%;
}

.container-2 {
  margin-top: 70px;
}

.Biocon-Biologics-head {
  font-size: 27px;
  line-height: 18px;
  color: #003778;
  font-family: "Merriweather", sans-serif;
}

.Biocon-Biologics-para {
  font-size: 20px;
  color: #6c6c6c;
  padding-top: 12px;
  font-family: "Merriweather Sans", sans-serif;
  max-width: 95%;
}

.Biocon-Biologics-list {
  padding-left: 0.8rem;
  font-size: 16px;
  color: #6c6c6c;
  max-width: 95%;
}

.Biocon-Biologics-list li {
  padding-top: 10px;
  font-family: "Merriweather Sans", sans-serif;
}

.icon-head-1 {
  font-size: 32px;
  color: #003778;
  font-family: "Merriweather", sans-serif;
}

ul.Biocon-Biologics-list li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}

ul.Biocon-Biologics-list li:before {
  content: "\2022";
  color: #003778;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 34px;
  position: absolute;
  top: -5px;
  left: 0px;
}

.Biocon-Biologics-box-para {
  font-size: 18px;
  max-width: 165px;
  color: #003778;
  padding-top: 3px;
  line-height: 22px;
  font-family: "Merriweather Sans", sans-serif;
}

.Biocon-Biologics-box-outer {
  padding-left: 10px;
  padding-right: 10px;
}

.Biocon-Biologics-box {
  background-color: #daedfa;
  padding-top: 0.5rem;
}

.Biocon-Biologics-box-ref {
  padding-bottom: 1rem;
  font-size: 9px;
  line-height: 12px;
  color: #6c6c6c;
}

.leagcy-sec .big-pic-para {
  color: #0064be;
}

.light-text {
  font-weight: 300 !important;
}

.leagcy-sec .big-pic {
  color: #003778;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
}

.leagcy-sec .let-img {
  max-height: 370px;
  width: 100%;
}

.year-sec {
  background: #edf8ff;
  margin: 0;
  padding: 45px 0;
  margin: 35px 0;
}
.row.year-sec .row {
  justify-content: center;
}

.det-sec {
  font-size: 18px;
  color: #003778;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  margin-top: 12px;
  line-height: 24px;
}

.port-sec {
  margin-left: 0;
  margin-right: 0;
}

.port-sec .big-pic,
.port-sec .big-pic-para {
  color: #003778;
}

.port-sec .big-pic {
  font-family: "Merriweather Sans", sans-serif;
  letter-spacing: 3px;
}

.port-sec .big-pic-para-2 {
  max-width: 80%;
}

.portfolio .col-md-2 {
  width: 20%;
  text-align: center;
  position: relative;
  padding: 10px 0 0;
}

.portfolio .col-md-2:after {
  position: absolute;
  border-right: 2px solid #daedfa;
  content: "";
  top: 0;
  right: 0;
  height: 80%;
}

.border-none:after {
  display: none;
}

.port-head {
  color: #003778;
  font-size: 36px;
  padding-bottom: 20px;
}

.portfolio {
  margin: 50px 0;
}

.portfolio p {
  font-family: "Merriweather Sans", sans-serif;
  color: #003778;
  margin-top: 10px;
}

.port-text {
  font-size: 16px;
  color: #6c6c6c;
  margin-top: 10px;
  font-family: "Merriweather Sans", sans-serif;
}

.img-part {
  min-height: 87px;
}

.text-fot {
  font-family: "Merriweather Sans", sans-serif;
  margin: 50px 0;
  font-size: 26px;
  color: #0064be;
}

.foot-top {
  font-size: 10px;
  font-family: "Merriweather Sans", sans-serif;
  color: #6c6c6c;
}

.orag-bg {
  position: relative;
  margin-top: 50px !important;
  padding: 10px 0 30px;
  z-index: 1;
}

.orag-bg p {
  color: #fff;
  margin: 30px 0;
  font-size: 22px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
}

.orag-bg:after {
  background: #003778;
  position: absolute;
  content: "";
  top: 0;
  width: 86%;
  height: 100%;
  z-index: -1;
  left: 7%;
  right: 7%;
}

.orag-bg-light {
  position: relative;
  margin-top: 50px !important;
  padding-bottom: 30px;
  z-index: 1;
}

.org-light-text {
  font-size: 18px;
  font-family: "Merriweather Sans", sans-serif;
  color: #6c6c6c;
}

.org-light-text .semi-old {
  font-weight: 600;
}

.orag-bg-light:after {
  background: #edf8ff;
  position: absolute;
  content: "";
  top: 0;
  width: 86%;
  height: 100%;
  z-index: -1;
  left: 7%;
  right: 7%;
}
.org-text {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin: 0 0 30px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
}

.custom-foot {
  font-size: 12px;
  color: #0064be;
}

.footer {
  background: #e4f5fc;
  padding: 40px 0 40px;
}

.footer .adverse-events,
.footer .ccpa-notice {
  font-size: 12px;
  padding-top: 10px;
  color: #0064be;
}

.custom-foot2 a {
  font-size: 12px;
  color: #0064be;
  margin-right: 20px;
  text-decoration: none;
}

.custom-foot2 {
  padding-top: 22px;
}

.footer_content_l {
  padding-left: 30px;
  color: #0064be;
  font-size: 12px;
}

.ml-class {
  font-size: 10px;
  color: #6c6c6c;
  display: inline-block;
  position: relative;
  right: -100px;
  text-align: right;
  float: right;
  top: -19px;
}

.layout-canvas-g > .section {
  margin: 0px !important;
}

.cus-sup {
  font-size: 11px;
  position: relative;
  top: -0.5rem;
}

.sup-color {
  color: #6c6c6c;
}

.seprator {
  border-right: 1px solid #ccc;
  margin-right: 15px;
  position: relative;
}

.half_banner_pap .col-xl-6 {
  padding: 0 !important;
}

.half_banner_pap .pap_half_banner_text {
  height: 100%;
  background: #003778;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.half_banner_pap .pap_half_banner_text .pap_banner_content {
  max-width: 500px;
}

.half_banner_pap .pap_half_banner_text .pap_banner_content h2 {
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 1.5rem;
}

.half_banner_pap .pap_half_banner_text .pap_banner_content h3 {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 1.5rem;
}

.half_banner_pap .pap_half_banner_text .pap_banner_content h6 {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 2.5rem;
  font-weight: 100;
}

.half_banner_pap .pap_half_banner_text .pap_banner_content p {
  font-size: 13px;
  color: #dadada;
}

.half_banner_pap .pap_half_banner_text .pap_banner_content span {
  color: #fc8142 !important;
}

.head_half_banner img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}

.pap_link.pap_page {
  color: #6c6c6c;
  font-size: 17px !important;
}

.pap_dropdown_card {
  background: #003778;
  padding: 5rem 0;
  color: white;
  margin-bottom: 4rem;
}

.pap_dropdown_card .form-group {
  display: grid;
}

.pap_dropdown_card .form-group .from-control {
  padding: 1.25rem 25px;
  font-size: 20px;
  color: #686868;
  background: white;
  width: 65%;
}

.pap_dropdown_card .form-group label {
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}

.pap_upper_pap .pri-color-p {
  font: normal normal normal 27px/35px Merriweather Sans;
  letter-spacing: 0px;
  color: #003778;
}

.pap_link.pap_page {
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  border: none;
  background-image: url(/-/media/Project/Biocon/Biologicsus/images/dd.png) !important;
  background-repeat: no-repeat !important;
  background-position: 97% !important;
  background-size: 25px !important;
}

#dropdown_select_custom .custom_dropdown_pap {
  width: 65%;
}

#dropdown_select_custom .custom_dropdown_pap button {
  padding: 20px 25px;
  font-size: 20px;
  color: #686868;
  background: white;
  border-radius: 0;
  text-align: left;
}

#dropdown_select_custom .custom_dropdown_pap .dropdown-toggle::after {
  border-top: 0.5em solid !important;
  border-right: 0.5em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.5em solid transparent !important;
  float: right;
  margin-top: 9px;
}

#dropdown_select_custom .custom_dropdown_pap .dropdown-menu.show {
  width: 100% !important;
}

#dropdown_select_custom .custom_dropdown_pap .dropdown-item {
  font-size: 20px !important;
  padding-left: 24px !important;
  color: #686868 !important;
}
footer .bottom-p {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0;
}

/* carousal starts*/
.slides,
.slide .component.content,
#content .carousel {
  padding: 0;
}
.slide img {
  max-width: 100%;
  /* height: 100%; */
  height: auto;
}
.slide-info {
  position: absolute;
  top: 20%;
  left: 6%;
}
.banner-title,
.banner-title {
  top: 48%;
}
.banner-title,
.banner-title,
.slides .slide:nth-child(4) .slide-info {
  top: 36%;
}
.slide .banner-title img {
  /* width: 5.45em; */
  height: 1.1em !important;
}
.slide-info h1,
.slide-info h1 em {
  font-size: 2.5rem;
  font-size: 48px;
  color: #fff;
  z-index: 1;
  position: relative;
  font-family: "Merriweather";
}
.field-slideimage {
  position: relative;
  display: inline-block;
}

.field-slideimage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    250deg,
    rgba(0, 0, 0, 0) 2.48%,
    rgba(0, 0, 0, 0.5) 114.59%
  );
  z-index: 1;
}
.nav-items {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.sxa-bullets {
  width: 12px;
  height: 12px;
  background-color: #aba8a8;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
  border: 1px solid #aba8a8;
}
.sxa-bullets.active {
  background-color: #fff;
}

.sxa-bullets:hover {
  background-color: #fff;
}
.nav {
  bottom: 30px;
  position: absolute;
  left: 48%;
  z-index: 1;
}
.slides .slide:nth-child(3) h1,
.slides .slide:nth-child(4) h1,
.slides .slide:nth-child(1) h1,
.slides .slide:nth-child(2) h1 {
  font-size: 44px;
}
.field-slidelink {
  display: inline-flex;
  background: #002e5f;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  padding: 6px 5px 6px 15px;
  vertical-align: middle;
  margin-top: 20px;
}
.carousel ul.slides li.slide:nth-child(6) .field-slidelink {
  margin-top: 19%;
}
.field-slidelink a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.field-slidelink a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("/-/media/Themes/Biocon/BiologicsUS/Biologics/images/button_arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 6px;
  vertical-align: middle;
}
.field-slidelink a:hover {
  color: #fff;
}

.banner-section {
  background: url(https://bbl-p-001.sitecorecontenthub.cloud/api/public/content/c210a3f563354d4ba8826d46055b6efc?v=b0fb0ee3);
  background-repeat: no-repeat;
  background-position: center;
  height: 520px;
  width: 100%;
  margin: 0;
  background-size: cover;
}

.banner-img {
  margin-top: 155px;
}

.banner-title {
  font-size: 54px;
  color: #073352;
  font-family: "Merriweather", sans-serif;
  line-height: 74px;
}
.banner-title sup {
  top: -0.2em;
}
.banner-title strong {
  font-weight: 900;
}
.banner-title strong sup {
  font-size: 58%;
  top: -0.6em;
}
.mob_hide {
  display: none;
}
.next-text {
  display: block;
  margin-left: 35px;
  line-height: 95px;
}

.next-text-1 {
  display: block;
}

.banner-title .sec-color {
  color: #c0185d;
  font-size: 16px;
  line-height: 6px;
  padding-left: 15%;
  margin-top: -4px;
  font-weight: bold;
  display: none;
}

.heading-top-border {
  width: 80px;
  margin-bottom: -69px;
  z-index: 1;
  position: relative;
}

.border-top {
  position: relative;
  border: none !important;
}

.border-top:before {
  content: "";
  width: 7%;
  border-top: 2px solid #6b67ce;
  position: absolute;
  top: -10px;
}
/* carousal ends */

#detail_page_para p,
#detail_page_para td,
#detail_page_para h5,
#detail_page_para li {
  color: #323232;
  font-size: 18px !important;
  line-height: 28px;
  text-align: left !important;
  word-wrap: break-word;
}
#detail_page_para td {
  border-bottom: 1px solid #eee;
  padding: 20px 30px;
}
#detail_page_para table {
  margin-bottom: 50px;
}
#detail_page_para p a {
  color: inherit;
}
.detail_page_body {
  background: #f8f8ff;
}
.detail_page_body #main-container {
  background: #ffffff;
  padding: 0 24px !important;
  margin-bottom: 50px;
  border-radius: 11px;
}
#detail_page_para h5 {
  padding-bottom: 12px;
}
#author_details .row,
#detail_page_author {
  padding: 0;
}
#detail_page_author {
  color: #323232;
  font-size: 18px;
  line-height: 40px;
  margin: 30px auto 80px;
}
#detail_page_author span:last-child {
  color: #003778;
}
#detail_page_para li {
  list-style: outside;
}
.detail_page_body.gallery-blogs #container-hero-banner {
  max-width: 100% !important;
  margin-bottom: 35px;
}
.detail_page_body.gallery-blogs #container-hero-banner .image {
  padding: 0;
}
.detail_page_body.gallery-blogs #container-hero-banner .image img,
#container-bbl-donation-lmics .col-5 .image img,
.detail_page_body.gallery-blogs .column-splitter .col-6 img,
#image-earlier-in-the-day img,
#container-important-note .column-splitter img {
  width: 100%;
  height: 100%;
}
.detail_page_body.gallery-blogs div#container-breadcrumb ol li a {
  color: rgb(51, 51, 51);
  text-decoration: none;
  font-weight: 300;
}
.detail_page_body.gallery-blogs div#container-breadcrumb ol,
.detail_page_body.gallery-blogs div#container-breadcrumb ol li {
  display: inline-flex;
}
.detail_page_body.gallery-blogs div#container-breadcrumb ol {
  padding-left: 0;
}
#bbl-makes-donation {
  padding-left: 0;
}
#bbl-makes-donation h3,
#bbl-opens-north-america-headquarters h3,
#plain-html-step-ahead-in-our-journey h4,
#bbl-breaks-billion-dollar-barrier h3 {
  font-size: 20px;
  line-height: 1.4em;
  color: #003e76;
  position: relative;
}
#plain-html-step-ahead-in-our-journey h4 {
  font-size: 24px;
}
.detail_page_body.gallery-blogs {
  background: #fff;
}
.detail_page_body.gallery-blogs .column-splitter,
.detail_page_body.gallery-blogs .plain-html,
.detail_page_body.gallery-blogs .column-splitter .col-6,
#container-bbl-donation-lmics .col-5,
#container-bbl-donation-lmics .col-5 .image,
#image-earlier-in-the-day {
  padding: 0;
}
.detail_page_body.gallery-blogs .column-splitter {
  padding-top: 60px;
}
.detail_page_body.gallery-blogs .plain-html p {
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
  padding-right: 30px;
  margin-bottom: 35px;
}
.detail_page_body.gallery-blogs .plain-html .wpb_wrapper em {
  font-weight: 400;
}
#container-bbl-donation-lmics {
  background-color: #edf7ff !important;
  max-width: 100% !important;
  margin-bottom: 30px;
}
#container-bbl-donation-lmics .component-content,
div#container-important-note .component-content {
  /* max-width: 1140px; */
  margin: 0 auto;
}

.detail_page_body.gallery-blogs #container-bbl-donation-lmics .column-splitter {
  padding-top: 10px;
  padding-bottom: 10px;
}
#container-bbl-donation-lmics .plain-html {
  margin-left: 20px;
}
#container-bbl-donation-lmics .plain-html p {
  font-weight: 400;
}
#container-bbl-donation-lmics .col-5 {
  width: 33%;
}
#container-bbl-donation-lmics .col-7 {
  width: 67%;
}
div#container-core-value-for-bbl {
  background-color: #edece8 !important;
  padding: 20px !important;
  margin-bottom: 40px;
}
div#container-core-value-for-bbl p {
  font-weight: 400;
}
div#container-core-value-for-bbl p:last-child {
  margin-bottom: 15px;
}
div#bbl-makes-donation h3:after,
#bbl-opens-north-america-headquarters h3:after,
#bbl-breaks-billion-dollar-barrier h3:after {
  content: "";
  width: 54px;
  border-top: 5px solid #2484c6;
  position: absolute;
  top: 40px;
  left: 0;
}
.detail_page_body.gallery-blogs div#container-breadcrumb ol li.last {
  pointer-events: none;
}
.detail_page_body.gallery-blogs .plain-html#plain-html-celebrate-milestone p {
  text-align: left;
}
#image-earlier-in-the-day {
  margin-bottom: 40px;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-bbl-donation-lmics
  .column-splitter {
  padding-top: 30px;
  padding-bottom: 20px;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-bbl-donation-lmics
  .plain-html
  p:last-child,
#container-important-note .column-splitter p:last-child {
  margin-bottom: 0;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-bbl-donation-lmics
  .plain-html
  p {
  margin-bottom: 20px;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-bbl-donation-lmics
  p:first-child {
  font-weight: 400;
  font-weight: 300;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-bbl-donation-lmics {
  margin-bottom: 0;
  padding-bottom: 10px !important;
}
#container-milestone-marks .column-splitter {
  padding-top: 0;
  align-items: center;
}

#container-milestone-marks p {
  text-align: left;
  padding-right: 20px;
  margin-bottom: 0;
}
#container-milestone-marks {
  margin-bottom: 45px;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  div#container-core-value-for-bbl {
  background-color: #fff !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  div#container-core-value-for-bbl
  p {
  font-weight: 300;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  div#container-core-value-for-bbl
  p
  strong {
  font-weight: 700;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-important-note
  .column-splitter
  div {
  padding: 0;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-important-note
  .column-splitter
  .col-5 {
  width: 32%;
  margin-right: 30px;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-important-note
  .column-splitter
  .col-7 {
  width: 64%;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-important-note
  .column-splitter {
  align-items: center;
  padding-top: 0;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  #container-important-note
  .column-splitter
  p {
  margin-bottom: 20px;
}
.detail_page_body.gallery-blogs.biopharma-corridor-page
  div#container-important-note {
  background-color: #f2f1e7 !important;
  max-width: 100% !important;
  margin-bottom: 30px;
}
#container-step-ahead-in-our-journey p strong {
  font-weight: 700;
}
#plain-html-in-the-financial {
  margin-top: 60px;
}

.breaks-billion-dollar #container-bbl-donation-lmics .plain-html p:last-child {
  font-weight: 400;
}
.breaks-billion-dollar #container-bbl-donation-lmics .plain-html p {
  font-weight: 300;
}
.detail_page_body.gallery-blogs.breaks-billion-dollar
  #container-bbl-donation-lmics
  .column-splitter {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}
.detail_page_body.gallery-blogs.breaks-billion-dollar
  #container-bbl-donation-lmics
  .column-splitter
  p:last-child {
  margin-bottom: 0;
}
.detail_page_body.gallery-blogs.breaks-billion-dollar
  #container-bbl-donation-lmics
  .column-splitter
  p {
  margin-bottom: 20px;
}
.detail_page_body.gallery-blogs.breaks-billion-dollar .plain-html p {
  margin-bottom: 20px;
}
#container-transitioning-from-b2b p strong,
#container-growth-outlook p strong {
  font-weight: 700;
}
#footer {
  margin-top: 40px;
}
.breaks-billion-dollar #container-bbl-donation-lmics {
  margin-top: 20px;
}
#detail_page_header .component.content {
  padding: 0;
}
.media_contact a,
.media_contact a:hover {
  color: #999;
  text-decoration: none;
}
/* .navbar-nav .nav-item.active .nav-link {
  display: inline-block;
} */
#author_details {
  position: relative;
}
#plain-html-social-media {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  top: 30px;
}
#plain-html-social-media img {
  width: 70px;
  height: auto;
  cursor: pointer;
}
ul.social-media-list {
  position: absolute;
  left: -156px;
  top: 23px;
  padding-left: 0;
  display: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
ul.social-media-list li:first-child a {
  background-image: url("https://bbl-q-001.sitecorecontenthub.cloud/api/public/content/50465212bb204e1b89df7fe6ca4e1ad5?v=da138393");
}
ul.social-media-list li a {
  background-image: url("https://bbl-q-001.sitecorecontenthub.cloud/api/public/content/a7d2db7aa6d14d6d811437a53a30a32d?v=1453dd62");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  display: block;
}
ul.social-media-list li:last-child a {
  background-image: url("https://bbl-q-001.sitecorecontenthub.cloud/api/public/content/43942b00e2e342cba71de37281978bdc?v=4f79293c");
}
.social-media-list.show {
  display: flex;
  opacity: 1;
}
#plain-html-back-to-top {
  padding: 40px 0 0 0;
}
#media-contacts .component.content {
  padding: 0;
}
#news_wrapper .gallery_image.field-shortimage img {
  width: 100%;
  height: 100%;
}
body .navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0.9rem;
  margin-left: 0.9rem;
  padding-left: 0;
  padding-right: 0;
}
.social-media-list.show i {
  visibility: hidden;
}
span.ml-class-mobile {
  display: none;
}
.big-pic,
.leagcy-sec .big-pic,
.org-light-text .semi-old {
  font-weight: 400;
}
.home-pap p,
.home-pap .banner-title,
.home-pap .big-pic-para,
.home-pap .Biocon-Biologics-para,
.home-pap ul.Biocon-Biologics-list li,
.home-pap .Biocon-Biologics-head,
.home-pap .Biocon-Biologics-box-para,
.home-pap .icon-head-1,
.home-pap .org-light-text,
.home-pap .port-head,
.home-pap .text-fot,
.home-pap .foot-top,
.footer .adverse-events,
.footer_content_l,
.custom-foot2 a,
.home-pap .ml-class,
.home-pap .pap_upper_pap .pri-color-p,
.home-pap .pap_link.pap_page,
.home-pap .pap_dropdown_card .form-group label,
.home-pap #dropdown_select_custom .custom_dropdown_pap button,
.home-pap #dropdown_select_custom .custom_dropdown_pap .dropdown-item,
.home-pap .half_banner_pap .pap_half_banner_text .pap_banner_content h2,
.home-pap .half_banner_pap .pap_half_banner_text .pap_banner_content h3 {
  font-weight: lighter;
}
/* .slides .slide:nth-child(5) .slide-info {
  top: 64%;
} */
#breadcrumb.breadcrumb ol {
  display: inline-block;
  padding: 0;
}

.breadcrumb-item {
  display: inline-block !important;
  position: relative;
  padding-left: 1rem !important;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.home span.separator:before {
  content: none !important;
}
.breadcrumb-item.home {
  padding-left: 0 !important;
}
span.separator:before {
  float: none;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  position: absolute;
  top: 0;
  left: 2px;
}
