#scroll.sec-pTB {
    background: #fff;
    background-image: radial-gradient(at 99.6% 11.9%, #dff7f5 0px, transparent 50%), radial-gradient(at 2.2% 10.6%, #fcf7e8 0px, transparent 50%);
padding:40px 0;
}
.container {
    max-width: 1200px;
}
.pg-head,
.head {
    font-size: 35px;
    line-height: 45px;
    color: #000;
    letter-spacing: normal;
    margin-bottom: 0;
}
.pri-off p {
    float: left;
    width: calc(100% - 152px);    margin-top: 5px;
}
.mt-m18 {
    margin-top: -20px !important;
}
body div .component_slogan {
    margin-bottom: 30px;
}
.identity360_components {
    margin-top: 88px;
}
.componentsTable {
    margin-bottom: 60px;
}
.pricing-table {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-top: 15px;
    border-collapse: separate;
}
.pricing-table td {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
}
.pricing-table tr:nth-of-type(odd) {
    background: #F8F8F8;
}
.pricing-table tr:nth-of-type(even) {
    background: #fff;
}
.pricing-table tr:first-child,  .componentsTable tr:nth-child(2) {
    background: rgb(131, 58, 180);
    background: -moz-linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(0, 33, 43, 1) 0%, rgba(2, 78, 95, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(0, 33, 43, 1) 0%, rgba(2, 78, 95, 1) 100%);
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(0, 33, 43, 1) 0%, rgba(2, 78, 95, 1) 100%);
}
.campareHeadGray {
    padding: 30px 5px 30px 15px;
    border-right: 1px solid #345a64;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    color: #ffd283;
}
.campareHeadGray a {
    color: #ffd283;
}
.pricing-table tr:first-child td:first-child {
    border-radius: 5px 0 0 0;
}
.pricing-table tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}
.pricing-table.tbl1 tr:last-child td:first-child {
    border-radius: 0 0 5px 5px;
    padding: 30px;
}
.campareTD3,
.campareTD2 {
    border: none;
}
.campareTD3 {
    font-weight: 400;
    text-align: center;
}
.campareTD3 strong {
    font-weight: 600;
}
td.campareTD2:nth-of-type(2) {
    vertical-align: middle;
}
.campareTD2 {
    text-align: center;
    vertical-align: middle;
}
td.campareTD2:nth-of-type(3) {
    vertical-align: middle;
}
.buyNowBtn {
    border: 1px solid transparent;
    padding: 10px 25px;
    transition: all 1s;
    display: inline-block;
    background: #056175;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    float: right;
}
td.campareHeadGray span {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 6px;
}
.buyNowBtn:hover {
    background: #074857;
    text-decoration: none;
    transition: all 1s;
}
.rhs-cont a.buyNowBtn+.buyNowBtn {
    background: #fff;
    border: 1px solid #ED5B5B;
    color: #ED5B5B !important;
    padding: 11px 29px;
}
.rhs-cont a.buyNowBtn+.buyNowBtn {
    margin-left: 5px;
}
.componentsTable .campareTD2,
.componentsTable .campareHeadGray {
    text-align: left;
    padding-left: 30px;
}
.componentsTable .campareHeadGray_Top {
    text-align: center;
    border-bottom: 1px solid #345a64;
}
.pricing-table tr.freetrial div {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
    background: #fcebca;
    padding: 15px;
}
@media screen and (max-width:768px) {
    .container {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .identity360_components {
        margin-top: 60px;
    }
    .pri-off p {
        float: none;
        width: 100%;
        font-size: 16px;
    }
    .pri-off a {
        float: none;
        margin: 5px !important;
    }
    .pri-off {
        text-align: center;
    }
    .pg-head,
    .head {
        text-align: center;
        font-size: 42px;
    }
    body div .component_slogan {
        margin-bottom: 15px;
    }
    .table-sec {
        overflow: scroll;
    }
}
@media screen and (max-width:500px) {
    .pg-head,
    .head {
        font-size: 28px;
    }
}
@media screen and (max-width:375px) {
    .pg-head,
    .head {
        line-height: 40px;
        margin-bottom: 15px;
    }
}