.pq-section-title.pq-style-1 .pq-section-main-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    color: var(--dark-color);
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
}

.pq-button {
    border-radius: 60px;
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2;
    font-size: 16px;
    padding: 12px 24px;
    position: relative;
    width: auto;
    background: var(--primary-color);
    color: var(--white-color);
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 82px;
    text-decoration: none;
    fill: var(--white-color);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.text-line {
    line-height: 30px;
}

.pq-service-title-box .pq-service-box-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin: 0 8%;
    font-family: "Red Hat Display", serif;
}

.pq-fancy-box.pq-style-2 {
    padding: 30px;
    background: var(--white-color);
    transition: all 0.5s ease;
    border-bottom: 1px solid #0000001a;
    border-right: 1px solid #0000001a;
}

.pq-counter-info .pq-counter-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-white {
    color: #fff;
    font-size: 60px;
}

.pq-counter-padding {
    padding: 10px 10px 10px 10px;
}

.pq-counter.pq-style-1 .pq-counter-title {
    color: var(--white-color);
    margin-top: 50px;
}

.f-400 {
    font-weight: 400;
}

.certi-img {
    max-width: 150px;
    padding-bottom: 20px;
}

.certi-img-center {
    display: flex;
    justify-items: center;
    justify-content: space-evenly;

}

@media (max-width: 480px) {
    .certi-img-center {
        display: flex;
        justify-items: center;
        /* flex-direction: column; */
    }

    .certi-img {
        max-width: 120px;
    }

}

.pd-20 {
    padding-top: 40px;
}

.text-black {
    color: #000;
}

.icon-img {
    background-color: var(--primary-color);
    display: inline-block;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    line-height: 100px;
}

.pq-testing-box {
    padding: 30px;
    background-color: var(--grey-color);
    border: 2px solid var(--primary-color);
    border-radius: 10px;
}

.box-heading {
    font-size: 21px;
    padding-bottom: 10px;
}

.box-padding {
    margin-top: 20px;
    margin-bottom: 50px;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.pq-contact-grid-box .pq-contact-box-media .pq-contact-media-content .pq-contact-media-description {
    color: var(--dark-color);
    font-family: var(--title-fonts);
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.mrg-5 {
    margin-right: 5px;
}

header#pq-header.pq-header-style-2 .pq-toggle-btn {
    line-height: 75px;
    padding: 22px 10px;
    background: #e41820;
    color: var(--white-color);
    cursor: pointer;
    margin-left: 30px;
    position: relative;
    transition: all 0.5sease;
}

.faq-button {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}


.pq-list-check2 li {
    list-style: none;
    padding-bottom: 5px;
    display: flex;
    /* align-items: center; */
    padding-top: 12px;
}

.table-left{
    text-align: left;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 16px;
}

.h-color-red{
    color:#e41820;
}

.padding-top-sec{
    padding-top: 70px;
}