.section-title {
    position: relative;
}
.section-title h2 {
    color: #1d2025;
    position: relative;
    margin: 0;
    font-size: 24px;
}
@media (min-width: 768px) {
    .section-title h2 {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .section-title h2 {
        font-size: 34px;
    }
}
.section-title.title-ex1 h2 {
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2 {
        padding-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2 {
        padding-bottom: 40px;
    }
}
.section-title.title-ex1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 110px;
    height: 1px;
    background-color: #d6dbe2;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2:before {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2:before {
        bottom: 25px;
    }
}
.section-title.title-ex1 h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 40px;
    height: 1px;
    background-color: #00ced1;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2:after {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2:after {
        bottom: 25px;
    }
}
.section-title.title-ex1.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.title-ex1.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.title-ex1.text-right h2:before {
    left: auto;
    right: 0;
}
.section-title.title-ex1.text-right h2:after {
    left: auto;
    right: 0;
}
.section-title.title-ex1 p {
    font-family: "Montserrat", sans-serif;
    color: #8b8e93;
    font-size: 14px;
    font-weight: 300;
}


.price-card {
    background: white;
    /*padding: 40px 35px;*/
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    height:100%;
}

.price-card:before {
    position: absolute;
    content: "";
    top: 0;
    right: -35px;
    width: 88px;
    height: 88px;
    background:#00ced1;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}
.price-card:after {
    position: absolute;
    content: "";
    top: 30px;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #00ced1;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}
.price-card h2 {
    font-size: 22px;
    font-weight: 600;
}
.price-card .btn {
    font-size: 11px;
    border-radius: 11px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    /*float: right;*/
}

.price-card .btn.btn-primary {
    border: 0 !important;
}
.price-card.featured {
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius:10px;
}
.price-card .btn:hover {
    background: black !important;
    border-color: #00ced1;
    box-shadow:0 10px 20px -8px rgba(0, 0, 0,.7);
    
}
p.price span {
    display: inline-block;
    padding: 0px 13px 0px;
    padding-right: 0;
    font-size: 29px;
    font-weight: 600;
    color: #00ced1;
    position: relative;
}
p.price span:before {
    /*position: absolute;*/
    
    font-size: 16px;
    /*top: 25px;*/
    font-weight: 300;
    left: 0;
}
.pricing-offers {
    padding: 0 0 10px;
}
.pricing-offers li {
    padding: 0 0 16px;
    line-height: 18px;
}
blockquote {
    border:none;
    font-family:Georgia, "Times New Roman", Times, serif;
    quotes: "\275B""\275C""\2018""\275D";
}

blockquote p {
/*font-size:13px;*/
/*line-height:0.9;*/
}

blockquote p:before { 
content: open-quote;
font-weight: bold;
font-size:15px;
color:#9ca3a6;
padding-right:5px;
vertical-align: super;
} 
blockquote p:after { 
content: close-quote;
font-weight: bold;
font-size:15px;
color:#9ca3a6;
padding-left:5px;
  vertical-align: super;
}
ul li {
    list-style-type: none;
}
.btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.ribbon{
  font-size:13px;
  position:relative;
  display:inline-block;
  /*margin:5em;*/
  /*text-align:center;*/
      top: -34px;
    left: -28px;
}
.text{
  display:inline-block;
  padding:0.5em 1em;
  min-width:20em;
  line-height:1.2em;
  background: #8b949499;
  position:relative;
  color:black;
  font-weight:600 !important;
}
.ribbon:after,.ribbon:before,
.bold:before{
  content:'';
  position:absolute;
  border-style:solid;
}
.ribbon:before{
  top:0.3em; left:0.2em;
  width:100%; height:100%;
  border:none;
  /*background:#EBECED;*/
  z-index:-2;
}
/*.text:before{*/
/*  bottom:100%; left:0;*/
/*  border-width: .5em .7em 0 0;*/
/*  border-color: transparent #FC9544 transparent transparent;*/
/*}*/
.ribbon:after, .bold:before{
     top: 0px;
    right: -4em;
    border-width: 1.1em 1em 1.1em 3em;
    border-color: #8b949499 transparent #8b949499 #8b949499;
    z-index: 0;
    height: 100%;
}
/*.bold:before{*/
/*  border-color: #EBECED transparent #EBECED #EBECED;*/
/*  top:0.7em;*/
/*  right:-2.3em;*/
/*}*/
.pricing-outer{
    border:2px #00000091 solid;
    border-radius:10px;
}
.pricing-ribbon{
    background:#00000091;
    color:white;
    padding:8px;
}
.pricing-inner{
   position:relative;
   height:100%;
   /*padding: 40px 35px; */
    padding: 35px 15px; 
}