@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1596px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

* {
  font-family: "Public Sans", serif;
  /* font-family: "Nunito", serif; */
}
body{
  scroll-behavior: smooth;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}

Header .header-top {
  background-color: #000000;
  padding: 12px 0;
}
Header .header-top .text-top p {
  color: #ffffff;
  margin-bottom: 0;
}
Header .header-top .social p {
  color: #ffffff;
  margin-bottom: 0;
}
Header .header-top .social-language ul li i {
  color: #ffffff;
}
Header .header-top .currency-select .form-select {
  background-color: #ffffff00;
  color: #ffffff;
  border: none;
}
Header .header-top .currency-select .form-select option {
  background-color: #ffffff;
  color: #000000;
}
Header .header-top .currency-select .form-select:focus-visible {
  box-shadow: none;
}
Header .categ-serchbar form .form-select {
  border: none;
}
Header .categ-serchbar form .form-control {
  border: none;
}
Header .cart-wish-login ul li:last-child a p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
Header .cart-wish-login ul li:last-child a span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  height: 48px;
  width: 48px;
  border: 1px Solid #f7f7f7;
  border-radius: 50%;
  background-color: #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: center;
}
Header .cart-wish-login ul li:last-child a img {
  height: 48px;
  width: 48px;
}

Header .header-middle .brand-logo {
  width: 100%;
  max-width: 203px;
  min-width: 165px;
}
Header .header-middle .categ-serchbar form {
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 8px;
}
Header .header-middle .categ-serchbar form .form-select {
  position: relative;
  margin-right: 16px;
  border-right: 2px solid #cecece;
  border-radius: 0;
  font-size: 14px;
}
Header .header-middle .categ-serchbar form .form-select:focus-visible {
  box-shadow: none;
}
Header .header-middle .categ-serchbar form .form-control {
  width: 100%;
  min-width: 600px;
}
Header .header-middle .categ-serchbar form .form-control:focus-visible {
  box-shadow: none;
}
Header .header-navbar {
  border-top: 1px solid #e2e7ec;
  box-shadow: 0px 4px 4px 0px #00000040;
}
Header .header-navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 64px;
}
Header .header-navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
Header .header-navbar .navbar-nav .nav-item .nav-link.active,
Header .header-navbar .navbar-nav .nav-item .nav-link:hover {
  font-weight: 600;
  color: #000000;
}
.header-nav-mobile{
    display: none;
}

/* footer  */

Footer {
  background-color: #101010;
  padding: 64px 0 24px;
}
Footer .lets-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
Footer .lets-content p {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
Footer .lets-content p a {
  font-size: 16px;
  font-weight: 600;
  color: #289262;
}
Footer .lets-content ul li i {
  font-size: 18px;
  color: #289262;
}
Footer .lets-content li {
  margin: 8px 0;
}
Footer .lets-content li a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
Footer .copy-reserved {
  font-size: 16px;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 0;
}
/* footer end  */

/* login */
.field-icon {
  float: right;
  margin-right: 16px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
}
.login-sec .login-box {
  box-shadow: 0px 8px 40px 0px #0000001f;
  padding: 72px 93px;
}
.login-sec .login-box h2 {
  font-size: 28px;
  font-weight: 600;
  color: #101828;
}
.login-sec .login-box input {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
  padding: 16px;
}
.login-sec .login-box input[type="submit"] {
  background-color: #289262;
  color: #fcfcfd;
  font-size: 18px;
  font-weight: 600;
}
.dont-accnt a {
  color: #289262;
  font-weight: 600;
}
/* login end */

/* about */
.about-banner {
  background-image: url(../images/about-bannar.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 580px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000a4;
  z-index: -1;
}
.about-banner .about-text h1 {
  font-size: 70px;
  font-weight: 600;
  color: #ffffff;
}
.about-detail-box .detail-box-one {
  margin: 180px 0;
}
.about-detail-box .detail-box-one .about-detail-img {
  background-color: #f5f5f5;
}
.about-detail-box .detail-box-one .about-detail-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #05073c;
  margin-bottom: 32px;
}
.about-detail-box .detail-box-one .about-detail-content h2 span {
  color: #289262;
}
.about-detail-box .detail-box-one .about-detail-content p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.about-detail-box .detail-box-one .about-detail-content a.read-more {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background-color: #289262;
  padding: 16px;
}

.about-detail-box .detail-box-one:nth-child(even) .row .col-lg-6:nth-child(1) {
  order: 1;
}

.gprs-certified {
  background-color: #e2ecee;
  padding: 20px 0;
}
.gprs-certified .gprs-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gprs-certified .gprs-box img {
  width: 100%;
  max-width: 60px;
  height: 60px;
}
.gprs-certified .gprs-box p {
  font-size: 16px;
  font-weight: 500;
  color: #1a181e;
  margin-bottom: 0;
}

/* about end */

.feature-products .feature-title h2 {
  color: #020a13;
  font-weight: 400;
  font-size: 14px;
}
.feature-products .feature-title h2 {
  color: #0d1b48;
  font-weight: 600;
  font-size: 40px;
}
.feature-products .feature-title h2 span {
  color: #289262;
}
.feature-products .categories-box {
  box-shadow: 0px 0px 1px 2px #6d6d6d1a;
  border-radius: 12px;
  width: 100%;
}
.feature-products .categories-box h2 {
  color: #020a13;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding: 24px;
  height: 100%;
  min-height: 80px;
}
.feature-products .categories-box .category-img {
  width: 100%;
  max-width: 220px;
  margin: auto;
  padding: 13px;
}

.feature-products .wrapper {
  padding: 70px 0;
  overflow-x: hidden;
}

.feature-products .feature-slider,.best_selling {
  padding: 20px 24px;
}
.feature-products .slick-initialized .slick-slide,.best_selling .slick-initialized .slick-slide {
  margin: 0 4px 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.feature-products .slick-next, .best_selling .slick-next,
.feature-products .slick-prev,.best_selling .slick-prev {
  z-index: 99;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 26px 0px #0000001a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.feature-products .slick-next, .best_selling .slick-next{
  right: 0px;
}
.feature-products .slick-prev,.best_selling .slick-prev {
  left: 0px;
}
.feature-products .slick-prev:before,.best_selling .slick-prev:before {
  /* content: url(../images/mingcute_left-fill.png); */
  content: "";
  display: inline-block;
  width: 100%; 
  height: 100%; 
  background-image: url(../images/mingcute_left-fill.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.feature-products .slick-next:before,.best_selling .slick-next:before  {
  /* content: url(../images/mingcute_right-fill.png); */
  content: "";
  display: inline-block;
  width: 100%; 
  height: 100%; 
  background-image: url(../images/mingcute_right-fill.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-products .slick-next:before,.best_selling .slick-next:before,
.feature-products .slick-prev:before .best_selling .slick-prev:before {
  color: #000;
  font-size: 32px;
  font-weight: 600;
}

.best-selling {
  background-color: #f8f3ec;
}
.best-selling .selling-title h2 {
  color: #0d1b48;
  font-weight: 600;
  font-size: 40px;
}
.best-selling .selling-title h2 span {
  color: #289262;
}

.best-selling .product-box .product-box-one {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 14px;
  margin: 2px 8px;
}
.best-selling .product-box .product-box-one .product-img {
  width: 100%;
  max-width: 240px;
  margin: auto;
  border-bottom: 1px solid #e2e7ec;
}
.best-selling .product-box .product-box-one .product-box-content {
  padding: 20px 24px 20px 24px;
}
.best-selling .product-box .product-box-one .product-box-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}
.best-selling .product-box .product-box-one .product-box-content p {
  font-size: 14px;
  font-weight: 400;
  color: #1a181e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.best-selling .product-box .product-box-one .product-box-content p span i{
  color: #FFCF47;
}
.best-selling .product-box .product-box-one .product-box-content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #1a181e;
}
.best-selling .product-box .product-box-one .product-box-content h6 span {
  font-size: 20px;
  font-weight: 500;
  color: #565959;
  text-decoration: line-through;
}
.best-selling .product-box .product-box-one .product-box-content a.sdvsasg {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #289262;
  padding: 8px;
  width: 100%;
  text-align: center;
  border-radius: 0;
}
.best-selling .product-box .product-box-one .product-box-content a.addedCart {
  background-color: #000000;
}

.video-sec {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9;
}

.video-sec video {
  width: 100%;
  max-width: calc(100% - 120px);
  margin: auto;
  /* height: 760px; */
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.video-sec .play-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.video-sec .play-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.video-sec .hidden {
  display: none;
}

.prodect-right .selling-title h2 {
  color: #0d1b48;
  font-weight: 600;
  font-size: 40px;
}
.prodect-right .selling-title h2 span {
  color: #289262;
}

.prodect-right .product-box .product-box-one {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0px 4px 26px 0px #0000001a;
}
.prodect-right .product-box .product-box-one .product-img {
  width: 100%;
  max-width: 240px;
  margin: auto;
  border-bottom: 1px solid #e2e7ec;
}
.prodect-right .product-box .product-box-one .product-box-content {
  padding: 20px 24px 20px 24px;
}
.prodect-right .product-box .product-box-one .product-box-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}
.prodect-right .product-box .product-box-one .product-box-content p {
  font-size: 14px;
  font-weight: 400;
  color: #1a181e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.prodect-right .product-box .product-box-one .product-box-content  p span i{
  color: #FFCF47;
}
.prodect-right .product-box .product-box-one .product-box-content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #1a181e;
}
.prodect-right .product-box .product-box-one .product-box-content h6 span {
  font-size: 20px;
  font-weight: 500;
  color: #565959;
  text-decoration: line-through;
}
.prodect-right .product-box .product-box-one .product-box-content a.sdvsasg {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #289262;
  padding: 8px;
  width: 100%;
  text-align: center;
  border-radius: 0;
}
.prodect-right .product-box .product-box-one .product-box-content a.addedCart {

  background-color: #000000;
}
.askjdfcaksd{
  position: sticky;
  top: 20px;
}
.prodict-categoy-left .categories-card {
  max-width: 400px;
  /* margin: 50px auto; */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.prodict-categoy-left .categories-header {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.prodict-categoy-left .search-input {
  border-radius: 8px;
  padding: 0.5rem;
  margin: 1rem;
  border: 1px solid #ccc;
  width: 100%;
  max-width: -webkit-fill-available;
}

.prodict-categoy-left .category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.prodict-categoy-left .category-item.active {
  background-color: #289262;
  color: #ffffff;
}
.prodict-categoy-left .category-item.active:hover {
  background-color: #289262;
}

.prodict-categoy-left .category-item:hover {
  background-color: #ececec;
}

.prodict-categoy-left .arrow-icon {
  font-size: 1.2rem;
  color: #6c757d;
}

 .product_two_box{
  display: none;
}

/* cart page style  */
.cart-sec nav {
  background-color: #f2f4f5;
  padding: 26px 0;
}
.cart-sec nav .breadcrumb .breadcrumb-item {
  color: #5f6c72;
  font-weight: 500;
}
.cart-sec nav .breadcrumb .breadcrumb-item.active {
  color: #289262;
  font-weight: 600;
}
.cart-sec .cart-container .cart-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #4b5966;
}
.cart-sec .cart-container .cart-title h2 span {
  color: #5caf90;
}
.cart-sec .cart-container {
  padding: 40px 20px;
}
.cart-sec .cart-table thead {
  box-shadow: 0px 1px 13px 0px #0000000d;
  margin-bottom: 16px;
}
.cart-sec .cart-table tbody {
  margin-top: 16px;
}
.cart-sec .cart-table th,
.cart-sec .cart-table td {
  vertical-align: middle;
  text-align: center;
}

.cart-sec .product-info {
  display: flex;
  align-items: center;
}

.cart-sec .product-info img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 10px;
}

.cart-sec .quantity-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-sec .quantity-controls button {
  width: 30px;
  height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-sec .quantity-controls.wishlist button {
  width: auto !important;
  height: auto !important ;
  text-transform: uppercase;
  font-weight: 400;
}

.cart-sec .summary-card,
.cart-sec .coupon-card {
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #00000040;

  padding: 20px;
}

.cart-sec .checkout-btn {
  width: 100%;
  padding: 12px;
  font-weight: 600;
}

.cart-sec .apply-coupon-btn {
  width: 100%;
  margin-top: 10px;
}

.cart-sec .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.cart-sec .remove-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #dc3545;
  cursor: pointer;
}

.cart-sec .remove-btn:hover {
  color: #bd2130;
}
.table.cart-table thead {
  margin-bottom: 30px;
}
.out-stock {
  color: #bd2130;
}
.Available {
  color: #5caf90;
}
.product-box-one {
  position: relative;
}
.product-box-one .wish-icn {
  position: absolute;
  top: 24px;
  right: 24px;
}
.product-box-one .wish-icn i {
  font-size: 24px;
}
.product-box-one .wish-icn .black {
  color: #000000;
}
.product-box-one .wish-icn .colored {
  color: #289262;
}

.videos-sec-left{
   .video{
    border-radius: 8px;
    overflow: hidden;
  }
  .playBtn {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    border: none;
    cursor: pointer;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .playBtn i {
    font-size: 60px;
    color: #ffffff;
  }
  .video-container {
    position: relative;
  }
  .video {
    width: 100%;
  }
  .playBtn.hidden {
    display: none;
  }
}

.tow-product-sec{
.product-card {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  max-width: 536px;
  margin: auto;
}
.product-card .upper-titel h6 {
  font-size: 23px;
  font-weight: 500;
  color: #0A5B70;
}
.product-card .upper-titel p {
  font-size: 20px;
  font-weight: 700;
  color: #1A181E;
}

.highlight {
  padding: 70px 60px 0 60px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 100%;
  max-width: 679px;
  height: 628px;
  margin: auto;
}
}


.tow-product-sec .product-box-one {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 14px;
}
.tow-product-sec .product-box-one .product-img {
  width: 100%;
  max-width: 375px;
  margin: auto;
  border-bottom: 1px solid #e2e7ec;
}
.tow-product-sec .product-box-one .product-box-content {
  padding: 20px 24px 20px 24px;
  text-align: left;
}
.tow-product-sec .product-box-one .product-box-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}
.tow-product-sec .product-box-one .product-box-content p {
  font-size: 14px;
  font-weight: 400;
  color: #1a181e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tow-product-sec .product-box-one .product-box-content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #1a181e;
}
.tow-product-sec .product-box-one .product-box-content h6 span {
  font-size: 20px;
  font-weight: 500;
  color: #565959;
  text-decoration: line-through;
}
.tow-product-sec .product-box-one .product-box-content p span i{
  color: #FFCF47;
}
.tow-product-sec .product-box-one .product-box-content a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #289262;
  padding: 8px;
  width: 100%;
  text-align: center;
  border-radius: 0;
}

.testimonial-section{
    padding: 50px 0;
    background-image: url(../images/test-bg.png);

.testimonial {
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    text-align: left;
  position: relative;
}

.title h2{
  font-size:32px ;
  font-weight: 700;
  color: #05073C;
  margin: 20px;
  text-align: center;
}
.title h2 span{
  color: #289262;

}
 h5{
  font-size:24px ;
  font-weight: 600;
  color: #05073C;
}
.quote{
float: right;
position: absolute;
bottom: 30px;
right: 0;
}

.quote i{
    font-size: 80px;
    color: #7fc6a4;
}
.highlight {
    color: #28a745;
    font-weight: bold;
}
}


.checkout-container{
  .order-summary {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
  }
  .bolling-box h4{
    font-size: 18px;
    font-weight: 500;
    color: #191C1F;
  }
  .payment-box h4{
    font-size: 18px;
    font-weight: 500;
    color: #191C1F;
  }
  .bolling-box label{
    font-size: 14px;
    font-weight: 400;
    color: #191C1F;
  }
   input.form-control,   select.form-select{
    font-size: 14px;
    font-weight: 400;
    color: #191C1F;
    border: 1px solid #E4E7E9;
    padding: 12px 16px;
  }
  .payment-box{
    border: 1px solid #E4E7E9;  
  border-radius: 4px;
  border-width: 1px;
  gap: 20px;
  padding: 20px 24px;

  }
  .payment-box .pay-opt-box .form-check img{
    width: 100%;
    max-width: 32px;
    margin: auto;
    display: block;
  }
  .payment-box .pay-opt-box .form-check-label{
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  }
  .payment-box .pay-opt-box .form-check-input{
    float: inherit;
    }
    .form-check-inline {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }
  .pay-opt-box ul {
    width: 100%;
    max-width: calc(100% - 80px);
    margin: auto;
    padding: 10px 0
  }
  .pay-opt-box ul li{
    padding: 16px;
  position: relative;
  width: 100%;
  text-align: center;
  }
  .pay-opt-box ul li:not(:last-child)::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E4E7E9;
  top: 0;
  right: 0;
  }
  .pay-opt-box ul li input[type=radio]{
    width: 100%;
    max-width: 20px;
    height: 20px;
    margin: auto;
  }
  .order-summary p{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .summery-product ul li img{
    width: 100%;
    max-width: 64px;
  }
  .summery-product ul li div h6{
   font-size: 16px;
   font-weight: 500;
   color: #191C1F;
  }
  .summery-product ul li div p{
    font-size: 14px;
    font-weight: 400;
    color: #5F6C72;
    width: max-content;
   }
   .summery-product ul li div p span{
    font-size: 14px;
    font-weight: 500;
    color: #289262;
    width: max-content;
    margin-left: 4px;
   }
}
.profile-box .bolling-box{
  border: 1px solid #E4E7E9;
  padding: 24px;
  border-radius: 4px;
}
.profile-box .profile-titleas{
  border: 1px solid #E4E7E9;
  padding: 24px;
}
.profile-box .profile-titleas h4{
  font-size: 24px;
  font-weight: 500;
  color: #191C1F;
  margin-bottom: 0;
}
.profile-box .profile-titleas a{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #28a745;
  padding: 8px 16px;
  border-radius: 4px;
}
.profile-box .profile-titleas button{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #28a745;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
}



.personal-image {
  text-align: center;
}
.personal-image label{
  width: 100%;
}
.personal-image input[type="file"] {
  display: none;
}
.personal-figure {
  position: relative;
  width: 100%;
  height: 100%;
 
}
.personal-avatar {
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out .3s;
  
}
.personal-avatar:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.personal-figcaption {
  cursor: pointer;
  position: absolute;
  top: 0px;
  width: inherit;
  height: inherit;
  border-radius: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out .3s;
}
.personal-figcaption:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
}
.personal-figcaption{
display: flex;
align-items: center;
justify-content: center;
}
.personal-figcaption > img {
  width: 50px;
  height: 50px;
}
.descipt-box h4{
  font-size: 16px;
  font-weight:500 ;
  color: #191C1F;
  margin-bottom: 16px;
}
.descipt-box p{
  font-size: 14px;
  font-weight:400 ;
  color: #5F6C72;
  text-align: justify;
}
.asdknc-desc .conte{
  padding-right: 24px;
}
.asdknc-desc .conte h5{
  font-size: 16px;
  font-weight:600;
  color: #191C1F;
  margin-bottom: 24px;
}
.asdknc-desc .conte ul li img{
width: 100%;
max-width:24px ;
height: 24px;
}
.asdknc-desc .conte p{
  font-size: 14px;
  font-weight:400 ;
  color: #5F6C72;
}
.asdknc-desc .conte ul li {
  font-size:14px ;
  font-weight:400;
  color:#191C1F ;
  }
  .asdknc-desc .conte ul li span {
    font-size:14px ;
    font-weight:600;
    color:#191C1F ;
    }
.descipt-box .description-imgaas .imgaone{
  width: 100%;
  max-width: 679px;
  margin: auto;
  background-color:#F5F5F5 ;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 70px 60px 0 60px;
}
.product-description .nav.nav-tabs .nav-link{
  font-size: 16px;
  font-weight: 500;
  color: #5F6C72;
  border: none;
  background-color: inherit;
  padding: 16px ;
}
.product-description .nav.nav-tabs .nav-link.active{
  font-size: 16px;
  font-weight: 700;
  color: #28a745;

}
.product-about .content-bout h4{
  font-size: 16px;
  font-weight: 700;
  color: #0F1111;
}
.product-about .content-bout ul li{
  font-size: 14px;
  font-weight: 400;
  color: #0F1111;
}
.contact-container {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 60px 80px ;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

.info-box {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background: #f8f9fa;
    height: 100%;
}
.info-box p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.info-box i {
    font-size: 30px;
    margin-bottom: 10px;
}
}
.raefasdfasdf{
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.raefasdfasdf span{
  white-space: nowrap;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #2162A1;
}
.raefasdfasdf .progress{
  height: 20px;
}
.product_rating-sec .display-4{
  font-size: 48px;
  font-weight: 500;
  color: #000000;
}
.product_rating-sec .star-rating{
  font-size: 40px;
  font-weight: 500;
  color: #FFCF47;
}
.product_rating-sec .lead{
  font-size: 24px;
  font-weight: 400;
  color: #0F1111;
}
.product_rating-sec .col-lg-4{
  border-right: 2px solid;
}
.custoomer-say h5{
  font-size: 16px;
  font-weight: 700;
  color: #0F1111;
}
.custoomer-say p{
  font-size: 14px;
  font-weight: 400;
  color: #0F1111;
}
.custoomer-say .selected-learn h5{
  font-size: 14px;
  font-weight: 700;
  color: #0F1111;
}
.custoomer-say .selected-learn ul li{
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  position: relative;
}
.custoomer-say .selected-learn ul li i{
  font-size: 15px;
  color: #067D62;
  margin-right: 6px;
}
.custoomer-say .selected-learn ul li:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background-color: #BBBFBF;  
}


.product-detail-slider-content{
  .main {
    font-family:Arial;
    width:100%;
    max-width:500px;
    display:block;
    margin:0 auto;
  }
  h3 {
      background: #fff;
      color: #3498db;
      font-size: 36px;
      line-height: 100px;
      margin: 10px;
      padding: 2%;
      position: relative;
      text-align: center;
  }
  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px; 
    background:#f30;
    color:#fff;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }
}
.imagsareviw{
  h5{
    font-size: 18px;
    font-weight: 700;
    color: #0F1111;
    margin-left: 70px;
    margin-bottom: 20px;
  } 
  img{
    border-radius: 8px;
  }
  .reviw-img-slider{
    padding: 0 70px;
  }
  .slick-initialized .slick-slide{
    margin: 0 7px 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slick-next, .slick-prev{
    z-index: 5;
  }
  .slick-next{
    right: 15px;
  }
  .slick-prev{
    left: 15px;
  }
  .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  }
}
.rate-review h5{
  font-size: 18px;
  font-weight: 700;
  color: #0F1111;
}
.rate-review p{
  font-size: 14px;
  font-weight: 400;
  color: #0F1111;
}
.rate-review button{
  font-size: 14px;
  font-weight: 500;
  color: #0F1111;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 8px 16px;
  width: 100%;
  max-width: 298px;
  margin: auto;
  border: 1px solid #888C8C;
}
.rate-review button:hover{
  color: #ffffff;
  background-color: #000000;
} 

.allproduct-reviews{
  .review-card {
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}
.reviewer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.reviewer-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}
.reviewer-name {
    margin-left: 10px;
    font-weight: bold;
}
.review-text {
    margin-top: 10px;
}
}

.product-detail-slider-content .product-description .product-card h5{
  font-size: 24px;
  font-weight: 500;
  color: #0F1111;
}
.product-detail-slider-content .product-description .product-card .rating-stars{
  font-size: 24px;
  font-weight: 500;
  color: #FA8232;
}
.product-detail-slider-content .product-description .product-card .rating-test{
  font-size: 16px;
  font-weight: 500;
  color: #191C1F;
  display: flex;
  line-height: 24px;
}
.product-detail-slider-content .product-description .product-card .rating-test pre{
  font-size: 15px;
  font-weight: 400;
  color: #5F6C72;
  margin-bottom: 0;
}
.product-detail-slider-content .product-description .product-card .discount {
  background-color: #ffcc00;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: bold;
}
.cate-text span b{
  font-weight: 600 !important;
}
.Guarantee_Checkout{
  border-radius: 8px;
}
.Guarantee_Checkout span{
  font-weight: 500;
  font-size: 18px;
  color: #191C1F;
}
.product-galler-slide .slick-next:before, .product-galler-slide .slick-prev:before {
  font-size: 28px;
  line-height: 1;
  opacity: .75;
  color: #787878;
}
.product-galler-slide .slider-nav .slick-slide{
  border: 1px solid #f9f9f9;
  box-shadow: 2px 2px 4px 0px #0000001a;
  margin: 0 8px;
  padding: 8px;
}
.wishlist-sec-prodet .whiashad i{
  color: #067D62  ;
}
.placelogo input{
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #888C8C;
  border: 1px solid #888C8C;
  border-radius: 3px;
}
.share-product p{
  white-space: nowrap;
  margin-bottom: 0;
}
.asdcjas-chack{
  position: relative;
  cursor: pointer;
}
.asdcjas-chack.anotherpage{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.logo-tex-desc h2{
  font-size: 32px;
  font-weight: 700;
  color: #0F1111;
}
.logo-tex-desc p{
  font-size: 13px ;
  font-weight: 400;
  color: #0F1111;
}
.logo-tex-desc form{
  width: 100%;
  max-width: calc(100% - 24px);
  margin: auto;
}
.logo-tex-desc  .upload_gallery {
  width: 100%;
    max-width: 250px;
    margin: auto;
    height: 100%;
    max-height: 250px;
    padding: 24px;
}
.admintableft{
  border: 1px solid #E4E7E9;
  box-shadow: 0px 8px 40px 0px #00000014;
  border-radius: 4px;

}
.admintableft .nav-link img{
  width:100%;
  max-width:18px; 
  height: 18px; 
}
.admintableft .nav-link.active img{
  filter:invert(1) brightness(80.5); 
}
.admintableft .nav-link{
  font-size:16px;
  font-weight:500;
  text-align: left;
  padding: 8px 24px;
  color: #5F6C72;
  border-radius: 0;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.admintableft .nav-link.active{
  background-color: #289262;
  color: #ffffff;
}
.admintabcontentright .dash_oreder .title_box h3{
  font-size: 40px;
  font-weight: 500;
  color: #000000;
} 
.admintabcontentright .dash_oreder .title_box select{
  width: 100%;
  max-width: max-content;
  border-radius: 0;
  font-size: 14px;
  font-weight:400 ;
  color: #000000;
  border-color: #000000;
  padding: 6px 32px 6px 16px;
  line-height: 16px;
} 

.oredre-box_one{
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  .order-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
}
.order-card img {
    width: 100px;
    height: auto;
    border-radius: 5px;
}
.order-details {
    flex-grow: 1;
}
.btn-return {
    background-color: #289262;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 0px;
}
.btn-refund {
    background-color: #f8f9fa;
    color: black;
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 0px;
}
}


#writeReviewModal{
  .star {
    width: 32px;
    height: 32px;
    transition: .6s all;
  }
  #rating {
    cursor: pointer;
    display: inline-block
  }
  #review-form .input-group-addon {
    min-width: 100px;
  }
  #review-form .btn {
    min-width: 100px;
  }
  #review-form input[type="text"],
  #review-form textarea {
    width: 100%;
  }
  #review-form .form-group {
    margin-bottom: 15px;
  }
  #review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 20px;
  }
  
  blockquote .footer{
    display: block;
    font-size: 80%;
  }

  .stars-container {
    margin-bottom: 5px;
  }
  #review-form h2{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
}
  .iuytrdsxz span{
  font-size: 14px;
  color: #2DA5F3;
  font-weight: 500 ;
}

.Our_clients .Our_clients_title h2 {
        font-size: 32px;
        font-weight: 700;
        color: #05073C;
        margin: 20px;
        text-align: center;
    }
   .Our_clients .Our_clients_title h2 span {
        color: #289262;
    }
    .Our_clients .cliet-slider .logo-img{
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 16px;
    }
     .Our_clients .cliet-slider .logo-img img{
        width: 100%;
        max-width: max-content;
        height: 90px;
    }
    @media screen and (max-width:1440px){
       Header .header-middle .categ-serchbar form .form-control {
            width: 100%;
            min-width: 400px;
        }
    }
     @media screen and (max-width: 1440px) and (min-width: 991px) {
                .best-selling .product-box .product-box-one .product-box-content h2 {
            font-size: 15px;
        }
        .best-selling .product-box .product-box-one .product-box-content p{
          flex-wrap: wrap;
        }
        .best-selling .product-box .product-box-one .product-box-content p {
            font-size: 9px;
        }
        .best-selling .product-box .product-box-one .product-box-content h6{
          font-size: 14px;
        }
        .best-selling .product-box .product-box-one .product-box-content h6 span{
          font-size: 14px;
        }
        .best-selling .product-box .product-box-one .product-box-content a.sdvsasg{
          font-size: 12px;
        }
     }
    @media screen and (max-width:1240px){
       Header .header-middle .categ-serchbar form .form-control {
            width: 100%;
            min-width: 250px;
        }
    }
    
     @media screen and (max-width:991px){
         
         .categ-serchbar{
            order: -1;
            margin-bottom: 24px;
            width: 100%;
        }
        Header .header-middle .categ-serchbar form .form-control {
            width: 100%;
        }
        .header-nav-desktop .navbar-toggler{
            display: none;
        }
        .header-nav-mobile .navbar-collapse{
            display: none;
        }
        .header-nav-desktop .navbar-collapse{
            /* position: absolute; */
            /* top: 0; */
            width: calc(100% - 30px);
            height: auto;
            background-color: #ffffff;
            z-index: 999;
            /* padding: 24px; */
            border-radius: 8px;
        }
         .header-nav-desktop .navbar-collapse .navbar-nav{
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
        }
         .header-nav-desktop .navbar-collapse .navbar-nav .nav-item .nav-link{
            font-size: 16px ;
        }
        Header .header-navbar .navbar-nav .nav-item:not(:last-child) {
            margin-right: 0;
            margin: 0px 4px;
        }
        .header-nav-mobile{
            display: block;
        }
        .video-sec video {
            max-width: calc(100% - 0px);
        }
        .btn-whatsapp-pulse {
            font-size: 28px;   
            padding: 26px;
        }
        .call-buton .cc-calto-action-ripple i {
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
            font-size: 21px;
        }
        .call-buton .cc-calto-action-ripple {
            width: 48px;
            height: 48px;
            justify-content: center;
        }
                
    }
    @media screen and (max-width:767px){
      .product_two_box{
            display: block;
          }
          .product_one_box{
            display: none;
          }
          #inactivityModal .adb_minBox{
          flex-wrap: wrap;
        }
             #inactivityModal .adv_img{
          max-width: 100% !important;
          height: 300px;
        }
        #inactivityModal .adv_frmom{
          max-width: 100% !important;
          padding: 8px 12px;
        }
        #inactivityModal .adv_img img{
          height: 100%;
        }
        .home-banner .slide img{
          height: 100%;
          min-height: 225px;
        }
        .gprs-certified .gprs-box img {
            width: 100%;
            max-width: 40px;
            height: 40px;
        }
        .best-selling .product-box .product-box-one .product-box-content h2,.prodect-right .product-box .product-box-one .product-box-content h2 {
            font-size: 15px;
        }
        .best-selling .product-box .product-box-one .product-box-content p,.prodect-right .product-box .product-box-one .product-box-content p{
          flex-wrap: wrap;
          font-size: 9px;
        }
        .best-selling .product-box .product-box-one .product-box-content h6,.prodect-right .product-box .product-box-one .product-box-content h6{
          font-size: 14px;
        }
        .best-selling .product-box .product-box-one .product-box-content h6 span,.prodect-right .product-box .product-box-one .product-box-content h6 span{
          font-size: 14px;
        }
        .best-selling .product-box .product-box-one .product-box-content a.sdvsasg, .prodect-right .product-box .product-box-one .product-box-content a.sdvsasg{
          font-size: 12px;
        }
        .best-selling .product-box .product-box-one .product-box-content, .prodect-right .product-box .product-box-one .product-box-content {
            padding: 10px 11px 10px 11px;
        }
        .feature-products .slick-next, .best_selling .slick-next,
        .feature-products .slick-prev,.best_selling .slick-prev {
          height: 40px;
          width: 40px;
        }

      }
    @media screen and (max-width:576px){
     
        Header .header-middle .categ-serchbar form .form-control {
            width: 100%;
            min-width: 187px;
        }
        .cart-wish-login.d-flex{
          order: 1;
          width: 100%;
          margin-top: 24px;
        }
        .cart-wish-login.d-flex ul{
          width: 100%;
          justify-content: space-between;
        }
        .best-selling .product-box .product-box-one {
            padding: 7px;
            margin: 2px 4px;
        }
        .contact-container {
            padding: 16px 16px;
        }
    }
     @media screen and (max-width:425px){
        Header .header-middle .categ-serchbar form .form-control {
            width: 100%;
            min-width: 150px;
        }
        .header-nav-mobile .navbar-toggler{
            width: 100%;
            max-width: 39px;
            display: flex;
        }
        .feature-products .feature-slider, .best_selling {
            padding: 0px 2px;
        }
            .feature-products .slick-next, .best_selling .slick-next, .feature-products .slick-prev, .best_selling .slick-prev{
            height: 30px;
            width: 30px;
        }
        .feature-products .feature-title h2 {
            font-size: 30px;
        }
        .best-selling .selling-title h2 {
            font-size: 32px;
        }
        .about-banner .about-text h1{
            font-size: 48px;
        }
        .best-selling .product-box .product-box-one .product-box-content, .prodect-right .product-box .product-box-one .product-box-content {
            padding: 8px 8px 8px 8px;
        }
        .prodect-right .product-box .product-box-one {
            padding: 4px;
        }
    }
    .Our_clients  .cliet-slider {
        display: flex;
    }
    @media screen and (max-width:325px){
        Header .header-middle .categ-serchbar form .form-control {
            width: 100%;
            min-width: 140px;
        }        
        .header-nav-mobile .navbar-toggler{
            width: 100%;
            max-width: 32px;
            padding: 4px;
            display: flex;
        }
    }
       

    .feature-products .slick-initialized .slick-slide,.best_selling .slick-initialized .slick-slide {
  margin: 0 4px 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.product-galler-slide .slick-next,
.product-galler-slide .slick-prev {
  z-index: 9999;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0px 4px 12px 0px #0000001a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.product-galler-slide .slick-next{
  right: 0px;
}
.product-galler-slide .slick-prev {
  left: 0px;
}
#ht49sec0naac1748515172438.widget-visible{
  left: 0 !important;
}
