/*Font Loded*/


body{

}

.btn-custom {
  color: #d8d41c;
  font-size: 18px;
  border: 1px solid #bdc3c7;
}
.btn-custom:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
#cellphone-table {
  padding-top: 20px;
}
#cellphone-table .cellphone {
  marign: 0;
  padding: 0;
  font-family: 'Robot', sans-serif;
}
#cellphone-table .cellphone .cellphone-table {
  padding-bottom: 30px;
}
#cellphone-table .cellphone .cellphone-table .cellphone-header {
  position: relative;
  background: #FDD73F;/*#34495e*/
  padding: 22px 22px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#cellphone-table .cellphone .cellphone-table .cellphone-header .cellphone-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
#cellphone-table .cellphone .cellphone-table .cellphone-header .cellphone-rate {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
}
#cellphone-table .cellphone .cellphone-table .cellphone-header .cellphone-rate sup {
  font-size: 18px;
  position: relative;
  top: -30px;
  color: #000000;
}
#cellphone-table .cellphone .cellphone-table .cellphone-header .cellphone-rate span {
  font-size: 13px;
  color:  #000000;
  text-transform: uppercase;
}
#cellphone-table .cellphone .cellphone-list {
  padding: 20px 0 40px 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
#cellphone-table .cellphone .cellphone-list ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
#cellphone-table .cellphone .cellphone-list ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  color: #bdc3c7;
  font-size: 16px;
  line-height: 42px;
}
#cellphone-table .cellphone .cellphone-list ul li:last-child {
  border: none;
}
#cellphone-table .cellphone .cellphone-list ul li i {
  margin-right: 12px;
  color: #bdc3c7;
}
#cellphone-table .cellphone .cellphone-list ul li span {
  color: #34495e;
}


