/*! -- Tooltips -- */
.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:active:after,
.tooltipped:active:before,
.tooltipped:focus:after,
.tooltipped:focus:before,
.tooltipped:hover:after,
.tooltipped:hover:before {
    display: inline-block;
    text-decoration: none
}

.tooltipped-multiline:active:after,
.tooltipped-multiline:focus:after,
.tooltipped-multiline:hover:after {
    display: table-cell
}

.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px
}

.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
    top: -5px;
    /*right: 50%;*/
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0, 0, 0, .8)
}

.tooltipped-n:after,
.tooltipped-s:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-e:before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, .8)
}

.tooltipped-multiline:after {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate
}

.tooltipped-multiline.tooltipped-n:after,
.tooltipped-multiline.tooltipped-s:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-e:after,
.tooltipped-multiline.tooltipped-w:after {
    right: 100%
}

@media screen and (min-width:0\0) {
    .tooltipped-multiline: after {
        width: 250px
    }
}
.pricing-section-2 [data-tooltip]:after{
    min-width: 275px;
}

[data-tooltip]:not(:hover):after {
  opacity: 0;
}

*[data-toggle="tooltip"] {
    /* cursor: help; */
}


label[data-toggle="tooltip"]:not(.checkbox)::after,
h1[data-toggle="tooltip"]::after,
h2[data-toggle="tooltip"]::after,
h3[data-toggle="tooltip"]::after,
h4[data-toggle="tooltip"]::after,
h5[data-toggle="tooltip"]::after { 
    /*content: url(/assets/img/info-circle.svg);*/
    content: "\f059";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    font-weight: 100;
    margin-left: 5px;
}

.lazyload,
.loazyloaded {
    /*transition: all 0.5s 0s;*/
}

.lazyload,
.lazyloading {
    /*background: url(/assets/img/ring-loader.gif);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: clamp(10px, 50%, 50px) auto;
    transition: all 0.5s 0s;
}




/*! -- Stack Pricing -- */


.pricing label[data-toggle=tooltip]::before {
    content: url(/assets/img/info-circle.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    -webkit-filter: invert(100%);
    filter: invert(40%);
}

.pricing label[data-toggle=tooltip]::after {
    content: none;
}

.line-through {
    text-decoration: line-through;
    font-size: 75%;
    opacity: 0.5;
}

span.h1.discounted {
    font-size: 40px;
}

body i {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    align-items: center;
}

body i.fa-check:before {
    background: url(/assets/img/fa-check.svg)
}

/*not used?*/
/*body i.fa-times:before {
    background: url(/assets/img/fa-times.svg)
}*/

body i.fa-clock:before {
    background: url(/assets/img/fa-clock.svg)
}

body i[class^=fa]:before {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center;
}

.pricing i:before {
    content: "";
    width: 15px;
    height: 15px
}

.pricing h3:first-child {
    margin: 0
}

.packages .label {
     position: absolute;
    right: -65px;
    text-transform: capitalize;
    font-size: 9px;
    top: -13px;
    bottom: unset;
    padding: 4px 0;
}

.pricing .h2 {
    margin-bottom: .3939393939394em
}

.pricing ul li .checkmark+span {
    position: relative;
    bottom: 3px
}

.pricing .h1 {
    font-size: 64px;
    line-height: 1.10169491525424em;
    margin-bottom: 0;
} 

.pricing .h1 .pricing__dollar {
    font-size: .51020408163265em;
    position: relative;
    bottom: 20px
}

.pricing .feature-6 p {
    min-height: 75px
}

.pricing-5 {
    padding: 10px
}

.pricing-5 .text-left li {
    padding-left: 50px
}


.pricing-5 div[class*=col-]:not(:first-child) ul li:last-child {
    height: auto!important
}

.pricing-5 .pricing__title {
    padding: 1.625em 0;
    position: relative
}

.pricing-5 .text-left li i {
    padding-right: 10px
}

.pricing-5 h3,.pricing-5 h5,.pricing-5 h6,.pricing-5 ul {
    margin: 0
}

.pricing-5 h3 {
    font-size: 24px;
}


.pricing-5 .pricing__title h6 {
    opacity: .5;
    font-size: 18px
}

.pricing-5 .pricing__price {
    margin-top: .8125em
}

.pricing-5 ul.labels {
    text-align: left
}

.pricing-5 li .label {
    font-size: .5em;
    padding: 0 5px;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    line-height: 2;
    right: -35px;
    top: -2px
}

.pricing-5 ul.labels li {
    padding-left: 10px
}

.pricing-5 ul li {
    padding: 9.5px 0;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap
}

.pricing-5 ul li:last-child {
    display: block;
    background-color: transparent!important
}

.pricing-5 ul.text-left li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    font-size: 16px!important;
}

.pricing-5 ul li.disabled i {
    opacity: 0.3;
}

.pricing-5 ul li img {
    padding: 0;
    margin: 0;
    width: 20px;
    height: auto
}

.pricing-5 ul li span {
    font-size: 1em
}

.pricing-5 ul li span:not(.btn__text),.pricing-5 ul li span:not(:first-child) {
    position: relative
}

.pricing-5 ul li:nth-child(odd) {
    background: #fcfcfc
}

.pricing-5 ul li .text svg {
    width: 25px;
}

.modal .pricing-5 ul li:nth-child(odd) {
    background: #fafafa
}

.pricing-interval {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center
}

.pricing-page .bg--dark {
    padding-bottom: 500px
}

.pricing-page .bg--diagonal .container .pricing .col-sm-12 {
    background-color: #fff
}

.pricing-page .bg--diagonal .container .pricing .col-sm-12 button {
    margin-bottom: 30px;
    padding: 0 25px;
}

.pricing-5 div[class*="col-"].pricing--emphasise {
    -webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,.07);
            box-shadow: 0 0 60px 0 rgba(0,0,0,.07);
    z-index: 2;
    border: 1px solid #f8971d;
}

.col-sm-12.pricing--emphasise .pricing__title,
.col-sm-12.pricing--emphasise ul li,
.col-sm-12.pricing--emphasise ul li:last-child {
    /*background-color: #fff5ea!important;*/
}

.col-sm-12.pricing--emphasise ul li:nth-child(odd) {
    /*background-color: #ffefdd!important;*/
}

.pricing .price {
    width: 100%;
}

.pricing-page .bg--diagonal .container .pricing .col-sm-12:first-child {
    border-radius: 5px 0 0 0
}

.pricing-page .bg--diagonal .container .pricing .col-sm-12:last-child {
    border-radius: 0 5px 0 0
}

.pricing a.btn__text,.pricing-page .pricing a.btn__text * {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    padding: 15px 25px;
    font-weight: bold;
}

.pricing-page.main-container .bg--dark .container .row.justify-content-around {
    min-height: auto
}

.interval-selector {
    display: flex;
    justify-content: center;
    align-items: center;
}

.interval-selector span {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    font-size: .9em;
    white-space: nowrap
}

.price span.h1 {
    height: 103px;
}

.interval-selector span i {
    color: #f8981d;
    position: absolute;
    font-size: .9em;
    left: 45px;
    top: -10px
}

.hide {
    display: none
}


.price .sign {
    vertical-align: super;
    font-size: 16px;
    margin-right: -10px;
}

.price .month {
    font-size: 16px;
    font-weight: 300;
    margin-left: -13px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .pricing .h1 {
        font-size: 48px;
    }

    .price .month {
        margin-left: -15px;
    }
}


@media (max-width: 990px) {

    .pricing-5 ul li span.text {
        margin-left: 10px;
    }

    .pricing-5 ul li span.text strong {
        margin-left: 5px
    }


    .pricing-page .bg--diagonal .container .pricing .col-sm-12:first-child {
        border-radius: 5px 5px 0 0
    }

    .disabled, .pricing-5 ul li.disabled {
        display: none;
    }

    .pricing-5 div[class*=col-] {
        /*margin-bottom: 1.625em*/
    }

    .pricing-5 ul li .text .fa-check {
        display: none!important
    }
}

@media (min-width: 990px) {

    .pricing-section-2 div[class*=col-] {
        display: inline-block;
    }

    .pricing-5 .pricing__title {
        padding: 1.625em 0;
        position: relative;
        flex: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        min-height: 300px;
    }

}
.most-popular {
    padding: 5px;
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0;
    right: 0;
    background: #f8971d;
    outline: #f8971d solid 1px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-family: "Uniform Bold","Open Sans","Helvetica","Arial",sans-serif;
    font-size: 14px;
}


span.uptime-stat i {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid white;
    padding: 0;
    margin: 0;
    line-height: 20px;
    display: flex;
    margin: 0 5px 0 0;
    width: 5px;
    height: 5px;
}

span.uptime-stat {
    display: inline-flex;
    align-items: center;
    /* border: 1px solid green; */
/*    background: #306f54;*/
    border-radius: 5px;
    /* line-height: 6px; */
    height: 20px;
}

span.uptime-data {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.uptime-status-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    -ms-transform: none;
    -webkit-transform: none;
            transform: none
}

.up .uptime-status-icon {
    color: #3bd671;
    background: #3bd671
}

.down .uptime-status-icon {
    color: #d63b3b;
    background: #d63b3b
}

.uptime-status-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: currentColor;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    opacity: 1;
    border-radius: 50%;
    top: 0;
    left: 0
}