.sp-color-gray-light-v1{
  color:#555!important;
}
.sp-pricingtable .bgcolor-member-partner {
  background-color:#F8BCB6;
  height:200px;
  background-image:url('../Images/member-status.png');
  background-size:50%;
  background-repeat:no-repeat;
  background-position: center 20%;
  font-style:italic;
}
.sp-pricingtable .bgcolor-operator-partner {
  background-color:#FCE8D8;
  height:200px;
  background-image:url('../Images/operator-status.png');
  background-size:50%;
  background-repeat:no-repeat;
  background-position: center 20%;
  font-style:italic;  
}
.sp-pricingtable .bgcolor-certified-partner {
  background-color:#DDDEDF;
  height:200px;
  background-image:url('../Images/certified-status.png');
  background-size:50%;
  background-repeat:no-repeat;
  background-position: center 20%;
  font-style:italic;  
}
.sp-pricingtable .bgcolor-professional-partner {
  background-color:#E8DEBC;
  height:200px;
  background-image:url('../Images/professional-status.png');
  background-size:50%;
  background-repeat:no-repeat;
  background-position: center 20%;
  font-style:italic;  
}
.sppricingtable-header-text h3{
  font-style:normal;
}
.sp-pricingtable .max-width-100 {
  max-width:100px;
}
.sp-pricingtable .text-shadow {
  text-shadow: 1px 2px #888888;
}

.sp-same-width{
  width:200px;
}
@media screen and (min-width:992px) {
  .sp-same-width{
    width:210px;
  }
  .sppricingtable-header-text h3{
    padding-top:130px;
  }
}
@media screen and (max-width:992px) {
  .sp-same-width{
    width:160px;
  }
  .sppricingtable-header-text h3{
    padding-top:100px;
  }
}
@media screen and (max-width:768px) {
  .sppricingtable-header-text h3{
    padding-top:80px;
  }
}