
.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 25px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
/*============================*/
.list-group-item
{
font-size:20px!important;
}


.btn-danger
{
 border-radius: 6px!important;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    box-shadow:none!important;
}

/*=====================================*/
.footlinks li {
    color:#31b0d5!important;
}
.dots {
  color:##31b0d5!important;
}
/*===========================SLIDER INDICATERS==============*/
#mainCarousel .carousel-indicators .active {
    background:#31b0d5!important;
    border: 1px solid #31b0d5!important; 
}

.navbar-default .navbar-nav > li > a:hover {
    color:#31b0d5!important;
}