/* @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
  font-family: "Montserrat", sans-serif;
}

:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --green: #25d366;
  --black: #000000;
  --primary-bg-color: #1c2b42;
  --primary-bg-hover-color: #2e3f58;
  --primary-color: #1c2b42;
  --secondary-color: #c7a867;
  --bs-btn-bg: #1c2b42;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1c2b42;
  --bs-btn-border-color: #1c2b42;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2e3f58;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1c2b42;
  --bs-btn-disabled-border-color: #1c2b42;
}

body h1 {
  color: var(--primary-bg-color);
}
main {
  min-height: 100vh;
  max-height: auto;
}

.navbar>.container {
  display: unset;
}

.oc-navbar {
  background-color: var(--primary-bg-color);
}

.oc-navbar .navbar-form {
  display: flex;
  justify-content: center;
  background-color: var(--white);
  border-radius: 30px;
}

.oc-navbar .navbar-form .navbar-search-filed {
  width: 90%;
  border: none;
  background: transparent;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: none !important;
  outline: none !important;
}

.oc-navbar .navbar-form .oc-btn {
    border-radius: 8px;
    padding: 6px 20px;
    min-width: auto;
}

.oc-navbar .oc-btn {
    min-width: auto;
    padding: 8px 12px;
    font-size: .875rem;
}

.oc-navbar .navbar-nav {
  /* gap: 10px; */
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section>.container>.row>.col-md-12>h2 {
  padding-bottom: 40px;
}

.site-bg {
  background-color: var(--primary-bg-color);
}

.bg-green {
  background-color: var(--green);
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer a {
  color: var(--black);
}

.latest-enquiry {
  background-color: #f3f5fa;
}

.letest-enquiry h2 {
  color: var(--primary-bg-color);
}

.letest-enquiry .letest-inquiry-card {
  background-color: var(--primary-bg-color);
  color: var(--white);
  min-height: 250px;
  max-height: auto;
}

.letest-enquiry .letest-inquiry-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.letest-offer h2 {
  color: var(--white);
}

.letest-offer .letest-offer-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--white);
}

.letest-offer .letest-offer-detail p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.letest-offer .letest-offer-detail p b {
  color: var(--primary-bg-color);
}

.letest-offer .letest-offer-detail:last-of-type {
  margin-bottom: 20px;
}

.top-supplier {
  /* background-color: #eef5f9; */
}

.top-supplier h2 {
  color: var(--primary-bg-color);
}

.top-supplier .top-supplier-card {
    background-color: #fff;
    position: relative;
    padding-top: 55px;
    border: 1px solid rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    text-align: center;
    height: calc(100% - 60px);
}

.top-supplier .supplier-image-wrapper {
  height: 60px;
  position: relative;
  text-align: center;
}

.top-supplier .supplier-image-wrapper .supplier-image-box {
  position: absolute;
  right: 50%;
  bottom: 0%;
  translate: 50% 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / 6%);
  background: #fff;
  z-index: 9;
}

.top-supplier .top-supplier-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--white);
}

.top-supplier .top-supplier-detail p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-supplier .top-supplier-detail p b {
  color: var(--white);
}

.top-supplier .top-supplier-detail:last-of-type {
  margin-bottom: 20px;
  border: none;
}

.top-supplier .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.top-supplier .owl-nav button {
  padding: 10px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--white) !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  border: 1px solid var(--white) !important;
  border-radius: 15px !important;
  background: var(--primary-bg-color) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  width: 30px;
  height: 30px;
}

.top-supplier .owl-nav button:hover {
  color: var(--primary-bg-color) !important;
  background: var(--white) !important;
  border-color: var(--primary-bg-color) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.top-buyer h2 {
  color: var(--white);
}

.top-buyer .top-buyer-card {
  background-color: var(--white);
  color: var(--primary-bg-color);
  position: relative;
  padding-top: 35px;
}

.top-buyer .top-buyer-image-wrapper {
  height: 60px;
  position: relative;
  text-align: center;
}

.top-buyer .top-buyer-image-wrapper .top-buyer-image-box {
  position: absolute;
  right: 50%;
  bottom: 0%;
  translate: 50% 50%;
  width: 100px;
  border-radius: 50%;
  z-index: 9;
}

.top-buyer .top-buyer-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--primary-bg-color);
}

.top-buyer .top-buyer-detail p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-buyer .top-buyer-detail p b {
  color: var(--primary-bg-color);
}

.top-buyer .top-buyer-detail:last-of-type {
  margin-bottom: 20px;
  border: none;
}

.top-buyer .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.top-buyer .owl-nav button {
  padding: 10px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--primary-bg-color) !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  border: 1px solid var(--primary-bg-color) !important;
  border-radius: 15px !important;
  background: var(--white) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  width: 30px;
  height: 30px;
}

.top-buyer .owl-nav button:hover {
  color: var(--white) !important;
  background: var(--primary-bg-color) !important;
  border-color: var(--white) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.popular-chamical {
  background-color: #f8ecdc;
}

.popular-chamical h2 {
  color: var(--primary-bg-color);
}

.popular-chamical .popular-chemical-card {
  background-color: var(--primary-bg-color);
  color: var(--white);
}

.popular-chamical .popular-chamical-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--white);
}

.popular-chamical .popular-chamical-detail p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.popular-chamical .popular-chamical-detail:last-of-type {
  margin-bottom: 20px;
}

.faq-section h2 {
  color: var(--white);
}

.faq-section .accordion-button {
  font-weight: bold;
  color: var(--primary-bg-color);
}

.faq-section .accordion-item {
  margin-bottom: 10px;
}

.faq-section p {
  margin-bottom: 0px;
}

.latest-blog {
  background-color: #dfe6ee;
}

.latest-blog h2 {
  color: var(--primary-bg-color);
}

.latest-blog .card-title {
  color: var(--primary-bg-color);
  font-weight: 600;
}

.feedback-section h2 {
  color: var(--white);
}

.feedback-section .feedback-slider h3,
h6 {
  color: var(--primary-bg-color);
  text-overflow: ellipsis;
}

.feedback-section .feedback-quotes {
  width: 100px !important;
}

.feedback-section .feedback-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 10px;
  border-top: 1px solid var(--white);
  padding-top: 1rem;
}

.feedback-section .feedback-footer img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
}

.feedback-section .owl-nav button {
  padding: 10px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--primary-bg-color) !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  border: 1px solid var(--primary-bg-color) !important;
  border-radius: 15px !important;
  background: var(--white) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  width: 30px;
  height: 30px;
}

.feedback-section .owl-nav button:hover {
  color: var(--white) !important;
  background: var(--primary-bg-color) !important;
  border-color: var(--white) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.oc-btn {
  display: inline-block;
  padding: 10px 16px;
  min-width: 140px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid var(--primary-bg-color);
  border-radius: 6px;
  background-color: var(--primary-bg-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.oc-btn:hover {
  color: var(--white);
  background-color: var(--primary-bg-hover-color);
  border-color: var(--primary-bg-hover-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.oc-btn.btn-border {
    color: var(--primary-color);
    background: var(--white);
}

.oc-btn.btn-border:hover {
    background-color: var(--primary-bg-hover-color);
    border-color: var(--primary-bg-hover-color);
    color: var(--white);
}

.oc-btn.btn-white {
    color: var(--black);
    background: var(--white);
    border-color: var(--white);
}

.oc-btn.btn-white:hover {
    background-color: var(--primary-bg-hover-color);
    border-color: var(--primary-bg-hover-color);
    color: var(--white);
}

.oc-outline-btn {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-bg-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid #193d5a;
  border-radius: 25px;
  background-color: var(--white);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.oc-outline-btn:hover {
  color: var(--white);
  background-color: var(--primary-bg-color);
  border-color: #c5c5c5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.banner-section {
  height: 100vh;
}

.banner-section .banner-main-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-section .banner-main-btn a:first-of-type {
  margin-right: 10px;
}

.banner-section #chat2 {
  height: calc(100vh - 200px);
}

.banner-section #chat2 h5, .banner-section #chat3 h5 {
  color: var(--primary-bg-color);
}

.banner-section .chat-body {
  /* height: calc(100vh - 200px); */
  position: relative;
  background-color: var(--primary-bg-color);
}

.banner-section .chat-body .today-divider {
  color: var(--white);
  width: 100%;
}

.banner-section #carouselExampleCaptions {
  /* height: 100%; */
  height: calc(100vh - 200px);
}

.banner-section #carouselExampleCaptions .carousel-inner,
.banner-section #carouselExampleCaptions .carousel-item,
.banner-section #carouselExampleCaptions img {
  height: 100%;
}

.banner-section h2 {
  color: var(--white);
}

.banner-section .chat-body {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Scrollbar Styling */
.banner-section .chat-body::-webkit-scrollbar {
  width: 5px;
}

.banner-section .chat-body::-webkit-scrollbar-track {
  background-color: var(--primary-bg-color);
}

.banner-section .chat-body::-webkit-scrollbar-thumb {
  background: var(--blue);
}

@media screen and (max-width: 768px) {
  .banner-section {
    height: auto;
  }

  .banner-wrapper {
    order: 2;
  }

  .banner-title {
    order: 3;
  }

  .chat-wrapper {
    order: 1;
  }

  .banner-wrapper,
  .chat-wrapper {
    margin-bottom: 30px;
  }

  .letest-enquiry .card {
    margin-bottom: 30px;
  }

  .letest-enquiry .col-md-12,
  .letest-offer .col-md-12,
  .top-supplier .col-md-12,
  .top-buyer .col-md-12,
  .popular-chamical .col-md-12 {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .letest-enquiry .col-md-12,
  .top-supplier .col-md-12,
  .top-buyer .col-md-12,
  .popular-chamical .col-md-12 {
    /* margin-bottom: 30px !important; */
  }

  .letest-enquiry .col-md-12 h2,
  .letest-offer .col-md-12 h2,
  .top-supplier .col-md-12 h2,
  .top-buyer .col-md-12 h2,
  .popular-chamical .col-md-12 h2 {
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
  }

  .letest-offer .col-md-12 {
    margin-bottom: 30px;
  }

  .letest-offer .col-md-12 h2 {
    padding-bottom: 10px;
  }

  .letest-offer .card {
    margin-bottom: 30px;
  }

  .top-buyer .card {
    margin-bottom: 30px;
  }

  .popular-chamical .card {
    margin-bottom: 30px;
  }

  .latest-blog .card {
    margin-bottom: 30px;
  }

  .feedback-section .card {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .header-logo-contianer {
    flex-wrap: wrap;
  }

  .header-logo-contianer>div {
    flex: 0 0 auto;
    width: 100%;
  }

  .header-logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .header-search-contianer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .oc-navbar .navbar-nav .nav-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

#whatsappMobileGetQuote {
  display: block;
}

.select2-dropdown {
  z-index: 1413;
}

.select2-container {
  width: 100% !important;
}

/* .select2-container--default .select2-search--inline .select2-search__field{
  width: 100% !important;
} */

#whatsappMobileGetQuote {
  width: 100px;
}

.showErr {
  color: red;
}

.message-sup-buy {
  max-width: 300px;
  white-space: wrap;
  word-break: break-all;
}


.cursor-pointer {
  cursor: pointer;
}


.custom-card {
  margin-block-end: 20px;
  border: 0;
  box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
}

.custom-card .card-title {
  font-weight: 600;
  color: #fff;
}

.skill-tags a {
  float: var(--float-start);
  margin-inline-end: 5px;
  margin-block-end: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #99a6b7;
  font-size: 12px;
  border: 1px solid var(--border);
}


.main-img-user {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

.main-profile-overview .main-img-user {
  width: 150px;
  height: auto;
  margin-block-end: 20px;
  margin: 0 auto;
  margin-bottom: 24px;
}


.main-img-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.media {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
}

.main-profile-contact-list .media {
  align-items: center;
}



.main-profile-contact-list .media-body {
  margin-inline-start: 25px;
}

.main-profile-work-list .media-body span {
  display: block;
  margin-block-end: 0px;
  line-height: 1;
}

.main-profile-contact-list .media-body div {
  font-weight: 500;
  /* color: var(--color); */
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px;
}



.select2-selection--multiple {
  border-color: #dee2e6 !important;
  min-height: 38px !important;
}

.select2-container .select2-selection--single {
  height: 38px;
}


.combined-mobile {
    width: 100%;
    max-width: 140px;
    height: 46px;
    box-shadow: none !important;
    outline: none !important;
}
.combined-mobile:focus {
     border-color: var(--primary-color)
}


.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4 {
  color: var(--primary-bg-color);
  text-align: center;
}
/* 
.modal-content {
  border-left: 10px solid var(--primary-bg-color);
  border-right: 10px solid var(--primary-bg-color);
} */


.main-logo-header {
  width: 120px;
}




.letest-offer img,
.letest-offer .col-md-4 img,
.popular-chamical .col-md-4 img,
.latest-blog .col-md-4 img {
  height: 236px;
  object-fit: fill;
}

.verified {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: 1px solid #1c2b42;
  border-radius: 5px;
  height: 50px;
}


body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
body p {
    color: #666;
}
.text-main {
  color: var(--primary-color);
}
.fs-18 {
    font-size: 1.125rem;
}
.fs-14 {
    font-size: .875rem;
}
.pedding {
  padding: 80px 0;
}
.banner-01 {
    background-image: url('../img/img1.jpg');
    background-size: cover;
}
.banner-01 .overlay {
    height: 90vh;
    min-height: 450px;
    background: rgb(0 0 0 / 50%);
}
.mw-auto {
  min-width: auto;
}

.table.table1 {
    border: 1px solid rgb(0 0 0 / 10%);
}

.table.table1 thead tr th {
    background: #000000;
    color: #fff;
    font-weight: 500;
    padding: 12px 15px;
}

.table.table1 tbody tr td {
    padding: 12px 15px;
    color: #666;
}

.bg-1 {
    background: var(--primary-bg-color);
    color: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    border-radius: 20px;
}
.bg-2 {
    background: var(--primary-bg-color);
}
.bg-3 {
    background: #f4f8ff;
}

.ellipsis-2  {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2  {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3  {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chemicals-box {
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 5%);
    height: 100%;
}
.chemicals-box .txt {
  padding: 12px 15px;
}

.chemicals-box .img {
    overflow: hidden;
    height: 210px;
}

.chemicals-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.chemicals-box .img:hover img {
    transform: scale(1.1);
}
.swiper1 .swiper-wrapper {
    padding: 12px 0;
}

.swiper1 .swiper-slide {
    height: auto;
}

.swiper1 .swiper-button-next:after, .swiper1 .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}

.swiper1 .swiper-button-next, .swiper1 .swiper-button-prev {
    background: var(--primary-bg-color);
    width: 37px;
    height: 40px;
    border-radius: 5px;
}

.logo-footer {
    width: 80px;
}

.nav-footer a {
    color: #ccc;
    font-size: .875rem;
}

.nav-footer a:hover {
    color: #fff;
}


.modal.modal1 .modal-content {
    border-radius: 30px;
    border: 0;
}

.modal.modal1 button.btn-close {
    box-shadow: none !important;
    outline: none !important;
}

.form.form1 .form-select,
.form.form1 .form-control {
    height: 46px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 6px;
}

.form.form1 .form-select:focus,
.form.form1 .form-control:focus {
    border-color: var(--primary-color);
}

.form.form1 label.form-label {
    font-weight: 600;
    margin-bottom: 2px;
}
.form.form1 .form-check-input {
    box-shadow: none !important;
    outline: none !important;
}

.form.form1 .form-check-input:checked {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.why-box {
    box-shadow: 0 0 16px rgb(0 0 0 / 12%);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.why-box .txt {
    padding: 16px;
}
.why-box .img {
    padding: 16px 16px 5px;
}
.why-box .img img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.why-box:hover {
    background: var(--primary-bg-color);
    color: #fff;
}

.why-box:hover p, 
.why-box:hover .list1 li {
    color: rgb(255 255 255 / 50%);
}
.why-box:hover .list1 li::marker {
  color: #fff;
}

.list1 {
    list-style: disc;
    padding-left: 16px;
}

.list1 li {
    color: #666;
    margin-bottom: 8px;
}

.list1 li::marker {
    color: var(--primary-color);
}

.card.custom-card .card-header {
    padding: 16px 24px;
    background: var(--secondary-color);
    border-bottom-color: rgb(0 0 0 / 5%);
}

.card.custom-card .card-body {
    padding: 16px 24px;
}

.social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.social a {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 39px;
    transition: all .4s ease;
}

.social a:hover {
    background: var(--primary-bg-color);
    color: #fff;
}

.sidebar {
    background: #eef5f9;
    padding: 16px;
    border-radius: 6px;
}

.pagination {
  flex-wrap: wrap;
}
.pagination .page-link {
    color: #888;
}

.pagination .active .page-link {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-bottom: var(--primary-bg-color);
}



@media screen and (max-width:768px) {
  .pedding {
    padding: 50px 0;
  }
  .letest-offer img,
  .letest-offer .col-md-4 img,
  .popular-chamical .col-md-4 img,
  .latest-blog .col-md-4 img {
    height: auto;
  }
  .combined-mobile {
      max-width: 100%;
  }
}

@media screen and (max-width:575px) {
  .card.custom-card .card-header {
      padding: 16px 24px;
  }
  .card.custom-card .card-body {
      padding: 16px;
  }
}

.product-name{
  font-size: 40px;
}
.product-details .text-success{
  background: #c5ebc5;
    padding: 7px;
    border-radius: 15px;
}