*{
  margin:0; 
  padding:0; 
  outline:none;
}
/* Disable text selection */
html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#F2F4F6; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 300;
  overflow-x: hidden;
  padding: 0 !important;
}
.custom-social-icons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.phone-details i {
  color: #0064CF;
  font-size: 14px;
  font-family: 'FontAwesome';
  font-weight: 500;
  padding-right: 10px;

}
.news-form-input {
  width: 100%;
  background: #FFC400;
  border-radius: 10px;
}
.sticky #topabr {
  display: none;
}
.email-details i {
  color: #0064CF;
  font-size: 14px;
  font-family: 'FontAwesome';
  font-weight: 500;
  padding: 0 10px 0 18px;

}
.phone-details h6 {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;   
   margin-bottom: 0;

}
.topbar-contents {
  display: flex;
  align-items: center;
}
.email-details {
  display: flex;
  align-items: center;
  justify-content: left;
}
.phone-details {
  display: flex;
  align-items: center;
  justify-content: left;
}
.phone-details a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
  padding-left: 8px;

}
.email-details h6 {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
  margin-bottom: 0;
  


}
.email-details a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
  padding-left: 8px;


}
a{
  text-decoration: none !important;
}
.header-wishlist-cart {
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
}
.header-wishlist-cart i {
  color: #0064CF;
  font-size: 18px;
}
span.cart-header i{
  color: #0064CF;
  font-size: 18px;
}
.account-icon i {
  background: #0064CF;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
div#blog-left-sidebar {
  padding: 60px 0;
}
div#blog-right-sidebar {
  padding: 60px;
}
.slider-for .slick-list {
  margin: 0px 0px !important;
  padding: 0 !important;
}

/* Apply margin to each slick slide */
.slick-slide {
  margin: 0 10px; /* Adjust this value to control the gap between slides */
}

/* Fix alignment for slick-track due to margins */
.slick-track {
  margin-left: -10px; /* Adjust this to match the left margin of the slides */
}

/* Remove padding from slick-list to avoid interference with the layout */
.slick-list {
  padding: 0;
}

/* Additional styling to ensure proper centering and layout */
.slider-for .slick-slide {
  box-sizing: border-box;
  /* Add more styling for the slides here if needed */
}

/* banner */
.banner-contents h1 {
  font-family: Raleway;
  font-size: 60px;
  font-weight: 500;
  line-height: 76.8px;
  text-align: left;
  color: #0064CF;
  width: 72%;
}
.banner-contents h1 span {
  color: #1B1C1E;
}
.banner-contents h6 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 400;
  line-height: 43.58px;
  text-align: left;
  color: #03A9F4;
}
.banner-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  background: #FFC400;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  width: 226px;
  height: 52px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease-in-out;

}

.banner-button a:hover {
  background: #585858;
  color: #fff;
}
.counter-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
.counter_box {
  width: 280px;
  height: 111px;
}

.shop-product-button a:hover {
  background: #585858;
  color: #fff;
}
.shop-product-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  background: #FFC400;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  width: 261px;
  height: 52px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
}
.banner-button {
  margin-top: 28px;
}
.banner-contents {
  padding: 60px;
  background: #fff;
  height: 570px;

}
.banner-center-iamge img {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  transform: translate(126px, 0px);
  z-index: 9;

}
section#banner {
  position: relative;
}
.inner-banner-content h4 {
  font-family: Raleway;
  font-size: 26px;
  font-weight: 600;
  line-height: 33.28px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}
.inner-banner-content p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.15px;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}
.banner-rightside-content {
  height: 915px;
  padding: 60px 40px 60px 150px;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex-direction: column;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  z-index: 9;
}
.banner-inner-container {
  padding: 60px 0 0;
  background: #fff;
  height: 915px;
  display: flex;
  align-items: unset;
  justify-content: end;
  flex-direction: column;
}
.banner-rightside-content h2 {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  line-height: 51.2px;
  text-align: left;
  color: #FFFFFF;
}
.banner-explore-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  background: #FFFFFF;
  width: 261px;
  height: 52px;
  gap: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  transition: 0.8s ease-in-out;
}
.banner-explore-button a:hover {
  background: #FFC400;
  color: #1B1C1E;
}
.banner-phone-details h6 {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  padding: 0 6px;
}
.banner-email-details h6 {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  padding: 0 6px;
}
.banner-email-details {
  display: flex;
  align-items: center;
  padding-left: 24px;

}
.banner-phone-details a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
}

.banner-contact-details {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 42px;
}
.banner-email-details a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
}
.banner-phone-details i {
  color: #FFC400;
  font-family: 'FontAwesome';
  font-size: 14px;
}
.banner-phone-details {
  display: flex;
  align-items: center;
  justify-content: left;
}
.banner-email-details i {
  color: #FFC400;
  font-family: 'FontAwesome';
  font-size: 14px;
}
.inner-banner-content {
  padding: 35px 26px;
}
.banner-counter {
  height: 267px;
  padding: 60px;
  background-size: 100% 100%;
  background-position: center;
}
.text-counter h6 {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 600;
  line-height: 40.8px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
.banner-counter p {
  font-family: Raleway;
  font-size: 48px;
  font-weight: 600;
  line-height: 81.6px;
  letter-spacing: 0.115em;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.points-number h6 {
  font-family: Raleway;
  font-size: 48px;
  font-weight: 600;
  line-height: 61.44px;
  text-align: left;
  color: #fff;
}
.points-number {
  border: 1px solid #FFFFFF;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.inner-content-points {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* about us */
section#about-us {
  position: relative;
  padding: 60px 0 0;
}
#about-us .inner-container {
  background: #0064CF;
  padding: 60px;

}
.about-rightside-iamge img {
  width: 100%;
}
.about-us-details h3 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 37.57px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 30px;

}
.about-rightside-iamge {
  text-align: end;
}
.about-us-details p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #FFFFFFCC;
  margin-bottom: 0;
}
.about-us-heading h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  padding-bottom: 30px;
}
.counter_box{
  position: relative;       

}

.counter_box.bg_2::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #FFFFFF5E;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translate(-31px, 0px);
}

.counter_box.bg_3::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #FFFFFF5E;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translate(-31px, 0px);
}
/* how does it works */
#howdoesitwork .inner-container {
  background: #FFC400;
  padding: 60px;

}
.howdoesitwork-heading h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  padding-bottom: 30px;
}
section#howdoesitwork {
  padding: 60px 0;
  position: relative;
}
.howdoesitwork-details h3 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 37.57px;
  text-align: center;
  color: #1B1C1E;
}
.inner-howdoesitworks h4 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 37.57px;
  text-align: center;
  color: #1B1C1E;
}
.inner-howdoesitworks p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: center;
  color: #585858;
  width: 375px;
}
.inner-howdoesitworks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #FFFFFF33;
  border-radius: 10px;
  padding: 22px 0;

}

.inner-howdoesitworks i {
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 38px;
  font-style: normal;
  width: 80px;
  border: 1px solid #FFFFFF;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
-moz-animation: pulse 2s infinite;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}
.banner-contact-details a:hover {
  color: #FFC400;
}
.newsletter-form .newsletter-place {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  background: #FFC400;
  height: 52px;
  padding: 8px;
  text-align: center;
  margin: auto;
  width: 100%;
  border-radius: 10px;
}
.middle-align {
  padding: 60px 0;
}
.content_page p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.15px;
  text-align: left;
  color: #585858;
  padding-bottom: 30px;
}
.wpcf7-spinner {
  margin: 0 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-43px, -12px);
}
section.banner-image {
  background-size: cover;
  background-position: center;
}
/* testimonial */
div#single-testimonial {
  padding: 60px;
}
.single-page-content {
  padding: 20px 0 0;
}
h2.wp-block-heading {
  font-family: Raleway;
  font-size: 26px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: left;
  color: #1B1C1E;
  margin-bottom: 0;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  background: #fff;
  border-radius: 10px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
  color: #585858;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
}
footer.wp-block-latest-comments__comment-meta a {
  color: #585858;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
}
#testimonial_single span.post-title {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}

.single-page-content p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}
#testimonial_single span.meta-nav {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 700;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
}


.testimonial-box img {
  width: 100%;
  height: 100%;
}
.testimonial-box p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: center;
  color: #585858;
}
.testi-title a {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  color: #0064CF;
}
.testi-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;}
.testimonial-contents-details {
  padding: 16px 26px;
}
.testimonial-star i {
  color: #FFC400;
  padding: 10px 4px 0;
}
.testimonial-box {
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  background: #fff;
  padding: 24px;
  border-radius: 10px;
}
.testimonial-heading h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  /* padding-bottom: 30px; */
  margin-bottom: 0;
}
.owl-nav button {
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  border: unset;
  background: #FFC400;
  margin: 0 23px 0 0;

}
section#testimonial {
  position: relative;
  padding: 60px;
}
.owl-nav.disabled {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, -78px);
}
.owl-nav button i {
  width: 43px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B1C1E;
  font-size: 21px;
}
/* For smooth tab transitions */
.tab-pane {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  height: 0;
}

.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/* Slick Slider Arrows Styling */
.slick-prev:before, .slick-next:before {
  color: #333;
}

#blogs .date::before {
  content: "";
  width: 2px;
  height: 64%;
  background: #1B1C1E;
  position: absolute;
  left: 7px;
  top: 5px;
}

.date h6{
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  margin-bottom: 0;
  padding-left: 14px;
}
.product-show_details-btn a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  /* line-height: 19.96px; */
  text-align: left;
  color: #03A9F4;
}
.product-rating {
  padding-left: 18px;
}
.product-btn-rating {
  display: flex;
  align-items: center;
  justify-content: left;
}
.slick-slide img{
  width: 100%;
  border-radius: 10px;
}
.blog-title {
  padding: 8px 0 0;
}
.slider-nav-image img {
    height: 580px;
}


.blogs-image img {
  width: 100%;
  height: 180px;
}
.blog-title a {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  color: #1B1C1E;
}
.nav-tabs {
  border-bottom: unset !important;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: unset !important;
  border: unset !important;
}
.nav-tabs .nav-link {
  border: unset;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  width: 261px;
  height: 48px;
  border-radius: 10px !important;
  border: 1px solid #0771E3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  transition: 0.8s ease-in-out;

}
.nav-tabs .nav-link:hover {
  color: #fff;
  background: #03A9F4;
}
button#add-blog-btn {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  width: 261px;
  height: 48px;
  border-radius: 10px !important;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  background: #FFC400;
  transition: 0.8s ease-in-out;
}

button#add-blog-btn:hover {
  background: #585858;
  color: #fff;
}
.blog-read-more-btn a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #03A9F4;
}
.blogs-content p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}
.blog-title-active a {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 46.4px;
  text-align: left;
  color: #0064CF;
}
.nav-tabs .nav-link.active {
  color: #ffff !important;
  background: #03A9F4 !important;
}
/* order water online */
section#order-water-online {
  padding: 60px;
  background: #FFFFFF;

}
.add-to-cart-button a:hover {
  background: #FFC400;
  color: #fff;
} 
.add-to-cart-button a:hover::after{
  background: #FFC400;
  color: #fff;
}
.product-title a {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.48px;
  text-align: left;
  color: #1B1C1E;
}
h5.product-regular-price {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 32.68px;
  text-align: left;
  color: #58585899;
  margin-bottom: 0;
}
h5.product-sale-price {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 32.68px;
  text-align: center;
  color: #0771E3;
  margin-bottom: 0;
  padding-left: 14px;

}
.product-price {
  display: flex;
  align-items: center;
  padding: 10px 0;

}
.order-water-heading h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  padding-bottom: 30px;
}
.product-image img {
  width: 100%;
  max-width: fit-content;
}
.product-title {
  padding: 24px 0 0;
}
.product-image {
  border: 1px solid #76C9EF;
  height: unset;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.add-to-cart-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  width: 100px;
  background: #03A9F4;
  color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}
.add-to-cart-button {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.add-to-cart-button a::after {
  content: "\f07a";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  background: #03A9F4;
  width: 32px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* featured products */
section#featured-product {
  padding: 60px;
  background: #FFFFFF;
}
.featured-product-heading h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  padding-bottom: 30px;
}


/* subscription plan */
.subcription-plan-heading h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
}
.subcription-plan-heading p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.15px;
  text-align: center;
  color: #585858;
  padding-bottom: 30px;
  width: 60%;
}
.subcription-plan-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section#subscription-plans {
  padding: 60px 0;
  position: relative;
}
.inner-plan-subscription h4 {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.18px;
  text-align: left;
  color: #1B1C1E;
  padding-left: 12px;
  margin-bottom: 0;
}
.inner-plan-subscription h6 {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}
.plan-inner-contents {
  padding: 60px 80px;
  background: #fff;
  height: 800px;

}
span#reply-title {
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
  font-family: 'Open Sans';
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: .83em;
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
  font-family: 'Open Sans';
}
label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
  font-family: 'Open Sans';
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {

  font-family: 'Raleway';
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFC400 !important;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #FFC400;
  background-color: #FFC400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
  font-family: 'Raleway';
  font-size: 16px;
  color: #1B1C1E;
  font-weight: 600;
}
div#tab-description h2 {
  margin-bottom: 0;
  padding-bottom: 26px;
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
}
.summary.entry-summary p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.15px;
  text-align: left;
  color: #585858;
}
.plans-image {
  width: 100%;
  height: 116px;
  border-radius: 200px;
  border: 1px 0px 0px 0px;
  border: 1px solid #00BFA566;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px 0px #C3C3C366;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.plans-point-number h5 {
  color: #FFFFFF;
  width: 40px;
  height: 40px;

  background: #00BFA5;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.18px;
  text-align: left;
}
.plans-title-number {
  display: flex;
  align-items: center;
}
.plans-details .plans-box:nth-child(2) .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.plans-details .plans-box:nth-child(2) .inner-plan-subscription {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.plans-details .plans-box:nth-child(2) .inner-plan-subscription .plans-title-number {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse;

}
.plans-details .plans-box:nth-child(2) .inner-plan-subscription h4{
  padding-right: 12px;

}
.plan-subscr-image img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.plan-subscr-image {
  background: #00BFA5;
  position: relative;
  height: 800px;
}
.plans-heading h4 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: left;
  color: #0064CF;
}
.plans-heading h6 {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.15px;
  text-align: left;
  color: #585858;
}
.plans-on-imagecontent h4 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 700;
  line-height: 60.9px;
  text-align: left;
  color: #FFFFFF;
}
.plans-on-imagecontent p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #FFFFFF;
}
.plans-on-imagecontent {
  padding: 60px;
}

.subscription-button a:hover {
  background: #0064CF;
  color: #fff;
}
.subscription-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  background: #03A9F4;
  width: 261px;
  height: 48px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 10px;
  opacity: 0px;
  color: #fff;
  box-shadow: 4px 4px 4px 0px #87868699;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
}
.testimonial-view-button {
  display: flex;
  align-items: center;
  justify-content: center;
}





.product-view-button{
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-view-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  width: 261px;
  height: 48px;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  border: 1px solid #FFC400;
  transition: 0.8s ease-in-out;
}

.product-view-button a:hover {
  background: #585858;
  color: #fff;
}

.feature-product-view-button{
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-product-view-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  width: 261px;
  height: 48px;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  border: 1px solid #FFC400;
  transition: 0.8s ease-in-out;
}
.feature-product-view-button a:hover {
  background: #585858;
  color: #fff;
}

.testimonial-view-button a:hover{
  background: #585858;
  color: #fff;
}
.testimonial-view-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  width: 261px;
  height: 48px;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  border: 1px solid #FFC400;
  transition: 0.8s ease-in-out;

}

.blog-view-button a:hover {
  background: #585858;
  color: #fff;
}

.blog-view-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  width: 261px;
  height: 48px;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  border: 1px solid #FFC400;
  transition: 0.8s ease-in-out;
}
.blog-view-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plans-on-imagecontent {
  padding: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.subscription-button {
  padding-right: 30px;
}
.seeproducts-button a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  width: 261px;
  height: 48px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 10px;
  opacity: 0px;
  color: #fff;
  border: 1px solid #FFFFFF;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  display: flex;
  align-items: center;
  justify-content: center
}
.subcri-products-buttons {
  display: flex;
  align-items: center;
}

/* Delivery Services  */
.delivery-services-video h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  padding-bottom: 30px;
}


.delivery-services-map h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  padding-bottom: 30px;
}
section#delivery-service {
  position: relative;
  padding: 60px;
}
.delivery-services-map embed {
  width: 100%;
  height: 600px;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  border-radius: 10px;
}

.owl-nav button i:hover {
  background: #585858;
  color: #fff;
}

.newsletter-form span.wpcf7-form-control-wrap::before {
  content: "\f0e0";
    position: absolute;
    font-family: 'Font Awesome 5 Brands';
    font-size: 17px;
    font-family: 'FontAwesome';
    color: #1B1C1E;
    left: 0px;
    bottom: 0;
    top: 0px;
    margin: auto;
    height: fit-content;
}

.newsletter-form form {
  display: flex;
  justify-content: center;
  width: 85%;
  align-items: center;
  margin: auto;
}
.newsletter-form input.wpcf7-form-control.wpcf7-text{
  background: #FFC400;
    border: none;
    /* box-shadow: 4px 4px 4px 0px #C3C3C399; */
    /* border-radius: 10px; */
    width: 270px;
    /* margin: auto; */
    padding: 13px 28px;
}
input.wpcf7-form-control.wpcf7-text::placeholder {
  padding-left: 0px;
}

.blogs-inner-box {
  background: #FFFFFF;
  padding: 30px 60px;
}
section#blogs {
  position: relative;
  padding: 60px 0;
}
.blog-main-heading h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  padding-bottom: 30px;
}
.slider-nav i {
  font-family: 'FontAwesome';
  font-size: 16px;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B1C1E;
  font-size: 21px;
  background: #FFC400;
  transform: translate(0px, -229px);

}
.blog-title-active h6 {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  margin-bottom: 0;
  padding-left: 14px;
}
.slider-for i.fas.fa-chevron-left.slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-62px, -585px);
}
.slider-for i.fas.fa-chevron-right.slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, -585px);
}
.slider-for i {
  width: 43px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B1C1E;
  font-size: 21px;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  border: unset;
  background: #FFC400;
  cursor: pointer;
  transition: 0.8s ease-in-out;
}

.woocommerce-product-details__short-description p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}
.testi-title:hover a {
  color: #FFC400;
}
.plans-box:nth-child(1)
ul li:nth-child(3) {
    list-style: none;
}

.plans-box:nth-child(3)
ul li:nth-child(3) {
    list-style: none;
}
.inner-plan-subscription li {
  list-style: auto;
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}
.tab-pane {
  display: none; /* Hide all tab panes initially */
  opacity: 0; /* Start with invisible content */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transition effects */
}

.tab-pane.show {
  display: block; /* Show the active tab */
  opacity: 1; /* Fade in effect */
  transform: translateY(0); /* Original position */
}

.tab-pane:not(.show) {
  transform: translateY(20px); /* Start from below when not active */
}

.nav-link {
  cursor: pointer; /* Pointer on nav links */
}

/* Optional styles for active tab */
.nav-link.active {
  font-weight: bold; /* Make active link bold */
  color: #007bff; /* Active link color */
}

.modal-content{
  background: unset !important;
  border: unset !important;
}
.modal-content {
  justify-content: flex-start;
  align-items: flex-start;
}
.add-blogs-container {
  width: 600px;
  background: #FFC400;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  position: absolute;
  top: 0%;
  padding: 60px;
  transform: translate(100%, 50%);
}
.header-cart-admin {
  display: flex;
  align-items: center;
  justify-content: right;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: 2px solid #03A9F4 !important;
  font-family: 'Raleway';
  font-size: 16px;
  color: #1B1C1E;
  font-weight: 500;
  position: absolute;
  bottom: 0;
}
input#blog-title::placeholder {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;

}
textarea#blog-content::placeholder {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
}
textarea#blog-content {
  width: 100%;
  height: 100px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 16px; 
}
.product-price h6 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 32.68px;
  text-align: center;
  margin-bottom: 0;
  color: #585858;
  padding-left: 10px;
}
section#single-about-us {
  background: #FFC400;
  padding: 60px;
  margin: 60px 0 0;
}
button#submit-blog-btn {
  background: #03A9F4;
  border: unset;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
  height: 52px;
  gap: 0px;
  opacity: 0px;
  border-radius: 10px;
  padding: 0 38px;
  text-align: left;
}

input#blog-image {
  margin-bottom: 16px;
  border: unset !important;
  background: unset !important;
  font-family: 'Raleway';
  font-size: 17px;
  color: #1B1C1E;
  font-weight: 400;
}

#single-about-us .about-us-details h3 {
  color: #1B1C1E;
}
#single-about-us .about-us-details p{
  color: #585858;
}
span.close {
  position: absolute;
  top: 0;
  right: 17px;
  color: #fff;

}
.admin-author-title i {
  position: unset;
  transform: unset;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
  border-radius: 50%;
  background: #1B1C1E;
  color: #fff;
  margin-right: 24px;

}
.svg-of-circle svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translate(155px, -4px);
  z-index: 9;

}
.add-blogs-container h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
  padding-bottom: 30px;
  color: #fff;
}
input#blog-title {
  width: 100%;
  height: 52px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 10px;
  padding: 15px;
  margin: 0 0 16px;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #FFC400;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  font-family: star;
 }
 .star-rating{
   color: #FFC400;
   margin: 10px 0;
   font-size: .857em;
   display: block;
   overflow: hidden;
   position: relative;
   height: 1em;
   line-height: 1;
   font-size: 1em;
   width: 5.4em;
   font-family: star;
 }
 .star-rating:before{
  content: "\73";
  color: #FFC400;
  float: left;
  top: 0;
  right: 0;
  position: absolute;
 }
 .star-rating span{
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  width: 80% !important;

 }
 .star-rating span:before{
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
 }


 section.banner-image .card {
  padding: 56px;
  border-radius: 0px 10px 10px 0px;
}
h1.entry-title {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
}
.shop h1.entry-title{
  text-align: left;

}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #FFC400 !important;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #FFC400 !important;
}
/* newsletter */
#newsletter {
  position: relative;
  padding: 40px;
  background: #FFFFFF;
}

.newsletter-heading h2 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 60.9px;
  color: #1B1C1E;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.newsletter-form {
  text-align: center;
}
.header-wrap {
  padding: 0 60px 20px;
  background: #fff;
  position: relative;

}
ul.sub-menu li:hover {
  background: #FFC400;
}

.product-title a:hover {
  color: #03A9F4;
}

/* Header Sarch */

.search-input{
  color: #fff;
  outline: none;
  border: none;
  line-height:40px;
  width: 0px;
  float: left;
  font-size:14px;
  transition: 0.7s ease;
  font-family:sans-serif;
}

.search-box:hover > .search-input{
  width: 240px;
  margin: 0px 8px;
}
.search-input:focus{
  width: 240px;
  margin: 0px 8px;
}

ul.foot-flex i {
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 18px;
  padding-right: 12px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #03A9F4;
  border: unset;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
  height: 52px;
  gap: 0px;
  opacity: 0px;
  border-radius: 10px;
  padding: 0 38px;
  margin-left: 24px;
  transition: 0.8s ease-in-out;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #0064CF;
}
input.wpcf7-form-control.wpcf7-text {
  /* background: #FFC400; */ 
  /* border: none; */
  /* box-shadow: 4px 4px 4px 0px #C3C3C399; */
  /* height: 52px; */
  /* border-radius: 10px; */
  /* width: 845px; */
  /* height: 52px; */
  /* padding: 20px 35px; */


}.wpcf7-form-control-wrap {
  position: relative;
  /* background-color: #FFC400;
  border-radius: 10px; */
}
input.wpcf7-form-control.wpcf7-text::placeholder {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: center;
  color: #1B1C1E;
}
/*------------------ Contact Page -----------------*/
.contact-page-details
{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border:2px solid #cccccc;
  background-color: transparent;
  width: 100%;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 32px 0;
  height: auto;
  background: unset;
border: 1px solid #1212124D;
border-radius: 5px;
opacity: 1;
}
.outer_dpage h2 {
  color: #222222;
  font-size: 40px;
  font-family: 'Inter';
  font-weight: bold;
}.outer_dpage {
  padding: 60px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 13px;
  border-radius: unset;
  border: 1px solid #222222;
  border: 1px solid #58585833;
  margin-top: 10px;
}
.contact-box .contac_form input[type="submit"]:hover{
  background: #585858 !important;
  color: #fff !important;
}
.contact-box a:hover {
  color: #C99E00;
}
.bradcrumbs {
  color: #1B1C1E;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 600;
  line-height: 24.65px;
  text-align: left;
}
.blog-author {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
}
.author-date {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 12px 0;

}
.blog-author span {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
}
.contact-box .contac_form input[type="submit"] {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  background: #FFC400;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  width: 226px;
  height: 52px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
  margin: 20px 0;
}
.bradcrumbs a {
  color: #0064CF;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 600;
  line-height: 24.65px;
  text-align: left;
  padding: 12px;
}
section#contact-box{
  padding:0;
  margin:0;
}
.sticky .header-wrap {
  background: #fff;
  padding: 14px 60px;
}
.date {
  position: relative;
}
.testidetails .date {
  position: relative;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  color: #0064CF;
  padding-left: 10px;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%; 
}
.contac_form h3 {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: center;
  color: #1B1C1E;
}
.contact-box .wpcf7 input[type="text"]::placeholder {
  text-align: justify;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
  width: 100%;
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  padding: 10px;
}
.contac_form label {
  color: #1B1C1E;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.order-track-hover.text-start p {
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
}
button.wp-block-search__button.wp-element-button {
  position: absolute;
  right: 13px;
  bottom: 0;
  top: 0;
  background: unset;
  border: unset;
}
.wp-block-search__input{
  width: 100%;
  height: 45px;
  border-radius: 54px;
  border: 1px solid #FFC400;
}
.slider-for i.fas.fa-chevron-left.slick-arrow:hover {
  background: #585858;
  color: #fff;
}
.slider-for i.fas.fa-chevron-right.slick-arrow:hover{
  background: #585858;
  color: #fff;
}
.contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
}
.blog-content p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}
h1.page-title {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 60.9px;
  color: #1B1C1E;
  text-align: left;
  padding: 10px 0;
}
.blog-information h5 a {
  font-family: Raleway;
  font-size: 22px;
  font-weight: 600;
  line-height: 46.4px;
  text-align: left;
  color: #0064CF;
}
.post-content-boxx .date {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  padding: 10px 0 0;
}
.yith-wcwl-add-button i {
  font-size: 18px;
  color: #FFC400;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  position: absolute;
  right: 0;
  margin: auto;
  transform: translate(-157px, -82px);
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.yith-wcwl-wishlistexistsbrowse a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  font-size: 0;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  margin-right: 0 !important;
  font-size: 16px;
  color: #FFC400;
}
.main-single-div span.entry-author a {
  display: unset;
}
.main-single-div textarea#comment {
  border: 1px solid #03A9F4;
}
.main-single-div textarea#comment::placeholder {
  color: #1B1C1E;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  position: absolute;
  right: 0;
  margin: auto;
  transform: translate(-150px, -78px);
}
a.add_to_wishlist.single_add_to_wishlist {
  width: 19px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

aside#block-2 {
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #0771E3;
}
aside#block-3{
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #0771E3;
  margin: 10px 0;
}
aside#block-4{
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #0771E3;
}
.contact-box .wpcf7 input[type="text"]::placeholder {
  color: #B7B7B7;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 300;
}
.wc-block-components-totals-item__label {
  flex-grow: 1;
  font-family: 'Raleway';
  color: #1B1C1E;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.wc-block-components-product-metadata__description p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
  padding-right: 16px;
  font-family: 'Raleway';
  color: #1B1C1E;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
  font-family: 'Raleway';
  color: #1B1C1E;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
  font-family: Raleway !important;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 23.48px;
  text-align: left;
  color: #1B1C1E !important;

}
span.woocs_price_code {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product span.woocs_price_code {
  display: flex;
  align-items: center;
  justify-content: left;
}
.outer_dpage .yith-wcwl-add-to-wishlist{
  display: none;
}
.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: Raleway;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 23.48px;
  text-align: left;
  color: #1B1C1E;
}
th.wc-block-cart-items__header-image span {
  font-family: Raleway;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 23.48px;
  text-align: left;
  color: #1B1C1E;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  background: #FFC400;
  border: unset;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  height: 52px;
  gap: 0px;
  opacity: 0px;
  border-radius: 10px;
  padding: 0 38px;
  margin-left: 0;
  transition: 0.8s ease-in-out;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #B7B7B7;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 300;
}
.wp-block-search__label {
  width: 100%;
  font-family: 'Inter';
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.wp-block-search__inside-wrapper{
  position: relative;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #b3af54;
  font-size: 1.25em;
  font-size: 18px;
  font-family: 'Inter';
  font-weight: 700;
  color: #222222;
  word-spacing: -4px;
}
.product_meta {
  font-family: 'Inter';
  color: #222222;
  font-weight: 400;
  font-weight: 400;
}
.product_meta a {
  color: #C99E00;
  font-weight: 500;
}
.row.bg-media {
  justify-content: space-between;
}
.woocommerce div.product p.price ins{
  background: inherit;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
input.search-submit {
  font-size: 0;
}

#header a.search-btn::after {
  content: "\f002";
  position: absolute;
  top: 0px;
  font-family: 'FontAwesome';
  margin: auto;
  font-size: 17px;
  color: #0064CF;
  right: 0;
}
input.search-submit {
  background: unset;
  border: unset;
}
a.header-cart {
  padding: 0 40px;
}

.counter {
  font-size: 2em;
  font-weight: bold;
  animation: count 4s ease-in-out forwards;
  display: inline-block;
}

/* Counter keyframes animation */
@keyframes count {
  from { content: "0"; }
  to { content: "1000"; } /* End value here */
}



.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  /* opacity: .5; */
  display: inline-block;
  font-weight: 400;
  color: #797979;
  font-weight: 500;
  padding-left: 10px;
}
.woocommerce #review_form #respond .form-submit input {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  background: #FFC400;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  width: 150px;
  height: 52px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
}

.woocommerce #review_form #respond .form-submit input:hover {
  background: #585858;
  color: #fff;
}


.woocommerce div.product form.cart .button {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  background: #FFC400;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  width: 170px;
  height: 52px;
  padding: 10px 30px 10px 30px;
  gap: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#container{
  padding: 60px 0;
}
.woocommerce-product-rating a {
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
  font-family: 'Open Sans';
}
.woocommerce form .form-row input.input-text::placeholder {
  color: #B7B7B7;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
}
.c_content span {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_content p{
  font-size: 16px;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contact-page-details a {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000;
}
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
  color: #222222;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
}
.wp-block-button.wc-block-grid__product-add-to-cart {

  width: 100%;
  height: 48px;
  border-radius: 10px !important;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-shadow: 4px 4px 4px 0px #C3C3C399;
  background: #FFC400;
  transition: 0.8s ease-in-out;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {

  font-family: Raleway;
  font-size: 17px !important;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
}
.wc-block-grid .wc-block-grid__product-onsale{
  background-color: #00BFA5 !important;
    color: #fff !important;
    z-index: 9;
    font-family: 'Raleway';
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50px !important;
    border: unset !important;
}
.woocommerce ul.products li.product .onsale {
  top: -10px;
  right: unset !important;
  left: -14px !important;
}
.woocommerce ul.products {

  padding-top: 20px !important;
}
.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  color: #FFC107 !important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2em !important;
  margin: 0 auto 2em;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 5em;
  width: 2em !important;
}
ins {
  text-decoration: none;
}
del span.woocommerce-Price-amount.amount {
  color: #797979;
  font-weight: 500;
  padding-left: 0px;
  display: flex;
  flex-direction: row-reverse;
  font-size: 18px;
  font-family: 'Inter';

  word-spacing: -4px;
  margin-bottom: 0;
}
span.woocommerce-Price-amount.amount bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.woocommerce-product-gallery__wrapper a {
  width: 100%;
}
.dashicons-star-filled:before {
  content: "\f155";
  color: #FFC400;
}
.woocommerce p.stars a::before {

  content: "\e021";
  text-indent: 0;
  color: #FFC400;
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #FFC400;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #FFC400;
}
div#comments h2 {
  margin-bottom: 0;
  padding-bottom: 26px;
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
}
.account-icon a h6 {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  margin-bottom: 0;
  padding-left: 10px;

}
.account-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text {
  margin-top: 0px !important;
  font-size: 18px;
  color: #1B1C1E;
  height: 52px;
  border-radius: 10px;
  border-radius: 1px solid #000;
  border: 1px solid #00BFA566;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: left;
  font-family: 'Raleway';
  color: #1B1C1E;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce ul.products li.product .star-rating{
  margin: unset !important;
}
h1.woocommerce-products-header__title.page-title {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: left;
  color: #1B1C1E;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #3DBAF2;
  font-size: 16px;
  font-family: 'Raleway';
  background: #fff;
  font-weight: 500;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  width: 125px;
  background: #03A9F4;
  color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;

}

.woocommerce ul.products li.product a img {

  border: 1px solid #3DBAF2;
  border-radius: 10px;
}
#shop span.woocommerce-Price-amount.amount bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.68px;
  text-align: left;
  color: #58585899;
  padding-right: 10px;
}
h2.woocommerce-loop-product__title {
  font-family: Raleway;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 23.48px;
  text-align: left;
  color: #1B1C1E;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #1B1C1E !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-size: .92em;
  color: #585858;
  font-family: 'Raleway';
  font-size: 16px !important;
  padding-bottom: 20px;
}

span.woocommerce-Price-amount.amount bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 32.68px;
  text-align: left;
  color: #58585899;
  padding-right: 10px;
}
.woocommerce div.product p.price ins bdi {
  color: #0771E3;
}
.newsletter-form form p {
  margin-bottom: 0;
}
.woocommerce span.onsale {
  background-color: #00BFA5;
  color: #fff;
  font-size: .857em;
  z-index: 9;
  font-family: 'Raleway';
  width: 50px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.entry-date {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  margin-bottom: 0;
  padding-left: 14px;
}
.socila_share a i:hover {
  background: #fff;
}
span.meta-nav {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 700;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
}
span.post-title {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
}
.metabox {
  padding: 16px 0;
}
span.entry-comments {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  margin-bottom: 0;
  padding-left: 15px;
}
span.entry-author a {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #1B1C1E;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 40px 0;

}
span.entry-author h6 {
  margin-bottom: 0;
  padding-right: 7px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: unset;
  color: #E2B001;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Inter';
}
.woocommerce nav.woocommerce-pagination ul li a{
  font-size: 18px;
  font-family: 'Inter';
  font-weight: 700;
  color: #222222;
  word-spacing: -4px;
  margin-bottom: 0;
}
ins span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-family: 'Inter';
  font-weight: 700;
  color: #222222;
  word-spacing: -4px;
  margin-bottom: 0;
  flex-direction: row-reverse;
  display: flex;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-flex;
  font-size: 1em;
  justify-content: center;
  margin-left: auto!important;
  margin-right: auto!important;
  text-align: center;
  white-space: normal;
  word-break: break-word;

  padding: 0 70px;
  background: unset;
}
.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  max-width: 100%;
  width: min-content;
  padding: 31px 45px;
}
.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  content: "SSSSS";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  color: #FFC107;
}
.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  color: #FFC107;
}
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
  height: 100%;
}

.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
  height: 170px;
      border-radius: unset;


}
.contact-page-details .contact-email
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
  height: 170px;
      border-radius: unset;


}
.contact-page-details .contact-phone
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
  height: 170px;
  border-radius: unset;


}
.contact-box {
  padding: 60px 0;
}
.contact-page-details .inner-cont i {
  font-size: 32px;
  color: #0064CF;
  padding: 14px 0;
}
.contac_form span.wpcf7-form-control-wrap input{
  margin: 0 12px 30px 0;
  border: 2px solid #cccccc;

}
/* footer */

#footer {
  background-size: 100% 100%;
  background-position: center;
}



.product-categories li a {
  color: #84899E;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Inter';
}


/* single blogs page */
.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
textarea#comment {
  width: 100%;
  height: 100px;
  border: 1px solid #FFC400;
    background: transparent;
  border-radius: 10px;
  padding: 15px;
}
.main-single-div .content_page {
  background: #FFC400;
  padding: 60px;
}
h1.blg-head {
  font-family: Raleway;
  font-size: 42px;
  font-weight: 600;
  line-height: 49.31px;
  text-align: left;
  color: #fff;
}
.main-single-div p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
}
.socila_share a i {
  color: #fff;
  font-size: 18px;
}
.socila_share {
  display: flex;
  align-items: center;
  justify-content: end;
}

.form-submit input#submit {
  background: #03A9F4;
  border: unset;
  box-shadow: 4px 4px 4px 0px #C3C3C3;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #fff;
  height: 52px;
  gap: 0px;
  opacity: 0px;
  border-radius: 10px;
  padding: 0 38px;
  margin-left: 0;
}
.socila_share a i {
  color: #FFC400;
  font-size: 18px;
  padding-left: 17px;
  width: 40px;
  height: 40px;
  background: #0064CF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50px;
  margin-left: 12px;

}
.meta-box-question {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.65px;
  text-align: left;
  color: #03A9F4;
}


/* video */
.video-container {
  position: relative;
  width: 100%;
  height: 600px;

}

video {
  width: 100%;
  display: block;
  outline: none;
  object-fit: cover;
  height: 600px;
  border-radius: 10px;

}

/* Play button styles */
.play-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border: none;
  color: #1B1C1E;
  font-size: 40px;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  animation: animate-pulse 3s linear infinite;

}

.video-container:hover .play-button {
  display: block;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 555px;
  height: 40px;
}
.control-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 36px;
  flex-direction: column ;
}
button#fullscreenButton {
  border: unset;
  background: unset;
  padding-left: 18px;

}
button#playButton {
  border: unset;
  background: unset;
}

.value-settings-screenzoom {
  display: flex;
  align-items: center;
  justify-content: space-between;
    width: 555px;
}
button#settingsButton i {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 17px;
  color: #fff;
}
button#fullscreenButton i {
  color: #fff;
  font-size: 17px;
}
.screen-zoom button {
  border: unset;
  background: unset;

}
.screen-zoom {
  position: absolute;
  bottom: 38px;
  right: 143px;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.screen-zoom button img {

  width: 18px;
  height: 18px;
}
.controls span {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.15px;
  text-align: left;
  color: #fff;}

.progress-container {
  flex-grow: 1;
  margin: 0 10px;
  display: flex;
  align-items: center;
}

/* Progress bar styles */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
}

/* Progress bar track */
input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background: linear-gradient(to right, red 0%, white 0%);
  border-radius: 2px;
}

input[type="range"]::-moz-range-track {
  height: 5px;
  background: linear-gradient(to right, red 0%, white 0%);
  border-radius: 2px;
}

/* Progress bar thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
}

input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}

/* Control buttons */
.controls button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.controls img {
  width: 20px;
  height: 20px;
}

/* Video player hover effect */
.video-container:hover .controls {
  opacity: 1;
}


.video-container {
  position: relative;
  width: 100%;
}

/* Play button styles */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  display: block;
}

.video-container:hover .play-button {
  display: block;
}


.controls span {
  font-size: 16px;
}

.progress-container {
  flex-grow: 1;
  margin: 0 10px;
  display: flex;
  align-items: center;
}

/* Progress bar styles */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
}

/* Progress bar track */
input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background: linear-gradient(to right, white 0%, white 0%); /* Start empty */
  border-radius: 2px;
}

input[type="range"]::-moz-range-track {
  height: 5px;
  background: linear-gradient(to right, white 0%, white 0%); /* Start empty */
  border-radius: 2px;
}

/* Progress bar thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: red; /* Red color for thumb */
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
  box-shadow: 0 0 2px rgba(255, 0, 0, 0.5); /* Optional shadow for better visibility */
}

input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: red; /* Red color for thumb */
  border-radius: 50%;
  cursor: pointer;
}

/* Control buttons */
.controls button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}


/* Volume button */
.volume-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 20px;
}

/* Video player hover effect */
.video-container:hover .controls {
  opacity: 1;
}

.video-container {
  position: relative;
  width: 100%;
}



.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  display: block;
}

.progress-container {
  position: relative;
  flex-grow: 1;
  margin: 0 10px;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: transparent; /* Transparent to show the filled color */
  cursor: pointer;
}

.progress-filled {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: red; /* Color to fill */
  border-radius: 2px;
  z-index: 1;
}
input#progressBar {
  width: 100%;
  height: 6px;
}


.progress-circle {
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-54%, -38%);
}

.controls button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.controls img {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

/* Video player hover effect */
.video-container:hover .controls {
  opacity: 1;
}

/* Settings panel styles */
.settings-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px;
  display: none; /* Initially hidden */
  z-index: 10;
}

.settings-panel h2 {
  margin-top: 0;
}

.settings-panel label {
  display: block;
  margin-bottom: 10px;
}

.settings-panel button {
  margin-top: 10px;
  cursor: pointer;
}

/* Settings button */
.settings-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 20px;
}


/* single blog pages */

.blog-box-content img {
  width: 100%;
}
div#full-width-blog {
  padding: 60px 0;
}
.blog-content p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}
.singlepage-blog-title a {
  font-family: Raleway;
  font-size: 26px;
  font-weight: 600;
  line-height: 46.4px;
  text-align: left;
  color: #0064CF;
}


/* faq */
.faq-page {
  padding: 60px;
}
.panel-body p {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #585858;
}


.accordion-button {
  color: #1B1C1E;
  font-family: Raleway;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 28.18px;
  text-align: left;
}

.accordion-button:not(.collapsed) {
  color: #0064CF !important;
  background-color: unset !important;
  box-shadow: unset !important;
}
.card-header {
  padding: unset !important;
  background-color: unset !important;
  border-bottom: unset !important;
}
.card{
  border: unset !important;
}
.accordion-item{
  border: unset !important;
}

.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: unset !important;
  transform: rotate(-180deg);
  content: "";
  width: 14px;
  height: 3px;
  background: #0064CF;
}
button.accordion-button.collapsed::after {

  background-image: unset !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  content: "";
  width: 3px !important;
  height: 14px !important;
  background: #1B1C1E;
}
button.accordion-button.collapsed::before {
  content: "";
  width: 15px !important;
  height: 3px !important;
  background: #1B1C1E;
  position: absolute;
  right: 0;
  transform: translate(-14px, 0px);
}




/* animations */



@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(88, 120, 243, 1);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
  }
  100% {
      box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
  }
}


@keyframes animate-pulse{
  0%{
      box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;
  }
  40%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 #fff;
  }
  80%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  
}

div#shop .yith-wcwl-add-to-wishlist {
  display: none;
}

input[type="text"]:focus {
  background-color: transparent !important; /* Removes any background color */
  outline: none !important;
  border: none !important;
}

/* Reset autofill background color and other styles */
input:-internal-autofill-selected,
input:-webkit-autofill {
    appearance: none !important; /* Removes default appearance */
    background-color: transparent !important; /* Removes background color */
    color: inherit !important; /* Inherits the text color from the parent */
    box-shadow: 0 0 0 1000px #FFC400 inset !important; /* Override autofill background in WebKit */
    background-image: none !important; /* Removes any background images */
    border: none !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word;
  padding: 6px 0;
}