.about-sanara-img img {
    -webkit-animation: rotating 40s linear infinite;
    -moz-animation: rotating 40s linear infinite;
    -ms-animation: rotating 40s linear infinite;
    -o-animation: rotating 40s linear infinite;
    animation: rotating 40s linear infinite;
}


.emg-sec-home-banner .embed-responsive {
    background-image: url(../img/features/vimeo-screenshot.png);
    background-size: cover;
    background-position: center center;
}

.about-sanara-img img {
    max-width: 80%;
}

.sec-icons {
    padding: 70px 0 0;
}

.icon-boxes {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    margin-right: 110px;
}

.icon-box-icon {
    width: 92px;
    height: 92px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    background: #a176c1;
}

.icon-box-icon img {
    margin: auto;
}



@media only screen and (max-width: 1199px) {

    .sec-icons {
        padding: 50px 0 0;
    }
    .icon-box {
        margin-bottom: 50px;
        margin-right: 70px;
    }
}

@media only screen and (max-width: 991px) {

    .icon-box {
        margin-right: 60px;
    }

    .icon-box-icon {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {

    .icon-box {
        margin-right: 35px;
    }
}

@media only screen and (max-width: 600px) {

    .icon-box-icon {
        width: 62px;
        height: 62px;
    }

    .icon-box-icon img {
        margin: auto;
        max-height: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .icon-box {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    .emg-sec-home-banner-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 250px
    }

}


@media only screen and (min-width: 991px) {

    .emg-sec-home-banner-content {
        padding-top: 220px;
    }

    .about-sanara-img img {
        max-width: 100%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area .header-top {
        display: none;
    }
}

.header-area .header-top p {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #134770;
    margin-bottom: 0;
}

.header-area .header-top-social-link {
    display: none;
}

.header-area .header-top-social-link a {
    font-size: 16px;
    margin-left: 4px;
    color: #134770;
}

.header-area .header-top a {
    transition: all 0.3s ease-out 0s;
    padding-left: 2px;
}

.header-area .header-top a:hover {
    color: #134770;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area .header-menu {
        display: none;
    }
}

@media only screen and (min-width: 1199px) {

    .header-area .header-top-social-link {
        display: inline-block;
    }

}

@media only screen and (min-width: 1280px) {

    .header-area .header-top p {
        font-size: 15px;
    }
}


body.home .header-area .header-top-social-link a,
body.home .header-area .header-top p {
    color: #fff;
}

.logo {
    width: 145px;
    padding-top: 8px;
}


.product-portfolio .product-portfolio-title * {
    font-size: 45px !important;
    font-weight: bold;
    color: rgb(var(--primary-color));
    margin-bottom: 0;
}

.product-portfolio-title {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-portfolio .product-portfolio-title * {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-portfolio .product-portfolio-title * {
        font-size: 30px!important;
    }
}

@media (max-width: 767px) {
    .product-portfolio .product-portfolio-title * {
        font-size: 28px!important;
    }
}

.single-product-thumb {
    overflow: hidden;
    padding:  30px;
}

.single-product-thumb img {
    transform: scale(1);
    transition: .3s;
    max-width: 100%;
}

.single-product-thumb img:hover {
    transform: scale(1.05);
}

.product-portfolio .single-product a {
    font-size: 32px;
    color: rgb(var(--secondary-color));
    font-weight: 700;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-portfolio .single-product a {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-portfolio .single-product a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .product-portfolio .single-product a {
        font-size: 20px;
    }
}


.product-portfolio {
    margin-top: 50px;
}




@media (min-width: 600px) {

    .header-area .header-hero-content h1 {
        font-size: 35px;
    }

    .product-portfolio {
        margin-top: 100px;
    }

}

@media (min-width: 768px) {
    .product-portfolio {
        margin-top: 60px;
    }
}

@media (min-width: 991px) {
    .product-portfolio {
        margin-top: -20px;
    }
}

@media (min-width: 1199px) {
    .product-portfolio {
        margin-top: -100px;
    }

    .header-area .header-hero-content h1 {
        font-size: 40px;
    }
}

@media (min-width: 1366px) {
    .product-portfolio {
        margin-top: -200px;
    }
}

@media (min-width: 1600px) {
    .product-portfolio {
        margin-top: -250px;
    }
}

@media (min-width: 1600px) {
    .product-portfolio {
        margin-top: -230px;
    }
}


@media (min-width: 2200px) {
    .product-portfolio {
        margin-top: -350px;
    }
}




.about-sanara {
    /*background-image: url(../img/features/about-bg.png);*/
    background-size: 100% 100%;
    background-position: center;
    height: 810px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-sanara {
        background-image: none;
        background-color: #f1f7f9;
        height: auto;
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about-sanara {
        height: auto;
        background-image: none;
        background-color: #f1f7f9;
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

.about-sanara-details {
    padding-left: 20px;
}

.about-sanara-details .about-sanara-title,
.about-sanara-details h1 {
    font-size: 45px;
    font-weight: 700;
    color: rgb(var(--primary-color));
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-sanara-details .about-sanara-title,
    .about-sanara-details h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-sanara-details .about-sanara-title,
.about-sanara-details h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .about-sanara-details .about-sanara-title,
    .about-sanara-details h1 {
        font-size: 30px;
    }
}

.about-sanara-details p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: rgb(var(--primary-color));
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-sanara .about-sanara-img {
        text-align: center;
        padding-top: 70px;
        display: block;
    }
}

@media (max-width: 767px) {
    .about-sanara .about-sanara-img {
        text-align: center;
        padding-top: 70px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .blog-area {
        padding-top: 50px;
    }
}

.blog-area .blog-title * {
    font-size: 45px !important;
    font-weight: 700 !important;
    color: rgb(var(--primary-color));
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-area .blog-title * {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area .blog-title * {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .blog-area .blog-title * {
        font-size: 30px;
    }
}

/*.blog-area .single-blog {*/
.single-blog {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/*.blog-area .single-blog:hover {*/
.single-blog:hover {
    opacity: .5;
}

/*.blog-area .single-blog .single-blog-featured-img img {*/

.single-blog .single-blog-featured-img {
    width: 100%;
    height: 260px;
}

.single-blog .single-blog-featured-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: .3s;
    transform: scale(1);
}

.single-blog-featured-img {
    overflow: hidden;
    border-radius: 10px;
}

/*.blog-area .single-blog .single-blog-featured-img img:hover {*/
.single-blog .single-blog-featured-img img:hover {
    transform: scale(1.1);   
}

/*.blog-area .single-blog .blog-text h6 {*/
.single-blog .blog-text h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 10px;
    padding-left: 20px;
    color: rgb(var(--secondary-color));
}

.emg-press-release .card-text *,
.emg-press-release .card-text {
    font-size: 16px;
    line-height: 1.9;
}

.emg-press-release .card-body {
    padding-bottom: 65px !important;
    position: relative;
    height: 100%;
}

.emg-press-release .card-text p {
    margin-bottom: 0;
}

.emg-press-release .post-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subcription-area {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .subcription-area {
        padding-bottom: 30px;
    }

    .bg-image {
        top: 0 !important;
        background-position: 0 0 !important;
        height: 100% !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

.subcription-area {
    position: relative;
}

.subcription-area-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    overflow: hidden;
}

.subcription-area-inner > div {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}


.subcription-area .doctor {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .subcription-area .doctor {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.subcription-area-text {
    position: relative;
}

.subcription-area-text img {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

.subcription-area-text-main {
    padding: 35px 0;
}

@media (min-width: 991px) {

    .subcription-area-text {
        padding-left: 220px;
    }

    .subcription-area-text img {
        display: block;
    }
}

@media (min-width: 1199px) {

    .subcription-area-text-main {
        padding: 50px 0;
    }
}

.subcription-area-text h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: #ffffff;
}

.subcription-area-text p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}

.subscription-form {
    width: 400px;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.subscription-form input[type="email"] {
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 50px;
    display: block;
}

.subscription-form input[type="submit"] {
    padding: 13px 30px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    display: block;
    background-color: #006ba6;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

body.page-template-template-product-fortify input[type="submit"] {
    background-color: #863b90 !important;
}

body.page-template-template-product-actigen input[type="submit"] {
    background-color: #000000 !important;
    color: #fff;
}

.press-release {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}

.press-release-content .press-release-title {
    font-size: 45px;
    font-weight: 700;
    color: #003865;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .press-release-content .press-release-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .press-release-content .press-release-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .press-release-content .press-release-title {
        font-size: 30px;
    }
}

.press-release-content-single {
    padding: 20px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 25px;
    transition: all 0.3s ease-out 0s;
}

.press-release-content-single:hover {
    border: 1px solid #006ba6;
    box-shadow: 0px 0px 15px -7px #006ba6;
}

body.page-template-template-product-fortify .press-release-content-single:hover {
    border: 1px solid #863b90;
    box-shadow: 0px 0px 35px 0px rgba(134, 59, 144, 0.28);
}

body.page-template-template-product-fortify-flowable .press-release-content-single:hover {
    border: 1px solid #26a9e0;
    box-shadow: 0px 0px 35px 0px rgba(134, 59, 144, 0.28);
}

.press-release-content-single p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.press-release-content-single p,
.press-release-content-single a {
    color: rgb(var(--primary-color));
}

.press-release .all-press-release-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #006ba6;
    color: #ffffff;
    padding: 13px 50px;
    display: inline-block;
    border: 1px solid #006ba6;
    border-radius: 50px;
    margin-top: 30px;
}

.getin-touch {
    background-color: #006ba6;
    position: relative;
    overflow: hidden;
}

body.page-template-template-product-fortify .getin-touch {
    background-color: #863b90;
}

.bg-image {
    position: absolute !important;
    top: 50%;
    left: 0;
    width: 100%;
    height: 85vh !important;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-50%);
}

.getin-touch .getin-touch-title .getin-touch-heading {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .getin-touch .getin-touch-title .getin-touch-heading {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .getin-touch .getin-touch-title .getin-touch-heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .getin-touch .getin-touch-title .getin-touch-heading {
        font-size: 30px;
    }
}

.getin-touch .getin-touch-form {
    background-color: #ffffff;
    padding: 15px 30px 20px;
    border-radius: 10px;
}


/*Event Page*/

body.post-type-archive-tribe_events .tribe-events-l-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.post-type-archive-tribe_events .tribe-events-c-search__button:hover,
body.post-type-archive-tribe_events .tribe-events-c-search__button {
    background-color: #0F3C61;
}


.tribe-events .datepicker .day.active {
    background-color: #0F3C61;
}

.tribe-events-calendar-latest-past__event-datetime-wrapper,
body.post-type-archive-tribe_events .tribe-events-c-top-bar__datepicker-desktop,
.tribe-events-calendar-latest-past__event-title,
.tribe-events-c-messages__message-list-item {
    font-weight: 700 !important;
}


.tribe-events .tribe-events-calendar-latest-past__event-datetime,
.tribe-events .tribe-events-calendar-latest-past__event-datetime span,
.tribe-events-c-top-bar__datepicker-time,
.tribe-events-c-messages__message-list-item,
.tribe-common .tribe-common-c-svgicon,
.tribe-events-calendar-latest-past__heading,
.tribe-events-calendar-latest-past__event-description,
.tribe-events-calendar-latest-past__event-date-tag-datetime span,
.tribe-events .tribe-events-calendar-latest-past__event-title-link {
    color: #0E3865 !important;
}

.tribe-common-c-btn-border-small {
    background-color: #0E3865 !important;
    color: #fff !important;
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link:active,
.tribe-events .tribe-events-calendar-latest-past__event-title-link:focus,
.tribe-events .tribe-events-calendar-latest-past__event-title-link:hover {
    border-color: #0E3865 !important;
}


/*Product Page*/

.our-product-area {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}


.emg-page-banner {
    padding-top: 150px;
}

.our-product-area .our-product-description {
    width: 50%;
}

body.page-template-template-product-hycol .our-product-description {
    width: 55%;
}

body.page-template-template-product-hycol .our-product-img {
    width: 45%;
}


@media only screen and (min-width: 991px) {

    .emg-page-banner {
        padding-top: 300px;
    }
}



@media only screen and (max-width: 991px) {

    body.page-template-template-product-hycol .our-product-description {
        width: 100%;
        text-align: center;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .our-product-area .our-product-description {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .our-product-area .our-product-description {
        width: 100%;
        text-align: center;
    }
}

.our-product-area .our-product-description h1 {
    color: #03b0a9;
    font-size: 37px;
    word-break: break-word;
    font-weight: 700;
}

body.page-template-template-product-fortify .our-product-description h1 {
    font-size: 32px;
}

.our-product-area .our-product-description p {
    font-size: 16px;
    color: rgb(var(--primary-color));
    font-weight: 400;
}
.our-product-area .our-product-description p span {
    text-transform: uppercase;
}

.our-product-area.plus .our-product-description p {
    font-size: 17px;
}

.our-product-area .our-product-img {
    width: 50%;
}

body.page-template-template-product-biakos-irrigation .our-product-img img {
    margin-top: -50px;
}

body.page-template-template-product-biakos-irrigation .biofilm-area .biofilm-left {
    padding: 35px 0;
}

@media only screen and (max-width: 991px) {

    body.page-template-template-product-hycol .our-product-img {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-product-area .our-product-img {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .our-product-area .our-product-img {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}
.our-product-area .our-product-img img {
    max-height: 460px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.our-product-area .our-product-img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.our-product-area .our-product-works {
    width: 50%;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-product-area .our-product-works {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .our-product-area .our-product-works {
        width: 100%;
    }
}
.our-product-area .our-product-works .our-product-works-title {
    font-size: 35px !important;
}
.our-product-area .our-product-works p {
    font-size: 18px;
    color: #03b0a9;
    margin-bottom: 25px;
}
.product-work-des-single {
    width: 50%;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .product-work-des-single {
        width: 100%;
    }
}
.product-work-des-single h3 {
    font-size: 22px;
}
.product-work-des-single .product-des-text {
    position: relative;
}
.product-work-des-single .product-des-text p {
    color: #000000 !important;
    margin-left: 30px;
    font-size: 17px;
}
.product-work-des-single .product-des-text i.fas {
    color: #000000;
    position: absolute;
    top: 5px;
}
.biakos-element {
    background-size: 100%;
    background-position: center center;
    background-color: #ffffff;
    background-repeat: no-repeat;
}
.biakos-element-title {
    padding-top: 50px;
}
.biakos-element-title .biakos-element-heading {
    font-size: 40px;
    margin-bottom: 50px;
}
.biakos-element-details img {
    margin: 30px 0;
}
.biakos-element-details-single h2 {
    font-size: 30px;
}
.biakos-element-details-single h5 {
    font-size: 18px;
    font-weight: 400;
}
.biakos-element-details .biakos-element-details-single:nth-child(1) {
    right: 40%;
    position: relative;
    margin-top: 80px;
    text-align: right;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .biakos-element-details .biakos-element-details-single:nth-child(1) {
        position: inherit;
        text-align: center;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .biakos-element-details .biakos-element-details-single:nth-child(1) {
        position: inherit;
        text-align: center;
        margin-top: 0;
    }
}
.biakos-element-details .biakos-element-details-single:nth-child(2) {
    right: 40%;
    position: relative;
    margin-top: 150px;
    text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .biakos-element-details .biakos-element-details-single:nth-child(2) {
        position: inherit;
        text-align: center;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .biakos-element-details .biakos-element-details-single:nth-child(2) {
        position: inherit;
        text-align: center;
        margin-top: 0;
    }
}
.biakos-element-details-single h2:after {
    position: absolute;
    height: 1px;
    width: 140px;
    background: #000;
    content: "";
    top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .biakos-element-details-single h2:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .biakos-element-details-single h2:after {
        display: none;
    }
}
.biakos-element-details-2 .biakos-element-details-single:nth-child(1) {
    left: 40%;
    position: relative;
    margin-top: 80px;
    text-align: left;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .biakos-element-details-2 .biakos-element-details-single:nth-child(1) {
        position: inherit;
        text-align: center;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .biakos-element-details-2 .biakos-element-details-single:nth-child(1) {
        position: inherit;
        text-align: center;
        margin-top: 0;
    }
}
.biakos-element-details-2 .biakos-element-details-single:nth-child(2) {
    left: 40%;
    position: relative;
    margin-top: 150px;
    text-align: left;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .biakos-element-details-2 .biakos-element-details-single:nth-child(2) {
        position: inherit;
        text-align: center;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .biakos-element-details-2 .biakos-element-details-single:nth-child(2) {
        position: inherit;
        text-align: center;
        margin-top: 0;
    }
}

.biakos-element-details-2 .biakos-element-details-single h2:after {
    position: absolute;
    height: 1px;
    width: 140px;
    background: #000;
    content: "";
    top: 20px;
    left: auto;
    right: 100%;
}

.biakos-effective {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eef4f7;
    padding-bottom: 90px;
}
.biakos-effective-title h1 {
    font-size: 40px;
    margin-bottom: 40px;
}

.biofilm-area .biofilm-left {
    padding: 60px 0;
    overflow: hidden;
}
.biofilm-area .biofilm-left h2 {
    font-size: 35px;
    color: #ffffff;
}
.biofilm-area .biofilm-left p {
    font-size: 18px;
    color: #03b0a9;
}
.biofilm-area .biofilm-left .biofilm-text span {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    width: 50%;
    float: left;
    line-height: 35px;
}

.product-references h3 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-references ul {
    padding-left: 0;
}

.product-references ul li {
    font-size: 20px;
    list-style: none;
}

.product-references ul li:not(:last-child) {
    margin-bottom: 10px;
}


@media (max-width: 767px) {
    .biofilm-area .biofilm-left .biofilm-text span {
        width: 100%;
    }
}
.biofilm-area .biofilm-right {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .biofilm-area .biofilm-right {
        text-align: center;
    }
}
.biofilm-area .biofilm-right img {
    position: absolute;
    top: -40px;
    box-shadow: 10px 10px 70px #acbece;
    border-radius: 100%;
}

body.page-template-template-product-fortify-flowable  .biofilm-right img {
    top: -65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .biofilm-area .biofilm-right img {
        position: inherit;
    }
}
@media (max-width: 767px) {
    .biofilm-area .biofilm-right img {
        position: inherit;
    }
}

/*biakos table*/

.emg-product-table {
    border: 1px solid #afd2e3;
    display: flex;
    align-items: stretch;
    height: 100%;
    background: #fff;
}

.emg-product-table-thumb {
    flex: 0 0 42%;
    overflow: hidden;
}

.emg-product-table-thumb img {
    height: 100%;
    margin: auto;
    width: auto;
    max-width: initial;
}

.emg-product-table-content {
    flex: 0 0 58%;
    padding: 20px 25px 0;
}

.product-table-title {
    font-size: 20px;
    color: #006ba6;
    margin-bottom: 15px;
}

.emg-product-table-content p {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    position: relative;
}

.emg-product-table-content p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    top: 12px;
}




/*end biakos table*/



/*CellerateRX*/

@media (min-width: 991px) {

    body.page-template-template-product-cellerate .our-product-2 .our-product-img {
        width: 40%;
    }

    body.page-template-template-product-cellerate .our-product-2 .our-product-works {
        width: 60%;
    }
}



/*hycol*/

.hycol-list {

}

.emg-list-2.hycol-list li:not(:last-child) {
    margin-bottom: 15px;
}

.emg-list-2.hycol-list li span {
    margin-right: 10px;
}

.emg-list-2 .hycol-line-1 span {
    width: 60%;
}

.emg-list-2 .hycol-line-2 span,
.emg-list-2 .hycol-line-3 span {
    width: 25%;
}

.emg-list-2 .hycol-line-4 span {
    width: 45%;
}

.emg-list-2.hycol-list span:before {
    left: auto;
    right: 0;
}
/*End Product Page*/


/*Allocyte*/
.sec-performance {
    padding: 80px 0;
}

.performance-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.performance-statistics {
    display: flex;
    width: 820px;
    padding-right: 50px;
}

.statistics-item {
    width: 50%;
}

.performance-statistics.plus {
    width: unset;
    padding-right: 0;
}

.performance-statistics.plus .statistics-item {
    width: 100%;
}
.statistics-item:not(:first-child) {
    padding-left: 35px;
    margin-left: 25px;
    border-left: 1px solid #000;
}

.statistics-item p {
    color: #4e5555;
    margin: 0;
}

.statistics-item h2 {
    font-size: 90px;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.statistics-item h2 span {
    font-size: 30px;
    display: inline-block;
    margin-left: 10px;
}

.sec-reaction-time {
    padding: 50px 0;
}

.reaction-time-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    width: 1050px;
    max-width: 100%;
    margin: auto;
    padding: 40px 0;
    padding-left: 115px;
    position: relative;
    border-left-color: transparent;
}

.reaction-time-wrap:after,
.reaction-time-wrap:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 42px;
    left: 0;
    bottom: 0;
    background: #fff;
}

.reaction-time-wrap:after {
    bottom: auto;
    top: 0;
}

.reaction-time-inner {
    display: flex;
    align-items: center;
}

.reaction-time-inner:before {
    content: '';
    width: 102px;
    height: 102px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/allocyte/allocyte-clock.png);
    left: -51px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.reaction-time {
    padding: 30px 0;
}

.reaction-time:not(:first-child) {
    margin-left: 60px;
    padding-left: 60px;
    border-left: 1px solid #fff;
}

.reaction-time h2 {
    margin-bottom: 0;
}

.reaction-time p {
    margin-bottom: 5px;
}

/*Footer*/

.footer-menu-area {
    background: #006ba6;
    padding: 30px 0 15px;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li {
    margin: 0 12px 15px;
}

.footer-menu li a {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    display: block;
    text-align: center;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {

    .footer-menu-area {
        padding: 15px 0;
    }

    .footer-menu li {
        margin: 0 12px;
    }

    .footer-menu li a {
        font-size: 18px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-left {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-left {
        padding-bottom: 20px;
    }
}

.footer-area .footer-left p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 5px;
}

.emg_social {
    display: flex;
    padding: 0;

}
.emg_social li {
    list-style: none;
}

.emg_social li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background-color: #006ba6;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
    margin: 0 3px;
    transition: all 0.3s ease-out 0s;
}

.footer-area .footer-left-social a:hover {
    opacity: .5;
}

.footer-area .footer-left-social a i {
    font-size: 20px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-right-single {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-right-single {
        padding-bottom: 20px;
    }
}

.footer-area .footer-right-single h6 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(var(--secondary-color));
}

.footer-area .footer-right-single ul {
    padding-left: 0;
}

.footer-area .footer-right-single ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-area .footer-right-single ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgb(var(--primary-color));
    line-height: 24px;
    display: block;
    transition: all 0.3s ease-out 0s;
}

.footer-area .footer-right-single ul li a:hover {
    padding-left: 5px;
    color: rgb(var(--secondary-color));
}

.footer-area .footer-copyright p {
    font-size: 14px;
    margin-bottom: 0;
}




@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .off-canvas-menu .header-right-top {
        display: block;
    }
}

@media (max-width: 767px) {
    .off-canvas-menu .header-right-top {
        display: block;
    }
}


.menu-close {
    color: #000000;
    right: 30px;
    top: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    border: 1px solid #000000;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.menu-trigger span {
    height: 2px;
    width: 30px;
    display: block;
    background: #000000;
    margin-bottom: 8px;
}




body.home .menu-trigger span {
    background: #fff;
}


.menu-trigger {
    float: right;
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-trigger {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-trigger {
        display: block;
    }
}

.menu-trigger span:nth-child(2) {
    width: 14px;
}

.menu-trigger span:nth-child(3) {
    width: 25px;
}

/*Himel Responsive*/


@media only screen and (min-width: 480px) {

    .logo {
        width: 200px;
        padding-top: 0;
    }
}


@media only screen and (min-width: 768px) {

    .logo {
        width: auto;
    }

}

@media only screen and (max-width: 991px) {

    .our-product-area .our-product-description h1 {
        font-size: 30px;
        margin-top: 50px;
    }

    body.page-template-template-product-texagen .our-product-description h1 {
        font-size: 30px !important;
        margin-top: 50px;   
    }

    body.page-template-template-product-biakos-irrigation .our-product-img img {
        margin-top: 0;
    }

    .biakos-effective-title h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .biakos-element-title .biakos-element-heading {
        font-size: 30px;
    }


    .our-product-area .our-product-works .our-product-works-title {
        font-size: 30px !important;
    }

    .biofilm-area .biofilm-left h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    body.page-template-template-product-biakos-irrigation .biofilm-area .biofilm-left {
        padding: 35px 0 80px;
    }

    .biakos-element-details-single h2 {
        font-size: 25px;
    }

}


@media only screen and (max-width: 768px) {

    .emg-sec-home-banner .embed-responsive::before {
        position: relative;
        z-index: 1;
    }

    .biofilm-area .biofilm-right {
        padding-bottom: 40px;
        text-align: center;
    }

    .biofilm-area .biofilm-right img {
        position: static;
        width: 75%;
    }

    .in-vitro-image img {
        position: static;
        width: 75%;
    }

    .our-product-area .our-product-img img  {
        max-height: none;
        width: 75%;
    }
}

@media only screen and (max-width: 600px) {

    .single-blog .single-blog-featured-img {
        width: 100%;
        height: 200px;
    }

    .single-blog .blog-text h6 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {

    .header-hero-content h1 {
        font-size: 25px;
    }

}

/*clearfix emg-g-form emg-g-form__material*/
.gform_wrapper.emg-g-form_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    color: #333;
}

.gform_wrapper.emg-g-form_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.gform_wrapper.emg-g-form_wrapper ul li.gfield {
    margin-top: 20px;
    margin-bottom: 0;
}

.gform_wrapper.emg-g-form_wrapper li.hidden_label input {
    margin-top: 0;
}

.gform_wrapper.emg-g-form_wrapper select,
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: initial !important;
}

.gform_wrapper.emg-g-form_wrapper select,
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.emg-g-form_wrapper textarea {
    font-family: inherit;
    letter-spacing: normal;
    font-size: 16px;
    padding: 8px 10px;
    box-shadow: none!important;
    background: #fff!important;
    border-radius: 5px;
    color: #333;
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
}
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper.emg-g-form_wrapper textarea:focus {
    border-color: #ddd;
}

.gform_wrapper.emg-g-form_wrapper select {
    padding: 7px 10px 7px !important;
    height: auto !important;
}
.gform_wrapper.emg-g-form_wrapper .gform_footer {
    padding: 0 0 10px;
    text-align: center;
}

/* Submit Button*/
.gform_wrapper.emg-g-form_wrapper .gform_footer input.button,
.gform_wrapper.emg-g-form_wrapper .gform_footer input[type=submit],
.gform_wrapper.emg-g-form_wrapper .gform_page_footer input.button,
.gform_wrapper.emg-g-form_wrapper .gform_page_footer input[type=submit] {
    background: #226BA6;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25 !important;
    min-height: auto !important;
    color: #fff;
    box-shadow: none !important;
    padding: 15px 50px;
    border: 0 !important;
    outline: none !important;
    border-radius: 50px;
    margin-right: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
}

.main-sidebar .gform_wrapper.emg-g-form_wrapper .gform_footer input.button,
.main-sidebar .gform_wrapper.emg-g-form_wrapper .gform_footer input[type=submit],
.main-sidebar .gform_wrapper.emg-g-form_wrapper .gform_page_footer input.button,
.main-sidebar .gform_wrapper.emg-g-form_wrapper .gform_page_footer input[type=submit] {
    width: 100%;
}

.gform_wrapper.emg-g-form_wrapper .top_label div.ginput_container {
    margin-top: 2px !important;
}
.gform_wrapper.emg-g-form_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper.emg-g-form_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 5px 0 0;
    line-height: 1.2;
    font-size: 14px;
    color: #333;
}
@media only screen and (min-width: 641px){
    .gform_wrapper.emg-g-form_wrapper ul.gform_fields li.gfield:not(.gf_left_half ) {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1199px) {
    /*.gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 ! important;
    }*/
}






/*Validation*/
.gform_wrapper.emg-g-form_wrapper .validation_message {
    /*color: #e37777;*/
}

.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error {
    background-color: transparent;
}
.gform_wrapper.emg-g-form_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.emg-g-form_wrapper li.gfield_error textarea {
    /*border-color: #790000;*/
}

.gform_wrapper.emg-g-form_wrapper div.validation_error {
    display: none;
}
.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error,
.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0;
    border: 0 !important;
}
.gform_wrapper .ginput_container.ginput_container_phone + .gfield_description {
    display: none; 
}
/* ENG GRAVITY FORM STYLE*/

/* Biasurge Surgical */
body.page-template-template-product-biasurge input[type="submit"],
body.page-template-template-product-biasurge .press-release .all-press-release-btn {
    background-color: #12385D !important;
}
body.page-template-template-product-biasurge .our-product-area .our-product-works p,
body.page-template-template-product-biasurge .our-product-area .our-product-works ul {
    font-size: 17px;
}
.biasurge-our-product-title,
.our-product-area .our-product-works .our-product-works-title.biasurge-our-product-title {
    font-size: 32px !important;
}
.biasurge-features {
    gap: 20px;
    margin-bottom: 25px;
}
.biasurge-features .biasurge-icon {
    width: 46px;
}
.biasurge-features .biasurge-icon-description {
    width: calc(100% - 46px);
}
.biasurge-features p {
    font-size: 17px;
}
.biasurge-icon-title {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 0;
}
.biasurge-icon-description p {
    margin-bottom: 0;
}

body.page-template-template-product-biasurge .biofilm-area .biofilm-right img {
    box-shadow: none;
    top: -88px;
}

.in-vitro-section {
    background: #fff;
}

.biasurge-reference {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

/*texagen*/
/*.btn-texagen .wp-block-button__link,
.btn-texagen:not(.wp-block-button) {
    background-color: #12385d !important;
    color: #fff !important;
}

.btn-texagen:hover .wp-block-button__link,
.btn-texagen:not(.wp-block-button):hover {
    background-color: #1a73a1 !important;
}

.btn-texagen-blue .wp-block-button__link,
.btn-texagen-blue:not(.wp-block-button) {
    background-color: #11a9e1 !important;
    color: #fff !important;
    min-width: 120px;
}

.btn-texagen-blue:hover .wp-block-button__link,
.btn-texagen-blue:not(.wp-block-button):hover {
    background-color: #2181b1 !important;
}*/

.text-texagen a:not(.btn),
.text-texagen{
    color: #12385d !important;
}

body.page-template-template-product-texagen .our-product-description {
    padding-right: 15px;
}
body.page-template-template-product-texagen .our-product-description h1 {
    font-size: 35px !important;
}

.texagen-element {
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    color: #ffffff;
}
.texagen-element-title {
    padding-top: 50px;
}
.texagen-element-title .texagen-element-heading {
    font-size: 40px;
    margin-bottom: 50px;
}
.texagen-element-details img {
    margin: 30px 0;
}
.texagen-element-details-single h2 {
    font-size: 30px;
}
.texagen-element-details-single h5 {
    font-size: 22px;
    font-weight: 400;
}
.texagen-element-details .texagen-element-details-single:nth-child(1) {
    left: 15%;
    position: relative;
    margin-top: 80px;
    text-align: right;
    margin-bottom: 30px;
}

.texagen-element-details .texagen-element-details-single:nth-child(2) {
    left: 3%;
    position: relative;
    margin-top: 139px;
    text-align: right;
}


.texagen-element-details .texagen-element-details-single:nth-child(3) {
    left: 20%;
    position: relative;
    margin-top: 152px;
    text-align: right;
    margin-bottom: 30px;
}
.texagen-element-details .texagen-element-details-single:nth-child(4) {
    left: 143%;
    position: relative;
    margin-top: 117px;
    text-align: right;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .texagen-element-details .texagen-element-details-single:nth-child(2){
        margin-top: 102px;
    }
    .texagen-element-details .texagen-element-details-single:nth-child(3){
        margin-top: 134px;
    }
    .texagen-element-details .texagen-element-details-single:nth-child(4){
        left: 150%;
    }
}
@media (max-width: 991px) {
    .texagen-element-details .texagen-element-details-single:nth-child(1),
    .texagen-element-details .texagen-element-details-single:nth-child(2),
    .texagen-element-details .texagen-element-details-single:nth-child(3),
    .texagen-element-details .texagen-element-details-single:nth-child(4) {
        position: initial;
        text-align: center;
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .texagen-element-details-single h2:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .texagen-element-details-single h2:after {
        display: none;
    }
}
.texagen-element-details-2 .texagen-element-details-single:nth-child(1) {
    left: -17%;
    position: relative;
    margin-top: 80px;
    text-align: left;
    margin-bottom: 30px;
}
.texagen-element-details-2 .texagen-element-details-single:nth-child(2) {
    left: -5%;
    position: relative;
    margin-top: 139px;
    text-align: left;
    margin-bottom: 30px;
}


.texagen-element-details-2 .texagen-element-details-single:nth-child(3) {
    left: -17%;
    position: relative;
    margin-top: 140px;
    text-align: left;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .texagen-element-details-2 .texagen-element-details-single:nth-child(2){
        margin-top: 102px;
    }
    .texagen-element-details-2 .texagen-element-details-single:nth-child(3){
        margin-top: 117px;
    }
}
@media (max-width: 991px) {
    .texagen-element-details-2 .texagen-element-details-single:nth-child(1),
    .texagen-element-details-2 .texagen-element-details-single:nth-child(2),
    .texagen-element-details-2 .texagen-element-details-single:nth-child(3) {
        position: initial;
        text-align: center;
        margin-top: 0;
    }
}

.texagen-element-details-2 .texagen-element-details-single h2:after {
    position: absolute;
    height: 1px;
    width: 140px;
    background: #000;
    content: "";
    top: 20px;
    left: auto;
    right: 100%;
}

.safety-versatility-area .safety-versatility-left {
    padding: 50px 0;
    overflow: hidden;
}
.safety-versatility-area .safety-versatility-left h2 {
    font-size: 35px;
    color: #ffffff;
}
.safety-versatility-area .safety-versatility-left p {
    font-size: 18px;
    color: #03b0a9;
}
.safety-versatility-area .safety-versatility-left .safety-versatility-text span {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    width: 50%;
    float: left;
    line-height: 35px;
}
.safety-versatility-area ul li{
    font-size: 17px;
}
.safety-versatility-area ul li:before {
    left: 0;
    top: 10px;
    background: #11a9e1;
}

@media (max-width: 767px) {
    .safety-versatility-area .safety-versatility-left .safety-versatility-text span {
        width: 100%;
    }
}
.safety-versatility-area .safety-versatility-right {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .safety-versatility-area .safety-versatility-right {
        text-align: center;
    }
}
.safety-versatility-area .safety-versatility-right img {
    position: absolute;
    top: -55px;
    max-width: initial;
}
.safety-versatility-area sup{
    font-size: 62%;
}
body.page-template-template-product-fortify-flowable  .safety-versatility-right img {
    top: -65px;
}
@media only screen and (max-width: 1232px) {

    .safety-versatility-area .safety-versatility-right img {
        top: 5px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1199px) {

    .safety-versatility-area .safety-versatility-right img {
        top: 75px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .safety-versatility-area .safety-versatility-right img {
        position: inherit;
        top: -40px;
    }
}
@media (max-width: 767px) {

    .safety-versatility-area .safety-versatility-right img {
        position: inherit;
        top: -40px;
    }

    .texagen-element-title .texagen-element-heading {
        font-size: 28px;
        margin-bottom: 50px;
    }
}

.references-area .h1{
    font-weight: normal;
}
.references-area p{
    font-size: 18px;
}

/*Product Biform*/

.product-biform-component-title {
    font-size: 35px !important;
}

@media (max-width: 1199px) {


    .sec-performance {
        padding: 40px 0;
    }

    .performance-statistics {
        padding: 0;
        margin-bottom: 40px;
    }

    .performance-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .statistics-item h2 {
        font-size: 60px;
    }

    .statistics-item h2 span {
        font-size: 22px;
    }

    .statistics-item:not(:first-child) {
        padding-left: 20px;
        margin-left: 20px;
    }

}

@media (max-width: 991px) {

    .reaction-time-wrap {
        padding-left: 70px;
    }

    .reaction-time-wrap:after,
    .reaction-time-wrap:before {
        height: 25px;
    }

    .reaction-time-inner:before {
        width: 60px;
        height: 60px;
        left: -30px;
        background-size: contain;
    }

    .reaction-time {
        padding: 0;
    }


    .reaction-time:not(:first-child) {
        margin-left: 25px;
        padding-left: 25px;
    }


}


@media (max-width: 768px) {    
    .product-biform-component-title {
        font-size: 30px !important;
    }

    .reaction-time-wrap {
        padding: 25px 0;
        padding-left: 75px;
    }
    .reaction-time-wrap:after,
    .reaction-time-wrap:before {
        height: 45px;
    }

    .reaction-time-inner {
        flex-wrap: wrap;
    }

    .reaction-time-inner:before {
        left: 0;
    }

    .reaction-time:not(:first-child) {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        margin-top: 30px;
    }
}


@media (max-width: 600px) {

    .performance-statistics {
        flex-wrap: wrap;
        border-left: 1px solid #000;
        padding-left: 30px;
    }

    .statistics-item {
        width: 100%;
        max-width: 310px;
    }

    .statistics-item:not(:first-child) {
        padding-left: 0;
        border: 0;
        margin-left: 0;
        margin-top: 40px;
    }

}

@media (max-width: 480px) {
    body.page-template-template-product-texagen .our-product-description h1 {
        font-size: 28px !important;
    }
}


