.Box1 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.Box1 .container-md.row {
    margin: 0 auto;
}


.Box1 .col-lg-9 {
    padding-left: 40px;
}

.Box1 .XqBox1 {
    margin: 0 auto;
}



.Box1 .XqBox1 .nr table {
    width: 100% !important;
    min-width: auto !important;
}

/* .Box1 .XqBox2 .pro .pros:nth-child(2) .sliderTable .inner table .firstRow td:nth-child(1) {
    padding: 0 !important;
    width: fit-content !important;
} */

.Box1 .XqBox2 .pro .pros:nth-child(2) .sliderTable .inner table .firstRow td:nth-child(1) p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Box1 .XqBox1 .mian-img .slick-list {
    height: fit-content;
}

.Box1 .XqBox1 .mian-img .img {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.Box1 .XqBox1 .mian-img .img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.Box1 .XqBox1 .body-img {
    margin-top: 20px;
}

.Box1 .XqBox1 .body-img .slick-list {
    height: fit-content;
}

.Box1 .XqBox1 .body-img .img {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.Box1 .XqBox1 .body-img .img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.sliderTable {
    width: 100% !important;
}

@media screen and (max-width:991px) {
    .Box1 .XqBox1 {
        margin-top: 30px;
    }

    .Box1 .col-lg-9 {
        padding-left: 12px;
    }
}

.Box1 .XqBox1 .col-xl-7 {
    padding-left: 20px;
}



@media screen and (max-width:1200px) {
    .Box1 .XqBox1 .col-xl-7 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.Box1 .XqBox1 .text1 {
    color: #444444;
    font-size: 25px;
    font-family: 'Public Sans';
    font-weight: bold;
}

.Box1 .XqBox1 .nr hr {
    width: 80%;
    height: 1px;
    color: #0000008a;
    margin: 5px 0;
}

.Box1 .XqBox1 .nr dl {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: none !important;
    margin: 0 !important;
}

.Box1 .XqBox1 .nr dl dt {
    flex-basis: 40%;
    padding: 6px 0;
    border: none !important;
    margin: 0 !important;
    font-weight: normal;
    color: #333;
}

.Box1 .XqBox1 .nr dl dd {
    color: #666;
    flex-basis: 60%;
    margin: 0 !important;
    padding-left: 8px;
    border: none !important;
}

.Box1 .XqBox1 .nr table {
    width: 100%;
}

.Box1 .XqBox1 .nr table tr {
    padding: 6px 0;
    display: flex;

}

.Box1 .XqBox1 .nr table td:nth-child(1) {
    width: 40%;
    color: #333;
}

.Box1 .XqBox1 .nr table td:nth-child(2) {
    width: 60%;
    color: #666;
}

.Box1 .XqBox1 .nr {
    color: #666;
    word-wrap: break-word;
}

 .pdf {
    margin-top: 20px;
    /* display: block;  */
}

 .pdf button {
    background-color: #428CCC;
    color: white;
    font-weight: 550;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    transition: 0.3s;
    border: none;
}

 .pdf button:hover {
    background-color: #2168a7;
}

 .pdf button i {
    margin-right: 15px;
}




.Box1 .XqBox2 {
    margin: 50px 0;
    border: 1px solid #cccccc8c;
}

.Box1 .XqBox2 .b2head {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100% !important;
    overflow-x: auto;
    background-color: #FAFCFF;
}





.Box1 .XqBox2 .b2head::-webkit-scrollbar {
    height: 6px;
}

.Box1 .XqBox2 .b2head::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.Box1 .XqBox2 .b2head::-webkit-scrollbar-thumb {
    background: #c0c6cc;
    border-radius: 10px;
    border: 1px solid #f1f5f9;
}

.Box1 .XqBox2 .b2head::-webkit-scrollbar-thumb:hover {
    background: #a4acb5;
}













.Box1 .XqBox2 .b2head li {
    background-color: transparent;
}

.Box1 .XqBox2 .b2head li button {
    background-color: transparent;
    white-space: nowrap;
    border: none;
    padding: 10px 25px;
    border-right: 1px solid #cccccc8c;
    height: 100%;
}

@media screen and (max-width:1400px) {
    .Box1 .XqBox2 .b2head li button {
        padding: 10px 20px;
    }
}

.Box1 .XqBox2 .b2head li button.active {
    border-top: 2px solid #428CCC;
    color: #428CCC;
    background-color: #F5F5F5;

}

.Box1 .XqBox2 .pro {
    border-top: 1px solid #cccccc8c;
    background-color: white;
}

.Box1 .XqBox2 .pro .pros {
    display: none;
    padding: 20px 10px;
}

.Box1 .XqBox2 .pro .pros.active {
    display: block;
}

.Box1 .XqBox3 .accordion-collapse {
    padding: 0 20px 10px 20px;
}
@media screen and (max-width:1200px) {
    .Box1 .XqBox2 .pro .pros table{
        width: 100% !important;
    }
}

@media screen and (max-width:991px) {
    .Box1 {
        margin-top: 30px;
    }
    .Box1 .col-lg-3{
        display: none;
    }

}

@media screen and (max-width:768px) {
    .Box1 .XqBox2 .b2head li button {
        font-size: 14px;
    }

    .Box1 .XqBox2 .b2head li button {
        padding: 10px;
    }

   

}

.Box1 .XqBox3 {
    display: none;
    margin-top: 30px;
}

@media screen and (max-width:576px) {
    .Box1 .XqBox2 {
        display: none;
    }

    .Box1 .XqBox3 {
        display: block;
    }

 .pdf {
        display: block;
        margin: 10px 0;
    }

}

@media screen and (min-width:576px) {
    .Box1 .pdEmail {
        margin-top: 20px;
    }
}



.Box1 .XqBox1 .cpbox-inquiry {
    display: flex;
    background-color: #C21D1D;
    color: white;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.Box1 .XqBox1 .cpbox-inquiry i {
    width: fit-content;
    height: 40px;
    display: flex;
    margin-right: 5px;
    align-items: center;
}
.Box1 .XqBox2 .pro .pros:nth-child(1) table{
    width: 100% !important;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.Box1 .XqBox2 .pro .pros:nth-child(1) table tr:nth-child(1) td{
    font-weight: bold;
}
.Box1 .XqBox2 .pro .pros:nth-child(1) table td{
    border: 1px solid #ccc;
    padding: 3px 5px;
    text-align: center;
}