@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;900&display=swap');

html {
  scroll-behavior: smooth;


}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: 'Maven Pro', sans-serif;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 18px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
  font-weight: 600;
}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #8fc03a;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #8fc03a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}

.header_menu {
  /* background: var(--theme-color); */
  background: transparent;
}

a.navbar-brand img {
  width: 150px;
}

.header_menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}

.header_menu li a:hover {
  /* color: var(--theme-color-second); */
}

.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
}

.hd_info a img {
  margin: 0 24px 0 10px;
}

a.comon-btn {
  /* background: var(--theme-color-second); */
  background-color: #8fc03a;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 6px;
  border-radius: 5px;
  width: 13rem;
  text-align: center;
  font-weight: 600;
}

a.comon-btn:hover {
  background: #8fc03aab;
  /* color: var(--theme-color-second); */
}

.header_menu li a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}

.navbar li:hover a {
  /* color: var(--theme-color-second); */
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  /* .navbar li:hover a{ color: var(--theme-color-second);  } */
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #636363 !important;
  /* background: var(--theme-color-second); */
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header {
  background-color: transparent;
}

#main_header ul.dropdown-menu.fade-up li {
  /* border-bottom: 1px solid #c1c0bd; */
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

#main_header .top-header img {
  width: 69%;
  padding: 15px;
}
#main_header form {
 
    border: 1px solid #d5d5d5;
    position: relative;
}

#main_header input {
  color: #363636;

  outline: none;
  width: 100%;
  padding: 13px;
  font-weight: 600;
  border: none;
}

#main_header button {
  background: transparent;
  padding: 13px;
  border: none;
}

#main_header .top-header .trust-pilot {
  display: flex;
  align-items: center;
  gap: 2px;
}

#main_header .top-header .trust-pilot img {
  width: 265px;
}

#main_header .top-header a {
  color: #363636;
  font-weight: 600;
  font-size: 17px;
}

#main_header .top-header a:hover {
  text-decoration: underline;
}

#main_header .top-header .trust-pilot:hover {
  text-decoration: none;
}

#main_header .top-header .user {
  display: flex;
  font-size: 20px;
  justify-content: end;
  gap: 8px;
}


#main_header .top-header .user a {
  font-size: 25px;
  font-weight: 400;
}

#main_header .top-header .user a:hover {
  text-decoration: none;

}

#main_header .top-header {
  border-bottom: 1px solid #363636;
}

#main_header .dropdown::after {
  position: relative;
  bottom: 0px;
  width: 90%;
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
}

#main_header .dropdown:hover::after {
  border-bottom: 3px solid #848484;
}

#main_header .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  display: none;
}

#main_header .header_menu li a {
  color: #363636 !important;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 10px;
  display: inline-block;
  color: #363636;
  font-weight: 600;
  width: 100%;
  line-height: 19px;
}

#main_header .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

#main_header .main-header {
  border-bottom: 1px solid #7e7e7e;
}

#main_header ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 254px;
  border-radius: 0px;
}

#main_header ul.dropdown-menu.fade-up a {
  font-size: 15px;
}

#main_header .nav-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#main_header .header_menu .dropdown-menu li a {
  /* color: #363636 !important; */
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 19px;
  display: inline-block;
  color: #363636;
  font-weight: 600;
  width: 100%;
}

.small .trust-2 {
  padding: 18px;
  text-align: center;
  background-color: #e2e2e2;
}

.small .trust-pilot {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #363636;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

.small .trust-pilot img {
  width: 155px;
}


/* banner sec */

.banner_sec .carousel-item {
  color: #fff;
  padding: 80px 0;
}

.banner_sec .btn-blue {
  width: 19rem;
  background-color: #2e3292;
}

a.btn-blue {
  background-color: #2e3292;
}

.banner_sec .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: start;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 8%;
}


.selling_info p {
  margin-bottom: 0;
}

.selling_info {
  padding: 15px 0;
  border-bottom: 1px solid #636363;
}


.service_sec .over-lay1 h3 {
  font-size: 2.3rem;

  color: #ffffff;
  font-weight: 500;
}

.service_sec .img-box {
  position: relative;
  background-color: #fff;
}

.service_sec .img-box .over-lay1 {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

a.btn-white {
  background-color: #fff;
  color: #363636;
  width: 13rem;
}

.service_sec .img-box:hover img {
  opacity: 0.8;
}

.service_sec .img-box:hover .btn-white {
  background-color: #8fc03a;
  color: #fff;
}

/* home_sec2  */

.home_sec2 {
  background: url(../image/quality-bg.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}


/* home_sec3 */

.home_sec3 {
  background-color: #2e3292;
}

.home_sec3 h2 {
  font-weight: 500;
}

.home_sec3 .service-box {
  background-color: #dbfcdb;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.home_sec3 .content {
  padding: 45px 20px;
}

.home_sec3 .content h4 {
  font-size: 30px;
  min-height: 90px;
}

.home_sec3 .content p {
  height: 130px;
}

a.bordder-btn {
  border: 1px solid #2e3292;
  background: transparent;
  color: #2e3292;
}

.home_sec3 .owl-carousel .owl-stage {
  display: flex;
}

.home_sec3 .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.home_sec3 .owl-nav {
  display: none;
}

.home_sec3 .owl-dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.home_sec3 .owl-dots span {
  display: block;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50px;
}

.home_sec3 .owl-dots .active span {
  opacity: 0.5;
}


.home_sec4 .heading img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

/* home_sec5 */
.home_sec5 .infotitle {
  font-family: omnes-pro, sans-serif;
  text-align: center;
  font-size: 1.525rem;
  line-height: 120%;
  color: #363636;
  margin: 1rem 0 0.5rem;
  height: 75px;
}

.home_sec5 .img-box {
  background-color: #fff;
}

.home_sec5 a:hover h4 {
  color: #8fc03a;
}

.home_sec5 .infodesc {
  color: #363636;
  font-weight: 600;
}

.home_sec5 .seller-box:hover .img-box img {
  opacity: 0.8;
}

.home-sec2 h2 {
  font-size: 40px;
}

.heading h2 {
  font-weight: 500;
}

.owl-testimonial .excelent-box p {
  font-size: 15px;
  color: #484848;
  margin-bottom: 0px;
}

.owl-testimonial .excelent-box p a {
  color: #484848;
  text-decoration: underline;
}

.owl-testimonial .review-box h6 {
  font-size: 16px;
  font-weight: 700;

  margin: 0 0 6px;



}

.owl-testimonial .owl-prev, .owl-testimonial .owl-next {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  border: 1px solid #4d4d4d !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d !important;
}

.owl-testimonial .owl-nav {
  position: absolute;
  top: 39%;
  left: -30px;
  display: flex;
  width: 107%;
  justify-content: space-between;
  transform: translate(0px);
}

.review-box img {
  width: 146px !important;
  margin-bottom: 7px;
}

.review-box p {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 8px;
}

.review-box .date-and-user-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: rgba(0, 0, 0, .6);
}

.review-box .date-and-user-info-wrapper .name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-box .date-and-user-info-wrapper {
  color: rgba(0, 0, 0, .6);
}

.owl-testimonial .small-i {
  font-size: 14px;
}

.owl-testimonial .owl-dots {
  display: none;
}

a.btn-grey {
  background-color: #e2e2e2;
}

a.btn-grey:hover {
  color: #666666;
  background-color: #e2e2e2;
}

.footer {
  padding: 60px 0;
  border-top: 1px solid #484848;
}

.footer h5 {
  margin-bottom: 2rem !important;
}

.footer .ft-list a {
  font-weight: 600;
  font-size: 16px;
  color: #363636;
  letter-spacing: 1px;
  text-transform: uppercase;

}

.footer .ft-list li {
  padding: 5px 0;
}

.footer a:hover {
  color: #8fc03a;
  text-decoration: underline;
}


.footer ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #363636;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer ul.dont-uppercase li a {
  text-transform:none !important;
}

.footer ul li .email {
  font-size: 17px;
}

.footer .star-img {
  width: 150px;
  margin-bottom: 50px;
}

.footer .social {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer .social a {
  font-size: 18px;
  font-weight: 400;
}

.footer .heading p {
  margin: 0;
  font-size: 14px;
}

.footer .heading p a {
  color: #363636;
}

.footer .pay {
  display: flex;
  gap: 5px;
}

.footer .pay img {
  width: 60px;
  justify-content: space-between;
}


/* logo mat page */

.inner-bread-crumb .breadcrumb-item a {
  color: #8fc03a;
  font-weight: 600;

}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, ">");

}

.inner-bread-crumb .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
  font-weight: 600;
}



.logo-mat1 #myDIV {
  display: none;
  margin-top: 15px;
}

.logo-mat1 a {
  color: #8fc03a;
  font-weight: 600;
}

.logo-mat1 .heading p {
  font-weight: 600;
  color: #484848;
}

.logo-mat1 .bordder-btn-1 {
  border: 1px solid #484848;
  border-radius: 0;
  padding: 15px;
  color: #484848;
  background: transparent;
  margin-top: 25px;
}

.logo-mat1 {
  position: relative;
}

.logo-mat1::after {
  content: "";
  /* border-bottom: 1px solid #636363; */
  display: block;
  width: 83%;
  height: 1px;
  background: #636363;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.selling_info-2 {
  padding: 15px 0;
  border: none;
  position: relative;
}

.selling_info-2::after {
  content: "";
  /* border-bottom: 1px solid #636363; */
  display: block;
  width: 83%;
  height: 1px;
  background: #636363;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.selling_info-2 p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
}

.product-column select {
  padding: 15px;
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: 1px solid #7e7e7e8c;
  font-size: 15px;
  color: #636363;
  font-weight: 500;
}

.product-column select option {
  font-size: 15px;
  font-weight: 600;
}

a.btn-white-2 {
  width: 21rem;
  background-color: #fff;
  color: #363636;
  border: 1px solid #363636;
}

a.btn-white-2 img {
  width: 20px;
  height: 20px;
}


.modal-dialog {
  max-width: inherit;
  margin-right: auto;
  margin-left: auto;
  width: 67%;
}

.page-info p {
  font-weight: 500;
  color: #484848;
}

.page-info ul {
  list-style-type: disc;
  list-style-position: inside;
}

.page-info ul li {
  color: #363636;
  margin-bottom: 6px;
  font-weight: 500;
}

.testimonail {
  color: #484848;
}

.testimonail p {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
}

.testimonail .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 2%;
  font-size: 25px;
  opacity: 0.6;
}

ol {
  padding: 0;
}

ol {
  list-style-position: inside;
}

ol li {
  margin-bottom: 5px;
}

.alfabet {
  list-style-type: lower-alpha;
}

/* product */
.product-form {
  padding-bottom: 30px;
}

.product-form .img-box {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}


.product-form .swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
}


.product-form .swiper-button-next::after, .product-form .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #8fc03a;
  font-weight: 600;
}

.product-form .heading p strong {
  font-size: 15px;
  color: #666666;
}

.product-form .heading p {
  font-weight: 500;
  color: #666666;
  font-size: 16px;

}

.product-form .price {
  text-transform: uppercase;
  font-size: 19px;
  color: #363636;
  font-weight: 600;
}

.product-form .price span {
  font-size: 2.125rem;
  font-weight: 400;
  color: #1e1e1e;
}

.product-form .price small {
  font-size: 14px;
  text-transform: none;
  color: #1e1e1e;
  font-weight: 400;
}

.product-form .step {

  color: #fff;
  height: 100%;
  background-color: #848484;
  padding: 1rem 1rem 2rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.product-form .step p {
  text-align: initial;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  line-height: 25px;
}

.product-form select {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 19px;
  border-radius: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #363636;
  background-image: url("../image/icon-arrow-down.svg");
  background-size: 12px;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
  /* font-size: 0.875rem; */
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;

}


.product-form .quantity-counter {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 10px;


}

.product-form .mat-1 {
  border: 1px solid #adadad;
  display: flex;
}

.product-form .d-flex.mat {
  flex-direction: column;
  border-left: 1px solid #adadad;
}

.product-form .quantity-counter .value {
  border: none;
  border-radius: 3px;
  margin: 0px 0;
  padding: 0px;
  text-align: center;
  -moz-appearance: textfield;
  outline: none;
  width: 100%;
  gap: 25px;
  /* height: 24px; */
}

.product-form .quantity-counter .value::-webkit-outer-spin-button, .product-form .quantity-counter .value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-form .quantity-counter .increment, .product-form .quantity-counter .decrement {
  border: 0;

  cursor: pointer;

  color: #000;

  border: 1px solid #666;

  background: transparent;
  border: none;
}

.product-form .quantity-counter .increment {
  border-bottom: 1px solid #adadad;
}


.product-form input {
  width: 100%;
  padding: 13px;
  outline: none;
}

.product-form .div-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-form .div-flex label {
  width: 36%;
  font-weight: 600;
  color: #363636;
  text-transform: uppercase;
}

.product-form .div-flex p {
  width: 100%;
}

.product-form .div-flex input {
  width: 100%;
}

.product-form .artwork {
  background-color: #F6F7FA;
  padding: 2rem 1.5rem 1.5rem;
  margin-top: 1rem;
}

.product-form .artwork-note {
  display: flex;
  flex-direction: row;

}

.product-form .img {
  flex: 0 8%;
  max-width: 8%;
  margin-right: 0.3rem;
}

.product-form .product-note{
  flex: 0 90%;
  max-width: 90%;
}

.product-form .smltitle {
	/* font-family: sofia-pro, sans-serif; */
	font-weight: 600;
	font-size: 1rem;
	line-height: 150%;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #363636;
  margin-right: 0;
  margin-bottom: 0.5rem;
  display: block;
}

.product-form .btn-1{
  background-color: #363636;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  border: 0 none;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;

}

.product-form .product-clor{
  border: 1px solid #4d4d4d;
  padding: 15px;
  border-radius: 5px;
}

.product-form #myDIV{
  display: none;
}

.product-form .from-mat textarea{
    width: 100%;
    outline: none;
    border: 1px solid rgb(179, 179, 179);
  font-weight: 600;
    padding: 15px;
    color: #666;
    
}
.product-form .from-mat input {
	font-weight: 600;
	color: #6a6a6a;
}

.product-form .from-mat .submt{
	font-weight: 600;
font-size: 17px;
color: #fff!important;
background-color: #2e3292;
display: inline-block;
padding: 12px 6px;
border-radius: 5px;
width: 13rem;
text-align: center;
border: none;	
	
/* background-color: #bee183 !important;
  box-shadow: none;
  color: #fff;
  background-color: #7f5482;
  border: none;
  border-color: #7f5482;
  opacity: .65;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1rem 1.5rem; */
}


.product-form .custom-delivery {
	background-color: #F6F7FA;
	padding: 2rem 1.5rem 1.5rem;
}

.product-form  .delivery-info {
	display: flex;
	flex-direction: row;
}

.product-form .custom-delivery .img {
  flex: 0 8%;
  max-width: 8%;
  margin-right: 0.3rem;
}

.product-form .custom-delivery p{
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.product-form .play-btn{
  background-color: #363636;
  ont-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  border: 0 none;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  display: block;
  text-align: center;
}

.product-form .staticBackdrop {
  color: #fff;
}
.product-form .btn-close {
	--bs-btn-close-color: #fff;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 1;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: none;
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000000;
	background: #fff;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
	border: 1px solid #fff;
  position: relative;
}

.product-form .btn-close i{
  position: absolute;
}

.product-form .btn-close i {
	position: absolute;
	top: 2px;
	left: 4px;
	font-weight: 600;
}

/* product info */

.product-info #pills-tab {
	border-bottom: 1px solid #bbb;
}

.product-info .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #363636;
	background-color: transparent;
  border-bottom: 2px solid #363636;

}

.product-info .nav-pills .nav-link {
	color: #484848;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	width: 213px;
	font-size: 15px;
	padding: 20px 0;
}

.product-info .tab-content p{
  font-weight: 500;
  color: #484848;
}

.product-info .tab-content ul {
  padding-left: 0;
  margin-bottom: 0;
  column-count: 4;
}

.product-info  .tab-content ul li{
	list-style: none;
	margin-bottom: 0.5rem;
	text-indent: -1.4rem;
	margin-left: 1.5rem;
	max-width: 90%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  font-style: normal;
  color: #848484;
}

.product-info  .tab-content ul li::before{
position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("../image/icon-green-tick.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
}

.product-info #pills-contact ul{
  column-count: 2;
}

.product-info #pills-contact2 ul{
  column-count: 2;
}

/* about page */

.about-page1 p{
  font-weight: 500;
  color: #848484;}

.about-page1 ul li::before{
  position: relative;
  top: -2px;
  content: "•";
  color: #8fc03a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.about-page1 ul{
  padding-left: 15px;
  font-weight: 500;
  color: #848484;
}
.about-page1 ul li{
margin-bottom: 0.5rem;
}

.about-page-2 .vide-box{
  position: relative;
}


.about-page-2 .vide-box i{
  color: #fff;
  opacity: 0.8;
  font-size: 100px;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}


.about-page-2 .vide-box:hover i{
  opacity: 0.9;
}

.about-sec3 p{
  color: #484848;
  font-size: 16px;
  font-weight: 500;
}
/* ---------------------------
.contact-us-------------------- */

.contact-us{
  font-weight: 500;
  color: #363636;
}

.contact-us ul{
  list-style: none;
  list-style-position: inside;
}

.contact-us .heading ul{
  list-style: disc;
  list-style-position: inside;
}


.contact-us ul li::marker{
  color: #8fc03a;
}

.contact-us ul li{
  margin-bottom: 8px;
}

.contact-us .info{
  font-weight: 500;
  font-size: 15px;
}

.contact-us .info a{
  color: #363636;
  font-weight: 500;
  text-decoration: underline;
}

.contact-us .info a:hover {
    color: #8fc03a;
}

.contact-form label{
  font-weight: 500;
  text-transform: uppercase;
  color: #363636;
  font-size: 15px;
  display: block;
}

.contact-form label span{
  color: #f10000;
}

.contact-form input{
  width: 100%;
  outline: none;
  padding: 13px 12px;
  margin-bottom: 10px;
}

.contact-form textarea{
  width: 100%;
  outline: none;
  padding: 13px 12px;
  margin-bottom: 10px;
  height: 160px;
}

.contact-form button{
  background-color: #8fc03a;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  border: 0 none;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
}

.contact-us2 p{
  font-weight: 500;
  color: #363636;
}
.faq-sec p{
  font-weight: 500;
  color: #363636;
}
.faq-sec #dropdownMenuButton1 {
	width: 100%;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 1px;
	background: transparent;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	border: 1px solid #e2e2e2;
	padding: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #363636;
	background-image: url("../images/icon-arrow-down.svg");
	background-size: 12px;
	background-position: right 0.5rem center;
	padding-right: 1.5rem;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	appearance: none;
  position: relative;

}

.faq-sec .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute;
	right: 14px;
	top: 20px;
	/* bottom: 0; */
	transform: translate(0px);
}

.faq-sec .heading.gap{
  padding-bottom: 25px;
 
}

.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
	padding: 11px 15px;
	border-radius: 0px !important;
	border-right: 0px;
	border-left: 0px;
	font-weight: 600;
}

.accordion-item:hover h2 button{
  color: #8fc03a;
}

.accordion-item h2 button{
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: 2px;
}

.accordion-button:not(.collapsed) {
	color: #4d4d4d;
	background-color:transparent;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../image/minus.png);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
  background-image: url(../image/plus.png);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}

/* blog */

.faq-sec .blg-1 .img-box {
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.faq-sec .blg-1 .img-box img{
  object-fit: cover;
  display: block;
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s all ease-in-out;
}

.faq-sec  .blog-item-category {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: #363636;
  margin-top: 1rem;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.faq-sec .post-title {
	display: block;
	margin-top: 0.5rem;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 130%;
	color: #363636;
	transition: 0.2s all ease-in-out;
	text-decoration: none;
}

.faq-sec  .blog-box:hover .post-title{
  color: #8fc03a;
}

.faq-sec #myDIV{
  display: none;
}

.faq-sec .bty button{
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1rem 3.5rem;
  text-transform: uppercase;
  border: 0 none;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #8fc03a;
}


.blog-details .heading p{
  font-weight: 500;
  color: #484848;
}

.blog-details .heading  a{
  font-weight: 500;
  color: #484848;
}

.seller-box .comon-btn {
	display: none;
}

/* catagory-page */
.catagory-2 .cat-box {
	background: #F2F2F2;
	padding: 30px;
	height: 100%;
  position: relative;
}

.catagory-2 .cat-box::after {
	content: '';
	display: block;
	background: #F2F2F2;
	padding: 30px;
	height: 390px;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: -1;
}
.catagory-2 .cat-box::before {
	content: '';
	display: block;
	background: #F2F2F2;
	padding: 30px;
	height: 470px;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: -1;
	top: -250px;
}
.catagory-2 .cat-box li a {
 
    color: #383838;
    text-decoration: none;
    padding: 10px 0;
    display: inline-block;
  }


  .catagory-2 .heading h2{
    position: relative;
    display: inline-block;
  }

  .catagory-2 .heading h2::after{
    content: '';
    display: block;
    background-color: green;
    width: 100%;
    height: 6px;
  }


  .catagory-2 .img-box-2 {
    display: flex;
    gap: 5px;
    width: 220px;
    box-sizing: content-box;
  }

 .catagory-2 .img-box-2 img{
  width:20px;
 }

 .catagory-2 .border-12{
  padding-bottom: 25px;
  border-bottom: 3px solid green;
 }

 .catagory-2 .norder-2 h5{
  margin-bottom: 8px;
 }

 .catagory-2 .list-item li{
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  gap: 5px;
 }
 .catagory-2 .list-item li i {
	font-size: 8px;
	position: relative;
	top: -3px;
}

.email{
  display: block;
}

.catagory-2 .grid-box{
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}

.catagory-2 #head h2{
  text-decoration: underline;
  text-decoration-color: green;
}
.catagory-2 #head h2::after{
  display: none;
}

.catagory-2 #text-none h2{
  text-decoration: none;
}

.catagory-2 .product-box{
  border: 3px solid #9b9b9b;
  padding: 15px;
  height: 100%;
}

.catagory-2 .product-box h5{
  position: relative;
}

.catagory-2 .product-box h5::after{
  content: "";
  display: block;
  height: 3px;
  width: 70%;
  background-color: green;
  position: absolute;
  left: 0;
  bottom: -4px;
}


.catagory-2 .product-box p{
  font-size: 14px;
  line-height: normal;
}

.catagory-2 .product-box a{
  color: #000000;
  font-size: 14px;

}
.catagory-2 .product-box a i{
  opacity: .5;
  font-size: 18px;
}

.catagory-2 .product-box .orange img {
	padding: 2px;
	width: 26px;
}

.catagory-2 .product-box .orange {
  gap: 5px;
}

.ul-id li{
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 5px;
}

.ul-id li i{
  font-size: 5px;
  position: relative;
  top: -2px;
}

.premier-grip form .heading h4{
  color: #2e3292;
}

.premier-grip  form ul {
  list-style: disc;
  list-style-position: inside;
}

.premier-grip  form ul li{
  font-weight: 600;
  margin-bottom: 10px;
}

.premier-grip button{
  border: none;
  color: #fff;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  background: #45a969;
  display: flex;
  gap:15px;
  text-align: center;
  justify-content: center;

}

.premier-grip .btn-purple{
  background-color: rgb(173, 35, 173);
}

.premier-grip a p{
  color: #4d4d4d;
}

.technical-specification .nav-pills .nav-link {
	border-radius: 0;
	background:rgb(37 54 69);
  border: 2px solid rgb(37 54 69);
	color: #fff;
	padding: 20px;
}


.technical-specification .nav-pills .nav-link:hover{
  background-color: #fff;
  color: rgb(37 54 69);
}

.technical-specification .nav-pills .active{
  background-color: #fff;
  color: rgb(37 54 69);
  border-bottom: none;
}

.technical-specification .text-slate {
  
  color: rgb(37 54 69);
}

.technical-specification .lg\:table-cell {
  display: table-cell;
}

.technical-specification  tr {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 54 69);
}

.technical-specification table{
  width: 100%!important;
}

.technical-specification .md\:text-left {
  text-align: left;
}

.technical-specification .md\:table-cell {
  display: table-cell;
}

.technical-specification  .md\:static {
  position: static;
}

.technical-specification .md\:hidden{
  display: none;
}

.technical-specification table .text-center{
  text-align: start!important;
}

.technical-specification table tr td{
padding: .75rem;
}


.technical-specification  table .text-left .text-center{
  text-align: center!important;
}

.technical-specification .price-request-container{
  text-align: center!important;
}

.technical-specification table select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") ;
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.technical-specification .text-white {
	color:#fff;
}

.technical-specification #submit-price {
  background-color: #45a969;
  border-radius: 5px;
  font-size: 14px;
  width: 11rem;
}

.technical-specification .heading-purple{
  border: 3px solid purple;
  padding: 25px;
}

.technical-specification .heading-purple a{
  color: #2e3292;
  text-transform:capitalize;
  text-align: center;
  font-weight: 600;
}

.technical-specification .heading-purple .btn-purple{
  background-color: rgb(173, 35, 173);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  width: 12rem;
  text-align: center;
}

.technical-specification .product-box{
  padding: 15px 15px 55px;
  box-shadow: 0px 5px 25px 8px rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid rgba(128, 0, 128, 0.329);
  transition: 0.6s;
  height:  100%;
}



.technical-specification .product-box:hover{
  border-bottom: 6px solid rgba(128, 0, 128, 1);
  transition: 0.6s;
}

.technical-specification .head-blue{
  border: 3px solid #2e3292;
  padding: 15px;
}

.technical-specification .head-blue a{
  width: 20rem;
  background-color: rgb(173, 35, 173);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}

.btn-purple{
  background-color: rgb(173, 35, 173);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  width: 12rem;
  text-align: center;
}

.technical-specification .product-box .img-box{
  position: relative;
}

.technical-specification .product-box .img-box .show{
  position: absolute;
  top: 0;
  opacity: 0;
  transform: 0.6s;
}

.technical-specification .product-box:hover .img-box .show{

  opacity: 1;
  transform: 0.6s;
}

#main_header .btn-blue{
  color: #fff!important;
}

#main_header .btn-blue:hover{
  text-decoration: none!important;
}
/* .top-header{
	display:none !important;
} */
.remove-btn {
    background: transparent;
    border: none;
    display: flex;
    gap: 15px;
    color: #e30101;
    font-weight: 600;
    letter-spacing: 1px;
	align-items:center;
}
.remove-btn i {
    font-weight: 500;
    font-size: 24px;
}

.shop-page .img-box{
 overflow: hidden;
 display: block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.shop-page .catagory .img-box img {
	transform: scale(1.5);
	position: relative;
	top: 40px;
  transition: 0.5s;
}

.shop-page  h4{
  color: #1e1e1e;
}

.shop-page .catagory:hover img {
	transform: scale(1.5);
	position: relative;
	top: 40px;
  opacity: 0.8;
  transition: 0.5s;
}


.shop-page .catagory:hover  h4{
  color:  #8fc03a;
}


/* search css */

/*   .dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  }
  
  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  #myInput:focus {outline: 3px solid #ddd;}
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

  #myDropdown{
    display: block;
  }

  .key{
    display: none;
  } */

.dropdown-2 {
    position: relative;
    display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 9;
 width: 100%;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

#main_header .top-header a:hover {
    text-decoration: none;
}

.key {
  border: 1px solid #ddd;
  background-color: #fff;
}

.form-lebel {
    gap: 15px;
    width: 100%;
}

.whatsapp{
  background-color: #25D366;
  color: #fff;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 100px;
  position: fixed;
  top: 10px;
  right: 10px;
}