@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

@font-face {
  font-family: theseason;
  src: url(/fonts/Demo-The-Seasons/Demo_Fonts/Fontspring-DEMO-theseasons-reg.otf);
}

@font-face {
  font-family: theseason-new;
  src: url(/fonts/griggs-thinflare.ttf);
}

@font-face {
  font-family: Roboto-Thin;
  src: url(/fonts/Roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: Roboto-Light;
  src: url(/fonts/Roboto/Roboto-Light.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.et_pb_code_inner {
  font-family: 'Roboto-Light' !important;
  font-weight: 400;
}

.pharmaceuticals-body-container {
  font-family: 'Roboto-Thin' !important;
}

.home_about .p-pss-header {
  font-size: 42px !important;
  color: #e0b261 !important;
  line-height: initial;
}

.home_about .p-pss-content {
  font-size: 42px;
  color: #0A1A3B;
  line-height: 50px;
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}

/* Cookies Settings */
.industry_sect_btn {
  padding: 8px;
  border: 1px solid black;
  /* margin: 0.2rem; */
  width: 90%;
  margin-top: 2rem;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  color: black;
  background-color: transparent;
}

.join-us-button div button:hover {
  background-color: #0A1A3B;
  color: white;
  transition: 0.3s all;
  font-weight: 500;
}

/* Meet Our Directors card */

.latest-card-container {
  margin: auto;
  width: 100% !important;
}

.img-row-card {
  display: flex;
}

.img-row-card div {
  width: 100%;
}

.img-1-container {
  margin: 2rem;
}

#header {
  padding: 10px 10px;
  line-height: 1.6;
}

div.desig-head-container span {
  font-weight: 400;
}

div.desig-head-container-box-1 span {
  font-weight: 400;
}

.desig-dir {
  font-weight: 400;
}

.img-1-container div img {
  width: 100%;
}

.n-sec {
  font-size: 20px;
  font-weight: 600;
}

#header span.previous {
  float: none;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-box {
  width: 2rem;
  padding-top: 7px;
  padding-left: 0.2px;
  height: 2rem;
  border-radius: 25px;
}

#header span.next {
  float: right;
}

.main-pss_member div {
  width: 100% !important;
}

.desig-head-container {
  display: flex;
}

.desig-head-container-box-1 {
  float: inline-end;
  text-align: end;
}

.desig-head-container-box-1 a {
  text-decoration: none;
  border: 1px solid lightgray;
  font-size: 14px;
  padding: 4px 6px 4px 6px;
  border-radius: 12px;
  font-weight: 400;
  color: #173654;
  background-color: white;
}

.desig-head-container-box-1 a:hover {
  background-color: #173654;
  color: white;
}

.icon-box a {
  font-size: 16px;
  margin-left: 8px;
  color: #0a1a3b;
}

.icon-box:hover {
  background-color: #0a1a3b;
  transition: .6s all;
}

.icon-box:hover a {
  color: white;
  transition: .6s all;
  /* margin-right: 5px; */
}


/* modal */

.pssmain-image img {
  width: 90%;
}

.pssmain-content {
  padding-top: 0rem;
}

.pssmain-image-heading {
  text-align: center;
  margin: 0rem 0rem;
}

.pssmain-content p {
  color: black;
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  font-weight: 400;
  /* letter-spacing: 1px; */
  font-family: "Roboto", sans-serif;
}

.pssmain-image-heading h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0.5rem;
  font-family: Roboto, sans-serif;
}

.pssmain-image-heading h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.pssmain-image-heading h6 {
  line-height: 1.6;
}

.popup-icon-container {
  display: flex;
}

.popup-icon-container span {
  margin-right: 3rem;
}

.popup-icon-container span div {
  text-align: center;
}

.popup-icon-container span div a {
  border-radius: 25px;
  background-color: white;
  padding: 10px 8px 8px 8px;
}

.popup-icon-container span div a i {
  color: #173654;
  font-size: 20px;
  border-radius: 25px;
  margin-top: 2px;
}

.popup-icon-container span div a:hover {
  background-color: #173654;
  border-radius: 25px;
}

.popup-icon-container span div a:hover i {
  color: white;
  transition: 0.3s all;
}

/* modal ends */
/* Meet Our Directors card End*/

.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  /* height: 50vh; */
  max-width: 345px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  background: #fff !important;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.wrapper.show {
  right: 20px;
}

.wrapper .cookies-head {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  column-gap: 5px;
  background-color: white !important;
  border-bottom: none !important;
}

.cookies-head {
  background-color: white;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
}

.cookies-head i {
  color: #0a1a3b;
  font-size: 32px;
}

.cookies-head h2 {
  color: #0a1a3b;
  font-weight: 500;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
}

.wrapper .data p {
  color: #333;
  margin-top: 1rem;
  font-size: 16px;
}

.data p a {
  color: #0a1a3b;
  text-decoration: none;
}

.data p a:hover {
  text-decoration: underline;
}

.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #0a1a3b;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}

.buttons #acceptBtn:hover {
  background-color: #034bf1;
}

#declineBtn {
  border: 2px solid #0a1a3b;
  background-color: #fff;
  color: #0a1a3b;
}

#declineBtn:hover {
  background-color: #0a1a3b;
  color: #fff;
}


/* Cookies settingfs end */
/* Home Page Only */
.home-container {
  color: white;
  display: flex;
}

.join-us-conatin {
  width: 28%;
  margin-left: 8% !important;
  margin: auto;
}

.home_image-container-box {
  width: 60%;
}

.join-us-conatin p {
  color: white;
  font-size: medium;
  font-weight: lighter;

}

.join-us-conatin h1 {
  font-size: 110px;
  font-weight: 700;
  color: #0a1a3b;
  font-family: 'Roboto-Light' !important;
  font-weight: 400;
}

.join-us-conatin h4 {
  font-size: 18px;
  font-family: 'Roboto-Light' !important;
  font-weight: 400;
  font-weight: 200;
}

.Join-team-text-container h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Roboto-Light' !important;

}

.Join-team-text-container {
  text-align: center;
  margin: 2rem auto;
}

.join-us-box-container {
  width: 84%;
  margin: auto;
}

.Join-team-text-container h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  font-family: 'Roboto-Light' !important;

}

.join-us-fst-sect-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 27px 0;
  display: flex;
  width: 84%;
  margin: auto;
}

.join-us-fst-sect-container div {
  width: 48%;
  position: relative;
  animation-duration: 200ms;
  text-align: left;
  margin: auto;
  font-family: 'Roboto-Light' !important;

}

.join-us-fst-sect-container-text div {
  position: relative;
  width: 100%;
  padding-right: 5.5%;
}

.join-us-fst-sect-container-text div p {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.6px;
}

.join-us-fst-sect-container-img div {
  width: 100%;
  margin-bottom: 8px !important;
  text-align: left;
  /* margin-left: 0; */
}

.join-us-fst-sect-container-img div span {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.join-us-fst-sect-container-img div span img {
  max-width: 100%;
  height: auto;
  float: right;
}

.join-us-brands-container {
  text-align: center;
  margin: 2rem auto;
}

.join-us-brands-container h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Roboto-Light' !important;

}

.join-us-brands-container-img-box {
  display: flex;
  margin: auto;
  width: 84%;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.join-us-brands-container-img-box div {
  width: 20.875%;
  margin-right: 5.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: unset !important;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.join-us-brands-container-img-box div div {
  width: 100%;
}

.join-us-brands-container-img-box div .onl-img {
  width: 100%;
  margin-right: auto;
  display: block;
  margin-bottom: 13.174%;
  line-height: 0;
  text-align: left;
  margin-left: 0;
}

.join-us-brands-container-img-box div .onl-img img {
  position: relative;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.join-us-brands-container-img-box div div p {
  color: #333;
}

.join-us-fst-sect-container-text div button {
  background-color: white !important;
  color: #0a1a3b !important;
  margin-top: 1rem;
}

.et_pb_gallery_grid .et_pb_gallery_item,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
  display: block !important;
}

.home_image-container-box img {
  width: 76%;
  float: right !important;
}

.join-us-button {
  display: flex;
}

.footer-container-data div h6 {
  font-size: 20px;
  margin-bottom: 0rem !important;

}

.Singapore-div-sec h6 {
  padding-bottom: 0px !important;
}

#footer-info {
  text-align: center !important;
  float: unset !important;
}

.footer-dropdown p {
  margin-bottom: -0.3rem !important;
  font-weight: 400;
}

.join-us-button div button {
  border: 1px solid #0A1A3B;
  padding: 1px 15px;
  color: #0a1a3b;
  font-weight: 900;
  margin-right: 20px;
  background-color: #ffffff;
}

.new-pss-upload-form {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 15px;
  padding: 1rem;
}

.join-us-button div a:visited {
  transition: all .31s ease;
}

.join-us-button div a {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto-Light' !important;
  font-weight: 400;
}

.home_second_about-data-btn div button {
  padding: 1rem 2rem;
  border: 1px solid #e0b261;
  margin-right: 0rem;
  margin-top: 0rem;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  color: #e0b261;
  background-color: transparent;
}

.join-us-our-values-container {
  background-color: #0a1a3b !important;
  padding: 2rem 0rem;
  margin: auto;
  justify-content: center;
}

.join-us-our-values-container-box {
  width: 84%;
  margin: auto;
}

.join-us-our-values-header-content {
  text-align: center;
  color: white;
}

.join-us-our-values-container-fst-row {
  padding: 27px 0;
  margin: auto;
  position: relative;
  display: flex;
}

.join-us-our-values-container-fst-row .join-us-our-values-container-fst-row-1 {
  width: 20.875%;
  margin-right: 5.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: unset !important;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.join-us-our-values-container-fst-row-1-img {
  margin-bottom: 13.174%;
  text-align: center;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.join-us-our-values-container-fst-row-1-img span {
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-align: center;
  line-height: 0;
}

.join-us-our-values-container-fst-row-1-img span img {
  position: relative;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.join-us-our-values-container-fst-row-1-text {
  margin-bottom: 0;
  color: #ffffff !important;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  word-wrap: break-word;
}

.join-us-our-values-container-fst-row-1-text div {
  padding-bottom: 0;
  position: relative;
  color: #ffffff !important;
}

.join-us-our-values-container-fst-row-1-text div p {
  text-align: center;
  color: #ffffff !important;
}

.meet-our-directors-container {
  width: 84%;
  margin: auto;
}

.directors-info-container {
  padding: 2% 0;
  display: flex;
}

.directors-info-container-img {
  width: 29.6667%;
  margin-right: 5.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: unset !important;
}

.directors-info-container-img div {
  margin-bottom: 0;
  text-align: left;
  margin-left: 0;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: block;
  margin-right: auto;
  display: block;
  line-height: 0;
}

.directors-info-container-img div span {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.directors-info-container-img div span img {
  max-width: 100%;
  height: auto;
  position: relative;
}

.directors-info-container-text {
  margin-right: 0 !important;
  width: 64.833%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.directors-info-container-text .directors-info-container-text-box {
  margin-bottom: 0;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.directors-info-container-text-box div {
  padding-bottom: 0;
  position: relative;
}

.directors-info-container-text-box div h3 {
  font-size: 29px;
  color: #333;
  /* padding-bottom: 10px; */
  line-height: 1em;
  font-weight: 500;
}

.directors-info-container-text-box div p b {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.directors-info-container-text-box div p {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.6px;
}

.what-happening-iframe-container {
  width: 84%;
  margin: auto;
}

.join-us-video-container {
  width: 100%;
  margin: auto;
}

.join-us-video-container div {
  height: 650px;
}

.join-us-video-container div img {
  height: 100%;
}

.join-us-video-container div iframe {
  width: 100%;
  height: 650px;
}

.join-us-video-container div i {
  position: absolute;
  left: 48%;
  margin-top: 278px;
  color: white;
  font-size: 79px;
}

.home_second_about-data-btn div button:hover {
  background-color: rgb(224, 178, 97);
  border-radius: 0px;
  scale: 1.1;
  border: 1px solid white;
  color: white;
}

.home_second_about {
  /* text-align: center;  */
  color: white;
  background-color: #173654;
}

.home_second_about-data {
  width: 60%;
  text-align: center;
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home_second_about-data h5 {
  color: #e0b261;
  font-size: 35px;
}

.home_second_about-data h6 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}

.sets-apart-home {
  background-image: url("../Img/Home/img-0.png");
  color: white;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #222831;
  background-size: 100%;
  padding-top: 4rem;
  margin: auto;
  position: relative;
  padding-bottom: 4rem;
}

.sets-apart-home::after {
  background-color: #222831;
  position: absolute;
}

.sets-apart-home-offerings {
  background-color: #173654;
  padding-top: 4rem;
  margin: auto;
  padding-bottom: 4rem;
}

.home-head_apart {
  text-align: center;
  color: #e0b261;
  font-size: 35px;
}

.offering-content {
  text-align: center;
  color: white;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.home_industry-container-box_img img {
  width: 95%;
}

.industry_btn button {
  padding: 10px;
  border: 1px solid #e0b261;
  margin: 1rem;
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #e0b261;
  background-color: #173654;
  /* margin-right: 10px; */
}

.industry_btn button:hover {
  background-color: #e0b261;
  border-radius: 0;
  scale: 1.1;
  transition: 1.5s all;
  color: white;
  border: 0.5px solid white;
}

/* .industry_sect_btn{
          padding: 10px;
          border: 1px solid black;
          margin: 1rem;
          margin-top: 2rem;
          font-size: 12px;
          color: black;
          background-color: transparent;
      } */
.industry_sect_btn:hover {
  background-color: #e0b261;
  border-radius: 0;
  scale: 1.1;
  transition: 1.5s all;
  color: black;
  border: 0.5px solid white;
}

.home-head_apart-container {
  display: flex;
  /* margin: auto; */
  margin-top: 4rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.home-head_apart-container-box {
  text-align: center;
  width: 20%;
}

.home-head_apart-container-box-offering {
  text-align: center;
  width: 24%;
}

.home-head_apart-container-box-offering div h5 {
  color: white;
  text-align: center;
  width: 14rem;
  margin: auto;
  /* margin: 0rem 1rem 0rem 1rem; */
}

.home-head_apart-container-box h2 {
  font-size: 60px;
  font-weight: lighter;
  font-family: 'theseason-new' !important;
}

.home-head_apart-container-box h5 {
  color: #e0b261;
  font-size: 17px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  width: 15rem;
  margin: auto;
}

.sets-apart-home-offerings-content-box {
  width: 40%;
  margin: auto;
}

.offering-img img {
  margin: 1rem;
  width: 84%;
  height: 20rem;
  object-fit: cover;
}

.home_industry-container {
  margin: auto;
}

.home_industry_card {
  display: flex;
  justify-content: center;
}

.home_industry-container-box {
  width: 16.3%;
  margin: 1rem;
  text-align: center;
}

.home_industry-container-box div h4 {
  margin: 1rem;
  font-size: 20px;
}

/* @keyframes fadeIn { 
          from { opacity: 1; } 
          }
          @keyframes fadeOut { 
          from { opacity: 0.1; } 
          }
          .home_client-container-box{
              position: relative;
              animation: fadeIn 3s infinite alternate;
              animation: fadeOut 1s infinite alternate;
          } */
.btn-300 {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220.52px;
  min-height: 56px;
  font-family: calibri;
  font-size: 1.2em;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 2px solid var(--main-clr);
  color: var(--main-clr);
  background-color: transparent;
  overflow: hidden;
}

i {
  font-size: 1em;
  padding: 0 10px;
  transition: all 0.5s linear;
}

.btn-300:hover i {
  transform: translateX(10px);
}

.btn-300::before,
.btn-300::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: var(--main-clr);
  z-index: -1;
  transition: all 400ms ease-in;
}

.btn-300:hover {
  color: #fff;
}

.btn-300::before {
  opacity: 0.3;
}

.btn-300::after {
  transition-delay: 0.3s;
}

.btn-300:hover::before,
.btn-300:hover::after {
  top: 0;
}

.home-texth4 {
  margin: 2rem 0rem;
  text-align: center;
}

.home-texth2 {
  margin: 0.5rem 0rem;
  text-align: center;
  color: #e0b261;
}

.home_client {
  padding: 3rem;
  height: 104vh;
  background-color: #173654;
}

.home_client-container {
  display: flex;
}

.home_client-container-box {
  margin: 1rem auto;
  justify-content: center;
  text-align: justify;
  width: 28%;
}

.home_client_said {
  color: white;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
}

.home_client_name {
  color: #e0b261 !important;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.home_client_name-1 {
  color: #e0b261 !important;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.home_talent-container {
  margin: auto;
}

.home_talent_card {
  display: flex;
  justify-content: center;
}

.home_talent-container-box {
  width: 25%;
  margin: 1rem;
  text-align: center;
}

.home_talent-container-box_img img {
  width: 95%;
}

.home_talent-container-box div h4 {
  margin: 1rem 2rem;
  font-size: 20px;
}

/* Home page only end */

.share-blog-post i {
  text-align: right;
  float: right;
}

.blog-card a {
  color: #0a1a3b;
}

.mySlides .element-slide {
  display: flex;
  width: 100%;
}

.pharmaceuticals-body-container {
  padding: 0rem;
}

.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: 84%;
  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);
  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;
}

.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 #cb29b0 !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: 100%;
  margin: auto;
  margin-top: 0rem;
}

.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-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%;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: grid;
  justify-content: center;
}

.Pharmaceuticals-logo-specialities i {
  color: white;
  font-size: 60px;
  /* font-weight: ; */
}

.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: 84%; */
  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: 84%;
}

.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-weight: 600;
  color: #0a1a3b;
}

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

.our_values_container_box div {
  background-color: #173654;
  margin: 1rem;
  padding: 1.5rem;
  border-radius: 6px;
  height: 20rem !important;
  width: 37% !important;
}

.join-us-upload-cv-container {
  display: block;
}

.join-us-upload-cv-container div {
  display: flex;
  margin-bottom: 1rem;
}

.join-us-upload-cv-container div input {
  width: -webkit-fill-available;
  height: 3rem;
  border: 1px solid black;
  margin: 0px 10px !important;
}

.join-us-upload-cv-container div input[type=file] {
  width: -webkit-fill-available;
  margin: 10px;
  height: 3rem;
  border: none;
  margin: 0px 10px !important;
}

.join-us-upload-cv-container div input[type=url] {
  width: -webkit-fill-available;
  /* margin: 10px; */
  height: 3rem;
  border-radius: 6px;
  padding-left: 10px;
  margin: 0px 10px !important;
}

.join-us-upload-cv-container div textarea {
  width: -webkit-fill-available;
  margin: auto;
  /* margin-left: 10px; */
  margin: 0px 10px !important;
  border: 1px solid black !important;
}

.join-us-upload-cv-container div button {
  margin-left: 10px;
}

.join-us-upload-cv-container div .select-container {
  margin-bottom: 0rem !important;
}

.join-us-upload-cv-container div .select-container select {
  width: -webkit-fill-available;
  /* margin: 10px; */
  height: 2.9rem;
  border: 1px solid black;
  margin: 0px 10px !important;
}

/* blog card end */

/* Media Queries */
@media (max-width:1350px) {
  .img-row-card div {
    width: 90%;
    margin: auto;
  }
}

@media (max-width:1300px) {
  .card-section {
    display: contents;
  }

  .pssmain-image img {
    width: 90%;
    position: relative;
    top: 1.5rem;
    left: 1.5rem;
  }

  .join-us-button div button {
    border: 1px solid #0A1A3B;
    padding: 7px 13px;
    color: #0a1a3b;
    margin-right: 20px;
    background-color: #ffffff;
  }

  .home_about .p-pss-header {
    line-height: initial;
    font-size: 35px !important;
    color: rgb(224, 178, 97) !important;
  }

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

  .industry_sect_btn {
    padding: 8px;
    border: 1px solid black;
    width: 94%;
    margin-top: 2rem;
    font-size: 11px;
    color: black;
    background-color: transparent;
  }
}

@media (max-width:1245px) {
  .blog-content {
    flex-direction: column;
  }

  .home_client_name {
    color: #e0b261 !important;
    font-size: 12px;
  }

  .home_client_name-1 {
    color: #e0b261 !important;
    font-size: 12px !important;
  }

  .pharmaceuticals-about-container-div-box {
    display: block;
  }

  .home_client_said {
    color: white;
    font-size: 12px;
  }

  .industry_sect_btn {
    padding: 8px 0px 8px 0px;
    border: 1px solid black;
    width: 94%;
    margin-top: 2rem;
    font-size: 11px;
    color: black;
    background-color: transparent;
  }


  .pharma-img-container {
    margin-left: 0rem;
  }

  section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

}

@media (max-width:1185px) {
  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 2rem;
    font-size: 12px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h4 {
    font-size: 16px;
    font-weight: 200;
  }

  .home_about .p-pss-header {
    line-height: initial;
    font-size: 32px !important;
    color: rgb(224, 178, 97) !important;
  }
}

@media (max-width:1150px) {
  .our_values_container_box div {
    background-color: #173654;
    margin: 1rem;
    padding: 1.5rem;
    border-radius: 6px;
    height: 23rem !important;
    width: 37% !important;
  }

  .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:1115px) {
  .Specialities-container-box {
    display: block;
  }

  .our_values_container_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .home-header-conatin h4 {
    font-size: 15px;
    font-weight: 200;
  }

  .home-header-conatin p {

    color: white;
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 5px;
  }

  .home-header-conatin h1 {
    font-size: 36px;
    color: #e0b261;
  }

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 10px;
    color: #e0b261;
    background-color: #222831;
  }

  .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:1090px) {
  .our_values_container_box div {
    background-color: #173654;
    margin: 1rem;
    padding: 1.5rem;
    border-radius: 6px;
    height: 20rem !important;
    width: 37% !important;
  }

  .embed-responsive {
    width: 88% !important;
    margin: auto;
  }
}

@media (max-width:1040px) {
  .card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .home-header-conatin p {

    color: white;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 4px;
  }

  .home-header-conatin h4 {
    font-size: 14px;
    font-weight: 200;
  }
}

@media (max-width:1020px) {
  .blog-content {
    flex-direction: column;
  }

  .card-section {
    display: flex;
    flex-wrap: wrap;
  }

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 9px;
    color: #e0b261;
    background-color: #222831;
  }

  .join-us-fst-sect-container div {
    width: 85%;
    position: relative;
    animation-duration: 200ms;
    text-align: left;
    margin: auto;
    font-family: 'Roboto-Light' !important;
  }

  .join-us-fst-sect-container-img div {
    width: 100%;
    margin-bottom: 8px !important;
    text-align: left;
    margin-top: 4%;
    /* margin-left: 0; */
  }

  .join-us-fst-sect-container-img-div {
    width: 100% !important;
    margin-top: 4% !important;
  }

  .join-us-fst-sect-container div {
    width: 85%;
    position: relative;
    animation-duration: 200ms;
    text-align: left;
    margin: auto;
    font-family: 'Roboto-Light' !important;
  }

  .join-us-fst-sect-container-text div {
    position: relative;
    width: 100%;
    padding-right: 0rem !important;
  }

  .join-us-fst-sect-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 27px 0;
    display: grid;
    width: 100%;
    margin: auto;
  }
}

@media (max-width:990px) {
  .pss-members-container {
    display: flex;
    margin: auto;
    margin-left: 0rem;
    justify-content: center;
    align-items: center;
  }

  .home-header-conatin h4 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-button div button {
    padding: 0.7rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 9px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h1 {
    font-size: 30px;
    color: #e0b261;
  }

  .card-section .card {
    margin-top: 1rem;
  }

  .pharma-slider {
    width: 50rem;
    display: flex;
    overflow-x: unset;
  }

  .Pharmaceuticals-logo-specialities {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width:960px) {
  .element-slide {
    text-align: center;
    justify-content: center;
  }

  .home-header-conatin p {

    color: white;
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 4px;
  }

  .home-button div button {
    padding: 0.5rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 8px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h4 {
    font-size: 12px;
    font-weight: 200;
  }

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

  #header {
    padding: 0px 10px;
  }
}

@media (max-width:890px) {
  .home-container {
    color: white;
    display: grid;
  }

  .join-us-conatin {
    width: 60%;
    padding-top: 4%;
    margin-left: 8% !important;
    margin: auto;
  }

  .home_image-container-box {
    width: 100%;
  }

  .home_client_said {
    color: white;
    font-size: 10px;
  }

  .home-header-conatin p {

    color: white;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 4px;
  }

  .home-header-conatin {
    width: 60%;
    margin: 4rem 0rem 4rem 4rem;
  }

  .home-head_apart-container {
    display: flex;
    margin-top: 4rem;
    margin-bottom: 0rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-head_apart-container {
    display: flex;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 40%;
  }

  .home-header-conatin h1 {
    font-size: 56px;
    color: #e0b261;
  }

  .home-header-conatin h4 {
    font-size: 20px;
    font-weight: 200;
  }

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 14px;
    color: #e0b261;
    background-color: #222831;
  }

  .home_image-container-box img {
    width: 100%;
    float: none !important;
  }

  .home-head_apart-container-box-offering div h5 {
    color: white;
    text-align: center;
    width: auto;
    margin: auto;
    font-size: 20px;
    /* margin: 0rem 1rem 0rem 1rem; */
  }

  .home-head_apart-container-box {
    text-align: center;
    width: 40%;
    margin-bottom: 3rem;
  }

  .sets-apart-home-offerings-content-box {
    width: 56%;
    margin: auto;
  }

  .offering-content {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: lighter;
  }

  .home_second_about-data {
    width: 70%;
    text-align: center;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home_second_about-data h6 {
    font-size: 17px;
    font-weight: 300;
  }

  .sets-apart-home {
    background-image: url(/Img/Home/img-0.png);
    color: white;
    background-repeat: no-repeat;
    background-size: auto;
    /* background-color: #222831; */
    background-size: 100%;
    padding-top: 4rem;
    margin: auto;
    position: relative;
    padding-bottom: 0rem;
  }

}

@media (max-width:768px) {

  .top-content .carousel-control-prev,
  .top-content .carousel-control-next {
    display: flex !important;
  }

  .top-content .carousel-control-prev {
    left: -30px !important;
    border-bottom: 0;
  }

  .top-content .carousel-control-next {
    right: -30px !important;
    border-bottom: 0;
  }

  .carousel-control-prev img,
  .carousel-control-next img {
    width: 40% !important;
  }

  #job-opening-section.lifeatpsssection .et_pb_slider .et-pb-arrow-prev {
    left: -28px !important;
  }

  #job-opening-section.lifeatpsssection .et_pb_slider .et-pb-arrow-next {
    right: -28px !important;
  }

  .img-row-card {
    display: grid;
  }

  .our_values_container_box div {
    background-color: #173654;
    margin: 1rem;
    padding: 1.5rem;
    margin: 1rem auto;
    border-radius: 6px;
    height: auto !important;
    width: 80% !important;
  }

  .our_values_container_box {
    display: grid;
    justify-content: center;
  }

  .join-us-brands-container-img-box {
    display: grid;
    margin: auto;
    width: 100%;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .join-us-brands-container-img-box div {
    width: 60%;
    margin: auto;
    margin-right: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: unset !important;
    position: relative;
    z-index: 2;
    min-height: 1px;
  }

  #header {
    padding: 0px 4px;
  }

  .first-pg {
    display: block;
  }

  .join-us-conatin {
    width: 84%;
    margin-left: 2rem !important;
    margin: auto;
    margin: 4rem 2rem 4rem 2rem;
  }

  .join-us-conatin h1 {
    font-size: 66px;
    font-weight: 700;
    color: #0a1a3b;
  }

  .home_about .p-pss-content {
    font-size: 26px;
    color: #0A1A3B;
    line-height: 50px;
    margin-top: 1px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
  }

  .home_industry-container-box {
    width: 100%;
    margin: 1rem;
    text-align: center;
  }

  .home-header-conatin h1 {
    font-size: 48px;
    color: #e0b261;
  }

  .home-header-conatin h4 {
    font-size: 16px;
    font-weight: 200;
  }

  .home_industry_card {
    display: grid;
    justify-content: center;
  }

  .pharmaceuticals-body-container {
    padding: 0rem 0rem 0rem 0rem;
  }

  .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: 84%;
    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: 100%;
    margin: auto;
    margin-top: 0rem;
  }

  .home-head_apart-container-box h2 {
    font-size: 40px;
  }

  .home_client-container-box {
    margin: 1rem auto;
    justify-content: center;
    text-align: unset;
    width: 29%;
  }

  .home_client_said {
    color: white;
    font-size: 10px;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 10px;
  }

  .home-head_apart-container-box-offering div h5 {
    color: white;
    text-align: center;
    width: auto;
    margin: auto;
    font-size: 16px;
    /* margin: 0rem 1rem 0rem 1rem; */
  }

  .home_industry-container-box div h4 {
    margin: 1rem;
    font-size: 16px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 2rem;
    font-size: 16px;
  }

  .Promo:last-child {
    width: 16rem;
    margin-bottom: 1rem !important;
    margin: auto;
  }


  .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:700px) {
  .join-us-upload-cv-container div {
    display: contents;
    margin-bottom: 1rem;
  }

  .join-us-upload-cv-container div input {
    margin: 10px 10px !important;
  }

  .join-us-upload-cv-container div input[type=file] {
    margin: 10px 10px !important;
  }

  .join-us-upload-cv-container div input[type=url] {
    margin: 10px 10px !important;
  }

  .join-us-upload-cv-container div textarea {
    border: 1px solid black !important;
  }

  .join-us-upload-cv-container div .select-container select {
    margin: 10px 10px !important;
  }
}

@media (max-width:620px) {

  .home-button div button {
    padding: 1rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 12px;
    color: #e0b261;
    background-color: #222831;
  }

  .home_client_said {
    color: white;
    font-size: 10px;
  }

  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 60vh; */
  }

  .home-head_apart-container-box h2 {
    font-size: 26px;
  }

  .home-head_apart-container-box {
    text-align: center;
    width: 20%;
    margin-bottom: 2rem;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 12px;
    font-weight: 300;
    width: 7rem;
    margin: auto;
  }

  .home-header-conatin p {

    color: white;
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 6px;
  }

  .home-header-conatin h1 {
    font-size: 48px;
    color: #e0b261;
  }

  .sets-apart-home {
    background-image: url(/Img/Home/img-0.png);
    color: white;
    background-repeat: no-repeat;
    background-size: auto;
    /* background-color: #222831; */
    background-size: 100%;
    padding-top: 2rem;
    margin: auto;
    position: relative;
    padding-bottom: 0rem;
  }

  .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: 84%;
    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;
  }

  .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:600px) {
  .home-header-conatin h1 {
    font-size: 34px;
    color: #e0b261;
  }

  .home_client {
    padding: 3rem;
    height: 100vh;
    background-color: #173654;
  }

  .home_client_said {
    color: white;
    font-size: 10px;
    line-height: inherit !important;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 10px;
  }

  .home_client_name-1 {
    color: #e0b261 !important;
    font-size: 9px !important;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 14px;
  }

  .home_second_about-data h6 {
    font-size: 14px;
    font-weight: 200;
  }

  .home_second_about-data h5 {
    color: #e0b261;
    font-size: 22px;
  }

  .offering-content {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: lighter;
  }

}

@media (max-width:560px) {
  .home_client {
    padding: 3rem;
    height: 117vh;
    background-color: #173654;
  }

  .home-button div button {
    padding: 0.7rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 11px;
    color: #e0b261;
    background-color: #222831;
  }

  /* .home_client-container {
  display: grid;
} */
  .home-header-conatin p {

    color: white;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 5px;
  }

  .industry_sect_btn {
    padding: 8px 0px 8px 0px;
    border: 1px solid black;
    width: 94%;
    margin-top: 2rem;
    font-size: 11px;
    margin-bottom: 4rem;
    color: black;
    background-color: transparent;
  }

  .home-header-conatin h4 {
    font-size: 15px;
    font-weight: 200;
  }

  .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: 84%;
    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;
  }

  .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:490px) {
  .home_client-container-box {
    margin: 1rem auto;
    justify-content: center;
    text-align: unset;
    width: 95%;
    padding-right: 1rem;
  }

  .home_about .p-pss-header {
    line-height: initial;
    font-size: 24px !important;
    color: rgb(224, 178, 97) !important;
  }

  .home_about .p-pss-content {
    font-size: 24px;
    color: #0A1A3B !important;
    line-height: initial;
    letter-spacing: 1px;
    font-weight: 400 !important;
  }

  .home_client {
    padding: 3rem;
    height: 190vh;
    background-color: #173654;
  }

  .home_talent_card {
    display: grid;
    justify-content: center;
  }

  .home_talent-container-box {
    width: 85%;
    margin: auto;
    text-align: center;
  }

  .home_client-container {
    display: grid;
  }

  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-head_apart-container-box {
    text-align: center;
    width: 20%;
    margin-bottom: 1rem;
  }

  .home-button div button {
    padding: 0.6rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 1rem;
    font-size: 10px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h1 {
    font-size: 30px;
    color: #e0b261;
  }

  .home_client_said {
    color: white;
    font-size: 12px;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 12px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 12px;
  }

  .home_second_about-data h6 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 11px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-head_apart-container-n1 {
    display: flex !important;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 100%;
  }

  .home-head_apart-container {
    display: grid;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

@media (max-width:460px) {
  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-button div button {
    padding: 0.6rem;
    border: 1px solid #e0b261;
    margin-right: 1rem;
    margin-top: 0.6rem;
    font-size: 10px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-header-conatin h1 {
    font-size: 30px;
    color: #e0b261;
  }

  .home_client_said {
    color: white;
    font-size: 12px;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 12px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 12px;
  }

  .home_second_about-data h6 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 11px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-head_apart-container-n1 {
    display: flex !important;
    margin-top: 1rem !important;
    margin-bottom: 0rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 100%;
  }

  .home-head_apart-container-n1 {
    display: flex !important;
    margin-top: 1rem !important;
    margin-bottom: -2rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .home-header-conatin {
    width: 70%;
    margin: 2rem 0rem 2rem 2rem;
  }

  .home_industry_card {
    display: grid;
    justify-content: center;
  }

  .home_industry-container-box {
    width: 100%;
    margin: 0rem;
    text-align: center;
  }
}

@media (max-width:410px) {
  .home_client {
    padding: 3rem;
    height: 205vh;
    background-color: #173654;
  }
}

@media (max-width:390px) {
  .home-head_apart-container {
    display: grid;
    margin-top: 1rem !important;
    margin-bottom: -3rem;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .home_client {
    padding: 3rem;
    height: 180vh;
    background-color: #173654;
  }

  .home_client_said {
    color: white;
    font-size: 10px;
  }

  .header-theSeason {
    font-size: 20px;
  }

  .home-button div button {
    padding: 0.6rem;
    border: 1px solid #e0b261;
    margin-right: 0rem;
    margin-top: 1rem;
    font-size: 9px;
  }

  .home-header-conatin h4 {
    font-size: 13px;
    font-weight: 200;
  }

  .hire-bt {
    margin-right: 1rem;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 12px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 12px;
  }

  .home_second_about-data h6 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 11px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-head_apart-container-box h2 {
    font-size: 20px;
  }

  .sets-apart-home h4 {
    font-size: 18px;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 100%;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 10px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-header-conatin h1 {
    font-size: 25px;
    color: #e0b261;
  }

  .home-header-conatin p {

    color: white;
    font-size: 11px;
    font-weight: lighter;
    letter-spacing: 3px;
  }

}

@media (max-width:340px) {
  .sets-apart-home {
    padding-top: 0.8rem;
  }

  .home_about .p-pss-header {
    line-height: initial;
    font-size: 20px !important;
    color: rgb(224, 178, 97) !important;
  }

  .home_about .p-pss-content {
    font-size: 10px;
    color: white !important;
    line-height: initial;
    letter-spacing: 1px;
    font-weight: 100 !important;
  }

  .home-button div button {
    padding: 0.6rem;
    border: 1px solid #e0b261;
    margin-right: 0rem;
    margin-top: 1rem;
    font-size: 8px;
    color: #e0b261;
    background-color: #222831;
  }

  .home-head_apart-container-box h2 {
    font-size: 16px;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 8px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }
}

@media (max-width:320px) {
  .home-header-conatin h4 {
    font-size: 12px;
    font-weight: 200;
  }

  .home_client {
    padding: 3rem;
    height: 185vh;
    background-color: #173654;
  }

  .pss-members-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-header-conatin h1 {
    font-size: 30px;
    color: #e0b261;
  }

  .home_client_said {
    color: white;
    font-size: 9.8px;
  }

  .home_client_name {
    color: #e0b261;
    font-size: 12px;
  }

  .home_talent-container-box div h4 {
    margin: 1rem 1rem;
    font-size: 12px;
  }

  .home_second_about-data h6 {
    font-size: 13px;
    font-weight: 200;
  }

  .home-head_apart-container-box h5 {
    color: #e0b261;
    font-size: 11px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
  }

  .home-head_apart-container-box-offering {
    text-align: center;
    width: 100%;
  }
}

@media (max-width:290px) {
  .home_client {
    padding: 3rem;
    height: 210vh;
    background-color: #173654;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .carousel-control-prev {
    left: -56px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .carousel-control-next {
    right: -56px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-content .carousel-control-next {
    right: -40px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-content .carousel-control-prev {
    left: -40px !important;
  }
}