/** Shopify CDN: Minification failed

Line 2165:51 Expected ":"

**/
.product_trust_barget .title {
  margin-left: 15px;
}
.product_trust_barget .content_trust_barget {
  text-align: left !important;
}
.trust_barget_img {
  width: 100px;
  height: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.product-group-price,
.price {
  display: none;
}

/* body {
            color: #f8f0ff;
        }
 */
img {
  width: 100%;
  height: auto;
}

/* image */

.announcement-wrapper {
  display: flex;
  gap: 70px;
  justify-content: space-between;
}
.left-announce {
  width: 60%;
}
.right-announcement {
  width: 35%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.announcements .image-text h2 {
  font-size: 20px;
  /* font-weight: 700; */
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 7px;
}
.image-text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}
.announce-a {
  position: relative;
}
.image-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.left-announce .announce-a {
  height: 100%;
}
.left-announce .announce-a .inner-image {
  height: 100%;
}
.left-announce .announce-a .inner-image img {
  height: 100%;
  object-fit: cover;
}

.announce-a .inner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #100f0f3b;
  z-index: 0;
}

/**/

.l-acc {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}

.l-acc .left,
.l-acc .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.l-acc .right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.l-acc .card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  height: 100%;
}

.l-acc .card h3 {
  margin: 0 0 10px 0;
}

.l-acc .card p {
  margin: 0 0 10px 0;
}

.explore-btn {
  background: #502374;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  margin-top: 10px;
}
/**/

.container {
  max-width: 90%;
  margin: 0 auto;
}

/* Header Section */
.hero {
  background-color: #f8f0ff;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.hero p {
  font-size: 20px;
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.6;
}

.divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  margin: 35px 0;
}

/* Shareholder Info Section */
.shareholder-info {
  padding: 0px 0px 0px;
  background: transparent;
}

.shareholder-info p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}

/* Tabs Section */
.tabs-container {
  position: relative;
  background-color: #502374;
  /* border-bottom: 1px solid #e2e8f0; */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tabs-container::-webkit-scrollbar {
  display: none;
}

.tabs {
  display: inline-flex;
  min-width: 100%;
  padding: 0;
}

.tab {
  padding: 16px 28px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.tab:first-child {
  padding-left: 0;
}

.tab.active {
  color: #fff;
  font-weight: 600;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  border-radius: 3px 3px 0 0;
}

/* .tab-content {
            padding: 30px 0;
        }
 */
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  padding: 30px 0;
}

/* Dropdowns */
.dropdown {
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dropdown.active {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e0;
}

.dropdown-header {
  padding: 14px 20px;
  background: #f8f0ff;
  font-size: 18px;
  /* font-weight: 700; */
  color: #502374;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease;
  white-space:normal;
}

.dropdown-header:hover {
  background: #ccccccfa;
}

.dropdown-header i {
  color: #718096;
  transition: transform 0.3s ease;
}

.dropdown.active .dropdown-header i {
  transform: rotate(180deg);
  color: #1a3a6c;
}

.dropdown-content {
  background: white;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.3s ease;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.dropdown.active .dropdown-content {
  max-height: 800px;
  padding: 30px;
  overflow-y: auto;
}

.dropdown-item {
  display: flex !important;
  text-decoration: none;
  color: #2d3748;
  font-size: 16px;
  border-top: 1px solid #edf2f7;
  transition: all 0.2s ease;
  position: relative;
  border: 1px solid #cbd5e0;
  border-radius: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding: 0;
  padding-top: 15px;
}

/* .dropdown-item:before {
            content: '';
            position: absolute;
            left: 25px;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: #4299e1;
            border-radius: 50%;
        } */

.dropdown-item:hover {
  background: transparent;
}

.dropdown-item:hover:before {
  background: transparent;
}

/* Announcements Section */
.announcements {
  padding: 40px 0;
  background: white;
  border-top: 1px solid #e2e8f0;
}

.announcements h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.announcements h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
}

.announcements-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.announcement-card {
  background: #f8fafc;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.announcement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e0;
}

.announcement-card h3 {
  font-size: 20px;
  color: #1a3a6c;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.announcement-card h3 i {
  margin-right: 12px;
  color: #4299e1;
}

.announcement-card p {
  color: #4a5568;
  line-height: 1.7;
}

/* Footer */
.footer {
  background: #1a3a6c;
  color: white;
  padding: 25px 40px;
  text-align: center;
  font-size: 16px;
}

.flex-grp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.bse-img img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
.dropdown-content-box {
  width: 100%;
  grid-template-columns: auto !important;
}
.flex-grp .shareholder_text {
  width: 50%;
}
.flex-grp .share_responsive_img {
  width: 50%;
}
.shareholder_margi h1 {
  font-size: 28px;
  padding-bottom: 20px;
}
.flex-grp h4 {
  font-size: 16px;
  padding: 0px 0 10px;
}
.shareholder_text p {
  font-size: 16px;
  padding-bottom: 20px;
}
.shareholder_text hr {
  margin-bottom: 20px;
}
.read-more {
  color: #393185;
  text-transform: capitalize;
  top: 11%;
  margin-top: 2%;
  border: 1px solid #b9b2b2;
  padding: 8px 18px;
  border-radius: 30px;
  text-decoration: none;
}
.drop-box p {
  margin-bottom: 20px;
  font-size: 18px;
  /* font-weight: 600; */
  color: #000;
}

.drop-box-inner-wrapper p:nth-child(2) {
  /* font-size: 16px; */
}
.dropdown-item {
  margin-bottom: 0px;
}
.drop-box P {
  position: relative;
  display: inline-block;
}
/* .drop-box p::after{
            content: ">";
            top: 1px;
            position: absolute;
            right: -20px;
            font-size: 20px;
            color: #e31e24;
            line-height: 1;
} */

.first-item .total-img {
  width: 100%;
  max-width: 200px;
  margin: auto;
  height: auto;
}
.annual-pdf-img {
  display: block;
}
.first-item {
  width: 100%;
  margin: auto;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pdf-text-area {
  padding:  10px;
  background-color: #502374;
  color: #fff;
  border-radius: 0 0 10px 10px;
  text-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
}
.pdf-icon {
  margin-left: 5px;
}

/* css for year selector */

.custom-select-wrapper {
  width: 100%;
  max-width: 200px;
  position: relative;
  margin-left: auto;
}

/* Tausif Rizvi code  */
body:has(.shareholders) .shopify-section {
  margin-bottom: 30px !important;
}

.item-without-img {
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
}

.item-without-img:hover {
  background: #f8f0ff;
}

.item-without-img:active {
  color: #2d3748;
}

.listed-stock-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.listed-heading {
  font-size: 28px;
  /* font-weight: 600; */
  color: #6b46c1;
  margin: 0;
  text-align: center;
}

.listed-stock-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.listed-para-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.listed-para.bold {
  font-size: 22px;
  /* font-weight: 700; */
  color: #333;
  margin: 0 0 8px 0;
}

.listed-para {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.listed-para-number-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  flex-wrap: wrap;
}

.listed-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 200px;
}

.listed-num-heading {
  font-size: 16px;
  /* font-weight: 600; */
  color: #333;
  margin-bottom: 8px;
}

.listed-num-text {
  font-size: 15px;
  color: #555;
  margin: 0;
  font-weight: 500;
}

/* Hero Section */
.custom-board-hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("https://www.primaplastics.com/img/product-slider.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.custom-board-hero-content h1 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Main Content */
.custom-board-main-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px 50px 20px;
}

/* Committee Tables */
.custom-board-committee-section {
  margin-bottom: 40px;
}

.custom-board-committee-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.custom-board-committee-header {
  background-color: #502374;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 1.1rem;
  /* font-weight: 600; */
  border: 1px solid #502374;
}

.custom-board-committee-table tbody tr {
  background-color: #e8e5f3;
}

.custom-board-committee-table td {
  padding: 15px 20px;
  border: 1px solid #adc8c7;
  font-size: 0.95rem;
}

.custom-board-committee-table td:first-child {
  font-weight: 500;
  color: #444;
}

.custom-board-committee-table td:last-child {
  color: #666;
}

/* Board of Directors specific styling */
.custom-board-board-table {
  margin-bottom: 50px;
}

/* Hero Section */
.investor-hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("https://www.primaplastics.com/img/product-slider.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.investor-hero-content h1 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Main Content */
.investor-main-content {
  padding: 0 20px 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.investor-section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #5b4b9d;
  margin-bottom: 60px;
  font-weight: 400;
  position: relative;
}

.investor-section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #5b4b9d;
  margin: 15px auto 0;
}

/* Contact Cards Container */
.investor-contacts-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
}

/* Contact Card */
.investor-contact-card {
  text-align: center;
  padding: 0 20px;
}

.investor-card-title {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}

.investor-card-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #5b4b9d;
  margin: 12px auto 0;
}

.investor-company-name {
  font-size: 1rem;
  /* font-weight: 600; */
  color: #666;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.investor-address {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.investor-person-name {
  font-size: 1.1rem;
  /* font-weight: 600; */
  color: #333;
  margin-bottom: 8px;
}

.investor-person-company {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 8px;
}

.investor-person-address {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

/* Contact Icons and Info */
.investor-contact-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
}

.investor-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 10px;
}

.investor-contact-icon .fa {
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #393185;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
}

.investor-contact-text {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

.legacy-text-ardvxqkp1dytutmttmlegacyqaxgyf {
  text-align: justify !important;
  color: #000;
}

/* .milestones-timeline__item-ank9laejhtkpjc0hidmilestoneci3rg9 {
  padding-right: 51% !important;
}
.milestones-timeline__item-ank9laejhtkpjc0hidmilestoneci3rg9:nth-child(even) {
  padding-left: 51% !important;
  padding-right: 0 !important;
}
*/

.milestones-timeline__year-ank9laejhtkpjc0hidmilestoneci3rg9 {
  line-height: 1;
}

.milestones-timeline__title-ank9laejhtkpjc0hidmilestoneci3rg9 {
  /* font-weight: 600; */
} 

@media (max-width: 1024px) {
  .investor-contacts-container {
    gap: 60px;
  }

  .investor-contact-row {
    gap: 40px;
  }

  .philosophy-section-aaw5mr0dingrasza5cphilosophyhg48ve {
    padding: 40px 0 !important;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .listed-para-number-box {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .listed-stock-info {
    padding: 30px 20px;
    margin: 0 10px;
  }

  .listed-heading {
    font-size: 24px;
  }

  .listed-para.bold {
    font-size: 20px;
  }

  .custom-board-hero-content h1 {
    font-size: 2.2rem;
  }

  .custom-board-main-content {
    padding: 40px 15px;
  }

  .custom-board-committee-table td {
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  .custom-board-committee-header {
    padding: 12px;
    font-size: 1rem;
  }

  .custom-board-committee-table td:last-child {
    text-align: left;
  }

  .investor-hero-content h1 {
    font-size: 2.2rem;
    padding: 0 20px;
  }

  .investor-section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .investor-contacts-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  /* .investor-contact-row {
    flex-direction: column;
    gap: 25px;
  } */

  .investor-main-content {
    padding: 0 15px;
  }

  .investor-card-title {
    font-size: 1.3rem;
  }

  .investor-address,
  .investor-person-address {
    font-size: 0.9rem;
  }

  .investor-contact-text {
    font-size: 0.85rem;
    text-align: center;
    word-break: break-word;
  }
}

@media (max-width: 640px) {
  #shareholder-services .dropdown-item {
    max-width: 400px !important;
  }
  .investor-hero-section {
    height: 300px;
  }

  .investor-hero-content h1 {
    font-size: 2rem;
  }

  .investor-section-title {
    font-size: 1.8rem;
  }

  .investor-contact-row {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .listed-para-number-box {
    gap: 20px;
  }
  #shareholder-services .dropdown-item {
    max-width: 300px !important;
  }

  .listed-number-wrapper {
    min-width: auto;
    width: 100%;
  }

  .custom-board-hero-content h1 {
    font-size: 1.8rem;
  }

  .custom-board-committee-table td {
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .custom-board-committee-table {
    font-size: 0.85rem;
  }

  .investor-hero-content h1 {
    font-size: 1.7rem;
    padding: 0 15px;
  }

  .investor-section-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .investor-card-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .investor-company-name {
    font-size: 0.9rem;
  }

  .investor-address,
  .investor-person-address {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .investor-person-name {
    font-size: 1rem;
  }

  .investor-person-company {
    font-size: 0.85rem;
  }

  .investor-contact-row {
    gap: 18px;
  }

  .investor-contact-icon {
    width: 42px;
    height: 42px;
  }

  .investor-contact-text {
    font-size: 0.8rem;
    max-width: 140px;
    word-wrap: break-word;
  }

  .investor-main-content {
    padding: 0 12px;
  }

  .investor-contact-card {
    padding: 0 10px;
  }
}

@media (max-width: 360px) {
  #shareholder-services .dropdown-item {
    max-width: 280px !important;
  }
  .investor-hero-content h1 {
    font-size: 1.5rem;
  }

  .investor-section-title {
    font-size: 1.3rem;
  }

  .investor-card-title {
    font-size: 1rem;
  }

  .investor-contact-text {
    font-size: 0.75rem;
    max-width: 120px;
  }

  .investor-contact-icon {
    width: 40px;
    height: 40px;
  }
}

.custom-select {
  width: 100%;
  /* padding: 12px 16px; */
  font-size: 16px;
  font-weight: 400;
  color: white;
  background-color: #6a1b9a;
  border: none;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  height: 44px;
}

.custom-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

/* Optional: Style dropdown options in some browsers */
.custom-select option {
  color: black;
  font-weight: normal;
  background-color: #fff;
}

#shareholder-services .dropdown-item {
  max-width: 280px !important;
}

.dropdown-quarter .dropdown-content {
  display: block;
}
.drop-box-inner-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.drop-box-inner-wrapper p {
  grid-column: 1 / span 4;
  margin-bottom: 0;
}
.drop-box-grid h4 {
  margin: 30px 0 !important;
  font-size: 18px !important;
  /* font-weight: 600 !important; */
  color: #000 !important;
}
.drop-box-inner-wrapper .first-item {
  position: relative;
  overflow: hidden;
}
.drop-box-inner-wrapper .first-item .fa-download {
  display: none;
}
.quarter-pdf-text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-wrap: wrap;
  font-weight:500;
  font-size:14px;
}
.quarter-pdf-bg-img img {
  max-height: 200px;
  object-fit: contain;
}
.quarter-pdf-bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  pointer-events: none;
}
.drop-box-inner-wrapper .dropdown-item, .remove-card-img .dropdown-item {
  padding-top: 0;
}

.remove-card-img .dropdown-item {
  border-radius: 10px;
  overflow: hidden;
}

.remove-card-img .quarter-pdf-text-area{
  width: 100%; 
  word-break: break-word;
  padding: 0 5px;
}


.remove-card-img .first-item{
  flex-direction:row;
  display:block;
}

.remove-card-img .first-item .quarter-pdf-bg-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  height:230px;
  max-height:250px;
}

@media screen and (min-width: 1699px) {
  .hero h1 {
    font-size: 50px;
  }
  .hero p {
    font-size: 24px;
  }
  .announcements {
    padding: 50px 0;
  }
  .image-text h2 {
    font-size: 24px;
  }
  .image-text p {
    font-size: 20px;
  }
  .explore-btn {
    margin-top: 20px;
    font-size: 20px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1400px) {
  .announcement-wrapper {
    gap: 50px;
  }
  .first-item .total-img {
    max-width: 170px;
  }
}

@media screen and (max-width: 1280px) {
  .announcement-wrapper {
    gap: 30px;
  }
  .image-text {
    bottom: 20px;
    left: 20px;
  }
  .dropdown.active .dropdown-content,
  .drop-box-inner-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .drop-box-inner-wrapper p {
    grid-column: 1 / span 3;
  }
  .quarter-pdf-bg-img img {
    max-height: 170px;
  }
}

@media screen and (max-width: 991px) {
  /* .announcement-wrapper{gap: 30px; flex-direction: column;} */
  .left-announce {
    width: 55%;
  }
  .right-announcement {
    width: 40%;
  }
  .shareholder-info {
    padding: 0;
  }
  .announcements {
    padding: 30px 0;
  }
  .announcements h2 {
    padding-bottom: 5px;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .first-item .total-img {
    max-width: 150px;
  }
  .quarter-pdf-bg-img img {
    max-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  #shareholder-services .dropdown-item {
    max-width: 500px !important;
    margin: 0 auto;
  }
  .announcement-wrapper {
    gap: 20px;
    flex-direction: column;
  }
  .left-announce {
    width: 100%;
  }
  .right-announcement {
    width: 100%;
  }
  .right-announcement {
    gap: 20px;
  }
  .container {
    width: 100%;
  }
  .announcements {
    padding: 20px 0;
  }
}

/* Responsive Design */
@media (max-width: 900px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 18px;
  }

  .tab {
    padding: 14px 22px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 35px 0;
  }

  .hero h1 {
    font-size: 32px;
  }

  .tab {
    padding: 12px 18px;
  }

  .dropdown-header {
    padding: 16px;
    font-size: 17px;
  }

  .l-acc {
    grid-template-columns: 1fr;
  }
  .l-acc .right {
    grid-template-rows: 1fr 1fr;
  }

  .flex-grp {
    display: block;
  }
  .flex-grp .shareholder_text,
  .flex-grp .share_responsive_img {
    width: 100%;
  }
  .flex-grp .share_responsive_img {
    padding-top: 30px;
  }
  .dropdown.active .dropdown-content,
  .drop-box-inner-wrapper {
    max-height: max-content;
    grid-template-columns: repeat(1, 1fr);
  }
  .drop-box-inner-wrapper p {
    grid-column: 1 / span 2;
  }
  .dropdown.active .dropdown-content {
    gap: 20px;
  }
  .drop-box-inner-wrapper p {
    margin-top: 20px;
  }
  .drop-box-inner-wrapper {
    gap: 20px;
  }
  .custom-select {
    font-size: 14px;
    height: 40px;
  }
  .quarter-pdf-bg-img img {
    max-height: 100%;
  }
}

@media (max-width: 576px) {
  .hero {
    padding: 30px 0;
  }

  .hero h1 {
    font-size: 28px;
  }

  .hero p {
    font-size: 17px;
  }

  .shareholder-info p {
    font-size: 16px;
  }

  .tab {
    padding: 10px 15px;
    font-size: 15px;
  }

  .dropdown-header {
    padding: 14px;
    font-size: 16px;
  }

  .announcements h2 {
    font-size: 24px;
  }

  .announcement-card {
    padding: 20px;
  }
  .dropdown.active .dropdown-content {
    gap: 10px;
    padding: 10px;
  }
  .pdf-text-area,
  .quarter-pdf-text-area {
    font-size: 13px;
  }
  .drop-box-inner-wrapper {
    gap: 10px;
  }
 
  .first-item .total-img {
    max-width: 100px;
  }
  .drop-box p {
    margin-top: 13px;
  }
}

@media screen and (max-width: 375px) {
  .pdf-text-area {
    font-size: 12px;
  }
  .fa-file-pdf:before {
    font-size: 10px;
  }
  .pdf-icon {
    margin-left: 3px;
  }
}

.product-single .product-single__main-media .slick__arrow {
  font-size: 16px;
}
.product-single
  .product-single__main-media
  .slick__arrow.slick__arrow--previous {
  left: 8px;
}
.product-single .product-single__main-media .slick__arrow.slick__arrow--next {
  right: 25px;
}

.collection-sidebar .product .img-fluid {
  border: 1px solid #0000006b;
}
.product-single.thumbnails
  .product-single__media
  > .row
  > div.col-md-12
  .js-product-thumbnails
  .product-single__thumbnail-wrapper {
  top: 0;
}
.product_trust_barget .content_trust_barget {
  width: max-content;
}
.product_trust_barget .content_trust_barget .title {
  display: none;
}
.product_trust_barget .content_trust_barget .trust_barget_img {
  width: 150px;
  height: 150px;
}
.product-ask_a_question .ask_a_question-form.active {
  padding-top: 90px;
  padding-bottom: 50px;
}
#shopify-section-template--19455154422008__product-tab .tab.active {
  font-weight: 400;
}
#shopify-section-template--19455154422008__product-tab .tab.active::after {
  display: none;
}
.product-card__image .preloading-img-product img {
  border: 1px solid #0000006b;
}
.product-card__content {
  margin-top: 18px;
}
.product-single .toggle-sidebar:not(.top) {
  z-index: 999;
}
.product-card__image .preloading-img-product {
  margin: 1px;
}

@media screen and (max-width: 1200px) {
  .product-single .bwp-single-sidebar.show {
    z-index: 999;
  }
}



/* New css Akash */
/* i.fa-solid.fa-file-pdf{color:red;} */
.investor-contact-item {

    flex: 0 0 220px;
}
.investor-contact-row{gap:0;}
.investor-address {

min-height:100px;
}
.investor-card-title{min-height:76px;}
@media screen and (max-width:767px){

  .image-text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 53%;
  }
  .tabs {
    overflow-x: scroll;
    white-space: nowrap;
  }
  #shareholder-services .dropdown-item{max-width:100%;}
      .dropdown.active .dropdown-content {
        gap: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        overflow:hidden;
    }
    .listed-stock-info {
        padding: 0;
        margin: 0;
    }
    .investor-contacts-container{display:block;}
    .investor-contact-item {
    flex: 0 0 50%;
}
.investor-card-title {
    min-height: auto;
    font-weight: 600;
}
.drop-box-inner-wrapper{display:flex;flex-direction:column;}
}

/* tusif css  */
#shopify-section-template--20007055360248__featured_custom_section_rXVYzp .wpbingo-widget--collections-image .collection-item__title a{
  background-color:transparent !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shopify-section-template--20007055360248__featured_custom_section_rXVYzp .wpbingo-widget--collections-image .collection-item__title a:hover{
  color: #000000 !important;
  background-color: transparent !important;
}

#shopify-section-template--20007055360248__featured_custom_section_rXVYzp .wpbingo-widget--collections-image .collection-item__image a{
  width: 100% !important;
}


.wpbingo-section .bwp-block-text p{
  color: #000 !important;
}

/* #shopify-block-ASkJScU5UUVBYYmY5Z__text_block_VyLqtG .bwp-block-text p strong:first-child{
  font-weight:800 !important;
} */


#shopify-block-AaVB2cGlCaHJFQUtpR__column_BdM8B3 .brand-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column !important;
}

#shopify-block-AaVB2cGlCaHJFQUtpR__column_BdM8B3 .brand-card__link .image-name{
  margin: 0 !important;
  font-size: 16px !important;
}

.scroll-to-top{
  bottom: 100px !important;
}

.scroll-to-top:hover{
  border-color: #fff !important;
}

#shopify-section-sections--20007055687928__footer .bwp-block-desc, #shopify-section-sections--20007055687928__footer .bwp-block-title{
  color: #ffffff !important;
}

#shopify-block-AMERlOFA1ZjJybDBkN__button_7mtYQa, #shopify-block-AUmxtVEZnNEtiNzR3U__button_QRXxxN, #shopify-block-AUmxtVEZnNEtiNzR3U__button_QRXxxN .wpbingo-button, #shopify-block-AMERlOFA1ZjJybDBkN__button_7mtYQa .wpbingo-button{
  display: inline !important;
}

#shopify-block-AcEtCUC9US3JpcW5Tc__inner_section_wiEQUW .container{
  max-width:100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pagination>span.current{
  background: #502374 !important;
}

.pagination>span>a:hover, .pagination>span>span:hover{
   background: #502374 !important;
}

#shopify-block-ATzBxNGNrZnIwZm9oc__description_kbK7xr .bwp-block-desc, #shopify-block-ATzBxNGNrZnIwZm9oc__description_kbK7xr .bwp-block-desc{
  text-align: justify !important;
  font-size: 16px !important;
}

.bwp-block-column #shopify-block-ATzBxNGNrZnIwZm9oc__description_kbK7xr .bwp-block-desc{
  padding-bottom: 0 !important;
}

#shopify-block-AR0RVSkNNaUpLVEFFe__line_WKeU8x .bwp-widget-line .wpbingo-section__content{
  display: none !important;
}

#shopify-block-ATWg0Z2Vsa294ZXZme__description_CkL7yQ .bwp-block-desc{
  font-size: 16px !important;
  text-align:justify !important;
}

#shopify-block-ATzBxNGNrZnIwZm9oc__description_kbK7xr .bwp-block-desc{
  padding-bottom: 50px !important;
}

#shopify-block-AV014TUJvbFFEa3dzY__pdf_download_BieErW .bwp-button{
  padding: 14px 30px !important;
}

#shopify-section-template--20007055360248__slidershow_wFjjfz .wpbingo-slideshow__item-image{
  object-fit: cover !important;
}

#shopify-section-template--20007055360248__slidershow_wFjjfz .wpbingo-slideshow .slick-arrow:hover{
  border: 1px solid #ffffff !important;
}

#shopify-section-template--20007055360248__slidershow_wFjjfz .wpbingo-slideshow .slick-dots li.slick-active button{
      background: #502374 !important;
}

#shopify-block-ATE05dGpqTFlnNENOR__brands_xDWrm6 .slick-dots li.slick-active button{
      background: #502374 !important;
}

#shopify-block-AZi94QlJPbVU4dXpqR__blog_post_ixqJxk .article__featured-image-wrapper{
  aspect-ratio: 4 / 2 !important;
}

#shopify-block-AZi94QlJPbVU4dXpqR__blog_post_ixqJxk .article__featured-image-wrapper img{
  height: 100% !important;
}

#shopify-block-Ad3djVVlWZ1EvZVYzR__newsletter_RFGgi8 .newsletter-form__submit{
    border: 1px solid #ffffff !important;
    margin-left: 0 !important;
}


#shopify-block-AejFIVTE3MEo5UFpRe__social_FNWWa9 .social-icons li:nth-child(3) a:hover {
    color: #FD0132 !important;
    fill: #FD0132 !important;
}

#shopify-block-AejFIVTE3MEo5UFpRe__social_FNWWa9 .social-icons li:nth-child(2) a:hover {
    color: #8134AF !important;
    fill: #8134AF !important;
}

#shopify-block-AejFIVTE3MEo5UFpRe__social_FNWWa9 .social-icons li:nth-child(1) a:hover {
    color: #1877F2 !important;
    fill: #1877F2 !important;
}

.mm-nav__links-wrapper .menu-mobile__nav-item {
  border-bottom: 1px solid rgba(229, 229, 229, 0.5) !important;
}

.mm-nav__wrapper{
  align-items: center !important;
}
.mm-nav__links-wrapper a{
  padding-top: 12px;
  padding-bottom: 12px;
}

#shopify-section-template--20007055360248__featured_custom_section_tHGz8c .wpbingo-widget--testimonials .testimonial-card__content{
  font-size: 16px !important;
}

#shopify-block-AMFJSR0hweVlxbzIrN__title_Lr8z3Y .bwp-block-title{
  font-size: 22px !important;
}

.product-card__image-wrapper.slider .product-card__image{
    aspect-ratio: 2 / 2 !important;
}

#shopify-block-AVnlMR3ZWUUpHME5id__menu_list_AwNkGk .menu-dropdown__content ul{
  margin-top: 8px !important;
}

.sidebar-categories ul li.active > .link-collection a{
  font-weight: 600 !important;
}

.sidebar-categories ul li .link-collection span{
  font-size: 12px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content: center !important;
}

#shopify-section-template--20007055327480__featured_custom_section_nMXAHp .wpbingo-widget--collections-image .collection-item__image a img{
  transition: all 0.5s ease;
}

#shopify-section-template--20007055327480__featured_custom_section_nMXAHp .wpbingo-widget--collections-image .collection-item__image a img:hover{
  border: 1px solid #502374 !important;
  /* padding: 5px !important; */
}

.more-info-tabs__nav-link span{
 font-size: calc(var(--font-size-heading) - 2px) !important;
  color: var(--gray-dark) !important;
}

.product-more-info .more-info-tabs__nav-link.active>span:before{
  content: "";
    width: 30%;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}

.wpbingo-widget--map iframe{
  width: 100% !important;
}

#shopify-block-AdE5iNnJ4VUhGS0JPN__title_EiexQa .bwp-block-title, #shopify-block-AREJzaHdpNzNvc3FXR__title_Q94B9r .bwp-block-title{
  line-height: 1 !important;
  font-weight: 600 !important;
  padding-left: 15px !important;
}

#shopify-section-template--20007055425784__featured_custom_section_iGGQee .section-content{
  align-items: center !important;
}

#shopify-section-template--20007055425784__enquiry_tab_dTFt94 .enquiry-title{
  font-weight: 600 !important;
}

#shopify-section-template--20007055425784__featured_custom_section_JVWEre .section-content{
  align-items: center !important;
  justify-content: center !important;
}

#shopify-block-AbUVOWlBlRHk0SmhCU__policy_PzQQhm .bwp-widget-policy, #shopify-block-AbUVOWlBlRHk0SmhCU__policy_PzQQhm .bwp-widget-policy, #shopify-block-AdEJ3ZllCelZPRVI3d__policy_cMTANc .bwp-widget-policy{
  margin: 0 !important;
}

.product-single .bwp-single-sidebar .collection-sidebar .title{
  text-transform: capitalize !important;
}

#shopify-block-AbzVmRUxpMVdDMlV4M__title_CDrmrj .bwp-block-title{
  margin-top: 40px !important;
}

#shopify-section-template--20007055655160__product-tab .tab.active:after{
  display: none !important;
}

#shopify-section-template--20007055655160__product-tab .tab.active{
  font-weight:500 !important;
}

.template-product footer{
  margin-top:0 !important;
}

#shopify-block-AV014TUJvbFFEa3dzY__pdf_download_BieErW .pdf-download-block{
  padding: 1rem 0 !important;
}

#shopify-block-AV014TUJvbFFEa3dzY__pdf_download_BieErW .bwp-button{
  margin-left: 0 !important;
}

#shopify-block-ATE05dGpqTFlnNENOR__brands_xDWrm6 .wpbingo-widget--brands{
  padding-bottom: 40px !important;
}

.newsletter-form .alert{
  margin-bottom: 10px !important;
  padding: 0.2rem 1.25rem !important;
}

#shopify-block-AempEYm5sR0ltWGdve__testimonials_nqgCTW .wpbingo-widget--testimonials .slick-arrow.slick-prev{
  left: -8px !important;
}

#shopify-block-AempEYm5sR0ltWGdve__testimonials_nqgCTW .wpbingo-widget--testimonials .slick-arrow.slick-next{
  right: -8px !important;
}

.FacetFiltersForm .filter-list .facets__list label{
  text-transform: capitalize !important;
}

.FacetFiltersForm .filter-list .facets__list label span {
    border: 1px solid #868686 !important;
    font-size: 12px !important;
    background:transparent !important;
    padding:0 2px !important;
}

.FacetFiltersForm .filter-list .facets__list .select-filter input:checked+label{
  font-weight:600 !important;
}

.FacetFiltersForm .filter-list .facets__list .select-filter input:checked+label span{
font-weight:600 !important;
border-color: #522374 !important;
color: #522374 !important;
}



#shopify-block-AcEQ1M0VHTno5TTE5U__column_dQ9iMq .slick-list .slick-slide, #shopify-block-AYkhBSWJodEl6Y3NrL__ourteam_DxqWb9 .slick-list .slick-slide{
  /* box-shadow: 0 0 5px #dedede80 !important; */
  border: 1px solid #dedede80;
  /* height: 700px !important;  */
}

#shopify-section-template--20007055393016__featured_custom_section_jXbVMy .wpbingo-widget--ourteam .ourteam-card__job, #shopify-section-template--20007055393016__featured_custom_section_RYxzXm .wpbingo-widget--ourteam .ourteam-card__job{
  margin-bottom: 10px !important;
  margin-top: 5px !important;
}

#shopify-block-AL09STVEyTHcwa0R5a__ourteam_q77Php .slick-arrow, #shopify-block-AYkhBSWJodEl6Y3NrL__ourteam_DxqWb9 .slick-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#shopify-block-AL09STVEyTHcwa0R5a__ourteam_q77Php .slick-arrow:before, #shopify-block-AYkhBSWJodEl6Y3NrL__ourteam_DxqWb9 .slick-arrow:before{
  font-size: 14px;
}

#shopify-section-template--20007055360248__featured_custom_section_mEpCVh .wpbingo-widget--collections-image .collection-item__title a{
  background: transparent !important;
}
#shopify-section-template--20007055360248__featured_custom_section_mEpCVh .wpbingo-widget--collections-image .collection-item__image a img{
  aspect-ratio:2/2 !important; 
}

.enquiry .tab{
  text-wrap: nowrap !important;
}

#shopify-block-AZi94QlJPbVU4dXpqR__blog_post_ixqJxk .wpbingo-widget--featured-blog{
  margin:0 !important;
  padding: 0 !important;
}

/* #shopify-section-template--20007055360248__new_enquiry_jfkBTW iframe{
  min-height: 600px !important;
  height: auto !important;
} */

.wpbingo-slideshow .wpbingo-slideshow__item{
  position: relative;
}

/* .wpbingo-slideshow .wpbingo-slideshow__item::after{
  content:"";
  position: absolute; 
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #0000004a;
  z-index: 1;
} */

.wpbingo-slideshow .slideshow-text--center{
  position: relative;
  z-index: 2;
}


#shopify-block-AS2RDcWF0WFRPcUNFU__title_3CiqBL .bwp-block-title{
  margin-bottom: 25px;
}

body#prima-plastics .wpbingo-button .bwp-button{
  /* margin-top: 0 !important; */
  padding: 12px 40px !important;
}

#shopify-block-AL09STVEyTHcwa0R5a__ourteam_q77Php .slick-arrow, #shopify-block-AYkhBSWJodEl6Y3NrL__ourteam_DxqWb9 .slick-arrow{
  /* display: none !important; */
}

.bwp-block-text .about-prima{
  font-weight: 500 !important;
}

#shopify-block-AS3JBeWZXZlp4VWx5b__title_x7M7U8 .bwp-block-title{
  margin-bottom: 40px;
}

#shopify-block-ASkJScU5UUVBYYmY5Z__text_block_VyLqtG .bwp-block-text p{
  font-size: 18px !important;
}

#shopify-block-ASkJScU5UUVBYYmY5Z__text_block_VyLqtG .bwp-block-text .about-prima{
 color: #502374 !important;
 font-weight: 600 !important;
}

#shopify-block-Ad1hOSWk0cDhwUDE0Q__title_Y6yQpM .bwp-block-title{
  margin-bottom: 30px !important;
}

.wpbingo-widget--brands .brand__item_image .image-name{
      margin: 0 0 0 20px !important;
      font-size: 18px;
}

.wpbingo-section .wpbingo-widget--brands .brand-card__img{max-height: 55px;}

.wpbingo-widget--brands .brand-card__link{
  align-items: center;
  justify-content: center;
}

.wpbingo-section__content.bwp_slider-carousel .slick-arrow{
  display:flex !important;
  align-items: center;
  justify-content: center;
}

.page-article .prevNextArticle .backto_category a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpbingo-section__content .slick-dots button{
  background: #b9b5b5 !important;
}

.wpbingo-section__content .slick-dots .slick-active button{
  background: #502374 !important;
} 

#shopify-block-ASUJ1RUlyVnlLK1Urc__title_LFFh7t .bwp-block-title{
  margin-bottom: 20px !important;
}

.philosophy-values-title-aaw5mr0dingrasza5cphilosophyhg48ve{
  font-size: 36px !important;
}

@media (min-width: 768px) {
  .shopify-policy__container{
  max-width: 90% !important;
  }
}



@media (min-width: 768px) and (max-width: 1024px) {
  .philosophy-values-grid-aaw5mr0dingrasza5cphilosophyhg48ve{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


@media (max-width: 1024px){
 #shopify-block-ATE05dGpqTFlnNENOR__brands_xDWrm6 .wpbingo-widget--brands .slick-dots{
    display: flex !important;
  }
}
 
@media (max-width: 991px){
  .bwp-footer .wpbingo-footer-section .section-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }

  #shopify-block-AQktHeFRRSTA1dHJTb__column_x7Gdih{
    width: 50% !important;
    max-width: 100% !important;
    flex: unset !important;
    grid-column: span 2;
  }

  .cookie-consent{
    bottom: 0 !important;
  }
}

@media (max-width: 768px){
  .philosophy-values-title-aaw5mr0dingrasza5cphilosophyhg48ve{
          font-size: 30px !important;
}
  .featured-blog .slick-list{
    padding-right: 60px;
  }

  .enquiry {
        padding-left: 30% !important;
        overflow-x: scroll !important;
  }
  .bwp-footer .wpbingo-footer-section .section-content{
    grid-template-columns: 1fr;
  }

  #shopify-block-AQktHeFRRSTA1dHJTb__column_x7Gdih{
    grid-column: span 1;
    width: 70% !important;
  }

  #shopify-section-template--20007055360248__featured_custom_section_kTKRJ3 .section-content{
    padding: 30px 20px !important;
  }

  #shopify-block-ARWl3UGRxOHpDdUpoL__column_DtdQNG .wpbingo-button a{
        background: #502374 !important;
  }

      #shopify-section-template--20007055360248__featured_custom_section_mEpCVh .section-content {
    padding: 30px 20px 30px 14px !important;
}

#shopify-section-template--20007055360248__featured_custom_section_mEpCVh .wpbingo-widget--collections-image .collection-item__image a{
  width: 100% !important;
}
}

@media (max-width: 620px){
  #shopify-block-AdEJ3ZllCelZPRVI3d__policy_cMTANc .bwp-widget-policy .bwp-image, #shopify-block-ASVkyRDV3cWlaci9xb__policy_DcUf7D .bwp-widget-policy .bwp-image{
    width: auto !important;
  }

  .featured-banner img{
    width: 100% !important;
  }

  #shop-hcaptcha-badge-container{
    bottom: 190px !important;
  }

  .bwp-block-text .about-prima{
 text-align: center !important;
 font-weight: 500 !important;
}
#shopify-block-ASkJScU5UUVBYYmY5Z__text_block_VyLqtG .bwp-block-text p{
  /* text-align: justify; */
}

#shopify-section-template--20007055360248__featured_custom_section_GMacRL .section-content{
  padding: 40px 20px !important;
}
.product-card__image .preloading-img-product{border 1px solid #000; overflow:hidden;}
.product-card__image-wrapper .slick-slide{padding:0px 15px;}
.product-card__image-wrapper{margin:0px -15px;padding-right:10px;}

}

@media (max-width: 480px){
  .wpbingo-section__content.bwp_slider-carousel .slick-next{
    right: -4% !important;
  }
  /* .slick-list .slick-slide{
          padding: 0 1px !important;
  } */
  .slick-carousel .slick-carousel__item{
            padding-right: 6.5px;
  }
      .bwp_slick-margin-mobile .slick-list {
        padding-right: 0;
    }
    #shopify-block-AcEQ1M0VHTno5TTE5U__column_dQ9iMq .slick-list .slick-slide, #shopify-block-AYkhBSWJodEl6Y3NrL__ourteam_DxqWb9 .slick-list .slick-slide{
    border: none !important;
  } 

  #shopify-block-AYkhBSWJodEl6Y3NrL__ourteam_DxqWb9 .wpbingo-widget--ourteam, #shopify-block-AL09STVEyTHcwa0R5a__ourteam_q77Php .wpbingo-widget--ourteam{
      border: 1px solid #80808014;
      padding: 3px;
  }

  #shopify-block-AQktHeFRRSTA1dHJTb__column_x7Gdih{
    width: 100% !important;
  }

  #JsCollectionProduct.grid-xs-2 .products__col{
    max-width: 100% !important;
  }

  #main-collection-filters .page-collection-header{
    gap:5px;
  }

  #shopify-block-AcFBDNkhqQlBEbDZHZ__column_WWmxyT, #shopify-block-ARG1ISWhuMWhpYVBvZ__column_DLWCDt, #shopify-block-AK2RuRDlHZUtVamIvU__column_gxBBtC, #shopify-block-AWlRJdlNwZTZOZk1Ld__column_UWbhdz{
   padding: 30px 0 0 !important;
  }

  .product-more-info .more-tab-container .more-info-tabs__nav-link span{
    font-size: 18px !important;
  }

   .enquiry {
        padding-left: 100% !important;
  }
  

  .bwp-header-topbar .content-item-text-with-icon .custom-text>*:before{
    display: none !important;
  }

  .bwp-header-topbar .content-topbar>div .item{
    gap: 15px !important;
  }

}

.ourteam-card__description{text-align:justify;}

@media (max-width:1499px){
     
    .wpbingo-section__content.bwp_slider-carousel .slick-next {
        right: 15px;
    }
     .wpbingo-section__content.bwp_slider-carousel .slick-prev {
        left: 15px;
    }
}

@media (max-width:1199px){
    .wpbingo-section__content.bwp_slider-carousel .slick-next {
        right: 1px;
        top:37%;
    }
     .wpbingo-section__content.bwp_slider-carousel .slick-prev {
        left: 0px;
         top:37%;
    }

    .wpbingo-section__content.bwp_slider-carousel .slick-initialized .slick-next{
      display: none !important;
    }
}

  .wpbingo-section__content.bwp_slider-carousel .slick-track{
    display:flex;
  }
    .wpbingo-section__content.bwp_slider-carousel .slick-track .slick-slide{
    height:auto;
  }

  @media (max-width:767px){
    #shopify-block-AcWNhcjZqTUVjVHUrW__title_pQgFzF .bwp-block-title{
      padding-top:0 !important;
    }
    #shopify-section-template--20007055393016__featured_custom_section_RYxzXm .section-content {
    padding-top: 0;
}
#shopify-block-AYkhBSWJodEl6Y3NrL__ourteam_DxqWb9 .wpbingo-widget--ourteam, #shopify-block-AL09STVEyTHcwa0R5a__ourteam_q77Php .wpbingo-widget--ourteam {
    margin: 0 !important;
}
  }


  @media (max-width: 767px) {
    #shopify-block-AdHAwVlo4c25JK2tMR__title_N4gcgU .bwp-block-title {
              font-size: 26px !important; 
              padding-bottom: 20px !important;
    }

    .wpbingo-section__content.bwp_slider-carousel .slick-prev{
              top: 20% !important;
    }

   .cust-index .wpbingo-section__content.bwp_slider-carousel .slick-next{
        top: 40% !important;
    }

    .cust-index .wpbingo-section__content.bwp_slider-carousel .slick-prev{
              top: 40% !important;
    }

    .wpbingo-section__content.bwp_slider-carousel .slick-next{
        top: 20% !important;
    }
    .wpbingo-section__content.bwp_slider-carousel .slick-next{
      right: 0 !important;
    }

    .cust-index .wpbingo-section__content.bwp_slider-carousel .slick-next{
      right: -10px !important;
    }
    }


    .milestones-timeline__milestone-ank9laejhtkpjc0hidmilestoneci3rg9{
      position: absolute !important;
      top: -50px !important;
      color: #502374 !important;

    }

    .milestones-timeline__item-ank9laejhtkpjc0hidmilestoneci3rg9:nth-child(odd)     .milestones-timeline__milestone-ank9laejhtkpjc0hidmilestoneci3rg9{
     top: 240px !important;
    }

    .shopify-policy__body table td:first-child ul{
      padding-right: 20px !important;
    }

     .shopify-policy__body table td{
      vertical-align: top !important;
     }

  