/* Buttons Style */
.ht_buttons_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ht_buttons_area ul li {
  display: inline-block;
  margin-right: 10px;
}
.ht_buttons_area ul li a {
  border-radius: 100px;
  color: #002244;
  display: block;
  padding: 10px 30px;
  border: 2px solid #e9e9e9;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.4s;
}
.ht_buttons_area ul li a:hover{
  background: #146cf5;
  color: #fff;
}

/*Pricing Table Style*/
.hastech-pricing-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-top: 30px;
}

.hastech-pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hastech-pricing-panel .pricing_old {
  margin-right: 15px;
}
.hastech-pricing-panel .hastech-pricing-heading .price h4 span.pricing_new,.hastech-pricing-panel .hastech-pricing-heading .price h4 span.pricing_old{
  padding-left: 16px;
  position: relative;
}

.hastech-features li i{
  margin-right: 8px;
  line-height:inherit;
}
.hastech-pricing-heighlight{
    padding: 70px 0;
    box-shadow: 0 0 30px rgba(82, 182, 188, 0.25);
    position: relative;
    z-index: 2;
}

.hastech-pricing-style-5 {
    background: #f6f6f6;
    padding: 40px 0;
    text-align: left;
    padding-bottom: 50px;
    margin-left: 30px;
}

.hastech-pricing-style-5 .hastech-pricing-heading {
    padding-left: 46px;
    margin-bottom: 8px;
}

.hastech-pricing-style-5 .hastech-pricing-heading .price h4 {
    color: #0056ff;
    font-weight: 600;
    font-size: 26px;
    margin: 20px 0;
}

.hastech-pricing-style-5 .hastech-pricing-heading .title h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 3px;
    margin-top: 0;
}
.hastech-pricing-style-5 .hastech-pricing-heading .title h5 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
}

.hastech-pricing-style-5 .hastech-pricing-body {
    background: #e3ecff;
    margin-right: 30px;
    margin-left: -30px;
    border-radius: 6px;
    padding: 40px 56px 60px;
    position: relative;
}

.hastech-pricing-style-5 .hastech-pricing-body ul {
    margin-bottom: -37px;
}

.hastech-pricing-style-5 .hastech-pricing-body ul li {
    color: #181818;
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    font-weight: 500;
}
.hastech-pricing-body ul li span.feature-icon {
    font-size: 19px;
    margin-right: 6px;
    line-height: 1;
}
.hastech-pricing-style-5 .hastech-pricing-body ul li img{
  width: 20px;
  margin-right: 10px;
}

.hastech-pricing-body ul li.off span.feature-title{
    text-decoration: line-through;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn {
    bottom: -72px;
    background: transparent;
    display: inline-block;
    left: 50%;
    border-radius: 25px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateX(-50%);
    position: relative;
    border: 1px solid transparent;
    padding: 4px;
    transition: 0.5;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn span {
    padding: 0 30px;
    background: #0056ff;
    display: inline-block;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn:hover {
    border: 1px solid #0056ff;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn.active {
    border: 1px solid #0056ff;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn.active:hover {
    border: 1px solid transparent;
}
.hastech-pricing-style-5 .hastech-pricing-heading .price h4 span.pricing_new, .hastech-pricing-style-5 .hastech-pricing-heading .price h4 span.pricing_old{
  padding: 0;
}
.hastech-pricing-style-5 sub {
  font-size: 27px;
  position: static;
}
.hastech-pricing-style-5 .hastech-pricing-heading .price h4 del {
  font-size: 20px;
}
.hastech-pricing-style-5 .pricing_old sub{
  font-size: 20px;
}

.hastech-pricing-ribon{
  position: relative;
}

.hastech-pricing-ribon::before {
    content: url(../pricing-ribon.html);
    left: 30px;
    position: absolute;
    top: -15px;
}


/* For Cart Button */
.hastech-cart-button.hastech-pricing-style-5 .hastech-pricing-body a.price_btn{
  bottom: -68px;
}
.hastech-cart-button.hastech-pricing-style-5{
  padding-bottom: 70px;
}
.hastech-cart-button.hastech-pricing-style-5 .hastech-pricing-body{
  padding: 40px 56px 25px;
}

.price_param_btn {
  display: block;
  text-align: center;
  bottom: -75px;
  position: relative;
  font-size: 16px;
  color: #0056ff;
  transition: 0.4s;
}
.price_param_btn .inner {
  border-bottom: 1px solid #0056ff;
}
.price_param_btn:visited{
  color: #0056ff;
}

/*Custom Tab style*/
.hastech-single-tab.htb-tab-pane{
  display: none;
}
.hastech-single-tab.htb-tab-pane.htb-active{
  display: block;
}
.hastech-tab-nav{}
.hastech-tab-nav ul{
  margin:0;
  padding: 0;
  list-style: none; 
}
.hastech-tab-nav ul li {
  display: inline-block;
  margin-right: 10px;
}
.hastech-tab-nav ul li:last-child{
  margin-right: 0;
}
.hastech-tab-nav ul li a{
  padding: 5px 15px;
  background: #444;
  color: #fff;
  display: block;
}
.hastech-tab-nav ul li a:hover,.hastech-tab-nav ul li a.htb-active{
  background: #d30c5c;
}
.hastech-single-tab .hastech-pricing-panel{
  margin-top: 0;
}

/* Buy Now button */
.ht_buynow_button a {
  background: #61ce70 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 24px;
}

.button button{
  background: #1f51d3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}
.button button:hover,.btn:hover{
  color: #fff;
  background: #79b530;
}
/*a.btn:focus, a.btn:active,a.btn:visited{
  color: #fff;
}*/

/*Pricing button for FS Style*/
.hastech-button-fs{
  display: inline-block;
}
.htprice_variation {
  display: block;
}
.hastech-button-fs a.htprice_btn {
  background: transparent;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  border: 1px solid transparent;
  padding: 4px;
  transition: 0.5;
  margin-top: 10px;
}
.hastech-button-fs a.htprice_btn span {
  padding: 0 30px;
  background: #0056ff;
  display: inline-block;
  border-radius: 25px;
  height: 40px;
  line-height: 40px;
}
.hastech-button-fs a.htprice_btn {
  border: 1px solid #0056ff;
}

.hastech-button-fs a.price_param_btn{
  position: static;
  margin-top: 10px;
}

.hastech-pricing-footer .htprice_variation {
  position: relative;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.button_price {
  font-size: 40px;
  color: #54595F;
  margin: 0;
}

/* Pricing Tab switcher */
.httab-switcher {
  text-align: center;
}
.httab-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0 15px 0 15px;
}

.httab-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.httab-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.httab-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .httab-slider {
  background-color: #2196F3;
}

input:checked + .httab-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.httab-slider {
  border-radius: 34px;
}

.httab-slider:before {
  border-radius: 50%;
}

.wcnotification_content h6{
  margin: 0;
}