@import url('https://fonts.googleapis.com/css2?&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000');


body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.4px;

}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1090;
  top: 0;
  left: 0;
  background: #017084;
  overflow-x: hidden;
  padding-top: 60px;
}

.sidebar a {
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid #f9fafb5c;
  font-size: 15px;
  display: block;
  transition: 0.3s;
}


.close-sidebar-btn {
  position: absolute;
  top: 1px;
  right: 18px;
  font-size: 36px;
  margin-left: 50px;
  background: none;
  border: none;
  color: white;
}

#header-bottom-box {
  box-shadow: rgb(0 0 0 / 20%) 0px 25px 20px -22px;
  padding: 0px;
}

.logo-main {
  display: flex;
  justify-content: center;
}

.phone-n {
  color: white;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.phone-n i {
  margin-right: 8px;
  animation: shake 2s infinite;
}

.modal-header {
  background: linear-gradient(135deg, #7b8faf, #709fe7);
  color: white;
  font-weight: 600;
  padding: 11px 15px;
}

.form-label {
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 1px;
  color: black;
  display: block;
}

.view_x {
  background: linear-gradient(135deg, #0d697a, #0598b3);
  /* background: linear-gradient(135deg, #525d6e, #487ecf); */
  /* background-color: #45618b; */
  color: white;
  padding: 5px 15px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  border: none;
}

.mode-btn {
  display: flex;
  justify-content: center;
  align-items: center;

  padding-top: 6px;
  padding-bottom: 14px;
}

.open-sidebar-btn {
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
  color: #183565;
  position: fixed;
  top: 9px;
  right: 20px;
  z-index: 1100;
}

.open-sidebar-btn {
  display: none;
}

.breadcrumb {
  display: flex;
  list-style: none;
  /* font-size: 12px; */
  margin-top: 7px;
  padding-left: 35px;
}

.breadcrumb-item {
  margin-right: 5px;
  font-size: 14px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #046272;
  font-weight: 500;
  padding: 5px 5px;
  font-size: 14px;
}

.breadcrumb-item a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:before {
  content: "/";
  margin-right: 1px;
  color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0px;
}

.breadcrumb-item:last-child a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 2px !important;
}

@media(min-width:300px) and (max-width:768px) {
  .breadcrumb {
    margin-top: 10px !important;
  }
}

.floating-buttons {
  position: fixed;
  bottom: 102px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #25D366, #128C7E);
  /* WhatsApp gradient */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.floating-buttons a i {
  font-size: 19px;
  color: #ffffff;
}

/* WhatsApp Icon */
.icon-whatsapp {
  font-size: 28px;
}

.get-quote-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff9306, #bb5702);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

/* Get a Quote Button */
.quote-btn {
  background: linear-gradient(135deg, #084298, #0d6efd);
  padding: 10px;
  width: 45px;
  height: 45px;
  flex-direction: column;
  text-align: center;
}

.icon-quote {
  font-size: 28px;
}

.quote-text {
  font-size: 11px;
}

.lab-para {
  text-align: center;
  font-size: 13px;
  color: grey;
  margin-bottom: 0px;
}

.searchInput {
  position: relative;
  display: flex;
  background: white;
  align-items: center;
  height: 40px;
  box-shadow: 0px 1px 10px #017084a6;
  border: 2px solid #1190a7;
  padding: 0px 10px 0px 10px;
  border-radius: 9px;
}

.searchInput input {
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  /* outline: none; */
  /* padding: 5px; */
  width: 100%;

}



.searchButton {
  background: none !important;
  /* margin: 20px; */
  border: none;
  padding-left: 11px;

  /* padding: 0px 14px; */
  cursor: pointer;
  border-left: 1px solid #0d778994;
  /* padding: 10px; */
  color: #017084;
  /* padding: 20px; */
  font-size: 17px;

  border-radius: 0 0 4px 4px;

}

.searchButton i {
  color: #035766;
  font-size: 16.6px;
}

.searchInput .resultBox {
  position: absolute;
  top: 39px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  overflow-y: auto;
  scrollbar-color: #bfc1c7 #f2f8f9;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.banner-image img {
  width: 100%;

}

.searchInput.active .resultBox {
  display: block;
  /* Show when there are suggestions */
}

.resultBox li {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  list-style-type: none;
  border-bottom: 1px solid #f0f0f0;
}

.resultBox li:hover {
  background-color: #f0f0f0;
}

.resultBox li:last-child {
  border-bottom: none;
}

.email-link {
  font-size: 15px;
  position: relative;
  top: -2px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.email-info i {
  font-size: 19.5px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.header__menu ul li a {
  position: relative;
  color: black;
  text-decoration: none;
  font-weight: 700;
  padding-left: 5px 10px;
  /* margin-right: 17px; */
  padding: 8px 11px;
  font-size: 15.6px;
}

.menu-main {
  display: flex;
  align-items: center;

}

.header__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

header {
  background: white;
}

.img-logo {
  width: 185px;
}

/* .main-e_c {
  display: flex;
  justify-content: end;
  align-items: center;
} */
.main_mia {
  display: flex;
  justify-content: left;
  align-items: center;
}

.bottom-header {
  padding:2px 0px;
  border-bottom: 1px solid #c1ddf3a6;
  background: linear-gradient(to right, #2cc0db -4%, #138ea5 32%);
}


.bottom-h {
  background: white;
  box-shadow: 0px 2px 5px #dbdbdb;
  position: relative;
  border: 1px solid #80808000;
  position: relative;
  padding: 5px 0px;
}

.phone-header i {
  margin-right: 5px;
  font-size: 16px;
  color: #20a410;
}

.phone-header a,
.phone-mail a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

/* CSS */
.request-quote-btn {
  font-size: 14px;
  padding: 5px 14px;
  font-weight: 700;
  border: 0;
  background: #fe940b;
  color: #fff;
  outline: transparent;
  position: relative;
  letter-spacing: 0.5px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  overflow: hidden;
}

.request-quote-btn::before,
.request-quote-btn::after,
.request-quote-btn .border-left,
.request-quote-btn .border-right {
  content: "";
  position: absolute;
  background: #017084;
  transition: all 0.5s linear;
}

/* Top Border */
.request-quote-btn::before {
  width: 0%;
  height: 2px;
  top: 0;
  left: 0;
  animation: border-top-move 3s linear infinite;
}

/* Right Border */
.request-quote-btn::after {
  width: 2px;
  height: 0%;
  top: 0;
  right: 0;
  animation: border-right-move 3s linear infinite;
}

/* Bottom Border */
.request-quote-btn .border-left {
  width: 0%;
  height: 2px;
  bottom: 0;
  right: 0;
  animation: border-bottom-move 3s linear infinite;
}

/* Left Border */
.request-quote-btn .border-right {
  width: 2px;
  height: 0%;
  bottom: 0;
  left: 0;
  animation: border-left-move 3s linear infinite;
}

/* Animations */
@keyframes border-top-move {
  0% {
    width: 0%;
  }

  25% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes border-right-move {

  0%,
  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

@keyframes border-bottom-move {

  0%,
  50% {
    width: 0%;
  }

  75% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes border-left-move {

  0%,
  75% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.email-info {
  margin-right: 16px;
}

@media(min-width:300px) and (max-width:1200px) {
  .email-info {
    display: none;
  }
}

.cart-wrapper i {
  align-items: center;
  border-radius: 5px;
  display: flex;
  margin-right: 5px;
  color: #0745a8;
  /* width: 33px; */
  font-size: 29px;
}

.submenu a,
ul.submenu {
  padding: 5px
}

.icon-wrapper {
  font-size: 16px;
  color: white;
  margin-right: 18px;
  text-decoration: none;
  position: relative;
}

/* whatsapp */



.icon-wrapper .badge {
  position: absolute;
  top: 6px;
  right: 5px;
  color: white;
  margin-left: 21px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 13px !important;
  height: 13px !important;
  padding: 0px !important;
  transform: translateX(-50%);
  background-color: #ff7c00;
  font-size: 8px;
  border-radius: 50%;
}






.copyright-area p {
  background-color: #fe8c2e;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;

}

.user-profile i {
  color: #f87a2c;
  font-size: 21px;
  margin-right: 0px;
  transition: color 0.3s ease;
}

.user-profile svg {
  width: 19px !important;
  height: 19px !important;
}

.user-profile p {
  font-size: 15px;
  color: white;
  margin-left: 20px;
  margin-left: 0px;
  margin-left: 22px;
  margin-right: 17px;
  font-weight: 700;
  margin-bottom: 0px;
  /* position: relative; */
  /* top: 4px; */
  /* right: -5px; */
  cursor: pointer;

}

.sep {
  height: 1px;
  background-color: #677fa470;
  margin: 2px 0;
}

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

.btn-outline {
  font-size: 13.5px;
  padding: 4px 10px;
  margin-left: 11px;
}


.icon-wrapper p {
  margin: 0;
  font-size: 14px;
  position: relative;
  top: 2px;
  font-weight: 700;
  color: #000000;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20%;
  right: 7px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;

}

.pulse {
  z-index: 0;
  position: fixed;
  content: '';
  bottom: 150px;
  right: 3px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #25d366;
  animation-name: pulseAnim;
  animation-duration: 3s;
  animation-iteration-count: infinite;

}

.my-float {
  margin-top: 10px;

}


.text_icon {
  margin-top: 3px;
  color: #707070;
  font-size: 11px;
}

.get-l {
  font-size: 14.8px;
  margin-bottom: 2px;
  font-weight: 600;
}

.main-m-h {
  font-size: 21px;
  color: #036a78;
  font-weight: 600;
}

.model-quote {
  margin-top: 5%;
}

.get-btn {
  background: #006c79;
  color: white;
  padding: 6px 19px;
}

.get-quote-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0px;
  background: none;
  text-decoration: underline;
  color: #ff7801;
  border: none;
  /* padding: 6px 18px; */
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  transition: background-color 0.3s, transform 0.2s;
}

.get-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.modal-dialog {
  margin-top: 60px;
}

@media (min-width:768px) and (max-width: 822px) {
  .get-quote-btn {
    padding: 6px 8px !important;
    font-size: 13px !important;

  }
}

@media (min-width: 300px) and (max-width: 1200px) {
  .open-sidebar-btn {
    display: block;
  }

  .user-profile {
    display: none !important;
  }

  .filter2 {
    display: none;
  }



  .main-content-H {
    display: none;
  }

  .track-ord {
    display: none;
  }

  .m-para {
    display: none;
  }

  .m-para2 {
    display: none !important;
  }

  .header__menu {
    display: none;
  }



  .dropdown-menu-end {
    width: 115px !important;
  }

  .dropdown-menu-end {
    left: 5% !important;
  }

  .banner-image img {
    display: none !important;
  }

  .open-sidebar-btn {
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    color: #183565;
    position: fixed;
    top: 9px;
    right: 9px;
    z-index: 1100;
  }

  .img-logo {
    width: 228px;
  }

  .mobile_no {
    display: none !important;
  }

  .therm-para {
    display: none !important;
  }

  .para_t {
    display: none;
  }

  .bottom-h {
    padding: 11px 0px;
  }

  .bottom-header {

    background: white;


  }

}

@media(min-width:300px) and (max-width:1200px) {
  .icon-wrapper p {
    display: none;
  }

  .category-btn {
    display: none;
  }

  .icon-wrapper i {
    font-size: 16px !important;
    color: #ffffff !important;
  }


  .user-profile i {
    color: #fff;
  }

  .user-profile {
    display: none;
  }

  .wish-cart-items {
    position: absolute;
    top: 22px;
    right: 56px;
  }

  .border-l {
    display: none;
  }

  .phone-header {
    display: none;
  }

  #user-profile {
    display: block !important;
  }

  .user-profile p {
    font-weight: 700;
    padding-top: 7px;
    padding-left: 14px !important;
  }

  .lab-para {
    display: none;
  }

  .bottom-header {
    padding: 0px !important;
  }
}

@media(min-width:991px) and (max-width:1200px) {

  .user-profile {
    display: none !important;
  }

  .filter-group {
    display: none;
  }

  .request-quote-btn {
    position: absolute;
    top: 15px;
    right: 14%;
    z-index: 99;
  }

  .searchInput {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0px;
    height: auto;
    box-shadow: none;
  }

  .img-logo {
    width: 188px !important;
  }

  .container-search {
    position: absolute;
    top: 11px;
    width: 42%;
    right: 30%;
  }

  .searchInput .searchButton {

    right: 3px !important;

    top: 3.5px !important;
    height: 32px !important;
    width: 32px !important;

  }

  .searchInput input {
    height: 39px !important;
  }



  .icon-wrapper {
    position: absolute;
    top: 15px;
    right: 54px;
    z-index: 999;
  }

  .icon-wrapper i {
    font-size: 20px;
  }

  .icon-wrapper.cart-wrapper::before {
    filter: none !important;

  }

  .elegant-nav.professional-tabs {

    justify-content: center;
  }

  .elegant-divider {
    width: 0px !important;
    height: 0px !important;
    background-color: NONE !important;
    margin: 0px !important;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .user-profile {
    display: none !important;
  }

  .filter-group {
    display: none;
  }

  .elegant-nav.professional-tabs {

    justify-content: center;
  }

  .elegant-divider {
    width: 0px !important;
    height: 0px !important;
    background-color: NONE !important;
    margin: 0px !important;
  }

  .searchInput {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 3px;
  }

  .product-slider img {
    width: 83px !important;
  }

  .seperator {
    margin: 0px 0 !important;
  }

  .request-quote-btn {
    position: absolute;
    top: 17px;
    right: 14%;
    z-index: 99;
  }


  .pro-description-details {
    margin-top: 26px;
  }

  .specification_section {
    margin-top: 56px !important;
  }

  .main-assp {
    margin-top: 30px;
  }

  .icon-wrapper {
    position: absolute;
    top: 15px;
    right: 54px;
    z-index: 999;
  }

  .icon-wrapper.cart-wrapper::before {
    filter: none !important;

  }

  .icon-wrapper i {
    font-size: 20px;
  }

  .container-search {
    position: absolute;
    top: 10px;
    right: 35%;
    width: 34%;
  }

  .searchInput input {
    height: auto;
    width: 100%;
    box-shadow: none;
  }

  .searchInput {
    box-shadow: none;
  }

}

@media(min-width:551px) and (max-width:768px) {
  .product-slider img {
    padding: 2px;
    width: 96px !important;
  }

}

@media(min-width:418px) and (max-width:550px) {
  .product-desc {
    margin: 0px 11px;
  }

  .product-slider img {
    padding: 2px;
    width: 78px !important;
  }

  .d-lg-flex p.detail-price {
    margin-bottom: 5px;
  }

  .detail-cart {
    margin-bottom: 10px;
  }

  .detail-cart {
    margin-bottom: 2px !important;
  }

}

@media(min-width:458px) and (max-width:768px) {
  .product_cq {
    display: flex;
  }

  .detail-cart {
    padding: 4px 12px !important;
  }

  .detail-cart {
    margin-bottom: 2px !important;
  }
}

@media(min-width:300px) and (max-width:417px) {
  .big-image img {
    position: relative;
    width: 250px !important;
    height: 288px !important;
  }

  .product-main-pills .border-left {
    margin: 0px;
  }
}

@media(min-width:300px) and (max-width:458px) {
  .buttons_added {
    margin-top: 10px;
  }

  .main_detail {
    padding: 12px 10px 20px 8px !important;
  }

  .detail-para {
    margin-bottom: 7px !important;
  }

  .product-sub {
    padding: 0px 0px !important;
  }
}

@media(min-width:300px) and (max-width:768px) {
  .product-main-pills .nav-link4.active {
    margin-bottom: 10px !important;
  }

  .product-main-pills .border-left {
    margin: 0px 2px !important;
    background: none !important;
  }

  .review-content-wrapper {
    padding: 11px 8px !important;
  }

  .review-section {
    padding: 14px 8px !important;
  }

  .submit-review-box {
    padding: 8px 8px !important;
  }

  .specifications {
    padding: 6px !important;
  }

  .review-content-wrapper {
    display: block !important;
  }

  .related-wrapper {
    margin-top: 35px !important;
  }

}

.quant_b {
  scrollbar-width: thin;
  scrollbar-color: #7d89ab #fff;
  height: 28px;
  overflow-y: auto;
  width: 45px;
  margin: 0px 7px;
  text-align: center;
  border: 1px solid #caccd2;
}


.btn-outline {
  padding: 4px 20px !important;
}

.img-logo {
  width: 180px;
}


.pro-description-details {
  box-shadow: 0px 1px 5px #bbb4b4;
  padding: 20px;
}


@media(min-width:300px) and (max-width:767px) {
  .user-profile {
    display: none !important;
  }

  .elegant-nav.professional-tabs {

    justify-content: center;
  }

  .filter-group {
    display: none;
  }

  .heading4 h1 {
    margin-top: 20px;
  }

  .elegant-divider {
    width: 0px !important;
    height: 0px !important;
    background-color: NONE !important;
    margin: 0px !important;
  }

  .custom-btn {
    margin-bottom: 10px !important;
  }

  .pro-description-details {
    margin-top: 26px;
  }

  .specification_section {
    margin-top: 56px !important;
  }

  .request-quote-btn {
    position: absolute;
    top: 12px;
    right: 32%;
    z-index: 99;
  }

  .bottom-h {
    padding-bottom: 63px !important;
  }

  .img-logo {
    width: 171px !important;

  }

  .cart-wrapper:hover {
    color: #1180d5 !important;
  }


  .container-search {
    position: absolute;
    width: 92% !important;
    top: 60px !important;
  }

  .wish-cart-items {
    position: absolute;
    top: 13px !important;
  }

  .open-sidebar-btn {
    top: 7px !important;
  }

  .wishlist-wrapper:hover {
    color: #1180d5 !important;
  }

  .icon-wrapper {
    position: absolute;
    top: 13px;
    right: 54px;
    z-index: 999;
  }

  .icon-wrapper i {
    font-size: 20px;
  }

  .img-logo {
    width: 165px !important;
  }



  .heading2 h2,
  .heading2 h3,
  .heading2 h4,
  .heading2 h5,
  .heading2 h6 {
    display: block !important;
  }

  .heading2 h2:after,
  .heading2 h2::before,
  .heading2 h3:after,
  .heading2 h3::before,
  .heading2 h4:after,
  .heading2 h4::before,
  .heading2 h5:after,
  .heading2 h5::before,
  .heading2 h6:after,
  .heading2 h6::before {
    border-bottom: none !important;
    border-top: none !important;
    background: none !important;
  }
}

@media(min-width:300px) and (max-width:620px) {
  .request-quote-btn {
    display: none !important;
  }

  .container-search {
    margin-top: 13px;
  }

  .container-search {
    position: absolute;
    width: 92%;
    top: 54px !important;
  }

  .request-quote-btn {
    top: 10%;
    left: 48%;
    position: absolute;
    z-index: 99;
  }

  .searchInput {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: -6px;
  }

}

@media(min-width:300px) and (max-width:400px) {
  .container-search {
    width: 88% !important;
  }

  .product-desc {
    margin: 9px;
  }

}

@media(min-width:619px) and (max-width:768px) {
  .container-search {
    position: absolute;
    width: 94% !important;
    top: 60px !important;
    z-index: 99;
  }

  .request-quote-btn {
    top: 12%;
    position: absolute;
  }

}

.banner-image img {
  width: 100%;

}


.float-container {
  position: fixed;
  bottom: 30%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.getquote-p {
  margin-bottom: 0px;
  font-size: 14px;
}

.float-container a {
  z-index: 99;
  display: flex;
  width: 200px;
  height: 42px;
  margin-right: -159px;
  margin-bottom: 10px;
  padding: 10px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: white;
  border-color: #46b8da;
  border-radius: 5px 0 0 5px;
  background-color: #0e8fa9;
  -webkit-box-shadow: 0 2px 4px #7d7d7d;
  box-shadow: 0 2px 4px #7d7d7d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

}

.geta-quote {
  border: none;
  background: none;
}

.float-container a:hover {
  margin-right: 0;
  background-color: #0e8fa9;

}




.icon.two:before {
  content: "\f086";
}



@media(min-width:300px) and (max-width:400px) {
  .category-card {
    width: 100%;
    padding: 0px 15px;
  }

  .categories_main {
    margin-top: 24px !important;
  }
}

.main-content-H {
  margin-top: 28px;
}

.main-content-H p {
  font-size: 14.2px;
  text-align: left;
  color: #2c2a2a;
}

.heading h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 3px;
  margin-bottom: 1px;
  color: rgb(250 112 14);
}

.email-link:hover {
  color: white;
}

.heading {
  text-decoration: none;
}




.bioche-main {
  display: table-cell;
  width: 50%;
}

.card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.details {
  padding: 15px;
}

.bio-box h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.specs p {
  font-size: 14px;
  margin: 5px 0;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #3c9306;
  margin-bottom: 0px;
}

.cart-btn {
  background: #d9534f;
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.heading2 h2,
.heading2 h3,
.heading2 h4,
.heading2 h5,
.heading2 h6 {
  font-size: 25px;
  color: rgb(5 122 155);
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

.biom_contentpart_inner {
  border: 1px solid #8080803b;
  padding: 18px 20px 18px 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px #80808036;
  background: white;
  position: relative;
}

.read_more {
  position: absolute;
  top: 22px;
  right: 28px;
}

.airborne-rating i {
  color: #fbc700;
  font-size: 7px;
  margin-right: 1px;
}

.airborne-rating {
  margin-right: 10px;
}

.product-pricing {
  display: flex;
  justify-content: space-between;
}



.lab-par {
  font-size: 13.5px;
  text-align: left;
  font-weight: 500;
  padding-top: 5px;
  color: #484747cb;
  margin-bottom: 5px;
}


.read_more {
  font-size: 15px;
  background-color: #f1750b;
  padding: 0px 5px;
  color: white;
  border-radius: 4px;
  /* background: none; */
  border: none;
  font-weight: 500;

}

.read_more i {
  margin-left: 5px;
  font-size: 11px;
  color: white;
}

.biochemistry-section {
  margin-top: 80px;
  background: #b6cdef40;
  padding: 40px 0px;
}

.product-card3 {
  width: 25%;
  padding: 0px 5px;
  margin-bottom: 11px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.product_bimo {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  text-align: center;
  transition: transform 0.3s ease-in-out;
  border: 1px solid #4450523b;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.quote_water {
  color: #ff7801;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  background: none;
}

.quote_water i {
  color: #0d7a8f;
  margin-right: 2px;
}

.catalog_download {
  font-size: 16.5px !important;
  color: #3c9306;
  cursor: pointer;
}

.product-card3:hover {
  transform: translateY(-5px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.product-link {
  display: block;
}

.product-image {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin-top: 15px !important;
  margin-bottom: 49px !important;
  margin: 10px 0px;

  display: block;
}

.product-card3:hover .product-image {
  transform: scale(1.05);
}

.product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  text-align: left;
  background: white;
}

.divider {
  width: 100%;
  height: 2px;
  background: #eee;
  margin: 5px 0;
}

.product-title h2,
.product-title h3,
.product-title h4,
.product-title h5,
.product-title h6 {
  font-size: 18px;
  font-weight: 800;
  color: #027084;
  margin-bottom: 10px;

}

.product-title {
  text-decoration: none;
}

.product-specs p {
  font-size: 13px;
  color: #666;

}

.product-specs {
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 125px;
  overflow-y: auto;
}

.product-specs span {
  font-weight: 500;
  color: black;
  font-size: 13.8px;
  margin: 0px 0;
}

.product-specs p {
  font-size: 13px;
  color: #666;

}



.product-specs1 span {
  font-weight: 500;
  color: black;
  font-size: 13.8px;
  margin: 0px 0;
}

.product-specs1 p {
  font-size: 13.8px;
  color: #666;

}

.product-specs2 {
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 57px;
  overflow-y: auto;
}

.product-specs2 strong {
  font-weight: 500;
  color: black;
  font-size: 13.8px;
  margin: 0px 0;
}

.product-specs2 p {
  font-size: 13.8px;
  margin-bottom: 0px;
  border-bottom: 1px solid #80808063;
  padding: 3px 0px;
}


.product-specs3 {
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 90px;
  overflow-y: auto;
}

.product-specs3 strong {
  color: black;
  margin-right: 6px;
  font-weight: 500;
  font-size: 13.5px;
}

.product-specs3 p {
  font-size: 13.8px;
  color: #666;
  border-bottom: 1px solid #80808063;
  margin-bottom: 0px;
  padding: 3px 0px;
}



.product-specs {
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 125px;
  overflow-y: auto;
}

.product-specs span {
  font-weight: 500;
  color: black;
  font-size: 13px;
  margin: 0px 0;
}






.product-pricing {
  font-size: 14px;
  font-weight: 600;
  padding-top: 4px;
  color: #f1620b;
  transition: opacity 0.3s ease-in-out;
}




.product-card3 {

  border-radius: 5px;
  overflow: hidden;
  background: #fff;

}

.product-link {

  display: flex;
  justify-content: center;
}

.product_bimo {
  position: relative;

}

.water-container {
  margin-top: 90px;
}


.product-details {
  background: #fff;
  padding: 15px 15px 5px 15px;
  text-align: left;
  margin-top: -20px;
  border-radius: 5px;
  border-top: 2px solid #0170846e;
  box-shadow: rgb(7 19 24 / 12%) 0px 2px 4px 0px, rgb(29 77 98 / 59%) 0px 2px 16px 0px;
  position: relative;
}

.product-title h3 {
  font-size: 18px;
  font-weight: 800;
  color: #027084;
  margin-bottom: 10px;
}

.product-specs p {
  font-size: 13px;
  color: #666;

}

.product-specs span {
  font-weight: bold;
  color: #000;
}

.product-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1px;
}

.product-price {
  color: #088729;
  font-size: 13px;
  font-weight: 700;
}

.product-price_chrom {
  color: #06343c;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 6px;
  position: absolute;
  border: 1px solid #808080c2;
  top: -12px;
  background: white;
  left: 12px;
}

.airborne-rating i {
  color: #fbc700;
  font-size: 7px;
}

.add-to-cart-btn {
  width: 100%;
  background: #ff9000eb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 3px;
}

.add-to-cart-btn:hover {
  background: #d48f00;
}


@media(min-width:991px) and (max-width:1200px) {
  .product-card3 {
    width: 33.33%;
    padding: 0px 8px !important;
    margin-bottom: 17px;
  }

  .biom_contentpart {
    display: none !important;
  }


  .biom_product_card {
    width: 100%;
  }

  .product-image {
    width: 180px;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .biom_contentpart {
    display: none !important;
  }

  .product-card3 {
    width: 50%;
    padding: 0px 8px !important;
  }

}

@media(min-width:300px) and (max-width:767px) {
  .biom_contentpart {
    display: none !important;
  }

  .product-card3 {
    width: 100% !important;
    padding: 0px 3px;
    margin-bottom: 16px;
  }

  .biom_product_inner {
    display: block;
  }
}



/* Add to crt icon */
.icon-wrapper.cart-wrapper {
  width: 43px;
  height: 43px;
}

.icon_acc::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: -1px;
  top: -2px;
  background: url(../images/profile1.png);
  background-size: 100%;
  filter: invert(100%) sepia(82%) saturate(1067%) hue-rotate(175deg) brightness(100%) contrast(100%);
}


.icon-wrapper.cart-wrapper::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  /* right: 6px; */
  top: 13px;
  background: url(../images/cart.png);
  background-size: 100%;
  filter: invert(100%) sepia(100%) saturate(1081%) hue-rotate(167deg) brightness(100%) contrast(100%);
}




.categories_main {
  margin-top:49px;
}

.airborne-main {
  margin-top: 81px;
  background: white;
}



.product-item {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  border: 1px solid #61929bb8;
  padding: 14px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);

  gap: 20px;
}


.product-image1 {

  background: #f8f9fa;

}

.product-list {
  width: 33.33%;
  padding: 0px 4px;
  margin-bottom: 10px;
}

.product-image1 img {
  width: 150px;
  height: 150px;
  padding: 15px;
  border: 1px solid #8080803b;
  border: 1px soldi grey;
  object-fit: contain;
  border-right: 2px solid #3cc9e380;
}

.automat-title h2,
.automat-title h3,
.automat-title h4,
.automat-title h5,
.automat-title h6 {
  font-size: 16px;
  font-weight: 700;
  color: #044450;
  margin-bottom: 1px;
  line-height: 1.3;
}

.product-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.automat-title {
  text-decoration: none;
  color: #222;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}

.automat-title:hover {
  color: #007bff;
}

.product-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 51px;
  overflow-y: auto;
}



.product-info ul li strong {
  color: #000;
  font-size: 13.2px;
}

.product-info ul li {
  font-size: 13.2px;
}

.cart-p-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  /* padding-left: 10px; */
  left: -17px;
  right: 0;
  top: 5px;
  background: url(../images/cart.png);
  background-size: 100%;
  filter: invert(34%) sepia(82%) saturate(1067%) hue-rotate(164deg) brightness(93%) contrast(94%);
}

.cart-p-btn {
  font-size: 16px;
  color: white;
  margin-right: 18px;
  text-decoration: none;
  position: relative;
}

.price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
}

.cart-p-btn {
  background: none;
  border: none;
  color: #063c46;
  font-size: 13px;
  margin-right: 0px;
  padding: 3px 2px;
  font-weight: 700;
  border-radius: 50px;
  display: flex;
  align-items: cente
}

.cart-p-btn i {
  font-size: 16px;
}



.product-price {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

@media(min-width:991px) and (max-width:1200px) {
  .product-list {
    width: 50%;
    padding: 0px 6px;
    margin-bottom: 14px;
  }

  .airborne-main {
    margin-top: 59px;
  }

  .water-container {
    margin-top: 59px;
  }

  .water-tabs {
    display: flex;
    flex-direction: row !important;
  }

  .category-column {
    width: 100% !important;
  }

  .water-tabs .nav-link {
    margin-right: 15px;
  }

  .product-column {
    width: 100% !important;
  }

  .product-column {
    padding-left: 10px !important;
  }

  .water-tabs .nav-link {
    margin-bottom: 9px;
  }

  .category-column {
    padding: 15px 10px 5px 15px !important;
  }

  .category-column {
    margin-bottom: 17px !important;
  }

  .categories_main {
    margin-top: 26px !important;
  }

}

@media(min-width:768px) and (max-width:990px) {
  .categories_main {
    margin-top: 25px;
  }

  .product-list {
    width: 50% !important;
    padding: 0px 6px;
    margin-bottom: 13px;
  }

  .product-item {
    display: block !important;
  }

  .product-image1 {
    background: none;
  }

  .product-image1 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .water-container {
    margin-top: 59px;
  }

  .water-tabs {
    display: flex;
    flex-direction: row !important;
  }

  .category-column {
    width: 100% !important;
  }

  .water-tabs .nav-link {
    margin-right: 15px;
  }

  .product-column {
    width: 100% !important;
  }

  .product-column {
    padding-left: 10px !important;
  }

  .water-tabs .nav-link {
    margin-bottom: 9px;
  }

  .category-column {
    padding: 15px 10px 5px 15px !important;
  }

  .category-column {
    margin-bottom: 17px !important;
  }

  .water_pru {
    width: 50% !important;
    padding: 0px 7px;
    margin-bottom: 15px;
  }

}

@media(min-width:320px) and (max-width:767px) {
  .water_pru {
    width: 100% !important;
    padding: 0px 7px;
    margin-bottom: 16px;
  }

  .water-tabs {
    display: flex;
    flex-direction: row !important;
  }

  .category-column {
    width: 100% !important;
  }

  .water-tabs .nav-link {
    margin-right: 15px;
  }

  .product-column {
    width: 100% !important;
  }

  .product-column {
    padding-left: 10px !important;
  }

  .water-tabs .nav-link {
    margin-bottom: 9px;
  }

  .category-column {
    padding: 15px 10px 5px 15px !important;
  }

  .category-column {
    margin-bottom: 17px !important;
  }

  .categories_main {
    margin-top: 21px;
  }
}

@media(min-width:400px) and (max-width:767px) {
  .product-list {
    width: 100%;
    margin-bottom: 13px !important;
  }

  .product-item {
    display: block !important;
  }

  .product-image1 {
    background: white;
  }

  .product-image1 {
    background: white;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media(min-width:320px) and (max-width:400px) {
  .product-list {
    width: 100%;
    margin-bottom: 13px !important;
  }

  .product-item {
    display: block !important;
  }

  .product-image1 {
    background: white;
  }

  .product-image1 {
    background: white;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .equipment-card {
    width: 100%;
  }
}











@media(min-width:991px) and (max-width:1200px) {


  .product-section {
    width: 50%;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .product-section {
    width: 50%;
  }

  .product_second {
    display: block;
  }



}

@media(min-width:300px) and (max-width:767px) {


  .product-section {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .product_second {
    display: block;
  }


}

.heading2 {
  text-decoration: none;
}

.product-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  /* Main product - Two sub products - Main product */
  gap: 20px;
  align-items: start;
  padding: 0px;
}

.main-product {
  display: flex;
  justify-content: center;
}

.product-card {
  display: flex;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #656b7463;
}

.vertical-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  border-radius: 8px;

}


.vertical-layout .product-image_v img {
  width: 173px;
  height: 174px;
  object-fit: contain;
  border-radius: 10px;
  padding: 7px;
}

.vertical-layout .product-content {
  text-align: center;
  padding-top: 10px;
}

/* Second Column (Two Horizontal Products) */
.sub-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.horizontal-layout {


  /* width: 33.33%; */
  /* border: 1px solid #bcbfc2; */
  background: #fff;
  border-radius: 12px;

}

.horizontal-layout .product-image_h img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 10px;
}

.horizontal-layout .product-image_h {
  margin-right: 15px;
}

.horizontal-layout .product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* Product Content */
.product-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.product-specs p {
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #80808063;
  padding: 3px 0px;
}

/* Footer (Price & Button) */
.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.product-price {
  font-size: 15px;
  font-weight: bold;
  color: #088729;
  margin-bottom: 0px;
}

.add-to-cart i {
  background: #fff;
  color: #f1750b;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.add-to-cart {
  background: #f1750bf2;
  color: #fff;
  border: none;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3sease-in-out;
}

.add-to-cart:hover {
  background: #d46309;
}

.product-title h2,
.product-title h3,
.product-title h4,
.product-title h5,
.product-title h6 {
  font-size: 17px;
  font-weight: 700;
  color: #066172;
  margin-bottom: 5px;
  line-height: 1.3;
}

.product-title1 {
  text-decoration: none;
}

.product-title1 h2 {
  font-size: 17px;
  font-weight: 700;
  color: #067489;
  margin-bottom: 5px;
  line-height: 1.3;

}

.product-card {
  display: flex;
}




.add-to-cartmiddle {
  background: #f1750bd9;
  color: #fff;
  border: none;
  padding: 4px 9px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4sease-in-out, transform 0.4sease-in-out, background 0.3s;
}

.add-to-cartmiddle i {
  background: #fff;
  color: #f1750b;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}




.product-price4 {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.product_hcard:hover .add-to-cartmiddle,

.product_hcard:hover .product-price3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-content {
  transition: transform 0.4s ease-in-out;
}

.product_hcard:hover .product-content {
  transform: translateY(-15px);
}

.product-specs strong {
  color: black;
  margin-right: 6px;
  font-weight: 500;
  font-size: 13px;
}

.product-specs p {
  margin-bottom: 0px;
  /* display: flex
; */
  align-items: center;
  font-size: 13px;

}

@media (max-width: 1200px) {
  .product-container {
    grid-template-columns: 1fr 2fr;
  }

  .lab-par {
    display: none !important;
  }

  .sub-products {
    grid-template-columns: 2fr;
  }

  .horizontal-layout {
    flex-direction: column;
    text-align: center;
  }

  .main-product {
    display: block;
  }
}

@media(max-width: 991px) {
  .vertical-layout {
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
  }

  .product-specs {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .product-container {
    display: block;
  }

  .product-container {
    padding: 0px;
  }

  .product-container {
    grid-template-columns: 1fr 2fr;
  }

  .product-specs {
    text-align: left !important;
  }

  .vertical-layout .product-image_v img {
    width: 180px;
  }

  .product-title h2,
  .product-title h3,
  .product-title h4,
  .product-title h5,
  .product-title h6 {
    text-align: left !important;
  }

  .horizontal-layout .product-content {
    width: 100%;
  }

  .vertical-layout .product-content {

    width: 100%;
  }

  .sub-products {
    grid-template-columns: 1fr;
  }

  .horizontal-layout {
    flex-direction: column;
    text-align: center;
  }

  .main-product {
    display: block;
  }
}

@media(min-width:600) and (max-width: 768px) {
  .product-container {
    grid-template-columns: 1fr;
    padding: 0px;
  }

  .sub-products {
    grid-template-columns: 1fr;
  }
}

@media(min-width:300px) and (max-width:599px) {
  .product-container {
    grid-template-columns: 1fr;
    padding: 0px;
  }

  .sub-products {
    grid-template-columns: 1fr;
  }

  .vertical-layout {
    display: block;
    flex-direction: column;
    margin-bottom: 14px;
    margin-top: 13px;
  }

  .product-card {
    display: block !important;
  }

  .product-image_v {
    display: flex;
    justify-content: center;
  }
}


.category-menu {
  max-width: 360px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

/* Header Button */
.menu-header {
  margin: 0;
  background: #1096afe8;
}

.menu-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 7px 16px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3sease-in-out;
}

.menu-toggle i {
  font-size: 20px;
}

@media(min-width:300px) and (max-width:768px) {
  .contactus_section {
    padding: 0px;
  }

  .contact-container {
    padding: 0px;
    background: none;
  }

  .order-details-section {
    margin-top: 0px;
  }
}

/* Dropdown Content */
.menu-content {
  background: #f9f9f9;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.menu-list li {
  padding: 5px 11px;
}

.menu-list a {
  text-decoration: none;
  font-size: 14.8px;
  font-weight: 500;
  color: #333;

  display: block;
  border-radius: 4px;
  transition: background 0.3sease-in-out, color 0.3sease-in-out;
}

.category-lab {
  width: 25%;
  padding: 0px 4px;
  margin-bottom: 12px;
}

.category-card_l {
  border-radius: 4px;
  border: 1px solid #8080806b;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: transform 0.3sease -in-out;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.category-title_l {
  display: block;
  /* font-size: 12px; */
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  text-decoration: none;
  transition: color 0.3sease -in-out;
  padding: 6px 11px;
  border: 2px solid #00336640;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto 12px;
}

.category-title_l h2,
.category-title_l h3,
.category-title_l h4,
.category-title_l h5,
.category-title_l h6 .category-title_l p {
  margin: 0;
  font-size: 15.5px;
  color: #003366;
}

.category-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.category-image_i {
  width: 165px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.4s ease-in-out;
}

.category-image-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-card_l:hover .category-image_i {
  transform: scale(1.08);
}

.categl_m {
  box-shadow: 0px 1px 10px #80808075;
  padding: 15px 10px;
}

.view-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  font-weight: 600;
  color: #f1750b;
  text-decoration: none;
  margin-top: 10px;
  padding: 8px 12px;
}

.view-more-btn i {
  margin-left: 6px;
  transition: transform 0.3s ease-in-out;
}

.view-more-btn:hover {
  color: #001a33;
}

.view-more-btn:hover i {
  transform: translateX(4px);
}


@media(min-width:991px) and (max-width:1200px) {
  .category-lab {
    width: 33.33%;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .category-lab {
    width: 33.33%;
  }

  .category-menu {
    display: none;
  }
}

@media(min-width:400px) and (max-width:767px) {
  .category-lab {
    width: 50%;
  }

  .category-menu {
    display: none;
  }
}

@media(min-width:300px) and (max-width:399px) {
  .category-lab {
    width: 100%;
    padding: 0px 15px;
  }

  .category-menu {
    display: none;
  }
}



.product-price {
  color: #3c9306;
  font-size: 13px;
  font-weight: 700;


}



.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
}

.card-header {
  background-color: #f8f8f8;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.card-header-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.order-details-section {
  max-width: 1100px;
  margin: auto;
  box-shadow: 0px 1px 5px #80808073;
}

.main-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}


.order-summary-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(188px, 1fr));
  gap: 20px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #bdb4b4a8;
  border-radius: 0px;
  padding: 17px 10px;
}


.order-main-id {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 30px;
  text-align: left;
  color: #05337c;
}

.grid-item .grid-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: black;
}

.grid-item .grid-value {
  font-size: 14px;
  margin: 0;
}


.track-order {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}

.track-order:hover {
  background: #0056b3;
}

.btn-review {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}

.order-product-grid {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 9px;
  align-items: start;
  background-color: #fff;

  border-radius: 0px;
  border-top: 0px !important;
  padding: 20px;
}

.product-image img {
  width: 111px;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #8080809c;
}

.product-title {}

.acc_title {
  text-decoration: none;
}

.acc_title h2,
.acc_title h3,
.acc_title h4,
.acc_title h5,
.acc_title h6 {
  text-decoration: none;
  color: #061f44;
  font-weight: 500;
  font-size: 16px;

  margin-bottom: 8px;
}

.product-qty {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-accessories-label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
}

.product-details_o ul {
  list-style: disc;
  padding-left: 20px;
  margin: 5px 0 0;
}

.product-details_o ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

.product-details_o {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  text-align: left;
  background: white;
}

@media (max-width: 992px) {
  .order-summary-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .order-product-grid {
    grid-template-columns: 160px 1fr;
  }
}

@media (max-width: 576px) {
  .order-product-grid {
    grid-template-columns: 1fr;
  }

  .review-section {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

compare-page .table-wrapper .table {
  border: 1px solid #dddddd;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 0;
}

.table-wrapper .table th {
  border: 1px solid #abb1b7ad !important;
  vertical-align: middle;
  text-align: start;
  padding-left: 12px;
  font-weight: 700;
  font-size: 14px;
  color: black;

}

.th-compare td {
  font-size: 14px;
  font-weight: 500;
  background: #f1f1f1;
  border-right: 1px solid #dddddd;
  letter-spacing: 0.05em;
  padding-left: 20px;
  text-align: center;
}

.th-compare th {
  text-align: left;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding-left: 20px;
  vertical-align: middle;
}

.th-compare th .remove-compare {
  text-align: center;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.table .product-name {
  width: 15%;
}

.table-wrapper .table tbody tr td {
  padding: 17px;
  vertical-align: middle;
  border-bottom: 1px solid #c6cace;
  border-top: 1px solid #c6cace;
  border-right: 1px solid #c6cace;
  font-size: 14px;
  font-weight: 500;
  color: #383737;
  text-align: center;

}

.rating-p {
  border-top: 1px solid #8080803d;
  display: flex;
  margin-top: 14px;
}

.rating-n i {
  color: #ff7c09;
  margin-right: -3px;
  font-size: 9px;
}

.grid-link__title {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}

.product-name h2,
.product-name h3,
.product-name h3,
.product-name h4,
.product-name h5,
.product-name h6 {
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #0e5a68;
  text-align: center;
}

.product-name {
  text-decoration: none;
}

.table-wrapper .table .featured-image {
  width: 131px;
  margin: 20px 0px;
}

.grid-link a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}


.price1-stock p {
  margin-bottom: 0px;
}

.compare-cart-btn {
  font-size: 12px;
  padding: 4px 28px;
  border: none;
  background: #138ea5;
  color: white;
  border-radius: 3px;
  font-weight: 500;
}

.remove-compare1 {
  border: none;
  background: none;
  color: #e53e3e;
  font-size: 11px;
  display: block;
  text-align: center;
}

.item-delete {
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


.compare-heading h1 {
  text-align: left;
  font-size: 26px;
  color: #0c778d;
  font-weight: 600;
}

.compare-h h1 {
  text-align: left;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: -3px;
  color: #f9700e;
}

.compare-heading {
  text-decoration: none;
}

.heading2 h1 {
  text-align: left;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: -3px;
  color: #f9700e;
}

.compare-h {
  text-decoration: none;
}

.compare-h {
  padding-bottom: 10px;
}



.catlog-section {
  margin-top: 152px;
}

.catlog-box {
  columns: 4;
  column-gap: 15px;
  border-radius: 15px;
  margin-top: 10px;
}

.cate-b {
  box-shadow: rgb(99 99 99 / 5%) 0px 3px 8px 1px;
  margin: 0 0 17px;
  width: 100%;
  padding: 7px 0px;
  border: 1px solid #6f78838f;
  /* padding-top: 10px; */
  /* padding: 10px 10px 2px 12px; */
  overflow: hidden;
  background: #ffffff;
  overflow: hidden;
}

.cate-b a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.image-catlog img {
  width: 133px;
  height: 133px;
  object-fit: contain;
  margin-bottom: 18px;
  margin-top: 15px;
}

.image-catlog {
  background: #cddee13b;
  margin: 5px 14px;
  border: 1px solid #cff7ff;
}

.catalog-flex {
  display: block;
  justify-content: center;
}

ul li .catlog-content {
  text-decoration: none;
  color: #000000ad;
  font-weight: 500;
  padding: 0px 10px;
  text-align: left;
  font-size: 13px;
  transition: background-color 0.3s ease, padding-left 0.3s ease;
  display: block;
  border-radius: 8px;
}

ul .catlog-content {
  list-style-type: none;
  padding-left: 0px;
}

.cate-a h2,
.cate-a h3,
.cate-a h4,
.cate-a h5,
.cate-a h6 {
  margin: 0;
  font-weight: 800;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-top: 12px;
  text-align: left;
  border-bottom: 4px solid #777d7e26;
  font-size: 16px;
  /* text-align: center; */
  color: #086676;
}

.catalog-flex {

  align-items: center;
}

.catlog-content {

  margin-bottom: 10px;
}

.catlog-content li {

  padding-bottom: 1px;
  padding-top: 1px;
}

.cate-a p {
  margin: 0;
  padding-top: 12px;
  margin-bottom: 0px;
  font-weight: 800;
  padding-left: 18px;
  border-bottom: 4px solid #777d7e26;
  font-size: 15.5px;
  text-align: left;
  padding-bottom: 5px;
  font-size: 16px;
  color: #086676;
}

.btnc {
  color: #062d4c;
  font-weight: 500;
  border: 1px solid #8080807a;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
}

.catlog-content ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #80808038;
  text-align: left;
  padding: 5px 20px;
  font-size: 13px;
}

.catlog-content ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
}

.categories-h h1 {
  margin-bottom: 22px;
}

@media(min-width:991px) and (max-width:1200px) {

  .catlog-box {
    columns: 3;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .catlog-box {
    columns: 2;
  }

}

@media(min-width:430px) and (max-width:767px) {

  .catlog-box {
    columns: 2;

  }

  .catlog-content ul li a {

    border: none;
    margin-bottom: 0px;
    padding: 0px;
  }

  .catalog-flex {
    display: block;
  }

  .catlog-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .catalog_logo {
    width: 109px !important;
    float: right;
    margin: 60px 9px 0 5px !important;
  }

  .catalog_head h2 {
    margin: 0px !important;
  }

}

@media(min-width:300px) and (max-width:429px) {

  .catlog-box {
    columns: 1;

  }

  .catalog_head h2 {
    margin: 0px !important;
  }

  .catalog_logo {
    width: 109px !important;
    float: right;
    margin: 60px 9px 0 5px !important;
  }

  .catlog-content ul li a {

    border: none;
    margin-bottom: 0px;
    padding: 0px;
  }



}

.dropdown-menu .dropdown-item {
  color: #017084 !important;
  padding: 6px 16px;
  border-bottom: 1px solid #80808038;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.billing-info-wrap h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.billing-info-wrap .col-12 p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #383131;
  display: inline;
  padding-right: 4px;

}

.billing-info-wrap .col-12 p:first-of-type {
  font-weight: 500;
  color: #333;
  font-size: 16px;

}

.billing-heading h3 {
  font-size: 20px;
  color: #0c3c7c;
  font-weight: 500;
  margin-bottom: 11px;
}

.your-order-area h2 {
  font-size: 20px;
  padding-top: 0px;
  margin-bottom: 8px;
  color: #ff5722;
}

.your-order-area .your-order-wrap {
  padding: 28px;
  border: 1px solid #6072803b;
  background: #2f68af08;
}

.your-order-area h4 {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e5e5e5;
}

.your-order-area .your-order-product {
  padding-bottom: 21px;
}

.your-order-product ul {
  margin: 0;
  padding-left: 0px;
}

.your-order-product ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
}

.your-order-product ul li:last-child {
  margin: 0 0 0;
}

.your-order-product ul li span {
  font-size: 13px;
  color: #ff6600;
  font-weight: 500;
}

.your-order-wrap .your-order-subtotal {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.your-order-subtotal h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.your-order-subtotal h3 span {
  font-size: 18px;
  font-weight: 500;
  color: #0a4895;
}

.your-order-shipping {
  padding: 21px 00px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.your-order-shipping>span {
  font-size: 15px;
  font-weight: 500;
}

.your-order-shipping ul {
  margin: 0;
}

.your-order-shipping ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.your-order-shipping ul li:last-child {
  margin-bottom: 0;
}

.your-order-shipping ul li input {
  cursor: pointer;
  width: auto;
  height: auto;
}

.your-order-shipping ul li label {
  color: #666;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 0px;
}

.your-order-area .your-order-wrap .your-order-total {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.your-order-total h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.your-order-total h3 span {
  font-size: 18px;
  font-weight: 500;
  color: #064475;
}

.check-address {
  border: 1px solid #80808052;
  padding: 20px 10px 20px 10px;
  border-radius: 4px;
  background: white;
  margin-bottom: 13px;
}

.your-order-area .sin-payment {
  margin-bottom: 25px;
  padding-top: 15px;

}

.checkout-d label {
  color: black;
}

.text-f {
  font-size: 14px !important;
}

.form-notes {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 400 !important;
  margin-right: 10px;
}

.shipcheck {
  font-size: 14px;
  margin-left: 4px;
}

.your-order-area.sin-payment input {
  cursor: pointer;
  width: auto;
  float: left;
  height: auto;
  margin-top: 6px;
}


.your-order-area .sin-payment label {
  color: #1D3557;
  cursor: pointer;
  font-size: 15px;
  margin: 0px 0 0 21px;
  display: flex;
  align-items: center;
  margin-top: -24px;
  font-weight: 500;
}

.sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}

.sin-payment label a {
  color: #000000;
  text-decoration: underline;
  margin-left: 10px;
  font-size: 11px;
}

.sin-payment label a:hover {
  color: #fb7102;
}



.sin-payment .payment-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding-top: 5px;
}

.your-order-area .your-order-wrap .payment-condition {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
  margin: 0 0 10px;
}

.your-order-area .your-order-wrap .payment-condition p {
  font-size: 14px;
  line-height: 1.9;
}

.payment-condition p a {
  color: #FF5A5A;
  font-size: 14px;
}

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

.payment-checkbox {
  display: flex;
  align-items: center;
}

.payment-checkbox input {
  width: auto;
  height: auto;
}

.payment-checkbox span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}

.payment-checkbox span a {
  color: #FF5A5A;
  font-size: 14px;
}

.payment-checkbox span a:hover {
  text-decoration: underline;
}

.billing-heading {
  padding: 30px 30px 34px 30px;
  box-shadow: rgba(99, 99, 99, 0) 0px 2px 5px;
}

.your-order-area .place-order a {
  padding: 12px 33px 11px;
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #017084;
  border-radius: 3px;
}

.pay-top sin-payment {
  display: flex;
}

.payment-box {
  display: none;
}

#payment_method_1:checked~.payment-box,
#payment-method-2:checked~.payment-box,
#payment-method-3:checked~.payment-box,
#payment-method-4:checked~.payment-box {
  display: block;
}

input[type="radio"]:checked+label+.payment-box {
  display: block;
}

.select-text {
  font-size: 14px;
  padding: 8px 8px;
  color: grey;
}

.section-space {

  margin-bottom: 99px;
}

.different-address {
  display: none;
}

.checkout-toggle:checked~.different-address {
  display: block;
}

.payment-order-details {
  width: 33%;
  /* margin: 0px auto; */
}

@media (min-width: 300px) and (max-width:768px) {
  .payment-order-details {
    width: 100%;
    margin: 0px auto;
  }
}

@media (min-width: 991px) and (max-width: 1190px) {
  .section-space {

    margin-bottom: 74px !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .section-space {

    margin-bottom: 81px !important;
  }

  .payment-order-details {
    width: 41% !important;
    margin: 0px auto;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .section-space {

    margin-bottom: 56px !important;
  }

  .your-order-area h2 {
    margin-top: 30px;
  }
}


.company-profile-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px 20px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.company-profile,
.research-development,
.products-offer {
  margin-bottom: 40px;
}

.profile-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
  padding-top: 8px;
  color: black;
}

.about-head {
  text-decoration: none;
  padding-left: 5px;
  padding-top: 17px;
  display: block;
}

.heading3 h1 {
  color: #fa700e;
  font-size: 32px;
  font-weight: 600;
}

@media(min-width:991px) and (max-width:1200px) {
  .aboutus {
    margin-top: 25px !important;
  }

}

@media(min-width:768px) and (max-width:990px) {
  .aboutus {
    margin-top: 26px !important;
  }
}

@media(min-width:300px) and (max-width:767px) {
  .aboutus {
    margin-top: 27px !important;
  }
}




/* cart */
.cart-section {
  margin-top: 26px;
}

.cart-container {
  width: 50%;
  padding: 0px 7px;
  margin-bottom: 10px;
}

.cart-card {
  display: flex;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #8080803d;
  overflow: hidden;
}


.cart-product-link {
  display: block;
}

.cart-product-image {
  width: 130px;
  height: auto;
  padding: 5px 10px;
  border-radius: 8px;
}

.cart-details-section {
  flex: 2;
  position: relative;
  padding: 15px 27px 15px 15px;
}

.cart-header {
  display: flex;

  align-items: baseline;
}

.cart-product-title h2,
.cart-product-title h3,
.cart-product-title h4,
.cart-product-title h5,
.cart-product-title h6 {
  font-size: 15.7px;
  font-weight: 700;
  color: #05363e;
  margin-bottom: 10px;
}

.cart-product-title p {
  font-size: 15.7px;
  font-weight: 700;
  color: #05363e;
  margin-bottom: 10px;
}

.cart-specifications strong {
  font-weight: 600;
  color: black;
}

.cart-product-title {

  text-decoration: none;
}

.cart-delete {
  color: #e74c3c;
  font-size: 8px;
  cursor: pointer;
}

.cart-delete i {
  margin-left: 10px;
  font-size: 10px;
  position: absolute;
  right: 11px;
  top: 19px;
}

.cart-specifications {
  font-size: 11.7px;
  color: #4f4d4d;
  margin-bottom: 2px;
}

.cart-specifications p {
  margin-bottom: 0px;
}

.cart-quantity {
  display: flex;
  align-items: center;
  margin: 7px 0;
}

.quantity-btn {
  border: none;
  border-radius: 4px;
  width: 26px;
  height: 26px;
}

.quantity-input1 {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 42px;
  font-size: 11px;
  height: 24px;
  margin: 0 5px;
}

.cart-rating-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-rating i {
  color: #ffbc1e;
  font-size: 7px;
}

.cart-price {
  font-size: 12.6px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #0eab28;
}

.cart-s-m th {
  font-weight: 500;
  font-size: 16px;
  color: #064475;
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 13px !important;
}

.tp-cart-price1 {
  width: 126px;
}

.tp-cart-price1 span {
  color: #f06e0a;
  font-size: 16px;
  font-weight: 500;
}


.cart-totals table tr td:nth-child(1) {
  font-size: 15px;
  color: #2d2d2d;
  text-align: left;
}

.table-acc {
  border: none !important;
}

.cart-h {
  margin-top: 0px;
}

.tp-cart-checkout-btn {
  font-size: 15px;
  font-weight: 500;
  background-color: #ef7012;
  display: inline-block;
  color: white;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 13px;
}

.total-p {
  font-weight: 500;
  font-size: 19px;
  color: #fc840a;
}

.sub-cart {
  padding-left: 0px;
}

.subtotals-cart {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  border: 1px solid #b5cae342;

}



.tp-cart-checkout-btn:hover {
  color: white;
}

.cart-s {
  font-size: 16px;
  font-weight: 600;
  color: #114384;
  margin-bottom: 26px;
}

.cart-h {
  font-size: 16px;

  font-weight: 500;
  color: #000;

}

.cart-pi {
  font-size: 15px;
  font-weight: 500;
  color: #484848;
}

.cart-hea {
  font-size: 19px;
  font-weight: 600;
  color: #f5511e;
  padding-bottom: 10px;
}

.text-review {
  width: 90%;
}

.cart-heading h1 {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 3px;
  margin-bottom: 1px;
  color: #fa700e;
  padding-bottom: 10px;
}

.cart-heading {
  text-decoration: none;
}



/* cart Accessories */
.accessories-main {
  margin-top: 12px;
}

.accessories-main h5 {
  font-size: 13px;
  color: #5c536c;
  font-weight: 500;
  margin-bottom: 0px;
}

.access-b {
  text-decoration: underline;
  font-size: 14.7px;
  font-weight: 700;
  background: none;
  border: 1px solid #ffffff;

  color: #157689;
  padding: 2px 7px 3px 7px;
}

.acce-main-h {
  padding-top: 13px;
  display: flex;
  border-top: 1px solid #49597573;
  justify-content: space-between;
  align-items: center;
}

.access-box {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.access-box img {
  width: 54px;
}

.access-N {
  font-size: 13px;
  color: #444040;
  font-weight: 500;
  margin-bottom: 0px;
}

.Access-price {
  color: #ff5823;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0
}

.table-acc td {
  padding-right: 27px;
}

.styled-modal-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 0px 10px !important;
  display: block !important;

}

.cart-close {
  margin-top: 12px !important;
  margin-right: 24px;
  font-size: 14px !important;
}

.styled-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.styled-modal-header .modal-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
}

.modal-header {
  background: linear-gradient(135deg, #0c4c58, #33d4f1);
  color: white;
  font-weight: 600;
  padding: 11px 15px;
}

.modal-body {
  background: #9fd5df52;
}

.styled-modal-footer {
  display: block !important;
}

.close-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #333;
  cursor: pointer;
}


.accessories-table {
  width: 100%;
  border-collapse: collapse;
}

.table-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  /* padding: 10px 0; */
  border-bottom: 2px solid #5b6f8940;
  font-weight: 500;
  font-size: 1rem;
  color: #555;
}

.header-cell {
  flex: 1;
  text-align: left;
}

.table-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

.table-cell {
  flex: 1;
  text-align: left;
}

.image-acc img {
  width: 40px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

.styled-modal-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}

.add-with-accessories:hover {
  color: white;
}

.footer-buttons {
  display: flex;
  justify-content: space-between;
}


.add-without-accessories {
  padding: 3px 20px;
  font-size: 13px;
  background: #07816c;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add-without-accessories:hover {
  background: #07816c;
  color: white;
}

.add-with-accessories {
  padding: 3px 20px;
  font-size: 13px;
  background: #6c40bd;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add-without-accessories:hover {
  background: #1d5aa3;
  color: white;
}

.header-cell {
  color: #103b6e;
  text-align: left;
}

header-cell2 {
  color: #103b6e !important;
  text-align: left;
}

.cart-close {
  background-position-x: end !important;
  float: right !important;


}


.big-image {
  box-shadow: 0px 1px 10px #80808038;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c1aee680;
}

.product-slider img {
  padding: 2px;

  box-shadow: 0px 2px 10px #80808038;

  border: 1px solid #7c52c930;
}


.airborne-rating {
  display: flex;
  align-items: center;
  color: #ffcc00;
}

.detail-price {
  text-decoration: none;
  font-size: 14px;
  border-radius: 8px;
  color: #f78d03;
  border: 2px solid #1b9eb6;
  padding: 4px 10px;
  margin-right: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 3px 12px;
  /* margin-right: 20px; */
  font-size: 15px;
}


.product-slider img {
  padding: 2px;
  width: 78px;
  box-shadow: 0px 2px 5px #80808045;
  border: 1px solid #7c52c930;
}

.main_detail {
  padding: 12px 15px 20px 15px;
  background-color: #e5fbff52;
  border-radius: 12px;

}

.product_desc_main {
  position: sticky;
  top: 128px;
}

.l-r-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.airborne-rating {
  display: flex;
  align-items: center;
  color: #ffcc00;
}

.quantity {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.quantity input[type="button"] {
  width: 36px;
  height: 28px;
  text-align: center;
  border: 2px solid #bbbbbb54;
  border-radius: 8px;
  margin: 0 -1px;
}

.quantity input[type="number"] {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 10px;
}

.quantity input[type="button"] {
  width: 36px;
  height: 28px;
  text-align: center;
  border: 2px solid #bbbbbb54;
  border-radius: 8px;
  margin: 0 -1px;
}

.big-image img {
  position: relative;
  width: 350px;
  height: 388px;
  object-fit: contain;
  padding: 10px;

  display: flex;
  justify-content: center;
  margin: 13px 0px;
  align-items: center
}

.l-r-buttons .up-btn {
  position: absolute;
  top: 25px;
  left: -14px;
  border: none;
  color: white;
  width: 20px;
  border-radius: 50%;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1771e39e;
}

.l-r-buttons .down-btn {
  position: absolute;
  top: 25px;
  right: -9px;
  border: none;
  color: white;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1771e39e;
}

.heading4 h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #fe940b;
}

.heading4 {
  text-decoration: none;
}

.seperator {
  height: 3px;
  background-color: #cccccc6e;
  margin: 18px 0;
}

.rating-a-sec {
  display: flex;
}

.elegant-nav.professional-tabs {

  justify-content: center;
  align-items: center;
  background-color: #27acc52e;
  border: 1px solid #01708414;
  border-radius: 10px;
  padding: 8px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


.custom-btn {
  background-color: white;
  font-size: 16.5px;
  color: #000000c7 !important;
  padding: 4px 29px;
  border: 1px solid #80808059;
  margin: 0 5px;
  border-bottom: 3px solid #a19a9a42;
}

.custom-btn:hover,
.custom-btn:focus {
  color: #007bff;
  border-bottom-color: #007bff;
  outline: none;
}

.custom-btn.active {
  color: #ff6000 !important;
  border-bottom-color: #116c7c;
  margin-bottom: 10px;
}

.elegant-divider {
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
  margin: 0 10px;
}

.speci_container {
  margin-top: 48px;
  box-shadow: 0px 1px 10px #36333352;
  padding: 20px;
}

.specifications {

  border-radius: 6px;

}

.tbbs_box table,
td,
th {
  border: 1px solid #00000059;
}

.features-s {
  list-style-type: none;
  padding-left: 0px;
  /* margin-top: 6px; */
  /* font-size: 14px; */
  padding: 1px 5px;
  margin-bottom: 20px;
}

.application {
  list-style-type: none;
  padding-left: 0px;

  font-size: 14px;

  font-weight: 500;
  margin-bottom: 20px;
}

.ask-expert-sec {
  padding: 16px;
  background-color: #f1f1f1;
  border-radius: 12px;
  border: 2px solid #ddd;
}


.expert-title {
  font-size: 20px;
  font-weight: 700;
  color: #0d6e81;
  margin-bottom: 14px;
}


.form_box.horizontal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.form-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.input-group {
  flex: 1;
}


.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


textarea.form-control {
  resize: vertical;
}


.captcha-row {
  align-items: center;
}


.captcha-image img {
  width: 120px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  object-fit: cover;
}


.captcha-input {
  flex: 1;
  position: relative;
}

.captcha-input .form-control {
  width: 100%;
}


.captcha_refresh {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #007bff;
  font-size: 1.2rem;
  cursor: pointer;
}

.btn.get-btn-pro {
  background-color: #017084;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 6px 25px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  align-self: center;
  transition: background-color 0.3sease, transform 0.2sease;
}

.btn.get-btn-pro:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.speci-c td {
  font-size: 14.8px;
}

.related-wrapper h2,
.related-wrapper h3,
.related-wrapper h4,
.related-wrapper h5,
.related-wrapper h6 {

  text-align: left;
  color: #017084;
  font-weight: 700;
  padding-bottom: 1px;
  font-size: 23px;
}

.related-wrapper a {
  text-decoration: none;
}

.relted_p {
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 51px;
  overflow-y: auto;
}

.product-sub {
  width: 20%;
  padding: 0px 6px;
  margin-bottom: 15px;
}

.sub-main-b {
  border: 1px solid #817e7e61;
  padding: 6px 13px 13px 12px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.subcate-image img {
  width: 130px;
  margin-bottom: 20px;
}

.view_c {
  color: #fe940b;
}

.product-title1 h2,
.product-title1 h3,
.product-title1 h4,
.product-title1 h5,
.product-title1 h6 {
  line-height: 1.3;
  font-size: 15.5px !important;
  display: block;
  padding-top: 5px;
  border-left: 0px;
  border-right: 0px;
  color: #06424c;
  text-align: left;
  background: none;
  text-decoration: none;
  font-weight: 700;
  padding: 0px;
  margin-bottom: 6px;
}

.anyla-s {
  font-size: 13px;
  font-weight: 600;
  color: #000000d6;
}

.anyla-m {
  color: #323232 !important;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 1px;
}

.price {
  color: #ed4d1b;
  font-size: 12.5px !important;
  font-weight: 700 !important;
}

.cart-sub-btn {
  background: #079ebb;
  text-decoration: none;
  border: none;
  font-weight: 700;
  color: white;
  font-size: 12px;
  padding: 4px 10px;
}

.cart-sub-btn i {
  background: #23adc7;
  text-decoration: none;
  border: none;
  font-weight: 700;
  color: white;
  margin-right: 3px;
  font-size: 12px;

}

.automatic_a {
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 47px;
  overflow-y: auto;
}

.product-price-rating2 {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  align-items: center;
}

.view_c {
  color: #fe940b;
  font-size: 12.5px !important;
  font-weight: 700 !important;

}

.related-wrapper {
  margin-top: 69px;
}

/* Profile Section Container */
.profile-section {
  padding: 10px;
  border-radius: 10px;

}

.profile-main-nav .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #017084 !important;
  color: #ffffff;
}

.profile-main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tab Navigation */
.nav-profile-pills {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 2px solid #e5e7eb;

}

.nav-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-profile.active,
.nav-profile:hover {
  background-color: #007bff;
  color: #fff;
}

.nav-profile .bi {
  font-size: 16px;
  color: inherit;
}

/* Card and Form Styles */
.card {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 25px;
}

.card-header-profile {
  background-color: #c4d5ec59;
  color: #f1750b;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
}

.profile-main-nav .nav-link {
  border-bottom: 1px solid #f87b2f !important;
  border-radius: 0px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  color: #113242;
}

.card-body-profile {
  padding: 20px;
  text-align: left;
}

/* Form Input Fields */
.form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  color: #333;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.small {
  font-size: 15px;
  color: black;
  text-align: left;
}

/* Buttons */
.btn-update,
.change-passwpord-button {
  background-color: #017084;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 4px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.change-heading {
  color: #017084;
  /* padding: 9px 15px; */
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 600;
  margin-top: 0px;
}

.btn-update:hover,
.change-passwpord-button:hover {
  background-color: #0056b3;
}

.change-password-main,
.delevary-add,
.payment-details {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 20px;
}


.top-products-list li {
  padding: 6px 0;
  border-bottom: 1px solid #e0e0e0;
}

.top-products-list li a {
  font-size: 13px;
  color: #004aad;
  font-weight: 500;
  text-decoration: none;
}

.top-products-list li a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.navuserprofile-pill {
  flex-direction: row !important;
  gap: 15px !important;
  border-right: none !important;
}



.compare_bttn {
  background-color: #334a9f;
}


.action--compare-add {
  color: #183565;
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
  color: #ddd;
  font-size: 12px;
  letter-spacing: 0;
  background: #2F3035;
  border-radius: 2px;
  padding: 3px 5px;
}

.action--compare-add:hover {
  color: #0e8299;
}

.action--compare-add .bi-check2,
.action--compare-add :checked~.bi-plus {
  display: none;
}

.action--compare-add input[type=checkbox]:checked~.bi-check2 {
  display: inherit;
  color: #009688;
}

.action--compare-add .bi-check2,
.action--compare-add input[type=checkbox]:checked~.bi-square {
  display: none;
}



.action--compare-add .bi-check2,
.action--compare-add :checked~.bi-square {
  display: none;
}

.action--compare-add input[type=checkbox]:checked~.bi-check2 {
  display: inherit;
  color: #009688;
}

.action--compare-add .bi-check2,
.action--compare-add input[type=checkbox]:checked~.bi-square {
  display: none;
}

.check-hidden {
  position: absolute;
  opacity: 0;
}

.bi-square {
  font-size: 10px;
  color: #183565;
}

.action {
  display: inline-block;
  font-size: 20px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 500;
  padding-top: 11px;
}

.m-right-sub {
  font-size: 22px !important;
}

.action:focus {
  outline: none;
}

.m-right i {
  font-size: 13px;
}

.action__text {

  font-weight: 500;
  letter-spacing: 1px;
  font-size: .813em;
  vertical-align: middle;
  display: inline-block;
}

.action__text--invisible {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
}

.compare-top {
  position: fixed;
  top: 153px;
  right: 20px;
  z-index: 1099;
}

.btn-compare,
.btn-compare:hover {
  background-color: #017084;
  color: #ffffff !important;
  font-size: 14px;
}

.col-md-2-5.col-lg-2-5 {
  width: 20%;
}

.leftfl::before,
.rightfl::before {
  font-size: 25px;
}

.cpp {
  float: right !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding-top: 0px !important;

}

.m-right-r {
  font-size: 22px !important;
}

.btn .cpp {
  outline: none;
  box-shadow: none;
  border: none;
  padding-top: 0px !important
}



/* order tracking */
.order_number {
  font-size: 18px;
  font-weight: 700;
}


.tracking-wrapper {
  width: 90%;
  margin: 38px auto;
  padding: 0;
}

.tracking * {
  padding: 0;
  margin: 0;
}

.tracking {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.tracking .empty-bar {
  background: #dddddd;
  position: absolute;
  width: 100%;
  height: 20%;
  top: 40%;
}

.tracking .color-bar {
  background: #0082d2;
  position: absolute;
  height: 20%;
  top: 40%;
  /* margin-left: 5%; */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.tracking ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.tracking ul>li {
  background: #ddd;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
  position: relative;
  width: 31px;
  height: 31px;
}


.tracking ul>li .el {
  position: relative;
  margin-top: 100%;
}

.tracking ul>li .el i {
  position: absolute;
  bottom: 2px;
  left: 9px;
  margin-bottom: 22%;
  color: #fff;
  font-size: 13px;
}

.tracking ul>li .txt {
  color: #999;
  position: absolute;
  top: 141%;
  left: -59px;
  text-align: center;
  width: 150px !important;
  font-size: 0.75rem;
}

.bullet-2 {
  background: #046272 !important;
}

.tracking .progress-0 .color-bar {
  width: 00%;
}

.order_pointer span {
  color: black;
  font-size: 15px;
  font-weight: 700;
}

.tracking .progress-1 .color-bar {
  width: 15%;
  background-color: red !important;
}

.tracking .progress-2 .color-bar {
  width: 25%;
}

.tracking .progress-3 .color-bar {
  width: 35%;
}

.tracking .progress-4 .color-bar {
  width: 50%;
}

.tracking .progress-5 .color-bar {
  width: 75%;
}

.card-tracking {
  border: 1px solid #dddddd;
  padding: 30px 27px;
}

.tracking .progress-6 .color-bar {
  width: 90%;
}

.tracking .progress-7 .color-bar {
  width: 100%;
}

.tracking .progress-0>ul>li.bullet-1,
.tracking .progress-1>ul>li.bullet-1,
.tracking .progress-2>ul>li.bullet-1,
.tracking .progress-3>ul>li.bullet-1,
.tracking .progress-4>ul>li.bullet-1,
.tracking .progress-5>ul>li.bullet-1,
.tracking .progress-6>ul>li.bullet-1,
.tracking .progress-7>ul>li.bullet-1 {
  background: #046272;
}

.tracking .progress-2>ul>li.bullet-2,
.tracking .progress-3>ul>li.bullet-2,
.tracking .progress-4>ul>li.bullet-2,
.tracking .progress-5>ul>li.bullet-2,
.tracking .progress-6>ul>li.bullet-2,
.tracking .progress-7>ul>li.bullet-2 {
  background: #046272;
}

.tracking .progress-4>ul>li.bullet-3,
.tracking .progress-5>ul>li.bullet-3,
.tracking .progress-6>ul>li.bullet-3,
.tracking .progress-7>ul>li.bullet-3 {
  background: #046272;
}

.tracking .progress-6>ul>li.bullet-4,
.tracking .progress-7>ul>li.bullet-4 {
  background: #046272;
}

.tracking .progress-7>ul>li.bullet-4 {
  background: #046272;
}

.tracking .progress-1>ul>li.bullet-1 .el i,
.tracking .progress-2>ul>li.bullet-1 .el i,
.tracking .progress-3>ul>li.bullet-1 .el i,
.tracking .progress-4>ul>li.bullet-1 .el i,
.tracking .progress-5>ul>li.bullet-1 .el i,
.tracking .progress-6>ul>li.bullet-1 .el i,
.tracking .progress-7>ul>li.bullet-1 .el i {
  display: block;
}

.tracking .progress-3>ul>li.bullet-2 .el i,
.tracking .progress-4>ul>li.bullet-2 .el i,
.tracking .progress-5>ul>li.bullet-2 .el i,
.tracking .progress-6>ul>li.bullet-2 .el i,
.tracking .progress-7>ul>li.bullet-2 .el i {
  display: block;
}

.tracking .progress-5>ul>li.bullet-3 .el i,
.tracking .progress-6>ul>li.bullet-3 .el i,
.tracking .progress-7>ul>li.bullet-3 .el i {
  display: block;
}

.tracking .progress-7>ul>li.bullet-4 .el i {
  display: block;
}

.tracking .progress-1>ul>li.bullet-1 .txt,
.tracking .progress-2>ul>li.bullet-1 .txt,
.tracking .progress-3>ul>li.bullet-1 .txt,
.tracking .progress-4>ul>li.bullet-1 .txt,
.tracking .progress-5>ul>li.bullet-1 .txt,
.tracking .progress-6>ul>li.bullet-1 .txt,
.tracking .progress-7>ul>li.bullet-1 .txt {
  color: #074c81;

}

.tracking .progress-3>ul>li.bullet-2 .txt,
.tracking .progress-4>ul>li.bullet-2 .txt,
.tracking .progress-5>ul>li.bullet-2 .txt,
.tracking .progress-6>ul>li.bullet-2 .txt,
.tracking .progress-7>ul>li.bullet-2 .txt {
  color: #074c81;
}

.tracking .progress-5>ul>li.bullet-3 .txt,
.tracking .progress-6>ul>li.bullet-3 .txt,
.tracking .progress-7>ul>li.bullet-3 .txt {
  color: #074c81;
}

.tracking .progress-7>ul>li.bullet-4 .txt {
  color: #074c81;
}

.order_pointer.mt-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 16px;

  font-weight: 500;
  background: #1a89de21;
  padding: 8px 15px;
}

.tracking ul>li .el i {
  position: absolute;
  bottom: 2px;
  left: 9px;
  margin-bottom: 22%;
  color: #fff;
  font-size: 13px;
  margin-bottom: 3px !important;
}

span.pf_text {
  color: #2c4762;
  font-weight: 700;
  font-size: 16px;
}


.order_number {
  font-size: 16px;
  font-weight: 700;
}

@media(min-width:300px) and (max-width:768px) {

  .order_pointer.mt-2 {

    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    background: #e8e8e8ad;
    padding: 19px 15px;
    line-height: 1.8;
  }

  .cart_head a {
    color: #333;
    font-size: 16px;

  }

  .cart_contend {

    padding: 0px 10px 10px 10px;
  }

}

@media (min-width:300px) and (max-width: 500px) {
  .tracking ul {
    display: flex;
    flex-flow: column;
  }

  .tracking ul>li {
    margin-top: 56px;
  }

  .tracking .empty-bar {
    width: 1%;
    height: 80%;
    left: 15px;
    top: 62px;
    display: flex;
  }

  .tracking ul>li .txt {
    color: #000000;
    position: absolute;
    top: 20%;
    left: 22px;
    text-align: center;
    width: 150px !important;
    font-size: 14px;
  }

  .tracking-wrapper {
    margin: 0px auto !important;
  }

}

/* search */

.search-title h2,
.search-title h3,
.search-title h4,
.search-title h5,
.search-title h6 {
  color: #026374;
  font-size: 14.8px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  /* background: #f6f3fb; */
  padding: 10px 11px;
  /* border-bottom: 2px solid #6838c15e; */
  text-decoration: none;
}

.specification-list {
  padding-left: 13px;
}

.search-inner {
  border: 1px solid #5b677854;
  padding-bottom: 15px;
}

.sarch-image img {
  margin-top: 9px;
  width: 134px;
  margin-bottom: 7px;
}

.sarch-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.search-box {
  width: 20%;
  padding: 0px 6px;
  margin-bottom: 13px;
}

.search-inner a {
  text-decoration: none;
}

.specification-list3 {
  padding-left: 13px;
  scrollbar-width: thin;
  scrollbar-color: #7d89ab #fff;
  height: 61px;
  margin-bottom: 0px;
  list-style: none;
  padding-bottom: 5px;
  overflow-y: auto;
}

.search-title1 {
  color: #026374;
  font-size: 14.8px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  /* background: #f6f3fb; */
  padding: 10px 10px;
  /* border-bottom: 2px solid #6838c15e; */
  text-decoration: none;

}

.specification-label {
  font-weight: 500;
  color: black;
  font-size: 12.5px;
}

.airborne-specifications .specification-item {
  font-size: 12.5px !important;
}

@media(min-width:991px) and (max-width:1200px) {
  .search-box {
    width: 25%;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .search-box {
    width: 33.33%;
  }
}

@media(min-width:300px) and (max-width:767px) {
  .search-box {
    width: 50%;
  }
}

.catalog_body {
  max-width: 700px;
  height: auto;
  margin: auto;
  margin-bottom: 50px;
  background-color: #fff
}

.download_btn {
  color: #ffffff;
  font-weight: 700;
  background: #fe940beb;
  padding: 5px 14px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  /* padding: 5px 14px; */
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
  /* text-decoration: none; */
  cursor: pointer;
}

.p_dow {
  font-size: 17px
}

.download_1 {
  font-size: 17px;
  padding-top: 25px;
  color: #0e869e
}

.body1_part1 {
  height: 840px;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .253)
}

.catalog_cover {
  background-image: url(../images/catalog-1.jpg);
  background-size: cover;
  max-width: 100%;
  background-position: unset;
  /* background-position: center; */
  height: 840px;
  margin: auto;
}

.catalog_logo {
  width: 208px;
  float: right;
  margin: 60px 15px 0 40px;
}

.catalog_img {
  width: 40%;
  margin-top: 75px;
  vertical-align: middle
}

.check_icon {
  color: #0e869e
}

.spec_value {
  padding: 5px 10px;
  font-size: 13px;
}

.spec_prop {
  font-weight: 500;
}

.range th {
  font-weight: 500;
}

.catalog_head h2 {
  font-size: 25px;
  text-shadow: 1px 0 #00000015;
  color: #047285;
  font-weight: 600;
  margin: 24px 30px 0 145px;
  margin-bottom: 0px;
  margin-bottom: 0;
}

.catalog_text {
  margin: 5px 10px 0 10px;
  line-height: 1.5;
  font-size: 14.5px;
  font-weight: 500;
  list-style: circle;
}

.catalog_head h1 {
  font-size: 20px;
  color: #017084;
  font-weight: 700;
  margin: 0px 30px 0 20px;
  margin-bottom: 0;
}

.catlog-content li a {
  cursor: pointer;
}

.catalog_contact {
  color: #fff;
  text-shadow: 1px 0 #00000015;
  margin-left: 15px;
  font-weight: 400;
  text-align: center
}

.body2 {
  height: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, .253)
}

.body_center {
  margin: 0 25px
}

.fa-chevron-circle-right {
  color: #0e869e
}

.catalog_subhead {
  color: #17468b;
  font-size: 19px;
  font-weight: 600;
  padding: 40px 0 0 10px;
}



.tbbs_box table,
td,
th {
  border: 1px solid #00000059;
  margin-top: 5px;
  font-size: 14.5px
}

.mobile_bottom {
  padding-bottom: 15px
}

li,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.body3 {
  height: 840px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .253)
}

.catalog_footerlog {
  width: 16%;
  margin-top: 87px;
}

.li_loc {
  padding: 0 60px
}


.single-c {
  color: #3e4d63;
  font-size: 17.5px;
  font-weight: 500;

}

.single-c:hover {
  color: #6c757d;
}


@media (min-width:991px) and (max-width:1200px) {

  .catalog_head h1 {
    margin: 17px 30px 0 20px !important;
  }
}


@media (min-width:768px) and (max-width:991px) {

  .catalog_head h1 {
    margin: 17px 30px 0 20px !important;
  }

}

@media (min-width:300px) and (max-width:991px) {

  .moisture-section {
    margin-top: 78px !important;
  }

  .biochemistry-section {
    margin-top: 60px !important;
  }

  .airborne-main {
    margin-top: 76px !important;
  }

}


/* forgot password */

.container-box {
  margin: auto;
  padding: 40px;
  width: 35%;

  margin-bottom: 92px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.forgot-input {
  width: 100%;
}

.reset-btn {
  border: none;
  color: white;
  padding: 6px 0px;
  width: 100%;
  border-radius: 3px;
  background: #017084;
}

.forgot-text {
  font-size: 14px;
  padding-top: 5px;
  color: #808080e8;
  font-weight: 400;

}

.forgot-heading {
  font-size: 19px;
  font-size: 19px;
  color: #075d6c;
  font-weight: 700;
}

.para-reset {
  color: grey;
  font-size: 14px;
  margin-bottom: 18px;
  padding-right: 10px;
}

.icon-star:hover {
  color: orange;
}

.forgot-p label {
  font-size: 15px;
  font-weight: 600;
  color: #3a4b4e;
}

.forgot-p span {
  color: red;
}

@media (min-width: 300px) and (max-width:420px) {
  .container-box {
    margin: auto;
    width: 99% !important;

    margin-bottom: 57px;
    padding: 15px 10px;
  }


}

@media (min-width:421px) and (max-width:767px) {
  .container-box {
    margin: auto;
    width: 91% !important;

  }

}

@media (min-width:768px) and (max-width:991px) {
  .container-box {
    margin: auto;
    width: 56% !important;

  }


}

@media (min-width:991px) and (max-width:1200px) {
  .container-box {
    margin: auto;
    width: 52% !important;

  }


}



.thank-you-container {
  text-align: center;
  /* margin-top: 20px; */
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;

}

.btn-t {
  color: white;
  background: #017084;
  font-size: 15px;
  padding: 4px 15px;
}

.btn-t:hover {
  background: #183565;
}

.thank-you-container h1 {
  margin: 20px 0 10px;
  font-size: 28px;
  color: #025e6e;
}

.thanku-p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #555555;
}

.img-thick i {
  font-size: 54px;
  margin-bottom: 20px;
  color: #07cb52;
  margin-top: 13px;
}


/* error */


.error-container {

  text-align: center;
  background: #ffffff;
  padding: 65px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.error-container img {
  width: 189px;
}

.error-container p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  padding-top: 18px;
}

.error-container .error {
  background: #6a7891;
  color: white;
  font-size: 14px;
  margin-top: 16px;
  padding: 6px 20px;
}

@media(min-width:300px) and (max-width:768px) {
  .Product-cart-main {
    margin-top: 115px;
    margin-bottom: 51px;
  }

  .cart-container {
    width: 100%;
  }

  .cart-section {
    margin-top: 31px !important;
  }

}

@media(min-width:769px) and (max-width:1200px) {
  .Product-cart-main {
    margin-top: 92px;
    margin-bottom: 51px;
  }

  .cart-section {
    margin-top: 35px !important;
  }
}

@media(min-width:300px) and (max-width:991px) {
  .subtotals-cart {
    margin-top: 20px;
  }

  .cart-card {
    display: block;
  }
}

@media(min-width:300px) and (max-width:540px) {
  .cart-card {
    display: block !important;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .cart-card {
    display: block;
  }

  .cart-container {
    width: 50%;
  }
}


/* Main Container */
.Login-main {
  display: flex;
  justify-content: center;

  background: #f0f2f5;
  padding: 20px;
}


/* Forgot Password */
.forgot-password {
  display: block;
  text-align: right;
  margin-bottom: 12px;
  font-size: 14px;
  color: #004085;
  text-decoration: none;
}

.forgot-password:hover {
  text-decoration: underline;
}

/* Signup Prompt */
.signup-prompt {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
}

.signup-prompt a {
  color: #004085;
  font-weight: 600;
  text-decoration: none;
}

.signup-prompt a:hover {
  text-decoration: underline;
}


@media(min-width:991px) and (max-width:1200px) {

  .product-sub {
    width: 33.33%;
    padding: 0px 7px;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .product-sub {
    width: 50%;
    padding: 0px 7px;
  }

}

@media (min-width:600px) and (max-width: 767px) {
  .product-sub {
    width: 50% !important;
    padding: 0px 7px;
    margin-bottom: 15px;
  }
}

@media (min-width: 300px) and (max-width: 599px) {
  .product-sub {
    width: 100% !important;
    padding: 0px 10px;
  }

  .subcate-image img {
    width: 170px;
    margin-bottom: 20px;
  }
}

.container_for2 {
  text-align: left;
}

.container_for2:hover {
  text-decoration: none !important;
}

.password_forgot:hover {
  text-decoration: none !important;
}




.footer {
  background-color: #f2fcfe9e;
  border-top: 3px solid #ff91033d;
  padding-top: 23px;
  margin-top: 110px;
}

.footer-logo-section p {
  font-size: 14px;
  font-weight: 500;
}

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

.footer-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #76878b5e;
  padding-bottom: 6px;
}

.footer-logo-section {
  max-width: 350px;
}

.footer-logo-section img {
  width: 170px;
  margin-bottom: 10px;
}

.footer-contact p {
  margin: 5px 0;
  color: black;
  font-size: 14px;
  font-weight: 500;
}

.footer-contact a {
  color: #017084;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}

.foot_labc {
  font-size: 21px;
  margin-bottom: 15px;
  color: #ff8100;
  font-weight: 800;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 4px;
}

.footer-column ul li a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 14.5px;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #f8b400;
}

.footer-bottom {
  text-align: center;
  padding-top: 7px;
  background: #017084;
  padding-bottom: 7px;
  /* border-top: 1px solid #444; */
  margin-top: 20px;
}

.footer-bottom p {
  background-color: #0745a80f;
  margin-bottom: 0px;
  font-size: 13px;
  color: white;

}

@media(min-width:300px) and (max-width:768px) {
  .footer-top {
    display: block !important;
  }

  .footer-links {
    display: block;
  }

  .footer-column h3 {
    font-size: 21px;
    margin-bottom: 6px;
    margin-top: 20px;
  }
}

.water-system-container {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background-color: #edf2fba8;
}

.category-column {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #61929b8f;
  width: 23%;
  box-shadow: 0px 1px 10px #d5d3d3;
}

.product-column {
  width: 77%;
}

.water-tabs {
  list-style: none;
  padding: 0;
}

.water-tabs {
  display: flex;
  flex-direction: column;
}

.water-tabs .nav-link {
  padding: 6px 11px;
  color: #080808;
  text-align: left;
  font-size: 13.6px;
  font-weight: 600;
  border: 1px solid #9aafb38c;
  background: #f2fcfe;
  margin-bottom: 11px;
  border-radius: 6px;
  font-weight: 700;
  transition: 0.3s;

}

.water_pru {
  width: 33.33%;
  padding:
    0px 5px;
  margin-bottom: 12px;
}

.water-tabs .nav-link.active {
  background: linear-gradient(135deg, #0c6170, #1cb7d3);
  color: #fff;
}


.add-to-cart_water::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  background: url(../images/cart.png);
  background-size: 100%;
  filter: invert(34%) sepia(82%) saturate(1067%) hue-rotate(167deg) brightness(93%) contrast(94%);
}

.product-column {
  padding-left: 20px;
}

.add-to-cart_water {
  font-size: 16px;
  border: none;
  color: white;
  margin-right: 18px;
  text-decoration: none;
  position: relative;
}

.water-product-card {
  background:
    #ffffff;
  padding:
    15px;
  border:
    1px solid #7e959952;
  box-shadow: 0px 1px 8px #d5d3d3;
  border-radius:
    10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  padding: 15px;
}

.product-image-wrapper img {
  max-width: 170px;
  height: 170px;
  object-fit: contain;
}

.product-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #333;
}

.specifications {
  margin-top: 0px;
  font-size: 14px;
  color: #555;
  text-align: left;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #3c9306;
}

.water_product h2,
.water_product h3,
.water_product h4,
.water_product h5,
.water_product h6 {
  font-size: 15.5px;
  font-weight: 600;
  color: #0b386a;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(7 70 88);
}

.water_product {
  text-decoration: none;
}

.specifications p {
  margin-bottom: 0px;
}

.water_d {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 7px;
  margin-top: 0px;
}

.price_water {
  color: #3c9306;
  text-align: left;
  margin-top: 4px;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  margin-bottom: 0px;
}

.main_blocl {
  border: 1px solid #64848b8a;
  padding: 10px;
  border-radius: 4px;
}

.specifications strong {
  color: black;
  font-size: 14px;
}

.specifications p {
  color: #4e4b4b;
  font-size: 13.7px;
}

.custom-auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-auth-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 450px;
  width: 100%;
}

/* Tabs Navigation */
.custom-auth-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  margin-bottom: 7px;
  padding: 0;
}

.custom-auth-tabs .nav-item {
  flex: 1;
}

.custom-auth-tabs .nav-link {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
  border: none !important;
  transition: all 0.3s ease;
}

.custom-auth-tabs .nav-link.active {
  color: #000;
  border-bottom: 2px solid #007bff !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* Tab Content */
.custom-tab-content {
  padding-top: 10px;
}

.custom-auth-description {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

/* Form Styles */
.custom-form-group {
  margin-bottom: 20px;
}

.custom-form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
  color: #333;
  font-size: 14px;
}

.custom-form-group span {
  color: #d9534f;
  margin-left: 5px;
}

.custom-form-input {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.custom-form-input:focus {
  border-color: #007bff;
  outline: none;
}

/* Checkbox Group */
.custom-checkbox-group {
  display: flex;
  align-items: center;
}

.custom-form-checkbox {
  margin-right: 10px;
  cursor: pointer;
}

.custom-checkbox-group label {
  margin: 0;
}

/* Buttons */
.custom-auth-btn {
  display: block;
  width: 100%;
  padding: 7px;
  background-color: #017084;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3sease;
}

.custom-auth-btn:hover {
  background-color: #0056b3;
}

/* Footer Text */
.custom-auth-footer-text {
  margin-top: 15px;
  text-align: center;
}

.custom-auth-footer-text a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.custom-auth-footer-text a:hover {
  text-decoration: underline;
}



/* contact us */
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 31px 38px;
  /* font-family: Arial, sans-serif; */
  color: #333;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-header {
  margin-bottom: 30px;
}

.contact-header h1 {
  font-size: 33px;
  color: #f8792b;
  margin-bottom: 5px;
}

.contact-header p {
  font-size: 14px;
  color: #555;
  margin-bottom: 54px;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.contact-details {
  flex: 1;
  min-width: 300px;
}

.contact-details h3 {
  font-size: 19px;
  color: #141313;
  margin-bottom: 10px;
}

.contact-details p {
  margin-bottom: 20px;
  color: #555;
  font-size: 1rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.contact-list i {
  font-size: 1.2rem;
  color: #017084;
  margin-right: 10px;
}

.contact-list a {
  color: #0056b3;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.contact-form-section {
  flex: 2;
  min-width: 300px;
}

.contact-form-section h3 {
  font-size: 19px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 600;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-group {
  flex: 1;
}

.form-field {
  width: 100%;
  padding: 8px 15px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.3s;
}

.form-field:focus {
  border-color: #0056b3;
  outline: none;
}

textarea.form-field {
  resize: none;
}

.form-btn {
  background: #017084;
  color: #fff;
  font-size: 1rem;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-btn:hover {
  background: #003d80;
}

.contact-list span {
  font-size: 14px;
}

@media(min-width:320px) and (max-width:1200px) {
  .contact-header p {
    display: none;
  }
}

@media(min-width:320px) and (max-width:1200px) {
  .contact-container {
    padding: 31px 3px;
  }

}




/* categories */


.acco-f {
  border: 1px solid #dcdcdc;
  box-shadow: 0 4px 10px rgb(228 228 228);
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-header {
  margin: 0;
}

.accordion-button::after {
  display: none;
}

.accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #084298;
  background: red;
  border-bottom: 1px solid #276b8d73;
  border-radius: 6px;
  padding: 7px 13px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.accordion-button.collapsed {
  background-color: #fff;
  color: #084298;
}

.accordion-button:not(.collapsed) {
  background-color: #0d6efd;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.accordion-button:hover {
  background-color: #0a58ca;
  color: #fff;
}

.accordion-button i {
  font-size: 23px;
  color: #183565;
}

.accordion-button:not(.collapsed) i {
  color: #fff;
}

.accordion-body {
  padding: 5px 10px 7px 15px;
  font-size: 14px;
  color: #495057;
  border-bottom: 1px solid #3d4c543d;
}

.accordion-body a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3sease;
}

.accordion-button:hover {
  background: white;
  color: #084298;
}

.accordion-body a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.accordion-collapse {
  transition: max-height 0.5s ease;
}

.accor-head {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #054374;
  margin-left: 1px;
}

.main-categoery-s {
  width: 25%;
  padding: 0px 7px;
  margin-bottom: 0px;
}

.category-grid {
  width: 25%;
  padding: 0px 6px;
  margin-bottom: 15px;
}

.categorry-image-c-link img {
  width: 146px;
  margin-bottom: 26px;
}

.accordion-button::after {
  display: none;
}

.cst-p {
  color: grey;
  font-size: 11.5px;
  display: block;
}

.category-box h2,
.category-box h3,
.category-box h4,
.category-box h5,
.category-box h6 {
  color: black;
  font-weight: 700;
  font-size: 15.8px;
}

.category-box p {
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}

.shop-n {
  font-size: 13px;
  color: #0c91a9;
  font-weight: 500;
}

.shop-n i {
  font-size: 11px;
  margin-left: 0px;
}

.cat-icon i {
  width: 35px;
  height: 35px;
  background: white;
  display: flex;
  border: 1px solid #80808061;
  border-radius: 50%;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  color: black;
}


.category-card {
  padding:
    16px 13px 16px 15px;
  border:
    1px solid #7daab36b;
  border-radius:
    5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cat-icon {
  display: flex;
  justify-content: end;
}

.category-box {
  text-decoration: none;
}

.shop-now-button {
  font-size: 13px;
  text-decoration: none;
  color: #093c99;
  font-weight: 500;
  text-decoration: underline;
  display: block;
  padding-top: 13px;
}

.categorry-image-c-link {
  display: block;

}



@media(min-width:991px) and (max-width:1200px) {
  .category-grid {
    width: 33.33%;
  }

}

@media(min-width:768px) and (max-width:991px) {
  .acco-f {
    display: none !important;
  }

  .category-grid {
    width: 33.33%;
  }
}

@media(min-width:401px) and (max-width:767px) {
  .acco-f {
    display: none !important;
  }

  .category-grid {
    width: 50%;
  }
}

@media(min-width:320px) and (max-width:400px) {
  .acco-f {
    display: none !important;
  }

  .category-grid {
    width: 100%;
  }
}

.equipment-card {
  width: 20%;
  padding: 0px 6px;
  margin-bottom: 14px;
}

.equipment-wrapper {
  background: #ffffff;
  border-radius: 6px;
  padding: 3px 10px 12px 10px;
  text-align: center;
  border: 1px solid #61929bb0;
  transition: border-color 0.3sease -in-out, transform 0.3sease -in-out;
  position: relative;
}



.equipment-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.equipment-image {
  height: 163px;
  object-fit: contain;

  border-radius:
    8px;
  width: 163px;
  padding:
    10px;
}

.equipment-title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}

.equipment-link {
  text-decoration: none;
  color: #000000ed;
  font-weight: 700;
  font-size: 16px;
  text-transform: math-auto;
}

.equipment-link:hover {
  color: #0056b3;
}

.equipment-view-more {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 7px;
  border: 2px solid #1bb3cf75;
  color: #787575;
  border-radius: 6px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
}

.equipment-view-more:hover {
  border-color: #003f80;
  color: #003f80;
}

@media(min-width:991px) and (max-width:1200px) {
  .equipment-card {
    width: 25%;
  }
}


@media(min-width:768px) and (max-width:991px) {
  .equipment-card {
    width: 33.33%;
  }
}

@media(min-width:400px) and (max-width:768px) {
  .equipment-card {
    width: 50%;
  }

  .water-system-container {
    padding: 8px !important;
  }

  .water_pru {
    padding: 0px 3px;
  }
}

@media(min-width:320px) and (max-width:399px) {
  .equipment-card {
    width: 100%;
    padding: 0px 12px;
  }

  .product-card3 {
    padding: 0px 4px !important;
  }

  .product-list {
    padding: 0px 14px !important;
  }

  .water-system-container {
    padding: 8px !important;
  }

  .water_pru {
    padding: 0px 3px !important;
  }
}

.order-summary-container {

  padding: 17px 20px;
  margin: 18px auto;
  max-width: 1000px;
  box-shadow: 0px 1px 5px #c5cfdb;
}

/* Order Header Section */
.order-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #bcc2cb;
  margin-bottom: 12px;
  text-align: left;
}

.order-id-section h2 {
  font-size: 17.5px;
  color: #064a56;
  font-weight: 700;
  margin: 0;
}

.order-id-section .order-date {
  font-size: 13px;
  padding-top: 3px;
  color: #666;
}

.track-btn {
  background-color: #fe940b;
  font-size: 12px;
  color: white;
  padding: 5px 13px;
  font-weight: 500;
  text-decoration: none;
  margin-right: 36px;
  border-radius: 0px;
  transition: background-color 0.3s ease;
}

.track-btn:hover {
  background-color: #3682b7;
  color: white;
}

/* Product Rows */
.order-product-row {
  display: grid;
  grid-template-columns: 0fr 2fr 1fr 1fr 1fr;
  gap: 12px;
  padding: 21px 0;
}

.product-image-section img {
  width: 82px;
  /* border: 1px solid #65717840; */
  border-radius: 5px;
  box-shadow: 0px 1px 5px #c0c5cb;
}

.order-title h2,
.order-title h3 {
  font-size: 16.5px;
  color: #0f6a7a;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

.order-title {
  text-decoration: none;
}

.product-quantity {
  color: #333;
  margin-bottom: 5px;
  font-size: 12px;
}

.product-price {
  color: #088729;
  font-size: 13px;
  font-weight: 600;
}

.order-status-section h4,
.order-total-section h4 {
  font-size: 16px;
  color: #095283;
  margin-bottom: 5px;
  font-weight: 600;

}

.order-status-section p,
.order-total-section p {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0px;
}

.order-review-section .review-btn {
  border: 1px solid grey;
  /* background-color: #ffca2c; */
  font-size: 13px;
  color: #033252;
  padding: 3px 15px;
  text-decoration: none;
  /* border-radius: 5px; */
  transition: background-color 0.3s ease;
}


.order-review-section .review-btn:hover {
  background-color: #3682b7;
  color: #ffff;
}

/* Responsive Design */
@media (min-width:470px) and (max-width: 768px) {
  .order-product-row {
    grid-template-columns: 1fr 3fr 1fr 1fr;
  }
}


@media (min-width:320px) and (max-width:469px) {

  .order-product-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .order-status-section,
  .order-total-section,
  .order-review-section {
    text-align: center;
  }

  .order-header {
    display: block;
  }

  .track-btn {
    margin-bottom: 13px !important;
    display: inline-block;
  }
}



@media (min-width:991px) and (max-width:1200px) {

  .oredr-main {
    margin-top: 57px !important;
  }
}

@media (min-width:768px) and (max-width:990px) {}

@media (min-width:320px) and (max-width:768px) {
  .order-review-section .review-btn {
    padding: 3px 5px !important;
    font-size: 10.2px !important;
  }
}

.sidebar-container {

  padding: 15px;
  border-radius: 12px;
  display: flex;
  justify-content: center;

}

.nav-sub-main {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.new-nav-item {
  display: block;
  padding: 7px 17px;
  float: left;
  margin-right: 13px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(242 252 254), rgba(200, 230, 255, 0.7));
  font-weight: 700;
  border: 1px solid #8080806b;
  color: #333;
  margin-bottom: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.new-nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.new-nav-item:hover::before {
  opacity: 1;
}

.new-nav-item:hover {
  color: #004b58;
  border-color: #007bff;
  background: linear-gradient(135deg, rgba(220, 230, 255, 0.9), rgba(240, 250, 255, 0.6));
}


.new-nav-item h2 {
  font-size: 14.7px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #063740;
}

.auto-product-container {
  width: 25%;
  padding: 0px 8px;
  margin-bottom: 19px;
}

.auto-product-card {
  box-shadow: 0px 1px 6px #bfbbbb;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 13px 13px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.auto-product-specs {
  scrollbar-width: thin;
  scrollbar-color: #079db994 #fff;
  height: 69px;
  overflow-y: auto;
}

.auto-product-img-box {
  width: 100%;
  height: 200px;
  background: white;
  padding: 10px;
  border: 1px solid #80808054;
  border-radius: 6px;
  border-left: 2px solid #60a7b59c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px;

}

.auto-product-image {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.auto-product-content {
  padding: 15px 0px 0px 0px;
  width: 100%;
}

.auto-product-title h2,
.auto-product-title h3,
.auto-product-title h4,
.auto-product-title h5,
.auto-product-title h6 {
  font-size: 17px;
  font-weight: 700;
  color: #004b58;
  margin-bottom: 7px;
  line-height: 1.3;
}

.auto-product-title {
  text-decoration: none;
}

.auto-product-specs p {
  font-size: 13px;
  color: #555;
  margin: 2px 0;
}

.auto-product-specs strong {
  color: black;
}

.auto-product-rating {
  display: flex;
  justify-content: center;
  margin-top: -6px;
}

.auto-rating-icons i {
  color: #ffb100;
  font-size: 8px;
}

.auto-product-purchase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e9e9e957;
  padding: 6px 7px;
  border-radius: 6px;
  margin-top: 13px;
  border: 2px solid #d1d1d1;

}

.auto-viewcatalog {
  font-size: 13px;
  font-weight: bold;
  color: #05404a;
}

.auto-product-price {
  font-size: 12px;
  color: green;
  font-weight: 600;
}

.auto-viewcatalog i {
  color: #e98005;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.auto-add-btn_sub {
  background: #1593ab;
  color: #ffffff;
  border: none;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}

.auto_section {
  width: 33.33%;
  padding: 0px 8px;
  margin-bottom: 19px;
}


.modern-filters {
  width: 100%;
  max-width: 300px;
  background: #ffffff;

  border-radius: 12px;

  box-sizing: border-box;
}

.filters-header {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #004080;
  padding-bottom: 10px;

}

.filter-group {
  padding: 12px;
  border-radius: 8px;
  border-left: 1px solid #1591a9;
  background: #f8f8f861;
  margin-bottom: 16px;
  box-shadow: 0px 1px 5px #d7c6c6;
}

.filter-heading {
  font-size: 16px;
  font-weight: bold;
  color: #02353e;
  padding-bottom: 6px;
  border-bottom: 2px solid #d1d1d1;
  margin-bottom: 10px;
}

.filter-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-options li {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  color: #555;
}

.filter-options input[type="checkbox"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #004080;
  cursor: pointer;
}

.filter-options label {
  cursor: pointer;
  font-size: 13px;
  color: black;
}

.serpbox {
  padding:
    7px 22px;
  font-size: 14px;
  cursor: pointer;
  list-style-type: none;
  border-bottom:
    1px solid #ddd8d8;
}

.serpbox a {
  text-decoration: none;
  color: #0f454f;
  font-weight: 600;
}

@media(min-width:991px) and (max-width:1200px) {
  .auto-product-container {
    width: 33.33%;
  }

  .new-nav-item {
    margin-bottom: 13px;
  }

  .sidebar-container {
    padding: 0px;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .auto-product-container {
    width: 50%;
  }

  .new-nav-item {
    margin-bottom: 13px;
  }

  .sidebar-container {
    padding: 0px;
  }
}

@media(min-width:419px) and (max-width:767px) {

  .new-nav-item {
    display: flex;
    margin-right: 5px !important;
    margin-bottom: 10px;
    text-wrap: auto;
  }

  .sidebar-container {
    padding: 10px;
  }

  .new-nav-item {
    margin-bottom: 13px;
  }
}

@media(min-width:300px) and (max-width:418px) {
  .new-nav-item {
    margin-bottom: 10px;
  }

  .heading h1 {
    font-size: 25px;
  }
}

@media(min-width:300px) and (max-width:767px) {
  .auto-product-container {
    width: 100%;
  }

  .icon-wrapper.cart-wrapper::before {
    filter: none !important;

  }

  .searchInput {
    box-shadow: none !important;
  }
}

.detail-para {
  font-size: 14.8px;
  color: black;
  line-height: 1.5;
  font-weight: 400;
}

.seperator {
  height: 3px;
  background-color: #cccccc8c;
  margin: 12px 0;
}

.d-lg-flex p.detail-price {
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  color: #018f34;
  margin-right: 25px;
}

.detail-cart {
  background-color: #0e7a8f;
  color: white;
  border: none;
  padding: 4px 19px;
  margin-right: 20px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, border 0.3s, transform 0.2s;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.detail-cart:hover {
  background-color: #003d80;
  border-color: #002b66;
}


.quantity input {
  width: 40px;
  height: 28px;
  text-align: center;
  border: 2px solid #bbbbbb6b;
  border-radius: 8px;
  margin: 0 6px;
}

.main_tabs-_c {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  gap: 12px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 10px;

}

.product-main-pills .nav-link4 {
  font-size: 15px;
  font-weight: 600;
  /* margin-right: 15px; */
  /* margin-left: 15px; */
  color: #222;
  padding: 4px 15px;
  border-radius: 8px;
  transition: all 0.3s;
  background-color: #f1f1f1;
  border: 2px solid #ddd;
  flex: 1;
  text-align: center;
  position: relative;
}

.product-main-pills .nav-link4.active {
  background: white;
  /* background-color: #0056b3; */
  color: #f78b00;
  font-weight: 800;
  border-color: #138ea5;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}

.product-main-pills .nav-link4:hover {
  background-color: #e0e0e0;
  border-color: #bbb;
}

.product-main-pills .border-left {
  width: 2px;
  margin: 0px 20px;
  height: 35px;
  background-color: #bbbbbb8a;
  border-radius: 10px;
}

.table-border {
  width: 100%;
  border-collapse: collapse;
  /* border-radius: 8px; */
  overflow: hidden;
  border: 2px solid #bbbbbb61;
}

.table-border td {
  padding: 12px;
  border: 1px solid #bbb;
  font-size: 14px;
}

.features-s li {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}

.application {
  font-size: 17px;
  color: #444;
}

.ask-expert-sec {
  padding: 16px;
  background-color: #f1f1f1;
  border-radius: 12px;
  border: 2px solid #ddd;
}

.expert-title {
  font-size: 19px;
  font-weight: bold;
  color: #138ea5;
  margin-bottom: 18px;
}

.get-btn-pro {
  background-color: #0056b3;
  color: white;
  border: 2px solid #004599;
  padding: 12px 25px;
  font-size: 17px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, border 0.3s;
}

.get-btn-pro:hover {
  background-color: #003d80;
  border-color: #002b66;
}

.review-content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background-color: #ffffff;
  padding: 11px;
  border-radius: 12px;
  border: 2px solid #ddd;
}

.stars_r {
  margin-top: -6px;
}

.review-container {
  margin-top: 20px;
}

.submit-review-box {
  flex: 1;
  background: #f9f9f9;
  padding: 8px 13px;
  border-radius: 12px;
  border: 2px solid #ddd;
}

.submit-title {
  font-size: 19px;
  font-weight: bold;
  color: #138ea5;
  display: block;
  margin-bottom: 15px;
}

.review-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-input,
.review-textarea {
  width: 100%;

  padding: 10px 15px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.review-submit {
  background-color: #138ea5;
  color: white;
  border: none;
  padding: 7px 25px;
  font-size: 17px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, border 0.3s, transform 0.2s;
  font-weight: 600;
}


.review-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  padding: 14px 11px;
  border-radius: 12px;
  border: 2px solid #ddd;
}

.average-rating-box {
  text-align: center;
  background: #f9f9f9;
  padding: 6px 15px;
  border-radius: 12px;
  border: 2px solid #ddd;
}

.average-title {
  font-size: 19px;
  font-weight: bold;
  color: #138ea5;
  display: block;
}

.stars_b i {
  color: #ff9800;
  font-size: 9px;
}

.customer-reviews-box {
  padding: 17px 15px 0px 15px;
  border-radius: 12px;
  border: 2px solid #ddd;
}

.review-item {
  margin-bottom: 15px;
  padding: 6px 10px;
  background: white;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.reviewer-name {
  font-weight: bold;
  font-size: 15px;
  color: #222;
  display: block;
}

.stars_r i {
  color: #ff9800;
  font-size: 8px;
}

.review-text {
  font-size: 13px;
  color: #444;
  line-height: 1.4;
  margin-bottom: 0px;
}

@media(min-width:991px) and (max-width:1200px) {
  .product-main-pills .border-left {
    width: 2px;
    margin: 0px 11px;
    margin-bottom: 10px;
  }

  .review-content-wrapper {
    display: block;
  }

  .review-submit {
    padding: 4px 25px;
  }
}

@media(min-width:300px) and (max-width:1200px) {

  .floating-cart {
    position: fixed;
    bottom: 175px !important;
    right: -49px !important;
  }
}


.floating-cart {
  position: fixed;
  bottom: 157px;
  right: 4px;
  z-index: 1000;
}

.cart-btn {
  background: linear-gradient(to right, #00d8ff -4%, #1d98af 32%);
  /* background-color: #28b8d3; */
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cart-btn:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}

.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff3b30;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.get-quote-btn i {
  font-size: 14px;
  color: #0d7a8f;
}

.get-quote-btn:active {
  transform: translateY(0);
}

.product-catalog {
  color: #088729;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

/* search */

.search-title h2,
.search-title h3,
.search-title h4,
.search-title h5,
.search-title h6 {
  color: #026374;
  font-size: 14.8px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  /* background: #f6f3fb; */
  padding: 10px 11px;
  /* border-bottom: 2px solid #6838c15e; */
  text-decoration: none;
}

.specification-list {
  padding-left: 13px;
}

.search-inner {
  border: 1px solid #5b677854;
  padding-bottom: 15px;
}

.sarch-image img {
  margin-top: 9px;
  width: 134px;
  margin-bottom: 7px;
}

.sarch-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.search-box {
  width: 20%;
  padding: 0px 6px;
  margin-bottom: 13px;
}

.search-inner a {
  text-decoration: none;
}

.specification-list3 {
  padding-left: 13px;
  scrollbar-width: thin;
  scrollbar-color: #7d89ab #fff;
  height: 61px;
  margin-bottom: 0px;
  list-style: none;
  padding-bottom: 5px;
  overflow-y: auto;
}

.search-title1 {
  color: #026374;
  font-size: 14.8px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  /* background: #f6f3fb; */
  padding: 10px 10px;
  /* border-bottom: 2px solid #6838c15e; */
  text-decoration: none;

}

.specification-label {
  font-weight: 500;
  color: black;
  font-size: 12.5px;
}

.airborne-specifications .specification-item {
  font-size: 12.5px !important;
}

@media(min-width:991px) and (max-width:1200px) {
  .search-box {
    width: 25%;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .search-box {
    width: 33.33%;
  }
}

@media(min-width:300px) and (max-width:767px) {
  .search-box {
    width: 50%;
  }
}


/* Himanshu CSS Start */
/* Subcategory page CSS Start */


/* Product Details page CSS Start */
.subcate-image img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.catlog-box {
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  grid-gap: 10px;
}

.single-catlog-sec {
  padding: 50px 0;
}

/* Responsive CSS Start */
@media only screen and (max-width: 1199px) {
  .catlog-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .catlog-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .catlog-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width:456px) {
  .button-detail {
    margin-top: 12px !important;
  }

  .product_cq {
    margin-top: 15px !important;
  }
}


.labsmed-faq-heading {
  font-size: 25px;
  font-weight: 600;
  color: #1a2d40;
  letter-spacing: 0.3px;
}

.labsmed-faq-item {
  padding: 11px 14px;
  border-radius: 6px;
  margin-bottom: 12px;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.labsmed-faq-item.even {
  background-color: #f8fafd;
}

.labsmed-faq-item.odd {
  background-color: #ffffff;
}

.labsmed-faq-q {
  font-size: 15.5px;
  font-weight: 800;
  color: #0c4c56;
  margin-bottom: 1px;
}

.labsmed-faq-a {
  font-size: 14px;
  color: #2d3236cf;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0px;
}


.labsmed-faq-heading {
  font-size: 24px;
    font-weight: 700;
    color: #017084;
    letter-spacing: 0.3px;
}

.labsmed-faq-item {
  padding: 11px 14px;
  border-radius: 6px;
  margin-bottom: 12px;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.labsmed-faq-item.even {
  background-color: #f8fafd;
}

.labsmed-faq-item.odd {
  background-color: #ffffff;
}

.labsmed-faq-q {
  font-size: 15.5px;
  font-weight: 800;
  color: #0c4c56;
  margin-bottom: 1px;
}

.labsmed-faq-a {
  font-size: 14px;
    color: #2d3236cf;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}
