body{
     font-family: "Poppins", sans-serif;
}

/* header page css */
.navbar-expand-lg.nav-custm .navbar-nav{
margin: 0 auto;
}
.nav-custm a.navbar-brand,.nav-custm .nav-link {
    color: #fff;
}
nav.nav-custm {
    background: #000;
    position: sticky;
    width: 100%;
    z-index: 9999;
    top: 0;
} 
.nav-custm .nav-link {
    padding: 10px 15px !important;
    font-weight: 500;
}

    /* Mega Menu */
    .mega-menu {
      position: absolute;
      left: 0;
      right: 0;
      top: 90%;
      background: #fff;
      width: 100vw;
      display: none;
      z-index: 999;
      padding: 2rem 0;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      animation: fadeIn 0.4s ease-in-out;
    }


    .nav-item.position-static:hover .mega-menu {
      display: block;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .mega-link {
      text-decoration: none;
      color: #000;
      display: block;
      margin-bottom: 0.5rem;
      transition: color 0.3s;
    }

    .mega-link:hover {
      color: #007bff;
    }

    .mega-img {
      max-width: 100%;
      border-radius: 10px;
    }

    .mega-title {
      font-weight: bold;
      margin-top: 0.5rem;
      text-align: center;
    }

    .icon-set {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .icon-set i {
      font-size: 1.2rem;
      color: #ffffff;
      cursor: pointer;
    }
    
    
    ul.products.columns-3, .error404 .fourohfour-columns-2, ul.products, .woocommerce-product-search {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
ul.products li.product img {
	  margin: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
	margin-bottom: 12px;
}
li.product.type-product.purchasable.product-type-simple {
    background: #fff;
	  border-radius: 12px;
}
ul.products li.product .button {
    border-radius: 10px;
	  margin-bottom: 20px;
}
ul.products li.product .price ins {
    font-weight: 700;
    color: #19852c;
    font-size: 16px;
}
.storefront-sorting {
    justify-content: end;
    display: flex;
}
.woocommerce-result-count{
	float: none;
	text-align: center;
  color: #fff;
	align-self: center;
}
.site-main .storefront-sorting:last-child {
    display: none;
}
    .storefront-sorting select {
        width: auto;
        padding: 4px;
        border-radius: 10px;
    }
.half-underline {
    color: #fff;
}
.list-unstyled {
    margin-left: 0;
}
.col-1 h2 {
    color: #000000;
    font-weight: 600;
    font-size: 28px;
}
.col-1 h2:first-child {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
}
nav.col-2 {
    background: #ffffffe6 !important;
    border-radius: 10px;
    margin-top: 50px;
}
/* Cart page css */
.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 100% !important;
    box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 12%) !important;
    padding: 12px !important;
    border-radius: 10px;
}
.edit-link {
    display: none;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
    margin-top: 0;
    /* border: 1px solid #cdc3c3; */
    border-radius: 10px;
    padding: 10px;
    margin-left: 20px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.hentry .entry-content a {
    text-decoration: none;
}
.hentry.type-page .entry-header {
    margin-top: 40px;
    padding-bottom: 20px;
}
.search-field {
    border-radius: 10px;
}

@media (min-width: 992px) {
  .nav-item.position-static:hover .mega-menu {
    display: block !important;
  }
}

    @media (max-width: 991.98px) {
      .mega-menu {
        position: static;
        display: none;
        box-shadow: none;
        padding: 1rem;
        animation: none;
      }

      .nav-item .mega-toggle.active + .mega-menu {
        display: block;
      }

      .nav-link.dropdown-toggle::after {
        display: none;
      }

      /*.nav-item.position-static:hover .mega-menu {*/
      /*  display: none;*/
      /*}*/

      .mega-toggle {
        cursor: pointer;
      }
      div#mainNav {
    max-height: 300px;
    overflow: auto;
}
      #megaMenuTabs .tab-content {
    display: block !important;
  }
    }

    /* Home page css start here */

   .banner-section {
      /* background: url('../../images/home-banner-2.jpg') no-repeat;
      background-size: cover;
      padding: 80px 0;
      color: #fff; */
      margin-top: 15px;
    }
.banner-carousel .owl-dots {
    text-align: center;
    /* margin-top: 30px; */
    background: #f8000000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom : 20px;
}


.banner-carousel.owl-carousel button.owl-dot {
background: #fcffff !important;
border: 1px solid #000;
}
.banner-carousel.owl-carousel button.owl-dot.active{
background: #000 !important;
}

    .images3 img {
    width: 100%;
    height: 650px;
    }
    .banner-content {
     /* margin: 0 0 auto auto;
     width: 60%; */
    position: absolute;
    left: 5%;
    top: 30%;
    text-align: center !important;
    }
    .banner-title {
      font-size: 54px;
      font-weight: 700;
    }
    .banner-subtitle {
      font-size: 20px;
      margin-bottom: 25px;
    }

    /* Best selling section */
    .bestpading{
        padding: 40px 0px;
    }
    .card-cutm{
        height: 100%;
    }
     .card-cutm h6{
        font-size: 14px;
    }
    .card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card-hover:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
  z-index: 2;
}

/*carousel scetion*/

.best-selling-section .woo-slider-block .slider-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    position: absolute;
    top: -20px;
    right: 43px;
}
.best-selling-section .woo-slider-block .slider-arrows button{
    padding: 0px;
}

.best-selling-section i.fa.fa-chevron-left, .best-selling-section i.fa.fa-chevron-right {
    display: none;
}

// button hover css

.best-selling-section a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #000;
    background: none;
    text-decoration: underline !important;
    background-color: #ffffff;
    border-color: #ffffff;
}
.best-selling-section .add-to-cart .button, .added_to_cart:hover {
    background: none !important;
    color: #000 !important;
    background-color: #d5d5d5;
}
.best-selling-section .add-to-cart .button:hover {
    background-color: #d5d5d500;
    border-color: #d5d5d500 !important;
    color: #333333 !important;
    text-decoration: underline;
}
.best-selling-section .added_to_cart {
    background-color: #ffffff;
    border-color: #333333;
    color: #0e0e0e;
    text-decoration: underline;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 0px solid #7f54b3 !important;
}

    /* About Us section css */
    .abdh7 {
    padding-left: 50px;
    }

h5.card-title.paku {
    font-weight: 600;
}
    /* testimonial section css */

    .testimonial-section {
      padding: 60px 0;
      overflow: visible;
      position: relative;
    }

    .testimonial-box {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      height: 100%;
      transition: transform 0.5s ease, opacity 0.5s ease;
      opacity: 0.6;
    }

    .owl-item.center .testimonial-box {
      transform: scale(1.3);
      opacity: 1;
      z-index: 2;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .stars {
      color: #ffc107;
      font-size: 1.25rem;
      margin-bottom: 10px;
    }

    .testimonial-box h6 {
      font-weight: bold;
      margin-top: 15px;
      font-size: 12px;
    }
    .testimonial-box small {
      font-size: 12px;
    }

    .testimonial-box small {
      color: #888;
    }

    /* Dot navigation styles */
    .owl-dots {
      text-align: center;
      margin-top: 30px;
    }

    .owl-dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background: #ccc;
      border-radius: 50%;
      display: inline-block;
      transition: background 0.3s ease;
    }

    .owl-dot.active {
      background: #000;
    }
    .testimonial-section .owl-carousel .owl-stage{
      padding: 100px 0px;
    }
    .owl-carousel .owl-dots.disabled{
display: block;
    }
    .testimonial-box p {
    font-size: 12px;
}

/* why we choose section css start here */
.hover-icon-wrap {
  transition: all 0.4s ease;
  cursor: pointer;
  border-radius: 10px; /* Apply default so it animates */
}

.hover-icon-wrap:hover {
  box-shadow: 0 10px 20px rgba(178, 178, 178, 0.2);
  background-color: rgba(167, 156, 156, 0.15);
  border-radius: 10px;
}

.why-padin .centhead{
padding-bottom: 8px;
}
.bestpading.why-padin {
    padding-bottom: 40px;
}
.why-padin h6 {
    font-size: 22px !important;
}
.why-padin img.img-fluid {
    margin: 0 auto;
    height: 100px;
}

/*Pround section*/
.proud23 .card {
    background: #eaeaea;
}
.proud23 img.card-img-top {
    width: 70%;
    margin: 0 auto;
}
/*a.viewmor4 {*/
/*    border: 1px solid #000;*/
/*    padding: 6px 13px;*/
/*    border-radius: 10px;*/
    
/*}*/
.vidiv {
    margin: 10px;
}
p.covr3 {
    text-align: center;
    padding: 10px 10px 0px;
    font-size: 25px;
    font-weight: 600;
}
.viewmor4 {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    color: black;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    border: 1px solid #141414;
    border-radius: 10px;
    margin-bottom: 0;
}

.viewmor4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: black;
  z-index: -1;
  transition: height 0.3s ease;
}

.viewmor4:hover::before {
  height: 100%;
}

.viewmor4:hover {
  color: white;
}

/* Faq section */
.stillha a{
color: #fff;
text-decoration: none;
}
h2.stillh.contu7a {
    color: #fff;
    margin-bottom: 25px;
}
.wats a {
    color: #fff;
    font-size: 18px;
}
.wats {
    padding-bottom: 10px;
}
h2.fw-bold.stillha {
    margin-bottom: 5px;
}
.stillhave .faqcolor{
        background: #505152 !important;
}
.faqcolor .accordion-button.accord{
    background: #f9f0ff !important;
}
 .accordion-button.accord::after {
  content: '\f078'; /* FontAwesome chevron-down */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: black;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  background-image: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .18);
}

.accordion-button.accord:not(.collapsed)::after {
  transform: rotate(180deg);
}
.acordcolp .accordion-body {
      background: #ffffff;
      padding-top: 20px;
      font-size: 16px;
      color: black !important;
}
.accordion-button:not(.collapsed){
    box-shadow : none
}
   /* new css */
.widget {
    margin: 0 !important;
}

.accordion-body.text-white h3, h4 {
    margin-top: 10px !important;
    font-weight: 600;
    margin-bottom: 5px;
}



    /* FAQ's Page css start here */
    .top-bannr {
   /*  padding: 100px 0px 40px;*/
        padding: 30px 0px 0x;
    }
    .faq-hed h1{
    font-size: 260px;
    font-weight: 600;
    }
    .collapse-header {
      cursor: pointer;
    }
    .collapse-arrow {
      transition: transform 0.3s ease;
    }
    .collapsed .collapse-arrow {
      transform: rotate(0deg);
    }
    .collapse-toggle:not(.collapsed) .collapse-arrow {
      transform: rotate(90deg);
    }
    .fqhead {
    padding-bottom: 20px;
    font-weight: 600;
}
button.accordion-button {
   background: #e6e6e6 !important;
    font-size: 16px;
    font-weight: 600;
}
.accordion-item{
border-bottom: 1px solid #bab4b4;
}
.ques{
margin-bottom: 40px;
}
.allquest{
    background: #e6e6e6;
    padding: 20px;
    border-radius: 10px;
    
}
.accordion-body {
    background: #e6e6e6;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .12);
}
.accordion-button:focus {
    border-color: #bab4b4;
    box-shadow: none;
}
.accordion-body p{
    font-size: 14px;
    margin-bottom:10px;
}
.allquest .accordion-item:last-child{
border-bottom: 0px;
}
.stillhave {
    padding: 50px 0px;
}
.stillhave p {
    margin-bottom: 30px;
    color: #818181;
}
.stillhave h3{
font-size: 30px;
font-weight: 600;
}
.stillhave h3{
color: #000;
}
.stillhave a {
    background: #090909;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

/* Text area section */
.guide-section {
  background-color: #121619;
  color: #fff;
  max-height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* ===== Scrollbar Styling (inside guide-section only) ===== */
.guide-section::-webkit-scrollbar {
  width: 10px;
}
.guide-section::-webkit-scrollbar-track {
  background: transparent;
}
.guide-section::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
}

/* ===== Guide Section (Dark Theme) ===== */
.guide-section {
  padding: 40px 0;
  background-color: #000;
  color: #fff;
  line-height: 1.7;
}

/* Container */
.guide-section .container {
  max-width: 1140px; /* updated */
  margin: 0 auto;
  padding: 0 15px;
}

/* Main Heading */
.guide-section .main-heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
  position: relative;
}

/* Lead Text */
.guide-section .lead {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 25px;
  color: #ddd;
  font-weight: 300;
}

/* Headings (real tags) */
.guide-section h2,
.guide-section h3,
.guide-section h4,
.guide-section h5 {
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  margin-bottom: -10px;
}
.guide-section h2 { font-size: 26px; }
.guide-section h3 { font-size: 22px; }
.guide-section h4 { font-size: 20px; }
.guide-section h5 { font-size: 18px; }

/* Headings inside span */
.guide-section h1 span,
.guide-section h2 span,
.guide-section h3 span,
.guide-section h4 span,
.guide-section h5 span,
.guide-section h6 span {
  font-weight: 600 !important; /* match heading weight */
  color: #fff !important;
  display: inline-block;
  margin-bottom: 12px;
}

/* Paragraphs */
.guide-section p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #ddd;
  font-weight: 300 !important;
}

/* Normal text spans (used like paragraphs) */
.guide-section > span,
.guide-section p span,
.guide-section li span {
  font-weight: 300 !important;
  color: #ddd !important;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.guide-section > span { margin-bottom: 12px; }

/* Bullet Lists */
.guide-section ul {
  padding-left: 20px;
  margin: 20px 0;
}
.guide-section ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff;
  font-weight: 300 !important;
}
.guide-section ul li span {
  font-weight: 300 !important;
  color: #fff !important;
}

/* ===== Responsive tweaks ===== */
@media (max-width: 768px) {
  .guide-section {
    padding: 30px 0;
  }

  .guide-section .main-heading {
    font-size: 24px;
  }

  .guide-section .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .guide-section h2 { font-size: 22px; }
  .guide-section h3 { font-size: 20px; }
  .guide-section h4 { font-size: 18px; }
  .guide-section h5 { font-size: 16px; }

  .guide-section h2 span { font-size: 22px; }
  .guide-section h3 span { font-size: 20px; }
  .guide-section h4 span { font-size: 18px; }
  .guide-section h5 span { font-size: 16px; }
  .guide-section > span { font-size: 14px; }
}




/* ===== Scroll To Top Button ===== */
#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  display: none;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  align-items: center;
}




/* Shipping Policy page css */
.shipcont {
    padding-bottom: 20px;
}
.shipcont h3{
    padding-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.shipcont p{
    font-size: 14px;
}
.shiping {
    width: 60%;
    margin: 0 auto;
}
.shippoly h1{
    font-weight: 600;
    
}
/* Contact form page css */
.contact-form {
      background-color: #f2f2f2;
      padding: 25px 15px;
      border-radius: 15px;
      max-width: 800px;
      margin-bottom: 40px;
    }
    .doyu h2 {
    font-weight: 600;
}
    .form-control {
      background-color: #f2f2f2;
      border: 1px solid #ccc;
      border-radius: 10px;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #000;
    }
    .btn-send {
      background-color: #111;
      color: white;
      font-weight: bold;
      border-radius: 40px;
      padding: 10px 30px;
    }
    .btn-send:hover {
      background-color: #bdabab;
    }
    .doyu {
    align-self: center;
    }
    /* .top-bannr.con-us{
        padding-bottom: 60px;
    } */


/* Signup page css */
.signup-container {
    
      background: #fff;
      padding: 40px 80px;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      text-align: center;
      width: 50%;
    }

    .signup-container h2 {
      font-weight: 700;
      margin-bottom: 30px;
    }

    .form-control {
      background-color: #f3f3f3;
      border: none;
      border-radius: 8px;
      padding: 12px;
      margin-bottom: 15px;
    }

    .form-control:focus {
      box-shadow: none;
    }

    .btn-orange {
      background-color: #000;
      border: none;
      color: white;
      border-radius: 30px;
      padding: 12px;
      font-weight: bold;
      width: 100%;
    }

    .btn-orange:hover {
      background-color: #6e6d6d;
       color: #fff;
    }

    .login-link {
      margin-top: 15px;
      display: block;
      font-size: 14px;
    }

    /* account profile page css */

    .nav-pills .nav-link {
      border-radius: 0;
      font-weight: 600;
      color: #6d6a6a;
      padding-bottom: 10px;
    }

    .nav-pills .nav-link.active {
      background-color: transparent;
      border-bottom: 3px solid #000;
    }

    .tab-container {
      background-color: #e9e9e9;
      padding: 20px 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .logout-link {
      color: #555;
      font-size: 14px;
      text-decoration: none;
      position: absolute;
      right: 15px;
    }

    .logout-link:hover {
      text-decoration: underline;
    }

    .empty-state {
      text-align: center;
      margin-top: 100px;
    }

    .empty-state-icon {
      font-size: 50px;
      color: #888;
      margin-bottom: 10px;
    }
    .nav-pills .nav-link.active{
        color: #000000;
    }
    .btn-black {
      background-color: #000;
      color: #fff;
      padding: 10px 25px;
      border-radius: 30px;
      border: none;
    }

    .btn-black:hover {
      background-color: #222;
    }
    .top-bannr.account-pro {
        padding: 0px 0px 100px;
    }

    /* Oreder tracking page css */

    .tracking-box {
      background: white;
      padding: 30px;
      border-radius: 15px;
      margin: 24px auto;
      max-width: 70%;
    }
    .icon {
      font-size: 30px;
    }
    .tracking-box.shadow{
        padding: 20px;
    }
    button.sb-btn {
    padding: 10px 50px;
    }
    .tracking-box .form-control {
    margin: 30px 0px;
}



/* footer section css  */
footer h5{
    font-size: 16px;
    font-weight: 500;
}
.mostpop{
    background: rgb(33 37 41) !important;
    padding-bottom: 10px;
}
.popular-searches h2, .mostpop h2.fw-bold, .mostpop .popular-searches p a {
    color: #fff;
}
.popular-searches h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
}
footer li a{
    font-size: 14px;
    font-weight: 400;
}
.half-underline {
  position: relative;
  display: inline-block;
}

.half-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 2px;
  background-color: #c7c7c7; /* or any color you want */
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #007bff;
}
.form12 {
    display: flex;
}
.form12 input[type="text"] {
    height: 36px;
    width: 50%;
}
.form12 button {
    height: 37px;
    font-size: 14px;
}

/*Shop page*/
.product_meta span.posted_in {
    color: #000000;
    font-weight: 600;
}
.single-product form.variations_form.cart {
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 20px !important;
}
.single-product .woobt-wrap {
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 20px;
}
.single-product div.product table.variations select {
    border-radius: 10px;
    border: 1px Solid #355b6a;
    padding: 20px 10px !important;
    width: 60%;
}
.single-product .woobt-products {
    position: relative;
    padding-top: 0px;
}
.single-product h3.woobt-heading {
    font-size: 22px;
    font-weight: 600;
    max-width: 80%;
}
.single-product .accordion-body h2 {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
    display: none;
}
.single-product .accordion-body h4 strong , .single-product .accordion-body h3 strong, .single-product .accordion-body h5 strong {
    color: #000 !important;
    font-size: 18px;
}

    .accordion-body.text-white ul, ol {
    margin: 0 0 0 0 !important;
    padding: 0;
}
.single-product .related.products h2 {
    color: #000 !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
       display: flex;
        justify-content: center;
    flex-wrap: wrap;
}
.single-product .woocommerce-product-gallery ol li {
    margin-right: 10px !important;
    width: 10% !important;
}
.single-product table.shop_attributes:not( .has-background ) th, .single-product table.shop_attributes:not( .has-background ) tbody td {
    background-color: #ffffff !important;
}
.single-product table.shop_attributes td, .single-product table.shop_attributes th {
    padding: 6px 0px;
}
button.single_add_to_cart_button.button.alt{
    border-radius: 6px;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    padding: 0px 10px;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
    font-weight: 600;
}
.popular-searches .text-muted{
    color: #fff !important;
    font-size: 13.93px; 
    margin-bottom: -5px;
}
/*#review_form_wrapper p.stars.selected a:not(.active):before{*/
/*    color: #3d9cd2 !important;*/
/*}*/
#review_form_wrapper p.stars a:before{
    color: #ffc107 !important;
    font-weight: 600;
}
/* =========================== Responsive media query ====================== */

 @media (max-width: 1200px) {
      
    }
 @media (max-width: 1024px) {
      
    } 
 @media (max-width: 991px) {
      button.navbar-toggler {
    background: #ffffff;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 30%;
    text-align: center !important;
    margin: 0 auto;
    right: 0;
    background: #e2dddda3;
    padding: 20px;
}
.abdh7 {
    padding-left: 0px;
}
.banner-section {
    margin-top: 0px;
}
    .images3 img {
    height: auto;
}
.aboutsection {
    text-align: center;
}
    } 
  @media (max-width: 767px) {
      .banner-title {
        font-size: 32px;
      }
      .banner-subtitle {
        font-size: 16px;
      }
      .owl-item.center .testimonial-box {
    transform: scale(1);
}
.testimonial-section .owl-carousel .owl-stage {
    padding: 10px 0px;
}
.centhead {
    padding-bottom: 0px;
}
.bestpading {
    padding: 40px 0px;
}
.bestpading h2, .abdh7 h2 {
    font-size: 25px !important;
}

.abdh7 p, .bestpading p {
    font-size: 14px !important;
}
h5.card-title.paku {
    font-size: 22px;
}
h2.fw-bold.stillha {
    font-size: 22px;
}
.guide-section h4{
    font-size: 20px;
}
.abdh7{
    text-align: center;
}
.form12 input[type="text"] {
    height: 36px;
    width: 100%;
}
    } 
     @media (max-width: 500px){
         .banner-content{
             top: 15%;
         }
         .images3 img {
    width: 100%;
    height: auto;
}
         .banner-content a.btn {
    font-size: 16px;
    padding: 5px 12px;
}
.banner-title {
        font-size: 22px;
    }
     }
     
/*collection page css */
section.top-bannr.con-us {
    margin-top: 35px;
}


