/* style page chatbot */
.chatbot--top {
    background-image: url('../../images/bot-backgroung.png');
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}
.chatbot--top::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}
.chatbot--top--content {
    position: relative;
    padding-bottom: 60px;
}
.chatbot-description {
    padding-bottom: 50px;
}
.chatbot--top--icon {
    max-width: 100px;
    margin: 0 auto;
}
.chatbot-description .cb-desc-detail {
    padding: 10px 40px;
    font-size: 18px;
    background: #fff;
    color: #333;
    font-weight: bold;
}
.chatbot-description .cb-desc-detail .detail-highlight {
    font-size: 22px;
}
.table--price-chatbot small a {
    color: #fff;
}
.table--price-chatbot small a:hover {
    color: #053589;
}
.chatbot--form {
    padding: 30px 0;
    background: url('../../images/Contact-form-background.jpg');
    color: #fff;
}
.chatbot--form h3 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
}
.chatbot--form textarea {
    resize: none;
}
.chatbot--pay {
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    background-color: #f8f9fa;
}
.chatbot--pay .pay--title {
    font-size: 22px;
}

.chatbot--table--price {
    background: #eee;
    padding: 32px 0;
}
.chatbot--table--price ul {
    list-style: none;
}
.chatbot--table--price a:hover {
    color: #228799;
}
.pricing-table-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    color: #FFF;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 26px 0 18px;
    justify-content: center;
}

.pricing-title {
    color: #FFF;
    background: #337ab7;
    padding: 15px 0;
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0;
}

.pricing-table.recommended .pricing-title {
    background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
    background: #2db3cb;
}

.pricing-table .price .price-origin{
    font-size: 20px;
    text-decoration: line-through;
}
.pricing-table .price {
    background: #303550;
    font-size: 25px;
    font-weight: 700;
    padding: 20px 0;
    color: #6eff00;
}

.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
    text-align: left;
    margin-bottom: 0;
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0;
}

.table-list li {
    font-size: 14px;
    padding: 12px 16px;
    counter-increment: my-awesome-counter;
}
.table-list li:before {
    content: counter(my-awesome-counter) ". ";
    color: #333;
}
.table-list li span {
    font-weight: 400;
}

.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    float: right;
    color: #FFF;
    background: #e95846;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
    background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
    background: #228799;
}
.chatbot--top--description h1{
    line-height: 1.5
}
.procedure_chatbot img{max-width: 100%}
.procedure_chatbot{
    text-align: center;
    padding: 50px 0;
}
.pricing-table {
    margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
    }

    .pricing-table {
        width: 236px;
    }

    .table-list li {
        font-size: 1.3em;
    }

}

@media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
    .table-list li {
        padding: 10px 16px 25px 16px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        max-width:100%;
    }
}

/* ============ End Page Chatbot =============== */