/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
6.0 Modal Window
7.0 test
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@600&display=swap");
/*//@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,500&display=swap');*/

@font-face {
    font-family: "FrutigerNeueLTW1G";
    src: url("../fonts/FrutigerNeueLTW1G/FrutigerNeueLTW1G-Regular.woff2");
    font-display: swap;
}

@font-face {
    font-family: "FrutigerNeueLTW1G-Light";
    src: url("../fonts/FrutigerNeueLTW1G/FrutigerNeueLTW1G-Light.woff2");
    font-display: swap;
}

@font-face {
    font-family: "FrutigerNeueLTW1G-Heavy";
    src: url("../fonts/FrutigerNeueLTW1G/FrutigerNeueLTW1G-Heavy.woff2");
    font-display: swap;
}

@font-face {
    font-family: "FrutigerNeueLTW1G-Medium";
    src: url("../fonts/FrutigerNeueLTW1G/FrutigerNeueLTW1G-Medium.woff2");
    font-display: swap;
}

@font-face {
    font-family: "FrutigerNeueLTW1G-Book";
    src: url("../fonts/FrutigerNeueLTW1G/FrutigerNeueLTW1G-Book.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/FrutigerNeueLTW1G/Maven Pro.woff2");
    font-display: swap;
}

/*@font-face {
    font-family: 'Mulish';
    src: url('../fonts/mulish/Mulish-Regular.woff2');
    font-display:swap;
}*/

@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/maven/MavenPro-Regular.woff2");
    font-weight: 400;
    font-size: normal;
    font-display: swap;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/maven/MavenPro-Medium.woff2");
    font-weight: 500;
    font-size: normal;
    font-display: swap;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/maven/MavenPro-SemiBold.woff2");
    font-weight: 600;
    font-size: normal;
    font-display: swap;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/maven/MavenPro-Bold.woff2");
    font-weight: 700;
    font-size: normal;
    font-display: swap;
}

@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/maven/MavenPro-Black.woff2");
    font-weight: 900;
    font-size: normal;
    font-display: swap;
}

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

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

body {
    font: 16px/1.5 "Maven Pro", Arial, sans-serif;
    color: #2e2e2e;
    overflow-x: hidden;
    margin: 0;
    background: #fff;
    min-width: 320px;
    position: relative;
    transition: right 0.2s ease;
    right: 0;
    padding-top: 149px;
}

body.body_move {
    right: 260px;
    overflow: hidden;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.mejs-button,
.mejs-time,
.mejs-time-rail {
    overflow: hidden !important;
}

.logged-in .main_header {
    padding-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.top_decor_line {
    font-family: "Maven Pro", Arial, sans-serif;
    margin: 0 0 15px;
    line-height: 1.2;
    color: #3259a8;
}

h1 {
    text-transform: uppercase;
}
h2 {
    color: #e61e1e;
}
h3 {
    margin: 0 0 30px;
    color: #0040a1;
}
h4 {
    color: #2e2e2e;
}
h5 {
    margin: 0 0 10px;
}

.subheader-block h1,
.subheader-block,
.top_decor_line {
    color: #fff;
    text-transform: none;
}

.sue-section-content {
    width: 49%;
}

h1,
.top_decor_line,
.subheader-block {
    font-size: 48px;
    /*text-transform: uppercase;*/
}

h2,
.entry-title {
    font-size: 30px;
    /*text-transform: uppercase;*/
}

h3 {
    font-size: 30px;
    /*margin: 0 0 30px;*/
}

h4 {
    font-size: 24px;
    /*margin: 0 0 25px;*/
}

h5 {
    /*font-family: 'FrutigerNeueLTW1G-Medium', Arial, sans-serif;*/
    font-size: 18px;
    /*margin: 0 0 10px;*/
}

h6 {
    font-size: 16px;
    /*color: #fff;
    font-family: 'FrutigerNeueLTW1G-Medium', Arial, sans-serif;*/
}

p {
    margin: 0 0 10px;
}

a {
    color: #0040a1;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #72a8ec;
}

a.su-button.su-button-style-flat {
    text-align: center;
    display: inline-block;
    background-color: #ff6600;
    border-color: #cc5200;
    color: #fff;
}
.su-button-center {
    text-align: center;
}

b,
strong {
}

span {
}

ul {
    padding-left: 20px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.entry-header img {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
        margin: 0 0 20px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
        margin: 0 0 25px;
    }

    h4 {
        font-size: 20px;
        margin: 0 0 15px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    h4 {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.round-quote-icon {
    margin: 20px auto 0;
    display: block;
    width: 2.2em;
    height: 2.2em;
    background-color: #0040a1;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M832 960v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136zm896 0v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136z'/%3E%3C/svg%3E");
    background-size: 1.25em 1.25em;
    background-position: center;
    background-repeat: no-repeat;
}

.splide__slide img {
    display: block;
    width: 100%;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

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

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.modal.in {
    display: block;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal-content .close {
    font-family: "Maven Pro";
}

.tab-pane {
    display: none;
}

.tab-pane.in {
    display: block;
}

@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        width: 600px;
    }
}
span.circle-number {
    background: #e61e1e;
    color: #fff;
    border-radius: 50%;
    display: block;
    font-size: 10px;
    text-align: center;
    width: 26px;
    position: absolute;
    top: -16px;
    right: -10px;
    height: 26px;
    line-height: 2.8em;
}
.su-expand-link span {
    background: transparent;
    color: #3259a8;
    padding: 0;
    font-size: 16px;
    line-height: 44px;
    border-radius: 12px;
    font-family: Mulish;
    font-weight: 300;
    font-style: italic;
}
.su-expand-link span:before {
    content: "";
    background-image: url(/wp-content/themes/maxcanvas_child/img/black-arrow-down-icon-png-16.png);
    display: inline-block;
    height: 15px;
    width: 15px;
    background-position: center;
    background-size: contain;
    transform: rotate(270deg);
    padding-top: 0px;
    background-repeat: no-repeat;
}
.su-expand-link.su-expand-link-more {
    position: relative;
}
.su-expand-link.su-expand-link-more:before {
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    left: 0;
    height: 100px;
    top: -100px;
    opacity: 1;
}
.su-expand-link:hover {
    opacity: 1 !important;
}
.su-expand-link:hover span {
    color: #000;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

nav {
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.slick-slider *,
.slick-slider *:focus {
    outline: none;
}

.slick-slider img {
    display: inline-block;
    vertical-align: top;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[typ="password"] {
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    height: 47px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

input::-webkit-input-placeholder {
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

input::-moz-placeholder {
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

input:-moz-placeholder {
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

input:-ms-input-placeholder {
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea {
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    resize: none;
    display: block;
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

textarea::-webkit-input-placeholder {
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

textarea::-moz-placeholder {
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

textarea:-moz-placeholder {
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

textarea:-ms-input-placeholder {
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 20px;
}

span.wpcf7-list-item {
    margin-left: 0;
}

label {
    cursor: pointer;
    font-weight: normal;
}

.btn,
input[type="submit"],
button,
.button {
    color: #fff;
    background: #ff0c23;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-width: 170px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    margin: 0 0 15px;
}

.btn.blue,
input[type="submit"].blue {
    background: #17569e;
}

.btn.orange {
    background: #ff6600;
}

.orange-btn {
    display: inline-block;
    padding: 13px 25px;
    width: auto;
    height: 55px;
    background: #ff6600;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 32px auto 0;
    min-width: 160px;
}

.btn:hover,
input[type="submit"]:hover,
button:hover,
.button:hover {
    opacity: 0.7;
    color: #fff;
}

a.orange-btn:hover,
.btn.orange:hover {
    background: transparent;
    color: #ff6600;
    border: 1px solid #ff6600;
}

.lmore.btn:hover {
    background: #2a2d2f;
}

.map-block {
    position: relative;
    padding-top: 55.25%;
    border: 1px solid #bababa;
    margin: 0 0 35px;
}

.map-block iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

address {
    line-height: 1.5;
    color: #383838;
    margin: 0 0 15px;
}

address a {
    color: #383838;
}

address p {
    margin: 0;
}

.custom-table {
    display: table;
    height: 100%;
    width: 100%;
}

.custom-table-row {
    display: table-cell;
    vertical-align: middle;
}

.top_decor_line {
    position: relative;
    font-weight: 600;
}

.bottom_decor_line {
    position: relative;
    margin: 0;
}

.bottom_decor_line:after {
    content: "";
    display: block;
    height: 4px;
    width: 41px;
    background: #0040a1;
    margin: 25px auto;
}

.indent-block {
    /*    padding: 55px 0;*/
    padding: 25px 0 15px;
}

.base_white_color {
    background: #fafafa;
}

.base_grey_color {
    background: #f5f5f5;
}

.bottom_indent-block {
    margin-bottom: 30px;
}

label {
    margin: 0 15px 0 0;
}

label input[type="checkbox"] ~ .wpcf7-list-item-label {
    position: relative;
}

label input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    z-index: -1;
    opacity: 0;
}

label input[type="checkbox"] ~ .wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background: #b7b7b7;
    border-radius: 2px;
    margin: 3px 5px 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

label input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
    content: "\f00c";
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    top: -4px;
    left: 0;
    color: #004595;
    font-size: 14px;
}

.subheader-block {
    height: 212px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.subheader-block .top_decor_line:before {
    background: #fff;
    width: 55px;
    height: 8px;
}

.contact_jotform {
    height: 366px !important;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .subheader-block {
        height: 212px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .indent-block {
        padding: 35px 0;
    }

    .btn,
    input[type="submit"],
    button,
    .button {
        padding: 13px 25px;
    }

    .subheader-block {
        height: 300px;
        background-position: calc(69%);
    }

    .subheader-block .top_decor_line:before {
        width: 50px;
        height: 5px;
        margin: 0 0 10px;
    }

    .bottom_indent-block {
        margin-bottom: 20px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        margin-bottom: 15px;
    }

    .indent-block {
        padding: 20px 0;
    }

    .top_decor_line:before {
        width: 60px;
        height: 3px;
        margin: 0 0 10px;
    }

    .btn,
    input[type="submit"],
    button,
    .button {
        color: #fff;
        padding: 9px 15px;
        font-size: 14px;
        line-height: 18px;
        min-width: 145px;
        box-shadow: none;
    }

    .bottom_decor_line:after {
        margin: 10px auto;
        height: 2px;
    }

    .wpcf7-form-control-wrap {
        margin: 0 0 15px;
    }

    .subheader-block {
        height: 250px;
    }

    .subheader-block .top_decor_line:before {
        width: 40px;
        height: 4px;
        margin: 0 0 6px;
    }

    .map-block {
        padding-top: 70%;
        margin: 0 0 15px;
    }

    .bottom_indent-block {
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
.fa {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

.fa-search {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233888c9' d='M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z'/%3E%3C/svg%3E");
}

.fa-user {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233888c9' d='M1536 1399q0 109-62.5 187t-150.5 78h-854q-88 0-150.5-78t-62.5-187q0-85 8.5-160.5t31.5-152 58.5-131 94-89 134.5-34.5q131 128 313 128t313-128q76 0 134.5 34.5t94 89 58.5 131 31.5 152 8.5 160.5zm-256-887q0 159-112.5 271.5t-271.5 112.5-271.5-112.5-112.5-271.5 112.5-271.5 271.5-112.5 271.5 112.5 112.5 271.5z'/%3E%3C/svg%3E");
}

.fa-envelope {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233888c9' d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z'/%3E%3C/svg%3E");
}

.fa-phone {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233888c9' d='M1600 1240q0 27-10 70.5t-21 68.5q-21 50-122 106-94 51-186 51-27 0-53-3.5t-57.5-12.5-47-14.5-55.5-20.5-49-18q-98-35-175-83-127-79-264-216t-216-264q-48-77-83-175-3-9-18-49t-20.5-55.5-14.5-47-12.5-57.5-3.5-53q0-92 51-186 56-101 106-122 25-11 68.5-21t70.5-10q14 0 21 3 18 6 53 76 11 19 30 54t35 63.5 31 53.5q3 4 17.5 25t21.5 35.5 7 28.5q0 20-28.5 50t-62 55-62 53-28.5 46q0 9 5 22.5t8.5 20.5 14 24 11.5 19q76 137 174 235t235 174q2 1 19 11.5t24 14 20.5 8.5 22.5 5q18 0 46-28.5t53-62 55-62 50-28.5q14 0 28.5 7t35.5 21.5 25 17.5q25 15 53.5 31t63.5 35 54 30q70 35 76 53 3 7 3 21z'/%3E%3C/svg%3E");
}

.fa-caret-up {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M1408 1216q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z'/%3E%3C/svg%3E");
}

.main_header {
    padding: 15px 0 0;
    font-size: 17px;
}
.main_header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff0;
    z-index: 100;
    transition: right 0.2s ease;
    background-image: url("/wp-content/themes/maxcanvas_child/img/Gray-background.jpg");
    background-size: cover;
    background-position: center;
}

.action-list {
    list-style: none;
    margin: 0;
    padding: 30px 0 0;
}

.action-list li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 30px;
}

.action-list li + li:before {
    /*content: "";*/
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 20px;
    background: #c2c2c2;
    margin: -3px 10px 0;
}

.action-list a {
    color: #7f7f7f;
}

.action-list .fa {
    color: #3888c9;
    margin-right: 8px;
}

.action-list form {
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
}

.action-list form .input-group {
    display: block;
}

.action-list form input[type="search"] {
    border-radius: 50px;
    height: 34px;
    color: #c8c8c8;
    font-family: "FrutigerNeueLTW1G-Book", Arial, sans-serif;
    padding: 7px 30px 7px 15px;
    width: 180px;
    background: #f5f5f5;
    border-color: #e0e0e0;
}

.action-list form input::-webkit-input-placeholder {
    color: #c8c8c8;
    font-family: "FrutigerNeueLTW1G-Book", Arial, sans-serif;
}

.action-list form input::-moz-placeholder {
    color: #c8c8c8;
    font-family: "FrutigerNeueLTW1G-Book", Arial, sans-serif;
}

.action-list form input:-moz-placeholder {
    color: #c8c8c8;
    font-family: "FrutigerNeueLTW1G-Book", Arial, sans-serif;
}

.action-list form input:-ms-input-placeholder {
    color: #c8c8c8;
    font-family: "FrutigerNeueLTW1G-Book", Arial, sans-serif;
}

.action-list form button {
    background: none;
    padding: 0;
    box-shadow: none;
    min-width: 0;
    font-size: 18px;
    color: #3888c9;
    position: absolute;
    top: 1px;
    right: 5px;
}

.top_actions,
.top_search {
    padding-top: 0;
}

.top_actions {
    clear: right;
}

.main_header .wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.top_buttons {
    text-align: center;
    float: right;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.top_buttons a {
    display: inline-block;
    /*background: #FF6600;*/
    /*border: solid 2px #FF6600;*/
    background: #e61e1e;
    border: solid 2px #e61e1e;
    font-family: "FrutigerNeueLTW1G-Medium", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 0 8px rgba(255, 102, 0, 0);
    -moz-box-shadow: 0 0 8px rgba(255, 102, 0, 0);
    box-shadow: 0 0 8px rgba(255, 102, 0, 0);
}

.top_buttons a:first-child {
    margin: 0;
}

.top_buttons a:hover {
    /*-webkit-box-shadow: 0 0 8px rgba(255, 102, 0, 1);*/
    /*-moz-box-shadow: 0 0 8px rgba(255, 102, 0, 1);*/
    /*box-shadow: 0 0 8px rgba(255, 102, 0, 1);*/
    -webkit-box-shadow: 0 0 8px rgba(230, 30, 30, 1);
    -moz-box-shadow: 0 0 8px rgba(230, 30, 30, 1);
    box-shadow: 0 0 8px rgba(230, 30, 30, 1);
}

.top_buttons a.cart_button {
    background: #fff;
    /*color: #FF6600;*/
    color: #e61e1e;
}

.top_buttons a img {
    margin: 0;
    max-width: 25px;
    max-height: 25px;
    display: inline-block;
}

.main_nav .menu {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    text-align: center;
    background: rgb(0, 52, 114);
    background: -moz-linear-gradient(
        top,
        rgba(0, 52, 114, 1) 0%,
        rgba(0, 69, 149, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 52, 114, 1) 0%,
        rgba(0, 69, 149, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 52, 114, 1) 0%,
        rgba(0, 69, 149, 1) 100%
    );
}

.main_nav .menu > li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

.main_nav .menu > li > a {
    color: #fbfbfb;
    display: block;
    padding: 15px 35px;
    position: relative;
    z-index: 100;
}

.main_nav .menu > li > a:hover,
.main_nav .menu > li > a:focus,
.main_nav .menu > .current-menu-item a {
    color: #ff384b;
}

.main_nav .sub-menu {
    display: none;
}

.main_nav .sub-menu.scrollable_submenu {
    overflow: auto;
}

.main_nav .sub-menu li {
    width: 250px;
    text-align: left;
}

.main_nav ul.menu li {
    position: relative;
}

.main_nav ul.menu li:hover {
    z-index: 9999;
}

.main_nav ul.menu li:hover .sub-menu {
    display: block;
    position: absolute;
    background: #0040a1;
    top: 100%;
    /*margin-top: -4px;*/
    list-style: none;
    padding: 0;
    z-index: 99;
    overflow: auto;
}

.main_nav ul.menu li:hover .sub-menu li {
    padding: 10px 35px;
    border-bottom: 1px solid #11529d;
}

.main_nav ul.menu li:hover .sub-menu li a {
    color: #ffffff;
}

.main_nav ul.menu li:hover .sub-menu li:hover a {
    color: #ff384b;
}

.main_nav ul.menu li:hover .sub-menu {
}

.main_nav ul.menu li:hover .sub-menu .jspVerticalBar,
.main_nav ul.menu li:hover .sub-menu .jspHorizontalBar {
    background: none;
}

.main_nav ul.menu li:hover .sub-menu .jspVerticalBar {
    width: 8px;
}

.main_nav ul.menu li:hover .sub-menu .jspHorizontalBar {
    height: 8px;
}

.main_nav ul.menu li:hover .sub-menu .jspTrack {
    background: #e6e6e6;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main_nav
    ul.menu
    li:hover
    .sub-menu
    > .jspContainer
    > .jspHorizontalBar
    .jspTrack {
    background: #aac5e5;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.main_nav
    ul.menu
    li:hover
    .sub-menu
    > .jspContainer
    > .jspHorizontalBar
    .jspTrack
    .jspDrag {
    background: #004495;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.main_nav ul.menu li:hover .sub-menu .jspDrag {
    background: #aac5e5;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.logo {
    margin-top: 30px;
}

header a.logo img {
    width: 200px;
}

/*  Mobile style */
header .opener {
    display: none;
    width: 30px;
    margin: 5px 0 0;
    cursor: pointer;
}

header .opener.active {
    margin: 10px 0 0;
}

header .opener span {
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    background: #000;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header .opener.active span {
    background: #a93232;
}

header .opener.active span:last-child {
    transform: translate3d(4px, -4px, 0) rotate(-45deg);
}

header .opener.active span:first-child {
    transform: translate3d(4px, 5px, 0) rotate(45deg);
}

header .opener.active span:nth-child(2n) {
    display: none;
}

.mobile_menu {
    overflow-y: scroll;
    display: block;
    position: fixed;
    width: 260px;
    box-sizing: border-box;
    right: -260px;
    top: 0;
    bottom: 0;
    background: #333;
    transition: right 0.2s ease;
    text-transform: uppercase;
    z-index: 150;
}

.mobile_menu.active {
    right: 0;
}

.mobile_menu .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile_menu .menu .sub-menu {
    padding: 0;
    list-style: none;
    text-transform: none;
}

.mobile_menu .menu > li {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d;
    padding: 10px 20px;
    display: block;
    margin: 0;
}

.mobile_menu .menu > li a {
    display: block;
    color: #fff;
}

.mobile_menu .menu > li > .sub-menu > li > a {
    padding: 10px 15px 0 20px;
}

.mobile_menu .sub-menu .sub-menu {
    display: none;
}

.mobile_menu .action-list {
    display: block;
    padding: 0;
}

.mobile_menu .action-list li {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d;
}

.mobile_menu .menu .action-list-holder {
    padding: 0;
    border-top: 0;
}

.mobile_menu .action-list form {
    margin-top: 0;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1279px) {
    .main_nav .menu > li > a {
        padding: 10px 25px;
    }
}

@media (max-width: 1199px) {
    .main_nav .menu > li > a {
        padding: 10px 25px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .main_nav .menu > li > a {
        padding: 10px 25px;
    }

    .main_header {
        font-size: 15px;
    }

    .main_header .logo {
        max-width: 250px;
    }

    .action-list form {
        margin-top: -7px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 768px) {
    .main_header {
        padding: 10px 0;
    }

    .main_header .opener {
        display: block;
    }

    .main_header nav,
    .main_header .action-list {
        display: none !important;
    }

    .main_header .logo {
        max-width: 210px;
    }

    .mobile_menu .action-list li + li:before {
        display: none;
    }

    .mobile_menu .action-list form input[type="search"] {
        width: 100%;
    }
}

/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
img.rss-widget-icon {
    display: none;
}

.products-list,
.category-list {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.products-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin: 0 0 25px;
    font-size: 22px;
    color: #0040a1;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

.category-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 25px;
    font-size: 22px;
    color: #0040a1;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

.category-list a {
    display: block;
    color: #0040a1;
}

.products-list .product-holder {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 15px 15px 0;
    background: #fff;
    display: block;
    color: #0040a1;
}

.products-list li:hover .product-holder {
    border-color: #000;
}

.products-list .img-box,
.category-list .img-box {
    position: relative;
    margin: 0 0 25px;
}

.products-list .img-box:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(244, 244, 244, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(244, 244, 244, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(244, 244, 244, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    );
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px;
}

.related.products {
    clear: both;
}

.action-bar {
    /*    margin: 0 0 25px;*/
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    overflow: hidden;
}

.breadcrumbs a span,
.breadcrumbs .separator {
    color: #bdbdbd;
}

.breadcrumbs .separator {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}

.breadcrumbs span {
    color: #004595;
}

.action-bar .action-list {
    padding-top: 0;
    text-align: right;
}

.action-bar .action-list li + li:before {
    background: transparent;
}

.action-bar .action-list a {
    color: #3c3c3c;
}

.action-bar .action-list .fa {
    color: #ff384a;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: 0.2s all;
}

.action-bar .action-list .fa-print {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff384a' d='M448 1536h896v-256h-896v256zm0-640h896v-384h-160q-40 0-68-28t-28-68v-160h-640v640zm1152 64q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128 0v416q0 13-9.5 22.5t-22.5 9.5h-224v160q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-160h-224q-13 0-22.5-9.5t-9.5-22.5v-416q0-79 56.5-135.5t135.5-56.5h64v-544q0-40 28-68t68-28h672q40 0 88 20t76 48l152 152q28 28 48 76t20 88v256h64q79 0 135.5 56.5t56.5 135.5z'/%3E%3C/svg%3E");
}

.action-bar .action-list .fa-envelope {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff384a' d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z'/%3E%3C/svg%3E");
}

.action-bar .action-list .fa-star {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff384a' d='M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z'/%3E%3C/svg%3E");
}

.action-bar .action-list a:hover .fa-print {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23004595' d='M448 1536h896v-256h-896v256zm0-640h896v-384h-160q-40 0-68-28t-28-68v-160h-640v640zm1152 64q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128 0v416q0 13-9.5 22.5t-22.5 9.5h-224v160q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-160h-224q-13 0-22.5-9.5t-9.5-22.5v-416q0-79 56.5-135.5t135.5-56.5h64v-544q0-40 28-68t68-28h672q40 0 88 20t76 48l152 152q28 28 48 76t20 88v256h64q79 0 135.5 56.5t56.5 135.5z'/%3E%3C/svg%3E");
}

.action-bar .action-list a:hover .fa-envelope {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23004595' d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z'/%3E%3C/svg%3E");
}

.action-bar .action-list a:hover .fa-star {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23004595' d='M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z'/%3E%3C/svg%3E");
}

.action-bar .action-list a:hover .fa {
    color: #004595;
}

.single-slider {
    margin: 0 -15px;
}

.single-slider .slick-slide {
    margin: 0 15px;
    text-align: center;
}

.product-slider .slick-slide {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    font-size: 22px;
    padding: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-slider .slick-slide:hover {
    border-color: #000;
}

.product-slider .slick-slide a {
    color: #0040a1;
}

.single-slider .slick-slide .img-box {
    margin-bottom: 15px;
}

.product-slider .slick-slide .img-box {
    margin: 0 15px 15px;
    border-bottom: 2px solid #f4f4f4;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-slider .slick-slide .custom-table {
    min-height: 50px;
}

.primaries-slider .slick-slide a {
    font-family: "FrutigerNeueLTW1G-Book", Arial, sans-serif;
    color: #3a3a3a;
}

.single-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0 0;
    line-height: 0;
    font-size: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    min-width: 0;
    padding: 0;
    z-index: 3;
}

.single-slider .slick-arrow:before {
    font-family: "FontAwesome", sans-serif;
    font-size: 60px;
    line-height: 1;
    color: #e2e2e2;
}

.single-slider .slick-arrow:hover::before {
    color: #080808;
}

.single-slider .slick-prev {
    left: -50px;
}

.single-slider .slick-prev:before {
    content: "\f104";
}

.single-slider .slick-next {
    right: -50px;
}

.single-slider .slick-next:before {
    content: "\f105";
}

.contact-form .link {
    text-decoration: underline;
    color: #004494;
    display: block;
}

.contact-form .link.grey {
    color: #bababa;
}

.contact-form input[type="submit"] {
    padding: 10px 20px;
}

.number-pagination .page {
    border-radius: 100%;
    border: none;
}

.number-pagination .page.current {
    background: #ff3b4d;
    border: none;
}

.products-pagination {
    margin-bottom: 30px;
}

.products-pagination a,
.news-pagination a {
    background: #ddd;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}

.products-pagination .page-numbers,
.news-pagination .page-numbers {
    border-radius: 100%;
}

.products-pagination .page-numbers.current,
.news-pagination .page-numbers.current {
    color: #fff;
    margin-right: 4px;
    padding: 4px 8px;
    background: #ff3b4d;
    border: none;
}

.products-infolist {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.products-infolist > li {
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0 15px;
}

.products-infolist > li:first-child {
    border-top: 1px solid #e2e2e2;
}

.products-infolist .img-box {
    float: left;
    width: 23%;
    padding: 10px;
}

.products-infolist .main-info {
    float: left;
    width: 77%;
    font-size: 14px;
}

.products-infolist .main-info .title {
    font-size: 20px;
    color: #004495;
    font-family: "FrutigerNeueLTW1G-Book", sans-serif;
    margin-bottom: 10px;
}

.products-infolist .tab-navigation-list {
    float: left;
    width: 17%;
    padding: 10px 10px 10px 0;
    list-style: none;
    margin: 0;
}

.products-infolist .tab-navigation-list li {
    margin-bottom: 7px;
}

.products-infolist .tab-navigation-list li a {
    color: #8d8d8d;
}

.products-infolist .tab-navigation-list .active a {
    color: #2b2b2b;
}

.tab-navigation-holder {
    padding: 15px 0;
    border-bottom: 1px solid #d2d2d2;
}

.tab-navigation-holder .tab-navigation-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.tab-navigation-holder .tab-navigation-list li a,
.tab-navigation-holder .tab-navigation-list li {
    color: #a1a1a1;
}

.tab-navigation-holder .tab-navigation-list .active a,
.tab-navigation-holder .tab-navigation-list .active {
    color: #00397d;
}

.products-infolist .tab-content {
    float: left;
    width: 83%;
    padding: 0 10px;
}
.woocommerce table.shop_attributes {
    border: none;
}
.products .tab-content .tab-item {
    padding: 10px 0;
    background: #f0f5f8;
    height: 110px;
    overflow: auto;
    font-family: "FrutigerNeueLTW1G-Book", sans-serif;
    color: #313131;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
h3.widget-title {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 15px;
    font-family: "FrutigerNeueLTW1G";
}
.content .page-title {
    font-size: 36px;
}
.tab-content .tab-item {
    display: none;
}

.tab-content .tab-item p {
    margin-bottom: 20px;
}

.tab-content .tab-item.active {
    display: block;
}

.tab-content .tab-item table {
    width: 100%;
    table-layout: fixed;
}

.products-infolist .tab-content .content-tab-item {
    padding: 8px;
}

.products-infolist .content-tab-item p {
    margin-bottom: 8px;
}

.products-infolist .content-tab-item ul {
}

.products-infolist .content-tab-item ul li {
    position: relative;
    margin-bottom: 3px;
}

.products-infolist .content-tab-item ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes d {
    padding: 5px;
    line-height: 1.25;
}

.tab-content .tab-item .datasheet {
    position: relative;
    padding-left: 25px;
    display: block;
}

.tab-content .tab-item .datasheet:before {
    content: "";
    background: url("../img/pdf_icon.jpg");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
}

.single_datasheets {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    word-wrap: break-word;
}

.single_datasheets:before {
    content: "";
    background: url("../img/pdf_icon.jpg");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
}

.products-infolist .button-holder {
    float: left;
    padding: 0 0 0 10px;
    width: 28%;
}

.products-infolist .button-holder .btn {
    font-size: 14px;
    box-shadow: none;
    padding: 10px 15px;
    min-width: 0;
    width: 100%;
}

.sidebar .sidebar-title {
    font-size: 20px;
    color: #004495;
    font-family: "FrutigerNeueLTW1G-Book", sans-serif;
    margin-bottom: 25px;
}

.field-group-holder {
    border: 1px solid #e2e2e2;
    box-shadow: 3px 4px 6px 3px rgba(0, 0, 0, 0.2);
}

.sidebar .field .field-name {
    font-family: "Maven Pro", sans-serif;
    color: #00397c;
    margin-bottom: 5px;
}

.related {
    margin-top: 30px;
}

.related:first-child {
    margin-top: 0;
}
.related ul {
    list-style: none;
    padding: 0;
    border: 1px solid #e3e3e3;
}

.related li {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
}

.related li:last-child {
    border: none;
}

.related li a {
    color: #000;
}

.related li a:hover {
    color: #004595;
    font-weight: bold;
}

.field-group-holder .field .checkbox-field {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    margin: 0;
}

.field-group-holder .field .checkbox-field:before {
    content: "\f0d7";
    position: absolute;
    top: 1px;
    right: 5px;
    font-family: "FontAwesome", sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ff0c23;
}

.field-group-holder .field .checkbox-field.open:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.field-group-holder,
.field-group-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.field-group-holder .field-group {
    padding: 15px 20px;
}

.field-group-holder .field-group:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.field-group-holder .field-group select {
    margin-bottom: 10px;
}

.field-group-holder .field > ul {
    display: none;
    margin-top: 10px;
}

.field-group-holder .field > ul li:not(:last-child) {
    margin-bottom: 5px;
}

.field-group-holder
    .field
    label
    input[type="checkbox"]
    ~ .wpcf7-list-item-label:before {
    background: transparent;
    border: 1px solid #dadada;
    border-radius: 0;
}

.field-group-holder
    .field
    label
    input[type="checkbox"]:checked
    ~ .wpcf7-list-item-label:after {
    top: -1px;
    left: 2px;
    color: #ff0c23;
    font-size: 12px;
}

.page-id-19 h3 {
    text-align: center;
}

/*Services Page*/

.page-template-template-services-page .indent-block {
    padding-bottom: 0;
}

.page-template-template-services-page .action-bar {
    margin-bottom: 0;
    border-bottom: 0;
}

.content-background {
    padding: 80px 0;
}

.content-background p:not(:last-child) {
    margin-bottom: 25px;
}

.content-background,
.info-sections {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-sections {
    height: 550px;
    padding: 25px 0;
}

.info-sections h4 {
    margin-bottom: 20px;
}

.info-sections p + p {
    margin: 25px 0 0;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
    color: #fff;
}

.services-list,
.check-list {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.services-list > li,
.check-list li {
    width: 50%;
    margin-bottom: 45px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: normal;
}

.services-list > li:nth-child(odd),
.check-list li:nth-child(odd) {
    padding-right: 60px;
}

.services-list > li:nth-child(even),
.check-list li:nth-child(even) {
    padding-left: 60px;
}

.services-list .img-box {
    padding-right: 25px;
    width: 100px;
    text-align: center;
}

.services-list li p {
    margin-bottom: 0;
}

.check-list li {
    padding-left: 65px;
    position: relative;
}

.check-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 0;
    z-index: 2;
    width: 40px;
    height: 39px;
    background: url("../img/check.png") 0 0 no-repeat;
}

button.search.post {
    color: #fff;
    background: #ff0c23;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-width: auto;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    margin-top: 0 0 15px;
    position: absolute;
    right: 14px;
    width: 50px;
    background-color: transparent;
    box-shadow: none;
    top: -3px;
}

/*
 ------------------  woocommerce filter --------------
*/
.woof_container {
    padding: 0;
    margin: 0;
}

.woof_container:not(:last-child) {
    margin-bottom: 15px;
}

.woof_submit_search_form_container {
    margin: 0;
}

.woof_container_checkbox {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    padding: 15px 20px 0;
}
.woof_container_checkbox:first-child {
    border: none;
}
.woof_products_top_panel {
    display: none !important;
}

.woof_container h4 {
    font-size: 16px;
    color: #004495;
    font-family: "Maven Pro", sans-serif;
    padding-right: 25px;
    position: relative;
}

.woof_container h4 .woof_front_toggle {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 0;
}

.woof_container h4 .woof_front_toggle:before {
    content: "\f0d8";
    position: absolute;
    top: -4px;
    right: 5px;
    font-family: "FontAwesome", sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ff0c23;
    font-size: 16px;
}

.woof_container h4 .woof_front_toggle.woof_front_toggle_closed:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.woof_radio_label {
    margin: inherit;
    line-height: 1.3em;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dadada;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.chosen-container-single .chosen-single {
    padding: 1px 25px 0 10px;
    height: auto;
    border: 1px solid #dadada;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
    box-shadow: none;
    background-clip: padding-box;
    border-color: #dadada;
}

.chosen-container-single .chosen-single span {
    margin-right: 0;
    color: #c1c1c1;
    font-size: 15px;
}

ul.woof_list {
    padding: 0;
}

.woof_sid_widget {
    border: 1px solid #e3e3e3;
    padding: 20px 0 5px;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    position: relative;
}

.chosen-container-single .chosen-single div b:before {
    content: "\f0d7";
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0;
    font-family: "FontAwesome", sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ff0c23;
}

.woof_list_checkbox li input[type="checkbox"] ~ .woof_checkbox_label {
    position: relative;
    padding: 0;
    margin: 0;
}

.woof_list_checkbox li input[type="checkbox"] ~ .woof_checkbox_label.child {
    margin-left: 20px;
}

.woof_list_checkbox li input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    z-index: -1;
    opacity: 0;
}

.woof_list_checkbox li input[type="checkbox"] ~ .woof_checkbox_label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 3px 10px 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    border: 1px solid #dadada;
}

.woof_list_checkbox
    li
    input[type="checkbox"]:checked
    ~ .woof_checkbox_label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    color: #ff0c23;
    font-size: 12px;
    width: 1em;
    height: 1em;
    background-image: url(../img/check.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.woof_checkbox_label_selected {
    font-weight: normal;
}

.woocommerce .products-infolist {
    overflow-x: scroll;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 0;
    min-width: 720px;
}

.woocommerce nav.woocommerce-pagination {
    clear: both;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    padding: 0 3px;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border: none;
    border-radius: 50%;
    font-size: 14px;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 0;
    line-height: 22px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
    background: #ff0c22;
}

.woocommerce-pagination .page-numbers li a {
    background: #efefef;
    color: #939393;
}

.woocommerce-Tabs-panel--video_tab {
    text-align: center;
}

.woocommerce-Tabs-panel .woo-single-video {
    position: relative;
    padding-bottom: 40%;
    display: inline-block;
    width: 100%;
    max-width: 800px;
}

.woocommerce-Tabs-panel .woo-single-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select.wppp-select,
.woocommerce-ordering select {
    padding: 5px 35px 5px 10px;
    height: 32px;
    margin-bottom: 20px;
    color: #5d5959;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.woocommerce-ordering select {
    width: auto;
}

.woocommerce-ordering label {
    line-height: 30px;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border: none;
    background: #fff;
    padding: 0 0 0 15px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #f0f5f8;
}
/* product-detail */
.entry-summary h4 {
    font-size: 20px;
    color: #000;
    font-family: "FrutigerNeueLTW1G-Heavy";
}
.entry-summary .shop_attributes {
    font-size: 16px;
    line-height: 38px;
    width: 100%;
    color: #000;
    table-layout: fixed;
}
.entry-summary .shop_attributes tr th,
.entry-summary .shop_attributes tr td {
    padding: 8px 5px !important;
    background: #fff;
    border: 1px dashed #e0e0e0;
    border-width: 1px 0;
}
.entry-summary .shop_attributes tr td {
    font-size: 14px !important;
    font-style: normal;
}
.entry-summary .shop_attributes tr:nth-of-type(even) th,
.entry-summary .shop_attributes tr:nth-of-type(even) td {
    background: #f6f8fa !important;
}
.entry-summary .shop_attributes tr th:first-child,
.entry-summary .shop_attributes tr td:first-child {
    width: 37%;
}
.other-info {
    margin: 25px 0 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dbdbdc;
}
.other-info h4 {
    font-size: 20px;
    color: #000;
    font-family: "FrutigerNeueLTW1G-Heavy";
}
.more {
    display: block;
    margin: 25px 0;
    font-size: 20px;
    line-height: 20px;
    font-family: "Maven Pro", Arial, sans-serif;
}
.related.products {
    display: inline-block;
    margin: 50px 0 0;
}
.related.products h2 {
    background: #003c83;
    color: #fff;
    padding: 10px 30px;
}
/* Only for single slider (1300px and below) */
@media (max-width: 1299px) {
    .single-slider {
        padding: 0 15px;
    }

    .single-slider .slick-prev {
        left: -5px;
    }

    .single-slider .slick-next {
        right: -5px;
    }

    .action-bar .action-list {
        font-size: 14px;
    }

    .action-bar .action-list li + li:before {
        margin: -3px 5px 0;
    }
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .products-list li {
        font-size: 18px;
    }

    .products-list .product-holder {
        padding: 15px 10px 0;
    }

    .products-list .img-box,
    .category-list .img-box {
        margin-bottom: 15px;
    }

    .product-slider .slick-slide .img-box {
        margin: 0 5px 15px;
        height: 140px;
    }

    .category-list li {
        font-size: 20px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    section.markets .describe-area {
        flex-wrap: wrap;
    }

    section.markets .describe-area .item {
        width: 50%;
        border: none;
    }

    .products-list li {
        font-size: 16px;
        width: 33.33%;
    }

    .products-list .product-holder {
        padding: 10px 10px 0;
    }

    .products-list .img-box {
        margin-bottom: 20px;
    }

    .action-bar {
        padding-bottom: 10px;
    }

    .action-bar .action-list .desctop_el {
        display: none;
    }

    .category-list li {
        font-size: 18px;
    }

    .tab-navigation-holder .container {
        width: 100%;
        font-size: 14px;
    }

    .woocommerce-Tabs-panel .woo-single-video {
        padding-bottom: 55%;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 768px) {
    .products-list,
    .category-list {
        text-align: center;
    }

    .products-list li,
    .category-list li {
        font-size: 14px;
        width: 100%;
        max-width: 260px;
        margin: 0 0 15px;
    }

    .products-list .img-box {
        margin-bottom: 15px;
    }

    .action-bar {
        margin: 0 0 15px;
        padding-bottom: 0;
    }

    .action-bar__left-col {
        margin: 0 0 5px;
    }

    .action-bar .action-list {
        text-align: left;
    }

    .product-slider .slick-slide {
        font-size: 15px;
    }

    .product-slider .slick-slide .img-box {
        max-width: 180px;
        margin: 0 auto 10px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        min-width: auto;
    }

    .products-infolist .main-info {
        float: none;
        font-size: 14px;
        width: 100%;
        display: block;
    }

    .products-infolist .tab-navigation-list {
        float: none;
        width: 100%;
    }

    .products-infolist .img-box {
        float: none;
        width: 50%;
        margin: 0 auto;
    }

    .products-infolist .tab-navigation-list li {
        display: inline-block;
        margin: 7px;
    }

    .products-infolist .button-holder {
        float: none;
        padding: 0 0 0 10px;
        width: 100%;
    }

    .products-infolist .tab-content {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .contact-form .text-right,
    .company-address .text-right {
        text-align: left;
    }

    .contact-form .wpcf7-form-control-wrap input[type="submit"],
    .contact-form .wpcf7-form-control-wrap,
    .company-address {
        margin: 0;
    }

    .tab-navigation-holder .tab-navigation-list {
        display: block;
    }

    .tab-navigation-holder .tab-navigation-list li {
        margin: 0 0 5px;
        position: relative;
    }

    .tab-navigation-holder .tab-navigation-list li:before {
        display: inline-block;
        vertical-align: middle;
        content: "\f061";
        font-family: "FontAwesome", sans-serif;
        font-size: 14px;
        margin-right: 10px;
    }

    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n),
    .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
        float: none;
    }
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
footer {
    border-top: 1px solid #dddddd;
}
.site-footer {
    background: #2a2d2f;
    padding: 48px 0 0;
    color: #9b9b9b;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer ul li {
    margin: 0 0 5px;
}

.site-footer ul a {
    color: #9b9b9b;
}

.site-footer ul a:hover {
    color: #fff;
}

.site-footer .sub-menu {
    display: none;
}

.site-footer ul.menu li:hover .sub-menu {
    display: none;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
select.zf-form-sBox  {
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    height: 47px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'FrutigerNeueLTW1G', Arial, sans-serif;
    color: #b4b4b4;
}

p#SingleLine1_error{color: red;}

.subscribe-form input::-webkit-input-placeholder {
    color: #9b9b9b;
}

.subscribe-form input::-moz-placeholder {
    color: #9b9b9b;
}

.subscribe-form input:-moz-placeholder {
    color: #9b9b9b;
}

.subscribe-form input:-ms-input-placeholder {
    color: #9b9b9b;
}

.subscribe-form .input-group {
    display: block;
    margin: 0 0 15px;
}

.subscribe-form .input-group > span {
    display: inline-block;
    margin: 0;
}

.subscribe-form input[type="submit"] {
    padding: 11px 15px;
    background: #ff384a;
    opacity: 1;
}

.subscribe-form input[type="submit"]:hover {
    opacity: 0.7;
}

.subscribe-form .wpcf7-form-control-wrap:last-child {
    margin: 0;
}

.social_list li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.social_list li + li {
    margin-left: 15px;
}

.social_list li:hover a {
    background: #f43749;
}

.social_list a {
    display: block;
    text-align: center;
    color: #2a2d2f;
    font-size: 20px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    background: #757575;
    border-radius: 50%;
}

.site-footer .social_list a {
    color: #2a2d2f;
}

.secondary-footer {
    background: #484c4f;
    padding: 15px 0;
    margin-top: 25px;
}

.secondary-footer p {
    margin: 0;
}

.secondary-footer a {
    color: #9b9b9b;
}

.secondary-footer a:hover {
    color: #ffffff;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .site-footer {
        padding-top: 35px;
    }

    .site-footer .col-xs-12 + .col-xs-12 {
        margin: 15px 0 0;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 768px) {
    .site-footer {
        padding-top: 20px;
    }

    .secondary-footer {
        margin-top: 15px;
    }

    .site-footer .col-xs-12 + .col-xs-12 {
        margin: 0;
    }

    .subscribe-form input[type="text"],
    .subscribe-form input[type="email"] {
        height: 40px;
        font-size: 14px;
    }

    .subscribe-form input[type="submit"] {
        margin: 0;
        padding: 7px 15px;
        min-width: 120px;
    }
}

/*--------------------------------------------------------------
6.0 Modal Window
--------------------------------------------------------------*/

.modal-content {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

.modal-content .close {
    min-width: 0;
    padding: 0;
    margin: 0 0 15px;
    color: #000;
    font-size: 45px;
    line-height: 20px;
    opacity: 1;
    font-weight: normal;
    box-shadow: none;
}

.modal-content h3 {
    font-size: 36px;
    margin-bottom: 50px;
}

.modal-content form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.modal-content .wpcf7-form-control-wrap {
    margin: 0 0 25px;
}

.modal-content .wpcf7-form-control-wrap:last-child {
    margin: 0;
}

.pdfemb-viewer {
    height: 388px !important;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .modal-content h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .modal-content .wpcf7-form-control-wrap {
        margin: 0 0 20px;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 768px) {
    .modal-content {
        padding: 15px;
        max-height: 600px;
        overflow: scroll;
    }

    .modal-content h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .modal-content .wpcf7-form-control-wrap {
        margin: 0 0 15px;
    }
    .pdfemb-viewer {
        width: 100% !important;
    }
}

.js--services-modalBox .modal-dialog {
    width: 90%;
    max-width: 840px;
    padding: 15px 20px;
}
.js--content-body ul {
    text-align: left;
}

.archive.woocommerce-page .page-title,
.archive.woocommerce-page .top_decor_line {
    text-transform: none;
}

.woof_submit_search_form_container {
    padding: 15px;
}

.woof_redraw_zone .woof_submit_search_form_container .button {
    min-width: auto;
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    margin: 0 0 15px;
}

.woof_submit_search_form_container .button.woof_submit_search_form {
    background: #17569e;
}

.woof_submit_search_form_container .button.woof_submit_search_form:hover {
    background: #17569e;
    opacity: 0.7;
    color: #fff;
}

.woof_submit_search_form_container .button.woof_reset_search_form {
    background: #ff0c23;
}

.woof_submit_search_form_container .button.woof_reset_search_form:hover {
    background: #ff0c23;
    opacity: 0.7;
    color: #fff;
}

.filter-attributes-info {
    position: absolute;
    right: 27px;
    top: -3px;
}

.filter-attributes-info .info-btn {
    padding: 7px 11px 5px;
    background: #f0f5f8;
    display: block;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
}

.filter-attributes-info .description {
    display: none;
    transition: 0.3s;
    font: 16px/1.5 "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #2e2e2e;
}

.filter-attributes-info.active .description {
    display: block;
    position: absolute;
    top: 0;
    background: #fff;
    padding: 20px;
    z-index: 999999;
    border-radius: 10px;
    width: 320px;
    box-shadow: 0 0 10px #000;
    transition: 0.3s;
}

.woof_container h4 {
    padding-right: 50px;
}

.home iframe,
.leader .video-area {
    max-width: 100%;
}

/* NEW HOME */

body {
    position: relative;
}

.main_header.header-fixed,
.main_header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 100;
    transition: right 0.2s ease;
}

.body_move .main_header {
    right: 260px;
}

/*body{
    background-color: #fff;
}*/

.main_slider {
    background: rgb(151, 182, 219);
    background: -moz-linear-gradient(
        top,
        rgba(151, 182, 219, 1) 0%,
        rgba(242, 242, 243, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(151, 182, 219, 1) 0%,
        rgba(242, 242, 243, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(151, 182, 219, 1) 0%,
        rgba(242, 242, 243, 1) 100%
    );
    padding: 20px 0;
}

.main_slider .slick-slide .custom-table-row {
    width: 50%;
    padding: 15px;
}

.main_slider .slick-slide .custom-table-row > img {
    height: 300px;
    overflow: hidden;
}

.main_slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
}

.main_slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 4px;
}

.main_slider .slick-dots button {
    min-width: 0;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbcbcb;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.main_slider .slick-dots .slick-active button {
    background: #0040a1;
}

.main_slider h2 {
    font-size: 52px;
    color: #303b52;
    margin: 0 0 25px;
}

.main_slider .slick-slide .custom-table-row1 {
    vertical-align: inherit;
    padding-top: 50px;
}

section.markets {
    margin: 130px 0;
}

section.general {
    margin-bottom: 150px;
}

section.general h5 {
    margin: 20px 0;
}

section.markets .describe-area,
section.general .describe-area {
    display: flex;
    justify-content: space-between;
}

section.markets .describe-area .item,
section.general .describe-area .item {
    text-align: center;
    padding: 30px 0;
    border-right: 2px solid #e5e5e5;
    width: 25%;
}

section.general .describe-area .item {
    max-height: 350px;
    padding-bottom: 0;
}

section.general .describe-area .item p {
    overflow-y: visible;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    padding: 0 20px;
    color: #000000;
}

section.markets .describe-area .item img,
section.general .describe-area .item img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
}

section.markets .describe-area .item:last-child,
section.general .describe-area .item:last-child {
    border-right: none;
}

h5.item-title {
    font-family: "Maven Pro", sans-serif;
}

section.markets .item h5.item-title {
    margin-top: 25px;
}

section.spectrum {
    margin-bottom: 120px;
}

section.spectrum .spectrum-holder {
    background-color: #000;
}

section.spectrum .wavelength-spectrum {
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    background: linear-gradient(
        to right,
        rgb(100, 0, 255) 14%,
        rgb(0, 255, 255) 41.67%,
        rgb(0, 255, 0) 50%,
        rgb(255, 255, 0) 66.67%,
        rgb(255, 0, 0) 100%
    );
}

section.spectrum .category-list {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

section.spectrum .category-list li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 16.667%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #0040a1;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
}

section.spectrum .category-list li:before {
    content: "";
    display: block;
    margin: 0 auto 10px;
    background-color: #000;
    width: 1px;
    height: 30px;
}

section.pulse-width {
    margin-bottom: 120px;
    text-align: center;
}

section.pulse-width .category-list {
    list-style: none;
    display: inline-block;
    width: 80%;
    margin: 0;
}

section.pulse-width .line {
    width: 80%;
    height: 2px;
    background-color: #0040a1;
    display: inline-block;
    position: relative;
}

section.pulse-width .line:before {
    display: block;
    background: url("../img/prev.png") 0 0 no-repeat;
    content: "";
    height: 22px;
    width: 13px;
    position: absolute;
    left: 0;
    top: -10px;
}

section.pulse-width .line:after {
    display: block;
    background: url("../img/next.png") 0 0 no-repeat;
    content: "";
    height: 22px;
    width: 13px;
    position: absolute;
    right: 0;
    top: -10px;
}

section.pulse-width .category-list li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 20%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #0040a1;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
}

section.pulse-width .category-list li .category-dot {
    top: -30px;
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0040a1;
    border-radius: 50%;
}

@media all and (max-width: 990px) {
    section.pulse-width .category-list li .category-dot {
        display: inline-block;
        position: absolute;
        top: -27px;
        width: 10px;
        height: 10px;
        background-color: #0040a1;
        border-radius: 50%;
    }
    .main_header.header-fixed,
    .main_header {
        border-bottom: 10px solid #3259a8;
    }
}

h3.section-title {
    font-size: 60px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Maven Pro", sans-serif;
}

section.why-rpmc .main-describe {
    font-family: "Maven Pro", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

section.why-rpmc {
    margin-bottom: 120px;
}

section.why-rpmc .why-items-wrapper {
    position: relative;
    z-index: 10;
}

section.why-rpmc .why-items-wrapper .back-area {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: -10;
}

section.why-rpmc .why-items {
    z-index: 10;
}

section.why-rpmc .why-items .describe-area {
    width: 45%;
}

section.why-rpmc .why-items .item {
    width: 54%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.why-rpmc .item:nth-child(2n) {
    float: right;
}

section.why-rpmc .why-items .describe-area p {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

section.why-rpmc .why-items .line-circle {
    width: 50%;
    display: flex;
    align-items: center;
}

section.why-rpmc .why-items .line-circle .line {
    width: 70%;
    height: 2px;
    background-color: #e0e0e0;
}

section.why-rpmc .why-items .item:hover .line-circle .line,
section.why-rpmc .why-items .active-item .line-circle .line {
    background-color: #0040a1;
}

section.why-rpmc .why-items .line-circle .circle {
    width: 75px;
    height: 75px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

section.why-rpmc .why-items .item:hover .line-circle .circle,
section.why-rpmc .why-items .active-item .line-circle .circle {
    border: 2px solid #0040a1;
}

section.why-rpmc .why-items .line-circle .circle-inner {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e0e0e0;
}

section.why-rpmc .why-items .item:hover .line-circle .circle-inner,
section.why-rpmc .why-items .active-item .line-circle .circle-inner {
    background-color: #0040a1;
}

section.why-rpmc .main-describe {
    margin-bottom: 70px;
}

section.leader {
    position: relative;
    margin-bottom: 120px;
}

section.leader h3.section-title {
    margin-top: 50px;
}

section.leader .back-area {
    position: absolute;
    height: 320px;
    top: 0;
    left: 0;
    right: 0;
}

section.leader .describe-area {
    padding-left: 0;
}

section.leader .describe-area h5 {
    margin: 30px 0;
}

section.leader ul li {
    padding-left: 10px;
    color: #0040a1;
    margin-bottom: 15px;
}

section.leader ul li span {
    color: #000;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
}

section.customers .customer-slider .item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
    color: #000;
    height: 170px;
}

section.customers .customer-slider .owl-stage {
    padding: 20px 0;
}

section.customers .customer-slider .item .describe {
    font-family: "Maven Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
    min-height: 81px;
}

section.customers .customer-slider .item .author {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}
section.primaries .primary-slider {
    margin: 50px 0 100px;
}

section.primaries .primary-slider .item {
    margin: auto;
    text-align: center;
}

section.primaries .primary-slider .item img {
    width: inherit;
    height: auto;
    margin: auto;
}

section.customers .customer-slider .owl-dots,
section.primaries .primary-slider .owl-dots {
    width: 15%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.primaries .primary-slider .owl-dots {
    margin-top: 50px !important;
}

section.customers .customer-slider .owl-dots:before,
section.primaries .primary-slider .owl-dots:before {
    height: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    position: absolute;
    content: " ";
    background-color: #ebebeb;
}

section.customers .customer-slider .owl-dots .owl-dot,
section.primaries .primary-slider .owl-dots .owl-dot {
    margin: 0 5px;
}

section.customers .customer-slider .owl-dots .owl-dot span,
section.primaries .primary-slider .owl-dots .owl-dot span {
    background-color: #fff;
    border: 1px solid #0040a1;
}

section.customers .customer-slider .owl-dots .active span,
section.primaries .primary-slider .owl-dots .active span {
    background-color: #0040a1;
}

section.customers .customer-slider .owl-dots .owl-dot,
section.primaries .primary-slider .owl-dots .owl-dot {
    min-width: inherit;
    box-shadow: none;
}

section.customers .customer-slider .item .author:before {
    content: "⚬";
    padding-right: 20px;
    color: #0040a1;
}

section.subscribe {
    margin: 130px 0 120px;
    color: #000;
}

section.subscribe .col-md-12 {
    position: relative;
}

section.subscribe .subscr-back {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

section.subscribe .subscr-back1 {
    left: 0;
}
section.subscribe .subscr-back2 {
    right: 0;
}

section.subscribe h3 {
    margin-bottom: 10px;
}

section.subscribe p {
    font-family: "Maven Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

section.subscribe .form-area {
    width: 40%;
    margin: 0 auto;
}

section.footer-home {
    width: 100%;
    background-color: #2a2d2f;
    margin-top: 90px;
    position: relative;
}
section.footer-home .bottom-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

section.footer-home .main-info {
    position: relative;
}

section.footer-home .main-info .back-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

section.footer-home h3 {
    color: #fff;
    padding: 120px 0 10px;
}

section.footer-home .social-icons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

section.footer-home .social-icons i {
    color: #fff;
    font-size: 22px;
    /*margin-left: 15px;*/
}

section.footer-home .contact-area .icon {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.footer-home .item .describe {
    font-family: "Maven Pro", sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

section.footer-home .contact-area {
    margin-bottom: 170px;
}

section.footer-home .rights-menu {
    text-transform: uppercase;
    font-family: "Maven Pro", sans-serif;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

section.footer-home .rights-menu .rights,
section.footer-home .rights-menu .rights a {
    color: #636566;
}

section.footer-home .rights-menu ul.menu {
    display: flex;
    list-style-type: none;
}

section.footer-home .rights-menu ul.menu .sub-menu {
    display: none;
}

section.footer-home .rights-menu ul.menu li {
    margin-left: 20px;
}

section.footer-home .rights-menu ul.menu li a {
    color: #fff;
}

section.footer-home .scroll-top-button {
    position: fixed;
    bottom: 20%;
    right: 10%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    z-index: 50;
}

section.footer-home .scroll-top-button i {
    color: #fff;
}

section.new_home_bill img {
    height: 300px;
}

section.new_home_bill .custom-table-row {
    width: 50%;
}

section.new_home_bill .custom-table {
    display: flex;
    flex-wrap: wrap;
}

body .social_list a,
body .social_list a:hover {
    background: none;
}

section.footer-home .rights-menu .rights p {
    margin: 0;
}
/* ----- new tabs front-page ---- */
.new-tab-front-page {
    padding-top: 30px;
}
.front-main-nav-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    background: #fff;
}
.front-main-nav-tabs > li {
    float: none;
}
.front-main-nav-tabs > li > a {
    border: none;
    padding: 20px 40px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #898989;
    border: 1px solid transparent;
}
.front-main-nav-tabs > li > a:focus,
.front-main-nav-tabs > li > a:hover,
.front-main-nav-tabs > li.active > a,
.front-main-nav-tabs > li.active > a:focus,
.front-main-nav-tabs > li.active > a:hover {
    color: #030303;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.front-main-content-tabs {
    background: #fff;
}

.front-main-content-tabs .indent-block {
    padding: 20px 0 55px;
}
.front-main-content-tabs section.markets,
.front-main-content-tabs section.spectrum,
.front-main-content-tabs section.pulse-width {
    margin: 20px 0 55px;
}

footer .hs-form {
    width: 100%;
}

@media all and (max-width: 990px) {
    .filter-attributes-info:hover .description {
        top: 0;
        right: 0;
        max-width: 240px;
    }
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    section.new_home_bill .custom-table .custom-table-row {
        text-align: center;
    }

    section.new_home_bill .custom-table-row {
        width: 100%;
    }

    section.new_home_bill img {
        max-width: inherit;
    }

    .main_slider {
        padding: 80px 0 30px;
    }

    .main_slider h1 {
        font-size: 46px;
    }

    .main_slider .slick-dots {
        padding: 80px 0 0;
    }

    section.footer-home .bottom-line {
        display: none;
    }

    section.footer-home .rights-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    section.footer-home .rights-menu .rights {
        margin-bottom: 20px;
    }

    section.footer-home .contact-area {
        margin-bottom: 110px;
    }

    section.footer-home {
        height: inherit;
    }

    section.footer-home .rights-menu ul.menu li {
        margin-left: 0;
        margin-right: 20px;
    }

    section.footer-home .social-icons {
        justify-content: center;
    }
    .front-main-nav-tabs > li > a {
        padding: 25px 20px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    section.footer-home .contact-area {
        margin-bottom: 30px;
    }

    section.footer-home .contact-area .item {
        margin-bottom: 30px;
    }

    h3.section-title {
        font-size: 40px;
    }

    section.subscribe {
        margin: 50px 0;
    }

    section.subscribe .subscr-back {
        display: none;
    }

    section.leader .video-area {
        text-align: center;
    }

    section.footer-home .rights-menu ul.menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    section.footer-home .rights-menu .rights {
        text-align: center;
    }

    section.subscribe .form-area {
        width: 90%;
    }

    section.leader .video-area iframe {
        max-width: 100%;
    }

    section.why-rpmc .back-area {
        display: none;
    }

    section.why-rpmc .why-items .item {
        width: 100%;
        margin-bottom: 50px;
    }

    section.markets,
    section.general {
        margin: 50px 0;
    }

    section.markets .describe-area,
    section.general .describe-area {
        flex-wrap: wrap;
    }

    section.markets .describe-area .item,
    section.general .describe-area .item {
        width: 50%;
        border: none;
    }

    section.general .describe-area .item {
        margin-top: 50px;
        overflow: hidden;
    }

    .main_slider {
        padding: 60px 0 25px;
    }

    .main_slider h1 {
        font-size: 36px;
        margin: 0 0 20px;
    }

    .main_slider .slick-dots {
        padding: 60px 0 0;
    }
    .front-main-nav-tabs {
        flex-wrap: wrap;
    }
}

/* Small devices (mobile, 768px and below) */
@media (max-width: 768px) {
    .main_slider {
        padding: 20px 0 10px;
    }

    .main_slider h1 {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .main_slider .slick-dots {
        padding: 15px 0 0;
    }

    .main_slider .slick-slide .custom-table {
        display: block;
        text-align: center;
    }

    .main_slider .slick-slide .custom-table-row {
        width: 100%;
        display: block;
        padding: 0 15px;
    }
    .main_slider .slick-slide .custom-table-row > img {
        height: 200px;
        overflow: hidden;
    }
}

@media (max-width: 600px) {
    section.primaries .primary-slider .owl-dots,
    section.customers .customer-slider .owl-dots {
        width: 50%;
    }

    section.markets .describe-area .item,
    section.general .describe-area .item {
        width: 100%;
    }

    section.new_home_bill img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    section.new_home_bill h2 {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    section.why-rpmc .why-items .line-circle .circle {
        width: 50px;
        height: 50px;
    }
    .front-main-nav-tabs > li > a {
        padding: 20px 15px;
    }
}

.search nav.woocommerce-breadcrumb {
    display: none;
}
.search .results {
    margin-bottom: 10px;
}

.search span.searched-item {
    display: block;
    font-size: 21px;
}

.search_holder.search-page {
    margin: 30px 0 0;
    position: relative;
}

.search_holder.search-page .input-group {
    width: 100%;
}

.search_holder.search-page input[type="search"] {
    border-radius: 30px;
}
.search_holder.search-page button {
    position: absolute;
    right: 0;
    background: transparent;
    color: #000;
    box-shadow: none;
    text-align: right;
}

/*.modal .modal-dialog,
.modal.in .modal-dialog{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}*/

.modal-dialog {
    width: 100%;
    margin: 0 auto;
}
.modal-content {
    text-align: left;
    max-height: 600px;
    overflow: auto;
}
@media (min-width: 1440px) {
    .modal-dialog {
        width: 80% !important;
        max-width: 100% !important;
    }
}

/* Log In Forms */
.registration-download .action-bar {
    display: none;
}
.registration-download input[type="text"],
.registration-download .custom-login input[type="text"],
.registration-download input[type="email"],
.registration-download input[type="password"] {
    background: #f4f8fb;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    height: 47px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    font-family: "FrutigerNeueLTW1G", Arial, sans-serif;
    color: #b4b4b4;
}
.registration-download #loginform {
    display: block;
}
.registration-download h3 {
    text-align: center;
    color: #bb000b;
}
.registration-download .custom-login,
.registration-download .custom-register {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.registration-download .custom-login,
.registration-download .custom-register {
    padding-top: 0;
    border: 0;
}
.registration-download .custom-login > p,
.registration-download .custom-register > p {
    text-align: center;
    font-weight: 500;
}
.registration-download label {
    font-size: 12px;
    font-weight: 600;
}
.registration-download abbr,
.registration-download label .required {
    color: #ff0c23;
    text-decoration: none;
    border: 0;
}
.registration-download input[type="submit"] {
    border-radius: 3px;
    background-color: #ff6600;
    padding: 15px 25px;
    line-height: 1em;
    text-transform: uppercase;
    min-width: 1px;
    font-weight: 400;
    box-shadow: none;
    margin-top: 15px;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: left;
    margin: 0 20px 10px 0;
}

.subcategories-select {
    max-width: 300px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .registration-download h3 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .top_buttons {
        text-align: right;
    }

    .top_buttons a {
        padding: 8px 18px;
    }

    .registration-download h3 {
        font-size: 36px;
    }

    .registration-download .custom-login > p,
    .registration-download .custom-register > p {
        font-size: 20px;
        display: block;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .main_nav .menu > li > a {
        padding: 10px 15px;
    }

    .subcategories-select {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .registration-download h3 {
        font-size: 42px;
    }

    .main_nav .menu > li > a {
        padding: 10px 20px;
    }
}

@media (min-width: 1200px) {
    .registration-download h3 {
        font-size: 46px;
    }

    .main_nav .menu > li > a {
        padding: 10px 25px;
    }
}

@media (min-width: 1440px) {
    .registration-download h3 {
        font-size: 46px;
    }
    .main_nav .menu > li > a {
        padding: 10px 35px;
    }
}

.services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.services div {
    margin-top: 15px;
    margin-bottom: 15px;
}
.services .service-image {
    width: 100%;
    height: 180px;
    background-position: center;
    background-size: cover;
}

.services button {
    cursor: pointer;
}

a.no-button-box {
    background: transparent;
    border: none;
    width: 50px;
    height: 50px !important;
    padding: 0 !important;
}
.top_buttons a.no-button-box img {
    max-width: 100%;
    max-height: 100%;
    transform: translate(0);
    left: 0;
    top: 0;
}
a.no-button-box:hover {
    box-shadow: none;
}
.action-list li:first-child {
    margin-left: 0;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: #e61e1e !important;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "FrutigerNeueLTW1G-Medium";
}
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    margin: 10px;
}
.modal-content .wpforms-container-full {
    max-height: 500px;
    overflow: scroll !important;
}
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background: #e61e1e;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "FrutigerNeueLTW1G-Medium";
    box-shadow: 0 0 8px rgba(230, 30, 30, 1);
}
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    background-color: #f5f5f5 !important;
}
div.wpforms-container .wpforms-form .choices__inner {
    background-color: #f5f5f5 !important;
    color: #000 !important;
}
ul.woocommerce-error {
    color: #e61e1e;
    font-size: 21px;
}

body .is-layout-flex {
    align-items: flex-start !important;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 20px;
}
.wp-block-column.is-vertically-aligned-top.is-layout-flow.wp-block-column-is-layout-flow {
    width: 33%;
}

@media (max-width: 991px) {
    .wp-block-column.is-vertically-aligned-top.is-layout-flow.wp-block-column-is-layout-flow {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wp-block-column.is-vertically-aligned-top.is-layout-flow.wp-block-column-is-layout-flow {
        width: 100%;
    }

    body .is-layout-flex {
        display: block;
    }
}

.hs-form-0baa9f1d-45ab-402e-b441-f5cb699697ce_8acb588e-abe0-4175-93dd-0683089e4006.hs-form {
    width: 100%;
}

.woocommerce .woof_list_checkbox {
    list-style-type: none;
    padding-left: 0;
}

.woocommerce .woof_list_checkbox li {
    margin: 5px 0;
}

.woocommerce .woof_list_checkbox ul {
    list-style-type: none;
    padding-left: 20px;
}

.subscribe-section ul{
    list-style: none;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.term-description .su-row .su-column:first-of-type {
    margin-left: 0;
}

.tablepress {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on mobile */
}

.tablepress th,
.tablepress td {
    white-space: nowrap;
}