/* ========= Accordions Style ==========*/

.faq {
    background: #000123;
}

.faq-bg h2 {
    /* color: #fff; */
    font-size: 50px;
    text-transform: uppercase;
}

.panel-group {
    margin-bottom: 20px;
}

.accordion-style1 .panel {
    box-shadow: none;
    margin-top: 0 !important;
}

.panel-heading {
    /* padding: 5px 25px; */
    /* border: 1px solid #fff; */
    font-family: TT Octosquares Variable;
    color: var(--ehm-red);
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}

.panel-group .panel {
    border: 1px solid transparent;
}

.accordion-style1.panel-group .panel-heading {
    border: 0px;
}

.accordion-style1 .panel-title {
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
}

.accordion-style1 a:hover {
    text-decoration: none;
}

.accordion-style1 .panel-heading {
    padding: 16px 0;
}

.accordion-style1 .panel-title>span.float-right {
    position: absolute;
    right: 0;
    top: 0;
}

.panel-group .panel-heading>a {
    position: relative;
}


/* .panel-group .panel-heading>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-group .panel-heading>a.collapsed:before {
    float: right !important;
    content: "\f067";
} */

.panel-group .panel-heading>a:hover,
.panel-group .panel-heading>a:active,
.panel-group .panel-heading>a:focus {
    text-decoration: none;
}

.accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 25px 0;
}

#fq1 {
    border-bottom-left-radius: 20px;
    border-left: 3px solid var(--ehm-red);
    border-bottom: 3px solid var(--ehm-red);
    margin-top: -3px;
    margin-right: 20px;
    position: relative;
    padding: 0rem 3rem 1rem 3rem;
}

#fq1::before {
    content: "1";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ehm-red);
    z-index: 99999 !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 10px;
}

#fq2 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 3px solid var(--ehm-red);
    border-right: 3px solid var(--ehm-red);
    border-bottom: 3px solid var(--ehm-red);
    margin-top: -3px;
    margin-left: 20px;
    position: relative;
    padding: 2rem 3rem 1rem;
}

#fq2::before {
    content: "2";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ehm-red);
    z-index: 99999 !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 10px;
}

#fq3 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 3px solid var(--ehm-red);
    border-left: 3px solid var(--ehm-red);
    border-top: 3px solid var(--ehm-red);
    margin-top: -3px;
    margin-right: 20px;
    position: relative;
    padding: 2rem 3rem 2rem 3rem;
    border-bottom: 3px solid var(--ehm-red);
}

#fq3::before {
    content: "3";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ehm-red);
    z-index: 99999 !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 10px;
}

#fq4 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 3px solid var(--ehm-red);
    border-right: 3px solid var(--ehm-red);
    border-bottom: 3px solid var(--ehm-red);
    margin-top: -3px;
    margin-left: 20px;
    position: relative;
    padding: 2rem 3rem 1rem;
}

#fq4::before {
    content: "4";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ehm-red);
    z-index: 99999 !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 10px;
}

#fq5 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 3px solid var(--ehm-red);
    border-left: 3px solid var(--ehm-red);
    border-top: 3px solid var(--ehm-red);
    margin-top: -3px;
    margin-right: 20px;
    position: relative;
    padding: 2rem 3rem 2rem 3rem;
    border-bottom: 3px solid var(--ehm-red);
}

.panel-body div img {
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 20px #656464;
}

#fq5::before {
    content: "5";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ehm-red);
    z-index: 99999 !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 10px;
}

#fq6 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 3px solid var(--ehm-red);
    border-right: 3px solid var(--ehm-red);
    border-bottom: 3px solid var(--ehm-red);
    margin-top: -3px;
    margin-left: 20px;
    position: relative;
    padding: 2rem 3rem 1rem;
}

#fq6::before {
    content: "6";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ehm-red);
    z-index: 99999 !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 10px;
}

#fq7 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 3px solid var(--ehm-red);
    border-left: 3px solid var(--ehm-red);
    border-top: 3px solid var(--ehm-red);
    margin-top: -3px;
    margin-right: 20px;
    position: relative;
    padding: 2rem 3rem 2rem 3rem;
    border-bottom: 3px solid var(--ehm-red);
}

#fq7::before {
    content: "7";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ehm-red);
    z-index: 99999 !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 10px;
}

#fq8 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 3px solid var(--ehm-red);
    border-right: 3px solid var(--ehm-red);
    border-bottom: 3px solid var(--ehm-red);
    margin-top: -3px;
    margin-left: 20px;
    position: relative;
    padding: 2rem 3rem 1rem;
}

#fq8::before {
    content: "8";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ehm-red);
    z-index: 99999 !important;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 10px;
}


/*==============
===============*/


/* ================== table Style css ============= */

.price-table thead th {
    background: var(--ehm-secondary);
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600 !important;
}

.pdf-img {
    margin-top: -10px;
    width: 25px;
    margin-left: 5px;
}

.pdf-img~figcaption {
    text-align: center;
    margin-left: 30px;
    color: var(--ehm-secondary);
}

ol li {
    line-height: 1.8;
    padding-left: 10px;
}

button.accordion-button {
    font-family: var(--ehm-b-font) !important;
    color: var(--ehm-b-text);
    font-size: 14px !important;
    border-radius: 0px !important;
}

button.accordion-button:hover {
    background-color: var(--ehm-secondary) !important;
}

button.accordion-button:before {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: white;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background: radial-gradient(#ffffff00, #ff543a2b);
    text-align: justify;
    color: #414040de;
}

.table-sm>:not(caption)>*>* {
    padding: 0rem 0.25rem;
}

.price-table table tr:nth-child(1) th:nth-child(1) {
    /* background-color: #fb6149e0; */
    font-size: 14px;
}

.price-table table tr td:nth-child(3) {
    text-align: right;
}

.sigma_service:hover {
    color: #070707;
}

.accordion-button:not(.collapsed) {
    color: #dd2a0b;
    background-color: #f1f1f2;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-body .text-primary {
    color: #dd2a0b !important;
}

.text-primary {
    color: #656464 !important;
}

.metalwork-contact-form input[type="number"],
.metalwork-contact-form input[type="text"],
.metalwork-contact-form input[type="email"],
.metalwork-contact-form input[type="password"],
.metalwork-contact-form input[type="tel"],
.metalwork-contact-form input[type="url"],
.metalwork-contact-form input[type="search"],
.metalwork-contact-form select,
.metalwork-contact-form textarea {
    background-color: #d7d7d7 !important;
}