/**
* Template Name: Reveal
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.container #main{padding:30px 0px;}


.woocommerce div.product form.cart .button{font-size:14px;}

.outer-box .col-lg-7.col-sm-7{display:flex;align-items:end;}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{padding:15px!important;}

.woocommerce ul.products li.product .button{    padding: 12px 20px !important;}
@media only screen and (max-width: 767px) {
	
.woocommerce-result-count{    display: block;
    width: 100%;
    text-align: center;}
	.woocommerce-ordering{    
		width: 80%!important;
    margin: 0 auto!important;
    text-align: center;
    float: none!important;
    display: block;}
	.woocommerce-breadcrumb{padding:0px 10px!important;}
	
.woocommerce div.product div.images img, body .products .product img {
        width: 50% !important;
        margin: 0 auto !important;
    }
	
	
	
	
	
}




body {
  background: #fff;
  color: #444;
   font-family: "Roboto", sans-serif;
}
 
a {
  color:#000;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #183F86;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #33338B;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #71dfbe;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #D9D9D9;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 0;
    height: 40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #50d8af;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #50d8af;
}

#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  
 transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 20px 0px 0px 0px;
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    width: 100%;
    display: block;
}

.navbar ul {
 margin: 0;
    padding: 0;
    display: block;
    list-style: none;

}

.navbar li {
  position: relative;
    display: inline-block;
}

.navbar a,
.navbar a:focus {
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    white-space: nowrap;
    transition: 0.3s;
    text-align: center;
    color: #183F86;
    font-size: 19px;
    font-family: Roboto;
    font-weight: 500;
    /* text-transform: uppercase; */
    line-height: 22.80px;
    letter-spacing: 0.06px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #183F86;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #000;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0c2e8a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(8, 30, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0c2e8a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #50d8af;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #50d8af;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  
  position: relative;
  
  background-size: cover;
  padding: 0;
}

#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#hero .hero-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}


#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
  
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#hero .hero-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#hero .hero-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#hero .hero-slider {
  z-index: 8;

}

#hero .hero-slider::before {
  
}
#hero .hero-slider .swiper-slide img{ width:100%;}
#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}


/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {

#hero .hero-slider .swiper-slide img {
  
    margin-top: 30px !important;
}
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #183F86;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #183F86;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #D6EBF6;
  padding: 50px 0 70px 0;
  font-size: 14px;
}
#footer h3{color: #33338B; font-size: 20px;font-weight: 700; line-height: 22.11px; letter-spacing: 0.50px; margin-bottom:0px; padding-bottom:0px;}
#footer ul{ margin:0px; padding:0px;}
#footer ul li{ list-style:none; margin:0px; padding:0px;color: #33338B; font-size:15px;  line-height: 32.13px;}
#footer ul li a{ text-decoration:none;color: #33338B!important;}
.tab-content ul li{margin-bottom: 6px;}
.outer-box{ padding:10px 0px 10px 0px}

.copyright{ line-height:80px;}



#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}

#header #logo{ text-align:center}


.bartop{height: 56px; background: #183F86; width:100%; margin-top:20px;text-align: center; color: white; font-size: 19px; font-family: Roboto; font-weight: 400; text-decoration: underline; line-height:56px;}


.bartop ul{ text-align:center}
.bartop ul li{ display:inline-block; margin:0px 10px 0px 10px}

.offere-area{height: 71px; background: #D9D9D9;text-align: center; color: #183F86; font-size: 30px; font-family: Roboto; font-weight: 800; text-transform: uppercase; line-height:70px; letter-spacing: 0.09px; }

.fixed-top{ position:static}


.featured-in ul{ margin:0px; padding:0px; text-align:center}
.featured-in ul li{ display:inline-block; text-align:center; list-style:none; margin:0px 30px 0px 30px}


.brand-logo{ background:#FFF4DA; padding:20px 0px 20px 0px;}

.brand-logo ul{ margin:0px; padding:0px; text-align:center}
.brand-logo ul li{ eight: 32px; color: #111C4E; font-size: 19px; font-family: Roboto; font-weight: 700;display:inline-block; text-align:center; list-style:none; margin:0px 30px 0px 30px}
.brand-logo ul li span{ display:block; margin-top:10px;}

.featured-in{ background: white; box-shadow: 4px 2px 52px -23px rgba(0, 0, 0, 0.50)}
.Featured-ext{ text-align:center; margin:20px 0px 20px 0px}

.shop-area{ margin:50px 0px 20px 0px; background:#fff;}
.shop-area h2{color: #111C4E; font-size: 55px; font-family: Roboto; font-weight: 400; text-transform: uppercase; text-align:center }

 .nav-tabs {
            display: flex;
            justify-content: center;
            align-items: center;
           
  
        }
#testimonials .testimonial-item{ background:#fff}
.shop-by-health{ padding:40px 0px 40px 0px; position:relative; }
.shop-by-health:before{ content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../img/layer.png) right top no-repeat;
    width: 100%;
    height: 610px;
    z-index: -1;
    background-size: cover;}
.shop-by-health h3{color: #111C4E; font-size: 55px; font-weight: 800; text-transform: uppercase; line-height: 66px; letter-spacing: 0.28px; text-align:center}
#testimonials{ background:#F0F0F0}
#testimonials .section-header h2{color: black; font-size: 24px; font-family: Roboto; font-weight: 400; line-height: 28.80px; letter-spacing: 0.12px; padding-bottom:0px; margin-bottom:0px;  border-bottom:1px solid #000}
.section-header h2::before{ display:none}
.section-header{ margin-bottom:0px; padding-bottom:0px;}
.slider-client{ background:#F0F0F0; margin-top:30px; margin-bottom:30px;}
.tab-content ul li 
.star{text-align: left;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: -11px;}
.star img{ float:left}
.tab-content ul{ margin:0px; padding:0px; text-align:center; margin-top:30px;}		
.tab-content ul li{width: 310px;
    /* height: 502px; */
    background: white;
    border-radius: 5px;
    border: 1px #183F86 solid;
    display: inline-block;
    padding: 20px 20px;
    padding-bottom: 33px;}		
.tab-content ul li h3{color: #183F86;
    font-size: 21px;
    font-family: Roboto;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1px;}
	
.box-top{ position:relative;}	
.why-vital a {
   margin-top: 30px;
    height: 50px;
    line-height: 40px;
    background: #183F86;
    border-radius: 8px;
    text-align: left;
    text-align: center;
    color: white !important;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    display: inline-block;
    padding: 3px 70px;
}

.why-vital {
  margin: 120px 0px 41px 0px;
}
/* .why-vital{ margin:120px 0px 0px 0px} */
.why-vital h2{text-align: center; color: black; font-size: 58px; font-family: Roboto; font-weight: 800; text-transform: uppercase; line-height: 69.60px; letter-spacing: 0.17px; text-align:center; margin-top:30px;}
.why-vital p{color: black; font-size: 25px; font-family: Roboto; font-weight: 400; text-transform: lowercase; line-height: 30px; letter-spacing: 0.08px; text-align:center}
.discribe-text{ position:absolute; left:30px; bottom:30px;}	
.discribe-text a{ color:#fff !important;}
.discribe-text h4{ color:#fff; font-weight:bold}		
.tab-content ul li p{color: #707070; font-size: 17px; font-family: Roboto; font-weight: 400;  text-align:left;padding-bottom:0px; margin-bottom:0px; }	
.tab-content ul li span{color: #183F86; font-size: 21px; font-family: Roboto; font-weight: 400;  text-align:left;}
.tab-content ul li small{color: #183F86; font-size: 21px; font-family: Roboto; font-weight: 400;  text-align:left;display:block }

		.nav-tabs{ border:0px;}
		.nav-tabs .nav-link.active{background: #183F86;color: white; font-size: 30px; font-family: Roboto; font-weight: 400; text-transform: uppercase;}
		.nav-tabs .nav-link{border-radius: 0px; border:0px;background: #D9D9D9;color: #183F86; font-size: 30px; font-family: Roboto; font-weight: 400; text-transform: uppercase;}

.prod1{ position:relative}
.overbg{ position:absolute; border-radius: 6px; text-align:center;left:0px; top:0px; padding-top:30%; display:none;background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%); width:100%; height:100%;justify-content: center !important;}
.prod1:hover .overbg{ display:block;}
.our-vital-family h3{text-align: center;
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.60px;
    letter-spacing: 0.24px;
    margin-top: 77px;}
.our-vital-family p{text-align: center; color: white; font-size: 18px;}
.prod1{ position:relative; margin-bottom:20px;}	
.prod1 img{border-radius:6px;width: 100%;}	
.our-vital-family{ background:#183F86; padding:50px 0px; margin-top:120px;}		
		img{ max-width:100%; height:auto;}
	.page #main .container {
    padding: 0px 15px;
}
	.tab-content ul li img{ width:268px; height:268px;}	
		#logo img{width: 29%;}
		@media (max-width: 767px) {
		#logo{ text-align:left!important}
		
		#logo img{width: 71%!important;}
  #hero .hero-content h2 {
    font-size: 34px;
  }
  .featured-in ul li{    margin: 0px 3px 0px 10px;
    width: 18%;}
  
  .brand-logo ul li{    margin: 0px 3px 0px 10px;
    width: 28%;}
	.offere-area{ height:auto;font-size: 20px;}
	.bartop{ display:none}
	.nav-tabs .nav-link{ font-size:19px!important;}
	.offset-1{ margin:0px;}
	.tab-content ul li{width: 78%!important;}
	.shop-by-health h3{ font-size:28px;}
	.prod1 img {
    border-radius: 6px;
    width: 100%;
}
.shop-by-health img{ width:100%} 
    .mobile-nav-toggle {
        display: block;
        text-align: right;
    }
	#header{padding: 12px 0px 0px 0px;}
	.navbar li{ display:block}
	.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
    color: #183F86;
}
.top-seaction{display:flex;}
.our-vital-family h3{ font-size:28px!important;}
}


@media (max-width: 767px) {

  .shop-by-health {
      padding: 40px 10px 40px 10px!important;
      position: relative;
  }
  .shop-by-health .row{ padding:0px!important;margin: 0px!important;}
      .shop-by-health img {
    
          margin-bottom: 20px!important;
      }
	  .box-top {
    position: relative;
    padding: 0px;
}
.our-vital-family{padding: 50px 10px!important;}
.why-vital h2{ font-size:28px!important;}
.why-vital p{font-size: 16px;line-height: 21px;}
.why-vital {
    margin: 120px 20px 0px 20px!important;
}
#footer{padding: 50px 10px 70px 10px;margin-top: 50px;}
.shop-area h2{ font-size:28px!important;}
.tab-content ul li{padding: 20px 5px!important;}
.home.page #main .container {
    padding: 0px 9px!important;
}
  }

.overbg img {
    width: 28% !important;
}
html body .products .button{    background: #183F86 !important;
    color: #fff !important;}
html body .single_add_to_cart_button	{    background: #183F86 !important;
    color: #fff !important;}
html body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color: #183F86 !important;}
html body.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: #183F86 !important;}
.page-id-63 .fixed-top{padding: 60px 0px 40px 0px;}