
section.ultra-strict:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: url(/images/cont-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 40px;
}

.table-danger {
    background: #FFF3F4 !important;
}

section.ultra-strict .table-main-div {
    padding: 10px;
}

section.ultra-strict table.table.table-striped {
    box-shadow: none;
}

section.ultra-strict table.table-striped tr td:first-child {
    font-weight: 600 !important;
    color: #2E2E2E;
    text-transform: capitalize;
}

section.ultra-strict table.table-striped tr td:last-child {
    color: #8c8c8c;
}

section.ultra-strict table tbody tr {
    height: 60px;
}

section.ultra-strict table.table-striped tr td {
    align-content: center;
}

/*pdf section*/

section.qq-pdf-sec {
    position: relative;
    padding: 60px 0;
}

section.qq-pdf-sec:before {
    position: absolute;
    content: '';
    background: url(/images/qq-pdf-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.qq-pdf-sec .pdf-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.qq-pdf-sec .pdf-main .qq-pdf {
    background: #fff;
    text-align: center;
    border: 10px solid #FEC9CB;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    padding: 20px;
    position: relative;
    z-index:3;
    align-content: center;
}

section.qq-pdf-sec .pdf-main .qq-pdf span {
    display: block;
    color: #fff;
    background: var(--btn-color);
    border-radius: 20px;
    padding: 4px;
    width: 30px;
    height: 30px;
    margin: auto;
}

section.qq-pdf-sec .pdf-main .qq-pdf p {
    color: #2E2E2E;
    font-weight: 600;
    font-size: 15px;
    margin: 10px 0;
}

section.qq-pdf-sec .pdf-main .qq-pdf:before {
    position: absolute;
    content: '';
    height: 95%;
    width: 95%;
    border: 1px solid var(--btn-color);
    margin: auto;
    border-radius: 100px;
    inset: 0;
    z-index:-1;
}

section.qq-pdf-sec .pdf-main .qq-pdf .pdf-btn a {
    color: #fff;
    font-size: 14px;
    background: var(--btn-color);
    padding: 7px;
    border-radius: 5px;
}

section.qq-pdf-sec .qq-pdf.key-pros {
    bottom: -90px;
}

section.qq-pdf-sec .qq-pdf.qq-std {
    top: -30px;
}

section.qq-pdf-sec .qq-pdf.flow-ch {
    bottom: -60px;
}

section.qq-pdf-sec .qq-pdf.clr-box {
    top: -40px;
}

section.qq-pdf-sec .qq-pdf.prm-pkg {
    bottom: -50px;
}

/*pdf section end*/



/*Inspection section end*/

section.qq-inspection {
    position: relative;
    padding: 60px 0;
}

section.qq-inspection .inspect-tbl .table-inspect td {
    border: none !important;
    width: 50%;
    font-size: 13px;
    padding: 10px 3px;
    height: 65px;
    line-height: normal;
    align-content: center;
    color:#2E2E2E;
}

section.qq-inspection .inspect-eqpt {
    box-shadow: rgba(100, 142, 145, 0.2) 0px 0px 5px;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
}

section.qq-inspection .inspect-tbl .table-inspect td:first-child {
    color: var(--btn-color);
    font-weight: 500;
    font-size: 15px;
}

section.qc-team {
    position: relative;
    padding: 50px 0;
}

section.qc-team .team-img {
    background: #fff3f4;
    margin: 50px 0;
}

section.qc-team .team-img .qc-img {
    max-width: 90%;
    margin: auto;
}

section.qc-team .team-img .qc-content {
    text-align: center;
    padding: 20px;
}

section.qc-team .team-img .qc-content h2 {
    font-weight: 700;
    text-transform: uppercase;
}

/*Inspection section end*/


@media(max-width:767px){
    
    td {
        font-size: 9px !important;
        height: auto !important;
    }
    
    section.qq-pdf-sec .pdf-main .qq-pdf .pdf-btn a {
        font-size: 12px;
    }
    
    section.qq-pdf-sec .pdf-main {
        display: inline-block;
        width: 100%;
        margin: auto;
    }
    
    section.qq-pdf-sec .pdf-main .qq-pdf {
        inset: 0 !important;
        width: 200px;
        margin: 10px auto;
    }
    
    section.qq-pdf-sec .pdf-main .qq-pdf p {
        font-size: 13px;
        margin: 8px;
    }
    
    section.qq-pdf-sec {
        padding: 20px 0;
    }
    
    section.qq-inspection {
        padding-bottom: 0;
    }
    
    section.qc-team {
        padding: 20px 0;
    }
    
    section.qc-team .team-img .qc-content h2 {
        font-size: 16px !important;
    }
    
    section.qc-team .team-img .qc-content {
        padding: 10px;
    }
    
    section.ultra-strict:before {
        height: 50px;
        width: 50px;
        left: 10px;
    }
}



@media(min-width:767px) and (max-width:992px){
    td {
        font-size: 12px !important;
    }
    
    section.qq-pdf-sec .pdf-main .qq-pdf {
        height: 140px;
        padding: 6px;
        border-width: 5px;
    }
    
    section.qq-pdf-sec .pdf-main .qq-pdf p {
        font-size: 12px;
        line-height: normal;
        margin: 0;
    }
    
    section.qq-pdf-sec .pdf-main .qq-pdf span {
        width: 20px;
        height: 20px;
        font-size: 12px;
        padding: 2px;
    }
    
    section.qq-pdf-sec .pdf-main .qq-pdf .pdf-btn a {
        font-size: 10px;
    }
    
    .qq-pdf.clr-box {
        top: -20px !important;
    }
    
    .qq-pdf.qq-std {
        top: -20px !important;
    }
    
    section.qc-team .team-img .qc-content h2 {
        font-size: 25px;
    }
    
    section.qc-team {
        padding: 0;
    }

}





