body{
    font-family: "Oxygen",Helvetica,Arial,sans-serif!important;
}
.navbar{
    z-index: 999;
}
.nav-link{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #886134!important;
    margin: 10px;
    text-transform: uppercase;
}
.nav-item:hover{
    background-color: #f8f8f8;
    color: #886134!important;
    transition: 0.3s all ease-in-out;
}
.nav-item{
    position: relative;
    display: block;
    line-height: 60px;
}
.dropdown:hover > ul{
    display: block;
}
.dropdown li:hover > ul {
    display: block;
    margin-top: 0;
}
.dropdown-menu{
    margin-top: 0;
    line-height: 1.5;
    border: 0;
    border-radius: 0px;
    box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 3%);
    padding: 0;
}
.dropdown-item{
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.dropdown-item:hover{
    background-color: #f8f8f8;
    color: #886134!important;
    transition: 0.1s all ease-in-out;
}
.menuIcon{
    color: #886134;
    font-size: 28px;
}
.navbar-toggler{
    border: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.nav-item > .dropdown{
    line-height: 0!important;
}
@media (max-width: 991.98px) { 
    .nav-item{
        line-height: px!important;
    }
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu .dropdown-menu li a, .dropdown a{
    color: #886134!important;
}
#subHeader .title{
    width: 100%;
    line-height: 60px;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff; 
}
.sectionPadding{
    padding-top: 100px;
}
.mainP .sectionHeader .title h1{
    font-size: 50px;
    text-transform: uppercase;
    color: #886134 ;
}
.mainP .sectionMain p{
    font-size: 24px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.opacity-95{
    opacity: .95!important;
}
.btn-spec-main {
    background: rgba(136, 97, 52, 0.75);
    color: white;
    border: 0;
    padding: 11px 31px;
    border-radius: 100px;
    float: right;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}
.btn-spec-main:hover{
    color: white;
}
footer{
    padding: 50px 0;
    border-top: 1px solid #ddd;
}
.text-blue-s{
    color: #886134!important;
}
.footer-list h4{
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 18px;
}
.footer-list h4:after{
    background: #dfdfdf;
    content: "";
    display: block;
    height: 1px;
    margin-top: 20px;
    width: 90px;
}
.footerList{
    line-height: 35px; 
    width: 46%; 
    margin-left: 4%;
    list-style: none;
}
.footerList a{
    color: #8f939d;
    text-decoration: none;
    font-size: 14px;
}
.footerList a:hover{
    text-decoration: underline;
}
.bg-light-dark{
    background-color: rgb(234 234 234);
}
.bg-blue{
    background-color: #886134;
}
.footerBottom{
    padding: 30px 0;
    color: #886134;
    font-size: 14px;
}
.sectionTitle{
    color: #6d6d6d;
    letter-spacing: 2px;
    font-weight: lighter;
}
.titleSepe{
    color: #d6d6d6;
    margin-top: 40px;
}
.productTitle{
    font-weight: lighter;
    color: #886134;
    text-align: center;
    margin-top: 15px;
}
.productLink{
    text-decoration: none;
}
.productLink img:hover{
    opacity: .8;
    transition: 0.2s all ease-in-out;
}
.specButt1{
    background-color: #886134;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
}
.specButt1:hover{
    opacity: .9;
    transition: 0.2s all ease-in-out;
    color: white;
}
.breadcrumb a{
    text-decoration: none;
    color: #fff;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.containerSpec{
    width: 100%;
    padding-right: var(--bs-gutter-x,2.75rem);
    padding-left: var(--bs-gutter-x,2.75rem);
    margin-right: auto;
    margin-left: auto;
}
.pager .pages{
    display: inline-block;
    margin: 20px 30px 0;
    padding: 4px 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.pager .pages a, .pager .pages span.page-numbers {
    display: inline-block;
    margin: 0 1px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #a8a8a8;
    text-decoration: none;
}
.pager .pages a:hover{
    background-color: #886134;
    text-decoration: none;
    color: white;
    transition: 0.2s all ease-in-out;
}
.pager .pages .active{
    background-color: #886134;
    text-decoration: none;
    color: white;
}
.pages-container{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.product-categories h4{
    letter-spacing: 2px;
}

.productCategories ul{
    list-style-type: square;
    color: #fff;
    padding: 5px 10px 5px 30px;
    text-align: left;
}
.productCategories ul li{
    position: relative;
}
.productCategories ul li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.productCategories ul li a:hover{
    text-decoration: underline;
}
.productCategories ul {
    list-style-type: square;
    color: #fff;
}
.productsList{
    list-style: none;
    padding: 0;
    position: relative;
    margin-top: 20px;
}
.productsList li{
    margin-bottom: 15px;
    position: relative;
}
.productsList li:after{
    content: "";
    z-index: 1;
    border-bottom: 1px solid #b8b8b8;
    display: block;
    margin-top: 15px;
}
.productsList a{
    color: #6c6d67;
    text-decoration: none;
    font-weight: 700;
}
.productsList li a:hover{
    color: #886134;
    text-decoration: underline;
}
.form-control:focus {
    border: 0;
    box-shadow: 0 0 0 .25rem rgba(136, 97, 52, 0.64);
}
.text-grey{
    color: #6d6d6d;
}
#subHeader{
    background-image: url('../img/IntegralCare-Header-Main-1280x650.jpeg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}
#subHeader .container{
    padding: 100px 0 100px 0;
}
#facebook {
    font-size: 40px;
    color: #3B5998;
}
#twitter{
    font-size: 40px;
    color: #55ACEE;
}
#pinterest{
    font-size: 40px;
    color: #cb2027;
}
.social-media .nav-item {
    line-height: 0px!important;
    text-align: center;
}
.social-media .nav-item:hover {
    background-color: transparent;
  }
  .categories a{
      color: rgb(84, 80, 80)!important;
  }
  .accordion-item{
    border-left: 3px solid #886134!important;
  }
  .accordion-item:focus{
    outline: 0!important;
  }

  /* forms */

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin button{
    float: none;
}
.downloadButton .btn-spec-main{
    float: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border: 5px solid #886134;
    background: #fff;
    transition: 0.2s all ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #886134;
}
.imagesGalleryTitle:before{
    margin: 0 auto;
    margin-bottom: 5px;
    background: #886134;
    content: "";
    display: block;
    height: 1px;
    margin-top: 10px;
    width: 20%;
}
.imagesGalleryTitle:after{
    margin: 0 auto;
    margin-bottom: 5px;
    background: #886134;
    content: "";
    display: block;
    height: 1px;
    margin-top: 10px;
    width: 20%;
}
.sectionTitleDecorater{
    color: #886134;
}
.noRadius{
    border-radius: 0!important;
}
.sectionTitleDecorater:after{
    margin-bottom: 10px;
    background: #886134;
    content: "";
    display: block;
    height: 2px;
    width: 15%;
}
.gallery .item img{
    border-radius: 5px;
}
.btn-outline-primary {
    color: #886134;
    border-color: #886134;
  }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #886134;
    border-color: #886134;
  }
  .btn-outline-primary:focus{
    outline: 0!important;
    box-shadow: 0 0 0 .25rem rgba(136, 97, 52, 0.64);
  }
  .item .card-body{
    padding: 0;
  }
  .item .card-body h6{
    padding: 5px;
  }
  .item a{
    text-decoration: none;
    color: black;
  }