.pricing-table-title1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  /* height: 10px; */
}
.pricing-table-title2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.pricing-table-title3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title1 a {
  font-size: 0.6em;
}
.pricing-table-title2 a {
  font-size: 0.6em;
}
.pricing-table-title3 a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
 
.pricing-wrapper {
  width: 960px;
  margin: 0px auto 0;
}

.pricing-table1 {
  margin: 0 10px;
  text-align: center;
  width: 300px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pricing-table2 {
  margin: 0 10px;
  text-align: center;
  width: 445px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pricing-table3 {
  margin: 0 10px;
  text-align: center;
  width: 445px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}


.pricing-table1:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.pricing-table2:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.pricing-table3:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
 
.pricing-title1 {
  color: #111f28;
  background: #e95846;
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-title2 {
  color: #FFF;
  background: #e95846;
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-title3 {
  color: #FFF;
  background: #e95846;
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table1.recommended1 .pricing-title1 {
  background: #e5e4e2;
}
.pricing-table2.recommended2 .pricing-title2 {
  background: #ffd700;
}
.pricing-table3.recommended3 .pricing-title3 {
  background: #c0c0c0;
}

 
.pricing-table1.recommended1 .pricing-action1 {
  background: #2db3cb;
}
.pricing-table2.recommended2 .pricing-action2 {
  background: #2db3cb;
}

.pricing-table3.recommended3 .pricing-action3 {
  background: #2db3cb;
}


.pricing-table1 .price1 {
  background: #e5e4e2;
  font-size: 3.4em;
  font-weight: 700;
  color: #111f28;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table2 .price2 {
  background: #ffd700;
  font-size: 3.4em;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table3 .price3 {
  background: #c0c0c0;
  font-size: 3.4em;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table1 .price1 sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

pricing-table2 .price2 sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

pricing-table3 .price3 sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

.table-list {
  background: #FFF;
  color: #403d3a;
}

.table-list li {
  font-size: 15px;
  /* font-weight: 700; */
  padding: 12px 10px;
}

.table-list li:before {
  /* content: "\f00c"; */
  font-family: 'FontAwesome';
  color: #3fab91;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
} 

.table-list li span {
  font-weight: 400;
}

.table-list li span.unlimited {
  color: #FFF;
  background: #e95846;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}


.table-list li:nth-child(2n) {
  background: #F0F0F0;
}

.table-buy {
  background: #FFF;
  padding: 20px;
  /* text-align: left; */
  /* height: 97px; */
  overflow: hidden;
}

.table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 2.4em;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
}

.table-buy .pricing-action {
  /* float: right; */
  color: #FFF;
  background: #e95846;
  padding: 10px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
  background: #228799;  
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
  .pricing-wrapper {
    width: 768px;
  }

  .pricing-table {
    width: 236px;
  }
  
  .table-list li {
    font-size: 1.3em;
  }

 }

 @media only screen and (max-width: 767px) {
  .pricing-wrapper {
    width: 420px;
  }

  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
 }

@media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 395px;
  }
  .pricing-table2 {
    margin: 0 0px;
    text-align: center;
    width: 415px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 40%);
    box-shadow: 0 0 15px rgb(0 0 0 / 40%);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.pricing-table3 {
    margin: 60px 0px;
    text-align: center;
    width: 415px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 40%);
    box-shadow: 0 0 15px rgb(0 0 0 / 40%);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.pricing-head {
margin: -15px;
} 
.main_about_banner .breadcrumb {
    width: 45% !important;
}
} 
@media (max-width: 991px){
.thu_main_weidget .single_weidget 
{
    min-height: 210px !important;
}
}