@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
#theraputic-category-single .category-section .product-section .list-group {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 65px;
  max-height: calc(100vh - 86px);
  overflow: auto;
}

.scrollbar-mini::-webkit-scrollbar {
  width: 5px;
}

.scrollbar-mini::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

.scrollbar-mini::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fafafa;
}

.text-primary {
  color: #363fa1 !important;
}

.text-justify {
  text-align: justify;
}

#publication-banner .publication-heading {
  position: relative;
}

.books-container {
  right: 230px;
  top: 0;
  position: absolute;
  z-index: 100;
}

.books {
  position: relative;
  perspective: 600px;
}

.book {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 150px;
  margin: 0 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.9);
  transition: transform 0.5s ease-in-out;
}

.book img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.books:hover .book {
  /*transform: translateY(0);*/
}

.book:nth-child(1) {
  z-index: 3;
  transform: rotate3d(1, 0, 1, 45deg);
  top: 7px;
  left: -31px;
}

.book:nth-child(2) {
  z-index: 2;
  transform: rotate3d(1, 0, 1, 45deg);
  left: 11px;
  top: 3px;
}

* {
  margin: 0;
  padding: 0;
}

.wp-post-image {
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

@media (min-width: 600px) {
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}
h1, h2 {
  margin-bottom: 0;
}

.display-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 39.06px;
  font-weight: 700;
}

.heading-1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.5rem;
}

.heading-2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.5rem;
}

.text-primary {
  color: #363fa1 !important;
}

h3.sub-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  color: rgba(128, 128, 128, 0.7);
}

p {
  font-family: "Open Sans", sans-serif !important;
}

.small-heading {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12.8px;
  font-weight: 600;
}

a {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-decoration: none;
  line-height: 1.5;
}

a:hover {
  color: #363fa1;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .heading-1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .heading-2 {
    line-height: 1.5;
  }
  .sub-heading {
    line-height: 1.5;
  }
}
#page-loading {
  background-color: #fafafa;
  position: fixed;
  top: 0;
  top: 0;
  min-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 999999;
  overflow-y: hidden;
}
#page-loading .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-loading .loading-icon svg path {
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader-inner {
  0% {
    fill: #80818b;
  }
  15% {
    fill: #80818b;
  }
  25% {
    fill: #54598b;
  }
  50% {
    fill: #363fa1;
  }
  75% {
    fill: #54598b;
  }
  90% {
    fill: #80818b;
  }
  100% {
    fill: #80818b;
  }
}

.breadcrumb {
  text-align: left;
  margin-bottom: 0px;
}
.breadcrumb .container {
  padding: 0;
}
.breadcrumb ul {
  list-style: none;
  padding: 6px 12px;
  margin-bottom: 0px;
  margin-left: 0px !important;
}
.breadcrumb ul li {
  display: inline;
  margin: 0 0.2rem;
  font-size: 14px;
  text-transform: capitalize;
}
.breadcrumb ul li a {
  color: #363fa1;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.breadcrumb ul li:first-child {
  margin: 0;
}
.breadcrumb ul li::after {
  margin: 0 0.8rem;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.5rem;
  position: relative;
  top: -2%;
  left: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 0.5rem;
}
.breadcrumb ul li:last-child::after {
  content: "";
  border: 0;
  display: none;
}

.pagination .page-numbers {
  padding: 0.5rem 1rem;
  border: 1px solid #eee;
}

.wp-pagenavi {
  padding: 32px 0px 128px;
  text-align: end;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
  background: #363fa1;
  color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 10px;
  border: none;
  margin: 0px !important;
}

.currnet, .previouspostslink, .larger, .nextpostslink {
  border: 1px solid #DEE2E6 !important;
}

.smaller, .previouspostslink, .larger, .nextpostslink {
  color: #363fa1;
}

.more-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  text-decoration: none !important;
}
.more-info a .fa-circle-arrow-right {
  padding-left: 8px;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 99999 !important;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-family: "dashicons";
  font-size: 40px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 30px;
}
.slick-slider .slick-prev {
  left: -40px;
}
.slick-slider .slick-prev::before {
  content: "\f341";
}
.slick-slider .slick-next {
  right: -40px;
}
.slick-slider .slick-next::before {
  content: "\f345";
}

#hero-section-slider {
  position: relative;
}
#hero-section-slider div {
  height: auto;
}
#hero-section-slider div img {
  width: 100%;
  height: auto;
}
#hero-section-slider .slick-prev,
#hero-section-slider .slick-next {
  z-index: 99999 !important;
}
#hero-section-slider .slick-prev::before,
#hero-section-slider .slick-next::before {
  font-family: "dashicons";
  font-size: 40px;
}
#hero-section-slider .slick-prev,
#hero-section-slider .slick-next {
  width: 30px;
  opacity: 0.5;
}
#hero-section-slider .slick-prev:hover,
#hero-section-slider .slick-next:hover {
  opacity: 1;
}
#hero-section-slider .slick-prev {
  left: 40px;
}
#hero-section-slider .slick-prev::before {
  content: "\f341";
}
#hero-section-slider .slick-next {
  right: 40px;
}
#hero-section-slider .slick-next::before {
  content: "\f345";
}

@media (max-width: 600px) {
  #hero-section-slider div {
    height: auto;
  }
  #hero-section-slider div img {
    position: static;
    top: 0;
    transform: translateY(0%);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#nopadding-top {
  padding-top: 0;
  overflow-x: hidden;
  background: url("../img/world-map-fifa.png") no-repeat center;
  background-attachment: fixed;
}

#page-banner {
  text-align: center;
  width: auto;
  overflow: hidden;
}

#form-section {
  padding: 128px 128px;
}
#form-section .container .form-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#form-section .container .imp {
  color: red;
}
#form-section .container .display-heading {
  color: #393f86;
}
#form-section .container .sub-heading {
  color: #333333;
  padding: 0px 0px 12px;
}
#form-section .container .form-block {
  padding: 24px 0px 0px 0px;
  margin: 0px;
}
#form-section .container .form-group {
  padding: 0px !important;
}
#form-section .container .section-form {
  padding: 0px 0px 24px 0px;
}
#form-section .container .section-form label {
  margin-bottom: 0px;
  padding-bottom: 3px;
}
#form-section .container .main-head,
#form-section .container .sub-head {
  padding: 0px 0px 12px;
}
#form-section .container hr {
  margin: 0px;
}

#country-selection {
  padding: 24px 0;
  font-size: 14px;
}
#country-selection .country-head {
  text-align: center;
  color: #393f86 !important;
  padding: 0px 0px 12px;
}
#country-selection .grouping {
  padding: 0px 0px 12px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
  margin-left: 20px;
}
#country-selection .country-flags .first-group-flag,
#country-selection .country-flags .second-gropu-flag {
  padding: 24px 0px;
}
#country-selection .form-check {
  padding: 10px;
  margin-bottom: 0px;
}
#country-selection .flags-img {
  width: 15%;
  height: auto;
  margin-left: 10px;
}
#country-selection .flags-img img {
  border-radius: 0%;
}
#country-selection .form-check-input {
  margin-left: -10px;
}

#selectCountry {
  padding: 64px 0;
}
#selectCountry h3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #393f86 !important;
}
#selectCountry .dropdown {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
#selectCountry .dropdown-menu {
  max-height: 240px;
}

#terms-conditions {
  margin-top: 24px;
}
#terms-conditions .terms {
  background: #fafafa;
  border: 1px solid #ced4da;
  border-radius: 8px;
  margin: 0px;
  padding: 24px;
}
#terms-conditions .terms .term-content {
  margin: 0px !important;
  padding-left: 17px !important;
  line-height: 32px;
}
#terms-conditions .imp {
  color: red;
}
#terms-conditions .check-block {
  padding: 12px 12px 24px !important;
  margin: 0px 0px 0px 15px;
}
#terms-conditions hr {
  margin: 0px;
}

.submit-btn .sub {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.457143px;
  border-radius: 8px;
  background-color: #393f86;
  color: #fafafa;
  border: none;
  padding: 12px;
}

#footerFIFA {
  background: #393f86;
  padding: 0px 113px;
}
#footerFIFA .container .row {
  padding: 64px 0px;
}
#footerFIFA .container .row .company-name {
  color: #fafafa;
}
#footerFIFA .container .row .company {
  display: flex;
  align-items: center;
  padding: 0px 0px 6px;
}
#footerFIFA .container .row .company-contact {
  padding-top: 16px;
}
#footerFIFA .container .row .company-contact .location-1,
#footerFIFA .container .row .company-contact .location-2,
#footerFIFA .container .row .company-contact .location-3 {
  display: flex;
}
#footerFIFA .container .row .company-contact .location-1 p,
#footerFIFA .container .row .company-contact .location-2 p,
#footerFIFA .container .row .company-contact .location-3 p {
  margin-bottom: 0px;
  padding-left: 10px;
  color: #fafafa;
}
#footerFIFA .container .row .company-contact .loc-2 {
  padding-left: 10px;
  gap: 6px;
}
#footerFIFA .container .row .company-contact .location-1,
#footerFIFA .container .row .company-contact .location-2 {
  padding-bottom: 16px;
}
#footerFIFA .container .row .company-contact .location-3 {
  margin-left: -5px;
}
#footerFIFA .container .row .service-head {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
}
#footerFIFA .container .row .service-heading {
  font-weight: 600;
  font-size: 31.25px;
  line-height: 55px;
  color: #ffffff;
  padding: 0px 0px 43px;
}
#footerFIFA .container .row .copyright p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  color: #ffffff;
}
#footerFIFA .container .row .service {
  text-align: end;
}

.modal-body {
  text-align: center;
}
.modal-body p B {
  color: #dc3545;
}

.footer-icon {
  max-height: auto !important;
}

.banner-absolute {
  z-index: -1;
}
.banner-absolute img {
  width: 100%;
}

#new-form-section {
  margin-top: -38vh;
  z-index: 999;
}
#new-form-section .groups-carousel {
  padding: 48px 24px 48px 48px;
}
#new-form-section .groups-carousel h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  padding-bottom: 12px;
}
#new-form-section .groups-carousel .team-groups {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
#new-form-section .groups-carousel .team-groups .group-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}
#new-form-section .groups-carousel .team-groups .group-card h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
#new-form-section .groups-carousel .team-groups .group-card .team-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}
#new-form-section .groups-carousel .team-groups .group-card .team-lists .team-item {
  width: 100%;
  display: flex;
  padding: 8px 0;
  gap: 8px;
  border-bottom: 1px solid #eeeeee;
}
#new-form-section .groups-carousel .team-groups .group-card .team-lists .team-item .team-flag {
  border-radius: 2px;
  overflow: hidden;
  min-width: 42px;
}
#new-form-section .groups-carousel .team-groups .group-card .team-lists .team-item .team-flag img {
  width: 100%;
}
#new-form-section .main-form {
  padding: 64px 0px;
  font-family: "Open Sans", sans-serif;
}
#new-form-section .main-form .main-head {
  padding-bottom: 24px;
}
#new-form-section .main-form .sub-head .sub-heading {
  padding: 12px 0;
}
#new-form-section .main-form .input-boxes {
  padding-top: 24px;
}
#new-form-section .main-form .input-boxes .form-group .section-form {
  --bs-gutter-x: 0.75rem;
  padding-bottom: 24px;
}
#new-form-section .main-form .input-boxes .form-group .section-form label {
  font-size: 15px;
}
#new-form-section .main-form .input-boxes .form-group .section-form .form-control {
  border-radius: 8px;
  background-color: transparent;
}
#new-form-section .main-form .input-boxes .form-group .section-form .form-control:focus {
  border: 2px solid rgba(54, 63, 161, 0.8);
  box-shadow: 0 0 0 0.25rem rgba(54, 63, 161, 0.1);
}
#new-form-section .main-form .selectpickerSection {
  padding: 64px 0;
}
#new-form-section .main-form .selectpickerSection .form-label {
  font-weight: 600;
  color: #363fa1;
  font-size: 18px;
}
#new-form-section .main-form .selectpickerSection .bootstrap-select {
  width: 100%;
}
#new-form-section .main-form .selectpickerSection .bootstrap-select button.btn.dropdown-toggle {
  border: 1px solid #ced4da;
  background-color: #ffffff;
  border-radius: 8px;
}
#new-form-section .main-form .selectpickerSection .bootstrap-select .dropdown-toggle:focus {
  outline-color: rgba(54, 63, 161, 0.8) !important;
}
#new-form-section .main-form .terms-conditions {
  padding-bottom: 12px;
}
#new-form-section .main-form .terms-conditions .accordion-item {
  border: none;
  padding-bottom: 12px;
  background: transparent;
}
#new-form-section .main-form .terms-conditions .accordion-item h6 {
  padding: 12px 0;
  border-bottom: 1px solid #666666;
}
#new-form-section .main-form .terms-conditions .accordion-item h6 .accordion-button {
  padding: 0;
  background-color: transparent;
  color: #222222;
  border: 0;
  box-shadow: none;
  font-weight: 600;
}
#new-form-section .main-form .terms-conditions .accordion-item #collapseOne .accordion-body {
  font-size: 14px;
  line-height: 34px;
}
#new-form-section .main-form .terms-conditions .accordion-item #collapseOne .accordion-body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#new-form-section .main-form .terms-conditions .accordion-item #collapseOne .accordion-body ol li span {
  padding-right: 6px;
}
#new-form-section .main-form .terms-conditions .form-check {
  font-size: 14px;
  font-weight: 600;
}
#new-form-section .main-form .submit-section {
  padding-top: 0;
}

#carousel {
  padding-bottom: 128px;
}
#carousel h4 {
  color: #363fa1;
  font-style: italic;
  padding-bottom: 16px;
}
#carousel .brand-label img {
  width: 100%;
}
#carousel .slick-slide {
  margin: 0px 12px 0 0;
  border-radius: 8px;
  overflow: hidden;
  max-width: 260px;
  max-height: 150px;
}
#carousel .slick-dots {
  bottom: -48px;
}

.fifa2022-footer .company img {
  margin-left: -12px;
}

#navigation {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
#navigation .backdrop-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  min-width: 100vw;
  min-height: 100vh;
  z-index: 99999;
  position: fixed;
  top: 0;
  display: none;
  overflow: hidden;
}
#navigation .navbar {
  padding: 0px;
}
#navigation .navbar .search a {
  color: #363fa1;
}
#navigation .social-icon .facebook a, #navigation .social-icon .linkedin a {
  color: #fff;
  font-size: 14px;
}
#navigation .social-icon .facebook .fa-square-facebook, #navigation .social-icon .linkedin .fa-square-facebook {
  padding-left: 5px;
}
#navigation .social-icon .facebook .fa-linkedin, #navigation .social-icon .linkedin .fa-linkedin {
  padding-left: 10px;
}

.header-stick {
  top: -25px !important;
  transition: all 0.5s ease out;
}

.navbar {
  padding: 0px;
}
.navbar .search a {
  color: #fff;
}

header {
  font-family: "Plus Jakarta Sans", sans-serif;
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0px 32px;
  font-size: 12px;
  font-weight: 400;
}

header .logo {
  font-weight: bolder;
  font-size: 25px;
  color: #333;
}

header .navbar .current-menu-item a,
header .navbar .current-menu-ancestor a {
  color: #363fa1;
  padding-bottom: 14px;
  font-weight: 700;
}
header .navbar .current-menu-item .sub-menu a,
header .navbar .current-menu-ancestor .sub-menu a {
  color: #555;
  font-weight: 500;
}
header .navbar .current-menu-item .sub-menu a:hover,
header .navbar .current-menu-ancestor .sub-menu a:hover {
  color: #363fa1;
}
header .navbar .current-menu-item .current-menu-item a,
header .navbar .current-menu-ancestor .current-menu-item a {
  color: #363fa1;
}
header .navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding-left: 0;
  justify-content: space-between;
}
header .navbar ul li {
  position: relative;
  cursor: pointer;
}
header .navbar ul li a {
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 1rem;
}
header .navbar ul li a .dashicons {
  font-size: 1rem;
  height: 100%;
}
header .navbar ul li a:hover {
  color: #363fa1;
}
header .navbar ul li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 240px;
  background-color: #fff;
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-left: 0px;
}
header .navbar ul li ul.sub-menu li {
  border-bottom: 1px solid rgba(206, 212, 218, 0.1);
}
header .navbar ul li ul.sub-menu li a {
  padding: 12px 16px;
  color: #555;
}
header .navbar ul li ul.sub-menu li ul.sub-menu {
  left: 240px;
  top: 0;
}
header .navbar ul li ul.sub-menu li:hover {
  background-color: rgba(54, 63, 161, 0.08);
}
header .navbar ul li ul.sub-menu li:hover a:hover {
  color: #363fa1;
}
header .navbar ul li:hover {
  border-bottom: 2px solid #363fa1;
}
header .navbar ul li:hover a {
  padding-bottom: 14px;
}

header .navbar ul li:hover > ul,
header .navbar ul li:focus-within > ul {
  display: initial;
  padding-left: 0px;
}

.open-icon {
  display: none;
}

.copy {
  display: none;
}

.buttons .search-global .fa-magnifying-glass:hover {
  color: #363fa1;
  cursor: pointer;
}
.buttons .logo,
.buttons #menu-bar-close {
  display: none;
}

/* top nav */
.top-nav {
  display: flex;
  justify-content: space-between;
  background-color: #363fa1;
  padding: 4px 32px;
  font-size: 12.8px;
}

.contact-details,
.mail,
.contact,
.social-icon {
  display: flex;
}

.mail {
  padding-left: 12px;
}

.gmail,
.phone-number {
  padding-left: 6px;
  color: #fff;
}
.gmail span:hover,
.phone-number span:hover {
  text-decoration: underline;
}

.facebook,
.insta,
.phone,
.mail {
  color: #fff;
}

.phone-number p,
.gmail p {
  margin-bottom: 0px !important;
}
.phone-number p span:hover,
.gmail p span:hover {
  text-decoration: underline;
}

.insta {
  padding-left: 30px;
}

.to-top {
  position: fixed;
  right: 65px;
  bottom: 4px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #363FA1;
  padding: 20px;
  width: 32px;
  height: 32px;
  z-index: 999;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
}
.to-top .fa-arrow-up {
  color: #fff !important;
}

#top-button {
  display: inline-block;
  background-color: rgba(54, 63, 161, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#top-button:hover {
  cursor: pointer;
  background-color: #363fa1;
}

#top-button:active {
  background-color: #363fa1;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 600px) {
  #button {
    margin: 30px;
  }
}
@media (max-width: 600px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .freeze {
    max-height: 100vh;
    overflow: hidden;
  }
  .backdrop-overlay-100 {
    display: inline-block !important;
  }
  header {
    padding: 16px;
  }
  .open-icon {
    display: initial !important;
  }
  header .navbar {
    background-color: #fafafa;
    position: fixed;
    top: 0;
    right: -90%;
    text-align: center;
    min-width: 90%;
    max-width: 90%;
    display: flex;
    flex-direction: column-reverse;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: scroll !important;
    z-index: 999999;
    justify-content: flex-end;
    align-items: flex-start;
    transition: right 0.5s ease;
  }
  header .navbar .menu-menu-1-container {
    width: 100%;
    overflow-y: scroll;
  }
  header .navbar ul {
    padding-left: 0;
    margin-left: 0;
    flex-direction: column;
  }
  header .navbar ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
  }
  header .navbar ul li ul.sub-menu {
    display: none;
    position: static;
    padding-left: 0;
    margin-left: 0;
    min-width: 100%;
    box-shadow: 0, 0, 0, rgba(0, 0, 0, 0) !important;
  }
  header .navbar ul li .sub-menu-expand {
    display: flex !important;
  }
  header .navbar .copy {
    display: initial;
  }
  header .navbar .buttons {
    padding: 1rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
  header .navbar .buttons .search {
    overflow: visible;
  }
  header .navbar .buttons .logo {
    display: initial;
  }
  header .navbar .buttons .logo img {
    width: 80%;
  }
  header .navbar .buttons #menu-bar-close {
    display: initial;
  }
  header .navbar-expand {
    right: 0;
    transition: right 0.5s ease;
  }
  #hero-section-video .slick-next.slick-arrow {
    display: none !important;
    right: 0px !important;
  }
  #hero-section-video .slick-prev.slick-arrow {
    display: none !important;
    left: 0px !important;
  }
}
#contact-banner {
  background-image: url(../img/contact-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  width: 100%;
  max-height: 148px;
}
#contact-banner .contact-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
}
#contact-banner .contact-heading .container .display-heading {
  color: #363fa1 !important;
}
#contact-banner .contact-heading .container p {
  padding: 0px 0px 16px 0px;
  width: 58%;
  margin-bottom: 0px !important;
}

#contact-head .contact-block .container .row .contact-content {
  padding: 32px 12px 0px;
}
#contact-head .contact-block .container .row .contact-content h2 {
  color: #363fa1 !important;
}

#contact-information .contact {
  padding: 64px 12px;
}
#contact-information .contact .contact-title {
  padding: 12px;
  font-weight: 600;
  font-size: 16px;
}
#contact-information .contact .contact-detail {
  padding: 0px 16px 24px 16px;
}
#contact-information .contact .contact-detail .contact-block {
  padding-bottom: 16px;
}
#contact-information .contact .contact-detail .contact-block span {
  padding-left: 24px !important;
}
#contact-information .contact .line {
  border-left: 1px solid rgba(34, 34, 34, 0.15);
  padding-left: 24px;
}

#map iframe {
  width: 100%;
  height: 517px;
}

#socail-content {
  text-align: center;
}
#socail-content .container .socail-icon {
  padding: 100px 12px;
}
#socail-content .container .socail-icon-content {
  padding-top: 12px;
}
#socail-content .container .socail-icon-content a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: rgba(0, 0, 0, 0.7);
  padding: 0px 12px 0px 12px;
  font-size: 20px;
}
#socail-content .container .socail-icon-content a .fa-facebook {
  align-self: center;
}
#socail-content .container .socail-icon-content a p {
  margin-bottom: 0px !important;
  font-size: 16px;
}

#blogs-banner {
  background-image: url(../img/blogs-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  max-height: 148px;
}
#blogs-banner .blogs-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
}
#blogs-banner .blogs-heading .container .display-heading {
  color: #363fa1 !important;
}
#blogs-banner .blogs-heading .container p {
  padding: 0px 12px 16px 12px;
  width: 50%;
  margin-bottom: 0px !important;
}

#blogs {
  padding: 64px 12px 128px;
}
#blogs .heading .heading-2 {
  color: #363fa1;
}
#blogs .blogs-section {
  padding: 32px 0px;
}
#blogs .blogs-section .blogs-image {
  padding-top: 32px !important;
}
#blogs .blogs-section .blogs-image .img-placeholder {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  height: 210px;
  position: relative;
  display: block;
  border-radius: 8px;
}
#blogs .blogs-section .tags {
  display: flex;
  gap: 12px;
}
#blogs .blogs-section .tags .tag {
  padding: 4px 0px;
}
#blogs .blogs-section .tags .tag a {
  padding: 4px 12px;
  background: rgba(238, 238, 238, 0.5);
  border-radius: 8px;
  font-weight: 600;
  font-size: 12.8px;
  color: rgba(34, 34, 34, 0.5);
  text-decoration: none;
}
#blogs .blogs-image img {
  border-radius: 8px;
  max-height: 209px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blogs .timeline {
  padding: 8px 6px;
}
#blogs .timeline span {
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 0px;
  font-size: 12.8px;
  font-weight: 600;
}
#blogs .timeline .blog-head a {
  text-decoration: none;
  color: #222222;
  max-height: 70px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
#blogs .timeline .blog-head a:hover {
  -webkit-text-decoration: underline #363fa1;
          text-decoration: underline #363fa1;
  color: #363fa1;
}
#blogs .timeline .blog-head .more-info a {
  font-weight: 600;
  font-size: 12.8px;
  color: #222222;
  text-decoration: none;
}
#blogs .timeline .blog-head .more-info a .fa-circle-arrow-right {
  padding-left: 8px;
}
#blogs .timeline .blog-head .more-info a:hover {
  -webkit-text-decoration: underline #363fa1 !important;
          text-decoration: underline #363fa1 !important;
  color: #363fa1;
}
#blogs .timeline .blog-head h6 {
  font-weight: 600;
  font-size: 16px;
}
#blogs .timeline .blog-head .blog-content p {
  max-height: 60px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 24px;
}
.post-author .author-image {
  width: 80px;
}
.post-author .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-banner {
  background-image: url(../img/news-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  max-height: 148px;
  background-size: cover;
  background-position-x: 30%;
  width: 100%;
}
#news-banner .news-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#news-banner .news-heading .display-heading {
  color: #363fa1 !important;
}
#news-banner .news-heading p {
  padding: 0px 12px 16px 12px;
  width: 50%;
  margin-bottom: 0px !important;
  color: #222222 !important;
}

#news {
  padding: 64px 12px 128px;
}
#news .heading .heading-2 {
  color: #363fa1;
}
#news .news-section {
  padding: 32px 0px;
}
#news .news-section .news-card {
  padding-top: 8px;
  padding-bottom: 16px;
}
#news .news-section .news-card .news-featured-image {
  height: 181px;
  overflow: hidden;
  border-radius: 8px;
}
#news .news-section .news-card .news-featured-image .img-placeholder {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  height: 181px;
  position: relative;
  display: block;
  border-radius: 8px;
}
#news .news-section .news-card .news-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .news-image img {
  border-radius: 8px;
}
#news .timeline {
  padding: 8px 6px;
}
#news .timeline span {
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 0px;
  font-size: 12.8px;
  font-weight: 600;
}
#news .timeline .blog-head a {
  text-decoration: none;
  color: #222222;
  text-transform: capitalize;
  font-size: 16px;
  max-height: 70px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
#news .timeline .blog-head a:hover {
  -webkit-text-decoration: underline #363fa1;
          text-decoration: underline #363fa1;
  color: #363fa1;
}
#news .timeline .blog-head .blog-content p {
  max-height: 60px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pagination {
  padding: 32px 0px;
  display: flex;
  justify-content: flex-end;
}

#careers-banner {
  background-image: url("../img/careers-banner.png");
  padding: 16px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  max-height: 148px;
  overflow: hidden;
}
#careers-banner .display-heading {
  color: #363fa1;
}
#careers-banner p {
  width: 50%;
}

#careers-page .careers-content {
  padding: 64px 0px;
}
#careers-page .careers-content .careers-heading {
  padding-bottom: 12px;
}
#careers-page .careers-content .careers-heading .display-heading {
  font-size: 25px;
  font-weight: 600;
}
#careers-page .careers-content .jobs-section .single-job {
  display: flex;
  padding: 16px 24px 32px 0;
  border-bottom: 1px solid #ced4da;
  justify-content: space-between;
}
#careers-page .careers-content .jobs-section .single-job .job-info .job-position, #careers-page .careers-content .jobs-section .single-job .job-info .job-type, #careers-page .careers-content .jobs-section .single-job .job-info .job-location {
  font-weight: 600;
  font-size: 12.8px;
  text-transform: capitalize;
}
#careers-page .careers-content .jobs-section .single-job .job-info .job-position-name, #careers-page .careers-content .jobs-section .single-job .job-info .job-type-name, #careers-page .careers-content .jobs-section .single-job .job-info .job-location-name {
  padding-left: 5px;
}
#careers-page .careers-content .jobs-section .single-job .job-title a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #363fa1;
  text-transform: capitalize;
}
#careers-page .careers-content .jobs-section .single-job .apply-now {
  padding: 8px;
}
#careers-page .careers-content .jobs-section .single-job .apply-now .btn {
  padding: 2.5px 5px;
}
#careers-page .careers-content .jobs-section .single-job .apply-now button {
  background: #393F86;
  border-radius: 4px;
}
#careers-page .careers-content .jobs-section .single-job .apply-now button a {
  color: #fff;
}

#corporate-banner {
  background-image: url(../img/department-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 30%;
  width: 100%;
}
#corporate-banner .corporate-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#corporate-banner .corporate-heading .display-heading {
  color: #fff;
}
#corporate-banner .corporate-heading p {
  padding: 0px 0px 16px;
  width: 560px;
  margin-bottom: 0px !important;
  color: #fff;
}

.back-color {
  background-color: #FAFAFA;
}

#corporate-wings .position {
  order: -1;
}
#corporate-wings .corpoarte-block {
  display: flex;
  padding: 64px 0px 128px 0px;
}
#corporate-wings .corpoarte-block .our-division-block ul {
  padding-left: 20px;
}
#corporate-wings .corpoarte-block .img-gap {
  padding-top: 24px;
}
#corporate-wings .corpoarte-block .primary {
  color: #363fa1;
}
#corporate-wings .corpoarte-block .capabilities ul {
  padding-left: 20px !important;
}
#corporate-wings .corpoarte-block .fd {
  padding-left: 120px;
  padding-right: 0px !important;
}
#corporate-wings .corpoarte-block .change-position {
  order: -1 !important;
  padding-left: 0px !important;
  padding-right: 103px;
}
#corporate-wings .corpoarte-block .corporate-section {
  padding-right: 120px;
}
#corporate-wings .corpoarte-block .corporate-section .dep-content p {
  text-align: justify;
}
#corporate-wings .corpoarte-block .dep-sub-head {
  padding-bottom: 8px;
  color: #363fa1;
}
#corporate-wings .corpoarte-block .dep-sub-head .heading-1 {
  margin-bottom: 0px !important;
}
#corporate-wings .corpoarte-block .dep-image img {
  border-radius: 8px;
  width: 100%;
}

#factory-banner {
  background-image: url(../img/department-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  max-height: 148px;
  width: 100%;
}
#factory-banner .factory-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#factory-banner .factory-heading .display-heading {
  color: #fff;
}
#factory-banner .factory-heading p {
  padding: 0px 0px 16px;
  width: 560px;
  margin-bottom: 0px !important;
  color: #fff;
}

#manufacturing-table .manufacturing {
  padding: 0px 0px 64px 0;
}
#manufacturing-table .manufacturing .table-div {
  border: 1px solid #eeeeee;
  background-color: #fdfdfd;
  border-radius: 12px;
  overflow: hidden;
}
#manufacturing-table .manufacturing .table-div table {
  width: 100%;
  margin: 0;
}
#manufacturing-table .manufacturing .table-div td,
#manufacturing-table .manufacturing .table-div th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
#manufacturing-table .manufacturing .heading-2 {
  padding-bottom: 24px;
}
#manufacturing-table .manufacturing .table-content .table-name {
  padding: 6px 12px;
}
#manufacturing-table .manufacturing .table-content .table-value {
  width: 115px;
  height: 40px;
  border-left: 1px solid rgb(206, 212, 218);
  padding: 6px 12px;
}

#corporate-wings .corpoarte-block .factory-move {
  order: -1;
}
#corporate-wings .corpoarte-block .factory-img-size img {
  width: 100%;
}
#corporate-wings .corpoarte-block .factory-production {
  padding-right: 103px;
}
#corporate-wings .corpoarte-block .factory-production-content {
  padding-left: 103px;
}
#corporate-wings .corpoarte-block .dep-content p {
  text-align: justify;
}
#corporate-wings .corpoarte-block .dep-content .para {
  padding-top: 8px;
}
#corporate-wings .corpoarte-block .dep-img-grid {
  padding-top: 24px;
}
#corporate-wings .corpoarte-block .dep-img-grid img {
  border-radius: 8px !important;
}

#marketing-table {
  padding: 64px 0px;
}
#marketing-table .heading-2 {
  padding-bottom: 24px;
}
#marketing-table .table-content td, #marketing-table .table-content th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  border-radius: 8px;
}

#corporate-wings .corporate-block {
  padding: 64px 0px;
}
#corporate-wings .corporate-block .heading-1 {
  color: #363fa1;
}
#corporate-wings .corporate-block .image-block {
  padding: 32px 0px 64px 0px;
}
#corporate-wings .corporate-block .image-block .marketing-img {
  margin-bottom: 24px;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}
#corporate-wings .corporate-block .image-block .marketing-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#corporate-wings .corporate-block p {
  text-align: justify;
}
#corporate-wings .mpd-block {
  padding: 64px 0px 128px 0px;
}
#corporate-wings .mpd-block .heading-1 {
  color: #363fa1;
}
#corporate-wings .mpd-block .factory-production .dep-content p {
  text-align: justify;
}
#corporate-wings .mpd-block .mpd-image {
  height: 414px;
  overflow: hidden;
  border-radius: 8px;
}
#corporate-wings .mpd-block .mpd-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 600px) {
  #corporate-wings .corporate-block {
    padding: 64px 0px;
  }
  #corporate-wings .corporate-block .image-block {
    padding: 32px 0px 0px 0px;
  }
  #corporate-wings .corporate-block .image-block .marketing-img {
    margin-bottom: 24px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
  }
  #corporate-wings .corporate-block .image-block .marketing-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #corporate-wings .mpd-block {
    padding: 0px 0px 128px 0px;
  }
  #corporate-wings .mpd-block .heading-1 {
    color: #363fa1;
  }
  #corporate-wings .mpd-block .mpd-image {
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
  }
  #corporate-wings .mpd-block .mpd-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#company-banner {
  background-image: url(../img/about-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
  width: 100%;
}
#company-banner .company-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#company-banner .company-heading .display-heading {
  color: #fff;
}
#company-banner .company-heading p {
  padding: 0px 0px 16px;
  width: 560px;
  margin-bottom: 0px !important;
  color: #fff;
}

#company {
  background-attachment: fixed;
  padding: 64px 0px 0px;
}
#company .container .company-head {
  text-align: center;
  padding: 0px 12px 64px;
}
#company .container .company-head .company-sub-head .heading-2 {
  font-weight: 600;
  font-size: 25px !important;
  text-align: center;
  color: #363fa1;
}
#company .container .company-head .company-sub-head .heading-sub {
  font-weight: 400;
  text-align: center;
  color: #363fa1;
  font-size: 16px;
}
#company .company-block {
  padding: 0px 0px 32px 0px;
}
#company .company-block .company-section {
  padding-right: 103px;
}
#company .company-block .company-section .dep-content p {
  padding-bottom: 8px;
  text-align: justify;
}
#company .company-block .company-section .quality {
  display: flex;
  position: relative;
}
#company .company-block .company-section .quality .quality-img {
  z-index: -1;
}
#company .company-block .company-section .quality .quality-img img {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  position: absolute;
  top: 35%;
  left: 10px;
  transform: translate(-50%, -50%);
}
#company .company-block .company-section .quality .quality-img img.quote-right {
  position: absolute;
  opacity: 0.8;
  top: 65%;
  left: 60%;
  transform: translate(-50%, -50%);
  transform: rotate(180deg);
}
#company .company-block .company-section .quality .quality-quote {
  padding: 42px 0px 0 16px;
}
#company .company-block .company-section .quality .quality-quote .heading-2 {
  font-style: italic;
  font-weight: 200;
  font-size: 42px;
  color: #2d2f45;
}
#company .company-block .dep-sub-head {
  padding: 0px 0px 8px;
  color: #363fa1;
}
#company .company-block .dep-sub-head .heading-1 {
  margin-bottom: 0px !important;
  padding: 0px 0px 8px;
  line-height: 1.5 !important;
}
#company .company-block .dep-image {
  border-radius: 8px;
}
#company .company-block .dep-image img {
  width: 100%;
}

#journey-white {
  background: url(../img/Vector-map.svg) no-repeat center top/cover;
}
#journey-white .timelineItem {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  position: relative;
}
#journey-white .timelineItem .ring {
  position: relative;
}
#journey-white .timelineItem .ring .eventImg {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 30px;
  top: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
#journey-white .timelineItem .ring .eventImg img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#journey-white .timelineItem .info {
  min-height: 161px;
  padding: 0 32px;
}
#journey-white .timelineItem:nth-child(odd) {
  flex-direction: column-reverse;
  gap: 32px;
}
#journey-white .timelineItem:nth-child(odd) .ring {
  position: relative;
  display: block;
  height: 161px;
  min-width: 430px;
}
#journey-white .timelineItem:nth-child(odd) .ring svg {
  position: absolute;
  transform: scaleY(-1);
}
#journey-white .timelineItem:nth-child(odd) .info {
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}
#journey-white .timelineItem:nth-child(even) {
  z-index: 1;
  position: relative;
}
#journey-white .timelineItem:nth-child(1) {
  display: block;
  overflow: visible;
  min-height: 322px;
}
#journey-white .timelineItem:nth-child(1) .ring {
  position: relative;
  display: block;
  height: 161px;
  min-width: 430px;
}
#journey-white .timelineItem:nth-child(1) .ring svg {
  transform: scaleX(2);
  position: absolute;
  left: -25%;
}
#journey-white .timelineItem:nth-child(1) .ring .eventImg {
  position: absolute;
  left: 10%;
  top: 60%;
  background-color: white;
}
#journey-white .timelineItem:nth-child(1) .info {
  position: absolute;
  top: -5%;
}
#journey-white .journey-text {
  padding: 64px 0px 0px 0px;
}
#journey-white .journey-text .journey-text-para {
  padding-top: 30px;
}
#journey-white .journey-text .last-para {
  display: none;
}
#journey-white .journey-text .more-info .show-para {
  font-weight: 600;
  color: #222222;
  cursor: pointer;
}
#journey-white .journey-text .more-info .hide-para {
  font-weight: 600;
  color: #222222;
  cursor: pointer;
  display: none;
}
#journey-white .journey-text .more-info span:hover {
  text-decoration: underline !important;
}
#journey-white .slider-wrapper .slider-container {
  position: relative;
}
#journey-white .slider-wrapper .slider-container .slides {
  overflow: hidden;
  margin: 0px 64px;
  padding: 64px 0px;
}
#journey-white .slider-wrapper .slider-container .left, #journey-white .slider-wrapper .slider-container .right {
  top: 43%;
}
#journey-white .slider-wrapper .slider-container .left .fa-circle-arrow-left, #journey-white .slider-wrapper .slider-container .left .fa-circle-arrow-right, #journey-white .slider-wrapper .slider-container .right .fa-circle-arrow-left, #journey-white .slider-wrapper .slider-container .right .fa-circle-arrow-right {
  font-size: 20px;
}
#journey-white .slider-wrapper .slider-container .left {
  left: 0px;
}
#journey-white .slider-wrapper .slider-container .right {
  right: 0px;
}

#our-vision {
  background: url(../img/Vector-map.svg) no-repeat center/contain;
  overflow: hidden;
  padding: 128px 0px;
  position: relative;
}
#our-vision .corporate-planning-img-align {
  align-items: baseline;
}
#our-vision .corporate-planning-img-align .vision-img .corporate-planning-image {
  position: absolute;
  left: 0;
  height: 100%;
}
#our-vision .corporate-planning-img-align .vision-img .corporate-planning-image img {
  width: 85%;
}
#our-vision .corporate-planning-img-align .our-vision-content {
  padding-bottom: 64px;
}
#our-vision .corporate-planning-img-align .our-vision-content .heading-1 {
  color: #363fa1;
  padding: 0px 0px 8px;
  margin-bottom: 0px !important;
  line-height: 1.5 !important;
}
#our-vision .corporate-planning-img-align .our-vision-content p {
  padding: 16px 0px 0px;
  text-align: justify;
}

#npl-objectives {
  background-image: url(../img/npl-circle.svg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  background-color: #363fa1;
}
#npl-objectives .obj-section {
  padding: 128px 12px;
  color: #fff;
}
#npl-objectives .obj-section .heading-1 {
  padding: 0px 0px 8px;
  margin-bottom: 0px !important;
}
#npl-objectives .obj-section .info {
  padding: 0px 32px 0px 0px;
}
#npl-objectives .obj-icons {
  display: flex;
  flex-direction: column;
  padding: 32px 128px 0px 32px;
}
#npl-objectives .obj-icons .obj-content {
  display: flex;
  align-items: flex-start;
  padding-bottom: 24px;
}
#npl-objectives .obj-icons .obj-content .photo {
  padding-right: 16px;
}
#npl-objectives .obj-icons .obj-content .photo img {
  width: 54px;
  height: 54px;
}

#our-philosophy .our-philosophy-block {
  padding: 128px 12px;
}
#our-philosophy .our-philosophy-block .philisophy-content {
  text-align: center;
  padding-bottom: 24px;
}
#our-philosophy .our-philosophy-block .philisophy-content .heading-1 {
  color: #363fa1;
  margin-bottom: 0px !important;
}
#our-philosophy .our-philosophy-block .philisophy-content p {
  padding-top: 8px;
}
#our-philosophy .our-philosophy-block .philosophy-icon-info {
  display: flex;
  padding-top: 24px;
  justify-content: space-evenly;
  padding-bottom: 24px;
}
#our-philosophy .our-philosophy-block .philosophy-icon-info .icon-info {
  display: flex;
  align-items: top;
}
#our-philosophy .our-philosophy-block .philosophy-icon-info .icon-info .icon-info-image {
  padding-right: 16px;
}

.wrapper1 .slider-new .btn.btn-outline-secondary:focus {
  box-shadow: none !important;
}
.wrapper1 .slider-new .btn-prev, .wrapper1 .slider-new .btn-next {
  z-index: 1;
}
.wrapper1 .slider-new .btn-prev {
  margin: -25px 10px 0px 0px;
}
.wrapper1 .slider-new .btn-next {
  margin: -25px 0px 0px 10px;
}
.wrapper1 .timelineGroup {
  transition: all 0.3s ease-in-out;
}

.slides1 {
  width: 4000px;
  position: relative;
}

.class1 {
  overflow: hidden;
  padding: 60px 0px;
}

@media (min-width: 1400px) {
  #our-vision .corporate-planning-img-align .vision-img .corporate-planning-image img {
    width: 100%;
  }
}
#all-product-banner {
  background-image: url(../img/products-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 40%;
  width: 100%;
}
#all-product-banner .all-product-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#all-product-banner .all-product-heading .display-heading {
  color: #363fa1 !important;
}
#all-product-banner .all-product-heading p {
  padding: 0px 0px 16px 0px;
  width: 560px;
  margin-bottom: 0px !important;
}

#all-product {
  padding: 64px 12px 128px;
}
#all-product .product-head .sub-heading {
  padding: 0px 0px 32px;
  font-weight: 500;
  font-size: 31.25px;
}
#all-product .product-head .search-content .search-bar {
  position: relative;
}
#all-product .product-head .search-content .search {
  width: 100%;
  height: auto;
  border: 1px solid #ced4da;
  border-radius: 50px;
  text-indent: 20px;
  padding: 8px 16px;
}
#all-product .product-head .search-content .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -35%);
  color: #666;
}
#all-product .product-head .search-content .search-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 32px;
}
#all-product .product-head .search-content .search-buttons .search-btn, #all-product .product-head .search-content .search-buttons .see-all-products {
  border-radius: 100px;
  background: #fff;
  border: 1px solid #222222;
  padding: 8px 32px;
  text-decoration: none;
  color: #222222;
}
#all-product .product-head .search-content .search-buttons .search-btn:hover {
  background-color: #222222;
  color: #fff !important;
}
#all-product .product-head .search-content .search-buttons .see-all-products:hover {
  color: #fff;
  background-color: #222222;
}

#product-page-search {
  padding: 32px 12px;
  background-color: #fafafa;
  border-bottom: 1px solid #ced4da;
}
#product-page-search .search-content {
  display: flex;
}
#product-page-search .search-content .search-bar {
  position: relative;
  width: 100%;
}
#product-page-search .search-content .search {
  width: 100%;
  height: auto;
  border-radius: 100px;
  text-indent: 50px;
}
#product-page-search .search-content .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -35%);
  color: #666;
}
#product-page-search .search-content .search-buttons {
  text-align: center;
}
#product-page-search .search-content .search-buttons .search-btn {
  background: #fff;
  padding: 8px;
  border: 1px solid #222222;
  border-radius: 100px;
  width: 149px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 12px;
}
#product-page-search .search-content .search-buttons .see-all-products {
  margin-left: 12px;
}

#product-page .filter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#product-page .feature-products {
  background-color: #fafafa;
}
#product-page .feature-products .feature-card {
  padding: 16px 0px;
}
#product-page .feature-products .feature-card .slider-icon .prev, #product-page .feature-products .feature-card .slider-icon .next {
  cursor: pointer;
}
#product-page .feature-products .feature-card .slider-icon :hover {
  color: #363fa1;
}
#product-page .feature-products .feature-card .sub-heading {
  color: #363fa1;
  padding-bottom: 16px;
}
#product-page .feature-products .feature-card .card {
  border: none;
  background-color: #fafafa;
}
#product-page .feature-products .feature-card .card .title-block {
  padding: 6px;
}
#product-page .feature-products .feature-card .card .title-block .card-title {
  margin-bottom: 0px !important;
}
#product-page .feature-products .feature-card .card .feature-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#product-page .feature-products .feature-card .card .feature-img a {
  background-image: url(../img/product-placeholder.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  border: 1px solid #ced4da;
  display: block;
  width: 100%;
  height: 100%;
}
#product-page .feature-products .feature-card .card .feature-img a img {
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
#product-page .feature-products .feature-card .card .feature-img a img:hover {
  transform: scale(1.1) !important;
  cursor: pointer;
}
#product-page .feature-products .feature-card .card .card-title a {
  font-weight: 600;
  font-size: 12.8px;
  color: #363fa1;
  text-decoration: none !important;
  height: 150px;
}
#product-page .feature-products .feature-card .card .card-text {
  font-weight: 400;
  font-size: 12.8px;
  color: #333333;
}
#product-page .product-section {
  background: rgba(57, 63, 134, 0.03);
  border-bottom: 1px solid #CED4DA;
  padding: 1.25% 10%;
}
#product-page .product-section .product-content {
  background: #fff;
  border-radius: 8px;
}
#product-page .product-section .product-content img {
  width: 100%;
  height: 88px;
}

#product-page .product-page-filter .filter-bg {
  background-color: rgba(54, 63, 161, 0.05);
}
#product-page .product-page-filter .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
#product-page .product-page-filter .accordion-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(54, 63, 161, 0.05) !important;
  border: none;
}
#product-page .product-page-filter .accordion-button:focus {
  border-color: #fff !important;
}
#product-page .product-page-filter .filter-applied {
  display: none;
}
#product-page .product-page-filter .applied {
  display: block !important;
}
#product-page .product-page-filter .applied-head {
  padding: 12px 12px 12px 24px;
}
#product-page .product-page-filter .applied-head p {
  font-weight: 600;
  font-size: 12.8px;
  text-align: center;
  color: #222222;
}
#product-page .product-page-filter .applied-filters {
  gap: 10px;
}
#product-page .product-page-filter .applied-filters .badge {
  text-transform: capitalize;
}
#product-page .product-page-filter .applied-filters a {
  width: auto;
  background-color: #363fa1 !important;
}
#product-page .product-page-filter .generic-name .accordion-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(54, 63, 161, 0.05) !important;
  border: none;
}
#product-page .product-page-filter .generic-name .accordion-header {
  display: block !important;
}
#product-page .product-page-filter .generic-name .accordion-header .accordion-button:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}
#product-page .product-page-filter .generic-name .accordion-header .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: rgba(255, 255, 255, 0.05);
}
#product-page .product-page-filter .generic-name .accordion-body {
  padding: 0px !important;
}
#product-page .product-page-filter .category .accordion-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(54, 63, 161, 0.05) !important;
  border: none;
}
#product-page .product-page-filter .category .accordion-header {
  display: block !important;
}
#product-page .product-page-filter .category .accordion-header .accordion-button:focus {
  border-color: #fff !important;
  box-shadow: none !important;
}
#product-page .product-page-filter .category .accordion-header .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: rgba(255, 255, 255, 0.05);
}
#product-page .product-page-filter .category .accordion-body {
  padding: 0px !important;
}
#product-page .product-page-filter .category .category-head {
  display: flex;
  justify-content: space-between;
  padding: 12px 12px 12px 24px;
}
#product-page .product-page-filter .category .category-head p {
  font-weight: 600;
  font-size: 12.8px;
  text-align: center;
  color: #222222;
  margin-bottom: 0px !important;
}
#product-page .product-page-filter .filter-head {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 24px;
  background-color: #363fa1;
}
#product-page .product-page-filter .filter-head .fa-filter, #product-page .product-page-filter .filter-head p {
  color: #fff !important;
}
#product-page .product-page-filter .filter-head p {
  padding-left: 8px;
  margin-bottom: 0px !important;
}
#product-page .product-page-filter .filter-group-head, #product-page .product-page-filter .generic-name-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 12px 12px 24px;
}
#product-page .product-page-filter .filter-category {
  background-color: #fafafa;
  padding: 12px 12px 12px 24px;
  max-height: 150px;
  overflow-y: auto;
}
#product-page .product-page-filter .filter-category .row {
  gap: 10px;
}
#product-page .product-page-filter .filter-category p {
  padding: 0px !important;
  border: 1px solid rgba(57, 63, 134, 0.05);
  border-radius: 8px;
  margin-bottom: 0px !important;
  text-overflow: clip !important;
  overflow: visible !important;
  background-color: white;
}
#product-page .product-page-filter .filter-category p a {
  padding: 0px 20px;
  width: auto;
  height: 39px;
  text-decoration: none;
  text-transform: capitalize;
  color: #222222;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  width: auto;
}
#product-page .product-page-filter .filter-category .text-truncate:hover {
  background-color: rgba(54, 63, 161, 0.05);
  color: #363fa1;
}
#product-page .product-page-filter .filter-category .text-truncate:hover a {
  color: #363fa1;
}
#product-page .product-page-filter .filter-category::-webkit-scrollbar {
  width: 6px;
  background-color: #ced4da;
}
#product-page .product-page-filter {
  /* Handle */
}
#product-page .product-page-filter .filter-category::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 10px;
}
#product-page .product-page-filter {
  /* Handle on hover */
}
#product-page .product-page-filter .filter-category::-webkit-scrollbar-thumb:hover {
  background-color: #363fa1;
}
#product-page .product-page-cards {
  padding: 32px 48px 32px 24px;
}
#product-page .product-page-cards .card {
  border: none;
  background: #fafafa;
}
#product-page .product-page-cards .card .product-img {
  width: 100%;
  height: 150px;
}
#product-page .product-page-cards .card .product-img a {
  background-image: url(../img/product-placeholder.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  border: 1px solid #ced4da;
  display: block;
  width: 100%;
  height: 100%;
}
#product-page .product-page-cards .card .product-img a img {
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
#product-page .product-page-cards .card .product-img a img:hover {
  transform: scale(1.1) !important;
  cursor: pointer;
}
#product-page .product-page-cards .card-body {
  padding: 6px;
}
#product-page .product-page-cards .card-body .card-title {
  color: #363fa1;
}
#product-page .left {
  background: #fafafa;
}
#product-page .left .results-block .results-section p {
  margin-bottom: 0px !important;
}

#pagination .pagination {
  background: #fafafa;
  justify-content: flex-end !important;
  padding: 32px 48px 32px 24px;
}

@media (min-width: 1900px) {
  .product-page-cards .card .product-img a img {
    position: absolute !important;
    vertical-align: middle;
  }
}
.breadcrumb {
  background-color: #fafafa;
}

#careers-banner-apply-job .careers-banner {
  padding: 32px 0;
  background-repeat: no-repeat;
}

#apply-form {
  background-color: #fafafa;
  margin-bottom: 1rem;
}
#apply-form form#applyForm {
  font-family: "Open Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#apply-form form#applyForm a {
  text-decoration: none;
}
#apply-form form#applyForm #full_name,
#apply-form form#applyForm #m_email,
#apply-form form#applyForm #phone {
  width: 100%;
}
#apply-form form#applyForm #full_name:hover,
#apply-form form#applyForm #m_email:hover,
#apply-form form#applyForm #phone:hover {
  border: 1px solid #b5b5b5;
}
#apply-form form#applyForm #full_name:focus,
#apply-form form#applyForm #m_email:focus,
#apply-form form#applyForm #phone:focus {
  outline-color: #0b4423;
  outline-style: solid;
}
#apply-form form#applyForm .submit-form {
  background: #F18F01;
}
#apply-form form#applyForm .submit-form a {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  text-decoration: none;
}
#apply-form form#applyForm .submit-form a:hover {
  color: #fafafa;
}
#apply-form form#applyForm .error-message {
  display: none;
  padding: 0 0.5rem;
  margin: 1rem 0;
  width: 100%;
}
#apply-form form#applyForm .error-message .message-content span {
  position: relative;
  margin-right: 1.5rem;
}
#apply-form form#applyForm .error-message .message-content span svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#apply-form form#applyForm .success-backdrop {
  width: 100vw;
  height: 100vh;
  background-color: rgba(181, 181, 181, 0.5);
  backdrop-filter: blur(3px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#apply-form form#applyForm .success-backdrop .submit-message-box {
  width: 564px;
  height: 204px;
  background-color: #fff;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  position: relative;
}
#apply-form form#applyForm .success-backdrop .submit-message-box .message-content {
  font-weight: 600;
  padding: 3rem 0;
  text-align: center;
}
#apply-form form#applyForm .success-backdrop .submit-message-box .message-content .submit-form a {
  text-decoration: none;
}
#apply-form form#applyForm .success-backdrop .submit-message-box .message-content .submit-form a:hover {
  color: #fafafa;
}
#apply-form form#applyForm .success-backdrop .submit-message-box .close-success {
  position: absolute;
  top: -10px;
  right: -10px;
}
#apply-form form#applyForm .success-backdrop .submit-message-box .close-success:hover {
  cursor: pointer;
}
#apply-form .ind-job {
  padding: 0px 0px 64px;
}
#apply-form .ind-job .job-part {
  padding: 64px 0;
}
#apply-form .ind-job .job-part .heading-2 {
  color: #393F86 !important;
}
#apply-form .ind-job .job-part .job-form {
  margin-top: 32px;
}
#apply-form .ind-job .job-part .job-form .padding-bottom-forms {
  padding-bottom: 16px;
}
#apply-form .ind-job .job-part .job-form .padding-bottom-forms span {
  color: #d9534f;
}
#apply-form .ind-job .job-part .job-form .padding-bottom-forms .dif-color {
  color: #212529;
  padding: 0px 0px 8px;
}
#apply-form .ind-job .job-part .job-form .padding-bottom-forms .input-style-form {
  padding: 7px 13px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
#apply-form .ind-job .job-part .job-form .padding-bottom-forms .input-height {
  height: 42px;
}
#apply-form .ind-job .job-part .job-form .padding-bottom-forms .submit-form {
  padding: 4px 8px;
  width: 93px;
  height: 36px;
  background: #363fa1 !important;
  border-radius: 4px;
  color: #fff;
  border: none !important;
}
#apply-form .ind-job .job-part .back-btn {
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #222222;
  border-radius: 4px;
}
#apply-form .ind-job .job-part .back-btn a {
  text-decoration: none;
}
#apply-form .ind-job .job-part .back-btn a .back {
  font-size: 16px;
  color: #222222;
}
#apply-form .ind-job #similarjobss .single-job .job-details {
  padding: 16px 24px 32px 0px;
  border-bottom: 1px solid #CED4DA;
}
#apply-form .ind-job #similarjobss .single-job .job-details .job-title a {
  text-decoration: none !important;
  color: #363fa1;
  text-transform: capitalize;
  font-weight: 600;
}
#apply-form .ind-job #similarjobss .single-job .job-details .job-info {
  font-weight: 600;
  font-size: 12.8px;
}
#apply-form .ind-job .other-opening {
  padding: 64px 24px;
  border-left: 1px solid #CED4DA;
}
#apply-form #cover_letter {
  width: 100%;
}

#theraputic-category-single .slick-slider .slick-next::before, #theraputic-category-single .slick-slider .slick-prev::before {
  color: black;
  width: 20px;
  height: 20px;
}
#theraputic-category-single .slick-slider .slick-next {
  right: -25px;
}
#theraputic-category-single .slick-slider .slick-prev {
  left: -35px;
}
#theraputic-category-single .category-head .category-heading {
  padding: 32px 0px;
}
#theraputic-category-single .category-head .category-heading .heading-1 {
  color: #363fa1;
}
#theraputic-category-single .category-section {
  display: flex;
  padding: 0px 12px 100px;
}
#theraputic-category-single .category-section .product-section {
  padding: 0px 24px 0px 0px;
}
#theraputic-category-single .category-section .product-section .list-group {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#theraputic-category-single .category-section .product-section .list-group .list-group-item {
  border-bottom: 1px solid rgba(206, 212, 218, 0.1);
  border-left: none !important;
}
#theraputic-category-single .category-section .product-section .active {
  background: #363fa1 !important;
}
#theraputic-category-single .products-details .sub-heading {
  color: #363fa1;
}
#theraputic-category-single .products-details .product-information {
  padding-bottom: 32px;
  overflow: hidden;
}
#theraputic-category-single .products-details .product-information .tab-content {
  background: #fafafa;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(206, 212, 218, 0.5);
  border-radius: 0px 0px 8px 8px;
  padding: 16px;
}
#theraputic-category-single .products-details .product-information .tab-content .tab-pane {
  padding-left: 0px !important;
}
#theraputic-category-single .products-details .product-information .nav-tabs {
  max-width: 100%;
  flex-wrap: nowrap;
  margin-left: 0px !important;
}
#theraputic-category-single .products-details .product-information .nav-tabs .nav-item {
  max-width: 14.75%;
}
#theraputic-category-single .products-details .product-information .nav-tabs .nav-item .nav-link.active {
  color: #363fa1;
}
#theraputic-category-single .products-details .product-information .nav-tabs .nav-item .nav-link {
  max-width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#theraputic-category-single .products-details .product-information .nav-tabs .nav-item .active {
  background-color: #fafafa;
}
#theraputic-category-single .products-details .product-information .nav-tabs .nav-item:has(.nav-link.active) {
  max-width: 100%;
}
#theraputic-category-single .products-details .product-content {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 64px;
}
#theraputic-category-single .products-details .product-content .product-slider {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  height: 170px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #CED4DA;
}
#theraputic-category-single .products-details .product-content .product-slider img {
  height: 100%;
}
#theraputic-category-single .products-details .product-content .product-img {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  height: 170px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #CED4DA;
}
#theraputic-category-single .products-details .product-content .product-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
#theraputic-category-single .products-details .product-content .product-info {
  padding: 0px 0px 0px 16px;
}
#theraputic-category-single .products-details .product-content .product-info .discription, #theraputic-category-single .products-details .product-content .product-info .dosage-type, #theraputic-category-single .products-details .product-content .product-info .composition {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(206, 212, 218, 0.5);
  padding: 8px 0px;
  text-align: right;
}
#theraputic-category-single .products-details .product-content .product-info .discription p, #theraputic-category-single .products-details .product-content .product-info .dosage-type p, #theraputic-category-single .products-details .product-content .product-info .composition p {
  margin-bottom: 0px !important;
}
#theraputic-category-single .products-details .product-content .product-info .discription .para, #theraputic-category-single .products-details .product-content .product-info .dosage-type .para, #theraputic-category-single .products-details .product-content .product-info .composition .para {
  max-width: 80%;
}
#theraputic-category-single .related-products {
  padding: 32px 12px 0px;
  border-top: 1px solid #CED4DA;
}
#theraputic-category-single .related-products .related-products-section {
  display: flex;
  padding-top: 32px;
}
#theraputic-category-single .related-products .related-products-section a.img-placeholder {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  border: 1px solid #CED4DA;
  height: 170px;
  position: relative;
  display: block;
  border-radius: 8px;
}
#theraputic-category-single .related-products .related-products-section a.img-placeholder img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#theraputic-category-single .related-products .related-products-section .related-head {
  padding: 12px 16px 0px 16px;
  margin-bottom: 0px !important;
}
#theraputic-category-single .related-products .related-products-section .related-head a {
  text-transform: capitalize;
  text-decoration: none;
  color: #363fa1;
  font-size: 12.8px;
  font-weight: 600;
}
#theraputic-category-single .related-products .related-products-section .related-head a:hover {
  -webkit-text-decoration: underline #363fa1 !important;
          text-decoration: underline #363fa1 !important;
}
#theraputic-category-single .related-products .related-products-section .related-area {
  padding: 0px 16px 12px 16px;
  font-size: 12.8px;
  text-transform: capitalize;
}
#theraputic-category-single .related-products .related-products-section .related-product-image {
  border: 1px solid #CED4DA;
  border-radius: 8px;
}
#theraputic-category-single .related-products .related-products-section .related-product-image img {
  border-radius: 8px;
}
#theraputic-category-single .related-products .related-products-section .related-info {
  padding: 12px 16px;
}
#theraputic-category-single .related-products .related-products-section .related-info .info-title {
  font-weight: 600;
  font-size: 12.8px;
}

@media (min-width: 1600px) {
  .nav-tabs .nav-item {
    max-width: 100% !important;
  }
}
#product-banner {
  background-image: url(../img/products-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 40%;
  width: 100%;
  max-height: 148px;
}
#product-banner .product-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
}
#product-banner .product-heading .container .display-heading {
  color: #363fa1 !important;
}
#product-banner .product-heading .container p {
  padding: 0px 0px 16px 0px;
  width: 560px;
  margin-bottom: 0px !important;
}

#therapeutic-archive {
  padding: 32px 0px 0px;
}
#therapeutic-archive .therapeutic-content {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 12px 64px;
}
#therapeutic-archive .therapeutic-content .therapeutic-img-block {
  padding: 32px 12px;
}
#therapeutic-archive .therapeutic-content p {
  margin-bottom: 0px !important;
  text-transform: capitalize;
}
#therapeutic-archive .therapeutic-content a {
  text-decoration: none !important;
}
#therapeutic-archive .therapeutic-content a:hover {
  text-decoration: underline;
}
#therapeutic-archive .therapeutic-content .therapeutic-archive-image {
  height: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(../img/product-placeholder.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  border: 1px solid #ced4da;
}
#therapeutic-archive .therapeutic-content .therapeutic-archive-image img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#therapeutic-archive .therapeutic-content .therapeutic-archive-image img:hover {
  transform: scale(1.1) !important;
  cursor: pointer;
}
#therapeutic-archive .therapeutic-content p {
  padding: 12px 16px;
  color: #363fa1;
  font-weight: 600;
  text-decoration: none !important;
}

#products-details-banner {
  background-image: url(../img/products-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 40%;
  width: 100%;
}
#products-details-banner .products-details-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#products-details-banner .products-details-heading .display-heading {
  color: #363fa1 !important;
}
#products-details-banner .products-details-heading p {
  padding: 0px 12px 16px 12px;
  width: 450px;
  margin-bottom: 0px !important;
}

#product-details .category-head {
  padding: 32px 0px;
}
#product-details .category-head .category-heading .heading-2 {
  color: #363fa1;
  font-weight: 600;
}
#product-details .category-head .category-heading p {
  display: none;
}
#product-details .category-head {
  border-bottom: 1px solid #ced4da;
}
#product-details .category-section {
  display: flex;
  padding: 32px 0px 0px;
}
#product-details .category-section .product-section {
  padding: 0px 24px 0px 0px;
}
#product-details .category-section .product-section .list-group {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 65px;
  max-height: calc(100vh - 86px);
  overflow: auto;
}
#product-details .category-section .product-section .list-group .list-group-item {
  border-bottom: 1px solid rgba(206, 212, 218, 0.1);
  border-left: none !important;
}
#product-details .category-section .product-section .list-group .active {
  background: #363fa1 !important;
}
#product-details .category-section .product-section .list-group a {
  font-weight: 400;
  font-size: 12.8px;
}
#product-details .category-section .products-details .size {
  padding: 0px 12px 32px 12px;
}
#product-details .category-section .products-details .search-content .icon-block {
  display: block;
}
#product-details .category-section .products-details .search-content {
  padding: 0px 0px 32px;
}
#product-details .category-section .products-details .search-content .col-md-2 {
  align-self: center;
}
#product-details .category-section .products-details .search-content .search-bar {
  position: relative;
}
#product-details .category-section .products-details .search-content .search-bar .search {
  width: 100%;
  height: auto;
  border-radius: 8px;
  text-indent: 30px;
  border: 1px solid #ced4da;
  padding: 8px 16px;
}
#product-details .category-section .products-details .search-content .search-bar .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}
#product-details .category-section .products-details .search-content .search-icon-view {
  display: flex;
  justify-content: space-evenly;
}
#product-details .category-section .products-details .search-content .search-icon-view .fa-list-ul {
  margin-left: 16px;
}
#product-details .category-section .card {
  border: none;
}
#product-details .category-section .card .card-img {
  background: url("../img/product-placeholder.png") no-repeat center/cover;
  border: 1px solid #ced4da;
  height: 170px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
#product-details .category-section .card .card-img a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
#product-details .category-section .card .card-img img:hover {
  transform: scale(1.1) !important;
  cursor: pointer;
}
#product-details .category-section .card-body {
  padding: 12px 8px;
}
#product-details .category-section .card-body .card-title {
  margin-bottom: 0px !important;
}
#product-details .category-section .card-body .card-title a {
  color: #363fa1;
  font-weight: 600;
  font-size: 12.8px;
  text-decoration: none !important;
  text-transform: capitalize;
}
#product-details .category-section .card-body .card-title a:hover {
  text-decoration: underline !important;
}
#product-details .category-section .card-body .card-text {
  font-weight: 400;
  font-size: 12.8px;
}
#product-details .category-section ::-webkit-scrollbar {
  width: 5px;
}
#product-details .category-section {
  /* Track */
}
#product-details .category-section ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fafafa;
}
#product-details .category-section {
  /* Handle */
}
#product-details .category-section ::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
#product-details .category-section {
  /* Handle on hover */
}
#product-details .category-section ::-webkit-scrollbar-thumb:hover {
  background: #363fa1;
}

#pagination .pagination-alignment {
  display: flex;
  justify-content: flex-end !important;
}

#mrp-banner {
  background-image: url(../img/mrp-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  max-height: 148px;
  width: 100%;
}
#mrp-banner .mrp-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#mrp-banner .mrp-heading .container .display-heading {
  color: #363fa1 !important;
}
#mrp-banner .mrp-heading .container p {
  width: 560px;
  margin-bottom: 0px !important;
}

#distributor-banner {
  background-image: url(../img/distributor-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  max-height: 148px;
  width: 100%;
}
#distributor-banner .mrp-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#distributor-banner .mrp-heading .display-heading {
  color: #fff !important;
}
#distributor-banner .mrp-heading p {
  padding: 0px;
  width: 560px;
  margin-bottom: 0px !important;
  color: #fff;
}

#mrp .mrp-section {
  display: flex;
  padding: 64px 12px;
}
#mrp .mrp-section .mark {
  background-color: #fff;
  border-right: 1px solid #ced4da;
}
#mrp .mrp-section .mrp-filter {
  display: flex;
  flex-direction: column;
}
#mrp .mrp-section .mrp-filter .head {
  display: flex;
  align-items: baseline;
  padding: 12px 20px 12px 0px;
}
#mrp .mrp-section .mrp-filter .head .fa-caret-down {
  margin-left: 10px;
}
#mrp .mrp-section .mrp-filter .mrp-division .mrp-division-list .division-list-head {
  background-color: #fff;
  border-bottom: 1px solid #ced4da;
}
#mrp .mrp-section .mrp-filter .mrp-division .mrp-division-list .division-list-head p {
  padding: 0 0 8px 0 !important;
  color: #363fa1;
  font-weight: 500;
  margin: 0;
}
#mrp .mrp-section .mrp-filter .mrp-division .mrp-division-list .division-list-item {
  padding: 8px 16px;
  font-weight: 600;
  border-bottom: 1px solid #fafafa;
}
#mrp .mrp-section .mrp-filter .mrp-division .mrp-division-list .division-list-item a {
  color: #222222;
  text-decoration: none;
}
#mrp .mrp-section .mrp-filter .mrp-division .mrp-division-list .division-list-item a:hover, #mrp .mrp-section .mrp-filter .mrp-division .mrp-division-list .division-list-item .active {
  color: #363fa1;
}
#mrp .mrp-section .mrp-filter .mrp-division p {
  padding: 8px 16px;
}
#mrp .price-list {
  padding-left: 24px;
}
#mrp .price-list .price-list-head {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #222222;
}
#mrp .price-list .price-list-head .search-bar form {
  display: flex !important;
}
#mrp .price-list .price-list-head .search-bar .search {
  width: 312px;
  height: 30px;
  border-radius: 5px;
  border: 0.8px solid #ced4da;
  text-indent: 10px;
}
#mrp .price-list .price-list-head .search-bar .search-icon {
  margin-left: 10px;
  background: #363fa1;
  border-radius: 5px;
  padding: 0 !important;
  color: #fff !important;
  height: 30px;
  width: 30px;
}
#mrp .price-list .price-list-table {
  border: 1px solid #ced4da;
  border-radius: 12px;
  overflow: hidden;
}
#mrp .price-list .price-list-table table {
  margin: 0;
}
#mrp .price-list .price-list-table table tr:hover {
  background-color: rgba(54, 63, 161, 0.05);
}
#mrp .price-list .price-list-table table td a {
  color: #222222;
}
#mrp .price-list .price-list-table table td a:hover {
  color: #363fa1;
}

#pagination .pagination {
  display: flex;
  justify-content: center !important;
  background-color: #fff !important;
}

#corporate-social-banner {
  background-image: url(../img/csr-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 25%;
  max-height: 148px;
  width: 100%;
}
#corporate-social-banner .corporate-social-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#corporate-social-banner .corporate-social-heading .display-heading {
  color: #fff !important;
}
#corporate-social-banner .corporate-social-heading p {
  padding: 0px 12px 16px 0px;
  width: 60%;
  margin-bottom: 0px !important;
  color: #fff !important;
}

#intro {
  padding: 32px 0px 32px;
}
#intro .intro-block > p {
  text-align: justify;
}
#intro .heading-1 {
  padding-bottom: 24px;
  color: #363fa1;
}
#intro .heading-2 {
  color: #363fa1;
}
#intro .header {
  color: #363fa1;
}
#intro .sub-heading {
  color: #363fa1;
}

#corporate-social-responsibility .corporate-socail {
  padding: 32px 0px 128px;
}
#corporate-social-responsibility .corporate-socail .sub-heading {
  padding: 0px 0px 16px;
  color: #363fa1;
}
#corporate-social-responsibility .corporate-socail .corporate-block {
  display: flex;
}
#corporate-social-responsibility .corporate-socail .corporate-block p {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-bottom: 0px !important;
  max-height: 60px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-content {
  padding: 16px 0px;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-content .sub-heading {
  color: #222222;
  padding-bottom: 0px !important;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-content .sub-heading:hover {
  color: #363fa1;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-content .date {
  font-size: 12.8px;
  color: #9b9ca3;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-content a {
  text-decoration: none;
  color: #222222;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-content a:hover {
  -webkit-text-decoration: underline #363fa1;
          text-decoration: underline #363fa1;
  color: #363fa1;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-content p {
  padding: 0px 0px 8px;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-image {
  overflow: hidden;
  max-height: 433px !important;
  border-radius: 8px;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-image .img-placeholder {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  height: 433px;
  position: relative;
  display: block;
  border-radius: 8px;
  border: 1px solid #ced4da;
}
#corporate-social-responsibility .corporate-socail .corporate-block .latest-program-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#corporate-social-responsibility .corporate-socail .program-grid {
  padding-left: 48px;
}
#corporate-social-responsibility .corporate-socail .program-grid .program-image .program-featured-image {
  overflow: hidden;
  height: 191px;
  border-radius: 8px;
}
#corporate-social-responsibility .corporate-socail .program-grid .program-image .program-featured-image .img-placeholder {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  height: 191px;
  position: relative;
  display: block;
  border-radius: 8px;
  border: 1px solid #ced4da;
}
#corporate-social-responsibility .corporate-socail .program-grid .program-image .program-featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
#corporate-social-responsibility .corporate-socail .program-grid .program-image .program-content .date p {
  font-size: 12.8px;
  color: #9b9ca3;
}
#corporate-social-responsibility .corporate-socail .program-grid .program-image .program-content a {
  padding: 0px 0px 8px;
  margin-bottom: 0px !important;
  text-decoration: none;
  color: #222222;
  max-height: 70px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#corporate-social-responsibility .corporate-socail .program-grid .program-image .program-content a:hover {
  color: #363fa1;
  -webkit-text-decoration: underline #363fa1;
          text-decoration: underline #363fa1;
}
#corporate-social-responsibility .corporate-socail .program-grid .program-content {
  padding: 16px 0px;
}

#other-programs {
  background: rgba(57, 63, 134, 0.05) !important;
}
#other-programs .other-programs-block {
  padding: 128px 12px;
}
#other-programs .other-programs-block .sub-heading {
  padding: 0px 0px 16px;
  color: #363fa1;
}
#other-programs .other-programs-block .other-program-list {
  display: flex;
  padding: 0px 0px 24px;
}
#other-programs .other-programs-block .other-program-list .other-program-image .corporate-image {
  overflow: hidden;
  height: 150px;
  width: 200px;
  border-radius: 8px;
}
#other-programs .other-programs-block .other-program-list .other-program-image .corporate-image .img-placeholder {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 40%;
  height: 150px;
  width: 100%;
  position: relative;
  display: block;
  border-radius: 8px;
  border: 1px solid #ced4da;
}
#other-programs .other-programs-block .other-program-list .other-program-image .corporate-image img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
#other-programs .other-programs-block .other-program-list .other-program-content {
  padding: 0px 24px;
}
#other-programs .other-programs-block .other-program-list .other-program-content .sub-heading {
  padding: 0px;
  color: #222222;
}
#other-programs .other-programs-block .other-program-list .other-program-content .sub-heading:hover {
  color: #363fa1;
}
#other-programs .other-programs-block .other-program-list .other-program-content p {
  max-height: 60px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px !important;
  width: 523px;
  max-height: 150px;
}
#other-programs .other-programs-block .other-program-list .other-program-content a {
  text-decoration: none;
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
}
#other-programs .other-programs-block .other-program-list .other-program-content a:hover {
  color: #363fa1;
  -webkit-text-decoration: underline #363fa1;
          text-decoration: underline #363fa1;
}

#faqs-banner {
  background-image: url(../img/faq-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 40%;
  max-height: 148px;
  width: 100%;
}
#faqs-banner .faqs-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
  gap: 24px;
}
#faqs-banner .faqs-heading .display-heading {
  color: #363fa1 !important;
}
#faqs-banner .faqs-heading p {
  padding: 0px 0px 16px;
  width: 560px;
  margin-bottom: 0px !important;
  color: #222222;
}

#faqs .faqs-block .faqs-section .faqs-content {
  padding: 64px 12px;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-item {
  border-bottom: 1px solid #ced4da !important;
  border: none;
  padding: 16px 0;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-item .accordion-header {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  font-size: 1.5rem;
  cursor: pointer;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-item .accordion-header .chevron-down {
  transition: all 0.5s ease-in-out;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-item .rotate-chevron {
  transform: rotate(-180deg);
  transition: all 0.5s ease-in-out;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-item .accordion-header:hover {
  color: #363fa1;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-item .header-selected {
  color: #363fa1;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-body {
  max-height: 0px;
  overflow: hidden;
  padding: 0px !important;
  scrollbar-width: none;
  transition: all 0.5s ease-in-out;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-body::-webkit-scrollbar {
  display: none;
}
#faqs .faqs-block .faqs-section .faqs-content .accordion-expand {
  padding: 8px !important;
  border-top: 1px solid #ced4da;
  max-height: 500px;
  overflow: auto;
  transition: all 0.5s ease-in-out;
}
#faqs .faqs-block .faqs-section .faqs-content .faqs-head {
  padding: 32px 0px;
  text-align: center;
}
#faqs .faqs-block .faqs-section .faqs-content .faqs-head h2 {
  color: #363fa1;
}
#faqs .faqs-block .faqs-section .faqs-content .faqs-bottom {
  padding: 64px 0px 32px;
  text-align: center;
}
#faqs .faqs-block .faqs-section .faqs-content .faqs-bottom h2 {
  color: #363fa1;
}

#csr-single-blog .csr-single-section {
  display: flex;
  padding: 64px 0px 128px;
}
#csr-single-blog .csr-single-section .content {
  padding-top: 1rem;
}
#csr-single-blog .csr-single-section .content .scriptlesssocialsharing {
  margin: 0px !important;
  padding: 16px 0px;
  border-top: 1px solid #ced4da;
}
#csr-single-blog .csr-single-section .content .scriptlesssocialsharing .scriptlesssocialsharing__heading {
  font-size: 1.5rem;
  font-weight: 500;
}
#csr-single-blog .csr-single-section hr {
  margin: 0px !important;
}
#csr-single-blog .csr-single-section h1 {
  padding: 0px 0px 0px 12px;
  color: #363fa1;
}
#csr-single-blog .csr-single-section .csr-single-img {
  padding: 32px 12px !important;
}
#csr-single-blog .csr-single-section .csr-single-timeline {
  padding: 12px 0 0 0;
}
#csr-single-blog .csr-single-section .csr-single-timeline .author .author-img {
  max-height: 450px;
  overflow: hidden;
  border-radius: 8px;
}
#csr-single-blog .csr-single-section .csr-single-timeline .author .author-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#csr-single-blog .csr-single-section .csr-single-timeline .csr-timeline-block {
  display: flex;
  gap: 24px;
  padding: 12px 6px;
}
#csr-single-blog .csr-single-section .csr-single-timeline p {
  margin-bottom: 0px !important;
  color: rgba(34, 34, 34, 0.5);
}
#csr-single-blog .csr-single-section .csr-single-timeline .date,
#csr-single-blog .csr-single-section .csr-single-timeline .time {
  display: flex;
  gap: 12px;
  color: rgba(15, 6, 6, 0.5);
  align-items: center;
}
#csr-single-blog .csr-single-section .csr-single-timeline .date span,
#csr-single-blog .csr-single-section .csr-single-timeline .time span {
  line-height: normal;
}
#csr-single-blog .csr-single-section .csr-single-timeline .date i,
#csr-single-blog .csr-single-section .csr-single-timeline .time i {
  display: flex;
  align-items: center;
}
#csr-single-blog .csr-single-section .csr-single-block {
  top: 65px;
  padding: 12px 12px 0px 24px;
}
#csr-single-blog .csr-single-section .csr-single-block .sub-heading {
  padding: 0px 0px 8px;
  color: #363fa1;
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list {
  display: flex;
  margin-top: 20px;
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-image {
  overflow: hidden;
  border-radius: 8px;
  min-width: 126px;
  max-width: 126px;
  height: 83px;
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-image .img-placeholder {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  min-width: 126px;
  max-width: 126px;
  height: 83px;
  position: relative;
  display: block;
  border-radius: 8px;
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-content {
  padding-left: 12px;
  max-width: 100%;
  overflow: hidden;
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-content .date {
  font-weight: 600;
  font-size: 12.8px;
  color: #222222;
  color: rgba(34, 34, 34, 0.5);
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-content p {
  font-weight: 400;
  font-size: 16px;
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-content a {
  color: #222222;
  text-decoration: none;
  max-height: 60px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
#csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-content a:hover {
  color: #363fa1;
  -webkit-text-decoration: underline #363fa1;
          text-decoration: underline #363fa1;
}

#csr-single-text-content .text-block {
  padding: 0px 0px 0px 12px;
}
#csr-single-text-content .text-block .second-block {
  padding-top: 30px;
}

#image-block {
  padding: 32px 12px;
  height: 400px;
}
#image-block .photo-block {
  overflow: hidden;
  max-height: 336px;
}

#csr-single-text-block {
  padding: 0px 12px 64px 12px;
}
#csr-single-text-block .text-block .activity-list {
  padding-top: 30px;
}
#csr-single-text-block .text-block .activity-list ul {
  margin: 0px 0px 0px -15px !important;
}

#share-news {
  padding: 16px 0px 0px;
}
#share-news p {
  padding: 0px 12px 8px;
  color: #363fa1;
}
#share-news .button-block {
  display: flex;
  gap: 12px;
}
#share-news .button-block .fb-btn {
  background: #4267b2;
  border-radius: 2px;
  border: none;
}
#share-news .button-block .google-btn {
  background: #db4a39;
  border-radius: 2px;
  border: none;
}
#share-news .button-block .twitter-btn {
  background: #1da1f2;
  border-radius: 2px;
  border: none;
}
#share-news .button-block .linkedin-btn {
  background: #0072b1;
  border-radius: 2px;
  border: none;
}

.awareness .author .author-img {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

.awareness-timeline {
  display: flex;
  gap: 24px;
  padding: 12px 6px;
}
.awareness-timeline p {
  margin-bottom: 0px !important;
  color: rgba(34, 34, 34, 0.5);
}
.awareness-timeline .date,
.awareness-timeline .time {
  display: flex;
  gap: 12px;
  color: rgba(15, 6, 6, 0.5);
  align-items: center;
}
.awareness-timeline .date span,
.awareness-timeline .time span {
  line-height: normal;
}
.awareness-timeline .date i,
.awareness-timeline .time i {
  display: flex;
  align-items: center;
}

.awareness-content {
  gap: 24px;
  align-items: flex-start;
}
.awareness-content .right-side {
  flex-basis: 100%;
}
.awareness-content .right-side .content {
  padding-top: 0 !important;
}

#departments-banner {
  background-image: url(../img/department-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
#departments-banner .departments-heading {
  background-color: transparent;
  padding: 16px 16px;
  gap: 24px;
}
#departments-banner .departments-heading .display-heading {
  color: #fff;
}
#departments-banner .departments-heading p {
  width: 560px;
  margin-bottom: 0px !important;
  color: #fff;
}

#departments .departments-block {
  padding: 64px 12px 128px 12px;
}
#departments .departments-block .corporate-section .corp-image {
  height: 481px;
}
#departments .departments-block .corporate-section .corp-image img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#departments .departments-block .corporate-section a {
  text-decoration: none !important;
}
#departments .departments-block .corporate-section a p {
  padding: 12px 16px 30px 16px;
  font-weight: 600;
  font-size: 12.8px;
  color: #363fa1;
}

#publication-banner {
  background-image: url(../img/publication-banner-image.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
#publication-banner .books {
  position: relative;
  width: 100%;
  left: 80%;
  top: 20px;
  opacity: 0.9;
}
#publication-banner .books .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 200px;
  margin: 0 10px;
  box-shadow: 0 10px 20px rgba(146, 141, 132, 0.8);
  transition: transform 0.5s ease-in-out;
}
#publication-banner .books .book img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
#publication-banner .books .book:nth-child(1) {
  z-index: 3;
  transform: rotate3d(1, 0, 1, 30deg);
  top: 7px;
  left: -31px;
}
#publication-banner .books .book:nth-child(2) {
  z-index: 2;
  transform: rotate3d(1, 0, 1, 45deg);
  left: 11px;
  top: 3px;
}
#publication-banner .publication-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
}
#publication-banner .publication-heading .container .display-heading {
  color: #363fa1 !important;
}
#publication-banner .publication-heading .container p {
  padding: 0px 0px 16px 0px;
  width: 50%;
  margin-bottom: 0px !important;
}

#publication .publication-section {
  padding: 64px 0px 100px;
}
#publication .publication-section .publication-block {
  display: flex;
  padding-bottom: 32px;
  gap: 32px;
}
#publication .publication-section .publication-block .publication-content .sub-heading {
  padding: 0px 0px 8px;
  color: #363fa1;
}
#publication .publication-section .publication-block .publication-content .paragraph {
  padding: 0px 0px 8px;
  width: 408px;
  height: 64px;
}
#publication .publication-section .publication-block .publication-content .date .para {
  font-weight: 600;
  font-size: 12.8px;
  color: #9b9ca3;
}
#publication .publication-section .publication-block .publication-content .more-info a {
  font-weight: 600;
  font-size: 12.8px;
  color: #222222;
  text-decoration: none !important;
}
#publication .publication-section .publication-block .publication-content .more-info a .fa-circle-arrow-right {
  padding-left: 8px;
}

#page .pagination {
  padding: 32px 0px;
}
#page .pagination .total {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
#page .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}
#page .pagination a.active {
  background-color: #363fa1;
  color: #fff;
  border: 1px solid #363fa1;
}

.nooverflow {
  overflow-y: hidden;
}

.divider {
  border-top: 4px solid #f18f01;
  max-width: 55px;
}

#hero-section-video video {
  width: 100% !important;
  height: 100% !important;
  border-bottom: none !important;
  border-right: none !important;
  display: block;
}

#home-global-search {
  background-color: rgba(48, 46, 46, 0.95);
  display: none;
  position: fixed;
  top: 0;
  min-width: 100vw;
  height: 100vh;
  padding: 64px 0px;
  z-index: 999999;
}
#home-global-search .home-search {
  padding: 0% 15%;
}
#home-global-search .home-search .input-search-group {
  gap: 12px;
  padding-bottom: 16px;
}
#home-global-search .home-search .input-search-group div.form-group {
  position: relative;
  width: 100%;
}
#home-global-search .home-search .input-search-group div.form-group .search-field {
  padding: 6px 16px 6px 48px;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
#home-global-search .home-search .input-search-group div.form-group .search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -35%);
  border: 0;
  background-color: transparent !important;
  color: #666;
}
#home-global-search .home-search .input-search-group .close-search {
  position: relative;
  display: block;
  border: 1px solid #ced4da;
  padding: 22px;
  border-radius: 8px;
}
#home-global-search .home-search .input-search-group .close-search .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home-global-search .home-search .input-search-group .close-search:hover {
  background-color: rgba(51, 51, 51, 0.2);
  cursor: pointer;
}
#home-global-search .home-search .input-search-group .fa-close:hover {
  color: #fff;
}
#home-global-search .home-search .showing-results {
  padding: 0px 8px 16px 8px;
  border-bottom: 1px #333333 solid;
}
#home-global-search .home-search .showing-results .result-head {
  color: #363fa1;
}
#home-global-search .home-search .result-block {
  padding: 12px 8px;
}
#home-global-search .home-search .result-block .result {
  padding-bottom: 24px;
}
#home-global-search .home-search .result-block .result .result-color {
  color: #363fa1;
}

.display-search {
  display: block !important;
}

#covid-section .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#covid-section .container-fluid .covid-block {
  padding: 16px 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #333333;
}
#covid-section .container-fluid .covid-block .more-info a {
  color: #fff !important;
}
#covid-section .container-fluid .covid-block .more-info a:hover {
  -webkit-text-decoration: #fff underline !important;
          text-decoration: #fff underline !important;
}
#covid-section .container-fluid .covid-block .covid-head {
  font-weight: 500;
  font-size: 1.25rem;
}
#covid-section .container-fluid .covid-block .covid-head img {
  width: 40px;
}
#covid-section .container-fluid .covid-block .covid-head {
  color: #fff;
}

#about .container .about-section {
  padding: 128px 12px;
}
#about .container .about-section .about-block {
  padding-bottom: 128px;
}
#about .container .about-section .about-block .about-image {
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
#about .container .about-section .about-block .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .container .about-section .about-block .about-content .sub-heading {
  padding-bottom: 0;
}
#about .container .about-section .about-block .about-content .heading-2 {
  line-height: 1.6;
  color: #363fa1;
}
#about .container .about-section .about-block .about-content p {
  font-size: 16px;
  text-align: justify;
  color: #000000;
}
#about .container .about-section .about-block .about-content .more-info a {
  font-weight: 600;
}
#about .container .about-section .about-block .about-content .more-info a:hover {
  color: #363fa1;
  text-decoration: underline !important;
}
#about .container .about-section .logo-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#therapeutic-area {
  background: url(../img/npl-background-img.png) #363fa1 no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  width: 100%;
  max-height: 416px;
}
#therapeutic-area .therapeutic-section {
  padding: 128px 12px 0px;
}
#therapeutic-area .therapeutic-section .heading-3 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff !important;
}
#therapeutic-area .therapeutic-section .heading-2 {
  font-size: 31.25px;
  text-align: center;
  color: #fff !important;
}
#therapeutic-area .therapeutic-section .home-therapeutic-slider {
  padding: 50px 0px 0px;
}
#therapeutic-area .therapeutic-section .home-therapeutic-slider .slider-content {
  margin: 0 12px;
}
#therapeutic-area .therapeutic-section .home-therapeutic-slider .slider-content .slider-img {
  background-color: #000000;
  border-radius: 8px;
  overflow: hidden;
  height: 265px;
}
#therapeutic-area .therapeutic-section .home-therapeutic-slider .slider-content .slider-img a {
  display: block;
  height: 100%;
}
#therapeutic-area .therapeutic-section .home-therapeutic-slider .slider-content .slider-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
#therapeutic-area .therapeutic-section .home-therapeutic-slider .slider-content .slider-img a:hover img {
  transform: scale(1.01) !important;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
#therapeutic-area .therapeutic-section .home-therapeutic-slider .slider-content .naming {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
  width: 100%;
  text-align: center;
}
#therapeutic-area .therapeutic-section .home-therapeutic-slider .slider-content .naming a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff !important;
  text-decoration: none !important;
}

#more-product {
  background: url(../img/home-products-bg.png) no-repeat center/cover;
}
#more-product .more-product-section {
  padding: 256px 12px 128px;
}
#more-product .more-product-section .more-product-search {
  padding: 0px 0px 64px;
}
#more-product .more-product-section .more-product-search .sub-heading {
  padding: 8px 0px 16px;
  font-weight: 600;
  font-size: 31.25px;
  color: #363fa1;
}
#more-product .more-product-section .more-product-search .search-content {
  padding: 0px 0px 16px;
}
#more-product .more-product-section .more-product-search .search-content .search-bar {
  position: relative;
}
#more-product .more-product-section .more-product-search .search-content .search {
  width: 100%;
  height: auto;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.6) !important;
  padding: 8px 30px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
  color: #222222;
}
#more-product .more-product-section .more-product-search .search-content .search:focus {
  border: 0;
  outline: 0;
}
#more-product .more-product-section .more-product-search .search-content .search-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -35%);
  border: 0;
  background-color: transparent !important;
  color: #666;
}
#more-product .more-product-section .more-product-search .sub-heading {
  padding: 8px 0px;
  font-weight: 500;
  font-size: 20px;
  color: rgba(51, 51, 51, 0.6);
}
#more-product .more-product-section .popular-products .products-head .sub-heading {
  color: #363fa1;
  font-weight: 600;
}
#more-product .more-product-section .popular-products .products-head .slider-icon {
  display: flex;
  gap: 12px;
}
#more-product .more-product-section .popular-products .products-head .slider-icon .fa-solid,
#more-product .more-product-section .popular-products .products-head .slider-icon .fa-chevron-left,
#more-product .more-product-section .popular-products .products-head .slider-icon .fa-chevron-right {
  color: #222222;
  cursor: pointer;
}
#more-product .more-product-section .popular-products .products-head .slider-icon .fa-chevron-left:hover,
#more-product .more-product-section .popular-products .products-head .slider-icon .fa-chevron-right:hover {
  color: #363fa1;
  cursor: pointer;
}
#more-product .more-product-section .popular-products .related-product {
  padding-top: 32px;
}
#more-product .more-product-section .popular-products .related-product .card {
  border: 0;
}
#more-product .more-product-section .popular-products .related-product .card .card-body {
  padding: 6px 12px;
}
#more-product .more-product-section .popular-products .related-product .card .card-body .card-title {
  margin-bottom: 0;
}
#more-product .more-product-section .popular-products .related-product .card .card-body .card-title a {
  color: #363fa1;
  text-decoration: none;
}
#more-product .more-product-section .popular-products .related-product .card .card-body .card-title a:hover {
  text-decoration: underline;
}
#more-product .more-product-section .popular-products .related-product .card .productt-image {
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ced4da;
}
#more-product .more-product-section .popular-products .related-product .card .productt-image a {
  background-image: url(../img/product-placeholder.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  background-position-x: 40%;
}
#more-product .more-product-section .popular-products .related-product .card .productt-image a img {
  width: 100%;
  height: 100%;
}
#more-product .more-product-section .popular-products .related-product .related-product-slider ul.slick-dots {
  bottom: -48px;
}

#acheivement {
  background: url(../img/home-bg-blue.jpg) no-repeat center/cover;
  overflow: hidden;
  background-attachment: fixed;
  width: 100%;
}
#acheivement .acheivement-block {
  padding: 64px 12px;
}
#acheivement .acheivement-block .employee .employee-block {
  display: flex;
  padding: 0px 0px 8px;
}
#acheivement .acheivement-block .employee .employee-block .display-heading {
  padding-left: 8px;
  font-weight: 700;
  font-size: 39.06px;
  margin-bottom: 0px !important;
  color: #fff;
}
#acheivement .acheivement-block .employee .employee-block span {
  color: #fff;
  font-size: 30px;
  padding-left: 5px;
  font-weight: 700;
}
#acheivement .acheivement-block .employee .sub-heading {
  padding: 0px 0px 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
#acheivement .acheivement-block .employee p {
  padding-top: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

#home-csr {
  background: url(../img/home-csr-bg.png) no-repeat left/contain;
  background-attachment: fixed;
  max-height: 530px;
}
#home-csr .corporate-socail {
  padding: 128px 12px;
}
#home-csr .corporate-socail .head {
  padding: 0px 0px 32px;
  text-align: center;
}
#home-csr .corporate-socail .head .more-info {
  text-align: center;
}
#home-csr .corporate-socail .head .more-info a {
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#home-csr .corporate-socail .head a:hover {
  color: #363fa1;
  -webkit-text-decoration: underline #363fa1 !important;
          text-decoration: underline #363fa1 !important;
}
#home-csr .corporate-socail .head .heading-2 {
  font-weight: 500;
  font-size: 25px;
  color: #363fa1;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-image {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.3);
}
#home-csr .corporate-socail .corporate-block .csr-card .program-image .csr-img {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  height: 210px;
  position: relative;
  display: block;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-image a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-content .date {
  color: rgba(34, 34, 34, 0.5);
  font-weight: 600;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-content .title {
  min-height: 48px;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-content .title a {
  max-width: 100%;
  text-decoration: none;
  color: #222222;
  font-weight: 500;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-content .title a:hover {
  color: #363fa1;
  -webkit-text-decoration: #363fa1 underline !important;
          text-decoration: #363fa1 underline !important;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-content .more-info a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
#home-csr .corporate-socail .corporate-block .csr-card .program-content .more-info a:hover {
  -webkit-text-decoration: #363fa1 underline !important;
          text-decoration: #363fa1 underline !important;
  color: #363fa1;
}

#home-blogs {
  padding-top: 284px;
  background: url("../img/home-blog-section.png") #363fa1 no-repeat bottom/cover;
  background-position: 200px 200px;
  color: #fff;
}
#home-blogs .home-blog-head {
  padding-top: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#home-blogs .home-blog-head .sub-heading {
  padding: 0px 0px 0px 0px;
}
#home-blogs .home-blog-head .more-info {
  font-family: "Plus Jakarta Sans";
  font-size: 0.8rem !important;
  text-align: end !important;
}
#home-blogs .home-blog-head .more-info a {
  font-weight: 600;
  color: #fff !important;
}
#home-blogs .home-blog-head .more-info a:hover {
  text-decoration: underline !important;
}
#home-blogs .blog-lists {
  padding: 0px 0px 128px;
}
#home-blogs .blog-lists .blog-single-img {
  overflow: hidden;
  border-radius: 8px;
  max-height: 280px;
}
#home-blogs .blog-lists .blog-single-img a {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 40%;
  background-position-y: 50%;
  width: 100%;
  height: 280px;
  position: relative;
  display: block;
  border-radius: 8px;
}
#home-blogs .blog-lists .blog-single-img a img {
  -o-object-fit: cover;
     object-fit: cover;
}
#home-blogs .blog-lists .sub-heading {
  color: #fff;
}
#home-blogs .blog-lists .heading-1 {
  padding-bottom: 0;
}
#home-blogs .blog-lists .title a {
  color: #fff;
  margin-bottom: 0px !important;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-blogs .blog-lists .title a:hover {
  -webkit-text-decoration: underline #fff !important;
          text-decoration: underline #fff !important;
}
#home-blogs .blog-lists .more-info {
  padding: 0px 0px 8px 0px;
}
#home-blogs .blog-lists .more-info a {
  font-family: "Plus Jakarta Sans";
  font-size: 12.8px;
  font-weight: 500;
  color: #fff !important;
}
#home-blogs .blog-lists .more-info a:hover {
  text-decoration: underline !important;
}
#home-blogs .blog-lists .para {
  margin: 0px 0px 16px 0px;
  color: #fff;
  margin-bottom: 0px !important;
  line-height: 1.5 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: justify;
}
#home-blogs .blog-lists .csr-single-timeline {
  display: flex;
  gap: 24px;
  padding: 12px 0 6px 0;
}
#home-blogs .blog-lists .csr-single-timeline .author .author-img img {
  color: #fff !important;
}
#home-blogs .blog-lists .csr-single-timeline .date,
#home-blogs .blog-lists .csr-single-timeline .time,
#home-blogs .blog-lists .csr-single-timeline .author {
  display: flex;
  gap: 6px;
  font-size: 12.8px;
  align-items: center;
  color: #fff !important;
}
#home-blogs .blog-lists .csr-single-block {
  padding: 0px 12px 0px 0px;
}
#home-blogs .blog-lists .csr-single-block .sub-heading {
  padding: 0px 0px 8px;
  color: #fff;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: flex;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-image {
  overflow: hidden;
  max-height: 100px;
  border-radius: 8px;
  min-width: 136px;
  min-height: 100px;
  max-width: 136px;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-image .img-placeholder {
  background-image: url(../img/product-placeholder.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40%;
  width: 100%;
  min-width: 126px;
  max-width: 126px;
  height: 83px;
  position: relative;
  display: block;
  border-radius: 8px;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-content {
  padding-left: 12px;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-content .more-info {
  font-weight: 600;
  font-size: 12.8px !important;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-content .more-info a {
  color: #fff !important;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-content .more-info a:hover {
  text-decoration: underline !important;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-content .date {
  font-weight: 600;
  font-size: 12.8px;
  color: #fff;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-content .other-blog-title a {
  color: #fff !important;
  line-height: 1.5 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-decoration: none;
}
#home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-content .other-blog-title a:hover {
  text-decoration: underline;
}

#home-news {
  background: url(../img/world-map-fifa.png) no-repeat center/contain;
}
#home-news .news-blogs {
  padding: 128px 0px;
}
#home-news .news-blogs .heading {
  padding: 0px 0px 16px;
}
#home-news .news-blogs .heading .more-info {
  text-align: end;
}
#home-news .news-blogs .heading .more-info a {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
#home-news .news-blogs .heading .more-info a:hover {
  color: #363fa1;
  -webkit-text-decoration: #363fa1 underline !important;
          text-decoration: #363fa1 underline !important;
}
#home-news .news-blogs .heading .sub-heading {
  font-weight: 500;
  font-size: 20px;
  color: #222222;
}
#home-news .news-blogs .heading .heading-2 {
  font-weight: 500;
  font-size: 25px;
  color: #363fa1;
}
#home-news .news-blogs .news-section .news-image a.card-frame {
  display: block;
  height: 181px;
  overflow: hidden;
  border-radius: 8px;
  background-image: url(../img/product-placeholder.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 40%;
  background-position-y: 60%;
  width: 100%;
  position: relative;
}
#home-news .news-blogs .news-section .news-image a.card-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-news .news-blogs .news-section .news-image .timeline {
  padding: 16px 0px;
}
#home-news .news-blogs .news-section .news-image .timeline span {
  font-weight: 600;
  font-size: 12.8px;
  color: #9b9ca3;
}
#home-news .news-blogs .news-section .news-image .timeline .blog-head a {
  text-decoration: none !important;
  color: #222222;
  font-weight: 500;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-news .news-blogs .news-section .news-image .timeline .blog-head a:hover {
  color: #363fa1;
  text-decoration: underline !important;
}
#home-news .news-blogs .news-section .news-image .timeline .blog-head .blog-content {
  padding-top: 8px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#home-publication {
  background: transparent;
}
#home-publication .head {
  padding: 0px 0px 16px;
}
#home-publication .head .more-info {
  text-align: end;
}
#home-publication .head .more-info a {
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  text-decoration: none;
}
#home-publication .head .more-info a .fa-circle-arrow-right {
  padding-left: 8px;
}
#home-publication .head .more-info a:hover {
  color: #363fa1;
  -webkit-text-decoration: #363fa1 underline !important;
          text-decoration: #363fa1 underline !important;
}
#home-publication .head .heading-2 {
  font-weight: 500;
  font-size: 25px;
  color: #363fa1;
}
#home-publication .publication-section {
  padding: 64px 0px 100px;
}
#home-publication .publication-section .publication-block {
  display: flex;
  padding-bottom: 32px;
  gap: 24px;
}
#home-publication .publication-section .publication-block .publication-image ._df_thumb {
  margin: 0;
}
#home-publication .publication-section .publication-block .publication-content .sub-heading {
  padding: 0px 0px 8px;
  color: #363fa1;
}
#home-publication .publication-section .publication-block .publication-content .paragraph {
  padding: 0px 0px 8px;
  width: 408px;
  height: 64px;
}
#home-publication .publication-section .publication-block .publication-content .date {
  font-weight: 600;
  font-size: 12.8px;
  color: #9b9ca3;
}

#contact {
  background: #23264f;
}
#contact .contact-block {
  padding: 128px 12px;
}
#contact .contact-block .form-section .form-control {
  color: #fff !important;
}
#contact .contact-block .form-section .form-label {
  color: #fff;
}
#contact .contact-block .form-section input {
  border-bottom: 1px solid #fff;
  background: #2d2f45;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}
#contact .contact-block .form-section textarea {
  background: #2d2f45;
  color: #fff !important;
}
#contact .contact-block .form-section textarea #message {
  color: #fff !important;
}
#contact .contact-block .head {
  padding: 0px 0px 16px;
}
#contact .contact-block .head .more-info {
  text-align: end;
}
#contact .contact-block .head .more-info a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
#contact .contact-block .head .more-info a:hover {
  -webkit-text-decoration: #fff underline !important;
          text-decoration: #fff underline !important;
}
#contact .contact-block .head .heading-2 {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
}
#contact .contact-block .wpforms-container-full {
  color: #fff;
}
#contact .contact-block .wpforms-container-full .wpforms-field {
  padding: 16px 0;
}
#contact .contact-block .wpforms-container-full label {
  font-weight: 400 !important;
}
#contact .contact-block .wpforms-container-full label.wpforms-error {
  background-color: #fff;
  padding: 2px 4px;
  display: inline-block !important;
  border-radius: 4px;
}
#contact .contact-block .wpforms-container-full input {
  background-color: transparent !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0 !important;
  max-width: 100% !important;
}
#contact .contact-block .wpforms-container-full textarea {
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 8px;
  color: #ffffff !important;
}
#contact .contact-block .wpforms-container-full .wpforms-form button[type=submit] {
  padding: 6px 12px !important;
  border-radius: 8px !important;
  background-color: #f18f01 !important;
  color: #fff !important;
  border: 0px;
}
#contact .contact-block .contact-img {
  padding-left: 121px;
  position: relative;
}
#contact .contact-block .contact-img img {
  opacity: 0.9;
}
#contact .contact-block .button-section {
  padding-top: 24px;
}
#contact .contact-block .button-section .btn {
  padding: 0px;
}
#contact .contact-block .button-section .btn .btn-warning {
  padding: 10px !important;
  color: #fff;
}
#contact .contact-block .map-loc1,
#contact .contact-block .map-loc2,
#contact .contact-block .map-loc3 {
  display: flex;
}
#contact .contact-block .map-loc1 .loc1-image,
#contact .contact-block .map-loc1 .loc2-image,
#contact .contact-block .map-loc1 .loc3-image,
#contact .contact-block .map-loc2 .loc1-image,
#contact .contact-block .map-loc2 .loc2-image,
#contact .contact-block .map-loc2 .loc3-image,
#contact .contact-block .map-loc3 .loc1-image,
#contact .contact-block .map-loc3 .loc2-image,
#contact .contact-block .map-loc3 .loc3-image {
  width: 20px;
  height: 30px;
}
#contact .contact-block .map-loc1 .loc1-content,
#contact .contact-block .map-loc1 .loc2-content,
#contact .contact-block .map-loc1 .loc3-content,
#contact .contact-block .map-loc2 .loc1-content,
#contact .contact-block .map-loc2 .loc2-content,
#contact .contact-block .map-loc2 .loc3-content,
#contact .contact-block .map-loc3 .loc1-content,
#contact .contact-block .map-loc3 .loc2-content,
#contact .contact-block .map-loc3 .loc3-content {
  padding: 0px 0px 0px 10px;
  display: flex;
  flex-direction: column;
}
#contact .contact-block .map-loc1 .loc1-content .office,
#contact .contact-block .map-loc1 .loc2-content .office,
#contact .contact-block .map-loc1 .loc3-content .office,
#contact .contact-block .map-loc2 .loc1-content .office,
#contact .contact-block .map-loc2 .loc2-content .office,
#contact .contact-block .map-loc2 .loc3-content .office,
#contact .contact-block .map-loc3 .loc1-content .office,
#contact .contact-block .map-loc3 .loc2-content .office,
#contact .contact-block .map-loc3 .loc3-content .office {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #f18f01;
  cursor: pointer;
}
#contact .contact-block .map-loc1 .loc1-content .location,
#contact .contact-block .map-loc1 .loc2-content .location,
#contact .contact-block .map-loc1 .loc3-content .location,
#contact .contact-block .map-loc2 .loc1-content .location,
#contact .contact-block .map-loc2 .loc2-content .location,
#contact .contact-block .map-loc2 .loc3-content .location,
#contact .contact-block .map-loc3 .loc1-content .location,
#contact .contact-block .map-loc3 .loc2-content .location,
#contact .contact-block .map-loc3 .loc3-content .location {
  opacity: 0;
}
#contact .contact-block .map-loc1 .loc1-content .location,
#contact .contact-block .map-loc1 .loc1-content .location-1,
#contact .contact-block .map-loc1 .loc2-content .location,
#contact .contact-block .map-loc1 .loc2-content .location-1,
#contact .contact-block .map-loc1 .loc3-content .location,
#contact .contact-block .map-loc1 .loc3-content .location-1,
#contact .contact-block .map-loc2 .loc1-content .location,
#contact .contact-block .map-loc2 .loc1-content .location-1,
#contact .contact-block .map-loc2 .loc2-content .location,
#contact .contact-block .map-loc2 .loc2-content .location-1,
#contact .contact-block .map-loc2 .loc3-content .location,
#contact .contact-block .map-loc2 .loc3-content .location-1,
#contact .contact-block .map-loc3 .loc1-content .location,
#contact .contact-block .map-loc3 .loc1-content .location-1,
#contact .contact-block .map-loc3 .loc2-content .location,
#contact .contact-block .map-loc3 .loc2-content .location-1,
#contact .contact-block .map-loc3 .loc3-content .location,
#contact .contact-block .map-loc3 .loc3-content .location-1 {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#contact .contact-block .loc2-image,
#contact .contact-block .loc1-image,
#contact .contact-block .loc3-image {
  cursor: pointer;
}
#contact .contact-block .map-loc1 {
  position: absolute;
  top: 59%;
  transform: translate(-50%, -50%);
  left: 72%;
}
#contact .contact-block .map-loc1 .loc1-image img {
  transition: all 0.2s ease-in-out;
}
#contact .contact-block .map-loc1 .loc1-image img:hover {
  width: 25px;
  height: 35px;
  transform: scale(1);
}
#contact .contact-block .map-loc1 .loc1-image:hover ~ .loc1-content .location {
  opacity: 1;
}
#contact .contact-block .map-loc2 {
  flex-direction: row-reverse;
  position: absolute;
  top: 76%;
  transform: translate(-50%, -50%);
  left: 54%;
}
#contact .contact-block .map-loc2 .loc2-image img {
  transition: all 0.2s ease-in-out;
}
#contact .contact-block .map-loc2 .loc2-image img:hover {
  width: 25px;
  height: 35px;
  transform: scale(1);
}
#contact .contact-block .map-loc2 .office {
  text-align: end;
  padding-right: 10px;
}
#contact .contact-block .map-loc2 .location {
  text-align: end;
  padding-right: 10px;
  transition: all 0.2s ease-in-out;
}
#contact .contact-block .map-loc2 .loc2-image:hover ~ .loc2-content .location {
  opacity: 1;
}
#contact .contact-block .map-loc3 {
  position: absolute;
  top: 84%;
  transform: translate(-50%, -50%);
  left: 73%;
}
#contact .contact-block .map-loc3 .loc3-image img {
  transition: all 0.2s ease-in-out;
}
#contact .contact-block .map-loc3 .loc3-image img:hover {
  width: 25px;
  height: 35px;
  transform: scale(1);
}
#contact .contact-block .map-loc3 .loc3-image:hover ~ .loc3-content .location {
  opacity: 1;
}
#contact .contact-block .loc1-content:hover .location,
#contact .contact-block .loc2-content:hover .location,
#contact .contact-block .loc3-content:hover .location {
  opacity: 1;
}

#product-page-search .search-content .search-bar .search-icon {
  top: 44% !important;
}
#product-page-search .search-content .search-bar .search {
  border: 1px solid #CED4DA;
  border-radius: 50px;
  padding: 2px 13px;
  text-indent: 25px;
}

#product-page .results-block {
  border-bottom: 1px solid #CED4DA;
  border-top: 1px solid #CED4DA;
  width: 100% !important;
}
#product-page .results-block .results-section {
  display: flex;
  justify-content: space-between;
  padding: 8px 48px 8px 24px;
}
#product-page .results-block .results-section p {
  font-weight: 600;
  font-size: 12.8px;
  color: #363fa1;
}
#product-page .results-block .results-section .icon-block .search-icon-view {
  display: flex;
}
#product-page .right {
  padding-right: 0px !important;
  padding-left: 0px !important;
  border-right: 1px solid #CED4DA;
}
#product-page .left {
  padding-left: 0px !important;
}
#product-page .product-page-filter .filter-category .text-truncate {
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  width: auto;
}
#product-page .product-page-filter .filter-category .text-truncate a {
  font-weight: 600;
  font-size: 12.8px;
  color: #222222;
}
#product-page .product-page-filter .filter-head {
  border-bottom: 1px solid #CED4DA;
}
#product-page .product-page-filter .filter-head p, #product-page .product-page-filter .filter-head .fa-filter {
  font-weight: 600;
  font-size: 16px;
  color: #363fa1;
}
#product-page .product-page-filter .filter-group .filter-group-head p {
  font-weight: 600;
  font-size: 12.8px;
  color: #222222;
}
#product-page .product-page-filter .filter-group .filter-category p {
  text-align: center;
}
#product-page .product-page-filter .filter-group .filter-category p a {
  color: #222222 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 12.8px;
}
#product-page .product-page-filter .generic-name .generic-name-head p {
  font-weight: 600;
  font-size: 12.8px;
  text-align: center;
  color: #222222;
  margin-bottom: 0px !important;
}
#product-page .product-page-filter .generic-name .filter-category p {
  color: #222222 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 12.8px;
  width: auto;
}
#product-page .product-page-cards .product-page-section .card-block .card {
  padding: 0px 0px 32px;
}
#product-page .product-page-cards .product-page-section .card-block .card .card-body .card-title {
  margin-bottom: 0px !important;
}
#product-page .product-page-cards .product-page-section .card-block .card .card-body .card-title a {
  font-weight: 600;
  font-size: 12.8px;
  color: #363fa1;
  text-decoration: none !important;
  height: 150px;
}
#product-page .product-page-cards .product-page-section .card-block .card .card-body .card-title a:hover {
  -webkit-text-decoration: underline #363fa1 !important;
          text-decoration: underline #363fa1 !important;
}
#product-page .product-page-cards .product-page-section .card-block .card .card-body p {
  font-weight: 400;
  font-size: 12.8px;
  color: #333333;
}

#careers-banner-apply-job {
  background-image: url("../img/careers-banner-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  overflow: hidden;
}
#careers-banner-apply-job .careers-banner {
  padding: 16px 0;
}
#careers-banner-apply-job .display-heading {
  color: #363fa1;
}
#careers-banner-apply-job p {
  width: 40%;
}

#job-detail .contain-pad {
  padding: 64px 12px 128px;
}
#job-detail .contain-pad .other-opening {
  padding: 0px 24px 64px;
  border-left: 1px solid #CED4DA;
}
#job-detail .contain-pad .other-opening .social-share {
  padding-bottom: 32px;
}
#job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .facebook, #job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .twitter, #job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .pinterest, #job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .linkedin, #job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .email {
  color: rgba(0, 0, 0, 0.7);
}
#job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .facebook:hover, #job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .twitter:hover, #job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .pinterest:hover, #job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .linkedin:hover, #job-detail .contain-pad .other-opening .social-share .scriptlesssocialsharing-buttons .email:hover {
  color: #363fa1;
}
#job-detail .contain-pad .gap-detail {
  padding-right: 64px;
}
#job-detail .contain-pad .gap-detail .featured-image img {
  width: 100%;
}
#job-detail .contain-pad .gap-detail .job-description .job-brief.fields, #job-detail .contain-pad .gap-detail .job-description .requirements.fields {
  padding-top: 24px;
}
#job-detail .contain-pad .gap-detail .job-description .job-brief.fields .heading-3, #job-detail .contain-pad .gap-detail .job-description .requirements.fields .heading-3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0px !important;
}
#job-detail .contain-pad .gap-detail .job-description .job-brief.fields p, #job-detail .contain-pad .gap-detail .job-description .requirements.fields p {
  margin-bottom: 0px !important;
}
#job-detail .contain-pad .gap-detail .position {
  justify-content: space-between;
}
#job-detail .contain-pad .gap-detail .position .position-title .heading-3 {
  font-weight: 600;
  font-size: 25px;
  color: #393F86;
  text-transform: capitalize;
}
#job-detail .contain-pad .gap-detail .position .apply-now .btn {
  padding: 0px;
}
#job-detail .contain-pad .gap-detail .position .apply-now .btn .button-text.text-white {
  background: #393F86;
  border-radius: 4px;
}
#job-detail .contain-pad .gap-detail .position .apply-now .btn .button-text.text-white a {
  padding: 5px 10px !important;
  color: #fff;
}
#job-detail .contain-pad .gap-detail .job-buttons {
  margin-top: 32px;
}
#job-detail .contain-pad .gap-detail .job-buttons .back-btn {
  border: 1px solid #222222;
  border-radius: 4px;
  padding: 5px 10px;
}
#job-detail .contain-pad .gap-detail .job-buttons .back-btn a {
  text-decoration: none !important;
}
#job-detail .contain-pad .gap-detail .job-buttons .back-btn a span {
  color: #222222 !important;
  font-weight: 400;
  font-size: 16px;
}
#job-detail .contain-pad .gap-detail .job-buttons .apply-now {
  margin-left: 12px;
}
#job-detail .contain-pad .gap-detail .job-buttons .apply-now .btn {
  background: #393F86;
  border-radius: 4px;
  padding: 5px 10px;
}
#job-detail .contain-pad .gap-detail .job-buttons .apply-now .btn a {
  color: #fff;
  padding: 5px 10px;
  padding: 0px !important;
}
#job-detail .contain-pad #similarjobss .single-job .job-details {
  padding: 16px 24px 32px 0px;
  border-bottom: 1px solid #CED4DA;
}
#job-detail .contain-pad #similarjobss .single-job .job-details .job-title a {
  text-decoration: none !important;
  color: #363fa1;
  text-transform: capitalize;
  font-weight: 600;
}
#job-detail .contain-pad #similarjobss .single-job .job-details .job-info {
  font-weight: 600;
  font-size: 12.8px;
}
#job-detail .contain-pad #similarjobss .single-job .job-details .job-info .job-position-name, #job-detail .contain-pad #similarjobss .single-job .job-details .job-info .job-type-name, #job-detail .contain-pad #similarjobss .single-job .job-details .job-info .job-location-name {
  padding-left: 5px;
}

#gallery-banner {
  background-image: url(../img/gallery-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  width: 100%;
  max-height: 148px;
}
#gallery-banner .gallery-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
}
#gallery-banner .gallery-heading .container .display-heading {
  color: #363fa1 !important;
}
#gallery-banner .gallery-heading .container p {
  padding: 0px 0px 16px 0px;
  width: 450px;
  margin-bottom: 0px !important;
}

#gallery-section {
  padding: 64px 0px 128px 0px;
  background-color: #F8F8F8;
}
#gallery-section .ngg-breadcrumbs {
  display: none;
}
#gallery-section .album-head-color {
  color: #363fa1;
  display: none;
}
#gallery-section .ngg-albumoverview {
  margin-top: 32px;
  margin-bottom: 0px;
}
#gallery-section .ngg-albumoverview .ngg-album-compact {
  border: none;
  box-shadow: none;
  background-color: #FFFFFF;
  margin: 0px 20px 12px 0px !important;
}
#gallery-section .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox {
  padding: 0px 0px 10px 0px !important;
}
#gallery-section .ngg-albumoverview .ngg-album-compact h4 a.ngg-album-desc {
  letter-spacing: normal !important;
}

#footer {
  background: #363fa1;
}
#footer .container .footer-block {
  padding: 100px 12px;
}
#footer .container .footer-block .home {
  padding-bottom: 16px;
}
#footer .container .footer-block .home a {
  text-decoration: none;
  color: #fff;
}
#footer .container .footer-block .home a:hover {
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}
#footer .container .footer-block .company-name {
  color: #fafafa;
}
#footer .container .footer-block .company {
  display: flex;
  align-items: center;
  padding: 0px 0px 6px;
}
#footer .container .footer-block .company .company-logo {
  margin-left: -12px;
}
#footer .container .footer-block .company-contact {
  padding-top: 16px;
}
#footer .container .footer-block .company-contact .location-1,
#footer .container .footer-block .company-contact .location-2,
#footer .container .footer-block .company-contact .location-3 {
  display: flex;
  align-items: flex-start;
}
#footer .container .footer-block .company-contact .location-1 span,
#footer .container .footer-block .company-contact .location-2 span,
#footer .container .footer-block .company-contact .location-3 span {
  margin-bottom: 0px;
  color: #fafafa;
}
#footer .container .footer-block .company-contact .loc-2 span:hover, #footer .container .footer-block .company-contact .loc-1 span:hover {
  text-decoration: underline;
}
#footer .container .footer-block .company-contact .loc-2 {
  gap: 6px;
}
#footer .container .footer-block .company-contact .loc-2 span {
  padding-left: 12px;
}
#footer .container .footer-block .company-contact .loc-2 div {
  padding-left: 16px;
}
#footer .container .footer-block .company-contact .loc-1 {
  padding-bottom: 16px;
  gap: 6px;
}
#footer .container .footer-block .company-contact .loc-1 div img {
  margin-left: 5px;
}
#footer .container .footer-block .company-contact .loc-1 span {
  padding-left: 5px;
}
#footer .container .footer-block .company-contact .loc-3 {
  padding-bottom: 16px;
}
#footer .container .footer-block .company-contact .loc-3 span {
  padding-left: 10px;
}
#footer .container .footer-block .company-contact .location-2 {
  padding-bottom: 16px;
}
#footer .container .footer-block .company-contact .location-1 {
  padding-bottom: 16px;
  padding-left: 5px;
  gap: 6px;
}
#footer .container .footer-block .company-contact .location-1 span {
  padding-left: 12px;
}
#footer .container .footer-block .company-contact .location-3 {
  align-items: center;
}
#footer .container .footer-block .company-contact .location-3 span {
  padding-left: 16px;
}
#footer .container .footer-block .company-contact .location-2 {
  display: flex;
  flex-direction: column;
}
#footer .container .footer-block .accordion .accordion-item {
  background: #363fa1;
  border: none;
}
#footer .container .footer-block .accordion .accordion-item .accordion-header {
  border-bottom: 1px solid #fff;
}
#footer .container .footer-block .accordion .accordion-item .accordion-header .accordion-button {
  background: #363fa1;
  color: #fff !important;
  border: none !important;
}
#footer .container .footer-block .accordion .accordion-item .accordion-header .accordion-button .accordion-button::after {
  content: "";
  color: #fff !important;
}
#footer .container .footer-block .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}
#footer .container .footer-block .accordion .accordion-item .accordion-body {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
#footer .container .footer-block .accordion .accordion-item .accordion-body .nav-content {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
#footer .container .footer-block .accordion .accordion-item .accordion-body .nav-content li {
  padding-bottom: 16px;
}
#footer .container .footer-block .accordion .accordion-item .accordion-body .nav-content li a {
  text-decoration: none;
  color: #fff;
}
#footer .container .footer-block .accordion .accordion-item .accordion-body .nav-content li a:hover {
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}
#footer .copyright {
  padding: 16px 0px;
  text-align: center;
  border-top: 1px solid #fff;
}
#footer .copyright span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  color: #ffffff;
}

#nrf ul {
  padding-right: 2rem;
  padding-top: 0.5rem;
}
#nrf .nrf-block {
  padding: 64px 0px;
}
#nrf .nrf-block .fleur-content .para {
  margin-bottom: 0px !important;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: justify;
}
#nrf .nrf-block .nrf-move {
  order: -1;
}
#nrf .nrf-block .nrf-side {
  padding-left: 128px;
}
#nrf .nrf-block .nrf-content {
  padding-bottom: 32px;
}
#nrf .nrf-block .nrf-content .dep-image {
  border: 1px solid #cccccc;
  float: right !important;
  width: 450px;
  height: 325px;
  border-radius: 6px;
  text-align: center;
  padding: 24px;
  margin-left: 24px;
}
#nrf .nrf-block .nrf-content .dep-image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  justify-self: center;
}
#nrf .nrf-block .nrf-content p {
  margin-bottom: 0px !important;
  padding-bottom: 12px;
  text-align: justify;
}
#nrf .nrf-block .nrf-content .nrf-head .heading-1 {
  color: #363fa1;
  padding-bottom: 16px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

#division {
  background-color: #363fa1;
}
#division .nrf-list {
  padding: 32px 0px;
}
#division .nrf-list .sub-heading {
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 0px !important;
  font-weight: 600;
}
#division .nrf-list ol {
  margin-left: -12px;
  color: #fff;
}
#division .nrf-list ol li {
  padding: 4px;
}

#list-of-client {
  padding: 32px 0px;
}
#list-of-client .heading-1 {
  padding-bottom: 16px;
  color: #363fa1;
  font-weight: 600;
}
#list-of-client ol li {
  padding: 4px;
}

#division-content {
  background-color: #fafafa;
}
#division-content .our-division-block {
  padding: 32px 0px;
  position: relative;
}
#division-content .our-division-block .our-division-head {
  padding-bottom: 16px;
  font-weight: 600;
}
#division-content .our-division-block ol {
  margin-left: -12px;
  padding-top: 8px;
}
#division-content .our-division-block ol li {
  padding: 4px;
}

aside {
  padding-left: 0.5rem;
  box-shadow: inset 5px 0 5px -5px #363fa1;
  color: #363fa1;
  float: right;
  margin-top: -64px;
}
aside .contact-title {
  font-weight: 600;
  font-size: 24px;
}
aside .contact-block span {
  padding-left: 24px;
}

#certificate {
  padding: 64px 12px;
}
#certificate .wrapper {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 40px;
}
#certificate .a {
  transform: rotate(-5deg);
}
#certificate .b {
  transform: rotate(5deg);
}
#certificate .box {
  border-radius: 6px;
  padding: 6px;
  max-width: 350px;
  box-shadow: 0 3px 10px rgba(28, 27, 27, 0.2);
  transition: all 0.3s ease-in-out;
}
#certificate .box img {
  width: 100%;
}
#certificate .box:hover {
  transform: rotate(0deg);
  cursor: pointer;
}

@media (max-width: 600px) {
  #division-content aside {
    position: static;
    transform: translate(0%, 0%);
  }
  #nrf .nrf-block {
    padding: 64px 0px;
  }
  #nrf .nrf-block .fleur-content .para {
    margin-bottom: 0px !important;
    padding-bottom: 16px;
    padding-top: 16px;
    text-align: justify;
  }
  #nrf .nrf-block .nrf-move {
    order: -1;
  }
  #nrf .nrf-block .nrf-side {
    padding-left: 128px;
  }
  #nrf .nrf-block .nrf-content {
    padding-bottom: 0px;
  }
  #nrf .nrf-block .nrf-content p {
    margin-bottom: 0px !important;
    padding-bottom: 30px;
    text-align: justify;
  }
  #nrf .nrf-block .nrf-content .nrf-head .heading-1 {
    color: #363fa1;
    padding-bottom: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  #nrf .nrf-block .nrf-img-size {
    padding-left: 12px;
    padding-bottom: 32px;
  }
  #nrf .nrf-block .nrf-img-size .dep-image {
    display: flex;
    justify-content: center;
    height: 250px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    padding: 16px 0px;
  }
  #nrf .nrf-block .nrf-img-size .dep-image img {
    width: 100%;
    height: auto;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    justify-self: center;
  }
  #research-development .content-block {
    padding: 64px 0px 64px 0px;
  }
  #research-development .content-block .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #research-development .content-block .heading-1 {
    color: #363fa1;
    padding-bottom: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  #research-development .content-block .image-block {
    padding-right: 0px;
  }
  #research-development .content-block .image-block .first-image {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
  }
  #research-development .content-block .image-block .first-image img {
    width: 100%;
  }
  #research-development .content-block .image-block .second-third-image {
    display: flex;
    gap: 24px;
  }
  #research-development .content-block .image-block .second-third-image .image {
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
  }
  #research-development .content-block .image-block .second-third-image .image img {
    width: 100%;
  }
  #clinical-research .content-block {
    padding: 0px 0px 64px 0px;
  }
  #clinical-research .content-block .heading-1 {
    color: #363fa1;
    padding-bottom: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  #clinical-research .content-block .image-block {
    padding-left: 0px;
  }
  #clinical-research .content-block .image-block .first-image {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 8px;
  }
  #clinical-research .content-block .image-block .first-image img {
    width: 100%;
  }
  #clinical-research .content-block .image-block .second-third-image {
    display: flex;
    gap: 24px;
  }
  #clinical-research .content-block .image-block .second-third-image .image {
    width: 50%;
    height: 211px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
  }
  #clinical-research .content-block .image-block .second-third-image .image img {
    width: 100%;
  }
  #biotechnology .content-block {
    padding: 0px 0px 128px 0px;
  }
  #biotechnology .content-block .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #biotechnology .content-block .heading-1 {
    color: #363fa1;
    padding-bottom: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  #biotechnology .content-block .image-block {
    padding-right: 0px;
  }
  #biotechnology .content-block .image-block .first-image {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
  }
  #biotechnology .content-block .image-block .first-image img {
    width: 100%;
  }
  #biotechnology .content-block .image-block .second-third-image {
    display: flex;
    gap: 24px;
  }
  #biotechnology .content-block .image-block .second-third-image .image {
    width: 50%;
    height: 211px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
  }
  #biotechnology .content-block .image-block .second-third-image .image img {
    width: 100%;
  }
}
#about-fleur .heading-1 {
  color: #363fa1;
  font-weight: 600;
  margin-bottom: 0px !important;
}
#about-fleur {
  padding: 64px 0px 128px 0px;
}
#about-fleur .para-content-right {
  padding-right: 5%;
}
#about-fleur h1 {
  padding-bottom: 24px;
}
#about-fleur .fleur-logo {
  height: 67.5%;
  border-radius: 8px;
  border: 1px solid #cccccc;
  display: flex;
  align-content: center;
}
#about-fleur .fleur-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#about-fleur .fleur-vision-mission {
  padding: 64px 0px;
}
#about-fleur .fleur-vision-mission .block-1 {
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 16px 24px;
}
#about-fleur .fleur-vision-mission .block-1 .gap-24 {
  gap: 24px;
}
#about-fleur .fleur-vision-mission .block-1 .wid-50 {
  width: 50%;
}
#about-fleur .fleur-vision-mission .sub-heading {
  color: #363fa1;
}
#about-fleur .our-alliances {
  border-bottom: 2px solid #f18f01;
  padding-bottom: 8px;
}
#about-fleur .alliance-content {
  padding-top: 32px;
}
#about-fleur .alliance-content span {
  width: 418px;
}
#about-fleur .alliance-content .gap-16 {
  gap: 16px;
}

#fleur-history .heading-1 {
  color: #363fa1;
  font-weight: 600;
  margin-bottom: 0px !important;
}
#fleur-history {
  padding: 64px 0px 128px 0px;
  background-color: #fafafa;
}
#fleur-history .para-content-left {
  padding-left: 5%;
}
#fleur-history .heading-1 {
  padding-bottom: 0px !important;
}
#fleur-history .fleur-history-content {
  padding-top: 64px;
}
#fleur-history .fleur-history-content .history-image {
  height: 67.5%;
  border-radius: 8px;
  display: flex;
  align-content: center;
  overflow: hidden;
}
#fleur-history .fleur-history-content .history-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#fleur-contact .contact-us {
  padding: 128px 0px;
}
#fleur-contact .contact-us .display-heading {
  color: #363fa1 !important;
  padding-bottom: 20px;
  font-size: 40px;
}
#fleur-contact .contact-us .display-heading::before {
  content: "Any";
  padding-bottom: 5px;
  border-bottom: 3px solid #363fa1;
}
#fleur-contact .contact-us .more-info a {
  font-weight: 500;
}
#fleur-contact .contact-us .more-info a:hover {
  color: #363fa1;
  -webkit-text-decoration: underline #363fa1 !important;
          text-decoration: underline #363fa1 !important;
}

@media (max-width: 600px) {
  #about-fleur {
    padding: 64px 0px 64px 0px;
  }
  #about-fleur .para-content-right {
    padding-right: 0px;
  }
  #about-fleur .fleur-logo {
    height: 200px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    display: flex;
    align-content: center;
  }
  #about-fleur .fleur-logo img {
    width: 100%;
    height: auto;
    -o-object-position: cover;
       object-position: cover;
  }
  #about-fleur .fleur-vision-mission {
    padding: 64px 0px 64px 12px;
  }
  #about-fleur .fleur-vision-mission .block-1 {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 24px 24px 16px 24px;
    margin-bottom: 16px;
  }
  #about-fleur .fleur-vision-mission .block-1 .gap-24 {
    align-items: flex-start;
  }
  #about-fleur .fleur-vision-mission .sub-heading {
    color: #363fa1;
  }
  #about-fleur .our-alliances {
    border-bottom: 2px solid #f18f01;
    padding-bottom: 8px;
  }
  #about-fleur .alliance-content {
    padding-top: 32px;
    flex-direction: column;
  }
  #about-fleur .alliance-content span {
    width: 418px;
  }
  #about-fleur .alliance-content .gap-16 {
    margin-bottom: 24px;
  }
  #about-fleur .alliance-content div:nth-child(2) .gap-16 {
    margin-bottom: 0px !important;
  }
  #fleur-history .para-content-left {
    padding-left: 0px;
  }
  #fleur-history .fleur-history-content {
    padding-top: 64px;
  }
  #fleur-history .fleur-history-content .history-image {
    height: 200px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    margin-bottom: 24px;
  }
  #fleur-history .fleur-history-content .history-image img {
    width: 100%;
    height: auto;
    -o-object-position: cover;
       object-position: cover;
  }
}
#sister-banner {
  background-image: url(../img/department-banner-bg.webp);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  width: 100%;
  max-height: 148px;
}
#sister-banner .sister-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
}
#sister-banner .sister-heading .container .display-heading {
  color: #fff !important;
}
#sister-banner .sister-heading .container p {
  padding: 0px 0px 16px 0px;
  width: 450px;
  margin-bottom: 0px !important;
  color: #fff !important;
}

#sister-concern .sister-concern-section {
  padding: 32px 12px 128px;
}
#sister-concern .sister-concern-section .sister-concern-card {
  padding: 32px 12px 0px;
  gap: 24px;
}
#sister-concern .sister-concern-section .sister-concern-card .sister-concern-image {
  height: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #CED4DA;
}
#sister-concern .sister-concern-section .sister-concern-card .sister-concern-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sister-concern .sister-concern-section .sister-concern-card .card-title {
  padding: 12px 16px;
  margin-bottom: 0px !important;
}
#sister-concern .sister-concern-section .sister-concern-card .card-title a {
  color: #222222;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
#sister-concern .sister-concern-section .sister-concern-card .card-title a:hover {
  -webkit-text-decoration: #363fa1 underline !important;
          text-decoration: #363fa1 underline !important;
  color: #363fa1;
}

#timeline {
  padding-top: 24px;
}
#timeline .btn-color {
  padding: 5px 10px;
  background: #2271B1;
  border: 1px solid #2271B1;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
}
#timeline .head .heading-2 {
  font-weight: 300 !important;
}
#timeline .create-timeline {
  padding-top: 24px;
}
#timeline .create-timeline .section-head {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(44, 51, 56, 0.5);
}
#timeline .create-timeline .timeline-box {
  padding-top: 24px;
}
#timeline .timeline-list {
  padding-top: 24px;
  border-bottom: 1px solid rgba(44, 51, 56, 0.5);
}
#timeline .timeline-list .heading-2 {
  border-bottom: 1px solid rgba(44, 51, 56, 0.5);
}
#timeline .timeline-list .timeline-table {
  padding-top: 24px;
}

#awareness-banner {
  background-image: url(../img/awareness-banner.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
  max-height: 148px;
}
#awareness-banner .awareness-heading {
  background-color: transparent;
  padding: 16px 10px 16px 10px;
}
#awareness-banner .awareness-heading .container .display-heading {
  color: #363fa1 !important;
}
#awareness-banner .awareness-heading .container p {
  padding: 0px 12px 16px 12px;
  width: 50%;
  margin-bottom: 0px !important;
}

#awareness {
  padding: 64px 12px 128px;
}
#awareness .heading-2 {
  color: #363fa1 !important;
}
#awareness .awareness-section {
  padding: 32px 0px;
}
#awareness .awareness-section .awareness-card {
  padding-bottom: 32px;
  overflow: hidden;
}
#awareness .awareness-section .awareness-card .awareness-img {
  overflow: auto;
  border-radius: 8px;
}
#awareness .awareness-section .awareness-card .awareness-img img {
  width: 100%;
  height: 100%;
}
#awareness .awareness-section .awareness-card .awareness-body {
  padding: 6px 8px;
}
#awareness .awareness-section .awareness-card .awareness-body a {
  color: #222222;
}
#awareness .awareness-section .awareness-card .awareness-body a:hover {
  color: #363fa1;
}

#awareness-video #awareness-section-video {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  padding: 64px 0px;
}
#awareness-video #awareness-section-video a {
  width: 30%;
  height: 210px;
  border-radius: 8px;
  display: block;
}
#awareness-video #awareness-section-video .video-item {
  width: 100%;
  height: 210px;
  position: relative;
  padding: 12px;
}
#awareness-video #awareness-section-video .video-item .video-head {
  padding: 12px 0px;
}
#awareness-video #awareness-section-video .video-item img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.3s all;
}
#awareness-video #awareness-section-video .video-item img:hover {
  cursor: pointer;
  transform: scale(1.05);
}
#awareness-video #awareness-section-video .video-item img:hover ~ .play {
  display: block;
}
#awareness-video #awareness-section-video .video-item .play:hover {
  display: block;
  cursor: pointer;
}
#awareness-video #awareness-section-video .video-item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #FFFFFF;
  transition: 0.3s all;
  display: none;
}

@media (max-width: 600px) {
  #awareness-video #awareness-section-video .video-item {
    width: 100% !important;
  }
}
#view-event-block {
  padding-top: 24px;
}
#view-event-block .event-block .event-header .heading-2 {
  font-weight: 300;
  font-size: 24px;
  padding-left: 12px;
}
#view-event-block .event-block .event-header .back-btn {
  padding: 5px 10px;
  background: #2271B1;
  border: 1px solid #2271B1;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
}
#view-event-block .event-block .add-event {
  padding: 5px 10px;
  border: 1px solid #2271B1;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
}

#event-timeline .event-head {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(44, 51, 56, 0.5);
}
#event-timeline .event-head .heading-2 {
  font-weight: 400 !important;
  font-size: 24px;
}
#event-timeline .timeline-table .btn-color {
  padding: 5px 10px;
  background: #2271B1;
  border: 1px solid #2271B1;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
}

#edit-event {
  padding-top: 24px;
}
#edit-event .edit-event-block form {
  border-radius: 4px;
}
#edit-event .edit-event-block form .input-block {
  padding: 16px;
}
#edit-event .edit-event-block form .event-fields {
  margin-left: 12px;
  border: 1px solid rgba(44, 51, 56, 0.4);
}
#edit-event .edit-event-block .event-field-head {
  margin-top: 32px;
  background: #F5F5F5;
  border: 1px solid rgba(44, 51, 56, 0.4);
  font-weight: 400;
  font-size: 16px;
  padding: 16px 10px;
}
#edit-event .edit-event-block .edit-event-header .heading-2 {
  font-weight: 300;
  font-size: 24px;
  padding-left: 12px;
}
#edit-event .edit-event-block .edit-event-header .back-btn {
  padding: 5px 10px;
  background: #2271B1;
  border: 1px solid #2271B1;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
}
#edit-event .buttom-section {
  padding-top: 10px;
}
#edit-event .buttom-section .add-btn {
  padding: 5px 10px;
  background: #2271B1;
  border: 1px solid #2271B1;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
}
#edit-event .buttom-section .delete-btn {
  padding: 5px 10px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 600px) {
  .main-form {
    padding: 0 1rem;
  }
  .main-form .main-head div img {
    width: 100% !important;
  }
  .service {
    margin-top: 20px;
    text-align: left !important;
  }
  .copyright p {
    text-align: left !important;
    margin-bottom: 0px;
  }
  .location-2 {
    display: block !important;
    padding-bottom: 10px !important;
  }
  .loc-2 {
    padding: 10px 0px 0px 0px !important;
  }
  .submit-btn .sub {
    width: 100% !important;
  }
  #new-form-section {
    margin-top: -10vh !important;
    padding: 0px 0.5rem;
  }
  #new-form-section .col-sm-12,
  #new-form-section .col-6 {
    padding-bottom: 12px;
  }
  #footerFIFA {
    padding: 0px 1rem !important;
  }
}
@media (max-width: 600px) {
  #company-banner {
    background-size: cover;
  }
  #company-banner .company-heading {
    padding: 16px 4px;
  }
  #company-banner .company-heading p {
    width: 100%;
  }
  #company .company-head {
    padding: 0px 0px 64px 0px !important;
  }
  #company .company-block {
    padding: 0px 0px 64px !important;
  }
  #company .company-block .company-section {
    width: 100% !important;
    height: 100% !important;
  }
  #company .company-block .dep-image {
    width: 100% !important;
    height: 100% !important;
    padding-top: 32px !important;
  }
  #company {
    padding: 64px 4px 0px 4px;
  }
  #company .company-block .qt-img img {
    width: 100%;
  }
  #company .company-block .company-section {
    padding-right: 0 !important;
  }
  #company .company-block .company-section .quality .quality-quote {
    padding-top: 50px !important;
  }
  #our-vision {
    padding: 64px 4px;
  }
  #our-vision .row .vision-img {
    order: 2;
  }
  #our-vision .row .corporate-planning-image {
    position: static !important;
  }
  #our-vision .row .corporate-planning-image img {
    width: 100% !important;
  }
  #journey .journey-block {
    padding: 64px 1rem !important;
  }
  #journey .journey-block .timeline {
    display: none;
  }
  #journey .journey-block .journey-text {
    padding-top: 32px;
  }
  #npl-objectives .obj-section {
    padding: 64px 1rem 32px 1rem !important;
  }
  #npl-objectives .obj-section .info {
    padding-right: 0 !important;
  }
  #npl-objectives .obj-section .info-icon {
    padding: 32px 0px 0px 0px !important;
  }
  #npl-objectives .obj-section .info-icon .npl-obj-content .pad-left {
    padding-left: 20px;
  }
  #npl-objectives .obj-icons {
    padding: 32px 0px !important;
  }
  #our-philosophy .our-philosophy-block {
    padding: 64px 4px !important;
  }
  #our-philosophy .our-philosophy-block .philisophy-content {
    text-align: start !important;
  }
  #our-philosophy .our-philosophy-block .philosophy-icon-info {
    flex-direction: column !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #our-philosophy .our-philosophy-block .philosophy-icon-info .icon-info {
    padding-bottom: 24px;
  }
  #journey-white .journey-block .sample-timeline {
    overflow-x: hidden;
  }
  #journey-white .journey-block .sample-timeline b {
    top: 50%;
    right: 15px;
  }
  #journey-white .journey-block .sample-timeline span {
    top: 50%;
    left: 40px;
    z-index: 99999;
  }
  #journey-white .journey-block .sample-timeline .slick-prev {
    left: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #journey-white .journey-block .sample-timeline .slick-next {
    right: -15px !important;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 600px) {
  #corporate-banner .corporate-heading {
    padding: 16px 4px !important;
  }
  #corporate-banner .corporate-heading p {
    width: 100% !important;
  }
  #corporate-wings {
    padding: 0px 4px !important;
  }
  #corporate-wings .corpoarte-block {
    padding: 64px 0px !important;
  }
  #corporate-wings .corpoarte-block .position {
    order: 1 !important;
  }
  #corporate-wings .corpoarte-block .fd {
    padding-left: 0px !important;
  }
  #corporate-wings .corpoarte-block .corporate-section {
    width: 100% !important;
    height: 100% !important;
    padding-right: 0px !important;
  }
  #corporate-wings .corpoarte-block .corporate-section .dep-content p {
    padding-right: 0px !important;
  }
  #corporate-wings .corpoarte-block .dep-image {
    width: 100% !important;
    height: 100% !important;
    padding-top: 24px;
  }
}
@media (max-width: 600px) {
  #corporate-social-banner {
    max-height: 100% !important;
    background-size: cover;
  }
  #corporate-social-banner p {
    width: 100% !important;
  }
  #corporate-social-responsibility .corporate-socail {
    padding: 64px 16px !important;
  }
  #corporate-social-responsibility .corporate-socail .corporate-block .latest-program-image .img-placeholder {
    height: 171px !important;
  }
  #corporate-social-responsibility .corporate-socail .corporate-block .latest-program-image .img-placeholder img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  #corporate-social-responsibility .corporate-socail .corporate-block .program-grid {
    padding-left: 12px !important;
  }
  #corporate-social-responsibility .corporate-socail .corporate-block .program-grid .program-image img {
    height: 100% !important;
  }
  #other-programs .other-programs-block {
    padding: 64px 16px !important;
  }
  #other-programs .other-programs-block .other-program-list {
    display: block !important;
  }
  #other-programs .other-programs-block .other-program-list .other-program-image {
    max-height: 100% !important;
  }
  #other-programs .other-programs-block .other-program-list .other-program-image .corporate-image {
    width: 100% !important;
  }
  #other-programs .other-programs-block .other-program-list .other-program-content {
    padding: 16px 0px;
  }
}
@media (max-width: 600px) {
  #csr-single-blog .csr-single-section {
    padding: 64px 0px !important;
  }
  #csr-single-blog .csr-single-section .csr-single-timeline .csr-timeline-block {
    display: block !important;
  }
  #csr-single-blog .csr-single-section .csr-single-timeline .author .author-img {
    width: 100% !important;
    height: 100% !important;
  }
  #csr-single-blog .csr-single-section .csr-single-timeline .date, #csr-single-blog .csr-single-section .csr-single-timeline .time {
    margin-top: 16px;
  }
  #csr-single-blog .csr-single-section #csr-single-text-content {
    padding: 0px 12px 0px 0px !important;
  }
  #csr-single-blog .csr-single-section #image-block {
    height: auto !important;
    gap: 24px !important;
  }
  #csr-single-blog .csr-single-section #image-block .photo-block {
    max-height: 100% !important;
  }
  #csr-single-blog .csr-single-section #share-news .button-block {
    flex-direction: column;
  }
  #csr-single-blog .csr-single-section #share-news .button-block .fb-btn, #csr-single-blog .csr-single-section #share-news .button-block .google-btn, #csr-single-blog .csr-single-section #share-news .button-block .twitter-btn, #csr-single-blog .csr-single-section #share-news .button-block .linkedin-btn {
    width: 100% !important;
  }
  #csr-single-blog .csr-single-section .csr-single-block {
    margin-top: 24px;
    padding: 0px !important;
  }
  #csr-single-blog .csr-single-section .csr-single-block .csr-single-list {
    display: block !important;
  }
  #csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-image {
    width: 100% !important;
    height: 170px;
    min-width: none !important;
    max-width: none !important;
  }
  #csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-image .img-placeholder {
    min-width: 100%;
    max-width: 100%;
    height: 100% !important;
  }
  #csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-image img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }
  #csr-single-blog .csr-single-section .csr-single-block .csr-single-list .csr-single-content {
    padding: 12px 0px 16px;
  }
}
@media (max-width: 600px) {
  #blogs-banner {
    max-height: 100%;
    background-size: cover;
  }
  #blogs-banner p {
    width: 100% !important;
  }
  #all-product-banner .all-product-heading {
    padding: 16px 4px;
  }
  #all-product-banner .all-product-heading p {
    width: 100% !important;
  }
  #all-product {
    padding: 64px 4px !important;
  }
  #all-product .product-head .search-content .search-buttons {
    flex-direction: column !important;
  }
  #all-product .product-head .search-content .search-buttons .see-all-products {
    text-align: center !important;
  }
}
@media (max-width: 600px) {
  #distributor-banner {
    color: #fff;
    max-height: none !important;
  }
  #distributor-banner .mrp-heading {
    padding: 16px 0px;
  }
  #distributor-banner .mrp-heading p {
    width: 100% !important;
  }
  #distributor-banner .display-heading {
    color: #363fa1 !important;
  }
  #mrp-banner {
    max-height: none !important;
  }
  #mrp-banner .mrp-heading {
    padding: 16px 0px;
  }
  #mrp-banner .mrp-heading p {
    width: 100% !important;
  }
  #mrp-banner .display-heading {
    color: #363fa1 !important;
  }
  #mrp .mrp-section {
    padding: 64px 4px !important;
  }
  #mrp .mrp-section .mark {
    border-right: 0 !important;
  }
  #mrp .mrp-section .mrp-division-list {
    align-items: center;
    border-bottom: 1px solid #ced4da;
    border-right: 0 !important;
  }
  #mrp .mrp-section .mrp-division-list .division-list-head {
    border: 0 !important;
  }
  #mrp .mrp-section .mrp-division-list .division-list-group {
    border: 1px solid #ced4da;
    display: flex;
    overflow-y: scroll;
  }
  #mrp .mrp-section .mrp-division-list .division-list-group .division-list-item {
    border-left: 1px solid #ced4da;
    padding: 8px !important;
  }
  #mrp .mrp-section .price-list {
    padding-left: 0;
    padding-top: 24px;
  }
  #mrp .mrp-section .price-list .price-list-table {
    overflow-x: scroll;
  }
  #mrp .mrp-section .price-list .search {
    width: 300px !important;
  }
  #mrp .mrp-section .price-list-head {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  #product-details hr {
    margin: 0px !important;
  }
  #product-details .category-head .category-heading p {
    display: block;
  }
  #product-details .category-section .product-section {
    padding: 0px 12px 0px 12px !important;
  }
  #product-details .category-section .products-details {
    order: -1;
  }
  #product-details .category-section .products-details .search-content .icon-block {
    display: none;
  }
  #product-details .category-section .products-details .product-page-cards .product-page-section .card-block .card img {
    height: 100% !important;
  }
}
@media (max-width: 600px) {
  #factory-banner {
    max-height: 100%;
    background-size: cover;
  }
  #factory-banner .factory-heading {
    padding: 16px 4px;
  }
  #factory-banner .factory-heading p {
    width: 100%;
  }
  #corporate-wings {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #corporate-wings .corpoarte-block .factory-move {
    order: 1;
  }
  #corporate-wings .corpoarte-block .factory-production {
    padding-right: 12px !important;
  }
  #corporate-wings .corpoarte-block .factory-img-size {
    height: 100% !important;
    padding-top: 32px;
  }
  #corporate-wings .corpoarte-block .factory-production-content {
    padding-left: 12px !important;
  }
}
@media (max-width: 600px) {
  #theraputic-category-single .category-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #theraputic-category-single .category-section .products-details {
    order: -1;
  }
  #theraputic-category-single .category-section .products-details .product-information .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden !important;
  }
  #theraputic-category-single .category-section .products-details .product-information .nav-tabs .nav-item {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  #theraputic-category-single .category-section .products-details .product-information .nav-tabs .nav-link {
    margin-top: 0px !important;
  }
  #theraputic-category-single .category-section .products-details .product-content {
    padding: 0px 0px 32px !important;
  }
  #theraputic-category-single .category-section .products-details .product-content .product-info {
    padding-top: 24px !important;
    padding-left: 0px !important;
  }
  #theraputic-category-single .category-section .product-section {
    padding: 32px 12px 0px 12px !important;
  }
}
@media (max-width: 600px) {
  #departments-banner .departments-heading p {
    width: 100%;
  }
  #departments .departments-block {
    padding: 64px 1rem !important;
    gap: 24px;
  }
  #departments .departments-block .corporate-section .corp-image {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 600px) {
  #contact-banner .contact-heading .container {
    padding-left: 4px !important;
  }
  #contact-banner .contact-heading .container p {
    width: 100% !important;
  }
  #contact-head .contact-block .contact-content {
    padding: 64px 16px 0px !important;
  }
  #contact-information .contact {
    padding: 32px 0px !important;
  }
  #contact-information .contact .line, #contact-information .contact .side {
    padding-left: 6px !important;
    padding-right: 0px !important;
  }
  #socail-content .social-icon {
    padding: 50px 12px !important;
  }
}
@media (max-width: 600px) {
  #faqs-banner {
    background-size: cover;
    max-height: 100% !important;
  }
  #faqs-banner .faqs-heading p {
    width: 100%;
  }
  #faqs .faqs-block .faqs-section .faqs-content .faqs-bottom {
    padding: 32px 0px !important;
  }
}
@media (max-width: 600px) {
  #publication-banner .books {
    display: none;
  }
  #publication-banner .publication-heading .container {
    padding-left: 4px !important;
  }
  #publication-banner .publication-heading .container p {
    width: 100% !important;
    height: 100% !important;
  }
  #publication .publication-section .publication-block {
    flex-direction: column !important;
  }
  #publication .publication-section .publication-block .publication-content .paragraph {
    width: 100% !important;
    height: 100% !important;
  }
  #page .pagination {
    padding: 32px 0px;
    display: block !important;
  }
  #page .pagination .total {
    display: flex;
    align-items: center;
    padding-right: 8px;
    justify-content: center;
  }
  #page .pagination a {
    float: left;
    padding: 5px 8px;
  }
}
@media (max-width: 600px) {
  #product-page-search .search-content {
    display: block !important;
  }
  #product-page-search .search-buttons .search-btn {
    margin-left: 0px !important;
    margin-top: 12px;
  }
  #product-banner .product-section {
    padding: 0px !important;
  }
  #product-banner .product-section .product-content {
    padding: 16px 0px;
  }
  #product-banner .product-section .product-content img {
    width: 100% !important;
    height: 100% !important;
  }
  #product-page .right {
    padding-right: 12px !important;
    border-right: none !important;
  }
  #product-page .right .product-page-filter .generic-name, #product-page .right .product-page-filter .category, #product-page .right .product-page-filter .generic-name, #product-page .right .product-page-filter .filter-applied {
    padding: 0px 10px 0px 24px;
  }
  #product-page .right .filter-applied .accordion-body {
    background-color: #fafafa;
    padding: 12px 12px 12px 24px !important;
    max-height: 150px;
    overflow-y: auto;
  }
  #product-page .right .filter-applied .accordion-button:focus {
    box-shadow: none !important;
  }
  #product-page .product-page-cards {
    padding: 32px 12px 32px 24px !important;
  }
  #product-page .product-page-cards .product-page-section .card-block .card {
    width: 100% !important;
    height: 100% !important;
  }
  #product-page .product-page-cards .product-page-section .card-block .card img {
    width: 100% !important;
    height: 100% !important;
  }
  #product-page .results-block .results-section {
    padding: 8px 12px 8px 24px;
  }
}
@media (max-width: 600px) {
  #hero-section-slider .slick-list.draggable .slick-next.slick-arrow, #hero-section-slider .slick-list.draggable .slick-prev.slick-arrow {
    display: none;
  }
  header .navbar ul li:hover {
    border-bottom: 2px solid transparent;
  }
  #navigation .top-nav .social-icon {
    display: none;
  }
  #home-global-search {
    padding: 64px 0px;
  }
  #home-global-search .home-search {
    padding: 0% 5%;
  }
  #home-global-search .home-search .result-block .sub-heading {
    font-size: 16px;
  }
  #covid-section .covid-block {
    display: block !important;
    display: flex !important;
    align-content: center;
  }
  #covid-section .covid-block .covid-head {
    display: flex;
    width: 65%;
  }
  #covid-section .covid-block .covid-head span {
    font-size: 0.8rem;
  }
  #covid-section .covid-block .covid-head span:last-child {
    font-size: 0.8rem !important;
  }
  #covid-section .covid-block .more-info {
    display: inline;
    margin-top: 0px;
  }
  #about .container {
    width: 100%;
  }
  #about .container .about-section {
    padding: 64px 1rem !important;
  }
  #about .container .about-section .about-block {
    padding: 0px 0px 64px !important;
  }
  #about .container .about-section .about-block .about-image img {
    width: 100%;
  }
  #about .container .about-section .logo-section .logo-section-image {
    padding: 12px !important;
  }
  #therapeutic-area .therapeutic-section {
    padding: 64px 12px 0px !important;
  }
  #therapeutic-area .therapeutic-section .home-therapeutic-slider .slick-prev,
  #therapeutic-area .therapeutic-section .home-therapeutic-slider .slick-next {
    display: none !important;
  }
  #therapeutic-area .therapeutic-section .heading-2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
  }
  #more-product .more-product-section {
    padding: 228px 16px 64px !important;
  }
  #more-product .more-product-section .more-product-search {
    padding: 0px 0px 64px !important;
  }
  #acheivement .acheivement-block {
    padding: 64px 12px !important;
  }
  #acheivement .acheivement-block .top {
    margin-top: 24px;
  }
  #home-csr {
    min-height: 100% !important;
    max-height: 100% !important;
  }
  #home-csr .corporate-socail {
    padding: 64px 0.5rem !important;
  }
  #home-csr .corporate-socail .head .heading-2 {
    width: 100% !important;
    height: 100% !important;
  }
  #home-csr .corporate-socail .head .more-info {
    text-align: left !important;
  }
  #home-csr .corporate-socail .corporate-block .csr-card {
    margin-bottom: 16px;
  }
  #home-csr .corporate-socail .corporate-block .csr-card .program-image {
    box-shadow: none !important;
    padding-bottom: 32px;
  }
  #home-csr .corporate-socail .corporate-block .csr-card .program-content {
    padding: 0;
  }
  #home-csr .corporate-socail .corporate-block .csr-card .program-content .date {
    padding-top: 12px;
  }
  #home-blogs {
    padding: 64px 1rem;
  }
  #home-blogs .blog-lists {
    padding-bottom: 0px !important;
    gap: 24px;
  }
  #home-blogs .blog-lists .csr-single-timeline {
    display: block !important;
    padding-left: 0px !important;
  }
  #home-blogs .blog-lists .csr-single-block {
    padding-right: 0;
  }
  #home-blogs .blog-lists .csr-single-block .csr-single-list {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column !important;
    gap: 12px;
  }
  #home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-image {
    min-width: 100% !important;
    min-height: 200px !important;
  }
  #home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-image a {
    max-width: 100% !important;
    min-height: 100px !important;
    min-height: 200px !important;
  }
  #home-blogs .blog-lists .csr-single-block .csr-single-list .csr-single-image a img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home-blogs .blog-lists .csr-single-block .csr-single-content {
    padding-top: 12px !important;
    padding-left: 0px !important;
  }
  #home-blogs .blog-lists .blog-single-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #home-blogs .blog-lists .blog-single-img a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home-blogs .home-blog-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 1rem;
  }
  #home-blogs .home-blog-head .sub-heading {
    padding-left: 0px !important;
  }
  #home-news .news-blogs {
    padding: 64px 12px !important;
  }
  #home-news .news-blogs .news-section .news-image {
    padding-bottom: 24px;
  }
  #home-news .news-blogs .heading {
    flex-direction: column !important;
  }
  #home-news .news-blogs .heading .more-info {
    text-align: left !important;
  }
  #home-publication .publication-section .head {
    flex-direction: column;
  }
  #home-publication .publication-section .head .more-info {
    text-align: left !important;
  }
  #home-publication .publication-section .publication {
    display: block !important;
  }
  #home-publication .publication-section .publication .publication-block {
    display: block !important;
  }
  #home-publication .publication-section .publication .publication-block .publication-content {
    margin-top: 24px;
  }
  #home-publication .publication-section .publication .publication-block .publication-content .paragraph {
    width: 100% !important;
    height: 100% !important;
  }
  #contact .contact-block {
    padding: 64px 16px !important;
  }
  #contact .contact-block .head {
    display: flex;
    flex-direction: column;
  }
  #contact .contact-block .head .more-info {
    text-align: left !important;
    order: -1;
  }
  #contact .contact-block .col-md-5,
  #contact .contact-block .col-md-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #contact .contact-block .contact-img {
    padding-left: 0px !important;
    margin-top: 24px;
    display: none;
  }
}
@media (max-width: 1360px) {
  #contact .contact-block .contact-img .map-loc1 {
    right: -50px;
    left: 84%;
  }
  #contact .contact-block .contact-img .map-loc2 {
    left: 63%;
  }
  #contact .contact-block .contact-img .map-loc3 {
    left: 86%;
    right: -50px;
  }
}
@media (max-width: 600px) {
  #careers-banner-apply-job .careers-banner p {
    width: 100% !important;
  }
  #job-detail .contain-pad {
    padding: 64px 12px !important;
  }
  #job-detail .contain-pad .other-opening {
    border-left: none !important;
    padding: 32px 12px 0px 12px !important;
  }
  #job-detail .contain-pad .gap-detail {
    padding-right: 0px !important;
    border-right: none !important;
  }
  #job-detail .contain-pad .gap-detail .position {
    display: block !important;
  }
  #job-detail .contain-pad .gap-detail .position .apply-now {
    margin-top: 16px;
  }
  #job-detail .contain-pad .gap-detail .position .apply-now .btn {
    padding-left: 0px !important;
  }
  #job-detail .contain-pad .gap-detail .position .apply-now .btn a {
    padding: 4px 8px !important;
  }
  #job-detail .contain-pad .gap-detail .job-description .job-brief.fields p {
    margin-bottom: 0px !important;
  }
  #job-detail .contain-pad .other-opening {
    padding-top: 32px;
  }
}
@media (max-width: 600px) {
  #apply-form .ind-job .other-opening {
    padding: 32px 12px !important;
  }
  #apply-form .ind-job .job-part {
    border-right: none !important;
    border-bottom: 1px solid #CED4DA;
    padding: 0px 0px 32px !important;
  }
  #apply-form .ind-job .job-part .back-btn {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 5px;
    content: "";
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../img/mob-minus.svg);
    background-position: center center;
    transform: rotate(-180deg);
  }
  #footer .home {
    margin-top: 8px;
    padding: 16px 0px;
  }
  .accordion-item .accordion-header {
    display: block !important;
  }
  .accordion-item .accordion-header .accordion-button {
    padding: 16px 0px !important;
  }
  .accordion-item .accordion-body {
    padding: 16px 0px !important;
  }
}
@media (max-width: 600px) {
  #careers-banner .contact-heading p {
    width: 100% !important;
  }
  #careers-page .careers-content .careers-heading .display-heading {
    font-weight: 500;
    font-size: 25px;
  }
  #careers-page .careers-content .jobs-section .single-job {
    display: flex;
    flex-direction: column;
  }
  #careers-page .careers-content .jobs-section .single-job .apply-now {
    padding: 16px 0px 8px 0px !important;
  }
  #careers-page .careers-content .jobs-section .single-job .apply-now .btn {
    padding: 0px;
  }
  #careers-page .careers-content .jobs-section .single-job .apply-now .btn a {
    padding: 4px 8px;
  }
}
@media (max-width: 600px) {
  #nrf .nrf-block .nrf-content .nrf-head .heading-1 br {
    display: none;
  }
  #nrf .nrf-block .nrf-content .dep-image {
    width: 100%;
    margin-bottom: 30px;
  }
  #division-content .our-division-block aside {
    float: none;
    margin-top: 0px;
  }
  #certificate .wrapper {
    display: block;
    text-align: center;
  }
  #certificate .wrapper .box {
    transform: none;
  }
}
@media (max-width: 600px) {
  #departments-banner {
    max-height: 100%;
    background-size: cover;
  }
  #departments-banner .departments-heading {
    padding: 16px 4px;
  }
  #departments-banner .departments-heading p {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #product-banner {
    max-height: none !important;
  }
  #product-banner .product-heading {
    padding: 16px 4px;
  }
  #product-banner .product-heading p {
    width: 100% !important;
    padding-bottom: 0px !important;
  }
  #therapeutic-archive .therapeutic-content {
    padding: 32px 4px 64px;
  }
}
@media (max-width: 600px) {
  #news-banner {
    max-height: none !important;
  }
  #news-banner .news-heading {
    padding: 16px 4px;
  }
  #news-banner .news-heading .display-heading {
    padding: 0px 0px 0px 4px !important;
  }
  #news-banner .news-heading p {
    width: 100% !important;
    padding: 0px 0px 0px 4px !important;
  }
  #news {
    padding: 64px 4px 62px;
  }
  #blogs-banner .blogs-heading {
    padding: 16px 0px;
  }
}
@media (max-width: 600px) {
  #corporate-wings .corpoarte-block .change-position {
    padding-right: 12px !important;
  }
  #corporate-wings .corpoarte-block .img-gap {
    padding-top: 24px;
  }
}
.see-all-btn {
  background: #363fa1;
  border: none;
}
.see-all-btn:hover {
  background: #363fa1;
}

.team-banner {
  background-image: url(../img/team-banner-bg.webp) !important;
}

.committee-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.committee-member .member-img {
  height: 200px;
  width: 200px;
}
.committee-member .member-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.committee-member .member-name {
  color: var(--Text-1, #363fa1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
}
.committee-member .member-post p {
  padding: 0 !important;
  color: var(--Text-2, #333) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 175%; /* 24.5px */
}

.social-media-posts {
  padding: 80px 0px;
}

/*# sourceMappingURL=main.css.map*/