li.list-group-item.d-flex.align-items-center.col-4 span{
    font-size: 14px;
    font-weight: 600;
}
.checks-outer {
    margin-left: 2px;
}

 
.deails-outer {
    padding:30px 10px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
 
.sectiontph{
    background-color: #8c8c8c1a;
    padding: 70px 0px;
}
.worksnetwork{
        background: white;
    border: 1px solid #01446b2e;
    border-radius: 5px;
    display: flex
;
border-radius: 100px;
    align-items: center;
    justify-content: center;
}

.nav-pills .nav-link.active{
    background-color: #01446b !important;
}

.links-btn {
    background: #8c8c8c1a !important;
    border-radius: 30px !important;
    color: #01446b;
    font-weight: 700;
    border-radius: 3px !important;
    border: 1px solid #dfdfdf !important;
    padding: 14px;
}
.nav-link:focus, .nav-link:hover {
    color: #01446b ;
}

.nav-link:focus, .nav-link:hover {
    color: #01446b;
}

.boxedrelated{
    border: 1px solid #e0e0e09c;
    padding: 5px;
    align-items: center;
    border-radius: 3px;
    background: #8c8c8c1a;
}

.outer-related{
    border: 1px solid #e4e4e4;
}
.relatedtxt{
        font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.outer-related,.descript-prod{
    height: 100%;
}
.simiitem{
    color: #01446b;
    font-size: 24px;
    font-weight: 900;
}

.imgprod{
    border: 1px solid #eeeeee;
}

.list-specif li{
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
}
.faq-section{
    background-color: #f3f3f3 !important;
}
.faq-answer {
    background-color: #ffffff !important;
}

 
                                    /* Custom styles for your FAQ section */
                                  
                            
    /*                                .faq-section {*/
    /*background-color: #f6f7f9;*/
    /*padding: 30px;*/
/*}*/
                            
                            
                                    .faq-section h3 {
                                        font-weight: 700;
                                        font-size: 28px;
                                        margin: 0 0 20px;
                                        color: #333333;
                                    }
                            
                                    .faq-question {
                                        background-color: #fff;
                                        border-radius: 8px;
                                        border: 1px solid #e0e0e0;
                                        color: #333333;
                                        cursor: pointer;
                                        display: flex;
                                        justify-content: space-between;
                                        align-items: center;
                                        font-size: 18px;
                                        font-weight: 600;
                                        line-height: 1.4;
                                        padding: 15px;
                                        margin-bottom: 15px;
                                        margin-top:10px;
                                        transition: background-color 0.2s, color 0.2s;
                                    }
                            
                                    .faq-question:hover {
                                        background-color: #03a0fc08
                                    }
                            
                                    .faq-answer {
                                      background-color: #01446b0f;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 15px;
    display: none;
    margin-top: -10px;
    font-weight: 800;
                                        
                                    }
                            
                                    .faq-question.active {
                                        background-color: #01446b;
                                        color: #ffffff;
                                    }
                            
                                    .faq-question.active:hover {
                                        background-color: #01446b;
                                    }
                            
                                    .toggle-icon {
                                        font-size: 18px;
                                    }
                              
