:root { --black:#000; --theme-color: #2449A3; --alternate-color: #3F831C; --white: #fff; }

body { font-family: "Outfit", sans-serif; font-weight: 400; font-size: 16px; }
a { color: var(--footer-text); text-decoration: none; transition: 0.3s ease; }
a:hover { text-decoration: none; color: var(--theme-color); }
p a:hover { text-decoration: underline; color: var(--theme-color); }
.themeBtn { box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); display: inline-block; transition: 0.3s ease; position: relative; color: var(--white); font-size: 14px; font-weight: 400; padding: 12px 47px; text-decoration: none; background-color: var(--theme-color); border-radius: 5px; }
.themeBtn:hover { text-decoration: none; background-color: var(--alternate-color); color: var(--white);  }
.readMore { color: #002F6C; font-size: 15px; font-weight: 600; }
p { line-height: 1.4; font-size: 16px; }
p:last-child { margin-bottom:0; }
ul { padding-left: 20px; }
h1, .h1 { letter-spacing: 0; font-size: 62px; color: var(--black); font-weight: 600; line-height: 1.1; }
h2, .h2 { letter-spacing: 0; font-size: 34px; color: var(--black); font-weight: 600; line-height: 1.1; }
h3, .h3 { font-size: 30px; color: var(--black); font-weight: 600; line-height: 1.200; margin-bottom: 20px; }
h4, .h4 { font-size: 20px; color: #1E1E1E; font-weight: 500; line-height: 1.200; margin: 0 0 3px; }
h5, .h5 { font-size: 20px; font-weight: 500; line-height: 1.200; color: #002F6C; }
.dark p, .dark li, .dark h1, .dark .h1, .dark h2, .dark .h2, .dark h3, .dark .h3, .dark h4, .dark .h4, .dark h5, .dark .h5, .dark h6, .dark .h6 { color: var(--white); }
.dark h1 span, .dark h2 span, .dark h3 span, .dark h4 span, .dark h5 span, .dark h6 span { color: var(--theme-color); }
.pageHeader { padding: 60px; position: absolute; top:0; left: 0; width: 100%; z-index:9; }
.pageHeader .navbar { background: #fff; box-shadow: 4px 3px 12px rgb(0 0 0 / 16%); border-radius: 12px; padding: 0 40px 0 20px; }
.pageHeader .navbar-nav .nav-link { padding-left: 12px; padding-right: 12px; text-transform: uppercase; font-size: 16px; font-weight: 700; color: #000; }
.pageHeader .contactNumber { background: #3F831C; padding: 18px 30px; }
.pageHeader .contactNumber a { display: block; color: #fff; font-size: 16px; font-weight: 600; }
.pageHeader .contactNumber a:hover, .pageHeader .navbar-nav .nav-link:hover, .pageHeader .navbar-nav .nav-link.active { color: #2449A3; }

.pageContent .heroContentWrap { min-height: 100vh; }
.pageContent .heroBanner { padding: 60px; background-image: url(../images/Intersection.png); background-position: left top; background-size: contain; }
.pageContent .heroContent h1, .pageContent .heroContent h2 { color: var(--theme-color); margin-bottom:0; }
.pageContent .heroContent h1 span, .pageContent .heroContent h2 span { color: var(--alternate-color); }
.pageContent .heroContent h1 { font-size: 3.9vw; font-weight: 500; }
.pageContent .heroContent h2 { margin-bottom: 15px; font-size: 3.05vw; font-weight: 500; }
.pageContent .heroContent p { font-size: 25px; letter-spacing: 1px; padding-block: 15px; max-width: 728px; }
.pageContent .heroContent p strong { font-weight:700; color: var(--theme-color); }

.heroVideoWrap { position: relative; min-height: 100vh; overflow: hidden; }
.heroVideoWrap .heroVideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.heroVideoWrap .heroVideo { position: absolute; width: 100%; height: 120vh; transform: translatey(-50%); top: 50%; background: #001f85; border-radius: 1000px 0 0 1000px; overflow: hidden; }
.heroVideoWrap .heroVideoInner { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); }
.heroVideoWrap .heroVideoInner:after { content: ""; display: block; padding-bottom: 100%; }
.heroVideoWrap h3 { position: absolute; color: #fff; font-size: 2.6vw; margin: 0; line-height: 1.1; }
.heroVideoWrap h3.videoText1 { top: 22%; left: 10%; }
.heroVideoWrap h3.videoText2 { bottom: 22%; right: 60px; }
.heroVideoWrap h3 span { display: block; font-size: 1.6vw; }
.searchForm { position: absolute; right: 60px; bottom: 12%; background: #F4F4F4; left: 0; padding: 10px; border-radius: 10px; }
.searchForm .form-control { height: 45px; border-width: 0; }
.searchForm button { color: var(--white); font-size: 14px; font-weight: 400; padding: 12px 42px; background: var(--theme-color); border-width: 0; }
.searchForm .form-control::placeholder { color: #000; }

.subPageBanner .searchForm { position: static; }

.subPageBanner { padding: 170px 60px 60px; box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);}
.contentWrap { padding-left: 60px; padding-right: 60px; }
.breadcrumb a { color: var(--theme-color); display: inline-block; }
.breadcrumb { color: var(--theme-color); display: flex; gap: 3px; }
.subPageBanner h1 { font-size: clamp(1rem, 2vw + 1rem, 3rem); }

.categoriesLists ul { padding: 0; margin: 0; display: flex; gap: 20px 30px; flex-wrap: wrap; }
.categoriesLists ul li { width: calc((100% / 5) - 24px); list-style: none; }
.categoriesLists ul li a { height: 100%; background-image: url(../images/thunder.png); background-repeat: no-repeat; background-position: top center; padding: 40px; display: block; text-align: center; background-color: var(--theme-color); border-radius: 16px; color: var(--white); font-size: 20px; font-weight: 500;    display: flex;
    align-items: center;
    justify-content: center; }
.categoriesLists { margin-top: 2em; }
.categoriesLists ul li a:hover { background-color: var(--alternate-color); }

.pageFooter { padding: 60px 60px 0; background-color: var(--alternate-color); overflow-x: hidden; }
.topFooter { padding-bottom: 25px; }
.topFooter h4 { text-transform: uppercase; font-weight: 600; position: relative; padding-bottom: 5px; }
.topFooter h4:after { content: ""; position: absolute; left: 0; top: 100%; width: 35px; height: 1px; background-color: var(--white); }
.footerContent p { max-width: 630px; }
.footerMenu ul { margin: 0; padding: 0; width: 50%; }
.footerMenu ul li { list-style: none; padding-bottom: 10px; }
.footerMenu { margin-top: 25px; display: flex; }
.footerContact { margin: 25px 0; }
.footerContact ul { margin: 0; padding: 0; }
.footerContact ul li { list-style: none; padding-bottom: 10px; }
.footerContact ul li i { margin-right: 15px; }
.footerSocial { margin-top: 25px; }
.footerSocial ul { margin: 0; padding: 0; }
.footerSocial ul li { display: inline-block; list-style: none; margin-right:5px; }
.footerSocial ul li a { display: block; width: 38px; height: 38px; line-height: 38px; border-radius: 40px; text-align: center; }
.footerSocial ul li a { background-color: var(--theme-color); color: var(--white); }
.footerSocial ul li a:hover { background-color: var(--white); color: var(--theme-color); }
.copyrights { padding: 30px 0; border-top: 1px solid #fff; }
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled { display: none; }

.brandWrap:after { content: ""; display: block; padding-bottom: 100%; }
.brandImg { overflow: hidden; padding: 15px; position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid #D1D0D2; border-radius: 100%; }
.brandWrap { position: relative; }
.brandWrap p { opacity: 0.3; margin: 0;}
.brandImg:hover { border-color: var(--alternate-color); }
.brandListings .swiper-slide { max-width: 200px; }
.brandListings { width: calc(100% + 72px); }
.brandListings .swiper-button-next,
.brandListings .swiper-button-prev { box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); width: 50px; height: 50px; line-height: 50px; background-color: var(--alternate-color); border-radius: 50px; transition: all ease 0.3s; }
.brandListings .swiper-button-next svg,
.brandListings .swiper-button-prev svg { height: 14px; }
.brandListings .swiper-button-prev { transform: rotate(180deg); }
.brandListings .swiper-button-next { right: 60px !important; }
.brandListings .swiper-button-next:hover,
.brandListings .swiper-button-prev:hover { opacity: .8; }
.brandListings .swiper-button-prev:after,.brandListings .swiper-button-next:after{content: unset;}





@media (min-width:1200px) {
    .cus-xl-3 { width: 20%; }
    .cus-xl-9 { width: 80%; }
}
@media (max-width:1500px) {
    .pageHeader { padding: 30px; }
    .pageHeader .navbar-brand img { max-width: 250px; }
    .pageHeader .navbar { padding: 0 20px 0 10px; }
    .categoriesLists ul li { width: calc((100% / 4) - 24px);  }
}
@media (max-width:1400px) {
    .pageHeader, .pageContent .heroBanner { padding: 20px; }
    .contentWrap { padding-left: 20px; padding-right: 20px; }
    .brandListings { width: calc(100% + 32px); }
    .subPageBanner { padding: 140px 20px 20px; }
    .pageFooter { padding: 40px 20px 0; }
    .pageHeader .navbar-brand img { max-width: 200px;  }
    .pageHeader .contactNumber { padding: 14px 20px; }
    .pageHeader .contactNumber a, .pageHeader .navbar-nav .nav-link { font-size: 14px;  }
    .categoriesLists ul li a { font-size: 18px; }
}
@media (max-width:1201px) {
    h1, .h1 { font-size: 38px; }
    .navbar { position: static; }
    .menu-trigger { align-items: center; display: flex; flex-direction: column; height: 20px; justify-content: space-between; width: 30px }
    .menu-trigger span { background-color: var(--black); display: inline-block; height: 2px; position: relative; transition: all .3s ease; width: 100% }
    .navbar.open .menu-trigger span:first-child { margin-top: 0; top: 10px; transform: rotate(45deg) }
    .navbar.open .menu-trigger span:nth-child(2) { opacity: 0 }
    .navbar.open .menu-trigger span:nth-child(3) { bottom: 8px; margin-bottom: 0; transform: rotate(-45deg) }
    .navbar-collapse .navbar-nav { padding: 0; }
    .pageHeader .navbar-nav .nav-link { padding: 14px; }
    .pageHeader .navbar-nav .nav-link.active,
    .pageHeader .navbar-nav .nav-link:hover { background-color: #3f831c; color: #ffffff !important; }
    .navbar-collapse { position: absolute; top: 100%; left: 0; right: 0; background-color: var(--theme-color); padding: 0px; }
    /*.navbar .navbar-collapse { flex-direction: column-reverse; background-color: var(--theme-color); display: flex; flex-wrap: wrap; height: 100vh; justify-content: start; padding: 30px 10px; position: absolute; right: -353px; top: 100%; transition: all .4s ease; width: 353px }
    .navbar.open .navbar-collapse { right: 0; }*/
    .pageHeader { padding: 0px; }
    .pageHeader .navbar { border-radius:0;  }
    .pageHeader .navbar-nav .nav-link { padding-left: 15px; padding-right: 15px; color: var(--white); }
    .pageHeader .navbar-nav .nav-item { padding:0; }
    .pageHeader .navbar-brand img { max-width: 250px; }
    .pageHeader .navbar-nav { width: 100%;  }
    .pageHeader .navbar-nav .nav-link:hover, .pageHeader .navbar-nav .nav-link.active { color: var(--alternate-color); }
    .pageHeader .navbar-nav .nav-link { font-size: 16px; }
    .pageContent .heroContentWrap { min-height: initial; padding: 130px 20px 60px; }
    .heroVideoWrap { min-height: initial; }
    .pageContent .heroContent h1 { font-size: 58px; }
    .pageContent .heroContent h2 { font-size: 45px; }
    .heroVideoWrap .heroVideo { position: static; height: auto; border-radius: 0; transform: none; }
    .heroVideoWrap .heroVideoInner { position: static; transform: none;  }
    .heroVideoWrap .heroVideoInner:after { display: none; }
    .pageContent .heroBanner { padding: 0; }

    .heroVideoWrap { min-height: calc(100vh - 506px);  background: #001f85; }
    .heroVideoWrap h3 { font-size: 38px; }
    .heroVideoWrap h3 span { font-size: 21px; }
    .heroVideoWrap h3.videoText1 { left: 60px; top: 20%; }
    .heroVideoWrap h3.videoText2 { bottom: 20%; }
    .heroVideoWrap .searchForm { left: 60px; bottom: 7%; }

    .subPageBanner { padding-top: 100px; }
    .categoriesLists ul li { width: calc((100% / 3) - 24px);  }
    .footerContent p { max-width: 100%; }

}
@media (max-width:991px) {
    .pageContent .heroContent h1 { font-size: 50px !important; }
    .pageContent .heroContent h2 { font-size: 38px !important; }
    .heroVideoWrap { min-height: calc(100vh - 490px); }
    .heroVideoWrap h3.videoText1 { left: 30px; }
    .heroVideoWrap h3.videoText2 { right: 30px; }
    .heroVideoWrap .searchForm { left: 30px; bottom: 30px; right: 30px; }
    .subPageBanner { padding-top: 80px; }
    .subPageBanner .searchForm { margin-top: 30px; }
    .categoriesLists ul li { width: calc((100% / 2) - 24px);  }
    .footerMenu { margin-bottom: 30px; }
    .brandListings { margin-top: 30px; }
    .brandListings .swiper-slide { max-width: 160px; }
    .brandListings { width: 100%; }
    .brandListings .swiper-button-next { right: 20px !important; }
    .brandListings .swiper-button-prev { left: 20px !important; }
}
@media (max-width:767px) {
    .h1, h1 { font-size: 34px; }
    .h2, h2 { font-size: 30px; }
    .pageHeader .navbar { padding: 10px 10px 10px 0px; }
    .menu-trigger { width:25px; height: 18px; }
    .navbar.open .menu-trigger span:first-child { top: 9px; }
    .navbar.open .menu-trigger span:nth-child(3) { bottom: 7px; }
    .navbar-collapse { padding: 0px; }
    .pageContent .heroContentWrap { min-height: initial; padding: 80px 20px 30px; }
    .navbar-collapse .navbar-nav { padding: 0; }
    .pageContent .heroContent h1 { font-size: 38px !important; }
    .pageContent .heroContent h2 { font-size: 30px !important; }
    .pageContent .heroContent p { font-size: 18px; }
    .heroVideoWrap { min-height: calc(100vh - 384px); }
    .heroVideoWrap h3.videoText1 { left: 20px; top: 20px; }
    .heroVideoWrap h3.videoText2 { right: 20px; bottom: 100px; }
    .heroVideoWrap h3 { font-size: 26px; }
    .heroVideoWrap h3 span { font-size: 18px; }
    .heroVideoWrap .searchForm { left: 20px; bottom: 20px; right: 20px; }
    .heroVideoWrap .heroVideo video { height: auto; }
    .categoriesLists ul li a { padding: 15px; font-size: 16px; }
    .categoriesLists ul li { width: calc((100% / 2) - 8px);  }
    .categoriesLists ul { gap: 15px; }
    .footerContact ul li i { margin-right: 5px; }
    .pageContent .heroContent p br { display: none; }
    .brandSliders { padding-left: 10px; padding-right: 10px;}
    .brandListingsSwiper { overflow: initial !important;}
    .brandSliders { overflow: hidden; }
    .product-grid-view .pagination { align-items: center; justify-content: center; }
    .brandListings .swiper-button-next {
        right: -10px !important;
    }
    .brandListings .swiper-button-prev {
        left: -10px !important;
    }

}










/*Product page css*/
.popular-products.contentWrap { padding-bottom: 120px !important; }
.productwrap {
    background-color: #F4F4F4;
    padding: 25px;
    border-radius: 12px;
}
.popular-products h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 35px;
    color: #000;
}
.productwrap h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    margin-bottom: 14px;
}
.productwrap p { margin-bottom: 10px; letter-spacing: 1px; }
.productListings .swiper-button-next, .productListings .swiper-button-prev {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2449A3;
    border-radius: 50px;
    transition: all ease .3s;
}

.productListings .swiper-button-next:hover, .productListings .swiper-button-prev:hover { opacity: .8; }
.productListings .swiper-button-prev {
    transform: rotate(180deg);
}
.productListings .swiper-button-next svg, .productListings .swiper-button-prev svg {
    height: 14px;
}
.productListings .swiper {
  position: relative;
  padding-top: 85px;
}
.productListings .swiper-button-prev,
.productListings .swiper-button-next {
  top: 23px;
  bottom: auto;
}
.productListings .swiper-button-prev {
  left: auto;
  right: 65px;
}
.productListings .swiper-button-prev::after,
.productListings .swiper-button-next::after {
  display: none;
}
.productListings { margin-top: -80px; }
.search-box {
    width: auto;
    height: 45px;
    border: 1px solid #1e40af;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .search-box svg {
    width: 22px;
    height: 22px;
    stroke: #1e40af;
    margin-right: 12px;
  }
  .search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
  }
  .search-box input::placeholder {
    color: #000;
  }
  .product-filter-sidebar {
    padding: 20px;
    border: 1px solid #2449a366;
    border-radius: 14px;
    position: relative;
  }
.product-filter-sidebar::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 73px;
    background-image: url(../images/chris-text.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    background-position: center;
}
.search-box button {
    position: relative;
    z-index: 999;
    background: transparent;
    border-width: 0;
}
  .product-filter-sidebar h3 { color: #2449A3; margin-top: 5px; }
  .product-filter-sidebar .product-list ul { list-style: none; }
  .product-filter-sidebar .product-list ul li {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    padding-left: 8px;
    position: relative;
  }
  .product-filter-sidebar .product-list ul li::before {
    content: '';
    position: absolute;
    height: 12px;
    width: 10px;
    background-image: url(../images/thunder-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
    left: -15px;
  }

  .product-listing-filter .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 14px 20px;
    border-radius: 12px;
  }

  .product-listing-filter .header-title {
    font-weight: 500;
    font-size: 22px;
    color: #000;
    letter-spacing: .5px;
    line-height: 28px;
  }

  .product-listing-filter .header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .product-listing-filter .search-box {
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 0;
  }

  .product-listing-filter .search-box input {
    height: 45px;
    width: auto;
    padding: 0 10px 0 40px;
    border: 1px solid #2449A3;
    border-radius: 8px;
    font-size: 16px;
  }

  .product-listing-filter .search-box svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
  }

  .product-listing-filter .dropdown select, .product-listing-filter .btn {
    height: 45px;
    padding: 0 12px;
    border: 1px solid #2449A3;
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
  .product-listing-filter .btn.filter.dropdown select{
    border: none;
    height: 42px;
  }
  .product-listing-filter .btn.filter.dropdown select:focus{outline: none;box-shadow: none;}
  .product-listing-filter .dropdown select {
    height: 45px;
    min-width: 218px;
    padding: 0 30px 0 40px;
    border: 1px solid #2449A3;
    border-radius: 8px;
    font-size: 16px;
    position: relative;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    appearance: none;
  }

    .product-listing-filter .dropdown a {
        position: absolute;
        top: 8px;
        left: 15px;
        z-index: 1;
    }

  .product-listing-filter .menu-btn {
    width: auto;
    height: 45px;
    border: 1px solid #2449A3;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
    padding: 10px;
  }
  .product-listing-filter .btn { font-size: 16px; min-width: 218px; }
  .product-grid-view .productwrap { margin-top: 25px; }
  .product-grid-view .productwrap {
    background-image: url(../images/filter-grid-bg.svg);
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 340px;
        position: relative;
  }
  .product-grid-view .productwrap .price-quantity {
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
    gap: 15px;
    position: relative;
    padding-right: 55px;
  }
    .product-grid-view .productwrap .price-quantity .qtyContact {
      width: 100%;

    }
    .QtyWrap + .counter { max-width: 160px;; }
  .product-grid-view .productwrap .price-quantity .get-quote-btn {
    position: absolute;
    top: 40px;
    right: 0;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: var(--alternate-color);
    border-radius: 50px;
  }
  .product-grid-view .productwrap .price-quantity .get-quote-btn svg {
    height: 14px;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    pointer-events: none;
  }
  .product-grid-view .productwrap .content { min-height: 205px; border-bottom: 1px solid rgba(36, 73, 163, 0.3); }
  .product-grid-view .price-quantity .title { font-size: 14px; font-weight: bold; color: #000; padding-top: 5px; }
    .product-grid-view .price-quantity .price h2 { font-size: 24px; font-weight: bold; letter-spacing: 1px; padding-top: 9px; }


  .counter {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 5px;
    border: 1px solid #707070;
    border-radius: 7px;
    background: #F4F4F4;
    height: 40px;
  }

  .counter input.qty-input {
    border: none;
    background: transparent;
    max-width: 36px;
    padding: 0;
}
.counter input.qty-input::-webkit-inner-spin-button, .counter input.qty-input::-webkit-outer-spin-button {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.counter input.qty-input:focus{outline: none;}

.counter .btn {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border: none;
    font-size: 22px;
    cursor: pointer;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: initial;
  }
.counter .btn.plus {
    color: #2449A3; /* blue */
  }
.counter .btn.minus {
    color: #2449A3;
  }
.counter .value {
    min-width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }

  .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.quantity .title {
 display: inline-block;
}
.toolTipWrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.toolTipWrap span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    border: 2px solid #3f831c;
    border-radius: 20px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.toolTipWrap span::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3f831c;
    top: -15px;
    left: -2px;
}
.toolTipActive .toolTipContent {
    display: block;
}
.toolTipContent {
    display: none;
    position: absolute;
    background: #3F831C;
    bottom: 96%;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    padding-right: 25px;
}
.toolTipContent .toolTipClose::before { display: none !important; }

/* .toolTipWrap:hover .toolTipContent {
    display: block;
} */
.toolTipContent .toolTipClose {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 16px;
    cursor: pointer;
}

.toolTipContent {
    display: none;
}

.toolTipWrap.toolTipActive .toolTipContent {
    display: block;
}

.toolTipWrap span::before { display: none; }
.toolTipWrap.toolTipActive span::before { display: block; }
.counter.out-stock { background-color: #fff; padding: 5px 15px; }
.counter.contact-us { padding: 10px; width: 100%; height: 70px;     height: 70px;
    margin: 10px 0 0; border-color: #0957CB; }
.counter.contact-us .value { text-align: left; font-size: 16px; }

.col-xxl-4.list-view {
    flex: 0 0 100%;
    max-width: 100%;
}
.list-view .productwrap {
  display: flex;
  justify-content: space-between;
  min-height: auto;
  align-items: center;
}
.list-view .counter.contact-us {
  margin-bottom: 10px;
}
.list-view .productwrap .content { min-height: auto; border-bottom: none; position: relative;     width: 100%;
    max-width: 570px;}
.list-view .productwrap .content:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #2449a3;
  right: -20%;
  top: 0;
}
.list-view .price-quantity {
  padding-right: 75px;
}
.list-view .productwrap .content .product-details {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
}
.list-view .productwrap .content .product-details p { margin-bottom: 0; }
.list-view .productwrap h3 { margin-bottom: 35px; }
/* .list-view .counter.contact-us { width: 250px; } */

.list-view .toolTipWrap.toolTipActive span::before {
  left: -100px;
  rotate: 270deg;
  top: 2px;
}
.list-view .productwrap .content:after { display: none;}
.list-view .productwrap .price-quantity {
      width: 100%;
    max-width: 425px;
    padding-left: 40px;
    border-left: 1px solid rgba(36, 73, 163, 0.3);
}
.list-view .productwrap .get-quote-btn {
    top: 50%;
    transform: translateY(-50%);
}
.list-view .toolTipContent { transform: translate(-105%); bottom: 30%; }
.list-view .productwrap { background-position: top left; background-size: 45px; }

.menu-btn.toggle .list-icon {
    display: none;
}
.menu-btn.toggle .grid-icon { display: block; font-size: 0; }
.menu-btn .grid-icon {
    display: none;
}
.menu-btn a svg { width: 20px; height: 20px; }
.product-grid-view .price-quantity .price h2 { padding-top: 6px; }
.productwrap.product-detail-content { margin-top: 0; }
.productlistings-slider .swiper-slide {
    display: flex;
    height: auto;
}
.product-filter-sidebar .product-list ul li.active a {
    color: #3f831c;
}
.productlistings-slider .swiper-wrapper {
    align-items: stretch;
}

.productlistings-slider .swiper-slide > div {
    height: 100%;
    flex: 1;
}
.spec-table {
        width: 100%;
        max-width: 900px;
        border-collapse: collapse;
    }

    .spec-table tr {
        border-bottom: 1px solid #ddd;
    }

    .spec-table td {
        padding: 12px 8px;
        font-size: 16px;
        color: #000;
    }

    .spec-table td:first-child {
        width: 70%;
    }

    .spec-table td:last-child {
        width: 30%;
        text-align: left;
        white-space: nowrap;
    }
    .product-detail-right h2.title {
      font-size: 34px;
      line-height: 43px;
      margin-top: 40px;
      font-weight: 500;
      margin-bottom: 15px;
    }
    .product-detail-right p { color: #000; }
    .product-detail-content h3 {
      font-size: 36px;
      line-height: 45px;
    }
    .product-detail-content p.serial-no { letter-spacing: 0; padding-bottom: 12px; font-size: 20px; }
    .productwrap.product-detail-content .product-details { border-top: 1px solid #2449a394; padding-top: 22px; padding-bottom: 85px; }
    .productwrap.product-detail-content .content { border: none; }
    .productwrap.product-detail-content .product-details p { font-size: 20px; margin-bottom: 15px; letter-spacing: 0; }
    .productwrap.product-detail-content .product-details p strong { width: 170px; display: inline-block; }
    .productwrap.product-detail-content .price-quantity .price { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
    .productwrap.product-detail-content .price-quantity .price h2 { font-size: 36px; }
    .productwrap.product-detail-content .price-quantity p.title { margin-bottom: 0; font-size: 20px; letter-spacing: 0; padding-top: 0; }
    .productwrap.product-detail-content .price-quantity .quantity { display: flex; align-items: center; gap: 20px; }
    .productwrap.product-detail-content .price-quantity .notes p { font-size: 14px; margin-bottom: 0; }
    .productwrap.product-detail-content .price-quantity .notes { max-width: 370px; }
    .productwrap.product-detail-content .price-quantity { justify-content: space-between; align-items: center; padding-right: 0; }
    .productwrap.product-detail-content .toolTipContent { transform: translatey(30px); }
    .productwrap.product-detail-content .price-quantity .price h2 { margin-bottom: 0; padding-top: 0; }
    .productwrap.product-detail-content .price-quantity .QtyWrap p.title { font-size: 14px; }
    .productwrap.product-detail-content .counter.contact-us { width: auto; }

    .productwrap.product-detail-content .get-quote-btn {
      padding: 10px 30px;
      border-radius: 0.375rem;
      background-color: #3F831C;
      display: inline-block;
      color: #fff;
      transition: all ease 0.3s;
      box-shadow: none;
      border: none;
     }
     .productwrap.product-detail-content .get-quote-btn:hover { background-color: #2449a3; }
     .productwrap.product-detail-content .product-details { position: relative; }
     .productwrap.product-detail-content .product-details .get-quote-btn {
        position: absolute;
        top: 30px;
        right: 0;
        width: auto;
        height: 44px;
        line-height: initial;
        border-radius: 0.375rem;
    }


      .get-popup .form-card {
        background: #ffffff;
        width: auto;
        padding: 30px 28px;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .get-popup .form-card h2 {
        text-align: center;
        color: #2a4fbf;
        margin-bottom: 6px;
        font-size: 22px;
    }

    .get-popup .form-card h3 {
        text-align: center;
        color: #2a4fbf;
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: 600;
    }

    .get-popup .form-group {
        margin-bottom: 15px;
    }

    .get-popup .form-group input,
    .get-popup .form-group textarea {
        width: 100%;
        padding: 10px 14px;
        border-radius: 8px;
        border: 1.5px solid #2449A3;
        font-size: 14px;
        outline: none;
    }

    .get-popup .form-group textarea {
        min-height: 120px;
        resize: none;
    }

    .get-popup .form-group input::placeholder,
    .get-popup .form-group textarea::placeholder {
        color: #444;
    }

    .get-popup .captcha-label {
        font-size: 14px;
        font-weight: 600;
        margin: 10px 0 8px;
        display: block;
    }

    .get-popup .bottom-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: 10px;
    }

    .get-popup .captcha-box {
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
        color: #333;
        background: #fafafa;
        flex: 1;
    }

    .get-popup .captcha-box input {
        width: 16px;
        height: 16px;
    }

    .get-popup .submit-btn {
        background: #2449a3;
        color: #fff;
        border: none;
        padding: 10px 22px;
        border-radius: 6px;
        font-size: 14px;
        cursor: pointer;
        min-width: 100px;
    }

    .get-popup .submit-btn:hover {
        background: #3f831c;
    }

    .get-popup .modal-body { padding: 0; }
    .get-popup .modal-content { background-color: transparent; border: none; }
    .get-popup .modal-header { border: none; margin-bottom: -50px; z-index: 9; }
    .get-popup .form-card h2 { font-size: 28px; color: #2449A3; line-height: 34px; margin-bottom: 22px; }
    .pageContent .heroContent h1 { font-size: 3.5vw; }
    .pageContent .heroContent h2 { font-size: 2.70vw; }
    .product-grid-view .productwrap .price-quantity .value a {
        position: relative;
        background: none;
        box-shadow: none;
        top: auto;
        line-height: 20px;
    }

.product-grid-view .productwrap .get-quote-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: var(--alternate-color);
    border-radius: 50px;
}

.product-grid-view .productwrap .get-quote-btn svg {
    height: 14px;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    pointer-events: none;
    position: relative;
    top: -2px;
}

.product-grid-view .pagination li .page-link {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    padding: 0;
    border-width: 0;
    border-radius: 10px;
    background: #F4F4F4;
}

.product-grid-view .pagination {
    gap: 10px;
        flex-wrap: wrap;
}

.product-grid-view .pagination li .page-link:hover, .product-grid-view .pagination li.active .page-link {
    background: #2449A3;
    color: #fff;
}
@media (max-width:1700px) {
  .pageHeader .navbar-brand img {
        max-width: 250px;
    }
}
@media (max-width:1500px) {
  .counter { gap: 6px; }
  .list-view .productwrap .content:after { right: -6%; }
  .productwrap.product-detail-content .price-quantity .price h2 { font-size: 24px; }
}

@media (max-width:1400px) {
  .counter { gap: 9px; }
  .product-grid-view .price-quantity .price h2 { padding-top: 6px; font-size: 18px; }
}
@media (max-width:1201px) {
    .product-listing-filter .dropdown select { min-width: auto; }
    .product-listing-filter .btn { min-width: auto; }
    .productwrap.product-detail-content .price-quantity .price { gap: 6px; }
    .productwrap.product-detail-content .product-details { padding-bottom: 10px; }
    .productwrap.product-detail-content .price-quantity .quantity { display: block; }
    .productwrap.product-detail-content .price-quantity .quantity .QtyWrap { margin-bottom: 10px; }
    .counter.contact-us .value { line-height: 20px; }
}

@media (max-width:991px) {
    .product-listing-filter .header-bar { display: block; }
    .product-listing-filter .header-title { margin-bottom: 12px; }
    .product-listing-filter .header-bar { margin-top: 30px; }
    .product-listing-filter .header-actions { display: block; }
    .product-listing-filter .search-box input, .product-listing-filter .dropdown select { min-width: 100%; }
    .product-listing-filter .menu-btn { display: inline-block; }
    .product-listing-filter .search-box,
    .product-listing-filter .dropdown select,
    .product-listing-filter .btn { margin-bottom: 10px; }
    .productwrap.product-detail-content { margin-top: 50px; }
    .product-detail-content h3 { font-size: 30px; line-height: 40px; }
    .product-detail-content p.serial-no { font-size: 18px; }
    .productwrap.product-detail-content .product-details p { font-size: 18px; }
    .product-filter-sidebar h3 { position: relative; font-size: 28px; }
    .product-filter-sidebar h3:after {
      content: '';
      position: absolute;
      height: 24px;
      width: 24px;
      background-repeat: no-repeat;
      background-image: url(../images/product-filter-icon.svg);
      right: 0px;
      top: 5px;
      background-size: contain;
    }
    .product-filter-sidebar {
      max-height: 70px;
      overflow: hidden;
      padding-top: 14px;
      transition: all ease 0.3s;
    }
    .product-filter-sidebar.active {
      max-height: none;
    }
}

@media (max-width:767px) {
    .popular-products h2 { font-size: 30px; }
    .productListings .swiper-button-next, .productListings .swiper-button-prev { width: 40px; height: 40px; top: 25px; }
    .productListings .swiper-button-prev { right: 55px; }
    .productwrap.product-detail-content .product-details .get-quote-btn { position: relative; }
    .productwrap.product-detail-content .price-quantity { margin-top: 40px; display: block; }
    .productwrap.product-detail-content .price-quantity .price { margin-bottom: 10px; }
    .productwrap.product-detail-content .price-quantity .notes { margin: 20px 0; }
    .productwrap.product-detail-content .price-quantity .quantity .counter { width: fit-content; }
    .product-detail-right h2.title { font-size: 30px; line-height: 38px; }
    .heroVideoWrap .heroVideo video { top: 80px; }
    .searchForm button { padding: 10px 15px; }
    .get-popup .form-card h2 { font-size: 20px; line-height: 1.3; }
    .product-listing-filter .btn.filter.dropdown select { border: none; height: 30px; margin: 0; }
    .product-listing-filter .btn { padding: 0; }
    .product-grid-view .productwrap, .product-grid-view .productwrap .content { min-height: initial; }
    .popular-products.contentWrap {
      padding-bottom: 3rem !important;
    }
}