*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.Homebanner {
    background-image: url('../images/banner2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 350px;
    background-position: 50%, 50%;
}
.bannerInnerContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 0 0px 0;
}
.bannerInnerContent h3{
    margin-bottom: 0;
    font-size: 33px;
    color: #51c4bc;
    font-weight: 700;
    font-family: montserrat;
}
.bannerInnerContent p{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.bannerInnerContent .Bannerbutton button{
    border: none;
    outline: none;
    background-color: #32425c;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.Homesection2 h3{
    text-align: center;
    padding: 60px 0 25px 0;
    color: #3b3b3b;
    font-weight: 700;
}
.section2cardInner{
    margin: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section2cardInner .section2cardInnerImg{
    border-radius: 15px;
    overflow: hidden;
    /* height: 386px; */
}
.section2cardInner .section2cardInnerImg img{
    width: 100%;
    height: auto;
}
.section2cardInnerBtn button{
    width: 100%;
    border: none;
    outline: none;
    background: #cc1f21 !important;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    font-size: 22px;
    margin: 16px 0;
}
.seeMore{
    text-align: center;
}
.seeMore a{
    font-size: 20px;
    font-weight: 500;
}
.seeMore a img{
    width: 22px;
    margin-bottom: 4px;
    margin-left: -6px;
}
.section3cardInnerNamePrice{
    text-align: center;
    margin: 10px 0;
}
.section3cardInnerNamePrice .productName{
    color: #383838;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}
.section3cardInnerNamePrice .price{
    color: #000000;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}
.section4Video video{
   border-radius:30px;
   width: 100%;
   height: 100%
}
.Customcard {
    max-width: 400px;
    padding: 20px;
    position: relative;
    margin: 0 auto;
  }

  .Customcard h2 {
    color: #32b7b3;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
    max-width: 260px;
  }

  .underline {
    /* width: 145px; */
    height: 2px;
    background-color: #32b7b3;
    margin: 0 auto 20px auto;
    /* position: absolute; */
    /* top: 93px; */
  }

  .Customcard p {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 22px;
  }

  .sec4btn {
    background-color: #32b7b3;
    color: white;
    padding: 10px 25px;
    font-size: 17px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-weight: 600;
  }

  .sec4btn:hover {
    background-color: #28a39e;
  }
  .section4ContentCon{
    display: flex;
    align-items: center;
  }
  .section4Content{
    margin-left: 70px;
  }
  .Homesection4{
    margin: 60px 0;
  }
  .Indexsection5{
    background-color: #32b7b38c;
  }
  .why-choose-us {
    background-color: #fefcef;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    /* opacity: 66; */
  }

  .why-choose-us h2 {
    /* color: #33bcbc;
    font-size: 28px; */
    margin-bottom: 25px;
    font-weight: 700;
  }

  .features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .feature {
    max-width: 220px;
    text-align: center;
  }

  .icon {
    font-size: 40px;
    color: #33bcbc;
    margin-bottom: 15px;
  }

  .feature h3 {
    font-size: 17px;
    font-weight: 700;
    /* margin-bottom: 10px; */
    color: #000;
  }

  .feature p {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
  }
  .Homesection6 p{
    text-align: center;
    color: gray;
    margin-top: 12px;
    font-weight: bold;
  }
  .section6cardInner{
    margin: 15px;
}
.section6cardInner .section6cardInnerImg{
    border-radius: 15px;
    overflow: hidden;
    height: 335px;
}
.section6cardInner .section6cardInnerImg img{
    width: 100%;
}
.Homesection6{
    text-align: center;
    padding-bottom: 30px;
}


.newsletter {
    background-color: #ba2929;
    color: white;
    text-align: center;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    position: relative;
    margin-top: 50px;
  }

  .newsletter p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .newsletter-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
  }

  .newsletter-form input {
    padding: 4px 15px;
    border-radius: 6px;
    border: none;
    width: 350px;
    max-width: 90%;
    outline: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .newsletter-form input::placeholder{
    color: #fff;
  }
  .newsletter-form button {
    padding: 8px 25px;
    border: none;
    background-color: white;
    color: #2ec7c9;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .iconContainer{
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .iconContainer i{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
  }
  .iconContainer:hover{
    /* background-color: white; */
    color: #2ec7c9;
  }
  .features .feature .icon{
    max-width: 55px;
    margin: 30px auto;
    margin-bottom: 20px;
  }
  .features .feature .icon img{
    width: 100%;
  }

  /* stamTest */
  .filterContainer{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.rangeContainer{
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 7px 15px;
    border-radius: 5px;
}
.filterInputContainer{
    padding-right: 10px;

}
.filterInputContainer input{
  border: none;
    outline: none;
    max-width: 35px;
    color: #2596FF;
    font-weight: 500;
    font-size: 17px;
}
.filterInputContainer input::placeholder{
    color:#2596FF;
}
.rangePrice{
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
}
.rangeDes label{
    display: flex;
    align-items: center;
    height:100%;
}
.filterInputContainer span , .rangePrice{
   color:#c5c0c0;
}
.rangeMainCon{
    display:flex;
    justify-content:space-between;
    gap:22px;
}
.rangeMainConInner{
  display:flex;
  justify-content:space-between;
  gap:22px;

}
.FilterapplyBtn button{
    border: none;
    background-color: #2596FF !important;
    padding: 9px 30px;
    border-radius: 7px;
    color: #fff;
}

.filtertitle h3{
    color: #603813;
    margin-bottom:0;
}
.carouselFilterContainer{
   text-align: center;

    margin: 5px auto;

}
.carouselFilterContainers p{
    border: 2px solid red !important;
    border-radius: 999px !important; /* Fully rounded */
    padding: 6px 12px !important;    /* Adjust padding as needed */
    display: inline-block !important; /* Ensures the border wraps around the text properly */
    color: red !important;
}
.carouselFilterContainer p{
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;

}
.owl-carousel.owl-loaded.owl-drag.stampsCategoryOwlCarousl {
  padding-left: 16px;
  position: relative;
}

.CustomParentContainer{
  max-width: 1330px;
  margin: auto;
  padding: 0 40px
}

.customstampcard {
  /* flex: 0 0 calc(20% - 10px); */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* max-width: 320px; */
}
.customstampcard .card-header{
  padding: 10px;
}
.customstampcard img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.customstampcard .card-body {
  padding: 16px;
  text-align: center;
}

.customstampcard .card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 50px; */
}
.Customcard .sec4title::after{
  content: '';
  display: block;
  width: 71%;
  height: 2px;
  background-color: #383838;
  margin-top: 18px;
}
.customstampcard .price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.customstampcard .reviews {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}

.customstampcard .stars {
  color: #91FF3A;
  margin-bottom: 16px;
}

.customstampcard .customize-btn {
  background-color: #cc1f21;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 16px 16px;
  transition: background-color 0.3s ease;
}

.customstampcard .customize-btn:hover {
  background-color: #cc1f21;
}

.customstampcard .card-header {
  position: relative;
}

.customstampcard .wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px;
  font-size: 18px;
  color: #fff;
}

.customstampcard .cart-icon {
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.customstampcard .gray {
  color: #ccc;
}
.customize-btn{
  display: flex;
  gap: 5px;
}
.customize-btn i{
  font-size: 16px;
}

.customCol{
  margin:10px 0;
}
.customActive{
  cursor: pointer;
}
.cardHide{
  display: none;
}
.section3carouselImgContainer {
  /* width: 200px; */
  border-radius: 20px;
  overflow: hidden;
}
.section3InnerContainer .carouselImgContainer,.section3InnerContainer .carouselImgContainer img , .section3carouselImgContainer img
{
  width: 100%;
  height: 100%;
}
.StamTestsection3Con{
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
}
.stampsCategoryOwlCarousl .owl-nav , .stampsCategoryOwlCarousl .owl-dots{
  display: none;
}

 .stampsCategoryOwlCarousl .owl-nav , .stampsCategoryOwlCarousl .owl-nav{
  display: block !important;
}

.stampsCategoryOwlCarousl .owl-nav button span{
  display: none;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
    position: absolute;
    top: 90px;
    left:0px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next{
  position: absolute;
  top: 90px;
  /* right: -53px; */
  right: -22px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
  font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-weight: bold;
    font-size: 38px;
    display: inline-block;
    /* background-color: #603813; */
    height: 37px;
    width: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 41px; */
    /* color: #fff; */
}

.stampsCategoryOwlCarousl .owl-nav button.owl-next::before {
  font-family: "Font Awesome 6 Free"; /* or 5 if you're using FA 5 */
  content: "\f105"; /* Unicode for fa-arrow-left */
  font-weight: 900; /* Required for solid icons */
  font-size: 38px;
  color: #000; /* Optional */
  display: inline-block;
  height: 37px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stampsCategoryOwlCarousl .owl-stage-outer .owl-item .item .carouselImgContainer{
    border-radius: 20px;
    overflow: hidden;
}
.stampsCategoryOwlCarousl .owl-stage-outer .owl-item .item .carouselFilterContainer p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
.stampCards{
  height: 200px;
}
.stampCards img{
  height: 100%;
}
.stampCardscardTitles{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
  /* stamTest */
  #colorName{
    padding:7px;
}
.colorInputs{
    display: flex;
    gap: 25px;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap
}
.colorInputs input{
    padding:7px;
}
.colorPickerCon{
    display: flex;
     gap: 30px;
     justify-content:center;
     align-items:center;
}
#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroBox{
    border-radius:10px !important;
}
#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroSlider .IroSliderGradient{
  border-radius:3px !important;
}
.rgbaColorInput{
    width:70px;
}
.rgbaColorInput .rgbaColorInputInner input{
    width:100%;
}
.hexaColorCon{
    display: flex;
    gap: 10px;
}
.color-values input {
  width: 60px;
  margin: 5px;
}
#colorPicker {
  display: flex;
  gap: 10px;
}
.RGBAmodalHeader{
    border-bottom: 1px solid #EDEDED;
    padding-left: 30px  !important;
}
.rgbaModalContent{
  max-width: 800px;
  margin: auto;
}
.RGBAmodalBody{
  padding: 30px !important;
}
.stampsCategoryOwlCarousl .owl-stage-outer .owl-item .item .carouselImgContainer:hover{
  border:1px solid #cc1f21;
}

.clicked-border{
  border:1px solid #cc1f21;

}
.StamTestsection3 .StamTestsection3InnerBreadCrumb nav ol li.breadcrumb-item a{
  text-decoration: underline !important;

}
/* .customstampcard .card-body div{
  height: 50px;
} */
 /*  */
.filter-btn{
   background: transparent;
   border: 0px;
}
.filter-btn img{
  width: 20px;
  height: 20px;
}
.products-filter .dropdown-menu{
  border-radius: 10px;
  border: 0px;
  padding: 17px 6px;
  box-shadow: 0 0 10px rgb(200, 200, 200);
}
.products-filter .dropdown-menu li a:hover{
  color: rgb(146, 64, 14);
  background: transparent;
}
.products-filter .dropdown-menu li.active{
  border-bottom: 1px solid #363636;
}
.products-filter .dropdown-menu li.active a{
  color: rgb(146, 64, 14);
}
.products-filter .dropdown-menu li a{
  font-weight: 600;
}

.productmodal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.productmodal .modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 1.5rem;
}

.productmodal .modal-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #111827;
}

.productmodal .btn-close-custom {
  background: none;
  border: none;
  color: #dc2626;
  font-weight: 500;
  padding: 0;
  font-size: 0.875rem;
}

.productmodal .btn-close-custom:hover {
  color: #b91c1c;
}

.productmodal .accordion-section {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.productmodal .accordion-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.productmodal .accordion-header {
  background: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #111827;
  text-align: left;
}

.productmodal .accordion-header:hover {
  background: none;
}

.productmodal .accordion-header:focus {
  box-shadow: none;
}

.productmodal .accordion-icon {
  color: #6b7280;
  font-size: 1.25rem;
}

.productmodal .filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.productmodal .filter-pill {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 0.375rem 0.75rem;
  border-radius: 50px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}

.productmodal .filter-pill:hover {
  background: #e5e7eb;
  color: #374151;
  text-decoration: none;
}

.productmodal .filter-pill.active {
  background: #ff61002b;
  border-color: #a76b43;
  color: #4b1d07;
}

.productmodal .stars {
  color: #f59e0b;
  font-size: 1rem;
  margin-right: 0.25rem;
}

.productmodal .stars-empty {
  color: #d1d5db;
}

.productmodal .star-filter {
  display: flex;
  align-items: center;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 0.375rem 0.75rem;
  border-radius: 50px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.productmodal .star-filter:hover {
  background: #e5e7eb;
  color: #374151;
  text-decoration: none;
}

.productmodal .star-filter.active {
  background: #ff61002b;
  border-color: #a76b43;
  color: #4b1d07;
}

.productmodal .modal-footer {
  border-top: none;
  padding: 1rem 1.5rem;
  justify-content: space-between;
}

.productmodal .btn-clear {
  background: none;
  border: none;
  color: rgb(146, 64, 14);
  font-weight: 500;
  padding: 0;
  font-size: 0.875rem;
}

.productmodal .btn-clear:hover {
  color: rgb(81 35 7);
}

.productmodal .btn-show-result {
  background: #92400e;
  border: none;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875rem;
}

.productmodal .btn-show-result:hover {
  background: #78350f;
  color: white;
}

.productmodal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
  padding: 1.5rem;
}
.productmodal{
  z-index: 99999;
}

.section3carouselImgContainer:hover{
  border: 1px solid #cc1f21;
}
.productcategorycard{
  transition: transform .3s cubic-bezier(0,0,0.5,1);
}
.productcategorycard:hover{
  transform: scale(1.0161290323);
}
.star {
  font-size: 1.2rem;
  cursor: pointer;
  color: #d1d5db;
  transition: color 0.2s ease;
  margin-right: 2px;
}

.star.filled {
  color: #ffc107;
}
.register-btn{
  width: max-content;
}
#loader {
  position: relative;
  top: 0%;
  text-align: -webkit-center;
  transform: translate(-50%, -50%);
  z-index: 9999; /* Higher z-index to show above the overlay */
}
#loader2 {
  position: relative;
  top: 0%;
  left: 50%;
  text-align: -webkit-center;
  transform: translate(-50%, -50%);
  z-index: 9999; /* Higher z-index to show above the overlay */
}
/* Style for the spinner */
.spinner {
  border: 16px solid #F3F3F3;
  border-top: 16px solid #3498DB;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
/* Animation for the spinner */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*  */
@media (min-width: 1181px) and (max-width: 1320px) {
  .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
    height: 30px;
    width: 30px;
}
}

@media (min-width: 992px) and (max-width: 1180px) {
  .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
    height: 30px;
    width: 30px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next {
  position: absolute;
  top: 65px;
  right: -35px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
  position: absolute;
  top: 65px;
  left: -22px;
}

}
  @media (min-width: 767px) and (max-width: 991px) {
    .section4Content {
        margin-left: 0px;
    }
    .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
      height: 30px;
      width: 30px;
  }
  .stampsCategoryOwlCarousl .owl-nav button.owl-next {
    position: absolute;
    top: 160px;
    right: -36px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
  position: absolute;
  top: 160px;
  left: -36px;
}
  .stampsCategoryOwlCarousl{
    padding-left: 0 !important;
  }
  }
  @media (min-width: 601px) and (max-width: 768px) {
    .section6cardInnerImg {
      margin: 10px 0 !important;
    }
    .filterContainer{
      flex-direction: column;
      gap: 22px;
      padding: 30px 0;
    }
    .stampsCategoryOwlCarousl{
      padding-left: 0 !important;
    }
    .owl-carousel.owl-loaded.owl-drag {
      padding-left: 0px;
    }
    .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
      height: 30px;
      width: 30px;
  }
  .stampsCategoryOwlCarousl .owl-nav button.owl-next {
    position: absolute;
    top: 135px;
    right: -36px;
    /* display: none; */

}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
  position: absolute;
  top: 135px;
  left: -36px;
    /* display: none !important; */

}
  }

  @media (min-width: 481px) and (max-width: 600px) {
    .section6cardInnerImg {
      margin: 10px 0 !important;
    }
    .newsletter-form input{
        width: 300px !important;
    }
    .section6cardInner .section6cardInnerImg img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .filterContainer{
      flex-direction: column;
      gap: 22px;
      padding: 30px 0;

    }
    .rangeMainCon{
      flex-direction: column;
    }
    .customstampcard{
      max-width: unset;
    }
    .rangerMainInner{
      flex-direction: column;
      flex: 1;
    }
    .rangeContainer {
      justify-content: space-between;
    }
    .FilterapplyBtn button{
      width: 100%;
    }
    .owl-carousel.owl-loaded.owl-drag {
      padding-left: 0px;
    }
    .section3InnerContainer{
      width: 90%;
      margin: auto;
    }
    .StamTestsection3Con{
      flex-wrap: wrap;
    }
    .section3carouselImgContainer{
      width: 100%;
    }
    .colorPickerCon{
      flex-direction: column;
    }
    #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker ,#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker .IroColorPicker{
      margin:auto !important;
    }
    #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroBox , #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroSlider{
      margin: 10px auto !important;
  }
    #colorName{
      width: 100% !important;
    }
    .colorInputs{
      flex-direction: column !important;
    }
    .colorInputs .colorInputsHexCon , .colorInputs .colorInputsHexCon .colorInputsHexInner input{
      width: 100%;
    }
    .hexaColorCon .rgbaColorInput{
      width: unset !important;
      flex:1;
    }
    .colorInputsHexCon .text-center p{
      margin-bottom: 0;
    }
    .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
      height: 30px;
      width: 30px;
  }
  .stampsCategoryOwlCarousl .owl-nav button.owl-next {
    position: absolute;
    top: 190px;
    right: -33px;
    /* display: none; */

}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
  position: absolute;
  top: 190px;
  left: -36px !important;
  /* display: none !important; */

}
.stampsCategoryOwlCarousl {
  padding-left: 0 !important;
}

  }

  @media (min-width: 321px) and (max-width: 480px) {
    .section6cardInnerImg {
      margin: 10px 0 !important;
    }
    .newsletter-form{
        flex-direction: column;
    }
    .newsletter-form input{
        max-width:100% !important;
        width:100% !important;
    }
    .section4Content {
        margin-left: 0px;
    }
    .section6cardInner .section6cardInnerImg img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .underline {
        display: flex;
        justify-content: center;
        align-items: center;
        position: unset;
    }
    .Customcard{
        text-align: center;
    }
    .filterContainer{
      flex-direction: column;
      padding: 30px 0;
      gap: 22px;

    }
  .customstampcard{
    max-width: unset;
  }
  .rangerMainInner{
    flex-direction: column;
    flex: 1;
  }
  .rangeContainer {
    justify-content: space-between;
  }
  .FilterapplyBtn button{
    width: 100%;
  }
  .rangeMainCon {
    flex-direction: column;
    }
    .owl-carousel.owl-loaded.owl-drag {
      padding-left: 0px !important;
    }
    .section3InnerContainer{
      width: 90%;
      margin: auto;
    }
    .StamTestsection3Con{
      flex-wrap: wrap;
    }
    .section3carouselImgContainer{
      width: 100%;
    }
    .colorPickerCon{
      flex-direction: column;
    }
    #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker ,#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker .IroColorPicker{
      margin:auto !important;
    }
    #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroBox , #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroSlider{
      margin:10px auto !important;
  }
    #colorName{
      width: 100% !important;
    }
    .colorInputs{
      flex-direction: column !important;
    }
    .colorInputs .colorInputsHexCon , .colorInputs .colorInputsHexCon .colorInputsHexInner input{
      width: 100%;
    }
    .hexaColorCon .rgbaColorInput{
      width: unset !important;
      flex:1;
    }

    .colorInputsHexCon .text-center p{
      margin-bottom: 0;
    }
    .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
      height: 30px;
      width: 30px;
  }


  .stampsCategoryOwlCarousl {
  padding-left: 0 !important;
  }

 .stampsCategoryOwlCarousl.owl-loaded{
    margin-top: 50px;
  }
  .stampsCategoryOwlCarousl .owl-nav{
    position: absolute;
        top: -50px;
        right: 0;
        display: flex !important;
  }
   .stampsCategoryOwlCarousl .owl-nav button ,.stampsCategoryOwlCarousl .owl-next button{
    position: unset !important;
   }
     .stampsCategoryOwlCarousl .owl-nav button.owl-prev{
      margin-right: 10px;
      display: block !important;
     }
     .stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
      border-radius: 8px 0 0 8px;
    }
     .stampsCategoryOwlCarousl .owl-nav button.owl-next::before {
      border-radius: 0px 8px 8px 0px;
    }

  }

  @media (max-width: 320px) {
    .stampsCategoryOwlCarousl .owl-nav button.owl-next {
    display: none;
  }
  .stampsCategoryOwlCarousl .owl-nav button.owl-prev {
    display: none !important;
  }
    .section6cardInnerImg {
      margin: 10px 0 !important;
    }
    .newsletter-form{
        flex-direction: column;
    }
    .newsletter-form input{
        max-width:100% !important;
        width:100% !important;
    }
    .section4Content {
        margin-left: 0px;
    }
    .section6cardInner .section6cardInnerImg img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .underline {
        display: flex;
        justify-content: center;
        align-items: center;
        position: unset;

    }
    .Customcard{
        text-align: center;
    }
    .filterContainer{
      flex-direction: column;
      padding: 30px 0;
      gap: 22px;

    }
    .customstampcard{
      max-width: unset;
    }
    .rangerMainInner{
      flex-direction: column;
      flex: 1;
    }
    .rangeContainer {
      justify-content: space-between;
    }
    .FilterapplyBtn button{
      width: 100%;
    }
    .rangeMainCon {
      flex-direction: column;
  }
  .owl-carousel.owl-loaded.owl-drag {
    padding-left: 0px;
  }
  .section3InnerContainer{
    width: 90%;
    margin: auto;
  }
  .colorPickerCon{
    flex-direction: column;
  }
  #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker ,#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker .IroColorPicker{
    margin:auto !important;
  }
  #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroBox , #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroSlider{
    margin:10px auto !important;
}
  #colorName{
    width: 100% !important;
  }
  .colorInputs{
    flex-direction: column !important;
  }
  .colorInputs .colorInputsHexCon , .colorInputs .colorInputsHexCon .colorInputsHexInner input{
    width: 100%;
  }
  .hexaColorCon .rgbaColorInput{
    width: unset !important;
    flex:1;
  }
  .colorInputsHexCon .text-center p{
    margin-bottom: 0;
  }

  }

   @media (max-width: 768px) {
  .bannerInnerContent {
    text-align: center;
  }

   }
