


body
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
}

h1,h2,h3,h4,h5,h6
{
  color: #222;	
}

.required, .error, .require 
{
   color: red;
}

.clear
{
  clear: both;
}


nav .navbar-nav .nav-link,
nav .navbar-brand 
{
   color: #ff;
   text-decoration: none;
   
}

.navbar-brand
{
   padding: 10px 0 !important;
}

.navbar-brand h2
{
   color: #fff !important;
}


.navbar-dark .navbar-nav .nav-link 
{
   color: #ffffff !important;

}

.navbar-dark .navbar-nav .nav-link:hover
{
  color: #6acced !important;
}


.hambg
{
   background: #f5f5f5;
}

.highlights .list-group
{
   padding: 0 !important;
}

.highlights .list-group .list-group-item
{
   border: none !important;
   padding-left: 0 !important;
}

.pmanagement .list-group .list-group-item
{
    border: none !important;
    padding: .25rem 1.25rem;
}

.page-title 
{
    background-color: #EEEEEE;
    padding: 25px 0px 25px 0px;
}

.breadcrumb 
{
    padding: 8px 0 !important;
    margin-bottom: 0px !important;
    list-style: none;
    background: none !important;
    border: none !important;
    text-align: right;
}

.breadcrumb-item a 
{
    color: #6acced !important;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-item a:hover
{
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
}

/*procing section css*/

.eq-col 
{
    display: flex;
    flex-wrap: wrap;
}

.price 
{
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover 
{
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header 
{
  background-color: #111;
  color: #fff;
  font-size: 25px;
}

.price .header.active 
{
  background-color:#4CAF50;
  color: #fff;
  font-size: 25px;
}

.price li 
{
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey 
{
  background-color: #eee;
  font-size: 20px;
}

.button 
{
  background-color: #4CAF50;
  border: none;
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

