
.text-center{
	text-align:center;
}
.gd-table{
	width:100%;
	margin-bottom:35px;
}

.gd-table th{
	font-size: 18px;
	text-align:center;
	padding: 15px;
}

.gd-table td{
	font-weight: bold;
}

.gd-table tbody tr:nth-child(odd) {
	background-color: #8d1b3d17;
	
	}

.fa-ul{
	padding: 25px;
}
.c-card{
	margin-top: -20px;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	border: none;
	border-radius: 1rem;
	transition: all 0.2s;
	background-color: white;
}
.card-body{
	padding-bottom: 15px;
}
.p-heading{
	padding: 17px 0 13px;
    text-align: center;
    background-color: #8d1b3d;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.c-heading{
	padding: 17px 0 13px;
    text-align: center;
    background-color: #606060;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.p-title{
	margin: 0;
    color: #fff;
    background-color: #606060;
    text-align: center;
    font-size: 18px;
    padding: 10px 0 8px;
    font-weight: 300;
}
.c-title{
	margin: 0;
    color: #fff;
    background-color: #8d1b3d;
    text-align: center;
    font-size: 18px;
    padding: 10px 0 8px;
    font-weight: 300;
}

section.pricing {
  
  padding-top: 150px;
    padding-bottom: 80px;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  color: #fff;
  background-color: #606060;
  border-color: #606060;
  width: 200px;

}
.we-recommend{
	margin-top:-75px;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
