table {
    border-collapse: collapse;
}

textarea {
    resize: none;
}

/* whatsapp */
.xf-whatsApp {
    position: fixed;
    bottom: 65px;
    left: 10px;
    z-index: 999;
    animation: xfJump 1.5s ease-in-out infinite;
}

.xf-whatsApp img {
    width: 69px;
    height: 69px;
}

@media screen and (max-width: 1000px) {
    .xf-whatsApp img {
        width: 60px;
        height: 60px;
    }
}

@keyframes xfJump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* whatsapp end */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-div {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.loading-div p {
    font-size: 14px;
    font-weight: 400;
    color: #009173;
    line-height: 17px;
    margin-top: 3px;
}

.loading-icon {
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    vertical-align: middle;
}

/* head */
.product-content {
    width: 1294px;
    margin: auto;
    height: 100%;
    display: flex;
}

.product-data {
    width: 100%;
    background: #fff;
    box-shadow: 0 6px 44px 1px rgba(0, 0, 0, 0.26);
    height: 580px;
    position: absolute;
    top: 74px;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.h-p-left {
    width: 427px;
    height: 100%;
    border-right: 1px solid #D6D6D6;
    position: relative;
}

.h-p-right {
    width: 867px;
    height: 100%;
    border-right: 1px solid #D6D6D6;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 32px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.h-p-right::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.h-p-left-type {
    margin-top: 28px;

    padding-right: 24px;
    border-left: 1px solid #D6D6D6;
}

.h-p-left-type a {
    display: flex;
    padding-left: 24px;
    padding-right: 11px;
    justify-content: space-between;
    padding-top: 17px;
    padding-bottom: 11px;
    position: relative;



}

.h-p-left-type-hover {
    color: #009173;
    font-weight: 600;
    background: linear-gradient(to left,
            rgba(255, 255, 255, 1) 0%,
            rgba(227, 227, 227, 1) 100%);

}

.h-p-left-type-hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #009173;
    transition: all 0.3s ease;


}

.hpls1 {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #767676;
    font-size: 16px;
    line-height: 22px;
}

.hpls2 {
    color: #767676;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.h-p-right-item {
    display: none;


}

.h-p-right-item-show {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.h-p-right-item-show a {
    position: relative;
    width: 227px;
    height: 176px;
    display: inline-block;
    text-align: center;
    margin-bottom: 48px;

}

.h-p-right-item-show img {
    width: 214px;
    height: auto;
    object-fit: cover;
    z-index: 9;
    position: relative;

}

.h-p-right-text {
    width: 100%;
    height: 121px;
    padding-top: 49px;
    position: absolute;
    background: #F5F5F5;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    border-radius: 5px;
}

.h-p-right-item-show a:hover .h-p-right-text {
    background: #FFFFFF;
    box-shadow: 0px 8px 6px 1px rgba(0, 0, 0, 0.16);
    transition: all 0.4s ease;

}

.h-p-right-item-show a:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease;
}

.hprtp1 {
    font-size: 13px;
    line-height: 18px;
    color: #767676;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 6px;
}

.hprtp2 {
    font-size: 12px;
    line-height: 13px;
    color: #767676;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
}

.hprtpx {
    width: 14px;
    height: 2px;
    background: #009173;
    margin: 0 auto 7px auto;

}

.h-p-right-item-show a:nth-child(3n + 2) {
    margin-left: 30px;
    margin-right: 30px;

}

.h-p-left-all {
    position: absolute;
    right: 35px;
    bottom: 19px;
    color: #009173;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;

}

/* head end */
@media screen and (max-width: 1440px) {

    .con-content .xftitle,
    .con-content .heinpu #attr_38 {
        margin-bottom: 13px !important;
    }
}

@media screen and (max-width: 1140px) {

    body,
    html {
        overflow-x: hidden;
        word-wrap: break-word;
        white-space: normal;
    }

    .footer-video-icon {
        flex-wrap: wrap;
    }

    .footer-video-icon a {
        margin-right: 2% !important;
        margin-left: 2% !important;
    }

    .footer-video-icon a {
        max-width: 45px;
        width: 12%;
        height: auto;
    }
}