﻿/*-- media query for tablet */
/*-- media query for mobile landscape */
/*-- media query for mobile portrait */
@media (max-width: 1279px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 1279px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 13px;
    }
}

.Page-header-area {
    padding: 60px 0;
    background: #f9f9f9;
}

.hero-para {
    padding-left: 42px;
    flex: 0 1 860px;
    align-self: center;
}

    .hero-para p {
        font-size: 20px;
        line-height: 32px;
        color: #fff;
        font-family: "FujitsuSansMedium", sans-serif;
        margin: 0px;
    }

.no-intro-banner .hero-contant {
    width: 60%;
    top: 70%;
}

    .no-intro-banner .hero-contant h2 {
        white-space: nowrap;
    }

.no-image-intro {
    height: 420px;
}

.child-banner {
    margin-bottom: 0px;
}

    .child-banner.intro-outside {
        margin-bottom: 180px;
    }

@media (max-width: 1199px) {
    .child-banner.intro-outside {
        margin-bottom: 20px;
    }
}

.child-banner .banner-contents {
    top: 85px;
}

    .child-banner .banner-contents.no-overline {
        top: 120px;
    }

@media (max-width: 1199px) {
    .child-banner .banner-contents {
        top: 0px;
        margin-bottom: 20px;
    }

        .child-banner .banner-contents.no-overline {
            top: 0px;
        }
}

.child-banner.article-banner {
    margin-bottom: 100px;
}

@media (max-width: 1199px) {
    .child-banner.article-banner {
        margin-bottom: 0px;
    }
}

.child-banner.article-banner .banner-contents {
    top: auto;
    bottom: 60px;
    flex-direction: column;
    height: auto;
}

@media (max-width: 1199px) {
    .child-banner.article-banner .banner-contents {
        top: auto;
        bottom: 0px;
    }
}

.child-banner.half-image.no-intro {
    margin-bottom: 80px;
}

@media (max-width: 1199px) {
    .child-banner.half-image.no-intro {
        margin-bottom: 36px;
    }
}

.child-banner.half-image.no-intro .banner-contents.no-overline {
    top: 35px;
}

.child-banner.half-image.no-intro .banner-contents {
    top: 35px;
}

.child-page-banner {
    margin-top: 0px;
    flex: 1 0 900px;
}

@media (max-width: 1199px) {
    .child-page-banner {
        flex: 1 0 auto;
    }
}

.child-page-banner p {
    font-size: 20px;
    line-height: 32px;
    color: #57564F;
    font-family: "FujitsuSansMedium", sans-serif;
    margin-bottom: 0px;
    padding: 36px;
}

    .child-page-banner p img {
        float: right;
        top: -30px;
        position: relative;
    }

@media (max-width: 767px) {
    .child-page-banner p img {
        float: none;
        top: 30px;
        text-align: center;
        left: 50%;
        transform: translatex(-50%);
    }
}

.child-page-banner p span {
    display: inline-block;
    width: 70%;
}

@media (max-width: 767px) {
    .child-page-banner p span {
        width: 100%;
    }
}

.child-page-banner:after {
    content: "";
    display: table;
    clear: both;
}

.article-info ul {
    display: flex;
    margin-top: 10px;
}

    .article-info ul li {
        margin-right: 10px;
        position: relative;
    }

        .article-info ul li p {
            font-size: 18px !important;
            line-height: 32px !important;
            color: #fff !important;
            font-family: "Arial", sans-serif !important;
            font-weight: 300 !important;
            text-transform: none !important;
            letter-spacing: 0 !important;
            margin-bottom: 0 !important;
        }

        .article-info ul li.article-status {
            position: relative;
        }

            .article-info ul li.article-status:before {
                position: absolute;
                content: '';
                width: 70%;
                height: 100%;
                background: #FF0000;
                top: 0;
                z-index: -1;
                left: 0;
            }

            .article-info ul li.article-status p {
                padding-left: 10px;
            }

.product-detail ul {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

@media (max-width: 579px) {
    .product-detail ul {
        flex-direction: column;
    }
}

.product-detail ul li {
    position: relative;
    margin-right: 10px;
}

    .product-detail ul li img {
        position: absolute;
        top: 8px;
    }

    .product-detail ul li span {
        font-size: 3.5rem;
        line-height: normal;
        color: #fff;
        font-family: "FujitsuSansMedium", sans-serif;
        padding-left: 30px;
    }

.product-detail .capacity {
    margin-bottom: 10px;
    position: relative;
}

    .product-detail .capacity img {
        position: absolute;
        top: 8px;
        left: 0px;
    }

    .product-detail .capacity span {
        font-size: 3.5rem;
        line-height: normal;
        color: #fff;
        font-family: "FujitsuSansMedium", sans-serif;
        padding-left: 30px;
    }

.product-detail p, .product-detail h1 {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #B1B1AC !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important;
}

.product-detail h1 {
    font-family: "Arial", sans-serif !important;
}

.alert-box {
    background: #1A1A17;
    padding: 10px 0;
}

    .alert-box .alert-box-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .alert-box .alert-box-text p {
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            font-family: "Arial", sans-serif !important;
            margin-bottom: 0;
            margin-left: 10px;
            margin-right: 10px;
        }

            .alert-box .alert-box-text p.mob-text {
                display: none;
            }

        .alert-box .alert-box-text a {
            font-size: 14px;
            line-height: 24px;
            color: #FF4D4D;
            text-decoration: underline;
            font-family: "Arial", sans-serif !important;
        }

    .alert-box .alert-close {
        text-align: right;
        cursor: pointer;
    }

        .alert-box .alert-close p {
            margin-bottom: 0;
            font-size: 14px;
            line-height: 24px;
            color: #DAD9D6;
            font-family: "Arial", sans-serif !important;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            .alert-box .alert-close p span {
                color: #57564F;
                font-size: 40px;
                margin-left: 5px;
            }

.tabs-1 {
    background: #fff;
}

    .tabs-1 ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

        .tabs-1 ul li a {
            font-size: 16px;
            line-height: 19px;
            text-align: center;
            letter-spacing: 1px;
            color: #3C3C35;
            font-family: "FujitsuSansMedium", sans-serif;
            padding: 15px 15px 10px 15px;
            border-bottom: 4px solid transparent;
            border-radius: 3px 3px 0 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }

            .tabs-1 ul li a img {
                margin-bottom: 5px;
            }

            .tabs-1 ul li a:hover {
                color: #ff0000;
                border-bottom: 4px solid #ff0000;
            }

        .tabs-1 ul li.active a {
            color: #ff0000;
            border-bottom: 4px solid #ff0000;
        }

.tabs-2 {
    background: #fff;
}

    .tabs-2 ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

        .tabs-2 ul li a {
            font-size: 16px;
            line-height: 19px;
            text-align: center;
            letter-spacing: 1px;
            color: #3C3C35;
            font-family: "FujitsuSansMedium", sans-serif;
            padding: 10px 30px 10px 30px;
            border-bottom: 4px solid transparent;
            border-radius: 3px 3px 0 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }

            .tabs-2 ul li a .svgimg {
                width: 15px;
                height: 15px;
                object-fit: contain;
                margin: 0 auto;
                margin-bottom: 3px;
            }

            .tabs-2 ul li a img {
                width: 15px;
                height: 15px;
                object-fit: contain;
                margin: 0 auto;
                margin-bottom: 3px;
            }

            .tabs-2 ul li a:hover {
                color: #ff0000;
                border-bottom: 4px solid #ff0000;
            }

        .tabs-2 ul li.active a {
            color: #ff0000;
            border-bottom: 4px solid #ff0000;
        }

            .tabs-2 ul li.active a img.svgimg path {
                fill: #ff0000;
            }

        .tabs-2 ul li.active .svgimg path {
            fill: #ff0000;
        }

.tabs-3 {
    padding: 20px;
}

    .tabs-3 ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

        .tabs-3 ul li a {
            font-size: 13px;
            line-height: 1;
            text-align: center;
            font-weight: bold;
            letter-spacing: 0px;
            color: #87867E;
            font-family: "FujitsuSansMedium", sans-serif;
            padding: 10px 10px 10px 10px;
        }

            .tabs-3 ul li a:hover {
                color: #186e73;
            }

        .tabs-3 ul li:last-child {
            margin-left: 20px;
        }

        .tabs-3 ul li:first-child {
            margin-right: 20px;
        }

        .tabs-3 ul li.active a {
            color: #186e73;
        }

.help-center {
    background: #fff;
    padding: 30px 15px;
}

    .help-center .help-center-head {
        text-align: center;
        margin-bottom: 50px;
    }

        .help-center .help-center-head h2 {
            font-size: 42px;
            line-height: 1.5;
            color: #57564F;
            letter-spacing: 3.8px;
            text-transform: uppercase;
            font-family: "FujitsuSansLight", sans-serif;
            position: relative;
        }

            .help-center .help-center-head h2:after {
                position: absolute;
                content: '';
                width: 120px;
                height: 3px;
                background: #ff0000;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
            }

    .help-center .explore-1 {
        position: relative;
        margin: 0px 5px;
        border-radius: 4px;
        overflow: hidden;
    }

        .help-center .explore-1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .help-center .explore-1 > a {
            display: block;
        }

            .help-center .explore-1 > a > img {
                min-height: 200px;
            }

        .help-center .explore-1 .explore-text {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            padding: 16px;
        }

            .help-center .explore-1 .explore-text .explore-text-top p {
                font-size: 12px;
                line-height: normal;
                color: #fff;
                font-weight: bold;
                text-transform: uppercase;
                font-family: "Arial", sans-serif;
            }

            .help-center .explore-1 .explore-text .explore-text-bottom {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                position: absolute;
                bottom: 0px;
                left: 0;
                right: 0;
                width: 100%;
                padding: 16px;
            }

                .help-center .explore-1 .explore-text .explore-text-bottom h3 {
                    font-size: 1.25rem;
                    line-height: normal;
                    color: #fff;
                    font-weight: bold;
                    font-family: "Arial", sans-serif;
                    margin: 0px;
                    padding-right: 10px;
                }

                .help-center .explore-1 .explore-text .explore-text-bottom img {
                    width: 24px;
                    object-fit: contain;
                }

.buttons-style {
    background: #fff;
    padding: 30px 15px;
}

    .buttons-style .help-center-head {
        text-align: center;
        margin-bottom: 50px;
    }

        .buttons-style .help-center-head h2 {
            font-size: 42px;
            line-height: 1.5;
            color: #57564F;
            letter-spacing: 3.8px;
            text-transform: uppercase;
            font-family: "FujitsuSansLight", sans-serif;
            position: relative;
        }

            .buttons-style .help-center-head h2:after {
                position: absolute;
                content: '';
                width: 120px;
                height: 3px;
                background: #ff0000;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
            }

    .buttons-style .button-1 p {
        font-weight: bold;
    }

    .buttons-style .primary-1 p {
        font-weight: bold;
    }

    .buttons-style .primary-1 .primary-buttons {
        display: flex;
        align-items: center;
    }

        .buttons-style .primary-1 .primary-buttons a {
            font-family: "FujitsuSansBold", sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 1rem;
            line-height: 19px;
            text-align: center;
            letter-spacing: 1px;
            color: #ffffff;
            background: #FF0000;
            padding: 10px 20px;
            border-radius: 3px;
            margin-right: 30px;
        }

            .buttons-style .primary-1 .primary-buttons a img {
                width: 20px;
                height: 20px;
                object-fit: contain;
            }

            .buttons-style .primary-1 .primary-buttons a.secondary-btn {
                font-family: "FujitsuSansBold", sans-serif;
                font-style: normal;
                font-weight: bold;
                font-size: 1rem;
                line-height: 19px;
                text-align: center;
                letter-spacing: 1px;
                color: #FF0000;
                background: transparent;
                border: 1px solid #FF0000;
                padding: 10px 20px;
                border-radius: 3px;
                margin-right: 30px;
            }

    .buttons-style .primary-1 .gray-buttons {
        display: flex;
        align-items: center;
    }

        .buttons-style .primary-1 .gray-buttons a {
            font-family: "FujitsuSansBold", sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 1rem;
            line-height: 19px;
            text-align: center;
            letter-spacing: 1px;
            color: #ffffff;
            background: #57564f;
            padding: 10px 20px;
            border-radius: 3px;
            margin-right: 30px;
        }

            .buttons-style .primary-1 .gray-buttons a img {
                width: 20px;
                height: 20px;
                object-fit: contain;
            }

            .buttons-style .primary-1 .gray-buttons a.secondary-btn {
                font-family: "FujitsuSansBold", sans-serif;
                font-style: normal;
                font-weight: bold;
                font-size: 1rem;
                line-height: 19px;
                text-align: center;
                letter-spacing: 1px;
                color: #FF0000;
                background: transparent;
                border: 1px solid #FF0000;
                padding: 10px 20px;
                border-radius: 3px;
                margin-right: 30px;
            }

    .buttons-style .primary-1 .disable-buttons {
        display: flex;
        align-items: center;
        opacity: 0.5;
    }

        .buttons-style .primary-1 .disable-buttons a {
            font-family: "FujitsuSansBold", sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 1rem;
            line-height: 19px;
            text-align: center;
            letter-spacing: 1px;
            color: #ffffff;
            background: #D9D9D9;
            padding: 10px 20px;
            border-radius: 3px;
            margin-right: 30px;
        }

            .buttons-style .primary-1 .disable-buttons a img {
                width: 20px;
                height: 20px;
                object-fit: contain;
            }

            .buttons-style .primary-1 .disable-buttons a.secondary-btn {
                font-family: "FujitsuSansBold", sans-serif;
                font-style: normal;
                font-weight: bold;
                font-size: 1rem;
                line-height: 19px;
                text-align: center;
                letter-spacing: 1px;
                color: #FF0000;
                background: transparent;
                border: 1px solid #FF0000;
                padding: 10px 20px;
                border-radius: 3px;
                margin-right: 30px;
            }

.explore-btn {
    display: flex;
}

    .explore-btn a {
        font-family: "FujitsuSansBold", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1rem;
        line-height: 19px;
        letter-spacing: 1px;
        color: #FF0000;
        display: flex;
        align-items: baseline;
        position: relative;
        padding-left: 40px;
        transition: all 0.5s ease-in-out;
        margin-right: 50px;
    }

        .explore-btn a span {
            border-bottom: 4px solid #FF0000;
            padding: 0px 16px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            bottom: 5px;
            transition: all 0.5s ease-in-out;
        }

        .explore-btn a.link-right {
            padding-left: 0;
        }

            .explore-btn a.link-right span {
                right: -50px;
                left: auto;
            }

.dark-btn a span {
    border-bottom: 4px solid #87867E;
}

.disable-btn a {
    opacity: 0.5;
}

.hero-color-bg {
    background: #fff;
    position: relative;
    height: 580px;
}

    .hero-color-bg .hero-color-content {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

        .hero-color-bg .hero-color-content h3 {
            font-size: 56px;
            line-height: 64px;
            color: #3c3c35;
            font-family: "FujitsuSansMedium", sans-serif;
        }

        .hero-color-bg .hero-color-content p {
            font-size: 18px;
            line-height: 32px;
            color: #57564F;
            font-family: "Arial", sans-serif;
        }

        .hero-color-bg .hero-color-content a {
            font-family: "FujitsuSansBold", sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 1rem;
            line-height: 19px;
            text-align: center;
            letter-spacing: 1px;
            color: #ffffff;
            background: #FF0000;
            padding: 10px 20px;
            border-radius: 3px;
            margin-right: 30px;
        }

.hero-banner {
    position: relative;
    width: 1376px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .hero-banner {
        min-width: auto;
    }
}

.hero-banner .hero-color-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

    .hero-banner .hero-color-content h3 {
        font-size: 56px;
        line-height: 64px;
        color: #fff;
        font-family: "FujitsuSansMedium", sans-serif;
    }

    .hero-banner .hero-color-content p {
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        font-family: "Arial", sans-serif;
    }

    .hero-banner .hero-color-content a {
        font-family: "FujitsuSansBold", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1rem;
        line-height: 19px;
        text-align: center;
        letter-spacing: 1px;
        color: #ffffff;
        background: #FF0000;
        padding: 10px 20px;
        border-radius: 3px;
        margin-right: 30px;
    }

.child-hero-bg {
    height: 300px;
}

    .child-hero-bg .hero-color-content h3 {
        font-family: "FujitsuSansLight", sans-serif;
        font-size: 42px;
    }

    .child-hero-bg .hero-color-content a {
        background: transparent;
        border: 1px solid #FF0000;
        color: #FF0000;
    }

.contact-assists {
    padding: 60px 0;
}

    .contact-assists .contact-assists-text {
        text-align: center;
    }

        .contact-assists .contact-assists-text h3 {
            font-size: 28px;
            font-family: "FujitsuSansBold", sans-serif;
            line-height: 32px;
            color: #000;
            padding-bottom: 15px;
            position: relative;
            margin-bottom: 20px;
        }

            .contact-assists .contact-assists-text h3:after {
                position: absolute;
                width: 60px;
                height: 2px;
                background: #186e73;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                content: '';
            }

        .contact-assists .contact-assists-text p {
            font-size: 18px;
            line-height: 32px;
            color: #57564f;
            font-family: "Arial", sans-serif;
            margin-bottom: 35px;
        }

@media (max-width: 1199px) {
    .contact-assists .contact-assists-text p {
        padding: 0px 20px;
    }
}

.assits-number {
    background: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0px 5px #eee;
}

    .assits-number img {
        margin-bottom: 20px;
    }

    .assits-number p {
        font-size: 16px;
        line-height: 24px;
        color: #332E29;
        font-family: "Arial", sans-serif;
    }

    .assits-number a {
        font-size: 32px;
        line-height: 24px;
        color: #186e73;
        font-family: "Arial", sans-serif;
    }

.cta-block-1 {
    background: #FFFFFF;
    border: 1px solid #DAD9D6;
    padding: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .cta-block-1 {
        height: 100%;
        padding-bottom: 60px;
    }
}

.cta-block-1 h4 {
    font-size: 1.25rem;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    margin: 0px 0px 10px;
}

.cta-block-1 h3 {
    font-size: 1.75rem;
    line-height: normal;
    color: #000;
    font-weight: bold;
    font-family: "FujitsuSansMedium", "Arial", sans-serif;
    margin: 0px 0px 10px;
}

.cta-block-1 p {
    font-size: 1rem;
    font-family: "Arial", sans-serif;
    line-height: 24px;
    color: #332E29;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .cta-block-1 a.primary-btn,
    .cta-block-1 a.secondary-btn {
        position: absolute;
        bottom: 20px;
    }
}

.cta-block-heading h3 {
    font-family: "FujitsuSansLight", sans-serif !important;
}

.cta-title-link {
    margin-bottom: 40px;
}

    .cta-title-link h3 {
        font-size: 1.75rem;
        line-height: 32px;
        color: #000;
        font-family: "FujitsuSansMedium", sans-serif;
        margin-bottom: 25px;
    }

@media (max-width: 1199px) {
    .cta-title-link h3 {
        margin: 12px 0px;
    }
}

.cta-title-link ul li {
    padding: 0px 0;
    box-shadow: inset 0px -1px 0px #DAD9D6;
}

    .cta-title-link ul li a {
        font-size: 1.125rem;
        line-height: 18px;
        letter-spacing: 1px;
        font-family: "FujitsuSansBold", sans-serif;
        display: block;
        padding: 20px 0px;
        position: relative;
    }

        .cta-title-link ul li a:after {
            content: "";
            background-image: url("../images/right-arrow-red.svg");
            width: 24px;
            height: 13px;
            position: absolute;
            right: 5px;
        }

.disclaimer {
    color: #87867E;
    margin: 20px 0px 40px;
    font-size: 0.75em;
}

@media (max-width: 767px) {
    .disclaimer {
        margin-bottom: 20px;
    }
}

.article-title p {
    color: #87867E;
    font-size: 18px;
    line-height: 24px;
    font-family: "Arial", sans-serif;
}

.small-article-1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    border: 1px solid #DAD9D6;
    padding: 25px;
    display: flex;
}

    .small-article-1 .small-article-left {
        width: 80%;
    }

        .small-article-1 .small-article-left p {
            color: #87867E;
            font-size: 12px;
            line-height: 14px;
            font-weight: bold;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 8px;
            font-family: "Arial", sans-serif;
        }

        .small-article-1 .small-article-left h4 {
            font-size: 20px;
            line-height: 24px;
            font-weight: bold;
            font-family: "Arial", sans-serif;
            color: #000;
            padding-bottom: 30px;
            position: relative;
        }

            .small-article-1 .small-article-left h4:before {
                position: absolute;
                content: '';
                width: 30px;
                height: 3px;
                background: #ff0000;
                bottom: 0;
                left: 0;
            }

    .small-article-1 .small-article-right {
        width: 20%;
    }

        .small-article-1 .small-article-right img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.featured-article .featured-article-left {
    height: 100%;
    border: 1px solid #DAD9D6;
    padding: 30px 20px;
}

    .featured-article .featured-article-left .feature-left-img {
        text-align: right;
    }

    .featured-article .featured-article-left h3 {
        font-size: 28px;
        line-height: 32px;
        color: #000;
        font-family: "FujitsuSansMedium", sans-serif;
        margin-bottom: 15px;
    }

    .featured-article .featured-article-left p {
        font-size: 16px;
        line-height: 24px;
        color: #332E29;
        margin-bottom: 25px;
        font-family: "Arial", sans-serif;
    }

    .featured-article .featured-article-left a {
        font-family: "FujitsuSansBold", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1rem;
        line-height: 19px;
        text-align: center;
        letter-spacing: 1px;
        color: #ffffff;
        background: #FF0000;
        padding: 10px 20px;
        border-radius: 3px;
        margin-right: 30px;
    }

        .featured-article .featured-article-left a.secondary-btn {
            background: transparent;
            border: 1px solid #FF0000;
            color: #FF0000;
        }

.featured-article .featured-module-alt {
    position: absolute;
    top: 50%;
    left: -110px;
    height: auto;
    background: #fff;
    padding: 20px 15px;
    transform: translateY(-50%);
}

.featured-article .feature-article-right {
    width: 100%;
}

    .featured-article .feature-article-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .featured-article .feature-article-right .feature-image-8 {
        width: 35%;
    }

.featured-article .no-left-border {
    border-left: 0;
}

.featured-article .no-right-border {
    border-right: 0;
}

.staff-quote-area {
    background: #fff;
    padding: 50px;
    margin: auto;
}

    .staff-quote-area .staff-1 {
        text-align: center;
        width: 80%;
        padding: 30px;
        margin: 0 auto;
        background: #fff;
        position: relative;
    }

        .staff-quote-area .staff-1 .staff-img {
            margin-bottom: 25px;
        }

        .staff-quote-area .staff-1 .staff-para p {
            font-size: 18px;
            line-height: 24px;
            font-family: "Arial", sans-serif;
            color: #87867E;
        }

        .staff-quote-area .staff-1 .staff-detail {
            position: relative;
            padding-top: 10px;
            margin-top: 80px;
        }

            .staff-quote-area .staff-1 .staff-detail:before {
                position: absolute;
                content: '';
                width: 50px;
                height: 3px;
                background: #FF0000;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                right: 0;
            }

            .staff-quote-area .staff-1 .staff-detail h3 {
                font-size: 16px;
                line-height: 20px;
                font-weight: bold;
                color: #332E29;
                font-family: "Arial", sans-serif;
                margin-bottom: 0;
            }

            .staff-quote-area .staff-1 .staff-detail p {
                font-size: 12px;
                line-height: 20px;
                color: #87867E;
                font-family: "Arial", sans-serif;
            }

.data-table-area {
    background: #fff;
    padding: 50px;
}

    .data-table-area .table {
        border: 1px solid #DAD9D6;
        border-radius: 3px;
    }

        .data-table-area .table tr th {
            background: rgba(238, 238, 238, 0.5);
            font-weight: bold;
            font-size: 14px;
            line-height: 24px;
            color: #332E29;
            font-family: "Arial", sans-serif;
            border-bottom: 1px solid #DAD9D6;
        }

        .data-table-area .table tr td {
            border-bottom: 1px solid #DAD9D6;
        }

            .data-table-area .table tr td p {
                font-size: 14px;
                line-height: 24px;
                color: #332E29;
                font-family: "Arial", sans-serif;
                margin-bottom: 0;
                float: left;
            }

            .data-table-area .table tr td img {
                float: right;
            }

.key-promotion-area {
    background: #fff;
    padding: 50px 30px;
}

    .key-promotion-area .key-head h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        color: #000;
        font-family: "Arial", sans-serif;
        margin-bottom: 15px;
    }

    .key-promotion-area .key-promotion-list ul li {
        position: relative;
        font-size: 16px;
        line-height: 24px;
        color: #332E29;
        font-family: "Arial", sans-serif;
        padding-left: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .key-promotion-area .key-promotion-list ul li:before {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            background-image: url(../../images/prog-done.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left;
            left: 0;
        }

.whychoose_sec .slide-one {
    transition: all .4s ease-in-out;
    margin-bottom: 20px;
    transition: all .3s linear;
    position: relative;
    z-index: 1;
}

    .whychoose_sec .slide-one:after {
        transition: all .3s linear;
        box-shadow: 0px 25px 20px 0px rgba(0, 0, 0, 0.15);
        content: "";
        position: absolute;
        bottom: 0px;
        left: 5px;
        width: calc(100% - 10px);
        height: 60px;
        z-index: -1;
        border-radius: 50%;
        opacity: .8;
        clip-path: inset(60px -50px -50px -50px);
    }

    .whychoose_sec .slide-one:after {
        opacity: 0;
    }

    .whychoose_sec .slide-one:hover:after {
        opacity: .8;
    }

    .whychoose_sec .slide-one img {
        /* Z wants some images to be a bit bigger and this helps */
        /*width: 120px;*/
        height: 120px;
        object-fit: contain;
    }

    .whychoose_sec .slide-one .card-body {
        min-height: 220px;
    }

        .whychoose_sec .slide-one .card-body .card-title {
            font-size: 18px;
            line-height: 24px;
            /* Karina wants to have 2 lines for the title */
            min-height: 48px;
            color: #87867E;
            font-family: "Arial", sans-serif;
            margin-bottom: 15px;
        }

        .whychoose_sec .slide-one .card-body .card-text {
            color: #332E29;
            font-family: "Arial", sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 1rem;
            line-height: 1.5rem;
            width: 100%;
            transition: all 0.4s ease-in-out;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .whychoose_sec .slide-one .card-body .cta {
            position: absolute;
            bottom: 20px;
            white-space: nowrap;
        }

.why-area-main {
    background: #fff;
}

.accordian-area {
    background: #fff;
    padding: 50px 0px;
}

@media (max-width: 1199px) {
    .accordian-area {
        padding: 20px 0px;
    }
}

.accordian-area .accordian-list ul li .accod-head {
    cursor: pointer;
    padding: 12px 30px 12px 0;
    box-shadow: inset 0px -1px 0px #DAD9D6;
    background-image: url(/images/down-chevron-red.svg);
    background-position: calc(100% - 10px) 22px;
    background-repeat: no-repeat;
    background-size: 25px;
}

    .accordian-area .accordian-list ul li .accod-head p {
        font-size: 16px;
        line-height: 24px;
        font-family: "Arial", sans-serif;
        color: #3C3C35;
        margin-bottom: 0;
    }

    .accordian-area .accordian-list ul li .accod-head h4 {
        color: #ff0000;
        font-family: 'FujitsuSansBold';
        margin: 5px 10px;
    }

.accordian-area .accordian-list ul li .accod-body {
    display: none;
}

    .accordian-area .accordian-list ul li .accod-body img {
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .accordian-area .accordian-list ul li .accod-body p {
        font-size: 16px;
        line-height: 24px;
        color: #332E29;
        font-family: "Arial", sans-serif;
    }

.accordian-area .accordian-list ul li.accod-open .accod-head {
    background-image: url(/images/up-chevron-red.svg);
}

.slice1 {
    background: #fff;
    border: 1px solid #DAD9D6;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
}

    .slice1 img {
        width: 125px;
        height: 125px;
        object-fit: contain;
        margin-bottom: 15px;
    }

    .slice1 h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        color: #000;
        font-family: "Arial", sans-serif;
    }

    .slice1 h4 {
        font-size: 16px;
        line-height: 24px;
        color: #87867E;
        font-family: "Arial", sans-serif;
        margin-bottom: 15px;
    }

    .slice1 p {
        font-size: 16px;
        line-height: 24px;
        color: #332E29;
        font-family: "Arial", sans-serif;
        margin-bottom: 0;
    }

.our-value-area {
    padding: 24px 0 96px;
    margin-top: 0;
    margin-left: 0;
}

.value-one {
    text-align: center;
    background: #fff;
    border: 1px solid #DAD9D6;
    margin: 0 5px;
    padding: 24px;
    width: 386px;
    /* align the items in case they have different description */
    min-height: 330px;
}

    .value-one img {
        width: 225px;
        height: 128px;
        object-fit: contain;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .value-one h3 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        line-height: 24px;
        font-family: "Arial", sans-serif;
        margin: 15px 0px 5px;
    }

    .value-one p {
        font-size: 16px;
        line-height: 24px;
        font-family: "Arial", sans-serif;
        color: #332E29;
    }

.gallery-slider .slick-dots {
    z-index: 5;
}

.gallery-img {
    margin: 5px;
}

    .gallery-img a {
        position: relative;
        margin-bottom: 15px;
        transition: all 0.8s ease-in-out;
    }

        .gallery-img a:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition: all 0.8s ease-in-out;
            display: none;
            background-image: url(../images/zoom-in.png);
            background-repeat: no-repeat;
            background-position: center center;
        }

        .gallery-img a:not(.download):hover:before {
            display: block;
        }

        .gallery-img a img {
            width: calc(100vw - 35px);
            height: auto;
        }

@media (min-width: 1200px) {
    .gallery-img a img {
        width: 585px;
        height: 325px;
        object-fit: cover;
    }
}

.gallery-img a.download {
    float: right;
}

.gallery-img p {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #87867E;
    font-family: "Arial", sans-serif;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .gallery-img p {
        width: calc(100vw - 24px);
    }
}

.gal2row {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

    .gal2row a:first-child {
        margin-bottom: 8px;
    }

    .gal2row a img {
        margin-bottom: 0;
        width: 285px;
        height: 158px;
        object-fit: cover;
    }

.fancy-gallery-slider .fancybox-container {
    z-index: 999999 !important;
}

    .fancy-gallery-slider .fancybox-container .fancybox-bg {
        background: rgba(60, 60, 53, 0.9);
    }

    .fancy-gallery-slider .fancybox-container .fancybox-content {
        transform: translate(0, 15px) scale(1, 1) !important;
        width: 85% !important;
        height: 550px !important;
        left: 90px !important;
    }

        .fancy-gallery-slider .fancybox-container .fancybox-content .fancybox-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .fancy-gallery-slider .fancybox-container .fancybox-slide--image {
        padding: 15px 0 !important;
    }

    .fancy-gallery-slider .fancybox-container .fancybox-button--zoom {
        display: none !important;
    }

    .fancy-gallery-slider .fancybox-container .fancybox-button--play {
        display: none;
    }

    .fancy-gallery-slider .fancybox-container .fancybox-button--thumbs {
        display: none;
    }

    .fancy-gallery-slider .fancybox-container .fancybox-button {
        background: rgba(30, 30, 30, 0);
    }

    .fancy-gallery-slider .fancybox-container .fancybox-infobar {
        display: none;
    }

    .fancy-gallery-slider .fancybox-container .fancybox-caption {
        background: transparent;
        padding: 0;
    }

        .fancy-gallery-slider .fancybox-container .fancybox-caption .fancybox-caption__body {
            font-size: 12px;
            line-height: 24px;
            letter-spacing: 0.4px;
            color: #332E29;
            font-family: "Arial", sans-serif;
            background: rgba(255, 255, 255, 0.6);
            width: 85%;
            margin-bottom: 60px;
            margin-left: 90px;
            padding: 25px 15px;
        }

@media (max-width: 1199px) {
    .hero-para {
        padding: 20px 35px;
        left: 0px;
        top: 30px;
        flex: 0 0 auto;
        align-self: flex-start;
    }

        .hero-para p {
            color: #333;
        }

    .no-intro-banner .hero-contant {
        width: calc(100% - 30px);
    }

        .no-intro-banner .hero-contant h2 {
            white-space: normal;
        }

    .article-banner .hero-contant h2 {
        white-space: normal;
    }

    .no-image-intro {
        height: 135px;
    }

        .no-image-intro .hero-contant {
            top: -65px;
        }

    .child-banner img {
        height: auto;
        min-height: 200px;
        width: 100%;
        object-fit: cover;
        object-position: right;
        margin-bottom: 0;
    }

    .child-banner .child-page-banner p {
        padding-left: 15px;
        padding-right: 5px;
    }

    .article-info ul {
        display: block;
    }

        .article-info ul li.article-status:before {
            width: 20%;
        }

    .alert-box .alert-box-text img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

    .alert-box .alert-box-text p {
        font-size: 15px;
        line-height: 20px;
        margin-left: 8px;
        margin-right: 8px;
    }

        .alert-box .alert-box-text p.desk-text {
            display: none;
        }

        .alert-box .alert-box-text p.mob-text {
            display: block;
        }

    .alert-box .alert-box-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .help-center .explore-1 {
        margin-bottom: 12px;
    }

        .help-center .explore-1 .explore-text .explore-text-bottom h3 {
            font-size: 16px;
            line-height: 22px;
        }

    .hero-banner .hero-color-content {
        width: 100%;
    }

    .hero-color-bg .hero-color-content {
        width: 90%;
    }

    .featured-article .featured-article-left {
        padding: 20px 15px;
    }

    .featured-article .no-left-border {
        border-left: 1px solid #DAD9D6;
    }

    .featured-article .no-right-border {
        border-right: 1px solid #DAD9D6;
    }

    .featured-article .featured-module-alt {
        position: relative;
        top: auto;
        left: 0px;
        height: 100%;
        background: #fff;
        padding: 20px 15px;
        transform: translateY(0%);
    }

    .staff-quote-area {
        padding: 30px 10px;
    }

        .staff-quote-area .staff-1 {
            width: 100%;
            padding: 0;
        }

            .staff-quote-area .staff-1 .staff-detail {
                margin-top: 40px;
            }

    .whychoose_sec .slide-one {
        margin-bottom: 20px;
        padding: 5px 5px 10px;
    }

        .whychoose_sec .slide-one .card-body {
            padding: 0;
            min-height: 170px;
        }

    .our-value-area {
        padding-left: 12px;
        padding-bottom: 12px;
    }

    .gallery-slider .slick-dots {
        width: 90%;
        margin: 0 auto;
    }

    .fancy-gallery-slider .fancybox-container .fancybox-content {
        transform: translate(0, 235px) scale(1, 1) !important;
        width: 414px !important;
        height: 230px !important;
        left: 0 !important;
    }

    .fancy-gallery-slider .fancybox-container .fancybox-caption .fancybox-caption__body {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 66% !important;
        padding: 10px 5px !important;
    }

    .fancy-gallery-slider .fancybox-container .fancybox-navigation .fancybox-button {
        top: auto;
        bottom: -20px;
    }
}

@media only screen and (max-width: 375px) {
    .our-value-area {
        padding-left: 0px;
    }

        .our-value-area .value-one {
            width: 345px;
        }
}

@media only screen and (max-width: 320px) {
    .our-value-area {
        padding-left: 0px;
    }

        .our-value-area .value-one {
            width: 290px;
        }
}
