/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
* Set up a decent box model on the root element
*/
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 16px;
    color: #120303;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/**
* Basic styles for links
*/
a {
    color: #d62128;
    text-decoration: none;
}

body {
    color: #120303;
}
body.menu-is-showing {
    overflow: hidden;
}

p {
    color: #120303;
    font-family: "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    body,
    html {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 600px) {
    html {
        font-size: 14px !important;
    }
}
/**
 * Basic typography style for copy text
 */
body {
    font-size: 16px;
    font-family: "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.container-standard {
    padding-left: 50px;
    padding-right: 50px;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.default-padding + default-padding {
    padding-top: 0;
}

.blue-color {
    color: #d62128 !important;
}

.blued-color {
    color: #1158a6 !important;
}

.button-one {
    width: 150px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: red;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    background: #e62222;
}

.button-one,
.button-one span {
    transition: 200ms;
}

.button-one .text {
    transform: translateX(35px);
    color: white;
    font-weight: bold;
}

.button-one .icon {
    position: absolute;
    border-left: 1px solid #c41b1b;
    transform: translateX(110px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-one svg {
    width: 15px;
    fill: #eee;
}

.button-one:hover {
    background: #ff3636;
}

.button-one:hover .text {
    color: transparent;
}

.button-one:hover .icon {
    width: 150px;
    border-left: none;
    transform: translateX(0);
}

.button-one:focus {
    outline: none;
}

.button-one:active .icon svg {
    transform: scale(0.8);
}

.button-default {
    padding: 6px 12px;
    background-color: #d62128;
    color: #fafafa;
    font-size: 13px;
    line-height: 1;
    border: 1px solid transparent;
    transition: all 0.25s ease-in-out;
    border-radius: 3px;
}
.button-default:hover {
    border: 1px solid #d62128;
    background-color: transparent;
    color: #d62128;
}
.button-default.pastelBG {
    background-color: #b5d4f8;
    color: #120303;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.pastelBG:hover {
    border: 2px solid #b5d4f8;
    background-color: transparent;
}
.button-default.pastelGreen {
    background-color: #b3d236;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.pastelGreen:hover {
    border: 2px solid #b3d236;
    background-color: #b3d236;
}
.button-default.greenBG {
    background-color: #b3d236;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.greenBG:hover {
    border: 2px solid #b3d236;
    background-color: #b3d236;
}
.button-default.yellowBG {
    background-color: #fecd07;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.yellowBG:hover {
    border: 2px solid #fecd07;
    background-color: #fecd07;
}
.button-default.greenBG {
    background-color: #b3d236;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.greenBG:hover {
    border: 2px solid #b3d236;
    background-color: #b3d236;
}
.button-default.blueBG {
    background-color: #1158a6;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.blueBG:hover {
    border: 2px solid #1158a6;
    background-color: #1158a6;
}
.button-default.lined-button {
    background-color: #e62222;
    color: #fff;
}
.button-default.lined-button i {
    font-size: 9px;
}
.button-default.lined-button:hover {
    background-color: #c41b1b;
    border-color: #120303;
    color: #fff;
}

.button-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d62128;
    color: #fafafa;
    min-width: 200px;
    height: 45px;
    padding: 6px 16px;
    border: 0;
    font-size: 16px;
    border-radius: 0;
    letter-spacing: 0.5px;
    transition: 0.6s;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    font-weight: 800;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.button-main img {
    display: inline-block;
    height: 32px;
    margin-right: 5px;
}
.button-main:focus {
    outline: 0;
}
.button-main:before {
    content: "";
    display: block;
    position: absolute;
    background: #ddf0f8;
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
}
.button-main:after {
    content: "";
    display: block;
    position: absolute;
    background: #ddf0f8;
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
}
.button-main:hover {
    background: #d62128;
    cursor: pointer;
    color: #ddf0f8;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.button-main:hover:before {
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}
.button-main:hover:after {
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}
.button-main.colored {
    background-color: #d62128;
    color: #fafafa;
}

.product-wrapper .button-main {
    font-weight: 500;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    .button-main {
        min-width: 250px;
        margin: 5px 0;
    }
}
.header_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-family: "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #fff;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo > img {
    height: 75px;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.nav-logo:focus > img {
    outline: initial;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.nav-menu > li > a {
    padding: 20px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
}

.nav-menu > li > .active {
    color: #d62128;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
    color: #d62128;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 3px;
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #d62128;
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 14px;
    color: #343a40;
    background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: #d62128;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #d62128 #d62128 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}

.nav-dropdown-horizontal > li > a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    transform: rotate(0deg);
}

.navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.5833333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.1666666667%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.3333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.9166666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.0833333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.6666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.8333333333%;
}

.megamenu-panel-row .col-11 {
    width: 91.4166666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

.megamenu-list > li > a:hover {
    background-color: #d62128;
    color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #d62128;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
        width: 65%;
    }
}
.top-buttons {
    margin-top: 8px;
    margin-bottom: 10px;
}

.nav-menu > li > .button-default {
    padding: 6px 20px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 5px;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .nav-logo > img {
        height: 45px;
    }
    .nav-menu > li > .button-default {
        font-size: 13px !important;
    }
    .nav-menu > li > .button-default {
        padding: 6px 10px;
    }
    .nav-menu > li > a {
        padding: 20px 8px;
    }
}
@media only screen and (max-width: 600px) {
    .nav-menu > li > .button-default {
        margin-left: 15px;
        width: 90% !important;
    }
}
#footer {
    background-color: #ddf0f8;
    padding-top: 0px;
    padding-bottom: 15px;
}
#footer .line {
    width: 100%;
    height: 1px;
    background-color: #120303;
    display: block;
    margin: 30px 0;
}
#footer .footer-center .foot-logo {
    margin-top: -60px;
}
#footer .footer-center .foot-logo img {
    display: block;
    margin: 0 auto;
}
#footer .footer-center .footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
#footer .footer-center .footer-social li a {
    color: #120303;
    font-size: 16px;
    margin: 0 14px;
}
#footer .footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
#footer .footer-social li a {
    color: #120303;
    font-size: 16px;
    margin: 0 14px;
    margin-left: 0;
}
#footer .footer-links {
    text-align: center;
    margin-top: 24px;
}
#footer .footer-links li p {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Josefin Sans", sans-serif;
}
#footer .footer-contact {
    position: relative;
}
#footer .footer-contact li {
    margin: 10px 0;
}
#footer .footer-contact li a {
    color: #120303;
    font-weight: 600;
    font-size: 14px;
}
#footer .info-footer-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 7px;
}
#footer .info-link a {
    margin-bottom: 7px;
    color: #000;
    line-height: 1.8;
}

#new-footers {
    background-color: #ddf0f8;
}
#new-footers #connect-social {
    margin-bottom: 0;
    width: 100%;
}
#new-footers #connect-social .connect-footer {
    margin-bottom: 68px;
}
#new-footers #footer {
    padding-top: 0;
    width: 95%;
    margin: 20px 0;
}
#new-footers .foot-bottom {
    width: 100%;
    align-self: flex-end;
    background-color: #fff;
    padding-left: 2%;
    padding-right: 2%;
}
#new-footers .is-flexed-vertically {
    align-items: flex-end;
    justify-content: flex-end;
}

.foot-bottom {
    padding: 7px 0;
}
.foot-bottom p {
    margin: 0;
}

.connect-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    gap: 45px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 75px;
    z-index: 99;
    position: relative;
    width: 65%;
}
.connect-footer .connect-title {
    font-size: 18px;
    font-weight: 900;
}
.connect-footer .connect-social {
    display: flex;
    gap: 25px;
}
.connect-footer .connect-social li a {
    font-size: 20px;
}

.inner-page-footer {
    padding-top: 60px !important;
}
.inner-page-footer .connect-footer {
    margin-bottom: 10px;
    margin-top: 30px;
}

.connect-social li a .fa-facebook-f {
    color: #1877f2 !important;
}
.connect-social li a .fa-instagram {
    color: #fd1d1d !important;
}
.connect-social li a .fa-twitter {
    color: #1da1f2 !important;
}
.connect-social li a .fa-youtube {
    color: #ff0000 !important;
}
.connect-social li a .fa-whatsapp {
    color: #075e54 !important;
}
.connect-social li a .fa-linkedin-in {
    color: #0072b1 !important;
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    .connect-footer {
        margin-bottom: 10px;
    }
    #new-footers #footer {
        margin-top: 0;
    }
}
@media only screen and (max-width: 992px) {
    #footer {
        padding-top: 120px;
    }
    #footer .foot-logo {
        margin-bottom: 45px;
    }
    .connect-footer {
        padding: 40px 35px;
        width: 85%;
    }
}
@media only screen and (max-width: 768px) {
    #footer .footer-center .foot-logo {
        margin-top: 0;
    }
    #footer .line {
        display: none;
    }
    #footer .footer-links {
        margin-top: 0;
    }
    #footer .footer-contact {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 700px) {
    #footer {
        text-align: center;
        padding-bottom: 20px;
    }
    #footer .info-footer-link {
        margin-bottom: 30px;
    }
    .connect-footer {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    #new-footers #footer {
        width: 100%;
        padding-bottom: 15px;
    }
    #new-footers #footer .foot-logo {
        margin-bottom: 15px;
    }
    #new-footers #connect-social .connect-footer {
        margin-bottom: 55px;
        margin-top: -75px;
    }
}
.landing h3 {
    text-transform: inherit;
}

.red {
    color: #d62128;
}

.main-titles {
    font-size: 36px !important;
    font-weight: 600 !important;
}

#uPVC-window {
    padding: 75px 0;
}

#product-style,
#product-application {
    padding: 75px 0;
    background-color: #f3f4f5;
}

.heading-title {
    margin-bottom: 20px;
}

.heading-desc {
    margin-bottom: 40px;
}

#product-style {
    background-color: #ddf0f8;
}
#product-style .slick-slide {
    margin: 0 20px;
}
#product-style .slick-list {
    margin: 0 -20px;
}
#product-style .slick-dots {
    bottom: -40px;
}
#product-style .product-wrapper {
    padding: 0;
    border-radius: 8px;
}
#product-style .product-wrapper:hover {
    background-color: #f3f4f5;
}
#product-style .product-content {
    padding: 20px 45px;
}
#product-style .product-image {
    border-radius: 8px 8px 0 0;
}
#product-style .product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#product-feature {
    padding: 75px 0;
    background-color: #fafafa;
}
#product-feature .icon-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    min-height: 225px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        #d62128 0px 0px 0px 1px inset;
}
#product-feature .icon-box:hover {
    background-color: #ddf0f8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        #ddf0f8 0px 0px 0px 1px inset;
}
#product-feature .icon-box a.full-link {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#product-feature .icon-box .icon-wrapper {
    padding: 0;
    margin-right: 0;
    width: 100px;
    height: 100px;
}

.application-boxes {
    padding: 15px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 6px;
}
.application-boxes p {
    margin-bottom: 0;
}
.application-boxes .text-4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
}
.application-boxes .text-3,
.application-boxes p {
    font-weight: 600;
    font-size: 14px;
}

.application-slider .application-detail {
    margin-top: 25px;
    padding: 15px;
}

.application-title-slider .slick-current.slick-active .application-boxes {
    border-bottom: 3px solid #d62128;
    background-color: #ddf0f8;
    transition: all 0.25s ease-in-out;
}

.application-image-item {
    max-height: 350px;
    overflow: hidden;
    border-radius: 6px;
}
.application-image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.application-title-slider .slick-center .application-boxes {
    border-bottom: 3px solid #d62128;
    background-color: #ddf0f8;
    transition: all 0.25s ease-in-out;
}

.application-desc {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 35px 0;
}
.application-desc .heading-section {
    width: 35%;
}
.application-desc .heading-section .main-titles {
    font-size: 26px;
    margin-bottom: 0;
}
.application-desc .heading-detail {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 75%;
}
.application-desc .heading-detail .style-type {
    padding: 15px 25px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.application-desc .heading-detail .style-type p {
    margin-bottom: 0;
}

#options {
    position: relative;
}
#options .option-section {
    position: relative;
    z-index: 2;
    padding: 0 30px;
}
#options .option-boxes {
    border: 2px solid #f3f4f5;
    border-radius: 6px;
    margin-right: 10px;
    width: 100% !important;
    margin-bottom: 10px;
}
#options .option-boxes:hover .icon-box {
    background-color: #ddf0f8;
}
#options .slick-slide {
    width: 95% !important;
    margin-bottom: 15px;
}
#options .small-btn {
    transform: scale(0.75);
    transform-origin: left;
}
#options .icon-box {
    position: relative;
    padding: 20px 30px;
    border: 1px solid;
    border-color: #d62128;
    transition: all 0.25s ease-in-out;
}
#options .series-title {
    font-size: 32px;
}
#options .h-100 {
    height: 100%;
}
#options .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f3f4f5;
}
#options .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
#options .option-image {
    height: 100%;
}
#options .option-image-inner {
    height: 100vh;
}
#options .option-image-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#options .series-section,
#options .accordion-button,
#options .accordion-item {
    background-color: #f3f4f5;
}
#options .series-desc {
    text-align: justify;
}
#options .series-img {
    margin-bottom: 30px;
    height: 180px;
}
#options .series-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#options .options-list {
    padding-right: 55px;
}
#options .accordion-button::after {
    content: "+";
    background-image: url("");
    margin-top: -7px;
}
#options .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}
#options .heading-title .main-titles {
    font-size: 28px;
    margin-bottom: 40px;
}

#faq {
    padding: 75px 0;
}
#faq ul {
    list-style-type: circle;
    padding-left: 30px;
}
#faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f3f4f5;
    box-shadow: none;
}
#faq .accordion-body {
    color: #000;
    background-color: #fafafa;
}
#faq .accordion-button {
    background-color: #f3f4f5;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 30px;
}
#faq .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
#faq .accordion-item {
    margin-bottom: 18px;
}
#faq .faq-section .heading-title {
    margin-bottom: 30px;
}
#faq .accordion-header {
    font-family: "Roboto Slab", serif;
}

#image-gallery {
    padding: 85px 0;
    background-color: #f3f4f5;
}
#image-gallery .swiper-slide .image-title {
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
    padding-left: 10px;
    text-align: center;
}

#fixed-switch {
    position: fixed;
    bottom: 70px;
    right: auto;
    left: 0;
    z-index: 999999;
    width: 150px;
}
#fixed-switch .switch-door {
    display: flex;
    gap: 10px;
    background-color: #d62128;
    color: #fff;
    align-items: center;
    padding: 10px 20px;
    padding-left: 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#fixed-switch .switch-door img {
    width: 40px;
}
#fixed-switch .switch-door span {
    line-height: 1;
}

#type {
    padding: 75px 0;
    padding-bottom: 0;
}
#type .sidebar-type {
    position: sticky;
    margin-bottom: 45px;
}
#type .type-boxes {
    position: relative;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 7px;
}
#type .type-boxes:hover .icon-box {
    background-color: #ddf0f8;
    transition: all ease-in-out 0.45s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        #ddf0f8 0px 0px 0px 1px inset;
}
#type .type-boxes .icon-box {
    padding: 10px 20px;
    align-items: center;
    transition: all ease-in-out 0.45s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        #d62128 0px 0px 0px 1px inset;
}
#type .type-boxes .icon-box.active-box {
    background-color: #ddf0f8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(196, 211, 233) 0px 0px 0px 1px inset;
    color: #000;
}
#type .type-boxes .icon-box h4 {
    margin-bottom: 0;
}
#type .type-boxes .icon-box .icon-wrapper {
    width: 55px;
    height: 55px;
    padding: 8px;
    margin-right: 15px;
}
#type .type-desc {
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
#type .type-desc.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#type .more-less {
    font-size: 14px;
    display: inline-block;
    padding: 6px 12px;
    background-color: #d62128;
    color: #fff;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}
#type .more-less .lessshow {
    display: none;
}
#type .more-less:hover {
    background-color: #1158a6;
    cursor: pointer;
}
#type .slick-slide {
    margin: 0 10px;
}
#type .design-slider-wrapper {
    margin-bottom: 65px;
}
#type .type-options {
    margin-bottom: 45px;
}
#type .type-options .option-boxes {
    margin-bottom: 20px;
}
#type .type-options .icon-box {
    padding: 15px 25px;
    align-items: center;
    position: relative;
}
#type .type-options .icon-box .icon-wrapper {
    padding: 5px;
}
#type .recommend-type {
    margin-bottom: 55px;
}
#type .recommend-type .recommend-place {
    font-size: 16px;
    font-weight: 800;
    padding: 5px 10px;
    text-align: center;
}
#type .type-features {
    background-color: #ddf0f8;
    margin-bottom: 0px;
    padding: 75px 0;
}
#type .type-features .heading-desc {
    margin-bottom: 20px;
}
#type .type-features .icon-box {
    padding: 10px 20px;
    position: relative;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        #d62128 0px 0px 0px 1px inset;
}
#type .type-features .icon-box .icon-wrapper {
    padding: 5px;
}
#type .main-about {
    padding-top: 75px;
}
#type .available-design {
    padding: 0px 3%;
}
#type .available-design .design-slider-wrapper {
    padding: 30px 20px;
    background-color: #ddf0f8;
    border-radius: 8px;
    margin-bottom: 45px;
}
#type .available-design .recommend-type {
    background-color: #fafafa;
    padding: 30px 20px;
    border-radius: 8px;
}
#type .available-design .recommend-type h3 span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
}
#type .available-design .product-wrapper .product-content h3 {
    font-size: 20px;
    font-weight: 500;
}
#type .main-titles {
    font-size: 26px;
    font-weight: 700;
}

#series {
    padding: 75px 4%;
}
#series .sidebar-type {
    position: sticky;
    top: 120px;
    margin-right: 30px;
    padding-right: 10px;
}
#series .sidebar-type::-webkit-scrollbar {
    width: 2px;
}
#series .sidebar-type::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
#series .sidebar-type::-webkit-scrollbar-thumb {
    background-color: #d62128;
    outline: 1px solid #d62128;
}
#series .type-boxes {
    position: relative;
    border: 2px solid #f3f4f5;
    border-radius: 6px;
    margin-right: 10px;
    width: 100% !important;
    margin-bottom: 7px;
}
#series .type-boxes .icon-box {
    padding: 20px;
    align-items: center;
    position: relative;
}
#series .type-boxes .icon-box.active-box {
    background-color: #ddf0f8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(196, 211, 233) 0px 0px 0px 1px inset;
    color: #000;
}
#series .type-boxes .icon-box h4 {
    margin-bottom: 0;
}
#series .type-boxes .icon-box .icon-wrapper {
    width: 55px;
    height: 55px;
    padding: 8px;
    margin-right: 15px;
}
#series .design-list .icon-box {
    height: auto;
    margin-bottom: 20px;
    align-items: center;
    padding: 10px 25px;
    position: relative;
}
#series .design-list .icon-box .icon-wrapper {
    padding: 0;
}
#series h4 {
    font-weight: 400;
    font-family: "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#series .type-desc {
    padding-bottom: 40px;
}
#series .slick-slide {
    margin: 0 10px;
}
#series .product-wrapper {
    padding: 25px 15px 10px 15px;
}
#series .design-slider-wrapper {
    margin-bottom: 45px;
}
#series .type-features {
    margin-bottom: 55px;
}
#series .type-features .heading-desc {
    margin-bottom: 20px;
}
#series .type-features .icon-box {
    padding: 10px 20px;
    position: relative;
    align-items: center;
}
#series .type-features .icon-box .icon-wrapper {
    padding: 5px;
}

#features {
    padding: 75px 0;
}
#features .sidebar-type {
    position: relative;
    margin-bottom: 65px;
}
#features .sidebar-type .icon-box .icon-content h4 {
    margin-bottom: 0;
}
#features .feature-boxes {
    position: relative;
    border-radius: 6px;
    margin-right: 10px;
    width: 100% !important;
    margin-bottom: 7px;
    text-align: center;
}
#features .feature-boxes .icon-box {
    padding: 20px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        #d62128 0px 0px 0px 1px inset;
    margin-right: 15px;
}
#features .feature-boxes .icon-box.active-box {
    background-color: #ddf0f8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        #ddf0f8 0px 0px 0px 1px inset;
    color: #000;
}
#features .feature-boxes .icon-box .icon-content {
    width: 100%;
}
#features .feature-boxes .icon-box .icon-wrapper {
    width: 55px;
    height: 55px;
    padding: 8px;
    margin-right: 15px;
}
#features .feature-boxes .icon-box h4 {
    font-weight: 400;
    font-family: "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#features .feature-desc {
    padding-bottom: 40px;
}
#features .feature-detail-type {
    margin-top: 45px;
}
#features .feature-detail-type .option-boxes {
    margin-bottom: 20px;
}
#features .feature-detail-type .icon-box {
    padding: 15px 25px;
    align-items: center;
    position: relative;
    display: block;
    margin-bottom: 25px;
    height: auto;
}
#features .feature-detail-type .icon-box .icon-wrapper {
    padding: 5px;
}
#features .feature-detail-type .icon-box .icon-content {
    width: 100%;
}
#features .feature-detail-type .result-card {
    background-color: #ddf0f8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(196, 211, 233) 0px 0px 0px 1px inset;
}

#do-you {
    padding: 75px 0;
    background-color: #fff5c2;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

#options-type {
    padding: 75px 0;
    background-color: #fafafa;
}
#options-type .options-desc {
    margin-bottom: 55px;
}
#options-type .options-brand-desc p {
    margin-bottom: 25px;
}
#options-type .color-brand {
    margin-bottom: 65px;
}
#options-type .options-type-list {
    gap: 15px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(209, 213, 219) 0px 0px 0px 1px inset;
    padding: 20px;
    border-radius: 6px;
}
#options-type .options-type-list .options-type-image {
    border: 1px solid #eaeaea;
    height: 120px;
    margin-bottom: 10px;
}
#options-type .options-type-list .options-type-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#options-type .options-type-list .options-type-detail .options-type-name {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
#options-type .options-type-list .options-type-detail .options-type-desc {
    font-size: 16px;
}

.window-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
    border-bottom: 4px solid #e9e9e9;
}
.window-flex .item-box {
    padding: 10px 25px;
    margin-right: 5px;
    background-color: #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(15% - 10px);
    border-radius: 8px 8px 0 0;
    position: relative;
    transition: all 0.25s ease-in-out;
}
.window-flex .item-box:hover {
    background-color: #d62128;
}
.window-flex .item-box:hover p {
    color: #fff;
}
.window-flex .item-box.active {
    background-color: #d62128;
}
.window-flex .item-box.active p {
    color: #fff;
}
.window-flex .item-box:last-of-type {
    margin-right: 0;
}
.window-flex .item-box img {
    height: 35px;
}
.window-flex .item-box p {
    margin-top: 0px;
    margin-bottom: 0;
    transition: all 0.25s ease-in-out;
}

.design-slider-wrapper .product-wrapper {
    background-color: transparent;
    padding: 0;
    border: none;
}
.design-slider-wrapper .product-wrapper img {
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
}
.design-slider-wrapper .slick-center img {
    transform: scale(1.08);
    opacity: 1;
}
.design-slider-wrapper .product-wrapper img {
    height: 100% !important;
}
.table-handles .handle-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
.table-handles .type {
    width: 20%;
    text-align: center;
}
.table-handles .type .title {
    padding: 8px 15px;
    background-color: #d62128;
    color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 0;
}
.table-handles .type div {
    height: 100%;
    border: 1px solid #eaeaea;
    padding: 5px;
    background-color: #fff;
}
.table-handles .type div img {
    height: 128px;
}
.table-handles .description {
    width: 40%;
}
.table-handles .description .title {
    padding: 8px 15px;
    background-color: #d62128;
    color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 0;
}
.table-handles .description div {
    font-size: 16px;
    padding: 8px 24px;
    display: block;
    border: 1px solid #eaeaea;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.glaze-card .glaze-image {
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
.glaze-card .glaze-content {
    padding: 15px 25px;
    text-align: center;
}
.glaze-card .glaze-content h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.window-glass-tables .chart-table {
    background: #1158a6;
    border: 1px solid #cfd1d1;
    border-radius: 6px;
    box-shadow: 0 0 25px 0 rgba(166, 166, 166, 0.29);
    margin: 15px 0 0;
    padding: 0 10px 10px 0;
}

.chart-table li {
    display: flex;
}

.chart-table li div {
    font-size: 16px;
    color: #0d0d0d;
    background: #1158a6;
    text-align: center;
    border-right: 1px solid #a3daf2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart-table li.head div {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: transparent;
    padding: 15px 10px 15px;
    background-color: #1158a6;
}

.chart-table li div:first-child {
    font-size: 18px;
    color: #fff;
    background: #1158a6;
    text-align: left;
    padding-left: 20px;
    border-right: 0;
    justify-content: flex-start;
}

.chart-table li div:first-child {
    width: 17%;
}

.chart-table li:nth-child(2) div:nth-child(2) {
    border-radius: 6px 0 0 0;
    overflow: hidden;
}

.chart-table li div:nth-child(2) {
    width: 32%;
}

.chart-table li div:nth-child(4),
.chart-table li div:nth-child(3),
.chart-table li div:nth-child(5) {
    width: 25%;
}

.chart-table li div span {
    display: flex;
    padding: 20px 10px;
    flex-grow: 1;
    border-right: 1px solid #1158a6;
    height: 100%;
    border-bottom: 1px solid #1158a6;
    width: 16.66%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    background: #fff;
}

.fa.fa-check {
    color: #b3d236;
}

.fa.fa-times {
    color: #d62128;
}

.glass-compare-chart .comparison-table {
    background: #1158a6;
    border: 1px solid #cfd1d1;
    border-radius: 6px;
    box-shadow: 0 0 25px 0 rgba(166, 166, 166, 0.19);
    margin: 15px 0 0;
    padding: 10px 10px 10px 0;
}

.comparison-table .box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.glass-compare-chart .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.5%;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
}

.glass-compare-chart strong {
    color: #2a2a2a;
    line-height: 24px;
    font-size: 18px;
}

.glass-compare-chart .left strong {
    margin: 15px 0 0;
    color: #fff;
}

.glass-compare-chart .left img {
    height: 48px;
    filter: brightness(0) invert(1);
}

.comparison-table ul {
    width: 84.5%;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.comparison-table ul li {
    display: flex;
}

.comparison-table ul li div {
    width: 40%;
    padding: 22px 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid #a3daf2;
    border-bottom: 1px solid #a3daf2;
    justify-content: center;
    font-size: 18px;
    color: #2a2a2a;
    background: #fff;
}

.comparison-table ul li.head div {
    border: 0;
    background-color: #fafafa;
    background-image: linear-gradient(
        180deg,
        #fafafa 70%,
        rgba(166, 166, 166, 0.09) 100%
    );
}

.comparison-table ul li div:first-child {
    width: 20%;
    justify-content: flex-start;
    padding-left: 20px;
}

.comparison-table ul li div .dark {
    color: #d62128;
    opacity: 1;
}

.text {
    padding: 10px 25px;
}

.text p {
    margin-bottom: 0;
}

.comparison-table ul li div span {
    border-radius: 2px;
    color: #120303;
    opacity: 0.47;
}

.comparison-table ul li div span + span {
    margin-left: 10px;
}

.main-titles img {
    position: relative;
    width: 32px;
    top: -8px;
}

@media only screen and (max-width: 600px) {
    .table-handles .handle-content.handle-heading {
        display: none;
    }
    .table-handles .description {
        width: 100%;
        text-align: center;
    }
    .table-handles .handle-content {
        flex-wrap: wrap;
    }
    .table-handles .type {
        width: 33.33%;
    }
    .table-handles .type div img {
        height: 96px;
    }
    .handle-content {
        margin-bottom: 32px;
    }
    .chart-table {
        width: 1200px;
    }
    .table-wrap {
        overflow-x: auto;
    }
    .glass-compare-chart .left {
        width: 40%;
    }
    .comparison-table ul {
        width: 78%;
        overflow-x: auto;
    }
    .comparison-table ul li div {
        width: 60%;
        flex: 0 0 auto;
    }
    .comparison-table ul li div:first-child {
        width: 50%;
    }
    .comparison-table ul li div span {
        font-size: 12px;
    }
    #desktop-type {
        display: none;
    }
    .know-why {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.see-arrow {
    display: none;
}

@media only screen and (max-width: 1100px) {
    #type .sidebar-type,
    #features .sidebar-type {
        height: auto;
        margin-right: 20px;
    }
    #series .sidebar-type {
        height: auto;
        margin-right: 0px;
    }
    #options-type .options-type-list {
        align-items: center;
    }
    #product-style .product-content {
        padding: 25px 20px;
    }
    #options {
        padding: 65px 0;
    }
    .main-titles {
        font-size: 24px !important;
    }
}
@media only screen and (max-width: 992px) {
    .ab-content {
        padding-right: 0;
    }
    #options {
        padding: 65px 0;
    }
    #options::before {
        display: none;
    }
    #options .series-list {
        padding-right: 0;
    }
    #options .options-list {
        padding-left: 25px;
        margin-top: 0px;
    }
    .application-desc .heading-detail .style-type {
        width: 47%;
        margin: 0;
    }
    .application-desc .heading-section .main-titles {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991.8px) {
    #type .sidebar-type,
    #features .sidebar-type,
    #series .sidebar-type {
        overflow: hidden;
        margin-bottom: 65px;
    }
    #type .recommend-style,
    #features .recommend-style,
    #series .recommend-style {
        margin-bottom: 30px;
    }
    #options-type .options-type-list {
        align-items: center;
    }
    #options .option-image-inner {
        display: none;
    }
    #options .options-list {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 650px) {
    .application-desc {
        flex-direction: column;
    }
    .application-desc .heading-section {
        width: 100%;
    }
    .application-desc .heading-detail {
        width: 100%;
    }
    .application-desc .heading-detail .style-type {
        width: 100%;
        margin: 0;
    }
    #type .sidebar-type,
    #features .sidebar-type,
    #series .sidebar-type {
        position: relative;
        top: 0;
        margin-right: 0;
    }
    #type .type-boxes .icon-box,
    #features .type-boxes .icon-box,
    #series .type-boxes .icon-box {
        padding: 10px;
    }
    #type .type-boxes .icon-box .icon-wrapper,
    #features .type-boxes .icon-box .icon-wrapper,
    #series .type-boxes .icon-box .icon-wrapper {
        margin-right: 10px;
    }
    #type .feature-boxes.show,
    #features .feature-boxes.show,
    #series .feature-boxes.show {
        display: block !important;
    }
    #type .see-arrow,
    #features .see-arrow,
    #series .see-arrow {
        display: block;
        position: absolute;
        right: 0px;
        top: 15px;
        width: 35px;
        font-size: 20px;
    }
    #options-type .options-type-list {
        flex-direction: column;
        align-items: flex-start;
    }
    .arrow-left {
        left: 8px !important;
    }
    .arrow-right {
        right: 8px !important;
    }
    #options .options-list {
        padding-left: 10px;
    }
    #options .options-list .icon-box {
        align-items: center;
    }
    #options .options-list .icon-box .icon-wrapper {
        padding: 0;
    }
    #uPVC-window {
        padding: 50px 0;
    }
    #landing h3 {
        margin-bottom: 7px;
    }
}
.is-flexed-vertically {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-titles {
    font-size: 36px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 24px;
    font-weight: 900;
}
.main-titles small {
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    font-size: 60%;
}

.text-justify {
    text-align: justify;
}

.text-last-center {
    -moz-text-align-last: center;
    text-align-last: center;
}

.has-custom-delay {
    animation-delay: 400ms;
}

.title-button .main-titles {
    margin-bottom: 0;
}

.delay-0 img {
    transition-delay: 1.5s !important;
}

.delay-1 img {
    transition-delay: 2.5s !important;
}

.delay-2 img {
    transition-delay: 3.5s !important;
}

.delay-3 img {
    transition-delay: 4.5s !important;
}

.delay-4 img {
    transition-delay: 5.5s !important;
}

.delay-5 img {
    transition-delay: 6.5s !important;
}

.delay-6 img {
    transition-delay: 7.5s !important;
}

.delay-7 img {
    transition-delay: 8.5s !important;
}

.delay-8 img {
    transition-delay: 9.5s !important;
}

#fixed-social {
    position: fixed;
    bottom: 130px;
    right: 0;
    z-index: 999999;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 200px;
    visibility: hidden;
    border-radius: 4px;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-call {
    background-color: #b3d236;
}

.fixed-email {
    background-color: #1158a6;
}

.fixed-whatsapp {
    background: #25d366;
}

.fixed-call span {
    background-color: #b3d236;
}

.fixed-email span {
    background-color: #1158a6;
}

.fixed-whatsapp span {
    background: #25d366;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .main-titles {
        font-size: 28px;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .main-titles {
        font-size: 24px;
    }
    #landing {
        padding-bottom: 30px;
    }
    #advantages-uPVC {
        padding-top: 40px;
    }
}
.halfHeightSection {
    height: 55vh;
    margin-top: 70px;
    position: relative;
}
.halfHeightSection .container {
    position: relative;
    z-index: 3;
}

.inner-footer {
    padding-top: 55px;
    padding-bottom: 30px;
}

#fullpage #landing {
    background-color: #fafafa;
}

@media only screen and (max-width: 1150px) {
    .halfHeightSection {
        height: 20vh;
    }
}
@media only screen and (max-width: 991.8px) {
    .halfHeightSection {
        height: 50vh;
        margin-top: 45px;
    }
}
@media only screen and (max-width: 800px) {
    .halfHeightSection {
        height: 25vh;
    }
    .window-flex {
        width: 100%;
        overflow-x: scroll;
    }
    .window-flex .item-box {
        width: auto;
    }
    .type-desc.truncated {
       height: 45px;
    }
    
    
}
@media only screen and (max-width: 600px) {
    .halfHeightSection {
        height: auto;
        margin-top: 0;
    }
    .halfHeightSection .banner-image {
        margin-bottom: 0;
    }
    #landing {
        padding-top: 69px;
    }
    #fullpage #landing {
        background-color: #e9e9e9;
        padding-bottom: 0;
    }
}
.red-color {
    color: #d62128 !important;
}
