.page-content h2 {
    color: #222222;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.4em;
    text-align: center;
}

.page-content p {
    flex-grow: 1;
    width: 100%;
    color: #555;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", Sans-serif;
    line-height: 1.6rem;
    margin: 0 0 14.4px;
}

.banner {
    /* background: url(/static/fl/images/videoframe_40017.png) center center; */
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 700px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: #080808; */
    background-color: #494949;
    opacity: 0.5;
    z-index: 10;
}

.banner-content {
    position: absolute;
    opacity: 1;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.video-container {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.video-container video {
    /* position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;

}

.video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.page-content .heading-title {
    width: 70%;
    font-size: 50px;
    color: #fff;
    line-height: 1.3em;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
    text-align: center;
    margin: 0 auto;
}

.page-content .heading-desc p {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto;
    min-width: 80%;
}

.pro_container {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.prod_desc{
    padding:50px 0;
}
.prod h2,.prod_desc h2{
   margin:18px 0px 16px;
}
.prod .h2p {
    text-align: left;
    font-size: 17px;
    gap: 10px;
    padding: 0 5px;
}
.desc_txt {
        text-align: center;
        font-size: 17px;
        gap: 10px;
    }

.w-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ff6a00;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    text-align: center;
    transition: all .3s;
}

.con-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 50px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    height: 100%;
}

.w-btn:hover {
    color: #222222;
}

.auto {
    margin: 0 auto;
}

.elementor-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    transform: rotate(180deg);
    direction: rtl;
    z-index: 10;
}

.elementor-shape svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    z-index: 200;
    transform: rotateY(0deg);
}

.e-con-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 10px;
}

.gro_border h3 {
    color: #FF6A00;
    font-size: 20px;
}

.e-con-inner>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 10px;
}

.gro_border>div {
    border-style: groove;
    width: 30%;
}


.elementor-widget-container {
    text-align: center;
}

.elementor-widget-container img {
    display: inline-block;
    width: 20%;
    height: auto;
    object-fit: cover;
}

.category_btn ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.category_btn ul li {
    padding: 12px 30px;
    border-radius: 70px;
    color: #222222;
    background-color: #fff;
    font-size: 1rem;
}

.category_btn ul li.active {
    background-color: #ff6a00;
    color: #fff;
}

.box2 {
    background: url("/static/fl/images/beijing-2.webp") no-repeat;
    background-size: cover;
}

.prod_box {
    background-color: #fff;
    border-radius: 30px;
}

.prod_img {
    min-width: 0;
    width: 30%;
}

.prod_text {
    width: 60%;
}

.prod_text {
    align-items: stretch !important;
}

.prod_text ul {
    width: 100%;
}

.prod_text ul li {
    font-size: 16px;
    color: #555;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid #ddd;
}

.prod_box .e-con-inner {
    flex: 0 0 500px;
    display: none;
    opacity: 0;
    transition: all .3s;
}

.prod_box .e-con-inner.active {
    display: flex;
    opacity: 1;
}

.cert_box {
    background: url('/static/fl/images/beijing-3.webp') no-repeat;
    background-size: cover;
}

.cert_box .e-con-inner .fl1 {
    flex: 1;
}

.cert_box ul li {
    list-style: disc;
    color: #555;
}

.emoji {
    height: 1em;
    width: auto;
    object-fit: cover;
    display: inline-block;
}

.cert_card {
    position: relative;
    width: 60%;
    min-height: 0;
    z-index: 1;
}

.cert_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.cert_card>div {
    position: relative;
}

.certSwiper {
    box-sizing: border-box;
    width: 70%;
}

.swiper_box {
    min-width: 0;
    width: 100%;
}

.prod_info {
    min-width: 0;
    width: 100%;
}


@media (max-width: 768px) {
    .page-content .heading-title {
        font-size: 27px;
        width: 100%;
    }

    .page-content .heading-desc p {
        font-size: 18px;
        width: 100%;
    }

    .e-con-inner>div {
        width: 100%;
    }

    .desc_txt p {
        text-align: center;
    }
    .prod .h2p{
         text-align: center;
         
    }

    .fl1 ul li {
        margin-left: 40px;
    }

    .cert_box .cert_rev {
        display: flex;
        flex-direction: column-reverse;
    }

    .certSwiper {
        width: 100%;
    }

    .cert_box .cert_card img {
        width: 90%;
        margin: 0 auto;
    }

    .page-content h2 {
        font-size: 24px;
    }

    .page-content h3 {
        font-size: 22px;
    }
    
}