html {
  scroll-padding-top: 74px;
}

.main {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.container-first {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
}

.overflow-hidden{
    overflow: hidden;
}

.responsive-img {
  width: 100%;
}

.main-title {
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 20px;
}

.main-title.white {
  color: #fff;
}

.footer {
  position: relative;
  z-index: 2;
  background-color: #1C1847;
}

.hero-banner {
  width: 100%;
  height: 100vh;
  background-color: #1B1747;
  padding-top: 170px;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  z-index: 0;
}

.banner_content{
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     row-gap: 30px;
}

.hero-banner-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-banner img{
     width: 100%;
}

.hero-banner-content h1 {
  font-size: 70px;
  line-height: 110%;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.hero-banner-content p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.hme_category_section {
  width: 100%;
}


.hme_category_section {
  background-color: #015DA4;
  background-image: url(../images/bg-category.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;

}

.hme_category_section p {
  color: #fff;
}

.newsletter-msg{
        font-size: 15px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

.hme_scroller {
  width: 100%;
  position: relative;
  z-index: 99;
      overflow: hidden;
}

.hme_scroller::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
   background-color: #fff;
   z-index: -1;
}

.hme_category_content {
  width: 40%;
  padding-bottom: 60px;
  position: relative;
}

.hme_category_slider {
  width: 50%;
  margin-left: auto;
}

.category_img {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  height: 320px;
  position: relative;
}

.category_tag {
  width: auto;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: #015DA4;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.category_img:hover img {
  transform: scale(1.1);
}

.category_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.category_content {
  width: 100%;
  padding-top: 25px;
}

.category_content h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.category_content p {
  font-size: 16px;
  line-height: 24px;
  max-width: 300px;
}

.hme_new_arrivals_section {
  width: 100%;
  background-color: #F6F6F6;

}

.hme_new_arrivals_section .hme_category_content p {
  color: #000;
}

.hme_new_arrivals_section .category_content h3 {
  color: #000;
}

.hme_new_arrivals_section .category_content p {
  color: #000;
}

.learn_btn {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 4px;
  display: inline-block;
  padding-right: 25px;
  font-weight: 600;
  position: relative;
}

.learn_btn::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.learn_btn:hover {
  color: #fff;
}

.learn_btn.black {
  color: #000;
}

.learn_btn::after {
  content: "";
  width: 13px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 0;
  background-image: url(../images/learn-arrow.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.learn_btn:hover::after {
  right: -10px;
}

.learn_btn.black::after {
  background-image: url(../images/learn-arrow-black.svg);
}

.learn_btn.black::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.learn_btn:hover::after {
  right: -10px;
}


.learn_btn.blue {
  color: #0095D9;
}


.learn_btn.blue::after {
  background-image: url(../images/learn-arrow-blue.svg);
}

.learn_btn.blue::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 149, 217, 0.3);
}



.slider_btn_main {
  width: 100px;
  display: flex;
  gap: 10px;
}

.slider_btn {
  width: 45px;
  height: 45px;
  border: 1px solid #1B1747;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider_btn:hover {
  background: #1B1747;
}

.slider_btn:hover img {
  filter: brightness(0) invert(1);
}


.hme_category_section .slider_btn {
  border: 1px solid #fff;
}

.hme_category_section .slider_btn:hover {
  background: #fff;
}

.hme_category_section .slider_btn:hover img {
  filter: brightness(1) invert(0);
}

.hme_category_section .slider_btn img {
  filter: brightness(0) invert(1);
}

.hme_category_content .slider_btn_main {
  position: absolute;
  bottom: 0;
}

.hme_featured_section {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.hme_featured_text {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.hme_featured_slider {
  width: 100%;
  margin-top: 60px;
}

.hme_featured_slider .swiper-slide {
  padding: 1px;
  height: auto;
}

.featured_box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  padding-bottom: 75px;
  position: relative;
}

.home .featured_box { min-height: 620px; }

.wishlist {
    width: 30px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 15px;
}

.featured_box_content {
  width: 100%;
  padding: 35px 30px 10px;
}

.featured_box_content h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
  padding-right: 15px;
}

.featured_box_content h4 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #0095D9;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.featured_box_content p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.featured_box_img {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
}

.featured_box_img img {
  max-width: 100%;
  max-height: 100%;
}

.featured_swiper {
  overflow: visible !important;
}

.hme_featured_section .slider_btn_main {
  margin: 0 auto;
  margin-top: 50px;
}

.featured_btn_main {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}

.featured_btn_main a {
  width: 50%;
  height: 62px;
  background-color: #015DA4;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.featured_btn_main a:hover,
.featured_btn_main a.cart_btn:hover {
  background-color: #1B1747;
}

.featured_btn_main a.cart_btn {
  background-color: #0095D9;
}

.hme_why_section {
  width: 100%;
  background-color: #005DA5;
  position: relative;
}


.hme_why_section::after {
  content: "";
  width: 540px;
  height: 540px;
  background-image: url(../images/manna-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.5;
}

.hme_why_section .container {
  position: relative;
  align-items: center;
  z-index: 1;
}

.hme_why_section::before {
  content: "";
  width: 420px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1C1847;
  z-index: 0;
}

.hme_why_img {
  width: 33%;
}

.hme_why_img img {
  width: 100%;
}

.hme_why_content {
  width: 67%;
  padding-left: 7%;
}

.hme_why_content h2,
.hme_why_content p {
  color: #fff;
}

.hme_why_content ul {
  margin: 20px 0;
}

.hme_why_content li {
  color: #fff;
  margin-top: 5px;
  padding-left: 35px;
  background-image: url(../images/list1.svg);
  background-repeat: no-repeat;
  background-position: left top 4px;
}

.footer_subscribe {
  width: 100%;
  background-color: #005DA5;
  background-image: url(../images/sub-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer_subscribe_inner {
  width: 100%;
  max-width: 90%;
  align-items: center;
  margin: 0 auto;
}

.footer_subscribe_inner h3 {
  width: 45%;
  font-size: 40px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  padding-right: 20px;
  margin-bottom: 0;
}

.footer_subscribe_form {
  width: 55%;
  position: relative;
}

.footer_subscribe_input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  -webkit-border-radius: 30px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 210px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer_subscribe_input::placeholder {
  color: #fff;
}

.footer_subscribe_btn {
  width: 195px;
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  color: #0095DA;
  line-height: 52px;
  text-align: center;
  background: #fff !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.footer_subscribe_btn:hover {
  background-color: #005DA5 !important;
  color: #fff;
}

.footer_bottom {
  padding: 55px 0;
}

.footer_logo {
  width: 30%;
}

.footer_nav {
  width: 50%;
}

.footer_nav h3 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.footer_nav_inner {
  margin-top: 15px;
}


.footer_nav ul:first-child,
.footer_nav ul:last-child{
     width: 30%;
}

.footer_nav ul {
  width: 35%;
  padding-right: 10px;
}

.footer_nav ul li{
    margin-top: 8px;
}

.footer_nav li a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.footer_nav li a:hover {
  color: #0095DA;
}

.footer_contact {
  width: min-content;
  margin-left: auto;
}

.footer_contact ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer_contact ul li {
  padding-left: 60px;
  min-height: 42px;
  position: relative;
  width: 100%;
}

.footer_contact ul li h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.footer_contact ul li a {
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.footer_contact ul li a:hover {
  color: #0095D9;
}

.footer_icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0095DA;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
}

.footer_copy_right {
  width: 100%;
  padding: 30px 0;
  background-color: #FFFFFF;
}

.footer_copy_right p {
  color: #fff;
  font-size: 16px;
  color: #191919;
  margin-bottom: 0;
}

.footer_copy_right p a {
  color: #fff;
  font-size: 16px;
  color: #191919;
}

.footer_copy_right p a:hover {
  color: #0095D9;
}

.footer-social {
  margin-left: auto;
}

.footer-social ul {
  display: flex;
  gap: 20px;
}

.footer-social ul li a {
  color: #058BD1;
  font-size: 18px;
}

.footer-social ul li a:hover {
  color: #1C1847;
}

.footer-social ul li:nth-child(2) a {
  font-size: 20px;
}

/* Search Popup Styles */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
}

.search-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.search-popup-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 50px 40px;
  margin: 20px;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  z-index: 10000;
}

.search-popup.active .search-popup-content {
  transform: translateY(0);
}

.search-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  color: #000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  z-index: 10001;
}

.search-popup-close:hover {
  color: #0095D9;
}

.search-popup-close span {
  line-height: 1;
}

.search-popup-inner {
  width: 100%;
}

.search-popup-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

.search-input-wrapper_main {
  position: relative;
  width: 100%;
  padding: 100px 0;
  
}

.search-input-wrapper:focus-within {
  border-color: #0095D9;
}

.woo-search-results{
    margin-top: 80px;
}

.search-input-wrapper_main .woo-products-grid{
     margin-top: 30px !important;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 30px 20px;
}

.search-input {
  flex: 1;
  padding: 18px 25px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  background: transparent;
}

.search-input::placeholder {
  color: #999;
}

.search-submit-btn {
  width: 60px;
  height: 60px;
  background-color: #0095D9;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  padding: 0;
  position: relative;
  right: -1px;
}

.search-submit-btn:hover {
  background-color: #015DA4;
}

.search-submit-btn img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* Prevent body scroll when popup is open */
body.search-popup-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .search-popup-content {
    padding: 40px 25px;
    margin: 15px;
  }

  .search-popup-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .search-input {
    padding: 15px 20px;
    font-size: 14px;
  }

  .search-submit-btn {
    width: 50px;
    height: 50px;
  }
}

.overflow-hidden{
    overflow: hidden;
}

.sub-banner-inner-page{
     width: 100%;
     height: 500px;
     display: flex;
     align-items:flex-end;
     padding-bottom: 80px;
     position: relative;
     overflow: hidden;
}

.sub-banner-inner-page::after{
  content: "";
    width: 100%;
    height: 100%;
    background: rgba(27, 23, 70, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.sub-banner-inner-page h1{
     color: #fff;
     font-weight: 900;
     font-size: 70px;
}

.sub-banner-inner-page .container{
  position: relative;
  z-index: 2;
}

.about_first_image{
     width: 50%;
}

.about_first_content{
     width: 50%;
     padding-left: 50px;
     padding-top: 35px;
}

.about_first_image-wrap{
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     align-items: flex-end;
     margin-top: 100px 70px;
}

.vision_section{
     width: 100%;
     border-top-left-radius:60px;
     border-top-right-radius: 60px;
     overflow: hidden;
}

.vision_section ul{
      display: flex;
      flex-wrap: wrap;
}

.vision_section ul li{
    width: 33.3%;
    padding: 100px 70px;
    min-height: 640px;
    display: flex;
    flex-wrap: wrap;
}

.vision-content{
     margin-top: auto;
}

.vision-icon{
    max-width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.vision-content h3{
    font-size: 50px;
    line-height: 105%;
    color: #fff;
    font-weight: 900;
    margin-bottom: 45px;
}

.vision-content p{
  color: #fff;
}

.leadership_section{
     width: 100%;
}

.header_left{
     width: 100%;
}

.leadership_list{
     width: 100%;
     margin-top: 50px;
}

.leadership_list ul{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
}

.leader-box{
     width: 100%;
     height: 100%;
     border-radius: 25px;
     border: 1px solid #C7C7C7;
     padding: 10px;
}

.leader-box-img{
     width: 100%;
     -webkit-border-radius: 14px;
     border-radius: 14px;
     overflow: hidden;
}

.leader-box-img img{
     width: 100%;
     height: 330px;
     object-fit: cover;
     object-position: top center;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.leader-box:hover .leader-box-img img{
  -webkit-transform: scale(1.1, 1.1);
     transform: scale(1.1, 1.1);
}

.leader-box-title{
     width: 100%;
     padding: 25px 20px 10px;
}

.leader-box-title h5{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.leader-box-title span{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #015DA4;
}

.vision_bottom_section{
    width: 100%;
    align-items: center;
    background-color: #005DA5;
    position: relative;
}

.vision_bottom_year{
     width: 180px;
     height: max-content;
     position: absolute;
     right: 0;
     margin: auto;
     top: 0;
     bottom: 0;
}

.vision_bottom_img{
     width: 35%;
}

.vision_bottom_img img{
     width: 100%;
     height: 680px;
     object-fit: cover;
}

.vision_bottom_content{
     width: 44%;
     padding: 50px 0 50px 75px;
    
}

.vision_bottom_content h2,
.vision_bottom_content p{
             color: #fff;
}

.categories_list{
     width: 100%;
     min-height: 600px;
     margin-top: 40px;

}

.categories_list ul{
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 50px 20px;
}

.categories_list_box{
      width: 100%;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      overflow: hidden;
}

.categories_list_img{
     width: 100%;
     -webkit-border-radius: 14px;
     border-radius: 14px;
     overflow: hidden;
}

.categories_list_img img{
     width: 100%;
     height: 310px;
     object-fit: cover;
     object-position: top center;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.categories_list_box:hover .categories_list_img img{
      -webkit-transform: scale(1.1, 1.1);
     transform: scale(1.1, 1.1);
}

.categories_list h5{
          font-size: 22px;
          line-height: 30px;
          color: #000000;
          margin-top: 26px;
          font-weight: 500;
}

.breadcrumbs{
     width: 100%;
     padding: 25px 0;
     background-color: #F6F6F6;
}

.breadcrumbs ul{
     display: flex;
     flex-wrap: wrap;
     gap: 10px 14px;
}

.breadcrumbs ul li{
  position: relative;
}

.breadcrumbs ul a,
.breadcrumbs ul span{
      font-size: 16px;
      line-height: 20px;
      color: #000;
      position: relative;
}

.breadcrumbs ul a:hover{
   color: #0095DA;
}

.breadcrumbs ul span{
  color: #0095DA;
}

.breadcrumbs ul li:first-child::after{
      display: none;
}

.breadcrumbs ul li:last-child::after{
 color: #0095DA;
}

.breadcrumbs ul li::after{
        content: "/";
    position: absolute;
     left: -11px;
    top: 1px;
    color: #000;
}

.faq_sections{
     width: 100%;
}

.faq_menu{
     width: 100%;
     background-color: #F6F6F6;
}

.faq_menu ul{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
}

.faq_menu ul li{
     width: 25%;
}

.faq_menu ul li a{
      width: 100%;
      display: block;
      line-height: 84px;
      position: relative;
      text-align: center;
      font-size: 20px;
      color: #5C5C5C;
}

.faq_menu ul li.current-menu-item a{
          font-weight: bold;
          color: #0095D9;
}

.faq_menu ul li a:hover{
color: #0095D9;
}

.faq_menu ul li.current-menu-item a::after{
      content: "";
      width: 100%;
      height: 2px;
      background-color: #0095D9;
      position: absolute;
      bottom: 0;
      left: 0;
}

/* FAQ accordion styles */
.faq_accordion{
  max-width: 1200px;
  margin: 60px auto 0;
}
.faq_item{
  border:1px solid #EBEBEB;
  border-radius:10px;
  background:#fff;
  overflow:hidden;
}

.faq_item.active .faq_question{
     padding-bottom: 10px;
}

.faq_question{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items:center;
  padding:30px 30px;
      padding-right: 65px;
  font-size:25px;
  text-align:left;
  background:transparent;
  border:0;
  cursor:pointer;
  color:#000;
  font-weight:500;
  position: relative;
}
.faq_question:focus{outline:none}
.faq_icon{width: 20px;transition:transform .35s ease;position: absolute; top: 35px; right: 30px;}
.faq_answer{height:0;overflow:hidden;transition:height .35s ease,padding .35s ease;color:#444;background:#fff;display:block}
.faq_item.active .faq_answer{padding:0 30px 30px}
.faq_item.active .faq_icon{transform:rotate(180deg)}
.faq_item + .faq_item{margin-top:12px}

@media(max-width:767px){
  .faq_question{padding:14px 16px;font-size:15px}

}

.blog_main_sections{
      width: 100%;
}

.blog_search_main{
     width: 100%;
     max-width: 1040px;
     margin: 0 auto;
     margin-top: 30px;
     display: flex;
     flex-wrap: wrap;
     gap: 2%;
}

.blog_search_text{
      width: 70%;
      height: 54px;
      line-height: 54px;
      font-size: 15px;
      padding: 0px 20px 0px 50px;
      border: 1px solid #D4D4D4;
      background-image: url(../images/search-icon.svg);
      background-repeat: no-repeat;
      background-position: left 20px center;
      border-radius: 49px;
}

.nice-select{
      width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-size: 16px;
    color: #000000 !important;
    border: 1px solid #EBEBEB;
    border-radius: 49px;
    background-color: #fff;
}

.nice-select:after{
border-bottom: 1px solid #818181;
    border-right: 1px solid #818181;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}

.blog_search_main .nice-select{
    width: 28%;
    height: 54px;
      line-height: 54px;
      font-size: 15px;
      padding: 0 20px;
        border-radius: 49px;
        background-color: #F9F9F9;
            border: solid 1px #F9F9F9;
}

.blog_search_main .nice-select:after{
border-bottom: 2px solid #0095d9 !important;
    border-right: 2px solid #0095d9 !important;
    content: '';
    display: block;
    height: 9px !important;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s 
ease-in-out;
    transition: all 0.15s 
ease-in-out;
    width: 9px !important;
}

.blog_search_main .nice-select .list{
      width: 100%;
      font-size: 15px;
}

.nice-select .list{
  overflow: auto;
}

.blog_search_main .nice-select .option{
     font-size: 15px;
}


.main-blog-item{
     width: 100%;
     margin-top: 70px;
    align-items: flex-end;
}

.blog-main-img{
      width: 50%;
      overflow: hidden;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      position: relative;
}

.blog-main-img img{
  -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.blog-main-img:hover img{
  -webkit-transform: scale(1.1,1.1);
     transform: scale(1.1,1.1);
}

.blog-main-content{
      width: 50%;
      padding-left: 60px;
      padding-bottom: 60px;
}

.blog-main_content_inner{
     width: 100%;
     padding-right: 7%;
}

.blog-main_content_inner span{
  font-size: 16px;
  line-height: 24px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.blog-main_content_inner h5{
      font-size: 25px;
      color: #000;
      font-weight: 500;
      margin-bottom: 10px;
}

.blog-main_content_inner p{
    font-size: 16px;
  line-height: 24px;
  color: #000;
}

.blog-main-content .learn_btn{
     margin-top: 40px;
}

.blog-list-main{
    width: 100%;
    margin-top: 80px;
}

.blog-list-main ul{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 50px 20px;
}

.blog-list-img{
     width: 100%;
     overflow: hidden;
     -webkit-border-radius: 25px;
     border-radius: 25px;
          position: relative;
}

.blog-list-img img{
  width: 100%;
  height: 265px;
  object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.blog-list-img:hover img{
    -webkit-transform: scale(1.1,1.1);
     transform: scale(1.1,1.1);
}

.blog-main-list-content{
     width: 100%;
     padding-top: 25px;
}

.blog_tag{
     position: absolute;
     left: 15px;
     top: 15px;
     height: 40px;
     padding: 0 20px;
     line-height: 40px;
     background-color: #015DA4;
     color: #fff;
     border-radius: 8px;
     font-size: 18px;
     font-weight: 400;
     z-index: 3;
}

.about_first_section .flex{
     align-items: center;
}

.blog-list-img .blog_tag{
     font-size: 14px;
     height: 30px;
     line-height: 30px;
     padding: 0 15px;
     color: #fff;
}

.blog_tag a{
   color: #fff;
}

.low-height_banner{
    width: 100%;
    height: 165px;
    background-color: #1B1747;
}

.blog_detail_sections {
     width: 100%;
}

.blog_detail_sections .blog_tag{
  position: static;
  width: auto;
  display: inline-block;
}

.bolg-time{
           font-size: 16px;
           font-weight: 400;
           margin-top: 25px;
           margin-bottom: 30px;
}

.blog_detail_sections .main-title{
   margin-bottom: 40px;
}

.bolg-time span{
     color: #0095DA;
}

.blog-auther-wrap{
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 45px;
    align-items: center;
    border-bottom: 1px solid #CFCFCF;
}

.blog-auther-wrap .main-title{
     margin-bottom: 35px;
}

.blog_author{
     font-size: 16px;
     line-height: 24px;
}

.blog_detail_inner{
     width: 100%;
     max-width: 1120px;
     margin: 0 auto;
}

.blog_detail_inner img{
     width: 100%;
     margin-bottom: 30px;
     -webkit-border-radius: 25px;
     border-radius: 25px;
}

.blog_related_sections{
     width: 100%;
     background-color: #F6F6F6;
}

.blog_related_swiper{
      width: 100%;
      margin-top: 30px;
}

.production_usage_wrap{
    width: 100%;
}

.production_usage_wrap ul{
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 10px;
     margin-top: 50px;
}

.production_usage_wrap h2{
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom:20px;
}



.production_box{
     width: 100%;
     height: 100%;
     min-height: 158px;
     padding: 25px 30px 60px;
     border: 1px solid #C7C7C7;
     background-color: #fff;
     border-radius: 25px;
     position: relative;
     display: block;
}

.production_box h3{
     font-size: 22px;
     line-height: 30px;
     color: #000000;
     font-weight: 500;
     text-align: left;
}


.download_btn{
     width: auto;
     font-size: 16px;
     color: #0095D9;
     font-weight: 700;
     position: absolute;
     bottom: 20px;
     left: 30px;
     display: flex;
     align-items: center;
     gap: 5px;
}

.download_btn::after{
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 149, 217, 0.3);
}

.production_box:hover{
    background: #0095D9;
    border: 1px solid #0095D9;
}

.production_box:hover h3{
  color: #fff;
}

.production_box:hover .download_btn{
  color: #fff;
}

.production_box:hover .download_btn::after{
  background: rgba(255, 255, 255, 0.3);
}

.production_box:hover img{
   filter: brightness(0) invert(1);
}

.contactform_sections{
     width: 100%;
}

.contactform_main_wrap{
     width: 100%;
     flex-wrap: wrap;
     display: flex;
     border-radius: 25px;
     overflow: hidden;
   
}

.contactform_main_left{
     width: 45%;
     padding: 100px 60px 60px;
     background-image: url(../images/contact-left.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
}

.contactform_main_left::after{
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(1, 93, 164, 0.6);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
}

.contactform_main_right{
      width: 55%;
      padding: 100px 50px 60px;
        background-color: #1A1644;
}

.contactform_main_left_content{
  position: relative;
  z-index: 1;
}

.contactform_main_left_content a{
    color: #fff;
    line-height: 26px;
}

.contactform_main_left_content a:hover {
    color: #e1e1e1;
}

.contactform_main_left_content p{
  color: #fff;
}

.contactform_main_left_content p a{
   color: #fff;
}

.contactform_main_left_content p a:hover{
     color: #1A1644;
}

.contact-form{
     width: 100%;
}

.contact-form ul{
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     row-gap: 15px;
     justify-content: space-between;
}

.contact-form ul li{
   width: 100%;
}

.contact-form ul li.half{
     width: 49%;
}

.form_group label{
   color: #CFCFCF;
   font-size: 14px;
   width: 100%;
   margin-bottom: 5px;
}

.form-main{
     width: 100%;
     height: 56px;
     line-height: 56px;
     background-color: #fff;
     -webkit-border-radius: 49px;
     border-radius: 49px;
     padding: 0px 20px;
     border: none;
     font-size: 14px;
     color: #212121;
}

.form-main::placeholder{
           color: #A7A9AC;
}

textarea.form-main{
     width: 100%;
     height: 56px;
     line-height: 25px;
     background-color: #fff;
     -webkit-border-radius: 20px;
     border-radius: 20px;
     padding: 15px 20px;
     border: none;    
}

.contact-form  .main_btn{
    background-color: #0095D9;
        margin-top: 40px;
}

.contact-form  .main_btn:hover{
     color: #fff;
}

.contact-details-wrap{
     width: 100%;
     border-top: 1px solid #C7C7C7;
}

.contact-details-wrap ul{
          width: 100%;
          display: flex;
          flex-wrap: wrap;
}

.contact-details-wrap ul li{
  width: 25%;
    padding: 55px 20px 60px 35px;
    border-left: 1px solid #C7C7C7;
}

.contact-details-wrap ul li:nth-child(3){
      width: 30%;
}

.contact-details-wrap ul li:last-child{
      width: 19%;
}

.contact-details-wrap ul li:first-child{
     padding-left: 0;
     border-left: 0;
}

.contact-details-wrap ul li label{
            font-size: 18px;
            color: #0095D9;
            line-height: 25px;
            display: block;
            margin-bottom: 30px;
}

.contact-details-wrap ul li p,
.contact-details-wrap ul li a{
             color: #000000;
             font-size: 22px;
             line-height: 32px;
             font-weight: 500;
}

.contact-details-wrap ul li a:hover{
   color: #0095D9;
}

.contact-map{
     width: 100%;
     height: 700px;
}

.gm-style-iw-chr{
  position: absolute;
    right: 4px;
    top: -9px;
    padding: 0;
}

.gm-style-iw-chr button{
      width: 35px !important;
      height: 35px !important;
}

.gm-style .gm-style-iw-c{
     padding: 15px !important;
}

.store-locator-info-window{
     font-size: 17px !important;
     line-height: 28px !important;
}

.store-locator-info-window a{
    margin-top: 8px;
    color: #1c1c1c;
}

.store-locator-info-window a:hover{
  color: #0095D9;
}

.account-selection{
     width: 100%;
}

.title_center{
     text-align: center;
}

.accout_choose_wrap{
     width: 100%;
     max-width: 1000px;
     margin: 0 auto;
}

.category_select_wrap{
     width: 100%;
     margin-top: 50px;
   box-shadow: 0 14px 74px rgba(0,0,0,0.05);
     -webkit-border-radius:30px;
border-radius:30px;
padding: 40px 25px;
}

.category_select_wrap ul{
      display: flex;
      flex-wrap: wrap;
}

.category_select_wrap li{
     width: 50%;
     padding: 0 25px;
     position: relative;
}

.category_select_wrap li:first-child::after{
  content: "";
       width: 1px;
       height: 100%;
       background-color: rgba(1, 93, 164, 0.1);
       position: absolute;
       right: 0px;
       top: 0;
       z-index: 1;
}

.category_select_icon{
     width: 70px;
     height: 70px;
     background: rgba(0, 149, 217, 0.06);
     border-radius: 10px;
     display: flex;
    justify-content: center;
    align-items: center;
}

.category_select_content{
     width: 100%;
     padding-top: 20px;
}

.category_select_content h3{
     font-size: 25px;
     line-height: 30px;
     font-weight: 500;
     margin-bottom: 10px;
}

.category_select_content p{
     font-size: 16px;
     line-height: 24px;
}

.error404 .header,
.woocommerce-account .header{
    position: static !important;
    background-color: #1c1847 !important;
}

.search-results .header{
    background-color: #1c1847 !important;
}

.icon-btn{
  position: relative;
}

.cart-count{
  width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0095D9;
    color: #fff;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -12px;
    border-radius: 100%;
}

.product-list-main{
     width: 100%;
}
.product-list-main .products{
 display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
  

/* .page-template-default .header {
    position: static;
    background-color: #1c1847;
} */

.wdo-logout-success{
     width: 100%;
     padding: 180px 0 150px;
     text-align: center;
}

.detail-item strong{
      font-size: 14px;
      font-weight: 400;
    color: rgb(35, 31, 32);
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

.detail-item span{
      font-size: 16px;
    line-height: 24px;
    color: #000;
    display: block;
    font-weight: 400;
    width: 100%;
}


.default-page-section{
  padding: 110px 0 150px;
}

.privacy-policy .default-page-section h2{
  font-size: 40px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.privacy-policy .default-page-section h3{
  font-size: 35px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.privacy-policy .default-page-section h4{
  font-size: 30px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.privacy-policy .default-page-section h5{
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.privacy-policy .default-page-section ul,
.privacy-policy .default-page-section ol{
  padding-left: 15px;
  margin-bottom: 20px;
}

.privacy-policy .default-page-section ul li,
.privacy-policy .default-page-section ol li{
  position: relative;
}

.privacy-policy .default-page-section ul li::after,
.privacy-policy .default-page-section ol li::after{
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0095D9;
  border-radius: 100%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}


.search-results-pagination{

}

.search-results-pagination{
       width: 100%;
       margin-top: 40px;
       display: flex;
       justify-content: center;
       flex-wrap: wrap;
       gap: 6px;
}



.search-results-pagination a,
.search-results-pagination span{
       min-width: 30px;
       height: 33px;
     
   
       font-size: 14px;
       font-weight: 500;
       color: #015DA4;
       display: flex;
       justify-content: center;
       align-items: center;
       color: #1c1847;
       border: 1px solid #015DA4;
       border-radius: 6px;
}


.search-results-pagination span{
           background-color: #199fde;
           color: #fff;
           border: 1px solid #199fde;
}

.search-results-pagination a.prev,
.search-results-pagination a.next{
     display: none !important;
}


.search-results-pagination a,
.search-results-pagination span{
       min-width: 30px;
       height: 33px;
     
   
       font-size: 14px;
       font-weight: 500;
       color: #015DA4;
       display: flex;
       justify-content: center;
       align-items: center;
       color: #1c1847;
       border: 1px solid #015DA4;
       border-radius: 6px;
}


.search-results-pagination span{
           background-color: #199fde;
           color: #fff;
           border: 1px solid #199fde;
}

.woocommerce-pagination{
     width: 100%;
     margin-top: 50px;
}

.woocommerce-pagination ul{
     display: flex !important;
     flex-wrap: wrap;
justify-content: center;
    gap: 10px !important;
}

.woocommerce-pagination ul li{
  min-width: 30px;
       height: 33px;
           line-height: 27px;
       font-size: 14px;
       font-weight: 500;
       color: #015DA4;
       display: flex;
       justify-content: center;
       align-items: center;
       color: #1c1847;
       border: 1px solid #015DA4;
       border-radius: 5px;
       overflow: hidden;
}

.woocommerce-pagination ul li span{
  width: 100%;
  height: 100%;
   display: flex;
       justify-content: center;
       align-items: center;
         background-color: #015DA4 !important;
         color: #fff !important;
}