
/*=============================
	Pricing Table CSS
===============================*/
.pricing-table .section-title {
    margin-bottom: 50px;
}
a:hover {
    color: #fff;
}
a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .pricing-table .section-title {
        margin-bottom: 30px;
    }
}

.pricing-table .single-table {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    overflow: hidden;
}

    .pricing-table .single-table:hover:hover {
        -webkit-box-shadow: 0px 3px 5px #00000017;
        box-shadow: 0px 3px 5px #00000017;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .pricing-table .single-table .table-head {
        padding: 25px;
        border-bottom: 1px solid #eee;
    }

        .pricing-table .single-table .table-head .title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .pricing-table .single-table .table-head p {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            white-space: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .pricing-table .single-table .table-head .price {
            padding: 30px 0;
        }

            .pricing-table .single-table .table-head .price .amount {
                font-size: 30px;
                font-weight: 700;
                display: inline-block;
            }

                .pricing-table .single-table .table-head .price .amount .duration {
                    display: inline-block;
                    font-size: 14px;
                    color: #888;
                    font-weight: 400;
                    margin-left: 3px;
                }

.table-content img {
    width: 100%;
}
.btndiv_cl{ clear:both;}

.pricing-table .single-table .table-head .button .btn {
    width: 100%;
    padding: 12px 10px;
    font-size: 13px;
    background-color: #081828;
    color: #fff;
}
    .pricing-table .single-table .table-head .button .btn:hover {
        background-color: #3865F2;
        color: #fff;
    }

.pricing-table .single-table .table-content {
    /* padding: 25px;*/
}

    .pricing-table .single-table .table-content .middle-title {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .pricing-table .single-table .table-content .table-list li {
        position: relative;
        padding-left: 25px;
        font-size: 14px;
        margin-bottom: 13px;
    }

        .pricing-table .single-table .table-content .table-list li:last-child {
            margin: 0;
        }

        .pricing-table .single-table .table-content .table-list li i {
            color: #3865F2;
            font-size: 14px;
            position: absolute;
            left: 0;
            top: 4px;
        }


.section-title {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 200px;
    position: relative;
    z-index: 5;
}

    .section-title p {
        font-size: 16px;
    }

.user {
    right: 10px;
    position: absolute;
    background: #149363bd;
    padding: 8px 20px;
    border-radius: 10px;
    margin-right: 30px;
    top: 10px;
}

.usera {
    color: #fff;
    text-decoration: none;
}
    .usera > user:hover {
        color: #fff;
        background: #0b6241bd;
    }
    .usera:hover {
        color: #fff;
        text-decoration: none;
    }

.userdiv{right: 10px;
    position: absolute;
    padding: 10px;
    border-radius: 50px;
    margin-right: 30px;
    top: 10px;}


.top-50{
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}
.table-head p{
    min-height: 44px;
}
/*product*/
.secondName{
    max-width: 70%;
    margin: 0 auto;

}
.secondNameTitle {
    color: #000;
    font-size: 23px;
    margin: 30px 0;
}
.secondNameTitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.secondNameTitle>p {
    margin: 3px 0;
}
.secondNameTitle>p:nth-child(2) {
    font-size: 12px;
}
.secondNameTitle>p {
    margin: 3px 0;
}
.secondNameMain {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.secondNameMainLeft {
    width: 45%;
}
.secondNameMainLeft>img {
    width: 100%;
}
.adjustment {
    width: 500px;
    height: auto;
}
.secondNameMainRight {
    width: 47%;
}
.secondNameMainRight ul {
    margin: 0 auto;
}
.secondNameMainRight p {
    font-size: 22px;
    text-indent: 2em;
    line-height: 2.5em;
}
.itemTitleAfter {
    display: inline-block;
}.itemTitleAfterLeft {
     height: 1px;
     width: 55px;
     background: #adadad;
     display: inline-block;
     float: left;
     margin-top: 4px;
 }
.itemTitleAfterCenter {
    width: 12px;
    height: 12px;
    border: 1px solid #adadad;
    border-radius: 100%;
    display: inline-block;
    float: left;
}
.itemTitleAfterCenterInner {
    width: 6px;
    height: 6px;
    background: #adadad;
    border-radius: 100%;
    margin: 3px auto;
    display: block;
}
.itemTitleAfterRight {
    height: 1px;
    width: 55px;
    background: #adadad;
    display: inline-block;
    float: left;
    margin-top: 4px;
}
.itemTitleAfter:after {
    content: "";
    display: block;
    clear: both;
}

/*page*/
.pagination{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px 40px 0px;
}


.pagination>li>span {
    width: 30px;
    background: #ccc;
    margin-right: 10px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #5c5c5c;
}
.pagination>.active>span{
    background: #0a6fc2 !important;
    color: #fff !important;
}


.pagination>li>a {
    width: 30px;
    background: #081828;
    margin-right: 10px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
}


.ptypes{
    width: calc(50% + 10px);
    font-size: 18px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ptypea{
    background: #ccc;
    margin: 10px;
    padding: 5px 10px;
    width: 150px;
    text-align: center;
}
.product-service-content{
    min-height: 456px;
    margin-bottom: 20px;
}
.typeactive{
    background: #0a6fc2;
}

