@font-face {
  font-family: theseason;
  src: url(/fonts/Demo-The-Seasons/Demo_Fonts/Fontspring-DEMO-theseasons-reg.otf);
}
@font-face {
  font-family: Roboto-Thin;
  src: url(/fonts/Roboto/Roboto-Thin.ttf);
  }
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
      font-family: 'Roboto',sans-serif,"Font Awesome 5 Pro";
  }
  .share-blog-post i{
    text-align: right;
    float: right;
  }
  .life-1{
    /* font-family: 'theseason' !important; */
    color: white !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
  }
  .blog-card a{
    color: #0a1a3b;
  }
  .mySlides .element-slide{
    display: flex;
    width: 100%;
  }
.pharmaceuticals-body-container{
  padding: 0rem 2rem 0rem 2rem;
}
 .pss-members-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-section .card {
    position: relative;
    width: 273px;
    height: 400px;
    margin-top: 1rem;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
  }
  .card-section .card:hover{
    box-shadow: 0.5em 0.5em 1.8em lightgray;
  }
  .card .img-bx {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border-radius: 10px;
    transform: translateY(30px) scale(0.5);
    transform-origin: top;
  }
  
  .card .img-bx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 18rem;
    height: 100%;
    border-radius: 5%;
    object-fit: cover;
  }
  
  .card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
  }
  
  .content .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .detail ul{
    margin-bottom: 0rem;
    padding-left: 0rem;
  }
  
  .content .detail h2 {
    color: #444;
    font-size: 20px;
    font-weight: bolder;
  }
  
  .content .detail h2 span{
    font-size: 14px;
    color: #03a9f4;
    font-weight: bold;
  }
  
  .sci {
    position: relative;
    display: flex;
    margin-top: 5px;
  }
  
  .sci li {
    list-style: none;
    margin: 4px;
    padding-top: 1rem;
  }
  .large-text-content ul{
    margin-top: -1.2rem;
  }
  .sci li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    font-size: 1.5em;
    color: #444;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: 0.5s;
  }
  
  .sci li a:hover {
    background: #03a9f4;
    color: #fff;
  }
  .card-section {
    display: flex;
  }
  .m-t-banner-align{
    height: 100%;
    min-height: 330px;
    padding-top: 2%;
    padding-bottom: 0.4%;
    background-color: rgba(0,0,0,0.1);
  }
  div .management-team-banner-img{
    background-blend-mode: overlay;
    height: 200px;
    border-radius: 50%;
    width: 100%;
    background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
  }
  .bg-color-m-t{
    /* background-color: rgb(55,52,53); */
    background-color: #173654;
    width: 100%;
  }
  /* Insights Card Data */

  .home_industry-container {
    margin: auto;
  }
  .home-texth4 {
      margin: 2rem 0rem;
      text-align: center;
  }
  .home_talent_card {
      display: flex;
      justify-content: center;
  }
  .home_talent-container-box {
      width: 45%;
      margin: 1rem;
      text-align: center;
  }
  .home_talent-container-box a {
      text-decoration: none;
      color: black;
  }
  .home_talent-container-box_img img {
      width: 95%;
  }
  .home_talent-container-box div h4 {
      margin: 1rem 2rem;
      font-size: 20px;
  }
  /* Insights Card Data End */

  .banner-poition-mt{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .banner-contain-data-m-t {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
    margin-top: -1% !important;
    margin-right: 0px !important;
    margin-left: auto !important;
    margin-left: 0px !important;
    margin-right: auto !important;
    padding-top: 3% !important;
    padding-bottom: 2% !important;
}
  .banner-text-align-left{
    text-align: left !important;
  }
  
  .Promo:last-child {
    margin: 0;
    width: 16rem;
    margin-left: 2rem;
}
.Promo__image {
    width: 100%;
    object-fit: cover;
}
.Promo {
  overflow: hidden;
  border-radius: 15px;
  margin: 0 0 24px;
}
.OneLinkHide img{
  margin-bottom: 0rem;
}
.Promo__title {
    margin-bottom: 0;
    text-align: center;
}
.Promo__action, .Promo__title {
  display: block;
  padding: 18px;
}
.gradient--Turquoise, .gradient--turq {
    background: linear-gradient(90deg,#003c71 0,#00b9bd 100%);
}
.Promo a, .Stack a {
    text-decoration: none;
    color: white;
}
.gradient:not(.gradient--None):not(.gradient.gradient--Transparent):not(.gradient--Transparent.Button--block):not(.gradient--) {
    overflow: hidden;
    position: relative;
}
.gradient:not(.gradient--None):not(.gradient.gradient--Transparent):not(.gradient--Transparent.Button--block):not(.gradient--) a:visited {
  color: #fff;
  transition: color .4s ease;
}
.Icon--arrow {
  display: block;
  background-image: url(../Css/icon-arrow-white.svg);
  background-size: 45px;
  background-position: center right 15px;
}
.Icon {
  background-repeat: no-repeat;
}
.Promo__action {
  position: relative;
}
.Sidebar .Sidebar__section:last-child {
  margin: 0;
}
img.img--responsive, img.img-responsive, img.img_responsive {
  width: 100%;
  height: 12rem;
}
.Promo__image:not(.Promo__media--Medium), .Promo__image:not(.Promo__media--Small) {
  height: 12rem;
}
  .banner-text-align-m-t-module{
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
  }
  .banner-text-align-m-t{
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 6%;
  }
  .Breadcrumbs-container{
    margin-left: 4rem;
    margin-top: 1rem;
  }
  .Breadcrumbs, .Breadcrumbs li {
      list-style: none;
  }
  .Breadcrumbs {
      padding-bottom: 8px;
      border-bottom: 2px solid #e0b261;
  }
  .Breadcrumbs li {
      display: inline-block;
      margin-left: 0;
      font-size: 1rem;
      font-weight: 500;
  }
  .Breadcrumbs a {
      text-decoration: none;
      
  }
  .Breadcrumbs li a{
    color: black;
    font-size: 1rem;
    font-weight: 500;
    transition: color .4s ease;
  }  
  .Breadcrumbs li{
      color: black;
      font-size: 1rem;
      font-weight: 500;
      transition: color .4s ease;
  }
  .Breadcrumbs a:hover{
      color: #003c71;
      transition: color .4s ease;
  }
  .Breadcrumbs li:not(:last-child):after {
      content: "";
      display: inline-block;
      background-size: cover;
      background-position: center;
      width: 15px;
      height: 20px;
      /* back */
      background-image: url(../Css/icon-chevron.svg);
      margin: 0 24px -4px;
  }
  .Breadcrumbs {
      display: inline-block;
      padding: 0;
      margin: 0 0 32px;
      line-height: 1.75;
      text-transform: uppercase;
  }
  .hire-img-align{
    text-align: center;
  }
  .bg-txt-inner-m-t{
    position: relative;
  }
  .bg-txt-inner-m-t h2{ 
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 34px;
  }
  .bg-txt-inner-m-t p{
    border-top: 6px solid #e0b261 !important;
    width: 55px;
  } 
  .h-m-t-txt{
    text-align: center; 
    padding-top: 2rem; 
    padding-bottom: 2rem;
  }
  .h-m-t-txt h1{
    font-weight: 600;
    font-size: 45px;
    color: #1A3672!important;
  }

  .pharmaceuticals-about-container{
    width: 90%;
    margin: auto;
    margin-top:4rem ;
  }
  .Sidebar-brands .Navigation-brands {
    border: 1px solid #f1f0f0;
    border-radius: 15px;
    background: #f9f9f8;
    padding: 24px 0;
    width: 20rem;
    height: min-content;
}
.Sidebar-brands .Sidebar-brands__section {
    margin: 0 0 32px;
    text-align: initial;
}
.Sidebar-brands{
  margin-left: 0rem;
}
.Sidebar-brands ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.first-pg{
  display: flex;
}
.Sidebar-brands .Navigation-brands>li li:before {
  position: absolute;
  left: -4px;
  top: -31px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 52px;
  border: solid #d6d4d3;
  border-width: 0 0 1px 1px;
}
.Sidebar-brands .Navigation-brands>li:not(:last-child) {
    border-bottom: 1px solid #f1f0f0;
}
.Sidebar-brands .Navigation-brands li {
    line-height: 1;
}
.Sidebar-brands .Navigation-brands>li {
    margin-left: 18px;
    padding: 18px 32px 16px 0;
}
/* .Sidebar-brands .Navigation-brands a{
    text-decoration: none;
} */
.Sidebar-brands .Navigation-brands .here>a {
    color: #e0b261;
}
.Sidebar-brands .Navigation-brands>li>a {
    font-size: 20px;
}
.Sidebar-brands a {
    font-weight: 500;
    text-decoration: underline;
    color: #0a1a3b;
    font-size: 16px;
    transition: color .4s ease;
}
.Sidebar-brands .Navigation-brands ul {
    margin-top: 25px;
}
.Sidebar-brands .Navigation-brands>li li {
    position: relative;
    padding-left: 20px;
    margin-right: 5px;
    margin-left: 15px;
    padding-top: 0rem;
    margin-bottom: 19px;
}
.Sidebar-brands .Navigation-brands li {
    line-height: 2;
}
  .pharma-img-container-box-img img{
    width: 12rem;
    /* margin-left: 2rem; */
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-radius: 4px;
  }
  .pharmaceuticals-about-container p {
    font-size: 15px;
    color: black;
    text-align: justify;
    line-height: 30px;
    font-family: 'Roboto-Thin' !important;
    margin-right: 0rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 0.4rem;
  }
  .pharmaceuticals-about-container-div-box{
    display: flex;
    /* text-align: center; */
  }
  .header-heading h2{
    font-size: 30px;
  }
  .pharma-img-container-box-img{
    margin-left: 2rem;
  }
  .pharma-img-container-box-img h2{
    font-size: 1rem;
  }
  .pharma-img-container h2 a{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #070A6C;
    cursor: pointer;
  }
  .pharma-img-container{
    margin-left: 2rem;
  }
  .pharma-img-container h2 a:hover{
    color: #1a1d7b;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s;
  }
  .pharma-img-container img{
    width: 18rem;
    border-radius: 4px;
  }
  .Specialities-container-box{
    display: flex;
}
.Pharmaceuticals-logo-specialities{
    background-color: #1A3672;
    align-items: center;
    width: 27%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: grid;
    justify-content: center;
}
.Pharmaceuticals-logo-specialities img{
    margin-left: 0.7rem;
    margin-top: 1rem;
    width: 5rem;
}
.Pharmaceuticals-logo-specialities p{
   color: white;
}
.content .detail h2 span.designation-head{
  font-size: 14px;
  font-weight: bold;
}
.content .detail h2 span.designation-head-profile{
  font-size: 14px;
  font-weight: 400;
}
.pharma-slider{
    width: 70%;
    display: flex;
    overflow-x: scroll;
}
.pharma-slider div{
    width: 101%;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 1.2rem 0rem 1rem 0rem;   
    flex: none;
    text-align: center;
}
.pharma-slider div span{
    width: 20%;
    transition: tranform 0.5s;
}
.specialist-slider-div span p{
  margin: 1rem;
  font-size: 14px;
  width: max-content;
  color: #1A3672;
}
.pharma-slider::-webkit-scrollbar{
    display: none;
}
.pharma-slider-wrap{
    display: flex;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
}
#back-btn, #next-btn{
    width: 50px;
    cursor: pointer;
    margin: 40px;
}
.pharma-slider div span:hover{
    cursor: pointer;
}
.main-container-box-contact {
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: center;
  background-color: rgb(55,52,53);
  padding-top: 5rem;
  padding-bottom: 4rem;
  /* width: 80%; */
  margin:2rem auto;
}
.main-container-box-contact p{
  color: white;
  font-size: 26px;
  font-weight: 600;
}
.main-container-box-contact p a{
  font-size: 26px;
  font-weight: 600;
  color: #e0b261;
  text-decoration: underline;
}
.main-container-box-contact p a:hover{
  font-weight: 500;
}
/* Conatact text end*/
/* blog card start */
.blog-container{
  box-sizing: border-box;
}
.blog-container .blog-row{
  margin: 0px auto;
  width: 80%;
}
.blog-container .blog-row .blog-heading{
  width: 60%;
  text-align: center;
  margin: 0px auto;
}
.blog-container .blog-row .blog-heading h1{
  padding-top: 0px;
  font-size: 35px;
  font-family: 'theseason' !important;
  font-weight: 400;
  color: black;
}
/* .blog-content {
  flex-direction: column;
  border-top: 1px solid gray;
} */
  .see-all-blog-container{
    display: flex;
  }
  .see-all-blog-container-title{
    /* float: left; */
    flex: 1;
    padding: 5px;
    text-align: left;
  }
  .see-all-blog-container-title h4{
    font-size: 21px;
    font-weight: bold;
    color: #0a1a3b;
    margin-bottom: 0rem;
  }
  .see-all-blog-container-title h4 span img{
    width: 1.2rem;
    margin-right: 2px;
  }
  .see-all-blog-container-check-list {
    flex: 1;
    padding: 0px;
    text-align: right;
  }
  .see-all-blog-container-check-list h4 a{
    font-size: 20px;
    font-weight: 200;
    color: black;
    font-family: 'Roboto-Thin' !important;
  }
  .see-all-blog-container-check-list h4 a:hover{
    font-size: 21px;
    /* font-weight: 500; */
    color: #0a1a3b;
  }
.blog-container .blog-row .blog-heading p{
  margin-top: 15px;
  font-size: 18px;
  color: #6e6e6e;
  line-height: 1.5;
}
.blog-content{
  display: flex;
  border-top: 1px solid gray;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}
.blog-content .blog-card{
  flex: 1;
  margin: 40px 20px;
  height: 70vh;
  padding: 1rem;
  width: 25rem;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  --bs-card-border-color: var(--bs-border-color-translucent);
  /* background-color: white; */
  --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
}
.blog-content .blog-card:hover{
  box-shadow: lightgray 0.5em 0.5em 1.8em;
}
.blog-content .blog-card:hover{
  box-shadow:inset gray,
  0 0 0 2px white,
  0.3em 0.3em 1em #0a1a3b;
}
.blog-content .blog-card img{
  height:auto;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.blog-content .blog-card .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.container:hover .image {
  opacity: 0.3;
}
.container:hover .middle {
  opacity: 1;
}
.text {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.blog-content .blog-card img:hover{
  transform: scale(1.05);
  transition: 0.3s;
}
.blog-content .blog-card .blog-text-title{
  font-size: 16px;
  font-weight: 600;
  color: #0a1a3b;
}

.blog-content .blog-card .blog-text-title span{
  position: absolute;
  bottom: 0;
  margin: 0.5rem;
  right: 0;
}
.blog-content .blog-card span{
  color: #6e6e6e;
  font-weight: normal;
}
.blog-content .blog-card h4{
  margin-top: 6px;
  font-size: 18px;
  color: #0a1a3b;
}
.blog-content .blog-card p{
  font-size: 16px;
  margin-top: 10px;
  color: #6e6e6e;
}
/* blog card end */

/* Media Queries */
@media (max-width:1300px) {
  .card-section {
    display: contents;
  }
  .pharma-slider {
    width: 50rem;
    display: flex;
    overflow-x: unset;
  }
  .Pharmaceuticals-logo-specialities {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pharma-slider-wrap {
    display: flex;
    width: 50rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
  }
}
@media (max-width:1240px) {
  .blog-content{
    flex-direction: column;
  }
  .pharmaceuticals-about-container-div-box {
    display: flex;
    /* text-align: center; */
  
  }
  .pharma-img-container {
    margin-left: 0rem;
  }
  /* .Sidebar-brands .Sidebar-brands__section {
    margin: auto;
    text-align: initial;
  } */
  .card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .Sidebar-brands .Navigation-brands {
    border: 1px solid #f1f0f0;
    border-radius: 15px;
    background: #f9f9f8;
    padding: 24px 0;
    width: 16rem;
    height: min-content;
}
  .all-pg-contain{
    margin-right: 2rem;
  }
  .Breadcrumbs li {
    color: black;
    font-size: 14px;
    font-weight: 500;
    transition: color .4s ease;
}
.Breadcrumbs li:not(:last-child):after {
  content: "";
  display: inline-block;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 15px;
  background-image: url(../Css/icon-chevron.svg);
  margin: 0 6px -4px;
}
}
@media (max-width:1150px) {
  .pharma-slider {
    width: 50rem;
    display: flex;
    overflow-x: unset;
  }
  .Pharmaceuticals-logo-specialities {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pharma-slider-wrap {
    display: flex;
    width: 50rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
  }
}
@media (max-width:1100px) {
  .Specialities-container-box {
    display: block;
  }
  .Promo:last-child {
    margin: 0;
    width: 14rem;
    margin-left: 2rem;
}
  .Pharmaceuticals-logo-specialities {
    background-color: #1A3672;
    align-items: center;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    display: grid;
    justify-content: center;
  }
  .pharma-slider-wrap {
    display: flex;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
  }
}
@media (max-width:1028px) {
  .card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
@media (max-width:1020px) {
  .blog-content{
    flex-direction: column;
  }
  .Sidebar-brands .Navigation-brands {
    border: 1px solid #f1f0f0;
    border-radius: 15px;
    background: #f9f9f8;
    padding: 24px 0;
    width: 20rem;
    height: min-content;
}
  .card-section {
    display: flex;
    flex-wrap: wrap;
  }
  .pharmaceuticals-about-container-div-box {
    display: block;
    /* text-align: center; */
  
  }
}
@media (max-width:990px) {
  .pss-members-container {
    display: flex;
    margin: auto;
    margin-left: 0rem;
    justify-content: center;
    align-items: center;
  }
  .card-section .card {
    margin-top: 1rem;
  }
  .pharma-slider {
    width: 50rem;
    display: flex;
    overflow-x: unset;
  }
  .Pharmaceuticals-logo-specialities {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* .pharma-slider-wrap {
    display: flex;
    width: 50rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #e8eff2;
  } */
}
@media (max-width:960px) {
  .element-slide{
    text-align: center;
    justify-content: center;
  }
  .pharma-slider div span {
    text-align: -webkit-center;
  }
  .pharma-slider div {
    width: 101%;
    display: block;
    grid-template-columns: auto auto auto;
    padding: 1.2rem 0rem 1rem 0rem;
    flex: none;
    text-align: center;
  }
  .specialist-slider-div span p {
    margin: 1rem;
    font-size: 18px;
    width: max-content;
    color: #1A3672;
  }
    /* Insights Card Data */

    .home_industry-container {
      margin: auto;
    }
    .home-texth4 {
        margin: 2rem 0rem;
        text-align: center;
    }
    .home_talent_card {
        display: flex;
        justify-content: center;
    }
    .home_talent-container-box {
        width: 45%;
        margin: 1rem;
        text-align: center;
    }
    .home_talent-container-box a {
        text-decoration: none;
        color: black;
    }
    .home_talent-container-box_img img {
        width: 95%;
    }
    .home_talent-container-box div h4 {
        margin: 1rem 0.5rem;
        font-size: 16px;
    }
    /* Insights Card Data End */
}
@media (max-width:768px){
  .first-pg {
    display: block;
  }
  .pharmaceuticals-body-container{
    padding: 0rem 2rem 0rem 2rem;
  }
  .pharma-img-container{
    margin: auto !important;
  }
  .home_talent-container-box div h4 {
    margin: 1rem 0.5rem;
    font-size: 14px;
}
  .pss-members-container {
    margin-left: 0rem;
  }
  .Breadcrumbs li a{
    color: black;
    font-size: 0.7rem;
    font-weight: 500;
    transition: color .4s ease;
  }
  .Breadcrumbs a {
    color: black;
    font-size: 0.7rem;
    font-weight: 500;
    transition: color .4s ease;
}
.Breadcrumbs li {
  display: inline-block;
  margin-left: 0;
  font-size: 0.7rem;
  font-weight: 500;
}
  .footer-container{
    display: grid !important;
  }
   .pss-members-container{
      display: flex;
      justify-content: center;
      align-items: center;
      /* min-height: 60vh; */
    }
    .card-section .card {
      position: relative;
      width: 217px;
      height: 317px;
      border-radius: 10px;
      backdrop-filter: blur(15px);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
  }
    .card .img-bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      border-radius: 10px;
      /* overflow: hidden; */
      transform: translateY(30px) scale(0.5);
      transform-origin: top;
    }
    
    .card .img-bx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 18rem;
      height: 100%;
      border-radius: 5%;
      object-fit: cover;
    }
    
    .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px;
    }
    .content .detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      flex-direction: column;
      text-align: center;
  }
    .detail ul{
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    
    .content .detail h2 {
      color: #444;
      font-size: 14px;
      font-weight: bolder;
    }
    
    .content .detail h2 span{
      font-size: 12px;
      color: #03a9f4;
      font-weight: bold;
    }
    
    .sci {
      position: relative;
      display: flex;
      margin-top: 0px;
    }
    
    .sci li {
      list-style: none;
      margin: 4px;
      padding-top: 0.5rem;
    }
    .large-text-content ul{
      margin-top: -1.2rem;
    }
    .sci li a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: transparent;
      font-size: 0.8em;
      color: #444;
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: 0.5s;
  }
    
    .sci li a:hover {
      background: #03a9f4;
      color: #fff;
    }
    .card-section {
      display: grid;
    }
    .m-t-banner-align{
      height: 100%;
      min-height: 330px;
      padding-top: 2%;
      padding-bottom: 0.4%;
      background-color: rgba(0,0,0,0.1);
    }
    div .management-team-banner-img{
      background-blend-mode: overlay;
      height: 200px;
      border-radius: 50%;
      width: 100%;
      background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
    }
    .bg-color-m-t{
      background-color: rgb(55,52,53);
      width: 100%;
    }
    .banner-poition-mt{
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
    }
    .banner-contain-data-m-t {
      padding-top: 4% !important;
      padding-bottom: 4% !important;
      margin-top: 0% !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      margin-left: 0px !important;
      margin-right: auto !important;
      padding-top: 3% !important;
      padding-bottom: 2% !important;
  }
    .banner-text-align-left{
      text-align: left !important;
    }
    .banner-text-align-m-t-module{
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: .2s;
      animation-duration: .2s;
    }
    .banner-text-align-m-t{
      padding-top: 12px;
      padding-bottom: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 6%;
    }
    .bg-txt-inner-m-t{
      position: relative;
    }
    .bg-txt-inner-m-t h2{ 
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 16px;
    }
    .bg-txt-inner-m-t p{
      border-top: 6px solid #03a9f4;
      width: 55px;
    } 
    .h-m-t-txt{
      text-align: center; 
      padding-top: 2rem; 
      padding-bottom: 2rem;
    }
    .h-m-t-txt h1{
      font-weight: 600;
      font-size: 45px;
      color: #1A3672!important;
    }
    .pharmaceuticals-about-container{
      width: 90%;
      margin: auto;
      margin-top:3rem ;
    }
    .pharmaceuticals-about-container img {
      width: 18rem;
      margin-left: 0rem;
      margin-bottom: 0rem;
  }
    .Promo:last-child {
      width: 16rem;
      margin-bottom: 1rem !important;
      margin: auto;
  }
    .pharmaceuticals-about-container p{
      font-size: 14px;
      color: black;
      text-align: justify;
      line-height: 25px;
      margin-right: 0rem;
      padding-bottom: 1.5rem;
    }
    .pharmaceuticals-about-container-div-box {
      display: grid;
      text-align: center;
    }
    .pharma-img-container h2 a{
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: #070A6C;
      cursor: pointer;
    }
    .pharma-img-container h2 a:hover{
      color: #1a1d7b;
      font-size: 22px;
      font-weight: 500;
      transition: 0.3s;
    }
    .pharma-img-container img{
      width: 12rem;
    }
    .Specialities-container-box{
      display: grid;
    }
    .Pharmaceuticals-logo-specialities{
        background-color: #1A3672;
        align-items: center;
        width: 100%;
        display: grid;
        justify-content: center;
    }
    .Pharmaceuticals-logo-specialities img{
        margin-left: 0.7rem;
        margin-top: 1rem;
        width: 3rem;
    }
    .Pharmaceuticals-logo-specialities p{
      color: white;
    }
    .content .detail h2 span.designation-head{
      font-size: 12px;
      font-weight: bold;
    }
  .content .detail h2 span.designation-head-profile{
    font-size: 12px;
    font-weight: 400;
  }
  .pharma-slider{
      width: 70%;
      display: flex;
      overflow-x: scroll;
  }
  .card-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pharma-slider div{
      width: 100%;
      display: inline-block;
      grid-template-columns: auto auto auto;
      padding: 2rem 0rem 1rem 0rem;   
      flex: none;
      text-align: center;
  }
  .pharma-slider div span{
      width: 20%;
      transition: tranform 0.5s;
  }
  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 16px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }
  .pharma-slider::-webkit-scrollbar{
      display: none;
  }
  .pharma-slider-wrap {
    /* display: flex; */
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
}
#back-btn, #next-btn {
  width: 13px;
  cursor: pointer;
  margin: 22px;
}
  .pharma-slider div span:hover{
      cursor: pointer;
  }
}
@media (max-width:720px){
  .pharmaceuticals-body-container{
    padding: 0rem 2rem 0rem 2rem;
  }
   .pss-members-container{
      display: flex;
      justify-content: center;
      align-items: center;
      /* min-height: 60vh; */
    }
    .card-section .card {
      position: relative;
      width: 217px;
      height: 317px;
      border-radius: 10px;
      backdrop-filter: blur(15px);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
  }
    .card .img-bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      border-radius: 10px;
      /* overflow: hidden; */
      transform: translateY(30px) scale(0.5);
      transform-origin: top;
    }
    
    .card .img-bx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 18rem;
      height: 100%;
      border-radius: 5%;
      object-fit: cover;
    }
    
    .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px;
    }
    .content .detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      flex-direction: column;
      text-align: center;
  }
    .detail ul{
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    
    .content .detail h2 {
      color: #444;
      font-size: 14px;
      font-weight: bolder;
    }
    
    .content .detail h2 span{
      font-size: 12px;
      color: #03a9f4;
      font-weight: bold;
    }
    
    .sci {
      position: relative;
      display: flex;
      margin-top: 0px;
    }
    
    .sci li {
      list-style: none;
      margin: 4px;
      padding-top: 0.5rem;
    }
    .large-text-content ul{
      margin-top: -1.2rem;
    }
    .sci li a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: transparent;
      font-size: 0.8em;
      color: #444;
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: 0.5s;
  }
    
    .sci li a:hover {
      background: #03a9f4;
      color: #fff;
    }
    .card-section {
      display: grid;
    }
    .m-t-banner-align{
      height: 100%;
      min-height: 330px;
      padding-top: 2%;
      padding-bottom: 0.4%;
      background-color: rgba(0,0,0,0.1);
    }
    div .management-team-banner-img{
      background-blend-mode: overlay;
      height: 200px;
      border-radius: 50%;
      width: 100%;
      background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
    }
    .bg-color-m-t{
      background-color: rgb(55,52,53);
      width: 100%;
    }
    .banner-poition-mt{
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
    }
    .banner-contain-data-m-t {
      padding-top: 4% !important;
      padding-bottom: 4% !important;
      margin-top: 0% !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      margin-left: 0px !important;
      margin-right: auto !important;
      padding-top: 3% !important;
      padding-bottom: 2% !important;
  }
    .banner-text-align-left{
      text-align: left !important;
    }
    .banner-text-align-m-t-module{
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: .2s;
      animation-duration: .2s;
    }
    .banner-text-align-m-t{
      padding-top: 12px;
      padding-bottom: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 6%;
    }
    .bg-txt-inner-m-t{
      position: relative;
    }
    .bg-txt-inner-m-t h2{ 
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 16px;
    }
    .bg-txt-inner-m-t p{
      border-top: 6px solid #03a9f4;
      width: 55px;
    } 
    .h-m-t-txt{
      text-align: center; 
      padding-top: 2rem; 
      padding-bottom: 2rem;
    }
    .h-m-t-txt h1{
      font-weight: 600;
      font-size: 45px;
      color: #1A3672!important;
    }
    .pharmaceuticals-about-container{
      width: 90%;
      margin: auto;
      margin-top:3rem ;
    }
    .pharmaceuticals-about-container img {
      width: 18rem;
      margin-left: 0rem;
      margin-bottom: 0rem;
  }
    .pharmaceuticals-about-container p{
      font-size: 14px;
      color: black;
      text-align: justify;
      line-height: 25px;
      margin-right: 0rem;
      padding-bottom: 1.5rem;
    }
    .pharmaceuticals-about-container-div-box {
      display: grid;
      text-align: center;
  }
    .pharma-img-container h2 a{
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: #070A6C;
      cursor: pointer;
    }
    .pharma-img-container h2 a:hover{
      color: #1a1d7b;
      font-size: 22px;
      font-weight: 500;
      transition: 0.3s;
    }
    .pharma-img-container img{
      width: 12rem;
    }
    .Specialities-container-box{
      display: grid;
  }
  .Pharmaceuticals-logo-specialities{
      background-color: #1A3672;
      align-items: center;
      width: 95%;
      display: grid;
      justify-content: center;
  }
  .Pharmaceuticals-logo-specialities img{
      margin-left: 0.7rem;
      margin-top: 1rem;
      width: 3rem;
  }
  .Pharmaceuticals-logo-specialities p{
     color: white;
  }
  .content .detail h2 span.designation-head{
    font-size: 12px;
    font-weight: bold;
  }
  .content .detail h2 span.designation-head-profile{
    font-size: 12px;
    font-weight: 400;
  }
  .pharma-slider{
      width: 70%;
      display: flex;
      overflow-x: scroll;
  }
  .card-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pharma-slider div{
      width: 100%;
      display: inline-block;
      grid-template-columns: auto auto auto;
      padding: 2rem 0rem 1rem 0rem;   
      flex: none;
      text-align: center;
  }
  .pharma-slider div span{
      width: 20%;
      transition: tranform 0.5s;
  }
  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 10px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }
  .pharma-slider::-webkit-scrollbar{
      display: none;
  }
  .pharma-slider-wrap {
    /* display: flex; */
    width: 95%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
}
#back-btn, #next-btn {
  width: 13px;
  cursor: pointer;
  margin: 22px;
}
  .pharma-slider div span:hover{
      cursor: pointer;
  }
}
@media (max-width:620px){
  .pharmaceuticals-body-container{
    padding: 0rem 2rem 0rem 2rem;
  }
   .pss-members-container{
      display: flex;
      justify-content: center;
      align-items: center;
      /* min-height: 60vh; */
    }
    .card-section .card {
      position: relative;
      width: 217px;
      height: 317px;
      border-radius: 10px;
      backdrop-filter: blur(15px);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
  }
    .card .img-bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      border-radius: 10px;
      /* overflow: hidden; */
      transform: translateY(30px) scale(0.5);
      transform-origin: top;
    }
    
    .card .img-bx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 18rem;
      height: 100%;
      border-radius: 5%;
      object-fit: cover;
    }
    
    .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px;
    }
    .content .detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      flex-direction: column;
      text-align: center;
  }
    .detail ul{
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    
    .content .detail h2 {
      color: #444;
      font-size: 14px;
      font-weight: bolder;
    }
    
    .content .detail h2 span{
      font-size: 12px;
      color: #03a9f4;
      font-weight: bold;
    }
    
    .sci {
      position: relative;
      display: flex;
      margin-top: 0px;
    }
    
    .sci li {
      list-style: none;
      margin: 4px;
      padding-top: 0.5rem;
    }
    .large-text-content ul{
      margin-top: -1.2rem;
    }
    .sci li a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: transparent;
      font-size: 0.8em;
      color: #444;
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: 0.5s;
  }
    
    .sci li a:hover {
      background: #03a9f4;
      color: #fff;
    }
    .card-section {
      display: grid;
    }
    .m-t-banner-align{
      height: 100%;
      min-height: 330px;
      padding-top: 2%;
      padding-bottom: 0.4%;
      background-color: rgba(0,0,0,0.1);
    }
    div .management-team-banner-img{
      background-blend-mode: overlay;
      height: 200px;
      border-radius: 50%;
      width: 100%;
      background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
    }
    .bg-color-m-t{
      background-color: rgb(55,52,53);
      width: 100%;
    }
    .banner-poition-mt{
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
    }
    .banner-contain-data-m-t {
      padding-top: 4% !important;
      padding-bottom: 4% !important;
      margin-top: 0% !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      margin-left: 0px !important;
      margin-right: auto !important;
      padding-top: 3% !important;
      padding-bottom: 2% !important;
  }
    .banner-text-align-left{
      text-align: left !important;
    }
    .banner-text-align-m-t-module{
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: .2s;
      animation-duration: .2s;
    }
    .banner-text-align-m-t{
      padding-top: 12px;
      padding-bottom: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 6%;
    }
    .bg-txt-inner-m-t{
      position: relative;
    }
    .bg-txt-inner-m-t h2{ 
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 16px;
    }
    .bg-txt-inner-m-t p{
      border-top: 6px solid #03a9f4;
      width: 55px;
    } 
    .h-m-t-txt{
      text-align: center; 
      padding-top: 2rem; 
      padding-bottom: 2rem;
    }
    .h-m-t-txt h1{
      font-weight: 600;
      font-size: 45px;
      color: #1A3672!important;
    }
    .pharmaceuticals-about-container{
      width: 90%;
      margin: auto;
      margin-top:3rem ;
    }
    .pharmaceuticals-about-container img {
      width: 18rem;
      margin-left: 0rem;
      margin-bottom: 0rem;
  }
    .pharmaceuticals-about-container p{
      font-size: 14px;
      color: black;
      text-align: justify;
      line-height: 25px;
      margin-right: 0rem;
      padding-bottom: 1.5rem;
    }
    .pharmaceuticals-about-container-div-box {
      display: grid;
      text-align: center;
  }
    .pharma-img-container h2 a{
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: #070A6C;
      cursor: pointer;
    }
    .pharma-img-container h2 a:hover{
      color: #1a1d7b;
      font-size: 22px;
      font-weight: 500;
      transition: 0.3s;
    }
    .pharma-img-container img{
      width: 12rem;
    }
    .Specialities-container-box{
      display: grid;
  }
  .Pharmaceuticals-logo-specialities{
      background-color: #1A3672;
      align-items: center;
      width: 95%;
      display: grid;
      justify-content: center;
  }
  .Pharmaceuticals-logo-specialities img{
      margin-left: 0.7rem;
      margin-top: 1rem;
      width: 3rem;
  }
  .Pharmaceuticals-logo-specialities p{
     color: white;
  }
  .content .detail h2 span.designation-head{
    font-size: 12px;
    font-weight: bold;
  }
  .content .detail h2 span.designation-head-profile{
    font-size: 12px;
    font-weight: 400;
  }
  .pharma-slider{
      width: 70%;
      display: flex;
      overflow-x: scroll;
  }
  .card-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pharma-slider div{
      width: 100%;
      display: inline-block;
      grid-template-columns: auto auto auto;
      padding: 2rem 0rem 1rem 0rem;   
      flex: none;
      text-align: center;
  }
  .pharma-slider div span{
      width: 20%;
      transition: tranform 0.5s;
  }
  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 10px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }
  .pharma-slider::-webkit-scrollbar{
      display: none;
  }
  .pharma-slider-wrap {
    /* display: flex; */
    width: 95%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
}
#back-btn, #next-btn {
  width: 13px;
  cursor: pointer;
  margin: 22px;
}
  .pharma-slider div span:hover{
      cursor: pointer;
  }
}
@media (max-width:520px){
  .pharmaceuticals-body-container{
    padding: 0rem 2rem 0rem 2rem;
  }
      /* Insights Card Data */

      .home_industry-container {
        margin: auto;
      }
      .home-texth4 {
          margin: 2rem 0rem;
          text-align: center;
      }
      .home_talent_card {
          display: grid;
          /* text-align: center; */
          justify-content: center;
      }
      .home_talent-container-box {
          width: 90%;
          margin: 1rem;
          text-align: center;
      }
      .blog-container .blog-row .blog-heading {
        width: 100%;
        text-align: center;
        margin: 0px auto;
    }
    .main-container-box-contact p {
      color: white;
      font-size: 26px;
      margin: 0rem 1rem;
      font-weight: 600;
  }
      .home_talent-container-box a {
          text-decoration: none;
          color: black;
      }
      .home_talent-container-box_img img {
          width: 95%;
      }
      .home_talent-container-box div h4 {
          margin: 1rem 0.5rem;
          font-size: 16px;
      }
      /* Insights Card Data End */
   .pss-members-container{
      display: flex;
      justify-content: center;
      align-items: center;
      /* min-height: 60vh; */
    }
    .card-section .card {
      position: relative;
      width: 217px;
      height: 317px;
      border-radius: 10px;
      backdrop-filter: blur(15px);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
  }
    .card .img-bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      border-radius: 10px;
      transform: translateY(30px) scale(0.5);
      transform-origin: top;
    }
    
    .card .img-bx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 18rem;
      height: 100%;
      border-radius: 5%;
      object-fit: cover;
    }
    
    .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px;
    }
    .content .detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      flex-direction: column;
      text-align: center;
  }
    .detail ul{
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    
    .content .detail h2 {
      color: #444;
      font-size: 14px;
      font-weight: bolder;
    }
    
    .content .detail h2 span{
      font-size: 12px;
      color: #03a9f4;
      font-weight: bold;
    }
    
    .sci {
      position: relative;
      display: flex;
      margin-top: 0px;
    }
    
    .sci li {
      list-style: none;
      margin: 4px;
      padding-top: 0.5rem;
    }
    .large-text-content ul{
      margin-top: -1.2rem;
    }
    .sci li a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: transparent;
      font-size: 0.8em;
      color: #444;
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: 0.5s;
  }
    
    .sci li a:hover {
      background: #03a9f4;
      color: #fff;
    }
    .card-section {
      display: grid;
    }
    .m-t-banner-align{
      height: 100%;
      min-height: 330px;
      padding-top: 2%;
      padding-bottom: 0.4%;
      background-color: rgba(0,0,0,0.1);
    }
    div .management-team-banner-img{
      background-blend-mode: overlay;
      height: 200px;
      border-radius: 50%;
      width: 100%;
      background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
    }
    .bg-color-m-t{
      background-color: rgb(55,52,53);
      width: 100%;
    }
    .banner-poition-mt{
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
    }
    .banner-contain-data-m-t {
      padding-top: 4% !important;
      padding-bottom: 4% !important;
      margin-top: 0% !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      margin-left: 0px !important;
      margin-right: auto !important;
      padding-top: 3% !important;
      padding-bottom: 2% !important;
  }
    .banner-text-align-left{
      text-align: left !important;
    }
    .banner-text-align-m-t-module{
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: .2s;
      animation-duration: .2s;
    }
    .banner-text-align-m-t{
      padding-top: 12px;
      padding-bottom: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 6%;
    }
    .bg-txt-inner-m-t{
      position: relative;
    }
    .bg-txt-inner-m-t h2{ 
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 16px;
    }
    .bg-txt-inner-m-t p{
      border-top: 6px solid #03a9f4;
      width: 55px;
    } 
    .h-m-t-txt{
      text-align: center; 
      padding-top: 2rem; 
      padding-bottom: 2rem;
    }
    .h-m-t-txt h1{
      font-weight: 600;
      font-size: 45px;
      color: #1A3672!important;
    }
    .pharmaceuticals-about-container{
      width: 90%;
      margin: auto;
      margin-top:3rem ;
    }
    .pharmaceuticals-about-container img {
      width: 18rem;
      margin-left: 0rem;
      margin-bottom: 0rem;
  }
    .pharmaceuticals-about-container p{
      font-size: 14px;
      color: black;
      text-align: justify;
      line-height: 25px;
      margin-right: 0rem;
      padding-bottom: 1.5rem;
    }
    .pharmaceuticals-about-container-div-box {
      display: grid;
      text-align: center;
  }
    .pharma-img-container h2 a{
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: #070A6C;
      cursor: pointer;
    }
    .pharma-img-container h2 a:hover{
      color: #1a1d7b;
      font-size: 22px;
      font-weight: 500;
      transition: 0.3s;
    }
    .pharma-img-container img{
      width: 12rem;
    }
    .Specialities-container-box{
      display: grid;
  }
  .Pharmaceuticals-logo-specialities{
      background-color: #1A3672;
      align-items: center;
      width: 95%;
      display: grid;
      justify-content: center;
  }
  .Pharmaceuticals-logo-specialities img{
      margin-left: 0.7rem;
      margin-top: 1rem;
      width: 3rem;
  }
  .Pharmaceuticals-logo-specialities p{
     color: white;
  }
  .content .detail h2 span.designation-head{
    font-size: 12px;
    font-weight: bold;
  }
  .content .detail h2 span.designation-head-profile{
    font-size: 12px;
    font-weight: 400;
  }
  .pharma-slider{
      width: 70%;
      display: flex;
      overflow-x: scroll;
  }
  .card-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pharma-slider div{
      width: 100%;
      display: inline-block;
      grid-template-columns: auto auto auto;
      padding: 2rem 0rem 1rem 0rem;   
      flex: none;
      text-align: center;
  }
  .pharma-slider div span{
      width: 20%;
      transition: tranform 0.5s;
  }
  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 10px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }
  .pharma-slider::-webkit-scrollbar{
      display: none;
  }
  .pharma-slider-wrap {
    /* display: flex; */
    width: 95%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
}
#back-btn, #next-btn {
  width: 13px;
  cursor: pointer;
  margin: 22px;
}
  .pharma-slider div span:hover{
      cursor: pointer;
  }
}

@media (max-width:450px){
  .pharmaceuticals-body-container{
    padding: 0rem 2rem 0rem 2rem;
  }
   .pss-members-container{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .card-section .card {
      position: relative;
      width: 217px;
      height: 317px;
      border-radius: 10px;
      backdrop-filter: blur(15px);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
  }
    .card .img-bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      border-radius: 10px;
      /* overflow: hidden; */
      transform: translateY(30px) scale(0.5);
      transform-origin: top;
    }
    
    .card .img-bx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 18rem;
      height: 100%;
      border-radius: 5%;
      object-fit: cover;
    }
    
    .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px;
    }
    .content .detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      flex-direction: column;
      text-align: center;
  }
    .detail ul{
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    
    .content .detail h2 {
      color: #444;
      font-size: 14px;
      font-weight: bolder;
    }
    
    .content .detail h2 span{
      font-size: 12px;
      color: #03a9f4;
      font-weight: bold;
    }
    
    .sci {
      position: relative;
      display: flex;
      margin-top: 0px;
    }
    
    .sci li {
      list-style: none;
      margin: 4px;
      padding-top: 0.5rem;
    }
    .large-text-content ul{
      margin-top: -1.2rem;
    }
    .sci li a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: transparent;
      font-size: 0.8em;
      color: #444;
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: 0.5s;
  }
    
    .sci li a:hover {
      background: #03a9f4;
      color: #fff;
    }
    .card-section {
      display: grid;
    }
    .m-t-banner-align{
      height: 100%;
      min-height: 330px;
      padding-top: 2%;
      padding-bottom: 0.4%;
      background-color: rgba(0,0,0,0.1);
    }
    div .management-team-banner-img{
      background-blend-mode: overlay;
      height: 200px;
      border-radius: 50%;
      width: 100%;
      background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
    }
    .bg-color-m-t{
      background-color: rgb(55,52,53);
      width: 100%;
    }
    .banner-poition-mt{
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
    }
    .banner-contain-data-m-t {
      padding-top: 4% !important;
      padding-bottom: 4% !important;
      margin-top: -1% !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      margin-left: 0px !important;
      margin-right: auto !important;
      padding-top: 3% !important;
      padding-bottom: 2% !important;
  }
    .banner-text-align-left{
      text-align: left !important;
    }
    .banner-text-align-m-t-module{
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: .2s;
      animation-duration: .2s;
    }
    .banner-text-align-m-t{
      padding-top: 24px;
      padding-bottom: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 6%;
    }
    .bg-txt-inner-m-t{
      position: relative;
    }
    .bg-txt-inner-m-t h2{ 
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 16px;
    }
    .bg-txt-inner-m-t p{
      border-top: 6px solid #03a9f4;
      width: 55px;
    } 
    .h-m-t-txt{
      text-align: center; 
      padding-top: 2rem; 
      padding-bottom: 2rem;
    }
    .h-m-t-txt h1{
      font-weight: 600;
      font-size: 45px;
      color: #1A3672!important;
    }
    .pharmaceuticals-about-container{
      width: 90%;
      margin: auto;
      margin-top:3rem ;
    }
    .Sidebar-brands {
      margin-left: 0rem;
  }
  .pharma-img-container-box-img {
    margin-left: 0rem;
    margin-bottom: 2rem;
  }
  .pharma-img-container-box-img .hire-img-align img{
    width: 10rem;
  }
    .pharmaceuticals-about-container img {
      width: 18rem;
      margin-left: 0rem;
      margin-bottom: 1rem;
  }
  .OneLinkHide img{
    margin-bottom: 0rem;
  }
  .Sidebar__section{
    margin-bottom: 1.2rem
  }
  .Promo:last-child {
    margin: 0 auto;
    width: 16rem;
}
.pharma-img-container {
  /* margin-left: 2rem; */
  margin: 0 auto;
}
    .pharmaceuticals-about-container p{
      font-size: 14px;
      color: black;
      text-align: justify;
      line-height: 25px;
      margin-right: 0rem;
      padding-bottom: 0.5rem;
    }
    .pharmaceuticals-about-container-div-box {
      display: grid;
      text-align: center;
  }
    .pharma-img-container h2 a{
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: #070A6C;
      cursor: pointer;
    }
    .pharma-img-container h2 a:hover{
      color: #1a1d7b;
      font-size: 22px;
      font-weight: 500;
      transition: 0.3s;
    }
    .pharma-img-container img{
      width: 12rem;
    }
    .Specialities-container-box{
      display: grid;
  }
  .Pharmaceuticals-logo-specialities{
      background-color: #1A3672;
      align-items: center;
      width: 95%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0px;
      display: grid;
      justify-content: center;
  }
  .Pharmaceuticals-logo-specialities img{
      margin-left: 0.7rem;
      margin-top: 1rem;
      width: 3rem;
  }
  .Pharmaceuticals-logo-specialities p{
     color: white;
  }
  .content .detail h2 span.designation-head{
    font-size: 12px;
    font-weight: bold;
  }
  .content .detail h2 span.designation-head-profile{
    font-size: 12px;
    font-weight: 400;
  }
  .pharma-slider{
      width: 70%;
      display: flex;
      overflow-x: scroll;
  }
  .card-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pharma-slider div{
      width: 100%;
      display: inline-block;
      grid-template-columns: auto auto auto;
      padding: 2rem 0rem 1rem 0rem;   
      flex: none;
      text-align: center;
  }
  .pharma-slider div span{
      width: 20%;
      transition: tranform 0.5s;
  }
  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 14px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }
  .pharma-slider::-webkit-scrollbar{
      display: none;
  }
  .Sidebar-brands .Navigation-brands {
    border: 1px solid #f1f0f0;
    border-radius: 15px;
    background: #f9f9f8;
    padding: 24px 0;
    width: 17rem;
    height: min-content;
  }
  .Sidebar-brands .Sidebar-brands__section {
    margin: 0 0 32px;
    text-align: initial;
  }
  .Navigation-brands li a{
    font-size: 16px;
  }
  .main-container-box-contact {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
    background-color: rgb(55,52,53);
    
    padding: 2rem;
    /* width: 80%; */
    margin: 2rem auto;
}
  .main-container-box-contact p {
    color: white;
    font-size: 18px;
    margin-bottom: 0rem;
    font-weight: 600;
}
.Sidebar-brands .Navigation-brands>li>a {
  font-size: 20px;
}
  .pharma-slider-wrap {
    /* display: flex; */
    width: 95%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
}
.blog-container .blog-row .blog-heading h1 {
  padding-top: 0px;
  font-size: 30px;
  font-weight: 600;
  color: #0a1a3b;
}
.blog-content .blog-card {
  flex: 1;
  margin: 40px 20px;
  height: 70vh;
  padding: 1rem;
  width: 18rem;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  --bs-card-border-color: var(--bs-border-color-translucent);
  /* background-color: white; */
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
}
#back-btn, #next-btn {
  width: 13px;
  cursor: pointer;
  margin: 22px;
}
  .pharma-slider div span:hover{
      cursor: pointer;
  }
  .Pharmaceuticals-logo-specialities i {
    font-size: 3rem;
    margin-top: 1rem;
    color: white;
}
}

@media (max-width:390px){
  .pharmaceuticals-body-container{
    padding: 0rem 2rem 0rem 2rem;
  }
  .Sidebar-brands .Navigation-brands {
    border: 1px solid #f1f0f0;
    border-radius: 15px;
    background: #f9f9f8;
    padding: 24px 0;
    width: 16rem;
    height: min-content;
  }
  .Sidebar-brands .Navigation-brands>li {
    margin-left: 17px;
    padding: 0px 0px 0px 0;
  }
  .Promo:last-child {
    margin: 0 auto;
    width: 14rem;
}
   .pss-members-container{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .card-section .card {
      position: relative;
      width: 217px;
      height: 317px;
      border-radius: 10px;
      backdrop-filter: blur(15px);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
  }
    .card .img-bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      border-radius: 10px;
      transform: translateY(30px) scale(0.5);
      transform-origin: top;
    }
    .card .img-bx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 18rem;
      height: 100%;
      border-radius: 5%;
      object-fit: cover;
    }
    
    .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px;
    }
    .content .detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      flex-direction: column;
      text-align: center;
    }
    .detail ul{
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    
    .content .detail h2 {
      color: #444;
      font-size: 14px;
      font-weight: bolder;
    }
    
    .content .detail h2 span{
      font-size: 12px;
      color: #03a9f4;
      font-weight: bold;
    }
    
    .sci {
      position: relative;
      display: flex;
      margin-top: 0px;
    }
    
    .sci li {
      list-style: none;
      margin: 4px;
      padding-top: 0.5rem;
    }
    .large-text-content ul{
      margin-top: -1.2rem;
    }
    .sci li a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: transparent;
      font-size: 0.8em;
      color: #444;
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: 0.5s;
    }
    
    .sci li a:hover {
      background: #03a9f4;
      color: #fff;
    }
    .card-section {
      display: grid;
    }
    .m-t-banner-align{
      height: 100%;
      min-height: 330px;
      padding-top: 2%;
      padding-bottom: 0.4%;
      background-color: rgba(0,0,0,0.1);
    }
    div .management-team-banner-img{
      background-blend-mode: overlay;
      height: 200px;
      border-radius: 50%;
      width: 100%;
      background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
    }
    .bg-color-m-t{
      background-color: rgb(55,52,53);
      width: 100%;
    }
    .banner-poition-mt{
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
    }
    .banner-contain-data-m-t {
      padding-top: 4% !important;
      padding-bottom: 4% !important;
      margin-top: -1% !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      margin-left: 0px !important;
      margin-right: auto !important;
      padding-top: 3% !important;
      padding-bottom: 2% !important;
    }
    .banner-text-align-left{
      text-align: left !important;
    }
    .banner-text-align-m-t-module{
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: .2s;
      animation-duration: .2s;
    }
    .banner-text-align-m-t{
      padding-top: 24px;
      padding-bottom: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 6%;
    }
    .bg-txt-inner-m-t{
      position: relative;
    }
    .bg-txt-inner-m-t h2{ 
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 16px;
    }
    .bg-txt-inner-m-t p{
      border-top: 6px solid #03a9f4;
      width: 55px;
    } 
    .h-m-t-txt{
      text-align: center; 
      padding-top: 2rem; 
      padding-bottom: 2rem;
    }
    .h-m-t-txt h1{
      font-weight: 600;
      font-size: 45px;
      color: #1A3672!important;
    }
    .pharmaceuticals-about-container{
      width: 90%;
      margin: auto;
      margin-top:3rem ;
    }
    .pharmaceuticals-about-container img {
      width: 18rem;
      margin-left: 0rem;
      margin-bottom: 1rem;
  }
  .OneLinkHide img{
    margin-bottom: 0rem;
  }
    .pharmaceuticals-about-container p{
      font-size: 14px;
      color: black;
      word-spacing: 4px;
      text-align: justify;
      line-height: 25px;
      margin-right: 0rem;
      padding-bottom: 1.5rem;
    }
    .pharmaceuticals-about-container-div-box {
      display: grid;
      text-align: center;
  }
    .pharma-img-container h2 a{
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: #070A6C;
      cursor: pointer;
    }
    .pharma-img-container h2 a:hover{
      color: #1a1d7b;
      font-size: 22px;
      font-weight: 500;
      transition: 0.3s;
    }
    .pharma-img-container img{
      width: 12rem;
    }
    .Specialities-container-box{
      display: grid;
      margin-left: 0.5rem;
  }
  .Pharmaceuticals-logo-specialities{
      background-color: #1A3672;
      align-items: center;
      width: 95%;
      display: grid;
      justify-content: center;
  }
  .Pharmaceuticals-logo-specialities img{
      margin-left: 0.7rem;
      margin-top: 1rem;
      width: 3rem;
  }
  .Pharmaceuticals-logo-specialities p{
     color: white;
  }
  .content .detail h2 span.designation-head{
    font-size: 12px;
    font-weight: bold;
  }
  .content .detail h2 span.designation-head-profile{
    font-size: 12px;
    font-weight: 400;
  }
  .pharma-slider{
      width: 70%;
      display: flex;
      overflow-x: scroll;
  }
  .card-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pharma-slider div{
      width: 100%;
      display: inline-block;
      grid-template-columns: auto auto auto;
      padding: 1rem 0rem 1rem 0rem;   
      flex: none;
      text-align: center;
  }
  .pharma-slider div span{
      width: 20%;
      transition: tranform 0.5s;
  }
  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 10px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }
  .pharma-slider::-webkit-scrollbar{
      display: none;
  }
  .pharma-slider-wrap {
    /* display: flex; */
    width: 95%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
}
#back-btn, #next-btn {
  width: 13px;
  cursor: pointer;
  margin: 22px;
}
  .pharma-slider div span:hover{
      cursor: pointer;
  }
  .blog-content .blog-card {
    flex: 1;
    margin: 20px 20px;
    height: 70vh;
    padding: 1rem;
    width: 15rem;
    /* background-color: #e8eff2; */
    border-radius: 8px;
  }
  .blog-content .blog-card h4 {
    margin-top: 6px;
    font-size: 15px;
    color: #0a1a3b;
  }
  .blog-content .blog-card .blog-text-title {
    font-size: 12px;
    font-weight: 600;
    color: #0a1a3b;
  }
  .blog-content .blog-card p {
    font-size: 12px;
    margin-top: 10px;
    color: #6e6e6e;
  }
  .blog-card a{
    font-size: 13.5px;
  }
  .main-container-box-contact p {
    color: white;
    font-size: 14px;
    margin-bottom: 0rem;
    padding: 1rem;
    font-weight: 600;
}
.main-container-box-contact p a {
  font-size: 20px;
  font-weight: 600;
  color: #e0b261;
  text-decoration: underline;
}
  .main-container-box-contact {
    margin-top: 2rem;
    padding: 5px 40px 5px 40px;
    text-align: center;
}
  .blog-container .blog-row .blog-heading h1 {
    padding-top: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #0a1a3b;
  }
  .blog-container .blog-row .blog-heading p {
    margin-top: 15px;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 1.5;
  }
  .see-all-blog-container-title h4 {
    font-size: 13px;
    font-weight: bold;
    color: #0a1a3b;
  }
  .see-all-blog-container-check-list h4 a {
    font-size: 12px;
    font-weight: bold;
    color: #0a1a3b;
    /* margin-top: -0.5rem; */
  }
  .see-all-blog-container-title h4 span img {
    width: 0.9rem;
    margin-right: 2px;
  }
  .header-heading h2 {
    font-size: 22px;
  }
}
@media (max-width:340px) {
  .Sidebar-brands .Navigation-brands>li li {
    position: relative;
    padding-left: 20px;
    margin-right: 6px;
    margin-left: 15px;
    padding-top: 0rem;
    margin-bottom: 7px;
  }
  .Sidebar-brands .Navigation-brands {
    border: 1px solid #f1f0f0;
    border-radius: 15px;
    background: #f9f9f8;
    padding: 24px 0;
    width: 15rem;
    height: min-content;
  }
}
@media (max-width:320px) {
  .Breadcrumbs li:not(:last-child):after {
    content: "";
    display: inline-block;
    background-size: cover;
    background-position: center;
    width: 15px;
    height: 14px;
    background-image: url(/Css/icon-chevron.svg);
    margin: 0 24px -4px;
}

.Sidebar-brands .Navigation-brands {
  border: 1px solid #f1f0f0;
  border-radius: 15px;
  background: #f9f9f8;
  padding: 24px 0;
  width: 14rem;
  height: min-content;

}
.Navigation-brands li a {
  font-size: 10px;
}
  .blog-content .blog-card {
    flex: 1;
    margin: 20px 20px;
    height: 70vh;
    padding: 1rem;
    width: 15rem;
    /* background-color: #e8eff2; */
    border-radius: 8px;
  }
  .blog-content .blog-card h4 {
    margin-top: 6px;
    font-size: 15px;
    color: #0a1a3b;
  }
  .blog-content .blog-card .blog-text-title {
    font-size: 12px;
    font-weight: 600;
    color: #0a1a3b;
  }
  .blog-content .blog-card p {
    font-size: 12px;
    margin-top: 10px;
    color: #6e6e6e;
  }
  .blog-card a{
    font-size: 13.5px;
  }
  .main-container-box-contact p {
    color: white;
    font-size: 14px;
    margin-bottom: 0rem;
    padding: 1rem;
    font-weight: 600;
}
.main-container-box-contact p a {
  font-size: 20px;
  font-weight: 600;
  color: #e0b261;
  text-decoration: underline;
}
  .blog-container .blog-row .blog-heading h1 {
    padding-top: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #0a1a3b;
  }
  .blog-container .blog-row .blog-heading p {
    margin-top: 15px;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 1.5;
  }
  .see-all-blog-container-title h4 {
    font-size: 13px;
    font-weight: bold;
    color: #0a1a3b;
  }
  .see-all-blog-container-check-list h4 a {
    font-size: 12px;
    font-weight: bold;
    color: #0a1a3b;
    /* margin-top: -0.5rem; */
  }
  .see-all-blog-container-title h4 span img {
    width: 0.9rem;
    margin-right: 2px;
  }
  .header-heading h2 {
    font-size: 20px;
  }
  .pharmaceuticals-body-container{
    padding: 0rem 2rem 0rem 2rem;
  }
   .pss-members-container{
      display: flex;
      justify-content: center;
      align-items: center;
      /* min-height: 60vh; */
    }
    .card-section .card {
      position: relative;
      width: 217px;
      height: 317px;
      border-radius: 10px;
      /* background: linear-gradient(#03a9f4, white 45%, #fff 45%, #fff 100%); */
      /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
      backdrop-filter: blur(15px);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
  }
    .card .img-bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      border-radius: 10px;
      /* overflow: hidden; */
      transform: translateY(30px) scale(0.5);
      transform-origin: top;
    }
    
    .card .img-bx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 18rem;
      height: 100%;
      border-radius: 5%;
      object-fit: cover;
    }
    
    .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px;
    }
    .content .detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      flex-direction: column;
      text-align: center;
  }
    .detail ul{
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    
    .content .detail h2 {
      color: #444;
      font-size: 14px;
      font-weight: bolder;
    }
    
    .content .detail h2 span{
      font-size: 12px;
      color: #03a9f4;
      font-weight: bold;
    }
    
    .sci {
      position: relative;
      display: flex;
      margin-top: 0px;
    }
    
    .sci li {
      list-style: none;
      margin: 4px;
      padding-top: 0.5rem;
    }
    .large-text-content ul{
      margin-top: -1.2rem;
    }
    .sci li a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: transparent;
      font-size: 0.8em;
      color: #444;
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: 0.5s;
  }
    
    .sci li a:hover {
      background: #03a9f4;
      color: #fff;
    }
    .card-section {
      display: grid;
    }
    .m-t-banner-align{
      height: 100%;
      min-height: 330px;
      padding-top: 2%;
      padding-bottom: 0.4%;
      background-color: rgba(0,0,0,0.1);
    }
    div .management-team-banner-img{
      background-blend-mode: overlay;
      height: 200px;
      border-radius: 50%;
      width: 100%;
      background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
    }
    .bg-color-m-t{
      background-color: rgb(55,52,53);
      width: 100%;
    }
    .banner-poition-mt{
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
    }
    .banner-contain-data-m-t {
      padding-top: 4% !important;
      padding-bottom: 4% !important;
      margin-top: 0% !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      margin-left: 0px !important;
      margin-right: auto !important;
      padding-top: 3% !important;
      padding-bottom: 2% !important;
  }
    .banner-text-align-left{
      text-align: left !important;
    }
    .banner-text-align-m-t-module{
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: .2s;
      animation-duration: .2s;
    }
    .banner-text-align-m-t{
      padding-top: 12px;
      padding-bottom: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 6%;
    }
    .bg-txt-inner-m-t{
      position: relative;
    }
    .bg-txt-inner-m-t h2{ 
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 16px;
    }
    .bg-txt-inner-m-t p{
      border-top: 6px solid #03a9f4;
      width: 55px;
    } 
    .h-m-t-txt{
      text-align: center; 
      padding-top: 2rem; 
      padding-bottom: 2rem;
    }
    .h-m-t-txt h1{
      font-weight: 600;
      font-size: 45px;
      color: #1A3672!important;
    }
    .pharmaceuticals-about-container{
      width: 90%;
      margin: auto;
      margin-top:3rem ;
    }
    .pharmaceuticals-about-container img {
      width: 18rem;
      margin-left: 0rem;
      margin-bottom: 0rem;
  }
    .pharmaceuticals-about-container p{
      font-size: 14px;
      color: black;
      text-align: justify;
      line-height: 25px;
      margin-right: 0rem;
      padding-bottom: 1.5rem;
    }
    .pharmaceuticals-about-container-div-box {
      display: grid;
      text-align: center;
  }
    .pharma-img-container h2 a{
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: #070A6C;
      cursor: pointer;
    }
    .pharma-img-container h2 a:hover{
      color: #1a1d7b;
      font-size: 22px;
      font-weight: 500;
      transition: 0.3s;
    }
    .pharma-img-container img{
      width: 12rem;
    }
    /* .pharmaceuticals-img{
      display: block;
      max-width: 100%;
      height: auto;
    } */
    /* .phm-textWrap{
      margin-left: 30px!important;
      float: right;
      margin-bottom: 10px;
      max-width: 50%;
    } */
    .Specialities-container-box{
      display: grid;
      padding-left: 0.5rem;
  }
  .Pharmaceuticals-logo-specialities{
      background-color: #1A3672;
      align-items: center;
      width: 90%;
      display: grid;
      justify-content: center;
  }
  .Pharmaceuticals-logo-specialities img{
      margin-left: 0.7rem;
      margin-top: 1rem;
      width: 3rem;
  }
  .Pharmaceuticals-logo-specialities p{
     color: white;
  }
  .content .detail h2 span.designation-head{
    font-size: 12px;
    font-weight: bold;
  }
  .content .detail h2 span.designation-head-profile{
    font-size: 12px;
    font-weight: 400;
  }
  .pharma-slider{
      width: 70%;
      display: flex;
      overflow-x: scroll;
  }
  .card-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pharma-slider div{
      width: 100%;
      display: inline-block;
      grid-template-columns: auto auto auto;
      padding: 1rem 0rem 1rem 0rem;   
      flex: none;
      text-align: center;
  }
  .pharma-slider div span{
      width: 20%;
      transition: tranform 0.5s;
  }
  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 10px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }
  .pharma-slider::-webkit-scrollbar{
      display: none;
  }
  .pharma-slider-wrap {
    /* display: flex; */
    width: 90%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
}
#back-btn, #next-btn {
  width: 13px;
  cursor: pointer;
  margin: 15px;
}
  .pharma-slider div span:hover{
      cursor: pointer;
  }

  
}

@media (max-width:308px) {
  .Breadcrumbs li:not(:last-child):after {
    content: "";
    display: inline-block;
    background-size: cover;
    background-position: center;
    width: 15px;
    height: 14px;
    background-image: url(/Css/icon-chevron.svg);
    margin: 0 24px -4px;
}
.Sidebar-brands .Navigation-brands {
  border: 1px solid #f1f0f0;
  border-radius: 15px;
  background: #f9f9f8;
  padding: 24px 0;
  width: 13rem;
  height: min-content;

}
.Navigation-brands li a {
  font-size: 10px;
}
  .blog-content .blog-card {
    flex: 1;
    margin: 20px 20px;
    height: 70vh;
    padding: 1rem;
    width: 15rem;
    /* background-color: #e8eff2; */
    border-radius: 8px;
  }
  .blog-content .blog-card h4 {
    margin-top: 6px;
    font-size: 15px;
    color: #0a1a3b;
  }
  .blog-content .blog-card .blog-text-title {
    font-size: 12px;
    font-weight: 600;
    color: #0a1a3b;
  }
  .blog-content .blog-card p {
    font-size: 12px;
    margin-top: 10px;
    color: #6e6e6e;
  }
  .blog-card a{
    font-size: 13.5px;
  }
  .main-container-box-contact p {
    color: white;
    font-size: 14px;
    margin-bottom: 0rem;
    padding: 1rem;
    font-weight: 600;
}
.main-container-box-contact p a {
  font-size: 20px;
  font-weight: 600;
  color: #e0b261;
  text-decoration: underline;
}
  .blog-container .blog-row .blog-heading h1 {
    padding-top: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #0a1a3b;
  }
  .blog-container .blog-row .blog-heading p {
    margin-top: 15px;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 1.5;
  }
  .see-all-blog-container-title h4 {
    font-size: 13px;
    font-weight: bold;
    color: #0a1a3b;
  }
  .see-all-blog-container-check-list h4 a {
    font-size: 12px;
    font-weight: bold;
    color: #0a1a3b;
    /* margin-top: -0.5rem; */
  }
  .see-all-blog-container-title h4 span img {
    width: 0.9rem;
    margin-right: 2px;
  }
  .header-heading h2 {
    font-size: 20px;
  }
  .pharmaceuticals-body-container{
    padding: 0rem 2rem 0rem 2rem;
  }
   .pss-members-container{
      display: flex;
      justify-content: center;
      align-items: center;
      /* min-height: 60vh; */
    }
    .card-section .card {
      position: relative;
      width: 217px;
      height: 317px;
      border-radius: 10px;
      /* background: linear-gradient(#03a9f4, white 45%, #fff 45%, #fff 100%); */
      /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
      backdrop-filter: blur(15px);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
  }
    .card .img-bx {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      border-radius: 10px;
      /* overflow: hidden; */
      transform: translateY(30px) scale(0.5);
      transform-origin: top;
    }
    
    .card .img-bx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 18rem;
      height: 100%;
      border-radius: 5%;
      object-fit: cover;
    }
    
    .card .content {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px;
    }
    .content .detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      flex-direction: column;
      text-align: center;
  }
    .detail ul{
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    
    .content .detail h2 {
      color: #444;
      font-size: 14px;
      font-weight: bolder;
    }
    
    .content .detail h2 span{
      font-size: 12px;
      color: #03a9f4;
      font-weight: bold;
    }
    
    .sci {
      position: relative;
      display: flex;
      margin-top: 0px;
    }
    
    .sci li {
      list-style: none;
      margin: 4px;
      padding-top: 0.5rem;
    }
    .large-text-content ul{
      margin-top: -1.2rem;
    }
    .sci li a {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: transparent;
      font-size: 0.8em;
      color: #444;
      text-decoration: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: 0.5s;
  }
    
    .sci li a:hover {
      background: #03a9f4;
      color: #fff;
    }
    .card-section {
      display: grid;
    }
    .m-t-banner-align{
      height: 100%;
      min-height: 330px;
      padding-top: 2%;
      padding-bottom: 0.4%;
      background-color: rgba(0,0,0,0.1);
    }
    div .management-team-banner-img{
      background-blend-mode: overlay;
      height: 200px;
      border-radius: 50%;
      width: 100%;
      background-image: url("../Img/banner/architecture-bridge-brooklyn-bridge-421927.jpg") !important;
    }
    .bg-color-m-t{
      background-color: rgb(55,52,53);
      width: 100%;
    }
    .banner-poition-mt{
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
    }
    .banner-contain-data-m-t {
      padding-top: 4% !important;
      padding-bottom: 4% !important;
      margin-top: 0% !important;
      margin-right: 0px !important;
      margin-left: auto !important;
      margin-left: 0px !important;
      margin-right: auto !important;
      padding-top: 3% !important;
      padding-bottom: 2% !important;
  }
    .banner-text-align-left{
      text-align: left !important;
    }
    .banner-text-align-m-t-module{
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: .2s;
      animation-duration: .2s;
    }
    .banner-text-align-m-t{
      padding-top: 12px;
      padding-bottom: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 6%;
    }
    .bg-txt-inner-m-t{
      position: relative;
    }
    .bg-txt-inner-m-t h2{ 
      font-weight: 600;
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 16px;
    }
    .bg-txt-inner-m-t p{
      border-top: 6px solid #03a9f4;
      width: 55px;
    } 
    .h-m-t-txt{
      text-align: center; 
      padding-top: 2rem; 
      padding-bottom: 2rem;
    }
    .h-m-t-txt h1{
      font-weight: 600;
      font-size: 45px;
      color: #1A3672!important;
    }
    .pharmaceuticals-about-container{
      width: 90%;
      margin: auto;
      margin-top:3rem ;
    }
    .pharmaceuticals-about-container img {
      width: 18rem;
      margin-left: 0rem;
      margin-bottom: 1rem;
  }
  .OneLinkHide img{
    margin-bottom: 0rem;
  }
    .pharmaceuticals-about-container p{
      font-size: 14px;
      color: black;
      text-align: justify;
      line-height: 25px;
      margin-right: 0rem;
      padding-bottom: 1.5rem;
    }
    .pharmaceuticals-about-container-div-box {
      display: grid;
      text-align: center;
  }
    .pharma-img-container h2 a{
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      color: #070A6C;
      cursor: pointer;
    }
    .pharma-img-container h2 a:hover{
      color: #1a1d7b;
      font-size: 22px;
      font-weight: 500;
      transition: 0.3s;
    }
    .pharma-img-container img{
      width: 12rem;
    }
    /* .pharmaceuticals-img{
      display: block;
      max-width: 100%;
      height: auto;
    } */
    /* .phm-textWrap{
      margin-left: 30px!important;
      float: right;
      margin-bottom: 10px;
      max-width: 50%;
    } */
    .Specialities-container-box{
      display: grid;
      padding-left: 0.5rem;
  }
  .Pharmaceuticals-logo-specialities{
      background-color: #1A3672;
      align-items: center;
      width: 90%;
      display: grid;
      justify-content: center;
  }
  .Pharmaceuticals-logo-specialities img{
      margin-left: 0.7rem;
      margin-top: 1rem;
      width: 3rem;
  }
  .Pharmaceuticals-logo-specialities p{
     color: white;
  }
  .content .detail h2 span.designation-head{
    font-size: 12px;
    font-weight: bold;
  }
  .content .detail h2 span.designation-head-profile{
    font-size: 12px;
    font-weight: 400;
  }
  .pharma-slider{
      width: 70%;
      display: flex;
      overflow-x: scroll;
  }
  .card-content{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pharma-slider div{
      width: 100%;
      display: inline-block;
      grid-template-columns: auto auto auto;
      padding: 1rem 0rem 1rem 0rem;   
      flex: none;
      text-align: center;
  }
  .pharma-slider div span{
      width: 20%;
      transition: tranform 0.5s;
  }
  .specialist-slider-div span p {
    /* width: max-content; */
    margin: 0rem;
    text-align: center;
    font-size: 10px;
    width: initial;
    color: #1A3672;
    letter-spacing: 1px;
  }
  .pharma-slider::-webkit-scrollbar{
      display: none;
  }
  .pharma-slider-wrap {
    /* display: flex; */
    width: 90%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #e8eff2;
}
#back-btn, #next-btn {
  width: 13px;
  cursor: pointer;
  margin: 15px;
}
  .pharma-slider div span:hover{
      cursor: pointer;
  }

  
}



