body {
 font-family:Nunito;
 letter-spacing:.0625em
}
.bg-cover {
    background: url('../img2/bg1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-cover0 {
    background: url('../img2/bg0.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-cover2 {
    background: url('../img2/bg2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-cover3 {
    background: url('../img2/bg3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-cover4 {
    background: url('../img2/bg4.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-cover5 {
    background: url('../img2/bg5.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-cover6 {
    background: url('../img2/bg6.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
a {
    color: #29abe2 !important;
}
a.dropdown-item:active {
    color: white !important;
    background-color: #29abe2 !important;
}
a.text-white, a.text-white:hover {
    color: white !important;
}
a img.img-doc {
    border-style: solid;
}
.btn-primary {
    color: white !important;
    border-color: #29abe2 !important;
    background-color: #29abe2 !important;
}
.btn-primary:hover {
    border-color: #29abe2 !important;
    background-color: #268ad6 !important;
}
.btn-outline-primary {
    color: #29abe2 !important;
    border-color: #29abe2 !important;
    background-color: white !important;
}
.btn-outline-primary:hover {
    color: white !important;
    border-color: #29abe2 !important;
    background-color: #29abe2 !important;
}
.btn-secondary {
    color: white !important;
}
.btn-outline-danger:hover {
    background-color: #dd3b4a !important;
    color: white !important;
}
.top20 {
    margin-top: 20px;
}
.bot20 {
    margin-bottom: 20px;
}
.center-v {
  display: flex;
  justify-content: center;
  align-items: center;
}
.border-25 {
/*
  display: flex;
  justify-content: center;
  align-items: center;
*/
background-color:white !important;
  min-height: 222px;
  border: 2px solid #29abe2 !important;
  border-radius: 8px;
}
.img-prod {
    max-height: 246px !important;
}
.img-cart {
    max-height: 82px !important;
}
.img-pdf {
    max-height: 140px !important;
}
.text-lifehelpy {
    color: #29abe2 !important;
}
.bg-helpy {
    background-color:#29abe2 !important;
}
.nav-pills .nav-link.active {
    color: white !important;
    background-color: #29abe2;
}
.bg-gray {
    background-color: #f8f9fa;
}
.show-line:hover {
    color: white !important;
    background-color: #29abe2 !important;
}
.hr {
    border: 1px solid #29abe2;
}
.clickme:hover {
    border: #29abe2 solid 1px;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
