* {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
head .favicon-icon {
  width: 13px;
  height: 13px;
}
body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 125px, var(--bs-body-bg));
}
body.errorpage, body.thankYouPage {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 200px, var(--bs-body-bg));
}
div.container {
  max-width: 960px;
}
main.container {
  max-width: 960px;
}
p {
  line-height: 3.5ch;
}
div.container header a.header-preview {
  display: flex;
  align-items: center;
  width: 250px;
  height: 75px;
  text-decoration: none;
}
div.container header a.header-preview img {
  width: 125px;
  height: 75px;
}
div.container header a.header-preview span {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
}
div.container-fluid header a.header-preview {
  display: flex;
  align-items: center;
  width: 250px;
  height: 75px;
  text-decoration: none;
}
div.container-fluid header a.header-preview img {
  width: 125px;
  height: 75px;
}
div.container-fluid header a.header-preview span {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
}
div.container header div.d-flex a.header-preview {
  display: flex;
  align-items: center;
  width: 250px;
  height: 75px;
  text-decoration: none;
}
div.container header div.d-flex a.header-preview img {
  width: 125px;
  height: 75px;
}
div.container header div.d-flex a.header-preview span {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
}
.icon-link > .bi {
  width: .75em;
  height: .75em;
}
.flex-equal > * {
  flex: 1;
}
.container {
    max-width: 960px;
}
header .header {
    max-width: 700px;
}
span.text-lwercase {
  text-transform: lowercase;
}
ul.navbar-nav li.nav-item a img.flagIcon {
  width: 24px;
  height: 19px;
}
ul.navbar-nav li.nav-item ul.flagIcon li a img {
  width: 24px;
  height: 19px;
  margin-bottom: 3px;
}
.carousel-item img {
  width: 935px;
  height: 624px;
}
.pagination > li > a, .pagination > li > span {
  background-color: #ccc;
  padding: 3px 9px;
  color: #fff;
  border: 0px;
}
.pagination > li > a {
  margin-right: 5px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #712cf9;
}
.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ccc;
  cursor: pointer;
  transition: transform 0.2s;
}
.color-swatch:hover {
  transform: scale(1.1);
  border: 2px solid #000;
}
.selected {
  border: 4px solid #000;
}
div.colors {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ccc;
  cursor: pointer;
  transition: transform 0.2s;
}
.checkLg {
  position: absolute;
  top: 2.1px;
  right: 2.5px;
  width: 18px;
  height: 18px;
}
#myChart {
  height: 130px;
}
#btn-back-to-top {
  position: fixed;
  top: 80px;
  right: 7px;
  display: none;
  z-index: 1500;
}
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.bd-mode-toggle {
  z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
/* Index Page */
.heroe {
  height: 409px; 
}
main div.carousel {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
main div.carousel div.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
main div.row div.carousel .carousel-control-prev {
  margin: 0 10px;
}
main div.row div.carousel .carousel-control-prev button span.carousel-control-prev-icon {
  background-color: #007BFF;
}
main div.row div.carousel .carousel-control-next {
  margin: 0 10px;
}
main div.row div.carousel .carousel-control-next button span.carousel-control-next-icon {
  background-color: #007BFF;
}
.carousel-item h2.fs-2 {
  text-shadow: 2px -2px #000000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.carousel-item p {
  text-shadow: -2px -1px #000000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
main div.row div.carousel div.carousel-indicators button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 9px;
}
.aboutus-container {
  padding: 150px 0px 150px 0px;
}
.highlight-section {
  padding: 30px 0;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.highlight-section h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.highlight-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.highlight-section .icon {
  font-size: 3rem;
  margin-bottom: 15px;
}
.highlight-section .card {
  border: none;
  padding: 20px;
  transition: all 0.3s;
}
.highlight-section .card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.icon-link {
  --icon-link-icon-transition:   .2s ease-in-out transform;
  --icon-link-icon-transform:    translate3d(.25em, 0, 0);
}
.about-us-section {
  padding: 50px 0;
}
.about-us-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.about-us-text p {
  font-size: 1.1rem;
  line-height: 1.7;
}
.about-us-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 00;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
div.col-md-4 div.card a.stretched-link img {
  width: 100%;
  aspect-ratio: 1 / 00;
  object-fit: contain;
}
/* Userhomepage */
.avatar {
  width: 25px;
  height: 25px;
}
main div.d-flex .carousel-userhome2 {
  max-width: 100%;
  overflow: hidden;
}
main div.d-flex .carousel-userhome2 .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: fill;
  margin: 0 auto;
}
main div.d-flex .carousel-control-prev, .carousel-control-next {
  margin: 0 10px;
}
main div.d-flex .carousel-control-prev-icon, .carousel-control-next-icon {
  background-color:#007BFF;
}
main div.d-flex .carousel-control-prev, .carousel-control-prev {
  margin: 0 10px;
}
main div.d-flex .carousel-control-prev-icon, .carousel-control-prev-icon {
  background-color:#007BFF;
}
main div.d-flex .carousel-userhome2 .carousel-caption h2.fs-2 {
  text-shadow: 2px -2px #000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
main div.d-flex .carousel-userhome2 .carousel-item p {
  text-shadow: -2px -1px #000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
main div.d-flex .carousel-userhome2 .carousel-indicators button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 7px;
  padding: 3px;
  margin-bottom: 9px;
}
/* End Userpage */
/* End Index Page */
/* Products Pages style */
main.container-fluid div.row article.article-one div.row div.col-1 {
  width: 160px;
}
main.container-fluid div.row article.article-two div.row div.col-1 {
  width: 160px;
}
main.container-fluid div.row article.article-one div.container-61 div.col-1 {
  width: 202px;
}
main.container-fluid div.row article.article-two div.row div.container-61 div.col-1 {
  width: 202px;
}
main.container-fluid div.row article.article-one div.container-7-1 div.col-1 {
  width: 190px;
}
main.container-fluid div.row article.article-two div.row div.container-7-1 div.col-1 {
  width: 190px;
}
main.container-fluid div.row article.article-one div.container-8 div.col-1 {
  width: 180px;
}
main.container-fluid div.row article.article-two div.row div.container-8 div.col-1 {
  width: 180px;
}
main.container-fluid div.row article.article-one div.container9-1 div.col-1 {
  width: 135px;
}
.productBtn-1 img, .productBtn-2 img, .productBtn-3 img, .productBtn-4 img {
  width: 24px;
  height: 24px;
}
div.col div.card {
  width: 100%;
}
div.link-img img {
  position: relative;
  width: 90%;
  height: 72%;
  aspect-ratio: 1 / 00;
  object-fit: contain;
}
div.link-img div.position-absolute {
  padding-top: 63px;
}
main.container-fluid div.row article.article-two {
  display: none;
}
main.container-fluid div.row article.article-three {
  display: none;
}
main.container-fluid div.row article.article-four {
  display: none;
}
/* End Products Pages Style */
/* Blog Page */
div.container div.nav-scroller {
  position: relative;
  z-index: 2;
  max-width: 960px;
  overflow-y: hidden;
}
div.container div.nav-scroller nav.nav {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  padding-bottom: 1rem;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
main.container div.row div.col-md-6 div.row div.col a svg {
  width: 16px;
  height: 16px;
}
main.blog div.row div.col-auto img {
  width: 100%;
  height: 259px;
}
main.blog3 div.d-flex div.col-12 div.row div.col-sm-12 div.col-auto img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
main div.row div.col-md-4 div.position-sticky {
  top: 32px;
}
.sticky-top div ul li a img {
  width: 100%;
  height: 96%;
  object-fit: contain;
}
main.container div.row div.col-md-4 div.position-sticky ul.list-unstyled li a img {
  width: 100%;
  height: 100%;
  background-color: #777;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* End Blog Page */
/* support Page */
.supportContainer .icon-lg {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
.supportContainer .card {
  box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
.supportContainer a {
  text-decoration:none;    
}
.supportContainer .desc{
  color:#fff;    
}
/* End Support Page */
/* Pricing Page */
main div.table-responsive table thead tr :nth-child(1) {
  width: 34%;
}
main div.table-responsive table thead tr th {
  width: 22%;
}
main div.table-responsive table tbody tr td svg .bi-check-lg {
  width: 16px;
  height: 16px;
}
/* End Pricing Page */
/* My Wishlist Page and Product Page */
div.container main div.productContainerMywishlist .pic img {
  object-fit: contain;
}
div.container main div.productContainerMywishlist:nth-of-type(1) {
  margin-top: 45px;
}
div.container main div.productContainerMywishlist {
  margin-top: 95px;
}
div.container main div.productContainerMywishlist aside div.row {
  padding: 0;
}
div.container main div.productContainerMywishlist aside div.row div.col img {
  cursor: pointer;
  width: 107px;
  height: 90px;
}
div.container main div.productContainerMywishlist aside div.row:after {
  content: "";
  display: table;
  clear: both;
}
div.imagePlace {
  width: 99.7%;
  height: 431px;
}
img#expandedImg {
  width: 99.7%;
  height: 431px;
}
img#expandedImg-2 {
  width: 99.7%;
  height: 431px;
}
img#expandedImg-3 {
  width: 99.7%;
  height: 431px;
}
/* My Wishlist Page */
div.container main div.row div.d-flex .bi-star-fill {
  width: 16px;
  height: 16px;
}
.number-Products {
  margin: 5px;
  border-bottom: 1px solid darkgray;
}
div.container main div.row div.d-flex a svg {
  width: 16px;
  height: 16px;
}
/* End My Wishlist Page */
/* Product Page */
div.container main div.justify-content-start a svg .bi-arrow-return-left {
  width: 16px;
  height: 16px;
}
img#expandedImg {
  width: 99.7%;
  height: 431px;
}
div.container main div.productContainer aside div.row div.col img {
  cursor: pointer;
  width: 107px;
  height: 90px;
}
div.container main div.productContainer aside div.row:after {
  content: "";
  display: table;
  clear: both;
}
div.container main div.productDetails {
  margin-top: 100px;
}
div.container main div.reviews {
  margin: 190px auto;
}
.product-section {
  margin-bottom: 30px;
}
.product-section h4 {
  color: #007BFF;
  margin-bottom: 15px;
}
.product-section .row {
  margin-bottom: 10px;
}
.product-section .badge {
  font-size: 0.9em;
}
.product-section .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.star-rating input[type="radio"] {
  display: none;
}
.star-rating label {
  font-size: 2em;
  color: #ddd;
  cursor: pointer;
}
.star-rating input[type="radio"]:checked ~ label {
  color: #f5c518;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f5c518;
}
.review-img-wrapper {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.review-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
div.container main div.reviews div.col-md-4 p.px-xl-3 .bi-quote {
  width: 24px;
  height: 24px;
}
div.container main div.row article.col-md-6 div.col-auto ul li .icon-truck  {
  width: 19.9px;
  height: 19.9px;
}
div.container main div.row article.col-md-6 div.col-auto ul li .icon-box-seam  {
  width: 18px;
  height: 18px;
}
div.container main div.row article.col-md-6 div.col-auto ul li .icon-question-circle  {
  width: 18px;
  height: 18px;
}
/* End Product Page */
/* End My Wishlist Page and Product Page */
/* Thank You Page */
main.thankYouPage {
  margin-top: 165px;
  width: 100%;
  height: 100%;
}
main.thankYouPage div.confetti-icon img {
  width: 94px;
  height: 94px;
}
/* End Thank You Page */
/* Error Page */
main.errorPage {
  margin-top: 230px;
  width: 100%;
  height: 100%;
}
/* End Error Page */
/* Sign Up Page */
main .eyeImg {
  display: none;
}
main .repeatEyeImg {
  display: none;
}
/* End Sign Up Page */
/* Cart Page */
li.cart {
  transition: transform .3s;
  width: 16px;
  height: 21px;
  margin-bottom: 3px;
}
li.cart:hover {
  transform: scale(1.1);
}
div.cart {
  transition: transform .3s;
  width: 16px;
  height: 21px;
  margin-left: 15px;
  margin-right: 10px;
  /* margin-bottom: 3px; */
}
div.cart:hover {
  transform: scale(1.1);
}
main div.d-flex article div.clearfix img {
  width: 236px;
  height: 155px;
}
main.checkoutandcart div.row div.col-md-6 div.row div.row div.col-9 {
  object-fit: contain;
}
main.checkoutandcart div.row div.col-md-6 div.row div.row div.col-9 img {
  height: 130px;
  object-fit: contain;
}
/* End Cart Page */
/* Shipment And Payment Form Page */
main div.bg-body-tertiary div.row div.col-12 div.d-flex svg {
  width: 24px;
  height: 24px;
}
main div.bg-body-tertiary div.row div.col-12 div.d-flex span hr.line {
  width: 90px;
}
main div.bg-body-tertiary div.row div.col-12 div.d-flex span hr.long-line {
  width: 130px;
}
div.container main div.bg-body-tertiary div.row form div.p-3 ul li:nth-child(1) img {
  width: 42px;
  object-fit: contain;
}
div.container main div.bg-body-tertiary div.row form div.p-3 ul li:nth-child(2) img {
  width: 42px;
  object-fit: contain;
}
div.container main div.bg-body-tertiary div.row form div.p-3 ul li:nth-child(3) img {
  width: 42px;
  object-fit: contain;
}
div.container main div.bg-body-tertiary div.row form div.p-3 ul li:nth-child(4) img {
  width: 42px;
  object-fit: contain;
}
div.container main div.bg-body-tertiary div.row form div.p-3 ul li:nth-child(5) img {
  width: 42px;
  object-fit: contain;
}
/* End Shipment And Payment Form Page */
/* Dashboard Page */
header.navbar a.header-preview img {
  width: 125px;
  height: 75px;
}
header.navbar a.header-preview span {
  width: 125px;
  height: 37.5px;
}
.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
/*
 * Sidebar
 */
.sidebar .nav-link {
  font-size: .875rem;
  font-weight: 500;
}
.sidebar .nav-link.active {
  color: #2470dc;
}
.sidebar-heading {
  font-size: .75rem;
}
/*
 * Navbar
 */
.navbar .form-control {
  padding: .75rem 1rem;
}
/* End Dashboard Page */
/* Team Page */
.card-img-wrapper {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* End Team Page */
/* Locations */
#map {
  height: 100%;
}
.contact_home_left_new {
  height: 500px;
}
/* End Locations Page */
/* Footer */
footer div.row div.col-12 div.mt-4 div.d-flex div.card {
  width: 100px;
}
footer div.row div.col-12 div.mt-4 div.d-flex div.card img {
  height: 63px;
  object-fit: contain;
}
footer div.col-md-12 ul.linkslist {
  margin-left: 71px;
}
footer button img {
  width: 45px;
  height: 45px;
}
/* End footer */
/* @media screen */
/* Apply dropend class only on large screens and above */
@media (min-width: 992px) {
  .Items .nav-item.dropdown {
    position: relative;
  }
  .Items .nav-item.dropdown > .dropdown-toggle {
    display: flex;
  }
  .Items .nav-item.dropdown > .dropdown-menu {
    position: absolute;
    right: auto;
    left: 100%;
    top: 0;
    transform: translate(0, 0);
  }
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main div.row div.carousel div.carousel-indicators button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 5px;
  }
  main div.d-flex div.carousel div.carousel-indicators button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 920px) {
  .filtersContainer {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .filtersContainer {
    display: none;
  }
  main.container-fluid div.row article.article-one div.row div.col-2 {
    width: 200px;
  }
}
@media screen and (min-width: 575px) {
  .call-number {
    font-size: larger;
    font-weight: 400;
  }
}
@media screen and (max-width: 575px) {
  .accordion-body .nav .nav-item ul.dropdown-menu {
    /* width: 550px; */
    margin-left: -90px;
  }
  .call-number {
    font-size: medium;
    font-weight: 300;
  }
  .heroe h1 {
    font-size: xx-large;
  }
  .heroe-userhome5 h1 {
    font-size: xx-large;
  }
  main div.carousel div.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    overflow: hidden;
  }
  .pagination > li > a, .pagination > li > span {
    background-color: #ccc;
    padding: 3px 7px;
    color: #fff;
    border: 0px;
  }
  .pagination > li > a {
    margin-right: 3px;
  }
  em {
    font-size: 14px;
  }
  main.container-fluid div.row article.article-one div.row div.col-1 {
    width: 180px;
  }
  main.container-fluid div.row article.article-two div.row div.col-1 {
    width: 180px;
  }
  main.container-fluid div.row article.article-one div.container-61 div.col-1 {
    width: 180px;
  }
  main.container-fluid div.row article.article-two div.row div.container-61 div.col-1 {
    width: 180px;
  }
  main.container-fluid div.row article.article-one div.container-7-1 div.col-1 {
    width: 180px;
  }
  main.container-fluid div.row article.article-two div.row div.container-7-1 div.col-1 {
    width: 180px;
  }
}
/* Blog Page Media Screen */
@media screen and (min-width: 991.40px) and (max-width: 1023.20px) {
  .col-md-3 {
    max-width: 30%;
  }
  .col-md-9 {
    max-width: 70%;
  }
  .sticky-top div ul li a img {
    width: 95px; 
    height: auto; 
    margin: 0 auto; 
  }
  .sticky-top div ul.left-recentposts li a img {
    width: 71px; 
    height: auto; 
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sticky-top {
    position: relative; /* Change behavior on smaller screens */
    top: 0;
  }
  /* Recent posts images */
  .sticky-top div ul li a img {
    width: 85px; /* Adjust width for smaller screens */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; 
  }
  .sticky-top div ul.left-recentposts li a img {
    width: 75px; 
    height: auto; 
    margin: 0 auto;
  }
  /* Adjust column widths */
  .col-md-3 {
    max-width: 30%; /* Allow for more space for the sticky-top content */
  }
  .col-md-9 {
    max-width: 70%; /* Adjust width for main content */
  }
  /* Improve responsiveness of recent posts */
  .sticky-top div ul {
    display: flex; /* Use flex for better alignment */
    flex-wrap: wrap; /* Allow wrapping of items */
    justify-content: flex-start; /* Align items to the left */
  }
  .sticky-top div ul li {
    flex: 1 0 45%; /* Allow each item to take 45% of the width with room for margins */
    margin: 5px; /* Add some margin for spacing */
  }
}
@media screen and (min-width: 1440px) and (max-width: 2560px) {
  .col-md-3 {
    max-width: 25%; /* Retain original layout */
  }
  .col-md-9 {
    max-width: 75%;
  }
  .sticky-top div ul li a img {
    width: 95px; 
    height: auto; 
    margin: 0 auto; 
  }
}
@media screen and (min-width: 2560px) {
  .col-md-3 {
    max-width: 20%;
  }
  .col-md-9 {
    max-width: 80%;
  }
  .sticky-top div ul li a img {
    width: 96px; 
    height: auto; 
    object-fit: cover; 
    margin: 0 auto;
  }
}
/* End Blog Page Media Screen */
/* End @media screen */