#product-tables {
  background-color: #fff;
  padding: 30px 0;
}

.c_single-table {
  background: #fff;
  transition: all 0.2s linear;
  /* Bounce To Right */
}

/*
.single-table:hover {
  box-shadow: 0px 3px 3px 0px #888888;
  transition: all 0.2s linear;
}
*/

.c_single-table .c_plan-header {
  background: #34495E;
  color: #fff;
  text-transform: capitalize;
  padding: 0px 0;
}
.c_single-table .c_plan-header h3 {
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
}

.c_single-table .c_plan-header p {
  background-color: #fff;
  color: #34495E;
}

.c_single-table .c_plan-price {
  color: #443a44;
  background: #f0f5f6;
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  border-top: 1px solid #9fa09c;
  font-weight: bold;
}
.c_single-table .c_plan-price span {
  font-size: 18px;
  font-weight: normal;
}
.c_single-table ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.c_single-table ul li {
  padding: 8px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dae2ea;
  font-size: 15px;
}
.c_single-table .c_plan-submit {
  display: inline-block;
  text-decoration: none;
  margin: 20px 0 30px 0;
  padding: 10px 40px;
  border: 1px solid #34495E;
  color: #34495E;
  font-size: 15px;
  text-transform: uppercase;
}

.c_single-table .c_hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
  color: white;
  background: #34495E;
}


@media (max-width: 767px) {
  .c_product-padding-bottom {
    padding-bottom: 20px;
  }
}







.table-sm2 {
	border-top: 2px solid #656565;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table-sm2 tbody tr td {
padding: 8px 20px;
border: 1px solid #dedede;
    border-top-color: rgb(222, 222, 222);
    border-top-style: solid;
    border-top-width: 1px;
border-top: 0;
background: #fff;
line-height: 20px;
font-size: 14px;
text-align: left;
vertical-align: middle;
word-break: break-all;

}

.td_long_px:not(.table-sm2) {
height: 60px;
}

.td_long_px2:not(.table-sm2) {
height: 250px;
}

.table-sm2 tbody tr th {
padding: 8px 20px;
border: 1px solid #dedede;
    border-top-color: rgb(222, 222, 222);
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: rgb(222, 222, 222);
    border-left-style: solid;
    border-left-width: 1px;
border-left: 0;
border-top: 0;
background: #fafafa;
line-height: 20px;
font-size: 14px;
font-weight: bold;
color: #333;
text-align: left;
vertical-align: middle;

}

.padding-rl-0 {
padding-right: 0px;
padding-left: 0px;
}

.float-left {
float: left;
}
