
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #3996b4b8;
  color: white;
}
::-webkit-scrollbar-thumb {
  background: #3996B4 !important;
  cursor: pointer;
}

.container {
  padding: 0 43px;
  margin: auto;
  max-width: 1366px;
}

/* .container {
  max-width: 1766px;
} */

@media (max-width: 1280px) {
  /* xl breakpoint */
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
  /* lg breakpoint */
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  /* sm breakpoint */
  .container {
    padding: 0 16px;
  }
}

.container {
  margin: auto;
}


/* form style */
.review-title{
  text-align: center;
  padding-bottom: 30px;
}
.ackSection .wpcf7-list-item{
  margin: 0px !important;
}
.single_box .form_wrapper .radio_wrapper span.wpcf7-list-item {
  margin: 10px 5px;
}
.formExtra{
  border-bottom: 1px solid #b7b7b7; 
  padding-bottom: 10px;
  width: 100%;
}
.product-cwrapper {
  display: flex;
  gap: 26px;
  width: 100%;
}
.pdtContnts {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: calc(100% / 2 - 13px);
  padding: 24px 0;
  justify-content: start;
  align-items: start;
  align-self: stretch;
  border-bottom: 1px solid #B7B7B7;
}
@media (max-width: 991px) {
  .product-cwrapper {
    flex-direction: column;
  }
  .pdtContnts{
    width: 100% ;
  }
}
.contact_page .form_wrapper .multi_wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
}

.productTable {
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  padding: 20px;
}

.contact_page .form_wrapper .tripleField_wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group {
  width: calc(100% / 3 - 20px);
  padding: 24px 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px; 
  align-self: stretch;
  border-bottom: 1px solid #B7B7B7;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group label {
  font-size: 18px; 
  font-weight: 500;
  color: #363737;
  min-width: 150px;
}


.contact_page .form_wrapper .multi_wrapper .input_group {
  width: calc(100% / 2 - 20px);
  padding: 24px 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px; 
  align-self: stretch;
  border-bottom: 1px solid #B7B7B7;
}

.contact_page .form_wrapper .multi_wrapper .input_group label {
  font-size: 18px; 
  font-weight: 500;
  color: #363737;
  min-width: 150px;
}

.contact_page .form_wrapper .multi_wrapper .input_group label span {
  color: red;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group label span {
  color: red;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group input {
  border: none;
  padding: 0;
  color: #363737;
  font-size: 18px; 
  font-weight: 400;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group input {
  outline: none;
  border: none;
  box-shadow: none;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group select {
  outline: none;
  border: none;
  box-shadow: none;
  width: 100%;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group select {
  border: none;
  color: #363737;
  font-size: 18px; 
  min-width: 75px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
} 

.contact_page .form_wrapper .tripleField_wrapper .input_group select::placeholder {
  color: #959595;
}

.contact_page .form_wrapper .multi_wrapper .input_group input {
  border: none;
  padding: 0;
  color: #363737;
  font-size: 18px; 
  font-weight: 400;
}
.contact_page .form_wrapper .multi_wrapper .input_group select {
  border: none;
  color: #363737;
  font-size: 18px; 
  min-width: 75px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}

.contact_page .form_wrapper .multi_wrapper .input_group select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.contact_page .form_wrapper  .single_field .input_group {
  width: 100% !important;
}

.contact_page .form_wrapper  .single_field textarea {
  border: none;
  padding: 0;
  color: #363737;
  font-size: 18px; 
  width: 100%;
  font-weight: 400;
  min-height: 54px;
}

.contact_page .form_wrapper  .single_field textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}



/* .contact_page .form_wrapper .multi_wrapper .input_group select:not([size]) {

} */

.contact_page .form_wrapper .multi_wrapper .input_group input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.contact_page .form_wrapper .multi_wrapper .input_group input::placeholder {
  color: #959595;
}


.terms_btnwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.terms_btnwrapper .terms {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12px;
}

.terms_btnwrapper .terms input {
  width: 18px;
  height: 18px;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.terms_btnwrapper .terms p {
  color: #363737;
  font-size: 14px;
  font-weight: 400;
}

.terms_btnwrapper .terms p a {
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
  color: #363737;
}

.terms_btnwrapper .terms input[type=checkbox] {
  color: #3996B4;
  border-radius: 2px;
  box-shadow: #3996B4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  outline: none !important;
  box-shadow: none !important;
}


.terms_btnwrapper.btn_wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: start;
  align-items: center;
}

.terms_btnwrapper button {
  font-size: 16px;
  font-weight: 600;
  color: #3996B4;
  border-radius: 48px;
  min-width: 200px;
  cursor: pointer;
  border: 1px solid #3996B4;
  padding: 11px 25px;
  background: transparent;
  display: block;
  width: fit-content;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.terms_btnwrapper button:hover {
  background-color: #3996B4;
  color: white;
}

/* Responsive styles */
@media (max-width: 640px) {
  .terms_btnwrapper button {
    font-size: 14px;
  }
  .terms_btnwrapper {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-top: 20px;
  }
  .mission_box ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .responsibility_section .content2 ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 1280px) {
  .contact_page .form_wrapper .tripleField_wrapper {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .contact_page .form_wrapper .tripleField_wrapper .input_group {
    width: calc(100% / 2 - 20px);
}

.contact_page .form_wrapper .city_field {
    width: 100% !important;
  }

}

@media (max-width: 992px) {
  .contact_page .form_wrapper .input_group {
    width: 100% !important;
  }
  .contact_page .form_wrapper .multi_wrapper {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .contact_page .form_wrapper .multi_wrapper .input_group {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }

  .contact_page .form_wrapper .tripleField_wrapper .input_group {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
  .contact_page .form_wrapper .tripleField_wrapper .input_group select {
    padding-left: 0;
    width: 100%;
  }

}


.step_wrapper ul li {
  cursor: pointer;
}

.step_wrapper ul li.active a {
  color: #3996B4;
}

.step_wrapper ul li.active svg path {
  fill: #3996B4;
}

.highlighted_keywords {
  font-weight: 600 !important;
  color: #3996B4 !important;
}

.filter_keywords ul li {
  cursor: pointer;
}

.product_box:hover {
  background-color: #ebebeb;
}


.filter_keywords ul li.active {
  font-weight: 600 !important;
  color: #3996B4 !important;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.pagination_wrapper ul li.active a {
  color: #3996B4 !important;
  font-weight: 600 !important;
}

.pagination_wrapper ul li.active {
  position: relative;
}

.pagination_wrapper ul li.active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #3996B4;

}


#team_slider .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background-color: #E2EFF4 !important;
  opacity: 1 !important;
}

#team_slider .swiper-pagination-bullet-active {
  width: 31px !important;
  background-color: #3996B4 !important;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

#awards_dots .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background-color: #E2EFF4 !important;
  opacity: 1 !important;
}

#awards_dots .swiper-pagination-bullet-active {
  width: 31px !important;
  background-color: #3996B4 !important;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}


#therapeutic_dots .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background-color: #E2EFF4 !important;
  opacity: 1 !important;
}

#therapeutic_dots .swiper-pagination-bullet-active {
  width: 31px !important;
  background-color: #3996B4 !important;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

#supplement_dots .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background-color: #E2EFF4 !important;
  opacity: 1 !important;
}

#supplement_dots .swiper-pagination-bullet-active {
  width: 31px !important;
  background-color: #3996B4 !important;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

/* 
#related_slider .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background-color: #E2EFF4 !important;
  opacity: 1 !important;
}

#related_slider .swiper-pagination-bullet-active {
  width: 31px !important;
  background-color: #3996B4 !important;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
} */

.partner_tabwrapper button.active svg path {
  stroke: #3996B4;
}


#scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 45;
  display: none;
  /*Hiddenbydefault*/background-color: #3996B4;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-border-radius: 50%;
  display: none;
}

#scrollTopBtn:hover {
  background-color: #317b94;
}



  @keyframes particleAnimation {
    0%, 100% {
      max-width: 500px;
      left: 0px;
    }
    50% {
      max-width: 350px;
      left: 240px;
    }
  }

  .animate-particle {
    animation: particleAnimation 13s infinite ease-in-out;
    position: absolute;
    -webkit-animation: particleAnimation 13s infinite ease-in-out;
}

.benefit_Particle {
  animation: benefit_Particle 13s infinite ease-in-out;
  position: absolute;
  -webkit-animation: benefit_Particle 13s infinite ease-in-out;
}


@keyframes benefit_Particle {
  0%, 100% {
    max-width: 500px;
    right: 0px;
  }
  50% {
    max-width: 350px;
    right: 100px;
  }
}

.mobile_particle {
  animation: mobile_particle1 13s infinite ease-in-out;
  position: absolute;
  -webkit-animation: mobile_particle1 13s infinite ease-in-out;
}

@keyframes mobile_particle1 {
  0%, 100% {
    max-width: 500px;
    left: -40px;
  }
  50% {
    max-width: 200px;
    left: -40px;
  }
}


.animate-particle_right {
  animation: particleAnimation2 13s infinite ease-in-out;
  position: absolute;
  -webkit-animation: particleAnimation2 13s infinite ease-in-out;
}

.animate-sideffectparticle {
  animation: particleAnimation3 13s infinite ease-in-out;
  position: absolute;
  -webkit-animation: particleAnimation3 13s infinite ease-in-out;
}

@keyframes particleAnimation2 {
  0%, 100% {
    max-width: 350px;
    right: 0px;
  }
  50% {
    max-width: 180px;
    right: 0;
  }
}

@keyframes particleAnimation3 {
  0%, 100% {
    max-width: 500px;
    right: 0px;
  }
  50% {
    max-width: 250px;
    right: 0;
  }
}


@media (max-width: 640px)  {
  
  @keyframes particleAnimation {
    0%, 100% {
      max-width: 300px;
      left: 0px;
    }
    50% {
      max-width: 200px;
      left: 40px;
    }
  }

  @keyframes benefit_Particle {
    0%, 100% {
      max-width: 350px;
      right: 0px;
    }
    50% {
      max-width: 200px;
      right: 100px;
    }
  }

}


.product_detailwrapper .content h2 span {
  color: #3996B4;
}


.terms_page .terms_wrapper {
  padding: 75px 0  ;
}


.terms_page .terms_wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  color: #363737;
  margin: 0 0 20px 0;
}

.terms_page .terms_wrapper p {
  color: #363737;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
  margin-bottom: 0;
}

.terms_page .terms_wrapper ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}

.content_area {
  padding: 25px 0;
}

.terms_page .terms_wrapper ul li {
  color: #363737;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  list-style: decimal;
}

.terms_page .terms_wrapper a {
  text-decoration: none;
  color: #3996B4;
  font-size: 16px;
  font-weight: 400;
}

.terms_page .terms_wrapper a:hover {
  color: #3996B4;
  text-decoration: underline;
}

@media (max-width: 640px)  {
  .terms_page .terms_wrapper h2 {
    font-size: 18px;
  }
  .terms_page .terms_wrapper {
    padding: 35px 0 ;
  }
  
}


.switch_optionwrapper .language.active {
  color: #3996B4 !important;
}

.rotate-180 {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.menu_mobile ul li a:hover {
  color: #3996B4;
}


.menu_mobile ul li a {
  position: relative;
}

.menu_mobile ul li a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background: #3996B4;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu_mobile ul li a:hover:after {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}


.menu_mobile ul li a:hover svg path {
  stroke: #3996B4;
}

.bg-gray-900\/50.dark\:bg-gray-900\/80.fixed.inset-0.z-30 {
  z-index: 60;
}

.news_detailBanner h6 {
  font-size: 16px;
  font-weight: 400;
  color: #3996B4;
  margin-bottom: 4px;
}

.news_detailBanner h2 {
  font-size: 28px; 
  font-weight: 500;
  color: #0D0D0D;
  max-width: 800px;
  width: 100%;
  margin-bottom: 40px;
  line-height: 36px;
}

.news_detailBanner .imge_wrapper img {
  height: 100%;
  aspect-ratio: 1200/490;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.news_detailBanner p {
  color: #363737;
  font-size: 16px; 
  font-weight: 300;
  margin-top: 15px;
}

.news_detailBanner h3 {
  color: #363737;
  font-size: 24px; 
  font-weight: 500;
  margin-top: 40px;
}

.news_detailBanner ul {
  padding-left: 20px;
  margin: 20px 0;
}

.news_detailBanner ul li {
  color: #363737;
  font-size: 16px; 
  font-weight: 300;
  margin-top: 3px;
  list-style: decimal;
}


@media (max-width: 640px) {
  .news_detailBanner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .news_detailBanner .imge_wrapper img  {
    aspect-ratio: 343/200;
  }

}




/* For when the video thumbnail is active */
.video-thumbnail.hide_thumb {
  opacity: 0; /* Hide the thumbnail when the iframe is shown */
  display: none;
  transition: opacity 0.3s ease;
}

/* For when the iframe wrapper is active */
.iframe_wrapper.show_video {
  display: block; /* Show iframe when active */
  transition: display 0.3s ease;
}

.spectification_wrapper ul li:hover .icon img {
  filter: invert(1) brightness(140%) contrast(270%);
}

header {
  transition: .3s ease-in-out;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  visibility: visible;
  -o-transition: .3s ease-in-out;
}

/* header.transparent_header {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
} */


.main_title h2 span, .content  h3 span, .title h2 span, .title h3 span, .home_banner_description span, .main_title h3 span {
  color: #3996B4;
}

.country-select {
  padding-right: 20px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.iframe_wrapper  {
  cursor: pointer;
}

.careerdetails_wrapper {
  padding: 60px 0 80px 0;
}

.careerdetails_wrapper .content {
  margin-top: 40px;
}

.careerdetails_wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  color: #363737;
  margin-top: 20px;
}
.careerdetails_wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #363737;
  margin-top: 20px;
}

.careerdetails_wrapper ul {
  padding-left: 20px;
  margin-top: 20px;
}

.careerdetails_wrapper ul li {
  font-size: 16px;
  font-weight: 400;
  color: #363737;
  margin-top: 3px;
  list-style: disc;
}

/* .loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #ECFAFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.svg-container {
  animation: bounce 1.5s infinite ease-in-out;
  width: 100px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
} */


.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #ecfaff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.svg-container {
  width: 100px;
  animation: bounce 1.5s infinite ease-in-out;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Final animation state after load */
.loader-wrapper.fade-out {
  opacity: 0;
  pointer-events: none;
}

.svg-container.scale-up {
  transform: scale(5);
  opacity: 0;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
}

@media (max-width: 640px)  {
  .news_detailBanner h2 {
   font-size: 22px;
  }
  .news_detailBanner img {
   aspect-ratio: 343/200 !important;
   padding-bottom: 0;
  }

  input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.phone {
    padding-left: 105px !important;
    max-width: 100% !important;
  }

  .home_page .particle_image {
    max-width: 240px !important;
  }

  .language_switch {
    bottom: 70px !important;
  }

  .news_detailBanner .imge_wrapper {
   margin: 20px 0;
  }

  .careerdetails_wrapper h3 {
    font-size: 18px;
  }

  .news_detailBanner h3 {
   font-size: 22px;
   margin-top: 60px;
  }

  .careerdetails_wrapper {
   padding: 20px 0 60px 0;
  }

  .form_wrapper input {
    font-size: 16px !important;
  }
  .form_wrapper select {
    font-size: 16px !important;
  }
  .form_wrapper label {
    font-size: 16px !important;
  }

}

@media (max-width: 1024px) {
  .form_wrapper .multi_wrapper .input_group select {
    padding-left: 0 !important;
  }
  .partner_tabwrapper {
    display: none !important;
  }
}

/* pharmacovigilance */

.pharmacovigilance_banner .progress_headwrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin-top: 26px;
}

.pharmacovigilance_banner .progress_headwrapper  .location_box {
  padding: 5px 16px;
  background-color: #565656;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.pharmacovigilance_banner .progress_headwrapper .completed_status {
  padding: 6.5px 18px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  background-color: #3996B4;
}

.progress_bar {
  margin-top: 24px;
}

.progress_bar ul {
  display: flex;
  justify-content: start;
  align-items: start;
}

.progress_bar .dot_wrapper {
  position: relative;
}

.progress_bar ul li:last-child .dot_wrapper:after {
  display: none;
}



.progress_bar .dot_wrapper:after {
  width: 100%;
  height: 2px;
  background-color: #92BFD0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.progress_bar ul li {
  /* width: calc(100% / 5 ); */
  width: 100%;
}

.progress_bar ul li h6 {
  font-size: 14px;
  font-weight: 400;
  color: #363737;
}

.progress_bar ul li h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.progress_bar ul li .dot {
  width: 30px;
  height: 30px;
  border: 1px solid #92BFD0;
  border-radius: 100%;
  background-color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 9px 0 12px 0;
  position: relative;
  z-index: 9;
}

.progress_bar ul li .dot .inear_dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #92BFD0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.progress_bar ul li.active .dot {
  border: none;
}

.progress_bar ul li.active h5 {
  color: #3996B4;
}

.progress_bar ul li.active .dot .inear_dot  {
  background-color: #3996B4;
  width: 22px;
  height: 22px;
}

.progress_bar ul li:last-child {
  width: fit-content !important;
}

@media (max-width: 1024px) {
  .progress_bar ul li h5 {
    font-size: 12px;
  }
  .progress_bar ul li h6 {
    font-size: 12px;
  } 
  .progress_bar ul li .dot {
    width: 20px;
    height: 20px;
  }
  .progress_bar ul li .dot .inear_dot {
    width: 12px;
    height: 12px;
  }
  .progress_bar ul li.active .dot .inear_dot {
    width: 12px;
    height: 12px;
  }

  .single_box .form_wrapper .patient_agedetails select {
    width: calc(100% / 2 - 12px) !important;
  }

}

@media (max-width: 640px)  {
  .pharmacovigilance_banner .progress_headwrapper .location_box {
    font-size: 14px;
  }
  .pharmacovigilance_banner .progress_headwrapper .completed_status {
    font-size: 14px;
  }
  .pharmacovigilance_banner .progress_headwrapper .completed_status {
    background-color: white;
    color: #363737;
  }
}

.pharmacovigilance_contentwrapper .single_box {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-top: 40px;
}

.pharmacovigilance_contentwrapper .single_box h2 {
  font-size: 26px;
  font-weight: 600;
  color: #363737;
  text-decoration: underline;
  text-align: center;
}

.pharmacovigilance_contentwrapper .single_box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #363737;
  margin-top: 15px;
}

.pharmacovigilance_contentwrapper .single_box p {
  font-size: 14px;
  font-weight: 400;
  color: #363737;
  margin-top: 10px;
}

.single_box {
  max-width: 945px;
  width: 100%;
  margin: auto;
}

.single_box .form_wrapper .input_group {
  flex-direction: column;
  gap: 13px;
  padding: 13px 0;
}

.single_box .form_wrapper .input_group select {
  padding-left: 0;
}

.single_box .form_wrapper .multi_wrapper {
  padding-bottom: 15px;
  margin-top:15px;
}


.single_box .form_wrapper .patient_agedetails {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 24px;
}

.single_box .form_wrapper .patient_agedetails select {
  width: calc(100% / 2 - 24px);
}


.single_box .form_wrapper .radio_wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 30px;
  flex-wrap: wrap;
}

.single_box .form_wrapper .radio_wrapper .single_item {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12px;
}

.single_box .form_wrapper .radio_wrapper .single_item h6 {
  font-size: 16px;
  font-weight: 400;
  color: #363737;
}

.single_box .form_wrapper .radio_wrapper .single_item input {
 color: #3996B4;
 border: 1px solid #808080;
 cursor: pointer;
 width: 20px;
 height: 20px;
}

.single_box .form_wrapper  .radio_multiwrapper .input_group {
  border: none;
}

.single_box .form_wrapper .single_itemwrapper  p {
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  color: #55565A;
  margin-top: 12px;
  margin-bottom: 5px;
}



.single_box .form_wrapper .single_itemwrapper .input_group {
  width: 100% !important;
}

.single_box .form_wrapper .last_inputitem .input_group {
  padding-bottom: 0;
}

.single_box .form_wrapper .last_inputitem  {
  padding-bottom: 0;
}

.next_prevWrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  max-width: 940px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

.next_prevWrapper button {
  cursor: pointer;
}

.next_prevWrapper .cancel {
  font-size: 16px;
  font-weight: 600;
  border: none;
  background-color: none;
  color: #3996B4;
  text-decoration: underline;
}

.back_nextwrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.back_nextwrapper .back_btn {
  padding: 13px 70px;
  font-weight: 600;
  font-size: 16px;
  color: #7D7D7D;
  border: 1px solid #7D7D7D;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}



.back_nextwrapper .next_btn {
  padding: 13px 70px;
  font-weight: 600;
  font-size: 16px;
  background-color: #3996B4;
  color: white;
  border: 1px solid #3996B4;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}


@media (max-width: 640px)  {
  .next_prevWrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .quick_links  {
    border-right: 0 !important;
  }

  .back_nextwrapper .next_btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .back_nextwrapper .back_btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .back_nextwrapper button {
    max-width: 165px;
    width: 100%;
  }

  .back_nextwrapper  {
    gap: 13px;
    width: 100%;
  }

  .next_prevWrapper .cancel {
    display: flex;
    width: 100%;
    justify-content: start;
  }
/* 
  .single_box {
    padding: 60px 0 40px 0 !important;
    border: none !important;
    border-bottom: 1px solid #D6D6D6 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.single_box {
  margin-top: 0 !important;
} */

.pharmacovigilance_contentwrapper .single_box {
  padding: 20px !important;
}

.pharmacovigilance_contentwrapper .single_box h2 {
  font-size: 22px;
  font-weight: 500;
}

.pharmacovigilance_contentwrapper .single_box h4 {
  color: #55565A;
  font-weight: 500;
}

.pharmacovigilance_contentwrapper .single_box p {
  font-size: 16px;
}

.single_box .form_wrapper .multi_wrapper {
  margin-bottom: 0;
}

.Pregnancy_wrapper .radio_wrapper {
  flex-direction: column;
  gap: 15px !important;
}
}

.pipeline_banner:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.404);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form_wrapper .multi_wrapper .input_group {
  width: calc(100% / 2 - 20px);
  padding: 24px 0;
  display: flex;
  justify-content: start;
  align-items: start;
  /* gap: 40px; */
  align-self: stretch;
  border-bottom: 1px solid #B7B7B7;
}

.form_wrapper .multi_wrapper .input_group label {
  font-size: 18px; 
  font-weight: 500;
  color: #363737;
  min-width: 150px;
}

.form_wrapper .multi_wrapper .input_group label span {
  color: red;
}

.form_wrapper .tripleField_wrapper .input_group label span {
  color: red;
}

.form_wrapper .tripleField_wrapper .input_group input {
  border: none;
  padding: 0;
  color: #363737;
  font-size: 18px; 
  font-weight: 400;
}

.form_wrapper .tripleField_wrapper .input_group input {
  outline: none;
  border: none;
  width: 100%;
  box-shadow: none;
}

.form_wrapper .tripleField_wrapper .input_group select {
  outline: none;
  border: none;
  box-shadow: none;
  width: 100%;
}

.form_wrapper .tripleField_wrapper .input_group select {
  border: none;
  color: #363737;
  font-size: 18px; 
  min-width: 75px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
} 

.number_wrapper  {
  width: 100%;
  display: flex;
}

.number_wrapper input {
  max-width: calc(100% - 90px);
  width: 100%;
}

.form_wrapper .tripleField_wrapper .input_group select::placeholder {
  color: #959595;
}

.form_wrapper .multi_wrapper .input_group input {
  border: none;
  padding: 0;
  color: #363737;
  font-size: 18px; 
  font-weight: 400;
}
.form_wrapper .multi_wrapper .input_group select {
  border: none;
  color: #363737;
  font-size: 18px; 
  min-width: 75px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}

.form_wrapper .multi_wrapper .input_group select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.form_wrapper  .single_field .input_group {
  width: 100% !important;
}

.form_wrapper  .single_field textarea {
  border: none;
  padding: 0;
  color: #363737;
  font-size: 18px; 
  width: 100%;
  font-weight: 400;
  min-height: 54px;
}

.form_wrapper  .single_field textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}



/* .form_wrapper .multi_wrapper .input_group select:not([size]) {

} */

.form_wrapper .multi_wrapper .input_group input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.form_wrapper .multi_wrapper .input_group input::placeholder {
  color: #959595;
}

.about_page .mission_box ul { margin: 15px 0px 0 15px; }
.about_page .mission_box ul li {list-style-type: disc; padding-top: 10px;}



ul.sub-menu {
  position: absolute;
  background: transparent;
  width: 100%;
  left: 0;
  height: auto;
  top: 0;
  max-width: 800px;
  width: 100%;
  padding: 10px 0 100px 0;
  display: flex;
  justify-content: start;
  padding: 120px 0 100px 0;
  gap: 50px !important;
  flex-direction: column;
  align-items: start;
  opacity: 0;
  transition: .3s ease-in-out;
  pointer-events: none;
}

/* .menu_itemwrapper  ul .menu-item:hover ul.sub-menu  {
  display: block;
} */

.menu_itemwrapper  ul .menu-item {
  padding: 20px 0;
}


#menu-first-primary-menu {
  position: relative;
}

ul.sub-menu li {
  max-width: 384px;
  width: 100%;
  padding: 0 !important;
  margin-inline: auto;
}


@media (max-width: 1280px) {
  ul.sub-menu li {
    max-width: 500px;
  }
}


.menu_itemwrapper ul li a {
  position: relative;
  z-index: 68;
}

.menu_itemwrapper ul li {
  cursor: pointer;
}

.menu_itemwrapper ul li:hover a {
  color: #317b94;
}

ul.sub-menu li a {
  color: #000000 !important;
}

ul.sub-menu li a:hover {
  color: #317b94 !important;
}



.logo {
  position: relative;
  z-index: 68;
}


.shadow_wrapper {
  background-color: white;
  max-width: 60%;
  width: 100%;
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.shadow_wrapper.shaded {
  height: 70vh;
  transition: .3s ease-in-out;
}

.visible_menu {
  opacity: 1 !important;
  transition: .3s ease-in-out;
  pointer-events: all !important;
}


body.backdrop {
  background-color: rgba(0, 0, 0, 0.3); 
  position: relative !important;
  z-index: 999 !important;
  transition: background-color 0.3s ease; 
}

.responsibility_wrapper  .banner {
  margin-block: auto;
}


#menu-mobile-menu li a {
  color: #363737;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .menu-item-has-children a {
    position: relative;
  }
  
  .menu-item-has-children a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%237D7D7D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px; /* optional spacing */
      position: absolute;
      right: -20px;
      bottom: 5px;
      transition: transform 0.3s ease;
  }
  
  .menu-item-has-children  ul.sub-menu li a:before {
    display: none !important;
  }
  
  .menu-item-has-children a:hover{
    color: #317b94 !important;
  }
}


.mobile_teamslider  .swiper-slide {
  height: auto !important;
  align-self: stretch;
}

.facility_box  p {
  margin-top: 15px;
}

.wrapper  input {
  border-left: 0;
  border-right: 0;
}

.input_wrapper   input {
  border-left: 0;
  border-right: 0;
}


.menu_itemwrapper ul li a {
  font-size: 16px;
  font-weight: 700;
  color: black;
  transition: color 0.5s ease-in-out;
}


.menu_itemwrapper ul li a:hover {
  color: #3996B4;
}

.search_items  .item {
  cursor: pointer;
}

.media_wrapper ul li:hover img {
  scale: 1.2;
}


.follow_links  ul li:hover img {
  scale: 1.2;
}

.multi_wrapper.single_field .input_group span {
  width: 100%;
}

main {
  padding-top: 96px;
}

@media (max-width: 1024px) {
  main {
      padding-top: 77px;
  }

  #menu-mobile-menu .menu-item  {
    text-align: center;
  }

  ul.sub-menu {
      position: relative !important;
      opacity: 1 !important;
      padding: 15px 0 0 0;
      gap: 10px !important;
      display: none;
      pointer-events: all !important;
  }

  ul.sub-menu.active {
      display: flex !important;
  }

  .menu-item-has-children.active a:before {
      rotate: 180deg;
     
  }

  .menu-item-has-children a:hover:before {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%233996B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  

  



  ul.sub-menu li {
      text-align: center;
  }
  ul.sub-menu li a {
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #363737 !important;

  }
}


/* @media (max-width: 640px) {
  main {
      padding-top: 60px;
  }
} */

.product_detailwrapper  p {
  font-size: 14px;
  color: #363737;
  font-weight: 400;
  margin-top: 20px;
}


.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Adjust opacity if needed */
  z-index: 65; /* Should be behind the menu */
  display: none;
}

.menu-overlay.active {
  display: block;
}

.filter_keywords ul li {
  align-self: stretch;
}

.filter_keywords ul li .product_box {
  height: 100%;
}

.chairman_speaks p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.about_page .mission_wrapper ul li:nth-last-child(-n+2) {
  border-bottom: none !important;
}

@media (max-width: 640px) {
  .main_footer .quick_links .menu {
    padding-left: 20px;
  }

  .contact_links p {
    padding-left: 20px;
  }

  .contact_links .link_wrapper  {
    padding-left: 20px;
  }
  .contact_links .media_wrapper  {
    padding-left: 20px;
  }
}

.terms_btnwrapper label a:hover {
  color: #317b94;
}

.contact_infoWrapper .single_info  a:hover {
  color: #317b94;
}

.follow_links  ul li {
  cursor: pointer;
}
.patientFormBox input, .patientFormBox select, .patientFormBox .radio_wrapper radio+span {font-size: 16px !important;}
.select-position select { padding-right: 9rem !important; }
.careers_form #medium-modal {margin-top: 3rem;}
.announcementBox {background-color: #FFFFFF;}
.purpose_supplement p {padding-bottom: 1rem;}
/* Adjust the scroll position to avoid being hidden under a fixed header */
.scroll-target {
  scroll-margin-top: 80px; /* adjust based on your header height */
}




.pharma_listwrapper .single_box .img_wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(57, 150, 180, 0) 63.52%, #3996B4 100%);
  opacity: 0;
}

.pharma_listwrapper .single_box:hover .img_wrapper:after {
  opacity: 1;
}