/* stylelint-disable selector-list-comma-newline-after */
body {
  font-family: 'Open Sans', sans-serif;
}
.uppercase {
  text-align: center;
  text-transform: uppercase;
}
.top-pad {
  padding-top: 45px;
  padding-bottom: 20px;
}
.blog-header {
  line-height: 1;
  
}
.blog-header a {
  text-transform: uppercase;
}
.mr20 {
  margin-right: 20px;
}
.imgcont {
  background: url("../images/rs=h_1000-cg_true.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 300px;
  
}


.headerblock1 {
  margin-bottom: 60px;
}
.blog-header-logo {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  padding: 3px 15px;
  border: solid 1px;
  text-transform: unset !important;
}
.blueblock {
  text-align: center;
  padding:25px;
  font-size: 16px;
  background: rgb(240, 244, 251);
}
.bluetext {
  font-size: 16px;
  color: #6193d3;
  font-weight: 400;
  letter-spacing: 3px;
  padding-top: 30px
}
.blueblock h4 {
  font-size: 16px;
  color: #6193d3;
  font-weight: 400;
  letter-spacing: 3px;
}
.text-blocksection .mytext{
  margin-top: auto;
margin-bottom: auto;

}
.mytext p {
  font-size: 20px;
  line-height: 1.5;
  color: rgb(94, 94, 94);
font-weight: 400;
overflow-wrap: break-word;
font-family: 'Open Sans', arial, sans-serif;
letter-spacing: normal;
padding-bottom: 10px;
}
.mytext h6 {
  font-size: 20px;
  line-height: 1.5;
  color: black;
font-weight: 600;
margin-bottom: 15px;
overflow-wrap: break-word;
font-family: 'Open Sans', arial, sans-serif;
letter-spacing: normal;
}
.mb-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blueblock p {
  color: #5e5e5e;
  font-weight: 400;
  padding-bottom: 10px;
}
.blueblock a button{

}
.productblocks {
  padding: 35px 0px;
}
.prd {

}
.btn-shop {
  background-color: rgb(75, 117, 173);
  letter-spacing: 0.214em;
  font-weight: 700;
  color: rgb(255, 255, 255);
  padding:15px 20px;
  font-size: 14px;
  border-radius: 0;
}
.btn-shop:hover {
  background-color: rgb(93, 143, 210);
  color:white;
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
}
.reviews {
  background: url("../images/reviewsbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 450px;
}
.prd img {
  max-width: 100%;
}
.prd h5 {
  padding-top: 7px;
  color: #504d4d;
  font-size: 18px;
  font-weight: 400;
}
.myimg {
  text-align: center;
}
.myimg img {
  max-width: 100%;
}
.blueblock h1 {
  font-size: 43px;
  font-weight: 100;
  padding: 15px;
}
.blog-header-logo:hover {
  text-decoration: none;
}

h1 {
  font-family: 'Playfair Display', serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
  max-width: 850px;
  margin: auto;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .mainnav .alink{
  text-transform: uppercase;
  letter-spacing: 0.214em;
  font-weight: 400;
  color: rgb(21, 21, 21) !important;
  padding: 6px;
  font-size: 14px;
  text-decoration: none;

}

.nav-scroller .mainnav .active {
  border-bottom: solid 1px rgb(75, 117, 173);
}

.nav-scroller .mainnav .alink:hover {
  border-bottom: solid 1px rgb(75, 117, 173);
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
 
  
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
  
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.navbar-expand-lg {
  display: none;
}
.textblocks-1 {
  max-width: 850px;
  margin: auto;
  padding-top: 30px;
}
.contact {
  background: url("../images/healthbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  text-align: center;
}
.contact h2 {
  color:white;
  padding:15px;
  padding-top: 30px;
  text-shadow: 2px 2px 2px black;
}
.contact .whiteblock-1 {
  background: white;
  padding:40px 10px;
  max-width: 800px;
  margin: auto;
}
.contact .whiteblock-1 h3 {

  padding:20px 10px;
 
}

button.navbar-toggler {
  float: right !important;
}
@media only screen and (max-width: 700px) {
  .navbar-expand-lg {
    display: block;
    margin-bottom: 40px;
  }
  .blog-header {
    display: none;
  }
  .nav-scroller {
    display: none;
  }
}