h4 {
    font-family: Consolas, 'Lucida Console', 'Courier New', monospace!important;
    color: #f39900;
}

.delta_logo_wit {
    width: 250px;
    height: auto;
    margin: 1em;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  
  .pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #004077;
    background: #f8f8f8;
  }
  
  .pricing h4 {
    font-size: 36px;
    color: #f39900;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  
  .pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
  }
  
  .pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
  }
  
  .pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    min-height: 645px;
  }
  
  .pricing ul li {
    padding-bottom: 16px;
  }

  .pricing ul li h6 {
    color: #444444;
  }
  
  .pricing ul i {
    color: #0091cd;
    font-size: 18px;
    padding-right: 4px;
  }
  
  .pricing ul li .na {
    color: #ccc;
    text-decoration: line-through;
  }
  
  .pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
  }
  
  .pricing .btn-buy {
    background: #0091cd;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .pricing .btn-buy:hover {
    background: #004077;
  }
  
  .pricing .featured h3 {
    color: #fff;
    background: #0091cd;
  }
  
  .pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #0091cd;
    color: #fff;
  }
  .pricing .deal {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #f39900;
    color: #fff;
  }

  @media (max-width: 991px) {
    .pricing ul {
      min-height: 430px;
    }
  }