/*
Template Name:Affiliates
Copyright:WowThemes.net,https://www.wowthemes.net
Version:1.0.0
License: Attribution-NonCommercial 4.0 International 
         Free for personal use. For commercial use, please read: https://www.wowthemes.net/freebies-license/
*/
body {
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}
.mainheading {
    padding: 0rem 0rem 1rem 0;
}
h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #272838;
    padding: 0px;
    margin: 5px 0 20px;
}
h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #272838;
    padding: 0px;
    margin: 0px 0 20px;
}
h2.h1-nd {
    font-size: 2rem !important;
    font-weight: 600 !important;
    color: #272838;
    padding: 0px;
    margin: 5px 0 20px !important;
}
a {
    color:#139bd6;
}
a,a:hover {
    transition:all 0.2s;
}
pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1.75em 0;
    border: #E3EDF3 1px solid;
    width: 100%;
    padding: 10px;
    font-family: monospace, sans-serif;
    font-size: 14px;
    white-space: pre;
    overflow: auto;
    background: #F7FAFB;
    border-radius: 3px;
    line-height: 1.3;
}
.mediumnavigation {
    top: 0;
    /* border-style: solid; */
    /* border-width: 0 0 1px; */
    /* border-color: #cccccc; */
    /* box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.6); */
    /* -webkit-border-radius: 0; */
    -moz-border-radius: 0;
    border-radius: 0;
    transition: top 0.5s ease-in-out;
    padding: .5rem 1rem;
    /* box-shadow: 0px 10px 40px 0px rgba( 0, 0, 0, 0.05 ); */
}
.collapse.show {
    display: block;
    background: #139bd6;
    height: 100vh;
}
.darknavbar {background-color: #139bd6 !important;}
.clearnavbar {background-color: transparent !important;}
.nav-up { } /* box-shadow:none; */
.site-content {
    margin-top: 0px;
    transition: all 0.4s;
}
.centred-box {
    text-align: center;
}
.header-banner {
    color: #fff;
    background-color: #139bd6;
    position: relative;
    z-index: -1;
    margin-top: 0px;
    padding: 0;
}
.header-banner h1, .header-banner h2, .header-banner h3, .header-banner p, .header-banner i, .header-banner .underline  {
    color: #fff;
    border-color: #fff !important;
}
.header-banner .title-box {
    margin: 50px 0 20px;
    padding: 40px 0 20px;
}
.header-banner:before {
    background-image: url(../images/header-wordcloud-white-400-8p.png);
    background-position: left top;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: -2;
    position: absolute;
    content: " ";
}
.title-box.left { }
.title-box.left h1, .title-box.left h2 {}
.title-box.left .underline {width: 25%;}

.title-box.center {text-align: center;}
.title-box.center h1, .title-box.center h2 {text-align: center;}
.title-box.center .underline {width: 25%; margin-right: auto; margin-left: auto;}

.title-box.right {float: right;}
.title-box.right h1, .title-box.right h2 {text-align: right;}
.title-box.right .underline {float: right;}

.title-box h1, .title-box h2.h1-nd {
    margin-bottom: 5px !important;
}
.title-box h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0px 0 20px;
    line-height: 1.2;
}
.title-box .underline {
    height: 20px;
    width: 115%;
    margin: -20px 0 0px;
    border-bottom: 8px dashed #139bd6;
}
/* backgrounds */
.blue-bg {
    color: #fff;
    background-color: #139bd6;
}
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg p, .blue-bg i {
    color: #fff;
}
.blue-bg .section-title h2:before {
    background-color: #fff;
}
.blue-bg .section-title span {
    background-color: #139bd6;
}
.grey-bg {
    background-color: #f5f5f5;
}
.grey-bg .section-title span {
    background-color: #f5f5f5;
}
.wordcloud-bg {
    background-image:url(../images/header-wordcloud-white-400-8p.png);
    background-position: left top;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: -2;
    position: absolute;
}

.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px !important;}
.mt50{margin-top:50px;}

.mb15{margin-bottom:15px;}
.mb25{margin-bottom:25px;}
.mb50{margin-bottom:50px;}

.pt15{padding-top:15px;}
.pt25{padding-top:25px;}
.pt50{padding-top:50px;}

.pb15{padding-bottom:15px;}
.pb25{padding-bottom:25px;}
.pb50{padding-bottom:50px;}

.space {margin: 50px 0;}
.space-2x {margin: 100px 0;}

.padd {padding: 50px 0;}
.padd-2x {padding: 100px 0;}

section {
    padding: 100px 0;
}
section.start {
    padding: 50px 0 100px;
}
section.half {
    padding: 50px;
}
section.divider {
    border-bottom: 1px solid #ddd;
}
.section-title h2 {
    font-weight:700;
    font-size:1.4rem;
    margin-bottom:27px;
    position: relative;
}
.section-title h2:before {
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 11px;
    height: 1px;
    content: '';
    background-color: #272838;
}
.section-title h3 {
    font-weight:600;
    font-size:1.2rem;
    margin-bottom:27px;
    position: relative;
}
.section-title h3:before {
    margin-top: -2px;
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    top: 10px;
    height: 1px;
    content: '';
    background-color: #272838;
}
.section-title.center.w25p h2:before {
    margin: 0 25%;
}
.section-title span {
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0px 15px 0 0;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section-title.center span {
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0px 15px;
    letter-spacing: 1px;
}
.legal .section-title h2 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.legal .section-title h2:before {
    margin-top: -2px;
}
.legal .section-title span {
    font-size: 1.2rem;
    text-transform: none;
    letter-spacing: 0;
}
.legal .section-title h3 {
    font-size: 1.0rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.legal .section-title h3 span {
    font-size: 1.0rem;
    text-transform: none;
    letter-spacing: 0;
}
.layout-page .section-title h2:before {top:13px;}
.article-post ol, .article-post ul { margin-bottom:1.5rem;}
.article-post ol ol, .article-post ul ul {   
    list-style: disc;
    margin-bottom:0rem;
}
.prevnextlinks .thepostlink {
    padding: 20px 0;
    font-size: 17px;
    display: block;
        color: #111;
    font-weight: 500;
}
.prevnextlinks {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
}
.prevnextlinks .rightborder {
    border-right: 1px solid #eee;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
.mobile-toggle.fa.fa-bars:before {
    font-size: 26px;
    color: #fff;
}
.navbar-toggleable-md .navbar-nav .nav-link {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.94em;
    padding: .5em 0em .2em;
    margin: 0 0 0 1.5rem;
}
.navbar-toggleable-md .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px;
    font-size: 0.94em;
    padding: .5em 0em .2em;
    margin: 0 0 0 1.5rem;
}
.navbar-toggleable-md .navbar-nav .nav-link.login {
    color: #fff;
    background: inherit;
    border: 2px solid #fff;
    font-size: 0.94em;
    border-radius: 4px;
    padding: 0.2em 0.6em 0.1em;
    margin: 0.2em 0 0 1.5rem;
}
.navbar-toggleable-md .navbar-nav .nav-link.highlight {
    color: #fff;
    background: #F75C03;
    border: 2px solid #F75C03;
    border-radius: 4px;
    padding: 0.2em 1em;
    margin-top: 2px;
}
.navbar-toggleable-md .navbar-nav .nav-link.login:hover {
    background: #fff;
    color: #139bd6;
    opacity: 1;
}
.navbar-toggleable-md .navbar-nav .nav-link.highlight:hover {
    background: #F75C03;
    color: #fff;
    opacity: 0.8;
}
.navbar-toggler {
    z-index:9999;
}
.mediumnavigation .dropdown-menu {
        margin:0 0 15px 0;
        box-shadow:none;
        border:0;
    }
@media (min-width:992px) {    
    .mediumnavigation .dropdown-menu {
        border:0;
        box-shadow: 0px 10px 40px 0px rgba( 0, 0, 0, 0.05 );
        margin:15px 0;
    }

}
@media (min-width:576px) {
    .card-columns.listfeaturedtag {
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;
    }
}
.card-columns .card {
    margin-bottom:20px;
}
.listfeaturedtag .wrapthumbnail {
    height:260px;
    flex:0 0 auto;
}
.listfeaturedtag .card {
    border-radius:2px;
    height:260px;
    padding-left:0;
    margin-bottom:15px;
}
.listfeaturedtag .thumbnail {
    background-size:cover;
    height:100%;
    display:block;
    background-position:38% 22% !important;
    background-origin:border-box!important;
    border-top-left-radius:2px;
}
.listfeaturedtag .card-block {
    padding-left:0;
}
.listfeaturedtag h2.card-title,.listrecent h2.card-title {
    font-size:1.3rem;
    font-weight:500;
    line-height: 1.25;
}
.listfeaturedtag h2.card-title a,.listrecent h2.card-title a {
    color: #272838;    
    font-weight:500;
}
.listfeaturedtag h2.card-title a:hover,.listrecent h2.card-title a:hover {
    color:rgba(0,0,0,.6);
    text-decoration:none;
}
.listfeaturedtag h4.card-text,.listrecent h4.card-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 400;
}
.listfeaturedtag .wrapfooter {
    position:absolute;
    bottom:20px;
    font-size:12px;
    display:block;
    width:85%;
}
.listrecent .wrapfooter {
    font-size:12px;
    margin-top:30px;
}
.author-thumb {
    width:40px;
    height:40px;
    float:left;
    margin-right:13px;
    border-radius:100%;
}
.post-top-meta {
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.post-top-meta .author-thumb {
    width:72px;
    height:72px;
}
.post-top-meta.authorpage .author-thumb {
    margin-top:40px;
}
.post-top-meta span {
    font-size:0.9rem;
    color:rgba(0,0,0,.44);
    display:inline-block;
}
.post-top-meta .author-description {
    margin-bottom:5px;
    margin-top:10px;
    font-size:0.95rem;
}
.author-meta {
    flex:1 1 auto;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    overflow:hidden!important;
}
span.post-name,span.post-date,span.author-meta {
    display:inline-block;
}
span.post-date,span.post-read {
    color:rgba(0,0,0,.44);
}

span.post-read-more a {
    color:rgba(0,0,0,.44);
     align-items: center;
    display: inline-block;
    float: right;
     width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}
span.post-name a,span.post-read-more a:hover {
    color:rgba(0,0,0,.8);
}
.dot:after {
    content:"·";
    margin-left:3px;
    margin-right:3px;
}
.mediumnavigation .form-control {
    font-size:0.8rem;
    border-radius:30px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,0.04);
}

.mediumnavigation .form-inline {
    margin-left:15px;
}
.mediumnavigation .form-inline .btn {
    margin-left:-50px;
    border:0;
    border-radius:30px;
    cursor:pointer;
}
.mediumnavigation .form-inline .btn:hover,.mediumnavigation .form-inline .btn:active {
    background:transparent;
    color:green;
}
.mediumnavigation .navbar-brand {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    margin: -5px 0 -10px;
    padding: 0;
}
.mediumnavigation .navbar-brand:hover {
    color: #fff;
    opacity: 0.8;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 1.5rem;
}
.mediumnavigation .nav-item,.dropdown-menu {
    font-size:0.9rem;
}
.mediumnavigation .search-icon {
    margin-left:-40px;
    display:inline-block;
    margin-top:3px;
    cursor:pointer;
}
.mediumnavigation .navbar-brand img {
    margin-right:7px;
    vertical-align: text-bottom;
    max-width:initial;
    height: 30px;
}
.mainheading h1.sitetitle {
    font-family:Georgia;
}
.mainheading h1.posttitle {
    font-weight:700;
    margin-bottom:1rem;
}

.page-title h1 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0,0,0,0.5);
  text-align: left;
  padding: 0px;
  margin: 5px 0 0px;
  display: inline-block;
}
.page-title h2 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
  text-align: left;
  padding: 0px;
  margin: 0px 0 5px;
  line-height: 26px;
  letter-spacing: .5px;
}
.white-f h1, .white-f h2, .white-f h3, .white-f p, .white-f li, .white-f li:before, .white-f i {
    color: #fff !important;
} 
.intro {
    background-image:url(../images/head.jpg);
    background-position: center;
    background-size:cover;
    padding: 9rem 0;
    margin-top:50px;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}
.intro:before {
    background-image: url(../images/header-wordcloud-white-400-8p.png);
    background-position: left top;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: -2;
    position: absolute;
    content: " "; 
}
.intro.blue-bg {
    background-image: none;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    /* border-radius: 0 0 9% 9%; */
}
.intro .btn {
    background: #F1C40F;
    border: 0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    padding: 15px 40px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.intro h1 {
    font-weight:700;
    font-size: 2.5rem;
    margin: 0px 0 10px;
}
.intro h2 {
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 2rem;
}
.wrapintro {
    width: 700px;
    padding: 10rem 0 10rem;
    max-width: 90%;
    margin: 0px auto;
    text-align: center;
}
/* Beta vs Roadmap section */
.not-in-beta h1, .not-in-beta h2, .not-in-beta h3, .not-in-beta h4, .not-in-beta h5, .not-in-beta p, .not-in-beta a, .not-in-beta i, .not-in-beta span, .not-in-beta ul, .not-in-beta li {
    color: #ccc !important;
}

/* feature */
.feature {
    margin-top: 30px;
}
.feature .content {
    padding: 0 20px 5px 45px;
}
.feature .icon-holder {
    position: absolute;
    left: 15px;
    top: 0;
}
.feature .icon-holder i {
    font-size: 24px;
}
.feature h3 {
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  padding: 0px;
  margin: 0px 0 5px;
  line-height: 18px;
  letter-spacing: .5px;
}



.footer {
    border-top:1px solid rgba(0,0,0,.05)!important;
    color:#272838;
    margin:0px 0;
    background-color: #fff;
    padding: 30px 0px 30px 0;
}
.footersocial i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    border-radius: 3px;
    /* box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1); */
    font-size: 18px;
    margin-left: 5px;
    color: #3c3838;
    margin-top: 10px;
}
.footersocial i:hover {
    opacity: 0.9;
    cursor: pointer;
}
.beforefooter {
    background: #139bd6;
    color: #fff;
    padding: 50px 0;
    max-width: 100%;
    margin: 0px auto;
}
.footer a {color:inherit;}
.footer a:hover {color: #139bd6; text-decoration:none;}
.footer-widget {margin-bottom: 3rem;    margin-top: 3rem;font-size:15px;}
.footer-widget h5.title {font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: #272838; margin-bottom: 15px;}
.footer-widget ul {list-style:none;padding-left:0;}
.footer-widget ul li {margin:8px 0;}
.footer-widget p {line-height: 20px;}
.footer-widget .recent-posts img {float:left;margin-right:10px;}
.footer .textwidget a {border-bottom: 1px dashed; margin-right: 20px;}
.footer .textwidget.right {text-align: right;}
.footer .textwidget.right a {border-bottom: 1px dashed; margin-right: 0px; margin-left: 20px;}
.beforefooter h3 {margin-bottom:1rem;}
.copyright {  padding-top: 1.5rem; font-size:0.9em; }
.copyright a {color:#272838;}
.copyright a:hover {text-decoration:none;color:#fff;}
.footer-bottom {text-align: center;margin-top: 50px;}
.footer-links ul {padding-left: 0px !important;}
.footer-links ul li {display: inline-block;}
.footer-links ul li a {
    margin: 0 13px 0 10px;
    border-bottom: 1px dashed;
}
/*
.footer-links ul li:last-child a {
    border-right: medium none;
}
*/
.footer-logo a {
    font-size: 50px;
    font-weight: 900;
}
.footer-logo img {
    height: 80px;
    padding-bottom: 25px;
}
.link-dark {
    color:rgba(0,0,0,.8);
}
.article-post {
    font-size:1.1rem;
    line-height:1.8;
    color:rgba(0,0,0,.8);
}
/*
.article-post a {color:inherit; box-shadow:inset 0 -2px 0 rgba(255, 229, 31,1), 0 2px 0 rgba(255, 229, 31,1);}
.article-post a:hover {box-shadow:inset 0 -30px 0 rgba(255, 229, 31,1), 0 2px 0 rgba(255, 229, 31,1);text-decoration:none;}
*/
blockquote {
    border-left:4px solid #139bd6;
    padding:0 20px;
    font-style:italic;
    color:rgba(0,0,0,.5);
}
.article-post p,.article-post blockquote {
    margin:0 0 1.5rem 0;
}
.featured-image {
    display: block;
    margin-bottom: 2rem;
    /* box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1); */
}
.article-post img, .article-post iframe {
    box-shadow:0 6px 10px 0 rgba(0,0,0,0.1);
}
.article-post p img, .article-post p iframe {
    margin-bottom:0.5rem;
}
.share {
    text-align:center;
}
.share p {
    margin-bottom:10px;
    font-size:0.95rem;
}
.share {
    display:none;
}
.share ul li {
    display:inline-block;
    margin-bottom:9px;
}
.share ul {
    padding-left:0;
    margin-left:0;
}
.share ul li i.fa {border:1px solid #ddd; width:30px; height:30px; line-height:30px;text-align:center;border-radius:50%;}
.svgIcon {
    vertical-align:middle;
}


@media (max-width:999px) {
    .listfeaturedtag .wrapthumbnail, .listfeaturedtag .col-md-7 {
        width:100%;
        max-width:100%;
        -webkit-box-flex: 0;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    .listfeaturedtag .wrapthumbnail {
        height:250px;
    }
    .listfeaturedtag .card {
        height:auto;
    }
    .listfeaturedtag .wrapfooter {
        position:relative;
        margin-top:30px;
    }
    .listfeaturedtag .card-block {
        padding:20px;
    }
}
@media (max-width:1024px) {
    .post-top-meta .col-md-10 {
        text-align:center;
    }
}
@media (max-width:767px) {
    .post-top-meta.authorpage {
        text-align:center;
    }
}
.share,.share a {
    color:rgba(0,0,0,.44);
    fill:rgba(0,0,0,.44);
}
.graybg {
    background-color:#fafafa;
    padding:40px 0 46px;
    position:relative;
}
.listrelated .card {
    box-shadow:0 1px 7px rgba(0,0,0,.05);
    border:0;
}
.card {
    border-radius:4px;
    margin-bottom: 30px;
    box-shadow:0 0px 1px 0 rgba(0, 0, 0, 0.14);
    border:0;
}
.card .img-thumb {
    border-top-right-radius:4px;
    border-top-left-radius:4px;
}
ul.tags {
    list-style:none;
    padding-left:0;
    margin: 0 0 1.5rem 0;
}
ul.tags li {
    display:inline-block;
    font-size:0.9rem;
}
ul.tags li a {
    background: #e6e6e6;
    color: #333;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 0.93em;
    text-transform: capitalize;    
    /* box-shadow: 0 6px 10px 0 rgba(169, 169, 169, 0.1); */
}
ul.tags li a:hover {
    background:rgba(0,0,0,.07);
    text-decoration:none;
}
.margtop3rem {
    margin-top: 3rem;
}
.sep {
    height:1px;
    width:20px;
    background:#999;
    margin:0px auto;
    margin-bottom:1.2rem;
}
.btn {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    font-weight:500;
    font-size:15px;
    border-radius: .3rem;
    color:#fff;
    cursor: pointer;
}
.btn:hover {
    color: inherit;
    opacity: 0.8 !important;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 1rem 2rem;
    border-radius: .3rem;
    font-size:15px;
}
.blue {background-color: #139bd6; border-color: #139bd6;}
.blue.outline {color:#139bd6; background-color: transparent; border: 2px solid #139bd6;}
.blue.outline:hover {color:#fff; background-color: #139bd6; border: 2px solid #139bd6; opacity: 1 !important;}
.orange {background-color: #F75C03; border-color: #F75C03;}
.orange.outline {color:#F75C03; background-color: transparent; border: 2px solid #F75C03;}
.orange.outline:hover {color:#fff; background-color: #F75C03; border: 2px solid #F75C03; opacity: 1 !important;}
.yellow {background-color: #F1C40F; border-color: #F1C40F;}
.yellow.outline {color:#F1C40F; background-color: transparent; border: 2px solid #F1C40F;}
.yellow.outline:hover {color:#292b2c; background-color: #F1C40F; border: 2px solid #F1C40F; opacity: 1 !important;}
.grey {color:#272838; background-color: #f1f1f1;border-color: #dcdcdc;}
.grey.outline {color:#dcdcdc; background-color: transparent; border: 2px solid #dcdcdc;}
.grey.outline:hover {color:#dcdcdc; background-color: #dcdcdc; border: 2px solid #dcdcdc; opacity: 1 !important;}
.white {color:#272838; background-color: #fff;border-color: #272838;}
.white:hover {color:#272838; background-color: #fff;border-color: #272838; opacity: 0.8 !important;}
/*
<<<<<<< HEAD
.white:hover {color:#272838; background-color: #fff;border-color: #272838; opacity: 0.8 !important;}
=======
>>>>>>> master
*/
.w100p {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w20p {
    width: 25%;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.center-btn {
    text-align: center;
    margin: 0 auto;
}
.btn.follow {
    border-color:#139bd6;
    color:#139bd6;
    padding:3px 10px;
    text-align:center;
    border-radius:999em;
    font-size:0.85rem;
    display:inline-block;
        box-shadow: none;
    font-weight:400;
}
.btn.subscribe {
    background-color:#1C9963;
    border-color:#1C9963;
    color:rgba(255,255,255,1);
    fill:rgba(255,255,255,1);
    border-radius:30px;
    font-size:0.85rem;
    margin-left:10px;
    font-weight:600;
    text-transform:uppercase;
}
.post-top-meta .btn.follow {
    margin-left:5px;
    margin-top:-4px;
}
.metafooter i.fa.fa-link {
    color: rgba(0,0,0,.44);
}
.alertbar {
    box-shadow:0 -3px 10px 0 rgba(0,0,0,.0785);
    position:fixed;
    bottom:0;
    left:0;
    background-color:#fff;
    width:100%;
    padding:14px 0;
    z-index:1;
    display: none;
}
.alertbar form {display: inline-block;}
.alertbar input[type="email"] {
    font-size:0.85rem;
    padding:3px 5px 3px 10px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    border:1px solid #ddd;
    border-right:0;
    margin-right:-10px;
    height:34px;
    letter-spacing:0.5px;
    margin-left:5px;
}
.alertbar input[type="submit"] {
    background-color:#1C9963;
    border:1px solid #1C9963;
    color:rgba(255,255,255,1);
    fill:rgba(255,255,255,1);
    font-size:0.85rem;
    border-radius:0;
    padding:4px 10px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    font-weight:600;
    height:34px;
    letter-spacing:0.5px;
    cursor: pointer;
}
.form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,.5);
}
.form-control:-moz-placeholder {
    color: rgba(0,0,0,.5);
}
.form-control::-moz-placeholder {
    color: rgba(0,0,0,.5);
}
.form-control:-ms-input-placeholder {
    color: rgba(0,0,0,.5);
}
.form-control::-ms-input-placeholder {
    color: rgba(0,0,0,.5);
}
.form-control {border:1px solid #eee; border-radius:0;margin-bottom: 10px;}
.authorpage h1 {
    font-weight:700;
    font-size:30px;
}
.post-top-meta.authorpage .author-thumb {
    float:none;
}
.authorpage .author-description {
    font-size:1rem;
    color:rgba(0,0,0,.6);
}
.post-top-meta.authorpage .btn.follow {
    padding:7px 20px;
    margin-top:10px;
    margin-left:0;
    font-size:0.9rem;
}
.graybg.authorpage {
    border-top:1px solid #f0f0f0;
}
.authorpostbox {
    width:760px;
    margin:0px auto;
    margin-bottom:1.5rem;
    max-width:100%;
}
.authorpostbox .img-thumb {
    width:100%;
}
.sociallinks {
    margin:1rem 0;
}
.sociallinks a {
    background:#666;
    color:#fff;
    width:22px;
    height:22px;
    display:inline-block;
    text-align:center;
    line-height:22px;
    border-radius:50%;
    font-size:12px;
}
#comments {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.sidebar {max-width:340px;font-size: 15px;}
.sidebar h5 {    margin-bottom: 1rem;   text-align:center; position:relative;font-weight: 700; }
.sidebar h5 span {
background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0px 15px 0 15px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar h5:before {
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 12px;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #333333;
}
.sidebar ul {list-style:none;padding-left:0;}
.sidebar ul li a {
    color: #999;
    border-bottom: 1px solid #f6f6f6;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}
.sidebar-section {     margin-bottom: 2rem;
    box-shadow: 0 0px 1px 0 rgba(0,0,0,0.1);
    box-shadow:0 0px 1px 0 rgba(0, 0, 0, 0.14);
    padding: 30px;}
.sidebar #mc_embed_signup form {
    padding: 0 !Important;
}
.sidebar #mc_embed_signup .button {
    width: 100% !Important;
    background: #139bd6;
    height: auto;
    padding: 6px 20px;
    font-weight: 600;
    /* box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1); */
}
.sidebar #mc_embed_signup .button:hover {
    background: #139bd6;
    opacity: 0.8;
}
.sidebar #mc_embed_signup h2 {
    font-weight: 400;
    font-size: 15px;
    color: #999;
    margin-bottom: 1rem;
    line-height: 1.5;
    text-align: center;
}
.sidebar #mc_embed_signup input {width:100%;}
.sidebar #mc_embed_signup .mc-field-group {width:100% !Important;}
#mc_embed_signup .mc-field-group input {text-indent: 5% !Important;}
#mc_embed_signup {font-family:inherit !Important;}
.sidebar-right .sidebar {max-width:inherit;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}
.article-post .h1, .article-post .h2, .article-post .h3, .article-post .h4, .article-post .h5, .article-post .h6, .article-post h1, .article-post h2, .article-post h3, .article-post h4, .article-post h5, .article-post h6 {
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.article-post img.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}
img {max-width:100%;height: auto;}
.img-overlay:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
img.inset {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5); 
}

img.zoomin { 
    -webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -ms-transition: all 1s ease; 
    transition: all 1s ease; 
} 
img.zoomin:hover { 
    left: 0;
    background-color:#fff;
    transform: scale(1.55);
    -webkit-transform-origin: top left;
    position: relative;
    z-index: 1 !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
img.zoomin.right:hover { 
    right: 0;
    background-color:#fff;
    transform: scale(1.55);
    -webkit-transform-origin: top right;
    position: relative;
    z-index: 1 !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


.bottompagination span.navigation {

}
.bottompagination span.navigation a {
    background: #139bd6;
    color: #333;
    padding: 5px;
    border-radius: 3px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
    min-width: 100px;
    display: inline-block;
}
.pointerup {
    margin-bottom:-18px;
    margin-left:49%;
    font-size:30px;
}
.pointerup i.fa {
    color:#eaeaea;
}
.bottompagination span.navigation i {
    display:inline-block;
}
span.navigation {
    display: block;
    font-size: 0.93rem;
    font-weight: 700;
    text-align:center;
    position:relative;
}
span.navigation:before {
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 12px;
    height: 1px;
    content: '';
    background-color: #eee;
}
.pagination {
    display: inline-block;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
}
iframe {
    max-width:100%;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 1199px) {
    .container {
        width: 96%;
        max-width: 100%;
    }
    img.zoomin:hover { 
        max-width: 700px;
        transform: scale(1.2);
        left: 20px;
        right: 20px;
    }
}
@media (max-width: 991px) {
    .mediumnavigation {
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: #139bd6;
    }
    .mediumnavigation .navbar-brand {
        padding-left: 20px;
    }
    .navbar-toggleable-md>.container {
        width: 100%;
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        margin: 10px -5px 10px 0;
        padding: .5em 30px .2em 15px;
        float: right;
        border-bottom: 2px solid transparent;
    }
    .navbar-toggleable-md .navbar-nav .nav-link:hover {
        margin: 10px -5px 10px 0;
        padding: .5em 30px .2em 15px;
        float: right;
    }
    .navbar-toggleable-md .navbar-nav .nav-link.login {
        color: #fff;
        background: inherit;
        border: 2px solid #fff;
        border-radius: 4px;
        padding: 0.2em 1em;
        margin-top: 12px;
        margin-right: 20px;
    }
    .navbar-toggleable-md .navbar-nav .nav-link.login:hover {
        background: #fff;
        color: #139bd6;
        opacity: 1;
    }
    br.break {display:none;}
    .intro {padding:3rem 0;}
    .wrapintro {padding: 2rem 1rem;}
    h1 {margin: 50px 0 10px;}
    .intro h1 {margin-top: 50px; margin-bottom: 1rem;}
    .intro h2 {margin-top: 1rem; margin-bottom: 1rem;}
    img.zoomin:hover {
        transform: scale(1.2);
        max-width: 600px;
        left: 40px;
        right: 40px;
    }
}
@media (max-width: 575px) {
    .footer {text-align:center;}
    .footer-widget {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    .form-control {margin-bottom: 10px;}
    .sidebar {max-width:100%;}
    .copyright .pull-left, .copyright .pull-right {float:none;}
    .beforefooter {text-align:center;}
    .beforefooter .footersocial { text-align: center !important;    margin-top: 1rem; }    
    .form-group .col-md-6:first-child {   margin-bottom: 1rem;}
    [class*="offset-"]{margin-left: 0 !important;}
    img.zoomin:hover, img.zoomin.right:hover {
        transform: none;
        max-width: 100%;
        left: 0;
        right: 0;
    }
}



.num-list { 
    color: #272838;
    font-size: 18px;
    line-height: 32px;
    list-style: none;
    counter-reset: list;
}
.num-list li {
    color: #272838;
    list-style: none;
    position: relative;
    padding-left: 20px;
    text-indent: -20px;
}
.num-list li::before {
    counter-increment: list;
    content: counter(list) '.';
    color: #139bd6;
    padding-right:10px;
}

.check-list {
    color: #272838;
    font-size: 18px;
    line-height: 32px;
    list-style: none;
    padding-left: 0px;
}
.blue-bg .check-list li {
    color: #fff;
}
.check-list li{
    padding-left: 20px;
    text-indent: -22px;
}
.check-list li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    color: #139bd6;
    font-weight: 500;
    padding-right: 10px;
}
.check-list.indev li:last-child:before {
    content: " ";
}

.page-list {
    color: #272838;
    font-size: 18px;
    line-height: 32px;
    list-style: none;
    padding-left: 0px;
}
.page-list li{
    padding-left: 20px;
    text-indent: -22px;
}
.page-list li:before {
    content: "#";
    color: #139bd6;
    font-weight: 500;
    padding-right: 10px;
}


/* Testimonials Section*/
.testimonial-box {
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0px 8px -5px rgba(0,0,0,0.4);
    padding: 30px 30px 30px 40px;
    position: relative;
}
.testimonial-author {
    margin-right: 70px;
    margin-top: 40px;
    text-align: right;
}
.blue-bg .testimonial-author a {
    color: #fff;
}
.testimonial-author h5 {
    margin-bottom: 0px;
}
.testimonial-box > p {
    color: #272838;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 21px;
    position: relative;
}
.testimonial-box > p:before {
    content: "\f10d";
    font: normal normal normal 26px/1 FontAwesome;
    left: -8px;
    position: absolute;
    top: 16px;
}
.testimonial-box:after {
    border-left: 60px solid transparent;
    border-top: 60px solid #f9f9f9;
    content: "";
    height: 0;
    position: absolute;
    right: 90px;
    width: 0;
}

.blue-bg .testimonial-box, .grey-bg .testimonial-box {
    background-color: #fff;
    padding: 30px 30px 30px 40px;
    position: relative;
}
.blue-bg .testimonial-box:after, .grey-bg .testimonial-box:after {
    border-left: 60px solid transparent;
    border-top: 60px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 90px;
    width: 0;
}
/* How it works Section */
/*
.how-box {
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0px 8px -5px rgba(0,0,0,0.4);
    padding: 30px 30px 30px 40px;
    position: relative;
}
*/
.how-box {
    border-top: 1px solid #000;
    margin: 20px 0 0px;
}
.how-title {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.how-title.right {
    /* margin: 0px 40px 40px 0px; */
    text-align: right;
}
.how-title.left {
    /* margin: 0px 0px 40px 40px; */
    text-align: left;
}
.how-title h2 {
    font-size: 1.25rem;
    margin: 60px 0 0px;
    line-height: 1.2;
}
.how-title h5 {
    margin: 60px 0 0px;
}
.how-box > p {
    color: #272838;
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 0;
    /* padding: 15px; */
    position: relative;
}
/*
.how-box:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #f9f9f9;
    content: "";
    height: 0;
    position: absolute;
    right: 60px;
    top: -30px;
    width: 0;
    z-index: 0;
}
*/
.how-box.right:before {
    right: 60px;
}
.how-box.left:before {
    left: 60px;
}
.grey-bg .how-box {
    background-color: #fff;
}
.grey-bg .how-box:before {
    border-bottom: 30px solid #fff;
}
/* Features Section*/
.feature-box {
    /*
    background-color: #f1f1f1;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0px 8px -4px rgba(0,0,0,0.4);
    padding: 30px 30px 30px 40px;
    */
    position: relative;
    margin: 30px 0;
}
.feature-box h2 {
    font-size: 1.25rem;
    padding: 0px;
    margin: 0px;
}
.feature-box > p {
    color: #272838;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 15px 0px;
    position: relative;
}
.feature-icon {
    margin: 15% auto 0px;
    text-shadow: 0 0px 1px rgba(0,0,0,0.4);
}
.feature-icon i {
    font-size: 150px;
    color: #f1f1f1;
    margin: 0 30%;
}
.grey-bg .feature-icon i {
    color: #fff;
}
/* Pricing Box Section */
.price-box {
    /* background-color: #f9f9f9; */
    padding: 5px 30px 25px 40px;
    position: relative;
    margin: 20px 0;
    /* box-shadow: inset 0px 4px 15px -12px rgba(0,0,0,0.4); */
}
.price-box h4 {
    color: #F75C03;
    text-align: center;
    padding-top: 5px;
    margin: 0px auto;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.price-box h4:after {
    height: 1px;
    background: #139bd6;
}
/*
.price-box h4:before {
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 38%;
    right: 38%;
    top: 40px;
    height: 2px;
    opacity: 0.8;
    content: '';
    background-color: #139bd6;
}
*/
.price-box h3 {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.price-box ul {
    list-style: none;
    text-align: center;
    padding-left: 0px;
    margin: 10px 0;
}
.price-box li {
    font-size: 18px;
    list-style: none;
    text-align: center;
    padding-left: 20px;
    text-indent: -22px;
}
.price-box li:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f058";
    color: #139bd6;
    font-weight: 500;
    padding-right: 5px;
}
.price-box li.indev {
    color: #bfbfbf;
}
.price-box li.indev:before {
    color: #bfbfbf !important;
}
.price-box > p {
    color: #272838;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 10px;
    position: relative;
    text-align: center;
}
.price-box:before {
    content: "\f155";
    font: normal normal normal 36px/1 FontAwesome;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    left: 49%;
    top: -50px;
}
.price-box.last:before {
    content: " ";
}
/*
.price-box:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #f9f9f9;
    content: "";
    height: 0;
    position: absolute;
    right: 120px;
    width: 0;
    z-index: -1;
}
*/
.price-box.last:after {
    border: none;
}
.price-box.last .btn {
    margin: 0px;
    width: 100%;
}
.price-box .btn {
    margin: 10px 0;
    width: 60%;
}
.price-box .divider {
    border-bottom: 2px dashed #ddd;
    margin: 8px auto;
    width: 40%;
}
.price-box ul li span{
    font-size: 18px;
    font-weight: 500;
}

.typewriter h2 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em #139bd6; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #139bd6; }
}

/*--- Columns Blocks ---*/
.columns-space {margin-bottom: 15px; display: none;line-height: 2;}
.columns-sub {font-weight: 500; display: block;}
.columns-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.columns-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.columns-4 {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}
.columns-2 br, .columns-3 br, .columns-4 br {
    line-height: 32px;
}
@media (max-width: 480px) { 
  .columns-2, .columns-3, .columns-4 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
  }
  .columns-space {margin-bottom: 15px; display: block;line-height: 2;}
}
@media (min-width: 481px) and (max-width: 768px) { 
  .columns-2, .columns-3, .columns-4 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
  }
  .columns-space {margin-bottom: 15px; display: block;line-height: 2;}
}


@media only screen and (max-width: 479px) {
    .feature {
        margin: 30px 20px 0px 30px;
    }
    .footer .textwidget.right {
        text-align: center;
    }
    .navbar-light .navbar-toggler {
        border: none;
        padding-top: 4px;
    }
    .container {
        width: 87%;
        max-width: 100%;
    }
    .mediumnavigation {
        background: #139bd6;
    }
    .testimonial-author {
        margin: 40px 70px 20px 0;
        margin-right: 70px;
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: right;
    }
    .feature-icon {
        display: none;
    }
    .header-banner .title-box {
        padding: 20px 0 0px;
        margin: 0px 0 5px !important;
    }
    .title-box h1 {
        font-size: 1.6em;
    }
    .title-box h2 {
        font-size: 1.0rem;
    }
    section#keywords-manager,
    section#keyword-density-check,
    section#realtime-seo-forecast,
    section#readability-score,
    section#grammar-spelling-check,
    section#content-export {
        padding: 20px 0 0px;
    }
    /*
    #keywords-manager .feature-box,
    #keyword-density-check .feature-box,
    #realtime-seo-forecast .feature-box,
    #readability-score .feature-box,
    #grammar-spelling-check .feature-box,
    #content-export .feature-box {
        margin-bottom: -15px;
    }
    */

}

.alpha-banner {
    position: relative;
    background-color: rgba(6, 214, 160, 0.7);
    width: 100%;
    padding: 10px 20px;
    margin: 5px auto 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .alpha-banner {
        width: 90%;
    }
}
.alpha-banner h1 {
    font-size: 18px;
    padding: 0px;
    margin: 5px 0 5px;
    color: #272838;
}
.alpha-banner h2 {
    font-size: 16px;
    padding: 0px;
    margin: 5px 0 5px;
    color: #272838;
    font-weight: 500;
}


.alpha-bubble {
    position: absolute;
    background-color: rgba(6, 214, 160, 0.7);
    border-radius: 3em;
    width: 250px;
    left: 7%;
    padding: 15px 20px;
    z-index: 10000;
}
.alpha-bubble h1 {
    font-size: 18px;
    padding: 0px;
    margin: 10px;
    color: #272838;
}
.alpha-bubble h2 {
    font-size: 16px;
    padding: 0px;
    margin: 10px;
    color: #272838;
}
.alpha-bubble:after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 70%;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    background-color: rgba(6, 214, 160, 0.7);
    border-bottom: 0;
    border-left: 0;
    margin-left: -30px;
    margin-bottom: -50px;
}

.alpha-bubble-price {
    position: absolute;
    background-color: rgba(6, 214, 160, 0.7);
    border-radius: 3em;
    width: 150px;
    height: 65px;
    top: -30px;
    left: 20px;
    px; */
    padding: 0px 15px;
    text-align: center;
    z-index: 10000;
}
.alpha-bubble-price h1 {
    font-size: 14px;
    padding: 10px;
    margin: 9px 10px 0;
    color: #272838;
}
.alpha-bubble-price h2 {
    font-size: 14px;
    padding: 0 15px;
    margin: 5px;
    color: #272838;
}
.alpha-bubble-price:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 70%;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top-color: rgba(6, 214, 160, 0.7);
    border-bottom: 0;
    border-right: 0;
    margin-left: -20px;
    margin-bottom: -25px;
}

