/* NEW PRICING */

/* section {
    overflow: auto;
    padding: 35px 0;
} */


table.pricing-table {
  border-collapse: collapse;
  text-align: center;
  margin: auto;
  font-weight: 300;
}

.fixed-height-cell {
  height: 115px;
}
#plans i {
  color: #2171B5;
  padding-right:6px;
}
.background-div {
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, #2A9FA1 50%, #128498 100%);
}
#plans td {
  width: 33%;
  padding: 24px 15px 15px 15px;
  box-shadow: 1px 0 0 0 #aaaaaa;

}
.undecorated {
  box-shadow: none;
}
.hidden {
  opacity: 0;
}
.feature-block {
  text-align: left;
  display: inline-block;
}
.feature-block span {
  display: inline-block;
  padding-bottom: 15px;
  font-weight: 400
}
.title {
  color: #232323;
  font-family: Lato;
  font-size: 42px;
  font-weight: 400;
  line-height: 57px;
  text-align: center;
}
.sub-title {
  color: #232323;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}
.table-heading {
  font-weight: 400;
  font-size: 24px;
}
.table-subheading {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: 10;
}
.large-card {
  background-color: #FFFFFF;
  box-shadow: inset 0 6px 0 0 #FE9700, 0 2px 4px 0 rgba(0,0,0,0.5);
  padding: 40px;
}
.table-container {
  margin: 0 70px 70px 70px;
}
.pricing-table {
  border-radius: 3px 2px 2px 2px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  display: none;
}
.mobile-pricing-table {
  border-radius: 3px 2px 2px 2px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  display: table;
  margin-bottom: 50px;
  width: 50%;

}
.mobile-pricing-table tbody{
  display: block;
}
@media (min-width: 1200px) {
  .pricing-table {
      display: table;
  }
  .mobile-pricing-table {
      display:none
  }
}

.table-coloured-top {
  border-top: 6px #FE9700 solid;
}
.price-text {
  font-size: 36px;
}
#plans table tr:nth-child(2){
  background-color: rgba(63,75,89,0.9);
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 44px;
}

#plans table tr:nth-child(3){
  background-color: rgba(148,148,148,0.05);
}
.table-button {
  height: 45px;
  width: 150px;
  background-color: #FF9200;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
  border: none;
  color:  #FFFFFF;
  text-transform: uppercase;
}
.freemium-button {
  height: 45px;
  width: 150px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
  border: 1px #FF9200 solid;
  color:  #FF9200;
  text-transform: uppercase;
}
.strikeout {
  text-decoration: line-through;
  color: lightgrey;
}
.feature-detail {
  padding-bottom: 20px;
}

.main-testimony-layout{
  max-width: 53%;
  text-align: left;
  font-size: 32px;
  display: inline-block;
  padding: 50px;
}
.main-testimony-image{
  position: relative;
  top: 21px;
}
.testimony-signature {
  font-size: 24px;
  position: relative;
  top: 15px;
}
.section-align-center {
  /* width: 1500px; */
  margin: auto;
}
.pricing-section {
  height: 100%;
}
.annual-plans-text {
  color: #FFFFFF;
  font-size: 24px;
}
.annual-plans-text-title {
  font-weight: 400;
}
.annual-plans-text i{
  padding-left:10px;
  font-size: 24px;
  position: relative;
  top: 1px;
  color: #FFFFFF;
}
.annual-plans-text a{
  color: #FFFFFF;
  font-weight: 400;
  position: relative;
  top:10px;
}
.annual-plans-text a:hover{
  color: #FF9200;
}
.client-logos-image {
  padding-top: 32px;
}
.client-logos-image img {
  max-width: 100%;
}
.testimony-container {
  margin-top: 60px;
  font-weight: 400;
  display:flex;
}
.testimony {
  padding: 0 50px;
  margin: auto;
}
.testimony img{
  max-width: 200px;
  display:block;
  margin: auto;
}
.testimony-title {
  font-size: 48px;
}
.testimony-subtitle {
  font-size: 24px;
  position: relative;
  top: 10px;
}
.image-container {
  min-height:110px;
}
#detailed-features table tr td{
  width: 23%;
  padding-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  position:relative;
  border-right: 1px solid gray;
}

#detailed-features table tr th{
  padding: 30px 10px;
  border-right: 1px solid gray;
}

#detailed-features table tr{
  border-bottom: none;
}
#detailed-features table tr th:nth-child(2){
  border-top: 1px solid gray;
}
#detailed-features table tr td:first-child{
  text-align: left;
  border-bottom: none;
}
.bottom-border {
  border-bottom: 1px solid gray;
}
#detailed-features table h3{
  font-weight: 400;
  font-size: 24px;
  padding: 25px 0 0 0;
  margin: 0;
}

#detailed-features .table-subheading{
  position: relative;
  top: 19;
}

md-radio-button.yearlybtn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
md-radio-button.rebootrdobtn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  
}

.plansRadioBtns{
  margin-left: 220px;
}

