.navbar-brand {
    padding: 0;
}
.emg-desktop {
    background: Rgb(var(--primary-color));
    color: #fff;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 127px);
    top: 127px;
    left: 0;
    overflow: hidden;
    transition: all 1s linear;
}
body.admin-bar .emg-desktop {
    height: calc(100vh - 159px);
    top: 159px;
}
.emg-desktop > .container,
.emg-desktop > .container > .row {
    height: 100%;
}
.emg-desktop a {
    color: #fff;
}
.emg-desktop {
    display: none;
}
.emg-desktop.active-desktop {
    display: block;
}
.emg-desktop .desktop-footer-content {
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.emg-desktop .footer-text-links {
}
.emg-desktop .footer-text-links a {
    margin-right: 40px;
}
.emg-desktop .footer-text-links a img {
    margin-left: 10px;
}
.emg-desktop .slick-track
{
    display: flex !important;
}

.emg-desktop .slick-slide
{
    height: inherit !important;
}
/* Desktop Navigation */
.desktop-navigation {
    position: fixed;
    left: calc(50vw - 570px + 15px);
    width: 200px;
    height: calc(100vh - 127px - 65px);
    z-index: 9;
}
body.admin-bar .desktop-navigation {
    height: calc(100vh - 159px);
}
.desktop-nav-pages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
}
.desktop-nav-pages > a {
    line-height: 5px;
}
.desktop-navigation .desktop-nav-pages a {
    width: 10px;
    padding: 21px 5px;
    background: url("../img/home/page-nav-ellipse-white.svg") no-repeat;
    background-size: 10px 10px;
    background-position: left center;
    transition: all .3s ease-in;
}
.desktop-navigation .desktop-nav-pages a.active {
    width: 10px;
    height: 85px;
    background: Rgb(var(--secondary-color));
    border-radius: 5px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.desktop-navigation .desktop-nav-pages a:first-child {
    margin-top: 9px;
}
.desktop-navigation .desktop-nav-pages a.active:first-child {
    margin-top: 25px;
}
.desktop-navigation .desktop-nav-pages a:last-child {
    padding-bottom: 0;
    background-position: left bottom;
    padding: 10.5px 5px;
}
.desktop-navigation .desktop-nav-pages a.active:last-child {
    margin-bottom: 0;
}
/* .desktop-navigation .desktop-nav-pages a:first-child { */
/*     margin-top: 25px; */
/* } */
.desktop-nav-top-arc {
    margin-left: 3px;
    top: 0px;
    left: 0px;
    width: 196px;
    border-width: 1px 0px 0px 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: rgba(255, 255, 255, 0.15);
    border-left-color: rgba(255, 255, 255, 0.15);
    border-image: initial;
    height: calc(100% - 318px);
    z-index: 1;
    transition: width 0.3s ease-out 0.15s;
    border-right-style: initial;
    border-right-color: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-top-left-radius: 80px;
}
.desktop-nav-page-number {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}
.desktop-content {
    width: calc(100% - 70px - 30px);
    height: calc(100vh - 127px - 65px);
    margin-left: 70px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}
body.admin-bar .desktop-content {
    height: calc(100vh - 159px - 65px);
}
.emg-desktop-heading {
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 60px;
    line-height: 57px;
    text-transform: uppercase;
}
.emg-desktop-subheading {
    font-family: 'din-2014';
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
}
.emg-desktop .emg-desktop-heading,
.emg-desktop .emg-desktop-subheading {
    color: #fff;
}
.emg-desktop p,
.emg-desktop-p {
    font-family: 'din-2014';
    font-size: 18px;
    line-height: 24px
}
.special-link {
    border-bottom: 2px solid Rgb(var(--secondary-color));
    font-family: 'din-2014';
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 57px;
}
.special-link:after {
    content: "";
    width: 52px;
    height: 19px;
    background: url("../img/home/right-arrow.png") no-repeat;
    margin-left: 15px;
    background-size: contain;
    display: inherit;
}
.main-header-logo,
.main-header-navigation {
    z-index: 9;
}
/* Desktop 1 */
.emg-desktop-1 .desktop-content .desktop-heading {
    max-width: 555px;
    z-index: 9;
}
.emg-desktop-1 .desktop-content .emg-desktop-heading {
    margin-bottom: 0;
}
.desktop-blue-orbs {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    width: 88.89vh;
    height: 100vh;
}
.desktop-blue-orbs video {
    width: auto;
    height: 100%;
}
/* Desktop 2 */
.emg-desktop-2 .desktop-content .emg-desktop-heading {
    font-size: 40px;
    margin-bottom: 0;
}
.wounderm-mobile {
    display: none;
}
.wounderm-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 452px;
}
.wounderm-middle p {
    margin-bottom: 0;
}
.wounderm-middle {
    display: grid;
    gap: 50px;
    grid-gap: 50px;
    grid-template-rows: auto 1fr;
    align-items: start;
}
.wounderm-right {
    height: 430px;
}
.wd-image-container {
    display: none;
}
.wd-image-container.active {
    display: flex;
    align-items: center;
}
.wounderm-navigation {
    width: 100%;
    font-family: 'din-2014';
    font-size: 18px;
    line-height: 1em;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.wounderm-navigation .navigation-item {
    font-size: 18px;
    line-height: 24px;
    padding: 13px 25px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 18px;
}
.wounderm-navigation .navigation-item.active {
    background: Rgb(var(--secondary-color));
    max-width: 192px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.wounderm-navigation .navigation-item.active:first-child {
    margin-top: 0;
}
.wounderm-navigation .navigation-item.active:last-child {
    margin-bottom: 0;
}
/* Desktop 3 */
.emg-desktop-3 .desktop-inner {
    width: 100%;
}
.emg-desktop-3 .product-content {
    margin-top: 50px;
}
.emg-desktop-3 .emg-desktop-heading {
    margin-bottom: 0;
}
/* Product heading */
.emg-desktop-3 .product-top {
    display: flex;
    justify-content: space-between;
}
.emg-desktop-3 .product-switch {
    list-style: none;
    display: inline-flex;
    background: Rgb(var(--primary-darker-color));
    border: 4px solid Rgb(var(--primary-darker-color));
    border-radius: 25px;
    padding: 0px;
    height: fit-content;
    margin-bottom: 0;
}
ul.product-switch li {
    font-family: 'din-2014';
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 9px 20px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease-out 0s;
}
ul.product-switch li.active {
    background: Rgb(var(--secondary-color));
}
/* Product navigation */
.mobile-product-navigation {
    display: none;
}
.emg-desktop-3 .desktop-footer-content {
    width: 100%;
}
.emg-desktop-3 .emg-product-navigation {
    width: 100%;
    list-style: none;
    display: grid;
    gap: 50px;
    grid-gap: 50px;
    justify-content: center;
    align-items: end;
    margin-bottom: 0;
    padding-left: 0;
    grid-auto-flow: column;
}
.emg-desktop-3 .emg-product-navigation li {
    cursor: pointer;
}
.emg-product-navigation li img {
    width: auto;
    height: 70px;
    transition: all 0.3s ease-out 0s;
}
.emg-product-navigation li.active img {
    height: 125px;
}
/* Single Product */
.surgical-product-content .product-image .mobile-image,
.wounderm-product-content .product-image .mobile-image {
    display: none;
}
.product-single-item {
    width: 80%;
    margin: 0 auto;
    display: grid;
    gap: 20px;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.product-single-item.emg-product-portfolio {
    display: block;
    height: 100%;
}
.product-single-item.emg-product-portfolio {
    display: flex;
    justify-content: center;
}
.emg-product-portfolio .portfolio-logo {
    width: 20%;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    display: flex;
}
.emg-product-portfolio .portfolio-logo.surgical-logo {
    width: 50%;
}
.product-single-item.emg-product-portfolio .portfolio-logo img {
    height: auto;
}
.emg-desktop-3 .product-content.emg-product-banner {
    height: 301px;
}
.product-single-item.emg-product-portfolio img {
    width: auto;
    height: 301px;
    display: block;
}
.product-single-item.surgical-product-portfolio img {
    max-width: 100%;
    max-height: 1080px;
}
.product-single-item.surgical-product-portfolio img {
    max-width: 100%;
    max-height: 1080px;
}
.product-single-item.wounderm-product-portfolio img {
    max-width: 100%;
    max-height: 1080px;
}
.product-single-item .product-image img {
    height: auto;
}
.product-description {
    display: flex;
    flex-direction: column;
    justify-content: right;
}
.product-description .product-wordmark-container {
    text-align: left;
}
.product-description p {
    text-align: justify;
}
.product-wordmark {
    margin-bottom: 25px;
    height: auto;
    max-height: 30px;
    width: auto;
}
.product-link {
    text-align: right;
}
.product-link .special-link {
    line-height: 50px;
}
/* Desktop 4 */
.emg-desktop-4 .desktop-content .desktop-heading {
    max-width: 50%;
}
.emg-desktop-4 .desktop-content .emg-desktop-heading {
    margin-bottom: 35px;
}
.emg-desktop-4 .desktop-content p {
    margin-bottom: 0;
    max-width: 420px;
}
.mission-content {
    z-index: 9;
}
.heart-video {
    position: absolute;
    width: 100%;
    padding: 56.25% 0 0 0;
    left: 25%;
    top: 0;
    z-index: 1;
}
/* Desktop 5 */
.desktop-5-content {
    display: grid;
    gap: 80px;
    grid-gap: 80px;
    grid-template-columns: 1fr 405px;
}
.emg-desktop-5 .desktop-content .emg-desktop-heading {
    margin-bottom: 45px;
}
/* Blog section */
.emg-recent-post {
    display: grid;
    gap: 15px;
    grid-gap: 15px;
    align-items: center;
    grid-template-columns: 110px 1fr;
    margin-bottom: 18px;
}
.emg-recent-post .post-featured-img img {
    border-radius: 10px;
    height: auto;
}
.emg-recent-post ul.entry-meta {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}
.emg-recent-post ul.entry-meta li {
    font-family: 'din-2014';
    font-size: 12px;
    line-height: 18px;
    color: #90a6ba;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.emg-recent-post ul.entry-meta li:after {
    margin: 0 10px;
    content: "|";
}
.emg-recent-post ul.entry-meta li:last-child:after {
    content: "";
    margin: 0;
}
.emg-recent-post .post-title h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    font-family: 'din-2014';
    margin-bottom: 0;
}
.bottom-fixed-link {
    position: absolute;
    bottom: 0;
}
/* Mailing List */
.desktop-5-content .mailing-list {
    background: Rgb(var(--primary-lighter-color));
    border-radius: 20px;
    padding: 61px 40px 59px 56px;
}
.desktop-5-content .mailing-list h3 {
    margin-bottom: 15px;
}
.desktop-5-content .mailing-list p {
    margin-bottom: 38px;
}
.btn-white-bg {
    background-color: #fff !important;
    color: Rgb(var(--primary-color)) !important;
    border-color: Rgb(var(--primary-color)) !important;
    box-shadow: none !important;
}

.btn-white-bg:hover {
    background-color: Rgb(var(--primary-color)) !important;
    color: #fff !important;
    border-color: #863b90 !important;
    box-shadow: none !important;
}
.emg-mailing-email {
    font-family: 'din-2014';
    font-size: 18px;
    line-height: 29px;
    background: #507ea5;
    border: 1px solid #507ea5;
    border-radius: 20px;
    padding-left: 26px;
    width: 100%;
    height: 45px;
    color: #fff;
    margin-bottom: 17px;
}
.emg-mailing-email::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  line-height: 29px;
}
.emg-mailing-email::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
}
.emg-mailing-submit {
    font-family: 'din-2014';
    font-size: 18px;
    line-height: 29px;
    height: 45px;
    padding: 8px 29px 8px 26px;
    min-width: unset;
}
/* Desktop 6 */
.emg-desktop-6 .desktop-content .emg-desktop-heading {
    margin-bottom: 0;
}
.desktop-6-content {
    display: grid;
    gap: 103px;
    grid-gap: 103px;
    grid-template-columns: auto 1fr;
    margin-top: 40px;
}
.copyright-text {
    text-transform: uppercase;
    color: Rgb(var(--text-dark-color));
    display: none;
}
.desktop-6-content .emg-contact-address .contact-address span {
    display: block;
    font-family: 'din-2014';
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.emg-desktop-6 .footer-top-social-link a {
    line-height: 25px;
}
.emg-desktop-6 .footer-top-social-link i {
    font-size: 19px;
}
.desktop-6-content .emg-contact-address .contact-address span.contact-site-name {
    font-weight: bold;
}
.desktop-6-content .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]),
.desktop-6-content .gform_wrapper.emg-g-form_wrapper textarea {
    font-family: 'din-2014';
    font-size: 18px;
    line-height: 29px;
    background: #507ea5 !important;
    border: 1px solid #507ea5 !important;
    border-radius: 20px;
    padding-left: 33px;
    color: #fff;
    height: 45px !important;
}
.desktop-6-content .gform_wrapper.emg-g-form_wrapper textarea {
    height: 172px !important;
}
.desktop-6-content .gform_wrapper.emg-g-form_wrapper input::placeholder,
.desktop-6-content .gform_wrapper.emg-g-form_wrapper textarea::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
}

.desktop-6-content .gform_wrapper.emg-g-form_wrapper input::-ms-input-placeholder,
.desktop-6-content .gform_wrapper.emg-g-form_wrapper textarea::-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
}
.desktop-6-content .gform_wrapper.emg-g-form_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 14px;
}
.desktop-6-content .gform_wrapper.emg-g-form_wrapper .gform_footer {
    margin-top: 0;
    text-align: left;
    padding: 0;
}
.desktop-6-content .gform_wrapper.emg-g-form_wrapper textarea {
    vertical-align: top;
}
.desktop-6-content .gform_wrapper.emg-g-form_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.desktop-6-content .gform_wrapper.emg-g-form_wrapper input[type=submit] {
    background-color: #fff !important;
    color: Rgb(var(--primary-color)) !important;
    border-color: Rgb(var(--primary-color)) !important;
    box-shadow: none !important;
    font-family: 'din-2014';
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    padding: 0 29px 0 27px;
}

.desktop-6-content .gform_wrapper.emg-g-form_wrapper input[type=submit]:hover {
    background-color: Rgb(var(--secondary-color)) !important;
    color: #fff !important;
    border-color: #863b90 !important;
    box-shadow: none !important;
}
.emg-contact-address {
    font-size: 18px;
}
.emg-contact-address .contact-phone {
    line-height: 24px;
    margin: 25px 0 20px 0;
}
.emg-contact-address .contact-phone a {
    font-family: 'din-2014';
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.desktop-footer-content.privacy-policy-links {
    right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
}
.privacy-policy-links a {
    font-family: 'din-2014';
    text-transform: uppercase;
    color: Rgb(var(--text-dark-color));
}
.privacy-policy-links a:after {
    content: "|";
    margin: 0 10px;
}
.privacy-policy-links a:last-child:after {
    content: "";
}

#biasurge-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#biasurge-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.biasurge-popup {
    width: Min(80vw, 80vh);
    height: calc(Min(80vw, 80vh) + 85px);
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    position: fixed;
    padding: 50px 20px;
    border: 1px solid #12358d;
    cursor: default;
}
#biasurge-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #12385d;
    z-index: 99;
    color: #fff;
    border-radius: 50%;
    padding: 3px 2px;
}

@media (max-width: 1199px) {
    .desktop-navigation {
        left: calc(50vw - 480px);
    }
    .emg-desktop-2 .desktop-content .emg-desktop-heading {
        font-size: 50px;
    }
    .desktop-5-content {
        gap: 20px;
        grid-gap: 20px;
    }
    .emg-desktop-5 .desktop-content .emg-desktop-heading {
        margin-bottom: 20px;
        font-size: 45px;
        line-height: 43px;
    }
    .emg-recent-post .post-title h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
    .desktop-navigation {
        left: calc(50vw - 360px);
    }
    .emg-desktop-3 .product-content.emg-product-banner {
        height: auto;
    }
}

/* Mobile Style */
@media (max-width: 991px) {
    .emg-desktop {
        position: relative !important;
        display: block;
        top: 0 !important;
        height: auto !important;
        padding: 45px 0;
        width: 100%;
    }
    .emg-desktop p {
        margin-bottom: 0;
    }
    .desktop-navigation {
        display: none;
    }
    .desktop-content {
        position: relative;
        top: 0;
        height: auto !important;
        margin-left: 0;
        width: 100%;
    }
    .emg-desktop-heading {
        font-size: 45px;
        line-height: 43px;
    }
    .emg-desktop .desktop-footer-content {
        position: relative;
        bottom: unset;
    }
    .special-link {
        font-family: 'din-2014';
        font-size: 18px;
        line-height: 24px;
        background: Rgb(var(--secondary-color));
        padding: 12px 50px;
        border-radius: 25px;
        color: #fff;
        font-weight: 400;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
        text-transform: uppercase;
    }
    .special-link:after {
        content: none;
    }
    .bottom-fixed-link {
        position: relative;
        bottom: unset;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .bottom-fixed-link a {
        display: inline-block;
    }

    /* Desktop 1 */
    .emg-desktop-1 .emg-desktop-heading {
        text-align: center;
    }
    .emg-desktop-1 .desktop-content .desktop-heading {
        max-width: 100%;
    }
    .emg-desktop-1 .desktop-content .emg-desktop-heading {
        width: 80%;
        margin: 0 auto;
        text-align: left;
        font-size: 40px;
    }
    .emg-desktop-1 .desktop-footer-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
    }
    .emg-desktop-1 .desktop-footer-content a:last-child {
        margin-right: 0;
    }
    .desktop-blue-orbs {
        position: absolute;
        left: 0;
        top: -45px;
        z-index: 1;
        width: 100%;
        height: calc(100% + 90px);
    }
    /* Desktop 2 */
    .emg-desktop-2 .desktop-content .emg-desktop-heading {
        margin-bottom: 0;
    }
    .wounderm-content {
        text-align: center;
        display: grid;
        gap: 20px;
        grid-gap: 20px;
        grid-template-columns: unset;
    }
    .wounderm-middle,
    .wounderm-right {
        display: none;
    }
    .emg-desktop-2 .desktop-footer-content {
        display: none;
    }
    .wounderm-mobile {
        display: grid;
        gap: 20px;
        grid-gap: 20px;
        width: 100%;
        grid-auto-flow: row;
    }
    .wounderm-sliders {
        overflow: hidden;
        margin-top: 20px;
    }
    .wounderm-slide img {
        margin: 0 auto;
    }
    .wounderm-slide div {
        font-family: 'din-2014';
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .wounderm-slide .slider-title {
        margin: 20px 0;
    }
    .slider-navigation {
        display: grid;
        justify-content: center;
        grid-gap: 20px;
        gap: 20px;
        grid-template-columns: 30px auto 30px;
    }
    .slider-pagination .total-slide {
        color: Rgb(var(--text-dark-color));
    }
    .slider-prev,
    .slider-next {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    /* Desktop 3 */
    .emg-desktop-3 .desktop-content {
        width: 100%;
        padding-top: 0;
    }
    .emg-desktop-3 .product-top {
        text-align: center;
        flex-direction: column;
    }
    .emg-product-portfolio .portfolio-logo {
        width: 100%;
    }
    .emg-product-portfolio .portfolio-logo.surgical-logo {
        width: 100%;
    }
    .product-single-item.emg-product-portfolio .portfolio-logo.wounderm-logo img {
        max-width: 250px;
        height: auto;
    }
    .emg-desktop-3 .product-switch {
        margin: 20px auto 40px auto;
    }
    .emg-desktop-3 .product-content {
        margin-top: 0;
    }
    .product-single-item {
        display: grid !important;
        gap: 20px;
        grid-gap: 20px;
        grid-template-columns: unset;
        align-items: center;
    }
    .product-image {
        order: 1;
    }
    .product-description {
        order: 2;
    }
    .product-wordmark {
        margin: 0 auto 20px auto;
        width: auto;
        max-height: 40px;
    }
    .emg-desktop .product-description p {
        font-size: 15px;
        line-height: 18px;
        max-width: 225px;
        margin: 0 auto;
    }
    .product-description p {
        text-align: justify;
    }
    .product-link {
        text-align: center;
    }
    .product-link {
        margin: 20px 0;
        text-transform: uppercase;
    }
    .product-link a {
        font-size: 18px;
    }
    .product-link .special-link {
        line-height: initial;
    }
    .emg-desktop-3 .desktop-footer-content {
        display: none;
    }
    .mobile-product-navigation {
        display: grid;
        justify-content: center;
        gap: 20px;
        grid-gap: 20px;
        grid-template-columns: 30px 30px;
    }
    .product-nav-prev,
    .product-nav-next {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .product-content .product-image img {
        margin: 0 auto;
    }
    .surgical-product-content .product-image img,
    .wounderm-product-content .product-image img {
        display: none;
    }
    .surgical-product-content .product-image .mobile-image,
    .wounderm-product-content .product-image .mobile-image,
    .surgical-product-content .product-image .mobile-image img,
    .wounderm-product-content .product-image .mobile-image img {
        display: block;
    }
    .product-single-item.emg-product-portfolio {
        align-items: center;
    }
    .product-single-item.emg-product-portfolio img {
        width: 100%;
        height: auto;
    }

    .product-single-item.emg-product-portfolio.surgical-portfolio > img {
        max-width: 50%;
        height: auto;
        margin: 0 auto;
    }
    /* Desktop 4*/
    .emg-desktop-4 .desktop-content {
        display: grid;
        gap: 20px;
        grid-gap: 20px;
        text-align: center;
    }
    .mission-content {
        order: 2;
    }
    .heart-video {
        position: relative;
        left: -25%;
        width: 150%;
        padding: 84.375% 0 0 0;
        order: 1;
    }
    .emg-desktop-4 .desktop-content .desktop-heading {
        max-width: 100%;
        order: 2;
    }
    .emg-desktop-4 .desktop-content .emg-desktop-heading {
        margin-bottom: 15px;
    }
    .emg-desktop-4 .desktop-content p {
        max-width: 100%;
    }
    .emg-desktop-4 .desktop-footer-content {
        order: 3;
        text-align: center;
    }
    .emg-desktop-4 .desktop-footer-content a:last-child {
        margin-right: 0;
    }
    .emg-desktop-4 .special-link {
        font-size: 18px;
    }

    /* Desktop 5 */
    .emg-desktop-5 .emg-desktop-heading {
        text-align: center;
        margin-bottom: 30px;
    }
    .emg-desktop-5 .special-link {
	    font-size: 16px;
    }
    .desktop-5-content {
        display: flex;
        flex-direction: column;
        gap: unset;
        grid-gap: unset;
    }
    .emg-desktop-5 .desktop-content .emg-desktop-heading {
        word-spacing: 100vw;
        margin-bottom: 20px;
    }
    .blog-section {
        width: 100%;
        margin-bottom: 40px;
    }
    .emg-recent-posts {
        width: 100%;
        margin: 0 auto;
    }
    .emg-recent-post {
        background: #fff;
        color: Rgb(var(--primary-color));
        flex-direction: column;
        padding: 25px 25px 35px 25px;
        border-radius: 20px;
        margin: 0 auto;
    }
    .emg-recent-post ul.entry-meta {
        flex-direction: column-reverse;
        margin: 20px 0 12px 0;
    }
    .emg-recent-post ul.entry-meta li {
        line-height: 20px;
        margin-bottom: 0;
    }
    .emg-recent-post ul.entry-meta li:after {
        content: none;
    }
    .emg-recent-post .post-title a {
        color: Rgb(var(--primary-color));
    }
    .desktop-5-content .mailing-list {
        padding: 45px 15px;
        flex-basis: unset;
        text-align: center;
    }
    .emg-mailing-email {
        font-size: 16px;
        text-align: center;
        margin-bottom: 22px;
    }
    .emg-mailing-email::placeholder {
      color: #fff;
      opacity: 1;
      font-size: 16px;
      line-height: 1em;
    }
    .emg-mailing-email::-ms-input-placeholder {
      color: #fff;
      font-size: 16px;
      line-height: 1em;
    }
    .emg-mailing-submit {
        font-size: 16px;
        line-height: 29px;
    }

    /* Desktop 6 */
    .emg-desktop-6 {
        padding-bottom: 25px;
    }
    .desktop-6-content {
        gap: 20px;
        grid-gap: 20px;
        grid-template-columns: unset;
        margin-top: 20px;
    }
    .desktop-6-content .emg-contact-form {
        margin-top: 20px;
    }
    .desktop-6-content .gform_wrapper.emg-g-form_wrapper ul li.gfield {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .desktop-6-content .gform_wrapper.emg-g-form_wrapper input[type=submit] {
        width: auto;
        margin-bottom: 0;
        line-height: 29px !important;
    }
    .copyright-text {
        display: block;
        width: 100%;
    }
    .emg-desktop-6 .desktop-footer-content {
        font-family: 'din-2014';
        font-weight: 400;
        margin-top: 60px;
    }
    .privacy-policy-links {
        flex-wrap: wrap;
    }

}
@media (min-width: 992px) and (max-height: 650px) {
    .emg-desktop-heading{
        font-size: 50px;
        line-height: 48px;
    }
    .wounderm-right {
        height: 350px;
    }
    .wd-image-container.wd-mobile-app.active {
        align-items: flex-end;
        position: fixed;
        bottom: 0;
    }
    .emg-desktop-3 .product-content {
        margin-top: 20px;
    }
    .emg-desktop-3 .product-content.product-banner {
        margin-bottom: 0;
    }
    .product-single-item .product-image img {
        max-height: 240px;
        width: auto;
    }
    .emg-desktop-3 .product-content.emg-product-banner {
        height: 240px;
    }
    .product-single-item.emg-product-portfolio img {
        height: 240px;
    }
    .emg-product-navigation li img {
        height: 60px;
    }
    .emg-product-navigation li.active img {
        height: 100px;
    }
    .desktop-6-content {
        margin-top: 20px;
    }
    .desktop-6-content .gform_wrapper.emg-g-form_wrapper textarea {
        height: 120px !important;
    }
}
@media (min-width: 992px) and (max-height: 580px) {
    .emg-product-navigation li img {
        height: 40px;
    }
    .emg-product-navigation li.active img {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .emg-desktop p {
        max-width: 310px;
        margin: 0 auto;
    }
    .emg-desktop-4 .desktop-content p {
        max-width: 310px;
    }
    .product-single-item.emg-product-portfolio.surgical-portfolio > img {
        max-width: 75%;
    }
}
@media (min-width: 992px) {
    .heart-video.fit-heart {
        opacity: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .emg-desktop-2 .desktop-content .emg-desktop-heading {
        font-size: 29px;
    }
}
@media (min-width: 992px) and (min-height: 768px) {
    .product-wordmark {
        max-height: 40px;
    }
}
@media (min-width: 992px) and (min-height: 860px) {
    .emg-desktop-3 .product-content {
        margin-top: 0;
    }
    .product-single-item.emg-product-portfolio {
        height: 400px;
    }
    .emg-desktop-3 .product-content.emg-product-banner {
        height: 400px;
    }
    .product-single-item {
        height: 400px;
        align-items: center;
    }
    .product-wordmark {
        max-height: 90px;
    }
    .product-single-item.emg-product-portfolio img {
        max-height: 400px;
        height: auto;
        width: auto;
    }
    .product-single-item.emg-product-portfolio.wounderm-portfolio img {
        max-width: 80%;
    }
}
@media (min-width: 992px) and (min-height: 1000px) {
    .emg-desktop-3 .product-content {
        margin-top: 0;
    }
    .product-single-item.emg-product-portfolio {
        height: 500px;
    }
    .emg-desktop-3 .product-content.emg-product-banner {
        height: 500px;
    }
    .product-single-item {
        height: 500px;
        align-items: center;
    }
    .product-single-item.emg-product-portfolio img {
        max-height: 500px;
        height: auto;
        width: auto;
    }
}
