﻿/*-- 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;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 0 none;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

header, nav, section, article, aside, footer, hgroup, figure, main {
    display: block;
}

figure {
    line-height: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
}

body {
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: normal;
    color: #57564f;
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.container {
    max-width: 1111px;
    margin: 0 auto;
    display: block;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'FujitsuSans-Medium';
    src: url("../fonts/FujitsuSans-Medium.svg#FujitsuSans-Medium") format("svg"), url("../fonts/FujitsuSans-Medium.ttf") format("truetype"), url("../fonts/FujitsuSans-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FujitsuSansMedium';
    src: url("../fonts/FujitsuSansMedium.eot");
    src: url("../fonts/FujitsuSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FujitsuSansMedium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FujitsuSans-Regular';
    src: url("../fonts/FujitsuSans-Regular.svg#FujitsuSans-Regular") format("svg"), url("../fonts/FujitsuSans-Regular.ttf") format("truetype"), url("../fonts/FujitsuSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FujitsuSansRegular';
    src: url("../fonts/FujitsuSansRegular.eot");
    src: url("../fonts/FujitsuSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/FujitsuSansRegular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FujitsuSans-Bold';
    src: url("../fonts/FujitsuSans-Bold.svg#FujitsuSans-Bold") format("svg"), url("../fonts/FujitsuSans-Bold.ttf") format("truetype"), url("../fonts/FujitsuSans-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FujitsuSansBold';
    src: url("../fonts/FujitsuSansBold.eot");
    src: url("../fonts/FujitsuSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FujitsuSansBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FujitsuSans-Light';
    src: url("../fonts/FujitsuSans-Light.svg#FujitsuSans-Light") format("svg"), url("../fonts/FujitsuSans-Light.ttf") format("truetype"), url("../fonts/FujitsuSans-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FujitsuSansLight';
    src: url("../fonts/FujitsuSansLight.eot");
    src: url("../fonts/FujitsuSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FujitsuSansLight.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 4.375rem;
    line-height: normal;
    font-family: 'FujitsuSansMedium';
    color: #3C3C35;
    margin: 1.875rem 0px;
}

.hero-desktop {
    font-size: 3.5rem;
    line-height: normal;
    font-family: 'FujitsuSansLight';
    color: #3C3C35;
    margin: 1.875rem 0px;
}

h2, .h2 {
    font-size: 2.625rem;
    line-height: normal;
    font-family: 'FujitsuSansLight';
    color: #3C3C35;
    margin: 1.625rem 0px;
    text-transform: uppercase;
    letter-spacing: .25rem;
}

h3 {
    font-size: 1.75rem;
    line-height: normal;
    font-family: 'FujitsuSansMedium';
    color: #000;
    margin: 1rem 0px;
}

h4 {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: Arial;
    color: #000;
    margin: 1rem 0px;
}

.subtitle {
    font-size: 1.5rem;
    color: #87867E;
    font-family: Arial;
}

.subtitle2 {
    font-size: 1.125rem;
    color: #87867E;
    font-family: Arial;
}

.fga-body {
    font-family: 'FujitsuSansRegular';
    font-size: 1.25rem;
}

    .fga-body h4 {
        font-family: 'FujitsuSansMedium';
    }

/* header */
/*--sticky header start--*/
.stiky header {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/*--sticky header end--*/
header {
    padding: 0 0 3px 0;
    margin-bottom: 20px;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.75);*/
}

@media (max-width: 1199px) {
    header {
        margin: 0px;
        padding: 5px 0px;
    }
}

.header-main {
    padding: 0;
}

@media (max-width: 991px) {
    .header-main {
        padding: 10px 0 10px 0;
    }
}

@media (max-width: 1199px) {
    .header-main {
        padding: 5px 0 5px 0;
    }
}

.logo {
    padding: 0;
    padding-left: 0px;
}

@media (max-width: 1700px) {
    .logo {
        margin-right: 40px;
    }
}

@media (max-width: 1600px) {
    .logo {
        margin-right: 40px;
    }
}

@media (max-width: 1279px) {
    .logo {
        width: 18%;
        margin-right: 0px;
    }
}

@media (max-width: 991px) {
    .logo {
        width: auto;
    }
}

@media (max-width: 1199px) {
    .logo {
        padding: 0 0 0 0;
    }
}

@media (max-width: 1199px) {
    .logo {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .logo {
        width: 200px;
    }
}

.header-right {
    padding: 0;
}

@media (max-width: 1199px) {
    .header-right {
        display: none;
        overflow: auto;
        overflow-x: hidden;
        padding: 0 0 30px 0;
        position: absolute;
        top: 100%;
        left: 0;
        background: #ffffff;
        flex: 0 0 100%;
        max-width: 100%;
        right: 0;
        margin: 0 auto;
    }

        .header-right .header-top ul li {
            width: 100%;
            text-align: center;
        }

            .header-right .header-top ul li a {
                text-align: center;
            }

        .header-right .header-btm nav ul li {
            text-align: center;
            width: 100%;
        }

            .header-right .header-btm nav ul li.nav-item {
                border-bottom: 1px solid #dad9d5;
            }

            .header-right .header-btm nav ul li.show {
                background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%);
                border-bottom: 0;
            }

        .header-right .drop-down {
            position: static;
        }
}

.header-top ul li {
    padding: 4px 7px 6px;
}

    .header-top ul li a {
        color: #3C3C35;
        font-family: "FujitsuSansMedium", sans-serif;
        font-size: 0.875rem;
        line-height: 16px;
        font-weight: 500;
        letter-spacing: 0.861538px;
        text-transform: uppercase;
    }

        .header-top ul li a:hover {
            text-decoration: underline;
        }

@media (max-width: 1199px) {
    .header-top ul li a {
        font-size: 13px;
    }
}

.drop-down {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

    .drop-down ul {
        padding: 10px 0;
        background: #ffffff;
    }

        .drop-down ul li {
            padding: 0px !important;
        }

@media (max-width: 1300px) {
    .drop-down ul li {
        padding: 0px 0px !important;
    }
}

.drop-down ul li a {
    padding: 5px 22px !important;
}

    .drop-down ul li a:after {
        display: none;
    }

@media (max-width: 1300px) {
    .drop-down ul li a {
        padding: 5px 8px !important;
    }
}

.header-btm nav ul li {
    padding: 0px 15px;
    position: relative;
    margin: 0;
}

@media (max-width: 1700px) {
    .header-btm nav ul li {
        padding: 0px 0px;
    }
}

@media (max-width: 1199px) {
    .header-btm nav ul li.show a {
        font-family: "FujitsuSansBold", sans-serif;
    }

        .header-btm nav ul li.show a br {
            display: none;
        }

        .header-btm nav ul li.show a.dropdown-toggle:after {
            transform: rotate(180deg);
            top: 32px;
        }
}

@media (max-width: 1500px) {
    .header-btm nav ul li {
        padding: 0px 7px;
    }
}

@media (max-width: 1300px) {
    .header-btm nav ul li {
        padding: 0px 3px;
    }
}

.header-btm nav ul li:hover .drop-down {
    display: block;
}

.header-btm nav ul li a {
    display: block;
    line-height: 16px;
    color: #3C3C35;
    letter-spacing: 0.861538px;
    text-transform: uppercase;
    position: relative;
    font-family: "FujitsuSansMedium", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    /*padding: 0 !important;*/
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    /*&.icon-center:after {
      top: 12px;
     }*/
}

@media (max-width: 1199px) {
    .header-btm nav ul li a {
        color: #186e73;
        font-family: "FujitsuSansBold", sans-serif;
        text-align: left;
        padding-left: 10px;
    }

        .header-btm nav ul li a br {
            display: none;
        }
}

.header-btm nav ul li a.nav-link {
    height: 108px;
    display: flex;
    align-items: center;
    transition: height .4s ease-in-out;
}

@media (max-width: 1199px) {
    .header-btm nav ul li a.nav-link {
        height: auto;
        font-size: 15px;
        text-transform: capitalize;
        letter-spacing: 0.25px;
        padding: 30px 0 15px;
        padding-left: 15px;
        color: #186e73 !important;
    }
}

@media (max-width: 1279px) {
    .header-btm nav ul li a {
        font-size: 11px;
    }
}

.header-btm nav ul li a:hover {
    color: #000000;
    /*border-bottom: 3px solid $color6;
    					background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);*/
    transition: ease-in-out 0.3s all;
}

.header-btm nav ul li a.nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -13px;
    width: calc(100% + 26px);
    height: 6px;
    background: #186e73;
    border-radius: 3px 3px 0px 0px;
    display: none;
}

@media (max-width: 1700px) {
    .header-btm nav ul li a.nav-link:before {
        left: -21px;
        width: calc(100% + 42px);
    }
}

@media (max-width: 1500px) {
    .header-btm nav ul li a.nav-link:before {
        left: -7px;
        width: calc(100% + 14px);
    }
}

@media (max-width: 1300px) {
    .header-btm nav ul li a.nav-link:before {
        left: -4px;
        width: calc(100% + 8px);
    }
}

@media (max-width: 1199px) {
    .header-btm nav ul li a.nav-link:before {
        left: 0px;
        width: 4px;
        height: 100%;
        border-radius: 0px 3px 3px 0px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
}

.header-btm nav ul li a.dropdown-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    border: 0;
    background-image: url(../images/down-chevron.svg?v=2);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 6px;
    transform: translateY(-50%);
    /*@include tablet-portrait {
       right: auto;
       margin-left: 20px;
      }*/
}

@media (max-width: 1199px) {
    .header-btm nav ul li a.dropdown-toggle:after {
        background-image: url(../images/down-chevron-red.svg?v=2);
    }
}

@media (max-width: 1300px) {
    .header-btm nav ul li a.dropdown-toggle:after {
        right: -9px;
    }
}

@media (max-width: 1199px) {
    .header-btm nav ul li a.dropdown-toggle:after {
        right: 8px;
        top: 38px;
        height: 10px;
    }
}

.header-btm nav ul li:hover a:before {
    display: block;
}

.stiky .header-btm nav ul li a.nav-link {
    height: 78px;
}

.menu {
    display: none;
    float: right;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9999;
    right: 15px;
}

@media (max-width: 1199px) {
    .menu {
        display: block;
    }
}

.menu span {
    display: block;
    width: 16px;
    height: 2px;
    margin: 0px 0 0 0;
    position: relative;
    right: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #186e73;
    margin: 0px 0px 5px;
    border-radius: 2px;
}

    .menu span:last-child {
        margin-bottom: 0px;
    }

.open_menu .menu span:nth-child(1) {
    transform: rotate(45deg);
    top: 6px;
}

.open_menu .menu span:nth-child(2) {
    opacity: 0;
}

.open_menu .menu span:nth-child(3) {
    transform: rotate(-45deg);
    top: -8px;
}

.open_menu .form-components.search-icon {
    display: block;
}

    .open_menu .form-components.search-icon .form-control {
        display: block;
    }

@media (min-width: 1200px) {
    .header-right {
        display: block !important;
        width: 85%;
    }
}

/* adds some margin below the link sets  */
/*.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}*/
.navbar .dropdown-menu {
    border: none;
    background-color: #fff !important;
    max-height: 100vh;
}

@media (max-width: 1199px) {
    .navbar .dropdown-menu {
        height: auto;
        position: relative;
        float: none;
    }
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 1200px) {
    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
        /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
        .navbar .nav-item {
            margin: 0;
            position: static;
        }

            .navbar .nav-item:hover {
                background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
            }

        .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            /*  height of nav-item  */
            top: 100%;
            display: block;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s, opacity 0.3s linear;
            padding: 0;
            margin-top: 0;
        }
        /* shows the dropdown menu on hover */
        .navbar .dropdown:hover .dropdown-menu,
        .navbar .dropdown .dropdown-menu:hover {
            display: block;
            visibility: visible;
            opacity: 1;
            transition: visibility 0s, opacity 0.3s linear;
        }

        .navbar .dropdown-menu {
            border-top: 1px solid rgba(0, 0, 0, 0.15);
            background-color: #fff;
        }
}

.bg-color {
    background: #efefef;
}

.residential-wrap {
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 85%;
}

@media (max-width: 1279px) {
    .residential-wrap {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .residential-wrap {
        padding: 15px;
    }
}

@media (max-width: 1199px) {
    .residential-wrap {
        display: none;
    }
}

.residential-wrap .h2 {
    font-size: 1.5rem;
    color: #000000;
    font-family: "FujitsuSansMedium", sans-serif;
    margin-bottom: 20px;
}

.residential-wrap p {
    font-size: 1.125rem;
    color: #57564f;
    font-family: "Arial", sans-serif;
    line-height: 1.5;
    margin-bottom: 25px;
    text-transform: none;
    letter-spacing: normal;
}

.residential-wrap a {
    font-family: "FujitsuSansBold", sans-serif !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 1rem !important;
    line-height: 19px !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    text-transform: unset !important;
    border-radius: 3px;
    padding: 10px 29px !important;
    background: #186e73;
    display: inline-block !important;
}

.residential-wrap .residential-wrap1 {
    padding-bottom: 35px;
}

.residential-wrap .case-studies {
    padding-top: 25px;
    border-top: 1px solid #dad9d5;
}

    .residential-wrap .case-studies h6, .residential-wrap .case-studies .h6 {
        color: #89867f;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        font-family: "Arial", sans-serif;
    }

    .residential-wrap .case-studies p {
        margin-bottom: 18px;
    }

    .residential-wrap .case-studies a {
        color: #186e73 !important;
        font-size: 20px !important;
        line-height: 28px !important;
        background: transparent !important;
        font-family: "FujitsuSansBold", sans-serif !important;
        padding: 0 !important;
        letter-spacing: 0 !important;
    }

        .residential-wrap .case-studies a img {
            margin-left: 5px;
        }

.search_style input[type=search] {
    width: 30px;
    box-sizing: border-box;
    font-size: 0px;
    border: 0px solid #ccc;
    border-radius: 0px;
    background-color: transparent;
    background-image: url(../images/search-icon.svg?v=2);
    background-position: 10px 0px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .search_style input[type=search] {
        width: 50%;
        font-size: 16px;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: white;
        background-size: 20px;
        background-position: right 20px bottom 10px;
        font-family: "FujitsuSansMedium", sans-serif;
        margin-left: 10px;
        padding: 20px 50px 20px 15px;
    }
}

.search_style input[type=search]:focus {
    width: 100%;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-size: 20px;
    background-position: 10px 4px;
    font-family: "FujitsuSansMedium", sans-serif;
}

@media (max-width: 1199px) {
    .search_style input[type=search]:focus {
        width: 50%;
        font-size: 16px;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: white;
        background-size: 20px;
        background-position: right 20px bottom 10px;
        font-family: "FujitsuSansMedium", sans-serif;
        margin-left: 10px;
        padding: 20px 50px 20px 15px;
    }
}

@media (max-width: 1199px) {
    .get-quote {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .get-quote {
        padding-right: 30px;
    }
}

.get-quote li a {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-size: 1rem;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    color: #186e73;
    border: 1px solid #186e73;
    border-radius: 3px;
    padding: 10px 20px;
    width: 162px;
}

@media (max-width: 1279px) {
    .get-quote li a {
        padding: 10px 8px;
    }
}

@media (max-width: 991px) {
    .get-quote li a {
        padding: 8px 8px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .get-quote li a {
        width: 100%;
    }
}

.get-quote li a:hover {
    background: #50b2aa;
    color: #fff;
}

.col-md-9 > .menu-wrap {
    height: auto;
}

.menu-wrap {
    border-left: 1px solid #f1f1f1;
    height: 100%;
}

    .menu-wrap .dropdown-sub {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 20px;
    }

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub {
        padding-top: 15px;
    }
}

.menu-wrap .dropdown-sub a.btn {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 19px;
    letter-spacing: 1px;
    color: #186e73;
    text-transform: none;
    text-align: left;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

    .menu-wrap .dropdown-sub a.btn:before {
        display: none;
    }

    .menu-wrap .dropdown-sub a.btn.dropdown-toggle::after {
        content: "";
        font-size: 16px;
        position: absolute;
        top: 9px;
        right: -05px;
        border: 0;
        background-image: url(../images/right-chevron-red.svg?v=2);
        width: 8px;
        height: 16px;
    }

@media (max-width: 991px) {
    .menu-wrap .dropdown-sub a.btn.dropdown-toggle::after {
        font-size: 10px;
        top: 1px;
        right: -15px;
    }
}

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub a.btn.dropdown-toggle::after {
        transform: rotate(0deg);
        right: 0px;
        content: '';
        background: url(../images/down-chevron-red.svg?v=2) no-repeat;
        background-size: contain;
        width: 18px;
        height: 10px;
    }
}

.menu-wrap .dropdown-sub .all-menu-wrap .menuhead {
    color: #77776e;
    font-family: "Arial", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub .all-menu-wrap .menuhead {
        font-size: 12px;
        padding-left: 5px;
    }
}

.menu-wrap .dropdown-sub .all-menu-wrap .menuhead::before {
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 90%;
    z-index: 2;
}

.menu-wrap .dropdown-sub .all-menu-wrap .menuhead span {
    background: #fff;
    padding-right: 3px;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}

.menu-wrap .dropdown-sub .all-menu-wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
    color: #000000 !important;
    font-family: "Arial", sans-serif;
    padding-left: 14px;
}

.menu-wrap .dropdown-sub .all-menu-wrap ul {
    padding-left: 14px;
    padding-bottom: 14px;
}

@media (max-width: 991px) {
    .menu-wrap .dropdown-sub .all-menu-wrap ul {
        padding-left: 0px;
    }
}

.menu-wrap .dropdown-sub .all-menu-wrap ul li {
    padding: 6px 0;
}

    .menu-wrap .dropdown-sub .all-menu-wrap ul li a {
        font-size: 1rem;
        color: #332E29;
        font-family: "Arial", sans-serif;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        padding: 0px 10px;
        letter-spacing: 0;
    }

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub .all-menu-wrap ul li a {
        font-size: 16px;
        line-height: 1.5;
    }
}

.menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec {
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dad9d5;
    width: 92%;
    margin: 0 auto;
    position: relative;
}

    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec a {
        text-transform: none !important;
    }

    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec h6, .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .h6 {
        color: #95958d;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        font-weight: 600;
        font-family: "Arial", sans-serif;
    }

    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec h5, .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .h5 {
        color: #000000;
        margin-bottom: 10px;
        font-size: 1.125rem;
        line-height: normal;
        font-weight: 600;
        font-family: "Arial", sans-serif;
        width: 90%;
        padding-bottom: 14px;
    }

    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta {
        font-family: "FujitsuSansBold", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1rem;
        line-height: 19px;
        letter-spacing: 1px;
        color: #186e73;
        transition: all 0.4s ease-in-out;
        align-items: baseline;
        position: absolute;
        bottom: 20px;
        text-decoration: none;
        padding-left: 40px;
        z-index: 2;
        padding-right: 40px;
    }

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta {
        bottom: 0px !important;
        padding-right: 0px;
        position: relative;
    }
}

.menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta span {
    position: absolute;
    left: 30px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 32px;
}

    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta span:after {
        content: "";
        height: 4px;
        width: 32px;
        position: absolute;
        left: -30px;
        top: 7px;
        background-color: #186e73;
    }

.menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta:hover {
    padding-left: 0;
}

    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta:hover span {
        left: calc(100%);
    }

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta:hover {
        padding-left: 40px;
    }

        .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta:hover span {
            left: 30px;
        }
}

.menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta.center {
    left: 50%;
    transform: translateX(-50%);
    padding-right: 0px;
}

    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta.center:hover {
        transform: translateX(-50%);
        padding-right: 40px !important;
    }

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta.center:hover {
        transform: none;
        padding-right: 0px !important;
    }
}

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta.center {
        left: 20px;
        transform: none;
    }

        .menu-wrap .dropdown-sub .all-menu-wrap .latest-news-sec .cta.center:hover {
            transform: none;
        }
}

.commercial-text h3 {
    color: #77776e;
    font-family: "FujitsuSansBold", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    padding-bottom: 10px;
}

.commercial-text p {
    font-size: 0.875rem;
    color: #000000;
    font-family: "FujitsuSansRegular", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.3;
}

.commercial-text a {
    color: #186e73 !important;
    background: transparent;
    font-family: "FujitsuSansBold", sans-serif !important;
    font-size: 1.125rem !important;
    padding: 0;
}

.menu-content p {
    font-size: 1rem;
    color: #000000;
    font-family: "Arial", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    padding: 0px 12px;
}

.category-list {
    padding: 0 12px 25px;
}

    .category-list h5 {
        color: #77776e;
        font-family: "FujitsuSansBold", sans-serif;
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-bottom: 10px;
    }

    .category-list p {
        font-family: "Arial", sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        padding-left: 0;
        text-transform: unset;
        position: relative;
    }

        .category-list p::before {
            content: '';
            border-bottom: 3px solid #186e73;
            width: 35px;
            position: absolute;
            bottom: -20px;
            left: 0;
        }

.latest-divider {
    margin-left: 12px;
}

.help-menu-list ul {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .help-menu-list ul li {
        padding: 10px 25px !important;
    }

        .help-menu-list ul li a {
            font-family: "FujitsuSansBold", sans-serif !important;
            color: #186e73 !important;
            font-weight: bold !important;
            font-size: 1rem !important;
            text-align: left !important;
            text-transform: unset !important;
            display: flex !important;
            justify-content: space-between;
        }

        .help-menu-list ul li i {
            font-size: 1.25rem;
        }

.help-contact {
    text-align: center;
}

    .help-contact img {
        width: 250px;
    }

    .help-contact p {
        font-family: "Arial", sans-serif;
        font-size: 1.25rem;
        color: #77776e;
    }

    .help-contact a {
        font-family: "Arial", sans-serif !important;
        color: #186e73 !important;
        font-size: 35px !important;
    }

.sigle-room-img img {
    width: 100%;
}

@media (max-width: 1199px) {
    .sigle-room-img {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-btm nav ul li.show .residential-wrap a {
        /* color: $color1 !important;*/
        text-align: center;
        padding-left: 0;
    }

    .header-btm nav ul li.show .commercial-text a {
        color: #186e73 !important;
        text-align: center;
        padding-left: 0;
    }

    .header-right .header-btm nav ul li.search-wrap {
        position: absolute;
        top: 15px;
        padding: 0 10px;
    }

    .header-right .header-btm nav ul {
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    .header-btm nav ul li.show .help-contact a {
        font-size: 30px !important;
    }
}

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub a.btn {
        padding-left: 0;
        letter-spacing: 0;
    }

    .header-btm nav ul li.show .commercial-text a {
        font-size: 14px !important;
    }

    .menu-wrap .dropdown-sub {
        padding-left: 30px;
    }
    /*.header-btm nav ul li.show a {
  font-size: 20px;
 }*/
    .help-contact {
        text-align: left;
        padding-left: 25px;
    }

    .search_style input[type=search] {
        width: 100%;
        margin-left: 0;
    }

    .navbar .dropdown-menu {
        width: 100%;
    }
}

.mega-wrap {
    max-height: 900px;
    overflow-y: auto;
    display: flex;
}

@media (max-height: 900px) {
    .mega-wrap {
        max-height: calc(100vh - 120px);
    }
}

@media (max-width: 1199px) {
    .mega-wrap {
        height: 100%;
    }
}

@media (max-width: 1199px) {
    .mega-wrap {
        height: auto;
    }
}

.mega-wrap .row {
    width: 100%;
    /*.hidden-mb {
   display: none;
  }*/
}

@media (max-width: 1199px) {
    .mega-wrap .row .pt-1 {
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1199px) {
    .mega-wrap .row .all-menu-wrap {
        max-height: 0px;
        overflow: hidden;
        transition: all .6s ease-in-out;
    }

        .mega-wrap .row .all-menu-wrap.show-submenu {
            max-height: 1200px;
        }
}

.mega-wrap .row .all-menu-wrap.submenu_open {
    display: block;
}

.right_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1700px) {
    .right_menu {
        width: 80%;
    }
}

@media (max-width: 1439px) {
    .right_menu {
        width: 78%;
    }
}

@media (max-width: 1279px) {
    .right_menu {
        width: 82%;
    }
}

@media (max-width: 1199px) {
    .right_menu {
        width: auto;
    }
}

.contact-info1 {
    padding: 35px 0;
    margin: 0px;
    border: 0px solid #dad9d5;
}

    .contact-info1 .assist-logo {
        width: 58%;
        margin: 0 auto 20px;
        text-align: center;
        padding: 0;
    }

    .contact-info1 p {
        color: #000000;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
        font-family: "Arial", sans-serif;
    }

    .contact-info1 .contact-no {
        color: #186e73;
        font-size: 30px;
        line-height: 36px;
        font-family: "Arial", sans-serif;
        text-align: center;
        padding: 0;
    }

@media (max-width: 1199px) {
    .contact-info1 .contact-no {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 1199px) {
    .menu-wrap .dropdown-sub a.btn {
        font-weight: 500;
        color: #57574f !important;
        letter-spacing: 0;
        font-family: "Arial", sans-serif;
        font-size: 16px;
        padding-bottom: 15px;
        display: block;
    }
}

@media (max-width: 1199px) {
    .header-btm {
        height: 100vh;
        padding-top: 85px;
    }
}

.form-components.search-icon {
    width: 40px;
    height: 40px;
}

@media (max-width: 1199px) {
    .form-components.search-icon {
        display: none;
        position: absolute;
        bottom: auto;
        top: 38px;
        height: auto;
        width: 100%;
        margin: 0 auto;
        left: 0;
        padding: 10px 12px !important;
        background-color: #fff;
        z-index: 9999;
    }
}

.form-components.search-icon .form-control {
    display: none;
    height: 55px;
    padding-left: 15px;
    font-weight: 500;
    color: #57574f !important;
    font-family: "Arial", sans-serif;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .form-components.search-icon .form-group span.form-control-feedback {
        position: absolute;
        right: 10px;
        top: 18px;
    }
}

@media (max-width: 1279px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 13px;
    }
}

.search-icon {
    margin-right: 20px;
    margin-left: 20px;
    cursor: pointer;
}

    .search-icon img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

.search-main-area {
    background: #fff;
    padding: 60px 30px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow-y: scroll;
}

.search-close p {
    font-size: 40px;
    float: right;
    margin-bottom: 0;
    margin-top: -30px;
    cursor: pointer;
}

.search-head h3 {
    text-align: center;
    font-size: 42px;
    color: #57564F;
    letter-spacing: 3.8px;
    font-family: "FujitsuSansMedium", sans-serif;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
}

    .search-head h3:after {
        position: absolute;
        content: '';
        width: 60px;
        height: 2px;
        background: #186e73;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.search-field {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .search-field .form-control {
        font-size: 16px;
        line-height: 24px;
        color: #3c3c35;
        height: 38px;
    }

        .search-field .form-control:focus {
            border-color: #b1b1ac;
            box-shadow: 0 0 0;
        }

    .search-field .search-btn {
        font-size: 0;
        min-width: 35px;
        background: transparent;
        background-image: url(../images/search-icon-red.svg?v=2);
        background-repeat: no-repeat;
        background-position: 60% 50%;
        background-size: 22px;
        height: 38px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

.search-result-area {
    margin: 0 auto;
}

.search-no-result {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.no-result-left h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #87867E;
    font-family: "Arial", sans-serif;
}

.no-result-left p {
    font-size: 16px;
    line-height: 24px;
    color: #332E29;
    font-family: "Arial", sans-serif;
    margin-bottom: 0;
}

.no-result-right p {
    color: #ff0000;
    font-size: 16px;
    text-decoration: underline;
    font-family: "Arial", sans-serif;
    margin-bottom: 0;
}

.search-result-item {
    display: flex;
    justify-content: space-between;
}

.search-result-list ul li {
    box-shadow: inset 0px -1px 0px #DAD9D6;
    padding: 20px 5px;
}

.search-result-left {
    width: 80%;
}

    .search-result-left p {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        font-family: "Arial", sans-serif;
        color: #87867E;
        margin-bottom: 5px;
    }

    .search-result-left h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        color: #000;
        font-family: "Arial", sans-serif;
        position: relative;
        padding-bottom: 30px;
    }

        .search-result-left h3:after {
            position: absolute;
            content: '';
            width: 50px;
            height: 3px;
            background: #186e73;
            bottom: 0;
            left: 0;
        }

.search-result-right {
    width: 20%;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .search-main-area {
        padding: 60px 10px;
    }

    .search-field {
        width: auto;
    }

    .search-result-area {
        width: auto;
    }

    .search-no-result {
        display: block;
    }

    .no-result-left {
        margin-bottom: 10px;
    }

    .search-result-left h3 {
        font-size: 16px;
    }
}

/*** Card Component areea ***/
.card-component-area {
    padding: 60px 0;
    background: #f3f3f3;
}

.card-1 h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    margin-bottom: 25px;
}

.selectable .list-content {
    transition: all .3s ease-in-out;
    cursor: pointer;
    overflow: visible;
}

    .selectable .list-content:after {
        content: '';
        border: 4px solid #186e73;
        position: absolute;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        top: -2px;
        left: -2px;
        opacity: 0;
        z-index: 1;
        pointer-events: none;
    }

@media (min-width: 1200px) {
    .selectable .list-content:hover:after, .selectable .list-content:hover:before {
        opacity: 1;
    }
}

.selectable .list-content.selected:after, .selectable .list-content.selected:before {
    opacity: 1;
}

.selectable .list-content:before {
    position: absolute;
    content: '';
    background-color: #186e73;
    background-image: url(../images/checked-white.svg?v=2);
    background-position: center;
    top: -10px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 2;
}

.selectable .list-content:hover:before {
    display: block;
}

.list-content,
.generic-product {
    position: relative;
}

    .list-content .card-body,
    .generic-product .card-body {
        background: #fff;
        position: relative;
    }

    .list-content h4,
    .generic-product h4 {
        font-size: 12px;
        color: #87867E;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Arial", sans-serif;
        margin-bottom: 5px;
    }

    .list-content h5,
    .generic-product h5 {
        font-family: "FujitsuSansMedium", sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -0.2px;
        color: #000000;
        font-size: calc(1.5rem + 4px);
    }

    .list-content p,
    .generic-product p {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1rem;
        line-height: 24px;
        color: #332E29;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-content .small-text,
    .generic-product .small-text {
        font-size: .75rem;
        color: #87867E;
        margin: 0px;
    }

    .list-content .cta,
    .generic-product .cta {
        font-family: "FujitsuSansBold", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1rem;
        line-height: 19px;
        letter-spacing: 1px;
        color: #186e73;
        transition: all 0.4s ease-in-out;
        align-items: baseline;
        position: absolute;
        bottom: 20px;
        text-decoration: none;
        padding-left: 40px;
        z-index: 2;
        padding-right: 40px;
    }

@media (max-width: 1199px) {
    .list-content .cta,
    .generic-product .cta {
        bottom: 0px !important;
        padding-right: 0px;
        position: relative;
    }
}

.list-content .cta span,
.generic-product .cta span {
    position: absolute;
    left: 30px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 32px;
}

    .list-content .cta span:after,
    .generic-product .cta span:after {
        content: "";
        height: 4px;
        width: 32px;
        position: absolute;
        left: -30px;
        top: 7px;
        background-color: #186e73;
    }

.list-content .cta:hover,
.generic-product .cta:hover {
    padding-left: 0;
}

    .list-content .cta:hover span,
    .generic-product .cta:hover span {
        left: calc(100%);
    }

@media (max-width: 1199px) {
    .list-content .cta:hover,
    .generic-product .cta:hover {
        padding-left: 40px;
    }

        .list-content .cta:hover span,
        .generic-product .cta:hover span {
            left: 30px;
        }
}

.list-content .cta.center,
.generic-product .cta.center {
    left: 50%;
    transform: translateX(-50%);
    padding-right: 0px;
}

    .list-content .cta.center:hover,
    .generic-product .cta.center:hover {
        transform: translateX(-50%);
        padding-right: 40px !important;
    }

@media (max-width: 1199px) {
    .list-content .cta.center:hover,
    .generic-product .cta.center:hover {
        transform: none;
        padding-right: 0px !important;
    }
}

@media (max-width: 1199px) {
    .list-content .cta.center,
    .generic-product .cta.center {
        left: 20px;
        transform: none;
    }

        .list-content .cta.center:hover,
        .generic-product .cta.center:hover {
            transform: none;
        }
}

.case-title {
    background: #186e73;
    padding: 5px 10px;
}

    .case-title p {
        font-size: .875rem;
        line-height: normal;
        color: #fff;
        font-family: "Arial", sans-serif;
        position: relative;
        margin-bottom: 0;
    }

.generic-product .card-title {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.generic-product > a > img {
    width: 100%;
}

.generic-product .card-body {
    position: relative;
}

    .generic-product .card-body .case-title {
        position: absolute;
        right: 20px;
        top: -14px;
    }

    .generic-product .card-body ul {
        margin-bottom: 30px;
        /* to handle the +6 More case in case studies list page */
        max-height: 158px;
        overflow: hidden;
    }

        .generic-product .card-body ul h4 {
            font-size: 12px;
            font-weight: bold;
            color: #000;
            line-height: 24px;
            letter-spacing: 0;
            padding: 5px 0;
            border-bottom: 1px solid #EEEEEE;
        }

        .generic-product .card-body ul li {
            padding: 5px 0;
            border-bottom: 1px solid #EEEEEE;
            position: relative;
        }

            .generic-product .card-body ul li a {
                font-size: 12px;
                line-height: 24px;
                color: #87867E;
                font-family: "Arial", sans-serif;
                font-weight: normal;
                padding-left: 0;
            }

            .generic-product .card-body ul li span {
                position: absolute;
                right: 0;
                bottom: 5px;
                font-size: 12px;
                line-height: 24px;
                color: #87867E;
                font-family: "Arial", sans-serif;
                font-weight: normal;
                padding-left: 0;
                cursor: pointer;
            }

    .generic-product .card-body .card-line {
        position: absolute;
        content: '';
        width: 40px;
        height: 4px;
        left: 20px;
        bottom: 20px;
        background: #186e73;
    }

.promotion-date {
    display: flex;
}

    .promotion-date img {
        height: 16px;
        margin: 2px 10px 0px 0px;
    }

    .promotion-date p {
        font-size: 12px;
        line-height: 24px;
        color: #87867E;
        font-family: "Arial", sans-serif;
        margin-bottom: 10px;
    }

.bg-white {
    background: #fff;
}

.tool-tip {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
}

.card-2 {
    background: #fff;
    padding: 15px;
}

    .card-2 h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        font-family: "Arial", sans-serif;
        margin-bottom: 15px;
    }

.contact-list ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 8px 0;
}

    .contact-list ul li .cont-detail {
        display: flex;
    }

        .contact-list ul li .cont-detail img {
            width: 20px;
            height: 20px;
            object-fit: contain;
            margin-right: 15px;
        }

        .contact-list ul li .cont-detail p {
            font-size: 14px;
            line-height: 18px;
            font-family: "Arial", sans-serif;
            color: #332E29;
            margin-bottom: 0;
        }

        .contact-list ul li .cont-detail a {
            font-size: 12px;
            line-height: 22px;
            color: #ff0000;
            text-decoration: underline;
        }

.card-img {
    padding: 15px;
    display: flex;
}

    .card-img img.card-img1 {
        width: 191px;
        height: 101px;
        object-fit: contain;
    }

    .card-img img.card-img2 {
        width: 117px;
        height: 101px;
        object-fit: contain;
    }

.card-btn a {
    background: #186e73;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 18px;
    color: #fff;
    font-family: "Arial", sans-serif;
    text-align: center;
}

.card-2-para {
    position: relative;
    margin-top: 10px;
}

    .card-2-para p {
        font-size: 12px;
        line-height: 20px;
        color: #332e29;
        font-family: "Arial", sans-serif;
        margin-bottom: 30px;
    }

.card-2 .card-line {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    left: 30px;
    bottom: 20px;
    background: #186e73;
}

@media only screen and (max-width: 1024px) {
    .generic-product .card-title {
        margin-bottom: 10px;
    }

    .card-img img.card-img1 {
        width: 160px;
        height: 101px;
        object-fit: contain;
    }

    .card-img img.card-img2 {
        width: 95px;
        height: 101px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 767px) {
    .card-line {
        display: none;
    }

    .card-img {
        display: none;
    }
}

@media only screen and (max-width: 1279px) {
    .search-icon {
        margin-right: 15px;
        margin-left: 15px;
    }
}

/*--footer start--*/
@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

.footer-main {
    padding: 40px 0 0 0;
    background: #004750;
    background: -moz-linear-gradient(135deg, #004750 0%, #186e73 33%, #00958b 66%, #50b2aa 100%);
    background: -webkit-linear-gradient(135deg, #004750 0%, #186e73 33%, #00958b 66%, #50b2aa 100%);
    background: linear-gradient(135deg, #004750 0%, #186e73 33%, #00958b 66%, #50b2aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004750",endColorstr="#50b2aa",GradientType=1);
}

.footer-top {
    border-bottom: 1px solid #fff;
}

@media (max-width: 579px) {
    .footer-top {
        border-bottom: 0;
    }
}

.footer-left {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .footer-menu {
        margin-bottom: 25px;
    }
}

.footer-menu h2 {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
}

    .footer-menu h2 a {
        color: #fff;
    }

.footer-menu ul li {
    padding-bottom: 10px;
}

    .footer-menu ul li a {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1rem;
        line-height: 24px;
        color: #ffffff;
    }

.footer-menu.footer-contact ul {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer-menu.footer-contact ul {
        display: block;
        justify-content: center;
    }
}

.footer-menu.footer-contact ul li {
    padding-right: 15px;
}

@media (max-width: 767px) {
    .footer-menu.footer-contact ul.contact-btn {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer-menu.footer-contact ul.contact-btn li:first-child a {
        width: 200px;
        height: 35px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .footer-menu.footer-contact ul.contact-btn li:nth-child(2) a {
        width: 200px;
        height: 35px;
        padding: 5px;
    }
}

.footer-menu.footer-contact ul.contact-btn li:nth-child(2) a img {
    padding-right: 15px;
}

@media (max-width: 767px) {
    .footer-menu.footer-contact ul.contact-btn li:nth-child(3) {
        display: inline-block;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer-menu.footer-contact ul.contact-btn li:nth-child(4) {
        margin-top: 15px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .footer-menu.footer-contact ul.contact-btn li:last-child {
        margin-top: 15px;
        display: inline-block;
    }
}

.footer-middle {
    padding: 30px 0;
}

    .footer-middle .contact-btn li 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;
    }

    .footer-middle .contact-btn li:nth-child(1) a,
    .footer-middle .contact-btn li:nth-child(2) a {
        background: #fff;
        color: #000;
        border-radius: 3px;
        padding: 10px 35px;
        height: 50px;
        line-height: 2;
    }

@media (max-width: 1199px) {
    .footer-middle .contact-btn li:nth-child(1) a,
    .footer-middle .contact-btn li:nth-child(2) a {
        padding: 10px 20px;
    }
}

.footer-btm {
    background: transparent;
    padding: 20px 0 18px;
    justify-content: space-between;
}

    .footer-btm p {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: .825rem;
        line-height: 24px;
        color: #ffffff;
        margin: 0;
    }

    .footer-btm ul {
        justify-content: flex-end;
        align-items: baseline;
    }

@media (max-width: 579px) {
    .footer-btm ul {
        display: inline-block !important;
        width: 100%;
    }
}

.footer-btm ul li {
    padding: 0;
}

@media (max-width: 767px) {
    .footer-btm ul li {
        padding: 0 17px;
    }
}

@media (max-width: 579px) {
    .footer-btm ul li {
        padding: 0 0px;
        display: inline-block;
    }
}

.footer-btm ul li a {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .825rem;
    line-height: 24px;
    color: #ffffff;
}

    .footer-btm ul li a span {
        padding: 0 7px;
    }

@media (max-width: 767px) {
    .footer-btm ul li a span {
        padding: 0 5px;
    }
}

.footer-copy {
    background: #ffffff;
    display: none;
}

@media (max-width: 579px) {
    .footer-copy {
        display: block;
    }
}

.footer-copy p {
    color: #2b2b2b;
    font-family: 'Roboto', '$secondaryFont';
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 20px 0;
    display: block;
    text-align: center;
    margin: 0;
}

@media (max-width: 767px) {
    .footer-btm .d-flex {
        justify-content: center !important;
    }
}

/* home page style starts */
* {
    outline: none;
    border: 0;
    box-shadow: none;
}

.container {
    max-width: 1180px;
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}

.slide-one .cta {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 1px;
    color: #186e73;
    transition: all 0.4s ease-in-out;
    align-items: baseline;
    position: absolute;
    bottom: 20px;
    text-decoration: none;
    padding-left: 40px;
    z-index: 2;
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .slide-one .cta {
        bottom: 0px !important;
        padding-right: 0px;
        position: relative;
    }
}

.slide-one .cta span {
    position: absolute;
    left: 30px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 32px;
}

    .slide-one .cta span:after {
        content: "";
        height: 4px;
        width: 32px;
        position: absolute;
        left: -30px;
        top: 7px;
        background-color: #186e73;
    }

.slide-one .cta:hover {
    padding-left: 0;
}

    .slide-one .cta:hover span {
        left: calc(100%);
    }

@media (max-width: 1199px) {
    .slide-one .cta:hover {
        padding-left: 40px;
    }

        .slide-one .cta:hover span {
            left: 30px;
        }
}

.slide-one .cta.center {
    left: 50%;
    transform: translateX(-50%);
    padding-right: 0px;
}

    .slide-one .cta.center:hover {
        transform: translateX(-50%);
        padding-right: 40px !important;
    }

@media (max-width: 1199px) {
    .slide-one .cta.center:hover {
        transform: none;
        padding-right: 0px !important;
    }
}

@media (max-width: 1199px) {
    .slide-one .cta.center {
        left: 20px;
        transform: none;
    }

        .slide-one .cta.center:hover {
            transform: none;
        }
}

.slick-slider .slide-arrow {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    bottom: -66px;
    margin-top: -15px;
}

.slick-slider .prev-arrow {
    right: 136px;
    background-color: #D9D9D9;
    border-radius: 3px 0px 0px 3px;
    width: 56px;
    height: 46px;
    z-index: 9;
}

@media (max-width: 767px) {
    .slick-slider .prev-arrow {
        background: transparent;
        right: auto;
        left: -15px;
    }
}

.slick-slider .prev-arrow::after {
    content: "";
    background: url(../images/left-chevron-white.svg?v=2) no-repeat;
    width: 7px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 24px;
    font-size: 8px;
    background-size: 100%;
}

@media (max-width: 767px) {
    .slick-slider .prev-arrow::after {
        background-image: url(../images/left-chevron.svg?v=2);
    }
}

.slick-slider .next-arrow {
    right: 80px;
    background-color: #186e73;
    border-radius: 0px 3px 3px 0px;
    width: 56px;
    height: 46px;
}

@media (max-width: 767px) {
    .slick-slider .next-arrow {
        background: transparent;
        left: calc(100vw - 80px);
    }
}

.slick-slider .next-arrow::after {
    content: "";
    background: url(../images/right-chevron-white.svg?v=2) no-repeat;
    width: 7px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 24px;
    background-size: 100%;
}

@media (max-width: 767px) {
    .slick-slider .next-arrow::after {
        background-image: url(../images/right-chevron.svg?v=2);
    }
}

.slick-dots {
    position: absolute;
    bottom: -55px;
    left: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

@media (max-width: 767px) {
    .slick-dots {
        bottom: -55px;
        width: calc(100vw - 100px);
        left: 50%;
        transform: translateX(-50%);
    }
}

.slick-dots li {
    margin: 0px 12px 0px 0px;
    width: auto;
}

    .slick-dots li a {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 25px;
        text-transform: uppercase;
        color: #186e73;
        border-top: 2px solid #b9e6eb;
        width: 50px;
        text-align: left;
    }

@media (max-width: 767px) {
    .slick-dots li a {
        width: 40px;
    }
}

.slick-dots li a:hover {
    border-top: 4px solid #004750;
    color: #004750;
}

.slick-dots li.slick-active a {
    border-top: 4px solid #004750;
    color: #004750;
}

.hero-banner {
    position: relative;
    margin-bottom: 50px;
    max-height: 520px;
}

@media (max-width: 1199px) {
    .hero-banner {
        margin-bottom: 0px;
        padding-bottom: 0px;
        max-height: none;
    }
}

.hero-banner .banner-contents {
    position: absolute;
    left: 60px;
    top: auto;
    display: flex;
    flex-direction: row;
    height: 100%;
    bottom: 0px;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .hero-banner .banner-contents {
        position: relative;
        margin-left: 0;
        transform: none;
        width: 100%;
        left: 0px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.hero-banner .hero-contant {
    width: auto;
    display: inline-block;
    background: rgba(60, 60, 53, 0.7);
    backdrop-filter: blur(5.43656px);
    padding: 36px 36px 32px 36px;
    border-bottom-right-radius: 35px;
    border-left: 4px solid #186e73;
    flex: 0 1 auto;
    margin: 5% 100px 0px 0px;
}

@media (max-width: 1199px) {
    .hero-banner .hero-contant {
        padding: 15px;
        position: relative;
        margin-left: 0;
        margin-top: -50px;
        transform: none;
        width: 100%;
        display: block;
    }
}

.hero-banner .hero-contant p, .hero-banner .hero-contant h1.overline {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.hero-banner .hero-contant h1.overline {
    margin-top: 0;
    margin-bottom: 1rem;
}

.hero-banner .hero-contant h2, .hero-banner .hero-contant h1, .hero-banner .hero-contant p.h1 {
    font-family: "FujitsuSansMedium", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 4.5rem;
    letter-spacing: -1px;
    color: #ffffff;
    font-size: 4.5rem;
    margin: 0px;
    text-transform: none;
}

@media (max-width: 579px) {
    .hero-banner .hero-contant h2, .hero-banner .hero-contant h1, .hero-banner .hero-contant p.h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
}

.hero-banner .hero-contant a {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    background: #186e73;
    margin-top: 25px;
    padding: 20px 35px;
    border-radius: 3px;
    border: solid 1px white;
}

    .hero-banner .hero-contant a:hover {
        background: #50b2aa;
        color: #fff;
    }

@media (max-width: 1199px) {
    .hero-banner .hero-contant {
        width: calc(100% - 30px);
        left: 15px;
        padding: 16px;
    }
}

.homebanner.promobanner h2 {
    font-size: 3rem;
    line-height: calc(3rem + 5px);
}

.homebanner img {
    border-radius: 0 0 60px 0;
}

@media (max-width: 1279px) {
    .homebanner img {
        min-height: 400px;
        object-fit: cover;
        object-position: top right;
    }
}

@media (max-width: 767px) {
    .homebanner img {
        height: 220px;
        width: 100%;
        border-radius: 0px;
    }
}

@media (max-width: 1199px) {
    .homebanner .slick-slider {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .homebanner .hero-contant {
        max-width: 650px;
    }
}

.homebanner .container-fluid {
    padding: 0;
}

.homebanner .hero-banner .hero-contant {
    padding: 36px 36px 38px 36px;
    position: absolute;
    top: calc(50% - 20px);
    margin-top: 0px;
    transform: translateY(-50%);
    left: 60px;
}

@media (max-width: 1199px) {
    .homebanner .hero-banner .hero-contant {
        position: relative;
        top: 0px;
        margin-top: -40px;
        transform: none;
        padding: 20px;
        left: 15px;
    }
}

.homebanner.homebanner-article .hero-contant h2 {
    font-size: 2.82rem;
    line-height: 54px;
    letter-spacing: -0.4px;
    color: #ffffff;
}

@media (max-width: 579px) {
    .homebanner.homebanner-article .hero-contant h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 579px) {
    .homebanner.homebanner-article .hero-contant h2 br {
        display: none;
    }
}

.banner-wrap button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.banner-wrap .slide-arrow {
    position: absolute;
    bottom: 50px;
    margin-top: -15px;
    width: 58px;
    height: 58px;
}

@media (max-width: 1199px) {
    .banner-wrap .slide-arrow {
        bottom: 0px;
    }
}

.banner-wrap .slide-arrow:after {
    content: "";
    width: 12px;
    height: 25px;
    background-size: 12px 25px;
    position: absolute;
    background-repeat: no-repeat;
    top: 17px;
    right: 24px;
}

@media (max-width: 1199px) {
    .banner-wrap .slide-arrow:after {
        width: 10px;
        height: 18px;
        background-size: 10px 18px;
        top: 22px;
    }
}

.banner-wrap .prev-arrow {
    right: 158px;
    background-color: #ffffff50;
    border-radius: 3px 0px 0px 0px;
    z-index: 9;
}

    .banner-wrap .prev-arrow::after {
        background-image: url(../images/left-chevron-white.svg?v=2);
    }

@media (max-width: 1199px) {
    .banner-wrap .prev-arrow {
        background: transparent;
        right: auto;
        left: 0px;
    }

        .banner-wrap .prev-arrow::after {
            background-image: url(../images/left-chevron.svg?v=2);
        }
}

.banner-wrap .next-arrow {
    right: 100px;
    background-color: #FFFFFF;
    border-radius: 0px 3px 0px 0px;
}

    .banner-wrap .next-arrow::after {
        background-image: url(../images/right-chevron-red.svg?v=2);
    }

@media (max-width: 1199px) {
    .banner-wrap .next-arrow {
        background: transparent;
        right: 0;
    }

        .banner-wrap .next-arrow::after {
            background-image: url(../images/right-chevron.svg?v=2);
        }
}

.banner-wrap .slick-dots {
    position: absolute;
    bottom: 65px;
    left: 98px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

@media (max-width: 1199px) {
    .banner-wrap .slick-dots {
        left: 50%;
        right: auto;
        bottom: 10px;
        transform: translateX(-50%);
        width: calc(100% - 100px);
    }
}

.banner-wrap .slick-dots li a {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    color: #b9e6eb;
    border-top: 2px solid #b9e6eb;
    text-align: left;
}

    .banner-wrap .slick-dots li a:hover {
        border-top: 4px solid #186e73;
        color: #186e73;
    }

.banner-wrap .slick-dots li.slick-active a {
    border-top: 4px solid #186e73;
    color: #186e73;
}

.tabs-wrap h2 {
    font-family: "FujitsuSansLight", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 64px;
    text-align: center;
    letter-spacing: 4.9px;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 767px) {
    .tabs-wrap h2 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 4px;
        padding: 0px 40px;
    }
}

.tabs-wrap > ul:not(.slick-dots) {
    padding-top: 35px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}

    .tabs-wrap > ul:not(.slick-dots) li 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: #3C3C35;
    }

        .tabs-wrap > ul:not(.slick-dots) li a.active {
            color: #186e73 !important;
            background-color: transparent !important;
            border-radius: 3px 3px 0px 0px;
            position: relative;
        }

@media (max-width: 767px) {
    .tabs-wrap > ul:not(.slick-dots) {
        padding-top: 0px;
    }
}

.tabs-wrap .tab-content {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    padding-bottom: 55px;
}

    .tabs-wrap .tab-content.has-collapser {
        padding-bottom: 0px;
    }

    .tabs-wrap .tab-content .tabs-text {
        padding: 50px 0px 70px;
    }

@media (max-width: 767px) {
    .tabs-wrap .tab-content .tabs-text {
        padding: 20px 0px;
    }
}

.tabs-wrap .tab-content .tabs-text p {
    font-family: "FujitsuSansRegular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 32px;
    text-align: center;
    color: #57564f;
    width: 80%;
    margin: 0 auto;
}

.tabs-wrap .tab-content .tabs-items {
    margin-bottom: 0px;
}

    .tabs-wrap .tab-content .tabs-items .col-md-4 {
        padding: 0px 12px;
    }

.tabs-wrap .tab-content .list-content {
    background: #ffffff;
}

@media (max-width: 767px) {
    .tabs-wrap .tab-content .list-content img {
        width: 100%;
    }
}

.tabs-wrap .tab-content .list-content h5 {
    font-family: "FujitsuSansMedium", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: #000000;
    font-size: calc(1.5rem + 4px);
}

.tabs-wrap .tab-content .list-content p {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 24px;
    color: #332E29;
}

.tabs-wrap .tab-content .list-content a {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 1px;
    color: #186e73;
    display: flex;
    align-items: baseline;
    position: relative;
    padding-left: 40px;
    transition: all 0.5s ease-in-out;
}

    .tabs-wrap .tab-content .list-content a span {
        border-bottom: 4px solid #186e73;
        padding: 0px 16px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 5px;
        transition: all 0.5s ease-in-out;
    }

.bottom-content {
    text-align: center;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .bottom-content {
        padding-bottom: 0px;
    }
}

.bottom-content p {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 32px;
    text-align: center;
    color: #57564f;
}

.bottom-content a {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    background: #186e73;
    border: 1px solid white;
    border-radius: 3px;
    padding: 19px 30px;
    text-decoration: none;
    outline: 0 !important;
    padding: 10px 30px;
}

    .bottom-content a:hover {
        background: #50b2aa;
        color: #ffffff;
        border: 1px solid white;
    }

    .bottom-content a.gray {
        background-color: #57564F;
        border-color: #57564F;
        color: #fff;
    }

        .bottom-content a.gray:hover {
            background-color: #A3A3A3;
            border-color: #A3A3A3;
        }

    .bottom-content a.outlined {
        background: transparent;
        border: 1px solid #186e73;
        color: #186e73;
    }

        .bottom-content a.outlined:hover {
            color: #fff;
            background: #50b2aa;
            border-color: #50b2aa;
        }

        .bottom-content a.outlined.gray {
            background-color: #fff;
            border-color: #332E29;
            color: #332E29;
        }

            .bottom-content a.outlined.gray:hover {
                background-color: #A3A3A3;
                border-color: #A3A3A3;
                color: #fff;
            }

    .bottom-content a.secondary {
        padding: 10px 30px;
    }

    .bottom-content a:disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .6;
    }

    .bottom-content a img {
        margin-right: 10px;
    }

.developer-wrap {
    margin: 95px 0;
}

@media (max-width: 767px) {
    .developer-wrap {
        margin: 60px 0px;
    }
}

@media (max-width: 767px) {
    .developer-wrap img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        object-position: top;
    }
}

.dvlp-wrap {
    position: relative;
}

@media (max-width: 767px) {
    .dvlp-wrap {
        margin-bottom: 40px;
    }
}

.dvlp-wrap .dvlp-content {
    background: #fff;
    padding: 24px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 95%;
    min-height: 182px;
}

@media (max-width: 767px) {
    .dvlp-wrap .dvlp-content {
        padding: 16px 20px 20px;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        border: 1px solid #DAD9D6;
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .dvlp-wrap .dvlp-content {
        bottom: 0;
        left: 0;
        min-height: auto;
        width: 100%;
        padding: 16px;
    }
}

.dvlp-wrap .dvlp-content h2 {
    font-family: "FujitsuSansMedium", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: #000000;
    font-size: calc(1.5rem + 4px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
    margin: 0px;
}

@media (max-width: 1199px) {
    .dvlp-wrap .dvlp-content h2 {
        line-height: normal;
        font-size: 1.625rem;
        margin-bottom: 12px;
    }
}

.dvlp-wrap .dvlp-content h2 span {
    border-bottom: 2px solid #ddd;
    width: 80px;
    top: -5px;
    position: relative;
}

@media (max-width: 767px) {
    .dvlp-wrap .dvlp-content h2 span {
        display: none;
    }
}

.dvlp-wrap .dvlp-content h2 span.pro-line {
    width: 225px;
}

.dvlp-wrap .dvlp-content h2 img {
    width: 38px;
}

.dvlp-wrap .dvlp-content p {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 32px;
    color: #57564f;
}

@media (max-width: 1199px) {
    .dvlp-wrap .dvlp-content p {
        line-height: 22px;
        max-width: 75%;
    }
}

.dvlp-wrap .dvlp-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: #186e73;
    border: 1px solid #186e73;
    border-radius: 3px;
    padding: 7px 45px;
    position: absolute;
    bottom: 24px;
}

@media (max-width: 1199px) {
    .dvlp-wrap .dvlp-content a {
        position: static;
    }
}

.dvlp-wrap .dvlp-content a:hover {
    background: #186e73;
    color: #fff;
}

.helpful-wrap {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    padding: 80px 0 140px;
}

@media (max-width: 767px) {
    .helpful-wrap {
        padding: 20px 0px 40px;
    }
}

.helpful-wrap .helpful-text h6, .helpful-wrap .helpful-text .h6 {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 14px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #186e73;
}

.helpful-wrap .helpful-text h2 {
    font-family: "FujitsuSansLight", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4.5rem;
    line-height: 64px;
    text-align: center;
    letter-spacing: 4.9px;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 767px) {
    .helpful-wrap .helpful-text h2 {
        line-height: normal;
        margin: 10px;
    }
}

.helpful-wrap .helpful-text p {
    font-family: "FujitsuSansRegular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 32px;
    text-align: center;
    color: #57564f;
}

@media (max-width: 767px) {
    .helpful-wrap .helpful-text p {
        padding: 20px 0px 40px;
    }
}

@media (max-width: 1199px) {
    .container .category-wrap {
        padding-left: 0px;
        width: calc(100% + 15px);
        max-width: none;
    }
}

.category-wrap {
    padding-bottom: 36px;
    margin-top: -50px;
}

@media (max-width: 1199px) {
    .category-wrap {
        margin-left: 0px;
        padding-left: 12px;
        padding-bottom: 76px;
    }
}

.category-wrap .category-slider .slide-one {
    background: #ffffff;
    border: 1px solid #DAD9D6;
    position: relative;
    z-index: 2;
    min-height: 380px;
}

    .category-wrap .category-slider .slide-one .card-body {
        transition: all 0.4s ease-in-out;
    }

    .category-wrap .category-slider .slide-one h5 {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 0.75rem;
        line-height: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #87867E;
        transition: all 0.4s ease-in-out;
    }

    .category-wrap .category-slider .slide-one p {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 24px;
        letter-spacing: -0.142857px;
        color: #000000;
        width: 100%;
        transition: all 0.4s ease-in-out;
    }

.category-wrap .category-slider.slick-dotted {
    left: 0px;
}

@media (min-width: 1280px) {
    .category-wrap .category-slider.slick-dotted {
        width: 1310px;
        max-width: none;
    }
}

.category-wrap .category-slider.slick-dotted .slide-one {
    margin-left: 3.5px;
    margin-right: 3.5px;
}

.category-wrap .category-slider.slick-slider:not(.slick-dotted) {
    width: 1176px;
    max-width: 100%;
}

    .category-wrap .category-slider.slick-slider:not(.slick-dotted) .slick-slide {
        width: 376px;
        max-width: 100%;
    }

        .category-wrap .category-slider.slick-slider:not(.slick-dotted) .slick-slide:nth-of-type(1) {
            margin-left: 0px;
        }

        .category-wrap .category-slider.slick-slider:not(.slick-dotted) .slick-slide:nth-of-type(3) {
            margin-right: 0px;
        }

@media (min-width: 1200px) {
    .category-wrap .category-slider.slick-slider:not(.slick-dotted) .slick-track {
        margin: 0 auto;
        width: auto !important;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        transform: none !important;
    }
}

.category-wrap.range-wrap .category-slider:not(.slick-dotted) {
    width: 1194px;
    max-width: none;
    margin-left: 0px;
}

@media (max-width: 1199px) {
    .category-wrap.range-wrap .category-slider:not(.slick-dotted) {
        max-width: 100%;
    }
}

.category-wrap button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gallery-slider.slick-dotted {
    left: 0px;
}

@media (min-width: 1280px) {
    .gallery-slider.slick-dotted {
        left: 0px;
    }
}

.popular-wrap .popular-content p {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 24px;
    letter-spacing: -0.142857px;
    color: #000000;
}

@media (max-width: 767px) {
    .popular-wrap .popular-content p {
        font-size: 20px;
    }
}

.popular-wrap .popular-content ul {
    display: inline-flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .popular-wrap .popular-content ul {
        display: block;
    }
}

.popular-wrap .popular-content ul li {
    padding-right: 8px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .popular-wrap .popular-content ul li {
        padding: 0;
    }
}

.popular-wrap .popular-content ul li a {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #3C3C35;
    border-radius: 3px;
    width: 284px;
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px;
}

@media (max-width: 767px) {
    .popular-wrap .popular-content ul li a {
        width: 100%;
    }
}

.popular-wrap .popular-content ul li.active a {
    background-color: #186e73 !important;
}

.popular-wrap .find-help {
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    padding: 60px 0;
}

    .popular-wrap .find-help h2 {
        font-family: "FujitsuSansMedium", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: calc(1.5rem + 4px);
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.2px;
        color: #000000;
        text-transform: none;
    }

    .popular-wrap .find-help p {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.125rem;
        line-height: 32px;
        text-align: center;
        color: #57564f;
    }

    .popular-wrap .find-help a {
        font-family: "FujitsuSansBold", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1rem;
        line-height: 16px;
        text-align: center;
        letter-spacing: 1px;
        color: #ffffff;
        background: #186e73;
        border: 1px solid white;
        border-radius: 3px;
        padding: 19px 30px;
        text-decoration: none;
        outline: 0 !important;
        padding: 10px 30px;
        background: transparent;
        border: 1px solid #186e73;
        color: #186e73;
    }

        .popular-wrap .find-help a:hover {
            background: #50b2aa;
            color: #ffffff;
            border: 1px solid white;
        }

        .popular-wrap .find-help a.gray {
            background-color: #57564F;
            border-color: #57564F;
            color: #fff;
        }

            .popular-wrap .find-help a.gray:hover {
                background-color: #A3A3A3;
                border-color: #A3A3A3;
            }

        .popular-wrap .find-help a.outlined {
            background: transparent;
            border: 1px solid #186e73;
            color: #186e73;
        }

            .popular-wrap .find-help a.outlined:hover {
                color: #fff;
                background: #50b2aa;
                border-color: #50b2aa;
            }

            .popular-wrap .find-help a.outlined.gray {
                background-color: #fff;
                border-color: #332E29;
                color: #332E29;
            }

                .popular-wrap .find-help a.outlined.gray:hover {
                    background-color: #A3A3A3;
                    border-color: #A3A3A3;
                    color: #fff;
                }

        .popular-wrap .find-help a.secondary {
            padding: 10px 30px;
        }

        .popular-wrap .find-help a:disabled {
            pointer-events: none;
            cursor: not-allowed;
            opacity: .6;
        }

        .popular-wrap .find-help a img {
            margin-right: 10px;
        }

        .popular-wrap .find-help a:hover {
            color: #fff;
            background: #50b2aa;
            border-color: #50b2aa;
        }

.find-here-wrap {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    padding: 170px 0;
}

@media (max-width: 767px) {
    .find-here-wrap {
        padding: 60px 0px;
    }
}

.find-here-wrap .find-content {
    text-align: center;
}

    .find-here-wrap .find-content h2 {
        font-family: "FujitsuSansLight", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 4.5rem;
        line-height: 64px;
        text-align: center;
        letter-spacing: 4.9px;
        text-transform: uppercase;
        color: #000000;
    }

@media (max-width: 767px) {
    .find-here-wrap .find-content h2 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 4px;
    }
}

.find-here-wrap p {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 32px;
    text-align: center;
    color: #57564f;
}

@media (max-width: 767px) {
    .find-here-wrap p {
        font-size: 18px;
    }
}

.find-here-wrap a {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    background: #186e73;
    border: 1px solid white;
    border-radius: 3px;
    padding: 19px 30px;
    text-decoration: none;
    outline: 0 !important;
}

    .find-here-wrap a:hover {
        background: #50b2aa;
        color: #ffffff;
        border: 1px solid white;
    }

    .find-here-wrap a.gray {
        background-color: #57564F;
        border-color: #57564F;
        color: #fff;
    }

        .find-here-wrap a.gray:hover {
            background-color: #A3A3A3;
            border-color: #A3A3A3;
        }

    .find-here-wrap a.outlined {
        background: transparent;
        border: 1px solid #186e73;
        color: #186e73;
    }

        .find-here-wrap a.outlined:hover {
            color: #fff;
            background: #50b2aa;
            border-color: #50b2aa;
        }

        .find-here-wrap a.outlined.gray {
            background-color: #fff;
            border-color: #332E29;
            color: #332E29;
        }

            .find-here-wrap a.outlined.gray:hover {
                background-color: #A3A3A3;
                border-color: #A3A3A3;
                color: #fff;
            }

    .find-here-wrap a.secondary {
        padding: 10px 30px;
    }

    .find-here-wrap a:disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .6;
    }

    .find-here-wrap a img {
        margin-right: 10px;
    }

/*Inner page style*/
.primary-btn {
    font-family: "FujitsuSansBold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    background: #186e73;
    border: 1px solid white;
    border-radius: 3px;
    padding: 19px 30px;
    text-decoration: none;
    outline: 0 !important;
    cursor: pointer;
}

    .primary-btn:hover {
        background: #50b2aa;
        color: #ffffff;
        border: 1px solid white;
    }

    .primary-btn.gray {
        background-color: #57564F;
        border-color: #57564F;
        color: #fff;
    }

        .primary-btn.gray:hover {
            background-color: #A3A3A3;
            border-color: #A3A3A3;
        }

    .primary-btn.outlined {
        background: transparent;
        border: 1px solid #186e73;
        color: #186e73;
    }

        .primary-btn.outlined:hover {
            color: #fff;
            background: #50b2aa;
            border-color: #50b2aa;
        }

        .primary-btn.outlined.gray {
            background-color: #fff;
            border-color: #332E29;
            color: #332E29;
        }

            .primary-btn.outlined.gray:hover {
                background-color: #A3A3A3;
                border-color: #A3A3A3;
                color: #fff;
            }

    .primary-btn.secondary {
        padding: 10px 30px;
    }

    .primary-btn:disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .6;
    }

    .primary-btn img {
        margin-right: 10px;
    }

/* button fixes for content block */
#adminAppWrapper a.primary-btn {
    color: #ffffff !important;
    background: #186e73 !important;
}

.banner_sec .hero-banner {
    margin-bottom: 64px;
}

@media (max-width: 767px) {
    .banner_sec .hero-banner {
        margin-bottom: 0;
    }
}

.banner_sec .hero-banner .hero-contant {
    padding: 28px 36px 30px;
}

@media (max-width: 579px) {
    .banner_sec .hero-banner .hero-contant {
        padding: 15px 20px 10px;
    }
}

@media (max-width: 579px) {
    .banner_sec .hero-banner img {
        max-width: calc(100% + 40px);
        left: -20px;
        position: relative;
    }
}

.intro_sec {
    margin-bottom: 54px;
}

    .intro_sec .banner-intro p {
        font-size: 1.25rem;
        line-height: 32px;
        color: #57564F;
        padding-right: 70px;
        font-family: "FujitsuSansLight", sans-serif;
    }

@media (max-width: 1199px) {
    .intro_sec .banner-intro p {
        padding: 0px 12px 12px;
    }
}

.intro_sec .intro-table .tbl_row {
    display: flex;
    align-content: center;
    padding: 14px 16px;
    border-width: 1px 1px 0px;
    border-color: #eee;
    border-style: solid;
}

    .intro_sec .intro-table .tbl_row:last-child {
        border-bottom-width: 1px;
    }

@media (max-width: 767px) {
    .intro_sec .intro-table .tbl_row {
        display: block;
    }
}

@media (max-width: 1199px) {
    .intro_sec .intro-table .tbl_row {
        padding: 12px 10px;
    }
}

.intro_sec .intro-table .tbl_row strong {
    font-size: 0.875rem;
    line-height: 24px;
    color: #332E29;
    font-family: "Arial", sans-serif;
    width: 31%;
    text-transform: capitalize;
    font-weight: bold;
}

@media (max-width: 767px) {
    .intro_sec .intro-table .tbl_row strong {
        width: 100%;
        font-size: 14px;
    }
}

.intro_sec .intro-table .tbl_row p {
    font-size: 0.875rem;
    line-height: 24px;
    color: #332E29;
    font-family: "Arial", sans-serif;
    width: 69%;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .intro_sec .intro-table .tbl_row p {
        width: 81%;
    }
}

@media (max-width: 767px) {
    .intro_sec .intro-table .tbl_row p {
        width: 100%;
        font-size: 14px;
    }
}

.intro_sec .intro-table:first-child {
    border-top: 1px solid #979797;
}

.gallery_sec {
    position: relative;
    padding-bottom: 42px;
}

    .gallery_sec .category-wrap {
        margin-top: 0;
        padding-bottom: 83px;
    }

        .gallery_sec .category-wrap .category-slider .slide-one {
            background: transparent;
            border: 0;
            margin: 0 4px;
        }

            .gallery_sec .category-wrap .category-slider .slide-one .card-body {
                padding: 0;
                padding-top: 8px;
            }

                .gallery_sec .category-wrap .category-slider .slide-one .card-body p {
                    min-height: 48px;
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 20px;
                    letter-spacing: 0.4px;
                    color: #3C3C35;
                    text-align: center;
                }

.keyfeatures_sec {
    margin-bottom: 60px;
    position: relative;
    padding: 64px 0px 0px;
}

@media (max-width: 1199px) {
    .keyfeatures_sec {
        margin-bottom: 40px;
    }
}

.keyfeatures_sec .container {
    max-width: 1180px;
}

.keyfeatures_sec .keyfeatures-wrapper {
    padding: 0px 100px 60px;
}

@media (max-width: 1199px) {
    .keyfeatures_sec .keyfeatures-wrapper {
        padding: 0px;
    }
}

.keyfeatures_sec .keyfeatures_intro {
    margin: 0 auto 54px;
}

    .keyfeatures_sec .keyfeatures_intro h2 {
        font-family: "FujitsuSansLight", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: calc(3.438rem - 3px);
        line-height: 49px;
        text-align: center;
        letter-spacing: 3.81818px;
        text-transform: uppercase;
        color: #57564f;
        padding-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

@media (max-width: 579px) {
    .keyfeatures_sec .keyfeatures_intro h2 {
        font-size: calc(1.5rem + 8px);
    }
}

.keyfeatures_sec .keyfeatures_intro h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #186e73;
    margin: 0 auto;
}

.keyfeatures_sec .keyfeatures_intro p {
    font-family: "FujitsuSansRegular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 32px;
    text-align: center;
    color: #57564f;
    margin-bottom: 0;
}

.keyfeatures_sec .keyfeatures_list {
    position: relative;
    /*&:before {
   content: '';
   position: absolute;
   height: 48px;
   left: 0%;
   right: 0%;
   bottom: -24px;

   mix-blend-mode: normal;
   opacity: 0.5;

  }

  &:after {
   content: '';
   position: absolute;
   height: 66px;
   left: 0px;
   right: 0px;
   bottom: 0;
   background: rgba(127, 115, 102, 0.3);
   filter: blur(27.1828px);
  }*/
}

    .keyfeatures_sec .keyfeatures_list ul {
        display: flex;
        flex-wrap: wrap;
    }

@media (max-width: 767px) {
    .keyfeatures_sec .keyfeatures_list ul {
        display: block;
    }
}

.keyfeatures_sec .keyfeatures_list ul li {
    width: 50%;
    display: flex;
    padding-bottom: 60px;
    min-height: 72px;
}

@media (max-width: 767px) {
    .keyfeatures_sec .keyfeatures_list ul li {
        width: 100%;
        padding-bottom: 40px;
    }
}

.keyfeatures_sec .keyfeatures_list ul li .feature_icon {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

    .keyfeatures_sec .keyfeatures_list ul li .feature_icon img {
        width: 100%;
        height: 100%;
    }

.keyfeatures_sec .keyfeatures_list ul li .feature_desc {
    width: 80%;
}

    .keyfeatures_sec .keyfeatures_list ul li .feature_desc span {
        font-size: 1.125rem;
        line-height: 24px;
        letter-spacing: 0.25px;
        color: #87867E;
        margin-bottom: 8px;
        font-family: "Arial", sans-serif;
    }

    .keyfeatures_sec .keyfeatures_list ul li .feature_desc p {
        font-size: 1rem;
        line-height: 24px;
        color: #332E29;
        font-family: "Arial", sans-serif;
        margin-bottom: 0;
    }

.keyfeatures_sec .keyfeatures_list .keyfeatures_btn {
    padding-bottom: 64px;
}

.find-here-sec .find-here-wrap {
    padding: 190px 0 240px;
}

@media (max-width: 1279px) {
    .find-here-sec .find-here-wrap {
        padding: 150px 0 180px;
    }
}

.find-here-sec .find-here-wrap h2 {
    letter-spacing: 0;
    text-transform: inherit;
    color: #3C3C35;
    font-family: "FujitsuSansRegular", sans-serif;
}

.helpful-article {
    padding: 96px 0;
}

@media (max-width: 767px) {
    .helpful-article {
        padding: 30px 0px;
    }
}

.helpful-article .helpful-text h4 {
    font-size: calc(1.5rem + 4px);
    line-height: 32px;
    letter-spacing: -0.2px;
    color: #000000;
    margin-bottom: 24px;
    font-family: "FujitsuSansRegular", sans-serif;
}

.helpful-article .helpful-text p {
    font-family: Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 32px;
    color: #57564f;
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .helpful-article .row {
        margin: 0px -5px;
    }

        .helpful-article .row .col-sm-6 {
            padding: 0px 5px;
        }
}

.helpful-article .slide-one {
    position: relative;
    min-height: 317px;
    height: 100%;
    border: 1px solid #DAD9D6;
}

@media (max-width: 767px) {
    .helpful-article .slide-one {
        margin-bottom: 22px;
        min-height: 280px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .helpful-article .slide-one img {
        width: 100%;
    }
}

.helpful-article .slide-one .card-body {
    padding: 24px 24px 12px;
}

@media (max-width: 991px) {
    .helpful-article .slide-one .card-body {
        padding: 20px 10px 12px;
    }
}

.helpful-article .slide-one .card-body h5 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #87867E;
    font-family: "Arial", sans-serif;
    margin-bottom: 6px;
    transition: all 0.6s ease-in-out;
}

.helpful-article .slide-one .card-body p {
    font-family: "Arial", sans-serif;
    font-size: 1.25rem;
    line-height: 24px;
    letter-spacing: -0.142857px;
    color: #000000;
    margin-bottom: 17px;
    font-weight: 500;
    transition: all 0.6s ease-in-out;
}

.whychoose_sec {
    padding-bottom: 64px;
    margin: 0;
}

    .whychoose_sec .container {
        max-width: 1176px;
    }

    .whychoose_sec .slide-one {
        border: 1px solid #fff;
    }

@media (max-width: 767px) {
    .whychoose_sec .slide-one img {
        width: auto;
    }
}

.whychoose_sec .slide-one .card-body {
    border: 0;
}

    .whychoose_sec .slide-one .card-body h5 {
        font-size: 1.125rem;
        line-height: 24px;
        letter-spacing: 0.25px;
        margin-bottom: 17px;
        text-transform: inherit;
        /*@include desk-lg-below2 {
     font-size: $fontSize-normal;
   }*/
    }

    .whychoose_sec .slide-one .card-body p {
        font-size: 1rem;
    }

.whychoose_sec .slide-one:hover {
    border-color: #DAD9D6;
}

.customer_reviews {
    margin-bottom: 120px;
}

    .customer_reviews .product_review {
        padding: 72px 0 47px;
        margin: 5px 0px;
    }

        .customer_reviews .product_review h3 {
            /* same as .tertiary-cta .cta-bg .hero-color-content h3 */
            font-family: "FujitsuSansMedium";
            font-size: 1.75rem;
            line-height: normal;
            margin: 0px 0px 25px;
        }

        .customer_reviews .product_review h6 {
            font-size: 1.125rem;
            line-height: 32px;
            color: #57564f;
            font-family: "Arial", sans-serif;
            margin-bottom: 22px;
        }

    .customer_reviews .tertiary-cta {
        border: 1px solid #DAD9D6;
        margin: 5px 0;
    }

        .customer_reviews .tertiary-cta .cta-bg {
            min-height: 298px;
        }

.col-md-6 .product_review {
    border: 1px solid #DAD9D6;
}

.mainheading_sec {
    margin-bottom: 57px;
}

    .mainheading_sec h4 {
        font-family: "FujitsuSansMedium", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: calc(1.5rem + 4px);
        line-height: 32px;
        letter-spacing: -0.2px;
        color: #000000;
        padding-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
    }

        .mainheading_sec h4:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            bottom: 0;
            width: 60px;
            height: 2px;
            background: #186e73;
            margin: 0 auto;
        }

    .mainheading_sec p {
        font-family: "FujitsuSansRegular", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.125rem;
        line-height: 32px;
        text-align: center;
        color: #57564f;
        margin-bottom: 0;
    }

.controller_options .tabs-wrap .nav {
    background: #fff;
    margin-bottom: 58px;
    position: relative;
}

    .controller_options .tabs-wrap .nav:after {
        /*content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #DAD9D6;*/
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100vw;
        height: 1px;
        background: #DAD9D6;
        transform: translateX(-50%);
    }

.controller_options .tabs-wrap .tab-content {
    background: #fff;
}

    .controller_options .tabs-wrap .tab-content .feature_list {
        background: #fff;
    }

        .controller_options .tabs-wrap .tab-content .feature_list li {
            display: flex;
            flex-wrap: nowrap;
            padding-bottom: 60px;
        }

            .controller_options .tabs-wrap .tab-content .feature_list li .feature_icon {
                width: 49px;
                height: 49px;
                margin-right: 16px;
            }

                .controller_options .tabs-wrap .tab-content .feature_list li .feature_icon img {
                    width: 100%;
                    height: 100%;
                }

            .controller_options .tabs-wrap .tab-content .feature_list li .feature_desc {
                width: 90%;
            }

                .controller_options .tabs-wrap .tab-content .feature_list li .feature_desc span {
                    font-size: 1.125rem;
                    line-height: 24px;
                    letter-spacing: 0.25px;
                    color: #87867E;
                    margin-bottom: 8px;
                    font-family: "Arial", sans-serif;
                    display: block;
                }

                .controller_options .tabs-wrap .tab-content .feature_list li .feature_desc p {
                    font-size: 1rem;
                    line-height: 24px;
                    color: #3C3C35;
                    margin-bottom: 0;
                    font-family: "Arial", sans-serif;
                }

.perfect_model {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}

    .perfect_model .mainheading_sec h4 {
        margin: 0;
        padding: 0;
    }

        .perfect_model .mainheading_sec h4:after {
            display: none;
        }

    .perfect_model .tabs-wrap ul {
        padding-top: 0;
    }

    .perfect_model .tabs-wrap .tab-content {
        background: transparent;
    }

    .perfect_model .tabs-wrap .mb-80 {
        margin-bottom: 80px;
        background: transparent;
    }

    .perfect_model .tabs-wrap .tabhead h5 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.25px;
        color: #87867E;
        margin-bottom: 40px;
        text-transform: capitalize;
        font-family: "Arial", sans-serif;
    }

    .perfect_model .tabs-wrap .capacity_cont {
        padding: 16px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

        .perfect_model .tabs-wrap .capacity_cont .cleft p {
            font-size: 12px;
            line-height: 13px;
            letter-spacing: 0.4px;
            color: #87867E;
            margin: 8px 0px;
            font-family: "Arial", sans-serif;
        }

        .perfect_model .tabs-wrap .capacity_cont .cleft ul li {
            float: left;
            font-weight: bold;
            font-size: 14px;
            padding-right: 10px;
        }

@media (max-width: 1199px) {
    .perfect_model .tabs-wrap .capacity_cont .cleft ul li {
        margin: 3px 0px;
    }
}

.perfect_model .tabs-wrap .capacity_cont .cleft ul li img {
    width: 20px;
}

.perfect_model .tabs-wrap .capacity_cont .cleft ul:after {
    clear: both;
    content: "";
    display: table;
}

.perfect_model .tabs-wrap .capacity_cont .cright {
    display: none;
    align-items: flex-end;
    padding: 8px 8px;
}

.perfect_model .tabs-wrap .controller-img {
    background: #fff;
    border: 0px solid transparent;
    position: relative;
    margin: 0 auto;
    max-width: 290px;
}

    .perfect_model .tabs-wrap .controller-img:before {
        position: absolute;
        content: '';
        background-image: url(../images/checked.png);
        background-position: right;
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        display: none;
    }

@media (max-width: 767px) {
    .perfect_model .tabs-wrap .controller-img {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .perfect_model .tabs-wrap .controller-img {
        transition: all .3s linear;
        position: relative;
        z-index: 1;
    }

        .perfect_model .tabs-wrap .controller-img: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);
        }

        .perfect_model .tabs-wrap .controller-img:after {
            opacity: 0;
        }

        .perfect_model .tabs-wrap .controller-img:hover:after {
            opacity: .8;
        }

        .perfect_model .tabs-wrap .controller-img:hover .cright {
            display: flex;
        }
}

.technical_specification {
    padding: 40px 0;
}

    .technical_specification .container-fluid {
        padding-right: 0;
    }

    .technical_specification .mainheading_sec h4 {
        padding: 0;
        margin: 0;
    }

        .technical_specification .mainheading_sec h4:after {
            display: none;
        }

    .technical_specification .tab-content {
        margin-left: 115px;
    }

@media (max-width: 1199px) {
    .technical_specification .tab-content {
        margin-left: 80px;
    }
}

@media (max-width: 767px) {
    .technical_specification .tab-content {
        margin-left: 0px;
    }
}

.technical_specification .spec-tbl {
    /*width: 1600px;
  overflow: scroll;*/
    border: 1px solid #DAD9D6;
    margin-bottom: 10px;
    margin: 0 auto;
    position: relative;
}

    .technical_specification .spec-tbl .table {
        box-sizing: border-box;
        border-radius: 3px;
    }

        .technical_specification .spec-tbl .table th,
        .technical_specification .spec-tbl .table td {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            font-family: "Arial", sans-serif;
            color: #332E29;
        }

        .technical_specification .spec-tbl .table th {
            min-width: 200px;
            flex-direction: row;
            align-items: baseline;
        }

            .technical_specification .spec-tbl .table th .value-type {
                opacity: 0.5;
            }

        .technical_specification .spec-tbl .table .model-name {
            font-size: 14px;
            line-height: 24px;
            color: #332E29;
            font-family: "Arial", sans-serif;
            display: block;
        }

        .technical_specification .spec-tbl .table .model-number {
            font-size: 12px;
            line-height: 13px;
            letter-spacing: 0.4px;
            color: #87867E;
            font-family: "Arial", sans-serif;
            display: block;
            margin-bottom: 4px;
        }

        .technical_specification .spec-tbl .table .view-model {
            font-size: 12px;
            line-height: 14px;
            letter-spacing: 0.4px;
            text-decoration-line: underline;
            color: #186e73;
            font-family: "Arial", sans-serif;
            display: block;
        }

.table thead th {
    vertical-align: middle;
    border-bottom: 0;
}

.table td,
.table th {
    border: 0;
}

tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}

.tblhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 579px) {
    .col-sm-6 {
        width: 50%;
    }
}

.energy_rating_sec {
    background: #fff;
    padding: 0px 0px 64px 0px;
    margin-bottom: 54px;
}

@media (max-width: 767px) {
    .energy_rating_sec {
        padding: 35px 0;
    }
}

.energy_rating_sec .container {
    max-width: 780px;
}

.energy_rating_sec .mainheading_sec h4 {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0;
}

    .energy_rating_sec .mainheading_sec h4:after {
        display: none;
    }

.energy_rating_sec .mainheading_sec p {
    text-align: left;
    line-height: 26px;
}

.energy_rating_sec .energy-rating-img {
    margin-bottom: 54px;
}

    .energy_rating_sec .energy-rating-img ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media (max-width: 479px) {
    .energy_rating_sec .energy-rating-img ul {
        display: block;
    }
}

@media (max-width: 767px) {
    .energy_rating_sec .energy-rating-img ul li {
        width: 45%;
    }
}

@media (max-width: 479px) {
    .energy_rating_sec .energy-rating-img ul li {
        width: 100%;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .energy_rating_sec .energy-rating-img ul li img {
        width: 100%;
    }
}

.energy_rating_sec .btn-pdf a {
    color: #186e73;
    text-decoration: underline;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    font-family: "Arial", sans-serif;
}

.modal_overlay button {
    background: #186e73;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 18px;
    color: #fff;
    font-family: "Arial", sans-serif;
    text-align: center;
    border: 1px solid #186e73;
}

    .modal_overlay button:hover {
        color: #186e73;
        background: #fff;
    }

.modal_overlay .modal {
    z-index: 100000;
    background: #83847f;
}

    .modal_overlay .modal .modal-dialog {
        max-width: 810px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }

        .modal_overlay .modal .modal-dialog .modal-content {
            border: 0;
            border-radius: 0;
            padding: 50px 90px;
        }

@media (max-width: 579px) {
    .modal_overlay .modal .modal-dialog .modal-content {
        padding: 45px 20px;
    }
}

.modal_overlay .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

    .modal_overlay .modal .modal-dialog .modal-content .modal-body .modal-card {
        padding: 0 20px;
    }

    .modal_overlay .modal .modal-dialog .modal-content .modal-body h4 {
        font-family: "FujitsuSansMedium", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: calc(1.5rem + 4px);
        line-height: 32px;
        letter-spacing: -0.2px;
        color: #000000;
        margin-bottom: 20px;
    }

    .modal_overlay .modal .modal-dialog .modal-content .modal-body p {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.125rem;
        line-height: 26px;
        text-align: center;
        color: #57564f;
        margin-bottom: 22px;
    }

    .modal_overlay .modal .modal-dialog .modal-content .modal-body .icon-model {
        margin-bottom: 20px;
    }

.modal_overlay .modal .modal-dialog .modal-content .modal-footer {
    border: 0;
    padding: 0;
}

@media (max-width: 579px) {
    .modal_overlay .modal .modal-dialog .modal-content .modal-footer {
        display: block;
    }
}

.modal_overlay .modal .modal-dialog .modal-content .modal-footer .btn {
    max-width: 185px;
    width: 100%;
}

@media (max-width: 579px) {
    .modal_overlay .modal .modal-dialog .modal-content .modal-footer .btn {
        display: block;
        margin: 0 auto 12px;
    }
}

.modal_overlay .modal .modal-dialog .modal-content .modal-footer .btn2 {
    background: #ffffff;
    color: #186e73;
}

    .modal_overlay .modal .modal-dialog .modal-content .modal-footer .btn2:hover {
        background: #186e73;
        color: #ffffff;
    }

#ModalwithImage .modal-content {
    padding: 0 0 50px !important;
}

#ModalwithTooltip .modal-content {
    padding: 12px 20px 25px 80px !important;
}

@media (max-width: 579px) {
    #ModalwithTooltip .modal-content {
        padding: 12px 15px 25px 10px !important;
    }
}

#ModalwithTooltip .modal-content .modal-header {
    border: 0;
    margin-bottom: 20px;
}

    #ModalwithTooltip .modal-content .modal-header .close {
        background: transparent;
        border: 0;
        padding: 0;
        color: #000;
        font-size: 30px;
    }

#ModalwithTooltip .modal-content .modal-card {
    margin-bottom: 54px;
}

    #ModalwithTooltip .modal-content .modal-card h5 {
        color: #186e73;
        font-family: "Arial", sans-serif;
        margin-bottom: 6px;
    }

        #ModalwithTooltip .modal-content .modal-card h5 img {
            margin-right: 6px;
        }

    #ModalwithTooltip .modal-content .modal-card p {
        text-align: left;
    }

#ModalwithTooltip .modal-content .modal-footer a {
    color: #186e73;
    text-decoration: underline;
    font-family: "Arial", sans-serif;
    font-weight: 500;
}

.desktop-hero-cta {
    background: #fff;
}

    .desktop-hero-cta .desktop-hero-section {
        background: #fff;
    }

        .desktop-hero-cta .desktop-hero-section .hero-banner {
            position: relative;
            min-height: 520px;
            width: 100%;
            border-radius: 0px 0px 60px 0px;
        }

            .desktop-hero-cta .desktop-hero-section .hero-banner img {
                border-radius: 0px 0px 60px 0px;
            }

@media (max-width: 579px) {
    .desktop-hero-cta .desktop-hero-section .hero-banner {
        height: 100%;
        border-radius: 0px 0px 30px 0px;
    }
}

.desktop-hero-cta .desktop-hero-section .hero-banner .hero-cta-contant {
    position: absolute;
    left: 0px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}

    .desktop-hero-cta .desktop-hero-section .hero-banner .hero-cta-contant h2 {
        font-size: calc(3.438rem + 1px);
        line-height: 64px;
        color: #ffffff;
        font-family: "FujitsuSansMedium", sans-serif;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 15px;
    }

@media (max-width: 579px) {
    .desktop-hero-cta .desktop-hero-section .hero-banner .hero-cta-contant h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.desktop-hero-cta .desktop-hero-section .hero-banner .hero-cta-contant p {
    font-size: 1.125rem;
    line-height: 32px;
    color: #FCFAFA;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: "Arial", sans-serif;
}

.desktop-hero-cta .desktop-hero-section .hero-banner .hero-cta-contant .cta-btn {
    font-size: 1rem;
    padding: 20px 35px;
    max-height: 60px;
    margin-left: 20px;
}

    .desktop-hero-cta .desktop-hero-section .hero-banner .hero-cta-contant .cta-btn:first-child {
        margin-left: 0px;
    }

@media (max-width: 1199px) {
    .desktop-hero-cta .desktop-hero-section .hero-banner .hero-cta-contant .cta-btn {
        margin: 4px 0px;
    }
}

.desktop-hero-cta .desktop-hero-section.light-font .hero-cta-contant h2 {
    font-family: 'FujitsuSansLight', sans-serif;
    letter-spacing: .275rem;
}

@media (max-width: 579px) {
    .desktop-hero-cta .desktop-hero-section.hero-banner-none .hero-banner {
        height: 396px;
    }
}

.desktop-hero-cta .desktop-hero-section.hero-banner-darkest .hero-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(87, 86, 79, 0.6);
    left: 0px;
    top: 0px;
    border-radius: 0px 0px 60px 0px;
}

@media (max-width: 579px) {
    .desktop-hero-cta .desktop-hero-section.hero-banner-darkest .hero-banner {
        height: 396px;
    }
}

.desktop-hero-cta .desktop-hero-section.hero-banner-dark .hero-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(87, 86, 79, 0.2);
    left: 0px;
    top: 0px;
    border-radius: 0px 0px 60px 0px;
}

@media (max-width: 579px) {
    .desktop-hero-cta .desktop-hero-section.hero-banner-dark .hero-banner {
        height: 396px;
    }
}

.desktop-hero-cta .desktop-hero-section.hero-banner-light .hero-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0px;
    top: 0px;
    border-radius: 0px 0px 60px 0px;
}

@media (max-width: 579px) {
    .desktop-hero-cta .desktop-hero-section.hero-banner-light .hero-banner {
        height: 396px;
    }
}

.desktop-hero-cta .desktop-hero-section.hero-banner-light .hero-banner h2,
.desktop-hero-cta .desktop-hero-section.hero-banner-light .hero-banner p {
    color: #3C3C35;
}

.desktop-hero-cta .desktop-hero-section.hero-banner-lightest .hero-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    left: 0px;
    top: 0px;
    border-radius: 0px 0px 60px 0px;
}

@media (max-width: 579px) {
    .desktop-hero-cta .desktop-hero-section.hero-banner-lightest .hero-banner {
        height: 396px;
    }
}

.desktop-hero-cta .desktop-hero-section.hero-banner-lightest .hero-banner h2,
.desktop-hero-cta .desktop-hero-section.hero-banner-lightest .hero-banner p {
    color: #3C3C35;
}

.desktop-hero-cta .desktop-hero-section.hero-banner-bg-color .hero-banner {
    background: linear-gradient(0deg, white, white), #fff;
    height: 520px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 579px) {
    .desktop-hero-cta .desktop-hero-section.hero-banner-bg-color .hero-banner {
        height: 396px;
    }
}

.desktop-hero-cta .desktop-hero-section.hero-banner-bg-color .hero-banner h2,
.desktop-hero-cta .desktop-hero-section.hero-banner-bg-color .hero-banner p {
    color: #3C3C35;
}

.desktop-hero-cta.modules-02 .desktop-hero-section {
    background: #fff;
}

    .desktop-hero-cta.modules-02 .desktop-hero-section .hero-banner {
        background: #57564F;
        background-position: center center;
        background-size: cover;
    }

    .desktop-hero-cta.modules-02 .desktop-hero-section.hero-banner-dark .hero-banner {
        background: #807E74;
        background-position: center center;
        background-size: cover;
    }

    .desktop-hero-cta.modules-02 .desktop-hero-section.hero-banner-light .hero-banner {
        background: linear-gradient(0deg, rgba(238, 238, 238, 0.6), rgba(238, 238, 238, 0.6)), #DAD9D6;
        background-position: center center;
        background-size: cover;
    }

    .desktop-hero-cta.modules-02 .desktop-hero-section.hero-banner-lightest .hero-banner {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #EEEEEE;
        background-position: center center;
        background-size: cover;
    }

p.heading {
    font-size: 16px;
    font-weight: 500;
    /*text-transform: capitalize;*/
    font-family: "Arial", sans-serif;
    margin-bottom: 7px;
}

.form-components {
    padding: 50px 0;
}

    .form-components .form-group {
        position: relative;
        width: 100%;
    }

        .form-components .form-group .form-control-placeholder {
            position: absolute;
            top: 20px;
            left: 10px;
            padding: 0 5px;
            transition: all 300ms;
            opacity: 1;
            background: #fff;
            color: #3C3C35;
            font-family: "Arial", sans-serif;
            font-weight: 500;
            margin: 0;
        }

        .form-components .form-group textarea.form-control + .form-control-placeholder {
            top: 15px;
            left: 10px;
        }

        .form-components .form-group .form-control {
            height: 56px;
            border-color: #b0b1ac;
            margin-bottom: 10px;
            font-size: 16px;
            color: #000;
            font-family: "Arial", sans-serif;
            font-weight: 500;
            width: 100%;
            padding-left: 14px;
            padding-right: 14px;
        }

            .form-components .form-group .form-control:focus {
                border: 2px solid #186e73;
            }

        .form-components .form-group .helper-txt {
            font-size: 12px;
            color: #3C3C35;
            font-family: "Arial", sans-serif;
            padding-left: 15px;
            display: inline-block;
        }

        .form-components .form-group .form-control-feedback {
            position: absolute;
            z-index: 2;
            display: block;
            width: 2.375rem;
            text-align: center;
            pointer-events: none;
            color: #aaa;
            right: 0;
            top: 10px;
        }

        .form-components .form-group.has-search .form-control:focus {
            border: 1px solid #b0b1ac;
        }

        .form-components .form-group.valdation-error .form-control {
            border-color: #ffa300;
        }

        .form-components .form-group.valdation-error .helper-txt {
            color: #ffa300;
        }

        .form-components .form-group.custom-checkbox label:not(.error) {
            position: relative;
            cursor: pointer;
            margin-bottom: 0;
            font-size: 0.875rem;
            color: #3C3C35;
            font-family: "Arial", sans-serif;
            padding-left: 40px;
            padding-top: 3px;
        }

            .form-components .form-group.custom-checkbox label:not(.error):before {
                content: '';
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid #86867e;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                padding: 11px;
                display: inline-block;
                position: absolute;
                vertical-align: middle;
                cursor: pointer;
                left: 0px;
                top: 0px;
                border-radius: 2px;
            }

        .form-components .form-group.custom-checkbox input {
            visibility: hidden;
            width: 0;
        }

            .form-components .form-group.custom-checkbox input:checked + label:before {
                border-color: #186e73;
            }

            .form-components .form-group.custom-checkbox input:checked + label:after {
                content: '';
                display: block;
                position: absolute;
                top: 4px;
                left: 10px;
                width: 6px;
                height: 12px;
                border: solid #186e73;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }

        .form-components .form-group.custom-checkbox.selected label:before {
            border-color: #186e73;
        }

        .form-components .form-group.custom-checkbox.selected label:after {
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            left: 10px;
            width: 6px;
            height: 12px;
            border: solid #186e73;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .form-components .form-group.textarea .form-control {
            height: 140px;
        }

    .form-components .form-control:focus + .form-control-placeholder,
    .form-components .form-control.has-data + .form-control-placeholder,
    .form-components select.form-control + .form-control-placeholder {
        font-size: 85%;
        transform: translate3d(0, -150%, 0);
        opacity: 1;
    }

@media (max-width: 767px) {
    .form-components .form-control:focus + .form-control-placeholder,
    .form-components .form-control.has-data + .form-control-placeholder,
    .form-components select.form-control + .form-control-placeholder {
        transform: translate3d(0, -180%, 0);
    }
}

.form-components textarea.form-control:focus + .form-control-placeholder,
.form-components textarea.form-control.has-data + .form-control-placeholder {
    transform: translate3d(0, -120%, 0);
}

@media (max-width: 767px) {
    .form-components textarea.form-control:focus + .form-control-placeholder,
    .form-components textarea.form-control.has-data + .form-control-placeholder {
        transform: translate3d(0, -150%, 0);
    }
}

.form-components .valdation-error .form-control:focus + .form-control-placeholder,
.form-components .valdation-error .form-control:valid + .form-control-placeholder {
    color: #ffa300;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    opacity: 0;
}

.form-control::-moz-placeholder {
    opacity: 0;
}

.form-control:-ms-input-placeholder {
    opacity: 0;
}

.form-control:placeholder {
    opacity: 0;
}

.form-control:focus::-webkit-input-placeholder,
.has-search .form-control::-webkit-input-placeholder,
.textarea:focus .form-control::-webkit-input-placeholder {
    opacity: 1;
}

.form-control:focus::-moz-placeholder,
.has-search .form-control::-moz-placeholder,
.textarea .form-control::-moz-placeholder {
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder,
.has-search .form-control:-ms-input-placeholder,
.textarea .form-control:-ms-input-placeholder {
    opacity: 1;
}

.form-control:focus:-moz-placeholder,
.has-search .form-control:-moz-placeholder,
.textarea .form-control:placeholder {
    opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    /*-webkit-text-fill-color: #fff !important;*/
}

/*Radio button style*/
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .custom-radio [type="radio"]:checked + label,
    .custom-radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 45px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-size: 16px;
        color: #3C3C35;
        font-family: "Arial", sans-serif;
    }

        .custom-radio [type="radio"]:checked + label:before,
        .custom-radio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            border: 1px solid #86867e;
            border-radius: 100%;
            background: #fff;
        }

        .custom-radio [type="radio"]:checked + label:after,
        .custom-radio [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 16px;
            height: 16px;
            background: #186e73;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
        }

        .custom-radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .custom-radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .custom-radio [type="radio"]:checked + label:before {
            border-color: #186e73;
        }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

.range-slider {
    background: #fff;
    padding-top: 40px;
}

    .range-slider .slick-list {
        padding-top: 10px;
    }

    .range-slider .category-wrap {
        margin-top: 0;
    }

        .range-slider .category-wrap .list-content {
            margin: 0 3px;
        }

@media (max-width: 579px) {
    .range-slider .category-wrap .list-content {
        width: 140px;
    }
}

.range-slider .category-wrap .list-content .card-body {
    padding: 15px;
    border: 1px solid #DAD9D6;
}

@media (max-width: 579px) {
    .range-slider .category-wrap .list-content .card-body {
        padding: 5px;
    }
}

.range-slider .category-wrap .list-content .card-body h5 {
    font-family: "Arial", sans-serif;
    font-weight: 600;
    line-height: 32px;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

@media (max-width: 579px) {
    .range-slider .category-wrap .list-content .card-body h5 {
        font-size: 1rem;
    }
}

.range-slider .category-wrap .list-content .card-body p {
    color: #95948f;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .range-slider .category-wrap .list-content .card-body p {
        display: block;
        margin-bottom: 0px;
    }
}

.range-slider .category-wrap .list-content:before {
    width: 24px;
    height: 24px;
}

.perfect_model .category-wrap .list-content img {
    border: 1px solid #DAD9D6;
    border-bottom: 0;
}

.perfect_model .category-wrap .list-content .card-body {
    border: 0;
    border: 1px solid #DAD9D6;
    border-top: 0;
}

    .perfect_model .category-wrap .list-content .card-body img {
        border: 0;
    }

    .perfect_model .category-wrap .list-content .card-body a {
        display: block !important;
    }

@media (max-width: 1199px) {
    .perfect_model .category-wrap .list-content .card-body p {
        display: block;
        margin-bottom: 8px;
    }
}

.perfect_model .category-wrap .list-content .card-body .cleft p {
    margin-top: 8px;
}

.perfect_model .category-wrap ul {
    background: transparent;
}

.visual-selector {
    background: #fff;
    padding-bottom: 65px;
}

    .visual-selector .container {
        max-width: 780px;
    }

    .visual-selector .mb-40 {
        margin-bottom: 40px;
    }

@media (max-width: 579px) {
    .visual-selector .mb-40 .col-sm-6 {
        margin-bottom: 15px;
        padding: 0 6px;
    }
}

.visual-selector .celling_space_head {
    margin-bottom: 30px;
}

.visual-selector p {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #332E29;
    margin-bottom: 30px;
}

.visual-selector .celling_space_sec {
    border: 1px solid #DAD9D6;
    padding: 28px 14px 0;
    position: relative;
}

    .visual-selector .celling_space_sec.selected {
        border: 4px solid #186e73;
    }

        .visual-selector .celling_space_sec.selected:before {
            position: absolute;
            content: '';
            background-image: url(../images/checked.png);
            background-position: right;
            top: -10px;
            right: -10px;
            width: 24px;
            height: 24px;
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
        }

.visual-selector .alert-sec {
    padding-left: 15px;
    position: relative;
}

    .visual-selector .alert-sec h6 {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.25px;
        color: #186e73;
        text-transform: capitalize;
    }

        .visual-selector .alert-sec h6 img {
            margin-right: 6px;
        }

    .visual-selector .alert-sec p {
        margin-bottom: 4px;
    }

    .visual-selector .alert-sec:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 2px;
        height: 100%;
        display: block;
        background: #186e73;
    }

#Product-Model-carousel {
    padding: 100px 0 60px;
}

    #Product-Model-carousel .selectors-carousel-cont {
        margin-bottom: 60px;
    }

        #Product-Model-carousel .selectors-carousel-cont span {
            font-family: "Arial", sans-serif;
            font-size: 12px;
            line-height: 14px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #87867E;
            display: block;
            margin-bottom: 10px;
        }

        #Product-Model-carousel .selectors-carousel-cont h4 {
            font-size: 28px;
            line-height: 32px;
            letter-spacing: -0.2px;
            color: #000000;
            font-family: "FujitsuSansBold", sans-serif;
            margin-bottom: 12px;
            text-transform: capitalize;
        }

        #Product-Model-carousel .selectors-carousel-cont p {
            font-family: "Arial", sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 32px;
            color: #57564F;
        }

    #Product-Model-carousel img {
        border: 0;
    }

.author-bio {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #f9f9f9;
    line-height: 2rem;
}

.author-image {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1.5rem;
    color: #186e73;
    font-weight: bold;
}

.author-position {
    font-size: 1.2rem;
    color: #186e73;
}

.author-description {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
}

@media (max-width: 579px) {
    #Product-Model-carousel .list-content {
        width: 300px;
    }
}

#Product-Model-carousel .card-body {
    padding: 28px 22px;
    border-top: 1px solid #DAD9D6;
}

@media (max-width: 579px) {
    #Product-Model-carousel .card-body {
        padding: 22px 12px;
    }
}

#Product-Model-carousel .card-body .mleft .card-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Product-Model-carousel .card-body h6 {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #78786e;
    position: relative;
    margin-top: 20px;
}

    #Product-Model-carousel .card-body h6 span {
        background: #fff;
        position: relative;
        z-index: 2;
    }

    #Product-Model-carousel .card-body h6:before {
        content: "";
        position: absolute;
        background: #eeeeee;
        top: 10px;
        right: 0;
        width: 100%;
        height: 1px;
    }

#Product-Model-carousel .card-body .cright a {
    top: 4px;
}

@media (max-width: 579px) {
    #Product-Model-carousel .card-body .cright a {
        top: 0;
    }
}

#Product-Model-carousel .d-flex li {
    margin-right: 4px;
}

@media (max-width: 579px) {
    #Product-Model-carousel .d-flex li img {
        width: 28px;
    }
}

.stockist-results .range-slider .category-wrap .list-content {
    display: inline-block;
}

    .stockist-results .range-slider .category-wrap .list-content img {
        min-height: 155px;
    }

@media (max-width: 991px) {
    .uppy-Dashboard--modal .uppy-Dashboard-inner {
        top: 90px !important;
    }
}
